@charset "utf-8";


/* top_banner */
.top_banner {
    position: relative;
}
.top_banner .top_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.top_banner .top_banner_title h2 {
    font-family: "Zen Dots", sans-serif;
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .top_banner .top_banner_title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* m01_01 */
/* 공통 */
.m01_01 {
    background-color: #111;
    color: #fff;
}
.m01_01 .sec {
    padding-bottom: 120px;
}
.m01_01 .sec .tit_box h3 {
    margin-bottom: 60px;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 38px;
    font-weight: 500;
    word-break: keep-all;
}
.m01_01 .sec .tit_box p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 22px;
    word-break: keep-all;
}

.m01_01 .sub_banner img,
.m01_01 .sec.section01 img,
.m01_01 .sec.section03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m01_01 .sec.section01 {
    padding-top: 120px;
    width: 100%;
    height: 100%;
    background: url(/img/m01_01_bg.png) no-repeat center top / 100%;
}
.m01_01 .sec.section01 .cont_box {
    display: flex;
    gap: 100px;
}
.m01_01 .sec.section01 .cont_box .img_box {
    width: calc(40% - 100px);
}
.m01_01 .sec.section01 .cont_box .txt_box {
    width: 60%;
}
.m01_01 .sec.section01 .txt_box h3 {
    margin-bottom: 74px;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 38px;
    font-weight: 500;
    word-break: keep-all;
}
.m01_01 .sec.section01 .txt_box p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    word-break: keep-all;
}
.m01_01 .sec.section01 .txt_box p:first-of-type {
    margin-bottom: 44px;
}

.m01_01 .sec.section02 {
    padding-bottom: 140px;
}
.m01_01 .sec.section02 .cont_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}
.m01_01 .sec.section02 .cont_box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m01_01 .sec.section02 .cont_box ul li:nth-child(5) {
    transform: translateX(20px);
}
.m01_01 .sec.section02 .cont_box .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.m01_01 .sec.section02 .cont_box .img_box img {
    width: 90%;
}
.m01_01 .sec.section02 .cont_box span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 20px;
    font-weight: 500;
    word-break: keep-all;
}
.m01_01 .sec.section02 .cont_box span::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #009dff;
    margin: 30px 0;
}
.m01_01 .sec.section02 .cont_box h5 {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #009dff;
    margin-top: 22px;
    word-break: keep-all;
}



.m01_01 .sec.section03 {
    padding: 0;
}



.m01_01 .sec.section04 .tit_box {
    margin-bottom: 84px;
}
.m01_01 .sec.section04 .cont_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 170px;
}
.m01_01 .sec.section04 .cont_box li {
    width: calc((100% - 170px) / 2);
}
.m01_01 .sec.section04 .cont_box .desc_tit {
    display: flex;
    align-items: center;
    gap: 33px;
    margin-bottom: 30px;
}
.m01_01 .sec.section04 .cont_box .desc_tit img {
    display: block;
    min-width: 75px;
}
.m01_01 .sec.section04 .cont_box .desc_tit h5 {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #009dff;
    word-break: keep-all;
}
.m01_01 .sec.section04 .cont_box p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    word-break: keep-all;
}

@media (max-width: 1280px) {
    .m01_01 .sec.section02 .cont_box ul li:nth-child(5) {
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .m01_01 .sec {
        padding-bottom: 100px;
    }
    .m01_01 .sec .tit_box h3 {
        font-size: 27px;
        margin-bottom: 40px;
    }
    .m01_01 .sec .tit_box p {
        font-size: 16px;
        line-height: 21px;
    }
    .m01_01 .sec p br {
        display: none;
    }


    .m01_01 .sec.section01 {
        padding-top: 70px;
    }
    .m01_01 .sec.section01 .cont_box {
        flex-direction: column;
        gap: 50px;
    }
    .m01_01 .sec.section01 .cont_box .img_box {
        width: 100%;
    }
    .m01_01 .sec.section01 .cont_box .txt_box {
        width: 100%;
    }
    .m01_01 .sec.section01 .txt_box h3 {
        margin-bottom: 50px;
        font-size: 27px;
        line-height: 33px;
    }
    .m01_01 .sec.section01 .txt_box p {
        font-size: 15px;
        line-height: 20px;
    }
    .m01_01 .sec.section01 .txt_box p:first-of-type {
        margin-bottom: 27px;
    }

    .m01_01 .sec.section02 {
        padding-bottom: 85px;
    }
    .m01_01 .sec.section02 .cont_box ul li {
        width: calc(100% / 2);
    }
    .m01_01 .sec.section02 .cont_box span {
        font-size: 17px;
    }
    .m01_01 .sec.section02 .cont_box span::before {
        margin: 25px 0;
    }
    .m01_01 .sec.section02 .cont_box h5 {
        font-size: 17px;
        line-height: 27px;
        text-align: center;
    }
    .m01_01 .sec.section02 .cont_box img {
        width: 80%;
    }


    .m01_01 .sec.section04 .tit_box {
        margin-bottom: 40px;
    }
    .m01_01 .sec.section04 .cont_box ul {
        gap: 38px;
    }
    .m01_01 .sec.section04 .cont_box li {
        width: 100%;
    }
    .m01_01 .sec.section04 .cont_box .desc_tit {
        gap: 20px;
        margin-bottom: 17px;
    }
    .m01_01 .sec.section04 .cont_box .desc_tit h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .m01_01 .sec.section04 .cont_box .desc_tit img {
        min-width: auto;
        max-width: 40px !important;
    }
    .m01_01 .sec.section04 .cont_box p {
        font-size: 15px;
        line-height: 21px;
    }
}


/* m01_02 */
/* 공통 */
.m01_02 {
    background-color: #111;
    padding-bottom: 120px;
}
.m01_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m01_02 .tab_box.pc {
    display: flex;
    gap: 24px;
    margin-bottom: 140px;
    padding: 120px 0 40px;
    border-bottom: 1px solid rgba(65, 65, 65, 0.5);
}
.m01_02 .tab_box.pc li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 62px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.m01_02 .tab_box.pc li.on {
    background-color: #fff;
}
.m01_02 .tab_box.pc li p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.m01_02 .cont {
    display: none;
}
.m01_02 .cont.on {
    display: block;
}
.m01_02 .story_box .sec {
    position: relative;
}
.m01_02 .story_box img.txt {
    position: absolute;
    top: 0;
    left: 0;
}
.m01_02 .story_box .mob .section02 {
    margin: 65px 0;
}



/* history_box */
.m01_02 .history_box {
    position: relative;
}
  
.m01_02 .history_box .timeline {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: calc(100% - 250px);
    background: #fff;
    transform: translateX(-50%);
    z-index: 1;
}
  
.m01_02 .history_box .timeline_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: gray;
    z-index: 2;
    transition: height 0.5s ease-out;
}

.m01_02 .history_box .timeline_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 140px;
    gap: 160px;
    z-index: 3;
}
.m01_02 .history_box .timeline_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.m01_02 .history_box .timeline_item.active::before {
    background-color: #383838;
    transition: all .5s;
}
.m01_02 .history_box .timeline_item > div {
    width: calc((100% - 160px) / 2);
}
.m01_02 .history_box .timeline_item .year {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    text-align: right;
}
.m01_02 .history_box .timeline_item:nth-of-type(odd) .year {
    text-align: left;
}
.m01_02 .history_box .timeline_bot {
    margin-top: 160px;
}
.m01_02 .history_box .timeline_bot p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    word-break: keep-all;
    line-height: 68px;
}


@media (max-width: 991px) {
    .m01_02 {
        padding-bottom: 100px;
    }
    .m01_02 .tab_box.mob {
        position: relative;
        margin-bottom: 65px;
        padding: 42px 0 30px;
        border-bottom: 1px solid rgba(65, 65, 65, 0.5);
    }
    .m01_02 .tab_box.mob .drop_tit {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 45px;
        background-color: #fff;
        cursor: pointer;
    }
    .m01_02 .tab_box.mob .drop_tit::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 23px;
        width: 15px;
        height: 10px;
        background: url(/img/tab_arrow.png) no-repeat center / contain;
        transform: translateY(-50%);
    }
    .m01_02 .tab_box.mob h3 {
        font-family: 'LEMON MILK', sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .m01_02 .tab_box.mob .drop_tab {
        position: absolute;
        top: calc(100% - 30px);
        width: 100%;
        background-color: #414141;
        padding: 15px;
        display: none;
        z-index: 4;
    }
    .m01_02 .tab_box.mob .drop_tab.on {
        display: block;
    }
    .m01_02 .tab_box.mob .drop_tab p {
        font-family: 'LEMON MILK', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 38px;
        color: rgba(255, 255, 255, 0.2);
        text-align: center;
        cursor: pointer;
    }
    .m01_02 .tab_box.mob .drop_tab li.on p {
        color: #fff;
    }


    /* history_box */
    .m01_02 .history_box .timeline {
        left: 15px;
        width: 3px;
        height: calc(100% - 197px);
        transform: none;
    }
    .m01_02 .history_box .timeline_item {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 60px;
        padding-left: 45px;
    }
    .m01_02 .history_box .timeline_item > div {
        width: 100%;
    }
    .m01_02 .history_box .timeline_item::before {
        left: 0;
        width: 30px;
        height: 30px;
        transform: none;
        border: 4px solid #fff;
    }
    .m01_02 .history_box .timeline_item .year {
        font-size: 25px;
        text-align: left;
        order: 1;
    }
    .m01_02 .history_box .timeline_item .content {
        order: 2;
    }
    .m01_02 .history_box .timeline_bot {
        margin-top: 80px;
    }
    .m01_02 .history_box .timeline_bot p {
        font-size: 25px;
        line-height: 39px;
    }
    .m01_02 .history_box .timeline_bot p br {
        display: none;
    }
}



/* m01_03 */
.m01_03 img {
    width: 100%;
    height: 100%;
}
.m01_03 .section01 {
    position: relative;
}
.m01_03 .section01 .txt_box {
    position: absolute;
    /* left: 50%; */
    left: 0;
    bottom: 90px;
    /* transform: translateX(-50%); */
}
.m01_03 .section01 .txt_box h3 {
    margin-bottom: 28px;
    font-family: "Zen Dots", sans-serif;
    font-size: 55px;
    color: #fff;
}
.m01_03 .section01 .txt_box p {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.m01_03 .section02 {
    background-color: #111;
}

.m01_03 .section03 {
    background-color: #222;
}
.m01_03 .section03 .cont {
    position: relative;
}
.m01_03 .section03 img.txt {
    position: absolute;
    top: 0;
    left: 0;
}

.m01_03 .section04 {
    background-color: #111;
}
.m01_03 .section04 .img_box .pc {
    display: flex;
    gap: 40px;
}
.m01_03 .section04 .img_box .pc .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991px) {
    .m01_03 .section01 .txt_box {
        left: 15px;
        bottom: 50px;
    }
    .m01_03 .section01 .txt_box h3 {
        font-size: 33px;
    }
    .m01_03 .section01 .txt_box p {
        font-size: 20px;
        line-height: 28px;
    }

    .m01_03 .section04 .img_box .mob {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}


/* m01_04 */
.m01_04 img {
    width: 100%;
    height: 100%;
}
.m01_04 .sec {
    position: relative;
}
.m01_04 .sec .txt_box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.m01_04 .sec:not(.section03) .txt_box {
    top: 100px;
}
.m01_04 .sec.section03 .txt_box {
    bottom: 100px;
    display: flex;
    align-items: flex-end;
}
.m01_04 .sec .txt_box h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    word-break: keep-all;
}
.m01_04 .sec.section02 .txt_box h3 {
    font-size: 34px;
    line-height: 48px;
}
.m01_04 .sec .txt_box span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .m01_04 .sec .txt_box h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .m01_04 .sec.section02 .txt_box h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .m01_04 .sec .txt_box br {
        display: none;
    }
    .m01_04 .sec:not(.section03) .txt_box {
        top: 60px;
    }
    .m01_04 .sec.section03 .txt_box {
        top: 60px;
        bottom: auto;
        align-items: flex-start;
    }
}


/* m02_01 */
.m02_01 {
    background-color: #111;
}
.m02_01 img {
    width: 100%;
    height: 100%;
}
.m02_01 .section02 {
    background: url(/img/m02_01_03_bg.png) no-repeat center bottom / 100%;
}
.m02_01 .section03 .pc {
    position: relative;
}
.m02_01 .section03 .pc .txt {
    position: absolute;
    top: 0;
    left: 0;
}

/* m02_02 */
.m02_02 img {
    width: 100%;
    height: 100%;
}
.m02_02 .sec {
    position: relative;
}
.m02_02 .sec .txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.m02_02 .sec .txt_box h3 {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 46px;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .m02_02 .sec .txt_box {
        width: 100%;
    }
    .m02_02 .sec .txt_box h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .m02_02 .sec .txt_box h3 br {
        display: none;
    }
}


/* m02_03 */
.m02_03 {
    background-color: #111;
}
.m02_03 img {
    width: 100%;
    height: 100%;
}
.m02_03 .sec .pc .cont {
    position: relative;
}
.m02_03 .sec .pc .cont .txt {
    position: absolute;
    top: 0;
    left: 0;
}


/* m03_01 */
.m03_01 {
    background-color: #111;
}
.m03_01 img {
    width: 100%;
    height: 100%;
}

/* m03_05 */
.m03_05 img {
    width: 100%;
    height: 100%;
}

/* m03_05_03 */
.m03_05_03 img {
    width: 100%;
    height: 100%;
}
.m03_05_03 .scroll_box {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.m03_05_03 .scroll_box img.scroll {
    width: 130%;
}

@media (max-width: 991px) {
    .m03_05_03 {
        padding-bottom: 100px;
    }
}


/* m03_05_04 */
.m03_05_04 img {
    width: 100%;
    height: 100%;
}

/* m03_05_05 */
.m03_05_05 img {
    width: 100%;
    height: 100%;
}



/* m05_01 */
.m05_01 {
    padding-bottom: 130px;
}
.m05_01 .sec .tit_box {
    padding: 120px 0 80px;
}
.m05_01 .sec .tit_box h2 {
    font-family: 'LEMON MILK', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
}
.m05_01 .sec .map_box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.m05_01 .sec .map_box img {
    width: 35%;
    object-fit: cover;
}
.m05_01 .sec .map_box iframe {
    width: calc(65% - 20px);
}
.m05_01 .sec .desc_box {
    padding: 10px 0;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 20px;
    color: #fff;
}
.m05_01 .sec .desc_box .desc {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.m05_01 .sec .desc_box .desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 200px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.m05_01 .sec .desc_box .desc.email {
    margin-bottom: 50px;
}
.m05_01 .sec .desc_box .desc h3 {
    min-width: 200px;
    padding-bottom: 36px;
    padding-left: 36px;
}
.m05_01 .sec .desc_box .desc p {
    width: 100%;
    padding-bottom: 36px;
    padding-left: 60px;
    word-break: keep-all;
    line-height: 30px;
}

@media (max-width: 991px) {
    .m05_01 {
        padding-bottom: 65px;
    }
    .m05_01 .sec .tit_box {
        padding: 70px 0 50px;
    }
    .m05_01 .sec .tit_box h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .m05_01 .sec .map_box {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .m05_01 .sec .map_box img {
        width: 100%;
    }
    .m05_01 .sec .map_box iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }
    .m05_01 .sec .desc_box {
        font-size: 15px;
    }
    .m05_01 .sec .desc_box .desc {
        align-items: center;
    }
    .m05_01 .sec .desc_box .desc h3 {
        min-width: 83px;
        font-size: 15px;
        padding-left: 0;
        padding-bottom: 25px;
    }
    .m05_01 .sec .desc_box .desc p {
        padding-left: 23px;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 25px;
    }
    .m05_01 .sec .desc_box .desc.email {
        margin-bottom: 24px;
    }
    .m05_01 .sec .desc_box .desc::after {
        max-width: 83px;
    }
}



.list-category .tabs {
    margin-bottom: 140px;
}
.list-category .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: none;
}
.list-category .div-tab.tabs ul.nav-tabs li {
    display: flex
;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(255, 255, 255, 0.2);
}
.list-category .div-tab.tabs ul.nav-tabs li a {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 295px;
    height: 55px;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 22px;
    font-weight: 500 !important;
    border: none;
    color: #111;
    line-height: 28px !important;
}
.list-category .dropdown {
    margin-bottom: 80px;
}
.list-category .dropdown .btn.btn-color {
    position: relative;
    background-color: #fff;
    padding: 12px;
    color: #111 !important;
    font-family: 'LEMON MILK', sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
}
.list-category .dropdown .btn.btn-color::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 10px;
    background: url(/img/tab_arrow.png) no-repeat center / contain;
}
.list-category .dropdown-menu {
    margin: 0;
    border: none;
    background-color: #414141;
    width: 100%;
    float: none;
    border-radius: 0;;
}
.list-category .div-tab.tabs ul.nav-tabs li.active {
    background: #fff;
}
.list-category .dropdown-menu > li.selected > a {
    color: #fff;
    font-weight: 500 !important;
}
.list-category .dropdown-menu > li > a {
    padding: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    text-align: center;
}
.list-category .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.nav:before {
    display: none;
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    border: none;
    color: #111;
}
.div-tab.tabs ul.nav-tabs li:last-child, .div-tab.tabs ul.nav-tabs li:last-child:hover {
    border: none;
}