/*  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}
.autoimg {display: inline-block; width:  auto\9 !important;width: auto !important;max-width: 100%;height: auto !important}
.carousel.item img { display: inline-block; width:  auto\9 !important;width: auto !important;max-width: 100%;height: auto !important}

body {font-size:18px;margin: 0;padding: 0;color: #333;line-height: 1.8em;background: #fff;letter-spacing: -0.1px;word-break:keep-all}
.mo {display: none}
.tb {display: none}

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


header {width: 100%; position: relative}
header .header {z-index: 99;position: relative;width: 100%; padding: 0 5.2%; margin: 0 auto; left: 0; right: 0;display: table;height: 90px;background: #FFFEF2;}
/* 헤더 보더 선 투명값 시작 03.10 */
header .header .logo {position: absolute;top: 22px}
header .header .logo img {cursor: pointer;}
header .header .mlogo {display: none}

header .header .gnb {font-weight: 500; float: right;}
header .header::after{clear: both; display:block; content: '';}
header .header .gnb .gnb_ul {display: table;margin: 0 auto;}
header .header .gnb .gnb_ul li {display: table;height: 90px;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: #333; text-decoration: none;}
header .header .gnb.sub .gnb_ul li a {color:#333 !important}
header .header .gnb .gnb_ul li a span{display:table-cell; vertical-align: middle; height: 90px;}

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: 80%;
	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: 100%;
	padding-top: 0px;
}
.gnb>ul .depth01 a {
	display: block;
	color: #fff;
	background-color: rgba(243,237,223,.95);
	width: 100%;
	min-width: 190px;
}
.gnb>ul .depth01 .top{
	background-color: rgba(243,237,223,.95);
	height: 5px;
}
.gnb>ul .depth01 .bottom{
	background-color: rgba(243,237,223,.95);
	height: 5px;
}
/* .gnb>ul .depth01 .top:after {content:''; position:absolute; width:0; height:0; border-style:solid;border-width:6px 6px;left:47px;border-color: transparent transparent rgba(255,255,255,.7) transparent ;top:-12px;} */

.depth01 .inner{padding: 5px;text-align: left;text-overflow: ellipsis; white-space: nowrap;padding:14px 30px 14px 20px;font-size: 14px}
.depth01 .inner:hover {background-color: #ddd9d1;}
.depth01 a {color: #2B2B2B !important}

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

.goTop{background: transparent; padding:18px 22px; position: fixed; bottom:30px; right:30px; z-index: 10; cursor: pointer; display: none; transition: background .4s;}
.goTop .inner{text-align: center;}
.goTop .inner div{font-size: 16px; line-height: 1em; font-weight: 500; color:#333; font-family: 'Pretendard-Bold';}
.goTop:hover .inner div{color:#666;}
.goTop .inner div:last-of-type{margin-top: 5px}

h1{font-size: 38px; line-height: 1.5em; font-family: 'Pretendard-Regular'; margin-bottom: 0;}
h2{font-size: 34px; line-height: 1.5em; font-family: 'Pretendard-Regular'; margin-bottom: 0;}
h3{font-size: 30px; line-height: 1.5em; font-family: 'Pretendard-Regular'; margin-bottom: 0;}
h4{font-size: 26px; line-height: 1.5em; font-family: 'Pretendard-Regular'; margin-bottom: 0;}
h5{font-size: 22px; line-height: 1.5em; font-family: 'Pretendard-Regular'; margin-bottom: 0;}
.text{font-size: 18px; line-height: 1.7em; font-family: 'Pretendard-Regular';}
.text span{white-space: nowrap;}
.common_btn{border:1px solid #acacac; color:#333; font-size: 14px; line-height: 1.5em; padding:20px; position: relative; background:transparent; min-width: 300px; text-align: left; font-weight:600;}
.common_btn .m_img{display: none;}
.common_btn:hover, .common_btn:focus, .common_btn:active{background: #333; color:#fff;}
.common_btn:hover .pc_img, .common_btn:focus .pc_img, .common_btn:active .pc_img{display: none !important;}
.common_btn:hover .m_img, .common_btn:focus .m_img, .common_btn:active .m_img{display: block !important;}
.common_btn img{transform: rotate(90deg); position: absolute; right:20px; height: 16px; top:0; bottom:0; margin:auto;}

.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{padding:70px 0; position: relative;}

.main_vis{padding:320px 0;}
.main_vis .segment{color:#fff;}
.main_vis .segment .text{margin-top: 10px;}

.main_01{padding-top:140px;}
.main_01 .text{margin-top: 20px;}

.main_02{padding-top:180px; padding-bottom: 120px;}
.main_02 .artwrap{display: flex; justify-content: space-between; width:102%; margin-left:-1%; margin-top: 40px;}
.main_02 .artwrap .article{width:23%; margin:0 1%; padding:40px; cursor: pointer; transition: background .4s;}
.main_02 .artwrap .article:hover{background:#ECF4EC}
.main_02 .artwrap .article .art_title{font-size: 20px; line-height: 1.5em; color:#333; border-bottom:1px solid #777; padding-bottom:10px; margin-bottom:10px;}
.main_02 .artwrap .article .art_text{font-size: 14px;}
.main_02 .artwrap .article .art_text span{white-space: nowrap;}

.main_03{}
.main_03 .back_bg{position: absolute; width:calc(((100% - 1200px) / 2) + 1200px - 500px); height: 100%; top:0; display: flex; justify-content: end; align-items: end; padding-bottom:40px; padding-right:100px;}
.main_03 .back_bg .bg_text{font-size: 24px; line-height: 1.5em; color:#fff;}
.main_03 .wrap{display: flex; justify-content: space-between; align-items: center;}
.main_03 .segment{display: table; margin-left:65%; padding-bottom: 170px;}
.main_03 .segment .text{margin-top: 20px;}
.main_03 .segment button{margin-top: 40px;}
.main_03 .segment button img.m_img{display: none;}

.main_04{padding-top:180px;}
.main_04 .right{position: absolute; width:calc(((100% - 1200px) / 2) + 1200px - 500px); height: 100%;  right:0; z-index: 1; top:180px;}
.main_04 .carouselwrap .item{cursor: pointer;}
.main_04 .carouselwrap .item.solo{display: table;}
.main_04 .carouselwrap .item .date{font-size: 14px; line-height: 1.5em; color:#777;}
.main_04 .carouselwrap .item .item_title{margin-top: 10px; border-bottom:#646464; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap:break-word; font-size: 20px; line-height: 1.5em;}
.main_04 .carouselwrap .item .text{font-size: 16px; line-height: 1.7em; color:#777; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word; padding-top:10px; margin-top:10px; border-top:1px solid #646464;}
.main_04 .right .state{margin-top: 60px;}
.main_04 .right .state .line{width:70%; height: 2px; background:#D1D1D1;}
.main_04 .right .state .line .inner{background:#333; height:2px; transition: width 1s;}
.main_04 .wrap{display: flex; justify-content: space-between; align-items: center;}
.main_04 .segment{display: table; margin-right:65%; padding-bottom:90px;}
.main_04 .segment .common_btn{margin-top: 30px;}

.main_05{padding-top:180px; padding-bottom:180px;}
.main_05 .artwrap{display: flex; justify-content: space-between; width:102%; margin-left:-1%;}
.main_05 .artwrap .article{width:31.33%; margin:0 1%;}
.main_05 .artwrap .article .art_title{font-size: 24px; line-height: 1.5em; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #777;}
.main_05 .artwrap .article .art_body{margin-top: 20px}
.main_05 .artwrap .article .art_body ul li{display: table; width:100%;margin-bottom: 5px}
.main_05 .artwrap .article .art_body ul li div{display: table-cell; vertical-align: top;}
.main_05 .artwrap .article .art_body ul li div:first-of-type{width:130px;padding-right: 40px;}
.main_05 .artwrap .article .art_body ul li div:last-of-type{}
.main_05 .artwrap .article .art_body .noti{color:#777}
.main_05 .artwrap .article .art_body .icons{display: flex; justify-content: start;}
.main_05 .artwrap .article .art_body .icons .icon{text-decoration: none; color:#333; display: flex; justify-content: start; align-items: center; width:50%;}
.main_05 .artwrap .article .art_body .icons .icon img{height: 24px; margin-right:5px;}

.main_06{background: #ECF4EC;}
.main_06 .map{position: absolute; width:calc(((100% - 1200px) / 2) + 1200px - 500px); height: calc(100% - 140px); top:70px; background: #ccc;}
.main_06 .wrap{display: flex; justify-content: space-between; align-items: center;}
.main_06 .segment{display: table; margin-left:65%; padding-bottom: 240px;}
.main_06 .segment .text{margin-top: 30px;}
.main_06 .segment button{margin-top: 50px;}

footer{background: #FFFEF2; padding:50px 0; border-top:1px solid #ccc;}
footer .footer_info .company{font-size: 15px; line-height: 1.5em;}
footer .footer_info .sns_icon{position: absolute; right:0; top:0; display: flex; justify-content: start; align-items: center;}
footer .footer_info .sns_icon .icon{margin-right:20px;}
footer .footer_info .sns_icon .icon:last-of-type{margin-right: 0;}
footer .footer_info .sns_icon .icon a{text-decoration: none;}
footer .footer_info .sns_icon .icon a img{height: 24px;}
footer .footer_info ul{margin-top: 20px; margin-bottom: 0;}
footer .footer_info ul li{font-size: 14px; line-height: 1.5em; margin-bottom: 5px;}
footer .footer_info ul li:last-of-type{margin-bottom: 0;}
footer .footer_info .copy{margin-top: 40px; padding-top:40px; border-top:1px solid #ccc; font-size: 14px; line-height: 1.5em; color:#777}

@media screen and (max-width:1350px) {
	header .header{ padding: 0 3.5%;}
}

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

@media screen and (max-width:1199px) {
	header .header {z-index: 99;position: relative;width: 100%; height: 100px; padding: 0 1%;}
	header .header .logo {position: relative;text-align: center;left: 0; top: 0; padding: 10px 0; margin-top: 10px;}
	header .header .logo img {cursor: pointer; margin:0 auto;}
	header .header .gnb {float: none;margin: 0 auto; position: static;}
	header .header .gnb .gnb_ul {margin: 0 auto;display: table;height: 50px;}
	header .header .gnb .gnb_ul li {float: left;text-align: center;font-size: 16px;cursor: pointer;position: relative;padding: 10px 15px;height: 50px;display: table;}
	header .header .gnb .gnb_ul li:first-of-type{padding-left: 0;}
	header .header .gnb .gnb_ul li a span {display: table-cell;vertical-align: middle;height: auto;}
	
	.gnb>ul .depth01 .top:after{left:25px;}
	.depth01 .inner{padding: 10px 20px 9px 15px; font-size: 13px;}
	.gnb>ul .depth01 a{ min-width: 140px;}
	
	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}

	.wrap {width: 96%;margin: 0 auto;position: relative}
	
	.main_02 .artwrap .article{padding:30px 20px;}
	
	.main_06 .map{height: 100%; top:0;}
	.main_06 .segment{padding-bottom:180px;}
}

@media screen and (max-width:1023px) {
	header{position: relative; z-index: 99;}
	header .header {z-index: 99;position: relative;width: 100%;display: table;height: 70px;}
	header .header .logo {position: absolute;left: 20px;top: 17px; margin-top: 0; padding: 0;}
	header .header .logo img{height: 32px;}
	header .header .gnb {display: none}
	.gnb_btn {position: fixed;right: 20px;top:24px;display: table;z-index: 99}
	
	.mgnb{display: block; position: fixed; z-index:98 ;width:100%; height: 100%; top:0px; background:#FFFEF2; 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: #ECF4EC; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;}
	.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:#666; padding:15px 30px; border-bottom:1px solid #C2C2C2}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a.on{color:#333;}
	
	.main_vis{padding:200px 0;}
	
	.main_03 .back_bg{padding:0 40px 40px 40px; width:calc(((100% - 1200px) / 2) + 1200px - 580px);}
	.main_03 .segment{margin-left:60%;}
	
	.main_04{padding-top: 120px;}
	.main_04 .right{width:96%; margin:0 auto; position: relative; top:auto; right:auto;}
	.main_04 .segment{padding-bottom: 60px; margin-right:0;}
	
	.main_05{padding-top:120px; padding-bottom: 120px;}
	
	.main_06 .map{width:calc(((100% - 1200px) / 2) + 1200px - 580px);}
	.main_06 .segment{margin-left:60%;}
}

@media screen and (max-width: 780px){
	body {font-size:15px;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}
	
	.gnb_btn {pright: 20px;top:24px;}
	
	.goTop{bottom:3%; padding: 12px 16px; right:3%;}
	.goTop .inner div{font-size: 15px;}
	
	.mgnb .logo {padding: 60px 20px 30px;text-align: center}
	.mgnb .logo img{cursor: pointer; height: 47px;}
	
	.wrap {width: 90%;margin: 0 auto;position: relative}
	
	.common_btn{font-size: 13px; padding: 15px 20px; min-width: 250px;}
	
	h1{font-size: 34px;}
	h2{font-size: 30px;}
	h3{font-size: 26px;}
	h4{font-size: 22px;}
	h5{font-size: 18px;}
	.text{font-size: 15px;}
	
	.main_vis{padding:340px 0 60px;}
	
	.main_01{padding-top:120px;}
	
	.main_02{padding-top:100px;}
	.main_02 .artwrap{flex-wrap:wrap;}
	.main_02 .artwrap .article{width:48%;}
	.main_02 .artwrap .article:nth-of-type(2) ~ .article{margin-top: 20px;}
	.main_02 .artwrap .article .art_title{font-size:18px;}
	.main_02 .artwrap .article .art_text{font-size: 13px;}
	
	.main_03 .back_bg{padding:0 0 40px 0; padding-right:5%; padding-left:5%; width:100%; justify-content: start;}
	.main_03 .back_bg::after{display: block; content:''; width:100%; height: 100%; position: absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.3);}
	.main_03 .back_bg .bg_text{font-size: 20px; position: relative; z-index: 1;}
	.main_03 .segment{margin-left:0;padding-bottom: 60px;}
	.main_03 .segment h3{color:#fff;}
	.main_03 .segment .text{color:#fff;}
	.main_03 .segment button{border-color:#fff; color:#fff;}
	.main_03 .segment button:hover, .main_03 .segment button:focus, .main_03 .segment button:active{border-color:#333;}
	.main_03 .segment button img.m_img{display: block;}
	.main_03 .segment button img.pc_img{display: none;}
	
	.main_04 .right{width:90%;}
	.main_04 .carouselwrap .item .item_title{font-size: 18px;}
	.main_04 .carouselwrap .item .text{font-size: 15px;}
	.main_04 .carouselwrap .item .text{font-size: 13px;}
	.main_04 .right .state{margin-top: 40px;}
	
	.main_05{padding-top:70px;}
	.main_05 .artwrap{flex-wrap:wrap; width:100%; margin-left:0;}
	.main_05 .artwrap .article{width:100%; margin:0;}
	.main_05 .artwrap .article:nth-of-type(1) ~ .article{margin-top: 40px;}
	.main_05 .artwrap .article .art_title{font-size: 20px;}
	.main_05 .artwrap .article .art_body ul{display: flex; justify-content: space-between; flex-wrap:wrap;}
	.main_05 .artwrap .article .art_body ul li{width:50%;}
	.main_05 .artwrap .article .art_body ul li:nth-of-type(2) ~ li{margin-top: 5px;}
	
	.main_06{padding-top:0;}
	.main_06 .map{width:100%; height: 400px; position: relative;}
	.main_06 .segment{margin-left:0; padding-bottom: 0; padding-top:70px;}
	
	footer .footer_info .company{font-size: 14px;}
	footer .footer_info ul li{font-size: 13px;}
	footer .footer_info .copy{font-size: 13px;}
}

@media screen and (max-width: 620px){
	.m_gnb_ul li{ font-size: 20px;}
	.m_gnb_ul li .m_gnb_sub_nav .depth1 ul li{ font-size: 14px;}
}

@media screen and (max-width: 520px){
	body {font-size: 14px;}
	
	h1{font-size: 32px;}
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 17px;}
	.text{font-size: 14px;}
	
	.common_btn{min-width: 220px;}
	
	.mgnb ul.m_gnb li{font-size: 1.1em;}
	.mgnb ul.m_gnb li a{padding:25px 15px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px;}
	.m_gnb_ul li{ font-size: 18px;}
	.m_gnb_ul li .m_gnb_sub_nav .depth1 ul li{ font-size: 13px;}
	
	.main_vis{padding:260px 0 60px;}
	
	.main_02 .artwrap .article{width:98%;}
	.main_02 .artwrap .article:nth-of-type(1) ~ .article{margin-top: 20px;}
	.main_02 .artwrap .article .art_title{font-size:16px;}
	
	.main_03 .back_bg .bg_text{font-size: 18px;}
	
	.main_04 .carouselwrap .item .item_title{font-size: 16px;}
	.main_04 .carouselwrap .item .text{font-size: 14px;}
	.main_04 .carouselwrap .item .text{font-size: 12px;}
	
	.main_05 .artwrap .article .art_title{font-size: 18px;}
	.main_05 .artwrap .article .art_body ul{display: block;}
	.main_05 .artwrap .article .art_body ul li{width:auto;}
	.main_05 .artwrap .article .art_body ul li:nth-of-type(2) ~ li{margin-top: 0;}
	.main_05 .artwrap .article .art_body .icons{display: block;}
	.main_05 .artwrap .article .art_body .icons .icon{margin-bottom: 10px}
	.main_05 .artwrap .article .art_body .icons .icon:last-of-type{margin-bottom: 0;}
	
	.main_06 .map{height: 350px;}
	.main_06 .segment{padding-top: 50px;}
	.main_06 .segment button{margin-top: 30px;}
	
	footer .footer_info .copy{margin-top: 30px; padding-top: 30px;}
}

@media screen and (max-width: 420px){
	.goTop{bottom:20px; padding:8px 11px;}
	.goTop .inner div{font-size: 13px;}
	
	.mgnb ul.m_gnb li a{padding:20px 12px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px 12px;}
	
	.main_03 .back_bg .bg_text{font-size: 16px;}
	
	.main_06 .map{height: 300px;}
}

