@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&display=swap&subset=korean');
@import url('https://fonts.cdnfonts.com/css/avenir-lt-pro');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/font/woff2/Pretendard-ExtraBold.otf') format('opentype'), url('/font/woff2/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/font/woff2/Pretendard-Bold.otf') format('opentype'), url('/font/woff2/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/font/woff2/Pretendard-SemiBold.otf') format('opentype'), url('/font/woff2/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/font/woff2/Pretendard-Medium.otf') format('opentype'), url('/font/woff2/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/font/woff2/Pretendard-Regular.otf') format('opentype'), url('/font/woff2/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/font/woff2/Pretendard-Light.otf') format('opentype'), url('/font/woff2/Pretendard-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/font/woff2/Pretendard-ExtraLight.otf') format('opentype'),url('/font/woff2/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/font/woff2/Pretendard-Thin.otf') format('opentype'), url('/font/woff2/Pretendard-Thin.woff2') format('woff2');
}
/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option{
	color:#555;
	font-family:"Avenir LT Pro","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}
/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"Noto Sans KR";}
.font2{font-family:"Montserrat";}

#wrap{overflow:hidden;}




/* header */
#header{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;
}
.head{
	display:flex;align-items:center;justify-content:space-between;
	width:100%;
	box-sizing:border-box;
	padding:39px 5%;
}
.head h1{}
.head h1 a{
	display:block;
	width:170px;height:44px;
	background:url(/images/common/logo1.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;
}
.head .gnb{display:flex;align-items:center;}
.head .gnb ul{display:flex;align-items:center;}
.head .gnb ul>li{
	position:relative;
	padding-right:14px;margin-right:12px;
}
.head .gnb ul>li:after{
	display:block;content:"";
	width:1px;height:9px;
	background:#9d9ba0;
	position:absolute;right:0;top:4px;
}
.head .gnb ul>li>a{font-size:13px;color:#fff;}
.head .gnb ul>li:last-child{padding:0;margin:0;}
.head .gnb ul>li:last-child:after{display:none;}
.head .gnb .btnMenu{
	width:35px;height:25px;
	margin-left:30px;
	cursor:pointer;
	position:relative;z-index:5000;transition: all 0.3s;
	box-sizing:border-box;
}
.head .gnb .btnMenu>div{
	width:100%;height:3px;
	margin-bottom:8px;
	background:#fff;transition: all 0.3s;
}
.head .gnb .btnMenu>div:nth-child(1){}
.head .gnb .btnMenu>div:nth-child(2){width:70%;}
.head .gnb .btnMenu>div:nth-child(3){margin-bottom:0;}
.head .gnb .btnMenu.openmenu{transform:translateX(25px);}
.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:rotate(45deg) translate(0px,15.5px);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(3){transform:rotate(-45deg) translate(0px,-15.5px);}

@media screen and (max-width:813px){
	.head h1 a{width:135px;height: 36px;}
	.head{padding:30px 5%;}
	.head .gnb ul>li>a{font-size:12px;}
	.head .gnb .btnMenu{margin-left: 3vw;}
}
@media screen and (max-width:360px){
.head h1 a{width:120px;height:32px;}
.head .gnb .btnMenu>div{margin-bottom: 5px;}
.head .gnb ul>li>a{font-size:11px;}
.head .gnb ul>li{padding-right: 6px;margin-right: 6px;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:rotate(45deg) translate(0px,11.5px);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){opacity:0;}
.head .gnb .btnMenu.openmenu>div:nth-child(3){transform:rotate(-45deg) translate(0px,-11.5px);}
}


/*allmenu*/
#bg_black{
position: fixed;
top:0;
left:0;
width:100vw;
height: 100vh;
background: rgba(0,0,0,0.7);
opacity:0;
visibility:hidden;
}
#bg_black.on{
opacity:1;
visibility:visible;
}
#allmenu{
position: fixed;
top: 0;
right:0;
height: 100%;
background-color: #fff;
transform: translate3d(150%, 0, 0);
box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1);
z-index: 10;
transition:all 0.5s ease-in-out;
}
#allmenu.open{
transform: translate3d(0, 0, 0);
opacity: 1 !important;
}
#allmenu .allMenuWrap{
width: 100%;
height: 100%;
padding: 141px 5.125vw 10vh 20rem;
box-sizing:border-box;
overflow-y: auto;
background: #070f23;
}
#allmenu .allMenuWrap ul.dep1 {
    position: relative;
    width: 11.5vw;
	min-width:240px;
}
#allmenu .allMenuWrap ul.dep1 > li{display: block;}
#allmenu .allMenuWrap ul.dep1 > li + li{margin-top: 25px;}
#allmenu .allMenuWrap ul.dep1 > li > a {
    display: flex;
	align-items:center;
	justify-content:flex-end;
    font-size: 32px;
	font-family: "Avenir LT Pro";
    font-weight: 600;
    line-height: 60px;
    padding: 0 4px;
    border-radius: 10px;
	color:#fff;
	letter-spacing:-0.025em;
	position: relative;
	padding:0 2.5vw;box-sizing:border-box;
}
#allmenu .allMenuWrap ul.dep1 > li > a:before {
content: "";
position: absolute;
top: 50%;
right:0;
transform: translate3d(0, -50%, 0);
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 30px;
z-index: 0;
}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(3) > a:before{min-width:290px;}
#allmenu .allMenuWrap ul.dep1 > li > a span{position: relative;z-index:10;font:inherit;}
#allmenu .allMenuWrap ul.dep1 > li.on > a{position: relative;color:#000;}
#allmenu .allMenuWrap ul.dep1 > li.on > a:before{
background: linear-gradient(
        to right,
        #48d2fe 0%,
        #5adfed 16%,
        #6ce9dc 32%,
        #7ccae1 48%,
        #7db4eb 64%,
        #7d99f8 80%,
        #48d2fe 100%
	);
	background-size: 200% auto;
	animation: menuGradient 5s linear infinite;transition:all 0.2s ease-in-out;
}
@keyframes menuGradient {
	0% {
		background-position: 0% center;
	}
	100% {
		background-position: -200% center;
	}
}
#allmenu .allMenuWrap ul.dep2 {
    display: none;
    position: absolute;
    top: 0;
   right:110%;
    min-width: 200px;
	width:auto;
    padding-right: 2.0rem;
    z-index: -100;
	text-align: right;
}

#allmenu .allMenuWrap ul.dep1 > li.on > ul.dep2 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 1;
}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(2) > ul.dep2{top:75px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(3) > ul.dep2{top:135px;min-width:220px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(4) > ul.dep2{top:250px;min-width:220px;}

#allmenu .allMenuWrap ul.dep1 > li:nth-child(5) > ul.dep2{top:350px;}
#allmenu .allMenuWrap ul.dep2 > li > a {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 500;
    padding: 7px 1vw;
	color:#fff;
	font-weight: 600;
	font-family: "Avenir LT Pro";
}
#allmenu .allMenuWrap ul.dep2 > li:hover > a{color:#00a3d9;}
#allmenu .allMenuWrap ul.dep2 > li  + li{margin-top:6px;}


@media screen and (max-width:813px){
#allmenu{width:100%;}
#allmenu .allMenuWrap{padding:100px 4vw 10vh 50%;}
#allmenu .allMenuWrap ul.dep1{width:100%;min-width:0;}
#allmenu .allMenuWrap ul.dep1 > li > a{font-size:min(7vw, 20px);padding:0 4vw;height:48px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(3) > a:before{min-width:0;}
#allmenu .allMenuWrap ul.dep2{min-width:0;width:100%;right:100%;}

#allmenu .allMenuWrap ul.dep2 > li > a{font-size:min(6vw, 15px);}
#allmenu .allMenuWrap ul.dep2{padding-left:4vw;padding-right:4vw;box-sizing:border-box;}
#allmenu .allMenuWrap ul.dep1 > li > a:before{max-width:200px;left:auto;right:0;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(4) > ul.dep2{top:228px;}
#allmenu .allMenuWrap ul.dep1 > li:nth-child(5) > ul.dep2{top:300px;}
}


/* footer */
#footer{padding:65px 5%;background:#000;}
.foot{}
.foot>div{display:flex;justify-content:space-between;margin-bottom:20px;}
.foot>div:nth-child(1) ul{display:flex;}
.foot>div:nth-child(1) ul li{margin-left:4.5vw;}
.foot>div:nth-child(1) ul li a{font-size:17px;color:#fff;}
.foot>div:nth-child(2){align-items:center;}
.foot>div:nth-child(2) .copy{font-size:16px;color:#fff;}

@media screen and (max-width:940px){
#footer{position: relative;padding:50px 5%;background:#000;}
	.foot>div{flex-wrap:wrap;margin-bottom: 8px;}
	.foot>div h1 img{width:140px;}
	.foot>div:nth-child(1) ul{flex-wrap:wrap;width:100%;margin-top: 30px;gap:8px;}
	.foot>div:nth-child(1) ul li{margin-left: 0;}
	.foot>div:nth-child(1) ul li:first-child{margin-left: 0;}
	.foot>div:nth-child(1) ul li a{font-size:14px;}
	.foot>div:nth-child(2) .copy{font-size:12px;}
	.foot .sns{
	position: absolute;top:50px;right:5%;
	}
}

/*  */
#bgBlack{
	display:none;
	position:fixed;left:0;top:0;z-index:5000;
	width:100%;height:100%;
	background:rgba(0,0,0,0.6);
}

.layerPop{
	display:none;
	overflow:hidden;
	position:fixed;left:50%;top:50%;z-index:6000;
	max-width:1400px;width:94%;height:85vh;
	max-height:760px;
	background:#fff;
	border-radius:10px;
	transform:translate(-50%,-50%);
}

.m12Pop .conwrap{display:flex;position:relative;width:100%;height:100%;}
.m12Pop .conwrap .btnClose{
	position:absolute;right:60px;top:65px;z-index:10;
	width:50px;height:50px;
	background:#00a3d9;
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	display: flex;align-items:center;justify-content:center;
}
.m12Pop .conwrap .pht{width:50%;background:#f3f3f3;text-align:center;}
.m12Pop .conwrap .pht img{width:auto;height:100%;}
.m12Pop .conwrap .info{
	box-sizing:border-box;
	display:flex;flex-wrap:wrap;
	width:50%;height:100%;
	padding:65px 3.13vw;
	background: #fff;
}
.m12Pop .conwrap .info .namewrap{
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding-bottom: 35px;margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.m12Pop .conwrap .info .namewrap .name{font-size:40px;color:#111111;font-weight:600;}
.m12Pop .conwrap .info .namewrap .pos{font-size:24px;color:#111111;font-weight:600;margin-top: 15px;}
.m12Pop .conwrap .info .spec{width:100%;height:calc(100% - 90px - 40px);}
.m12Pop .conwrap .info .spec dl{width:100%;height:100%;overflow:hidden;
	overflow-y:auto;}
.m12Pop .conwrap .info .spec dl dt{width:100%;font-size:28px;color:#111111;font-weight:600;display: none;}
.m12Pop .conwrap .info .spec dl dd{
	font-size:20px;color:#555555;
	font-family: "Pretendard";
	width:100%;height:auto;line-height: 1.4em;
}
.m12Pop .conwrap .info .spec dl dd ul{width:100%;}
.m12Pop .conwrap .info .spec dl dd ul li{
	position:relative;
	padding-left:20px;margin-bottom:15px;
	font-size:22px;color:#555555;
	font-family: "Pretendard";
}
.m12Pop .conwrap .info .spec dl dd ul li:last-child{margin-bottom:0;}
.m12Pop .conwrap .info .spec dl dd ul li:before{
	display:block;content:"";
	width:8px;height:8px;
	box-sizing:border-box;
	border-radius:50%;
	background:#00a3d9;
	position:absolute;left:0;top:10px;
}

@media screen and (max-width:1200px){
	.m12Pop .conwrap .info .spec dl{flex-wrap:wrap;}
	.m12Pop .conwrap .info .spec dl dt, .m12Pop .conwrap .info .spec dl dd{width: 100%;}
	.m12Pop .conwrap .info .spec dl dd{margin-top: 2vh;font-size:16px;}
	.m12Pop .conwrap .info{padding:4vh 4vw;}
	.m12Pop .conwrap .btnClose{top:4vh;right:4vw;width: 40px;height: 40px;}
	.m12Pop .conwrap .info .namewrap .name{font-size:34px;}
}
@media screen and (max-width:990px){
.m12Pop .conwrap .info .name{padding:0 70px 18px 0;font-size:34px;}
.m12Pop .conwrap .info .name span{font-size:24px;}
.m12Pop .conwrap .info .spec dl dt{font-size:20px;}
.m12Pop .conwrap .info .spec dl dd ul li{font-size:16px;padding-left: 16px;}
.m12Pop .conwrap .info .spec dl dd ul li:before{width:6px;height:6px;top:7px;}
.m12Pop .conwrap .info .name{height:90px;padding-bottom: 0;}
}
@media screen and (max-width:813px){
.m12Pop .conwrap{flex-wrap:wrap;}
.m12Pop .conwrap .pht, .m12Pop .conwrap .info{width: 100%;height: 50%;}
.m12Pop .conwrap .info{display: block;padding:4vw 4vw;}
.m12Pop .conwrap .info .namewrap .name{padding:0;height: auto;margin-bottom:min(10px,3vh);}
.m12Pop .conwrap .info .namewrap .name{font-size:20px;}
.m12Pop .conwrap .info .namewrap .pos{font-size:16px;}
.m12Pop .conwrap .info .name span{font-size:17px;}
.m12Pop .conwrap .info .spec dl dd ul li{font-size:15px;margin-bottom: 10px;}
.m12Pop .conwrap .btnClose{top:4vw;right:4vw;width: 30px;height: 30px;}
.m12Pop .conwrap .info .namewrap{margin-bottom: 20px;padding-bottom: 20px;}
}