html,
body {
    font-family: 'SUIT', sans-serif;
}

.pc- {
    display: block !important;
}
.m- {
    display: none !important;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

.header_container {
    width: 90%;
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    padding: 25px 0;
    position: relative;
}

.menu_box {
    display: flex;
    gap: 80px;
    align-items: center;
}

.menu_box a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contact_box {
    display: flex;
    align-items: center;
    gap: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.m_box {
    display: none;
}

.contact_box p {
    font-size: 24px;
    font-weight: 800;
    color: #595959;
}

.contact_box p span {
    color: #fdb812;
}

.contact_box a {
    display: block;
    padding: 12px 34px;
    border-radius: 20.5px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background-color: #fdb812;
}

.section1 {
    width: 100%;
    height: 968px;
    background: url('/assets/images/section1_bg.png') no-repeat center center / cover;
    position: relative;
}

.section1_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    word-break: keep-all;
    width: 100%;
}

.section1_content img {
    display: block;
    margin: 0 auto;
}

.section1_content h2 {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -1.2px;
    color: #fff;
}

.section1_content p {
    margin-top: -30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: contents;
}

.section2 {
    width: 100%;
    height: 388px;
    background: url('/assets/images/section2_bg.png') no-repeat center center / cover;
    position: relative;
}

.section2 img {
    min-width: 400px;
    max-width: 740px;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section3,
.section8 {
    width: 100%;
    padding: 32px 0;
}

.section3 .swiper-free-mode > .swiper-wrapper,
.section8 .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear !important;
}

.section3 .swiper-slide,
.section8 .swiper-slide {
    width: auto !important;
    font-family: 'GmarketSans';
    font-weight: 600;
    font-size: 40px;
    color: #fdb812;
}

.section8 .swiper-slide {
    color: #ff7f24;
}

.section4 {
    width: 100%;
    padding: 90px 0;
    background-color: #f9f9f9;
}

.section4_title {
    font-family: 'GmarketSans';
    font-size: 64px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 72px;
}

.section4_title span {
    color: #fdb812;
}

.section4_swiper_container {
    min-width: 1200px;
    width: 78.125%;
    margin: 0 auto;
    overflow: hidden;
}

.section4_swiper_container img {
    width: 100%;
}

.menu_link {
    padding: 10px 0;
    border-radius: 20.5px;
    background-color: #fdb812;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: block;
    width: 172px;
    margin: 70px auto 0;
    text-align: center;
}

.section4_swiper_box {
    position: relative;
}

.swiper_btn {
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.swiper_prev {
    left: 5%;
}

.swiper_next {
    right: 5%;
}

.section5 {
    width: 100%;
    height: 640px;
    background: url('/assets/images/section5_bg.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
}

.comment_container {
    width: 90%;
    margin: 0 auto;
    word-break: keep-all;
}

.comment_container .comment_title {
    font-family: 'GmarketSans';
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

.comment_content {
    font-family: 'GmarketSans';
    font-size: 64px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin-bottom: 40px;
}

.comment_content span {
    color: #fff;
    padding: 15px 30px;
    border: 3px solid #fff;
}

.comment_sub {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.section6 {
    width: 100%;
    height: 720px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.section6 .text_box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section6 p {
    z-index: 1;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
  
}

.section7 {
    width: 100%;
    height: 720px;
    background: url('/assets/images/section7_bg.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
}

.section9 {
    font-family: 'GmarketSans';
    font-weight: 600;
    text-align: center;
    padding: 85px 0;
    background-color: #f9f9f9;
    position: relative;
}

.section9 h2 {
    font-size: 32px;
    color: #ff7f24;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.section9 h3 {
    font-size: 64px;
    color: #000;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
}

.section9 p {
    width: 720px;
    text-align: center;
    padding: 20px 0;
    border: 2px solid #000;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section9 p span {
    color: #ff7f24;
}

.section9 p:not(:last-child) {
    margin-bottom: 40px;
}

.apple {
    position: absolute;
    top: 20px;
    left: 0;
}

.melon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section10 {
    width: 100%;
    padding: 60px 0;
    background-color: #fdb812;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section10 p {
    font-family: 'GmarketSans';
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.section10 p img {
    width: 245px;
}
/* Responsive styling */
@media (max-width: 1000px) {
    .section10 p img {
        width: 160px;
    }
}

.section11 {
    width: 100%;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
}

.section12 {
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/assets/images/section12_bg.png') no-repeat center center / cover;
}

.section12_container h2 {
    font-family: 'GmarketSans';
    font-weight: 600;
    color: #fff;
    font-size: 64px;
    margin-bottom: 75px;
    text-align: center;
}

.section12_container .line {
    width: 2px;
    height: 146px;
    background-color: #fff;
    margin: 0 auto 65px;
}

.section12_container .content {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 2.4;
    text-align: center;
}

.section12_container .content1 {
    margin-bottom: 80px;
}

.section13 {
    width: 100%;
    padding: 135px 0;
    background-color: #ff7f24;
}

.section13_container {
    width: 720px;
    margin: 0 auto;
}

.section13_container h2 {
    font-family: 'GmarketSans';
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.contact_form {
    width: 100%;
}

.contact_form > input {
    width: 100%;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 24px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    margin-bottom: 22px;
}

.contact_form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.checkbox_container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 50px;
}

.checkbox_container label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.contact_submit {
    font-family: 'GmarketSans';
    width: 100%;
    height: 95px;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 600;
    color: #ff7f24;
    cursor: pointer;
}

.contact-btn {
    cursor: pointer;
}

/* 기본 체크박스 숨기기 */
.checkbox_container input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* 커스텀 체크박스 스타일 */
.checkbox_container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
}

.checkbox_container label {
    cursor: pointer;
}

/* 체크박스 모양 */
.checkbox_container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #fff;
}

/* 체크박스 체크되었을 때 스타일 */
.checkbox_container input[type='checkbox']:checked + label::before {
    background-color: #fff;
}

/* 체크 표시 스타일 */
.checkbox_container input[type='checkbox']:checked + label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
}

#honeypot {
  display: none; /*일반적인 사용자에게 보이지 않도록 숨기세요*/
}

@media (max-width: 1460px) {
    .menu_box {
        gap: 40px;
    }
    
    .contact_box p {
        font-size: 15px;
    }

    .contact_box a {
        font-size: 14px;
        padding: 8px 23px;
    }
}

@media (max-width: 1000px) {
    .pc- {
        display: none !important;
    }
    .m- {
        display: block !important;
    }
    
    .header_container {
        text-align: center;        
    }
    
    .m_box {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
    }
    
    .m_box > p {
        font-size: 15px;
        font-weight: 800;
        color: #595959;
        text-align: left;
    }
    
    .m_box p span {
        color: #fdb812;
    }
    
    .menu_box {
        display: none;
    }

    .contact_box > p {
        display: none;
    }
    
    .section1_content h2 {
        font-size: 2.5em;
    }
    
    .section1 {
        height: 484px;
    }

    .section1 img {
        min-width: 350px;
        width: 100%;
    }

    .section1_content p {
        font-size: 15px;
        line-height: 1.4;
    }

    .section2 {
        height: 240px;
    }

    .logo img {
        width: 120px;
    }

    .section3 {
        padding: 16px 0;
    }

    .section3 .swiper-slide,
    .section8 .swiper-slide {
        font-size: 20px;
    }

    .section4 {
        padding: 45px 0;
    }

    .section4_title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .section4_swiper_container {
        min-width: 100%;
    }

    .swiper_btn {
        display: none;
    }

    .menu_link {
        font-size: 15px;
        margin: 35px auto 0;
    }

    .section5 {
        height: 320px;
        background: url(/assets/images/section5_bg.png) no-repeat center center / cover;
    }

    .comment_container .comment_title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .comment_content {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .comment_content span {
        padding: 8px 15px;
        border-width: 2px;
    }

    .comment_sub {
        font-size: 12px;
    }

    .section6,
    .section7 {
        height: 360px;
    }

    .section7 {
        height: 420px;
    }

    .section9 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section9 h3 {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .section9 p {
        width: 90%;
        font-size: 16px;
        padding: 10px 0;
    }

    .section9 p:not(:last-child) {
        margin-bottom: 20px;
    }

    .section9 {
        padding: 60px 0;
    }

    .apple {
        width: 100px;
    }

    .melon {
        width: 150px;
    }

    .section10 {
        padding: 30px 0;
    }

    .section10 p {
        font-size: 40px;
    }

    .section11 img {
        width: 200px;
    }

    .section11 {
        padding: 40px 0;
    }

    .section12_container h2 {
        font-size: 32px;
        margin-bottom: 36px;
        text-align: left;
        padding: 0 5%;
    }

    .section12_container .line {
        display: none;
    }

    .section12_container .content {
        font-size: 14px;
        text-align: left;
        padding: 0 5%;
        line-height: 2;
    }

    .section12_container .content1 {
        margin-bottom: 40px;
    }

    .section12 {
        height: 550px;
    }

    .section13 {
        padding: 70px 0;
    }

    .section13_container h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .section13_container {
        width: 90%;
    }

    .contact_form > input {
        height: 40px;
        padding: 12px 10px;
        font-size: 12px;
        margin-bottom: 11px;
    }

    .contact_submit {
        height: 42px;
        border-radius: 4px;
        font-size: 16px;
    }
    .section8 {
        padding: 16px 0;
    }

    .checkbox_container {
        padding-left: 25px;
    }

    .checkbox_container::before {
        height: 15px;
        width: 15px;
        border-radius: 2px;
        margin-top: 2px;
    }

    /* 체크박스 체크되었을 때 스타일 */
    .checkbox_container input[type='checkbox']:checked + label::before {
        background-color: #fff;
    }

    /* 체크 표시 스타일 */
    .checkbox_container input[type='checkbox']:checked + label::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 4px;
        height: 7px;
        border: solid rgb(255, 255, 255);
        border-width: 0 3px 3px 0;
    }

    .checkbox_container label {
        font-size: 12px;
    }
}
