/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */


.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #283593;
}

::selection{background: #283593; color: #fff;}

.fo{font-family: "Open Sans", sans-serif;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%;z-index: 9000; line-height: 1;transition:.4s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 90px;transition:.4s;}
#header ul.gnb{display: flex;gap:90px;}
#header ul.gnb li a{font-size: 17px; color: #fff; font-weight: 500;transition:.3s;}
#header ul.gnb li a:hover{color: var(--co01); }

#header.active{left: 2.6%;top: 10px;background: rgba(0, 0, 0, .2);backdrop-filter: blur(40px);width: calc(100% - 5.2%);border-radius: 20px;overflow: hidden;}

@media screen and (max-width:1560px) {
#header.active{padding: 0 20px;}
}

/* navi */
.nav_btn{display: none;}
.navigation{display: none;}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .vis_bg{height: 750px;}
#visual_wrap ul.visual li{position: relative;}
#visual_wrap ul.visual li .vis_wrap{position: absolute;top: 0; left: 0; width: 100%;z-index: 100;height: 100%;animation: visAni01 ease 1s forwards;}
#visual_wrap ul.visual li .vis_wrap .inner{display: flex;align-items: flex-end;justify-content: space-between;height: 100%;}
#visual_wrap ul.visual li .vis_wrap .txt{padding-bottom: 188px;overflow: hidden;}
#visual_wrap ul.visual li .vis_wrap .txt em{display: block;font-size: 20px; color: var(--co01); font-weight: 700;opacity: 0;transform:translateY(-100px);transition:.5s;}
#visual_wrap ul.visual li .vis_wrap .txt strong{display: block;font-size: 60px; color: #fff; font-weight: 500; line-height: 80px;margin: 25px 0px 35px;opacity: 0;transform:translateY(-100px);}
#visual_wrap ul.visual li .vis_wrap .txt p{font-size: 24px; color: #fff; line-height: 38px;font-weight: 300;opacity: 0;transform:translateY(-100px);transition:.5s;}

#visual_wrap ul.visual li.slick-active .vis_wrap .txt em{animation:visAni01 ease 1s forwards;}
#visual_wrap ul.visual li.slick-active .vis_wrap .txt strong{animation:visAni01 ease 1s forwards;animation-delay:.3s;}
#visual_wrap ul.visual li.slick-active .vis_wrap .txt p{animation:visAni01 ease 1s forwards;animation-delay:.6s;}
@keyframes visAni01{
0%{opacity: 0;transform:translateY(-100px);}
100%{opacity: 1;transform:translateY(0px);}
}

#visual_wrap ul.visual li .vis_wrap .img{opacity: 0;}
#visual_wrap ul.visual li.slick-active .vis_wrap .img{animation:visAni02 ease 2s forwards;animation-delay:.6s;}
@keyframes visAni02{
0%{opacity: 0;}
100%{opacity: 1;}
}

#visual_wrap .dots_wrap{position: absolute; left: 50%; transform:translateX(-50%); bottom: 50px;}
#visual_wrap .dots_wrap ul{display: flex;gap:16px; }
#visual_wrap .dots_wrap ul li{position: relative;width: 24px; height: 24px; border:2px solid transparent; text-indent: -9999px;transition:.3s;border-radius:50%;}
#visual_wrap .dots_wrap ul li::after{content:'';position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 4px; height: 4px; background: rgba(255,255,255,.5); border-radius:50%;transition:.3s;}
#visual_wrap .dots_wrap ul li.slick-active{border:2px solid #fff;}
#visual_wrap .dots_wrap ul li.slick-active::after{background: rgba(255,255,255,1);}

/* section */
.section{position: relative;line-height: 1;padding: 130px 0px;}
.section .sec_tit span{display: block;font-size: 18px; color: var(--co01); font-weight: 700;font-family: "Open Sans", sans-serif;margin-bottom: 60px;text-transform:uppercase;}
.section .sec_tit p{font-size: 50px;font-weight: 700;color: #333; line-height: 75px;overflow: hidden;}
.section .sec_tit p b{display: inline-block;font-weight: 700;}

.sec_anc{position: absolute; top: 0;}

/* section01 */
#section01 .inner{display: flex;align-items: center;}
#section01 .txt_wrap{width: 50%;}
#section01 .txt_wrap .txt{margin-top: 40px;overflow: hidden;}
#section01 .txt_wrap .txt p{font-size: 24px; color: #666; line-height: 38px;}
#section01 .txt_wrap .sec_tit p b{font-weight: 500;}

#section01 .img_wrap{position: relative;width: 50%;border-radius: 20px 20px 20px 80px; overflow: hidden;}
#section01 .img_wrap .bg{position: absolute; left: 0;top: 0; width: 100%; height: 100%;background: var(--co01);z-index: 100;}

/* section02 */
#section02{padding: 0;}
#section02 .con_wrap{display: flex;}
#section02 .con_wrap .con{display: flex;justify-content: space-between; align-items: flex-end;flex:1; height: 680px;padding: 0px 60px 0px 100px;transition:.5s;overflow: hidden;}
#section02 .con_wrap .con.on{flex:1.1;}
#section02 .con_wrap .con .sec_tit{padding-bottom: 220px;}
#section02 .con_wrap .con .sec_tit span{color: #fff;margin-bottom: 40px;}
#section02 .con_wrap .con .sec_tit p{color: #fff;}
#section02 .con_wrap .con .sec_tit a{display: flex;align-items: center; justify-content: center; font-size: 18px; font-weight: 700; width: 190px; height: 60px; background: #fff; border-radius:30px;color: var(--co01);margin-top: 60px;}
#section02 .con_wrap .con .img_wrap{position: relative;z-index: 1;}
#section02 .con_wrap .con .img_wrap::after{content:'';position: absolute; top: 70%;left: 54%;transform: translate(-50%, -50%);background: #fff; border-radius:50%; width: 0px;height: 0px;z-index: -1;transition:.5s;}
#section02 .con_wrap .con.on .img_wrap::after{width: 600px; height: 600px;}

#section02 .con_wrap .con01{background: url(/assets/images/main/sec02_bg01.jpg)center no-repeat; background-size: cover;}
#section02 .con_wrap .con02{background: url(/assets/images/main/sec02_bg02.jpg)center no-repeat; background-size: cover;}

@media screen and (max-width:1850px) {
#section02 .con_wrap .con01 .img_wrap img{width: 300px;}
#section02 .con_wrap .con02 .img_wrap img{width: 300px;}
}

/* section03 */
#section03 .sec_tit{margin-bottom: 70px;}
#section03 .sec_tit span{text-align: center;margin-bottom: 30px;}
#section03 .sec_tit p{text-align: center;}
#section03 ul{display: flex; align-items: center; justify-content: center; gap:120px;}
#section03 ul li .icon{width: 220px; height: 220px; border:1px solid #ddd; border-radius:50%;background: #f5f5f5;padding-top: 50px;margin: 0 auto;}
#section03 ul li .icon em{display: block;font-size: 24px;color: var(--co01);font-family: "Open Sans", sans-serif;font-weight: 700;text-align: center;}
#section03 ul li .icon img{display: block; margin: 25px auto 0;transition:.3s;}
#section03 ul li:hover .icon img{transform:rotateY(180deg);}
#section03 ul li .txt{margin-top: 40px;}
#section03 ul li .txt p{font-size: 24px; color: #333; font-weight: 700;text-align: center;}
#section03 ul li .txt span{display: block;font-size: 18px; color: #666;line-height: 28px;text-align: center;margin-top: 20px;}

/* section04 */
#section04{background: #f5f5f5;}
#section04 .inner{display: flex;}
#section04 .con01{width: 50%;padding-right: 60px;}
#section04 .con01 .sec_tit span{margin-bottom: 30px;}
#section04 .con01 ul{margin: 70px 0px 60px;}
#section04 .con01 ul li{overflow: hidden;}
#section04 .con01 ul li:not(:last-child){margin-bottom: 20px;}
#section04 .con01 ul li p{font-size: 18px; color: #666;}
#section04 .con01 ul li p b{color: var(--co01); font-weight: 700;}
#section04 .con01 .map_wrap{position:relative; width:100%; padding-bottom:46.875%;border:1px solid #ddd; border-radius:20px; overflow: hidden;}
#section04 .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section04 .con02{width: 50%;}
#section04 .con02 .online_wrap ul{display: flex; flex-wrap:wrap;gap:30px 20px;}
#section04 .con02 .online_wrap ul li{width: 100%;}
#section04 .con02 .online_wrap ul li.li02{width: calc((100% - 20px) / 2);}
#section04 .con02 .online_wrap ul li p{font-size: 18px; color: #333;margin-bottom: 20px;}
#section04 .con02 .online_wrap ul li p em{color: var(--co01);}
#section04 .con02 .online_wrap ul li input[type="text"]{background: #fff; width: 100%; border-radius:6px; height: 48px; border:0;font-size: 18px; color: #666;padding: 0px 20px;}
#section04 .con02 .online_wrap ul li input[type="text"]:focus{outline:0;}
#section04 .con02 .online_wrap ul li .select_wrap{display: flex;gap:10px;}
#section04 .con02 .online_wrap ul li .select_wrap select{width: calc((100% - 20px) / 3);}
#section04 .con02 .online_wrap ul li select{background: url(/assets/images/main/select_arr01.png)center right 15px no-repeat #fff; background-size: 18px; width: 100%; border-radius:6px; height: 48px; border:0;font-size: 18px; color: #666;padding: 0px 20px; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section04 .con02 .online_wrap ul li select:focus{outline:0;}
#section04 .con02 .online_wrap ul li textarea{background: #fff; width: 100%; border-radius:6px; height: 120px; border:0;font-size: 18px; color: #666;padding: 15px 20px;resize:none;}
#section04 .con02 .online_wrap ul li textarea:focus{outline:0;}
#section04 .con02 .online_wrap ul li .pri_box{margin-top: 20px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]{display: none;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label{position: relative;font-size: 18px; color: #666;padding-left: 28px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label::after{content:'';position: absolute; left: 0;top: 50%;transform:translateY(-50%); width: 18px; height: 18px; background: #fff; border-radius:4px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]:checked + label::after{content:'✓'; color: #fff;font-size: 14px; line-height: 18px;text-align: center; background: var(--co01);}
#section04 .con02 .online_wrap ul li .pri_box em{display: inline-block;font-size: 18px; color: #333; font-weight: 500;cursor:pointer;}
#section04 .con02 .online_wrap ul li .pri_box em b{display: inline-block;text-decoration:underline; text-underline-position: under;}
#section04 .con02 .online_wrap a.submit_btn{position: relative;display:  flex; align-items: center; justify-content: center;width: 100%; height: 60px; border-radius:30px;background: var(--co01); color: #fff;font-size: 18px;margin-top: 40px;transition:.3s;}
#section04 .con02 .online_wrap a.submit_btn:hover{background: #fff; color: var(--co01);box-shadow:2px 2px 10px rgba(0,0,0,.1);}

/*footer*/
#footer{background: #222; line-height: 1;padding: 100px 0;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .f_left address{margin-top: 50px;}
#footer .f_left address p{font-size: 18px; color: #fff; line-height: 32px;}
#footer .f_left address p.copy{font-size: 16px; margin-top: 20px;}
#footer .f_right{padding: 40px;border-radius:20px; background: rgba(255,255,255,.04);}
#footer .f_right span{display: block;font-size: 16px; color: #fff;}
#footer .f_right strong{display: block;font-size: 40px; color: #fff; font-weight: 700;margin: 20px 0px 30px;}
#footer .f_right p{font-size: 16px; color: #fff; line-height: 28px;}

