@charset "utf-8";


.sub_visualWrap{
	margin-top:120px;
	width:100%;
	position:relative;
}
.sub_visualWrap .visualBg{
	width:100%;
	height:280px;
	font-size:46px;
	text-align:center;
	overflow:hidden;
}
.sub_visualWrap .visualBg.bg01{
	background:url(/_img/sub_visual01.png) no-repeat;
}
.sub_visualWrap .visualBg.bg02{
	background:url(/_img/sub_visual02.png) no-repeat;
}
.sub_visualWrap .visualBg.bg03{
	background:url(/_img/sub_visual03.png) no-repeat;
}
.sub_visualWrap .visualBg.bg04{
	background:url(/_img/sub_visual04.png) no-repeat;
}
.sub_visualWrap .visualBg span{
	line-height:1em;
	color:#fff;
	display:block;
}
.sub_visualWrap .visualBg b{
	margin-top:80px;
	font-size:0.6em;
	font-weight:300;
	line-height:2.5em;
	color:rgba(255,255,255,0.5);
	letter-spacing:0.7em;
	display:block;
}
.sub_visualWrap .line{
	left:50%;
	transform:translateX(-50%);
	bottom:-5px;
	width:100px;
	height:10px;
	background:#700619;
	position:absolute;
	z-index:999;

	-webkit-animation: visualLine 3s linear forwards;
	animation: visualLine 3s linear forwards;
}

@keyframes visualZoom {
    100%{
	  -webkit-transform: scale(1.2) rotate(0.01deg);
      transform: scale(1.2) rotate(0.01deg);
    }
}

@-webkit-keyframes visualZoom {
    100%{
	  -webkit-transform: scale(1.2) rotate(0.01deg);
      transform: scale(1.2) rotate(0.01deg);
    }
}
@keyframes visualLine {
    100%{
	 -webkit-transform: scaleX(9);
      transform: scaleX(9);
    }
}

@-webkit-keyframes visualLine {
    100%{
	  -webkit-transform: scaleX(9);
      transform: scaleX(9);
    }
}

.sub_contentWrap{
	margin:0 auto;
	width:1200px;
	background:url(/_img/submenu_bg.png) repeat-y;
	position:relative;
}
.sub_contentWrap .subMenu{
	padding:30px;
	width:18%;
	min-width:216px;
	float:left;
}
.sub_contentWrap .subMenu .topBox{
	top:-20px;
	left:-20px;
	padding:30px;
	width:200px;
	height:200px;
	font-family:'Nanum Gothic';
	color:#fff;
	background:#333;
	position:absolute;
}
.sub_contentWrap .subMenu .topBox span{
	font-size:18px;
	display:block;
}
.sub_contentWrap .subMenu .topBox span:after{
	content:'';
	margin-top:15px;
	width:20px;
	height:2px;
	background:#888;
	display:block;
}
.sub_contentWrap .subMenu .topBox p{
	margin-top:70px;
	font-size:30px;
	font-weight:600;
}
.sub_contentWrap .subMenu ul{
	margin:170px 0 200px;
	font-size:18px;
}
.sub_contentWrap .subMenu ul li{
	padding:20px 0;
}
.sub_contentWrap .subMenu ul li a{
	color:#333;
	display:block;
}
.sub_contentWrap .subMenu ul li a.on{
	color:#cf000d;
}
.sub_contentWrap .subMenu .officeBox{
	left:0;
	bottom:0;
	padding:20px;
	letter-spacing:-0.05em;
	position:absolute;
}
.sub_contentWrap .subMenu .officeBox h1{
	font-weight:500;
	font-size: 24px;
	line-height:1.1em;
}
.sub_contentWrap .subMenu .officeBox h2{
	margin-top: 5px;
	font-size: 14px;
}
.sub_contentWrap .subMenu .officeBox p{
	margin-top: 8px;
	font-size: 16px;
	line-height:1.2em;
}
.sub_contentWrap .subMenu .officeBox p b{
	font-size: 14px;
	display:block;
	color:#cf000d;
	font-weight:500;
}
.sub_contentWrap .subMenu .pdMenu a{
	padding:8px;
	width:100%;
	font-size:15px;
	color:#666;
	display:block;
}
.sub_contentWrap .infoWrap{
	padding:20px;
	width:80%;
	float:right;
}
.sub_contentWrap .infoWrap .infoTxt h1{
	padding:50px;
	font-weight:600;
	font-family:'Nanum Gothic';
	line-height:1.4em;
	background:#eee;
}
.sub_contentWrap .infoWrap .infoTxt h2{
	padding:40px;
	font-size:2em;
	font-weight:600;
	font-family:'Nanum Gothic';
	line-height:1.4em;
}
.sub_contentWrap .infoWrap .infoTxt dl{
	margin:30px 0;
}
.sub_contentWrap .infoWrap .infoTxt dt{
	font-size:20px;
	line-height:60px;
	border-bottom:1px solid #ccc;
}
.sub_contentWrap .infoWrap .infoTxt dt .box_red{
	margin-right:10px;
	width:60px;
	height:60px;
	text-align:center;
	font-size:0.7em;
	color:#fff;
	background:#cf000d;
	display:inline-block;
}
.sub_contentWrap .infoWrap .infoTxt dd{
	padding:10px 0;
	font-size:15px;
	line-height:1.8em;
	color:#444;
}
.sub_contentWrap .infoWrap .infoTxt p{
	font-size: 16px;
	margin-bottom: 50px;
}
.sub_contentWrap .infoWrap .infoTxt p b{
	margin:10px 0;
	font-weight:600 !important;
	display:block;
}
.sub_contentWrap .infoWrap .history dt{
	width:20%;
	font-size:30px;
	font-weight:500;
	border-top:1px solid #cf000d;
	border-bottom:none;
	float:left;
}
.sub_contentWrap .infoWrap .history dd{
	width:80%;
	font-size:16px;
	border-top:1px solid #ddd;
	float:left;
}
.sub_contentWrap .infoWrap .history dd span{
	padding:10px 0;
	display:block;
}



/**********제품소개*********/
.productWrap > p{
	padding:30px 70px;
	font-size:28px;
	font-family:'Nanum Gothic';
	font-weight:600;
	line-height:40px;
	position:relative;
}
.productWrap > p span{
	color:#666;
	display:inline-block;
}
.productWrap > p em{
	color:#cf000d;
	font-weight:600;
}
.productWrap > p:before,
.productWrap > p:after{
	content:'';
	width:22px;
	height:17px;
	background:url(/_img/tit_img.png) no-repeat;
	position:absolute;
}
.productWrap > p:before{
	top:30px;
	left:20px;
}
.productWrap > p:after{
	top:70px;
	right:220px;
	transform:rotate(180deg);
}
.productWrap > p.tit01:after{
	top:108px !important;
	right:164px !important;
}
.productWrap > p.tit02:after{
	right:250px !important;
}
.productWrap > p.tit03:after{
	right:285px !important;
}
.productWrap > p.tit04:after{
	right:390px !important;
}
.productWrap .infoBox01{
	margin:20px auto;
	text-align:center;
	position:relative;
}
.productWrap .infoBox01 p{
	left:0;
	right:0;
	bottom:30px;
	width:100%;
	color: #ff7200;
	position:absolute;
}
.productWrap .infoBox02 .table_5 td {
    border: solid 1px #d9d9d9;
    border-top: 0px;
    border-left: 0px;
}
.productWrap h3{
	margin-top:30px;
	padding-left:30px;
	font-size:22px;
	font-weight:500;
	line-height:1em;
	position:relative;
}
.productWrap h3:before{
	content:'·';
	left:10px;
	font-size:50px;
	color:#cf000d;
	position:absolute;
}
.productWrap h4{
	margin:10px 20px;
	font-size:16px;
	line-height:2em;
}
.productWrap h5{
	margin:10px 0;
	font-size:20px;
	line-height:2em;
}
.productWrap .infoBox02 ul li{
	padding:3px 20px;
	font-size:15px;
	color:#777;
}
.productWrap .infoBox03 dl{
	margin:20px auto;
	padding:30px;
	border:1px solid #ddd;
}
.productWrap .infoBox03 dt{
	width:35%;
	float:left;
}
.productWrap .infoBox03 dd{
	margin-left:5%;
	width:60%;
	font-size:15px;
	line-height:1.6em;
	float:left;
}
.productWrap .infoBox03 dt li{
	text-align:center;
	float:left;
}
.productWrap .infoBox03 dt li span{
	margin-top:5px;
	display:block;
}
.productWrap .infoBox04{
	padding:20px 40px;
	background:url(/_img/product/sub_bg01.jpg) no-repeat center center;
}
.productWrap .infoBox04 li{
	padding-top:20px;
	width:50%;
	height:200px;
	font-size:16px;
	float:left;
	position:relative;
}
.productWrap .infoBox04 li:before{
	content:'';
	top:0;
	width:20px;
	height:3px;
	background:#cf000d;
	display:block;
	position:absolute;
}
.productWrap .infoBox04 li:nth-child(even):before{
	right:0;
}
.productWrap .infoBox04 li:nth-child(even){
	text-align:right;
}
.productWrap .infoBox04 li p{
	line-height:1.8em;
	color:#555;
}
.productWrap .infoBox05 li{
	margin:20px auto;
	width:32%;
	text-align:center;
	float:left;
}
.productWrap .infoBox05 li p{
	margin-top:10px;
	font-size:16px;
	font-weight:500;
}
.productWrap .infoBox05 li span{
	font-size:14px;
	line-height:1em;
	color:#555;
}
.productWrap .infoBox05 li:nth-child(3n+2){
	margin:20px 2% !important;
}
.productWrap .infoBox06 h1{
	margin:20px 0;
	text-align:center;
}
.productWrap .infoBox06 h1 span{
	font-weight:500;
	color:#cf000d;
}
.productWrap .infoBox06 p{
	padding:20px 0;
	font-size:15px;
}

.productWrap .infoBox07 h3{
	line-height:2em;
}
.productWrap .infoBox07 li{
	width:50%;
	float:left;
}
.productWrap .infoBox07 p{
	padding:20px 0;
	font-size:15px;
}
.productWrap .infoBox08,
.productWrap .infoBox09,
.productWrap .infoBox10 ul,
.productWrap .infoBox11,
.productWrap .infoBox12{
	margin:20px auto;
}
.productWrap .infoBox09 li{
	width:25%;
	text-align:center;
	float:left;
}
.productWrap .infoBox09 li p{
	margin:10px auto 20px;
}
.productWrap .infoBox10 li{
	width:50%;
	float: left;
}
.productWrap .infoBox10 li p{
	line-height:2em;
}
.productWrap .infoBox11 dt{
	font-size:18px;
	line-height:3em;
}
.productWrap .infoBox13 ul li{
	width:50%;
	float:left;
}
.productWrap .infoBox13 ul li p{
	padding:0 10px;
	font-size:16px;
}
.productWrap .infoBox14 ul li,
.productWrap .infoBox15 ul li{
	margin:20px auto;
	width:50%;
	font-size:16px;
	line-height:2em;
	float:left;
}
.productWrap .infoBox15 ul li span{
	font-size:18px;
	font-weight:500;
	line-height:2em;
	display:block;
}
.productWrap .infoBox15 ul li b{
	font-size:15px;
	font-weight:500;
	line-height:2em;
	display:block;
}
.productWrap .infoBox15 ul li p{
	padding-right:30px;
	font-size:14px;
	line-height:1.5em;
	color:#666;
}
.productWrap .divison ul li{
	margin-top:10px;
	text-align:center;
	float:left;
}
.productWrap .divison ul li p{
	padding:10px 0;
	font-size:1.1em;
	color:#444;
}
.productWrap .divison ul li p b{
	width:100%;
	display:block;
}
.productWrap .divison03 ul li{
	width:33%;
}
.productWrap .divison03 ul li:nth-child(3n+2){
	margin:10px 0.5% 0;
}
.productWrap .divison03 .txt01{
	font-size:16px;
	text-align:center;
}
.productWrap .divison03 h3{
	margin-bottom:10px;
}
.productWrap .divison03 h3 span{
	font-size:0.6em;
	color:#666;
	float:right;
}
.productWrap .divison03 dl{
	padding:20px;
}
.productWrap .divison03 dl dt{
	padding-bottom:10px;
	width:30%;
	border-bottom:2px dashed #ffb2b6;
	float:left;
}
.productWrap .divison03 dl dt img{
	width:80%;
	height:auto;
}
.productWrap .divison03 dl dd{
	padding:0 10px;
	width:70%;
	font-size:15px;
	text-align:left;
	line-height:1.2em;
	color:#555;
	float:right;
}
.productWrap .divison04 ul li{
	width:24.25%;
}
.productWrap .divison04 ul li:nth-child(-n+3),
.productWrap .divison05 ul li:nth-child(-n+4){
	margin-right:1%;
}
.productWrap .divison05 ul li{
	width:19%;
}
.productWrap .divison06 ul li{
	width:16.25%;
}
.productWrap .divison06 ul li:nth-child(-n+5){
	margin-right:0.5%;
}








.sub_contentWrap .memberBox dl{
	margin:20px auto 40px;
	padding:60px;
	width:1080px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap .memberBox dl dt{
	width:340px;
	height:380px;
	background:#eee;
	float:left;
	position:relative;
}
.sub_contentWrap .memberBox dl dt.mb01{
	background:url(/_img/member01.png) no-repeat;
}
.sub_contentWrap .memberBox dl dt.mb02{
	background:url(/_img/member02.png) no-repeat;
}
.sub_contentWrap .memberBox dl dt.mb03{
	background:url(/_img/member03.png) no-repeat;
}
.sub_contentWrap .memberBox dl dt.mb04{
	background:url(/_img/member04.png) no-repeat;
}
.sub_contentWrap .memberBox dl dt.mb05{
	background:url(/_img/member05.png) no-repeat;
}
.sub_contentWrap .memberBox dl dt i{
	display:none;
}
.sub_contentWrap .memberBox dl dd{
	margin:30px 0 0 60px;
	width:500px;
	font-size:15px;
	color:#555;
	float:left;
}
.sub_contentWrap .memberBox dl dd h1{
	padding-left:20px;
	font-family:'Nanum Myeongjo', sans-serif;
	color:#222;
	line-height:0.8em;
	border-left:3px solid #700619;
	display:block;
}
.sub_contentWrap .memberBox dl dd h1 span{
	margin-left:10px;
	padding:0 10px;
	font-size:0.6em;
	color:#fff;
	background:#bd9342;
	display:inline-block;
}
.sub_contentWrap .memberBox dl dd h3{
	padding:30px 0 10px 20px;
	color:#000;
	font-weight:600;
}
.sub_contentWrap .memberBox dl dd p{
	padding-left:20px;
	line-height:1.7em;
}

.sub_contentWrap .workTab ul li{
	width: 29.3333%;
	float:left;
	margin: 0 2%;
}
.sub_contentWrap .workTab ul li a{
	width:100%;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size: 20px;
	font-weight:500;
	text-align:center;
	display:block;
	background:#bd9342;
	position:relative;
}
.sub_contentWrap .workTab ul li a:after{
	content:'·';
	left:40%;
	display:inline-block;
	position:absolute;
}
.sub_contentWrap .workTab ul li a.active{
	border: 2px solid #bd9242;
	line-height: 56px;
	color: #333333;
	background:#fff;
}
.sub_contentWrap .workWrap{
	margin:70px auto;
	width:100%;
}
.sub_contentWrap .workWrap .workBox{
	padding:70px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap .workWrap .workBox h1{
	font-size:40px;
	font-family:'Nanum Myeongjo', sans-serif;
	text-align:center;
	font-weight:600;
	color:#bd4259;
}
.sub_contentWrap .workWrap .workBox p{
	margin-top:40px;
	font-size:20px;
	font-weight:300;
	color:#444;
}
.sub_contentWrap .workWrap .workList{
	padding:70px;
	background:url(/_img/work_bg.png) no-repeat right bottom ;
}
.sub_contentWrap .workWrap .workList dl dt{
	font-size:30px;
	font-weight:500;
	color:#700619;
	float:left;
}
.sub_contentWrap .workWrap .workList dl dd{
	margin-left:60px;
	float:left;
}
.sub_contentWrap .workWrap .workList dl dd li{
	padding:10px;
	font-size:18px;
	list-style-image:url(/_img/list_icon.png);
}

.sub_contentWrap.mapWrap h1{
	margin:0 auto;
	width:500px;
	line-height:70px;
	font-size:30px;
	color:#fff;
	text-align:center;
	background:#bd9342;
	position:relative;
	border-radius:70px;
	z-index:1;
}
.sub_contentWrap.mapWrap .innerSub{
	margin-top:-25px;
	padding:70px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap.mapWrap .mapBox{
	width:100%;
	height:500px;
	background:url(/_img/map_img.png) no-repeat center center;
	overflow:hidden;
}
.sub_contentWrap.mapWrap dl{
	margin-top:50px;
	font-size:16px;
}
.sub_contentWrap.mapWrap dl dt{
	width:60%;
	float:left;
}
.sub_contentWrap.mapWrap dl dd{
	padding:0 30px;
	width:40%;
	border-left:1px solid #ccc;
	float:left;
}
.sub_contentWrap.mapWrap dl span{
	margin:0 10px 10px 0;
	width:80px;
	line-height:30px;
	font-size:1.1em;
	color:#fff;
	text-align:center;
	background:#700619;
	display:inline-block;
}
.sub_consultWrap .tit{
	font-size:18px;
	text-align:center;
}
.sub_contentWrap .consult{
	margin-top:20px;
}
.sub_contentWrap .consult td{
	padding:10px;
}
.sub_contentWrap .consult td input{
	padding:0 20px;
	width:100%;
	height:60px;
	font-size:16px;
	border:1px solid #ddd;
	border-radius:10px;
	background:#fff;
}
.sub_contentWrap .consult td textarea{
	padding:20px;
	width:100%;
	height:200px;
	font-size:16px;
	border:1px solid #ddd;
	border-radius:10px;
}
.sub_contentWrap .consult .btnWrap{
	margin:20px auto;
	text-align:center;
}
.sub_contentWrap .consult .btnWrap button,
.sub_contentWrap .consult .btnWrap a{
	margin:0 10px;
	width:180px;
	height:40px;
	line-height:40px;
	font-size:16px;
	border-radius:5px;
	color:#fff;
	background:#cf000d;
	display:inline-block;
}
.sub_contentWrap .consult .btnWrap a{
	background:#333;
}
/* --------------------------------------------
 * 공통
/* ------------------------------------------ */
/* article_count */


.article_count li {
	width: 33.333333%;
	float: left;
	text-align: center;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}
.article_count li .tit {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.article_count li .count {
	color: #878787;
	font-size: 86px;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: 300;
	margin: 25px 0 15px;
}
.article_count li.c_total .count {
	color: #33ccff;
}
.article_count li .desc {
	font-size: 18px;
	line-height: 26px;
	color: #878787;
	letter-spacing: -0.05em;
}
/* article_visualTit */
.article_visualTit {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#sec_service{margin-bottom:50px;}
#sec_service .article_visualTit {}
#sec_review .article_visualTit {}
#sec_sell .article_visualTit {background:#fff;}
#sec_buy .article_visualTit {background:#fff;}
#sec_cs .article_visualTit {}
#sec_buy.sell_buy .article_visualTit .inner .sellRight{background:url(/_img/subcon_title_character02.png) no-repeat right bottom !important;}



.article_visualTit h2 {
	font-size:28px;
	font-weight:600;
	color:#000;
}
.article_visualTit p {
	margin-top:10px;
	font-size: 54px;
	line-height: 70px;
	font-weight: 600;
	color: #136fac;
	text-transform: uppercase;
	font-family: 'NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}

.article_visualTit p span{
	font-weight:800;
	color:#293154;
}

.article_visualTit div.sell_btn button{width: 100%;background: #0089e2;font-size: 24px;padding: 15px 0px;margin-top: 15px;border-radius: 5px; color:#fff; font-weight:600; border:1px solid #136fac;}


.article_visualTit .company{
	padding-top:50px;
	font-size:20px;
	border-bottom:1px solid #ddd;
	background:url(/_img/subcon_title_character07.png) no-repeat bottom right;
}
.article_visualTit .company p{
	margin:10px 0;
}
.article_visualTit .company h5{
	line-height:24px;
	color:#000;
}
.article_visualTit .company li{
	margin-top:50px;
	text-align:center;
	float:left;
}
.article_visualTit .company li a{
	width:200px;
	height:50px;
	line-height:50px;
	font-weight:600;
	border:1px solid #ddd;
	border-radius:5px 5px 0 0;
	border-bottom:none;
	display:block;
}
.article_visualTit .company li a.active{
	color:#fff;
	background:#136fac;
	border:none;
}
.article_visualTit .cs{
	padding:50px 0;
	font-size:20px;
	border-bottom:1px solid #ddd;
	background:url(/_img/subcon_title_character08.png) no-repeat bottom right;
}
.article_visualTit .cs h2{
	font-size:24px;
}
.article_visualTit .cs p{
	margin:10px 0;
}
.article_visualTit .cs h5{
	line-height:24px;
	color:#000;
}


.article_content .ct_info{
	margin:70px auto;
	width:1200px;
}
.article_content .ct_info li{
	margin:0 1%;
	padding:20px;
	width:23%;
	border-radius:10px;
	float:left;
	position:relative;
	border:1px solid #ddd;
}
.article_content .ct_info li img{width:100%;}
.article_content .ct_info li i{
	top:15px; right:15px;
	width:60px;
	height:60px;
	border-radius:60px;
	background:url(/_img/meritRoll_circle.png) no-repeat;
	display:block;
	position:absolute;
	text-indent:-9999999px;
}
.article_content ul li i.ic01{
	background-position:0 -60px;
	background-color:#273054;
}
.article_content ul li i.ic02{
	background-position:-60px -60px;
	background-color:#146fac;
}
.article_content ul li i.ic03{
	background-position:-120px -60px;
	background-color:#6aaaca;
}
.article_content ul li i.ic04{
	background-position:-180px -60px;
	background-color:#b0ccdb;
}
.article_content .process_wrap{
	margin:90px auto;
	text-align:center;
}
.article_content h2{
	margin:50px auto 30px;
	font-size:30px;
	font-weight:500;
	text-align:center
}
.article_content .service_wrap{
	margin:90px auto;
}
.article_content .service_wrap > dl{
	margin-top: 30px;
	height: 100px;
	line-height:30px;
}
.article_content .service_wrap > dl dt{
	width: 17%;
	font-size:24px;
	font-weight:600;
	border-right:1px solid #ccc;
	float:left;
}

.article_content .service_wrap > dl dd{
	width: 79%;
	font-size:18px;
	float:right;
}
.article_content .service_wrap ul{
	margin: 50px auto;
}
.article_content .service_wrap ul li{
	padding: 25px 40px;
	width:360px;
	height: 250px;
	font-size:16px;
	border:1px solid #ddd;
	float:left;
}
.article_content .service_wrap ul li dt{
	padding-top: 20px;
	width:80px;
	height:80px;
	font-size:12px;
	color:#fff;
	border-radius:80px;
	text-align: center;
	float:left;
}
.article_content .service_wrap ul li dt b{
	font-size:30px;
	font-weight:600;
	display:block;
	line-height: 1;
}
.article_content .service_wrap ul li dd{
	margin-left:20px;
	padding-top: 20px;
	color:#666;
	float:left;
}
.article_content .service_wrap ul li dd b{
	margin-top: 5px;
	font-size:24px;
	font-weight: 600;
	color:#000;
	display:block;
}
.article_content .service_wrap ul li p{
	margin-top: 20px;
	line-height:22px;
	color:#333;
}
.article_content .service_wrap ul li.point01{
	border-top:8px solid #293154;
}
.article_content .service_wrap ul li.point02{
	margin:0 60px;
	border-top:8px solid #146fac;
}
.article_content .service_wrap ul li.point03{
	border-top:8px solid #6aaaca;
}
.article_content .service_wrap ul li.point01 dt{
	background:#293154;
}
.article_content .service_wrap ul li.point02 dt{
	background:#146fac;
}
.article_content .service_wrap ul li.point03 dt{
	background:#6aaaca;
}
.article_content .paper_wrap{
	margin: 100px auto;
	width:900px;
}
.article_content .paper_wrap .tit{
	height:60px;
	line-height:60px;
	font-size:20px;
	text-align:center;
	color:#fff;
	background:#146fac;
}
.article_content .paper_wrap ul{
	padding:55px 80px;
	border:1px solid #ddd;
	border-top:none;
}
.article_content .paper_wrap ul li{
	width:32%;
	float:left;
}
.article_content .paper_wrap ul li:nth-child(2){
	margin:0 2%;
}
.article_content .paper_wrap ul li h3{
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
	line-height:1;
	color:#333;
}
.article_content .paper_wrap ul li h3:before{
	content:'●';
	margin-right:6px;
	font-size:0.8em;
	color:#6aaaca;
	line-height:1;
	display:inline-block;
}
.article_content .paper_wrap ul li p span{
	padding-left:20px;
	font-size:15px;
	line-height:32px;
	color:#777;
	display:block;
	position:relative;
}
.article_content .paper_wrap ul li p span:before{
	content:'-';
	left:0;
	top:0;
	position:absolute;
}
.article_content .faq_wrap .article_boardList ul{
	width:1000px !important;
}

.article_content .sell_review{
	padding:50px 0;
	background:#efefef;
}
.article_content .sell_review h3{
	padding:40px 0;
	font-size:36px;
	font-weight:300;
	text-align:center;
	color:#222;
	position:relative;
}
.article_content .sell_review h3:before{
	content:'';
	width: 45px;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: 12%;
	background:#222;
	left: 50%;
	margin-left: -25px;
}



.article_content .sell_review li{
	width:25%;
}
.article_content .sell_review li a .photo {
	width: 100%;
	height: 200px;
	background: #9299ab;
	border-radius: 5px 0px 0 0;
	float:none;
}
.article_content .sell_review li a .infoWrap {
	padding: 20px 20px 0;
	width:100% !important;
	float:none;
}
/* --------------------------------------------
 * main
/* ------------------------------------------ */
#sec_main {
	
}
/* article_mVisual */
#sec_main .article_mVisual {
	width: 100%; height: 660px;
	position: relative;
	background: url(/_img/mVisual_bg.jpg) no-repeat center center;
	/*background: url(/_img/mVisual_bg_st.jpg) no-repeat center bottom;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.article_mVisual .center_cont {
	padding-top:180px;
	width:1200px;
	margin:auto;
}
.article_mVisual .txtArea {
	padding-top:150px;
	width:600px;
	float:right;
	/* position: absolute; */
	/* top: 180px; left: 0; right: 0; */
	text-align: center;
}
.article_mVisual .txtArea h2 {
	font-size: 42px;
	/*line-height: 50px;*/
	margin-bottom:30px;
	color: #fff;
	font-weight: 900;
	/*letter-spacing: -0.05em;*/
}
.article_mVisual .txtArea p.txt_st1 {
	font-size: 20px;
	margin-bottom:30px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #33ccff;
}
.article_mVisual .txtArea p.txt_st2 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	/*letter-spacing: -0.05em;*/
	
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.article_mVisual .formBox {
	float:left;
	width: 600px;
	/* position: absolute;
	left: 50%; bottom: 0;
	margin-left: -350px;
	margin-bottom: -164px;*/
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
}
.article_mVisual .formBox h2 {
	line-height: 80px;
	background: #33ccff;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 8px 8px 0 0;
}
.article_mVisual .formBox h3 {
	font-size: 13px;
	line-height: 16px;
	color: #999;
	padding: 20px 30px 0;
}
.article_mVisual .formBox .form_area {
	padding: 0 30px;
	margin-top: 10px;
}
.article_mVisual .formBox .form_area > ul {
	margin: 1px 0 0 1px;
}
.article_mVisual .formBox .form_area > ul > li {
	float: left;
	width: 50%;
}
.article_mVisual .formBox .form_area li .selectWrap_st1,
.article_mVisual .formBox .form_area li .selectWrap_st2,
.article_mVisual .formBox .form_area li .inputWrap_st1 {
	margin: -1px 0 0 -1px;
}

.article_mVisual .formBox .btn_area {
	text-align: center;
	padding: 30px 0;
	background: #f6f5f3;
}
.article_mVisual .formBox .btn_area button {
	width: 300px; height: 64px;
	line-height: 64px;
	display: inline-block;
	overflow: hidden;
	background: #33ccff;
	text-align: left;
	padding: 0 30px;
	border-radius: 6em;
}
.article_mVisual .formBox .btn_area button span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.article_mVisual .formBox .btn_area button i.arr {
	width: 20px; height: 16px;
	display: inline-block;
	background: url(/_img/arr_right.png) no-repeat;
	float: right;
	margin-top: 24px;
}
.article_mVisual .formBox .info {
	height: 40px; line-height: 40px;
	background: #e4e4e4;
	color: #aaaaaa;
	font-size: 13px;
	text-align: center;
	border-radius: 0 0 8px 8px;
}

/* article_count */
#sec_main .article_count {
	padding: 244px 0 80px;
	background: #fff;
}

/* article_mBox */
#sec_main .article_mBox {
	padding: 60px 0;
}
.article_mBox .inner > ul {
	margin: 0 -10px;
}
.article_mBox .inner > ul > li {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
}

.article_mBox .mBox_cstList {
	height: 428px;
}
.article_mBox .mBox_service,
.article_mBox .mBox_cs,
.article_mBox .mBox_review {
	height: 204px;
}
.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	height: 92px;
}
.article_mBox .mBox_cs,
.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	margin-top: 20px;
}

.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	background: #fafaf9;
}
.article_mBox .mBox_service:after,
.article_mBox .mBox_cs:after,
.article_mBox .mBox_review:after {
	content: '';
	width: 50px; height: 50px;
	position: absolute;
	right: 30px; bottom: 30px;
}
.article_mBox .mBox_service:after { background-position: 0 -30px; }
.article_mBox .mBox_cs:after { background-position: -50px -30px; }
.article_mBox .mBox_review:after { background-position: -100px -30px; }

.article_mBox .box_st1 > a {
	width: 100%; height: 100%;
	display: block;
}

.article_mBox .box_st1 .txt_st1 {
	font-size: 24px;
	line-height: 32px;
	color: #878787;
	padding: 0 30px;
	letter-spacing: -0.05em;
}
.article_mBox .box_st1 .txt_st2 {
	font-size: 17px;
	line-height: 24px;
	color: #878787;
	padding: 0 30px;
	letter-spacing: -0.05em;
}
.article_mBox .box_st1 .txt_st1 em,
.article_mBox .box_st1 .txt_st2 em {
	color: #33ccff;
}
.article_mBox .box_st1 .phone {
	color: #33ccff;
	font-size: 42px;
	line-height: 1;
	padding: 0 30px;
	margin-bottom: 8px;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}
.article_mBox .mBox_cstList .more,
.article_mBox .box_st1 > a .box_tit1 .more,
.article_mBox .box_st1 > a .box_tit2 .more {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.article_mBox .mBox_cstList .more:hover,
.article_mBox .box_st1 > a:hover .box_tit1 .more,
.article_mBox .box_st1 > a:hover .box_tit2 .more,
.article_mBox .mBox_cstList .more:focus,
.article_mBox .box_st1 > a:focus .box_tit1 .more,
.article_mBox .box_st1 > a:focus .box_tit2 .more {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.article_mBox .mBox_cstList ul {
	padding: 20px 30px 0;
	border-top: 1px solid #f3f2f0;
}
.article_mBox .mBox_cstList li {
	line-height: 31px;
	overflow: hidden;
}
.article_mBox .mBox_cstList li .tit {
	float: left;
	font-size: 14px;
	color: #777;
	max-width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.article_mBox .mBox_cstList li .state {
	float: right;
}
.article_mBox .mBox_cstList li .state span {
	width: 64px; height: 22px;
	margin-top: 2px;
}
.article_mBox .mBox_cstList li .state.consulting span { background-position: 0 -90px; }
.article_mBox .mBox_cstList li .state.comp span { background-position: 0 -112px; }

/* --------------------------------------------
 * sub-service
/* ------------------------------------------ */
#sec_service {
	
}
#sec_service .article_who,
#sec_service .article_documents {
	background: #fff;
	padding: 120px 0;
}
#sec_service .article_process {
	padding: 120px 0;
}

/* article_who */
.article_who li {
	width: 50%;
	float: left;
	padding: 0 30px;
}
.article_who li p.txt {
	font-size: 16px;
	line-height: 28px;
	color: #555;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

/* article_process */
.article_process ul {
	margin: -20px 0 0;
}
.article_process li {
	width: 33.333333%;
	float: left;
	padding: 20px 10px 0;
	text-align: center;
}
.article_process li .box_st1 {
	height: 354px;
	padding: 70px 0 60px;
}
.article_process li i {
	display: inline-block;
	width: 56px; height: 48px;
	margin-bottom: 50px;
}
.article_process li .prc1 i { background-position: 0 -144px; }
.article_process li .prc2 i { background-position: -56px -144px; }
.article_process li .prc3 i { background-position: -112px -144px; }
.article_process li .prc4 i { background-position: 0 -192px; }
.article_process li .prc5 i { background-position: -56px -192px; }
.article_process li .prc6 i { background-position: -112px -192px; }

.article_process li .tit {
	font-size: 20px;
	line-height: 26px;
	color: #222;
}
.article_process li .txt {
	font-size: 16px;
	line-height: 28px;
	color: #555;
	margin-top: 16px;
}

/* article_documents */
.article_documents {
	
}
.article_documents .confirm_box {
	background: #f3f2f0;
	padding: 30px 60px;
	margin-top: 40px;
	border-radius: 5px;
}
.article_documents .confirm_box li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.article_documents .confirm_box li:before {
	content: '';
	width: 4px; height: 1px;
	display: inline-block;
	background: #777;
	position: absolute;
	top: 12px; left: 0;
}

/* --------------------------------------------
 * sub-review
/* ------------------------------------------ */
#sec_review .article_visualTit .inner h2:before{

}
#sec_review .article_rvList {
	padding: 40px 0;
}
.article_rvList ul {
	margin: -20px -10px 0;
}
.article_rvList li {
	width: 50%;
	float: left;
	padding: 20px 10px 0;
}
.article_rvList li a {
	position: relative;
	display: block;
	overflow: hidden;
	border:1px solid #eee;
}
.article_rvList li a .photo {
	/*width: 100%;*/ height: 200px;
	width:50%;
	background: #9299ab;
	border-radius: 5px 0px 0 0;
	float:left;
}
.article_rvList li a .photo p {
	width: 100%; height: 100%;
	border-radius: 5px 5px 0 0;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.article_rvList li a .infoWrap {
	padding: 20px 20px 0;
	width:50%;
	float:right;
}
.article_rvList li a .infoWrap .tit {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.article_rvList li a .infoWrap .txt {
	font-size: 14px;
	line-height: 24px; max-height: 96px;
	max-width: 98%;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	height: 72px;
}
.article_rvList li a:hover .txt span {
	border-bottom: 1px solid #ddd;
}
.article_rvList li a .bottom {
	padding: 16px 20px 18px;
	margin-top:22px;
	border-top: 1px solid #eee;
	clear:both;
    text-align: right;
}
.article_rvList li a .bottom span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	letter-spacing: 0;
	vertical-align: middle;
	margin-right: 12px;
}
.article_rvList li a .bottom span:before {
	content: '';
	width: 17px; height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.article_rvList li a .bottom span.read:before { background-position: -100px -112px; }
.article_rvList li a .bottom span.data:before { background-position: -127px -112px; }

/* review_view */
#review_view {
	
}
#review_view .layerBody {
	width: 930px; height: 100%;
	position: fixed;
	top: 0;
}
#review_view .contPop {
	width: 100%; height: 100%;
	word-break: keep-all;
}
#review_view .view_con {
	position: relative;
	padding-bottom: 160px;
}
#review_view .tit {
	padding: 80px 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
#review_view .tit:after {
	content: '';
	display: inline-block;
	width: 52px; height: 5px;
	background: #136fac;
	position: absolute;
	bottom: -5px; left: 50%;
	margin-left: -26px;
}
#review_view .tit h2 {
	position: absolute;
	top: 30px; left: 30px;
	display: none;
}
#review_view .tit h2 span {
	width: 120px; height: 62px;
	background-position: 0 0;
}
#review_view .tit .cate span {
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background: #136fac;
	padding: 5px 15px;
	font-weight: 500;
	letter-spacing: 1px;
}
#review_view .tit h4 {
	font-size: 37px;
	line-height: 41px;
	font-weight: bold;
	color: #333;
	max-width: 80%;
	margin: 30px auto 16px;
	letter-spacing: -0.05em;
}
#review_view .tit .data {
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	color: #808189;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
}

#review_view .con {
	
}
#review_view .con .img img {
	width: 100%; height: auto;
}
#review_view .con .txt {
	padding: 60px 160px;
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}

#review_view .btn {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	bottom: 0; left: 0; right: 0;
}
#review_view .btn ul li {
	width: 50%;
	float: left;
}
#review_view .btn ul li:first-child {
	border-right: 1px solid #ddd;
}
#review_view .btn ul li a {
	display: block;
	text-align: center;
	padding: 21px 0;
	font-size: 18px;
	color: #fff;
	background:#136fac
}

/* --------------------------------------------
 * sub-sell
/* ------------------------------------------ */
#sec_sell {
	
}
#sec_sell .article_count {
	background: #fff;
	padding: 100px 0;
}
#sec_sell .article_cstList {
	padding: 100px 0;
}
.article_cstList .inner {
	width: 960px;
}
.article_cstList .table_st2 {
	padding-top: 20px;
}

/* --------------------------------------------
 * sub-cs
/* ------------------------------------------ */
#sec_cs {
	
}
/* article_csTit */
#sec_cs .article_csTit {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}
.article_csTit p {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.article_csTit h2 {
	font-size: 36px;
	line-height: 52px;
	color: #777;
	letter-spacing: -0.05em;
}

.article_csTit h2 span {
	font-weight:600;
	color:#222;
}

.article_csTit h2 em {
	color: #777;
}
.article_csTit i {
	width: 54px; height: 135px;
	display: inline-block;
	position: absolute;
	top: 50%; margin-top: -67.5px;
}
.article_csTit i.l { left: 0; background-position: -224px 0; }
.article_csTit i.r { right: 0; background-position: -278px 0; }

/* article_csTab */
.article_csTab{
	margin: 20px auto 30px;
}
.article_csTab li {
	margin-right:-1px;
	width: 150px;
	float: left;
}
.article_csTab li a {
	width:100%;
	height:40px;
	line-height:40px;
	color:#999;
	font-size: 15px;
	text-align:center;
	display:block;
	border:1px solid #ddd;
	position:relative;
}
.article_csTab li.active a {
	color: #cf000d;
	border:1px solid #cf000d;
	z-index:1;
}

#sec_cs .article_boardList {
	min-height: 550px;
	padding: 40px 0;
}

/*********sell_sub page***********/
#sell_wrap{
	width:100%;
	margin:0 auto;
}
#sell_wrap .sell_container{
	margin:0 auto;
	width:1200px;
}
.sell_container .sell_title div:first-child{
	margin-top:50px;
	height:80px;
	line-height:80px;
	font-size:36px;
	color:#222;
	text-align:center;
	font-weight:300;
}
.sell_container .sell_title div:last-child{
	margin:0 auto;
	width:30px;
	height:3px;
	background:#222;
}
.sell_container .sell_line{
	margin:50px auto;
	width:1200px;
	height:30px;
	background:url('/_img/sell_line_1.png') no-repeat center 5px;
	position:relative;
}
.sell_container .sell_line .circle01{
	left:100px;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:100%;
	border:5px solid #136fac;
	position:absolute;
}



/* 고객센터 */
.notice_board,
.news_wrap,
.map_wrap,
.tvzone_wrap,
.event_wrap{
	margin: 30px auto 50px;
	width:100%;
}

.news_wrap li{margin: 20px 1%;padding: 35px;width: 48%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);float:left;}
.news_wrap li img{width:100%; height:150px; border-radius:10px;}
.news_wrap li h2{margin-top:20px;font-size: 24px;font-weight: 500;height: 30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_wrap li p{margin-top:10px;height:44px;line-height:22px;font-size: 18px;font-weight: 300;
	white-space: normal;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_wrap .more_btn{margin: 10px 0 0 75%;padding: 6px;width: 25%;font-size: 16px;text-align:center;border-radius: 5px;color: #fff;display:block;background: #700619;}


.map_wrap .tit{text-align:center; font-size:20px;}
.map_wrap .tit h3{font-weight:600; color:#000;}
.map_wrap .tit h5{margin-top:10px; color:#999;}
.map_wrap .bi_con .areaList{margin-top:30px;}
.map_wrap .bi_con .areaList ul {
	overflow: hidden;
	margin: 10px auto;
}
.map_wrap .bi_con .areaList li {
	padding:0 10px;
	width: 33.333333%;
	float: left;
}
.map_wrap .bi_con .areaList li a {
	width: 100%; height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #777;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #dedede;
	border-bottom: 2px solid #dedede;
	border-right: 2px solid #dedede;
	margin-right: 10px;
}
.map_wrap .bi_con .areaList li:last-child a {
	margin-right: 0px;
}
.map_wrap .bi_con .areaList li.active a {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	border: 1px solid #273054;
	border-bottom: 2px solid #273054;
	border-right: 2px solid #273054;
	color: #273054;
}
.map_wrap .mapArea{
	width:100%;
	height:500px;
	background:#ddd;
}
.tvzone_wrap .post{
	margin:0.5%;
	padding:20px;
	width:24%;
	height:230px;
	border:1px solid #ddd;
	float:left;
	border-radius:10px;
}
.tvzone_wrap .post img{
	height:138px;
}
.tvzone_wrap .post h3{
	margin-top:10px;
	font-size:18px;
	font-weight:600;
}
.youtube_wrap{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index:9000;
	display:block;
	background:#000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'
}
.tvBox{
	position:fixed;
	left:50%;
	top:20%;
	width:60%;
	height:60%;
	margin-left:-30%;
	z-index:9900;
	border-radius:10px;
	padding:20px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background: #000;
}
.tvBox .close{
	position:absolute;
	right:0;
	top:0;
	margin-top:-15px;
	margin-right:-15px;
	cursor:pointer;
}
.tvBox .close span{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	background:#1671A9;
	color:#fff;
	border-radius:50%;
}
.tvBox .play{
	width:100%;
	height:100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background:#000;
}

.event_wrap ul li{
	margin:0 0.5%;
	width: 24%;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.event_wrap ul li a {
	display: block;
}
.event_wrap ul li .photo {
	width: 100%;
	height:136px;
	overflow: hidden;
}
.event_wrap ul li .txt {
	width: 100%;
	padding: 15px 15px 0;
}
.event_wrap ul li .flag {
	position: absolute;
	bottom: 11px; right: 15px;
}
.event_wrap ul li .flag span {
	display: inline-block;
	width: 80px; height: 22px;
}
.event_wrap ul li .flag span.going {
	background:url(/_img/flag_going.png) no-repeat;
}
.event_wrap ul li .flag span.end {
	background:url(/_img/flag_end.png) no-repeat;
}
.event_wrap ul li .flag span.standby {
	background:url(/_img/flag_standby.png) no-repeat;
}
.event_wrap ul li .subject {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.75px;
}
.event_wrap ul li .data {
	color: #999;
	font-size: 12px;
	line-height: 45px;
	margin-top: 15px;
	border-top: 1px solid #F3F3F3;
}
.event_wrap ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.event_wrap ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}
.review_board{
	margin:50px auto;
	width:1200px;
}
.review_board > a{
	margin:0 auto;
	width:300px;
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:600;
	text-align:center;
	color:#fff;
	background:#0089e2;
	border:1px solid #136fac;
	border-radius:50px;
	display:block;
}

.qna_passWrap{
	margin:50px auto;
	width:100%;
}
.qna_passWrap h3{
	font-size:24px;
	font-weight:600;
	line-height:50px;
	border-bottom:2px solid #333;
}
.qna_passWrap .passBox{
	padding: 70px;
	margin: 30px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6f6f6;
}
.qna_passWrap .passBox .pBox .pTxt {
	margin-top: 10px;
}
.qna_passWrap .passBox .pBox .pTxt input {
	border: 1px solid #DEDEDE;
	width: 100%;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}
.qna_passWrap .passBox .pBox button.btnSubmit {
	width: 137px;
	float: right;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.qna_passWrap .passBox .pBox a.btnCancel {
	width: 137px;
	display: block;
	float: right;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 10px;
}

