/*  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}

.bodyarea img { display: inline-block; width:  auto\9 !important;width: auto !important;max-width: 100%;height: auto !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: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: 90px;z-index: 9;}
header .header {z-index: 99;width: 100%; padding: 0 5.2%; margin: 0 auto; left: 0; right: 0;display: table;height: 90px;}
header .header .logo {position: absolute;top: 22px}
header .header .logo img {height: 44px;cursor: pointer;}
header.nav-up {top: -90px;}
header.nav-down {border-bottom: 1px solid #eee;background: #fff}

header .header .gnb {font-weight: 500; float: right; position: relative; display: table;}
header .header::after{clear: both; display:block; content: '';}
header .header .gnb .gnb_ul {display: table;margin: 0 auto; position: relative; z-index: 1;}
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:first-of-type{padding-left:0;}
header .header .gnb .gnb_ul li:last-of-type{padding-right: 0;}

header .header .gnb .gnb_ul li a {color: #393939; text-decoration: none; font-family: 'S-CoreDream-3Light';}
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 .gnb .angle{font-size: 50px; color:#F0EAE1; position: absolute; bottom:-20px; left:0; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;}
header .header .gnb:hover .angle{opacity: 1; visibility: visible;}
header .header .gnb .depth_mask{position: absolute; width:100%; left:0; right:0; top:100%; border-radius: 15px; background: #F0EAE1; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; min-height: 228px;}
header .header .gnb:hover .depth_mask{opacity: 1; visibility: visible}

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: #393939}
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;
	left:0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	width:100%;
	display:flex;
	justify-content: space-between;
	min-height: 228px;
	padding:45px;
	align-items: start;
}
.gnb>ul>li:hover .depth01 {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.gnb>ul .depth01 a {
	display: block;
	width: 48%;
}

.gnb>ul .depth01 .menu{display: flex; width:60%; flex-wrap:wrap;}
.gnb>ul .depth01 .imgwrap{position: absolute; right:45px; bottom:0;}

.depth01 .inner{padding: 5px;text-align: left;padding:14px 20px;font-size: 16px; transition: all .2s;}
.depth01 .inner span{white-space: nowrap;}
.depth01 .inner:hover {color:#191919; font-weight: 700;}
.depth01 a {color: #333 !important}

.goTop{background: #fff; border-radius: 50%; padding:7px 20px;box-shadow: 0px 0px 15px rgba(0,0,0,0.05); position: fixed; bottom:50px; right:50px; z-index: 10; cursor: pointer; display: none;}
.goTop .inner{text-align: center;}
.goTop .inner img{height:30px;}
.goTop .inner span{font-size: 13px; line-height: 1em; color:#749440;}

#contents {margin-top:0;}
.main_ct{margin-top: 250px;}
.flexwrap{display:flex;}
.flexwrap.jcenter{justify-content: center;}
.flexwrap.jbetween{justify-content: space-between;}
.flexwrap.acenter{align-items: center;}
.wrap {width: 1200px;margin: 0 auto;position: relative}

.title{font-size:36px; line-height: 1.5em; color:#000; font-family: 'S-CoreDream-2ExtraLight';}
.title span{white-space: nowrap;}
.art_title{font-size: 20px; line-height: 1.5em; color:#749440; font-weight: 500;}
.text{font-size: 16px; color:#444; font-weight: 300; line-height: 1.7em;}
.text span{white-space: nowrap;}
.common_btn{border:none; background: #749440; border-radius: 100px; padding:14px 20px; min-width:200px; color:#fff; font-size: 14px; line-height: 1em; transition:all .2s;}
.common_btn:hover, .common_btn:active, .common_btn:focus{border-radius: 5px;}
ul.eudot {margin: 0;list-style-type: none;padding: 0;margin-left: 10px}
ul.eudot li {width: 100%;padding: 0;line-height: 1.5em;margin-bottom: 10px;position: relative}
ul.eudot li:before {content: ""; width:4px; height: 4px; border-radius: 4px; background: #749440; position: absolute; left: -10px; top:10px;}

.main_vis .textbox{text-align: center;}
.main_vis .textbox span{display: inline-block; font-size: 36px; line-height: 36px;}
.main_vis .text{margin-top: 30px;}

.main_01{margin-top: 280px;}
.main_01 .over_img{position: relative; height:911px;}
/* .main_01 .cards{position: absolute; height: 731px; top:-24%; width:100%; transform-origin: right; right:-50%;} */
.main_01 .cards{position: absolute; width:120%; margin-left:-10%; rotate:25deg; right:-100%; opacity:0;}
.main_01 .wrap{padding-top: 550px;}
.main_01 .title{width:48%;}
.main_01 .text{width:48%}
.main_01 .text b{color:#749440}

.main_02 .carousel-wrap{width:calc((100vw - 1220px) / 2 + 1200px); margin-left:auto; display:flex; justify-content: space-between;}
.main_02 .carousel-wrap .left{width:24%;}
.main_02 .carousel-wrap .left .title{margin-top: 20px;}
.main_02 .carousel-wrap .left .btnwrap{margin-top: 40px;}
.main_02 .carousel-wrap .left .btnwrap button{background: transparent; border:none; padding:0; color:#749440; font-size: 28px; line-height: 28px;}
.main_02 .carousel-wrap .left .btnwrap button.prev_btn{margin-right:5px;}
.main_02 .carousel-wrap .left .btnwrap button.next_btn{margin-left:5px;}
.main_02 .carousel-wrap .right{width:74%;}
.main_02 .carousel-wrap .right .carousel .item a{display:block; text-decoration: none; width:100%; height: 500px; border-radius: 15px; overflow: hidden; position: relative;}
.main_02 .carousel-wrap .right .carousel .item a .segbox{position: absolute; bottom:0; background: #F9F6F1; padding:30px; width:100%; transition:padding .4s;}
.main_02 .carousel-wrap .right .carousel .item a:hover .segbox, .main_02 .carousel-wrap .right .carousel .item a:active .segbox, .main_02 .carousel-wrap .right .carousel .item a:focus .segbox{padding-top: 50px;}
.main_02 .carousel-wrap .right .carousel .item a .segbox::after{display:block; content: ''; background:url('../../images/main/line.png') no-repeat; background-size: cover; background-position: center center; height: 25px; position: absolute; top:-25px; left:0; right:0; margin:auto;}
.main_02 .carousel-wrap .right .carousel .item a .segbox .text{margin-top: 10px;}

.main_03 .over_img{height: 911px; position: relative;}
.main_03 .over_img .wrap{height: 100%;}
.main_03 .over_img .wrap .flexwrap{height: 100%;}
.main_03 .imgwrap{width:48%;}
.main_03 .segment{width:48%;}
.main_03 .segment .text{margin-top: 40px;}
.main_03 .segment button{margin-top: 40px;}

.main_04{margin-bottom: 250px;}
.main_04 .art_title{margin-bottom: 20px;}
.main_04 .title{}
.main_04 .artwrap{display:flex; justify-content: space-between; margin-top: 40px;}
.main_04 .artwrap .article{width:48%; background: #F9F6F1; border-radius: 20px; padding:80px;}
.main_04 .artwrap .article .icons{text-align: center; margin-bottom: 40px;}
.main_04 .artwrap .article .icons img{height: 100px;}
.main_04 .artwrap .article table{border-top:2px solid #749440; border-bottom:2px solid #749440; margin:0 auto; width:80%;}
.main_04 .artwrap .article table td{border-bottom:1px solid #749440; padding:8px 20px; text-align: center; font-size: 18px; white-space: nowrap;}
.main_04 .artwrap .article table td div{display:flex; justify-content: space-between;}
.main_04 .artwrap .article table tr:last-of-type td{border-bottom: none;}
.main_04 .artwrap .article ul{width:80%; margin:0 auto; margin-top: 30px; margin-bottom:0;}
.main_04 .artwrap .article ul li{font-size: 16px; line-height: 1.6em; color:#4D4D4D; font-weight: 400;}

footer{background: #F9F6F1; position: relative; padding:120px 0 70px;}
footer .m_sns_box{display:none;}
footer>.wrap>.flexwrap{flex-direction: row-reverse}
footer .foot_right{width:280px;}
footer .foot_right button{width:100%;}
footer .foot_right button img{height: 25px;}
footer .foot_right a{text-decoration: none; color:#9A9A9A; font-size: 14px; line-height: 1.5em;}
footer .foot_right a img{height: 25px;}
footer .foot_left{width:400px;}
footer .foot_left .art_title{color:#505050}
footer .foot_left ul{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px;}
footer .foot_left ul li{font-size: 14px; line-height: 1.5em; color:#9A9A9A; width:49%; margin-bottom: 5px;}
footer .copy{color:#9A9A9A; font-size: 12px; line-height: 1.5em;}

@media screen and (max-width:1900px) {
	.main_01 .cards{width:160%; margin-left:-30%;}
}

@media screen and (max-width:1500px) {
	header .header .gnb .gnb_ul li{padding-left:0; padding-right:25px;}	
	
	.gnb>ul .depth01 a{width:45%;}
	
	.main_01 .cards{width:180%; margin-left:-40%;}
}

@media screen and (max-width:1280px) {
	header.nav-up {top: -105px;}
	header{height: 123px;}
	header .header {z-index: 99;position: fixed;width: 100%; height: 100px; padding: 0 1%;}
	header .header .logo {position: relative;text-align: center;left: 0; top: 0; padding: 10px 0;}
	header .header .logo img {cursor: pointer; margin:0 auto;}
	header .header .gnb {float: none;margin: 0 auto;}
	header .header .gnb .gnb_ul {margin: 0 auto;display: table;height: 50px;}
	header .header .gnb .gnb_ul li {float: left;text-align: center; padding: 20px 8px 20px;height: 50px;display: table;}
	.gnb>ul .depth01{top:120%;}
	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>li:hover .depth01{top:120%;}
	header .header .gnb .angle{bottom:-30px;}
	header .header .gnb .depth_mask{top:120%;}
}

@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}

	.wrap {width: 96%;margin: 0 auto;position: relative}
	.title{font-size: 32px;}
	.art_title{font-size: 18px;}
	.text{font-size: 15px;}
	
	.main_vis .textbox span{font-size: 32px; line-height: 32px;}
	
	.main_01{margin-top: 200px;}
	.main_01 .over_img{height: 690px;}
	.main_01 .cards{width:200%; margin-left:-50%; right:-150%;}
	.main_01 .wrap{padding-top:370px;}
	
	.main_02 .carousel-wrap{display:block; width: 96%; margin:0 auto; position: relative;}
	.main_02 .carousel-wrap .left{width:100%;}
	.main_02 .carousel-wrap .right{margin-top:40px; width:100%;}
	.main_02 .carousel-wrap .left .btnwrap{margin-top: 30px;}
	.main_02 .carousel-wrap .left .btnwrap button{font-size: 24px;}
	
	.main_03 .over_img{height: 690px;}
	
	.main_04 .artwrap .article{padding:60px 40px;}
	.main_04 .artwrap .article ul li{font-size: 15px;}
	.main_04 .artwrap .article table{width:100%;}
	.main_04 .artwrap .article table td{font-size: 16px;}
}

@media screen and (max-width:1000px) {
	header {height: 80px;}
	header .header {z-index: 99;position: fixed;width: 100%;display: table;height: 80px;}
	header .header .logo {position: absolute;left: 30px;top: 15px; 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: 90px;}
	.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; 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: #749440; 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:#333; 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;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{display:block; text-decoration: none; color:#333; padding:15px 30px; border-bottom:1px solid #C2C2C2}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a.on{color:#749440;}
}

@media screen and (max-width: 850px){
	.main_01 .wrap{padding-top: 320px}	
}

@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}
	
	.mgnb ul.m_gnb{width:45%;}
	.mgnb ul.m_gnb li{font-size: 1.2em;}
	.mgnb ul.m_gnb li a{padding:20px 15px;}
	.mgnb ul.m_gnb_nav li .nav_list .depth1 a{padding:15px;}
	
	.goTop{bottom:100px; padding: 5px 16px; right:5%;}
	
	.wrap {width: 90%;margin: 0 auto;position: relative}
	
	.title{font-size: 28px;}
	.art_title{font-size: 16px;}
	.text{font-size: 14px;}
	.common_btn{font-size: 13px; min-width: 180px;}
	
	.main_ct{margin-top: 200px;}
	
	.main_01{margin-top: 250px;}
	.main_01 .over_img{height: auto;}
	.main_01 .wrap{padding-top: 240px; padding-bottom: 100px;}
	.main_01 .flexwrap{display: block;}
	.main_01 .title{width:auto;}
	.main_01 .text{width:auto; margin-top: 30px;}
	
	.main_02 .carousel-wrap{width:90%;}
	
	.main_03 .over_img{height: auto;}
	.main_03 .over_img .wrap .flexwrap{display:block; padding:100px 0;}
	.main_03 .imgwrap{width:80%; margin:0 auto; text-align: center;}
	.main_03 .segment{width:auto; margin-top: 40px; text-align: center;}
	
	.main_04{margin-bottom: 200px;}
	.main_04 .art_title{width:80%; margin:0 auto; margin-bottom: 20px;}
	.main_04 .title{width:80%; margin:0 auto;}
	.main_04 .artwrap{display: block; width:80%; margin:0 auto; margin-top: 40px;}
	.main_04 .artwrap .article{width:100%;}
	.main_04 .artwrap .article:nth-of-type(2){margin-top: 40px;}
	.main_04 .artwrap .article ul li{font-size: 14px;}
	.main_04 .artwrap .article table td{font-size: 15px;}
	.main_04 .artwrap .article .icons img{height: 80px;}
	
	footer>.wrap>.flexwrap{flex-direction: row; flex-wrap:wrap;}
	footer .foot_right{display:none;}
	footer .m_sns_box{display:block;}
	footer .m_sns_box button{border:none; background:#749440; padding:10px; border-radius: 100px;}
	footer .m_sns_box button:nth-of-type(2){margin:0 10px;}
	footer .m_sns_box button img{height: 28px;}
	footer .foot_left ul li{font-size: 13px;}
	footer .copy{margin-top:20px;}
}

@media screen and (max-width: 620px){
	.main_ct{margin-top: 180px;}
	
	.title{font-size: 24px;}
	.art_title{font-size: 15px;}
	.text{font-size: 13px;}
	.common_btn{font-size: 12px; min-width: 170px;}
	
	.main_vis .textbox span{font-size: 28px;}
	
	.main_01 .cards{width:220%; margin-left:-60%; right:-200%;}
	.main_01 .wrap{padding-top: 200px;}
	
	.main_02 .carousel-wrap .right .carousel .item a{height: 460px;}
	
	.main_04{margin-bottom: 180px;}
	.main_04 .art_title{width:90%;}
	.main_04 .title{width:90%;}
	.main_04 .artwrap{width:90%;}
	.main_04 .artwrap .article ul li{font-size: 13px;}
	.main_04 .artwrap .article table td{font-size: 14px;}
	
	footer{padding:70px 0 50px;}
	footer .m_sns_box button{padding:8px;}
	footer .m_sns_box button img{height: 25px;}
	footer .foot_left ul li{font-size: 12px;}
}

@media screen and (max-width: 520px){
	header .header .logo{left:15px; top:20px;}
	header .header .logo img{height: 34px;}
	
	.gnb_btn{right:20px;}
	.toggle-mnu{width:25px; height: 17px;}
	.toggle-mnu span:after, .toggle-mnu span:before{top:7px;}
	.toggle-mnu span:after{top:15px;}
	
	.main_ct{margin-top: 120px;}
	
	.main_vis{margin-top: 100px;}
	.main_vis .textbox span{font-size: 26px;}
	
	.main_01 .cards{width:220%; margin-left:-60%; right:-200%; height: 300px;}
	.main_01 .wrap{padding-top: 160px;}
	.main_01 .text{margin-top: 15px;}
	
	.main_02 .carousel-wrap .right .carousel .item a{height:510px;}
	
	.main_04{margin-bottom: 160px;}
	.main_04 .artwrap .article{padding:40px 30px;}
}

@media screen and (max-width: 420px){
	.mgnb ul.m_gnb{width:50%;}
	.mgnb ul.m_gnb li{font-size: 1.1em;}
	.mgnb ul.m_gnb li a{padding:20px 10px 20px 15px;}
	.mgnb ul.m_gnb_nav li{padding:10px 20px 10px 30px;}
	
	.goTop{bottom:30px;}
	
	.title{font-size: 22px;}
	.art_title{font-size: 14px;}
	.text{font-size: 12px;}
	.common_btn{font-size: 11px; min-width: 160px;}
	
	.main_vis .textbox span{font-size: 23px;}
	
	.main_01 .wrap{padding-top: 130px;}
	
	.main_02 .carousel-wrap .left .btnwrap{margin-top: 20px;}
	.main_02 .carousel-wrap .left .btnwrap button{font-size: 20px;}
	.main_02 .carousel-wrap .right .carousel .item a{height: 480px;}
	
	.main_04{margin-bottom: 140px;}
	.main_04 .art_title{width:100%;}
	.main_04 .title{width:100%;}
	.main_04 .artwrap{width:100%;}
	.main_04 .artwrap .article ul li{font-size: 12px;}
	.main_04 .artwrap .article table td{font-size: 13px;}
	
	footer .m_sns_box button{padding:0;width:32px; height: 32px;}
	footer .m_sns_box button img{height: 20px;}
}


