@charset "utf-8";


@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 900; src: url(http://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); }

/* 리셋 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

/* 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
}
*/
html {
	overflow-y:scroll;
}

html, body {
	width:100%;
	font-size:12px;
	background-color: #fff;
	*word-break:break-all;-ms-word-break:break-all; 
	text-align:center; margin:0 auto;
	font-family: 'Noto Sans KR', sans-serif; 
}
select, input, textarea {
	font-size: 1.0em;	
	
	vertical-align: middle;
	color: #6b6b6b;
}

div:focus, p:focus, ul:focus, input:focus, textarea:focus, select:focus, option:focus, button:focus {

    outline:none!important;

}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a:link { text-decoration: none; }
a:visited { }
a:hover { }
a:active { text-decoration: none; }
a:focus { text-decoration: none; }

input {
	padding: 0;
	margin: 0;
	padding: 0;
	outline:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

table th {
	font-size:1.0em;
}

img,fieldset {
	border:0px;
}

ol, ul {
	list-style: none;
}

hr {
	width:100%;
	border:1px solid #e1e1e1; 
}

label {
	cursor: pointer;
}

legend, caption {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


#wrap_group {
	position:relative;
	display:block !important;
	width:100%;
	overflow:hidden;
	
}
/* gnb */
/* ========== Header ========== */
#GNB_header{ 
	position:relative; 
	max-width:1208px; 
	z-index:1000;
	background:#fff;
	margin:0 auto;
}
#GNB_header .inner{ height:100px; width:100%; max-width:1500px; margin:0 auto; box-sizing:border-box; }
#GNB_header .inner h1{ position:relative; z-index:2; margin-top:30px; float:left; width:196px; height:39px; }
#GNB_header .inner h1 a{ display:block; width:218px; height:52px; background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/logo9.png') no-repeat center; background-size:196px auto; text-indent:-9999px; }

#GNB_header .inner #gnb{ 
	position:absolute; left:4vw; top:0; width:100%; font-size:0; text-align:center; z-index:1;	
	
}
#GNB_header .inner #gnb > ul > li{ 
	position:relative; 
	display:inline-block; 
	width:190px; 		
	box-sizing:border-box;	
}
#GNB_header .inner #gnb > ul > li > a{ 
	font-family: 'Noto Sans KR', sans-serif;  
	display:block; 
	font-size:17px; 
	line-height:100px; 
	color:#222222;
	font-weight:600;
}
#GNB_header:hover .inner #gnb > ul > li:hover:after{ 
	content:''; position:absolute; left:50%; margin-left:-35px; bottom:0px; width:70px; height:3px; background:#0071bb; 
}
#GNB_header:hover .inner #gnb > ul > li > a{ 
	color:#222; 	
}
#GNB_header:hover .inner #gnb > ul > li > :hover {
	color:#0054a7;
}
#GNB_header:hover .inner #gnb > ul > li:hover > a{ color:#0071bb; }

#GNB_header .inner #gnb > ul > li > .depth2_menu{ 
	position:absolute; left:0; top:100%; height:210px; width:100%; padding:20px 0;
	display:none;
}
#GNB_header .inner #gnb > ul > li > .depth2_menu:after{ 
	content:''; position:absolute; right:0; top:20px; width:1px; height:190px; background:#3b3b3b; 
}
#GNB_header .inner #gnb > ul > li:nth-child(3) > .depth2_menu:after{  }
#GNB_header .inner #gnb > ul > li:last-child > .depth2_menu:after{ left:0; }
#GNB_header .inner #gnb > ul > li > .depth2_menu ul li a { 
	display:block; font-size:15px; line-height:30px; color:#aaa; font-weight:300;
	cursor:pointer;
}
#GNB_header .inner #gnb > ul > li > .depth2_menu ul li a:hover {
	color:#0054a7 !important;
}
#GNB_header .inner #gnb > ul > li:hover > .depth2_menu ul li a{ color:#fff;}
}
#GNB_header .inner #gnb > ul > li:hover > .depth2_menu ul li  a:hover {
	color:#0054a7;
}
#GNB_header .gnb_back{ position:absolute; top:100px; left:50%; margin-left:-25000px; width:50000px; height:240px; background:rgba(34,34,34,0.9); display:none;}

#GNB_header  .btn_all_menu {
	z-index: 99;position: absolute;width: 36px;height: 34px;right: 0vw;top: 50%;margin-top: -17px;
}
#GNB_header  .btn_all_menu span{position: absolute;right: 0;height: 3px;height: 3px;background-color: #000;
transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;
}
#GNB_header  .btn_all_menu span.barTop{width: 100%;top: 11px;}
#GNB_header  .btn_all_menu span.barBot{width: 70%;top: 21px;}
#GNB_header  .btn_all_menu:hover span.barTop {width: 70%;}
#GNB_header  .btn_all_menu:hover span.barBot{width: 100%;}

#GNB_header  .btn_all_menu.on .barTop{width: 100%;background-color: #fff; transform:rotate(45deg);-webkit-transform:rotate(45deg);top:16px;}
#GNB_header  .btn_all_menu.on .barBot{width: 100%;background-color: #fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:16px;}
#GNB_header  .btn_all_menu.on:hover span.barTop {width:100%;}
#GNB_header  .btn_all_menu.on:hover span.barBot{width: 100%;}
#GNB_header.active  .btn_all_menu span {background-color: #fff;}
#GNB_header.active.fff  .btn_all_menu span {background-color: #fff;}

#GNB_header .inner #gnb > ul > li > .depth2_menu ul li.gnb_2dep_arrow > a {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/gnb_arrow01.png') 85% center no-repeat;	
}
#GNB_header .inner #gnb > ul > li > .depth2_menu ul li.gnb_2dep_arrow > a.gnb_arrow_on {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/gnb_arrow02.png') 85% center no-repeat;	
}
.main_gnb_depth3 {
	display:none;
	opacity:0.5;
}
#GNB_header .inner #gnb > ul > li > .depth2_menu ul.main_gnb_depth3 li a {
	font-size:13px;
}
#GNB_header .inner #gnb > ul > li > .depth2_menu ul.main_gnb_depth3 li a  :hover {	
	opacity:1 !important;
	color:#fff !important;
}
.main_gnb_depth3:hover {	
	opacity:1 !important;
	color:#fff !important;
}

.allMenuWrap {
	display: none;
	z-index: 98;
	position:fixed;
	width: 100%;top: 0;
	box-sizing:border-box;
	background-color: rgba(12,40,81,.95);
	left:0px;	
	padding-top:23px;
	height:100%;
}
.allMenuWrap .allMenuWrap_inner {
	display: table;table-layout: fixed;height: 100%;width: 100%;
	overflow-y: auto;}
.allMenuWrap .allMenu_inner{
	display: table-cell;vertical-align: middle;height: 100%;
}
.allMenu{width:100%;margin: 0 auto; }
.allMenu > li {float: left;width: 25%;color: #fff;padding: 0 20px;box-sizing:border-box}
.allMenu > li > p {display: none;font-size: 36px;line-height: 38px;font-weight: bold;}
.allMenu > li > a {font-size: 36px;line-height: 38px;font-weight: bold;}
.allMenu .dep2 > li {margin-top: 29px;}
.allMenu .dep2 > li > a{font-size: 22px;line-height: 30px;}
.allMenu .dep3 {margin-top: 4px;}
.allMenu .dep3 > li > a{font-size: 18px;line-height: 30px;font-weight: 300;}
.allMenu .dep3 > li > a:before{content:'-';margin-right: 4px;}
.allMenu > li  a{color: #fff;display: inline-block;vertical-align: top;}
.allMenu_3dep_ul {
	margin-top:5px;
	display:none;
}
.allMenu_3dep_ul li a {
	font-size:15px;
	opacity:0.7;
}
.allMenu_3dep_ul li {
	margin-bottom:7px;
}
.allMenu_3dep_ul li:last-child {
	margin-bottom:0px;
}



.mvWrap .mv_item {position: relative;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;
background-size: cover;outline: none;}
.mvWrap {}
.mvWrap .mv_item.item1 {background-image: url(../styleB_img/main/ms1_vg1.png);}
.mvWrap .mv_item.item2 {background-image: url(../styleB_img/main/ms1_vg2.png);}
.mvWrap .mv_item.item3 {background-image: url(../styleB_img/main/ms1_vg3.png);}

.slickDotsWrap {position: absolute;top: 29%;left: 11%;}
.slickDotsWrap:after {content:'';display: block;clear: both;}
.slickDotsWrap > * {float: left;}
.slickDotsWrap .slick-dots {display: inline-block;vertical-align: top;font-size: 0;line-height: 0;}
.slickDotsWrap .slick-dots li {display: inline-block;margin-right: 8px;width: 24px;height: 24px;position: relative;box-sizing:border-box;cursor:pointer}
.slickDotsWrap .slick-dots li.slick-active:after{content:'';position: absolute;width: 100%;height: 100%;background-image: url(../styleB_img/main/dots_active.png);background-repeat: no-repeat;} 

.slickDotsWrap .slick-dots li button {text-indent: -9999px;position: absolute;width: 6px;height: 6px;border-radius: 100%;background-color: #fff;left: 50%;top: 50%;margin-left: -3px;margin-top: -3px;outline: none;}
.slickDotsWrap .pausePlay {display: inline-block;}
.slickDotsWrap .pausePlay a{display: block;width: 24px;height: 24px;cursor:pointer;background-repeat: no-repeat;background-position: center center;}
.slickDotsWrap .pausePlay a.btn_play {display: none;background-image: url(../styleB_img/main/slick_play.png);}
.slickDotsWrap .pausePlay a.btn_pause {background-image: url(../styleB_img/main/slick_stop.png);}


.mvWrap .mv_item .txt_box {color: #fff;position:absolute;top: 34%;left: 11%;opacity: 0;transform:translateY(20px);-webkit-transform:translateY(20px);
transition: all .4s .4s ease-in-out;-webkit-transition: all .4s .4s ease-in-out;
}
.mvWrap .mv_item.slick-active .txt_box{opacity: 1;transform:translateY(0);-webkit-transform:translateY(0);}
.mvWrap .mv_item .txt_box strong{display: block;font-size: 60px;line-height: 80px;font-family: 'Open Sans', 'Noto Sans KR';font-weight: 600;}
.mvWrap .mv_item .txt_box p {font-size: 20px;line-height: 30px;margin-top: 30px;}

.mvWrap .mv_item .txt_box a{margin-top: 60px;display: inline-block;vertical-align: top;padding: 0 28px;border: 2px solid #fff;border-radius: 27.5px;height: 55px;box-sizing:border-box}
.mvWrap .mv_item .txt_box a span{position: relative;display: inline-block;vertical-align: top;font-size: 16px;line-height: 51px;color: #fff;width: 101px;}
.mvWrap .mv_item .txt_box a span em {position: absolute;width: 39px;height: 5px;background-image: url(../styleB_img/main/main_btn_arrow.png);background-repeat: no-repeat;right: 0;top: 50%;margin-top: -2.5px;
  animation-name: arrow;
  animation-duration: .4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
    
  -webkit-animation-name: arrow;
  -webkit-animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}


/* 메인 */
.main_visual {
	position:relative;
	width:100%;		
	overflow:hidden;
	height:720px;
	z-index:10;
}
#MainSlideStyle01 {
	position:relative;
	z-index:100;
}
.patcher_slide {
	position:relative;
	width:100%;		
}
.patcher_slide .slick-prev {	
	position:absolute;
	display:block;
	width:36px;
	height:101px;	
	left:0%;
	top:50%;
	margin-top:-50px;
	background:red;
	z-index:100;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/arr_left.png') 0 0 no-repeat;
	font-size:0px;
	border:0px;
	cursor:pointer;	
}
.patcher_slide .slick-next {	
	position:absolute;
	display:block;
	width:36px;
	height:101px;	
	right:0%;
	top:50%;
	margin-top:-50px;
	background:red;
	z-index:100;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/arr_right.png') 0 0 no-repeat;
	font-size:0px;
	border:0px;
	cursor:pointer;	
}
.patcher_slide div.slick-slide {
	position:relative;		
}
.patcher_slide div.slick-slide img {
	position:relative;
	min-width:1980px;
	left:50%;
	margin-left:-990px
}
.main_slide_text {
	position:absolute;
	top:50%;
	margin-top:-130px;
	left:50%;
	margin-left:-580px;
	z-index:10000;	
	text-align:left;
}
.main_slide_text_01 {
	color:#fff;
	font-size:30px;
	font-family: 'Noto Sans KR', sans-serif; 	
	font-weight:600;
	letter-spacing:-1px;
}
.main_slide_text_02 {
	color:#fff;
	font-size:70px;
	font-family: 'Noto Sans KR', sans-serif; 	
	font-weight:800;
	letter-spacing:-4px;
	margin-top:10px;
}
.main_slide_text_02 span {
	color:#0071bb;
}
.main_slide_text_03 {
	color:#fff;
	font-size:20px;
	font-family: 'Noto Sans KR', sans-serif; 	
	font-weight:200;
	letter-spacing:-1px;
	margin-top:24px;
}
.main_slide_text_04 {
	margin-top:35px;
}
.main_slide_text_04 a {
	display:block;
	width:200px;
	height:60px;
	background:#0071bb;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:20px;
	font-weight:600;	                                                                                   
}

/* 메인 슬라이드 스타일 01 */
.main_slide_style01_wrap {
	position:relative;
	width:1270px;
	margin:-90px auto 0px auto;
	overflow:hidden;		
}
.main_slide_style01_wrap .slick-list {
	width:1190px;
	overflow:hidden;
	margin:0 auto;
	border-bottom:4px solid #0071bb;
}
.main_slide_style01_wrap .slick-list > div img {
	border-right:1px solid #d5d5d5;
	box-sizing:border-box;	
}
.main_slide_style01_wrap .slick-prev {	
	position:absolute;
	display:block;
	width:78px;
	height:78px;	
	left:0px;
	top:50%;
	margin-top:-39px;
	background:red;
	z-index:10;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/slider_arrow01.png') 0 0 no-repeat;
	font-size:0px;
	border:0px;
	cursor:pointer;	
}
.main_slide_style01_wrap .slick-next {	
	position:absolute;
	display:block;
	width:78px;
	height:78px;	
	right:0px;
	top:50%;
	margin-top:-39px;
	background:red;
	z-index:10;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/slider_arrow02.png') 0 0 no-repeat;
	font-size:0px;
	border:0px;
	cursor:pointer;	
}
.main_slide_style01_wrap .slick-slide {
	position:relative;
}
.main_slide_style01_wrap img {
	margin:0px;
	padding:0px;
	width:100%;
}
.main_slide_style01_text {
	position:absolute;
	left:38px;
	top:45px;
	text-align:left;
}
.main_slide_style01_text_dl dt {	
	font-size:23px;
	color:#3d3d3d;
	letter-spacing:-1px;
	font-weight:600;
}
.main_slide_style01_text_dl dd {	
	font-size:14px;
	color:#3d3d3d;
	letter-spacing:-1px;
	font-weight:400;
	line-height:23px;
	margin-top:10px;
}
.main_slide_style01_text_dl dd p:nth-child(2) a {
	display:block;
	width:119px;
	height:34px;
	color:#fff;
	background:#0071bb;
	text-align:center;
	line-height:34px;
	font-size:12px;
	margin-top:10px;
}

/* 메인 아이콘 리스트 스타일 */
.main_icon_list {
	margin-top:60px;
}
.main_icon_list_title dt {
	font-size:32px;
	color:#3d3d3d;
	letter-spacing:-1px;
	font-weight:800;
	font-family: 'Noto Sans KR', sans-serif; 	
}
.main_icon_list_title dd {
	font-size:14px;
	color:#a0a0a0;
	letter-spacing:-0.5px;
	font-weight:200;
	font-family: 'Noto Sans KR', sans-serif; 	
	margin-top:7px;
}
.main_icon_list_ul {
	display:flex;	
	width:1190px;
	margin:50px auto 0px auto;
}
.main_icon_list_ul a {
	flex:1;	
	font-size:16px;
	color:#6c6c6c;
	border-left:1px solid #efefef;
	height:118px;
}
.main_icon_list_ul a:first-child {
	border-left:0px solid #efefef;
}
.main_icon_list_ul a:nth-child(1) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/04.png') center 10px no-repeat;	
}
.main_icon_list_ul a:nth-child(2) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/05.png') center 10px no-repeat;	
}
.main_icon_list_ul a:nth-child(3) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/06.png') center 10px no-repeat;	
}
.main_icon_list_ul a:nth-child(4) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/07.png') center 10px no-repeat;	
}
.main_icon_list_ul a:nth-child(5) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/08.png') center 10px no-repeat;	
}
.main_icon_list_ul a:nth-child(6) {
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/myimage/aabbcc_25.png') center 10px no-repeat;	
}
.main_icon_list_ul a li p {
	padding-top:92px;
	font-family: 'Noto Sans KR', sans-serif; 	
	font-size:16px;
	color:#6c6c6c;
}


/* 서브 */
.sub_visual img {		
	width:100%;
}
.sub01_contents {
	width:1190px;
	margin:0 auto;	
}
.sub_left_menu {
	width:265px;
}
.sub_left_menu h2 {
	width:265px;
	height:150px;
	background:#0054a7;
	line-height:150px;
	color:#fff;
	font-size:25px;
	font-family: 'Noto Sans KR', sans-serif; 	
	font-weight:600;
}
.sub01_greeting {
	width:800px;
	text-align:left;
	margin-left:130px;
}
.sub_left_ul_dep01 {
	border:1px solid #e1e1e1;
}
.sub_left_ul_dep01 > li {
	text-align:left;	
	border-top:1px solid #e1e1e1;
}
.sub_left_ul_dep01 > li:first-child {
	border-bottom:0px;
}
.sub_left_ul_dep01 > li a {
	display:inline-block;
	padding:20px 0px;	
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:20px;
	color:#000;	
	width:100%;
}
.sub_left_ul_dep01 > li a.sub_left_menu_on {
	color:#0054a7;
}
.company a.sub_left_menu_on {
	color:#0054a7;	
}
.sub_left_ul_dep01 > li a span {
	position:relative;
	top:-3px;
	display:inline-block;
	width:4px;
	height:4px;
	background:#000;
	vertical-align:middle;
	margin:0px 10px 0px 20px;
}
.sub_left_ul_dep02 {
	text-align:left;
	padding-bottom:20px;
}
.sub_left_ul_dep02 li {
	margin-top:20px;	
}
.sub_left_ul_dep02 li:first-child {
	margin-top:0px;	
}
.sub_left_ul_dep02 li a {
	margin-left:30px;
	font-size:15px;	
	padding:0px;
	color:#565656;	
} 
.sub_left_ul_dep01 > li a.sub_left_ul_menu_on {
	color:#0054a7;
}
.sub_left_ul_dep01 > li a:hover, .sub_left_ul_dep02 li a:hover {
	color:#0054a7;
}
a.sub_left_ul_menu_on {
	color:#0054a7;
}
.sub_left_menu_3dep_ul {
	position:relative;
	top:3px;	
	margin-top:5px;
}
.sub_left_menu_3dep_ul li {
	margin:7px 0px 0px 10px;

}
.sub_left_menu_3dep_ul li a {
	font-size:14px;
	letter-spacing:0px;
	color:#999999;	
	
}	
.sub_left_menu_3dep_ul li a:hover {	
	color:#0054a7;		
}	
.sub01_greeting dl {
	margin-top:55px;
}
.sub01_greeting dl dt {
	color:#3b3b3b;
	font-size:40px;
	font-family: 'Noto Sans KR', sans-serif; 
	line-height:55px;
	font-weight:300;
}
.sub01_greeting dl dd {
	color:#565656;
	font-size:17px;
	font-family: 'Noto Sans KR', sans-serif; 
	line-height:25px;
	font-weight:400;
	margin-top:35px;
}
.sub01_greeting_sign {
	text-align:right;
	margin-top:100px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:20px;
	font-weight:400;
	color:#000;	
}
.sub01_greeting_sign span {
	display:inline-block;
	width:126px;
	height:51px;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/user/sign.gif') left top no-repeat;	
	margin-left:15px;
	position:relative;
	top:-10px;
}

/* 제품 소개 */
.sub02_product {
	text-align:left;
	width:855px;
	text-align:left;
	margin:50px 0px 0px 67px;
}
.sub_tap_menu01 {
	margin-top:50px;
}
.sub_tap_menu ul {
	display:flex;		
	border:1px solid #eaeaea;
}
.sub_tap_menu ul li {
	flex:1;	
	cursor:pointer;
}
.sub_tap_menu ul li a {
	display:inline-block;
	height:45px;
	line-height:45px;
	color:#565656;
	font-size:15px;
	border-left:1px solid #eaeaea;
	text-align:center;	
	width:100%;
	font-weight:500;
	letter-spacing:-1px;
	font-family: 'Noto Sans KR', sans-serif; 
}
.sub_tap_menu ul li:first-child a {
	border-left:0px;
}
.sub_tap_menu ul li a.sub_tap_on {
	background:#0062b2;
	color:#fff;
}
.mobile_top_tap_menu {
	width:100%;	
	background:#fbfbfb;	
	display:none;
}
.mobile_top_tap_title {
	position:relative;
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left:20px;
	border-bottom:1px solid #e7e7e7;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:600;
}
#sigong_yun {
	display:none;
}
.mobile_top_tap_2dep_wrap {
	display:none;	
}
.mobile_top_tap_2dep_wrap ul li {
	width:100%;	
	height:40px;
	line-height:40px;
	border-bottom:1px solid #efefef;
}
.mobile_top_tap_2dep_wrap ul li a {
	display:block;
	text-align:left;
	padding-left:20px;	
	font-size:12px;
}
.mobile_top_tap_menu_btn {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:30px;
	height:30px;	
	font-size:0px;
	border:1px solid #dddddd;
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/user/slider_arrow03.png') center center no-repeat;	
	background-size:cover;
	cursor:pointer;
}
.mobile_top_tap_menu_btn_on {	
	background:url('http://doscnc.mlshop.co.kr/doscncmlshopcokr/down/user/slider_arrow04.png') center center no-repeat;		
	background-size:cover;
}
.mobile_top_tap_2dep_on {
	background:#dfdfdf;
}
.sub_product_con {
	margin-top:70px;
}
.sub_product_con_low_topmargin {
	margin-top:40px;
}
.sub_product_con_no_topmargin {
	margin-top:0px;
}
.sub_product_title {
	position:relative;
	font-size:24px;
	color:#333333;
	font-weight:600;	
	font-family: 'Noto Sans KR', sans-serif; 
}
.sub_product_title02 {
	position:relative;
	font-size:18px;
	color:#fff;
	font-weight:600;	
	font-family: 'Noto Sans KR', sans-serif; 
	background:#0054a7;
	text-align:center;
	padding:13px 0px;
}
.sub_product_title span {
	display:block;
	width:30px;
	height:5px;
	background:#d5d5d5;
	margin:20px 0px 20px 0px;
}
.sub_product_title02 span {
	display:none;
}
.sub_product_normalTXT {
	font-size:16px;
	color:#595757;
	line-height:28px;	
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
	word-break:keep-all;
}
.sub_product_bigTXT {
	font-size:18px;
	color:#595757;
	line-height:28px;	
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:500;
	word-break:keep-all;
}
.sub_product_con dl {
	margin-top:20px;
}
.sub_product_dl_styl01 dt {
	font-size:17px;
	color:#595757;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
	word-break:keep-all;
	font-weight:500;	
	line-height:25px;
}
.sub_product_dl_styl02 {
	border:1px solid #d0d0d0;	
	border-top:0px;
}
.sub_product_dl_styl01 dd {
	margin-top:10px;
}
.sub_product_dl_styl01 dd p {
	position:relative;
	font-family: 'Noto Sans KR', sans-serif; 
	color:#595757;
	font-size:15px;
	font-weight:300;
	line-height:26px;
	padding-left:10px;
	word-break:keep-all;
}
.sub_product_dl_styl01_topMargin {
	padding-top:30px;
}
.sub_product_con dl.sub_product_dl_styl02 {
	margin-top:0px;
}
.sub_product_dl_styl02 dt {	
	text-align:center;
	font-size:15px;
	font-weight:300;	
	word-break:keep-all;
	padding-top:10px;
}
.sub_product_dl_styl03 dd {	
	text-align:left;
	padding:0px !important;
}
.sub_product_dl_styl01 dd p span {
	position:absolute;
	left:0px;
	top:0px;
}
.sub_product_page01_img {
	display:flex;
	margin-top:35px;
}
.sub_product_page01_img li {
	flex:1;
}
.sub_product_equipment_ul {
	display:flex;
	flex-wrap:wrap;
}
.sub_product_equipment_ul li {
	width:50%;
	margin-bottom:20px;
}
.sub_product_equipment_ul li p {
	font-size:17px;
	color:#595757;	
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:500;
}
.sub_product_equipment_ul li p span {
	display:inline-block;
	width:3px;
	height:3px;
	background:#7f7f7f;
	margin-right:10px;
}
.sub_product_pump_ulWid50 {
	display:flex;
}
.sub_product_pump_ulWid50_topmargin {
	margin-top:20px;
}
.sub_product_pump_ulWid50 li {
	flex:1;
	border:1px solid #d5d5d5;
	width:48.5%;	
}
.sub_product_pump_ulWid50 li:first-child {
	margin-right:3%;
}
.sub_product_con dl.sub_pump_dl {
	margin-top:0px;
}
.sub_pump_dl > dt {
	background:#2b3b56;
	text-align:center;
	font-size:18px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:500;
	color:#fff;
	padding:20px 0px;	
}
.sub_pump_dl > dt.sub_pump_small_dt {
	font-size:16px;
	letter-spacing:-0.5px;
}
.sub_pump_dl dd {
	padding:25px 35px;
}
.sub_pump_normalTXT {
	font-size:15px;
	color:#595757;
	line-height:26px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
	word-break:keep-all;	
	text-align:left;
}
.sub_pump_img {
	margin-top:20px;
	text-align:center;
}
.sub_product_con dl.sub_note_dl {
	margin-top:25px;
}
.sub_note_dl dt span {
	display:inline-block;
	width:54px;
	height:27px;
	text-align:center;
	border:1px solid #0054a7;
	line-height:25px;
	font-size:15px;
	font-family: 'Noto Sans KR', sans-serif; 
	letter-spacing:-1px;
	color:#0054a7;
	font-weight:400;
}
.sub_note_dl dd {
	padding:0px;
	text-align:left;
	margin-top:13px;
}
.sub_product_pump_ulWid100 {
	margin-top:20px;
}
.sub_product_pump_ulWid100 > li {
	border:1px solid #d0d0d0;
}
.sub_note_num_p {
	position:relative;
	padding-left:15px;
}
.sub_note_num_p span {
	position:absolute;
	left:0px;
	top:0px;
}
.sub_img_text {
	text-align:center;
	font-size:15px;
	color:#0054a7;
	margin-top:10px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:500;
}
.sub_img_text_move {
	position:relative;
	left:-37px;
}
.sub_valve_ul {
	display:flex;
}
.sub_valve_ul02 {
	margin-top:10px;
}
.sub_valve_ul li {
	border:0px;
}
.sub_valve_ul li p.sub_pump_normalTXT {
	text-align:center;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.sub_tubing_step {
	text-align:center;
}
.sub_tubing_step p.sub_pump_normalTXT {
	text-align:left;
	width:85%;
	margin:13px auto 0px auto;
	font-size:14px;
}
.sub_pump_nextBTN {
	text-align:center;
	margin:20px 0px 10px 0px;
}
.sub_tool_img {
	text-align:center;
	margin-top:20px;
}
.sub_product_img_topmargin {
	margin-top:30px;
}
.we_img_fix {
	text-align:center;
}
.we_img_fix img {
	width:50%;
}
.sub_product_list_style02_title {
	position:relative;
	color:#0054a7;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:500;
	font-size:16px;
	line-height:23px;
	word-break:keep-all;
	padding-left:5px;
}
.sub_product_list_style02_title_topMargin {
	margin-top:10px;
}
.sub_product_list_style02_wrap {
	margin-bottom:23px;
}
.sub_product_list_style02_title span {
	position:absolute;
	display:inline-block;
	width:3px;
	height:3px;
	background:#0054a7;
	left:-5px;
	top:11px;
}
.sub_product_list_style02_contents {
	position:relative;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
	font-size:15px;
	line-height:20px;
	padding-left:10px;
	margin-top:8px;
	word-break:keep-all;
	line-height:25px;
}
.sub_product_list_style02_contents span {
	position:absolute;
	display:inline-block;	
	left:0px;
	top:0px;	
	word-break:keep-all;	
}
.sub_product_char {
	font-size:20px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:600;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:50px;
	color:#3d3d3d;
}
.sub_product_char02 {	
	margin-top:20px;	
}
.sub_product_char_wrap_topmargin {
	margin-top:30px;
}
.sub_product_char_wrap_topMargin02 {
	margin-top:50px;
}
.sub_product_char_no_topmain {
	margin-top:0px;
}
.sub_table_text {
	margin-top:5px;
	text-align:right;
	font-family: 'Noto Sans KR', sans-serif; 
	color:#939598;	
	line-height:17px;
	word-break:keep-all;	
}
.sub_product_list_style02_text {
	position:relative;
	padding-left:11px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
	font-size:15px;
	line-height:20px;
	margin-top:5px;
	color:#595757;
	word-break:keep-all;
}
.sub_product_list_style02_text span {
	position:absolute;
	left:0px;
	top:0px;
}
.sub_product_cleanTXT {
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:15px;
	font-weight:400;
	line-height:20px;
}
.sub_product_step_option {
	display:flex;
	flex-wrap:wrap;
}
.sub_product_step_option li {
	border:0px;
	width:50%;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:14px;
	font-weight:400;
	line-height:25px;
}
.img_fix_wid50 {
	width:100%;	
	margin:30px 0px 20px 0px;
	text-align:center;
}
.img_fix_wid50 img {
	width:50%;
}
.sub_tubing_first_step {
	margin-top:30px;
}
.sub_product_list_style02_title_topmagin {
	margin-top:50px;
}
.sub_product_half_ul {
	display:flex;
	margin-top:50px;
}
.sub_product_half_ul_noMargin {	
	margin-top:0px;
}
.sub_height_fix li img {
	height:230px;
}
.sub_product_half_ul_no_topmargin {
	margin-top:0px;
}
.div_top_margin {
	margin-top:15px;
}
.sub_product_half_ul li {
	flex:1;
}
.sub_product_half_ul li:first-child {
	margin-right:70px;
}
.mobile_wid100_img img {
	width:100%;
}
.sub_product_half_ul02 li:first-child {
	flex:6;
	margin-right:20px;
}
.sub_product_half_ul02 li:last-child {
	flex:4;
	margin-right:20px;
}
.sub_product_wid50_img img {
	width:50%;
}
.sub_product_half_ul_no_topmargin02 li:first-child {
	flex:6;
	margin-right:10px;
}
.sub_product_half_ul_no_topmargin02 li:last-child {
	flex:4;
	margin-right:20px;
}
.sub_product_half_ul03 li:last-child img{
	width:70%;
}
.sub_product_port_ul {
	display:flex;
	flex-wrap:wrap;	
}
.sub_product_port_ul {
	border-left:1px solid #ddd;
	margin-top:20px;
}
.sub_product_port_ul li {
	width:33.33333333%;
	border:1px solid #ddd;
	box-sizing:border-box;
	border-left:0px;
	border-top:0px;	
}
.sub_product_port_ul li dl {
	margin-top:0px;
}
.sub_product_port_ul li dl dt img {
	width:100%;
}
.sub_product_port_ul li dl dd {
	text-align:center;
	font-size:13px;
	padding:20px 0px;
}
.sub_product_list_style02_contents span.sub_tunel_qus_span_img {
	position:relative;
	display:block;	
	margin:20px 0px 0px 0px;
}
.sub_product_list_style02_contents span.sub_tunel_qus_span_img img {
	width:270px;
}
.sub_product_half_ul04 {
	margin-top:0px;
}
.sub_product_half_ul04 li:first-child {
	flex:1;
	margin-right:20px;
}
.sub_product_half_ul04 li:last-child {
	flex:1;
	margin-right:0px;
}
.letter_p {
	position:relative;
	padding-left:8px;
}
.letter_p span {
	position:absolute;
	left:0px;
	top:0px;
}






/* 서브 오시는길 style01 */
.sub01_map_page {
	margin: 50px 0px 0px 67px;
}
.sub_map_style_wrap {
	margin-top:50px;
}
.sub_map_style_ul {
	width:100%;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding:20px 0px;
	display:flex;
}
.sub_map_verticalTITLE {
	display:table;
	height:100%;
	padding-left:30px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:23px;
	font-weight:600;	
	color:#273f63;
}
.sub_map_verticalTITLE p {
	display:table-cell;
	vertical-align:middle;
}
.sub_map_style_ul li:nth-child(2) {
	margin-left:50px;
}
.sub_map_style_ul li:nth-child(2) p {
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:15px;
	font-weight:400;	
	color:#5a5d5a;
	margin-bottom:15px;
}
.sub_map_style_ul li:nth-child(2) p:last-child {
	margin-bottom:0px;
}
.sub_map_option_title {
	display:inline-block;
	width:80px;
	font-size:16px;
	font-weight:500;
}
.sub_map_sub_title {
	margin-right:10px;
	margin-left:50px;
}
.sub_map_sub_title_nomargin {
	margin-left:0px;
}
.sub_map_iframe_con {
	height:500px;
	margin-top:15px;
}
.sub_map_style {
	display:none;
}
.sub_map_style0 {
	display:block;
}

/* 회사개요 */
.sub01_overview {
	margin: 50px 0px 0px 67px;
}
.sub_overTItle {
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:28px;
	font-weight:800;	
	color:#3d3d3d;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:20px;
}
.sub_overTItle_marginTop {
	margin-top:60px;
}
.sub_overview_option_text {
	margin-top:30px;
	padding-left:30px;
}
.sub_overview_option_text p {
	position:relative;
	margin-bottom:15px;	
	color:#3d3d3d;	
	padding-left:110px;
	line-height:24px;
}
.sub_overview_dot {
	display:inline-block;
	width:3px;
	height:3px;
	background:#3d3d3d;
	margin-right:5px;	
	position:absolute;
	left:0px;
	top:12px;
}
.sub_overview_option_title {
	display:inline-block;
	font-family: 'Noto Sans KR', sans-serif; 
	color:#3d3d3d;
	font-size:15px;
	margin-right:10px;
	width:100px;	
	font-weight:500;
	position:absolute;
	left:10px;
	top:2px;
}
.sub_overview_wrap {
	margin-top:20px;
}
.sub_history_wrap {
	margin-top:90px;
}
.sub_history_year {
	width:180px;
	height:180px;
	background:#2758a3;
	border-radius:180px;
	text-align:center;
	margin:50px auto 0px auto;
}
.sub_history_year p {
	display:table;
	height:100%;
	width:100%;		
}
.sub_history_year p span {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:25px;
	letter-spacing:-1px;
	font-weight:600;
	line-height:37px;	
}
.sub_history_style01_ul {
	position:relative;	
	width:100%;	
	margin:0px;
	padding:0px;	
	padding-top:20px;
	z-index:100;
	padding-bottom:100px;
}
.sub_history_style01_ul:after {
	content:'';
	position:absolute;
	width:2px;
	height:100%;
	border-left:1px dashed #d5d5d5;
	left:50%;
	top:0px;
	z-index:0;
}
.sub_history_style01_ul li {
	position:relative;
	width:47%;
	text-align:right;
	padding-right:3%;
}
.sub_history_style01_ul li:nth-child(2n) {
	width:43%;
	margin-left:57%;
	text-align:left;
}
.sub_history_style01_ul dl dt {
	position:relative;
	font-size:25px;
	font-family: 'Noto Sans KR', sans-serif; 
	color:#2758a3;
	font-weight:600;
	letter-spacing:-1px;
	margin:0px;	
}
.sub_history_style01_ul li dl dt:before {
	position:absolute;
	content:'';
	width:40px;
	height:2px;
	border-top:1px dashed #d5d5d5;
	top:50%;
	right:-47px;	
}
.sub_history_style01_ul li:nth-child(2n) dl dt:before {
	position:absolute;
	content:'';
	width:40px;
	height:2px;
	border-top:1px dashed #d5d5d5;
	top:50%;
	left:-52px;	
}
.sub_history_style01_ul dl dd {
	margin:0px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-size:15px;
	font-weight:300;
	letter-spacing:-0.5px;
}
.sub_history_dot_span {
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	background:#2758a3;
	border-radius:10px;
	z-index:100;
	top:50%;
	margin-top:-5px;
}
.sub_history_style01_ul li dt span.sub_history_dot_span {	
	right:-54px;		
}
.sub_history_style01_ul li:nth-child(2n) dt span.sub_history_dot_span {
	left:-61px;		
}
.sub_organ {
	margin-top:0px;
}


/* 기술 인증 현황 */
.sub_content .certificate{
width: 100%;
height: auto;
margin-top:50px;
 }
.certificate ul{
	width:100%;
	height: auto;
 }
.certificate ul li {
	float:left;
	width:32%;		
	margin-bottom:20px;
	margin-right:2%;
 }
.certificate ul li:nth-child(3n) {
	margin-right:0px;
}
.certificate ul li .c_img{ 
	width: 100%; margin-bottom:0px; border: 1px solid #d1d1d1; box-sizing: border-box; 
}
.certificate ul li .c_img img{ 
	width:100%;
} 
.certificate ul li .c_tit{
	width: 100%; height: 60px; 
	padding:0px 20px;	line-height: 20px; border: 1px solid #d1d1d1; word-break:keep-all;
	font-size: 15px; color: #000; text-align: center; background: url(/kitcomlshopcokr/down/myimage/bg_c_tit.jpg) no-repeat; background-size: cover; box-sizing: border-box; 
	border-top:0px;
}
.certificate ul li .c_tit p {
	display:table;
	height:100%;
	width:100%;
	text-align:center;	
}
.certificate ul li .c_tit p span {
	display:table-cell;
	vertical-align:middle;	
}












/* 테이블 */
.table_scroll_width_wrap {
	width:100%;	
}
.sub_commuity01_table {
	border-top:1px solid #000;
	width:100%;
	margin-top:26px;
}
.sub_commuity01_table th {
	padding:25px 0px;
	background:#f9f9f9;
	font-size:17px;
	color:#000;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.sub_commuity01_table th:first-child {	
	border-left:0px;
}
.sub_commuity01_table th.border-left {	
	border-left:1px solid #dfdfdf;
}
.sub_commuity01_table td {
	padding:25px 0px;
	font-size:17px;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	color:#767676;
	text-align:center;
}
.sub_commuity01_table td:first-child {
	border-left:0px;
	color:#000;
}
.sub_commuity01_table_1 {
	width:100%;
}
.sub_commuity01_table_1 th {
	padding:13px 0px;	
	font-size:13px;	
}
.sub_commuity01_table_1 td {
	padding:13px 0px;
	font-size:13px;	
}
.sub_commuity01_table_2 {
	width:350px;
}
.sub_commuity01_table_2 th:first-child {
	width:11%;
}
.sub_commuity01_table th.border-left {	
	width:22%;
}
.sub__table_system_table th {
	text-align:center;
	font-size:14px;	
	padding:13px 0px;
	font-weight:600;
}
.sub__table_system_table td {	
	font-size:14px;	
	padding:13px 0px;
}
.sub__table_system_table td:first-child {
	background:#eff2f9;
	font-weight:600;
}
.sub__table_system_table td:nth-child(1) {
	width:10%;
}
.sub__table_system_table td:nth-child(2) {
	
}
.sub__table_system_table td:nth-child(3) {
	width:10%;
}
.sub__table_system_table td:nth-child(5) {
	width:10%;
}
.sub__table_system_table td:nth-child(6) {
	width:10%;
}
.sub__table_system_table td:nth-child(7) {
	width:10%;
}
.sub__table_system_table th.border-left {
	width:10%;
}
.sub__table_system_table02 th:nth-child(1) {
	width:40%;
}
.sub__table_system_table02 th:nth-child(2) {
	width:30%;
}
.sub__table_system_table02 th:nth-child(3) {
	width:30%;
}
.sub__table_system_table02 td {
	text-align:left;
	padding:20px 10px;
	font-size:13px;
	line-height:20px;
}
.sub__table_system_table02 td:first-child {
	text-align:center;
}
.sub__table_system_table02 td.sub_sysyem_td {
	background:#eff2f9;
	font-weight:600;
	color:#000;
	text-align:center;
}
.sub__table_system_table02 td.border-left {	
	border-left:1px solid #dfdfdf;	
}
.sub_product_dbbtable tr th {
	font-size:13px;
	line-height:20px;
	font-weight:600;
	padding:10px 0px;
}
.sub_product_dbbtable tr td {
	font-size:13px;
	line-height:20px;
	padding:10px 0px;
}
.sub_product_dbbtable th {
	text-align:center;
}
.sub_product_dbbtable th.border-left {	
	width:auto;
	border-left:1px solid #dfdfdf;
}
.sub_product_dbbtable td.border-left {	
	width:auto;
	border-left:1px solid #dfdfdf;
}
.sub_product_dbbtable th.backslash {
	position:relative;
	text-align: left;	
	padding-left:30px;		
	overflow:hidden;
}
.sub_product_dbbtable th.backslash:after {
	position:absolute;
	content:'';
	width:500px;
	height:1px; 
	background:#dfdfdf;
	left:-20px;
	top:100px;
	transform: rotate( 23deg );
}
.sub_product_dbbtable th.backslash div {
	text-align: right; 
	padding-right:30px;
}
.sub_product_dbbtable_noTopMargin {
	margin-top:10px;
}
.sub_tal_table_img {
	text-align:center;	
}
.sub_tal_table_img img {
	width:30%;
	
}


/* 명리 레이아웃 */
#section {
	width:1187px;
	margin:0 auto;
	display:flex;
}
.sub_content {
	width:845px !important;
}
#contents  {
	width:845px !important;
	margin:20px 0px 0px 66px !important;
	padding:0px !important;	
}
#sub_contents {

}
#sub_contents > table {
	border-top:1px solid #000;
	width:100%;
	margin-top:20px;
}
#sub_contents table {		

}
#sub_contents table tr:first-child {
	
}
.sub_board_title{
   text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #3d3d3d;    
    padding-bottom: 20px;
	margin-top:40px;
}
.sub_content h3 {
	display:none;
}
.board_btn .btn {
	display:none !important;
}
#board_others {
	padding-right:10px;
}
#board_buttons {
	height:auto !important;
}
#board_buttons ul {
	margin-top:10px;
	float:none;
	width:100%;
}
#board_buttons ul li {
	display:block;
	float:none !important;
}
#board_buttons ul li#golist {
	display:block !important;
	clear:both !important;
	width:200px !important;
	margin:0 auto !important;
}
#board_buttons ul li#golist a {	
	margin:0 auto;
	width:200px;
	height:50px;
	line-height:45px;
	background:#0054a7;
}
#board_contents {
	font-size:15px !important;
	line-height:20px;
	font-family: 'Noto Sans KR', sans-serif; 
	font-weight:300;
}

/* 갤러리 게시판 테이블 */









/*footer*/
.footer_wrap{ 
	position:relative;
	width:1190px; 	
	margin:60px auto 0px auto;
	padding:0px 0px 50px 0px;
}
.footer_wrap .footer{ 
	width: 1200px; 
	margin: 0 auto; 
}
.footer .f_logo{ 
	margin:0px 0px 20px 0px;
	position:relative;
	width: 225px; 	
	padding-top:50px;
}
.footer .footer_top{ 
	width: 975px; height: 35px; margin-top: 0px; 
}
.footer_top ul{ 
	display:flex;	
}
.footer_top ul li{ 
	line-height:20px; margin-right: 12px; font-size: 12px; color: #eee; 
}
.footer_top ul li a { 
		font-family: 'Noto Sans KR', sans-serif; 
	font-size: 15px; color: #fff; font-weight:400;
}
.footer_top ul li a.yun_color {
	color:#8dbf38;
}
.footer .footer_bot{ 
	width: 975px; 
	margin-top:15px; 
}
.footer_bot ul{ 
	display:flex;
	flex-wrap:wrap;
	width:80%;
}
.footer_bot ul li{ 
	margin-right: 20px; font-size: 13px; line-height: 22px; color: #fff; 
}
.footer_bot p { 
	font-size: 13px; 
	margin-top:13px; 
	text-align:left;
	color:#fff;
}
#dos_footer {
	width:100%;
	background:#525252;	
}
.footer_center {
	position:absolute;
	right:0px;
	top:60px;
	color:#fff;
	text-align:left;
	font-family: 'Noto Sans KR', sans-serif; 
	padding:20px 20px;	
}
.footer_center dl dt {
	font-weight:500;
	font-size:15px;		
}
.footer_center dl dd {
	font-size:13px;
	font-weight:200;
	line-height:20px;
}
.footer_center_number {
	margin:15px 0px 10px 0px;
	font-size:17px;
	font-weight:800;
	letter-spacing:0px;
	line-height:25px;
	color:#8dbf38;
}
























	
	