@CHARSET "utf-8";
@font-face{font-family:'NanumMyeongjo'; src:url(fonts/NanumMyeongjo.woff)}
@font-face{font-family:'NanumMyeongjo'; src:url(fonts/NanumMyeongjo.eot)}
@font-face {
font-family:'NotoSansKR';
font-weight:100;
font-style:normal;
src:url('fonts/NotoSans-Light.eot'); /* IE9 Compat Modes */
src:url('fonts/NotoSans-Light.otf') format('opentype'),
url('fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/NotoSans-Light.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}
@font-face {
font-family:'NotoSansKR';
font-weight:300;
font-style:normal;
src:url('fonts/NotoSansKR-Regular.eot'); /* IE9 Compat Modes */
src:url('fonts/NotoSansKR-Regular.otf') format('opentype'),
url('fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/NotoSansKR-Regular.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}


@font-face {
font-family:'NotoSansKR';
font-weight:600;
font-style:normal;
src:url('fonts/NotoSansKR-Medium.eot'); /* IE9 Compat Modes */
src:url('fonts/NotoSansKR-Medium.otf') format('opentype'),
url('fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/NotoSansKR-Medium.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}

@font-face {
font-family:'NotoSansKR';
font-weight:800;
font-style:normal;
src:url('fonts/NotoSansKR-Bold.eot'); /* IE9 Compat Modes */
src:url('fonts/NotoSansKR-Bold.otf') format('opentype'),
url('fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/NotoSansKR-Bold.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}
body *{font-family: 'NotoSansKR';}
.info_top{margin: 0 auto;position: relative;}
.info_top .inner{line-height:32px;overflow: hidden;padding: 0 10px;}
.info_top .inner a{font-weight: 300;font-size:8px;color:#467f1b;font-family:'dotum' ;}
.info_top .inner li{display: inline-block;margin: 0 0 0 5px;}
#wrap{padding: 102px 0 0;}
.main .wrap_gnb{background: url(../images/bg_gnb.png) 0 0 repeat-x;}
.header{height:122px;padding: 0 10px;margin:0 auto;position:relative;box-sizing:border-box;}
.wrap_gnb .logo{display:inline-block;padding:12px 0 0 10px;}
.wrap_gnb .logo img{display: none;}
.wrap_gnb .logo a{width: 126px;height: 55px;display: block;background: url(/eng/images/logo_s.png) no-repeat;background-size: 94px auto;}
.main .wrap_gnb .logo a{display: block;background: url(/eng/images/logo.png) no-repeat;background-size: 94px auto;}
.main .info_top .inner a{color: #fff;}
.wrap_gnb{background: url(../images/bg_gnb_sub.png) 0 0 repeat-x;}

.wrap_gnb {
    /*background: url(../images/bg_gnb.png) 0 0 repeat-x;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 102px;
    z-index: 999;
    overflow: hidden;
}
.gnb{height:102px;margin:0 auto;position:relative;box-sizing:border-box;}

nav.menu_aside {
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
}
.m_open {
    display: block;
    width: 31px;
    margin-top: 18px;
}

nav.on .m_menu {
    transform: translateX(0);
}
.m_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
   background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
}

.m_close {
    display: block;
    width: 27px;
    height: 27px;
    margin-top: 16px;
    background: url('/m/images/btn_m_close.png') 0 0 no-repeat;
        background-size: auto;
    background-size: 100%;
    text-indent: -9999px;
	    position: absolute;
    right: 15px;
	top: 2px;
	border:0
}

.m_menu > ul {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.m_menu > ul > li {
    padding: 0px;
}
.m_menu > ul button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    background: url('/m/images/arrow_down.png') calc(100% - 20px) 50% no-repeat;
        background-size: auto;
    background-size: 14px auto;
	border: none;
}
.m_menu .sub {
    display: none;
    padding: 1px 0;
    font-size: 1.3rem;
    background: #efefef;
}
.m_menu .sub li {
    margin: 20px 0;
    padding: 0 20px;
}
.m_menu .sub {
    padding: 0;
	margin: 0;
}
.m_menu .gnb_m ul li a.big.on {
    color: #fff;
    background: url('/m/images/arrow_up.png') calc(100% - 20px) 50% no-repeat, #548f2c;
        background-size: auto, auto;
    background-size: 14px auto;
}
.m_open {
    display: block;
    width: 31px;
    margin-top: 18px;
    position: absolute;
    right: 15px;
    top: 5px;
	background: transparent;
	border:0
}

nav.on {
    opacity: 1;
}
.m_menu > ul button {
    font-size: 18px;
}
.m_menu .sub li {
    margin: 0px 0;
    padding: 0 20px;
}
.m_menu ul ul {
    display: none;
    background: #efefef;
	padding: 0;
}
.m_menu ul ul li{line-height:28px;}
.m_menu .gnb_m ul ul li a{ font-size: 14px;}

.m_menu .gnb_m ul li {
	line-height:55px;
	border-bottom:1px solid #e1e1e2;
}
.m_menu .gnb_m ul li a{display: block;padding: 0 15px;font-weight: 500;font-size:16px;color:#4c4c4c;}

.m_menu .gnb_m ul li a.big{
	background: url('/m/images/arrow_down.png') calc(100% - 20px) 50% no-repeat;
background-size: 14px auto;
}
.m_menu .member li:last-child a {
    color: #fff;
    background: #319fad;
	border-radius: 25px;
}
.m_menu .gnb_m ul ul li {
    line-height: 46px;
    border-bottom: 1px solid #e1e1e2;
    padding: 0 15px;
}

.m_open img{width: 100%;}
.m_menu .top {
    height: 60px;
    padding: 0 20px 15px;
}


.slider_main_top{height: 495px;}
.slider_main_top li{height: 495px;background-size: cover !important;}
.slider_main_top{position:relative;}
.slider_main_top .bx-controls-direction a{display:inline-block;width:24px;height:100px;position:absolute;top:349px;font-size:0;}
.slider_main_top .bx-controls-direction .bx-prev{background: url(../images/prev_main.png) no-repeat;left:5%;}
.slider_main_top .bx-controls-direction .bx-next{background: url(../images/next_main.png) no-repeat;right:5%;}
.slider_main_top .ment{position: absolute;left: 0;top: 0;z-index:9;width: 100%;padding: 179px 0 0;margin: 0 auto;text-align:center;}
.slider_main_top .ment .txt1{font-size:20px;color:#fff;font-weight: 300;text-shadow:5px 2px 5px rgba(0, 0, 0, 0.32);}
.slider_main_top .ment .txt2{font-size:28px;color:#fff;font-weight: 800;padding: 15px 0 22px;text-shadow:5px 2px 5px rgba(0, 0, 0, 0.32);}
.slider_main_top .ment .txt3{font-size:15px;color:#fff;font-weight: 300;font-style:italic ;text-shadow:5px 2px 5px rgba(0, 0, 0, 0.32);}

.slider_main_top li .ment .btn{width: 199px;line-height:55px;text-align:center;border:1px solid #252525;font-size:20px;color:#252525;font-weight: 300;display: inline-block;}

.zs-enabled{position:relative}.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden}.zs-enabled .zs-slideshow .zs-slides .zs-slide{background:transparent none no-repeat 50% 50%;background-size:cover;position:absolute;visibility:hidden;opacity:0;-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}.zs-enabled .zs-slideshow .zs-slides .zs-slide.active{visibility:visible;opacity:1}

.zs-enabled .zs-slideshow .zs-bullets{height: 58px;position:absolute;z-index:4;bottom:0;left:0;width:100%;}
.zs-enabled .zs-slideshow .zs-bullets{text-align:center;}


.zs-enabled .zs-slideshow .zs-bullets .zs-bullet{display: inline-block;width: 12px;
	height: 12px;
	text-indent: -9999px;outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;margin: 0px 5px;
	background: rgba(181, 173, 166, 0.78);
	}
	
	.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active{background: #fff;}.zs-enabled .zs-slideshow:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:transparent none repeat 0 0}.zs-enabled.overlay-plain .zs-slideshow:after{background-image:url(plain.png)}.zs-enabled.overlay-dots .zs-slideshow:after{background-image:url(dots.png)}

#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 465px;
			background-color: #999;
		}
		.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 80px auto;
			padding: 40px;
			max-width: 100%;
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
		}


.slider_main_top .btn_scroll{position: absolute;left: 0;width: 100%;bottom: 27px;text-align:center;}

.slider_main_top .bx-wrapper .bx-pager {
	z-index:999;
	position:absolute;
	left:0;
	bottom:112px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	width: 100%;
}

.slider_main_top .bx-wrapper .bx-pager .bx-pager-item,
.slider_main_top .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.slider_main_top .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(181, 173, 166, 0.78);
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slider_main_top .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider_main_top .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.tit_main {

    font-size: 31px;
    color: #ffb400;
    font-weight: 800;
    text-align: center;
    padding: 47px 0 25px;

}
.txt_main {
    font-size: 15px;
    color: #464646;
    font-weight: 600;
    
    text-align: center;
    padding: 0 10px 55px;
	line-height:150%
}

.section_main .section_inner{position:relative;overflow:hidden;padding: 0 0 56px;}
.section_main .section_inner{margin:0 auto;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

.section1.section_main ul{overflow: hidden;text-align:center;}
.section1.section_main ul li {

	display: inline-block;
}
.section1.section_main ul li .img{position: relative;overflow: hidden;border:1px solid #eeeeee;}
.section1.section_main ul li .img img{width: 100%;}
.section1.section_main ul li .img .more {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 67px 0 0;
    opacity: 0;

}
.section1.section_main ul li:hover .img .more{opacity: 1;}
.section1.section_main ul li .img .more strong {

    display: inline-block;
    width: 134px;
    line-height: 34px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    background: #ffb400;

}
.section1.section_main ul li .ment{padding: 12px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;height: 220px;
border:1px solid #eeeeee;
border-top:0
}
.section1.section_main ul li .txt1{font-weight: 600;font-size:16px;color:#252525;padding: 0 0 10px;}
.section1.section_main ul li .txt2{font-weight: 300;font-size:13px;color:#707070;line-height:20px;}



.section2.section_main{padding: 52px 0 0;}
.section2.section_main ul{overflow: hidden;}
.section2.section_main ul li{width: 46%;float: left;margin: 0 2% 25px;position: relative;}
.section2.section_main ul li .img{position: relative;}
.section2.section_main ul li .img img{width: 100%;}
.section2.section_main ul li .ment{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding: 30px 0 0;
text-align:center;
}
.section2.section_main ul li .ment{background:rgba(238, 172, 32, 0.52);}
.section2.section_main ul li .ment .bg {

    padding: 14px 0 14px;
    width: auto;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.section2.section_main ul li  .ment .bg{background:rgba(255, 255, 255, 0.82);}
.section2.section_main ul li .txt1 {

    font-weight: 500;
    font-size: 15px;
    color: #000000;
    padding: 0 0 10px;
    background: url(../images/bar_sec_3.png) center bottom no-repeat;
    margin: 0 0 9px;

}
.section2.section_main ul li .txt2 {

    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 19px;

}


.section4.section_main {text-align:center;background: url(../images/bg_main_sec_2.png) center center no-repeat;background-size: cover !important}
.section4.section_main h2{color: #55912e;}

.section4.section_main li{display: inline-block;width: 50%;padding: 0 25px 0;margin: 0 0 25px;float: left;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.section4.section_main li{background: url(../images/main_sec_2_5.png) 100% center no-repeat;}
.section4.section_main li:last-child,.section4.section_main li:nth-child(2){background:none}

.section4.section_main li img{width: 100%;}


.section3.section_main {text-align:center;background: url(../images/bg_main_sec_4.png) center center no-repeat;background-size: cover !important;overflow: hidden;}


.section3.section_main .bg1 {

    position: absolute;
    left: 5px;
    top: -10px;
    width: 100px;

}
.section3.section_main .bg2 {

    position: absolute;
    right: 10px;
    bottom: 25px;

}
.section3.section_main .txt1 {

    font-family: 'NanumMyeongjo';
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
    padding: 78px 10px 22px;
    font-style: italic;

}
.section3.section_main .txt2{font-family:'NanumMyeongjo';font-weight: 500;font-size:12px;color:#ffffff;font-style: italic;}

.list_board.section_main {

    padding: 59px 0;

}
.list_board.section_main .cell{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding: 10px 5px 25px;position: relative;}
.list_board.section_main .cell2{margin: 0 0 25px;padding-bottom:25px ;padding-top:25px ;border-top:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4}
.list_board.section_main .cell h2 {

    font-weight: 800;
    font-size: 16px;
    color: #000;
    padding: 0 0 20px;

}
.list_board.section_main .cell p{font-weight: 400;font-size:13px;color:#535353;line-height:22px;}
.list_board.section_main .cell .more {

    position: absolute;
    right: 5px;
    bottom: 29px;
}
.list_board.section_main .section_inner {
  padding: 0 10px;
}

.section5.section_main img{width: 100%;}

.section_main.section5{margin: 52px 0 0 0;}

.section6.section_main{background: url(../images/bg_main_sec_5.png) center center no-repeat;background-size:cover;padding: 0 0 0;margin: 52px 0px 0;}
.section6 .section_inner{margin:0 10px;}

.section6 .section_inner .map{}

.section6 .section_inner .address{height:302px;background: rgba(249, 249, 249, 0.72);box-sizing:border-box;padding:30px 0 0;margin: 15px 0;}

.section6 .section_inner .contact {
  
    height: 348px;

    position: relative;
    background: rgba(249, 249, 249, 0.72);
    box-sizing: border-box;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section6 .section_inner .address .txt{overflow: hidden;padding: 0 0 16px;margin: 0 15px;border-bottom:1px solid #bebebe;}
.section6 .section_inner .address .txt li{overflow: hidden;}
.section6 .section_inner .address .txt li a {
    display: block;
    background: url(../images/icon_contact.png) 0 0 no-repeat;
    padding: 3px 0 29px 79px;
    font-size: 18px;
    color: #363636;
    font-weight: 200;
    line-height: 26px;
}
.section6 .tit_main{background: url(../images/bar_tit_contact.png) center bottom no-repeat;margin: 0 0 44px;color:#fff;padding:41px 0 26px;font-size:25px ;font-weight:800 ;}

.section6 .section_inner .contact li{line-height:42px;height:42px;overflow:hidden;border-bottom:2px dotted #c7c7c7}

.section6 .section_inner {padding: 0 0 45px;}


.section6 .section_inner .contact li *{font-size:13px;color:#555555;font-weight:600;}
.section6 .section_inner .contact li strong{display:inline-block;width:63px;box-sizing:border-box;text-align:right;padding:0 17px 0 0;background: url(../images/bar_tail_info.png) right center no-repeat;margin-right:5px;float: left;}
.section6 .section_inner .contact li .txt1{background:transparent;border:0;height:44px;width: 60%;float: left;}
.section6 .section_inner .contact .txt2{width:100%;padding:10px;box-sizing:border-box;height:100px;margin:17px 0 8px;border:1px solid #cbcbcb;height: 99px;padding: 10px;}

.section6 .section_inner .contact .wrap_btn{overflow:hidden;padding: 10px 0 0;text-align:center;}
.section6 .section_inner .contact .wrap_btn label{font-size:11px;color:#494949;font-weight:600;}
.section6 .section_inner .contact .wrap_btn .btn {
    border: 0;
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 116px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3f9e11;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    right: 14px;
    bottom: 12px;
}
.section6 .section_inner .address .time{padding: 15px 0 0 17px;position: relative;}
.section6 .section_inner .address .time .cell{position: relative;padding: 0 0 0 0px;}
.section6 .section_inner .address .time *{font-size:14px;color:#363636;font-weight:300;line-height:23px}
.section6 .section_inner .address .time h3{font-size:16px;color:#363636;font-weight:600;padding: 0 0 0px;}



.section6 .section_inner .address .time span{display: inline-block;width: 69px;font-size:17px;color:#363636;font-weight: 300;line-height:28px;}

.section6 .section_inner .address .time .cell li{font-size:14px;color:#363636;font-weight: 300;line-height:23px;}
.section6 .section_inner .address .time .cell li *{font-size:14px;color:#363636;}
.section6 .section_inner .address .time .cell ul{padding: 0 0 22px;}
.section6 .section_inner .address .time .cell1{width: 50%;position: absolute;right: 20px;top: 15px;}
.section6 .section_inner .address .time .cell2{width: 50%;position: absolute;right: 20px;top: 116px;}

.section6 .section_inner .contact .agree{margin: 10px 0 0;}

.wrap_footer {background:#363636}
.wrap_footer .footer{line-height:22px;padding:92px 10px 20px 10px;margin:0 auto;position: relative;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.wrap_footer .footer h1{position: absolute;left: 10px;top: 18px;}
.wrap_footer .footer *{color:#898989;font-size:12px;font-weight:500 ;}
.wrap_footer .footer span{display:inline-block;width:12px;line-height:22px;text-align:center;}
.wrap_footer .footer .btn_top{position: fixed;right: 5%;top: 90%;z-index:99999}

.wrap_footer .footer .menu_tail{padding: 0 0 25px;text-align:left;padding: 0 0 15px 0;}
.wrap_footer .footer .copy{margin: 25px 0 0;color: #505050;}

.wrap_footer .footer .menu_tail span{width: 12px;}


.privacy-policy { position: fixed; /* keeps the privacy-policywindow in the current viewport */ top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000, endColorstr=#A6000000);
text-align: center; z-index: 999999; }
.privacy-policy .policy-wrapper { overflow: hidden; margin: 50px auto; position: relative; box-shadow: 0 0 25px #111; -webkit-box-shadow: 0 0 25px #111; -moz-box-shadow: 0 0 25px #111; width: 90%; background-color: #fff; border: 1px solid #999; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5); box-shadow: 0 3px 9px rgba(0,0,0,0.5); background-clip: padding-box;  border-radius: 10px; }
.close-popup { position: absolute; top: 15px; right: 15px; background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: bold; line-height: 1; color: #ccc; text-shadow: 0 1px 0 #fff; }
.privacy-policy .policy-wrapper h4 { padding: 15px; border-bottom: 1px solid #e5e5e5; font-size: 18px; }
.privacy-policy .policy {padding: 10px; text-align: left;line-height:150% }
.privacy-policy .policy textarea{width: 100%;border:0;height: 400px;font-size:12px ;padding: 0 0 100px;}
form a.popup-trigger { display: inline-block; padding: 0 2px; line-height: 1.25; text-indent: 0; color: #494949;font-size: 11px; vertical-align: middle; }


.sub_top {

    height: 175px;
    line-height: 172px;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    
    background-size: cover !important;

}
.container{margin: 0 auto;padding: 0 10px 50px;}

.tit_sub {

    font-size: 25px;
    color: #ffb400;
    font-weight: 800;
    text-align: center;
    padding: 55px 0 28px;
    

}

.txt_cus_c{font-size:20px;color:#252525;font-weight: 200;text-align:center;padding: 0 0 55px;}

.txt_cb {
    font-size: 15px !important;
    color: #1e94b1 !important;
    font-weight: 400 !important;
    text-align: center;
    padding: 0 25 32px !important;
}

.wrap_submenu {
    background: #498522;

    line-height: 42px;
}
.submenu{margin:0 auto;}
.wrap_submenu *{color:#fff;font-size:12px;font-weight:300;}
.wrap_submenu li.icon_home {

    width: 50px;
    padding: 0;

}
.wrap_submenu li.icon_home img{vertical-align: -3px;}
.wrap_submenu li{margin-left:-2px;text-align:center;display:inline-block;background: #498522 url('../images/bar_sub.png') right center no-repeat;position:relative;}
.wrap_submenu li {

    padding: 0 23px 0 10px;

}
.wrap_submenu .menu_list {
    width: auto;
    z-index: 999;
    display: none;
    position: absolute;
    background: #fafafa;
left: 0;
top: 42px;
border: 1px solid #e8e8e8;
        border-bottom-color: rgb(232, 232, 232);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0;
	min-width: 125px;
    
}
.wrap_submenu .menu_list li{background:none;line-height:38px;padding: 0 10px;}

.wrap_submenu li:nth-child(3),.wrap_submenu li:nth-child(4){background:none;background: #498522 url('../images/arrow_sub_top.png') right center no-repeat;padding-right: 17px;}
.wrap_submenu .menu_list li{float:none;display:block;border-bottom:1px solid #e8e8e8;width: 100%;}
.wrap_submenu .menu_list li:hover{background:#f3f3f3;}

.wrap_submenu .menu_list li:hover a{color:#0ea14c;text-decoration:underline;}
.wrap_submenu .menu_list li:nth-child(3),.wrap_submenu .menu_list li:nth-child(4){background:none;}
.wrap_submenu li .tab{display:block;}
.wrap_submenu .menu_list li{padding:0 10px;}

.wrap_submenu .menu_list li a{color:#545454;text-align:center;}


.sub_tab{text-align:center;padding: 0 0 25px;}
.sub_tab li {
    display: inline-block;
    min-width: 107px;
    line-height: 130%;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin: 0 1px 5px;
    padding: 0 20px;
    box-sizing: border-box;
}
.sub_tab li a {

    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #959595;
    font-weight: 400;
    
    letter-spacing: -1px;

}
.sub_tab li:hover,.sub_tab li.active{border: 1px solid #62b22d;background:#62b22d}
.sub_tab li.active a,.sub_tab li:hover a{color: #fff;}


.sub_cont{margin: 0 auto;padding: 0 0 0px;}
.sub_cont p.tit {
    font-size: 16px;
    color: #545454;
    font-weight: 500;
    text-align: center;
    padding: 18px 0 28px;
	line-height:22px;
	font-family:'NanumMyeongjo'; 
	font-style: italic;
}
.sub_cont .img{float: none;text-align:center;padding: 0 50px;}
.sub_cont .img.pd0{padding: 0;}
.sub_cont .img img{width: 100%;}
.sub_cont p.tit strong{font-size: 16px; color: #64a43b;font-family:'NanumMyeongjo'; }

.sub_cont p {

    font-size: 14px;
    color: #878787;
    line-height: 24px;
    padding: 0 0 30px;
    font-weight: 300;
    letter-spacing: -1px;

}

.sub_cont p *{font-size: 14px;}
.sub_cont p strong{ font-size: 17px;font-weight:800 ;}
.sub_cont p span{color: #d29503;}

.sub_cont .tit1,.sub_cont .tit1 strong {
    font-size: 20px;
    color: #498522;
    padding: 50px 0 22px;
    text-align:center;
}

.sub_cont .tit1 strong {font-weight:800 ;}

.sub_cont .txt1 {

    font-size: 20px;
    color: #5d5d5d;
    font-weight: 800;
    padding: 0 0 15px;

}
.sub01.sub_cont .img {
   padding: 0 0 15px;
}
.sub01.sub_cont .ment {

	padding: 10px 0;
}
.sub_cont .ov{overflow: hidden;}
.sub_cont .btn {
    display: block;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    background: #404040;
    font-weight: 300;
    width: auto;
    text-align: center;
    
    border-radius: 25px;
    margin: 0 25px;
}
.sub_cont .ment.left{float: none;}
.sub_cont .img.right{float: none;}

.sub_cont.sub01_2_3 .section2{padding: 32px 0 0;}

.sub_cont.sub01_2_3 .section2 .ment {

	padding: 6px 0;
}
.sub_cont .center{text-align: center;}

.sub_cont.sub01_3_1 .img{float: none;width: auto;padding: 5%;}

.sub_cont.sub01_3_1 p.tit{padding-bottom:5px ;}

.sub_cont.sub01_3_1 .section3 .img{padding: 0;}


.sub_cont .tit_line{padding: 32px 0 16px;text-align: center;}
.sub_cont .tit_line strong {

    display: inline-block;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    background: #e6a200;
    font-weight: 300;
    width: 207px;
    text-align: center;
    
    border-radius: 25px;

}

.sub_cont.sub01_3_1 .section2{margin: 0 auto 50px;}
.sub_cont.sub01_3_1 .section2 li{padding: 0 7px 0 0;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.sub_cont.sub01_3_1 .section2 li p{padding: 20px 0 10px;color: #000;font-weight:500 ;}

.sub_cont.sub01_3_1 .section3{margin: 0 auto 50px;}
.sub_cont.sub01_3_1 .section3 .txt1{font-weight:600 ;font-size:15px ;color: #525252;padding: 0 0 12px;}
.sub_cont.sub01_3_1 .section3 .txt2{position: relative;font-weight:800 ;font-size:12px ;color: #525252;margin: 5px 10px;}
.sub_cont.sub01_3_1 .section3 .txt2 .txt_r{font-size:12px ;position: absolute;right: 0;top: 0;padding: 0 0px 0 0 ;text-align:right;}

.sub_cont.sub01_3_1 .section3 ul{margin: 0 0 45px;}

.sub_cont.sub01_3_2 .section2 li:first-child{width: 312px;}
.sub_cont.sub01_3_2 .section2 li:last-child{width: 379px;}
.sub_cont.sub01_3_2 .section2{margin: 0 auto 70px;}




.sub_cont.sub04_1 .section p strong{font-size: 15px;font-weight:600 ;color: #3a8e03;}
.sub_cont.sub04_1 .img{padding: 40px 0 0;}


.sub_cont.sub03_1 .section{padding: 27px 0 0 7px;}
.sub_cont.sub03_1 .section .img{padding: 0 0 15px;width: 100px;float: left;}
.sub_cont.sub03_1 .section .ment{padding:17px 0 0 ;width: 60%;float: left;padding-left:15px ;}
.sub_cont.sub03_1 .section .ment li p{display: inline;font-size: 15px;font-weight:500 ;color: #555555;padding: 0 0 5px;}
.sub_cont.sub03_1 .section .ment li{margin: 0 0 29px;height: 53px;}
.sub_cont.sub03_1 .section .ment li strong{font-size: 14px;font-weight:600 ;color: #4868c0;}
.sub_cont.sub03_1 .section .ment li:nth-child(2) strong{color: #19abe0;}
.sub_cont.sub03_1 .section .ment li:nth-child(3) strong{color: #335f96;}
.sub_cont.sub03_1 .section .ment li:nth-child(4) strong{color: #335f96;}

.sub_cont.sub02_1 .tit_top{padding: 25px 0;text-align:center;border-top:1px solid #7f7f7f;border-bottom:1px solid #7f7f7f;margin: 10px 0 55px;}
.sub_cont.sub02_1 .tit_top p{font-size: 25px;font-weight:600 ;color: #dd0dcc;padding: 0 0 10px;}
.sub_cont.sub02_1 .tit_top strong{font-size: 15px;font-weight:600 ;color: #8a8a8a;}
.sub_cont.sub02_1 .section1 {margin: 0 auto;}
.sub_cont.sub02_1 .section1 .img{}
.sub_cont.sub02_1 .section1 .ment{padding: 20px 0 0 ;}

.sub_cont.sub02_1 .section1{overflow: hidden;}
.sub_cont.sub02_1 .section1 .ment li {
    position: relative;
    padding: 23px 0 17px 8px;
    font-size: 14px;
    font-weight: 100;
    color: #797979;
    line-height: 25px;
}
.sub_cont.sub02_1 .section1 .ment li strong{font-size: 14px;font-weight:600 ;color: #232323;line-height:24px;position: absolute;left: 0;top: 0;}
.sub_cont.sub02_1 .section1 .ment li span{font-size: 12px;font-weight:600 ;color: #797979;}
.sub_cont.sub02_1 .section li.pd{padding-left:0 ;}
.sub_cont.sub02_1 .section1 .ment li .in{font-size: 12px;font-weight:100 ;color: #797979;line-height:18px;padding: 0 0 0 10px;}

.sub_cont.sub02_1 .section2{padding: 50px 12px;background:#f3f3f3;margin: 50px 0;}
.sub_cont.sub02_1 .section2 h2{font-size: 18px;font-weight:600;padding: 0 0 20px;text-align:center; }

.sub_cont.sub02_1 .section2  li{position: relative;padding: 0 0 0 22px;font-size: 15px;font-weight:300 ;color: #676767;line-height:25px;}
.sub_cont.sub02_1 .section2  li span{font-size: 15px;color: #676767;line-height:25px;position: absolute;left: 0;top: 0;}

.sub_cont.sub02_1 .section2 p{font-size: 14px;font-weight:600 ;color: #676767;padding: 22px 0 2px;}
.sub_cont.sub02_1 .section2 li .inner{font-size: 13px;font-weight:100 ;color: #797979;line-height:25px;padding: 0 0 0 15px;position: relative;}
.sub_cont.sub02_1 .section2 li .inner span{left: 5px;}


.sub_cont.sub02_2 .section1 {background:#f8f8f8;border:1px solid #e4e4e4;overflow: hidden;margin: 0 0 55px;padding: 41px 0 25px 10px;}
.sub_cont.sub02_2 .section1 .img{padding: 0 80px;}

.sub_cont.sub02_2 .section1 .ment{padding: 20px 0 0;}
.sub_cont.sub02_2 .section1 .ment span{font-size: 15px;color: #008bb7;}
.sub_cont.sub02_2 .section1 .ment span.color{color: #3c9501;}

.sub_cont.sub02_2_2 .section1 .ment span.color{color: #c8994a;}




.sub_cont.sub02_2 .section2 li{overflow: hidden;padding: 0 0 66px;}
.sub_cont.sub02_2 .section2 li .img{padding: 0 0;border:1px solid #aaaaaa;}
.sub_cont.sub02_2 .section2 li .ment{}

.sub_cont.sub02_2 .section2 li .ment p.tit {
    font-size: 18px;
    color: #414141;
    font-weight: 600;
    text-align: left;
    padding: 28px 0 4px;
    line-height: 32px;
    font-family: 'NotoSansKR';
    font-style: normal;
}

.sub_cont.sub02_2 .section2 li .ment p.txt{color: #62b22d; font-weight: 600;padding: 0 0 25px;}
.sub_cont.sub02_2 .section2 li .ment p{font-size: 14px;line-height: 27px;padding: 0 0 25px;}

.sub_cont.sub02_2 .section2 li .ment .btn {
    display: block;
    line-height: 36px;
    font-size: 15px;
    color: #797979;
    background: #f3f3f3;
    font-weight: 600;
    text-align: center;
    
    border-radius: 25px;
	border:1px solid #7f7f7f;


}

.sub_cont.sub02_2_2 .section2 li .ment p.txt {
    color: #c8994a;
}

.sub_cont.sub02_2_5 .section2 li .ment p.txt {
    color: #0070C0;
}

.sub_tab_b{height: 32px;margin: 22px 0;border-bottom:1px solid #e4e4e4;overflow: hidden;}
.sub_tab_b li{display: inline-block;
width: 20%;
line-height: 32px;
text-align: center;
border: 1px solid #e4e4e4;

float: left;

border-bottom:0;
border-right:0;
background:#f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sub_tab_b li:last-child{border-right:1px solid #e4e4e4;}
.sub_tab_b li a{display: block;font-size: 12px;
color: #959595;
font-weight: 400;letter-spacing:-1px ;}
.sub_tab_b2 li{width: 16.66666666666667%;}
.sub_tab_b li:hover,.sub_tab_b li.active{background:#444444}
.sub_tab_b li.active a,.sub_tab_b li:hover a{color: #fff;}
.sub_tab_b2 li a{font-size: 11px;letter-spacing:-1px}
.sub_cont.sub02_3 li{overflow: hidden;}

.sub_cont.sub02_3 li{overflow: hidden;padding: 0 0 6px;}
.sub_cont.sub02_3 li .img{padding: 1px 0 0;}
.sub_cont.sub02_3 li .ment{}

.sub_cont.sub02_3 li .ment p.tit {
    font-size: 18px;
    color: #414141;
    font-weight: 600;
    text-align: left;
    padding: 18px 0 8px;
    line-height: 32px;
    font-family: 'NotoSansKR';
    font-style: normal;
}
.sub_cont.sub02_3 li .ment p.txt{color: #62b22d; font-weight: 600;padding: 0 0 28px;}
.sub_cont.sub02_3 li .ment p{font-size: 14px;line-height: 27px;padding: 0 0 25px;}

.sub_cont.sub02_3 li .ment p span{color: #388803;font-size: 15px;}
.sub_cont.sub02_3_1 .section1 li:last-child .ment{width: 100%;} 


.sub_cont.sub02_3 .red{color: #d67171 !important;font-size: 14px !important;line-height:22px; font-weight: 300;}



.sub_cont.sub01_4_1{width: 100%;}
.sub_cont.sub01_4_1 .section2{padding: 30px 10px;}
.sub_cont.sub01_4_1 .section2 li {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0 63px;
    background-size: 50px auto !important;

}
.sub_cont.sub01_4_1 .section2 li:nth-child(1){background: url('../images/img_sub_1_4_1.png') 0 0 no-repeat;}
.sub_cont.sub01_4_1 .section2 li:nth-child(2){background: url('../images/img_sub_1_4_2.png') 0 0 no-repeat;}
.sub_cont.sub01_4_1 .section2 li:nth-child(3){background: url('../images/img_sub_1_4_3.png') 0 0 no-repeat;}
.sub_cont.sub01_4_1 .section2 li:nth-child(4){background: url('../images/img_sub_1_4_4.png') 0 0 no-repeat;}
.sub_cont.sub01_4_1 .section2 strong{font-size: 14px;font-weight: 600;}
.sub_cont.sub01_4_1 .section2 p{padding: 0 0 22px;font-size: 12px;}
.sub_cont.sub01_4_1 .section2 p.txt2{padding: 0 0 5px;color: #222222;font-size:14px ;font-weight: 600;}
.sub_cont.sub01_4_1 .section2 p.txt1{padding: 0 0 5px;color: #498522;font-size:22px ;}
.sub_cont.sub01_4_1 .section2 p.txt3{font-size: 14px;}



.sub_cont.sub02_3 .txt_top{text-align:center;padding: 40px 0 10px;}
.sub_cont.sub02_3 .txt_top .txt1{font-size: 15px;font-weight: 300;color: #399316;text-decoration:underline;}

.sub_cont.sub02_3 .txt_top .txt2{font-size: 15px;font-weight: 600;color: 505050;}

.sub_cont.sub02_3_3 .section1 li .img{padding: 0 80px 20px;}


.sub_cont.sub02_3_3 .section1 li {
    overflow: hidden;
    padding: 0 0 0;
}

.sub_cont.sub02_3_4 .section1 li:first-child .ment{padding: 0 0 22px;} 

.sub_cont.sub02_3_4 .section1 li .wrap_total{padding: 15px 0;}
.sub_cont.sub02_3_4 .section1 li .wrap_total .txt{border:0;border-bottom:1px solid #9d0b0b;width: 68px;height: 25px;}

.sub_cont.sub02_3_4 .section1 li .wrap_total p{font-size: 15px;font-weight: 300;color: #535353;line-height:22px;}
.sub_cont.sub02_3_4 .section1 li .wrap_total .num{font-size: 17px;font-weight: 600;color: #9d0b0b;margin: 0 0 15px;}

.sub_cont.sub02_3_4 .section1 .table_area{margin: 15px 0;}


.sub_cont.sub02_3_4 .section2 .table_area{margin: 55px 0 0;}

.sub_cont.sub02_3_4 .section2 li:last-child .ment{float: left;width: 430px;padding: 0 0 0;} 

.sub_cont.sub02_3_4 .section1 .table_area table{width: 100%;background:#f4f4f4;}
.sub_cont.sub02_3_4 .section1 .table_area table th{border:1px solid #d7d7d7;font-size: 14px;font-weight: 600;color: #454545;padding: 5px 0;text-align:center;}
.sub_cont.sub02_3_4 .section1 .table_area table td{border:1px solid #d7d7d7;font-size: 12px;font-weight: 300;color: #454545;padding: 5px 0;text-align:center;}


.sub_cont.sub02_3_4 .section2 .table_area table{width: 100%;background:#f4f4f4;}
.sub_cont.sub02_3_4 .section2 .table_area table th{border:1px solid #d7d7d7;font-size: 14px;font-weight: 600;color: #454545;padding: 5px 0;text-align:center;vertical-align: top;}
.sub_cont.sub02_3_4 .section2 .table_area table td {
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 300;
    color: #454545;
    padding: 5px 5px;
    text-align: left;
    line-height: 160%;
}
.sub_cont.sub02_3_4 .section2 .table_area table tr:nth-child(odd){background:#fff}


.sub_cont.sub02_3_5 .section1 li .ment {
   
}

.sub_cont.sub02_3_5 .section1 li {
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
}

.sub_cont.sub02_3_5 .section1 li:nth-child(2) .txt_red{color: #9d0b0b;}
.sub_cont.sub02_3_5 .section1 strong{font-size: 14px;font-weight: 600;color: #535353;}
.sub_cont.sub02_3_5 .section1 em{font-size: 14px;font-weight: 300;color: #535353;line-height:18px;font-style:normal;display: block;padding: 0 0 0 8px;}


.sub_cont.sub02_3_5 .section1 li .ment p span{font-size:15px ;font-weight: 600;}

.sub_cont.sub02_3_5 .section1 li .img {

    padding: 2px 0 0;
}

.sub_cont.sub02_3_5 .section2 li .ment {

}
.sub_cont.sub02_3_5 .section2 li .img {

}
.sub_cont.sub02_3_5 .section2 li {
    overflow: hidden;
    padding: 0 0 0px;
    position: relative;
}
.list_dot li{position: relative;padding: 0 0 0 10px;font-size: 14px;color: #787878;font-weight: 400;line-height:25px;background: url('../images/dot_gray.png') 0 12px no-repeat;}


.sub_cont .tit_bar{font-size: 23px;font-weight: 600;color: #000000;text-align:center;padding: 32px 0 10px;background: url('../images/bar_tit_sub_1.png') center bottom no-repeat;margin: 0 0 20px;}
.sub_cont .tit_bar2{color: #1e94b1;text-align:center;background: url('../images/bar_tit_sub_2.png') center bottom no-repeat;margin: 0 0 20px;}
.sub_cont .tit_bar3{color: #68ab10;text-align:center;background: url('../images/bar_tit_sub_3.png') center bottom no-repeat;}

.sub_cont .txt2_n{text-align:center;font-size: 14px;font-weight: 400;color: #545454;line-height:25px;}
.sub_cont .txt2_n strong{font-size: 14px;font-weight: 800;color: #545454;}

.txt_g{color: #3a7912 !important;}

.list_dot.blue li{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;color: #1e94b1;background: url('../images/dot_blue.png') 0 12px no-repeat;}
.list_dot.green li{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;color: #49a42d;background: url('../images/dot_green.png') 0 12px no-repeat;background-size: 6px auto !important;}

.sub_cont .box_txt{border:3px solid #eaeaea;border-radius:10px;}

.sub01_2_1 .box_txt{padding: 20px 15px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin: 0 auto;overflow: hidden;}


.sub_cont .section{overflow: hidden;position: relative;}

.sub01_3_1_1{margin: 0 auto;}
.sub01_3_1_1 .img{padding: 0 0 25px;}
.sub01_3_1_1 .ment{padding: 0 0 25px;}

.sub_cont_r03{margin: 0 auto;}
.sub_cont_r03 .section1 li{margin: 0 0 25px 0;vertical-align: top;}
.sub_cont_r03 .section1 li strong {

    display: block;
    line-height: 42px;
    font-size: 15px;
    color: #075d9a;
    font-weight: 800;
    background: #99d3fd;
    border-radius: 5px;
    text-align: center;

}
.sub_cont_r03 .section1 li p{
    font-size: 14px;
    color: #878787;
    line-height: 22px;
    padding: 12px 6px 30px;
    font-weight: 300;
    letter-spacing: -1px;
}
.sub_cont_r03 .section1 li:nth-child(1) strong{color: #fff;background: #1e84cc;}
.sub_cont_r03 .section1 li:nth-child(2) strong{color: #fff;background: #53a8e4;}

.sub_cont_r03 .section2{padding: 0 0 100px;}
.sub_cont_r03 .section4 .inner{position: relative;}
.sub_cont .tit2{font-size: 22px;font-weight: 300;color: #3b3b3b;padding: 55px 0 45px;}
.sub_cont .tit2 strong{font-size: 22px;font-weight: 800;}

.sub_cont_r03 .section4 .inner li{
font-size: 12px;
    color: #878787;
    line-height: 22px;
    padding: 0px 0px 0px;
    font-weight: 300;
	text-align:left;
	margin: 15px 0 0;
}

.sub_cont_r03 .section4 .inner li:nth-child(1){left: 45px;top: 0;}
.sub_cont_r03 .section4 .inner li:nth-child(2){right: 85px;top: 0;}
.sub_cont_r03 .section4 .inner li:nth-child(3){left: 75px;bottom: 0;}

.sub_cont_r03 .section4 .inner li:nth-child(4){right: 65px;bottom: 0;}


.sub_cont_r05 .section2 li{margin: 0 0 28px 0;padding: 0 0 0 0;vertical-align: top;position: relative;
font-size: 14px;
color: #878787;
line-height: 22px;
font-weight: 300;
letter-spacing: -1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sub_cont_r05 .section2 li strong {

    display: block;
    line-height: 43px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    background: #97bc7e;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;

}

.sub_cont_r05 .section2 .list_1 li:nth-child(3) strong{background: #8ba679;}

.sub_cont_r05 .section2 .list_2 li strong{background: #85bede;}

.sub_cont_r05 .section2 .list_3 li strong{background: #bfbfbf;}
.sub_cont_r05 .section2 .list_3 li{padding-top:10px ;}

.sub_cont_r05 .section2 ul{margin: 0 0 80px;}

.sub_cont_r02 .section4 .inner {
    position: relative;
    padding: 392px 0 20px;
}
.sub_cont_r02 .section4 .inner .cell{
font-size: 15px;
    color: #878787;
    line-height: 27px;
    padding: 10px 0px 0px;
    font-weight: 600;
	text-align:left;
	width: 48%;

}
.sub_cont_r02 .section4 .inner .cell li{  font-weight: 600;}
.sub_cont_r02 .section4 .inner .cell1 {
    left: 0;
    top: 0;
	position: absolute;
}
.sub_cont_r02 .section4 .inner .cell3 {
    right: 0;
    top: 0;
	position: absolute;
	
}

.sub_cont_r02 .section4 .inner .cell2 ul p{}
.sub_cont_r02 .section4 .inner .cell2 {
width: 100%;

}


.sub_cont_r02 .section4 .inner .cell p{padding: 10px 0 0 5px;}
.sub_cont_r02 .section4 .inner .cell3 p {

}
.sub_cont_r02 {
    margin: 0 auto;
    padding: 0 0 50px;
}
.sub_cont_r02 .section4 .inner .cell2 ul, .sub_cont_r02 .section4 .inner .cell2 p {
    display: inline-block;

    vertical-align: top;
    margin: 0 0;
}
.sub_cont.sub02_3 li .ment.w100{width: 100%;}

.sub_cont.sub02_4_2 li .img {
    padding: 0px 0 0;
}



.sub_cont.sub02_4_2 p strong{display: block;font-size: 15px;font-weight: 600;color: #4eac47;padding: 0 0 2px;}

.list_bar li {position: relative;padding: 0 0 0 10px !important;font-size: 12px;color: #878787;font-weight: 400;line-height:20px;background: url('../images/bar_sub_2_4_17.png') 0 10px no-repeat;}
.list_bar{margin: 0 0 50px;}

.sub_cont.sub02_4_2 .wrap_list{overflow: hidden;}
.sub_cont.sub02_4_2 .wrap_list dd{width: 50%;height: 232px;float: left;}
.sub_cont.sub02_4_2 .wrap_list dd img{width: 100%;}

.sub_cont.sub02_4_2 .wrap_list dl:last-child dd{width: 100%;}
.sub_cont.sub02_4_2 .box_txt img{width: 100%;}
.sub_cont.sub02_4_2 .table_area table{width: 100%;background:#f4f4f4;}
.sub_cont.sub02_4_2 .table_area table th {
    border: 1px solid #d7d7d7;
    font-size: 12px;
    font-weight: 600;
    color: #454545;
    padding: 11px 0;
    text-align: center;
}
.sub_cont.sub02_4_2 .table_area table td{border:1px solid #d7d7d7;font-size: 12px;font-weight: 300;color: #454545;padding: 11px 0;text-align:center;background:#fff}


.sub_cont.sub02_4_2 .table_area.bg table tbody tr:nth-child(even) td{
    background: #fbfbfb;
}

.sub_cont.sub02_4_2 .wrap_mark{}

.sub_cont.sub02_4_2 .wrap_mark dl {

    margin: 0 0 8px 0;
    padding: 0px 0 0 127px;
    vertical-align: top;
    position: relative;
    letter-spacing: -1px;
    height: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.sub_cont.sub02_4_2 .wrap_mark dl dd{
font-size: 12px;
color: #878787;
line-height: 22px;
font-weight: 300;
}
.sub_cont.sub02_4_2 .wrap_mark dl dt {

    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: url('../images/bg_sub_2_4_8.png') 0 0 no-repeat;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;

}

.sub_cont.sub02_4_2 .box_blue{border-radius: 10px;position: relative;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 15px 15px 85px;
background: #c9e3f9;
font-size: 14px;
color: #054376;
line-height: 22px;
font-weight: 600;
margin: 0 0 32px;

}
.sub_cont.sub02_4_2 .box_blue strong{
font-size: 18px;
color: #000;
line-height: 1;
font-weight: 600;
position: absolute;
left: 15px;
top: 28px;

}

.list_num dl {
    position: relative;
    padding: 0 0 0 22px;
	margin: 0 0 2px;
    

}
.list_num dl *{
font-size: 14px;
    color: #313131;
    font-weight: 400;
    line-height: 25px;
}
.list_num dl dt{position: absolute;left: 0;top: 0;}

.sub_cont.sub02_3 li .ment p.tit2 {
    font-size: 18px;
    color: #1566ab;
}


.txt_b{color: #3a85e5 !important;}


.sub_cont.sub02_4_2 li {
    padding: 0 0 28px;
}

.sub_cont.sub02_4_2 .box_txt {
   padding: 38px 0;
   text-align:center;

}

.wrap_history {padding: 57px 0 0;}
.wrap_history .cell {

    position: relative;
    padding: 28px 0 32px 0;

}
.wrap_history .cell strong {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap_history .cell span{font-size: 13px;font-weight:600 ;color: #2d2d2d;position: absolute;left: 0;top: 0;}
.wrap_history .cell li{position: relative;padding: 0 0 0 43px;font-size: 12px;font-weight:300 ;color: #2d2d2d;line-height:18px;}

.wrap_history .cell strong,.wrap_history .cell span{color: #639c47;}

.wrap_history .cell li p{padding: 0 0 14px;}

/*
.wrap_history{position: relative;margin: 0 auto 50px; padding: 0 0 150px;}
.wrap_history:after{content:'';width: 2px;height: 100%;left: 50%;margin-left:-1px ;background: url('../images/bg_history.png') 0 0 repeat-y;position: absolute;top: 2px;}

.wrap_history .cell{overflow: hidden;position: relative;z-index:99}
.wrap_history .cell .img{width: 45%;float: left;}
.wrap_history .cell .img img{width: 100%;}
.wrap_history .cell .ment{width: 53.2%;;float: right;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding: 0 0 0 42px;background: url('../images/ball_history1.png') 1px 10px no-repeat;

}


.wrap_history .cell1 .img{padding: 52px 0 0;}

.wrap_history .cell .ment .tit{margin: 5px 0 19px;
font-size:26px;color: #7b7b7b;font-weight: 700;position: relative;z-index:99}
.list_dot li{position: relative;padding: 0 0 0 12px;font-size: 14px;color: #787878;font-weight: 400;line-height:25px;background: url('../images/dot_gray.png') 0 12px no-repeat;background-size: 4px auto !important;}

.wrap_history .cell_r{}

.wrap_history .cell1 .ment .tit {

    font-size: 28px;

}
.wrap_history .cell .list_dot li {

    position: relative;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #787878;
    font-weight: 400;
    line-height: 26px;
    background: url('../images/dot_gray.png') 0 10px no-repeat;

}

.wrap_history .cell2 .ment .tit {

   color: #d5b1b1;
   font-size:22px ;
   
	
}

.wrap_history .cell1 .ment .tit {

   color: #719e54;
   font-size:28px ;

	
}
.wrap_history .cell1 .ment {

    margin: 22px 0 22px;

}
.wrap_history .cell_r .ment {
	background-position: right 10px !important;
	padding: 0 25px 0 0;
	float: left;


}
.wrap_history .cell2 .ment {background: url('../images/ball_history2.png') 0 5px no-repeat;}


.wrap_history .cell1 .ment {background: url('../images/ball_history.png') 0 5px no-repeat;}



.wrap_history .cell2 .ment::before {
    top: 18px !important;

}

.wrap_history .cell_r .ment li span {

    font-size: 15px;
    color: #5a5a5a;
    font-weight: 400;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;

}
.wrap_history .cell_r .ment{margin: 5px 0 0;}

.wrap_history .cell_r .img {

    width: 472px;
    float: left;
    padding: 99px 0 0 52px;

}

.wrap_history::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
   background:#e5e5e5;
    position: absolute;
    top: 2px;
}

.wrap_history::before {
    content: '';
    width: 6px;
    height: 6px;
    left: 50%;
    margin-left: -3px;
   background:#8f8f8f;
    position: absolute;
    top: 0px;
	border-radius:50%;
	z-index:99
}
.wrap_history .cell .ment{position: relative;}
.wrap_history .cell .ment::before {
    content: '';
    width: 15px;
    height: 1px;
    left: 28px;
    margin-left: 0;
    background: #e5e5e5;
    position: absolute;
    top: 18px;
    border-radius: 50%;
    z-index: 99;
}

.wrap_history .cell_r .ment::before {
    content: '';
    width:82px;
    height: 1px;
    left: auto;
    margin-left: 0;
    background: #e5e5e5;
    position: absolute;
    top: 22px;
	right: 26px;
    border-radius: 50%;
    z-index: 99;
}

.wrap_history .cell p {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #787878;
    font-weight: 400;
    line-height: 20px;
    background: url('../images/dot_gray.png') 0 12px no-repeat;
}
*/

.sub_cont.sub02_4_5 .cell1 {
position: relative;

}

.sub_cont.sub02_4_5 .cell1 .ment{position: relative;z-index:99;}
.sub_cont.sub02_4_5 .cell1 .img{}

.sub_cont.sub02_4_5 .cell2 .txt1{font-size: 14px;font-weight: 400;}

.sub_cont.sub02_4_5 .cell4 .tit1  {
    font-size: 18px;
    color: #4eac47;
    padding: 50px 0 22px 0;
    text-align: left;
	font-weight: 800;
}

.sub_cont.sub02_4_5 .cell4 dl  {
    padding: 0px 0 12px 0;
}
.sub_cont.sub02_4_5 .wrap_mark dl{height: 45px;}
.sub_cont.sub02_4_5 .cell4 dl dt{font-size: 16px;color: #3b8b35;font-weight: 600;padding: 0 0 10px}
.sub_cont.sub02_4_5 .cell4 dl dd{font-size: 14px;color: #797979;font-weight: 300;;line-height: 22px;}

.sub_cont.sub02_4_5 .table_area_5 table th {
    color: #fff;
}
.sub_cont.sub02_4_5 .table_area_5 table th:first-child{background:#546e7a}
.sub_cont.sub02_4_5 .table_area_5 table th:last-child{background:#90a4ae}

.sub_cont.sub02_4_5 .wrap_box_line{overflow: hidden;padding: 27px 0 0;}
.sub_cont.sub02_4_5 .wrap_box_line .box{border:1px solid #d5d5d5;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

padding:10px;
margin: 0 0 15px;
}
.sub_cont.sub02_4_5 .wrap_box_line .box strong{color:#1566ab;font-size:15px;display: block;padding: 0 0 10px;}
.sub_cont.sub02_4_5 .wrap_box_line .box p{font-size:13px;}
.cl{clear: both;}

.family{position: absolute;right: 10px;top: 12px;}
.family p{padding: 0 0 5px;}
.family .tab{display: block;width: 152px;height: 29px;line-height: 29px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding: 0 0 0 9px;
background: #fff url('/images/arrow_family.png') 90% center no-repeat;
}
.family .set_link{display: none;background:#fff}
.family .set_link a{display: block;line-height:22px;padding: 0 0 0 9px;}


.policy .list_banner{height: 400px;overflow-y: scroll;}
.list_banner .etc .site ul li {
    float: left;
    width: 50%;
    padding: 5px 0;
}
.list_banner .etc .site ul li img{width: 100%;}
.list_banner .etc .site ul {
    overflow: hidden;
}

.list_banner .etc .site .title {
    margin-bottom: 10px;
    padding: 13px 30px 12px;
    background: #fcfcfc url(../images/bg_etc_02.png) 11px 13px no-repeat;
    border-top: 1px solid #28a73f;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: bold;
    color: #4f4f4f;
}

.list_qa{margin: 15px 0;text-align: left;border-top:1px solid #cbcbcb}
.list_qa .view {
    display: none;
    padding: 12px 15px 27px 56px;
    background: url(/images/txt_a.png) 18px 22px no-repeat;
    font-size: 14px;
    font-weight: 500;
    color: #6c6b6b;
    line-height: 23px;
    border-bottom: 1px solid #cbcbcb;
}
.list_qa .tab {
    display: block;
    padding: 14px 10px 25px 54px;
    background: #fff url(/images/txt_q.png) 14px 22px no-repeat;
    font-size: 14px;
    font-weight: 300;
    color: #498522;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    line-height: 150%;
}
.list_qa .tab:after{content:'';width: 39px;height: 14px;position: absolute;right: 40px;top: 40px;}
.list_qa .tab.active:after{content:'';width: 39px;height: 14px;position: absolute;right: 40px;top: 40px;}


.sub_tab.qa li{width: 155px;margin: 0 0 0 -2px;}
.sub_tab.qa2{overflow: hidden;}
.sub_tab.qa2 li{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;width: 25%;margin: 0;float: left;border-left:0;border-color: #b2b2b2 !important;min-width: auto;padding: 0;}
.sub_tab.qa2 li:first-child{border-left:1px solid #b2b2b2;}
.sub_tab.qa2 li a {
    font-size: 11px;
}

.sub_tab.qa2 li.active a, .sub_tab.qa2 li:hover a {
    color: #1d1c1c;
}
.sub_tab.qa2 li:hover, .sub_tab.qa2 li.active {
    background: #e1e1e1;
}

.qa_top .img{text-align:center;margin: 15px 0 0;}
.qa_top .img img{width: 100%;}
.qa_top .box{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;margin: 0 auto;border-radius:10px;background:#faf9f9;border:1px solid #c3c3c3;position: relative;padding: 22px 10px;font-size: 14px;font-weight:400 ;color: #767676;line-height:170%}
.qa_top .box h2{font-size: 16px;font-weight:600 ;color: #4c4c4c;padding: 0 0 10px;}
.qa_top .box strong{font-size: 15px;font-weight:600 ;color: #505050;}
.qa_top .box .tel {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    padding: 10px 0 0 52px;
    background: url(/images/icon_tel_qa.png) 0 0 no-repeat;
        background-size: auto;
    top: 29px;
    background-size: 45px auto;
	margin: 10px 0 0;
}
.qa_top .box .tel strong{font-size:20px;font-weight:600 ;color: #68b628;}

.list_point {margin: 0 auto;}
.list_point strong{font-size:16px;color: #000;font-weight: 600;display: block;padding: 0 0 7px;}
.list_point .tit1{text-align:center;font-size:14px;color: #48a32f;font-weight: 600;padding: 10px 0 15px;}
.list_point .txt_top{text-align:center;font-size:15px;color: #232323;font-weight: 600;line-height:25px;padding: 0 0 25px;}
.list_point .txt_top strong{display: inline;color: #e70e9d;font-size:15px;}
.list_point ul{overflow: hidden;}
.list_point ul li {
    width: 46%;
    float: left;
    margin: 0 2% 0;
    height: auto;
}
.list_point ul li .img{padding: 0;}

.recruit1_n .logo {
    text-align: center;
    padding: 0 0 41px;
    width: auto;
}
.recruit1_n .logo img{width: auto;display: inline-block;}
.recruit1_n .ov{border:1px solid #d2d2d2;margin: 0 auto;}
.recruit1_n .ov .ment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 0 25px;
    font-size: 15px;
    color: #454545;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    font-family: 'NanumMyeongjo';
    font-style: italic;
}
.recruit1_n .ment2 {
    text-align: center;
    padding: 34px 0 15px;
}
.recruit1_n .ment2 p{padding: 0 0 6px;}
.recruit1_n .ment2 p strong{color: #498522;font-size: 13px;}
.recruit1_n .btn_area {text-align:center;margin: 15px 0 0 ;}
.recruit1_n .btn_area a {
    border: 0;
    height: 52px;
    line-height: 52px;
    padding: 0;
    width: 275px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #6ea54a;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.sub_cont.sub01_2_3_n .section2 img{vertical-align: top;margin: 0 0 10px;}


.section1.section_main .section_inner{padding:0 25px 50px;}
.section1.section_main  .bx-controls-direction a{display:inline-block;width:13px;height:23px;position:absolute;top:60%;font-size:0;}
.section1.section_main  .bx-controls-direction .bx-prev{background: url(/images/prev_sec02.png) no-repeat;left:5px;}
.section1.section_main  .bx-controls-direction .bx-next{background: url(/images/next_sec02.png) no-repeat;right:5px;}

.txt_p {
    color: #602ca6 !important;
}

@media only screen and (max-width : 320px) {
.section2.section_main ul li .txt2 {
    font-size: 12px;
}
.section2.section_main ul li .img img{height: 168px;}
.section2.section_main ul li {
    height: 168px;
}
.section3.section_main .txt1 {
    font-size: 14px;
}
.section6 .section_inner .address .time span {
    width: 45px;
}
}


.sub_cont_r02 .section4 .inner .cell2 li{color: #a98b00;background: url('/images/dot_yy.png') 0 12px no-repeat;}

.list_banner .etc .site ul li {
    float: left;
    width: 50%;
    padding: 15px 0;
	height: 111px;
}
.list_banner .etc .site ul {
    overflow: hidden;
}

.list_banner .etc .site .title {
    margin-bottom: 10px;
    padding: 13px 30px 12px;
    background: #fcfcfc url(../images/bg_etc_02.png) 11px 13px no-repeat;
    border-top: 1px solid #28a73f;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: bold;
    color: #4f4f4f;
}

.privacy-policy .policy .list_banner {
    height: 500px;
    overflow-y: scroll;
}
.wrap_submenu li {
   
}
.wrap_submenu .menu_list li{width: auto;line-height: 24px;padding: 10px;}
