@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

:root {
    --primary: #2AA339;
    --w1660: 1660px;
    --33: 33.333333333%;
    --50: 50%;
    --bbsPadding: 150px 20px;
    --eng: 'Noto Sans', sans-serif;
}

@media (max-width:768px) {
    :root {
        --bbsPadding: 80px 20px;
    }

}

/*
html,
body {
    position: relative;
    height: 100%;
}
*/

/* sub page cmm */
.mobDrop_wrap .sub_nav_tab ul {
    margin-top: 0 !important;
}

.mobDrop_wrap .dropdown_btn {
    background: rgb(62 124 69) !important;
}

.mobDrop_wrap .sub_nav_tab ul li a {
    padding: 0 !important;
}

.cm_sub_tit {
    text-align: center;
    padding: 120px 0 80px;
}

.cm_bbs_tit {
    text-align: center;
    padding: 0 0 80px;
}

.cm_bbs_tit h2,
.cm_sub_tit h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width:768px) {
    .cm_sub_tit {
        padding: 60px 0 40px;
    }

    .cm_bbs_tit h2,
    .cm_sub_tit h2 {
        font-size: 32px;
    }
}

/* fullpage reset */


/* main page */
.main .cm_str {
    color: var(--primary);
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 32px;
    white-space: nowrap;
}

.main .cm_viewBtn a {
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-family: var(--eng);
    font-weight: 500;
    font-size: 18px;
}

.main .cm_viewBtn .arr {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 36px;
    background: #EDEDED;
    margin-right: 8px;
}

.main .cm_viewBtn .arr .cm_viewBtn_arr {
    color: #888;
    font-size: 20px;
}

.main .cm_viewBtn .arr .cm_viewBtn_arr {
    font-variation-settings:
        'FILL'0,
        /* '1' 배경색 채워짐 */
        'wght'400,
        /* stroke 굵기 */
        'GRAD'0,
        /* 두께*/
        'opsz'24
        /* 옵티컬사이즈 */
}

.swiper4 {
    position: relative;
    width: 100%;
    height: 100vh;
}

.swiper4 .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.swiper4 .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .2);
    z-index: 1;
}

.main .sec1 .swiper4 .swiper-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    padding: 0 20px;
    box-sizing: border-box;
}

.main .sec1 .swiper4 .swiper-txt .df {
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main .sec1 .swiper4 .swiper-txt .df strong {
    font-size: 24px;
    font-family: var(--eng);
    font-weight: 500;
}

.main .sec1 .swiper4 .swiper-txt .df h2 {
    font-size: 56px;
    line-height: 1;
    margin: 24px auto 24px;
}

.main .sec1 .swiper4 .swiper-txt .df p {
    font-size: 20px;
}

.main .sec1 .swiper-txt .df > * {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.7s ease;
}

.main .sec1 .swiper-txt.active .df > * {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.main .sec1 .swiper-txt.active .df > *:nth-child(1) {
    transition-delay: 0.3s;
}

.main .sec1 .swiper-txt.active .df > *:nth-child(2) {
    transition-delay: 0.6s;
}

.main .sec1 .swiper-txt.active .df > *:nth-child(3) {
    transition-delay: 0.9s;
}

.swiper4 .swiper-slide .visual-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 5s;
    transition: all 5s;
    transform: scale(1.15);
}

/*
    .swiper4 .swiper-slide.swiper-slide-active .visual-bg {
        transform: scale(1);
    }
*/


.swiper4 .swiper-slide .visual-bg {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.swiper4 .swiper-slide .visual-bg video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}

@media(max-width:1500px) {
    .swiper4 .swiper-slide .visual-bg video {
        object-fit: cover;
    }
}


.swiper4 .swiper-slide .visual-txt {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper4 .swiper-slide .visual-txt .maxinner {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;

}

.swiper4 .swiper-slide .visual-txt h2 {
    font-size: 5.5rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.swiper4 .swiper-slide .visual-txt h2 p {
    font-size: 3.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.swiper4 .swiper-slide .visual-txt h2 > * {
    overflow: hidden;
}

.swiper4 .swiper-slide.swiper-slide-active .visual-txt h2 .char {
    animation: slide-up 1s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    /*     animation-delay: calc( .4s + (.04s * var(--char-index)) ); */
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(125%);
    }

    to {
        opacity: 1.0;
        transform: translateY(0);
    }
}


.swiper4 .swiper-button-next,
.swiper4 .swiper-button-prev {
    opacity: 1 !important;
    width: 2rem;
    height: 3.8rem;
    cursor: pointer !important;
}

.swiper4 .swiper-button-next:after,
.swiper4 .swiper-button-prev:after {
    display: none;
}

.swiper4 .swiper-button-next {
    right: 6rem;
    background: url('/images/ico/ico-main-slide02.png') no-repeat center / cover;
}

.swiper4 .swiper-button-prev {
    left: 6rem;
    background: url('/images/ico/ico-main-slide01.png') no-repeat center / cover;
}

.swiper4 .swiper-pagination {
    z-index: 10;
    left: 6rem;
    bottom: 6rem;
    text-align: left;
}

.swiper4 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin-left: 1.5rem;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    /* font-family: 'Graphie'; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer !important;
}

.swiper4 .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.swiper4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 2.6rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.scroll-down {
    position: absolute;
    z-index: 2;
    right: 6rem;
    bottom: 0;
}

.scroll-down span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
}

.scroll-down i {
    width: 2px;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.scroll-down i:after {
    content: '';
    width: 2px;
    height: 30px;
    top: 0%;
    background: #fff;
    position: absolute;
    animation: scroll-down 1.5s both infinite;
}

@keyframes scroll-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.main .sec7 {
    background: #f8f8f8;
}

.main .sec7 .cm_viewBtn {
    justify-content: center;
    display: flex;
}

.main .sec7 .pic_lt ul {
    max-width: 1440px;
    margin: 0 auto;
}

.main .sec7 .inner .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.main .sec7 .inner .sec-title h2 {
    font-size: 56px;
    line-height: 1.3;
}

.main .sec7 .pic_lt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

.main .sec7 .pic_lt li {
    width: calc(25% - 18px);
    max-width: calc(25% - 18px);
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
}

.main .sec7 .pic_lt li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.main .sec7 .pic_lt .lt_img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.main .sec7 .pic_lt .lt_img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.main .sec7 .pic_lt .progress-wrap {
    margin: 6px 0 10px;
}

.main .sec7 .pic_lt .progress-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
}

.main .sec7 .pic_lt .progress-bar {
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.main .sec7 .pic_lt .progress-bar span {
    display: block;
    height: 100%;
    background: #22bb66;
    width: 50%;
    /* ← 동적으로 바꿔야 함 */
}

.main .sec7 .pic_lt .progress-percent {
    text-align: right;
    font-size: 13px;
    color: #333;
    margin-top: 2px;
}

.main .sec7 .pic_lt .lt_subject {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
}

.main .sec7 .pic_lt .lt_summary {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
    flex-grow: 1;
}

.main .sec7 .pic_lt .lt_date {
    font-size: 13px;
    color: #999;
}

.main .sec7 .pic_lt li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ✅ 반응형 */
@media (max-width:1460px) {
    .main .sec7 {
        padding: 100px 0;
    }

    .main .sec7 .pic_lt ul {
        padding: 0 40px;
    }

    .main .sec7 .inner .sec-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .main .sec7 .pic_lt li {
        width: calc(50% - 12px) !important;
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 640px) {
        .main .sec7 .inner .sec-title h2 {
        font-size: 24px;
    }
    
    .main .sec7 .pic_lt ul {
          padding: 0 20px;
        flex-direction: column;
        gap: 20px;
    }

    .main .sec7 .pic_lt li {
        width: 100% !important;
        max-width: 100%;
    }
}


.main .sec2 {
    background: #fff;
}

.main .sec2 .inner .dflx {
    display: flex;
    justify-content: space-between;
    height: 720px;
    max-width: 1440px;
    margin: 0 auto;
}

.main .sec2 .inner .dflx .left,
.main .sec2 .inner .dflx .right {
    width: 100%;
    height: 100%;
}

.main .sec2 .inner .dflx .left {
    margin-right: 130px;
    display: flex;
    align-items: center;
    height: 100%;
}

.main .sec2 .inner .dflx .left .df h2 {
    font-size: 56px;
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 700;
    color: #111;
}

.main .sec2 .inner .dflx .left .df p {
    font-size: 20px;
    line-height: 1.5;
    color: #888;
}

.main .sec2 .inner .dflx .right .df {
    height: 100%;
}

.main .sec2 .inner .dflx .right .df .bg {
    height: 100%;
    background: url(../images/sec2_right_bg.jpg) center center no-repeat;
    background-size: cover;
}

.swiper1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.main .sec3 .swiper1 .swp-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 256px;
    height: 256px;
    z-index: 3;
    box-sizing: border-box;
}

.main .sec3 .swiper1 .swp-txt .df {
    text-align: center;
}


.main .sec3 .swiper1 .swp-txt .df img {
    opacity: .7;
    display: block;
    margin: 0 auto;
}

.main .sec3 .swiper1 .swiper-pagination {
    left: auto;
    right: 15px;
    bottom: 15px;
    width: auto;
    padding: 4px 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.main .sec3 .swiper1 .swiper-pagination,
.main .sec3 .swiper1 .swiper-pagination * {
    color: #f2f2f2;
    font-size: 12px;
    line-height: 1;
}

.main .sec3 .swiper1 .swiper-slide .box {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
}

.main .sec3 .swiper1 .swiper-slide .box .img {
    position: relative;
}

.main .sec3 .swiper1 .swiper-slide .box .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.main .sec3 .swiper1 .swiper-slide .box .img img {
    height: 100%;
    width: 100%;
    /* 비율 유지하면서 세로 채우기 */
    object-fit: cover;
    /* 꽉 채우되 비율 유지 */
    -webkit-user-drag: none;
}

.main .sec3 .swiper1 .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.main .sec3 .swiper1 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main .sec4 {
    background: #fff;
}

.main .sec4 .inner {
    position: relative;
    left: calc((100% - 1460px) / 2);
    overflow: hidden;
}

.main .sec4 .inner .dflx {
    display: flex;
}

.main .sec4 .inner .dflx .left {
    padding-right: 180px;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 400px;
}

.main .sec4 .inner .dflx .left .df h2 {
    font-size: 56px;
    line-height: 1.3;
}

.main .sec4 .inner .dflx .right {
    width: 100%;
    position: relative;
    z-index: 1;


}

.main .sec4 .inner .dflx .swiper3 {
    position: relative;

    height: 100%;
}

.main .sec4 .inner .dflx .swiper3 .swiper-slide {
    transition: opacity 0.1s ease;
    /* 빠르게 사라지게 */
}

.main .sec4 .inner .dflx .swiper3 .swiper-wrapper {}

.main .sec4 .inner .dflx .swiper3 a .thumb {}

.main .sec4 .inner .dflx .swiper3 h2 {
    margin-top: 12px;
    font-size: 18px;
}

.main .sec5 .dflx {
    display: flex;
}

.main .sec5 .dflx .dflx_item {
    width: 33.3333333%;
}

.main .sec5 .dflx .dflx_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main .sec5 .dflx .dflx_item a .con {
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}

.main .sec5 .dflx .dflx_item a .con strong {
    font-family: var(--eng);
    font-size: 15px;
    color: #fff;
    opacity: .8;
}

.main .sec5 .dflx .dflx_item a .con h2 {
    font-size: 40px;
    line-height: 1;
    margin-top: 32px;
    color: #fff;
}

.main .sec5 .dflx .dflx_item a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-size: cover !important;
}

.main .sec5 .dflx .dflx_item:nth-child(1) a .bg {
    background: url(../images/sec5_bg1.jpg) no-repeat;
}

.main .sec5 .dflx .dflx_item:nth-child(2) a .bg {
    background: url(../images/sec5_bg2.jpg) no-repeat;
}

.main .sec5 .dflx .dflx_item:nth-child(3) a .bg {
    background: url(../images/sec5_bg3.jpg) no-repeat;
}

.main .sec5 .dflx .dflx_item a:hover .bg {
    transform: scale(1.1);
}

.main .sec5 .dflx .dflx_item a .mask {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    z-index: 3;
}

.main .sec5 .dflx .dflx_item a .mask.a {
    left: 0%;
}

.main .sec5 .dflx .dflx_item a .mask.b {
    left: 0%;
}

.main .sec5 .dflx .dflx_item a .mask.c {
    left: 0%;
}

/*2.마스크애니*/
@keyframes mask {
    0% {
        width: 100%;
        background: var(--primary);
    }

    50% {
        width: 100%;
        background: var(--primary);
    }

    99% {
        background: var(--primary);
    }
}

.fullpage-4.active .dflx .dflx_item a .mask.a {
    animation-name: mask;
    animation-duration: 0.2s;
}

.fullpage-4.active .dflx .dflx_item a .mask.b {
    animation-name: mask;
    animation-duration: .4s;
}

.fullpage-4.active .dflx .dflx_item a .mask.c {
    animation-name: mask;
    animation-duration: .6s;
}


.main .sec6 {
    position: relative;
}

.main .sec6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .2);
    z-index: 1;
}

.main .sec6 {
    height: 100%;
    background: url(../images/sec6_bg.jpg) center center no-repeat;
    background-size: cover !important;
    z-index: -1;
}

.main .sec6 .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.main .sec6 .inner .tit {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
}

.main .sec6 .inner .tit strong {
    font-size: 20px;
    font-family: var(--eng);
    color: #fff;
}

.main .sec6 .inner .tit h2 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin-top: 32px;
}

.main .sec6 .form_wrap {
    position: relative;
    z-index: 2;
}

.main .sec6 .form_wrap .dflx {
    display: flex;
}

.main .sec6 .form_wrap .dflx .left,
.main .sec6 .form_wrap .dflx .right {
    width: 50%;
}

.main .sec6 .form_wrap .dflx .left {
    margin-right: 24px;
}

.main .sec6 .form_wrap .dflx .left .input-item:not(:last-child) {
    margin-bottom: 16px;
}

.main .sec6 .form_wrap .input-wrap {
    background: rgba(255, 255, 255, 0.1);
    /* 반투명 */
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(4px);
    /* 배경 흐림 효과 */
    -webkit-backdrop-filter: blur(4px);
    max-width: 100%;
    box-sizing: border-box;
}

.main .sec6 .form_wrap .input-wrap-text {
    background: rgba(255, 255, 255, 0.1);
    /* 반투명 */
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    backdrop-filter: blur(4px);
    /* 배경 흐림 효과 */
    -webkit-backdrop-filter: blur(4px);
    max-width: 100%;
    box-sizing: border-box;
}

.main .sec6 .form_wrap .input-wrap-text label {
    margin-bottom: 16px;
}

.main .sec6 .form_wrap .dflx .right .df {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.main .sec6 .form_wrap .inp_wrap_df {
    display: flex;
}

.main .sec6 .form_wrap .inp_wrap_df .input-wrap {
    width: 50%;
}

.main .sec6 .form_wrap .inp_wrap_df .input-wrap:nth-child(1) {
    margin-right: 12px;
}

.main .sec6 .form_wrap .input-label {
    font-weight: 700;
    color: white;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 18px;
}

.main .sec6 .form_wrap .input-field {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: white;
    padding: 10px 0;
    width: 100% !important;
}

.main .sec6 .form_wrap .input-field::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.main .sec6 .form_wrap .dflx .left .select,
.main .sec6 .form_wrap .dflx .right .df .txt_area {
    background: transparent;
    max-width: 100%;
    box-sizing: border-box;
    color: #fff;
    outline: none;
    border: none;
}

.main .sec6 .form_wrap .dflx .right .df .txt_area::placeholder {
    color: #fff;
}

.main .sec6 .form_wrap .dflx .left .select option {
    color: #888;
}

/*  개인정보동의  */
.main .sec6 .agree_chk {
    max-width: 100%;
    margin-top: 30px;
    display: flex;
}

.main .sec6 .agree_chk .agree_df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main .sec6 .agree_chk .agree_df a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

.main .sec6 .agree_chk .agree_chk_box {
    font-size: 14px;
    color: #fff;
    text-align: left;
    letter-spacing: -0.5px;
}

.main .sec6 .agree_chk .info {
    position: absolute;
    top: 50px;
    right: 24px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.main .sec6 .agree_chk .agree_chk_box input[type=checkbox] {
    display: none
}

.main .sec6 .agree_chk .agree_chk_box input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background: url('../images/chkbox_icon_off.svg');
}

.main .sec6 .agree_chk .agree_chk_box input[type=checkbox]:checked + label::before {
    background: #2aa339 url('../images/chkbox_icon_on.svg');
}

.main .sec6 .agree_chk .agree_chk_box label {
    vertical-align: baseline
}

.main .sec6 .agree_chk .agree_chk_box > label > a.privacy_info {
    color: #333;
    text-decoration: underline;
    padding-right: 4px;
}

.main .sec6 .agree_chk_box span {
    color: #e54225;
}

.main .sec6 .right .btn_submit {
    margin-top: 32px;
    background: var(--primary);
    outline: none;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 80px;
    line-height: 80px;
    border-radius: 16px;
    padding: 0 30px;
    box-sizing: border-box;
}

@media (max-width:1630px) {
    .main .sec4 .inner {
        margin-left: 60px;
    }
}

@media (max-width:1580px) {
    .main .sec4 .inner {

        left: inherit;
    }

    .main .sec4 .inner .dflx .left {
        padding-right: 100px;

    }
}

@media (max-width:1460px) {
    .main .sec2 .inner .dflx {
        padding: 0 40px;
    }

    .main .sec6 .inner {
        padding: 0 40px;
    }

    .main .sec2 .inner .dflx .left .df p {
        font-size: 18px;
    }

    .main .sec2 .inner .dflx .left {
        margin-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width:1280px) {
    .main .sec4 {
        padding-top: 100px;
        padding-bottom: 100px;

    }

    .main .sec6 {
        padding: 100px 0;
    }

    .main .sec6 .inner .tit h2 {
        font-size: 40px;
    }
}

@media (max-width:1240px) {
    .main .sec2 {
        padding: 60px 0;
    }

    .main .sec2 .inner .dflx {
        flex-direction: column;
        height: auto;
    }

    .main .sec2 .inner .dflx .left {
        margin-bottom: 40px;
    }

    .main .sec2 .inner .dflx .right .df .bg {
        height: 400px;
    }

    .main .sec2 .inner .dflx .left .df h2 {
        font-size: 40px;
    }
}

@media (max-width:1200px) {
    .main .sec1 .swiper4 .swiper-txt .df h2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .main .sec2 {
        padding: 60px 0;
    }

    .main .sec2 .inner .dflx .left .df h2 {
        font-size: 32px;
    }

    .main .sec4 .inner .dflx {
        flex-direction: column;
    }

    .main .sec4 .inner .dflx .left {
        margin-bottom: 40px;
        width: 100%;
    }

    .main .sec4 .inner .dflx .cm_viewBtn {
        position: absolute;
        right: 40px;
        bottom: 4px;
    }

    .main .sec4 .inner .dflx .left .df h2 {
        font-size: 40px;
    }

    .main .sec4 .inner {
        margin-left: 40px;
    }

    .main .sec5 .dflx {
        flex-direction: column;
    }

    .main .sec5 .dflx .dflx_item {
        width: 100%;
    }

    .main .sec6 .inner .tit h2 {
        font-size: 32px;
        margin-top: 24px;
    }

    .main .sec6 {
        padding: 80px 0;
    }

    .main .sec6 .form_wrap .dflx {
        flex-direction: column;
    }

    .main .sec6 .form_wrap .inp_wrap_df .input-wrap {
        width: 100%;
    }

    .main .sec5 .dflx .dflx_item a {
        height: 500px;
    }

    .main .sec5 .dflx .dflx_item a .con h2 {
        font-size: 32px;
    }

    .main .sec6 .form_wrap .inp_wrap_df {
        flex-direction: column;
    }

    .main .sec6 .form_wrap .dflx .left,
    .main .sec6 .form_wrap .dflx .right {
        width: 100%;
    }

    .main .sec6 .form_wrap .dflx .left {
        margin-bottom: 16px;
    }

    .main .sec6 .form_wrap .inp_wrap_df .input-wrap:nth-child(1) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .main .sec6 .capcha_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .main .sec6 .capcha_box .btn {
        width: 100%;
        margin-top: 32px;
    }

    .main .sec6 #captcha.m_captcha #captcha_key {
        height: 41px;
    }

    .main .sec6 .form_wrap .input-label {
        font-size: 15px;
    }

    .main .sec6 .form_wrap .input-wrap {
        padding: 12px 24px;
    }

    .main .sec6 .right .btn_submit {
        height: 60px;
        line-height: 60px;
    }
}

@media (min-width:769px) {
    .sec1 .mbr {
        display: none;
    }
}

@media (max-width:768px) {
    .scroll-down {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    .scroll-down span {
        font-size: 13px;
    }

    .sec1 .mbr {
        display: block;
    }

    .main .sec3 .swiper1 .swiper-slide .box {
        height: 50vh;
    }

    .main .sec2 .inner .dflx .left {
        margin-right: 40px;
        padding-left: 0;
    }

    .main .sec1 .swiper4 .swiper-txt .df h2 {
        line-height: 1.3;
    }

    .main .sec1 .swiper4 .swiper-txt .df strong {
        font-size: 20px;
    }

    .main .sec2 .inner .dflx .left .df h2 {
        font-size: 28px;
    }

    .main .sec2 .inner .dflx .left .df p {
        font-size: 16px;
    }

    .main .sec4 .inner .dflx .left .df h2 {
        font-size: 32px;
    }

    .main .sec4 .inner {
        margin-left: 20px;
    }

    .main .sec4 .inner .dflx .swiper3 a h2 {
        font-size: 15px;
    }

    /*
    .main .sec3 .swiper1 .swiper-slide .box {
        height: 800px;
    }
*/

    .main .sec3 .swiper1 .swp-txt {
        width: 150px;
        height: 150px;
    }

    .main .sec3 .swiper1 .swp-txt .df img {
        width: 150px;
        height: 150px;
    }

    .main .sec6 .inner .tit h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .main .sec6 .inner .tit strong {
        font-size: 16px;
    }

}

@media (min-width:601px) {

    .main .sec6 .mbr,
    .main .sec2 .mbr {
        display: none;
    }
}

@media (max-width:600px) {
    .main .sec4 .inner .dflx .left .df h2 {
        font-size: 28px;
    }

    .main .sec1 .swiper4 .swiper-txt .df h2 {
        font-size: 32px;
    }

    .main .sec1 .swiper4 .swiper-txt .df p {
        font-size: 15px;
        word-break: keep-all;
    }

    .main .sec6 .inner,
    .main .sec2 .inner .dflx {
        padding: 0 20px;
    }

    .main .sec2 .inner .dflx .left .df p {
        word-break: keep-all;
    }

    .main .sec2 .inner .dflx .left .df p br {
        display: none;
    }

    .main .sec6 .mbr,
    .main .sec2 .mbr {
        display: block !important;
    }

    .main .sec2 .inner .dflx .left .df h2 {
        font-size: 24px;
    }
}

@media (max-width:360px) {
    .main .sec6 .inner .tit h2 {
        font-size: 22px;
        margin-top: 12px;
    }

    .main .sec1 .swiper4 .swiper-txt .df h2 {
        font-size: 28px;
    }

    .main .sec1 .swiper4 .swiper-txt .df strong {
        font-size: 18px;
    }

    .main .sec2 .inner .dflx .left .df p {
        font-size: 15px;
    }

    .main .cm_str {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .main .cm_viewBtn a {
        font-size: 13px;
    }

    .main .cm_viewBtn .arr {
        width: 24px;
        height: 24px;
        line-height: 27px;
    }

    .main .cm_viewBtn .arr span {
        font-size: 14px !important;
    }
}

/* sub */
.location_wrap .branch_wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
}

.location_wrap .branch_list {
    border: 1px solid #eee;
}

.location_wrap .branch_item {
    border-bottom: 1px solid #eee;
}

.location_wrap .branch_title {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.1s;
    color: #000;
    opacity: .5;
    position: relative;
}

.location_wrap .branch_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--primary);
    transition: width 0.5s ease;
}

.location_wrap .branch_item.active .branch_title {
    opacity: 1;
}

.location_wrap .branch_item.active .branch_title {
    opacity: 1;
}

.location_wrap .branch_item.active .branch_title::after {
    width: 100%;

}

.location_wrap .branch_map {
    position: relative;
    height: 100%;
}

.location_wrap .branch_map .info_wrap {
    margin-top: 24px;
    background: #f3f3f3;
}

.branch_map .info_wrap ul {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    border: 1px solid #eee;
    gap: 20px;

}

.location_wrap .branch_map .info_wrap ul li {
    width: 100%;
}


.location_wrap .branch_map .info_wrap ul li:not(:last-child) {
    border-right: 1px solid #eee;
}

.location_wrap .branch_map .info_wrap ul li .ic {
    height: 24px;
    margin-bottom: 24px;
}

.location_wrap .branch_map .info_wrap ul li .ic img {
    width: 24px;
}

.location_wrap .branch_map .info_wrap ul li .con h2 {
    margin-bottom: 4px;
}

.location_wrap .branch_map .info_wrap ul li .con p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

.location_wrap .map_content {
    display: none;
    inset: 0;
}

.location_wrap .map_content.active {
    display: block;
}





/*    footer    */

#footer {
    background: #f5f5f5;
    padding: 60px 20px;
    color: #888;
    font-size: 14px;
}

#footer .inner {
    max-width: 1660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#footer .inner .footer-left .tit {
    margin-bottom: 40px;
}

#footer .inner .footer-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

#footer .inner .footer-left li {
    margin-bottom: 6px;
    line-height: 1.6;
}

#footer .inner .footer-left strong {
    display: inline-block;
    min-width: 90px;
    color: #444;
    font-weight: 600;
}

#footer .inner .footer-left .copy {
    color: #aaa;
    font-size: 13px;
    margin-top: 10px;
}

#footer .inner .footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
    align-items: center;
}

#footer .inner .footer-right a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
}

#footer .inner .footer-right a strong {
    color: #444;
}

@media (max-width:768px) {
    #footer .inner .footer-right ul {
        gap: 8px;
        flex-wrap: nowrap;
    }

    #footer .inner .footer-left li {
        font-size: 13px;
        display: flex;
        flex-direction: column;
    }

    #footer .inner .footer-right a {
        font-size: 13px;
    }

    #footer .inner .footer-left .copy {
        font-size: 12px;
    }
}


/* 이메일 */
.em_modal_wrap {
    position: relative;
    transition: all .3s;
}

.em_modal_wrap .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(0, 0, 0, .8);
    z-index: 50;
    transition: all .3s;
}

.em_modal_wrap.active .dim {
    display: block;
}

.em_modal_wrap .con {
    display: none;
}

.em_modal_wrap.active .con {
    display: block;
}

.em_modal_wrap.active .con .inr {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 51;
    padding: 32px;
}

.em_modal_wrap.active .con .inr .tit {
    margin-bottom: 32px;
}

.em_modal_wrap.active .con .inr .tit h2 {
    font-size: 20px;
    line-height: 1;
    color: var(--primary);
}

.em_modal_wrap.active .con .inr h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.em_modal_wrap.active .con .inr p {
    color: #888;
    line-height: 1.5;
    font-size: 15px;
    word-break: keep-all;
    margin-bottom: 24px;
}

.em_modal_wrap.active .con .inr span {
    color: #888;
    font-size: 15px;
}

.em_modal_wrap.active .con .box {
    position: relative;
}

.em_modal_wrap.active .close_btn span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #ebebeb;
    z-index: 52;
}

.em_modal_wrap.active .close_btn span img {
    width: 16px;
}

@media (max-width:768px) {
    .em_modal_wrap.active .con .inr {
        max-width: 100%;
        width: 90%;
    }
}
