@charset "utf-8";

/* #content */
#content {position: relative;}
.img_box img {width: 100%;}
.block {display: block;}
.m_color {color: #0C82FE !important;}

section .inner .title_text {font-weight: 700; font-size: 70px; letter-spacing: -0.02em; text-align: center; color: #000; margin-bottom: 80px;}
section .inner .sub_text {font-weight: 700; font-size: 50px; line-height: 1.5em; padding: 50px 0 50px; text-align: center; margin-top: 50px; position: relative;}
section .inner .sub_text::before {content: ''; display: block; width: 85px; height: 4px; background: #161718; 
    position: absolute; top: 0; left: 50%; margin-left: -42.5px;}
section .inner .sub_explain p {font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -1px; text-align: center; color: #505050; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 500;}

.swiper-scrollbar-drag {background: #0C82FE;}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar .swiper-scrollbar-horizontal {height: 3px;}

.doc_main {background: #013770;/*  height: 100vh - 72px; height: calc(var(--vh, 1vh) * 100 - 72px); */}
.doc_main .inner {padding: 100px 16.66% 0; display: flex;}
.doc_main .inner .img_box.mo_ver {display: none;}
.doc_main .inner .text_box {width: 50%; color: #fff; position: relative;}
.doc_main .inner .text_box::after {content: ''; display: block; width: 102%; height: 126px; 
    background: linear-gradient(180deg, rgba(1, 55, 112, 0.00) 0%, #013770 32.56%); position: absolute; bottom: 0; left: 0;}
.doc_main .inner .text_box .branch {display: block; font-size: 34px; line-height: 44px; letter-spacing: -1px;}
.doc_main .inner .text_box .doc_name {display: inline-block; font-weight: 700; font-size: 62px; line-height: 70px; letter-spacing: -1px; margin-right: 12px;}
.doc_main .inner .text_box .director {display: inline-block; font-size: 38px; line-height: 50px; letter-spacing: -1px;}
.doc_main .inner .text_box .director.mo_ver {display: none;}
.doc_main .inner .text_box .hash_box {margin: 32px 0 52px;}
.doc_main .inner .text_box .hash_box span {display: inline-block; font-size: 26px; line-height: 52px; letter-spacing: -1px; 
    padding: 0 24px; border-radius: 100px; background: rgba(0, 0, 0, 0.20); margin-bottom: 8px;}
.doc_main .inner .text_box .profile {max-height: 520px; overflow-y: scroll; padding-bottom: 130px;}
.doc_main .inner .text_box .profile li {display: flex; gap: 58px; margin-bottom: 60px; padding-right: 5%;}
.doc_main .inner .text_box .profile li strong {display: inline-block; font-weight: 700; font-size: 38px; line-height: 50px; letter-spacing: -1px; white-space: nowrap;}
.doc_main .inner .text_box .profile li p span {display: inline-block; font-weight: 300; font-size: 25px; line-height: 38px; letter-spacing: -1px;/*  text-indent: -.2em; margin-bottom: .4em; */}
/* .doc_main .inner .text_box .profile li p span::before {content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; 
    vertical-align: middle; position: relative; left: -.5em;} */

.doc_main .inner .img_box {width: 50%; position: relative;}
.doc_main .inner .img_box::before {content: ''; display: block; width: 35%; padding-top: calc(220/220 * 35%); 
    background: url(../images/icon_view_mark.png) center no-repeat; background-size: contain; position: absolute; top: 5%; left: 3%;}
.doc_main .inner .img_box::after {content: ''; display: block; width: 100%; height: 252px; 
    background: linear-gradient(180deg, rgba(1, 55, 112, 0.00) 0%, #013770 50%); position: absolute; bottom: 0; left: 0;}
.doc_main .inner .img_box img {height: 100%; object-fit: contain;}
.doc_main .inner .img_box .btn_lic {width: 26%; background: #3E9CFE; border-radius: 50%; box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25); 
    position: absolute; bottom: 97px; right: 0; z-index: 2;}
.doc_main .inner .img_box .btn_lic::before {content: ''; display: block; padding-bottom: 100%;}
.doc_main .inner .img_box .btn_lic a {display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
    font-weight: 500; font-size: 24px; line-height: 30px; letter-spacing: -2px; text-align: center; color: #fff; white-space: nowrap;
    display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; left: 0;}
.doc_main .inner .img_box .btn_lic a i {display: block; width: 30%; padding-top: calc(58/58 * 30%); margin: 0 auto;
    background: url(../images/icon_view_license.png) center no-repeat; background-size: contain;}

/* 스크롤바 커스텀 */
.doc_main .inner .text_box .profile::-webkit-scrollbar {width: 3px; /* 스크롤바 너비 */}
.doc_main .inner .text_box .profile::-webkit-scrollbar-thumb {background: #A4D0FF; /* 스크롤바 색상 */ border-radius: 20px; /* 스크롤바 둥근 테두리 */}
.doc_main .inner .text_box .profile::-webkit-scrollbar-track {background: #0150A2; /*스크롤바 뒷 배경 색상*/}


.thumb_box {position: relative;}
.thumb_box .inner {padding: 150px 16.66%;}
.thumb_box .inner .mySwiper {padding-bottom: 80px; position: relative; overflow: hidden;}
.thumb_box .inner ul li a {display: block;}
.thumb_box .inner ul li a .img_box {border-radius: 20px; overflow: hidden; background: #DFE0E2;}
.thumb_box .inner ul li a .img_box img {border-radius: 20px;}
.thumb_box .inner ul li a .text_box {text-align: center; margin-top: 28px;}
.thumb_box .inner ul li a .text_box span {display: inline-block; font-size: 26px; line-height: 1em; letter-spacing: -1px;}
.thumb_box .inner ul li a .text_box .doc_name {margin-left: 8px;}
.thumb_box .swiper-button-prev, 
.thumb_box .swiper-button-next {width: 60px; height: 60px;
     background-position: center; background-repeat: no-repeat; background-size: contain;}
.thumb_box .swiper-button-prev {background-image: url(../images/icon_view_arrow_prev.png); left: calc(16% - 30px);}
.thumb_box .swiper-button-next {background-image: url(../images/icon_view_arrow_next.png); right: calc(16% - 30px);}
.thumb_box .swiper-button-prev::after, .thumb_box .swiper-button-next::after {display: none;}


.records {background: #F0F7FF;}
.records .inner {padding: 150px 0; position: relative;}
.records .inner .img_box {width: 50%; margin: 0 auto;}
.records .inner .img_box img {border-radius: 20px; border: 1px solid #E2E2E2;}
.records .inner .btn_more {position: absolute; top: calc(150px + 30px); right: 16%;}
.records .inner .btn_more a {display: block; padding: 0 36px; font-weight: 500; font-size: 24px; line-height: 60px; letter-spacing: -1px; color: #161718;
    background: #fff; border: 1px solid #161718; border-radius: 75px;}


.plantv .inner {padding: 150px 16.66%; position: relative;}
.plantv .inner .mo_ver {display: none;}
.plantv .inner ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.plantv .inner ul li a {display: block;}
.plantv .inner ul li .img_box {margin-bottom: 17.6px;}
.plantv .inner ul li .text_box p {font-size: 26px; letter-spacing: -1px; color: #161718; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.plantv .inner ul li .text_box p span {display: inline-block; width: 42px; height: 42px; margin-right: 12px; vertical-align: middle;
    background: url(../images/icon_view_plantv_account.png) center no-repeat; background-size: contain;}
.plantv .inner .btn_more {position: absolute; top: 180px; right: 16%;}
.plantv .inner .btn_more a {display: block; padding: 0 36px; font-weight: 500; font-size: 24px; line-height: 60px; letter-spacing: -1px; color: #161718;
    background: #fff; border: 1px solid #161718; border-radius: 75px;}


.banner_box {background: #F0F7FF;}
.banner_box .inner {display: flex; align-items: center; justify-content: space-between; gap: 126px; padding: 80px 16.66%;}
.banner_box .inner .text_box .m_color {font-size: 28px; line-height: 1.2em; letter-spacing: -1px; color: #0C82FE;}
.banner_box .inner .text_box p {font-weight: 700; font-size: 42px; line-height: 56px; letter-spacing: -1px; color: #161718; margin-top: .5em;}
.banner_box .inner .btn_more a {display: block; padding: 0 60px; font-size: 28px; line-height: 80px; letter-spacing: -1px; color: #fff; text-align: center;
    white-space: nowrap; background: #0C82FE; border-radius: 175px;}
.banner_box .btn_list {background: #fff; text-align: center; padding: 80px 0 140px;}
.banner_box .btn_list a {display: inline-block; border-radius: 100px; border: 1px solid #161718; background: #001E3D; 
    font-weight: 500; font-size: 28px; line-height: 80px; letter-spacing: -1px; color: #fff; padding: 0 80px;}


/* 팝업 */
.popup_bg {background: rgba(0, 0, 0, 0.5); width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.popup_area {width: 25%; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 101; display: none;}
.popup_area .btn_close {display: inline-block; width: 32px; height: 32px; position: absolute; top: 0; right: -20%; z-index: 101;}
.popup_area .btn_close span {display: inline-block; width: 40px; height: 4px; background: #fff; border-radius: 4px; position: absolute; top: 50%; left: 50%; margin: -2px -20px;}
.popup_area .btn_close span:nth-of-type(1) {transform: rotate(45deg);}
.popup_area .btn_close span:nth-of-type(2) {transform: rotate(-45deg);}
.popup_area .popup_con {position: relative;}
.popup_area .mySwiper {overflow: hidden;}
.popup_area .swiper-button-prev, 
.popup_area .swiper-button-next {width: 40%; color: #fff;}
.popup_area .swiper-button-prev {left: -40%;} 
.popup_area .swiper-button-next {right: -40%;}
.popup_area .swiper-button-next:after, 
.popup_area .swiper-button-prev:after {font-size: 38px;}
.popup_area .swiper-button-next.swiper-button-disabled, 
.popup_area .swiper-button-prev.swiper-button-disabled {pointer-events: visible;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section .inner .title_text {font-size: 44px;}
    section .inner .sub_text {font-size: 22px; padding: 30px 0; margin-top: 30px;}
    section .inner .sub_text::before {width: 60px; margin-left: -30px;}
    section .inner .sub_explain p {font-size: 22px; line-height: 1.5em;}

    .doc_main .inner {padding: 100px 12% 0;}
    .doc_main .inner .text_box .hash_box {display: flex; flex-direction: column; align-items: flex-start}
    .doc_main .inner .text_box .hash_box span {font-size: 20px; line-height: 42px; border-radius: 190px;}
    .doc_main .inner .text_box .profile li {flex-direction: column; gap: 20px; margin-bottom: 40px;}
    .doc_main .inner .text_box .profile li:last-child {margin-bottom: 0;}
    .doc_main .inner .text_box .profile li strong {display: block; font-size: 32px;}
    .doc_main .inner .text_box .profile li p span {display: block; font-size: 20px;/*  text-indent: .5em; margin-bottom: .4em; */}
    
    .thumb_box .inner {padding: 150px 12%;}
    .thumb_box .swiper-button-prev {left: calc(12% - 30px);}
    .thumb_box .swiper-button-next {right: calc(12% - 30px);}

    .records .inner .img_box {width: 60%;}

    .plantv .inner {padding: 150px 12%;}

    .banner_box .inner {padding: 80px 12%;}

    .popup_area {width: 30%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .doc_main .inner {padding: 100px 8% 0;}

    .thumb_box .inner {padding: 150px 8%;}
    .thumb_box .swiper-button-prev {left: calc(8% - 30px);}
    .thumb_box .swiper-button-next {right: calc(8% - 30px);}

    .records .inner .img_box {width: 70%;}

    .plantv .inner {padding: 150px 8%;}

    .banner_box .inner {padding: 80px 8%;}

    .popup_area {width: 35%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .doc_main .inner {padding: 100px 6% 0;}

    .thumb_box .inner {padding: 150px 6%;}
    .thumb_box .swiper-button-prev {left: calc(6% - 30px);}
    .thumb_box .swiper-button-next {right: calc(6% - 30px);}

    .records .inner .img_box {width: 80%;}

    .plantv .inner {padding: 150px 6%;}

    .banner_box .inner {padding: 80px 6%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {font-size: 34px; letter-spacing: -1px; margin-bottom: 40px;}
    section .inner .sub_text {font-size: 26px; padding: 20px 0; margin-top: 20px;}
    section .inner .sub_text::before {width: 32px; height: 2px; margin-left: -16px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}
    /* h2.hidden ~ section > .inner {padding: 80px 5%;} */
   
    
    .doc_main .inner {padding: 100px 5% 80px;}
    .doc_main .inner .img_box.pc_ver {display: none;}
    .doc_main .inner .img_box.mo_ver {display: block;}
    .doc_main .inner .info_box {display: flex;}
    .doc_main .inner .info_box > div {width: 50%;}
    .doc_main .inner .info_box > .img_box {position: relative; overflow: hidden;}
    .doc_main .inner .info_box > .img_box img {position: absolute; top: -15px; left: 0; height: auto;}
    .doc_main .inner .info_box > .img_box::after {content: ''; display: block; width: 100%; height: 60px; position: absolute; bottom: -1px; left: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #013770 100%);}
    .doc_main .inner .text_box {width: 100%;}
    .doc_main .inner .text_box::after {display: none;}
    .doc_main .inner .text_box .doc_box {margin-bottom: 100px;}
    .doc_main .inner .text_box .branch {font-size: 24px; line-height: 44px;}
    .doc_main .inner .text_box .doc_name {font-size: 44px; line-height: 70px; margin-right: 8px;}
    .doc_main .inner .text_box .director {font-size: 28px; line-height: 50px;}
    .doc_main .inner .text_box .hash_box {margin: 24px 0 0; display: flex; flex-direction: column; align-items: flex-start}
    .doc_main .inner .text_box .hash_box span {font-size: 20px; line-height: 42px; border-radius: 190px;}
    .doc_main .inner .text_box .profile {max-height: unset; overflow-y: unset; padding-bottom: 0;}
    .doc_main .inner .text_box .profile li {flex-direction: column; gap: 20px; margin-bottom: 40px;}
    .doc_main .inner .text_box .profile li:last-child {margin-bottom: 0;}
    .doc_main .inner .text_box .profile li strong {display: block; font-size: 32px;}
    .doc_main .inner .text_box .profile li p span {display: block; font-size: 20px;/*  text-indent: .5em; margin-bottom: .4em; */}
    /* .doc_main .inner .text_box .profile li p span::before {width: 6px; height: 6px; left: -.5em;} */
    .doc_main .inner .text_box .profile li p span .block {display: inline;}

    .doc_main .inner .img_box::after {height: 76px;}
    .doc_main .inner .img_box .btn_lic {width: 35%; bottom: 30px; right: 0;}
    .doc_main .inner .img_box .btn_lic a {font-size: 18px; line-height: 21px; letter-spacing: -1px;}


    .thumb_box .inner {padding: 80px 5%;}
    .thumb_box .inner .mySwiper {padding-bottom: 40px;}
    .thumb_box .inner ul li a .text_box {margin-top: 20px;}
    .thumb_box .inner ul li a .text_box span {font-size: 22px;}
    .thumb_box .swiper-button-prev, 
    .thumb_box .swiper-button-next {width: 42px; height: 42px;}
    .thumb_box .swiper-button-prev {background-image: url(../images/icon_view_arrow_prev.png); left: calc(5% - 21px);}
    .thumb_box .swiper-button-next {background-image: url(../images/icon_view_arrow_next.png); right: calc(5% - 21px);}


    .records .inner {padding: 80px 5%;}
    .records .inner .img_box {width: 100%;}
    .records .inner .img_box img {border-radius: 10px;}
    .records .inner .btn_more {top: 90px; right: 5%;}
    .records .inner .btn_more a {padding: 0 20px; font-size: 16px; line-height: 36px;}


    .plantv .inner {padding: 80px 5%;}
    .plantv .inner ul {grid-template-columns: repeat(2, 1fr);}
    .plantv .inner ul li:nth-child(n+3) {display: none;}
    .plantv .inner ul li .img_box {margin-bottom: 16px;}
    .plantv .inner ul li .text_box p {font-size: 20px;}
    .plantv .inner ul li .text_box p span {width: 36px; height: 36px; margin-right: 10px;}
    .plantv .inner .btn_more {top: 90px; right: 5%;}
    .plantv .inner .btn_more a {padding: 0 20px; font-size: 16px; line-height: 36px;}


    .banner_box .inner {gap: 90px; padding: 80px 5%;}
    .banner_box .inner .text_box .m_color {font-size: 20px;}
    .banner_box .inner .text_box p {font-size: 28px; line-height: 38px;}
    .banner_box .inner .btn_more a {padding: 0 40px; font-size: 24px; line-height: 60px;}
    .banner_box .btn_list {padding: 60px 0 140px;}
    .banner_box .btn_list a {font-size: 24px; line-height: 60px; padding: 0 60px;}
    

    .popup_area {width: 50%;}
    .popup_area .btn_close {width: 24px; height: 24px;}
    .popup_area .btn_close span {width: 32px; height: 4px; margin: -2px -16px;}
    .popup_area .swiper-button-next:after, 
    .popup_area .swiper-button-prev:after {font-size: 34px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px; margin-bottom: 30px;}
    section .inner .sub_text {font-size: 17px; padding: 20px 0 30px; margin-top: 20px;}
    section .inner .sub_text::before {width: 40px; height: 2px; margin-left: -20px;}
    section .inner .sub_explain p {font-size: 14px; line-height: 23px;}
    /* h2.hidden ~ section > .inner {padding: 50px 5%;} */

    .doc_main .inner {padding: 60px 5%;}
    .doc_main .inner .info_box {flex-direction: column;}
    .doc_main .inner .info_box > div {width: 100%;}
    .doc_main .inner .info_box > .img_box {position: relative; overflow: hidden; min-height: 350px;}
    .doc_main .inner .info_box > .img_box::after {content: ''; display: block; width: 100%; height: 60px; position: absolute; bottom: -1px; left: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #013770 100%);}
    .doc_main .inner .text_box {width: 100%;}
    .doc_main .inner .text_box::after {display: none;}
    .doc_main .inner .text_box .doc_box {margin-bottom: 16px;}
    .doc_main .inner .text_box .branch {display: none;}
    .doc_main .inner .text_box .doc_name {font-size: 32px; line-height: 1em; margin-right: 0;}
    .doc_main .inner .text_box .director {font-weight: 300; font-size: 22px; line-height: 1em; margin-bottom: 10px; display: none;}
    .doc_main .inner .text_box .director.mo_ver {display: block;}
    .doc_main .inner .text_box .hash_box {display: block;}
    .doc_main .inner .text_box .hash_box span {font-size: 14px; line-height: 28px;}
    .doc_main .inner .text_box .profile {max-height: 300px; overflow-y: scroll; padding-bottom: 0; margin-top: 28px;}
    .doc_main .inner .text_box .profile li {gap: 10px; margin-bottom: 20px;}
    .doc_main .inner .text_box .profile li strong {font-size: 24px; line-height: 1.2em;}
    .doc_main .inner .text_box .profile li p span {font-size: 16px; line-height: 24px; margin-bottom: 0;}
    .doc_main .inner .text_box .profile li p span .block {display: block;}

    .doc_main .inner .img_box .btn_lic {width: 28%; bottom: 5px; right: 5%; z-index: 1;}
    .doc_main .inner .img_box .btn_lic a {font-size: 14px; line-height: 18px;}


    .thumb_box {display: none;}


    .records .inner {padding: 60px 5%;}
    .records .inner .btn_more {top: 70px; right: 5%;}
    .records .inner .btn_more a {font-size: 14px; line-height: 32px;}


    .plantv .inner {padding: 60px 5% 0; margin-bottom: 60px;}
    .plantv .inner .pc_ver {display: none;}
    .plantv .inner .mo_ver {display: block; position: relative;}
    .plantv .inner ul {display: flex; padding-bottom: 40px;}
    .plantv .inner ul li:nth-child(n+3) {display: block;}
    .plantv .inner ul li .img_box {margin-bottom: 16px;}
    .plantv .inner ul li .text_box p {font-size: 20px;}
    .plantv .inner ul li .text_box p span {width: 36px; height: 36px; margin-right: 10px;}
    .plantv .inner .btn_more {top: 70px; right: 5%;}
    .plantv .inner .btn_more a {font-size: 14px; line-height: 32px;}


    .banner_box .inner {flex-direction: column; gap: 30px; padding: 50px 5%;}
    .banner_box .inner .text_box {text-align: center;}
    .banner_box .inner .text_box .m_color {font-size: 17px;}
    .banner_box .inner .text_box p {font-size: 22px; line-height: 32px;}
    .banner_box .inner .btn_more a {padding: 0 30px; font-size: 18px; line-height: 48px;}
    .banner_box .btn_list {padding: 40px 0 140px;}
    .banner_box .btn_list a {font-size: 18px; line-height: 48px; padding: 0 40px;}


    .popup_area {width: 68%;}
    .popup_area .btn_close {width: 24px; height: 24px; right: -15%; top: -24px;}
    .popup_area .btn_close span {width: 32px; height: 4px; margin: -2px -16px;}
    .popup_area .swiper-button-next:after, 
    .popup_area .swiper-button-prev:after {width: 20%; font-size: 34px;}
    .popup_area .swiper-button-prev {left: -20%;}
    .popup_area .swiper-button-next {right: -20%;}
}
