@CHARSET "utf-8";
/*Noto*/
@font-face {
font-family:'NotoSansKR';
font-weight:100;
font-style:normal;
src:url('fonts/Noto/NotoSans-Light.eot'); /* IE9 Compat Modes */
src:url('fonts/Noto/NotoSans-Light.otf') format('opentype'),
url('fonts/Noto/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/Noto/NotoSans-Light.woff') format('woff'); /* 웹 브라우저 버전 */
}
@font-face {
font-family:'NotoSansKR';
font-weight:300;
font-style:normal;
src:url('fonts/Noto/NotoSansKR-Regular.eot'); /* IE9 Compat Modes */
src:url('fonts/Noto/NotoSansKR-Regular.otf') format('opentype'),
url('fonts/Noto/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Noto/NotoSansKR-Regular.woff') format('woff'); /* 웹 브라우저 버전 */
}

@font-face {
font-family:'NotoSansKR';
font-weight:600;
font-style:normal;
src:url('fonts/Noto/NotoSansKR-Medium.eot'); /* IE9 Compat Modes */
src:url('fonts/Noto/NotoSansKR-Medium.otf') format('opentype'),
url('fonts/Noto/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/Noto/NotoSansKR-Medium.woff') format('woff'); /* 웹 브라우저 버전 */
}

@font-face {
font-family:'NotoSansKR';
font-weight:700;
font-style:normal;
src:url('fonts/Noto/NotoSansKR-Bold.eot'); /* IE9 Compat Modes */
src:url('fonts/Noto/NotoSansKR-Bold.otf') format('opentype'),
url('fonts/Noto/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Noto/NotoSansKR-Bold.woff') format('woff'); /* 웹 브라우저 버전 */
}
body *{font-family:'NotoSansKR';}
#wrap{padding: 136px 0 0;}
#wrap.main{padding: 0 0 0;}
.txts{font-size: 17px; color: #767676;}
.mo{display: none;}
@media all and (max-width:480px){
    .txts{font-size: 14px;}
    .mo{display: block;}
    .pc{display: none;}
}
.main_l{display: none;}
.main .main_l{display: inline-block !important;}
.main .sub_l{display: none !important;}

.info_top{line-height:34px;height:34px;background:#fff;font-weight: 600;font-size:13px;border-bottom:1px solid #d3d3d3;}
.info_top .inner{position: relative;margin: 0 auto;width: 1200px;}
.info_top .inner ul{position: absolute;right: 0;top: 0;}
.info_top .inner ul li{display: inline-block;padding: 0 12px 0 ;background: url(/images/bar_topinfo.png) 0 center no-repeat;margin-left:-2px ;}
.info_top .inner ul li:first-child{background:none}
.info_top .inner ul li a{font-size:13px;color:#727272;font-weight: 400;}

.wrap_gnb .logo{display:inline-block;padding:32px 0 0;}

.wrap_gnb {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 136px;
    z-index: 999;
    overflow: hidden;
	border-bottom:1px solid rgba(255, 255, 255, 0.50)
}
.main .wrap_gnb {
    /*background: url(/images/bg_gnb.png) 0 0 repeat-x;*/
    position: absolute;
    top: 0;
    width: 100%;

}
.wrap_gnb:after{content:'';position: absolute;left: 0;top: 136px;height: 202px;background:#ffffff;width: 100%;border-top:1px solid #d3d3d3;}
.gnb{height:302px;max-width:1280px;margin:0 auto;position:relative;box-sizing:border-box;}
.gnb .btn_inquiry_top{position:absolute;right:0;top:38px;width: 143px;line-height:42px;text-align:center;border:2px solid #e43965;border-radius:28px;font-size:16px;color:#e43965;font-weight: 400;}


.main .gnb .list_gnb li a.menu{color: #fff;}
.gnb .list_gnb {position:absolute;right:-50px;top:0;width:822px;z-index:9999}
.gnb .list_gnb li{float:left;margin-left:72px;text-align:center;}
.gnb .list_gnb li a.menu{display:block;line-height:102px;font-weight: 200;font-size:18px;color:#6d6d6d;}
.gnb .list_gnb li:hover a.menu{color:#00f8af;font-weight:600 ;}
.gnb .list_gnb li ul{padding:14px 0 0;}
.gnb .list_gnb li ul li{line-height:35px;margin:0;float:none;}
.gnb .list_gnb li ul li a{font-size:15px;color:#a1a1a1;}
.gnb .list_gnb li ul li a:hover{color:#000;}
.gnb .list_gnb li:hover ul{background: url(/images/bar_gnb.png) center 0 no-repeat;}


.m_open, nav {
    display: none;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 877px;
    height: 100%;
    left: 50%;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -440px;
}
.mfp-arrow-right {
    right: -13px;
}
.mfp-arrow-left {
    left: -13px;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
    display: none;
}
.mfp-title {
    text-align: left;
    line-height: 41px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 20px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    white-space: nowrap;
    font-weight: 600;
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.6;
	filter:alpha(opacity=80)
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width:100%;
	cursor:pointer
}
.mfp-ajax-cur {
	cursor:pointer
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:pointer
}

.mfp-auto-cursor .mfp-content {
	cursor:auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none!important
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#CCC
}
.mfp-preloader a:hover {
	color:#FFF
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display:none
}
button.mfp-arrow,button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none
}
button::-moz-focus-inner {
	padding:0;
	border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,.mfp-close:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.mfp-close:active {
	top:1px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap
}
.mfp-arrow {
	position:absolute;
	opacity:.65;
	filter:alpha(opacity=65);
	margin:-55px 0 0;
	top:50%;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:focus,.mfp-arrow:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:inset transparent
}
.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7
}
.mfp-arrow-left {
	left:0
}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right:17px solid #FFF;
	margin-left:31px
}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3F3F3F
}
.mfp-arrow-right {
	right:0
}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left:17px solid #FFF;
	margin-left:39px
}
.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#444
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {

	margin-top:-36px;
	position:absolute;
	top: 6%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}

.mfp-ie7 .mfp-img {
	padding:0
}
.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px
}
.mfp-ie7 .mfp-container {
	padding:0
}
.mfp-ie7 .mfp-content {
	padding-top:44px
}
.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0
}

			/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    color: #fff;
    opacity: 1;
    font-size: 44px;
}
.mfp-arrow-left{background: url(/images/btn_tab_prev.png) center center no-repeat !important;}
.mfp-arrow-right{background: url(/images/btn_tab_next.png) center center no-repeat !important;}
.mfp-arrow::before,.mfp-arrow::after{display:none;}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 877px;
    height: 100%;
    left: 50%;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -440px;
}
.mfp-content {
 width: 500px !important;
}
.mfp-container img{width: 100%;max-width: 100%;}

.list_btn_main{width: 1280px;position: absolute;z-index:99;top: 300px;left: 50%;margin-left:-640px ;}
.list_btn_main .inner{width: 386px;float: right;}
.list_btn_main .fda{float: left; position: absolute; left: 0; bottom: -120px; text-align: center;}
.list_btn_main .fda p{font-size: 16px; color: #fff;margin-top: 15px;line-height: 1.4;text-align: left;}

.list_btn_main li{line-height:64px;margin: 0 0 17px;display: block;}
.list_btn_main li a{display: block;font-size:18px;color:#ffffff;font-weight: 300;background: rgba(79, 117, 142, 0.64) url(/images/arrow_main.png) 90% center no-repeat;padding: 0 0 0 27px;}
.list_btn_main li a:hover{background: #00e8a7 url(/images/arrow_main.png) 90% center no-repeat;color: #000;}

.slider_main_top .main_top li{/*height: 836px;*/ height: 786px; background-size: cover;}
.slider_main_top .main_top .slide01{background:url(/images/img_slider_1.jpg) center 0 no-repeat;}
.slider_main_top .main_top .slide02{background:url(/images/img_slider_5.jpg) center 0 no-repeat;}
.slider_main_top .main_top .slide03{background:url(/images/img_slider_4.jpg) center 0 no-repeat;}
.slider_main_top .main_top .slide04{background:url(/images/img_slider_3.jpg) center 0 no-repeat;}
@media all and (max-width:1200px){
    .list_btn_main .fda{float: left;left: 40px;  bottom: 0;}
    .list_btn_main .fda img{width: 90px;}
}

@media all and (max-width:768px){
    .slider_main_top .main_top .slide01{background:url(/images/slide1_m.jpg) center 0 no-repeat;}
    .slider_main_top .main_top .slide02{background:url(/images/slide2_m.jpg) center 0 no-repeat;}
    .slider_main_top .main_top .slide03{background:url(/images/slide3_m.jpg) center 0 no-repeat;}
    .slider_main_top .main_top .slide04{background:url(/images/slide4_m.jpg) center 0 no-repeat;}
    .list_btn_main .fda p{font-size: 13px;}     
}

.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 li .ment{max-width: 1280px;padding: 248px 0 0;margin: 0 auto;}
.slider_main_top li .ment .txt1{font-size:22px;color:#fff;font-weight: 300;padding: 0 0 22px;}
.slider_main_top li .ment .txt2{font-size:63px;color:#fff;font-weight: 100;line-height:75px;letter-spacing:-2px;}
.slider_main_top li .ment .txt3{font-size:63px;color:#fff;font-weight: 700;line-height:75px;letter-spacing:-2px;}

.slider_main_top li .ment .btn{width: 199px;line-height:55px;text-align:center;border:1px solid #fff;font-size:20px;color:#252525;font-weight: 100;display: inline-block;}

.slider_main_top .pager_slider{position: absolute;border-top:1px solid rgba(255, 255, 255, 0.50);position: absolute;left: 0;bottom: 0;width: 100%;height: 58px;}
.slider_main_top .pager_slider .inner{max-width: 1280px;margin: 0 auto;padding: 25px 0;}
.slider_main_top .pager_slider .inner ul{display: inline-block;}
.slider_main_top .pager_slider .inner li {display: inline-block;margin: 0 10px 0 0}
.slider_main_top .pager_slider .inner li a{display: inline-block;width: 6px;
	height: 6px;border:2px solid #fff;
	text-indent: -9999px;outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;}

.slider_main_top .pager_slider .inner li a.active{background: #7eff10;border:2px solid #7eff10;}
.slider_main_top .pager_slider .inner button{display: inline-block;width: 10px;
	height: 11px;
	text-indent: -9999px;outline: 0;
	border:0;
	cursor:pointer;
	vertical-align: top;
}
.slider_main_top .pager_slider .inner button.play{background: url(/images/icon_play.png) center center no-repeat;}
.slider_main_top .pager_slider .inner button.pause{background: url(/images/icon_stop.png) center center no-repeat;margin: 0 0 0 7px}


.tit_c{font-size:36px;color:#252525;font-weight:200 ;text-align:center;padding: 88px 0 38px;text-transform: uppercase;}
.tit_c strong{font-weight:600 ;}

.section_main .inner{max-width:1200px;margin:0 auto;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position:relative;overflow:hidden;}

.section_main.section1{text-align:center;}
.section_main.section1 .inner{max-width: 1280px;}
.section_main.section1 li{display: inline-block;width: 588px;margin: 0 11px 38px;}
.section_main.section1 .img{overflow: hidden;border:1px solid #cecece;}
.section_main.section1 .img img{float: left;width: 100%;}

.section_main.section1 .txt1{font-size:22px;color:#424242;font-weight:600 ;padding: 14px 0 15px;}
.section_main.section1 .txt2{font-size:15px;color:#848484;font-weight:300 ;line-height:23px;padding: 0 0 12px;}
.section_main.section1 .more{
display: inline-block;
border: 0;
height: 33px;
line-height: 33px;
padding: 0;
width: 149px;
text-align: center;
font-size: 15px;
color: #fff;
background: #000;
font-weight: 300;
border-radius:25px;
}

.section_main.section2{background: url(/images/bg_sec_main_2.png) center center no-repeat;background-size:cover;padding: 0 0 58px;}
.section_main.section2 .cell{float: left;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.section_main.section2 .cell1{width: 296px;float: left;padding: 0px 0 0;}
.section_main.section2 .cell2{width: 650px;float: left;border:5px solid #fff;}
.section_main.section2 .cell2 img,.section_main.section2 .cell2 iframe{width: 100%;}
.section_main.section2 .cell3{width: 505px;float: right;padding: 65px 0 0 0;}
.section_main.section2 .cell3 .txt{line-height:28px;font-size: 17px;letter-spacing: -1px;}
.section_main.section2 .cell3 ul{overflow: hidden;padding: 30px 0;width: 100%; display: flex;flex-wrap: wrap;}
.section_main.section2 .cell3 ul li{width: 100%;}

.section_main.section2 .cell *{color: #fff;}

.section_main.section2 .cell1 li{padding: 0 0 52px;}
.section_main.section2 .cell1 li strong{font-size:77px;font-weight:300 ;}
.section_main.section2 .cell1 li span{font-size:50px;font-weight:300 ;}
.section_main.section2 .cell1 li p{font-size:18px;font-weight:300 ;padding: 8px 0 0 10px;}

.section_main.section2 .cell3 li{border-bottom:1px solid #b8f0e0;}
.section_main.section2 .cell3 li a{display: block;padding: 34px 0 34px 102px;font-size:20px;font-weight:600 ;}
.section_main.section2 .cell3 li:nth-child(1) a{background: url(/images/icon_sec_main_2_1.png) 30px center no-repeat;}
.section_main.section2 .cell3 li:nth-child(2) a{background: url(/images/icon_sec_main_2_2.png) 30px center no-repeat;}
.section_main.section2 .cell3 li:nth-child(3) a{background: url(/images/icon_sec_main_2_3.png) 30px center no-repeat;}
.section_main.section2 .cell3 li:nth-child(4) a{background: url(/images/icon_sec_main_2_4.png) 30px center no-repeat;}

.section_main.section3{background:#f7f7f7}
.section_main.section3 .red{color: #d70e0e !important;}
.section_main.section3 ul{overflow: hidden;}
.section_main.section3 li strong {
    display: inline-block;
    padding: 0 0 0 45px;
    margin-right: 5px;
    position: absolute;
	left: 0;
	top: 0;
	font-size:15px;color:#000000;font-weight:300 ;

}
.section_main.section3 li .txt1 {
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 44px;
    width: 100%;
    float: left;
	padding: 0 12px;
}
.section_main.section3 li .txt1.height{height: 115px;}
.section_main.section3 li {
    line-height: 48px;
    overflow: hidden;
	padding: 0 30px 0 150px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0 0 22px;
}

.section_main.section3 li:nth-child(5),.section_main.section3 li:nth-child(6){width: 100%;}
.section_main.section3 .title{position: relative;padding: 0 0 18px 39px;background: url(/images/img_sec_main_3_1.png) 0 14px no-repeat;overflow: hidden;}
.section_main.section3 .title h2{width: 555px;float: left;font-size:17px;color:#000000;font-weight:200 ;line-height:30px;}

.section_main.section3 .title .txt_r{float: right;width: 555px;}
.section_main.section3 .title .txt_r p{font-size:25px;line-height:40px;}
.section_main.section3 .title .txt_r p span{display: inline-block;width: 122px;font-size:17px;font-weight:100 ;text-transform: uppercase;}

.section_main.section3 .txt_line{border-top:1px solid #959595;padding: 15px 36px 40px;font-size:12px ;}

.section_main.section3 .agree{border-top:1px solid #959595;padding: 34px 36px 107px;}
.section_main.section3 .agree label{font-size:15px ;}
.section_main.section3 .agree a{display: inline-block;font-size:12px ;margin: 0 0 0 7px;padding: 0 0 5px;border-bottom:2px solid #7b7b7b;}
.section_main.section3 .btn{display: inline-block;
width: 295px;
height: 68px;
line-height: 68px;
text-align: center;
background: #0bc793;
border:1px solid #0bc793;
font-size: 22px;
color: #fff;
font-weight: 200;
position: absolute;
right: 0;
bottom: 75px;
border:0;
cursor:pointer
}
.section_main.section3 .btn:hover{background: #fff;border:1px solid #e11515;color: #000;}

.txt_c {
    font-size: 17px;
    color: #252525;
    font-weight: 200;
    text-align: center;
    padding: 0 0 43px;
	line-height:150%
}
.section_main.section4{padding: 0 0 10px;}

.section5{max-width: 1200px; margin: 0 auto;}
.section5 .btn_tel{padding:2px 0 20px 72px ;background: url(/images/icon_tel.png) 0 0 no-repeat;font-size:15px;color:#212121;font-weight:400 ;}
.section5 .btn_tel strong{display: block;font-size:29px;color:#0ebaac;font-weight:800 ;padding: 5px 0 0;}
.section5 .f_top {display: flex; justify-content: space-between; margin: 50px 0;color: #848484;}
.section5 .f_top .f_left {display: flex; flex-direction: column;justify-content: center;}
.section5 .f_top .f_left p {font-size: 17px;margin: 20px 0 35px;line-height: 1.4;}
.section5 .f_top .f_left .btn {background: #00ba82; color: #fff; font-size: 16px; padding: 1rem 0.5rem; text-align: center; width: 50%;}
.section5 .f_top .f_right{line-height: 1.3;}
.section5 .f_top .f_right .tit {font-size: 29px;color: #0ebaac; font-weight: 800;}
.section5 .f_top .f_right p {font-size: 17px; padding: 8px 0 20px;}
.section5 .f_top .f_right .map{overflow: hidden;} 
.section5 .f_top .f_right iframe {width: 540px;height: 360px; }

.wrap_footer .f_bot {background: url(/images/bg_sec_main_2.png) center center no-repeat;background-size: cover;margin: 0 auto;}
.wrap_footer .inner {max-width: 1200px;margin: 0 auto;padding: 50px 10px;text-align: center;}
.wrap_footer .f_bot .address {font-size: 16px; color: #666;line-height: 1.3;}
.wrap_footer .f_bot .address span {display: inline-block; border-right: 1px solid #666; padding-left: 12px; margin-right: 10px;height: 13px;}
.wrap_footer .f_bot .sns_wrap{margin-bottom: 10px;}
.wrap_footer .f_bot .sns_wrap a{display: inline-block;}
.wrap_footer .f_bot .sns_wrap a + a {margin-left: 10px;}
.wrap_footer .f_bot .sns_wrap img {width: auto;}

@media all and (max-width: 870px){
    .section5 .f_top {flex-wrap: wrap;justify-content: center;}
    .section5 .f_top .f_left{align-items: center;margin-bottom: 50px;}
    .section5 .f_top .f_right {text-align: center;}

}
@media all and (max-width: 580px) {
    .section5 .f_top .f_right iframe {width: 100%;height: 240px;}
    .section5 .f_top .f_left{margin-bottom: 30px;}
    .section5 .f_top .f_left p{margin: 20px 0 25px;font-size: 14px;}
    /* .section5 .f_top .f_left .btn {font-size: 15px;padding: 0.6rem 0.2rem;} */
    .section5 .f_top .f_right .tit {font-size: 24px;}
    .section5 .f_top .f_right p {font-size: 14px; padding: 3px 0 20px;}
    .wrap_footer .f_bot .address {font-size: 14px;}
}



.wrap_footer{border-top:1px solid #e2e2e2;}
.wrap_footer .footer{line-height:18px;padding:28px 0px 28px 176px;max-width:1200px;margin:0 auto;position: relative;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.wrap_footer .footer *{color:#898989;font-size:13px;}
.wrap_footer .footer li span{display:inline-block;width:17px;line-height:20px;}
.wrap_footer .footer li.copy{color: #505050;margin: 15px 0 0;text-transform: uppercase;}
.wrap_footer .footer .btn_tel{position: absolute;right: 0;top: 30px;padding:2px 0 20px 72px ;background: url(/images/icon_tel.png) 0 0 no-repeat;font-size:15px;color:#212121;font-weight:400 ;}
.wrap_footer .footer .btn_tel strong{display: block;font-size:29px;color:#0ebaac;font-weight:800 ;padding: 5px 0 0;}
.wrap_footer .footer h1{position: absolute;left: 0;top: 32px;}

#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; max-width: 820px; 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 { overflow-y: auto; padding: 30px; text-align: left; line-height:160% }
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; }
a.popup-trigger2 { display: inline-block; padding: 0 5px; line-height: 1.25; text-indent: 0; color: #fff; font-size: 12px; vertical-align: middle; }

.list_prd{border-top:1px solid #a3a3a3;padding-top: 50px;}
.sub_top {
    height: 339px;
    line-height: 339px;
    font-size: 63px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.sub_top .step_sub {
    padding: 25px 20px;
    color: #fff;
    position: absolute;
    line-height: 100%;
    left: 8%;
    font-size: 13px;
    font-family: 'dotum';
	font-weight:200 ;
}
.container{max-width: 1200px;margin: 0 auto;padding: 0 0 50px;}

.tit_sub {
    font-size: 36px;
    color: #252525;
    font-weight: 200;
    text-align: center;
    padding: 66px 0 25px;
    border-bottom: 1px solid #a3a3a3;
	margin: 0 0 50px;
}
.txt_cus_c{font-size:20px;color:#252525;font-weight: 200;text-transform: uppercase;text-align:center;padding: 0 0 55px;}

.detail_prd_top{overflow: hidden;padding: 0 10px 59px;}
.detail_prd_top .img{width: 622px;float: left;border:1px solid #b1b1b1;}
.detail_prd_top .ment{width: 478px;float: right;padding: 34px 0 0;}
.detail_prd_top .ment ul{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding: 20px 5px;}
.detail_prd_top .ment ul li{position: relative;font-size:16px;color:#8f8f8f;font-weight:500 ;line-height:46px;}
.detail_prd_top .ment ul li strong{display: inline-block;width: 120px;color: #000;font-weight:500 ;}

.detail_prd_top .ment p{font-size:16px;color:#8f8f8f;font-weight:500 ;line-height:26px;padding:34px 5px ;}

.detail_prd_top .ment .btn_area{text-align:center;}
.detail_prd_top .ment .btn_area .btn{
border: 0;
height: 43px;
line-height: 43px;
padding: 0;
width: 208px;
text-align: center;
font-size: 16px;
color: #fff;
background: #0abe9e;
font-weight: 300;
cursor: pointer;
display: inline-block;
}

.detail_prd .tab{border-bottom:1px solid #393939;}
.detail_prd .tab li{border: 0;
height: 52px;
line-height: 52px;
padding: 0;
width: 296px;
text-align: center;

background: #393939;

cursor: pointer;
display: inline-block;}

.detail_prd .tab li a{color: #fff;font-size: 15px;
font-weight: 600;}
.detail_prd .cont{padding: 50px 0; overflow: hidden;}
.detail_prd .cont .video_con{padding: 80px 0;text-align: center;}
.detail_prd .cont video{width: 950px; outline: none;}
.detail_prd .cont .player{margin-bottom: 80px;}
.sub_tab{text-align:center;line-height: 40px;background:#e9e9e9;border-bottom:1px solid #aaa;}
@media all and (max-width:980px){
    .detail_prd .cont video{width: 100%;}
    .detail_prd .cont .player{width: 100% !important;position: relative;height: 0;padding-bottom: 56.25%;}
    .detail_prd .cont iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}


.sub_tab{text-align:center;line-height: 40px;background:#e9e9e9;border-bottom:1px solid #a0a0a0}


.sub_tab li{display: inline-block;
padding: 0 62px;
text-align: center;
background: url(../images/bar_sub_tab.png) 0 center no-repeat;
}
.sub_tab li:first-child {
   background:none
}
.sub_tab li a{display: block;font-size: 16px;
color: #1e1e1e;
font-weight: 400;}

.sub_tab li:hover a,.sub_tab li.active a{color: #00a983;font-weight:600 ;}

.select_box {
    position: relative;
background: #fff url(/images/icon_combo.png) 95% center no-repeat;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #e5e5e5;
height: 44px;
}
.select_box label {
    position: absolute;
    font-size: 14px;
    color: #646464;
    top: 0px;
    left: 12px;
    letter-spacing: 1px;
	height: 40px;
	 line-height: 40px;
}
.select_box select.color {
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE 8 */
}

input[type="text"].prj_file {
    width: 90%;
    margin-right: 0;
    background: transparent;
	font-size:15px;color:#9c9c9c;
	border:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 44px;
}
.wrap_insert_file{overflow: hidden;vertical-align: top;}
.insert_file_target {
    display: none;
}
.insert_file {
    display: inline-block;
    font-size: 28px;
    color: #67b728;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
	width: 10%;
	float: left;
}
.pc{display: block;}
.mobile{display: none;}

.section_main.section1.list_prd ul{overflow: hidden;}
.section_main.section1.list_prd li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 38px;
    box-sizing: border-box;
    float: left;
}
.section_main.section1.list_prd .txt2 {
    font-size: 17px;
    padding: 0 20px 12px;
}

.sub_cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 88px 0 50px;
}
.sub_cont p {
    font-size: 17px;
    color: #767676;
    line-height: 28px;
    padding: 0 0 45px;
    font-weight: 100;
    letter-spacing: -1px;
}

.sub_cont .ov {
  overflow: hidden;
}

.sub_cont p.green {
    color: #5f9a88;
    font-weight: 600;
}
.sub_cont.sub01_1 .section1 p.tit {
    font-size: 30px;
    color: #00ba82;
    font-weight: 800;
	text-align:center;
	padding: 0 0 62px;
}
.sub_cont .img{text-align:center;}
.sub_cont.sub01_1 .img{width: 529px;float: left;}
.sub_cont.sub01_1 .ment{width: 622px;float: right;}
.sub_cont.sub01_1 span {text-align: right;display: block;color: #222; font-weight: 600;}

.sub_cont .tit_line {
    margin: 0 0 34px;
	text-align:center;
}
.sub_cont .tit_line strong {
    font-size: 33px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 15px;
    background: url(/images/line_sub_1_2.png) center bottom no-repeat;
}

.sub_cont.sub01_2 .section1 .list{position: relative;width: 1122px;margin: 0 auto;padding: 132px 0 117px;}
.sub_cont.sub01_2 .section1 .list li{position: absolute;}
.sub_cont.sub01_2 .section1 .list li p{font-size:16px ;}
.sub_cont.sub01_2 .section1 .list li strong{display: block;color: #6eaa01;padding: 0 0 5px;font-size: 28px;font-weight: 500;}

.sub_cont.sub01_2 .section1 .list .img img{width:490px ;}

.sub_cont.sub01_2 .section1 .list li:nth-child(1){text-align:center;top: 29px;width: 100%;left: 0;}
.sub_cont.sub01_2 .section1 .list li:nth-child(2) {left: 0;top: 369px;}
.sub_cont.sub01_2 .section1 .list li:nth-child(2) strong{color: #4a9ec9;}
.sub_cont.sub01_2 .section1 .list li:nth-child(3) strong{color: #17a58f;}
.sub_cont.sub01_2 .section1 .list li:nth-child(3){right: 25px;top: 369px;}

.sub_cont.sub01_2 .section2 .list{overflow: hidden;text-align:center;}
.sub_cont.sub01_2 .section2 .list li{width: 318px;height: 325px;display: inline-block;border:1px solid #c1c1c1;overflow: hidden;border-radius: 10px;margin: 0 28px;}
.sub_cont.sub01_2 .section2 .list li strong {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #17a58f;
    font-weight: 500;
    line-height: 150%;
    background: #dbf5f0;
    letter-spacing: -1px;
    padding: 15px 10px;
    box-sizing: border-box;
    height: 96px;

}
.sub_cont.sub01_2 .section2 .list li:nth-child(2) strong{color: #0688cb;background:#e7f5fc}
.sub_cont.sub01_2 .section2 .list li:nth-child(3) strong{color: #6eaa01;background:#eff6e2}
.sub_cont.sub01_2 .section2 .list dl{padding: 27px 0 0 38px;text-align:left;}
.sub_cont.sub01_2 .section2 .list dl dd{font-size: 18px;
color: #898989;
line-height: 28px;
padding: 0 0 0 12px;
background: url('../images/dot_sub_1_1.png') 0 14px no-repeat;
letter-spacing: -1px;}

/******* 21-01-22 회장 연혁 편집 *******/
.sub_cont.sub01_2_new .section1 {position: relative;width: 1122px;margin: 0 auto;}
.sub_cont.sub01_2_new .tit {font-size: 30px;color: #00ba82;}
.sub_cont.sub01_2_new .row{display: flex;}
.sub_cont.sub01_2_new .left{width:40%;}
.sub_cont.sub01_2_new .right{width:60%; padding: 0 20px;}
.sub_cont.sub01_2_new .right .career{margin:30px 0 50px;}
.sub_cont.sub01_2_new .right dl {font-size: 17px; line-height: 1.7;display: flex;width: 100%;border-bottom: 1px solid #ddd;padding: 15px 5px;color: #767676;}
.sub_cont.sub01_2_new .right dt {width: 30%; font-weight: bold; color: #222;}
.sub_cont.sub01_2_new .right dd {width: 70%;}

.sub_cont.sub01_2_new .right .award{margin-top: 30px;}
.sub_cont.sub01_2_new .right .col{flex-direction: column;width: 70%;}


.sub_cont.sub01_2_new .left table{ text-align: center;border: 1px solid #ccc;width: 90%;  margin: 40px auto 0; color: #666;}
.sub_cont.sub01_2_new .left th{background-color: #efefef;border: 1px solid #efefef;padding: 10px;border-right: 1px solid #ccc;border-left: 1px solid #ccc;border-top: 1px solid #ccc;font-weight: 500;}
.sub_cont.sub01_2_new .left td{border-left: 1px solid #ccc;padding: 10px;font-size: 15px;}

@media all and (max-width: 1200px){
    .sub_cont.sub01_2_new .section1{width: 100%;}
    
}
@media all and (max-width: 768px){
    .sub_cont.sub01_2_new .row{flex-direction: column;}
    .sub_cont .img img {width: 250px !important;margin: 0 auto;}
    .sub_cont.sub01_2_new .left{width: 100%;}
    .sub_cont.sub01_2_new .left table{margin: 40px auto 0;width: 100%;font-size: 14px;}
    .sub_cont.sub01_2_new .right{width: 100%;padding: 0;margin-top: 50px;}
    .sub_cont.sub01_2_new .right dl{font-size: 14px;padding: 10px 5px;}
    .sub_cont.sub01_2_new .tit{font-size: 20px;}
    /* .sub_cont.sub01_2_new .left td br{display: none;} */
    .sub_cont.sub01_2_new .left td{font-size: 14px;}

}
@media all and (max-width: 480px){
    .sub_cont.sub01_2_new .left td{font-size: 13px;}
}
/*******  //21-01-22 회장 연혁 편집  *******/


.sub_cont.sub01_3{max-width:932px;margin: 0 auto;}
.sub_cont.sub01_3 .section1{position: relative;padding: 0 0 66px;}
.sub_cont.sub01_3 .section1 li{position: relative;z-index:9;display: inline-block;}
.sub_cont.sub01_3 .section1 li:nth-child(2){margin: 0 202px;}
.sub_cont.sub01_3 .section1:after{position: absolute;content:'';display: block;width: 100%;height: 1px;background:#bfcbdd;top: 85px;}

.sub_cont.sub01_3 .section2 .list{position: relative;padding: 5px 0 25px 132px ;margin: 0 0 32px;}
.sub_cont.sub01_3 .section2 .list li{
color: #898989;
line-height: 36px;
font-size: 18px;

}
.sub_cont.sub01_3 .section2 .list p{position: absolute;left: 0;font-size: 17px;color: #434343;font-weight: 600;line-height:25px;width: 102px;background:#e9e9e9;text-align:center;height: 100%;padding: 0;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding:79px 0 0;}
.sub_cont.sub01_3 .section2 .list2 p{padding: 32px 0 0;}


.sub_cont.sub01_4 .wrap_tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 85px;
    margin: 0 0 5px;
    background: url(/images/bg_tit_map.png) center 0 no-repeat;
        background-size: auto;
    background-size: cover;
    overflow: hidden;
}
.sub_cont.sub01_4 .wrap_tit .cell{float: left;width: 100%;}
.sub_cont.sub01_4 .wrap_tit .cell .tit{height: 60px;line-height: 60px;padding: 0 32px;font-size:16px;color: #fff;font-weight:600 ;display: inline-block;border-right:1px solid #a1e4df;vertical-align: top;}
.sub_cont.sub01_4 .wrap_tit .cell .ment{display: inline-block;padding: 7px 0 0 32px;vertical-align: top;}
.sub_cont.sub01_4 .wrap_tit .cell .ment dt{font-size:24px;color: #bdffd7;font-weight:600 ;padding: 0 0 5px;vertical-align: top;}
.sub_cont.sub01_4 .wrap_tit .cell .ment dd{font-size:16px;color: #bdffd7;font-weight:600 ;}

.sub_cont.sub01_4 .wrap_tit .cell .ment li {
    font-size: 17px;
    color: #004c46;
    font-weight: 100;
    display: inline-block;
    padding: 0 0 0 23px;
    line-height: 22px;
    padding: 0 15px 5px 0;
    vertical-align: top;
}
.sub_cont.sub01_4 .wrap_tit .cell2 .tit{color: #004c46;}

.sub_cont.sub01_4 .map{border:1px solid #c0c0c0;}


.sub_cont.sub01_4 .section1 .cell{position: relative;padding: 28px 0 0 248px;}
.sub_cont.sub01_4 .section1 .cell .tit{position: absolute;left: 77px;top: 22px;font-size: 18px;color: #5c5c5c;font-weight: 600;}
.sub_cont.sub01_4 .section1 .cell dt{font-size: 16px;color: #0ebaac;font-weight: 700;padding: 0 0 5px;}
.sub_cont.sub01_4 .section1 .cell dd{font-size: 16px;color: #5c5c5c;font-weight: 100;padding: 0 0 25px;line-height:25px;}
.sub_cont.sub01_4 .section1 .cell span{color: #a30303;}
.sub_cont.sub01_4 .section1 .cell span.green{color: #1d9709;}


.sub_cont.sub03_2{max-width: 1200px;margin: 0 auto;}

.sub_cont.sub03_2 p.green {
    color: #04b281;
    font-weight: 100;
    font-size: 24px;
    line-height: 36px;
}
.sub_cont.sub03_2 p.green strong{ font-weight: 600;}

.sub_cont.sub02_1{padding: 88px 0 0; max-width: 100%;}
.sub_cont.sub02_1 .tit *{color: #04b281;}
.sub_cont.sub02_1 .tit strong{font-weight: 800;}
.sub_cont.sub02_1 .tit{line-height: 32px;padding-left:96px ;}

.sub_cont.sub02_1 .txt{padding: 10px 10px;max-width: 580px;margin: 0 auto;text-align:center;font-size: 20px;color: #fff; line-height: 28px;background:#0eb9ab;border-radius:40px;
    display: flex; justify-content: center; align-items: center;}
.sub_cont.sub02_1 .txt > img{margin-left: 10px;width: auto;display: inline-block;}
.sub_cont.sub02_1 .txt_bot{color: #767676;text-align: center;margin-top: 20px;padding: 0;}

.sub_cont.sub02_1 .list{padding: 52px 98px 102px;position: relative;}
.sub_cont.sub02_1 .list li{border:1px solid #b9b9b9;}
.sub_cont.sub02_1 .list li img{width: 100%;}

.sub_cont.sub02_1 .list .bx-controls-direction a{display:inline-block;width:18px;height:77px;position:absolute;top:155px;font-size:0;}
.sub_cont.sub02_1 .list .bx-controls-direction .bx-prev{background: url(../images/prev_sub_2.png) no-repeat;left:40px;}
.sub_cont.sub02_1 .list .bx-controls-direction .bx-next{background: url(../images/next_sub_2.png) no-repeat;right:40px;}

.sub_cont.sub02_1 .section2{overflow: hidden;padding: 0 0 0 96px;}
.sub_cont.sub02_1 .section2 li{width: 50%;float: left;height: 212px;position: relative;margin: 0 0 38px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;padding: 47px 30px 0 254px;}
.sub_cont.sub02_1 .section2 li .img{position: absolute;left: 0;top: 0;}
.sub_cont.sub02_1 .section2 li strong{font-size: 19px;display: block;color: #0eb9ab;font-weight: 700;padding: 0 0 15px;}

.sub_cont .section3{overflow: hidden;margin: 100px 0 0 0;}
.sub_cont .section3 ul{display: flex; justify-content: space-around;align-items: center; margin-top: 70px;}
.sub_cont .section3 li{text-align: center;}
.sub_cont .section3 li p{margin-top: 40px;padding: 0;}

.sub_cont .section4{overflow: hidden;margin: 100px 0 0 0;}
.sub_cont .section4 ul{display: flex; justify-content: space-around;align-items: center; margin-top: 70px;}
.sub_cont .section4 li{text-align: center;}
.sub_cont .section4 li p{margin-top: 40px;padding: 0;}

.sub_cont .section5{position: relative;max-width: 100%; margin: 100px 0 0 0;background-color: #d6f2f0;padding: 80px 10px;}
.sub_cont .section5 .inner{max-width: 1040px; margin: 0 auto;}
.sub_cont .section5 ul{display: flex; justify-content: center;align-items: center; margin-top: 50px;}
.sub_cont .section5 ul li:last-child{margin-left: 100px;}
.sub_cont .section5 li article + article{margin-top: 20px;}
.sub_cont .section5 li p{padding: 0;}
.sub_cont .section5 p.txts{display: flex;}

@media all and (max-width:1200px){
    .sub02_1 .container{padding: 0 20px 0;}
    .sub_cont.sub02_1 .section2 li:last-child{margin: 0;}
    .sub_cont.sub02_1 .section2 li:last-child p{padding: 0; margin: 0;}
}

@media all and (max-width: 900px){
    .sub_cont .section3 ul{flex-direction: column;}
    .sub_cont .section3 li + li{margin-top: 70px;}
    .sub_cont .section3 li p{margin-top: 20px;}
    .sub_cont .section4 ul{flex-direction: column;}
    .sub_cont .section4 li + li{margin-top: 70px;}
    .sub_cont .section4 li p{margin-top: 20px;}
    .sub_cont .section5{margin: 80px 0 0 0; padding: 80px 20px;}
    .sub_cont .section5 ul{flex-direction: column;}
    .sub_cont .section5 ul li:last-child{margin-left: 0;margin-top: 50px;}
    .sub_cont .section5 li article + article{margin-top: 15px;}

}
@media all and (max-width: 480px){
    .sub_cont.sub02_1 .txt > img{width: 140px;}
}



.bottom_main{text-align:center;padding: 15px 0 22px;}
.bottom_main li{display: inline-block;vertical-align:top;height: 85px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:22px 0 0;
width: 255px;
line-height:25px;
font-weight:600 ;

}
.bottom_main li:last-child{border-left:1px solid #cccccc}
.language{float: right;position: absolute;right: 150px; top: 0;background:url(/images/lan_arr.png) no-repeat center right; padding:0 25px 0 40px; position:relative;}
.language .lan_bg{display:none; background: #fff; width: 80%; position: absolute; top: 40px; left:25px; padding:8px 2px 8px 0; text-align: center; z-index: 600;z-index: 99999;}
.language .lan_bg.orange{background:#fc8d1a; }
.language .lan_bg.orange > p{color:#fff;}
.language .lan_bg.orange::before{position: absolute;top:-26px; left:-14px; background:url(/images/uti_ic_arrow_1_or.png) no-repeat; content: ''; width:106px; height:26px; }
.language .lan_bg::before{position: absolute;top:-26px; left:-14px; background:url(/images/uti_ic_arrow_1.png) no-repeat; content: ''; width:106px; height:26px; }
.language .lan_bg .close{position: absolute; top: 0; right: -23px; background: url(/images/btn_close.png) no-repeat; text-indent: -9999px; width: 18px; height: 18px;}
.language .lan_bg.orange .close{position: absolute; top: 0; right: -23px; background: url(/images/btn_close_or.png) no-repeat; text-indent: -9999px; width: 18px; height: 18px;}
.language .lan_bg > p{color:#777; font-size:13px;line-height: 23px;}
.language .lan_bg > p:hover{color:#e58721;}
.language .lan_bg.orange > p:hover{color:#714619;}
  
@media only screen and (max-width : 1200px) {
.bottom_main{overflow: hidden;}
.bottom_main li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    line-height: 18px;
    float: left;
    padding: 18px 29px;
	font-size:12px ;
	height: 79px;
}
.info_top .inner {

    position: relative;
    margin: 0 auto;
    width: auto;

}
.pc{display: none;}
.mobile{display: block;}
nav {
    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;
}
.list_gnb {
    display: none;
}
img {
    display: block;
    width: 100%;
}
header .logo {
    margin-top: 12px;
}
nav.on .m_menu {
    transform: translateX(0);
}
.m_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    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_menu .top {
    height: 60px;
    padding: 0 20px 15px;
}
.ovh {
    overflow: hidden;
}
.m_menu .logo {
    margin-top: 20px;
}
.logo {
    display: block;
    width: 150px;
}
.fl {
    float: left;
}
.m_close {
    display: block;
    width: 27px;
    height: 27px;
    margin-top: 16px;
    background: url('/images/btn_m_close.png') 0 0 no-repeat;
        background-size: auto;
    background-size: 100%;
    text-indent: -9999px;
	    position: absolute;
    right: 15px;
	top: 12px;
}

.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('/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 {
    font-size: 1.3rem;
}
.m_menu > ul button.on {
    color: #fff;
    background: url('/images/arrow_up.png') calc(100% - 20px) 50% no-repeat, #0bc793;
        background-size: auto, auto;
    background-size: 14px auto;
}
.wrap_gnb {
    border-top: 0 !important;
}
.wrap_gnb .logo {
    padding: 22px 0 0 9px;
}
.gnb .btn_inquiry_top {
    right: 65px;
    top: 22px;
    width: 110px;
    line-height: 32px;
    font-size: 13px;
}
.m_open {
    display: block;
    width: 31px;
    margin-top: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.slider_main_top .main_top li {
    height: 436px;
}
.slider_main_top li .ment {
    padding: 144px 22px 0;
}
.slider_main_top li .ment .txt1 {
    font-size: 14px;
    font-weight: 100;
}
.slider_main_top li .ment .txt2 {
    font-size: 22px;
    line-height: 29px;
}
.slider_main_top li .ment .txt3 {
    font-size: 22px;
	line-height: 29px;
}
.slider_main_top li .ment .btn {
    width: 152px;
    line-height: 39px;
    font-size: 16px;
}
.slider_main_top li {
    height: 455px;
}
.slider_main_top .bx-controls-direction a {
    top: 50%;
    margin-top: -50px;
}
.slider_main_top .bx-controls-direction .bx-prev {
    left: 3%;
}
.slider_main_top .bx-controls-direction .bx-next {
    right: 2%;
}
nav.on {
    opacity: 1;
}
.section1 .section_inner {
    padding: 99px 0 54px 0px;
    height: auto;
}
.section_main{padding: 0 12px;}
.wrap_footer .footer .btn_top {
    top: auto;
    bottom: 15px;
}
.m_menu > ul button {
    font-size: 18px;
}
.m_menu .sub li {
    margin: 7px 0;
    padding: 0 20px;
}
.m_menu ul ul {
    display: none;
    background: #efefef;
	padding: 15px;
}
.m_menu ul ul li{line-height:28px;}
.m_menu ul ul li a{ font-size: 15px;}
.sub_top {
    height: 250px;
    line-height: 250px;
    font-size: 38px;
}
.gnb,.wrap_gnb {
    height: 112px !important;
}
.tit_sub {
    font-size: 25px;
    padding: 55px 0 15px;
}
.txt_cus_c {
    font-size: 15px;
    padding: 0 0 32px;
}
.sub_tab{}
.sub_tab li {
    padding: 0 17px;
}

.main .main_l{display: none;}
.main .main_s{display: inline-block;}
.list_btn_main {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 170px;
    left: auto;
	right: 15px;
    margin-left: 0;
}
.list_btn_main .inner {
    width: 220px;
}
.list_btn_main li {
    line-height: 50px;
    margin: 0 0 10px;
    height: auto !important;
}
.list_btn_main li a {
    font-size: 15px;
}
.slider_main_top .pager_slider .inner {
    padding: 25px 19px;
}

.wrap_footer .footer {
    padding: 79px 0px 28px 10px;
	line-height:15px
}
.wrap_footer .footer * {
    font-size: 11px;
}
.wrap_footer .footer h1 {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 100px;
}
.wrap_footer .footer .btn_tel {
    position: absolute;
    right: 7px;
    top: 20px;
    padding: 0px 0 20px 55px;
    background: url(/images/icon_tel.png) 0 0 no-repeat;
    font-size: 12px;
    background-size: 50px auto;
}
.wrap_footer .footer .btn_tel strong {
    font-size: 22px;
}
.wrap_footer .footer li span {
    width: auto;
}
.sub_tab li a {
    font-size: 12px;
	letter-spacing: -1px;
}
.sub_tab li {
    background: url(../images/bar_sub_tab.png) 0 center no-repeat;
    background-size: 1px auto;
}
.sub_tab li {
    padding: 0 10px;
}
.container {

padding: 0 10px 50px;

}
.section_main.section1 li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 38px;
    box-sizing: border-box;
    float: left;
}
.section_main.section1 ul {
    overflow: hidden;
}
.section_main.section1 .txt1 {
    font-size: 15px;
    padding: 12px 0 12px;
}
.section_main.section1.list_prd .txt2,.section_main.section1 .txt2 {
    font-size: 12px;
    padding: 0 0px 12px;
	line-height: 19px;
}
.detail_prd_top .img {
    width: auto;
    float: none;
}
.detail_prd_top .ment {
    width: auto;
    float: none;
    padding: 30px 0 0;
}
.detail_prd_top .ment ul li {
    font-size: 13px;
    line-height: 34px;
}
.detail_prd_top .ment ul li strong {
    width: 91px;
}
.detail_prd_top .ment p {
    font-size: 13px;
    line-height: 26px;
    padding: 25px 5px;
}
.detail_prd .tab li {
    border: 0;
    height: 42px;
    line-height: 42px;
    width: 112px;
}
.section_main.section3 li {
    width: 100%;
}
.select_box select.color,.select_box label {
    width: 100%;
    height: 28px;
    min-height: 28px;
    line-height: 28px;
}
.select_box label {
    font-size: 12px;
}
.select_box {
    height: 30px;
}
.section_main.section3 li .txt1 {

    height: 29px;

}
.section_main.section3 li strong {
    display: inline-block;
    padding: 0 0 0 9px;
    margin-right: 5px;
    font-size: 13px;
}
.section_main.section3 li {
    line-height: 30px;
    padding: 0 10px 0 90px;
    margin: 0 0 11px;
}
.section_main.section3 .txt_line {
    padding: 15px 9px 40px;
}
input[type="text"].prj_file{height: 30px;font-size: 13px;}
.insert_file {
    line-height: 34px;
}
.section_main.section3 .agree {
    padding: 29px 1px 106px;
}
.section_main.section3 .agree label {
    font-size: 12px;
}
.section_main.section3 .btn {
    width: 155px;
    height: 49px;
    line-height: 49px;

    font-size: 17px;
    bottom: 34px;

}
.section_main.section2 .cell1 {
    width: auto;
    float: none;
    padding: 0px 0 0;
}
.tit_c {
    font-size: 22px;
    padding: 45px 0 22px;
}
.section_main.section2 .cell1 li {
    padding: 0 0 20px;
}
.section_main.section2 .cell1 li strong {
    font-size: 32px;
}
.section_main.section2 .cell1 li span {
    font-size: 27px;
}
.section_main.section2 .cell{padding: 0 10px 15px;width: auto;
    float: none;}
.section_main.section2 .cell2{padding: 0 ;margin: 0 15px;}
.section_main.section2 .cell3{margin: 25px 0 0;}
.section_main.section2 .cell3 li a {

    padding: 25px 0 25px 102px;
    font-size: 15px;
    background-size: 42px auto !important;

}
.section_main.section2 {

    padding: 0 0 34px;

}
.section_main.section3 .title h2 {

    width: auto;
    float: none;
    font-size: 13px;
    line-height: 23px;

}
.section_main.section3 .title .txt_r {

    float: none;
    width: auto;
    padding: 15px 0 0;

}
.section_main.section3 .title .txt_r p {

    font-size: 14px;
    line-height: 29px;

}
.section_main.section3 .title .txt_r p span {
    width: 62px;
    font-size: 12px;

}
.section_main.section4 iframe{height: 250px !important;}
.txt_c {

    font-size: 14px;
    padding: 0 0 22px;

}
#wrap {

    padding: 112px 0 0;

}
.sub_top .step_sub {
    padding: 25px 0px;
}

.sub_cont .img{float: none !important;width: auto !important;}
.sub_cont .ment{float: none !important;width: auto !important;}
.sub_cont {
    padding: 59px 0 50px;
}
.sub_cont.sub01_1 .section1 p.tit {
    font-size: 20px;
    padding: 0 0 44px;
}
.sub_cont .img img{width: 100%;}
.sub_cont p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 25px;
}
.sub_cont.sub01_2 .section1 .list .img img {
    width: 100%;
}
.sub_cont.sub01_1 .ment img{width: 202px;}


.sub_cont.sub01_2 .section1 .list li strong {
    font-size: 17px;
}
.sub_cont.sub01_2 .section1 .list li p {
    font-size: 14px;
}
.sub_cont.sub01_2 .section1 .list {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 119px 25px 219px;
}
.sub_cont.sub01_2 .section1 .list li:nth-child(2),.sub_cont.sub01_2 .section1 .list li:nth-child(3)  {
    top: auto;
	width: 50%;
	top: 380px;
}
.sub_cont.sub01_2 .section1 .list li:nth-child(3){right: 0;}
.sub_cont .tit_line strong {
    font-size: 22px;
}
.sub_cont.sub01_2 .section2 .list li {
    width: auto;
    height: 201px;
    display: block;
	margin: 0 0 15px;
}
.sub_cont.sub01_2 .section2 .list li strong {
    font-size: 17px;
	height: auto;
}
.sub_cont.sub01_2 .section2 .list dl {
    padding: 25px 0 0 15px;
}
.sub_cont.sub01_2 .section2 .list dl dd {
    font-size: 15px;
    line-height: 25px;
    background: url('../images/dot_sub_1_1.png') 0 11px no-repeat;
}
.sub_cont.sub01_3 .section1 li:nth-child(2) {
    margin: 25px 0;
}
.sub_cont.sub01_3 .section1 {
    padding: 0 0 0;
    text-align: center;
    margin: 0 0 50px;
}
.sub_cont.sub01_3 .section1::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
}
.sub_cont.sub01_3 .section2 .list p {
    left: 0;
    font-size: 17px;
    width: 100%;
    height: auto;
    padding: 0;
    padding: 15px 0;
	top: 0;
}
.sub_cont.sub01_3 .section2 .list {
    position: relative;
    padding: 125px 10px 25px 10px;
    margin: 0 0 32px;
}
.sub_cont.sub01_3 .section2 .list li {
    font-size: 13px;
	line-height: 27px;
}
.sub_cont.sub01_4 .wrap_tit .cell .ment dd {
    font-size: 13px;
    line-height: 150%;
}
.sub_cont.sub01_4 .section1 .cell dd {
    font-size: 14px;
}
.wrap_tit .cell {
    float: none;
    width: auto;
    margin: 0 0 5px;
}
.sub_cont.sub01_4 .wrap_tit {
    padding: 15px 0;
	
box-sizing: border-box;
overflow: hidden;
}
.sub_cont.sub01_4 .wrap_tit .cell .tit {
    height: 50px;
    line-height: 50px;
    padding: 0 6px;
    font-size: 13px;
	width: 25% !important;
box-sizing: border-box;
float: left;
}
.sub_cont.sub01_4 .wrap_tit .cell .ment {
    display: inline-block;
    padding: 7px 0 0 10px;
    vertical-align: top;
	width: 75% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.sub_cont.sub01_4 .wrap_tit .cell {
    float: none;
    width: auto;
}
.sub_cont.sub01_4 .wrap_tit .cell .ment li {

    font-size: 14px;
    line-height: 22px;

}
.sub_cont.sub01_4 .map iframe{height: 250px;}
.sub_cont.sub01_4 .section1 .cell {

    padding: 72px 1px 0 10px;

}
.sub_cont.sub01_4 .section1 .cell .tit {

    left: 0;
    top: 22px;

    width: 100%;
    text-align: center;

}
.sub_cont.sub01_4 .section1 .cell img{width: auto;display: inline-block;}
.sub_cont.sub02_1 .tit {

    line-height: 27px;
    padding-left: 0;

}
.sub_cont.sub02_1 .txt {

    font-size: 16px;
    line-height: 23px;

}
.sub_cont.sub02_1 .list {
    padding: 52px 25px 102px;
    position: relative;
}
.sub_cont.sub02_1 .list .bx-controls-direction .bx-prev {
    left: 0;
}
.sub_cont.sub02_1 .list .bx-controls-direction .bx-next {
    right: 0px;

}
.sub_cont.sub02_1 .list .bx-controls-direction a {
    top: 105px;
}
.sub_cont.sub02_1 .section2 {

    padding: 0 0 0 0;

}
.sub_cont.sub02_1 .section2 li {
    width: auto;
    float: none;
    height: auto;
    position: relative;
    margin: 0 0 28px;
    padding: 223px 0 0 0px;
	text-align: center;
}
.sub_cont.sub02_1 .section2 li .img {

    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    text-align: center;

}
.sub_cont.sub02_1 .section2 li .img img{width: auto !important;display: inline-block;}
.sub_cont.sub03_2 p.green {
    font-size: 18px;
    line-height: 25px;
}
.sub_cont.sub03_2 .img{padding: 0 0 25px;}
.section_main.section2 .cell3 .txt {
    line-height: 27px;
    font-size: 14px;
}
.section_main.section2 .cell3 ul li {
    float: none;
    margin: 0 0 0 0;
}
.section_main.section2 .cell3 ul {
    width: auto;
}

.mfp-content {
 width: 100% !important;
}
.mfp-container {
    width: 320px;

    margin-left: -160px;
}
.mfp-title {
    font-size: 15px;
}
.mfp-bottom-bar {
    top: 9%;
}
.section_main.section1 .img,.section_main.section1 .img img,.detail_prd_top .img,.detail_prd_top .img img {

    width: 100% !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.list_prd{padding: 20px 0;}
.section_main.section1.list_prd li {

    display:block;
    width: auto;
    margin: 0 0 28px;
    box-sizing: border-box;
    float: none;

}
.toolbar {

    padding: 25px 0 10px;

}
}

@media all and (max-width: 480px){
    .list_btn_main .inner{width: 190px;}
}

