/* ********** common ********** */
html {font-size: 16px;}

:root {
    --color1 :#1D50A2;
    --color2 :#6EB0FF;
    --color3 :#172956;
    --Line-Color-1: #E3E3E3;
}
p, dd{word-break: keep-all;}
.pc {display:block !important;}
.pc2 {display:block !important;}
.mob {display:none !important;}
.mob2 {display:none !important;}

.ta-c{text-align: center;}
.flex {display: flex; align-items: center;}
.flex-jb {display: flex; align-items: center; justify-content: space-between;}
.flex-jc {display: flex; align-items: center; justify-content: center;}

.inner {width: 100%; max-width: 100rem; margin: 0 auto; box-sizing: border-box;}


/* header banner */
.hd_banner a {display: block; background: var(--color1); height: 2.5rem; position: relative;}
.hd_banner .flex {height: 100%; font-size: 0.875rem; color: #FFF; font-weight: 500; letter-spacing: -0.03125rem;}
.hd_banner .flex img:first-child {width: 2.625rem; margin-right: 0.625rem;}
.hd_banner .flex img:last-child {width: 0.75rem; margin-left: 0.3125rem;}
.hd_banner .close {position: absolute; top: 50%; transform: translateY(-50%); right: 1.87rem; cursor: pointer;}
.hd_banner .close img {width: 1.125rem;}

/* header */
.header {height:5rem; position:fixed; top: 2.5rem; z-index:100; width:100%; box-sizing: content-box; background: #fff; transition: top .2s; border-bottom: 1px solid var(--Line-Color-1);}
.header.active,
.header.on{top: 0;}
.header > .inner {height:100%;}
.header > .inner > div {display:flex; align-items:center;}
.header h1 a img {width: 12.5rem; display: block;}
.header .gnb {display:flex; align-items: center; gap:5.625rem; height: 100%;}
.header .gnb > li {height: 100%;}
.header .gnb > li > a {line-height: 5rem; font-size: 1.125rem; font-weight: 700; letter-spacing: -0.03125rem; height: 100%; display: flex; align-items: center; color: #000; transition: all .3s;}
.header .gnb > li > a:hover {color: var(--color1); text-decoration: underline; text-underline-offset: .5rem; text-decoration-thickness: 0.125rem;}
.header .gnb_2depth {position:absolute; top:100%; left: 0; display:none; width: 100%; background: #fff;}
.header .gnb > li:hover .gnb_2depth {display: block;}
.header .gnb_2depth .inner {display: flex;}
.header .gnb_2depth .tit,
.header .gnb_2depth ul {padding: 2.44rem 0;}
.header .gnb_2depth .tit {width: 18.12rem; position: relative;}
.header .gnb_2depth .tit::after {content: ""; width: 200%; height: 100%; position: absolute; top: 0; right: 0; background: #F7F7F7;}
.header .gnb_2depth .tit strong {color: #000; font-size: 1.5rem; font-weight: 600; letter-spacing: -0.03125rem; position: relative; z-index: 1;}
.header .gnb_2depth .tit p {margin-top: .25rem; color: #333; font-size: 0.875rem; font-weight: 400; line-height: 1.57; letter-spacing: -0.03125rem; position: relative; z-index: 1;}
.header .gnb_2depth ul {width: calc(100% - 18.12rem); padding-left: 60px; gap: 1.5625rem; grid-auto-rows: auto;  display: grid; grid-template-columns: repeat(5,1fr); align-items: flex-start;}
.header .gnb_2depth ul > li > a {border: 1px solid var(--Line-Color-1); padding: .75rem 1.25rem; font-size: 1rem; font-weight: 500; color: #333; letter-spacing: -0.03125rem; display: block; transition: all .3s;}
.header .gnb_2depth ul > li:hover > a {background: var(--color1); border-color: var(--color1); color: #fff;}
.header .gnb_2depth ol {padding: 1.25rem .75rem 0;}
.header .gnb_2depth ol li {position: relative; padding-left: 1.25rem; transition: all .3s;}
.header .gnb_2depth ol li::before {content: ""; width: 0.1875rem; height: 0.1875rem; border-radius: 100%; background: #6D6D6D; position: absolute; top: 48%; transform: translateY(-50%); left: .375rem; transition: all .3s;}
.header .gnb_2depth ol li + li {margin-top: 0.25rem;}
.header .gnb_2depth ol li a {color: #6D6D6D; font-size: 0.875rem; font-weight: 500; line-height: 1.42; letter-spacing: -0.03125rem;}
.header .gnb_2depth ol li:hover a {color: var(--color1); text-decoration: underline; text-underline-offset: 2px;}
.header .gnb_2depth ol li:hover::before {background: var(--color1);}
.header .head_rt {display: flex; align-items: center; gap: 0.5rem;}
.header .head_rt a {display: block;}
.header .head_rt img {width: 1.625rem; cursor: pointer;}
.header .lang{position:relative;}
.header .lang .lang-list{width:3.625rem; position:absolute; top: calc(100% + 1rem); left:50%; transform:translateX(-50%); display:none; border-radius: 0.3125rem; overflow: hidden; border: 1px solid var(--Line-Color-1); z-index: 1;}
.header .lang .lang-list.on{display:block;}
.header .lang .lang-list a{font-size: 0.875rem; line-height: 2.5rem; display:block; text-align:center; background: #fff; font-weight: 700; color: var(--color3);}
.header .lang .lang-list a + a {border-top: 1px solid var(--Line-Color-1);}
.header .lang .lang-list a.on,
.header .lang .lang-list a:hover{background: var(--color1); color:#fff;}

/* SEARCH */
.hd_search {display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #FAFAFA; padding: 3.12rem; border-top: 1px solid var(--Line-Color-1);}
.hd_search .flex-jc {gap: 3.94rem;}
.hd_search strong {color: #111; font-size: 1.5rem; font-weight: 700; line-height: 1.4; letter-spacing: -0.0625rem;}
.hd_search .inputCont {width: 43.3375rem; position: relative; border-bottom: 1px solid #000;}
.hd_search .inputCont input {width: 100%; border: 0; outline: none; background: transparent; color: #000; font-size: 1rem; font-weight: 400; line-height: 1.5; letter-spacing: -0.05rem; padding-bottom: .94rem; padding-right: 2rem;}
.hd_search .inputCont input::placeholder {color: #6D6D6D;}
.hd_search .inputCont .search_btn {position: absolute; right: 0; top: 0; cursor: pointer;}
.hd_search .inputCont .search_btn img {width: 1.25rem;}

/* all menu */
.all_menu {position:fixed; left: 0; top: 0; width:100%; height:100vh; z-index:10000; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); display: none !important;}
.all_menu.show {display: block !important;}
.all_menu_tp {padding-top: 3.875rem;}
.all_menu_tp .logo img {width: 12.5rem;}
.all_menu_close {width:1.5rem; cursor:pointer;}
.all_menu_close img {width:100%;}
.all_menu_list {display:grid; gap: 5.625rem; grid-template-columns: repeat(5,1fr); margin-top: 6.15rem;}
.all_menu_list .item strong {color: #000; font-size: 2rem; font-weight: 700; letter-spacing: -0.0875rem; display: block;}
.all_menu_list .item ul {margin-top: 1.875rem;}
.all_menu_list .item .dep2 > li + li {margin-top: 1rem;}
.all_menu_list .item .dep2 > li > a {color: #000; font-size: 1.125rem; font-weight: 600; line-height: 1.5; letter-spacing: -0.025rem; display: block;}
.all_menu_list .item .dep2 > li:hover > a {color: var(--color1);}
.all_menu_list .item .dep3 {padding: 0;}
.all_menu_list .item .dep3 li {margin-top: .5rem;}
.all_menu_list .item .dep3 li + li {margin-top: 0.75rem;}
.all_menu_list .item .dep3 li a {color: #6D6D6D; font-size: 1rem; font-weight: 500; line-height: 1.25; letter-spacing: -0.025rem; transition: all .3s; display: block;}
.all_menu_list .item .dep3 li a:hover {color: var(--color1); text-decoration: underline; text-underline-offset: 3px;}

/* quick menu */
.quick {position: fixed; right: 1.56rem; bottom: 1.56rem; z-index: 1000;}
.quick a {width: 3.75rem; height: 3.75rem; border-radius: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.25rem;}
.quick a img {width: 1.25rem;}
.quick a span {color: #fff; text-align: center; font-size: 0.625rem; font-weight: 700; line-height: 1.2; letter-spacing: -0.02813rem;}
.quick a.q_btn {background: var(--color2);}
.quick a.top_btn {background: #444; margin-top: 0.625rem;}


/* footer */
.footer {background: #000; padding: 2.81rem 0 3.13rem;}
.footer .logo img {filter: brightness(0) invert(1); width: 12.5rem;}
.footer .flex-jb {margin-top: 2.46rem; align-items: flex-start;}
.footer .use {gap: 0.9375rem;}
.footer .use a {color: #fff; font-size: 1rem; font-weight: 400; letter-spacing: -0.03125rem; line-height: 1.37;}
.footer .use a b {font-weight: 700;}
.footer .info {margin-top: .62rem;}
.footer .info li {display: flex; align-items: center; gap: 0.3125rem 0.9375rem;}
.footer .info li + li {margin-top: 0.3125rem;}
.footer .info li span {font-size: 1rem; letter-spacing: -0.03125rem; font-weight: 400; color: #fff;}
.footer .copy {color: #fff; font-size: 1rem; font-weight: 400; letter-spacing: -0.03125rem; margin-top: 1.19rem; opacity: 0.7; line-height: 1.37;}
.footer .sns {opacity: 0.7; gap: 0.625rem;}
.footer .sns a img {width: 1.875rem;}


/* ********** main ********** */
/* common */
/* swiper_paginBox */
.main .swiper_paginBox {gap: 0.625rem;}
.main .swiper_paginBox .arrowBox {display: flex; align-items: center; gap: 0.625rem;}
.main .swiper_paginBox .swiper-pagination,
.main .swiper_paginBox .arrow {position: relative; top: auto; left: auto; bottom: auto; right: auto; margin: 0; width: auto; height: auto;}
.main .swiper_paginBox .arrow::after {display: none;}
.main .swiper_paginBox .arrow img,
.main .swiper_paginBox a img {width: 1.25rem;}
.main .swiper_paginBox .swiper-pagination {display: flex; align-items: center; gap: 0.625rem; color: rgba(0, 0, 0, 0.2); font-weight: 900;}
.main .swiper_paginBox .swiper-pagination span {color: #8E8E8E; font-size: 0.875rem; font-weight: 600;}
.main .swiper_paginBox .swiper-pagination span.swiper-pagination-current {color: var(--color1);}
/* sec_tit */
.main .sec_tit * + * {margin-top: 1.25rem;}
.main .sec_tit em {color: #FFF; font-size: 1.125rem; font-weight: 700; letter-spacing: -0.03125rem;}
.main .sec_tit h3 {color: #fff; font-size: 2.25rem; font-weight: 700; letter-spacing: -0.0625rem;}
.main .sec_tit p {color: #fff; font-size: 1.125rem; font-weight: 500; line-height: 1.49; letter-spacing: -0.03125rem; opacity: .8; word-break: keep-all;}
/* style_tab */
.main .style_tab {display: flex; align-items: center;}
.main .style_tab li {display: flex; align-items: center; justify-content: center; width: 12.5rem; height: 3.1875rem; border: 1px solid rgba(172, 172, 172, 0.30); color: #8E8E8E; font-size: 1rem; font-weight: 500; letter-spacing: -0.03125rem; background: #fff; cursor: pointer; text-align: center;}
.main .style_tab li + li {border-left: 0;}
.main .style_tab li.on {color: #fff; background: var(--color1);}

/* visual */
.main {margin-top: 5rem; padding-bottom: 8.06rem;}
.main .visual {height: 43.8125rem; overflow: hidden; position: relative;}
.main .visual .swiper-wrapper {height: 100%;}
.main .visual .swiper-slide {height: 100%; position: relative;}
.main .visual .swiper-slide .img {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;}
.main .visual .swiper-slide .img img {width: 100%; height: 100%; object-fit:cover;}
.main .visual .swiper-slide .txt {padding-top: 5.62rem;}
.main .visual .swiper-slide .txt h2 {color: #fff; text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.40); font-size: 3.25rem; font-weight: 700; letter-spacing: -0.03125rem;}
.main .visual .swiper-slide .txt p {margin-top: .75rem; color: #fff; text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.40); font-size: 1.375rem; font-weight: 500; letter-spacing: -0.025rem;}
.main .visual .bot {position: absolute; left: 0; right: 0; bottom: 20.75rem; z-index: 10; padding: 0 !important; margin: 0 !important; display: block !important;}
.main .visual .bot .inner {display: flex; align-items: center; gap: 1.25rem;}
.main .visual .bot .arrowBox {display: flex; align-items: center; gap: 0.41669rem;}
.main .visual .bot .arrow {width: 2.5rem; height: 2.5rem; border-radius: 100%; cursor: pointer; border: 1px solid #fff; display: flex; align-items: center; justify-content: center;}
.main .visual .bot .arrow img {width: 0.625rem;}
.main .visual .bot .pagination {width: 9.88rem; position: relative;}
.main .visual .bot .pagination .page {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex ; align-items: center; justify-content: space-between; font-size: 0;}
.main .visual .bot .pagination .page span {font-size: 1rem; font-weight: 700; color: #fff;}
.main .visual .bot .pagination .scroll {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 5rem; height: 0.125rem; background: rgba(255, 255, 255, 0.5);}
.main .visual .bot .pagination .scroll span {background: #fff;}
/* sec1 */
.main .sec1 {height: 12.875rem; position: relative;}
.main .sec1::before {content: ""; width: 43.23%; height: 100%; background: var(--color1); position: absolute; left: 0; bottom: 0;}
.main .sec1 .secCont {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #fff; z-index: 1; padding: 0; box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.20);}
.main .sec1 .tit strong {font-size: 1.5rem; font-weight: 700; letter-spacing: -0.0625rem;}
.main .sec1 .top_bd {display: flex; padding: 2.5rem 3.75rem;}
.main .sec1 .top_bd .tit {padding-bottom: 1.25rem;}
.main .sec1 .top_bd .swiper-slide .date {color: #8E8E8E; font-size: 0.875rem; font-weight: 400; line-height: 1.42; letter-spacing: -0.03125rem;}
.main .sec1 .notice {width: 50%; padding: 0; padding-right: 2.8125rem; border: 0;}
.main .sec1 .notice .swiper-slide {width: 13.8rem; margin-right: 1.25rem;}
.main .sec1 .notice .swiper-slide a {padding-top: 1.5rem; border-top: 1px solid rgba(0, 0, 0, 0.10); display: block;}
.main .sec1 .notice .swiper-slide .subject {display: flex; margin-top: 1.25rem; align-items: flex-end;}
.main .sec1 .notice .swiper-slide .subject strong {font-size: 1rem; font-weight: 600; line-height: 1.5; letter-spacing: -0.05rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main .sec1 .notice .swiper-slide .subject img {width: 1.25rem;}
.main .sec1 .notice .swiper-slide .desc {margin-top: 1.25rem; color: #6D6D6D; font-size: 0.875rem; font-weight: 400; line-height: 1.35; letter-spacing: -0.03125rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main .sec1 .event {width: 50%;}
.main .sec1 .event .swiper-slide {width: 22.5rem; height: 10.625rem; border: 0.694px solid rgba(0, 0, 0, 0.10); margin-right: 0.8rem;}
.main .sec1 .event .swiper-slide a {display: flex; height: 100%;}
.main .sec1 .event .swiper-slide .thumb {width: 11.25rem; height: 100%;}
.main .sec1 .event .swiper-slide .thumb img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.main .sec1 .event .swiper-slide .txt {padding: 1.25rem; width: calc(100% - 11.25rem); height: 100%;}
.main .sec1 .event .swiper-slide .cate {color: var(--color1); font-size: 0.875rem; font-weight: 700; letter-spacing: -0.01181rem;}
.main .sec1 .event .swiper-slide strong {margin-top: 0.5rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  font-size: 0.875rem; font-weight: 600; line-height: 1.42; letter-spacing: -0.04738rem;}
.main .sec1 .event .swiper-slide .date {margin-top: 0.875rem; color: #8E8E8E; font-size: 0.875rem; font-weight: 400; line-height: 1.42; letter-spacing: -0.0355rem;}
.main .sec1 .quick_menu {padding: 1.875rem 3.75rem; display: flex; align-items: center; background: #FAFAFA; justify-content: space-between;}
.main .sec1 .quick_menu .tit p {margin-top: 0.625rem; color: #6D6D6D; font-size: 0.94738rem; font-weight: 400; line-height: 1.5; letter-spacing: -0.0355rem;}
.main .sec1 .quick_menu ul {display: flex; align-items: center; gap: 4.375rem;}
.main .sec1 .quick_menu ul li a {display: flex; align-items: center; gap: 1.25rem; font-size: 1rem; font-weight: 600; line-height: 1.25; letter-spacing: -0.04713rem;}
.main .sec1 .quick_menu ul li span {width: 5.625rem; height: 5.625rem; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center; transition: all .3s;}
.main .sec1 .quick_menu ul li img {width: 2.8125rem; transition: all .3s;}
.main .sec1 .quick_menu ul li img.hover {display: none;}
.main .sec1 .quick_menu ul li:hover span {background: var(--color2);}
.main .sec1 .quick_menu ul li:hover img.hover {display: block;}
.main .sec1 .quick_menu ul li:hover img.basic {display: none;}
.main .sec1 .bd_empty {border-top: 1px solid #BEBEBE; border-bottom: 1px solid #BEBEBE; padding: 3.25rem 0; text-align: center;}
.main .sec1 .bd_empty img {width: 1.5rem;}
.main .sec1 .bd_empty p {margin-top: 1.25rem; color: #231815; font-size: 0.875rem; font-weight: 400;}
/* sec2 */
.main .sec2 {position: relative; padding: 7.5rem 0;}
.main .sec2::before {content: ""; width: 43.23%; height: 100%; background: var(--color1); position: absolute; left: 0; bottom: 0; z-index: -1;}
.main .sec2::after {content: "KANGWON NATIONAL\AUNIVERSITY"; white-space: pre; color: #000; text-align: right; font-size: 6.5625rem; font-weight: 700; line-height: 6.25rem; letter-spacing: -0.025rem; position: absolute; top: 0; right: 0; opacity: 0.02;}
.main .sec2 .swiper-pagination {position: relative; top: auto; left: auto; bottom: auto; right: auto; margin: 0; width: auto; height: auto;}
.main .sec2 .style_tab {display: flex;}
.main .sec2 .style_tab li {border-radius: 0; margin: 0; opacity: 1;}
.main .sec2 .style_tab li.swiper-pagination-bullet-active {color: #fff; background: var(--color1);}
.main .sec2 .swiper_cont {margin-top: 3.125rem; position: relative;}
.main .sec2 .swiper-wrapper {height: auto;}
.main .sec2 .swiper-slide {display: flex; align-items: center; background: #fff;}
.main .sec2 .swiper-slide .img {width: 50%; /* height: 28.125rem; */ border: 1px solid var(--Line-Color-1);}
.main .sec2 .swiper-slide .img img {width: 100%; height: 100%; object-position: center; object-fit: cover;}
.main .sec2 .swiper-slide .txt {width: 50%; padding: 0 5rem;}
.main .sec2 .swiper-slide .txt > span {display: block; color: var(--color1); font-size: 0.875rem; font-weight: 600; line-height: 1.42;}
.main .sec2 .swiper-slide .txt strong {display: block; margin-top: 0.625rem; font-size: 2.25rem; font-weight: 600; letter-spacing: -0.05rem;}
.main .sec2 .swiper-slide .txt .box .flex {display: flex; align-items: flex-end; gap: 2.5rem;}
.main .sec2 .swiper-slide .txt p {margin-top: 1.875rem; color: #6D6D6D; font-size: 1rem; font-weight: 400; line-height: 1.5; letter-spacing: -0.03125rem; word-break: keep-all;}
.main .sec2 .swiper-slide .txt > .box {min-height: 15.5375rem;}
.main .sec2 .swiper-slide .txt > .box span {color: var(--color1); font-size: 0.875rem; font-weight: 600; line-height: 1.42; white-space: nowrap;}
.main .sec2 .swiper_paginBox {margin-top: 3.125rem;}
.main .sec2 .swiper-slide:not(.swiper-slide-active){opacity: 0 !important;}
/* sec3 */
.main .sec3 {height: 43.75rem; background: url('/img/main/sec3_bg.jpg') no-repeat center/cover; position: relative;}
.main .sec3 .inner {padding-top: 7.62rem;}
.main .sec3 h3 {font-size: 2.5rem;}
.main .sec3 a {display: inline-flex; align-items: center; gap: 0.3125rem; color: #fff; font-size: 0.875rem; font-weight: 500; line-height: 1.42; letter-spacing: -0.025rem; padding: 0.75rem 1.75rem; border: 1px solid #fff; backdrop-filter: blur(10px); transition: all .3s;}
.main .sec3 a img {width: 1rem; transition: all .3s; filter: brightness(0) invert(1);}
.main .sec3 a:hover {background: #fff; color: #000;}
.main .sec3 a:hover img {filter: none;}
/* sec4 */
.main .sec4 {position: relative; padding: 7.5rem 0;}
.main .sec4::after {content: "KANGWON NATIONAL UNIVERSITY"; white-space: pre; color: #000; font-size: 7.3125rem; font-weight: 700; line-height: 1; letter-spacing: -0.025rem; position: absolute; top: 0; left: 0; opacity: 0.02;}
.main .sec4 .sec_tit h3 {text-align: center; color: #000;}
.main .sec4 .style_tab {justify-content: center; margin-top: 3.75rem;}
.main .sec4 .tabCont {margin-top: 2.5rem;}
.main .sec4 .tabCont .cont:not(.on) {display: none;}
.main .sec4 .swiper-wrapper {height: auto;}
.main .sec4 .swiper-slide {width: 23.125rem; margin: 0 calc(2.5rem/2);}
.main .sec4 .swiper-slide .thumb {height: 17.5rem; display: block;}
.main .sec4 .swiper-slide .thumb img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.main .sec4 .swiper-slide .txt {margin-top: 1.88rem;}
.main .sec4 .swiper-slide .txt strong {display: block; font-size: 1.125rem; font-weight: 600; line-height: 1.33; letter-spacing: -0.03125rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main .sec4 .swiper-slide .txt span {display: block; margin-top: 1.25rem; color: #8E8E8E; font-size: 1rem; font-weight: 400; line-height: 1.25; letter-spacing: -0.03125rem;}
.main .sec4 .swiper-pagination {position: relative; top: auto; left: auto; bottom: auto; right: auto; margin: 3.12rem auto 0; width: 70rem; height: 0.125rem; background: rgba(0, 0, 0, 0.2);}
.main .sec4 .swiper-pagination-progressbar-fill {background: #000;}
.main .sec4 .bd_empty {border-top: 1px solid #BEBEBE; border-bottom: 1px solid #BEBEBE; padding: 8.4rem 0; text-align: center;}
.main .sec4 .bd_empty img {width: 2.375rem;}
.main .sec4 .bd_empty p {margin-top: 1.75rem; color: #231815; font-size: 1rem; font-weight: 400;}
/* sec5 */
.main .sec5 .flex-jb {align-items: flex-end;}
.main .sec5 .sec_tit h3 {color: #000;}
.main .sec5 .sec_tit p {color: #8E8E8E;}
.main .sec5 .swiper {margin-top: 2.5rem;}
.main .sec5 .swiper-wrapper {height: auto;}
.main .sec5 .swiper-slide {width: 15rem; margin-right: 1.25rem; /* opacity: .3; filter: grayscale(1); transition: all .3s; */}
/* .main .sec5 .swiper-slide:hover {opacity: 1; filter: none;} */

@media screen and (max-width:1640px){
    .inner {max-width: calc(100% - 5rem);}
}
@media screen and (max-width:1550px){
    .main .sec1 .quick_menu ul {gap: 3.375rem;}
}
@media screen and (max-width:1450px){
	html{font-size: 90%;}
}
@media screen and (max-width:1280px){
	html{font-size: 13px;}

    .header .gnb_2depth ol li a,
    .main .swiper_paginBox .swiper-pagination span {font-size: 0.923rem;}

    .main .visual {height: 40.442rem;}
    .main .visual .swiper-slide .txt {padding-top: 4.62rem;}
    .main .visual .swiper-slide .txt h2 {font-size: 3.462rem;}
    .main .visual .bot {bottom: 19.75rem;}
    
    .main .sec1 .notice {padding-right: 2.596rem;}
    .main .sec1 .notice .swiper-slide {margin-right: 1.154rem; width: 12.692rem;}
    .main .sec1 .top_bd {padding: 2.308rem 3.462rem;}
    .main .sec1 .quick_menu {padding: 1.731rem 3.462rem;}
    .main .sec1 .event .swiper-slide {margin-right: 0.865rem; width: 20.769rem; height: 9.808rem;}
    .main .sec1 .event .swiper-slide .thumb {width: 10.385rem;}
    .main .sec1 .event .swiper-slide strong {font-size: 1rem;}

    .main .sec2 .swiper-slide .txt {padding: 0 4.615rem;}

    .main .sec3 {height: 40.385rem;}
    .main .sec3 .inner {padding-top: 12.154rem;}

    .footer .use a,
    .footer .info li span,
    .footer .copy {font-size: 0.923rem;}

    .quick {bottom: 11.56rem;}
}
@media screen and (max-width:1150px){
    .main .sec1 {height: 18.875rem;}
    .main .sec1 .quick_menu {flex-direction: column; align-items: flex-start; gap: 1.25rem;}
    .main .sec1 .quick_menu ul {gap: 1.25rem 3.375rem; flex-wrap: wrap;}
}
@media screen and (max-width:1024px){
    .pc {display:none !important;}
    .mob {display:block !important;}

	html{font-size: 100%;}

    .inner {max-width: 100%; padding-left: 1.25rem; padding-right: 1.25rem;}

	.all_menu.show{display: none !important;}
    
    
    /* header banner */
    .hd_banner a {height: 2.1875rem;}
    .hd_banner .close {right: 1.25rem;}
    .hd_banner .close img {width: 1rem;}
    
    /* header */
    .header {height:3.75rem; top: 2.1875rem;}
    .header h1 a img {width: 8.75rem;}
    .header .gnb {display: none;}
    .header .head_rt {gap: 0.42856rem;}
    .header .head_rt img {width: 1.39288rem;}
    .header .lang .lang-list{width:3.625rem; top: calc(100% + 1rem); border-radius: 0.3125rem;}
    .header .lang .lang-list a{font-size: 0.875rem; line-height: 2.5rem; }
    
    /* SEARCH */
    .hd_search {padding: 2rem 1.25rem;}
    .hd_search .flex-jc {gap: 0;}
    .hd_search strong {display: none;}
    .hd_search .inputCont {width: 100%;}
    .hd_search .inputCont input {font-size: 0.875rem; letter-spacing: -0.01875rem; padding-bottom: .69rem;}
    
    /* head_bg */
    .head_bg {display: none !important; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100vh; background: #fff;}
    .head_bg.show {display: block !important;}
    .head_bg .head_bg_inner {height: 100%;}
    .head_bg .head_tp {display: flex; align-items: center; justify-content: space-between; padding: 0 1.25rem; height: 3.75rem;}
    .head_bg .head_bg_logo{display: block;}
    .head_bg .head_bg_logo img {width: 8.75rem; display: block;}
    .head_bg .head_bg_close img {width: 1.25rem;}
    .head_bg .accordion_wrap {border-top: 1px solid #E3E3E3; display: flex; height: 100%;}
    .head_bg .accordion_wrap .dep1_wrap {width: 52.08%; background: #002A7B; height: 100%; border-right: 1px solid #E3E3E3;}
    .head_bg .accordion_wrap .dep2_wrap {width: 47.92%; height: 100%; overflow: hidden; overflow-y: auto; height: 100%;}
    .head_bg .accordion_wrap .dep1_wrap li {display: flex; align-items: center; justify-content: space-between; padding: 1rem; color: #fff; font-size: 1rem; font-weight: 600; line-height: 1.5; letter-spacing: -0.025rem; border-bottom: 1px solid rgba(255, 255, 255, 0.30);}
    .head_bg .accordion_wrap .dep1_wrap li img {width: 0.37881rem; filter: brightness(0) invert(1);}
    .head_bg .accordion_wrap .dep2 {display: none;}
    .head_bg .accordion_wrap .dep2 .tit,
    .head_bg .accordion_wrap .dep2 > li > a {padding: 0.625rem 1.19rem; display: block; color: #111; font-size: 0.875rem; font-weight: 700; line-height: 1.64; letter-spacing: -0.05rem;;}
    .head_bg .accordion_wrap .dep2 .tit {display: flex; align-items: center; justify-content: space-between;}
    .head_bg .accordion_wrap .dep2 .tit img {width: 0.6875rem; transform: rotate(180deg);}
    .head_bg .accordion_wrap .dep3 {padding: 0 1.19rem 0.625rem; display: none;}
    .head_bg .accordion_wrap .dep3 a {display: block; color: #6D6D6D; font-size: 0.875rem; font-weight: 400; line-height: 1.42; letter-spacing: -0.05rem;}
    .head_bg .accordion_wrap .dep3 li + li a {margin-top: 0.3125rem;}
    .head_bg .accordion_wrap .dep2 a:hover {color: #002A7B; text-decoration: underline; text-underline-offset: 3px;}
    .head_bg .accordion_wrap .dep1_wrap li.on {background: #fff; color: #002A7B;}
    .head_bg .accordion_wrap .dep1_wrap li.on img {filter: none;}
    .head_bg .accordion_wrap .dep2.on {display: block;}
    .head_bg .accordion_wrap .dep2_tit .tit.on img {transform: rotate(0);}
    /* .head_bg .accordion_wrap .dep2_tit .tit.on + .dep3 {display: block;} */

    
    /* quick menu */
    .quick {right: 1.56rem; bottom: 1.56rem;}
    .quick a {width: 3.75rem; height: 3.75rem;  gap: 0.25rem;}
    .quick a img {width: 1.25rem;}
    .quick a span {font-size: 0.625rem; letter-spacing: -0.02813rem;}
    .quick a.top_btn {margin-top: 0.625rem;}
    
    
    /* footer */
    .footer {padding: 3.125rem 1.25rem 3.49781rem;}
    .footer .inner {padding: 0;}
    .footer .logo img {width: 8.125rem;}
    .footer .flex-jb {margin-top: 1.25rem; flex-direction: column; align-items: flex-start; gap: 1.25rem;}
    .footer .use {gap: 0.9375rem;}
    .footer .use a {font-size: 0.8125rem; letter-spacing: -0.03125rem;}
    .footer .info {margin-top: 1.25rem;}
    .footer .info li {gap: 0.3125rem; flex-direction: column; align-items: flex-start;}
    .footer .info li + li {margin-top: 0.3125rem;}
    .footer .info li span {font-size: 0.8125rem; letter-spacing: -0.03125rem;}
    .footer .copy {font-size: 0.75rem; letter-spacing: -0.03125rem; margin-top: 0;}
    .footer .sns {gap: 0.625rem;}
    .footer .sns a img {width: 1.875rem;}
    
    
    /* ********** main ********** */
    /* common */
    /* swiper_paginBox */
    .main .swiper_paginBox {gap: 0.625rem;}
    .main .swiper_paginBox .arrowBox {gap: 0.625rem;}
    .main .swiper_paginBox .arrow img,
    .main .swiper_paginBox a img {width: 1rem;}
    .main .swiper_paginBox .swiper-pagination {gap: 0.625rem;}
    .main .swiper_paginBox .swiper-pagination span {font-size: 0.875rem;}
    /* sec_tit */
    .main .sec_tit * + * {margin-top: 0.625rem;}
    .main .sec_tit em {font-size: 0.875rem; letter-spacing: -0.03125rem;}
    .main .sec_tit h3 {font-size: 1.5rem; letter-spacing: -0.0625rem;}
    .main .sec_tit p {font-size: 0.875rem; letter-spacing: 0;}
    /* style_tab */
    .main .style_tab {width: 100% !important;}
    .main .style_tab li {width: calc(100%/3); height: 2.5625rem; font-size: 0.875rem; letter-spacing: -0.0313rem;}
    
    
    /* visual */
    .main {margin-top: 0; padding-bottom: 3.125rem;}
    .main .visual {height: 38.375rem;}
    .main .visual .swiper-slide .txt {padding-top: 8.69rem;}
    .main .visual .swiper-slide .txt h2 {font-size: 1.8rem; letter-spacing: -0.03125rem; word-break: keep-all;}
    .main .visual .swiper-slide .txt p {margin-top: 0.75rem; font-size: 0.875rem; letter-spacing: -0.025rem;}
    .main .visual .bot {bottom: 15.12rem;}
    .main .visual .bot .inner {gap: 0.9375rem;}
    .main .visual .bot .arrowBox {gap: 0.3125rem;}
    .main .visual .bot .arrow {width: 1.875rem; height: 1.875rem;}
    .main .visual .bot .arrow img {width: 0.6875rem;}
    .main .visual .bot .pagination {width: 7.625rem;}
    .main .visual .bot .pagination .page span {font-size: 0.8125rem;}
    .main .visual .bot .pagination .scroll {width: 3.75rem; height: 0.09375rem;}
    /* sec1 */
    .main .sec1 {height: 18.06rem;}
    .main .sec1::before {display: none;}
    .main .sec1 .secCont {max-width: calc(100% - 2.5rem);}
    .main .sec1 .tit strong {font-size: 1.375rem; letter-spacing: 0;}
    .main .sec1 .top_bd {padding: 1.875rem 1.25rem; flex-direction: column; gap: 1.88rem;}
    .main .sec1 .top_bd .tit {padding-bottom: 1rem;}
    .main .sec1 .notice {padding-right: 0; width: 100%;}
    .main .sec1 .notice .swiper-slide {width: 100%; margin-right: 0;}
    .main .sec1 .notice .swiper-slide a {padding-top: 1rem;}
    .main .sec1 .notice .swiper-slide .subject {margin-top: 1.25rem; gap: .5rem;}
    .main .sec1 .event {width: 100%;}
    .main .sec1 .event .swiper-slide {width: 100%; height: 8.85419rem; margin-right: 0;}
    .main .sec1 .event .swiper-slide .thumb {width: 9.375rem;}
    .main .sec1 .event .swiper-slide .txt {padding: 0.93419rem 1rem;width: calc(100% - 9.375rem);}
    .main .sec1 .event .swiper-slide .cate {font-size: 0.75rem; letter-spacing: -0.01181rem;}
    .main .sec1 .event .swiper-slide strong {margin-top: 0.46713rem; font-size: 0.8125rem; letter-spacing: -0.04425rem; -webkit-line-clamp: 2;}
    .main .sec1 .event .swiper-slide .date {margin-top: 0.81744rem; font-size: 0.75rem; letter-spacing: -0.03319rem;}
    .main .sec1.mob {height: auto;}
    .main .sec1 .quick_menu {padding: 2.81rem 1.25rem; flex-direction: column; align-items: flex-start;}
    .main .sec1 .quick_menu .tit p {margin-top: 0.625rem; font-size: 0.875rem; letter-spacing: -0.0355rem;}
    .main .sec1 .quick_menu ul {gap: 1.25rem; margin-top: 1.25rem; display: grid; grid-template-columns: repeat(3,1fr); width: 100%;}
    .main .sec1 .quick_menu ul li a {gap: 1.25rem; font-size: 0.875rem; letter-spacing: -0.04713rem; flex-direction: column; align-items: center; text-align: center;}
    .main .sec1 .quick_menu ul li span {width: 6.25rem; height: 6.25rem;}
    .main .sec1 .quick_menu ul li img {width: 3.125rem;}
    .main .sec1 .bd_empty {padding: 3.25rem 0;}
    .main .sec1 .bd_empty img {width: 1.5rem;}
    .main .sec1 .bd_empty p {margin-top: 1.25rem; font-size: 0.875rem;}
    /* sec2 */
    .main .sec2 {padding: 3.13rem 0;}
    .main .sec2::before {width: 100%; height: 23.75rem; bottom: auto; top: 0;}
    .main .sec2::after {display: none;}
    .main .sec2 .flex-jb {flex-direction: column; align-items: flex-start; gap: 1.88rem;}
    .main .sec2 .style_tab li.swiper-pagination-bullet-active {background: #6EB0FF;}
    .main .sec2 .swiper_cont {margin-top: 1.5rem;}
    .main .sec2 .swiper-slide {flex-direction: column; align-items: flex-start; gap: 1.88rem;}
    .main .sec2 .swiper-slide .img {/* height: 13.75rem; */ width: 100%;}
    .main .sec2 .swiper-slide .txt {padding: 0; width: 100%;}
    .main .sec2 .swiper-slide .txt > span {font-size: 0.875rem;}
    .main .sec2 .swiper-slide .txt strong {margin-top: 0.25rem; font-size: 1.375rem; letter-spacing: 0;}
    .main .sec2 .swiper-slide .txt .box .flex {gap: 0;}
    .main .sec2 .swiper-slide .txt .box .flex img {width: 6.25rem; float: left;}
    .main .sec2 .swiper-slide .txt p {margin-top: 1.25rem; font-size: 0.875rem; letter-spacing: -0.03125rem;}
    .main .sec2 .swiper-slide .txt > .box {min-height: 16.3rem;}
    .main .sec2 .swiper-slide .txt > .box span {font-size: 0.75rem; white-space: nowrap;}
    .main .sec2 .swiper_paginBox {margin-top: 1.5rem;}
    /* sec3 */
    .main .sec3 {height: 25rem;}
    .main .sec3 .inner {padding-top: 3.13rem;}
    .main .sec3 h3 {font-size: 1.5rem;}
    .main .sec3 a {gap: 0.3125rem; font-size: 0.875rem; letter-spacing: -0.025rem; padding: 0.5rem 1.25rem; margin-top: 1rem;}
    .main .sec3 a img {width: 1rem;}
    /* sec4 */
    .main .sec4 {padding: 3.12rem 0;}
    .main .sec4::after {display: none;}
    .main .sec4 .tab_wrap {overflow: hidden; white-space: nowrap; overflow-x: scroll; width: 100%;}
    .main .sec4 .style_tab {margin-top: 1.87rem; justify-content: flex-start; width: max-content !important; padding: 0 1.16rem;}
    .main .sec4 .style_tab li {width: 6.875rem !important;}
    .main .sec4 .tabCont {margin-top: 1.5rem;}
    .main .sec4 .swiper-slide {width: 18.75rem; margin: 0 calc(1.15rem/2);}
    .main .sec4 .swiper-slide .thumb {height: 14.18919rem;}
    .main .sec4 .swiper-slide .txt {margin-top: 1.52025rem;}
    .main .sec4 .swiper-slide .txt strong {font-size: 0.91219rem; letter-spacing: -0.02531rem;}
    .main .sec4 .swiper-slide .txt span {margin-top: 1.0135rem; font-size: 0.81081rem; letter-spacing: 0;}
    .main .sec4 .swiper-pagination {margin: 1.78rem 0 0 1.25rem; width: calc(100% - 1.25rem); height: 0.125rem;}
    .main .sec4 .bd_empty {padding: 8.4rem 0;}
    .main .sec4 .bd_empty img {width: 2.375rem;}
    .main .sec4 .bd_empty p {margin-top: 1.75rem; font-size: 1rem;}
    /* sec5 */
    .main .sec5 .inner {display: flex; flex-direction: column-reverse; align-items: flex-start;}
    .main .sec5 .swiper {margin-top: 1.25rem; width: 100%;}
    .main .sec5 .swiper-slide {width: 9rem; margin-right: 0.75rem;}
    .main .sec5 .flex-jb {margin-top: 1.25rem; justify-content: center; width: 100%;}
    .main .sec5 .swiper_paginBox {width: 100%;}
    .main .sec5 .swiper_paginBox .arrowBox {width: 100%; justify-content: center;}
}
@media screen and (max-width:768px){
	.pc2 {display:none !important;}
	.mob2 {display:block !important;}
}