/* font */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100;
	src: url('/font/outfit/Outfit-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 200;
	src: url('/font/outfit/Outfit-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	src: url('/font/outfit/Outfit-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	src: url('/font/outfit/Outfit-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	src: url('/font/outfit/Outfit-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	src: url('/font/outfit/Outfit-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	src: url('/font/outfit/Outfit-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 800;
	src: url('/font/outfit/Outfit-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 900;
	src: url('/font/outfit/Outfit-Black.woff2') format('woff2');
}

/* Pretendard */
@font-face {font-family: 'PretendardWeb'; font-weight: 100; font-style: normal; src: url('/font/Pretendard/Pretendard-Thin.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 200; font-style: normal; src: url('/font/Pretendard/Pretendard-ExtraLight.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 300; font-style: normal; src: url('/font/Pretendard/Pretendard-Light.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 400; font-style: normal; src: url('/font/Pretendard/Pretendard-Regular.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 500; font-style: normal; src: url('/font/Pretendard/Pretendard-Medium.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 600; font-style: normal; src: url('/font/Pretendard/Pretendard-SemiBold.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 700; font-style: normal; src: url('/font/Pretendard/Pretendard-Bold.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 800; font-style: normal; src: url('/font/Pretendard/Pretendard-ExtraBold.woff') format('woff'); font-display: swap;}
@font-face {font-family: 'PretendardWeb'; font-weight: 900; font-style: normal; src: url('/font/Pretendard/Pretendard-Black.woff') format('woff'); font-display: swap;}
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"); */


/* 공통 */
:root {
   --color-blue : #007DC6 ;
   --color-navy : #003A70 ;

   --filter-black : invert(1);
   --filter-white : brightness(0) invert(1);

   --font-pre : 'PretendardWeb';
   --font-man : "Manrope", sans-serif;
   --font-outfit : "Outfit", sans-serif;
   --font-nanum : "Nanum Myeongjo", sans-serif;
}

body {position: relative;}
p, dd {word-break:keep-all !important;}
.pc {display:block !important;}
.mob {display:none !important;}

.inner_1600 {max-width:100rem; margin:0 auto; width: 100%;}
.inner_1400 {max-width:87.5rem; margin:0 auto; width: 100%;}

.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;}
.flex-je {display: flex; align-items: center; justify-content: flex-end;}

.mt_10 {margin-top: .62rem;}
.mt_20 {margin-top: 1.25rem;}
.mt_30 {margin-top: 1.875rem;}
.mt_40 {margin-top: 2.5rem;}
.mt_50 {margin-top: 3.125rem;}
.mt_60 {margin-top: 3.75rem;}
.mt_70 {margin-top: 4.375rem;}
.mt_80 {margin-top: 5rem;}
.mt_100 {margin-top: 6.25rem;}

.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}

.blue {color: var(--color-blue);}
.f-pre, .f-pre *{font-family: var(--font-pre) !important;}
.f-out, .f-out *{font-family: var(--font-outfit) !important;}

/********** HEADER **********/
.header {height:6.25rem; position:fixed; top:0; z-index:1000; width:100%; transition: all .5s ease;}
.header .inner_1600 {height:100%; position: relative;}
.header h1 a {display: flex; align-items: center; justify-content: center;}
.header h1 a img {width: 9.625rem; filter: var(--filter-white);}
.header .gnb {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.header .gnb > li {position:relative;}
.header .gnb > li > a {font-size: 1rem; color: #FFF; font-weight: 700; line-height: 6.25rem; display: block; min-width: max-content; padding: 0 2.345rem;}
.header .gnb > li:hover > a {color: var(--color-blue) !important;}
.header .gnb > li:hover .gnb_2depth {opacity: 1; visibility: visible; padding: 2.25rem 0; height: auto;}
.header .gnb_2depth {height: 0; overflow: hidden; position:absolute; width:12.5rem; background: #fff; top: 100%; left:50%; transform: translateX(-50%); overflow: hidden; visibility: visible; opacity: 0; transition: opacity .3s; padding: 0; text-align: center; /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05); */ box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);}
.header .gnb_2depth li + li {margin-top:0.625rem;}
.header .gnb_2depth li a {font-size: 1rem; font-weight: 400;}
.header .gnb_2depth li a:hover {font-weight: 600; border-bottom: 1px solid var(--color-blue);}
.header .head_rt {gap: 1.13rem;}
.header .search img {width: 1.625rem; cursor: pointer;}
.header .all_menu_btn img {width: 1.875rem; cursor: pointer;}
.head_mob_btn {display:none !important;}
.head_bg {display:none !important;}

.header:hover {background: #FFF;}
.header:hover h1 a img {filter: none;}
.header:hover .gnb > li > a {color: #000;}
.header:hover .head_rt img {filter: var(--filter-black);}

.header.fixed {background: #FFF; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);}
.header.fixed h1 a img {filter: none;}
.header.fixed .gnb > li > a {color: #000;}
.header.fixed .head_rt img {filter: var(--filter-black);}

.header.on {background: #FFF;}
.header.on h1 a img {filter: none;}
.header.on .gnb > li > a {color: #000;}
.header.on .head_rt img {filter: var(--filter-black);}

.header.hide {transform: translateY(-100%);}

/********** all menu **********/
.all_menu {visibility: hidden; position:fixed; width:100%; height:100%; z-index:5000; padding-top: 1.62rem; transition: all .5s ease;}
.all_menu .bg {position: absolute; top: 0; left: 0; width: 100%; height: 0; border: 1px solid rgba(255, 255, 255, 0.10); background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(20px); transition: all .5s ease;}
.all_menu .cont {position: relative; z-index: 1;}
.all_menu_close {width:1.73275rem; cursor:pointer;}
.all_menu_close img {width:100%;}
.all_menu .logo {margin-top: 1.31rem; text-align: center;}
.all_menu .logo img {width: 18.23231rem;}
.all_menu_list {margin:9.37rem auto 0; display:flex; max-width: 106.25rem; width: 100%; padding: 0 1.25rem;}
.all_menu_list dl {width:calc(100%/7);}
.all_menu_list dl + dl {border-left:1px solid rgba(255, 255, 255, 0.20); padding:0 1.6875rem;}
.all_menu_list dt {font-size:1.75rem; font-weight:700; margin-bottom:1.875rem; color: #fff;}
.all_menu_list dd + dd {margin-top:1.25rem;}
.all_menu_list .style2 dd + dd {margin-top:0.75rem;}
.all_menu_list dd a {font-size:1.25rem; color: rgba(255, 255, 255, 0.70); line-height: 1.45; display: block;}
.all_menu_list dd a:hover {color: #1197E5; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; letter-spacing: -.4px;}
.all_menu.show {visibility: visible;}
.all_menu.show .bg {height: 100%;}
.all_menu.show .cont {animation: fade-in .5s ease both; animation-delay: 0.2s;}
.all_menu.hide .cont {animation: fade-out .5s ease both;}
@keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

/********** quick **********/
.quick {position: fixed; right: 2.5rem; bottom: 2.5rem; z-index: 100;}
.quick li {margin-top: 0.625rem;}
.quick .list li:first-child {margin-top: 0;}
.quick li a {display: flex; align-items: center; justify-content: center; width: 3.125rem; height: 3.125rem; border-radius: 100%; background: var(--color-blue);}
.quick li a img {width: 1.21525rem; position: relative; z-index: 1;}
.quick .event_more {display: none;}
.quick li .more {background: #FAFAFA; transition: opacity .4s ease;}
.quick li .close {background: #000; visibility: hidden; overflow: hidden; height: 0; opacity: 0; transition: opacity .4s ease;}
.quick li .top_btn {background: #FAFAFA; box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);}
.quick li .top_btn img {width: 0.66669rem;}
.quick .list li a {position: relative; transition: width .3s;}
.quick .list li span {position: absolute; top: 0; right: 0; height: 100%; width: 0; background: var(--color-blue); color: #FFF; font-size: 0.83331rem; font-weight: 700; opacity: 0; visibility: hidden; transition: opacity .4s ease, width .4s ease; border-radius: 4.16669rem; display: flex; align-items: center; padding: 0 1.3rem; white-space: nowrap; overflow: hidden;}
.quick .list li:hover span {display: flex; opacity: 1; width: 9.375rem; visibility: visible;}

/********** hd_search_wrap **********/
.hd_search_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 16.25rem; z-index: 1001; visibility: hidden; transition: all .5s ease;}
.hd_search_wrap::before {content: ""; width: 100%; height: 100vh; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; transition: all .5s ease;}
.hd_search_wrap .bg {position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #fff; transition: all .5s ease;}
.hd_search_wrap .cont {position: relative; z-index: 1;}
.hd_search_wrap .logo {width: 11.8125rem;}
.hd_search_wrap .close img {width: 1.25rem; cursor: pointer; filter: var(--filter-black);}
.hd_search_wrap .top {height: 6.25rem;}
.hd_search_wrap .search_box {display: flex; align-items: center; justify-content: center;}
.hd_search_wrap .search_box .box {width: 50rem; height: 4.3125rem; border-bottom: 1px solid #000; gap: .5rem; padding-right: 1.25rem}
.hd_search_wrap .search_box input {width: calc(100% - 1.3rem); height: 100%; border: 0; font-size: 1.1875rem; font-weight: 400; font-family: var(--font-man);}
.hd_search_wrap .search_box input::placeholder {color: #8E8E8E;}
.hd_search_wrap .search_box .btn {width: 1.125rem; padding: 0;}
.hd_search_wrap.show {visibility: visible;}
.hd_search_wrap.show::before {opacity: 1;}
.hd_search_wrap.show .bg {height: 100%;}
.hd_search_wrap.show .cont {animation: fade-in .5s ease both; animation-delay: 0.2s;}
.hd_search_wrap.hide .cont {animation: fade-out .5s ease both;}

/********** footer **********/
.footer {background: #000; padding: 5.12rem 0 3.19rem;}
.footer * {color: #fff;}
.footer .ft_logo img {height: 1.25rem; filter: var(--filter-white);}
.footer .ft_top {margin-top: 3.12rem; align-items: flex-start;}
.footer .ft_info li {display: flex; gap:1.25rem;}
.footer .ft_info li + li {margin-top: 0.625rem;}
.footer .ft_info * {font-size: 1rem; line-height: 1.6; letter-spacing: -0.025rem;}
.footer .ft_info strong {font-weight: 500;}
.footer .ft_sns {display: flex; justify-content: flex-end; gap:0.625rem; opacity: 0.5;}
.footer .ft_sns a {width: 1.875rem;}
.footer .ft_sns a img {width: 100%;}
.footer .ft_bot {margin-top: 2.31rem; padding-top: 2.5rem; border-top: 1px solid #555;}
.footer .copy {font-size: 0.875rem; font-weight: 400; letter-spacing: -0.05rem; opacity: 0.7;}
.footer .ft_use {display: flex; align-items: center; gap:1.625rem;}
.footer .ft_use a {font-size: 0.875rem; font-weight: 400; letter-spacing: -0.025rem;}
.footer .ft_use a strong {font-weight: 700;}


/********** main **********/
/* visual */
.main .visual {position: relative;}
.main .visual .swiper-slide {height: 59.375rem; position: relative; overflow: hidden;}
.main .visual .swiper-slide .vis_img {height: 100%;}
.main .visual .swiper-slide .video{height: 100%;}
.main .visual .swiper-slide .video video{width: 100%; height: 100%; object-fit:cover; pointer-events: none;}
.main .visual .swiper-slide .video iframe {width: 100vw; min-width: 202.77vh; /* height: 67.375rem; */ height: 62.25vw; min-height: 100vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.main .visual .swiper-slide .vis_img img {width: 100%; height: 100%; object-fit:cover;}
.main .visual .swiper-slide .vis_txt {color: #FFF; position: absolute; left:50%; /*top: 23.37rem;*/top:30rem; transform:translateX(-50%);}
.main .visual .swiper-slide .vis_txt h2 {font-size: 4rem; font-weight: 500; word-break: keep-all; line-height: 1.15; letter-spacing: -0.05rem; font-family: var(--font-outfit);}
.main .visual .swiper-slide .vis_txt h2.f-pre{font-weight: 700;}
.main .visual .swiper-slide .vis_txt p {font-size: 1.3125rem; line-height: 1.5; word-break: keep-all; font-weight: 400;}
.main .visual .swiper-pagination {left:50% !important; transform:translateX(-50%); top: auto !important; right: auto; /*bottom: 9.375rem !important;*/bottom:6rem !important; display: flex; align-items: center; gap: 1.25rem;}
.main .visual .swiper-pagination span {width: 3.93rem; font-size: 1.125rem; font-weight: 700; color: rgba(255, 255, 255, 0.5); font-family: var(--font-pop); height: auto; background: transparent; border-radius: 0; padding-bottom: .94rem; border-bottom: 2px solid rgba(255, 255, 255, 0.5); margin: 0; text-align: left; position: relative; opacity: 1;}
.main .visual .swiper-pagination span:after {content: ""; width: 0; height: 2px; position: absolute; left: 0; bottom: -2px;}
.main .visual .swiper-pagination .swiper-pagination-bullet-active {width: 11.25rem; color: #fff;}
.main .visual .swiper-pagination span.on:after {transition: width linear; transition-delay: unset; width: 100%; transition-duration: 4s; background: #fff;}
.main .visual .swiper-pagination span:first-of-type.on:after {transition-duration: 49s;}
/* common */
.main .sec_tit p {font-size: 1.25rem; letter-spacing: -0.05rem; font-weight: 600; color: var(--color-blue); line-height: 1.5; font-family: var(--font-outfit); text-transform: uppercase;}
.main .sec_tit h2 {margin-top: 1.25rem; font-size: 3.125rem; letter-spacing: -0.0625rem; font-weight: 700; line-height: 1.3; font-family: var(--font-pre);}
.main .sec_tit h2 + p{margin-top: 1.25rem; font-weight: 500; color: #8E8E8E; font-family: var(--font-pre);}
/* moreBtn */
.moreBtn {transition: color 0.3s ease 0.1s; display: inline-flex; align-items: center; justify-content: center; height: 3.4375rem; padding: 0 2.19rem; border-radius: 3.125rem; border: 1px solid #000; gap: 1.5rem; overflow: hidden; position: relative;}
.moreBtn span {transition: color 0.3s ease 0.1s; position: relative; z-index: 1; font-size: 1.25rem; font-weight: 700; font-family: var(--font-pre);}
.moreBtn .btn_fill {position: absolute; display: block; width: 0px; height: 0px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--color-blue); transition: width 0.65s, height 0.65s;}
.moreBtn img {width: 1.3125rem; position: relative; z-index: 1; transition: filter 0.3s ease 0.1s;}
.moreBtn:hover {border-color: var(--color-blue); color: #fff;}
.moreBtn:hover .btn_fill {width: 50rem; height: 50rem;}
.moreBtn:hover img {filter: var(--filter-white);}
/* sec1 */
.main .sec1 {width: 100%; height: 100vh; position: relative; padding-top: 255px;}
.main .sec1 .sec_tit p{text-transform: none;}
.main .sec1 .cover {width: 87.5rem; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: url("/img/main/sec1_bg.jpg") 50% 50% no-repeat; -webkit-background-size: cover; background-size: cover; z-index: -1; clip-path: inset(74% 5.4% -5%);}
.main .sec1 .bgTxt {margin: 3rem auto 0; text-align: center;}
.main .sec1 .bgTxt img {max-width: 91.125rem; width: 100%;}
/* sec1-2 */
.main .sec1-2 {padding: 3.31rem 0 0;}
.main .sec1-2 .top img {height: 4.125rem; max-width: none;}
.main .sec1-2 .inner_1600 {margin-top: 6.75rem; align-items: flex-start; gap: 2.81rem;}
.main .sec1-2 .sec_tit p {font-size: 1.25rem; line-height: 1.2;}
.main .sec1-2 .sec_tit h2 {font-size: 3.4375rem; margin-top: 1.25rem; line-height: 1.2;}
.main .sec1-2 ul {display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem;}
.main .sec1-2 ul li {width: 18.75rem; height: 20.625rem;}
.main .sec1-2 ul li .box {display: flex; align-items: center; flex-direction: column; gap: 4.59rem; border: 1px solid rgba(0, 0, 0, 0.10); background: #FFF; width: 100%; height: 100%; text-align: center; transition: all .3s; padding-top: 3.5rem;}
.main .sec1-2 ul li .img {position: relative; width: 3.37rem; height: 3.56rem;}
.main .sec1-2 ul li img {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.main .sec1-2 ul li img.hover {opacity: 0;}
.main .sec1-2 ul li .txt * {transition: all .3s;}
.main .sec1-2 ul li .txt span {display: block; color: var(--color-blue); font-size: 1.25rem; font-weight: 700; font-family: var(--font-pre);}
.main .sec1-2 ul li .txt p {margin-top: .5rem; display: flex; align-items: flex-end; justify-content: center; gap: .56rem; font-size: 1.5rem; font-weight: 600; line-height: 1.3; letter-spacing: -0.0625rem; font-family: var(--font-pre);}
.main .sec1-2 ul li .txt p strong {font-size: 3.25rem; font-weight: 600; display: inline-block; line-height: 1; font-family: var(--font-outfit);}
.main .sec1-2 ul li .txt em {display: block; font-size: 1rem; font-weight: 400; opacity: .5; line-height: 1.3;}
.main .sec1-2 ul li:hover .box {background: var(--color-blue); margin-top: -2.5rem; border-color: var(--color-blue);}
.main .sec1-2 ul li:hover .img .basic {opacity: 0;}
.main .sec1-2 ul li:hover .img .hover {opacity: 1;}
.main .sec1-2 ul li:hover .txt * {color: #fff;}
/* sec2 */
.main .sec2 {padding: 8.75rem 0 12.5rem; position: relative; background: url('/img/main/sec2_bg.png') no-repeat center bottom/100% auto;}
.main .sec2 .item {display: flex; align-items: center; gap: 6.31rem; position: relative;}
.main .sec2 .item + .item {margin-top: 9.375rem;}
.main .sec2 .item .img {width: 66.875rem; aspect-ratio: 1.646 / 1; position: relative; overflow: hidden;}
.main .sec2 .item .img::before {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transform: translateX(-100%); background: var(--color-blue);}
.main .sec2 .item.active .img::before {animation: imgAni both 0.8s 0.2s; animation-delay: 0.5s;}
@keyframes imgAni {
	0% {transform:translateX(-100%);}
	50% {transform:translateX(0);}
	100% {transform:translateX(100%);}
}
.main .sec2 .item .img img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.main .sec2 .item .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.main .sec2 .item .sec_tit {width: fit-content; display: inline-block;}
.main .sec2 .item01 .txt {width: 100%;}
.main .sec2 .item01 .sec_tit {max-width: calc(100% - 66.875rem - 6.31rem); width: 100%;}
.main .sec2 .item .sec_tit h2 {font-size: 3.4375rem;}
.main .sec2 .item .sec_tit .line {width: 1px; height: 4.9375rem; background: #000; margin: 1.25rem 0 1.5rem; display: block;}
.main .sec2 .item .sec_tit .desc {color: #8E8E8E; font-size: 1.25rem; font-weight: 500; line-height: 1.5; letter-spacing: -0.0625rem; font-family: var(--font-pre);}
.main .sec2 .item .sec_tit a {margin-top: 2.94rem;}
.main .sec2 .bot {position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;}
.main .sec2 .bot img {width: 37.375rem;}
/* sec3 */
.main .sec3 {padding: 6.75rem 4.6rem; position: relative; overflow: hidden;}
.main .sec3 .bg_layer {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #003A70 0%, #003A70 100%), #007DC6; opacity: 0; transition: opacity 0.75s ease; z-index: -1}
.main .sec3 * {color: #fff !important;}
.main .sec3 .sec_tit h2 {font-size: 3.4375rem; letter-spacing: 0; margin-top: 0;}
.main .sec3 .sec_tit p {margin-top: 0.75rem; opacity: 0.8; font-weight: 500;}
.main .sec3 .cont {margin: 4.88rem auto 0; display: flex; height: 43.75rem; width: 70%; border-radius: 1.25rem; overflow: hidden;}
.main .sec3 .cont li {position: relative; width: calc(100%/3); display: flex; align-items: center; justify-content: center; transition: all 0.6s ease-in-out;}
.main .sec3 .cont li::before {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.70); backdrop-filter: blur(5px); transition: all 0.6s ease-in-out;}
.main .sec3 .cont li:nth-child(1) {background: url('/img/main/sec3_img1.jpg') no-repeat center/cover;}
.main .sec3 .cont li:nth-child(2) {background: url('/img/main/sec3_img3.jpg') no-repeat center/cover;}
.main .sec3 .cont li:nth-child(3) {background: url('/img/main/sec3_img2.jpg') no-repeat center/cover;}
.main .sec3 .cont .txt {text-align: center; position: relative; z-index: 1;}
.main .sec3 .cont .txt * {color: #fff; transition: all 0.6s ease-in-out;}
.main .sec3 .cont .txt strong {font-size: 1.375rem; font-weight: 600;}
.main .sec3 .cont .txt .line {display: none; margin: 0.9375rem auto 0; width: 1px; height: 3.125rem; background: #fff;}
.main .sec3 .cont .txt p {font-size: 2.1875rem; font-weight: 500;}
.main .sec3 .cont .txt a {font-size: 1.25rem; font-weight: 700; border-color: #fff; opacity: 0;}
.main .sec3 .cont .txt a img {filter: var(--filter-white);}
.main .sec3 .cont li:hover {width: 59.375rem;}
.main .sec3 .cont li:hover::before {opacity: 0;}
.main .sec3 .cont li:hover .txt strong {font-size: 1.875rem;}
.main .sec3 .cont li:hover .txt .line {display: block;}
.main .sec3 .cont li:hover .txt p {font-size: 3.125rem;}
.main .sec3 .cont li:hover .txt a {margin-top: 5.59rem; opacity: 1;}
.main .sec3 .cont li .txt a:hover {border-color: var(--color-blue);}
/* sec_common */
.main .sec_common {height: 43.75rem; overflow: hidden; position: relative;}
.main .sec_common .inner_1400 {position: absolute; top: 9.75rem; left: 50%; transform: translateX(-50%);}
.main .sec_common * {color: #fff;}
.main .sec_common p {font-size: 1.25rem; font-weight: 700; line-height: 1.5; letter-spacing: -0.05rem; font-family: var(--font-pre);}
.main .sec_common h2 {margin-top: 1.25rem; font-size: 2.1875rem; font-weight: 600; line-height: 1.4; letter-spacing: -0.0625rem; font-family: var(--font-pre);}
.main .sec_common .name {margin-top: 5rem; font-size: 1.375rem; font-weight: 500; line-height: 1.3; letter-spacing: -0.0625rem; font-family: var(--font-pre);}
.main .sec_common .sec_info a {margin-top: 4.38rem; background: #fff; border-color: #fff;}
.main .sec_common .sec_info a span {color: #000;}
.main .sec_common .sec_info a.moreBtn:hover {border-color: var(--color-blue);}
.main .sec_common .sec_info a.moreBtn:hover span {color: #fff !important;}
.main .sec_common .sec_info a.moreBtn:hover img {filter: var(--filter-white) !important;}

.main .sec4 {background: url('/img/main/sec4_bg.jpg') no-repeat center/cover;}
.main .sec5 {background: url('/img/main/sec5_bg.jpg') no-repeat center/cover;}
.main .sec5 .sec_info {width: 50%; padding-left: 5.69rem;}

 


@media screen and (max-width:1640px) {
	.inner_1600 {max-width: 100%; padding-left: 3.75rem !important; padding-right: 3.75rem !important;}

    /* sec1-2 */
    .main .sec1-2 ul {gap: 1rem;}
    .main .sec1-2 ul li {width: 16rem; height: 20.625rem;}
    /* sec2 */
	.main .sec2 .item .img {width: 55.875rem;}
	.main .sec2 .item01 .sec_tit {max-width: calc(100% - 55.875rem); padding: 0 3.75rem;}
}
@media screen and (max-width:1450px) {
    /* sec1-2 */
    .main .sec1-2 .sec_tit h2 {font-size: 3rem;}
}
@media screen and (max-width:1440px) {
	html{font-size: 80%;}

    /* sec1-2 */
    .main .sec1-2 .sec_tit h2 {font-size: 3.125rem;}
    .main .sec1-2 ul {gap: 1.25rem;}
    .main .sec1-2 ul li {width: 17.75rem; height: 20.625rem;}
}
@media screen and (max-width:1280px) {
	.inner_1600 {padding-left: 3rem !important; padding-right: 3rem !important;}
	.inner_1400 {padding-left: 3rem !important; padding-right: 3rem !important;}
	
	.header .gnb > li > a {padding: 0 2rem;}

    /* sec1-2 */
    .main .sec1-2 ul {flex-wrap: wrap; width: 59rem;}
    .main .sec1-2 ul li {width: calc(50% - (1.25rem/2)); height: 20.625rem;}
    .main .sec1-2 ul li:hover .box {margin-top: 0;}
	
	.main .sec2 .item01 .sec_tit {padding-right: 3rem;}
	.main .sec3 {padding-left: 3rem; padding-right: 3rem;}
}
@media screen and (max-width:1140px) {
	.header h1 a img {width: 10rem;}
	.header .gnb > li > a {padding: 0 1.8rem;}

	.main .sec2 .item .img {width: 45.875rem;}
	.main .sec2 .item01 .sec_tit {max-width: calc(100% - 45.875rem);}
}



@media screen and (max-width:1024px) {
	html{font-size: 100%;}

	/* 공통 */
	.inner {padding-left: 1.25rem; padding-right: 1.25rem;}
	.pc {display:none !important;}
	.mob {display:block !important;}

    .inner_1600 {max-width:100%; padding-left: 1.25rem !important; padding-right: 1.25rem !important;}
    .inner_1400 {max-width:100%; padding-left: 1.25rem !important; padding-right: 1.25rem !important;}
    
    .mt_20 {margin-top: 1.25rem;}
    .mt_40 {margin-top: 2.5rem;}
	.mt_50 {margin-top: 2.5rem;}
    
    /********** HEADER **********/
    .header {height: 4.375rem; /* background: #fff; */}
    .header h1 a img {width: 7.75rem; /* filter: none; */}
    .header .gnb {display: none !important;}
    .header .head_rt {gap: 1.12rem;}
    /* .header .head_rt img {filter: var(--filter-black);} */
    .all_menu_btn {display:none !important;}
    .head_mob_btn {display:block !important;}
    .head_mob_btn img {width: 1.875rem;}

    /********** head_bg **********/
    .all_menu {display: none !important;}
    .head_bg {position: fixed; right: 0; top: 0; z-index: 10000; background: #fff; width: 100%; height: 100vh; text-align: right;}
	.head_bg.on{display:block !important;}
    .head_bg .head_bg_inner {position: relative; width: 100%; height: 100%; overflow-y: auto; text-align: left;}
    .head_bg .head_bg_close {width: 1.25rem; cursor:pointer; position: absolute; right: 0.9425rem; top: 0.9425rem;}
    .head_bg .head_bg_close img {width: 100%; filter: var(--filter-black);}
    .head_bg .head_bg_logo{margin: 3.75rem 0 2.5rem; text-align: center;}
    .head_bg .head_bg_logo img {width: 10.72994rem;}
	.head_bg .lang{display: flex; align-items: center; padding-left: 3.13vw;}
	.head_bg .lang a{font-size: 3.65vw; letter-spacing: -0.16vw; font-family: 'Outfit'; color: #000; opacity: 0.5;}
	.head_bg .lang a.on{font-weight: 700; opacity: 1; color: #3374FF;}
	.head_bg .lang .line{height: 3.13vw; opacity: 0.5; background: #000; display: inline-block; margin: 0 3.91vw;}
	.head_bg .lang img{width: 6.25vw; margin-left: 2.60vw; filter:invert(1);}
    .head_bg #accordion {border-top: 1px solid #E3E3E3; margin-top: 4.95vw;}
    .head_bg #accordion li > div {position: relative; font-size: 1rem; font-weight: 600; padding: 0 1.25rem; border-bottom: 1px solid #E7E7E7; cursor:pointer; letter-spacing: -0.025rem; line-height: 3.75rem;}
    .head_bg #accordion li > div::after {content: ""; background: url("/img/main/accordion_arrow.svg") no-repeat center / contain; position: absolute; top: 50%; transform: translateY(-50%); right: 1.25rem ; width: 0.76919rem; height: 0.47881rem; transition:all 0.3s;}
    .head_bg .submenu {display: none; padding: 1.25rem; border-bottom: 1px solid #E7E7E7; background: #F9F9F9;}
    .head_bg .submenu li + li{margin-top: 0.3125rem;}
    .head_bg .submenu a {font-size: 0.875rem; font-weight: 500; display: block; line-height: 1.7;}
    .head_bg .submenu a:hover {color: var(--blue); text-decoration: underline;}
	.head_bg #accordion li.on > div{background: #003A70; color:#fff;}
    .head_bg #accordion li.on > div::after {transform: translateY(-50%) rotate(-180deg); filter:invert(1);}

    /********** quick **********/
    .quick {right: 1.25rem; bottom: 1.25rem;}
    .quick .list li span {font-size: 0.875rem;}
    .quick .event_more {display: block;}
    .quick .more {box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);}
    .quick .list {visibility: hidden; overflow: hidden; height: 0; opacity: 0; transition: opacity .4s ease;}
    .quick.on .list {visibility: visible; height: auto; opacity: 1; overflow: inherit;}
    .quick.on .close {visibility: visible; height: 3.125rem; opacity: 1;}
    .quick.on .more {visibility: hidden; overflow: hidden; height: 0; opacity: 0; transition: opacity .4s ease;}

    
    /********** hd_search_wrap **********/
    .hd_search_wrap {height: 10.25rem;}
    .hd_search_wrap .logo {width: 7.75rem;}
    .hd_search_wrap .close img {width: 1.25rem;}
    .hd_search_wrap .top {height: 4.375rem;}
    .hd_search_wrap .search_box form {width: calc(100% - 2.5rem); height: 3.3125rem; gap: .5rem; padding-right: 0}
    .hd_search_wrap .search_box .box {width: 100%;}
    .hd_search_wrap .search_box input {font-size: 0.875rem;}
    .hd_search_wrap .search_box .btn {margin-right: 1.25rem;}
    
    /********** footer **********/
    .footer {padding: 2.48rem 0 2.56rem;}
	.footer .ft_logo img {height: 1rem;}
    /* .footer .ft_logo img {width: 6.03725rem;} */
    .footer .ft_top {margin-top: 2.17rem; flex-direction: column; align-items: flex-start; gap: 1.4rem;}
    .footer .ft_info li {gap: 0.625rem 0.46875rem; flex-wrap: wrap;}
    .footer .ft_info li span {line-height: .8;}
    .footer .ft_info li:first-child span:first-child {display: block; width: 100%;}
    .footer .ft_info li:last-child span:last-child {display: block; width: 100%;}
    .footer .ft_info li + li {margin-top: 0.625rem;}
    .footer .ft_info * {font-size: 0.75rem; letter-spacing: -0.00938rem;}
    .footer .ft_bot {margin-top: 1.35rem; padding-top: 2.06rem; flex-direction: column-reverse; align-items: flex-start; gap: 1.39rem;}
    .footer .copy {font-size: 0.75rem; letter-spacing: -0.01875rem;}
    .footer .ft_use {gap: .3rem 0.60938rem; flex-wrap: wrap;}
    .footer .ft_use span {display: block; width: 100%;}
    .footer .ft_use a {font-size: 0.75rem; letter-spacing: -0.00938rem;}
    
    
    /********** main **********/
    /* .main {margin-top: 4.375rem;} */
    /* visual */    
    .main .visual .swiper-slide {height: 40.625rem;}
    .main .visual .swiper-slide .vis_txt {top: 20.62rem;}
    .main .visual .swiper-slide .video iframe {min-height: 72.375rem; height: 72.375rem;}
    .main .visual .swiper-slide .vis_txt h2 {font-size: 2.125rem; letter-spacing: -0.01875rem;}
    .main .visual .swiper-slide .vis_txt p {font-size: 0.875rem; margin-top: 0.9375rem;}
    .main .visual .swiper-slide .vis_txt p br {display: none;}
    .main .visual .swiper-pagination {bottom: 5.84rem !important; gap: 0.46875rem;}
    .main .visual .swiper-pagination span {width: 1.875rem; font-size: 0.75rem; padding-bottom: .35rem;}
    .main .visual .swiper-pagination .swiper-pagination-bullet-active {width: 4.21875rem;}
    /* common */
    .main .sec_tit p {font-size: 0.875rem; letter-spacing: -0.01875rem;}
    .main .sec_tit h2 {margin-top: .47rem; font-size: 1.875rem; letter-spacing: -0.02344rem;}
    /* moreBtn */
    .moreBtn {height: 2.06rem; padding: 0 1.24rem; border-radius: 1.875rem; gap: .91rem; transition: all 0.3s ease .1s;}
    .moreBtn .btn_fill {display: none;}
    .moreBtn span {font-size: 0.75rem;}
    .moreBtn img {width: 0.7875rem;}
    .moreBtn:hover {background: var(--color-blue);}
    /* .moreBtn:hover .btn_fill {width: 30rem; height: 30rem;} */
    /* sec1 */
    .main .sec1 {/* padding-top: 6.3rem; */ padding-top: 0;}
    .main .sec1 .cont {position: absolute; width: 100%; left: 0; text-align: center; top: 50%; transform: translateY(-50%); padding: 0 1.25rem;}
    .main .sec1 .cover {width: calc(100% - 5rem);}
    .main .sec1 .bgTxt {margin: 0 auto;}
    .main .sec1 .bgTxt img {max-width: 34.18rem;}
    /* sec1-2 */
    .main .sec1-2 {padding: 0 0 6.5rem;}
    .main .sec1-2 .top {margin-top: 1rem;}
    .main .sec1-2 .top img {height: 2.13rem; margin-left: -12.8rem;}
    .main .sec1-2 .inner_1600 {margin-top: 6.14rem; flex-direction: column; align-items: flex-start; gap: 2.5rem;}
    .main .sec1-2 .sec_tit p {font-size: 0.875rem;}
    .main .sec1-2 .sec_tit h2 {font-size: 2.25rem; margin-top: .47rem;}
    .main .sec1-2 ul {flex-wrap: wrap; gap: .87rem; width: 100%; justify-content: flex-start;}
    .main .sec1-2 ul li {width: calc(50% - .435rem); height: 12.5rem;}
    .main .sec1-2 ul li .box {gap: .39rem; padding-top: 2.88rem;}
    .main .sec1-2 ul li .img {width: 2.82506rem; height: 2.65431rem;}
    .main .sec1-2 ul li .txt span {font-size: 0.875rem;}
    .main .sec1-2 ul li .txt p {margin-top: .94rem; gap: .23rem; font-size: 0.75rem; letter-spacing: -0.02344rem;}
    .main .sec1-2 ul li .txt p strong {font-size: 1.5rem;}
    .main .sec1-2 ul li .txt em {font-size: 0.75rem; margin-top: .23rem;}
    .main .sec1-2 ul li:hover .box {margin-top: 0;}
    /* sec2 */
    .main .sec2 {padding: 0 0 6.34rem;}
    .main .sec2 .cont {flex-direction: column; align-items: flex-start; gap: 5rem;}
    .main .sec2 .item {gap: 1.875rem; width: 100%; flex-direction: column; align-items: flex-start;}
    .main .sec2 .item + .item {margin-top: 5rem; flex-direction: column-reverse;}
    .main .sec2 .item .img {width: 100%; aspect-ratio: 1.5767;}
    .main .sec2 .item .txt {position: relative; top: auto; left: auto; transform: none;}
    .main .sec2 .item01 .sec_tit {max-width: 100%; padding: 0 1.25rem;}
    .main .sec2 .item .sec_tit p {font-size: 0.75rem;}
    .main .sec2 .item .sec_tit h2 {font-size: 1.625rem; margin-top: 0.46875rem;}
    .main .sec2 .item .sec_tit .line {height: 2.5rem; margin: .11rem 0 1.14rem;}
    .main .sec2 .item .sec_tit .desc {font-size: 0.875rem; letter-spacing: -0.02344rem;}
    .main .sec2 .item .sec_tit a {margin-top: 1.1rem;}
    .main .sec2 .bot img {display: none;}
    /* sec3 */
    .main .sec3 {padding: 5.03rem 1.25rem 5rem;}
    .main .sec3 .sec_tit h2 {font-size: 2.25rem;}
    .main .sec3 .sec_tit p {margin-top: 0.28rem;}
    .main .sec3 .cont {margin: 2.44rem auto 0; height: auto; flex-direction: column; border-radius: 0.625rem; width: 80%;}
    .main .sec3 .cont li {width: 100%; height: 8.75rem;}
    .main .sec3 .cont li:nth-child(1) {background: url('/img/main/sec3_img1_m.jpg') no-repeat center/cover;}
    .main .sec3 .cont li:nth-child(2) {background: url('/img/main/sec3_img2_m.jpg') no-repeat center/cover;}
    .main .sec3 .cont li:nth-child(3) {background: url('/img/main/sec3_img3_m.jpg') no-repeat center/cover;}
    .main .sec3 .cont .txt p {font-size: 1.125rem;}
    .main .sec3 .cont .txt a {font-size: 0.71431rem; margin-top: 0;}
    .main .sec3 .cont .txt a img {width: 0.75rem;}
    .main .sec3 .cont li:hover {width: 100%; height: 15rem;}
    .main .sec3 .cont li:hover .txt p {font-size: 1.75rem;}
    .main .sec3 .cont li:hover .txt a {margin-top: 1.63rem;}

    /* sec_common */
    .main .sec_common {height: 23.125rem;}
    .main .sec_common .inner_1400 {top: 3.62rem;}
    .main .sec_common p {font-size: 0.75rem; letter-spacing: -0.01875rem;}
    .main .sec_common h2 {margin-top: .47rem; font-size: 1.5rem; letter-spacing: -0.02344rem;}
    .main .sec_common h2 br {display: none;}
    .main .sec_common .name {display: none; margin-top: 5rem; font-size: 1.375rem; letter-spacing: -0.0625rem;}
    .main .sec_common .sec_info a {margin-top: 2.25rem;}

    .main .sec4 {background: url('/img/main/sec4_bg_m.jpg') no-repeat center/cover; overflow: hidden;}
    .main .sec5 {background: url('/img/main/sec5_bg_m.jpg') no-repeat center/cover; overflow: hidden;}
    .main .sec5 .sec_info {width: 100%; padding-left: 0rem;}

}


@media screen and (max-width:460px) {
	
	.main .sec1 .sec_tit h2 + p br{display: none;}

}