

/* COMMON
------------------------------------------------------ */
	html, body {width:100%; background-color:#fff; font-weight:400;  font-family:'NotoSansCJKSC', sans-serif; color:#777;}
	body,th,td,input,select,textarea,button,
	a {font-weight:400; font-size:100%; font-family:'NotoSansCJKSC', sans-serif; color:#777; text-decoration:none; transition:.3s; letter-spacing:-1px;}
	body {min-width:1200px;}

	/* 에디터 스타일 해제 */
	.cheditor-container label{float:none !important; margin:0 !important;}


/* LAYOUT(레이아웃)
------------------------------------------------------ */
	/* layout */
	#wrapper {overflow:hidden; width:100%;}
	.inner {margin:0 auto; width:1200px;}

	/* header */
	#header {position:fixed; top:0; left:0; z-index:9999; width:100%; height:80px; transition:.3s;}
	#header.fixed {border-bottom:1px solid #ddd; background:#fff;}
	#header .logo {float:left; margin-top:25px;}

	#gnb {float:right; text-align:right;}
	#gnb > ul{float:left;}
	#gnb .depth01 {display:inline-block; padding:0 30px; vertical-align:middle;}
	#gnb .depth01 > a {font-size:20px; line-height:80px; color:#222;}

	#gnb .depth02 {display:none; position:absolute; top:100%; right:0; width:100%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff;}
	#gnb .depth02 ul {margin:0 auto; width:1200px;}
	#gnb .depth02 li {display:inline-block; margin:0 30px; vertical-align:middle;}
	#gnb .depth02:last-of-type li {margin-right:0;}
	#gnb .depth02 a {display:block; font-size:16px; line-height:50px;}
	#gnb a:hover {color:#fb2d36;}
	#gnb .depth01:hover .depth02 {display:block;}

	.header-utils {float:right; margin-left:30px; font-size:0;}
	.logoin-wrap {display:inline-block; vertical-align:top;}
	.logoin-wrap a {display:block; padding-top:27px;}
	.search-wrap {display:inline-block; vertical-align:top;}
	.search-wrap a {display:block; margin-left:26px; padding-top:27px;}

	.serach-form {display:none; position:absolute; top:100%; left:0; padding:15px 0 25px; width:100%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff; text-align:center;}
	.serach-form fieldset {font-size:0;}
	.serach-form input {display:inline-block; vertical-align:bottom; padding:0 10px; width:450px; height:41px; border:0 none; border-bottom:1px solid #ddd; font-size:18px; line-height:1; color:#666;}
	.serach-form a {display:inline-block; margin-left:9px; vertical-align:bottom;}

	/* -------- partner -------- */
	.partner-btn{float:left; display:inline-block; vertical-align:middle; padding-top:10px; width:60px; height:60px;}

	/* footer */
	#footer {width:100%; background:#f3f3f3;}
	#footer .inner {overflow:hidden; padding:22px 12px 20px 0;}
	#footer address {overflow:hidden; float:left;}
	#footer address span {float:left; margin-right:20px; font-style:normal; font-size:14px; line-height:1.4;}
	#footer address span:last-of-type {display:block; margin-top:5px; width:100%; font-size:13px;}
	#footer .family-site {display:none; position:relative; float:right; width:240px; height:41px; cursor:pointer;}
	#footer .family-site:before {content:''; position:absolute; top:20px; right:19px; width:12px; height:2px; background:#ef4136;}
	#footer .family-site:after {content:''; position:absolute; top:15px; right:24px; width:2px; height:12px; background:#ef4136;}
	#footer .family-site.on:after {display:none;}
	#footer .family-site h3 {padding:0 15px; width:100%; border:1px solid #ddd; box-sizing:border-box; background:#fff; font-weight:400; font-size:14px; line-height:39px;}
	#footer .family-site ul {display:none; position:absolute; bottom:100%; left:0; padding:8px 0; width:100%; border:1px solid #ddd; border-bottom-width:0; box-sizing:border-box; background:#fff;}
	#footer .family-site ul a {display:block; padding:0 15px; font-size:14px; line-height:30px;}
	#footer .family-site ul li:hover a {background:#ef4136; color:#fff;}


/* ALERT
------------------------------------------------------ */
	body .ui-widget.ui-widget-content {border:1px solid #dadada; border-top:5px solid #ef4136;}
	body .ui-dialog {padding:0;}
	body .ui-widget-header {border:0 none; border-radius:0; background:#fff;}
	body .ui-dialog .ui-dialog-titlebar {padding:0 1em .6em;}
	body .ui-widget ,
	body .ui-widget input,
	body .ui-widget select,
	body .ui-widget textarea,
	body .ui-widget button {font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
	body .ui-dialog .ui-dialog-title {overflow:visible; font-size:0; text-align:center; width:100%;}
	body .ui-dialog .ui-dialog-title:before {content:'\f06a'; position:relative; top:20px; font-family: 'FontAwesome'; font-size:50px; color:#e6e6e6}
	body .ui-dialog .ui-dialog-buttonpane {padding:0;}
	body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float:none; width:100%; text-align:center;}
	body .ui-dialog .ui-dialog-buttonpane {margin-top:0; padding:0 20px 20px; border:0 none;}
	body .ui-dialog .ui-dialog-buttonpane button {margin:0; padding:15px 10px;  line-height:1; width:100%;}
	body .ui-dialog .ui-dialog-content * {font-size:15px !important;}
	body .ui-dialog .ui-dialog-content {padding:30px; min-height:auto !important; text-align:center; word-break:keep-all;}
	body .ui-dialog .ui-dialog-titlebar-close {display:none;}

	body .ui-state-hover, .ui-widget-content .ui-state-hover, 
	body .ui-widget-header .ui-state-hover,
	body .ui-state-focus, 
	body .ui-widget-content .ui-state-focus, 
	body .ui-widget-header .ui-state-focus, 
	body .ui-button:hover, 
	body .ui-button:focus {border:0 none; background:#ef4136; border-radius:0; color:#fff;}

	body .ui-state-default, 
	body .ui-widget-content .ui-state-default,
	body .ui-widget-header .ui-state-default,
	body .ui-button,
	html .ui-button.ui-state-disabled:hover, 
	html .ui-button.ui-state-disabled:active {border:0 none; background:#ef4136; border-radius:0; color:#fff;}



/* MAINPAGE 
------------------------------------------------------ */
	#mainContents {width:100%;}

	/* 이미지작업 */
	.main-visual {position:relative; width:100%; height:800px;}
	.main-visual ul li {height:800px;}
	.main-visual .slide1 {background:url('http://reaton.bj.daobing.cn/images/main/main_visual1.jpg') no-repeat center top; background-size:cover;}
	.main-visual .slide2 {background:url('http://reaton.bj.daobing.cn/images/main/main_visual2.jpg') no-repeat center top; background-size:cover;}
	.main-visual-pager {position:absolute; bottom:28px; left:50%; transform:translateX(-50%); font-size:0;}
	.main-visual-pager li {display:inline-block; margin:0 4px; vertical-align:top;}
	.main-visual-pager li a {display:block; width:15px; height:15px; border:1px solid #e61d25; border-radius:50%;}
	.main-visual-pager li .active {background:#e61d25;}
	.main-group {padding:70px 0 80px; width:100%; text-align:center;}
	.main-group h2 {margin-bottom:-40px; font-weight:400; font-size:36px; line-height:1; color:#333;}
	.main-group h2 span {display:block; margin-top:14px; font-size:18px; line-height:1; color:#848484;}
	.group-rolling {margin:0 auto; padding:200px 0 0 100px; width:1200px; min-height:479px; box-sizing:border-box; background:url('../image/main_group.jpg') no-repeat center top; text-align:left;}
	.group-rolling h3 {margin-bottom:30px; font-weight:400; font-size:42px; line-height:1; color:#fff; letter-spacing:-1px;}
	.group-rolling h3 + p {font-weight:300; font-size:18px; line-height:30px; color:#fff; letter-spacing:-1px;}
	.group-pager {margin:32px auto 0; width:1200px; font-size:0;}
	.group-pager li {position:relative; display:inline-block; width:11.11111111111111%;vertical-align:top; text-align:center;}
	.group-pager li:before {content:''; position:absolute; top:10px; left:0; width:1px; height:102px; background:#cdcdcd;}
	.group-pager li:first-child:before {display:none;}
	.group-pager li:nth-child(1) a {background:url('../image/main_group_icon01.png') no-repeat center top;}
	.group-pager li:nth-child(2) a {background:url('../image/main_group_icon02.png') no-repeat center top;}
	.group-pager li:nth-child(3) a {background:url('../image/main_group_icon03.png') no-repeat center top;}
	.group-pager li:nth-child(4) a {background:url('../image/main_group_icon04.png') no-repeat center top;}
	.group-pager li:nth-child(5) a {background:url('../image/main_group_icon05.png') no-repeat center top;}
	.group-pager li:nth-child(6) a {background:url('../image/main_group_icon06.png') no-repeat center top;}
	.group-pager li:nth-child(7) a {background:url('../image/main_group_icon07.png') no-repeat center top;}
	.group-pager li:nth-child(8) a {background:url('../image/main_group_icon08.png') no-repeat center top;}
	.group-pager li:nth-child(9) a {background:url('../image/main_group_icon09.png') no-repeat center top;}
	.group-pager li a {display:block; padding:70px 15px 0;  box-sizing:border-box; font-size:16px; line-height:1; color:#777; word-break:keep-all;}
	.group-pager li .active {position:relative; color:#e61d25;}
	.group-pager li .active:before {content:''; position:absolute; top:-60px; left:50%; width:1px; height:45px; background:#e61d25;}
	.group-pager li:nth-child(1) .active {background:url('../image/main_group_icon01_on.png') no-repeat center top;}
	.group-pager li:nth-child(2) .active {background:url('../image/main_group_icon02_on.png') no-repeat center top;}
	.group-pager li:nth-child(3) .active {background:url('../image/main_group_icon03_on.png') no-repeat center top;}
	.group-pager li:nth-child(4) .active {background:url('../image/main_group_icon04_on.png') no-repeat center top;}
	.group-pager li:nth-child(5) .active {background:url('../image/main_group_icon05_on.png') no-repeat center top;}
	.group-pager li:nth-child(6) .active {background:url('../image/main_group_icon06_on.png') no-repeat center top;}
	.group-pager li:nth-child(7) .active {background:url('../image/main_group_icon07_on.png') no-repeat center top;}
	.group-pager li:nth-child(8) .active {background:url('../image/main_group_icon08_on.png') no-repeat center top;}
	.group-pager li:nth-child(9) .active {background:url('../image/main_group_icon09_on.png') no-repeat center top;}


	/* -------- main-quick-wrap -------- */
	.main-quick-wrap {padding:70px 0 30px; width:100%; background:#f7f7f7; text-align:center;}
	.main-quick-wrap ul {margin:0 auto; width:1200px; font-size:0;}
	.main-quick-box {display:inline-block; margin:0 0 40px 22px; width:calc(33.33333333333333% - 15px); vertical-align:top; transition:.3s;}
	.main-quick-box:nth-child(3n+1) {margin-left:0;}
	.main-quick-box a {display:block;}
	.main-quick-box .text-wrap {padding:26px 0 27px; background:#fff;}
	.main-quick-box .text-wrap strong {display:block; margin-bottom:12px; font-weight:400; font-size:20px; line-height:1; color:#333; transition:.3s;}
	.main-quick-box .text-wrap span {position:relative; left:-7px; font-size:14px; line-height:1; color:#999; transition:.3s;}
	.main-quick-box .text-wrap span:after {content:'>'; position:absolute; top:3px; right:-13px; font-size:14px; line-height:1; transition:.3s;}
	.main-quick-box:hover {box-shadow:10px 10px 35px rgba(0,0,0,.2);}
	.main-quick-box:hover .text-wrap strong {color:#fb2d36;}
	.main-quick-box:hover .text-wrap span:after {right:-18px;}

	/* main board */
	.main-borad-wrap {padding:89px 0 43px; width:100%; font-size:0;}
	.main-borad-wrap .inner > div {position:relative; display:inline-block; padding-top:20px; width:33.33333333333333%; height:243px; border-left:1px solid #ddd; box-sizing:border-box; vertical-align:top;}
	.main-borad-wrap .inner > div:first-child {border-left:0 none}
	.main-borad-wrap h3 {margin-bottom:21px; font-weight:400; font-size:30px; line-height:1; color:#333; transition:.3s;}
	.main-borad-wrap .inner > div > a {position:absolute; top:26px; right:34px; font-size:14px; line-height:1; color:#999;}
	.main-borad-wrap .inner > div > a:after {content:'>'; display:inline-block; margin-left:5px; font-size:14px; line-height:1; vertical-align:top;}
	.main-borad-wrap .inner > div > a:hover {color:#fb2d36;}

	.main-notice {padding-right:34px;}
	.main-notice ul li a {position:relative; display:inline-block; padding-left:26px; box-sizing:border-box; font-size:14px; line-height:30px; color:#777; vertical-align:top;}
	.main-notice ul li a:before {content:''; position:absolute; top:50%; left:7px; margin-top:-1px; width:10px; height:2px; background:#ccc;}
	.main-notice ul li span {float:right; display:inline-block; font-size:14px; line-height:30px; color:#999; vertical-align:top;}
	.main-notice ul li a:hover {color:#ef4136;}

	.main-qr {padding-right:34px;}
	.main-qr > p {font-size:18px; line-height:1.3; color:#777;}
	.main-qr img {display:inline-block; vertical-align:middle; border:1px solid #ddd;}
	.main-qr .qr-list{margin-top:10px; font-size:0; line-height:0;}
	.main-qr .qr-list li{display:inline-block; text-align:center; font-weight:400; line-height:1; font-size:15px; color:#333;}
	.main-qr .qr-list li:first-child{margin-right:20px;}
	.main-qr .qr-list li p{display:inline-block; vertical-align:middle; margin-left:5px;}

	.main-product {padding:0 34px;}
	.main-product > div {position:relative;}
	.main-product div a {display:block;}
	.main-product div a div {position:absolute; top:20px; left:146px;}
	.main-product div strong {display:block; margin-bottom:7px; font-weight:400; font-size:24px; line-height:1; color:#3e5c1e;}
	.main-product div span {font-size:14px; line-height:1; color:#555;}

	.main-info {padding-left:34px}
	.main-info p {font-size:18px; line-height:1.3; color:#777;}
	.main-info dl {display:none;}
	.main-info dt {display:block; margin:27px 0 7px; font-size:40px; line-height:1; color:#ef4136}
	.main-info dd {font-size:14px; line-height:1; color:#777;}


/* PRODUCT (제품관련 페이지)
------------------------------------------------------ */
	/* -------- product main -------- */
	.product-nav {width:100%; background:#f9f9f9;}
	.product-nav ul {margin:0 auto; width:1200px; text-align:center; font-size:0;}
	.product-nav ul li {display:inline-block; margin:0 33px; width:72px; min-height:115px; text-align:center; vertical-align:middle;}
	.product-nav ul li a {display:block; padding-top:89px; width:100%; font-size:14px; line-height:1; color:#666;}
	.product-nav ul li:nth-child(1) a {background:url('../image/product_nav01_off.png') no-repeat center 15px;}
	.product-nav ul li:nth-child(2) a {background:url('../image/product_nav06_off.png') no-repeat center 17px;}
	.product-nav ul li:nth-child(3) a {background:url('../image/product_nav05_off.png') no-repeat center 17px;}
	.product-nav ul li:nth-child(1).on a,
	.product-nav ul li:nth-child(1):hover a {background:url('../image/product_nav01_on.png') no-repeat center 15px;}
	.product-nav ul li:nth-child(2).on a,
	.product-nav ul li:nth-child(2):hover a {background:url('../image/product_nav06_on.png') no-repeat center 17px;}
	.product-nav ul li:nth-child(3).on a,
	.product-nav ul li:nth-child(3):hover a {background:url('../image/product_nav05_on.png') no-repeat center 17px;}
	.product-nav ul li.on a,
	.product-nav ul li:hover a {color:#ef4136;}

	.product-main {width:100%;}
	.product-main > div {margin-bottom:30px; width:100%;}
	.product-main > div a {display:block; width:100%; height:100%; font-size:0;}
	.product-main1 {height:825px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_01.jpg') no-repeat center 0; background-size:cover;}
	.product-main2 {height:786px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_02.jpg') no-repeat center 0; background-size:cover;}
	.product-main3 {height:786px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_03.jpg') no-repeat center 0; background-size:cover;}
	.product-main4 {height:785px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_04.jpg') no-repeat center 0; background-size:cover;}
	.product-main5 {height:786px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_05.jpg') no-repeat center 0; background-size:cover;}
	.product-main6 {height:786px; background:url('http://reaton.bj.daobing.cn/images/product/product_main_06.jpg') no-repeat center 0; background-size:cover;}

	.product-main7 {position:relative; width:100%; height:825px; background:url('http://reaton.bj.daobing.cn/images/product/product_main2_01.jpg') no-repeat center 0; background-size:cover;}
	.product-main8 {position:relative; width:100%; height:786px; background:url('http://reaton.bj.daobing.cn/images/product/product_main2_02.jpg') no-repeat center 0; background-size:cover;}

	/* -------- product list -------- */
	.product-list {position:relative; width:100%;}
	.product-list .btn-more {position:absolute; left:50%; width:290px; height:50px; /* background:rgba(0,0,0,.5); */ font-size:0;}
	.product-list .btn-more:nth-child(1) {top:1108px; margin-left:-603px;}


	/* -------- product_detail -------- */
	.product_detail {width:100%; height:5401px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail.jpg') no-repeat center 0; background-size:cover;}
	.product_detail1 {width:100%; height:6001px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail1.jpg') no-repeat center 0; background-size:cover;}
	.product_detail2 {width:100%; height:5050px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail2.jpg') no-repeat center 0; background-size:cover;}
	.product_detail3 {width:100%; height:2497px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail3.jpg') no-repeat center 0; background-size:cover;}
	.product_detail4 {width:100%; height:3258px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail4.jpg') no-repeat center 0; background-size:cover;}
	.product_detail5 {width:100%; height:4043px; background:url('http://reaton.bj.daobing.cn/images/product/product_detail5.jpg') no-repeat center 0; background-size:cover;}


	/* -------- product main02 new -------- */

	/* 이미지 끝 */


/* SUBPAGE - 공통
------------------------------------------------------ */
	#subContents {position:relative; margin-top:80px; padding-bottom:120px; min-height:calc(100vh - 164px); box-sizing:border-box;}

	/* -------- left menu -------- */
	#leftmenu {width:100%; background:#fff; border:1px solid #e5e5e5;}
	#leftmenu > ul {margin:0 auto; width:1200px; border-left:1px solid #e5e5e5; box-sizing:border-box; font-size:0;}
	#leftmenu .depth01 {position:relative; display:inline-block; min-width:169px; border-right:1px solid #e5e5e5; vertical-align:top;}
	#leftmenu .depth01.home {min-width:50px;}
	#leftmenu .depth01 > a {display:block; padding:0 40px 0 15px; background:url('../image/leftmenu_arrow_off.png') no-repeat 90% center; font-size:14px; line-height:49px;}
	#leftmenu .depth01.on > a {background:url('../image/leftmenu_arrow_on.png') no-repeat 90% center;}
	#leftmenu .depth01 > a:hover,
	#leftmenu .depth01:last-child > a {color:#ef4136;}
	#leftmenu .depth01.home a {display:block; width:100%; height:49px; padding:0; font-size:0; background:url('../image/leftmenu_icon_home.png') no-repeat center center;}
	#leftmenu .depth02 {display:none; position:absolute; top:100%; left:-1px; z-index:666; padding:15px 0; width:calc(100% + 2px); border:1px solid #e5e5e5; box-sizing:border-box; background:#fff;}
	#leftmenu .depth02 a {display:block; padding: 0 15px; font-weight:300; font-size:14px; line-height:34px;}
	#leftmenu .depth02 a:hover {background:#ef4136; color:#fff;}
	#leftmenu .depth02 .on > a {background:#ef4136; color:#fff;}

	/* product */
	#subContents.product #leftMenu {position:relative; top:0;}

	/* -------- navi -------- */
	.page-navi {}
	.page-navi li {position:absolute; top:218px; width:114px; height:114px;}
	.page-navi .prev {left:38px;}
	.page-navi .next {right:38px;}
	.page-navi li a {z-index:666; display:block; position:absolute; top:0; left:0; padding-top:40px; width:100%; height:100%; border-radius:50%; box-sizing:border-box; font-weight:300; font-size:14px; color:#555; text-align:center;}
	.page-navi li a:before{content:''; position:absolute; top:65px; left:50%; margin-left:-44px; width:89px; height:11px; transition:.3s;}
	.page-navi .prev a:before {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/navi_prev_off.png') no-repeat 0 0;}
	.page-navi .next a:before {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/navi_next_off.png') no-repeat 0 0;}
	.page-navi  a:hover {background:#e65543; color:#fff;}
	.page-navi .prev:hover a:before {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/navi_prev_on.png') no-repeat 0 0;}
	.page-navi .next:hover a:before {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/navi_next_on.png') no-repeat 0 0;}


	/* -------- sub visual -------- */
	.sub-visual {padding-top:162px; width:100%; height:449px; box-sizing:border-box; text-align:center; background-size:cover;}
	.sub-visual.company {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/company/sub_visual.jpg') no-repeat center top;}
	.sub-visual.customer{background:url('../image/sub_visual.jpg') no-repeat center top;}
	.sub-visual.partners{background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/partners/sub_visual.jpg') no-repeat center top;}
	.sub-visual.user{background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/user/sub_visual.jpg') no-repeat center top;}

	.sub-visual h2 {position:relative; display:inline-block; margin:0 auto; font-weight:500; font-size:72px; line-height:72px; color:#333;}
	.sub-visual h2:before {content:''; position:absolute; top:-10px; left:-20px; display:inline-block; margin:0 8px 55px 0px; width:19px; height:17px; background:url('../image/bullet_icon.png') no-repeat;}
	.sub-visual h2 + p {margin-top:27px; font-size:24px; line-height:1; color:#777;}
	.sub-visual.user h2{color:#fff;}
	.sub-visual.user h2 + p{color:#fff; opacity:0.6;}

	/* -------- line map -------- */
	.line-map {width:100%; border:1px solid #dadada; border-width:1px 0;}
	.line-map > ul {margin:0 auto; width:1200px; border-left:1px solid #dadada; font-size:0;}
	.line-map > ul > li {position:relative; display:inline-block; min-width:200px; height:48px; border-right:1px solid #dadada; vertical-align:top;}
	.line-map > ul > li.home {min-width:48px; text-align:center;}
	.line-map > ul > li.home img {display:inline-block; margin-top:16px;}
	.line-map > ul > li > a {display:block; padding:0 20px; width:100%; height:100%; box-sizing:border-box; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/location_arrow_off.jpg') no-repeat 93% center; font-size:14px; line-height:48px; color:#676767;}
	.line-map > ul > li.on > a {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/location_arrow_off1.jpg') no-repeat 93% center;}
	.line-map > ul > li:last-child > a {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/location_arrow_on.jpg') no-repeat 93% center;}
	.line-map > ul > li:last-child.on > a {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/common/location_arrow_on1.jpg') no-repeat 93% center;}
	.line-map > ul > li.home a {padding:0; background:none;}
	/* 2depth */
	.line-map > ul > li ul {display:none; position:absolute; top:100%; left:-1px; z-index:5555; padding:10px 0; width:100%; border:1px solid #dadada; background:#fff;}
	.line-map > ul > li ul a {display:block; padding:3px 20px; font-size:14px; line-height:33px;}
	.line-map > ul > li ul li.on a,
	.line-map > ul > li ul a:hover {background:#ef4136; color:#fff;}

	/* -------- SUB WRAP -------- */
	.sub-detail-wrap {margin:0 auto; padding-top:120px; width:1200px;}

	/* -------- title -------- */
	.sub-conts-title {margin:65px 0 14px ; font-weight:300; font-size:38px; line-height:1; color:#333; text-align:center;}
	.sub-conts-title:before {content:''; display:block; margin:0 auto 25px; width:28px; height:2px; background:#ef4136;}
	.sub-conts-title + p {margin-bottom:50px; font-weight:300; font-size:20px; line-height:1; text-align:center;}


/* BOARD(게시판 관련)
------------------------------------------------------ */
	.contents_sub {margin:0 auto; width:1200px;}

	.contents_sub input[type="text"] ,
	.contents_sub input[type="password"] {float:left; margin-left:15px; padding:0 5px; width:180px; height:50px; box-sizing:border-box; border:1px solid #dadada; font-size:17px; color:#666;}
	.contents_sub select {float:left; margin-left:15px; padding:0 0 0 5px; min-width:120px; height:50px; border:1px solid #dadada; box-sizing:border-box; font-size:17px; color:#666;}
	.contents_sub input[type="text"]:first-child,
	.contents_sub input[type="password"]:first-child ,
	.contents_sub select:first-child {margin-left:0;}
	.contents_sub select[name="cate_code"] {min-width:200px;}
	.contents_sub input[type="radio"],
	.contents_sub input[type="checkbox"] {float:left; margin:13px 5px 0 10px;}
	.contents_sub input[type="radio"]:first-child,
	.contents_sub input[type="checkbox"]:first-child {margin-left:0;}
	.contents_sub label {float:left; margin-right:15px; line-height:50px;}
	.contents_sub textarea {width:100%; min-height:150px; border:1px solid #dadada;}

	/* board-title */
	.board-title {margin-bottom:44px; font-weight:300; font-size:38px; line-height:1; color:#333; text-align:center;}
	.board-title:before {content:''; display:block; margin:60px auto 20px; width:36px; height:2px; background:#ef4136;}
	.board-title + p {display:block; margin:-30px 0 50px; width:100%; font-weight:300; font-size:20px; line-height:1; text-align:center;}
	.board-title + p img {display:inline-block; margin:-2px 0 0 3px; vertical-align:middle;}


	.board_top {overflow:hidden; margin-bottom:16px; width:100%; text-align:center;}
	.board_top .f_search {position:relative; display:inline-block;}
	.board_top .f_search select {float:none; width:180px}
	.board_top .f_search input[type="text"] {float:none; padding:0 50px 0 10px; width:350px;}
	.board_top .f_search .btn_search {position:absolute; top:12px; right:12px; z-index:111; display:inline-block;}
	.board_top .total-num {display:block; margin-top:16px; font-size:17px; line-height:1; text-align:left;}
	.board_top .total-num span {font-weight:500; color:#ef4136;}
	.board_top .total-num li {display:inline-block; margin-right:10px; vertical-align:middle;}

	.board {clear:both; width:100%;}
	.board table {width:100%; border-top:1px solid #231815; table-layout:fixed;}
	.board table th, .board table td {padding:15px 10px; border-bottom:1px solid #e9e7e7; font-weight:400; font-weight:400; font-size:16px; line-height:1.3; vertical-align:middle; word-break:keep-all;}
	.board table th {background:#f8f8f8; font-weight:500; color:#231815;}
	.board table td {text-align:center;}
	.board table .subject {text-align:left;}
	.board table .subject a {overflow:hidden; display:inline-block; text-overflow:ellipsis; max-width:95%;  white-space:nowrap; vertical-align:top;}
	.board table .subject a + img {margin:-2px 0 0 2px;}
	.board table .subject img {display:inline-block; vertical-align:middle;}

	.board table .webzine-subject {text-align:left;}
	.board table .webzine-thumb img {max-width:200px;}
	.board table .webzine-subject strong,
	.board table .webzine-subject span {overflow:hidden; display:block; text-overflow:ellipsis;}
	.board table .webzine-subject strong {font-weight:400; font-size:22px; line-height:1.3; color:#333; white-space:nowrap;}
	.board table .webzine-subject span {margin-top:10px; max-height:44px; font-weight:300; font-size:17px; line-height:1.3; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

	.btn-wrap.align-right {text-align:right;}
	.btn-style1 {display:inline-block; padding:12px 45px 13px; background:#5f5f5f; font-size:500px; font-size:16px; line-height:1; color:#fff;}

	/* board paging */
	.board_pagetab {margin-top:80px; font-size:0; text-align:center;}
	.board_pagetab > span {display:inline-block; vertical-align:top;}
	.board_pagetab a {position:relative; display:inline-block; margin:0 3px; padding:0; width:38px; height:38px; border:1px solid #e9e7e7; font-size:14px; line-height:38px; color:#222; vertical-align:top;}
	.board_pagetab > span.on a {border-color:#ef4136; color:#ef4439;}
	.board_pagetab > a img {display:none;}
	.board_pagetab .page-prev {border-left:0 none; margin-right:7px; margin-left:-3px;}
	.board_pagetab .page-next {border-right:0 none; margin-left:7px; margin-right:-3px;}
	.board_pagetab .page-prev:before,
	.board_pagetab .page-next:before,
	.board_pagetab .page-first:before,
	.board_pagetab .page-last:before {content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-family: 'FontAwesome'; font-size:20px; color:#999;}
	.board_pagetab .page-prev:before {content:'\f104';}
	.board_pagetab .page-next:before {content:'\f105';}
	.board_pagetab .page-first:before {content:'\f100';}
	.board_pagetab .page-last:before {content:'\f101';}

	/* board view
	------------------------------------------------------ */
	.board_view {margin-bottom:30px; width:100%; border-top:1px solid #231815;}
	.board_view table {width:100%;}
	.board_view > table:last-of-type {border-bottom:1px solid #e9e7e7;}
	.board_view th, 
	.board_view td {text-align:left;padding:8px; font-weight:400; font-size:16px;}
	.board_view th {font-weight:500; border-bottom:1px solid #e9e7e7;}

	.board_view .subject-wrap {padding:20px 30px; font-weight:400; font-size:18px; background-color:#f8f8f8; color:#333;}
	.board_view .subject-wrap strong {margin-right:5px; font-weight:400; color:#ef4136;}
	.board_view .board-header {padding:16px 15px; line-height:1; vertical-align:middle; border-bottom:1px solid #e9e7e7;}
	.board_view .board-header ul {font-size:0;}
	.board_view .board-header li,
	.board_view .board-header > span {position:relative; display:inline-block; padding:0 15px; font-size:16px; line-height:1; vertical-align:middle; color:#333;}
	.board_view .board-header li{color:#666;}
	.board_view .board-header li:last-child {padding-right:0;}
	.board_view .board-header li:before {content:''; position:absolute; top:50%; left:0; margin-top:-7px; width:1px; height:14px; background:#666;}
	.board_view .board-header li:first-child:before {display:none;}
	.board_view .board-header li strong {margin-right:13px; font-weight:400; color:#333;}
	.board_view .board-header li span {margin-left:5px;}

	/* 첨부파일 */
	.board_view .board_view_file {padding:12px 30px; border:1px solid #e9e7e7; border-width:1px 0;}
	.board_view .board_view_file li img {display:inline-block; margin-right:7px; vertical-align:middle;}

	.board_view input[type="text"],
	.board_view input[type="password"] {width:282px; height:38px;}
	.board_view label {line-height:38px;}

	/* --------------- 댓글 */
	/* 아이디/비번 */
	.coment_re {width:100%; border-top:1px solid #e9e7e7;}
	.coment_re td {padding:18px 30px;}
	.coment_write .coment_re td {background:#f8f8f8; border-bottom:1px dashed #e9e7e7;}
	.board_view .coment_re input[type="text"] {margin-right:70px;}
	.board_view .captcha-wrap {width:100%;}
	.coment_re .after-login input[type="text"] {padding:0; border-color:transparent; background:transparent; line-height:40px; color:#333;}
	/* 보안문자 */
	.board_view .captcha-wrap td {padding:20px 30px 18px;}
	.board_view .captcha-wrap td img,
	.board_view .captcha-wrap td span {float:left;}
	.board_view .captcha-wrap td span {margin-left:15px; line-height:38px;}
	.board_view .captcha-wrap td img{width:auto; height:38px;}
	/* 댓글폼 */
	.board_view .coment_form td {padding:0 30px 20px;}
	.board_view .coment_form textarea {float:left; margin-right:10px; width:calc(100% - 110px); min-height:100px;}
	/* 댓글리스트 */
	.coment_list .coment_re td strong {font-weight:400;}
	.coment_re_txt  {margin-top:5px; font-weight:300;}
	.coment_re_txt a {margin-left:5px;}


	/* my qna 답변 */
	.board_view .bbs-conts-wrap {padding:0;}
	.board_view .bbs-conts-wrap .bbs-conts {padding:30px;}
	.answer-wrap {padding:25px 34px 34px; width:100%; border-top:1px solid #e9e7e7; box-sizing:border-box; background:#f3f3f3;}
	.answer-wrap > span {display:block; text-align:right;}
	.answer-wrap > div {overflow:hidden;}
	.answer-wrap .answer-tit {float:left; display:block; width:54px; height:54px; border-radius:50%; background:#515658; font-weight:500; font-size:34px; color:#fff; text-align:center;}
	.answer-wrap .answer-txt {float:left; padding-left:32px; width:calc(100% - 54px); box-sizing:border-box;}


	/* 이전,다음글 */
	.next_data_area{padding:15px 30px; font-weight:400; font-size:16px; text-align: left; border-top: 1px solid #231815;}
	.prev_data_area{margin-bottom:30px; padding:15px 30px; font-weight:400; font-size:16px; text-align: left; border-top:1px solid #e9e7e7; border-bottom: 1px solid #e9e7e7;}
	.next_data_area span:first-child,
	.prev_data_area span:first-child {position:relative; padding:15px 25px;  font-weight:500; color:#3b3b3b;}
	.next_data_area span:first-child:before {position:absolute; top:50%; left:0; margin-top:-11px; content:"\f106"; font-family: 'FontAwesome'; font-size:20px; color:#555;}
	.prev_data_area span:first-child:before {position:absolute; top:50%; left:0; margin-top:-10px; content:"\f107"; font-family: 'FontAwesome'; font-size:20px; color:#555;}
	.next_data_area img,
	.prev_data_area img {display:inline-block; margin-left:7px; vertical-align:middle;}
	.next_data_area .b{font-weight: bold;}
	.prev_data_area .b{font-weight: bold;}

	/* 게시판 버튼 */
	.btn_area {overflow:hidden;}
	.align_left {float:left; font-size:0;}
	.align_right {float:right; font-size:0;}
	.btn_write { display:inline-block; background:#6a6a6a; padding:11px 45px 12px; font-size:17px; line-height:1; color:#fff; }
	.btn_list  { display:inline-block; background:#6a6a6a; padding:11px 45px 12px; font-size:17px; line-height:1; color:#fff; }
	.btn_re {display:inline-block; width:100px; height:100px; text-align:center; background:#6a6a6a; font-size:17px; line-height:100px; color:#fff; vertical-align:top;}
	.my_write {display:inline-block; margin-right:10px; padding:10px 30px 11px; border:1px solid #aaa; background:#fff; font-size:17px; line-height:1; color:#6a6a6a;}
	.align_left button,
	.align_left a {display:inline-block; margin-right:5px; padding:10px 45px 11px; border:1px solid #aaa; background:#fff; color:#6a6a6a;}
	.align_right button,
	.align_right a {margin-left:5px;}

	/* Button */
	.btn-area{margin-top:50px; text-align:center; line-height:0; font-size:0;}
	.btn-area.right{text-align:right;}
	.btn-area.left{text-align:left;}
	.btn-area button{display:inline-block; padding:0 15px; min-width:150px; height:50px; line-height:50px; font-weight:500; font-size:17px; vertical-align:middle;}
	.btn-area button:first-child{margin-right:10px;}
	.btn-first{color:#fff; background:#ef4136;}
	.btn-second{color:#fff; background:#5f5f5f;}


	/* borad write
	------------------------------------------------------ */
	.board_write {margin-bottom:30px; width:100%; border-top:1px solid #231815;}
	.board_write table {width:100%; table-layout:fixed;}
	.board_write thead th {height:49px; text-align:center;}
	.board_write th, .board_write td {padding:6px 30px 5px; text-align:left;border-bottom:1px solid #e9e7e7; vertical-align:middle;}
	.board_write th {width:17%; color:#464646; font-weight:500; background-color:#f8f8f8;}
	.board_write th img {display:inline-block; margin:-2px 0 0 3px; vertical-align:middle;}
	.board_write td {height:49px;}
	.board_write td input[type="text"],
	.board_write td input[type="password"] ,
	.board_write td select {height:38px;}
	.board_write td input[name="bbs_title"] {width:100%;}
	.board_write label {line-height:38px;}
	.board_write.center tbody td {text-align:center;}
	.board_write tbody td.subject {text-align:left;}
	.board_write tbody td.subject a {overflow:hidden; display:inline-block; padding:0 0 0 10px; max-width:95%; text-overflow:ellipsis; white-space:nowrap;}

	.board_write.simple{padding:50px 80px; margin:0 auto; width:600px; box-sizing:border-box; text-align:center; border:1px solid #ddd; border-top:2px solid #ef4136; box-shadow:5px 5px 8px rgba(0,0,0,.07);}
	.board_write.simple .msg{margin-bottom:20px; font-size:20px; font-weight:500; text-align:center; color:#333;}
	.board_write.simple table{border:0;}
	.board_write.simple th,
	.board_write.simple td{padding:10px; height:auto; text-align:center; border:0; background:none;}
	.board_write.simple input[type="text"],
	.board_write.simple input[type="password"]{width:100%;}

	.board_write .description {margin:10px 0 5px; color:#ef4136;}

	.form-text {float:left; margin-left:10px; margin-right:-5px; line-height:38px;}

	.cheditor-container {width:100% !important;}
	.cheditor-container iframe {height:300px !important;}

	.board_write .captcha-wrap {background:#fff;}
	.board_write .captcha-wrap img {float:left; width:auto; height:38px;}
	.board_write .captcha-wrap img + input {margin-top:1px;}
	.board_write .captcha-wrap span {display:block; clear:both; margin-left:0 !important; padding:7px 0; font-size:17px;}

	.board_view_input_mail + span {float:left; margin:0 -5px 0 5px; line-height:38px;}

	.btn-confirm {display:inline-block; padding:0 13px; border:1px solid #ffb8b4; font-size:15px; line-height:28px !important; color:#f8554b; vertical-align:top; cursor:pointer;}
	.btn-confirm + input[type="checkbox"]{margin-left:10px;}
	.btn-confirm + span{margin-left:10px;}

	#upload_list img{margin-left:5px;}

	/* 개인정보동의 */
	.agree-wrap {overflow:hidden; margin-top:25px; padding:20px 30px; width:100%; box-sizing:border-box; border:1px solid #e9e7e7; background:#f8f8f8;}
	.agree-wrap h3 {margin-bottom:17px; font-weight:400; font-size:17px; line-height:1; color:#333;}
	.agree-wrap h3 + div {overflow-x:hidden; padding:16px 20px; width:100%; height:150px; box-sizing:border-box; border:1px solid #e9e7e7; background:#fff; font-size:14px; line-height:1.3;}
	.agree-wrap h3 + div .contents {width:100%;}
	.agree-wrap input[type="checkbox"] {margin-left:0;}
	.agree-wrap label {margin-top:12px; font-weight:300; font-size:17px; line-height:1; cursor:pointer;}

	.reply-title {margin-bottom:10px; font-weight:400; color:#333;}
	.reply-title:before {content:''; display:inline-block; margin-top:-3px; margin-right:5px; width:14px; height:14px; border-radius:50%; box-sizing:border-box; border:3px solid #f8554b; vertical-align:middle;}

	/* 개인정보동의 신청폼 */
	.board_write th span {display:inline-block; vertical-align:top; font-size:11px; color:#ef4136;}
	.form-list td span {float:left; margin:0 -5px 0 10px; line-height:36px;}
	.form-list td input[type="text"],
	.form-list td input[type="password"] {width:280px;}
	.form-list td input[name^="APPFIELD_user_phone"],
	.form-list td input[name^="APPFIELD_user_hphone"] {width:150px;}
	.form-list td input[name^="APPFIELD_user_email"] {width:180px;}
	.form-list td textarea {padding:5px;}
	.form-list .btn-confirm {margin:4px 0 0 10px;}
	.form-list .person_area {padding:25px 0 0 0;}
	.form-list .person_area dl {padding:21px 30px 17px; border:1px solid #e9e7e7; border-bottom:0 none; background:#f8f8f8;}
	.form-list .person_area dt {margin-bottom:13px; font-size:17px; line-height:1; color:#333;}
	.form-list .person_area textarea {padding:5px 10px; border-color:#d3d3d3; font-size:14px;}
	.form-list .person_area textarea + div {overflow:hidden;}
	.form-list .description {margin-left:0; color:#ef4136;}

	/* 1:1문의 */
	.board_write .write-addr a {margin:4px 0 0 10px;}
	.board_write .write-addr input:nth-of-type(2),
	.board_write .write-addr input:nth-of-type(3) {margin:5px 0 0 0; width:100%;}
	.board_write .write-phone input[type="text"] {width:150px;}
	.board_write .write-phone span ,
	.board_write .write-email span {float:left; margin:0 -5px 0 10px; line-height:36px;} 

	.my-info-form {display:block; width:100%; text-align:right;}
	.my-info-form input[type="checkbox"],
	.my-info-form label {float:none; display:inline-block; margin-left:4px; margin-right:0; vertical-align:middle;}
	.my-info-form input[type="checkbox"] {margin-top:3px;}

	/* event
	------------------------------------------------------ */
	.board_list {width:100%; border-top:2px solid #231815;}
	.board_list .no-data {padding:15px 10px; border-bottom:1px solid #e9e7e7; font-size:16px; line-height:1.3; text-align:center; vertical-align:middle;}
	p.no-data,
	li.no-data {margin-top:60px; padding:15px 10px; width:100% !important; box-sizing:border-box; font-size:16px; line-height:1.3; text-align:center;}

	.bbs-tab {display:table; width:100%; font-size:0; table-layout:fixed;}
	.bbs-tab li {position:relative; display:table-cell; margin-right:-1px; vertical-align:top;}
	.bbs-tab li:before {content:''; position:absolute; top:0; left:0; width:1px; height:100%; background:#fff;}
	.bbs-tab li:first-child:before {display:none;}
	.bbs-tab li a {display:block; padding:16px 10px; width:100%; box-sizing:border-box; background:#e6e6e6; font-size:18px; line-height:24px; color:#333; text-align:center;}
	.bbs-tab li .tab.ton {background:#ef4136; color:#fff;}

	.bbs-tab.line2 a {padding:25px 10px;}


/* PRODUCT(제품센터)
------------------------------------------------------ */
	/* -------- product main -------- */
	.product-visual {padding-top:70px; width:100%; height:830px; background:url('../image/product_main_bg01.jpg') no-repeat center center; background-size:cover;}
	.product-visual h2 {position:relative; margin:0 auto; padding-top:50px; width:458px; height:175px; border:1px solid rgba(0,0,0,.2); box-sizing:border-box; font-weight:500; font-size:70px; line-height:1.1; color:#333; text-align:center;}
	.product-visual.product-widthS h2 {width:398px;}
	.product-visual h2:before {content:''; position:absolute; top:-22px; left:50%; margin-left:-2.5px; width:5px; height:35px; background:#ef4136;}
	.product-visual h2 + p {margin-top:27px; display:block; font-weight:300; font-size:24px; line-height:28px; color:#444; text-align:center;}

	.newproduct .product-visual {background:url('../image/product_main_bgnew.jpg') no-repeat center center; background-size:cover;}
	.cascade .product-visual {background:url('../image/product_main_bg07.jpg') no-repeat center center; background-size:cover;}

	.product-main > div {position:relative;}
	.product-main > div:last-child {margin-bottom:0;}
	.product-main01 {width:100%; height:786px; background:url('../image/product_main_bg02.jpg') no-repeat center center; background-size:cover;}
	.product-main02 {width:100%; height:786px; background:url('../image/product_main_bg03.jpg') no-repeat center center; background-size:cover;}
	.product-main03 {width:100%; height:786px; background:url('../image/product_main_bg04.jpg') no-repeat center center; background-size:cover;}
	.product-main04 {width:100%; height:786px; background:url('../image/product_main_bg05.jpg') no-repeat center center; background-size:cover;}
	.product-main05 {width:100%; height:786px; background:url('../image/product_main_bg06.jpg') no-repeat center center; background-size:cover;}
	.product-main06 {width:100%; height:786px; background:url('../image/product_main_bg08.jpg') no-repeat center center; background-size:cover;}
	.product-main07 {width:100%; height:786px; background:url('../image/product_main_bg09.jpg') no-repeat center center; background-size:cover;}
	.product-main08 {width:100%; height:786px; background:url('../image/product_main_bg010.jpg') no-repeat center center; background-size:cover;}

	.product-main .product-title {position:absolute; left:50%; font-weight:500; font-size:72px; line-height:1; color:#2d2d2d;}
	.product-main .product-title:before {content:''; display:block; margin-left:7px; margin-bottom:17px; width:30px; height:3px; background:#ef4136;}
	.product-main .product-title span {display:block; margin-left:5px; margin-bottom:15px; font-weight:400; font-size:24px; line-height:1; color:#777;}
	.product-main > .product-main03 .product-title span,
	.product-main > .product-main04 .product-title span,
	.product-main > .product-main05 .product-title span,
	.product-main > .product-main07 .product-title span,
	.product-main > .product-main08 .product-title span {display:none;}
	.product-main .product-img {position:absolute; top:130px; left:50%;}
	.product-info {position:absolute; left:50%; width:415px;}
	.product-main .product-info dt {margin-bottom:30px; font-weight:400; font-size:36px; line-height:1; color:#111;}
	.product-main .product-info dd {position:relative; margin:10px 0; padding-left:10px; font-weight:400; font-size:18px; line-height:24px;}
	.product-main .product-info dd:before {content:''; position:absolute; top:12px; left:0; width:3px; height:3px; background:#aaa;}
	.product-main .product-info a {display:block; margin-top:45px; width:170px; border-radius:2px; background:#ef4136; font-size:18px; line-height:50px; color:#fff; text-align:center;}
	.product-main .product-info ul {margin-top:36px;}
	.product-main .product-info ul li {float:left; margin-right:9px;}

	.product-main > .product-main02 .product-title,
	.product-main > .product-main04 .product-title {top:86px; margin-left:-200px;}
	.product-main > .product-main07 .product-title {top:170px; margin-left:-200px;}
	.product-main > .product-main06 .product-title {top:80px; margin-left:-830px;}
	.product-main > .product-main02 .product-info,
	.product-main > .product-main04 .product-info {top:287px; margin-left:-200px;}
	.product-main > .product-main07 .product-info {top:354px; margin-left:-200px;}
	.product-main > .product-main01 .product-img,
	.product-main > .product-main03 .product-img,
	.product-main > .product-main05 .product-img {margin-left:-300px;}
	.product-main > .product-main08 .product-img {margin-left:-300px;}
	.product-main > div.product-main02 .product-img {margin-left:-790px;}
	.product-main > div.product-main03 .product-img {top:100px;}
	.product-main > div.product-main04 .product-img {margin-left:-706px;}
	.product-main > div.product-main07 .product-img {margin-left:-706px;}
	.product-main > .product-main01 .product-title,
	.product-main > .product-main03 .product-title,
	.product-main > .product-main05 .product-title {top:170px; margin-left:-575px;}
	.product-main > .product-main08 .product-title {top:225px; margin-left:-575px;}
	.product-main > .product-main01 .product-info,
	.product-main > .product-main03 .product-info,
	.product-main > .product-main05 .product-info {top:160px; margin-left:300px;}
	.product-main > .product-main06 .product-info {top:275px; margin-left:-830px;}
	.product-main > .product-main08 .product-info {top:300px; margin-left:300px;}


	/* -------- product detail -------- */

	.product-main.detail > div {margin-bottom:0; padding:100px 0;}
	.product-main.detail > div:first-child {padding:0;}
	.product-main.detail .inner {margin:0 auto; width:1200px;}

	.product-main.detail .product-main01 .product-title {margin-left:-559px;}
	.product-main.detail .product-main01 .product-info,
	.product-main.detail .product-main05 .product-info {margin-left:234px;}
	.product-main.detail .product-info dd {font-size:16px; color:#4d4d4f;}
	.product-main.detail .product-info dd:before {background:#ef4136;}

	.product-main.detail h4 {margin-bottom:45px; font-weight:400; font-size:36px; line-height:1; color:#111; text-align:center;}
	.product-main.detail h4:before {content:''; display:block; margin:0 auto 20px; width:30px; height:3px; background:#ef4136;}
	.product-main.detail h4 + p {margin-top:-20px; font-weight:300; font-size:21px; line-height:1; color:#888; text-align:center;}

	.product-function {width:100%;}
	.product-function.dec .inner {overflow:hidden;}
	.product-function.dec dl {float:left; margin-top:40px; padding-left:12px; width:50%; box-sizing:border-box;}
	.product-function.dec dt {position:relative; margin-bottom:10px; font-weight:400; font-size:20px; line-height:1; color:#333;}
	.product-function.dec dt:before {content:''; position:absolute; top:10px; left:-12px; width:3px; height:3px; background:#ef4136;}
	.product-function.dec dd {font-size:16px; line-height:20px; color:#777;}

	.product-function.esc ul {overflow:hidden; margin-top:46px;}
	.product-function.esc ul li {float:left; margin-left:37.5px; width:210px; box-sizing:border-box;}
	.product-function.esc ul li:first-child {margin-left:0;}
	.product-function.esc ul li img {border:1px solid #ccc;}
	.product-function.esc ul li strong {display:block; margin-top:30px; font-weight:400; font-size:20px; line-height:1.3; color:#333; text-align:center;}
	.product-function.esc ul li:first-child strong,
	.product-function.esc ul li:nth-child(2) strong {text-align:left;}
	.product-function.esc ul li span {display:block ;margin-top:13px; font-size:16px; line-height:20px; color:#777; text-align:left;}

	.product-function.es .inner {overflow:hidden; padding-top:50px;}
	.product-function.es figure {float:left; width:345px; text-align:center;}
	.product-function.es figure figcaption {display:block; margin-top:33px; font-weight:300; font-size:19px; line-height:33px; color:#888; letter-spacing:-2px;}
	.product-function.es ul {float:left; padding-left:120px; width:calc(100% - 345px); box-sizing:border-box;}
	.product-function.es ul li {display:table; margin:26px 0;}
	.product-function.es ul li:first-child {margin-top:0;}
	.product-function.es ul li div {display:table-cell; width:120px; height:120px; border:1px solid #ccc; border-radius:50%; vertical-align:middle; text-align:center;}
	.product-function.es ul li span {display:table-cell; padding-left:40px; font-weight:300; font-size:16px; line-height:1; color:#a9a9a9;  vertical-align:middle;}
	.product-function.es ul li span strong {display:block; margin-bottom:15px; font-weight:400; font-size:20px; line-height:1; color:#111;}

	.product-advantages {width:100%; background:#efefef; text-align:center;}
	.product-advantages.dec ul {overflow:hidden; margin-top:44px;}
	.product-advantages.dec ul li {float:left; margin-left:144px; width:192px;}
	.product-advantages.dec ul li:first-child {margin-left:0;}
	.product-advantages.dec ul li span:first-child {display:block; width:100%; height:192px; box-sizing:border-box; border:1px solid #ef4136; border-radius:50%; background:#fff;}
	.product-advantages.dec ul li span:last-child {display:block; margin-top:15px; font-size:20px; line-height:24px; color:#3e3d3f;}

	.product-advantages.esc .inner {position:relative;}
	.product-advantages.esc dl {position:absolute; width:330px; text-align:left;}
	.product-advantages.esc dl:nth-of-type(1),
	.product-advantages.esc dl:nth-of-type(2) {top:50px}
	.product-advantages.esc dl:nth-of-type(3),
	.product-advantages.esc dl:nth-of-type(4) {top:390px}
	.product-advantages.esc dl:nth-of-type(odd) {left:0;}
	.product-advantages.esc dl:nth-of-type(even) {left:50%; margin-left:320px;}
	.product-advantages.esc dl dt {position:relative; margin-bottom:16px; padding-left:10px; font-weight:400; font-size:20px; line-height:1; color:#333;}
	.product-advantages.esc dl dt:before {content:''; position:absolute; top:50%; left:0; margin-top:-7px; width:2px; height:14px; background:#ef4136;}
	.product-advantages.esc dl dd {font-size:16px; line-height:20px; color:#777;}

	.product-advantages.es .inner {overflow:hidden;}
	.product-advantages.es .inner > div {float:left; margin-top:70px; width:50%; height:220px; box-sizing:border-box; text-align:left;}
	.product-advantages.es .inner > div:nth-child(odd) {padding-right:36px;}
	.product-advantages.es .inner > div:nth-child(even) {padding-left:36px;}
	.product-advantages.es .inner > div img {margin-bottom:-220px;}
	.product-advantages.es .inner > div div {display:table; margin-left:256px; width:calc(100% - 256px); height:220px; }
	.product-advantages.es .inner > div dl {display:table-cell; letter-spacing:-2px; vertical-align:middle;}
	.product-advantages.es .inner > div dt {font-weight:400; font-size:21px; line-height:1; color:#111;}
	.product-advantages.es .inner > div dt:after {content:''; display:block; margin:22px 0 20px; width:60px; height:1px; background:#ef4136;}
	.product-advantages.es .inner > div dd {font-weight:300; font-size:16px; line-height:24px; color:#a9a9a9;}

	.product-appearance {width:100%;}
	.product-appearance ul {overflow:hidden; margin-bottom:-58px;}
	.product-appearance li {float:left; margin-bottom:55px; margin-left:38px; width:580px; text-align:center;}
	.product-appearance li:nth-child(2n+1) {margin-left:0;}
	.product-appearance li img {width:100%; border:1px solid #ccc; box-sizing:border-box;}
	.product-appearance li span {display:block; margin-top:15px; font-weight:400; font-size:20px; line-height:1; color:#3e3d3f;}

	.product-appearance h5 {margin:70px 0 20px; font-weight:400; font-size:23px; line-height:1; color:#111;}
	.product-appearance h5 strong {font-weight:400; color:#ef4136;}
	.product-appearance.es li {margin-left:30px; width:380px;}
	.product-appearance.es li:first-child {margin-left:0;}

	.product-appearance.esc {background:#efefef;}

	.product-spec {width:100%; background:#fafafa;}
	.product-spec table {margin:0 auto; width:1200px; table-layout:fixed;}
	.product-spec table th,
	.product-spec table td {border:1px solid #ccc; border-width:0 0 1px 1px; font-size:20px; line-height:24px; color:#777; text-align:center; vertical-align:middle;}
	.product-spec table th:first-child {border-left-width:0;}
	.product-spec table thead th {padding:21px 0; border-top:2px solid #ef4136; border-bottom:1px solid #ef4136; color:#333;}
	.product-spec table tbody th ,
	.product-spec table tbody th + td,
	.product-spec table tbody td:first-child {white-space:nowrap; text-align:left;}
	.product-spec table tbody th,
	.product-spec table tbody td {padding:17px 20px;}
	.product-spec table tfoot td {border-left:0; border-bottom:0;}
	.product-spec table tfoot ul {overflow:hidden; margin-top:17px;}
	.product-spec table tfoot li {float:left; width:50%; font-size:16px; line-height:28px; color:#ef4136; text-align:left;}
	.product-spec table tfoot li:last-child {text-align:right;}
	.product-spec table tfoot li img {display:inline-block;}

	.product-spec.small table th,
	.product-spec.small table td {font-size:16px;}

	.product-thermostat {width:100%;}
	.product-thermostat .inner > div {display:table; padding-left:583px; width:100%; height:400px; box-sizing:border-box; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/esc_thermostat.jpg') no-repeat 0 0;}
	.product-thermostat .inner > div p {display:table-cell; font-size:20px; line-height:30px; color:#333; vertical-align:middle;}


	.product-cascade01 ul {overflow:hidden; margin-top:100px;}
	.product-cascade01 ul li {float:left; margin-left:13px; width:290px;}
	.product-cascade01 ul li:first-child {margin-left:0;}
	.product-cascade01 ul li img {width:100%; border:1px solid #ccc;}

	.product-cascade02 {background:#f5f5f5;}
	.product-cascade02 table {margin-top:100px; width:100%; table-layout:fixed;}
	.product-cascade02 table th,
	.product-cascade02 table td {position:relative; border:1px solid #ccc; border-width:0 0 1px 1px; font-size:20px; line-height:24px; color:#777; text-align:center; vertical-align:middle;}
	.product-cascade02 table thead td,
	.product-cascade02 table th:first-child {border-left-width:0;}
	.product-cascade02 table thead td,
	.product-cascade02 table thead th {padding:14px 0 15px; border-top:2px solid #ef4136; border-bottom:1px solid #ef4136;}
	.product-cascade02 table tbody th,
	.product-cascade02 table tbody td {padding:15px 0 16px;}

	.product-cascade02 tbody tr td span {position:absolute; top:24px; left:30px; height:8px; border-radius:4px 0 0 4px; background:#edc7c4;}
	.product-cascade02 tbody tr td span:before {content:''; position:absolute; left:100%; top:-5.5px; width:17px; height:19px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/cascade_arrow.png') no-repeat 0 0;}

	.product-cascade02 tbody tr:nth-child(1) td span {width:989px;}
	.product-cascade02 tbody tr:nth-child(2) td:nth-of-type(1) span {width:55px;}
	.product-cascade02 tbody tr:nth-child(2) td:nth-of-type(2) span {width:855px;}
	.product-cascade02 tbody tr:nth-child(3) td:nth-of-type(1) span {width:188px;}
	.product-cascade02 tbody tr:nth-child(3) td:nth-of-type(3) span {width:722px;}
	.product-cascade02 tbody tr:nth-child(4) td:nth-of-type(1) span {width:322px;}
	.product-cascade02 tbody tr:nth-child(4) td:nth-of-type(4) span {width:589px;}
	.product-cascade02 tbody tr:nth-child(5) td:nth-of-type(1) span {width:455px;}
	.product-cascade02 tbody tr:nth-child(5) td:nth-of-type(5) span {width:455px;}
	.product-cascade02 tbody tr:nth-child(6) td:nth-of-type(1) span {width:589px;}
	.product-cascade02 tbody tr:nth-child(6) td:nth-of-type(6) span {width:322px;}
	.product-cascade02 tbody tr:nth-child(7) td:nth-of-type(1) span {width:722px;}
	.product-cascade02 tbody tr:nth-child(7) td:nth-of-type(7) span {width:188px;}
	.product-cascade02 tbody tr:nth-child(8) td:nth-of-type(1) span {width:855px;}
	.product-cascade02 tbody tr:nth-child(8) td:nth-of-type(8) span {width:55px;}


	.product-cascade03 {text-align:center;}
	.product-cascade03 img {display:inline-block; margin-top:100px;}


	/* -------- 디테일 -------- */
	.product-detail-header {width:100%; text-align:center;}

	/* A type */
	.product-detail-header.typeA {position:relative; height:813px;}
	.product-detail-header.typeA .detail-title {position:absolute; bottom:0; left:50%; margin-left:-600px; padding-left:430px; width:1200px; height:210px; box-sizing:border-box; text-align:left;}
	.product-detail-header.typeA .detail-title .product-title {margin:30px 0 20px; font-weight:400; font-size:60px; line-height:1; color:#fff; letter-spacing:-1px;}
	.product-detail-header.typeA .detail-title .product-info {font-weight:300; font-size:26px; line-height:32px; color:#fff; letter-spacing:-1px;}
	.product-detail-header.typeA .detail-img {position:absolute; bottom:-56px; left:50%; margin-left:-685px;}
	.product-detail-header.typeA .detail-img img {width:800px; height:550px;}
	.product-detail-header.typeA .mark-wrap {position:absolute; bottom:230px; left:50%; margin-left:-600px; width:1200px; font-size:0; text-align:right;}
	.product-detail-header.typeA .mark-wrap ul li {display:inline-block; margin:0 4px; vertical-align:middle;}
	.product-detail-header.typeA .mark-wrap ul li img {width:auto; height:45px;}

	/* B type */
	.product-detail-header .detail-title .product-title {font-weight:500; font-size:54px; line-height:1; color:#333;}
	.product-detail-header .detail-title .product-title:before {content:''; display:inline-block; margin:90px 8px 40px 0px; width:19px; height:17px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/sub/bullet_icon.png') no-repeat;}
	.product-detail-header .detail-title .product-info {margin:20px 0 30px; font-weight:300; font-size:20px; line-height:1.3; color:#666;}
	.product-detail-header .detail-img {height:550px; position: relative;}
	.product-detail-header .detail-img img {width:auto; height:100%;}
	.product-detail-header .mark-wrap {  position: absolute; bottom: 22px; width: 1200px; box-sizing: border-box; left: 50%; margin-left: -600px; padding-left: 850px; }
	.product-detail-header .mark-wrap ul {font-size:0;}
	.product-detail-header .mark-wrap ul li {float: left; margin:0 4px; vertical-align:middle;}
	.product-detail-header .mark-wrap ul li img {width:auto; height:45px;}

	.product-detail-tab{margin:130px auto 10px; width:1200px; font-size:0; text-align:center;}
	.product-detail-tab:nth-of-type(1){margin-top:50px;}
	.product-detail-tab:after{content:""; display:block; clear:both;}
	.product-detail-tab li {float:left; margin-left:1px; width:calc(100% / 3 - 1px); box-sizing:border-box; vertical-align:top; text-align:center;}
	.product-detail-tab li:first-child {margin-left:0; width:calc(100% / 3);}
	.product-detail-tab li a {display:block; font-size:19px; font-weight:400; line-height:59px; color:#333; background:#e6e6e6; border-top:4px solid #e6e6e6;}
	.product-detail-tab li.on a {background:#fff; color:#ef4136; border-color:#ef4136;}

	.product-detail-info{margin:0px auto; width:1200px;}
	.product-detail-info br{display:none;}
	.product-detail-info img{max-width:100% !important; height:auto !important;}

	.product-detail-info03{width:100%;}
	.product-detail-info03 > div{border-top:1px solid #e5e5e5;}
	.product-detail-info03 > div:first-child{border-top:0;}
	.product-detail-info03 .download-area,
	.product-detail-info03 .link-area{display:table; padding:23px 0; width:100%; table-layout:fixed;}
	.product-detail-info03 h4{display:table-cell; width:220px; vertical-align:middle; text-align:left; font-weight:400; font-size:20px; color:#333;}
	.product-detail-info03 h4 img{margin:-4px 10px 0 0; vertical-align:middle;}
	.product-detail-info03 ul{display:table-cell; width:calc(100% - 220px); vertical-align:middle; text-align:left; font-size:0; line-height:0;}
	.product-detail-info03 ul li{display:inline-block; box-sizing:border-box;}
	.product-detail-info03 ul li strong {display:inline-block; margin-right:20px; font-weight:300; font-size:18px; line-height:40px; color:#555;}

	.product-detail-info03 li a{display:inline-block; padding:0 30px; margin-left:10px; text-align:center; vertical-align:top; box-sizing:border-box; font-size:15px; line-height:40px; color:#989898; border:1px solid #989898; border-radius:3px; transition:.3s;}
	.product-detail-info03 li a:hover{color:#fff; border-color:#ef4136; background:#ef4136;}
	.product-detail-info03 li a:after{display:inline-block; content:""; margin:-2px 0 0 10px; vertical-align:middle; transition:.3s;}
	.product-detail-info03 .download-area a:after{width:11px; height:14px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/download_icon_g.png') no-repeat center center;}
	.product-detail-info03 .download-area a:hover:after{background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/download_icon_w.png') no-repeat center center;}
	.product-detail-info03 .link-area a:after{width:14px; height:15px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/link_icon_g.png') no-repeat center center;}
	.product-detail-info03 .link-area a:hover:after{background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/link_icon_w.png') no-repeat center center;}



/* CUSTOMER(고객서비스)
------------------------------------------------------ */
	/* -------- 서비스 정책  -------- */
	.service-area h3 {font-weight:400; font-size:30px; line-height:30px; color:#2b3137;}
	.service-area h3:after {content:''; display:block; margin:20px 0; width:54px; height:1px; background:#ef4136;}
	.service-area > img{margin-bottom:50px;}
	.service-area p{font-weight:300; font-size:16px; color:#51565b;}
	.service-area .call{margin-top:40px;}
	.service-area .call > p:first-child{margin-bottom:8px; font-weight:400; color:#333;}
	.service-area .call > p:last-child{display:inline-block; padding:0 30px; height:50px; line-height:50px; font-weight:400; color:#ef4136; background:#f5f5f5; border-radius:25px;}
	.service-area .call > p:last-child strong{margin-left:10px; font-weight:600; font-size:20px;}

	.service-area .lianxi{margin-top:0px;}
	.service-area .lianxi p{ font-weight:400; color:#333; line-height:200%; padding-left:20px}
	
	/* -------- 다운로드센터  -------- */
	.download-tab-1dep {overflow:hidden; width:100%;}
	.download-tab-1dep > ul {overflow:hidden; width:100%;}
	.download-tab-1dep > ul > li {float:left; margin-left:-1px; width:calc(100%/3 + 1px); text-align:center;}
	.download-tab-1dep > ul > li:first-child{margin-left:0px; width:calc(100%/3);}
	.download-tab-1dep > ul > li a {display:block; padding:105px 0 20px; border:1px solid #ccc; box-sizing:border-box; background-repeat:no-repeat; background-position:center 20px;}
	.download-tab-1dep > ul > li a span {display:block; margin-top:20px; text-transform:uppercase; font-weight:400; font-size:16px; line-height:1; color:#888;}
	.download-tab-1dep > ul > li.on a,
	.download-tab-1dep > ul > li:hover a {border-color:#ef4136; background-color:#ef4136;}
	.download-tab-1dep > ul > li.on a span,
	.download-tab-1dep > ul > li:hover a span {color:#fff;}

	.download-tab-1dep > ul > li:nth-child(1) a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download01_off.png');}
	.download-tab-1dep > ul > li:nth-child(2) a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download09_off.png');}
	.download-tab-1dep > ul > li:nth-child(3) a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download05_off.png');}

	.download-tab-1dep > ul > li:nth-child(1).on a ,
	.download-tab-1dep > ul > li:nth-child(1):hover a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download01_on.png');}
	.download-tab-1dep > ul > li:nth-child(2).on a ,
	.download-tab-1dep > ul > li:nth-child(2):hover a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download09_on.png');}
	.download-tab-1dep > ul > li:nth-child(3).on a ,
	.download-tab-1dep > ul > li:nth-child(3):hover a {background-image:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download05_on.png');}

	.download-search {margin-top:30px; text-align:center;}
	.download-search .search-form {padding:30px 0; width:100%; background:#f8f8f8; font-size:0}
	.download-search .search-form select,
	.download-search .search-form input[type="text"] {float:none; display:inline-block; margin:0; vertical-align:top; background:#fff;}
	.download-search .search-form select {width:180px;}
	.download-search .search-form select + select {margin-left:6px;}
	.download-search .search-form input[type="text"] {margin:0 7px 0 6px; padding:0 12px; width:582px;}
	.download-search .search-form select + select + input[type="text"] {width:402px;}
	.download-search .search-form a {display:inline-block; padding-left:62px; width:125px; border-radius:3px; box-sizing:border-box; background:#595757 url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_serach_icon.png') no-repeat 30px center; font-weight:400; font-size:20px; line-height:50px; color:#fff; vertical-align:top; text-align:left;}
	.download-search-total {position:relative; display:inline-block; margin:25px 0 55px; font-size:22px; line-height:1;}
	.download-search-total:before {content:''; position:absolute; top:0; left:-16px; width:12px; height:9px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_total01.png') no-repeat 0 0;}
	.download-search-total:after {content:''; position:absolute; top:0; right:-16px; width:12px; height:9px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_total02.png') no-repeat 0 0;}
	.download-search-total img {display:inline-block; margin-top:-4px; vertical-align:middle;}
	.download-search-total span {color:#ef4136;}

	/* list */
	.download-list {width:100%; border-top:1px solid #231815;}
	.download-list > ul {width:100%;}
	.download-list > ul > li {overflow:hidden; padding:13px 40px 12px; border-bottom:1px solid #dadada;}
	.download-list > ul > li span,
	.download-list > ul > li strong {float:left;}
	.download-list > ul > li span {font-weight:400; font-size:18px; line-height:40px; color:#666;}
	.download-list .down-cate img {display:inline-block; margin:-3px 3px 0 4px; vertical-align:middle;}
	.download-list > ul > li strong {margin-left:43px; font-weight:500; font-size:20px; line-height:40px; color:#333;}
	.download-list > ul > li ul {float:right;}
	.download-list > ul > li ul li {float:left; margin-left:10px;}
	.download-list > ul > li ul li:first-child {margin-left:0;}
	.download-list > ul > li ul li a{position:relative; display:inline-block; padding:0 20px; min-width:120px; height:40px; box-sizing:border-box; text-align:center; line-height:38px; font-size:15px; font-weight:400; color:#989898; background:#fff; border:1px solid #989898; border-radius:3px;}
	.download-list > ul > li ul li a:after{content:""; display:inline-block; margin:-1px 0 0 5px; width:20px; height:18px; vertical-align:middle; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_icon_g.png') no-repeat center center;}
	.download-list > ul > li ul li a:hover{color:#fff; background:#ef4136; border-color:#ef4136;}
	.download-list > ul > li ul li a:hover:after{background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_icon_w.png') no-repeat center center;}


	/* -------- 서비스 연락처 -------- */
	.store-list-search {text-align:center;}
	.store-list-search .search-form {padding:30px 0; width:100%; background:#f8f8f8; font-size:0}
	.store-list-search .search-form select,
	.store-list-search .search-form input {float:none; display:inline-block; margin:0; vertical-align:top; background:#fff;}
	.store-list-search .search-form select {width:180px;}
	.store-list-search .search-form select + input {margin:0 6px; width:402px;}
	.store-list-search .search-form a {display:inline-block; padding-left:62px; width:125px; border-radius:3px; box-sizing:border-box; background:#595757 url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/download_serach_icon.png') no-repeat 30px center; font-weight:400; font-size:20px; line-height:50px; color:#fff; vertical-align:top; text-align:left;}

	.store-list-result > p {margin:34px 0 15px; font-weight:300; font-size:18px; line-height:1; color:#666;}
	.store-list-result > p strong {font-weight:400; color:#333;}
	.store-inner {width:100%; border-top:2px solid #959595;}
	.store-info {padding:17px 20px 16px; width:100%; box-sizing:border-box; border-bottom:1px solid #c9c9c9;}
	.store-info h3 {margin:0 0 8px; font-weight:500; font-size:20px; line-height:1; color:#333;}
	.store-info dl {overflow:hidden;}
	.store-info dl dt,
	.store-info dl dd {float:left; padding:3px 0 2px; font-weight:400; font-size:15px; line-height:1.3; color:#666;}
	.store-info dl dt {clear:both; margin-right:3px;}

	.store-inner .store-no-data {padding:189px 0 190px; border-bottom:1px solid #c9c9c9; text-align:center;}
	.store-inner .board_pagetab {margin-top:16px;}

	.store-map {width:642px; height:450px; border:1px solid #ddd; box-sizing:border-box;}
	.engineer-list {overflow:hidden; margin-top:12px;}
	.engineer-list li {float:left; margin-left:11px; border:1px solid #ddd; font-size:0;}
	.engineer-list li:first-child {margin-left:0;}

	.engineer-name {overflow:hidden; margin-top:2px;}
	.engineer-name li {float:left; margin-left:11px; border:1px solid #ddd; font-size:0; font-size:14px; text-align:center;}
	.engineer-name li:first-child {margin-left:0;}

	/* -------- 자주묻는질문  -------- */
	.download-search.faq {margin-top:45px;}
	.faq-board {width:100%; border-top:1px solid #231815;}
	.faq-board dl {border-bottom:1px solid #dadada;}
	.faq-board dt,
	.faq-board dd {font-size:16px;}
	.faq-board dt {overflow:hidden; padding:18px 25px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/faq_arrow_off.png') no-repeat 98% center; cursor:pointer;}
	.faq-board dt.on {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/faq_arrow_on.png') no-repeat 98% center;}
	.faq-board dt .faq-img,
	.faq-board dt span,
	.faq-board dt a {float:left;}
	.detail-cate {margin:0 0 0 26px; padding:0 15px; min-width:100px; border-radius:12.5px; box-sizing:border-box; background:#ef4136; font-weight:400; font-size:14px; line-height:25px; color:#fff; text-align:center;}
	.faq-board dt .faq-img {margin-top:4px;}
	.faq-board dt a {margin-left:30px;}
	.faq-board dd {display:none; overflow:hidden; padding:30px 25px; border-top:1px solid #dadada; background:#f8f8f8;}
	.faq-board dd .faq-img {float:left;}
	.faq-board dd .q-wrap {float:right; width:1100px;}
	.faq-board dd .q-wrap * {font-family:'NotoSansCJKSC', sans-serif !important; font-size:16px !important; color:#666 !important;}


	/* -------- 1:1문의  -------- */
	.inquiry-tap{line-height:0; font-size:0;}
	.inquiry-tap ul{margin:0 -7.5px;}
	.inquiry-tap li{display:inline-block; padding:50px; width:570px; height:450px; box-sizing:border-box; overflow:hidden; text-align:center; background:#fff; border:1px solid #ececec; transition:.3s;}
	.inquiry-tap li:first-child{margin-right:60px;}
	.inquiry-tap li a{display:block; width:100%; height:100%;}
	.inquiry-tap p{margin-top:60px; text-align:center; line-height:1; font-size:36px; font-weight:500; color:#333;}

	.guide-msg{margin-bottom:20px; padding:15px 25px; vertical-align:middle; line-height:36px; font-weight:400; font-size:18px; color:#333; border:1px dotted #bbb; border-radius:5px;}
	.guide-msg img{margin:-5px 10px 0 0; vertical-align:middle;}
 

	/* -------- 온도조절기 -------- */
	/* list */
	.thermostat-list {margin:46px 0 -28px 0;}
	.thermostat-list > ul:after{content:""; display:block; clear:both;}
	.thermostat-list > ul > li {float:left; margin:0 0 28px 26px; width:280px; height:280px; border:1px solid #d7d7d7; box-sizing:border-box; text-align:center;}
	.thermostat-list > ul > li:nth-child(4n+1) {margin-left:0;}
	.thermostat-list > ul > li a {display:block;}
	.thermostat-list > ul > li .product-title {display:block; font:900 18px/1.3 'NanumSquare',sans-serif; color:#444;}
	.thermostat-list > ul > li .product-info {display:none; margin-top:3px; font-size:20px; line-height:1.3; color:#888;}
	.thermostat-list > ul > li img {width:278px; height:225px;}

	/* -------- view -------- */
	.product-view-t {width:100%; background:#f5f5f5;}
	.view-t-header {overflow:hidden; margin:0 auto; padding:65px 0 120px;width:1200px;}
	.view-t-header > div {float:left;}
	.view-t-header .view-info {padding-right:30px; width:400px; box-sizing:border-box;}
	.view-t-header .view-info .view-t-title {display:block; margin-bottom:20px; font:900 54px/1 'NanumSquare',sans-serif; color:#333;}
	.view-t-header .view-info .view-t-text {font-size:16px; line-height:22px; color:#666;}
	.view-t-header .view-info .download-info {margin-top:55px; color:#333;}
	.view-t-header .view-info .download-info a {display:block; margin-top:20px; padding-left:29px; width:190px; height:45px; border:1px solid #ef4136; box-sizing:border-box; background:#fff url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/product/view_icon_download.png') no-repeat 144px center; font-size:16px; line-height:43px; color:#ef4136;}
	.view-t-header .view-img {width:800px; text-align:right;}
	.view-t-header .view-img img {display:inline-block; width:800px; height:470px;}

	.view-t-tab {overflow:hidden; margin:-40px auto 0; width:1200px;}
	.view-t-tab li {position:relative; float:left; display:table; width:20%; height:80px; background:#515658;}
	.view-t-tab li:before {content:''; position:absolute; top:50%; left:0; margin-top:-15px; width:1px; height:30px; background:#86898a;}
	.view-t-tab li:first-child:before,
	.view-t-tab li.on:before,
	.view-t-tab li.on + li:before {display:none;}
	.view-t-tab li a {display:table-cell; width:100%; height:100%; font-weight:400; font-size:18px; line-height:1; color:#fff; text-align:center; vertical-align:middle;}
	.view-t-tab li.on {background:#ef4136; font-size:0;}
	.view-t-tab li a img,
	.view-t-tab li a span {display:inline-block; vertical-align:middle;}
	.view-t-tab li a span {margin-left:20px;}

	.view-t-detail {margin:60px auto 0; width:1200px;}
	.detail-movie-box {overflow:hidden; width:100%;}
	.detail-movie-box > div {float:left;}
	.view-t-detail  div[class^="view-detail-wrap"],
	.view-t-detail  div[class^="view-detail-wrap"] * {font-size:18px;}
	.view-t-detail  div[class^="view-detail-wrap"] {overflow:hidden; height:0;}
	.view-t-detail  div[class^="view-detail-wrap"].on {overflow:visible; height:auto;}
	.view-t-detail2 {margin:0 auto; width:1200px;}
	/*.view-t-detail2  div[class^="view-detail-wrap"] 
	.view-t-detail2  div[class^="view-detail-wrap"] * {font-size:18px;}*/
	.view-t-detail2  div[class^="view-detail-wrap"] {overflow:hidden; height:0;}
	.view-t-detail2  div[class^="view-detail-wrap"].on {overflow:visible; height:auto;}
	.detail-movie-box .movie-box {width:900px; height:506px;}
	.detail-movie-box .movie-box iframe {height:0;}
	.detail-movie-box .movie-box iframe.on {height:506px;}
	.detail-movie-box .movie-list {overflow-x:hidden; padding:16px 0; width:300px; height:506px; box-sizing:border-box; background:#dee3ef;}
	.detail-movie-box .movie-list a {display:block; padding-left:30px; width:100%; border-bottom:1px solid #fff; font-size:16px; line-height:47px; box-sizing:border-box;}
	.detail-movie-box .movie-list li:first-child a {border-top:1px solid #fff;}
	.detail-movie-box .movie-list li:hover a,
	.detail-movie-box .movie-list li.on a {background:#fff; color:#ef4136;}
	.detail-movie-box .movie-list a {font-size:17px;}
	.detail-movie-box .movie-list a strong {font:700 17px/47px 'NanumSquare',sans-serif;}
	.view-t-detail  .view-detail-wrap05 p {margin-bottom:15px;}
	.view-t-detail .view-sub-tit {display:block; margin-bottom:60px; padding-bottom:30px; border-bottom:1px solid #e5e5e5; font-weight:400; font-size:24px !important; line-height:1.3; color:#333; text-align:center;}
	.view-t-detail2 .view-detail-wrap05 p {margin-bottom:15px;}
	.view-t-detail2 .view-sub-tit {display:block; margin-bottom:40px; padding-bottom:30px; border-bottom:1px solid #e5e5e5; font-weight:400; font-size:24px !important; line-height:1.3; color:#333; text-align:center;}
	.detail-description {display:table; margin-bottom:50px; width:100%;}
	.detail-description .img-wrap {display:table-cell; width:50%; text-align:center; vertical-align:middle;}
	.detail-description .img-wrap img {width:360px;}
	.detail-description .text-wrap {display:table-cell; width:50%; vertical-align:middle;}
	.detail-description .text-wrap h4 {margin-bottom:20px; font-weight:400; font-size:20px !important; color:#333;}
	.detail-description .text-wrap > div * {font-size:16px !important;}

	.detail-description2 {display:table; border-top:1px solid #e1e1e1; width:100%;}
	.view-sub-tit + .detail-description2 {border-top:0 none;}
	.detail-description2 .img-wrap {display:table-cell; width:50%; text-align:center; vertical-align:middle;}
	.detail-description2 .img-wrap img {width:360px;}
	.detail-description2 .text-wrap {display:table-cell; width:50%; vertical-align:middle;}
	.detail-description2 .text-wrap h4 {margin-bottom:20px; font-weight:400; font-size:20px !important; color:#333;}
	/*.detail-description2 .text-wrap > div * {font-size:16px !important;}*/


/* COMAPNY(대성은)
------------------------------------------------------ */
	/* -------- history -------- */
	/* .history-wrap {width:100%; height:3596px; background:url('../images/company/history_01.jpg') no-repeat center top; background-size:cover;} */
	.history-wrap {width:100%; height:499px; background:url('http://reaton.bj.daobing.cn/images/company/history_02.jpg') no-repeat center top; background-size:cover;}
	/* -------- group -------- */
	.group-wrap {width:100%; height:499px; background:url('http://reaton.bj.daobing.cn/images/company/group_02.jpg') no-repeat center top; background-size:cover;}
	/* -------- philosophy -------- */
	.philosophy-wrap {width:100%; height:2058px; background:url('http://reaton.bj.daobing.cn/images/company/philosophy_01.jpg') no-repeat center top; background-size:cover;}
	/* -------- video -------- */
	.video-wrap {position:relative; width:100%; height:2004px; background:url('http://reaton.bj.daobing.cn/images/company/video_01.jpg') no-repeat center top; background-size:cover;}
	.video-wrap a {position:absolute; left:50%; display:block; width:870px; height:420px;}
	.video-wrap .video01 {top:603px; margin-left:-272px;}
	.video-wrap .video02 {top:1304px; margin-left:-272px;}
	/* -------- certification -------- */
	/* .certification-wrap {width:100%; height:3036px; background:url('../images/company/certification_01.jpg') no-repeat center top; background-size:cover;} */
	.certification-wrap {width:100%; height:499px; background:url('http://reaton.bj.daobing.cn/images/company/certification_02.jpg') no-repeat center top; background-size:cover;}

	
	/* history */
	.history-area {position:relative; overflow:hidden; width:100%;}
	.history-area:before {content:''; position:absolute; top:20px; left:50%; width:1px; height:77.7%; background:#bbb;}
	.history-area .history-box {clear:both; position:relative; margin-bottom:80px; width:50%; box-sizing:border-box;}
	.history-area .history-box:before {content:''; position:absolute; top:4px; width:39px; height:39px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/company/history_bullet.png') no-repeat 0 0;}
	.history-area .history-box:nth-of-type(odd) {float:left; margin-right:50%; padding-right:70px; text-align:right;}
	.history-area .history-box:nth-of-type(odd):before {right:-19px;}
	.history-area .history-box:nth-of-type(even) {float:right; margin-left:50%; padding-left:70px; text-align:left;}
	.history-area .history-box:nth-of-type(even):before {left:-19px;}
	.history-area .history-box h3 {margin-bottom:8px; font:italic 400 50px/1 'Cabin'; color:#ef4136;}
	.history-area .history-box dt {padding:8px 0; margin-bottom:-36px; width:50px; font-weight:700; font-size:16px; line-height:1.3; color:#51565b;}
	.history-area .history-box dd {padding:8px 0; width:100%; box-sizing:border-box; font-size:16px; line-height:1.3; color:#51565b;}
	.history-area .history-box dd li {padding-top:7px;}
	.history-area .history-box dd li:first-child {padding-top:0;}
	.history-area .history-box:nth-of-type(odd) dt {float:right; }
	.history-area .history-box:nth-of-type(odd) dd {float:left; padding-right:50px;}
	.history-area .history-box:nth-of-type(even) dt {float:left;}
	.history-area .history-box:nth-of-type(even) dd {float:right; padding-left:50px;}
	.history-area .history-box p {padding:8px 0; width:100%; font-size:16px; line-height:1.3; color:#51565b;}

	.history-area .history-box.histroy2018:after  {content:''; position:absolute; top:0; right:-420px; width:350px; height:160px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/company/history01.jpg') no-repeat 0 0;}
	.history-area .history-box dl + div {clear:both; padding-top:15px;}

	.history-bottom {width:100%; font-size:0;}
	.history-bottom img {display:inline-block; margin-right:-245px; vertical-align:middle;}
	.history-bottom div {display:inline-block; padding:80px 0 0 73px; width:612px; height:337px; box-sizing:border-box; background:#fff; font-weight:300; font-size:16px; line-height:25px; color:#51565b; vertical-align:middle;}
	.history-bottom div strong {display:block; margin-bottom:20px; font-weight:400; font-size:18px; line-height:30px; color:#2b3137;}


	/* certification */
	.certification-area {width:100%;}
	.certification-box {padding:53px 0; width:100%; border-bottom:1px solid #d2d2d2; font-size:0;}
	.certification-box:first-child {padding-top:0;}
	.certification-box .certification-img {display:inline-block; margin-right:63px; width:297px; text-align:center; vertical-align:top;}
	.certification-box .certification-img img {width:295px; height:190px; border:1px solid #d2d2d2;}
	.certification-box .certification-img a {display:inline-block; margin:15px 0 0; padding:0 13px; border:1px solid #d2d2d2; font-size:15px; line-height:28px !important; color:#333; vertical-align:top; cursor:pointer;}
	.certification-box > dl {display:inline-block; margin-top:-10px; width:calc(100% - 360px); vertical-align:top;}
	.certification-box > dl dt {font-weight:400; font-size:30px; line-height:40px ;color:#2b3137;}
	.certification-box > dl dt:after {content:''; display:block; margin:20px 0; width:54px; height:1px; background:#ef4136;}
	.certification-box > dl dd {font-weight:300; font-size:17px; line-height:28px; color:#888; letter-spacing:-0.25px;}
	.certification-box .no-data {display:block; padding:30px 0; font-size:17px; line-height:1; color:#888; text-align:center;}

	/* group */
	.group-area {}
	.group-rolling {overflow:hidden; margin:0 auto; padding:200px 0 0 100px; width:1200px; height:479px; box-sizing:border-box; background:url('../image/main_group.jpg') no-repeat center top; text-align:left;}
	.group-rolling h3 {margin-bottom:30px; font-weight:400; font-size:42px; line-height:1; color:#fff; letter-spacing:-1px;}
	.group-rolling h3 + p {font-weight:300; font-size:18px; line-height:30px; color:#fff; letter-spacing:-1px;}
	.group-pager {margin:32px auto 0; width:1200px; font-size:0;}
	.group-pager li {position:relative; display:inline-block; width:11.11111111111111%;vertical-align:top; text-align:center;}
	.group-pager li:before {content:''; position:absolute; top:10px; left:0; width:1px; height:102px; background:#cdcdcd;}
	.group-pager li:first-child:before {display:none;}
	.group-pager li:nth-child(1) a {background:url('../image/main_group_icon01.png') no-repeat center top;}
	.group-pager li:nth-child(2) a {background:url('../image/main_group_icon02.png') no-repeat center top;}
	.group-pager li:nth-child(3) a {background:url('../image/main_group_icon03.png') no-repeat center top;}
	.group-pager li:nth-child(4) a {background:url('../image/main_group_icon04.png') no-repeat center top;}
	.group-pager li:nth-child(5) a {background:url('../image/main_group_icon05.png') no-repeat center top;}
	.group-pager li:nth-child(6) a {background:url('../image/main_group_icon06.png') no-repeat center top;}
	.group-pager li:nth-child(7) a {background:url('../image/main_group_icon07.png') no-repeat center top;}
	.group-pager li:nth-child(8) a {background:url('../image/main_group_icon08.png') no-repeat center top;}
	.group-pager li:nth-child(9) a {background:url('../image/main_group_icon09.png') no-repeat center top;}
	.group-pager li a {display:block; padding:70px 15px 0;  box-sizing:border-box; font-size:16px; line-height:1; color:#777; word-break:keep-all;}
	.group-pager li .active {position:relative; color:#e61d25;}
	.group-pager li .active:before {content:''; position:absolute; top:-60px; left:50%; width:1px; height:45px; background:#e61d25;}
	.group-pager li:nth-child(1) .active {background:url('../image/main_group_icon01_on.png') no-repeat center top;}
	.group-pager li:nth-child(2) .active {background:url('../image/main_group_icon02_on.png') no-repeat center top;}
	.group-pager li:nth-child(3) .active {background:url('../image/main_group_icon03_on.png') no-repeat center top;}
	.group-pager li:nth-child(4) .active {background:url('../image/main_group_icon04_on.png') no-repeat center top;}
	.group-pager li:nth-child(5) .active {background:url('../image/main_group_icon05_on.png') no-repeat center top;}
	.group-pager li:nth-child(6) .active {background:url('../image/main_group_icon06_on.png') no-repeat center top;}
	.group-pager li:nth-child(7) .active {background:url('../image/main_group_icon07_on.png') no-repeat center top;}
	.group-pager li:nth-child(8) .active {background:url('../image/main_group_icon08_on.png') no-repeat center top;}
	.group-pager li:nth-child(9) .active {background:url('../image/main_group_icon09_on.png') no-repeat center top;}

	/* philosophy */
	.philosophy-area {width:100%;}
	.philosophy-area h3 {margin-top:90px; font-weight:400; font-size:30px; line-height:30px ;color:#2b3137;}
	.philosophy-area h3:first-child {margin-top:0;}
	.philosophy-area h3:after {content:''; display:block; margin:20px 0; width:54px; height:1px; background:#ef4136;}
	.philosophy-area h3 + p {font-weight:300; font-size:16px; line-height:25px; color:#51565b;}
	.philosophy-area h3 + p strong {display:block; font-weight:500; color:#ef4136;}
	.philosophy-area h3 + img {margin:7px 0 20px;}
	.philosophy-area h3 + img + p {font-weight:300; font-size:16px; line-height:1; color:#51565b;}

	.gray-wrap {margin-top:28px; width:100%; background:#f9f9f9;}

	.gray-wrap:nth-of-type(1) {display:table; height:233px; text-align:center;}
	.gray-wrap > div {position:relative; display:table-cell; width:33%; vertical-align:middle;}
	.gray-wrap > div:before {content:''; position:absolute; top:50%; left:0; margin-top:-60px; width:1px; height:120px; background:#ccc;}
	.gray-wrap > div:nth-child(1):before {display:none;}
	.gray-wrap > div img {margin-bottom:30px;}
	.gray-wrap > div dl:nth-child(1) {color:#ef4136;}
	.gray-wrap > div dl:nth-child(1) dt {font-weight:300; font-size:16px; line-height:1;}
	.gray-wrap > div dl:nth-child(1) dd {margin-bottom:20px; font-size:40px;}
	.gray-wrap > div dl:last-child dt {margin-bottom:10px; font:italic 400 24px/1 'Cabin'; color:#333;}
	.gray-wrap > div dl:last-child dd {font-weight:300; font-size:16px; line-height:1; color:#51565b;}

	.gray-wrap > ul {display:table; table-layout:fixed; width:100%; height:233px;}
	.gray-wrap > ul li {position:relative; display:table-cell; width:33%; text-align:center; vertical-align:middle;}
	.gray-wrap > ul li:before {content:''; position:absolute; top:50%; left:0; margin-top:-60px; width:1px; height:120px; background:#ccc;}
	.gray-wrap > ul li:nth-child(1):before {display:none;}
	.gray-wrap > ul li span {display:block; font-size:18px; line-height:22px; color:#333;}
	.gray-wrap > ul li:nth-child(1) span {margin-top:33px;}
	.gray-wrap > ul li:nth-child(2) span {margin-top:26px;}
	.gray-wrap > ul li:nth-child(3) span {margin-top:30px;}


	/* movie */
	.video-area.movie {margin-bottom:-50px; width:100%; font-size:0;}
	.video-area.movie > div {display:inline-block; margin-bottom:50px; margin-left:36px; width:582px; border:1px solid #e9e7e7; box-sizing:border-box; vertical-align:top;}
	.video-area.movie > div:nth-child(2n+1) {margin-left:0;}
	.video-area.movie .img-wrap {overflow:hidden; position:relative;}
	.video-area.movie .img-wrap > img {width:580px; height:325px;}
	.video-area.movie .movie-play-btn {position:absolute; top:50%; left:50%; margin:-30px 0 0 -30px; cursor:pointer;}
	.video-area.movie .text-wrap {position:relative; padding:27px 27px 76px; width:100%; box-sizing:border-box; border-top:1px solid #e9e7e7;}
	.video-area.movie h2 {font-weight:300; font-size:14px; line-height:13px; color:#ef4136;}
	.video-area.movie h2 img {display:inline-block; margin-top:2px; margin-right:4px; vertical-align:top;}
	.video-area.movie h3 {margin-top:7px; font-weight:400; font-size:22px; line-height:1.3; color:#333;}
	.video-area.movie h3 + div {cursor:pointer;}
	.video-area.movie .text-info {margin-top:5px; min-height:44px; font-weight:400; font-size:17px; line-height:1.3;}
	.video-area.movie a {position:absolute; bottom:-1px; left:-1px; display:block; width:100%; border:1px solid #e9e7e7; font-size:17px; line-height:48px; color:#ef4237; text-align:center;}
	.video-area.movie a span:before {content:''; display:inline-block; margin:-6px 10px 0 0; width:20px; height:19px; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/print_ad_zoom_off.png') no-repeat 0 0; vertical-align:middle;}
	.video-area.movie a:hover {border-color:#ef4237; background:#ef4237;}
	.video-area.movie a:hover span {color:#fff;}
	.video-area.movie a:hover span:before {background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/board/print_ad_zoom_on.png') no-repeat 0 0;}


/* PARTNERS(가맹/구인)
------------------------------------------------------ */
	.btn-submit{display:block; margin:30px auto 0; width:100%; height:55px; text-align:center; line-height:53px; font-size:20px; color:#fff; background:#ef4136;}
	.btn-ok{display:block; margin:80px auto 0; width:350px; height:55px; text-align:center; line-height:53px; font-size:20px; color:#fff; background:#ef4136;}

	/* 대리점 모집 - intro */
	.partners-intro-area{padding:80px; width:100%; height:620px; box-sizing:border-box; vertical-align:top; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/partners/partners_intro_bg.jpg') no-repeat center center/cover;}
	.partners-intro-area h3{font-weight:400; font-size:50px; line-height:50px; color:#fff;}
	.partners-intro-area h3:after {content:''; display:block; margin:20px 0 25px; width:60px; height:2px; background:#ef4136;}
	.partners-intro-area h3 + p{font-weight:300; font-size:18px; color:#fff;}
	.partners-intro-area .btn-ok{margin:80px 0; width:245px;}

	/* 대리점 모집 - form */
	.partners-area{display:table; width:100%; table-layout:fixed; border:1px solid #ddd;}
	.partners-area .img-area{display:table-cell; padding:80px 50px; width:520px; box-sizing:border-box; vertical-align:top; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/partners/partners01.jpg') no-repeat center bottom/cover;}
	.partners-area .img-area h3 {font-weight:400; font-size:30px; line-height:30px; color:#fff;}
	.partners-area .img-area h3:after {content:''; display:block; margin:20px 0; width:54px; height:1px; background:#ef4136;}
	.partners-area .img-area h3 + p{font-weight:300; font-size:15px; color:#fff;}

	.partners-table{display:table-cell; padding:50px 80px; width:calc(100% - 520px); vertical-align:middle; box-sizing:border-box;}
	.partners-table table{margin:0 auto; width:100%; table-layout:fixed;}
	.partners-table table th,
	.partners-table table td{padding:15px 0; font-size:16px; line-height:24px; color:#777; text-align:left; vertical-align:top;}
	.partners-table table th label{font-weight:500; line-height:40px; color:#333;}
	.partners-table table th img{margin-left:5px; vertical-align:middle;}
	.partners-table table .notice-msg{display:none; margin-top:5px; font-size:14px; color:#ef4136;}
	.partners-table table .notice-msg:before{content:"!"; display:inline-block; margin-right:5px; width:17px; height:17px; text-align:center; line-height:17px; font-size:12px; color:#fff; background:#ef4136; border-radius:50%;}
	.partners-table input[type="text"]{width:100%; height:40px; border:1px solid #d5d5d5; border-width:0 0 1px 0;}
	.partners-table textarea{padding:10px; width:100%; height:100px; border-color:#d5d5d5;}

	.partners-table .captcha-wrap{}
	.partners-table .captcha-wrap img{width:auto; height:38px; vertical-align:middle;}
	.partners-table .captcha-wrap input[type="text"]{margin-left:10px; width:calc(100% - 124px); vertical-align:middle;}
	.partners-table .captcha-wrap span{display:block; margin-top:5px; line-height:1.3; font-size:14px;}

	/* 구인 */
	.recruit-area h3 {text-align:left; font-weight:400; font-size:30px; line-height:30px ;color:#2b3137;}
	.recruit-area h3:after {content:''; display:block; margin:20px 0; width:54px; height:1px; background:#ef4136;}

	.recruit-tit{padding-top:120px; margin-bottom:70px; text-align:center; width:100%; height:320px; box-sizing:border-box; background:url('http://reaton.bj.daobing.cn/tpl/basic_blue/images/partners/recruit01.jpg') no-repeat center center;}
	.recruit-tit p{font-weight:400; font-size:35px; line-height:1.3; color:#fff;}
	.recruit-tit + p{text-align:center; font-size:25px; line-height:1; color:#333;}

	.recruit-info {overflow:hidden; margin:50px 0 70px; text-align:center;}
	.recruit-info:after{content:""; display:block; clear:both;}
	.recruit-info .recruit-info-list {float:left; padding:0 15px; width:25%; box-sizing:border-box;}
	.recruit-info .recruit-info-list > div {display:table; margin:0 auto; width:230px; height:230px; border:1px solid #e8e8e8; box-sizing:border-box; border-radius:50%; background:#f7f7f7;}
	.recruit-info .recruit-info-list > div span {display:table-cell; vertical-align:middle;}
	.recruit-info .recruit-info-list h4 {display:block; margin:30px 0 17px; font-weight:400; font-size:20px; line-height:1.2; color:#ef4136;}
	.recruit-info .recruit-info-list p {font-weight:300; font-size:17px; line-height:24px;}

	.recruit-table table{width:100%;}
	.recruit-table th,
	.recruit-table td{padding:5px 0; font-size:16px; line-height:24px; color:#777; vertical-align:middle; text-align:center; white-space:nowrap; border:1px solid #ccc;}
	.recruit-table th{font-weight:500; line-height:40px; color:#333; background:#f5f5f5;}
	.recruit-table th img{vertical-align: middle; margin-left: 5px;}
	.recruit-table th label{font-weight:500; line-height:40px; color:#333;}
	.recruit-table input[type="text"]{width:100%; height:40px; text-align:center; border:0;}
	.recruit-table .img-box{vertical-align:top;}
	.recruit-table .img-box label{display:inline-block; margin:5px auto 0; width:170px; height:36px; line-height:34px; color:#fff; background:#555; cursor:pointer;}
	.recruit-table input[type="file"]{display:none;}
	.recruit-table #profileImg{position:relative; margin:0 auto; width:170px; height:227px; border:1px solid #ddd;}
	.recruit-table #profileImg img{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; max-width:100%; max-height:100%;}

	.recruit-table .add-box{position:relative; padding:5px 50px 5px 0px;}
	.recruit-table .add-lile{position:absolute; right:0; top:0; display:inline-block; width:50px; height:50px; border-left:1px solid #ccc;}

	.recruit-table .captcha-wrap{margin-top:30px; padding:30px 0; text-align:center; border:1px solid #eee; background:#f9f9f9;}
	.recruit-table .captcha-wrap > div{margin:0 auto; width:314px; font-size:0; line-height:0;}
	.recruit-table .captcha-wrap img{display:inline-block; width:auto; height:38px; vertical-align:middle;}
	.recruit-table .captcha-wrap input[type="text"]{padding-left:10px; width:200px; text-align:left; vertical-align:middle; font-size:16px; border:1px solid #ddd; background:#fff;}
	.recruit-table .captcha-wrap span{display:block; text-align:left; margin-bottom:5px; line-height:1.3; font-weight:300; font-size:16px; color:#333;}
	.recruit-table .captcha-wrap span strong{font-weight:500;}

	.recruit-table .btn-submit{width:350px;}

	/* 완료 */
	.partners-end{display:inline-block; padding:50px; width:100%; box-sizing:border-box; overflow:hidden; text-align:center; background:#fff; border:1px solid #ececec; transition:.3s;}
	.partners-end p{margin-top:40px; text-align:center; line-height:1.3; font-size:36px; font-weight:500; color:#333;}


/* USER(회원 관련)
------------------------------------------------------ */
	/* 회원가입
	------------------------------------------------------ */
	.con_h h3 {margin:30px 0 12px; font-size:18px; color:#3b3b3b; font-weight:500;}
	.con_h + table {border-top:1px solid #231815;}
	.join_info th img {display:inline-block; vertical-align:middle;}
	.join_info input + span {float:left; margin-left:10px; line-height:38px;}
	.join_info .btn-confirm {float:left; margin-left:10px; margin-top:4px;}
	.join_info .btn-confirm + span{float:left; margin-left:10px; line-height:38px;}
	.join_info input[name="user_addr_base"],
	.join_info input[name="user_addr_base"] + input {margin-left:0; margin-top:7px; width:100%;}

	/* 회원가입완료 */
	.join-end-wrap {text-align:center;}
	.join-end {display:inline-block; padding:83px 134px 92px; border:1px solid #ddd; border-top:5px solid #ef4136; box-sizing:border-box; box-shadow:5px 5px 8px rgba(0,0,0,.07);}
	.join-end .end-title {margin:35px 0 20px; font-weight:400; font-size:24px; line-height:1; color:#333;}
	.join-end .end-txt {color:#777;}
	.join-end .end-txt span {font-weight:500; color:#ef4136;}
	.join-end-wrap .btn-wrap {margin-top:35px;}
	.join-end-wrap .btn-wrap li {margin:0 1px; padding:0; width:290px;}
	.join-end-wrap .btn-wrap li {border:1px solid #ef4136; background:#ef4136;}
	.join-end-wrap .btn-wrap li a {font-size:20px; line-height:58px; color:#fff;}
	.join-end-wrap .btn-wrap li:first-child {border:1px solid #f7a09a; background:#fff;}
	.join-end-wrap .btn-wrap li:first-child a {color:#ef4136;}


	/* -------- login -------- */
	.loginDiv {margin:0 auto; padding:67px 124px; width:630px; box-sizing:border-box; border:1px solid #ddd; border-top:5px solid #ef4136; box-sizing:border-box; box-shadow:5px 5px 8px rgba(0,0,0,.07);}
	.login-form {width:100%; text-align:center;}
	.login-form .login-obj {margin-left:20px;}
	.login-form ul {margin-top:30px;}
	.login-form ul li {margin-bottom:6px;}
	.login-form ul li input[type="text"],
	.login-form ul li input[type="password"] {padding:0 25px; width:100%; height:50px; border:1px solid #ddd; font-size:16px; color:#666; letter-spacing:0;}
	.login-form ul li input[type="submit"] {margin-top:21px; width:100%; height:60px; border:0 none; background:#ef4136; font-size:20px; color:#fff;}

	.login-utils {margin-top:30px; text-align:center; font-size:0;}
	.login-utils dd {position:relative; display:inline-block; padding:0 18px; vertical-align:top;}
	.login-utils dd:before {content:''; position:absolute; top:50%; left:0; margin-top:-6px; width:1px; height:12px; background:#ddd;}
	.login-utils dd:first-of-type:before {display:none;}
	.login-utils dd a {display:block; font-size:16px; line-height:1; color:#777;} 


	/* -------- find ID PW -------- */
	.find-wrap {margin:0 auto; width:1200px;}
	.find-wrap  .title_txt {border-top:2px solid #231815; border-bottom:1px solid #dadada; padding:15px 0;}
	.find-wrap  .title_txt img {padding-right:3px; vertical-align:middle;}

	.find-wrap table th, 
	.find-wrap table td {padding:11px 20px; border-bottom:1px solid #dadada; height:50px; vertical-align:middle;}
	.find-wrap table th {background:#f8f8f8; font-weight:500; text-align:left; color:#464646;}

	.title_txt {border-top:2px solid #231815; border-bottom:1px solid #dadada; padding:15px 0;}
	.title_txt img {padding-right:3px; vertical-align:middle;}
	.inp_01 {padding:0 10px; width:295px; height:40px; border:1px solid #d1d1d1; }
	.inp_02 {margin:0 7px; padding:0 10px; width:131px; height:40px; border:1px solid #d1d1d1;}
	.inp_02:first-child {margin-left:0;}

	.result-wrap {margin:0 auto; width:1200px;}
	.result-wrap p {padding:40px 30px; width:100%; border-top:2px solid #231815; border-bottom:1px solid #dadada; box-sizing:border-box; background:#fff; font-size:18px; line-height:1.5;}
	.result-wrap strong,
	.result-wrap span {font-weight:500; color:#ef4136;}

	/* btn */
	.btn-wrap {overflow:hidden; margin:50px 0 0; font-size:0; text-align:center;}
	.btn-wrap li {display:inline-block; margin:0 10px; width:290px; box-sizing:border-box;}
	.btn-wrap li a{display:inline-block; width:100%; border:1px solid #f7a09a; box-sizing:border-box; font-size:20px; line-height:58px; color:#ef4136; vertical-align:top;}
	.btn-wrap li:nth-child(2) a{border-color:#ef4136; background:#ef4136; color:#fff;}

	.btn_check {display: inline-block; margin: 0 10px; min-width: 160px; padding: 18px 45px 19px; box-sizing: border-box; background: #3b3b3b; font-size: 16px; line-height: 1; color: #fff; vertical-align: top;}

	/*placeholder setup*/
	input:focus::-webkit-input-placeholder { color:transparent; }
	input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
	input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
	input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
