/*  32	a	@charset "utf-8"; */
::-moz-selection {
   background-color: #1c9bf6;
   color: #fff;
}
::selection {
	background-color: #1c9bf6;
	color: #fff;
}

@keyframes ani{
	0%{transform:translate(0,0);}
	100%{transform:translate(10px,20px)rotate(3deg);}
}    
@keyframes ani2{
	0%{transform:translate(0,0);}
	100%{transform:translate(-10px,-20px)rotate(5deg);}
}   


.pcolor {color:#1c9bf6}
.noborder {border: 0 !important}

body {font-size:16px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
.mo {display: none}
.tb {display: none}

.gnb_btn {display: none}
.mgnb {display: none}

header {width: 100%;position: fixed;top:0;transition: top 0.5s ease-in-out;height: 130px;z-index: 50;}
header .header {z-index: 99;width: 100%; padding: 0 5.2%; margin: 0 auto; left: 0; right: 0;display: flex; justify-content: space-between; align-items: center; height: 130px;}
header .header .logo img {height: 40px;cursor: pointer;}
header.nav-up {top: -130px;}
header.nav-down {border-bottom: 1px solid #eee;background: #fff}

header .header .gnb {font-weight: 500; float: right;}
header .header .gnb .gnb_ul {display: table;margin: 0 auto;}
header .header .gnb .gnb_ul li {display: table; text-align: right;font-size: 18px;padding: 0 25px;line-height: 18px; float: left;}
header .header .gnb .gnb_ul li:last-of-type{padding-right: 0;}

header .header .gnb .gnb_ul li a {color: #111; text-decoration: none;  font-family: 'NanumSquareRoundB';}
header .header .gnb .gnb_ul li a span{display:table-cell; vertical-align: middle;}

header .header .gnb .gnb_ul li.login_nav {display: none}

header .header .login_btn {position: absolute;right: 60px;top: 35px}
header .header .login_btn ul li {float: left;margin-left: 10px;line-height: 18px;}
header .header .login_btn ul li a {color: #888;font-size: 13px}


header .sub_head {background-color: transparent; position: absolute; border: 0;}
header .sub_head .gnb .gnb_ul li a {color: #fff}
header .sub_head .gnb .gnb_ul li .depth01 a{color: #000; }

.gnb>ul>li>a {
	display: block;
	color: #fff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul .depth01 {
	position: absolute;
	top: 60%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul>li:hover .depth01 {
	opacity: 1;
	visibility: visible;
	top: 70%;
	padding-top: 0px;
	
}
.gnb>ul .depth01 a {
	display: block;
	color: #fff;
	background-color: rgba(111,199,238,1);
	width: 100%;
	min-width: 190px;
}
.gnb>ul .depth01 .top{
	background-color: rgba(111,199,238,1);
	height: 5px;border-radius: 5px 5px 0 0;
}
.gnb>ul .depth01 .bottom{
	background-color: rgba(111,199,238,1);
	height: 5px;
	height: 5px;border-radius: 0 0 5px 5px;
}
.gnb>ul .depth01 .top:after {content:''; position:absolute; width:0; height:0; border-style:solid;border-width:6px 6px;left:30px;border-color: transparent transparent rgba(111,199,238,1) transparent ;top:-12px;} 

.depth01 .inner{padding: 5px;text-align: left;text-overflow: ellipsis; white-space: nowrap;padding:14px 30px 14px 20px;font-size: 14px;color: #fff;transition: all .5s;}
.depth01 .inner:hover {background-color: rgba(88,181,229,1);color: #fff;transition: all .5s;}
.depth01 a {color: #333 !important}

.goTop{background: #31A7D2; border-radius: 50%; padding:18px 22px;box-shadow: 0px 0px 15px rgba(0,0,0,0.05); position: fixed; bottom:30px; right:30px; z-index: 10; cursor: pointer; display: none; transition: background .4s;}
.goTop:hover{background: #1880a5}
.goTop .inner{text-align: center;}
.goTop .inner div{font-size: 16px; line-height: 1em; font-weight: 500; color:#fff;}
.goTop .inner div:last-of-type{margin-top: 5px}

#contents {margin-top:0;overflow: hidden}
.wrap {width: 1200px;margin: 0 auto;position: relative}

h2{font-size: 48px; line-height: 1.5em; font-family: 'NanumSquareRoundB'; margin-bottom:0;}
h3{font-size: 40px; line-height: 1.5em; margin-bottom:0;}
h4{font-size: 32px; line-height: 1.5em; margin-bottom:0;}
h5{font-size: 24px; line-height: 1.5em; margin-bottom:0;}
.subtitle{font-size: 20px; line-height: 1.5em;}
.text{font-size: 16px; line-height: 1.7em;}
.text span{white-space: nowrap;}
button.common_btn{color:#fff; font-size: 15px; line-height: 1.5em;background:#08437E; padding:10px 15px; border-radius: 4px; border:none; text-align: center; min-width:200px; font-family: 'NanumSquareRoundB'; transition: all .4s;}
button.common_btn:hover{background: #0f579e}

.flexwrap{display: flex;}
.flexwrap.fwrap{flex-wrap:wrap;}
.flexwrap.jbetween{justify-content: space-between;}
.flexwrap.jaround{justify-content: space-around;}
.flexwrap.acenter{align-items: center;}
.flexwrap.aend{align-items: end;}
.flexwrap.atop{align-items: start;}

.main_ct{position: relative; padding:120px 0;}

.main_vis{height: 1000px; position: relative; background:linear-gradient(180deg, rgba(167,227,240,1) 0%, rgba(255,255,255,1) 70%); padding:0; z-index: 1}
.main_vis .mainwave{position: absolute; bottom:0; left:0; right:0; margin:0 auto; min-width: 1920px; max-width:100%;}
.main_vis .wrap{display: flex; justify-content: center; align-items: center; height: 100%;}
.main_vis .segment{text-align: center;}
.main_vis .segment .subtitle{margin-top: 20px}
.main_vis .segment button{margin-top: 40px;}

.main_01{z-index: 0}
.main_01 .headline h3{margin-right:20px; line-height: 1em;}
.main_01 .headline .subtitle{color:#505050;}
.main_01 .artwrap{display: flex; justify-content: space-between; width:102%; margin-left:-1%; margin-top: 40px;}
.main_01 .artwrap .article{width:18%; margin:0 1%;}
.main_01 .artwrap .article a{text-decoration: none;}
.main_01 .artwrap .article .imgwrap img{border-radius: 100px;border: 1px solid transparent;text-align: center;margin: 0 auto;display: block; transition: border-color .4s; height: auto; max-width: 100%;}
.main_01 .artwrap .article a:hover .imgwrap img{border:1px solid #dbdbdb;}
.main_01 .artwrap .article .art_title{font-size: 20px; line-height: 1.5em; color:#000; text-align: center; transition: color .4s; margin-top: 15px;}
.main_01 .artwrap .article a:hover .art_title{color:#31A7D2}
.main_01 .carousel{display:none !important;}

.main_02 .imgwrap{background:url('../../images/main/section02.jpg') no-repeat; background-size:cover; background-position: center center; width:calc((100% - 1200px) / 2 + 1200px); height: 476px; margin-left:calc((100% - 1200px) / 2)}
.main_02 .flexwrap{margin-top: 40px;}
.main_02 .flexwrap h3{width:41%}
.main_02 .flexwrap .segment{width:58%;}
.main_02 .flexwrap .segment button{margin-top: 40px}

.main_03 .headline h3{margin-right:20px; line-height: 1em;}
.main_03 .headline .subtitle{color:#505050;}
.main_03 .notiwrap{ margin-top: 40px; position: relative;}
.main_03 .notiwrap ul{display: flex; justify-content: start; margin-bottom: 0; width:102%; margin-left:-1%;}
.main_03 .notiwrap ul li.solo{width:100%;}
.main_03 .notiwrap ul li.duo{width:48%; margin:0 1%;}
.main_03 .notiwrap ul li.triple{width:31.33%; margin:0 1%;}
.main_03 .notiwrap ul li{border:1px solid #F8F8FA; border-radius: 20px; padding:30px; position: relative; cursor: pointer; transition: all .4s; background: #F8F8FA;}
.main_03 .notiwrap ul li .subtitle{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap:break-word;}
.main_03 .notiwrap ul li .text{margin-top: 20px;color:#505050;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word; height: 82px; margin-bottom: 30px;}
.main_03 .notiwrap ul li .date{font-size: 13px; line-height: 1.5em; color:#767676; position: absolute; bottom:25px; left:30px;}
.main_03 .notiwrap ul li .icon{position: absolute; bottom:25px; right:30px; transition: right .4s; font-size: 12px;}
.main_03 .notiwrap ul li:hover{border-color:#999;}
.main_03 .notiwrap ul li:hover .icon{right:25px;}

.main_04{background: #F8F8FA; margin-top:150px; z-index: 1;}
.main_04::after{display: block; content:''; background:url('../../images/main/section04_bg.png') no-repeat; background-size:cover; background-position: top center; position: absolute; top:-100px; left:0; right:0; height: 200px;}
.main_04 .headline{margin-bottom: 80px;}
.main_04 .headline .subtitle{margin-top: 10px; color:#505050;}
.main_04 .left{width:45%; padding-right:5%; border-right:1px solid #ddd;}
.main_04 .left .flexwrap{margin-top: 60px;}
.main_04 .left .flexwrap:first-of-type{margin-top: 0;}
.main_04 .left h5{color:#191919; font-family: 'NanumSquareRoundB';}
.main_04 .left .num{font-size: 35px; line-height: 1.5em; color:#08437e;}
.main_04 .left ul{margin-bottom: 0;}
.main_04 .left ul li{display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 5px;}
.main_04 .left ul li:last-of-type{margin-bottom: 0; margin-top: 20px;}
.main_04 .left ul li div{font-size: 16px; line-height: 1.7em; color:#191919;}
.main_04 .left button{width:31.33%; margin-top: 15px; min-width: auto;}
.main_04 .left button span:first-of-type{margin-right:10px;}
.main_04 .left button img{height: 16px; margin-bottom: 1px;}
.main_04 .right{width:55%; padding-left:5%;}
.main_04 .right .map{width:100%; height: 340px; border-radius: 5px; background:#ddd; margin-bottom: 30px;}
.main_04 .right h5{font-family: 'NanumSquareRoundB';}
.main_04 .right .flexwrap button{width:100%; margin-top: 20px;}

footer{position: relative;background: #F8F8FA; padding-top:300px; padding-bottom:50px; z-index: 0;}
footer .footwave{left:0; right:0; margin:0 auto; position: absolute; bottom:0;}
footer .footwave svg{position: absolute; left:0; right:0; height: auto; bottom:0;}
footer .footwave svg:first-of-type path{transform: translate(0, 140px);}
footer .footwave svg:nth-of-type(2) path{transform: translate(0, 50px);}
footer .footwave svg:nth-of-type(3) path{transform: translate(0, 30px);}
footer .wrap{text-align: center; color:#fff;}
footer .wrap .company{font-weight: bold;}
footer .wrap ul{margin-top: 10px; margin-bottom: 0;}
footer .wrap ul li{font-size: 13px;}
footer .wrap ul li span{margin-right:20px; white-space: nowrap;}
footer .wrap .copy{font-size: 13px; line-height: 1.5em; margin-top: 40px;}

@media screen and (max-width:1950px) {
	footer{overflow-x: hidden;}
	footer .footwave{min-width: 1920px; max-width: 100%;}
}

@media screen and (max-width:1399px) {
	header .header .gnb .gnb_ul li{padding:0; padding-right:20px;}
}

@media screen and (max-width:1280px) {
	header .header{padding:0 2.5%;}
	header .header .gnb .gnb_ul li{padding:0; padding-right:25px;}
	header .header .gnb .gnb_ul li:last-of-type{padding-right:0;}
}

@media screen and (max-width:1199px) {
	body {font-size:15px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
	.mo {display: none}
	.tb {display: none}
	
	header .header .logo img{height: 32px;}
	
	h2{font-size: 44px;}
	h3{font-size: 36px;}
	h4{font-size: 28px;}
	h5{font-size: 22px;}
	.subtitle{font-size: 18px;}
	.text{font-size: 15px;}
	button.common_btn{font-size: 14px;}

	.wrap {width: 96%;margin: 0 auto;position: relative}
	
	.main_vis{height: 900px;}
	
	.main_01 .artwrap .article .art_title{font-size: 18px;}
	
	.main_02 .imgwrap{width:100%; margin-left:0; height: 400px;}
	
	.main_04{padding-bottom:0 !important;}
	.main_04 .left{padding-right:3%; width:52%;}
	.main_04 .right{padding-left:3%; width:48%;}
	
	footer{overflow:hidden;}
}

@media screen and (max-width:1023px) {
	header {height: 80px;}
	header.nav-up{top:-80px;}
	header .header {z-index: 99;position: fixed;width: 100%;display: table;height: 80px;}
	header .header .logo {position: absolute;left: 30px;top: 23px; padding: 0;}
	header .header .logo img {cursor: pointer;}
	
	header .header .gnb {display: none}
	.gnb_btn {position: absolute;right: 20px;top:30px;display: table;z-index: 99}
	
	.mgnb{display: block; position: fixed; z-index:98 ;width:100%; height: 100%; top:0px; background:#fff; visibility: hidden; overflow-y: scroll; padding-top: 80px;}
	.mgnb .flexwrap{height: 100%; position: relative;}
	.mgnb ul{margin-bottom: 0;}
	.mgnb ul.m_gnb{width:40%; background: #FAFAFA;}
	.mgnb ul.m_gnb li{font-size: 1.3em; line-height: 1.5em; font-family: 'OneMobile'; position: relative;}
	.mgnb ul.m_gnb li::after{display:block; content: ''; position: absolute; top:0; bottom:0; left:0; right:100vw; margin:auto; border-radius: 0 100px 100px 0; background: #29ABD6; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;}
	.mgnb ul.m_gnb li:nth-of-type(1)::after{background:#58B5E5;}
	.mgnb ul.m_gnb li:nth-of-type(2)::after{background:#40B2F2;}
	.mgnb ul.m_gnb li:nth-of-type(3)::after{background:#46A2D8;}
	.mgnb ul.m_gnb li:nth-of-type(4)::after{background:#2D9AE4;}
	.mgnb ul.m_gnb li:nth-of-type(5)::after{background:#2B8FD9;}
	.mgnb ul.m_gnb li:nth-of-type(6)::after{background:#0C78C9;}
	.mgnb ul.m_gnb li.hover::after, .mgnb ul.m_gnb li.on::after{right:-20px;}
	.mgnb ul.m_gnb li a{text-decoration: none; color:#191919; max-width: 220px; padding:25px 20px; margin-left:auto; display:block; position: relative; z-index: 1; transition: color .4s;}
	.mgnb ul.m_gnb li.hover a, .mgnb ul.m_gnb li.on a{color:#fff;}
	.mgnb ul.m_gnb_nav{width:60%;}
	.mgnb ul.m_gnb_nav li{padding:10px 30px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: 1em; line-height: 1.5em; font-family: 'OneMobile';}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{display:block; text-decoration: none; color:#2A3927; padding:15px 30px; border-bottom:1px solid #C2C2C2}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a.on{color:#0C78C9;}
	
	.main_01 .artwrap{display:none;}
	.main_01 .carousel{display:block !important; margin-top: 40px;}
	.main_01 .carousel .item a{text-decoration: none;}
	.main_01 .carousel .item a .imgwrap img{border-radius: 100px;border: 1px solid transparent;text-align: center;margin: 0 auto;display: block; transition: border-color .4s; height: auto; max-width: 100%; background:#efefef;}
	.main_01 .carousel .item a:hover .imgwrap img{border:1px solid #dbdbdb;}
	.main_01 .carousel .item a .art_title{font-size: 18px; line-height: 1.5em; color:#000; text-align: center; transition: color .4s; margin-top: 15px;}
	.main_01 .carousel .item a:hover .art_title{color:#31A7D2}
}

@media screen and (max-width: 780px){
	body {font-size:14px;margin: 0;padding: 0;color: #222;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;}
	.pc {display: none}
	.tb {display: none}
	.mo {display: initial}
	
	header{height: 50px}
	header .header{height: 50px;}
	header .header .logo{top:11px; left:19px;}
	header .header .logo img{height: 24px;}
	
	.gnb_btn {right: 19px;top:17px;}
	.toggle-mnu{width: 22px; height: 14px;}
	.toggle-mnu span:after, .toggle-mnu span:before{top:6px;}
	.toggle-mnu span:after{top:12px;}
	.toggle-mnu.on span:after{	transform: rotate(-45deg) translate(4px, -6px);}
	
	.mgnb{padding-top:50px;}
	
	.goTop{bottom:3%; padding: 12px 16px; right:3%;}
	.goTop .inner div{font-size: 15px;}
	
	h2{font-size: 40px;}
	h3{font-size: 32px;}
	h4{font-size: 24px;}
	h5{font-size: 20px;}
	.subtitle{font-size: 16px;}
	.text{font-size: 14px;}
	button.common_btn{font-size: 13px; padding:10px 15px; min-width:160px;}
	
	.wrap {width: 90%;margin: 0 auto;position: relative}
	
	.main_ct{padding:100px 0;}
	
	.main_vis .mainwave svg .path-0, .main_vis .mainwave svg .path-1{display:none;}
	.main_vis{height: 700px;}
	
	.main_01 .headline{display: block;}
	.main_01 .headline .subtitle{margin-top: 10px;}
	.main_01 .carousel .item a .art_title{font-size: 16px;}
	
	.main_02 .imgwrap{height: 350px;}
	.main_02 .flexwrap{display:block; text-align: center; width:80%; margin:0 auto; margin-top: 40px;}
	.main_02 .flexwrap h3{width:100%;}
	.main_02 .flexwrap .segment{width:100%; margin-top: 10px;}
	.main_02 .flexwrap .segment .text div{display: none;}
	
	.main_03 .notiwrap ul{display: block; width:100% !important; margin-left:0 !important;}
	.main_03 .notiwrap ul li.triple{width:100%; margin:0; margin-bottom: 20px;}
	.main_03 .notiwrap ul li.duo{width:100%; margin:0; margin-bottom: 20px;}
	.main_03 .notiwrap ul li .text{-webkit-line-clamp: 2; height: 48px;}
	.main_03 .notiwrap ul li .date{bottom:30px;}
	
	.main_04{padding-top:50px; margin-top: 80px;}
	.main_04::after{height: 100px; top:-50px;}
	.main_04 .headline{margin-bottom: 70px;}
	.main_04>.wrap>.flexwrap{flex-wrap: wrap; flex-direction: column-reverse}
	.main_04 .left{padding-right:0; width:80%; border-right:none; margin:0 auto; margin-top: 40px; background:#fff; padding:40px; border-radius: 10px;}
	.main_04 .left .flexwrap{margin-top: 40px;}
	.main_04 .right{padding-left:0; width:80%; margin:0 auto; background:#fff; padding:40px; border-radius: 10px;}
}

@media screen and (max-width: 620px){
	.mgnb ul.m_gnb li{font-size: 1.2em;}
	.mgnb ul.m_gnb li a{padding:20px 15px; max-width: 190px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: .975em;}
	
	.main_04 .left{width:90%;}
	.main_04 .left .num{font-size: 28px;}
	.main_04 .left ul li div{font-size: 14px;}
	.main_04 .right{width:90%;}
}

@media screen and (max-width: 520px){
	.mgnb ul.m_gnb{width:45%;}
	.mgnb ul.m_gnb li{font-size: 1.175em;}
	.mgnb ul.m_gnb li.hover::after, .mgnb ul.m_gnb li.on::after{right:-15px;}
	.mgnb ul.m_gnb li a{padding:18px; max-width: 190px;}
	.mgnb ul.m_gnb_nav{width:55%;}
	.mgnb ul.m_gnb_nav li{padding:10px 20px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1{font-size: .95em;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 20px;}
	
	h2{font-size: 32px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 18px;}
	.subtitle{font-size: 15px;}
	.text{font-size: 13px;}
	
	.main_ct{padding:80px 0;}
	
	.main_vis .mainwave svg .path-2, .main_vis .mainwave svg .path-3, .main_vis .mainwave svg .path-4{display:none;}
	.main_vis{height: 600px;}
	
	.main_03 .headline.flexwrap{display:block;}
	.main_03 .headline h3{margin-right: 0;}
	.main_03 .headline .subtitle{margin-top: 10px;}
	
	.main_04 .headline{margin-bottom: 60px;}
	.main_04 .left{width:100%; padding:30px;}
	.main_04 .left .num{font-size: 24px;}
	.main_04 .left ul li div{font-size: 13px;}
	.main_04 .left ul li{font-size: 12px;}
	.main_04 .left .flexwrap:last-of-type{justify-content: start; position: relative;}
	.main_04 .left button{width:40px; height: 40px; font-size: 20px; padding:0; position: absolute; bottom:0;}
	.main_04 .left button:nth-of-type(1){right:100px;}
	.main_04 .left button:nth-of-type(2){right:50px;}
	.main_04 .left button:nth-of-type(3){right:0;}
	.main_04 .left button img{height: 22px; margin-bottom: 3px;}
	.main_04 .left button span:first-of-type{margin-right:0;}
	.main_04 .left button span:last-of-type{display:none;}
	.main_04 .right{width:100%; padding:30px;}
	
	footer{padding-top:200px;}
}

@media screen and (max-width: 420px){
	.goTop{bottom:20px; padding:8px 11px;}
	.goTop .inner div{font-size: 13px;}
	
	.mgnb ul.m_gnb{width:auto;}
	.mgnb ul.m_gnb li{font-size: 1.15em; white-space: nowrap;}
	.mgnb ul.m_gnb_nav li{padding:10px 17px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 10px;}
	
	h2{font-size: 26px;}
	
	.main_vis{height: 480px;}
	
	footer{padding-top:180px;}
}
