<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.sc {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 50px;
    color: red;
    z-index: 99999999;
    /* display: none; */
}

.section1 {
    padding-top: 100px;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;

}

.main_title {
    line-height: 1.2em;
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    margin-top: 120px;
}

.main_title span {
    color: #ef2d44;
}
.main_subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
    color: #555;
    margin: 30px 0 80px;
}

.main_count_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    row-gap: 40px;
    column-gap: 30px;
}

.main_count_box {
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.main_count_txt {
    font-size: 14px;
    color: #555;
}
.main_count_num {
    font-size: 80px;
    font-weight: 500;
}

.s1_object {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: linear-gradient(180deg, #FFF 73.17%, #FFB095 100%);
    height: 2000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.s1_txt_box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.section2 {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    transform: translate(0%, 100%);
    background-color: #000;
    color: #fff;
    display: flex;
    overflow: hidden;
}

.section2 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.section2 .pic_box,
.section2 .txt_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.section2 .txt_box {
    padding: 0 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 100px;
}

.section2 .inner_txt {
    border-bottom: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 0;
    background-color: #000;
    overflow: hidden;
    padding-bottom: 45px;
}

.section2 .inner_txt.part1 {
    flex: 1;
    z-index: 4;
}
.section2 .inner_txt.part2 {
    z-index: 3;
}
.section2 .inner_txt.part3 {
    z-index: 2;
}
.section2 .inner_txt.part4 {
    z-index: 1;
}

.section2 .inner_txt:last-child {
    border: none;
}

.section2 .s2_title {
    font-size: 60px;
    font-weight: 600;
    background-color: #000;
    padding-bottom: 30px;
    z-index: 2;
    padding-top: 45px;
}

.section2 .s2_txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    z-index: 1;
    position: relative;
}

.section2 .s2_txt_outer {
    position: absolute;
    bottom: 45px;
}

.section2 .inner_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    overflow: hidden;
}

.section2 .inner_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .inner_pic.part1 {
    transform: translateY(0%);
}

.section3 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
}

.section3 .inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section3 .s3_title {
    margin-top: 100px;
    font-size: 60px;
    font-weight: 600;
    margin-left: 80px;
}

.section3 .s3_item_group {
    margin-top: 60px;
    padding: 0 80px;
    position: relative;
    flex: 1;
}

.section3 .s3_item {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #000;
    padding: 50px 40px 0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section3 .s3_item_icon {
    width: 120px;
    margin-bottom: 36px;
}

.section3 .s3_item_title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
}

.section3 .s3_item_text {
    color: #767676;
    font-size: 18px;
    line-height: 1.6em;
}

.section3 .s3_item.item1 {
    z-index: 3;
    transform: translate(-50%, -50%) rotate(-4deg);
}
.section3 .s3_item.item2 {
    z-index: 2;
    transform: translate(-50%, -50%) rotate(13deg);
}
.section3 .s3_item.item3 {
    z-index: 1;
    transform: translate(50%, -50%) rotate(-13deg);
    left: unset;
}
.section3 .s3_arw {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 67vw;
}

.section4 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 300px 80px;
    overflow: auto;
}

.section4 .inner {
    display: flex;
    gap: 5%;
}

.s4_left {
    padding-right: 4%;
    width: 45%;
}

.s4_left_item {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.s4_title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
}

.s4_right {
    width: 50%;
}

.s4_item_group {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 100px;
}

.s4_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
}

.s4_item_title {
    font-size: 36px;
    font-weight: 600;
}

.s4_item_txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 1.6em;
    color: #767676;
    font-size: 20px;
}

.section5 {
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    background-color: #002040;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
}

.section5 .inner {
    flex: 1;
    background-image: url(../image/main/s5_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 700px;
}

.s5_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 440px;
    position: absolute;
}

.s5_item_title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.s5_item_title::before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 36px;
    color: #1e2651;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item1 .s5_item_title::before {
    content: '1';
}
.item2 .s5_item_title::before {
    content: '2';
}
.item3 .s5_item_title::before {
    content: '3';
}
.item4 .s5_item_title::before {
    content: '4';
}

.s5_item_txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
}

.section5 .item1 {
    top: 25%;
    left: 80px;
}
.section5 .item2 {
    top: 18%;
    right: 80px;
}
.section5 .item3 {
    bottom: 5%;
    left: 80px;
}
.section5 .item4 {
    bottom: 8%;
    right: 80px;
}

.section5 .s5_item::after {
    z-index: -1;
    content: '';
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section5 .item1::after {
    background-image: url(../image/main/s5_object1.png);
    width: 165%;
    height: 145%;
    top: -20%;
    left: -20%;
}
.section5 .item2::after {
    background-image: url(../image/main/s5_object2.png);
    width: 195%;
    height: 200%;
    top: -20%;
    right: -30%;
}
.section5 .item3::after {
    background-image: url(../image/main/s5_object3.png);
    width: 150%;
    height: 200%;
    bottom: 45%;
    right: -30%;
}
.section5 .item4::after {
    background-image: url(../image/main/s5_object4.png);
    width: 170%;
    height: 100%;
    bottom: 110%;
    right: -30%;
}

.section6 {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
    padding-top: 100px;
    background-image: url(../image/main/s6_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}
.section6 .inner {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.s6_tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.s6_title {
    font-size: 60px;
    font-weight: 600;
}

.s6_item {
    display: flex;
    gap: 12px;
    animation: ltr linear infinite 20s;
    height: 100px;
    margin-top: 60px;
}

.s6_item img {
    max-width: unset;
    height: 100%;
}

@keyframes ltr {
    0%      {transform: translateX(1960px);}
    100%    {transform: translateX(500px);}
}

.section7 {
    padding: 300px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    min-height: 100vh;
    width: 100%;
}

.section7 .inner {
    padding: 0 80px;
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.section7 .s7_left {
    font-size: 60px;
    font-weight: 600;
    position: relative;
}
.section7 .s7_left span {
    display: block;
    line-height: 1.4em;
}
.section7 .s7_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.s7_input_row {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.s7_input_group {
    flex: 1;
}

.s7_input {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6em;
}

.s7_input_title {
    font-size: 24px;
    font-weight: 600;
}

.s7_textarea {
    width: 100%;
    height: 370px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.6em;
    resize: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
}

.file_input_group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.file_input_group input {
    display: none;
}

.file_input_group label {
    padding: 12px 40px;
    font-size: 20px;
    line-height: 1.5em;
    border: 1px solid #000;
    height: 56px;
}

.file_input_group span {
    height: 56px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.6em;
    background-color: #f9f9f9;
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
}

.etc_txt_box {
    padding: 30px 20px;
    max-height: 280px;
    min-height: 280px;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6em;
    overflow: auto;
}

.chk_input_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
    font-size: 20px;
}

.chk_input_row input {
    appearance: none;
}

.chk_input_row input::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/main/chk_off.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.chk_input_row input:checked::before {
    background-image: url(../image/main/chk_on.png);
}

.chk_input {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact_btn {
    width: 268px;
    height: 88px;
    border-radius: 12px;
    font-size: 32px;
    color: #fff;
    line-height: 1.6em;
    cursor: pointer;
    background-color: #ef2d44;
    border: 1px solid #000;
}

.footer {
    margin-top: 200px;
    display: flex;
    align-items: flex-start;
    background-color: #f1eeee;
    padding: 60px 80px;
}
.footer::before {
    content: '';
    width: 100%;
    height: 1000px;
    position: absolute;
    bottom: -30%;
    left: 0;
    background-color: #f1eeee;
    z-index: -1;
}

.footer .footer_logo {
    width: 388px;
}

.footer_info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-left: 100px;
}

.info_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info_txt {
    font-size: 14px;
    color: #767676;
}

.info_bold {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer_bottom_group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_bottom_group .info_title {
    margin: 0;
}
.info_bottom {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.top_btn {
    cursor: pointer;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background-image: url(../image/main/top_btn.png);
    background-position: center;
    background-size: cover;
    margin-top: auto;
	margin-left: auto;
}

.section7 .nice-select {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6em;
    height: unset;
    border-radius: 0;
}

.section7 .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.section7 .nice-select:after {
    width: 10px;
    height: 10px;
    border-color: #000;
}

.s7_input.on,
.s7_textarea.on {
    border-color: #000;
}

.header_m_btn {
    display: none;
}
.mobile_menu {
    display: none;
}

/* Mobile 반응형 */

@media(max-width:1440px){
    .main_title {
        margin-top: 0;
    }
    #header {
        height: 60px;
        padding: 0 40px;
    }
    #header .header_link_group {
        font-size: 16px;
    }
    #header .header_link_group .link6 {
        padding: 6px 16px;
    }
    #header .header_link_group  {
        gap: 20px;
    }
    .s1_txt_box {
        width: 90%;
    }
    .main_title {
        font-size: 60px;
        margin-top: 0px;
    }
    .main_subtitle {
        margin: 20px 0 30px;
    }
    .main_count_grid {
        row-gap: 30px;
    }
    .main_count_box{
        padding-top: 30px;
    }
    .main_count_num {
        font-size: 60px;
    }
    .section2 .txt_box {
        padding-top: 60px;
    }
    .section2 .s2_title {
        font-size: 40px;
        padding: 15px 0;
    }
    .section2 .s2_txt_outer {
        bottom: 15px;
    }
    .section2 .inner_txt  {
        padding-bottom: 5px;
    }
    .section2 .s2_txt {
        font-size: 15px;
    }
    .section3 .s3_item {
        width: 250px;
        height: 300px;
        padding: 30px 20px 0;
    }
    .section3 .s3_item_icon {
        width: 60px;
        margin-bottom: 20px;
    }
    .section3 .s3_item_title {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .section3 .s3_item_text {
        font-size: 15px;
        line-height: 1.2em;
    }
    .section3 .s3_title {
        margin-top: 0;
    }
    .section4 {
        padding: 200px 50px;
    }
    .s4_item_title {
        font-size: 26px;
    }
    .s4_item_txt {
        font-size: 16px;
        gap: 8px;
        line-height: 1.4em;
    }
    .s4_item_group {
        gap: 40px;
    }
    .s4_item {
        padding-bottom: 20px;
    }
    .s5_item_title::before {
        width: 30px;
        height: 30px;
        font-size: 26px;
    }
    .s5_item_title {
        font-size: 26px;
    }
    .s5_item_txt {
        font-size: 16px;
    }
    .s5_item {
        gap: 10px;
    }
    .section5 .item1 {
        top: 20%;
        left: 40px;
    }
    .section5 .item2 {
        right: 40px;
    }
    .section5 .item3 {
        left: 30px;
    }
    .section5 .item3::after {
        width: 110%;
        height: 150%;
        bottom: 85%;
        right: 10%;
    }
    .section5 .inner {
        background-size: 50%;
    }
    .s5_item {
        max-width: 320px;
    }
    .s6_item {
        height: 60px;
    }
    .section7 {
        padding: 100px 0 0;
    }
    .section7 .inner {
        padding:  0 50px;
        flex-direction: column;
    }
    .section7 .s7_left {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .section7 .s7_left br {
        display: none;
    }
    .section7 .s7_right {
        max-width: 100%;
        min-width: 100%;
    }
    .s7_input_title {
        font-size: 20px;
    }
    .section7 .nice-select {
        font-size: 16px;
    }
    .s7_input {
        font-size: 16px;
        padding: 10px 16px;
        margin-top: 20px;
    }
    .etc_txt_box {
        max-height: 200px;
        min-height: 200px;
        font-size: 16px;
    }
    .s7_textarea {
        height: 200px;
        font-size: 16px;
    }
    .footer {
        margin-top: 100px;
        padding: 30px 40px;
    }
    .contact_btn {
        width: 170px;
        height: 60px;
        font-size: 20px;
    }
    .chk_input_row {
        font-size: 16px;
    }
    .footer::before {
        display: none;
    }
    .footer_info {
        gap: 20px;
    }
    .top_btn {
        max-width: 40px;
        min-width: 40px;
        max-height: 40px;
        min-height: 40px;
        margin-bottom: 40px;
    }
}
@media(max-width:1024px) {
    section {
        position: relative !important;
        transform: unset !important;
    }
    .section1 {
        height: 1000px;
    }
    .s1_object {
        height: 1000px;
        left: 0;
        transform: unset;
    }
    .main_title {
        font-size: 50px;
        max-width: 440px;
        line-height: 1.4em;
    }
    .section2 {
        height: fit-content;
        min-height: unset;
        max-height: unset;
    }
    .section2 .inner_txt {
        flex: 1;
        padding: 40px;
        border: none;
    }
    .section2 .s2_txt_outer {
        bottom: unset;
        position: relative;
        margin-bottom: 20px;
    }
    .section2 .pic_box {
        display: flex;
        flex-direction: column;
    }
    .section2 .inner_pic {
        transform: unset !important;
        position: relative;
    }
    .section2 .txt_box {
        padding: 0;
    }
    .section3 {
        padding: 100px 0;
    }
    .section3 .s3_item {
        position: relative;
        transform: unset !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
    }
    .section3 .s3_title {
        margin: 0;
        text-align: center;
        font-size: 40px;
    }
    .section3 .s3_arw {
        display: none;
    }
    .section3 .s3_item_group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .section4 {
        padding: 100px 0;
    }
    .section4 .inner {
        flex-direction: column;
        align-items: center;
    }
    .s4_left {
        padding: 0;
        width: 100%;
        max-width: 600px;
    }
    .s4_right {
        width: 90%;
        max-width: 600px;
        margin-top: 100px;
    }
    .s4_title {
        font-size: 40px;
    }
    .section5 .inner {
        background-size: 80%;
        background-position: top center;
        padding: 80vw 20px 100px;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
    .section5 .s5_item::after {
        display: none;
    }
    .s5_item {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        gap: 30px;
        max-width: unset;
    }
}
@media(max-width:768px) {
    .main_title {
        font-size: calc(100vw * (32/375));
        max-width: calc(100vw * (260/375));
    }
    .main_subtitle {
        font-size: calc(100vw * (18/375));
        font-weight: 600;
    }
    .main_count_grid {
        grid-template-columns: repeat(1,1fr);
    }
    .main_count_box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .main_count_num {
        font-size: calc(100vw * (42/375));
    }
    .section1 {
        height: calc(100vw * (1400/375));
    }
    .s1_object {
        height: calc(100vw * (1500/375));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .s1_object img {
        width: 400%;
        max-width: unset;
    }

    .section2 .pic_box {
        display: none;
    }
    .section2 .inner {
        display: flex;
    }
    .section2 .inner_txt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: calc(100vw * (400/375));
        backdrop-filter: blur(3px);
    }
    .section2 .inner_txt.part1 {
        background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../image/main/s2_img1.png);
    }
    .section2 .inner_txt.part2 {
        background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../image/main/s2_img2.png);
    }
    .section2 .inner_txt.part3 {
        background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../image/main/s2_img3.png);
    }
    .section2 .inner_txt.part4 {
        background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url(../image/main/s2_img4.png);
    }
    .section2 .s2_title {
        background-color: transparent;
    }
    .section3 .s3_title {
        font-size: calc(100vw * (24/375));
    }
    .s4_title {
        margin-left: calc(100vw * (20/375));
        font-size: calc(100vw * (30/375));
    }
    .s4_item_txt {
        font-size: calc(100vw * (16/375));
        letter-spacing: -0.05em;
        line-height: 1.6em;
        gap: calc(100vw * (12/375));
    }
    .s4_item_txt p {
        line-height: 1.6em;
    }
    .section5 {
        padding-top: calc(100vw * (300/375));
    }
    .section7 .inner {
        padding: 0 calc(100vw * (20/375));
    }
    .section7 .s7_right {
        gap: calc(100vw * (50/375));
    }
    .s7_input_row {
        flex-direction: column;
        gap: calc(100vw * (50/375));
    }
    .s7_input_group {
        width: 100%;
    }
    .file_input_group {
        flex-direction: column;
    }
    .file_input_group span,
    .file_input_group label {
        width: 100%;
    }
    .chk_input_row {
        flex-direction: column;
    }
    .contact_btn {
        width: 100%;
        margin-top: calc(100vw * (40/375));
    }
    .footer {
        flex-direction: column;
        padding: calc(100vw * (50/375)) calc(100vw * (20/375));
        position: relative;
    }
    .footer_info {
        margin: calc(100vw * (100/375)) 0 0;
        gap: calc(100vw * (50/375));
    }
    .footer .footer_logo {
        width: calc(100vw * (180/375));
    }
    .top_btn {
        margin: 0; 
        position: absolute;
        top: calc(100vw * (60/375));
        right: calc(100vw * (20/375));
    }
    .footer_bottom_group .info_title {
        min-width: fit-content;
        margin-right: calc(100vw * (6/375));
    }
    .footer_bottom_group {
        display: block;
    }
    #header {
        padding: 0 calc(100vw * (20/375));
    }
    #header .header_link_group {
        display: none;
    }
    .header_m_btn {
        display: block;
        width: 40px;
    }
    .mobile_menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 101;
        padding: calc(100vw * (80/375)) calc(100vw * (40/375));
        font-size: calc(100vw * (26/375));
        font-weight: 600;
        transform: translateX(100%);
        transition: 0.5s ease-in-out;
    }
    .mobile_menu.on {
        transform: translateX(0%);
    }
    .mobile_menu .mobile_link_group {
        display: flex;
        flex-direction: column;
        gap: calc(100vw * (40/375));
    }
    .mobile_menu .link6 {
        color: #ef2d44;
    }
    .mobile_menu .xbtn {
        width: calc(100vw * (40/375));
        position: absolute;
        top: calc(100vw * (12/375));
        right: calc(100vw * (14/375));
    }
}
</pre></body></html>