 @charset "utf-8";

.container { margin-top: var(--hdH); /*margin-right: calc(var(--quickWidth) - 1px);*/ font-size:18px; word-break: keep-all; }
.scroll_none.container { margin-right: calc(var(--quickWidth) - var(--scrollWidth)); }


/* 怨듭슜 �ㅽ��� */
.main_tit_wrap .desc { margin-bottom: 1em; font-size: var(--bigTxt); font-weight: 700; }
.main_tit_wrap .label { margin-bottom: 0.8em; font-size: 4.4rem; font-weight: 700; }
.main_tit_wrap .tit { font-size: var(--mainH2); font-weight: 700; line-height: var(--titLine); }
.main_tit_wrap .tit .gradient { color:#13b2b5;/*background: linear-gradient(90deg, #0f2538, #0f2538, #13b2b5, #13b2b5); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; */}
.main_tit_wrap .tit span.wh { color: #fff; background-color: #fff; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-left: -0.2em; }
.main_tit_wrap .txt { margin-top: 1.5em; font-weight: 500;  }
.main_tit_wrap .txt p { display: inline-flex; flex-direction: column; align-items: flex-start; }
.main_tit_wrap .txt p span { position: relative; color: rgba(0,0,0,0.3); }
.main_tit_wrap .txt p span em { position: absolute; left: 0; top: 0; width: 0; color: #232323; white-space: nowrap; overflow: hidden; font-weight: 500; }

.main_tit_wrap.bk .desc { color: #232323; }
.main_tit_wrap.center { text-align: center; }
.main_tit_wrap.center .txt p { align-items: center; }
.main_tit_wrap.big_tit .tit { font-size: var(--mainH1); }

/* 硫붿씤 �띿뒪�� �④낵 */
.main_tit_wrap .label { opacity: 0; transform: translateY(4rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0; }
.main_tit_wrap .desc { opacity: 0; transform: translateY(4rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.2s; }
.main_tit_wrap .tit { opacity: 0; transform: translateY(4rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.4s; }
.main_tit_wrap .txt { opacity: 0; transform: translateY(4rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.6s; }

.main_tit_wrap.non_effect .label,
.main_tit_wrap.non_effect .desc,
.main_tit_wrap.non_effect .tit,
.main_tit_wrap.non_effect .txt { opacity: 1; transform: translateY(0); }

.main_tit_wrap.active .label,
.main_tit_wrap.active .desc,
.main_tit_wrap.active .tit,
.main_tit_wrap.active .txt { opacity: 1; transform: translateY(0); }

.more_btn { display: flex; align-items: center; justify-content: center; padding: 1em 1.5em; border-radius: 2em; border: 1px solid #232323; font-size: var(--tinyTxt); color: #232323; transition: all 0.5s; width:200px}
.more_btn .btn_txt { margin-right: 1.2em; }
.more_btn .ico { display: flex; align-items: center; justify-content: center; }

.more_btn.wh { color: #fff; border-color: #fff; fill: #fff; }
.more_btn.bu { color: #fff; border-color: var(--blue); background-color: var(--blue); fill: #fff; }



.paging_wrap { position: absolute; width: 100%; top: 50%; z-index:1111 }
.paging_wrap .progress { position: relative; width: calc(100% - 3em); margin-left: 1.5em; height: 1px; background-color: #D4D9E4; }
.paging_wrap .progress .bar { position: absolute; left: 0; top: 0; width: 0; height: 200%; background-color: #13b2b5; transition: width 0.5s; }
.paging_wrap .paging { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1.8rem; }
.paging_wrap .paging .current { color:#13b2b5; font-weight: 700; }
.paging_wrap .paging .total { color: #BAC4CF; }
.paging_wrap .swiper_btn_wrap {width: auto; height: auto; display: flex; align-items: center; z-index: 10; }
.paging_wrap .swiper_btn_wrap .swiper_btn { cursor: pointer; transition: fill 0.3s;padding:10px 10px 3px 10px; border:1px solid #222; background:#fff; border-radius:200px }
.paging_wrap .swiper_btn_wrap .prev { position: absolute; left:0px }
.paging_wrap .swiper_btn_wrap .next { position: absolute; right:0px}


.visual_sect { position: relative; width: 100%; height: calc(100vh - var(--hdH)); overflow: hidden; }
.visual_sect .cover_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.visual_sect .cover_bg .cover { position: absolute; left: 0; top: 0; width: 70%; height: 100%; background-color: #fff; }
.visual_sect .cover_bg .symbol { position: absolute; right: 40%; top: 10%; width: 6rem; height: 6rem; display: none; }
.visual_sect .cover_bg .symbol svg { width: 100%; height: 100%; object-fit: contain; }
.visual_sect .cover_bg .txt_box { position: absolute; left: 12.5%; top: 30%; color: #232323; }
.visual_sect .cover_bg .txt_box .tit { font-size: 9rem; line-height: var(--titLine); overflow: hidden; }
.visual_sect .cover_bg .txt_box .tit span,
.visual_sect .cover_bg .txt_box .tit b { display: inline-block; transform: translateY(100%); transition: transform 1s var(--ease); transition-delay: 0.3s; }

.visual_sect .cover_bg .txt_box .tit:nth-of-type(2) span,
.visual_sect .cover_bg .txt_box .tit:nth-of-type(2) b { transition-delay: 0.4s; }

.visual_sect .cover_bg .txt_box .tit:nth-of-type(3) span,
.visual_sect .cover_bg .txt_box .tit:nth-of-type(3) b { transition-delay: 0.5s; }

.visual_sect .cover_bg.active .txt_box .tit span,
.visual_sect .cover_bg.active .txt_box .tit b { transform: unset; }

.visual_sect .cover_bg .txt_box .txt { margin-top: 1em; font-size: 2.4rem; overflow: hidden; }
.visual_sect .cover_bg .txt_box .txt span { display: inline-block; transform: translateY(100%); transition: transform 1s var(--ease); transition-delay: 0.7s; }
.visual_sect .cover_bg.active .txt_box .txt span { transform: unset; }

.visual_sect .swiper-container { height: 100%; }
.visual_sect .item { position: relative; height: 100%; }
.visual_sect .item .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.visual_sect .item .bg img,
.visual_sect .item .bg video,
.visual_sect .item .bg iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.visual_sect .item .txt_box { position: absolute; left: 12.5%; top: 30%; color: #fff; font-size: 6rem; opacity: 0; }
.visual_sect .item .txt_box.bk { color: #232323; }
.visual_sect .item .txt_box .tit { line-height: var(--titLine); }
.visual_sect .item .txt_box .tit b { font-weight: 700; }
.visual_sect .item .txt_box .txt { margin-top: 2em; font-size: var(--bigTxt); }
.visual_sect .item .btn_wrap { margin-top: 5rem; }

.visual_sect .slide_move {position: absolute; left: 12.5%; bottom: 15%; display: flex; align-items: center; justify-content: center; width: 260px; height: 50px; color: #fff; z-index: 10; opacity: 0; }
.visual_sect .paging { display: flex; justify-content: flex-end; position: absolute; top: 50%; bottom: auto; left: 50%; transform: translate(-50%,-50%); width: 100%; font-size: var(--tinyTxt); text-align: left; }
.visual_sect .paging .timer { display: flex; align-items: center; justify-content: center; margin: 0 2.2rem; }
#timer { position: absolute; top: 50%; left: 0; transform: translate(0 ,-50%); width: 180px; height: 2px; margin: 0; }
#timer svg { position: absolute; left: 0; top: 0; width: 100%; }

.visual_sect .slide_move.bk_paging .paging { color: #232323; }
.visual_sect .slide_move.bk_paging #timer svg path:nth-of-type(1) { stroke: #9A9EA7; }
.visual_sect .slide_move.bk_paging #timer svg path:nth-of-type(2) { stroke: #232323; }

.visual_sect .scroll-down { position: absolute; left: 50%; bottom: 3%; transform: translate(-50%,0%); text-align: center; z-index: 15; color: #fff; }
.visual_sect .scroll-down p { font-size: var(--tinyTxt); font-weight: 700; margin-bottom: 1rem; }
.scroll_down span { display:block; position: relative; width: 3rem; height: 4rem; border: 1px solid #fff; border-radius: 1.5rem; box-sizing: border-box; margin:0 auto; }
.scroll_down span em { display: block; position: absolute; top: 2px; left:50%; width: 4px; height:8px; border-radius: 2em; background: #fff; transform: translateX(-50%); box-sizing: border-box; -webkit-animation: scroll 2s infinite; animation: scroll 2s infinite; }


@-webkit-keyframes scroll {
    0% { -webkit-transform:translate(-50%, 0); opacity:0; }
    40% { opacity:1; }
    80% { -webkit-transform:translate(-50%, 20px); opacity:0; }
    100% { opacity:0; }
}

@keyframes scroll {
    0% { transform:translate(-50%, 0); opacity:0; }
    40% { opacity:1; }
    80% { transform:translate(-50%, 20px); opacity:0; }
    100% { opacity:0; }
}


.top_txt_sect { height: 100vh; }
.top_txt_sect .in { height: 100%; }
.top_txt_sect .wrap { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; }
.top_txt_sect .cont { position: relative; }
.top_txt_sect .cont .txt { display: flex; align-items: center; justify-content: flex-start; font-size: 5vw; font-weight: 500; font-family: 'Albert Sans', sans-serif; overflow: hidden; }
.top_txt_sect .cont .txt .space { margin-left: 0.5em; }
.top_txt_sect .cont .txt .img_box { position: relative; z-index: 10; }
.top_txt_sect .cont .txt .img_box .img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; }
.top_txt_sect .cont .txt .img img,
.top_txt_sect .cont .txt .img video { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; object-fit: cover; transition: transform 0.8s; }

.top_txt_sect .cont .desc { position: absolute; left: 0; bottom: -1.5em; width: 100%; margin-top: 1.5em; font-size: 4rem; font-weight: 700; transform: translateY(100%); }

/* �� �띿뒪�� �④낵 */
.top_txt_sect .cont .txt span:not(.img, .img_box) { transform: translateY(100%); transition: transform 0.5s calc(var(--txtIdx)*0.05s + 0.2s); }
.top_txt_sect.active .cont .txt span:not(.img, .img_box) { transform: translateY(0); }

.top_txt_sect .cont .txt { transition: font-size 0.6s var(--ease), line-height 0.6s var(--ease); transition-delay: 1.5s; }
.top_txt_sect.active .cont .txt { font-size: 9vw; }

.top_txt_sect .cont .txt .img_box { min-width: 0; width: 0; padding-top: 0; flex-shrink: 0; transition: width 0.6s var(--ease), padding-top 0.6s var(--ease); transition-delay: 1.5s; transform-origin: center; }
.top_txt_sect .cont .txt .img_box .img { min-width: 0; width: 0; padding-top: 0; flex-shrink: 0; transition: width 0.6s var(--ease), padding-top 0.6s var(--ease); transition-delay: 1.5s; transform-origin: center; }
.top_txt_sect.active .cont .txt .img_box.img_box01 { width: 30%; padding-top: 10%; }
.top_txt_sect.active .cont .txt .img_box.img_box02 { width: 19%; padding-top: 10%; }
.top_txt_sect.active .cont .txt .img.img01 { width: 100%; padding-top: 60%; }
.top_txt_sect.active .cont .txt .img.img02 { width: 100%; padding-top: 120%; }


.top_txt_sect .wrap .desc { overflow: hidden; }
.top_txt_sect .wrap .desc span { display: inline-block; transform: translateY(100%); transition: transform 0.5s; transition-delay: 2.2s; }
.top_txt_sect.active .wrap .desc span { transform: translateY(0); }


.network-section {width: 100%; background: #f1fafa; padding: 80px 0;}
.network-section .inner {max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 80px;}
.network-section .cont-text {flex: 1;}

.network-section .sub-tit {font-size: 28px;  font-weight: 400; color: #333;    line-height: 1;}
.network-section .sub-tit strong {color: #00bcd4; font-weight: 700; font-size: 4.4rem;}
.network-section .main-tit {font-size: 4.4rem; font-weight: 700; color: #222; margin-bottom: 24px;}
.network-section .branch-list {font-size: 18px; color: #555; line-height: 2; margin-bottom: 32px; font-weight: 600; line-height: 1.7;}
.network-section .branch-list .sep {margin: 0 10px; color: #bbb;}

.network-section .phone {display: flex; align-items: center; gap: 12px;}
.network-section .phone .label {font-size: 16px; color: #666; padding-left: 28px; position: relative;}

.network-section .phone .label::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url('/images/main/phone.png') no-repeat center/contain;}
.network-section .phone .num {font-size: 32px; font-weight: 700; color: #222;}

.network-section .cont {flex: 1; display: flex; justify-content: center;}
.network-section .img {width: 100%; max-width: 420px;}
.network-section .img img {width: 100%; height: auto; display: block;}

@media (max-width: 1020px){
  .network-section .inner {padding: 0 30px;}
}

@media (max-width: 768px) {
  .network-section {padding: 60px 0;}
  .network-section .inner {flex-direction: column; gap: 40px;}
  .network-section .cont {order: -1;}
  .network-section .cont-text {text-align: center;}
  .network-section .phone {justify-content: center;}
}


.innov_sect { position: relative; padding: calc(var(--mainContPd)/1.5) 0; background-color: #176B87; color: #fff; }

.innov_sect .main_tit_wrap .tit { font-size: calc(var(--mainH2) * 1.4); line-height: 1.2; }
.innov_sect .main_tit_wrap .txt_box { margin-top: 7rem; opacity: 0; transform: translateY(5rem); transition: opacity 0.5s, transform 0.5s; transition-delay: 0.8s; }
.innov_sect .main_tit_wrap.active .txt_box { opacity: 1; transform: translateY(0); }
.innov_sect .main_tit_wrap .txt_box + .txt_box { margin-top: 3rem; }
.innov_sect .main_tit_wrap .txt_box .cate { font-size: var(--bigTxt); font-weight: 700; }
.innov_sect .main_tit_wrap .txt_box .cate_txt { color: rgba(255,255,255,0.5); font-size: calc(var(--smTxt)*0.95); }

.innov_sect .symbol { position: sticky; left: 0; top: 55%; width: 25%; height: 0; transform: translateX(-80%); opacity: 0; transition: opacity 0.3s; }
.innov_sect .symbol img { width: 100%; object-fit: contain; }
.innov_sect.active .symbol { opacity: 0.1; }

.innov_sect .cont_wrap { position: relative; }
.innov_sect .cont { display: flex; align-items: flex-start; justify-content: space-between; }
.innov_sect .cont .main_tit_wrap { position: sticky; top: calc(var(--hdH) + 5rem); width: 35%; }
.innov_sect .cont .main_tit_wrap .tit p.gradient {color:#fff;/* background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.4), #fff, #fff); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; */}

.innov_sect .innov_box { width: 54%; }
.innov_sect .innov_box > .label { display: flex; align-items: center; justify-content: center; }
.innov_sect .innov_box > .label span { display: inline-block; height: 5.5rem; line-height: 5.5rem; padding: 0 4.5rem; font-size: 1.8rem; border-radius: 2em; font-weight: 500; border: 1px solid #fff; color: #fff; font-size: var(--bigTxt); }
.innov_sect .innov_box .box_wrap { position: relative; margin-top: 3rem; padding: 5rem 0; }
.innov_sect .innov_box .box_wrap .bg_line { position: absolute; left: 50%; top: 0; width: 0; height: 0; border-right: 1px solid #fff; }
.innov_sect .innov_box .box_wrap .box { width: 40%; opacity: 0; }
.innov_sect .innov_box .box_wrap .box.active {  }
.innov_sect .innov_box .box_wrap .box + .box { margin-top: -5.5%; }

.innov_sect .innov_box .box_wrap .box .img_wrap { position: relative; }
.innov_sect .innov_box .box_wrap .box .img_wrap .line { position: absolute; top: 50%; width: 25%; height: 0; border-top: 1px solid #fff; }
.innov_sect .innov_box .box_wrap .box .img_wrap .line:before { content: ''; position: absolute; top: 50%; width: 0.5rem; height: 0.5rem; border-radius: 100%; border: 4px solid #fff; background-color: #fff; }
.innov_sect .innov_box .box_wrap .box:nth-of-type(odd) .img_wrap .line { right: 0; transform: translateX(100%); }
.innov_sect .innov_box .box_wrap .box:nth-of-type(even) .img_wrap .line { left: 0; transform: translateX(-100%); }
.innov_sect .innov_box .box_wrap .box:nth-of-type(odd) .img_wrap .line:before { right: 0; transform: translate(50%, -50%); }
.innov_sect .innov_box .box_wrap .box:nth-of-type(even) .img_wrap .line:before { left: 0; transform: translate(-50%, -50%); }

.innov_sect .innov_box .box_wrap .box .img_wrap .img { position: relative; width: 100%; padding-top: 58%; }
.innov_sect .innov_box .box_wrap .box .img_wrap .img img,
.innov_sect .innov_box .box_wrap .box .img_wrap .img video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.98); }
.innov_sect .innov_box .box_wrap .box .img_wrap .img.bottom video { object-position: bottom; }

.innov_sect .innov_box .box_wrap .box .tit { font-size: var(--subTxt); margin-top: 1.5rem; }
.innov_sect .innov_box .box_wrap .box:nth-of-type(odd) { margin-right: auto; }
.innov_sect .innov_box .box_wrap .box:nth-of-type(odd) .tit { text-align: right; }
.innov_sect .innov_box .box_wrap .box:nth-of-type(even) { margin-left: auto; }
.innov_sect .innov_box .box_wrap .box:nth-of-type(even) .tit { text-align: left; }



.leader_sect { position: relative; padding: var(--mainContPd) 0; color: #fff; overflow: hidden; }
.leader_sect .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.025; z-index: 5; background-color: #fff; }
.leader_sect .bg img { width: 100%; height: 100%; object-fit: cover; }

.leader_sect .cover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:url(/images/main/main_bg1.jpg); z-index: 3; }

.leader_sect.active .bg { opacity: 0.1; }
.leader_sect.active .cover { background-color: var(--blue); }

.leader_sect .line1 { content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: calc(var(--mainContPd) - 5rem); border-right: 2px solid rgba(255,255,255,0.5); z-index: 10; }
.leader_sect .line2 { content: ''; position: absolute; left: 50%; top: 35%; transform: translateX(-50%); height: 60%; border-right: 2px solid rgba(255,255,255,0.5); z-index: 10; }

.leader_sect .cont { position: relative; z-index: 10; }
.leader_sect .cont .top_txt { text-align: center; }
.leader_sect .cont .top_txt .desc { font-weight: 500; letter-spacing: 0.5em; font-family: var(--poppins); }
.leader_sect .cont .top_txt .tit { position: relative; display: inline-flex; align-items: center; justify-content: center; font-size: 20rem; font-family: 'Albert sans', sans-serif; font-weight: 300; color: #fff; overflow: hidden; }
.leader_sect .cont .top_txt .tit span { display: inline-block; opacity: 0; transform: translateY(100%);  transition: transform 0.8s calc(var(--titIdx)*0.05s + 0.2s), opacity 0.8s calc(var(--titIdx)*0.05s + 0.2s); }
.leader_sect .cont .top_txt .tit span.space { margin-left: 0.4em; }
.leader_sect .cont .top_txt.active .tit span { transform: unset; opacity: 1; }

.leader_sect .box_wrap { position: relative; display: flex; align-items: flex-start; justify-content: space-between; padding-left: calc((100% - 154rem)/2 + 2rem); margin-top: 15rem; z-index: 10; }
.leader_sect .box_wrap .txt_box { width: 45%; }
.leader_sect .box_wrap .txt_box .tit { margin-bottom: 1em; font-size: var(--mainH1); font-weight: 700; line-height: var(--titLine); }
.leader_sect .box_wrap .txt_box .tit .gradient { background: linear-gradient(90deg, #13b2b5, #13b2b5, #45647D, #44637C); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.leader_sect .box_wrap .txt_box .txt p { display: flex; align-items: flex-start; flex-direction: column; }
.leader_sect .box_wrap .txt_box .txt p + p { margin-top: 2em; }
.leader_sect .box_wrap .txt_box .txt p span { position: relative; color: #fff;  }
.leader_sect .box_wrap .txt_box .txt p span em { position: absolute; left: 0; top: 0; width: 0; height: 100%; color: #fff; white-space: nowrap; overflow: hidden; }


.leader_sect .box_wrap .slide_wrap { width: 50%; overflow: hidden; }
.leader_sect .box_wrap .slide_box {  }
.leader_sect .box_wrap .slide_box .item { opacity: 0.3; filter: grayscale(1); transition: opacity 0.5s, filter 0.5s; }
.leader_sect .box_wrap .slide_box .swiper-slide-active { opacity: 1; filter: unset; }

.leader_sect .box_wrap .slide_wrap .tab_wrap { display: flex; align-items: flex-end; justify-content: flex-start; margin-top: 5rem; padding-left: 1.8rem; height: 1.5em; font-size: var(--bigTxt); }
.leader_sect .box_wrap .slide_wrap .tab_wrap .tab { position: relative; opacity: 0.2; font-weight: 700; transition: font-size 0.3s, opacity 0.3s; cursor: pointer; font-size: var(--txt); white-space: nowrap; }
.leader_sect .box_wrap .slide_wrap .tab_wrap .tab:before { content: ''; position: absolute; left: -1.8rem; top: 50%; width: 0.4em; height: 0.4em; border-radius: 100%; background-color: #13b2b5; transform: translateY(-50%); }
.leader_sect .box_wrap .slide_wrap .tab_wrap .tab.active { opacity: 1; font-size: var(--bigTxt); }
.leader_sect .box_wrap .slide_wrap .tab_wrap .tab + .tab { margin-left: 5rem; }

.staff_sect { padding: calc(var(--mainContPd)/2.2) 0; overflow: hidden; }
.staff_sect .cont { width: 70%; margin: 10rem auto 0; }
.staff_sect .cont .tit { font-size: 6.3vw; font-family: var(--poppins); font-weight: 300; color: rgba(12,54,89,0.07); white-space: nowrap; line-height: 1; opacity: 0; transition: opacity 1s var(--ease), transform 1s var(--ease); }
.staff_sect .cont .tit:first-of-type { transform: translate(-10%, 50%); }
.staff_sect .cont .tit:last-of-type { transform: translate(10%, -40%); text-align: right; }
.staff_sect .cont.active .tit:first-of-type { opacity: 1; transform: translate(0, 50%); }
.staff_sect .cont.active .tit:last-of-type { opacity: 1; transform: translate(0, -40%); }
.staff_sect .cont .img { position: relative; width: 70%; margin: 0 auto; z-index: 10; opacity: 0; transform: scale(0.9); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); transition-delay: 0.1s; }
.staff_sect .cont.active .img { opacity: 1; transform: unset; }
.staff_sect .cont .img img { width: 100%; height: 100%; object-fit: contain; }

.staff_slide_sect { padding: var(--mainContPd) 0 calc(var(--mainContPd)/2); margin:0 auto; overflow: hidden; }

.staff_slide_sect .cont {/* display: flex; align-items: stretch; justify-content: space-between; padding-left: calc((100% - 154rem)/2 + 2rem); */}

.staff_slide_sect .tit_wrap { display: flex; justify-content: space-between; flex-direction: column; flex-shrink: 0; }
.staff_slide_sect .tit_wrap .tit { font-size: 4rem; font-weight: 700; opacity: 0; transform: translateY(4rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.2s; }
.staff_slide_sect.active .tit_wrap .tit { transform: unset; opacity: 1; }
.staff_slide_sect .tit_wrap .paging_wrap { margin-top: 0; transform: translateY(-6rem); opacity: 0; transition: opacity 1s; transition-delay: 0.5s; }
.staff_slide_sect.active .tit_wrap .paging_wrap { opacity: 1; }

.staff_slide_sect .slide_wrap { width:100%; opacity: 0; transform: scaleX(0.5); transform-origin: right; transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); transition-delay: 0.5s; }
.staff_slide_sect.active .slide_wrap { opacity: 1; transform: scaleX(1); }
.staff_slide_sect .slide_wrap .swiper-container { padding-top:10rem; /*overflow: hidden;*/ }

.staff_slide_sect .slide_wrap .item { width:100%; padding-bottom: 5rem; }
.staff_slide_sect .slide_wrap .item .item_box { position: relative; width: 100%; padding-top: 140%; transition: transform 0.5s; }
.staff_slide_sect .slide_wrap .item .img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.staff_slide_sect .slide_wrap .item .img img { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom; }

.staff_slide_sect .slide_wrap .item .hover_box { position: absolute; z-index:111; left: 0; top: 0; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: 100%; height: 100%; padding: 5rem 4.5rem; background-color: var(--blue); color: #fff; opacity: 0; transition: opacity 0.3s; }
.staff_slide_sect .slide_wrap .item .hover_box .top_wrap { width: 100%; }
.staff_slide_sect .slide_wrap .item .hover_box .label_wrap { display: flex; align-items: center; justify-content: flex-start; font-size: var(--tinyTxt); font-weight: 700; color: #fff; }
.staff_slide_sect .slide_wrap .item .hover_box .label_wrap .label { display: flex; align-items: center; justify-content: center; padding: 0.4em 1.2em; border-radius: 2em; background-color: rgba(255,255,255,0.2); }
.staff_slide_sect .slide_wrap .item .hover_box .label_wrap .label + .label { margin-left: 0.8em; }
.staff_slide_sect .slide_wrap .item .hover_box .label_wrap .label.point { background-color:#13b2b5; }

.staff_slide_sect .slide_wrap .item .hover_box .top { display: grid; grid-template-columns: minmax(0, 1fr) max-content; margin-top: 1.3rem; }
.staff_slide_sect .slide_wrap .item .hover_box .top .tit { font-size: 3.6rem; font-weight: 700; }
.staff_slide_sect .slide_wrap .item .hover_box .top .like_btn { display: flex; align-items: center; justify-content: center; }
.staff_slide_sect .slide_wrap .item .hover_box .top .like_btn svg { font-size: 3.2rem; fill: rgba(255,255,255,0.5); }
.staff_slide_sect .slide_wrap .item .hover_box .top .like_btn.active svg { fill: #FFBE2B; }

.staff_slide_sect .slide_wrap .item .hover_box .info { position: relative; grid-column: 1 / 3; margin-top: 1em; padding: 0.5em 0; font-size:16px; max-height: 16.2rem; }
.staff_slide_sect .slide_wrap .item .hover_box .info p { height: 100%; overflow: auto; }
.staff_slide_sect .slide_wrap .item .hover_box .info p + p { margin-top: 0.5em; }

.staff_slide_sect .slide_wrap .item .hover_box .info:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.9em;  }
.staff_slide_sect .slide_wrap .item .hover_box .info:after { content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 0.9em;  }
.staff_slide_sect .slide_wrap .item .hover_box .info p::-webkit-scrollbar { display: none; }


.staff_slide_sect .slide_wrap .item .hover_box .btn_wrap { position: relative; width: 100%; margin-top: auto; padding-top: 1em; }
.staff_slide_sect .slide_wrap .item .hover_box .btn_wrap:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; border-top: 1px solid rgba(255,255,255,0.5); transition: width 0.8s; }
.staff_slide_sect .slide_wrap .item .hover_box .btn_wrap .view_btn { display: flex; align-items: center; justify-content: space-between; width: 100%; fill: #fff; font-size: var(--smTxt); }
.staff_slide_sect .slide_wrap .item .hover_box .btn_wrap .view_btn .ico { display: flex; align-items: center; justify-content: center; }


@keyframes arrowHover {
    0% {  }
    50% { opacity: 0; transform: translateX(10px); }
    75% { transform: translateX(-10px); opacity: 0; }
    100% { opacity: 1; transform: translateX(0); }
}

.count_sect { position: relative; width: 100%; height: calc(100vh - var(--hdH)); color: #fff; overflow: hidden; }
.count_sect .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:url(/images/main/main_bg2.jpg); opacity: 0; z-index: 10; }
.count_sect .bg_wrap { position: absolute; left: 50%; top: 50%; width: 40%; margin: 0 auto; transform: translate(-50%, -50%); background:url(/images/main/main_bg2.jpg); }
.count_sect .bg_video { position: relative; left: 50%; top: 0; width: 100%; padding-top: 35vh; transform: translateX(-50%); }
.count_sect .bg_video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; } 

.count_sect .main_tit_wrap .tit .gradient { /*background: linear-gradient(90deg, #fff, #fff, #13b2b5, #13b2b5); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/ }

.count_sect .wrap { position: relative; display: flex; justify-content: center; flex-direction: column; height: calc(100vh - var(--hdH)); z-index: 15; opacity: 0; }

.count_sect .cont { /*display: grid; */grid-template-columns: repeat(2, 1fr); gap: 0 8rem; width: 60%; margin-left: auto; margin-top: 6rem; }
.count_sect .cont .count_box { position: relative; padding: 5rem 4rem; border-top: 1px solid rgba(255,255,255,0.35); font-size: 5.8rem; }
.count_sect .cont .count_box:before { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 2px; background-color: #fff; transition: none; }
.count_sect .cont .count_box.active:before { width: 100%; transition: width 4s linear; }
.count_sect .cont .count_box .ico { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 1em; fill: #13b2b5; font-size: 3rem; }
.count_sect .cont .count_box .num_box { font-size: 0.8em; font-weight: 500; font-family: var(--poppins); opacity: 0.5; transition: opacity 0.5s, font-size 0.5s; }
.count_sect .cont .count_box .num_box span:not(.num) { font-size: 0.3em; }
.count_sect .cont .count_box .num_box .num { display: inline-block; transition: all 0.3s; }
.count_sect .cont .count_box .txt { margin-top: 0.5em; font-size: 1.8rem; font-weight: 600; opacity: 0.5; transition: opacity 0.5s; }
.count_sect .cont .count_box .txt > span { font-size: var(--tinyTxt); font-weight: 400; }
.count_sect .cont .count_box .num_box { font-size: 1em; opacity: 1; }
.count_sect .cont .count_box .txt { opacity: 1; }

.career_sect { padding: var(--mainContPd) 0; overflow: hidden; }
.career_sect .top { display: flex; align-items: flex-end; justify-content: space-between; }
.career_sect .paging_wrap { width: 20%; margin-left: 10%; margin-top: 0; transform: translateY(-3rem); margin-right: 12rem; }

.career_sect .slide_wrap { margin-top: 10rem; padding-left: calc((100% - 154rem)/2 + 2rem); opacity: 0; transform: scaleX(0.5); transform-origin: right; transition: opacity 0.5s, transform 0.5s; transition-delay: 0.5s; }
.career_sect.active .slide_wrap { opacity: 1; transform: scaleX(1); }
.career_sect .slide_wrap .swiper { overflow: hidden; }
.career_sect .slide_wrap .swiper-slide .img { position: relative; width: 100%; padding-top: 66%; overflow: hidden; }
.career_sect .slide_wrap .swiper-slide .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.banner_sect { position: relative; width: 85%; margin: 0 auto var(--mainContPd); padding: 18rem 0 34rem; }
.banner_sect .bg { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 20%; height: 100%; overflow: hidden; }
.banner_sect .bg:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.banner_sect .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.banner_sect .bg video { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.banner_sect .cont { position: relative; z-index: 10; color: #fff; }
.banner_sect .cont .symbol { width: 5rem; opacity: 0; transform: translateY(4rem); }
.banner_sect .cont .symbol img { width: 100%; height: 100%; object-fit: contain; }
.banner_sect .cont .tit { position: relative; margin-top: 1.8em; z-index: 10; line-height: var(--titLine); opacity: 0; transform: translateY(4rem); }
.banner_sect .cont .tit p { font-size: var(--mainH1); }
.banner_sect .cont .tit p b { font-weight: 700; }
.banner_sect .cont .tit p.gradient { background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.4), #fff, #fff); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.banner_sect .cont .txt { margin-top: 1.5em; font-size: var(--bigTxt); font-weight: 500;  opacity: 0; transform: translateY(4rem); }

.banner_sect .cont .btn_wrap { margin-top: 10rem; opacity: 0; transform: translateY(4rem); }


.youtube_sect { position: relative; padding: calc(var(--mainContPd) / 2) 0; background-color: #F4F6F9; overflow: hidden; }
.youtube_sect .cont { display: grid; grid-template-columns: 45% minmax(0, 1fr); gap: 10rem 5rem; align-items: center; }
.youtube_sect .cont .tit_wrap {  }
.youtube_sect .cont .tit_wrap .tit { display: flex; align-items: center; justify-content: flex-start; font-size: 5.6rem; font-weight: 700; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.2s; }
.youtube_sect .cont .tit_wrap .tit .ico { display: flex; align-items: center; justify-content: center; height: 0.6em; margin-right: 2rem; }
.youtube_sect .cont .tit_wrap .tit .ico img { width: 100%; height: 100%; object-fit: contain; }

.youtube_sect .cont .tit_wrap .txt { margin-top: 1em;  opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.3s; }
.youtube_sect .cont .tit_wrap .btn_wrap { margin-top: 3em; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.4s; }

.youtube_sect.active .cont .tit_wrap .tit,
.youtube_sect.active .cont .tit_wrap .txt,
.youtube_sect.active .cont .tit_wrap .btn_wrap { opacity: 1; transform: unset; }

.youtube_sect .cont .thumb_list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.6s; }
.youtube_sect .cont .thumb_list .box { position: relative; }
.youtube_sect.active .cont .thumb_list { transform: unset; opacity: 1; }

.youtube_sect .cont .thumb_list .box .img { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.youtube_sect .cont .thumb_list .box .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.youtube_sect .cont .thumb_list .box .hover_box { position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: rgba(101,169,223,0.95); fill: #fff; opacity: 0; transition: opacity 0.3s; }
.youtube_sect .cont .thumb_list .box .hover_box .arr { width: 15%; }
.youtube_sect .cont .thumb_list .box .hover_box .arr svg { width: 100%; height: 100%; }

.youtube_sect .cont .main_thumb { position: relative; grid-column: 2; grid-row: 1 / 3; transform: translateX(5rem); opacity: 0; transition: transform 0.8s, opacity 0.8s; transition-delay: 0.8s; }
.youtube_sect .cont .main_thumb .img { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.youtube_sect .cont .main_thumb .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }

.youtube_sect.active .cont .main_thumb { transform: unset; opacity: 1; }


.youtube_slide_sect { overflow: hidden; }
.youtube_slide_sect .top { display: flex; align-items: flex-end; justify-content: space-between; }
.youtube_slide_sect .top .tit_wrap {  }
.youtube_slide_sect .top .tit_wrap .tit { display: flex; align-items: center; justify-content: flex-start; font-size: 5.6rem; font-weight: 700; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.2s; }
.youtube_slide_sect .top .tit_wrap .tit .ico { display: flex; align-items: center; justify-content: center; height: 0.6em; margin-right: 2rem; }
.youtube_slide_sect .top .tit_wrap .tit .ico img { width: 100%; height: 100%; object-fit: contain; }

.youtube_slide_sect .top .tit_wrap .txt { margin-top: 1em;  opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.3s; }

.youtube_slide_sect.active .top .tit_wrap .tit,
.youtube_slide_sect.active .top .tit_wrap .txt,
.youtube_slide_sect.active .top .tit_wrap .btn_wrap { opacity: 1; transform: unset; }

.youtube_slide_sect.active .slide_wrap { margin-top: 10rem; }

.youtube_slide_sect.active .slide_wrap .swiper-slide { transform: scale(0.8); transition: transform 0.3s; overflow: hidden; }

.youtube_slide_sect.active .slide_wrap .swiper-slide-active,
.youtube_slide_sect.active .slide_wrap .swiper-slide-duplicate-active,
.youtube_slide_sect.active .slide_wrap .swiper-slide[class$=-active] { transform: scale(1.2); }

.youtube_slide_sect.active .slide_wrap .swiper-slide-prev,
.youtube_slide_sect.active .slide_wrap .swiper-slide-duplicate-prev,
.youtube_slide_sect.active .slide_wrap .swiper-slide[class$=-prev] { transform: scale(0.8) translateX(-13%); }

.youtube_slide_sect.active .slide_wrap .swiper-slide-next,
.youtube_slide_sect.active .slide_wrap .swiper-slide-duplicate-next,
.youtube_slide_sect.active .slide_wrap .swiper-slide[class$=-next] { transform: scale(0.8) translateX(13%); }

.youtube_slide_sect.active .slide_wrap .swiper-slide .img { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; }
.youtube_slide_sect.active .slide_wrap .swiper-slide .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }

.youtube_slide_sect .paging { position: relative; width: 60%; margin: 15rem auto 0; height: 2px; background: #CCD2DD }
.youtube_slide_sect .paging .swiper-pagination-progressbar-fill { background: var(--blue) }


.youtube_side_sect { padding: calc(var(--mainContPd)/2) 0; background-color: #F4F6F9;; overflow: hidden; }
.youtube_side_sect .cont { display: flex; align-items: stretch; justify-content: space-between; }
.youtube_side_sect .top { display: flex; flex-direction: column; justify-content: space-between; width: 50%; }
.youtube_side_sect .top .tit_wrap {  }
.youtube_side_sect .top .btn_wrap { margin-top: 7rem; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.4s; }
.youtube_side_sect .top .btn_wrap .more_btn .symbol { display: flex; align-items: center; height: 1.4em; margin-right: 0.8em;  }
.youtube_side_sect .top .btn_wrap .more_btn .symbol svg { height: 100%; object-fit: contain; }
.youtube_side_sect .top .btn_wrap .more_btn .youtube_in,
.youtube_side_sect .top .btn_wrap .more_btn .youtube_out { transition: fill 0.5s; }

.youtube_side_sect .paging_wrap { width: 40%; }

/* .youtube_side_sect .top .paging_box { display: flex; align-items: center; justify-content: flex-start; margin-top: 5rem; }
.youtube_side_sect .top .paging_box .paging { position: relative; max-width: 25rem; height: 2px; background: #CCD2DD }
.youtube_side_sect .top .paging_box .paging .swiper-pagination-progressbar-fill { background: var(--blue3) }
.youtube_side_sect .top .paging_box .swiper_btn_wrap { display: flex; align-items: center; justify-content: flex-start; margin-left: 4rem; }
.youtube_side_sect .top .paging_box .swiper_btn_wrap .swiper_btn { cursor: pointer; }
.youtube_side_sect .top .paging_box .swiper_btn_wrap .swiper_btn + .swiper_btn { margin-left: 1.4em; }
.youtube_side_sect .top .paging_box .swiper_btn_wrap .swiper_btn svg {display: flex; align-items: center; justify-content: center; } */


.youtube_side_sect.active .top .tit_wrap .tit,
.youtube_side_sect.active .top .tit_wrap .txt,
.youtube_side_sect.active .top .btn_wrap { opacity: 1; transform: unset; }

.youtube_side_sect .slide_wrap{ width: 45%; }
.youtube_side_sect .box_wrap { }
.youtube_side_sect .box_wrap .box { display: flex; align-items: center; justify-content: flex-start; transition: background 0.5s; }
.youtube_side_sect .box_wrap .box + .box { margin-top: 2rem; }
.youtube_side_sect .box_wrap .box .img { position: relative; width: 26%; padding-top: 14.6%; margin-right: 3rem; overflow: hidden; flex-shrink: 0; }
.youtube_side_sect .box_wrap .box .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.youtube_side_sect .box_wrap .box .tit { display: -webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; padding-right: 1em; font-weight: 700; transition: color 0.5s; line-height: var(--titLine); }


.notice_sect { padding: var(--mainContPd) 0; overflow: hidden; }
.notice_sect .cont { display: grid; grid-template-columns: 55% minmax(0, 1fr); gap: 8rem; align-items: flex-start; min-height: 40rem; }

.notice_sect .cont .notice_list {  }
.notice_sect .cont .notice_list .top { display: flex; align-items: flex-end; justify-content: space-between; }
.notice_sect .cont .notice_list .top .tit { font-size: 3.6rem; font-weight: 700; opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.2s; }
.notice_sect .cont .notice_list .top .btn_wrap { opacity: 0; transform: translateY(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.3s; }

.notice_sect.active .cont .notice_list .top .tit,
.notice_sect.active .cont .notice_list .top .btn_wrap { opacity: 1; transform: unset; }


.notice_sect .cont .notice_list .list { margin-top: 3rem; border-top: 1px solid #232323; }
.notice_sect .cont .notice_list .list .box { position: relative; display: grid; grid-template-columns: max-content minmax(0, 1fr) max-content; align-items: center; justify-content: space-between; padding: 2.6rem 2.5rem; border-bottom: 1px solid #D4D9E4; opacity: 0; transform: translateY(5rem); transition: background-color 0.4s, opacity 0.8s, transform 0.8s; }
.notice_sect .cont .notice_list .list .box:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: transparent; transition: background-color 0.4s; z-index: -1; }
.notice_sect .cont .notice_list .list .box:nth-of-type(1) { transition-delay: 0.2s; }
.notice_sect .cont .notice_list .list .box:nth-of-type(2) { transition-delay: 0.3s; }
.notice_sect .cont .notice_list .list .box:nth-of-type(3) { transition-delay: 0.4s; }
.notice_sect .cont .notice_list .list .box:nth-of-type(4) { transition-delay: 0.5s; }
.notice_sect .cont .notice_list .list .box:nth-of-type(5) { transition-delay: 0.6s; }

.notice_sect.active .cont .notice_list .list .box { opacity: 1; transform: unset; }

.notice_sect .cont .notice_list .list .box .label { margin-right: 1em; font-size: var(--tinyTxt); font-weight: 500; color: #fff; }
.notice_sect .cont .notice_list .list .box .label span { padding: 0.6em 1em; border-radius: 2em; background-color: var(--blue); }
.notice_sect .cont .notice_list .list .box .label + .tit { grid-column: 2 / 3; }
.notice_sect .cont .notice_list .list .box .tit { width: 95%; font-size:18px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; grid-column: 1 / 3; }
.notice_sect .cont .notice_list .list .box .date { margin-left: 1em; font-size:18px; font-weight: 500; color: rgba(35,35,35,0.5); text-align: right; }

.notice_sect .cont .quick_info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; height: 100%; }
.notice_sect .cont .quick_info .quick_box { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 3rem 2.5rem; color: #fff; opacity: 0; transform: translateX(5rem); transition: opacity 0.8s, transform 0.8s; transition-delay: 0.6s; }
.notice_sect.active .cont .quick_info .quick_box { opacity: 1; transform: unset; }
.notice_sect .cont .quick_info .quick_box:nth-of-type(1) { background-color: #13b2b5; transition-delay: 0.6s; }
.notice_sect .cont .quick_info .quick_box:nth-of-type(2) { background-color: #004A74; transition-delay: 0.7s; }

.notice_sect .cont .quick_info .quick_box .txt_box { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; }

.notice_sect .cont .quick_info .quick_box .img { display: flex; align-items: center; justify-content: center; width: 100%; height: auto; }
.notice_sect .cont .quick_info .quick_box .img img {height: auto; object-fit: contain; }

.notice_sect .cont .quick_info .quick_box .tit { margin-top: 1em; font-size: var(--bigTxt); font-weight: 700; text-align: center; }
.notice_sect .cont .quick_info .quick_box .btn_wrap { position: relative; width: 100%; margin-top: auto; padding-top: 1em; }
.notice_sect .cont .quick_info .quick_box .btn_wrap:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; border-top: 1px solid rgba(255,255,255,0.5); transition: width 0.8s; }
.notice_sect .cont .quick_info .quick_box .btn_wrap .view_btn { display: flex; align-items: center; justify-content: space-between; width: 100%; fill: #fff; font-size: var(--smTxt); }
.notice_sect .cont .quick_info .quick_box .btn_wrap .view_btn .ico { display: flex; align-items: center; justify-content: center; }



/* �몃쾭 �ㅽ��� */
@media screen and (min-width: 1024px) {

    .more_btn:hover { background-color: #0c3659; border-color: #0c3659; color: #fff; fill: #fff; }
    .more_btn.wh:hover { background-color: #fff; color: #232323; fill: #232323; }
    .more_btn.bu:hover { background-color: transparent; color: var(--blue); fill: var(--blue); }
    .more_btn.youtube:hover { background-color: #ED2828; border-color: #ED2828; color: #fff; fill: #fff; }
    .more_btn.youtube:hover .youtube_in { fill: #ED2828; }
    .more_btn.youtube:hover .youtube_out { fill: #fff; }
    
    .paging_wrap .swiper_btn_wrap .swiper_btn:hover { fill: #004EA2; }

    .youtube_side_sect .box_wrap .box:hover { background-color: var(--blue); }
    .youtube_side_sect .box_wrap .box:hover .tit { color: #fff; }
    
    .top_txt_sect .cont .txt .img:hover img,
    .top_txt_sect .cont .txt .img:hover video { transform: translate(-50%, -50%) scale(1.5); }
    
    .center_tab .tab:hover { color: #13b2b5; }
    .center_tab .tab:hover:before { width: 100%; border-color: #13b2b5; }
    
    .staff_slide_sect .slide_wrap .item:hover .item_box { transform: translateY(-5rem); }
    .staff_slide_sect .slide_wrap .item:hover .hover_box { opacity: 1; }
    .staff_slide_sect .slide_wrap .item .hover_box .btn_wrap:hover .ico { animation: arrowHover 0.8s; }
    
    .youtube_sect .cont .thumb_list .box:hover .hover_box { opacity: 1; }
    .youtube_sect .cont .main_thumb:hover .img img { transform: scale(1.1); }
    
    .youtube_slide_sect.active .slide_wrap .swiper-slide:hover .img img { transform: scale(1.1); }
    
    .notice_sect .cont .notice_list .list .box:hover:before { background-color: #F4F6F9; }

    .notice_sect .cont .quick_info .quick_box:hover .view_btn .ico { animation: arrowHover 0.8s; }
}

/* 諛섏쓳�� */

 @media screen and (max-width: 2400px) {
    .banner_sect .cont { width: 85%; margin: 0 auto; }
 }


@media screen and (max-width: 2000px) {

    .visual_sect .cover_bg .txt_box { left: 10%; }
    .visual_sect .item .txt_box { left: 10%; }
    .visual_sect .slide_move { left: 10%; }
    .visual_sect .cover_bg .txt_box .tit { font-size: 6.5rem; }

    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab + .tab { margin-left: 4rem; }

    .staff_slide_sect .slide_wrap .item .hover_box { padding: 4.5rem 3.5rem; }

    .count_sect .main_tit_wrap { width: 43%; }
    .count_sect .cont { margin-top: -5rem; }
    .count_sect .cont .count_box { padding: 4rem 3rem; }

    .leader_sect .box_wrap .txt_box { width: 50%; }

    .staff_sect .cont { width: 78%; }

    .banner_sect { padding: 13rem 0 20rem; }

    
}

@media screen and (max-width: 1760px) {
    .leader_sect .box_wrap { padding-left: var(--inPd); }
    
    .career_sect .slide_wrap { padding-left: var(--inPd); }
    
    .staff_slide_sect .cont { padding-left: var(--inPd); }
}

/* 1640px - 1241px */
@media screen and (max-width: 1640px) {


    .leader_sect .box_wrap { padding: 0 2rem; }

    .staff_slide_sect .cont { padding-left: 2rem; }

    .leader_sect .box_wrap .txt_box { width: 45%; }
    .leader_sect .box_wrap .slide_wrap .tab_wrap { justify-content: left; padding-left: 0; height: 3em; }
    
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab + .tab { margin-left: 2rem; }
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab:before { left: 0; top: -0.5em; }
    

    .count_sect .bg_wrap { width: 60%; }

    .career_sect .slide_wrap .swiper-container { padding: 0 2rem; }

    .banner_sect { width: 90%; padding: 10rem 0 15rem; }

    .notice_sect .cont { gap: 4rem; }

    .staff_slide_sect .cont { flex-direction: column; }
    .staff_slide_sect .tit_wrap .paging_wrap { display: none; width: 40%; transform: translateY(0); margin-top: 5rem; }
    .staff_slide_sect .slide_wrap { width: 100%; }
    .staff_slide_sect .slide_wrap .swiper-container { margin-left: 0; margin-top: 5rem; }



}

@media screen and (max-width: 1500px) {

    .leader_sect .line1,
    .leader_sect .line2 { display: none; }
    
    .leader_sect .cont .top_txt .tit { font-size: 13rem; }

    .leader_sect .box_wrap .txt_box .txt p { display: block; }
    .leader_sect .box_wrap .txt_box .txt p span { display: block; }

    .leader_sect .box_wrap { flex-direction: column; }
    .leader_sect .box_wrap .txt_box { width: 100%; }
    .leader_sect .box_wrap .slide_wrap { width: 100%; margin-top: 10rem; overflow: visible; }
    .leader_sect .box_wrap .slide_wrap .swiper {width: calc(100% + (var(--inPd) * 2)); margin-left: calc(var(--inPd) * -1); padding: 0 var(--inPd); }
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab + .tab { margin-left: 5rem; }

}

/* 1240px - 769px */
@media screen and (max-width: 1240px) {
    
    .container { margin-right: 0; }
    
    .visual_sect .cover_bg .cover { width: 80%; }
    .visual_sect .cover_bg .txt_box .tit { font-size: 7.4rem; }
    .visual_sect .cover_bg .txt_box .txt { font-size: 3rem; }

    .visual_sect .item .txt_box { font-size: 6.4rem; }
    .visual_sect .item .txt_box .txt { font-size: 2.5rem; margin-top: 1.5em; }

    .visual_sect .paging { font-size: 14px; }

    .visual_sect .cover_bg .txt_box,
    .visual_sect .item .txt_box,
    .visual_sect .slide_move { left: 5%; }
    

    .main_tit_wrap .txt p { display: block; }
    .main_tit_wrap .txt p span { display: inline; color: #232323; }
    .main_tit_wrap .txt p span em { display: none; }

    .staff_sect .cont { width: 90%; }
    .staff_sect .cont .tit { font-size: 7.6vw; }

    .innov_sect .innov_box { width: 60%; }
    .innov_sect .innov_box .box_wrap .box + .box { margin-top: -7.5%; }

    .center_tab { width: 100%; }
    /* .leader_sect .box_wrap .slide_wrap .tab_wrap .tab { font-size: var(--smTxt); } */
    /* .leader_sect .box_wrap .slide_wrap .tab_wrap .tab.active { font-size: var(--txt); }  */


    .count_sect .main_tit_wrap { width: 100%; }
    .count_sect .cont { width: 90%; margin: 5rem auto 0; }

    .paging_wrap .swiper_btn_wrap .swiper_btn svg { height: 1em; }

    .career_sect .top { flex-direction: column; align-items: flex-start; }
    .career_sect .top .tit_wrap { width: 100%; }
    .career_sect .paging_wrap { display: none; width: 40%; margin-top: 5rem; margin-left: 0; transform: translateY(0); }


    .notice_sect .cont { grid-template-columns: minmax(0, 1fr); gap: 8rem; }
    .notice_sect .cont .quick_info .quick_box .btn_wrap { margin-top: 5rem; }

}


@media screen and (max-width: 1024px) {
    .staff_slide_sect .slide_wrap .swiper-container { overflow: visible; margin-top: 10px; }
    .staff_slide_sect .slide_wrap .item .item_box { padding-top: unset; }
    .staff_slide_sect .slide_wrap .item .img { position: relative; width: 100%; padding-top: 100%; overflow: hidden; }
    .staff_slide_sect .slide_wrap .item .img img { position: absolute; left: 0; top: -20%; width: 100%; height: 105%; object-fit: cover; object-position: top; }
    .staff_slide_sect .slide_wrap .item .hover_box { position: static; padding: 20px 15px; opacity: 1; }
    .staff_slide_sect .slide_wrap .item .hover_box .top .tit { font-size: 22px; }
    .staff_slide_sect .slide_wrap .item .hover_box .info { margin-top: 0; max-height: 6.9em; }
    .staff_slide_sect .slide_wrap .item .hover_box .btn_wrap { margin-top: 28px; padding-top: 0.8em; }
    .staff_slide_sect .slide_wrap .item .hover_box .label_wrap .label { padding: 0.2em 1em; }
    .staff_slide_sect .slide_wrap .item .hover_box .btn_wrap .view_btn .ico svg { height: 1.5em; }
    .staff_slide_sect .slide_wrap .item .hover_box .top .like_btn svg { font-size: 22px; }
    .staff_slide_sect .tit_wrap .paging_wrap { display: none; }
    
}

@media screen and (max-width: 1000px) {

    .youtube_side_sect .cont { flex-direction: column; }
    .youtube_side_sect .top .paging_box { display: none; }
    .youtube_side_sect .cont .top { width: 100%; }
    .youtube_side_sect .cont .top .tit_wrap { width: 100%; }
    .youtube_side_sect .cont .top .btn_wrap { margin-top: 3rem; }
    .youtube_side_sect .slide_wrap { width: 100%; margin-top: 8rem; }

    .youtube_side_sect .slide_wrap .swiper { width: calc(100% + (var(--inPd) * 2)); margin-left: calc(var(--inPd) * -1); padding: 0 var(--inPd); }

}


/* 768px - 500px */
@media screen and (max-width: 768px) {


    .main_tit_wrap .tit br,
    .main_tit_wrap .txt br  { display: none; }

    .main_tit_wrap .label { font-size: 22px; }

    .visual_sect { height: 50vh; margin-bottom:10rem }

    .visual_sect .paging { font-size: 11px; }

    
    .visual_sect .item .txt_box { top: unset; bottom: 18%; font-size: 23px; }
    .visual_sect .item .txt_box .txt { margin-top: 0.5em; font-size: 13px; }
    .visual_sect .item .btn_wrap { display: none; margin-top: 20px; }
    .visual_sect .item .btn_wrap .more_btn { padding: 0.7em 1.4em; }

    .visual_sect .scroll-down { display: none; }

    .visual_sect .cover_bg { display: none; }
    .visual_sect .cover_bg .cover { width: 100%; }
    
    .visual_sect .cover_bg .symbol { right: 20px; top: 30px; }
    .visual_sect .cover_bg .txt_box { top: 25%; }
    .visual_sect .cover_bg .txt_box .tit { font-size: 24px; }
    .visual_sect .cover_bg .txt_box .txt { font-size: 16px; }

    .visual_sect .slide_move { bottom: 2%; width: 120px; }
    #timer { width: 140px; }

    .staff_sect .cont { width: 100%; }
    .staff_sect .cont .img { width: 100%; }
    .staff_sect .cont.active .tit:first-of-type { margin-left: var(--inPd); }
    .staff_sect .cont.active .tit:last-of-type { margin-right: var(--inPd); }

    .staff_sect .cont .tit { font-size: 33px; }


    .innov_sect .cont { flex-direction: column; }
    .innov_sect .cont .main_tit_wrap { position: static; width: 100%; }
    .innov_sect .main_tit_wrap .txt_box { display: none; }
    .innov_sect .cont .innov_box { width: 100%; margin-top: 40px; }
    .innov_sect .innov_box .box_wrap .box + .box { margin-top: -12%; }
    .innov_sect .innov_box .box_wrap .box .img_wrap .line:before { left: 0.7px; border-width: 3px; }
    .innov_sect .innov_box .box_wrap .box:nth-of-type(odd) .img_wrap .line:before { left: unset; }
    .innov_sect .innov_box > .label span { height: 42px; line-height: 41px; padding: 0 3.5rem; }
    
    .leader_sect .box_wrap { margin-top: 60px; }
    .leader_sect .box_wrap .txt_box .txt p { display: block; }
    .leader_sect .box_wrap .txt_box .txt p span { display: inline; color: #fff; }
    .leader_sect .box_wrap .txt_box .txt p span em { display: none; }
    .leader_sect .cont .top_txt .tit { display: block; margin-top: 0.2em; font-size: 65px; line-height: 1.1; }
    .leader_sect .cont .top_txt .tit span + span { margin-left: -0.22em; }
    .leader_sect .cont .top_txt .tit span.space { margin-left: 0; }
    .leader_sect .cont .top_txt .desc { font-size: 13px; }
    
    .leader_sect .box_wrap .slide_wrap .tab_wrap { overflow: auto; justify-content: flex-start; }
    .leader_sect .box_wrap .slide_wrap .tab_wrap::-webkit-scrollbar { display: none; }
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab { white-space: nowrap; }
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab.active { font-size: var(--bigTxt); }
    .leader_sect .box_wrap .slide_wrap .tab_wrap .tab + .tab { margin-left: 25px; }

    .staff_slide_sect .tit_wrap .tit { line-height: 1.5; }


    .innov_sect .symbol { width: 65%; transform: translateX(-30%); }
    .innov_sect .innov_box .box_wrap .box .tit br { display: none; }

    .count_sect { padding: 80px 0; height: auto; }
    .count_sect .wrap { justify-content: flex-start; height: auto; }
    .count_sect .cont { width: 100%; margin-left: 0; margin-top: 40px; gap: 15px; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 0; }
    .count_sect .cont .count_box { display: grid; grid-template-columns: max-content max-content minmax(0, 1fr); align-items: center; padding: 12px 15px; font-size: 32px; }
    .count_sect .cont .count_box .num_box { text-align: right; grid-column: 3 / 4; }
    .count_sect .cont .count_box .num_box span:not(.num) { margin-left: -0.2em; font-size: 11px; }
    .count_sect .cont .count_box .ico { font-size: 20px; margin-bottom: 0; }
    .count_sect .cont .count_box .txt { grid-row: 1; grid-column: 2 / 3; margin-top: 0; margin-left: 1em; font-size: 12px; text-align: left; }
    .count_sect .bg_video { padding-top: 0; height: 20vh; }

    .career_sect .slide_wrap { margin-top: 40px; }
    .career_sect .slide_wrap .swiper { padding-left: var(--inPd); }
    .career_sect .paging_wrap { display: none; }

    .banner_sect { width: 100%; padding: 50px 0 130px; }
    .banner_sect .bg:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); z-index: 5; }
    .banner_sect .cont { width: 95%; }
    .banner_sect .cont .symbol { width: 25px; }
    .banner_sect .cont .btn_wrap { margin-top: 30px; }
    .banner_sect .cont .txt { font-size: var(--txt); font-weight: 400; }
    .banner_sect .cont .txt br { display: none; }

    .youtube_side_sect .slide_wrap { margin-top: 60px; }
    .youtube_side_sect .box_wrap .box .img { width: 46%; padding-top: 26%; margin-right: 15px; }
    .youtube_side_sect .paging_wrap { display: none; }
    .youtube_side_sect .slide_wrap .paging_box { display: flex; align-items: center; justify-content: flex-start; margin-top: 55px; }
    .youtube_side_sect .slide_wrap .paging_box .paging { position: relative; max-width: 100%; height: 2px; background: #CCD2DD }
    .youtube_side_sect .slide_wrap .paging_box .paging .swiper-pagination-progressbar-fill { background: var(--blue3) }
    .youtube_side_sect .slide_wrap .paging_box .swiper_btn_wrap { display: flex; align-items: center; justify-content: flex-start; margin-left: 4rem; }

    .notice_sect .cont .notice_list .top .tit { font-size: 24px; }
    
    .notice_sect .cont .notice_list .list .box { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 5px 0; padding: 1.8rem 2.5rem; }
    .notice_sect .cont .notice_list .list .box .tit { width: 100%; font-size:18px; font-weight: 700; }
    .notice_sect .cont .notice_list .list .box .label { margin-right: 0.7em; }
    .notice_sect .cont .notice_list .list .box .label span { padding: 0.4em 1em; }
    .notice_sect .cont .notice_list .list .box .date { grid-column: 1 / 3; text-align: left; margin-left: 0; }
    
    .notice_sect .cont .quick_info .quick_box { padding: 3rem 2.5rem 12px; }
    .notice_sect .cont .quick_info .quick_box .img object { width: 75%; }
    .notice_sect .cont .quick_info .quick_box .tit { margin-top: 0.5em; font-size: 17px; }
    .notice_sect .cont .quick_info .quick_box .btn_wrap { margin-top: 20px; padding-top: 12px; }
    .notice_sect .cont .quick_info .quick_box .btn_wrap .view_btn .ico svg { height: 1.2em; font-size: 11px; }
    



}

/* 500px ~ */
@media screen and (max-width: 500px) {
    
}