@charset 'utf-8';
@font-face {
 font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Light.eot');
    src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Light.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Light.woff') format('woff'),
         url('../fonts/NotoSansKR-Light.ttf') format('truetype'),
         url('../fonts/NotoSansKR-Light.svg#NotoSansKR-Light') format('svg');
    font-weight: 300;
}
@font-face {
 font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Regular.eot');
    src: url('../fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Regular.woff') format('woff'),
         url('../fonts/NotoSansKR-Regular.ttf') format('truetype'),
         url('../fonts/NotoSansKR-Regular.svg#NotoSansKR-Regular') format('svg');
    font-weight: 400;
}

@font-face {
 font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Medium.eot');
    src: url('../fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Medium.woff') format('woff'),
         url('../fonts/NotoSansKR-Medium.ttf') format('truetype'),
         url('../fonts/NotoSansKR-Medium.svg#NotoSansKR-Medium') format('svg');
    font-weight: 500;
}

@font-face {
 font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Bold.eot');
    src: url('../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),
         url('../fonts/NotoSansKR-Bold.woff') format('woff'),
         url('../fonts/NotoSansKR-Bold.ttf') format('truetype'),
         url('../fonts/NotoSansKR-Bold.svg#NotoSansKR-Bold') format('svg');
    font-weight: 600;
}
@font-face {
 font-family: 'Noto Sans KR';
    src: url('../fonts/NotoSansKR-Black.eot');
    src: url('../fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
        /* url('../fonts/NotoSansKR-Black.woff2') format('woff2'),*/
         url('../fonts/NotoSansKR-Black.woff') format('woff'),
         url('../fonts/NotoSansKR-Black.ttf') format('truetype'),
         url('../fonts/NotoSansKR-Black.svg#NotoSansKR-Bold') format('svg');
    font-weight:700
}
*{
	padding:0;
	margin:0;
	box-sizing : border-box;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video , input::placeholder , input,

textarea{
    font-family: 'Noto Sans KR',Poppins, Helvetica, 'sans-serif';
	font-size:14px;
	font-weight:400;
}
body{
	overflow-x:hidden;
}
#loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
.font_w5{
	font-weight:500;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  /* width: 100%; */
  width: auto;
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	width:1240px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
/*main_common*/

/*header*/
header .head_top{
	padding:10px 0;
	border-bottom:1px solid #ededed;
	color:#888;
}
header .head_top > div{
	overflow:hidden;
}
header .head_top .h_left{
	float:left;
}
header .head_top .h_right{
	float:right;
}
header .head_top .h_right ul li{
	display:inline-block;
	padding-right:15px;
}
header .head_top .h_right ul li:last-child{
	padding-right:0;
}
header .head_top .h_right ul li a{
	color:#888;
}
header .head_top .h_right ul li a img{
	display:inline-block;
	padding-right:3px;
	vertical-align:-2px;
}
header .head_mid{
	padding:30px 0;
	border-bottom:1px solid #ededed;
}
header .head_mid > div:after,
header .head_mid .h_mid form:after,
header .h_right ul:after,
.head_bot > div:after{
	content:"";
	display:block;
	clear:both;
}
.head_bot.fix{
	position:fixed;
	width:100%;
	top:0;
	z-index:5;
	background:#fff;
}
header .head_mid > div > div{
	float:left;
}
header .head_mid .h_left{
	width:170px;
}
header .head_mid .h_mid{
	padding:8px 8%;
}
header .head_mid .h_mid form{
	width:575px;
	width:100%;
}
header .head_mid .h_mid .search_wrap{
	width:calc(100% - 225px);
	float:left;
}
header .head_mid .h_mid .search_wrap.selbox{
	margin-left:5px;
	width:220px;
	position:relative;
	cursor:pointer;
}
header .head_mid .search_wrap .search_fake{
	border:3px solid #2577ef;
	overflow:hidden;
	padding:0 10px;
	height:44px;
	line-height:37px;
}
header .head_mid .search_wrap .search_fake .search_input{
	float:left;
	width:calc(100% - 24px);
	position:relative;
}
header .head_mid .search_wrap .search_fake .search_input input{
	width:100%;
	height:30px;
	border:0;
}
header .head_mid .search_wrap .search_fake .search_bt{
	float:right;
	width:24px;
}
header .head_mid .search_wrap .search_fake .search_bt img{
	vertical-align:middle;
}
header .head_mid .search_wrap .search_fake .search_input input,
header .head_mid .search_wrap .search_fake .search_input{
	color:#888;
	font-size:15px;
}
.sel_s{
	display:inline-block; 
	width:0; height:0; 
	border-style:solid; 
	border-width:7px;
	border-color:#bbbbbb transparent transparent transparent;
	position:absolute;
	top:50%;
    transform: translateY(-25%);
	right:10px;
}
header .head_mid .company_v{
	position:absolute;
	left:0;
	top:3px;
    left: 3px;
    width: 192px;
    background-color: #fff;
    border: solid 1px #2577ef;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #888;
    padding: 10px;
	max-height:180px;
	z-index:7;
	display:none;
}
header .head_mid .company_v li a{
	display:block;
	padding:5px 0;
	font-size:15px;
	color:#888;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
header .head_mid > div > div.h_right{
	float:right;
}
header .head_mid .h_right ul.hlnb_right > li{
	float:left;
	position:relative;
}
header .head_mid .h_right ul.hlnb_right > li a{
	display:inline-block;
	cursor:pointer;
}
header .head_mid .h_right ul.hlnb_right > li:after{
	content:"";
	display:inline-block;
	width:1px;
	height:30px;
	background:#eee;
	margin:0 5px;
	vertical-align:top;
}
header .head_mid .h_right ul.hlnb_right > li:last-child:after{
	display:none;
}
header .head_mid .h_right ul.hlnb_right > li > a > span{
	display:block;
	margin:0 auto;
	text-align:center;
}
header .head_mid .h_right ul.hlnb_right > li > a > span{
	font-size:12px;
	color:#888;
	font-weight:500;
}
header .head_mid .h_right ul.hlnb_right > li > a > span:first-child{
	padding-bottom:5px;
}
header .head_mid .h_right ul.hlnb_right > li > a .company_nbox{
	position:relative;
}
header .head_mid .h_right ul li a .company_nbox span.company_num{
	position:absolute;
	top:2px;
	right:5px;
	width: 20px;
    height: 20px;
    background: #1d9bea;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
}
header .company_view{
	position:absolute;
    right: 0;
    top: 100%;
    width: 200px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	padding:25px;
	margin-top:10px;
	z-index:10;
	display:none; 
}
header .company_view.on{
	display:block;
}
header .company_view h2{
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #2577ef;
	margin-bottom:25px;
}
header .company_view h2 span{
	font-size:20px;
	letter-spacing:-0.03em;
	color:#333;
}
header .company_view span.close_bt{
	float:right;
	cursor:pointer;
}
header .company_view span.close_bt img{
	width:20px;
}
header .company_vlist span{
	display:inline-block;
}
header .company_vlist ol li{
	margin-bottom:10px;
}
header .company_vlist ol li:last-child{
	margin-bottom:0;
}
header .company_vlist span:first-child{
	font-size:11px;
	font-weight:500;
	color:#fff;
	background:#1d9bea;
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	margin-right:10px;
	text-align:center;
}
header .company_vlist span:last-child{
	font-size:15px;
	color:#888;
}
/*gnb*/
.head_bot{
	border-bottom:1px solid #ededed;
	position:relative;
}
.head_bot  .gnb_real{
	position:relative;
	z-index:5;
}
.head_bot .gnb_left{
	float:left;
}
.head_bot .gnb_right{
	float:right;
}
.head_bot .gnb_real > div > div > ul > li{
	display:table-cell;
	padding:0 15px;
	position:relative;
}
.head_bot .gnb_real > div > div > ul > li:first-child{
	padding-left:0;
}
.head_bot .gnb_real > div > div > ul > li:last-child{
	padding-right:0;
}
.head_bot  .gnb_real > div > div > ul > li a{
	display:block;
}
.head_bot .gnb_real > div > div > ul > li a span{
	display:inline-block;
	font-size:17px;
	letter-spacing:-0.05em;
	color:#222;
	padding:12px 0;
	position:relative;
	border-bottom:3px solid transparent;
}
.head_bot .gnb_real > div > div.gnb_left > ul > li.on a span,
.head_bot .gnb_real > div > div.gnb_left > ul > li:hover a span,
.head_bot .gnb_real > div > div.gnb_left > ul > li:focus a span,
.head_bot .gnb_real > div > div.gnb_left > ul > li:active a span{
	border-bottom:3px solid #2577ef;
	color:#2577ef;
}
.head_bot .gnb_real > div > div.gnb_left > ul > li > a span:after{
	content:"N";
	display:block;
	position:absolute;
	top:16px;
	left:100%;
	margin-left:5px;
	color:#fff;
	font-size:11px;
	font-weight:600;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#1d9bea;
	text-align:center;
}
.head_bot .gnb_real > div > div.gnb_right > ul > li.on a span{
	color:#2577ef;
}
.head_bot .gnb_real > div > div.gnb_right > ul > li > a span:before{
	content:"";
	display:inline-block;
	color:#fff;
	font-size:11px;
	font-weight:600;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#bbb;
	vertical-align:2px;
	margin-right:5px;
}
.head_bot .gnb_real > div > div.gnb_right > ul > li.on > a span:before,
.head_bot .gnb_real > div > div.gnb_right > ul > li:hover > a span:before,
.head_bot .gnb_real > div > div.gnb_right > ul > li:active > a span:before,
.head_bot .gnb_real > div > div.gnb_right > ul > li:focus > a span:before{
	background:#1d9bea;
}
.head_bot .gnb_bg{
	position:absolute;
	left:0;
	top:50px;
	width:100%;
	background:#f6f5f6;
	height:190px;
	display:none;
	z-index:3;
}
.head_bot .sub_gnb{
	padding:30px 0;
	position:absolute;
	left:0;
	width:100%;
	z-index:5;
	display:none;
}
.head_bot .sub_gnb li{
	padding-bottom:12px;
}
.head_bot .sub_gnb li:last-child{
	padding-bottom:0;
}
.head_bot .sub_gnb li a{
	font-size:15px;
	letter-spacing:-0.03em;
	color:#333;
}
.head_bot .sub_gnb li.on a,
.head_bot .sub_gnb li a:hover,
.head_bot .sub_gnb li a:focus,
.head_bot .sub_gnb li a:active{
	color:#2577ef;
}
/*wing*/
/*swiper*/
.swiper1{
	background:#1b78ff;	
	height:245px; 
}
.swiper1 > div > div ul{
	padding:30px;
}
.swiper1 .sl_ca div{
	font-size:13px;
	color:#fff;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:10px;
	width:40px;
	text-align:center;
}
.swiper1 .sl_tit{
	overflow:hidden;
	margin:10px 0 30px;
}
.swiper1 .sl_tit div{
	float:left;
	font-size:22px;
	font-weight:500;
	letter-spacing:-0.03em;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:5px;
}
.swiper1 .sl_tit a,
.mob_ad a{
	float:right;
	display:block;
	background:#fff;
	border-radius:10px;
	width:85px;
	padding:3px 0;
	text-align:center;
}
.swiper1 .sl_tit a img,
.mob_ad a img{
	display:inline-block;
    vertical-align: -1px;	
}
.swiper1 .sl_tit a span,
.mob_ad a span{
	color:#2577ef;
	font-size:13px;
}
.swiper1 .sl_txt_tit{
	font-size:26px;
	letter-spacing:-0.06em;
	color:#fff45c;
	padding-bottom:10px;
}
.swiper1 .sl_txt_txt{
	font-size:18px;
	letter-spacing:-0.05em;
	color:#d8e8fe;
}
.swiper-pagination{
	bottom:20px !important;
	text-align: center;
}
.swiper-pagination-bullet{
	background:transparent;
	border:1px solid #fff;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:#fff;
}
.side_con .swiper1{
	height:270px;
}
.side_con .swiper1 > div > div ul{
	padding:25px 20px;
}
.side_con .swiper1 .sl_tit{
	margin:10px 0 20px;
}
.side_con .swiper1 .sl_tit div{
	font-size:20px;
}
.side_con .swiper1 .sl_txt_tit{
	font-size:20px;
}
.side_con .swiper1 .sl_txt_txt{
	font-size:15px;
}
.side_con .swiper1 .sl_tit a{
	float:none;
	position:absolute;
	bottom:35px;
	right:20px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content:"";
	display:block;
	width:36px;
	height:70px;
	background:url(../images/sl_arrow.png)no-repeat 0 0;
}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
	transform:rotateY(180deg);
}
.swiper2 .swiper-pagination{
	bottom:70px;
}
/*bg*/
.content_wrap{
	position:relative;
}
.main_bg{
	position:absolute;
	width:100%;
/* 	height:50%; */
	background:#f8f8f8;
	left:0;
	top:0;
	display:none;
}
.wing_box{
	margin-top:20px;
}
.sub_layer .wing_box{
	margin-top:0;
}
.main_wrap .wing_box > div.left_banner,
.main_wrap .wing_box > div.right_banner{
	width:130px;
	position:relative;
	z-index:2;
}
.real_con.fix .wing_box > div{
	position:fixed !important;
	top:70px;
}
.real_con.fix .wing_box.wing_l{
	/* margin-left:20px; */
}
.real_con.fix .wing_box.wing_r{
	margin-right:90px;
	float:right;
}
.real_con.fix .index_wrap,
.real_con.fix .search_wrap{
	width:1540px;
	padding:0 130px;
}
.real_con.fix .side_con{
	width:1540px;
	padding:0 150px;
}
/* .main_wrap .wing_box > div.left_banner{
	float:left;
}
.main_wrap .wing_box > div.right_banner{
	float:right;
} */
.main_wrap .wing_box > div > div{
	border:1px solid #e5e5e5;
	margin-bottom:5px;
	text-align:center;
	background:#fff;
}
.main_wrap .wing_box > div > div:last-child{
	margin-bottom:0;
}
.main_wrap .wing_box > div.left_banner .left_mid h2{
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
}
.main_wrap .wing_box > div.left_banner .left_mid h2 img{
	vertical-align:-1px;
}
.main_wrap .wing_box > div.left_banner .left_mid h2 span,
.main_wrap .wing_box > div.left_banner .left_bot span{
	display:inline-block;
	padding-left:5px;
	font-size:13px;
	color:#666;
	letter-spacing:-0.03em;
}
.main_wrap .wing_box > div.left_banner .real_company{
	padding:10px 0;
}
.main_wrap .wing_box > div.left_banner .real_company ul li{
	padding-bottom:3px;
}
.main_wrap .wing_box > div.left_banner .real_company ul li:last-child{
	padding-bottom:0;
}
.main_wrap .wing_box > div.left_banner .real_company ul li a{
	display:inline-block;
	font-size:12px;
	color:#888;
	letter-spacing:-0.03em;
}
.main_wrap .wing_box > div.left_banner .real_company ul li a:after{
	content:"N";
	display:inline-block;
	padding-left:3px;
	font-size:11px;
	font-weight:500;
	color:#1d9bea;
}
.main_wrap .wing_box > div.left_banner .left_bot a{
	display:block;
	padding:10px 0;
}
.main_wrap .wing_box > div.left_banner .left_bot img{
	vertical-align:-3px;
}
.main_wrap .wing_box > div.right_banner .right_top ul{
	padding:5px 0;
}
.main_wrap .wing_box > div.right_banner .right_top ul li a{
	display:block;
	margin:0 10px;
	padding:10px 0;
}
.main_wrap .wing_box > div.right_banner .right_top ul li:first-child a{
	border-bottom:1px solid #e5e5e5;
}
.main_wrap .wing_box > div.right_banner .right_top ul li a div{
	padding-top:5px;
}
.main_wrap .wing_box > div.right_banner .right_top ul li a span{
	display:block;
	margin:0 auto;
	font-size:13px;
	color:#666;
}
.main_wrap .wing_box > div.right_banner .right_mid h2{
	font-size:13px;
	color:#666;
	text-align:center;
	padding:5px 0;
	border-bottom:1px solid #e5e5e5;
}
.main_wrap .wing_box > div.right_banner .right_mid ul li:first-child{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efeff0+0,fbfbfa+50,eeefee+100&1+0,0+49,1+98 */
background: -moz-linear-gradient(top,  rgba(239,239,240,1) 0%, rgba(251,251,250,0) 49%, rgba(251,251,250,0.02) 50%, rgba(239,239,238,1) 98%, rgba(238,239,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,239,240,1) 0%,rgba(251,251,250,0) 49%,rgba(251,251,250,0.02) 50%,rgba(239,239,238,1) 98%,rgba(238,239,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,239,240,1) 0%,rgba(251,251,250,0) 49%,rgba(251,251,250,0.02) 50%,rgba(239,239,238,1) 98%,rgba(238,239,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeff0', endColorstr='#eeefee',GradientType=0 ); /* IE6-9 */
}
.main_wrap .wing_box > div.right_banner .right_mid ul li:last-child{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dae7ef+0,eaf2f7+50,dbe8f0+100&1+0,0+50,1+98 */
background: -moz-linear-gradient(top,  rgba(218,231,239,1) 0%, rgba(234,242,247,0) 50%, rgba(220,232,240,1) 98%, rgba(219,232,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(218,231,239,1) 0%,rgba(234,242,247,0) 50%,rgba(220,232,240,1) 98%,rgba(219,232,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(218,231,239,1) 0%,rgba(234,242,247,0) 50%,rgba(220,232,240,1) 98%,rgba(219,232,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae7ef', endColorstr='#dbe8f0',GradientType=0 ); /* IE6-9 */
}
.main_wrap .wing_box > div.right_banner .right_mid ul li a{
	display:block;
	padding:12px 0;
}
.main_wrap .wing_box > div.right_banner .rside_txt{
	font-size:14px;
	color:#555;
	letter-spacing:-0.03em;
}
.main_wrap .wing_box > div.right_banner .rside_img{
	padding:10px 0;
}
.main_wrap .wing_box > div.right_banner .rside_bt{
	display:inline-block;
	width:75px;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:10px;
	margin-top:10px;
}
.main_wrap .wing_box > div.right_banner .rside_bt span{
	font-size:12px;
	color:#999;
	display:inline-block;
}
.main_wrap .wing_box > div.right_banner .rside_bt img{
	vertical-align:1px;
}
.main_wrap .wing_box > div.right_banner .right_bot{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
    margin: 0 auto;
}
.main_wrap .wing_box > div.right_banner .top_bt a{
	display:block;
}
.main_wrap .wing_box > div.right_banner .top_bt img{
	vertical-align:0px;
}
/*main*/
.top_banner{
	position:relative;
	z-index:1;
	text-align:center;
}
.top_banner ul{
	width:1240px;
	margin:0 auto;
	text-align:right;
	padding:35px 20px 0;
}
.top_banner ul li{
	display:inline-block;
	font-size:13px;
	color:#999;
}
.top_banner ul li:after{
	content:" > ";
	display:inline-block;
	padding:0 5px;
}
.top_banner ul li:last-child:after{
	display:none;
}
.top_banner ul li img{
	vertical-align:0px;
	display:inline-block;
	padding-right:5px;
}
.real_con{
	background:#fff; 
	width:1500px;
	margin:0 auto;
}
.real_con:after{
	content:"";
	display:block;
	clear:both;
}
.index_wrap,.real_con > .search_wrap{
	position:relative;
	top:-50px;
	z-index:1;
}
.real_con > div{
	float:left;
}
.real_con > div.fl_n{
	float:none;
	top:0;
}

/*footer*/
.foot_info{
	border-top:2px solid #999;
}
.foot_info .info_top{
	display:table;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.foot_info .info_top > div{
	display:table-cell;
	width:33.33%;
	border-right:1px solid #e5e5e5;
	padding:30px 40px 30px;
}
.foot_info .info_top > div:last-child{
	border-right:0;
}
.foot_info .info_top h2{
	overflow:hidden;
	margin-bottom:30px;
}
.foot_info .info_top h2 span{
	font-size:26px;
	font-weight:500;
	letter-spacing:-0.03em;
}
.det_c{
	color:#fa564c !important;
}
.foot_info .info_top .info_plus,
.index_wrap .con01 .con_m h2 a{
	float:right;
	display:block;
	text-align:center;
	width:24px;
	height:24px;
	line-height:24px;
	border:1px solid #ccc;
	margin-top:5px;
}
.foot_info .info_top .info_plus img,
.index_wrap .con01 .con_m h2 a img{
	vertical-align:1px;
}
.foot_info .info_top .info_box .real_info ul > li{
	display:table;
	width:100%;
	padding-bottom:10px;
}
.foot_info .info_top .info_box .real_info ul > li:last-child{
	padding-bottom:0;
}
.foot_info .info_top .info_box .real_info ul > li div{
	display:table-cell;
	width:calc(100% - 80px);
	position:relative;
}
/* .foot_info .info_top .info_box .real_info ul > li div:after,
.index_wrap .con01 .con_m .real_contxt ul li a:after{
    content: "N";
    display: block;
    position: absolute;
    top: 1px;
    right:0;
    margin-left: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1d9bea;
    text-align: center;
} */
.foot_info .info_top .info_box .real_info ul > li > span{
	display:table-cell;
	width:80px;
	text-align:right;
	font-size:14px;
	color:#bbb;
	vertical-align:top;
}
.foot_info .info_top .info_box .real_info ul > li div a{
	display:block;
	overflow:hidden;
}
.foot_info .info_top .info_box .real_info ul > li div a:before{
	content:"";
	display:inline-block;
	width:3px;
	height:3px;
	background:#aaa;
	margin-top:8px;
    margin-right: 5px;
	float:left;
}
.foot_info .info_top .info_box .real_info ul > li div a span:first-child{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 	 
	font-size:14px;
	color:#555;
	max-width:200px;
}
.foot_info .info_top .info_box .real_info ul > li div a span{
	float:left;
}
.foot_info .info_top .info_box.info_tl .info_bt{
	margin-top:40px;
}
.foot_info .info_top .info_box.info_tl .info_bt a,
.nav_tit,
.user_bt input,
.user_bt a{
	display:block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2577ef+0,eaf2f7+100,1d9bea+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2577ef+0,2287ed+0,2287ed+40,1e99ea+60,1d9bea+100,eaf2f7+100,1d9bea+100 */
	background: rgb(37,119,239); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(37,119,239,1) 0%, rgba(34,135,237,1) 0%, rgba(34,135,237,1) 40%, rgba(30,153,234,1) 60%, rgba(29,155,234,1) 100%, rgba(234,242,247,1) 100%, rgba(29,155,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(37,119,239,1) 0%,rgba(34,135,237,1) 0%,rgba(34,135,237,1) 40%,rgba(30,153,234,1) 60%,rgba(29,155,234,1) 100%,rgba(234,242,247,1) 100%,rgba(29,155,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(37,119,239,1) 0%,rgba(34,135,237,1) 0%,rgba(34,135,237,1) 40%,rgba(30,153,234,1) 60%,rgba(29,155,234,1) 100%,rgba(234,242,247,1) 100%,rgba(29,155,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2577ef', endColorstr='#1d9bea',GradientType=1 ); /* IE6-9 */
	overflow:hidden;
	padding:15px 25px;
	border-radius:5px;
}
.foot_info .info_top .info_box.info_tl .info_bt a span{
	font-size:17px;
	color:#fff;
}
.foot_info .info_top .info_box.info_tl .info_bt a img{
	float:right;
	display:inline-block;
	margin-top:3px;
}
.foot_info .info_top .info_tmb{
	margin-top:30px;
	border-top:1px solid #e5e5e5;
	padding-top:30px;
}
.foot_info .info_top .info_tm .real_info ul > li:nth-child(n+4){
	display:none;
}
.foot_info .info_top .info_trb{
	margin-top:50px;
}
.foot_info .info_go ul{
	overflow:hidden;
}
.foot_info .info_go ul li{
	float:left;
	width:33.33%;
}
.foot_info .info_go ul li a{
	display:block;
	text-align:center;
}
.foot_info .info_go ul li a span{
	display:block;
	text-align:center;
}
.foot_info .info_go ul li a span:first-child{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	background:#ededed;
	border-radius:50%;
}
.foot_info .info_go ul li a span:first-child img{
	vertical-align:middle;
}
.foot_info .info_go ul li a span:last-child{
	margin-top:10px;
	color:#555;
}
.foot_info .info_bot{
	display:table;
	padding:20px 0;
	width:100%;
}
.foot_info .info_bot > div{
	display:table-cell;
	vertical-align:middle;
}
.foot_info .info_bot .info_bl{

}
.foot_info .info_bot .info_bl span{
	display:inline-block;
	font-size:12px;
	font-weight:500;
	color:#fff;
	background:#2577ef;
	padding:1px 6px;
	border-radius:10px;
}
.foot_info .info_bot .info_bm{
	padding:0 10px;
	font-size:15px;
	color:#555;
}
.foot_info .info_bot .info_br,
footer .lnb_wrap .lnb_right{
	width:160px;
}
.foot_info .info_bot .info_br a,
footer .lnb_wrap .lnb_right a{
	display:block;
	border:1px solid #92bbf7;
	border-radius:5px;
	text-align:center;
	padding:8px 0;
}
footer .lnb_wrap .lnb_right a{
	border:1px solid #ccc;
}
.foot_info .info_bot .info_br a span,
footer .lnb_wrap .lnb_right a span{
	font-size:15px;
	color:#2577ef;
	display:inline-block;
}
footer .lnb_wrap .lnb_right a span{
	color:#ccc;
}
.foot_info .info_bot .info_br a span:last-child{
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	margin-left:3px;
	background:#2577ef;
	border-radius:50%;
}
.foot_info .info_bot .info_br a span:last-child img{
	vertical-align:2px;
}
footer .lnb_wrap{
	background:#172539;
	padding:20px 0;
}
footer .lnb_wrap .lnb_fbox{
	display:table;
	width:100%;
}
footer .lnb_wrap .lnb_fbox > div{
	display:table-cell;
	vertical-align:middle;
}
footer .lnb_wrap .lnb_right a img{
	width:18px;
	vertical-align:-2px;
	display:inline-block;
	padding-left:3px;
}
footer .lnb_wrap .lnb_left{
	width:calc(100% - 160px);
}
footer .lnb_wrap .lnb_left ul li{
	display:inline-block;
}
footer .lnb_wrap .lnb_left ul li:after{
	content:"|";
	display:inline-block;
	font-size:12px;
	color:#555;	
	padding:0 10px;
	vertical-align:2px;
}
footer .lnb_wrap .lnb_left ul li:last-child:after{
	display:none;
}
footer .lnb_wrap .lnb_left ul li a{
	font-size:16px;
	color:#ccc;
}
footer .foot_cs{
	padding:40px 0 30px;
	display:table;
	width:100%;
}
footer .foot_cs.mob_s{
	display:none;
}
footer .style_box{
	margin:0 -25px;
}
footer .foot_cs > div{
	display:table-cell;
	width:36%;
	padding:0 25px;
}
footer .foot_cs > div.cs_left{
	width:28%;
}
footer .foot_cs > div h2{
	overflow:hidden;
	margin-bottom:30px;
}
footer .foot_cs > div h2 > span{
	font-size:20px;
	letter-spacing:-0.03em;
}
footer .foot_cs > div h2 .cs_pre{
	display:block;
	float:right;
	width:90px;
	background:#465f81;
	border-radius:15px;
	text-align:center;
	padding:5px 0;
}
footer .foot_cs > div h2 .cs_pre span{
	font-size:13px;
	color:#ddd;
}
footer .foot_cs > div.cs_mid h2 .cs_pre img{
	vertical-align:-1px;
}
footer .foot_cs > div.cs_right h2 .cs_pre img{
	vertical-align:1px;
}
footer .foot_cs > div.cs_left .cs_num{
	font-size:32px;
	font-weight:500;
	color:#2577ef;
}
footer .cs_left .cs_info{
	margin:5px 0 10px;
}
footer .cs_left .cs_info span{
	font-size:15px;
	color:#666;
	display:block;
}
footer .cs_left .cs_bank dt{
	font-size:16px;
	color:#555;
}
footer .cs_left .cs_bank dd,
footer .cs_left .cs_bank dd span{
	font-size:15px;
	color:#666;
}
footer .cs_left .cs_bank dd span.font_s{
	font-size:18px;
	color:#555;
}
footer .cs_mid ul li,
footer .cs_right ul li{
	font-size:15px;
	color:#888;
}
footer .cs_mid .mb_s{
	padding-top:20px;
}
footer .real_foot{
	border-top:1px solid #ccc;
	padding:40px 0 30px;
	overflow:hidden;
}
footer .real_foot > div{
	float:left;
}
footer .real_foot .rfoot_left{
	/* width:145px;
	padding-right:17%; */
	width:29%;
}
footer .real_foot .rfoot_right > div{
	margin-bottom:3px;
}
footer .real_foot .rfoot_right > div:nth-child(3){
	margin-bottom:0;
}
footer .real_foot .rfoot_right ul li{
	font-size:15px;
	color:#888;
	display:inline-block;
}
footer .real_foot .rfoot_right ul li:after{
	content:"|";
	display:inline-block;
	font-size:0.8em;
	padding:0 10px;
	vertical-align:2px;	
}
footer .real_foot .rfoot_right ul li:last-child:after{
	display:none;
}
footer .real_foot .rfoot_right > div.copyright{
	color:#888;
	font-size:13px;
	margin-top:15px;
	margin-bottom:0;
}
/*modal_ common의 경우 modal.php 공통요소를 적음*/
.modal_s .modal_top > div{
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.modal_s .modal_top > div:last-child{
	padding-bottom:0;
	border-bottom:0;
}
.modal_s .modal_top > div h2{
	padding-top:35px;
	padding-bottom:15px;
	font-weight:500;
	font-size:24px;
	letter-spacing:-0.06em;
	color:#2577ef;
}
.modal_s .modal_top > div:first-child h2{
	padding-top:0;
}
.modal_s .modal_top > div > div,
.modal_s .modal_top > div ul li{
	font-size:15px;
	color:#555;
}
.modal_s .modal_top > div ul li{
	margin-bottom:5px;
}
.modal_s .modal_top > div ul li:before{
	content:"";
	display:inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d9bea;
    vertical-align: 4px;
    margin-right: 5px;
}
.modal_s .modal_add{
	padding-bottom:15px;
	color:#555;
}
.con_box{
	width:100%;
	height:300px;
	overflow-y:scroll;
	padding:30px 15px;
	border:1px solid #e5e5e5;
	color:#666;
}
.con_box h2{
	font-size:17px;
	font-weight:500;
	padding-bottom:30px;
}
.con_box h3{
	font-size:14px;
	padding-bottom:10px;
}
.con_box > div,
.con_box > ul{
	padding-bottom:30px;
}
.email_box{
	text-align:center;
}
.email_box .email_top{
	margin-bottom:45px;
}
.email_box .email_bot ul li,
.email_box .email_bot ul li span{
	font-size:17px;
	color:#555;
	letter-spacing:-0.03em;
}
.email_box .email_bot ul li{
	margin-bottom:5px;
}
.modal-con.modal6{
	padding-bottom:70px;
}
.modal_precautions ul li{
	overflow:hidden;
	padding-bottom:12px;
}
.modal_precautions ul li div{
	float:left;
}
.modal_precautions ul li div:first-child{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	background:#1d9bea;
	color:#fff;
	font-size:12px;
}
.modal_precautions ul li div:last-child{
	width:calc(100% - 25px);
	padding-left:5px;
	font-size:15px;
	color:#555;
	line-height:1.4;
}
.modal-con.modal_secret2{
	width:550px;
}
.modal_secret2 form ul li{
	padding-bottom:20px;
}
.modal_secret2 form ul li:last-child{
	padding-bottom:0;
}
.modal_secret2 .pw_tit{
	font-size:20px;
	letter-spacing:-0.03em;
	color:#444;
}
.modal_secret2 .pw_input input{
	display:block;
	width:100%;
	height:55px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:0 15px;
}
.modal_secret2 .pw_input::placeholder{
	font-size:15px;
	color:#ccc;
}
.modal_secret2 .pw_bt button,
.my_question.modal_secret2 .pw_bt a{
	display:block;
	height:55px;
	width:100%;
	color:#fff;
	border-radius:5px;
	font-size:18px;
	letter-spacing:-0.03em;
	background:#2577ef;
	border:1px solid #2577ef;
}
.my_question.modal_secret2 .pw_bt{
	overflow:hidden;
}
.my_question.modal_secret2 .pw_bt button{
	width:calc(50% - 5px);	
	float:left;
	background:#aaa;
	border:1px solid #aaa;
	margin-right:5px;
}
.my_question.modal_secret2 .pw_bt a{
	width:calc(50% - 5px);	
	float:left;
	height:auto;
	text-align:center;
	padding:15px 0;
	margin-left:5px;
}
.ad_modal.ad_web.modal-con{
	width:1100px;
}
.ad_modal.ad_mob.modal-con{
	width:610px;
}
.ad_modal.ad_mob.modal-con .close{
	float:right;
	position:absolute;
	right:0;
	top:0;
}
.ad_modal.modal-con .title span{
	border-bottom:0;
}
.ad_modal.modal-con .title{
    border-bottom: 3px solid #2577ef;	
	position:relative;
}
.modal-con .title span.tit_add{
	font-size:16px;
	color:#999;
	padding-left:10px;
}
.modal-con.ad_mob .title span.tit_add{
	padding-left:0;
}
.ad_modal.modal-con .title span.tit_st{
	font-size:13px;
	position:absolute;
	bottom:100%;
	left:0;
	padding:0px 5px;
	display:block;
}
.modal_ad_box{
	position:relative;
}
.modal_ad_box .moad_img{
	width:100%;
}
.modal_ad_box .moad_img img{
	width:100%;
}
.modal_ad_box .moad_txt{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	text-align:center;
	padding:15px 0;
	font-size:16px;
	color:#fff;
	font-weight:300;
	z-index:1;
}
/*index*/
.index_wrap > div{
	margin-bottom:40px;
}
.index_wrap .con01{
	overflow:hidden;
	width:100%;
}
.index_wrap .con01 > div{
	float:left;
	width:33.33%;
}
.index_wrap .con01 .con_m{
	background:#fff;
}
.index_wrap .con01 .con_m > div{
	padding:15px 30px 20px; 
	border:1px solid #e5e5e5;
	border-left:0;
	height:245px; 
}
.sub_tit,.sub_tit span{
	color:#333;
	font-size:22px;
	font-weight:500;
}
.index_wrap .con01 .con_m h2{
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
}
.index_wrap .con01 .con_m h2 a{
	float:right;
}
.index_wrap .con01 .con_m .real_contxt ul li{
	overflow:hidden;	
	padding-bottom:11px;
}
.index_wrap .con01 .con_m .real_contxt ul li:last-child{
	padding-bottom:0;
}
.index_wrap .con01 .con_m .real_contxt ul li a{
	display:block;
	float:left;
	width:calc(100% - 100px);
	overflow:hidden;
	position:relative;
}
.index_wrap .con01 .con_m .real_contxt ul li a > div{
	float:left;
}
.index_wrap .con01 .con_m .real_contxt ul li a > div.qa_ca{
	width:38px;
	text-align:center;
	border:1px solid rgba(27,120,255,0.5);
	font-size:13px;
	color:#2577ef;
	border-radius:30px;
	margin-right:5px;
}
.index_wrap .con01 .con_m .real_contxt ul li a > div.qa_tit{
	width:calc(100% - 45px);
	overflow:hidden;
}
.index_wrap .con01 .con_m .real_contxt ul li a > div.qa_tit > span:first-child{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#555;
	max-width: 170px;
}
.index_wrap .con01 .con_m .real_contxt ul li a > div.qa_tit > span{
	float:left;
}
.index_wrap .con01 .con_m .real_contxt ul li > span{
	float:right;
	width:100px;
	text-align:right;
	color:#bbb;
}
.index_wrap .con01 .con_r{
	background:#fff;
}
.index_wrap .con01 .con_r > div{
	border:1px solid #e5e5e5;
	border-left:0;
	height:245px;
}
.tab_ca ul{
	overflow:hidden;
}
.tab_ca ul li{
	float:left;
	width:50% !important;
	text-align:center;
	border-bottom:1px solid #e5e5e5;	
	border-right:1px solid #e5e5e5;
	margin-right:-1px;
	background:#f8f8f8;
	border-top:1px solid transparent;
}
.tab_ca ul li a{
	display:inline-block !important;
	font-size:20px;
	color:#999;
	letter-spacing:-0.03em;
	padding:15px 0 !important;
}
.tab_ca ul li:last-child,
.tab_s ul li:last-child{
	border-left:1px solid #e5e5e5;
	border-right:0;
}
.tab_ca ul li.on{
	border-bottom:0;
	background:none;
	border-top:1px solid #e5e5e5;
}
.tab_s ul li.on{
	border-bottom:0;
	background:none;
	border-top:1px solid #e5e5e5;
}
.tab_ca ul li.on a,
.tab_s ul li.on a{
	color:#333;
	border-bottom:1px solid #2577ef;
	padding-bottom:15px;
}
.tab_con{
/* 	margin-top:40px; */
}
.ad_wrap{
	margin-top:70px;
}
.tab_con > div{
	display:none;
}
.foot_info .info_top .info_tmb{
	display:block;
}
.tab_con > div.on{
	display:block;
}
.index_wrap .con01 .con_r .tab_con01{
	padding:40px 45px;
	overflow:hidden;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li{
	float:left;
	/* display:inline-block; */
	padding-bottom:20px;
	width: auto !important;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li:nth-child(n+13){
	padding-bottom:0;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li:after{
	content:"";
	width:2px;
	height:2px;
	background:#bbb;
	display:inline-block;
	margin:0 12px;
	vertical-align:4px;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li:nth-child(6n):after{
	display:none;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li a{
	display:inline-block;
	color:#555;
}
.index_wrap .con01 .con_r .tab_con01 .main_tab li a:hover,
.index_wrap .con01 .con_r .tab_con01 .main_tab li a:active,
.index_wrap .con01 .con_r .tab_con01 .main_tab li a:focus{
	color:#2577ef
}
.index_wrap .con01 .con_r .tab_con02{
	padding:11px 45px;
}
.index_wrap .con01 .con_r .tab_con02 li{
	display:table;
	width:100%;
	margin-bottom:5px;
}
.index_wrap .con01 .con_r .tab_con02 li:last-child{
	margin-bottom:0;
}
.index_wrap .con01 .con_r .tab_con02 li > div{
	display:table-cell;
	vertical-align:bottom;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_left{
	width:calc(100% - 55px);
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_left > div:first-child{
	font-weight:500;
	color:#555;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_left > div:last-child{
	font-size:13px;
	color:#999;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right{
	width:55px
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a{
	display:block;
	background:#aaa;
	text-align:center;
	border-radius:5px;
	padding:1px 0;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a span{
	font-size:13px;
	color:#fff;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a img{
	display:inline-block;
	width:8px;
	vertical-align:1px;
}
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a:hover,
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a:active,
.index_wrap .con01 .con_r .tab_con02 li > div.tab_right a:focus{
	background:#1d9bea;
}
/*con01*/
.index_wrap .con02 .con_top{
	/* overflow:hidden; */
	text-align:center;
	padding-bottom:20px;
	position:relative;
}
.index_wrap .con02 .con_top .con_desc{
	/* float:left; */
	position:absolute;
	left:0;
	top:10px;
	font-size:15px;
	color:#555;
	letter-spacing:-0.03em;
}
.index_wrap .con02 .con_top .con_desc:before{
	content: "";
    display: inline-block;
    color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2577ef;
    vertical-align: 3px;
    margin-right: 5px;
}
.index_wrap .con02 .con_top .con_tit{
	display:inline-block;
}
.index_wrap .con02 .con_top .con_link{
	/* float:right; */
	position:absolute;
	right:0;
	top:0;
	width:100px;
}
.index_wrap .con02 .con_top .con_link a{
	display:block;
	border:1px solid #ccc;
	background:#fff;
	border-radius:5px;
	padding:4px 0;
}
.index_wrap .con02 .con_top .con_link a span{
	display:inline-block;
	color:#777;
}
.index_wrap .con02 .con_top .con_link a span:first-child{
	vertical-align:2px;
}
.index_wrap .con02 .con_top .con_link a span:last-child{
	width:15px;
	height:15px;
	border-radius:50%;
	background:#bbb;
}
.index_wrap .con02 .con_top .con_link a span:last-child img{
	vertical-align:4px;
}
.index_wrap .con02 .con_bot{
	margin:-5px;
}
.index_wrap .con02 .con_bot ul:after{
	content:"";
	display:block;
	clear:both;
}
.index_wrap .con02 .con_bot ul li{
	float:left;
	width:20%;
}
.index_wrap .con02 .con_bot ul li a{
	display:block;
	padding:5px;
}
.index_wrap .con02 .con_bot dl{
	border:1px solid #e5e5e5;
	padding:30px 15px 20px;
	letter-spacing:-0.03em;
	background:#fff;
}
.index_wrap .con02 .con_bot dl dt{
	text-align:center;
	font-size:18px;
	color:#2577ef;
	font-weight:500;
	padding-bottom:15px;
}
.index_wrap .con02 .con_bot dl .register_desc{
	font-size:16px;
	color:#444;
	padding-bottom:10px;
}
.index_wrap .con02 .con_bot dl .register_add{
	color:#999;
	padding-bottom:15px;
}
.index_wrap .con02 .con_bot dl .register_bt{
	overflow:hidden;
}
.index_wrap .con02 .con_bot dl .register_bt span,
.register_tit{
	display:block;
	text-align:center;
	border-radius:10px;
	font-size:13px;
}
.index_wrap .con02 .con_bot dl .register_bt span:first-child,
.register_tit{
	float:left;
	width:40px;
	border:1px solid rgba(27,120,255,0.5);
	color:#2577ef;
}
.index_wrap .con02 .con_bot dl .register_bt span:last-child{
	float:right;
	width:70px;
	border:1px solid #ccc;
	color:#999;
}
.index_wrap .con02 .con_bot ul li a:hover dl,
.index_wrap .con02 .con_bot ul li a:active dl,
.index_wrap .con02 .con_bot ul li a:focus dl{
	border:1px solid #2577ef;
}
.index_wrap .con02 .con_bot ul li a:hover .register_bt span:last-child,
.index_wrap .con02 .con_bot ul li a:active .register_bt span:last-child,
.index_wrap .con02 .con_bot ul li a:focus .register_bt span:last-child{
	border:1px solid #2577ef;
	background:#2577ef;
	color:#fff;
}
/*con03*/
.middle_banner.con03{
	background:#1d9bea;
	padding-bottom:0;
	position:relative;
	top:-50px;
}
/*con04*/
.index_wrap .con04{
	margin:0 -45px;
}
.index_wrap .con04,
.board_wrap h2{
	overflow:hidden;
}
.index_wrap .con04 > div{
	float:left;
	width:50%;
}
.index_wrap .con04 > div > div{
	padding:0 45px;
}
.index_wrap .con04 > div h2 a{
	display:block;
	float:right;
	width:80px;
	border:1px solid #ccc;
	text-align:center;
	padding:5px 0;
	border-radius:5px;
}
.index_wrap .con04 > div h2 a span{
	color:#777;
	display:inline-block;
	padding-right:5px;
}
.index_wrap .con04 > div h2 a img{
	vertical-align:0;
}
.index_wrap .con04 .state_box table,
.board_wrap table{
	width:100%;
	margin-top:20px;
}
.index_wrap .con04 .state_box table th,
.board_wrap th{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-size:16px;
	color:#444;
	padding:10px 0;
	display:table-cell;
}
.index_wrap .con04 table td,
.board_wrap td{
	color:#999;	
	text-align:center;
	padding:10px 0;
	display:table-cell;
}
.index_wrap .con04 table tbody tr,
.board_wrap tbody tr{
	border-bottom:1px solid #e5e5e5;
}
.index_wrap .con04 table tbody tr:last-child,
.board_wrap tbody tr:last-child{
	border-bottom:1px solid #bbb;
}
.index_wrap .con04 .state_box table td:first-child,
.board_wrap table td:first-child{
	width:60px;
	text-align:center;
}
.board_wrap table td.ta_w{
	width: 80px;
}
.board_wrap table td.ta_w2{
	width: 100px;
}
.board_wrap table td.ta_w3{
	width: 60px;
}
.index_wrap .con04 .state_box table td:first-child > div,
.board_wrap table td:first-child > div{
	display:inline-block;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
	width: 40px;
    border: 1px solid rgba(27,120,255,0.5);
    color: #2577ef;
}
.index_wrap .con04 table td.td_txt a div:first-child{
	color:#555;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
	/* width:540px; */
}
.index_wrap .con04 table td.td_txt{
	text-align:left;
}
.index_wrap .con04 table td.td_txt a{
	overflow:hidden;
	display:block;
}
.index_wrap .con04 .state_left table td.td_txt a div{
	float:left;
}
.index_wrap .con04 .state_left table td.td_txt a span{
	float:left;
}
.index_wrap .con04 .state_left table td.td_txt a div:first-child{
	max-width:360px;
}
.index_wrap .con04 .state_right table td.td_txt a div,
.board_wrap table td.td_txt a div{
	max-width:185px; 
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.board_wrap table td.td_txt a div{
	max-width:550px;
}
table td.td_txt a div.comment{
	width:auto !important;
}
.board_wrap table td.td_txt a{
	display:block;
}
.index_wrap .con04 .state_right table td.td_txt a,
.board_wrap table td.td_txt a{
	overflow:hidden;
	color:#555;
}
.index_wrap .con04 .state_right table td.td_txt a > *,
.board_wrap table td.td_txt a > *{
	float:left;
}
.index_wrap .con04 .state_right table td.td_txt a div.comment img,
.board_wrap table td.td_txt a div.comment img{
	vertical-align:-2px;
}
.index_wrap .con04 .board_new,
.board_wrap  .board_new{
	margin:2px 3px;
}
/*지역별 업체 검색*/
.index_wrap.area_wrap .con01 > div.con_l{
	width:33.33%;
}
.index_wrap.area_wrap .con01 > div.con_r{
	width:66.67%;
}
.area_wrap .con01 > div.con_r > div,
.layer_wrap .ques_mid .ques_area{
	padding:30px;
/* 	height:183px; */
}
.area_wrap .con01 > div.con_r ul,
.layer_wrap .ques_mid .ques_area ul{
	overflow:hidden;
	margin:-2px;
}
.area_wrap .con01 > div.con_r ul li{
	float:left;
	width:16.666%;
}
.area_wrap .con01 > div.con_r ul li a,
.layer_wrap .ques_mid .ques_area ul li a{
	display:block;
	padding:2px;
}
.area_wrap .con01 > div.con_r ul li a > div,
.layer_wrap .ques_mid .ques_area ul li a > div{
	border:1px solid #e5e5e5;
	padding:10px 20px;
	/* display:table; */
	border-radius:5px;
}
.area_wrap .con01 > div.con_r ul li a > div > div,
.layer_wrap .ques_mid .ques_area a > div > div{
	display:table-cell;
	vertical-align:middle;
}
.area_wrap .con01 > div.con_r .area_img{
	padding-right:10px;
	width:40px;
	text-align:center;
}
.area_wrap .con01 > div.con_r .area_tit{
	width:calc(100% - 150px);
}
.area_wrap .con01 > div.con_r .area_tit span,
.layer_wrap .ques_mid .ques_area .area_tit span{
	display:block;
	text-align:center;
}
.area_wrap .con01 > div.con_r .area_tit .area_name,
.layer_wrap .ques_mid .ques_area .area_tit span{
	color:#555
}
.area_wrap .con01 > div.con_r .area_tit .area_num{
	font-size:13px;
	color:#999;
}
.area_wrap .con01 > div.con_r ul li.on a > div,
.area_wrap .con01 > div.con_r ul li a:hover > div,
.area_wrap .con01 > div.con_r ul li a:focus > div,
.area_wrap .con01 > div.con_r ul li a:active > div,
.layer_wrap .ques_mid .ques_area ul li.on a > div,
.layer_wrap .ques_mid .ques_area ul li a:hover > div,
.layer_wrap .ques_mid .ques_area ul li a:focus > div,
.layer_wrap .ques_mid .ques_area ul li a:active > div{
	border:1px solid #1d9bea;
	background:#1d9bea;
}
.area_wrap .con01 > div.con_r li.on a .area_tit span,
.area_wrap .con01 > div.con_r a:hover .area_tit span,
.area_wrap .con01 > div.con_r a:focus .area_tit span
.area_wrap .con01 > div.con_r a:active .area_tit span,
.layer_wrap .ques_mid .ques_area ul li.on a .area_tit span,
.layer_wrap .ques_mid .ques_area ul li a:hover .area_tit span,
.layer_wrap .ques_mid .ques_area ul li a:focus .area_tit span,
.layer_wrap .ques_mid .ques_area ul li a:active .area_tit span{
	color:#fff;
}
.area_wrap .con01_add{
	margin-top:10px;
}
.area_wrap .con01_add ul{
	display:table;
	width:100%;
	background:#fff;
	border:1px solid #e5e5e5;
}
.area_wrap .con01_add ul li{
	display:table-cell;
	position:relative;
}
.area_wrap .con01_add ul li:after{
	content:"";
	display:block;
	width:1px;
	height:calc(100% - 40px);
	border-right:1px dashed #e5e5e5;
	position:absolute;
	top:20px;
	right:0;
}
.area_wrap .con01_add ul li:last-child:after{
	display:none;
}
.area_wrap .con01_add ul li a{
	display:block;
	margin:20px 0;
	padding:0 20px;
}
.area_wrap .con01_add ul li:last-child a{
	border-right:0;
}
.area_wrap .con01_add ul li h2{
	padding-bottom:5px;
}
.area_wrap .con01_add ul li h2 span:first-child{
	font-size:20px;
	letter-spacing:-0.03em;
	color:#444;
}
.area_wrap .con01_add ul li h2 span:last-child{
	color:#2577ef;
	font-size:15px;
}
.area_wrap .con01_add ul li div{
	font-size:13px;
	color:#999;
}
.area_wrap .con01_add .area_desc{
	text-align:right;
	margin-top:10px;
	color:#777;
	font-size:15px;
}
.area_wrap .con01_add .area_desc img{
	display:inline-block;
	vertical-align:-3px;
	margin-right:5px;
}
.index_wrap .con02 .con_bot ul li a{
	position:relative;
}
.index_wrap .con02 .con_bot ul li.best > a:before{
	content:"";
	position:absolute;  
	left:4px; top:4px;
	display:block; 
	width:55px; 
	height:56px;
	background:url('../images/best_icon.png') center no-repeat;
	background-size:contain;
	z-index:0;
}
.index_wrap .con02 .con_bot ul li.new > a:before{
	content:"";
	position:absolute;  
	left:4px; top:4px;
	display:block; 
	width:55px; 
	height:56px;
	background:url('../images/new_icon.png') center no-repeat;
	background-size:contain;
	z-index:0;
}
.area_wrap .con03{
	background:none;
	border:1px solid #ccc;
	padding:20px 40px 10px;
	background:#fff;
}
.area_wrap .con03 .com_box{
	display:table;
	width:100%;
}
.area_wrap .con03 .com_box  > div{
	display:table-cell;
	vertical-align:middle;
}
.area_wrap .con03 div.search_com_tit ul li,
.area_wrap .con03 div.search_com_tit ul li span{
	letter-spacing:-0.06em;
	font-size:22px;
	color:#444;
}
/* .area_wrap .con03 div.search_com_tit ul li span{
	color:#2577ef;
} */
.area_wrap .con03 div.search_com_num ul{
	float:right;
	display:table;
	width:100%;
	width:450px;
	margin-right:40px;
}
.area_wrap .con03 div.search_com_num ul li{
	display:table-cell;
	width:20%;
	padding:0 4px;
}
.area_wrap .con03 div.search_com_num ul li div{
	text-align:center;
}
.area_wrap .con03 div.search_com_num ul li div:first-child{
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:50%;
	color:#fff;
	margin:0 auto;
}
.area_wrap .con03 div.search_com_num ul li div:last-child{
	color:#555;
	margin-top:10px;
}
.area_wrap .con03 div.search_com_num ul li:first-child div:first-child{
	background:#2455dd;
}
.area_wrap .con03 div.search_com_num ul li:nth-child(2) div:first-child{
	background:#2c6cf8;
}
.area_wrap .con03 div.search_com_num ul li:nth-child(3) div:first-child{
	background:#208eef;
}
.area_wrap .con03 div.search_com_num ul li:nth-child(4) div:first-child{
	background:#17aada;
}
.area_wrap .con03 div.search_com_num ul li:last-child div:first-child{
	background:#0acab1;
}
.area_wrap .con03 div.search_com_icon{
	width:120px;
}
.area_wrap .con03 div.search_com_icon ul li:first-child{
	color:#777;
	padding-bottom:15px;
	padding-left:5px;
}
.index_wrap.area_wrap .con04{
	margin:0;
}
.board_wrap{
	float:none !important;
	width:100% !important;
}
.board_new{
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1d9bea;
    text-align: center;
	float:left;
	margin-left:5px;
	margin-top:2px;
}
.area_mt{
	width:100%;
	border-top:1px solid #999;
	border-bottom:1px solid #bbb;
}
.area_mt tr{
	border-bottom:1px solid #e5e5e5;
}
.area_mt tr:last-child{
	border-bottom:0;
}
.area_mt th{
	width:25%;
	background:#f8f8f8; 
}
.area_mt td{
	width:75%;
}
.area_mt th,.area_mt td{
	font-size:15px;
	color:#555;
	text-align:left;
	padding:20px 30px;
}
.det_c2{
	color:#2577ef !important;
}
/*뷰페이지*/
.area_view > div{
	background:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
}
.area_view > div.view_bot{
	border:0;
	margin:0;
	background:none;
}
.area_view .view_top {
	padding:0 40px;
}
.area_view .view_top h2{
	font-size:28px;
	text-align:center;
	letter-spacing:-0.06em;
	color:#444;
	padding:30px 0;
	border-bottom:1px solid #999;
}
.area_view .view_top .real_view > div{
	padding:35px 0;
	border-bottom:1px solid #bbb;
}
.area_view .view_top .real_view > div:last-child{
	border-bottom:0;
}
.area_view .view_top h3{
	font-size:22px;
	font-weight:500;
	letter-spacing:-0.03em;
	padding-bottom:25px;
}
.view_t {
	width:100%;
}
.view_t th{
	font-size:15px;
	color:#999;
	width:15%;
}
.view_t td{
	font-size:15px;
	color:#555;
	width:85%;
}
.view_t td span{
	font-size:15px;
	color:#555;
}
.view_t td span.view_tel{
	font-weight:600;
}
.view_t td span.view_re{
	display:inline-block;
	padding-left:20px;
	font-weight:500;
}
.view_t th,.view_t td{
	text-align:left;
	padding-bottom:10px;
}
.view_t tr:last-child th,.view_t tr:last-child td{
	padding-bottom:0;
}
.area_view .view_top .sub_view{
	margin-top:40px;
	padding-top:35px;
	border-top:1px solid #e5e5e5;
}
.area_view .view_top .view01{
	position:relative;
}
.area_view .view_top .view01 .view_bt{
	position:absolute;
	top:35px;
	right:0;
}
.area_view .view_top .view01 .view_bt ul li,
.view_wrap .view_list .real_list dl dd:last-child,
.ad_bt{
	display:inline-block;
	border-radius:5px;
}
.area_view .view_top .view01 .view_bt ul li a,
.ad_bt a{
	display:block;
	padding:12px;
}
.area_view .view_top .view01 .view_bt ul li:first-child,
.view_wrap .view_list .real_list dl dd:last-child,
.ad_bt{
	border:1px solid #92bbf7;
	margin-right:5px;
}
.area_view .view_top .view01 .view_bt ul li:last-child{
	border:1px solid #2577ef;
	background:#2577ef;
}
.area_view .view_top .view01 .view_bt ul li:last-child a span,
.view_wrap .view_list .real_list dl dd:last-child a span{
	color:#fff;
}
.area_view .view_top .view01 .view_bt ul li span:last-child,
.view_wrap .view_list .real_list dl dd:last-child span:nth-child(2),
.ad_bt a span:last-child{
	display:inline-block;
	width:15px;
	height:15px;
	text-align:center;
	line-height:15px;
	border-radius:50%;
	margin-left:5px;
}
.area_view .view_top .view01 .view_bt ul li:first-child span:last-child,
.view_wrap .view_list .real_list dl dd:last-child span:nth-child(2),
.ad_bt a span:last-child{
	background:#2577ef;
}
.area_view .view_top .view01 .view_bt ul li:last-child span:last-child{
	background:#fff;
}
.area_view .view_top .view01 .view_bt ul li span:last-child img,
.view_wrap .view_list .real_list dl dd:last-child span:nth-child(2) img,
.ad_bt a span:last-child img{
	vertical-align:2px;
}
.area_view .view_top .view02 .view_txt > div{
	display:table;
	width:100%;
}
.area_view .view_top .view02 .view_txt > div > div{
	display:table-cell;
	width:50%;
}
.area_view .view_top .view02 .view_txt > div.view_tt{
	margin-bottom:35px;
}
.area_view .view_top .view02 h4{
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.03em;
	color:#555;
	padding-bottom:15px;
}
.area_view .view_top .view02 ul li,
.area_view .view_top .view03 ul li{
	font-size:15px;
	color:#777;
	padding-bottom:5px;
}
.area_view .view_top .view02 ul li:last-child,
.area_view .view_top .view03 ul li:last-child{
	padding-bottom:0;
}
.area_view .view_top .view02 ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
	border-radius:50%;
    background: #1d9bea;
    margin-top: 8px;
    margin-right: 5px;
    float: left;	
}
.area_view .view_mid > div{
	padding:15px 20px;
	overflow:hidden;
}
.area_view .view_mid > div > div{
	float:left;
	width:25px;
}
.area_view .view_mid > div > ul{
	float:left;
	width:calc(100% - 25px);
}
.area_view .view_mid ul li{
	font-size:15px;
	color:#888;
	letter-spacing:-0.03em;
}
.area_view .view_mid ul li span{
	color:#555;
}
.area_view > div.view_bot{
	text-align:right;
	padding-top:20px;
}
.area_view > div.view_bot a{
	display:inline-block;
	border:1px solid #bbb;
	width:120px;
	text-align:center;
	font-size:16px;
	letter-spacing:-0.03em;
	color:#888;
	background:#fff;
	border-radius:5px;
	padding:8px 0;
}
/*item_상품별 업체검색*/
.item_wrap .con01 > div.con_r ul li a > div {
	padding:25px 15px;
	display:block;
}
.item_wrap .con01 > div.con_r .area_img{
	width:35px;
}
.item_wrap .con01 > div.con_r .area_tit{
    width: calc(100% - 40px);
}
.text_in{
	line-height:38px;
}
.bsearch_box{
	float:right;
}
.bsearch_box{
	width:300px;
}
.bsearch_box form{
	overflow:hidden;
	border:1px solid #e5e5e5;
	border-radius:5px;
}
.bsearch_box select{
	float:left;
	width:100px;
	border:0;
	height:35px;
	padding:0 15px;
	font-size:14px;
	letter-spacing:-0.025em;
	color:#333;
}
.bsearch_box .input_box{
	float:left;
	width:calc(100% - 100px);
	height:35px;
	border-left:1px solid #e5e5e5;
	overflow:hidden;
	background:#fff;
}
.bsearch_box .input_box input{
	border:0;
	height:35px;
	float:left;
	padding:0 5px;
}
.bsearch_box .input_box button{
	width:30px;
	text-align:left;
	background:#fff;
	border:0;
	box-shadow:none;
	line-height:35px;
}
.bsearch_box .input_box button img{
	vertical-align:middle
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/sel_bt.png) no-repeat 85% 50%;  /* 화살표 모양의 이미지 */
}
/*page_nav*/
.page_nav{
	margin-top:60px;
}
.page_nav ul{
	text-align:center;
}
.page_nav ul li{
	display:inline-block;
	margin-right:5px;
}
.page_nav ul li a{
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:16px;
	border-radius:5px;
	color:#333;
}
.page_nav ul li.first a,
.page_nav ul li.last a{
	width:60px;
	border:1px solid #e5e5e5;
}
.page_nav ul li.pre a,
.page_nav ul li.next a{
	width:50px;
	border:1px solid #e5e5e5;
}
.page_nav ul li.pre{
	margin-right:20px;
}
.page_nav ul li.next{
	margin-left:20px;
}
.page_nav ul li.active a{
	color:#fff;
	background:#2577ef;
}
/*layer*/
.side_con{
	width:1240px;
	/* width:100%; */
	margin:0 auto 60px;
	padding:0 20px;
}
.side_con:after{
	content:"";
	display:block;
	clear:both;
}
.side_con .side_nav{
	float:left;
	width:250px;
	margin-right:50px;
}
.side_con .layer_box{
	float:left;
	width:calc(100% - 300px);
}
.sub_layer .main_bg{
	display:none;
}
.side_con .side_nav .nav_tit{
	border-radius:0;
	padding:20px 0;
	margin-bottom:15px;
}
.side_con .side_nav .nav_tit span{
	display:block;
	text-align:center;
}
.side_con .side_nav .nav_tit span:first-child{
	color:#bbd1fe;
}
.side_con .side_nav .nav_tit span:last-child{
	font-size:30px;
	letter-spacing:-0.06em;
	color:#fff;
}
.nav_menu{
	margin-bottom:60px;
}
.nav_menu ul li{
	border-bottom:1px solid #e5e5e5;
}
.nav_menu ul li a{
	display:block;
	font-size:17px;
	color:#888;
	letter-spacing:-0.03em;
	padding:15px 25px; 
}
.nav_menu ul li.on a{
	color:#444;
	background:#f8f8f8 url(../images/nav_arrow.png)no-repeat; 
	background-position: bottom 50% right 25px;
}
.basic_menu ul{
	border:1px solid #e5e5e5;
}
.basic_menu ul li{
	border-bottom:1px solid #e5e5e5;
}
.basic_menu ul li:last-child{
	border-bottom:0;
}
.basic_menu ul li a{
	display:block;
	padding:20px 25px;
	background:url(../images/arrow_wsc.png)no-repeat;
	background-position: bottom 50% right 25px;
}
.basic_menu ul li a span{
	display:inline-block;
	font-size:17px;
	color:#555;
	letter-spacing:-0.03em;
	padding-left:5px;
}
.basic_menu ul li:last-child a img{
	vertical-align:-2px
}
.layer_tit{
	display:inline-block !important;
	font-size:32px;
	letter-spacing:-0.075em;
	padding-bottom:15px;
	border-bottom:2px solid #2577ef;
	margin-bottom:40px;
}
.layer_wrap .ques_top ul{
	overflow:hidden;
	padding:30px 0;
	background:#fbfbfb;
	border:2px solid #ddd;
}
.layer_wrap .ques_top ul li{
	float:left;
	width:50%;
	position:relative;
	text-align:center;
}
.layer_wrap .ques_top ul li,
.layer_wrap .ques_top ul li span{
	font-size:30px;
	letter-spacing:-0.06em;
	color:#444;
}
.layer_wrap .ques_top ul li:first-child:after{
	content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #e5e5e5;
    position: absolute;
    top: 0px;
    right: 0;
}
.layer_wrap .ques_mid{
	margin:30px 0 60px;
}
.layer_wrap h3.ques_re{
	margin-bottom:10px;
}
.layer_wrap h3.ques_re span{
	font-size:15px;
	letter-spacing:-0.03em;
	color:#777;
}
.layer_wrap .ques_mid .ques_area{
	height:auto;
    border: 1px solid #e5e5e5;
}
.layer_wrap .ques_mid .ques_area ul li{
	float:left;
	width:11.11%;
}
.layer_wrap .ques_mid .ques_area ul li a > div{
	padding:10px;
}
.layer_wrap .ques_mid .ques_area .area_img{
	padding-right:5px;
	width:35px;
	line-height:35px;
}
.layer_wrap .ques_mid .ques_area .area_img img{
	vertical-align:middle;
}
.layer_wrap .ques_mid .ques_area a > div > div{
	width:calc(100% - 40px);
	line-height:35px;
}
.write_bt{
	text-align:right;
}
.write_bt a{
	display:inline-block;
	width:120px;
	font-size:16px;
	color:#fff;
	letter-spacing:-0.03em;
	background:#2577ef;
	padding:10px 0;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
}
.layer_wrap .page_nav{
	margin-top:0;
}
.layer_wrap .use_mid{
	padding:15px 0 30px;
}
.layer_wrap .use_txt{
	border:1px solid #ddd;
	overflow:hidden;
	background:#fbfbfb;
	padding:30px 25px;
}
.layer_wrap .use_txt:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d9bea;
    margin-right: 5px;
	margin-top:7px;
	float:left;
}
.layer_wrap .use_txt ul{
	float:left;
}
.layer_wrap .use_txt ul li,
.layer_wrap .use_txt ul li span{
	font-size:16px;
	color:#555;
}
.layer_wrap .use_bt{
	margin-top:70px;
	text-align:center;
}
.layer_wrap .use_bt a{
	display:inline-block;
	width:300px;
	font-size:18px;
	color:#fff;
	letter-spacing:-0.03em;
	background:#2577ef;
	border-radius:5px;
	padding:15px 0;
}
/*write_box*/
.write_wrap table{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.write_wrap table th,
.write_wrap table th label{
    font-size: 16px;
    color: #444;
/* 	background:#f5f7fa; */
	text-align:left;
}
.write_wrap table th{
    padding:20px;
	width:17%;
}
.write_wrap table td{
	/* padding:0 20px; */
	color:#999;
	vertical-align:middle;
	width:83%;
}
.write_wrap table tr{
	border-bottom:1px solid #e5e5e5;
}
.write_wrap table tr:last-child{
	border-bottom:0;
}
.write_wrap input[type="text"],
.write_wrap input[type="password"],
.write_wrap select{
	width:100%;
	border:1px solid #e5e5e5;
	height:35px;
	padding:0 15px;
	color:#666;
	border-radius:5px;
}
.write_wrap .frm_box{
	width:330px;
	/* width:100%; */
}
.write_wrap .frm_box1{
	width:none;
}
.write_wrap select{
	background-position:95% 50%;
}
.write_wrap .content_box{
	padding:10px 0;
}
.write_wrap textarea{
	width:100%;
	border:1px solid #e5e5e5;
	padding:15px;
	border-radius:5px;
}
.write_wrap .captcha_box{
	overflow:hidden;
}
.write_wrap .captcha_box .captcha_txt{
	width:115px;
	margin-right:5px;
	float:left;
}
.write_wrap .captcha_box input{
	width:calc(100% - 120px);
	float:left;
}
/*이메일*/
.input_email select{
	width:100%;
}
.input_email .email_box,
.input_email .email_box2 > div{
	display:table;
	width:100%;
	/* margin-bottom:10px; */
}
.input_email .email_box2 > div{
	float:left;
	width:50%;
}
.input_email .email_box > div.gol_s,
.input_email .email_box2 > div > div.gol_s{
	width:24px;
	border:0;
	vertical-align:middle;
	text-align:center;
 }
 .input_email .email_box > div,
 .input_email .email_box2 > div > div{
	display:table-cell;
	width:calc(100% - 48px /3);
}
.write_wrap .bt_td{
	overflow:hidden;
}
.write_wrap .bt_td > div{
	float:left;
}
.write_wrap .bt_td > div:last-child{
	margin-left:10px;
	line-height:35px;
	width:calc(100% - 340px);
}
/* .write_wrap .bt_td input{
	padding:0;
} */
.write_wrap .bt_td .button_box{
	font-size:13px;
	color:#999;
	letter-spacing:-0.03em;
}
.write_wrap .bt_td .button_box button{
	height:35px;
	border:1px solid #0acab1;
	width:120px;
	background:#0acab1;
	color:#fff;
	font-size:16px;
	letter-spacing:-0.03em;
	border-radius:5px;
}
.write_wrap .bt_td .button_box1 button{
	background:#1d9bea;
	border:1px solid #1d9bea;
}
.write_wrap .bt_td .button_box img{
	display:inline-block;
	vertical-align:-3px;
	margin:0 5px;
}
/*radio_box*/
.radio_box > div{
	display:table;
	width:100%;
	border:1px solid #e5e5e5;
}
.radio_box > div label{
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	z-index:2;
}
.radio_box > div label:first-child{
	border-right:1px solid #e5e5e5;
}
.radio_box > div label input{
	display:none; 
}
.radio_box > div label span{
	display:block;
	cursor:pointer;
	height:35px;
	line-height:35px;
}
.radio_box input[type="radio"]:checked + span{
	background:#2577ef;
	color:#fff;
}
.write_wrap .indi_box{
	margin-top:30px;
	border:2px solid #e5e5e5;
	padding:30px;
	overflow:hidden;
}
.write_wrap .indi_box > div{
	float:left;
	width:50%;
}
.write_wrap .indi_box .indi_left span{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#444;
}
.write_wrap .indi_box a,
.user_save ul li:last-child a,
.join_box.join_box1 .indi_check ul li a{
    border: solid 1px #bbb;
	display:inline-block;
	width:65px;
    margin-left: 7px;
	font-size:13px;
	color:#999;
	text-align:center;
	border-radius:5px;
	vertical-align:2px;
}
.write_wrap .indi_box li,.write_wrap .indi_box .all_check{
	padding-bottom:5px;
}
.write_wrap .indi_box li:last-child{
	padding-bottom:0;
}
.write_wrap .indi_box .indi_right label{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#555;
}
input[type="checkbox"] {
    display:none;
}
input[type='checkbox']+span{
	display:inline-block;
    width:24px;
    height:24px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/check_off.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + span{
    background:url(../images/check_on.png) left top no-repeat;
}
.write_wrap .write_bt a{
	background:#aaa;
	border:1px solid #aaa;
	margin-right:5px;
}
.write_wrap .write_bt .submit_bt{
	display: inline-block;
    width: 120px;
    font-size: 16px;
    letter-spacing: -0.03em;
    border:1px solid #2577ef;
	color:#fff;
	background:#2577ef;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
	box-shadow:none;
}
/*view*/
.view_wrap .area_wrap{
	margin-bottom:40px;
}
.view_wrap .area_view .view_top h2{
	border-top:1px solid #999;
}
.view_wrap .area_view .view_top{
	padding:0;
	border:0;
	margin-bottom:0;
}
.view_wrap .area_view .view_top .real_view > div:last-child{
	border-bottom:1px solid #bbb;
}
.layer_wrap .view_nav{
	margin-top:60px;
}
.view_wrap .area_view > div.view_bot{
	margin-bottom:60px;
}
.view_wrap .view01 .view_txt{
	overflow:hidden;
	margin:0 -30px;
}
.view_wrap .view01 .view_txt > .table_box{
	float:left;
	width:50%;
	padding:0 30px;
}
.view_wrap .view_t tr{
	border-bottom:1px solid #e5e5e5;
}
.view_wrap .view_t th{
	width: 130px;
	padding-bottom:0 !important;
}
.view_wrap .view_t td{
	width:calc(100% - 130px);
	padding:10px 0;
}
.view_wrap .view_t tr:last-child td{
	padding-bottom:10px;
}
.view_wrap .view_list{
	border:0;
}
.view_wrap .view_list h3{
	font-size:22px;
	letter-spacing:-0.06em;
	color:#444;
	padding:35px 0;
	text-align:center;
}
.view_wrap .view_list .real_list{
	margin:-5px;
}
.view_wrap .view_list .real_list ul{
	overflow:hidden;
}
.view_wrap .view_list .real_list ul li{
	float:left;
	width: 25%;
	padding:5px;
}
.view_wrap .view_list .real_list dl{
	border:1px solid #ddd;
	border-top:1px solid #999;
	padding:15px 0;
	text-align:center;
}
.view_wrap .view_list .real_list dl dt span{
	font-size:17px;
	letter-spacing:-0.03em;
	color:#444;
}
.view_wrap .view_list .real_list dl dt span:last-child{
	display:none;
}
.view_wrap .view_list .real_list dl dd:nth-of-type(1){
	font-size:16px;
	letter-spacing:-0.03em;
	color:#888;
	padding:10px 0;
}
.view_wrap .view_list .real_list dl dd:last-child,
.ad_bt{
	margin-right:0;
}
.view_wrap .view_list .real_list dl dd:last-child > a{
	display:block;
	padding:5px 10px;
}
.view_wrap .view_bot button{
	display: inline-block;
    border: 1px solid #aaa;
    width: 120px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    background: #aaa;
    border-radius: 5px;
    height:40px;
	margin-left:5px;
}
.view_wrap .area_wrap .con03 div.search_com_num ul{
	margin-right:0;
}
.view_wrap .area_wrap .con03 div.search_com_tit ul li:last-child{
	color: #777;
    padding-top: 15px;
	font-size:14px;
}
/*search*/
.search_box{
	padding-bottom:40px;
	margin-bottom:40px;
}
.search_box .search_top{
	background:#fff;
	border:1px solid #e5e5e5;
}
.search_box .search_top{
	margin-bottom:10px;
	padding:0 40px
}
.search_box .search_top > div{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
}
.search_box .search_top > div h3,
.search_box .search_top > div > div{
	float:left;
}
.search_box .search_top > div h3{
	width:150px;
}
.search_box .search_top > div > div{
	width:calc(100% - 150px);
}
.search_box .search_area{
	border-bottom:1px solid #e5e5e5;
}
.search_box .real_search ul li,
.join_check ul li{
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
}
.search_box .real_search ul li label,
.join_check ul li label{
	display:block;
	font-size:15px;
	color:#555;
	border:1px solid #e5e5e5;
	padding:3px 15px;
	border-radius:15px;
}
.search_box .real_search ul li input[type='radio'],
.join_check ul li input[type='radio'],
.search_box .real_search ul li input[type='checkbox'],
.join_check ul li input[type='checkbox']{
	display:none;
}
.search_box .real_search ul li input[type='radio']:checked + label,
.join_check ul li input[type='radio']:checked + label,
.search_box .real_search ul li input[type='checkbox']:checked + label,
.join_check ul li input[type='checkbox']:checked + label{
	background:#1d9bea;
	border:1px solid #1d9bea;
	color:#fff;
}
.search_box .search_bot ul{
	display:table;
	width:100%;
	background:#fff;
}
.search_box .search_bot ul li{
	display:table-cell;
}
.search_box .search_bot ul li.fit_ca{
	width:calc(100% - 345px);
	vertical-align:middle;
	border:1px solid #e5e5e5;
	border-right:0;
}
.search_box .search_bot ul li.fit_ca div{
	height:40px;
	padding:0 20px;
}
.search_box .search_bot ul li.fit_reset{
	width:95px;
	padding:16px 30px 16px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.search_box .search_bot ul li.fit_reset span{
	display:inline-block;
	font-size:16px;
	color:#777;
}
.search_box .search_bot ul li.fit_bt{
	width:250px;
}
.search_box .search_bot ul li.fit_bt button{
	display:block;
	height:60px;
	width:100%;
	background:#2577ef;
	border:1px solid #2577ef;
	color:#fff;
	font-size:20px;
}
.search_box .search_bot ul li.fit_bt button img{
	display:inline-block;
	padding-left:10px;
	vertical-align:0;
}
/*기본 게시판_basic_board*/
/* .basic_board .board_wrap table td.td_txt a div{
	width:400px;
} */
.basic_board .bsub_tit,
.basic_board .bsub_tit span{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#666;
}
.input_file_wrap{
	overflow:hidden;
}
.input_file_wrap .file_txt{
	float:left;
	width:calc(100% - 105px) !important;
	border:0 !important;
}
.input_file_wrap .fake_box{
	position:relative;
	cursor:pointer;
	display:block;
	width:100px;
	height:35px;
	text-align:center;
	float:left;
	margin-right:5px;
}
.input_file_wrap .fake_box img{
	display:inline-block;
	margin-right:3px;
	vertical-align:1px;
}
.input_file_wrap .file_fake{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:35px;
	line-height:35px;
	background:#fcfcfc;
	border:1px solid #999;
	color:#999;
	font-size:16px;
	letter-spacing:-0.03em;
	border-radius:5px;
}
.input_file_wrap input[type="file"]{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	border:0;
	padding:0;
	width:100%;
	height:35px;
	cursor:pointer;
	opacity:0;
	outline:0;
	z-index:1;
}
.qa_state span{
	display:inline-block;
	color:#fff;
	font-size:13px;
	width:40px;
	padding:1px 0;
	text-align:center;
	border-radius:15px;
}
.qa_state span.wait{
	background:#bbbbbb;
}
.qa_state span.complete{
	background:#0acab1;
}
/*view*/
.basic_vboard .board_t{
	width:100%;
	margin-bottom:60px;
}
.basic_vboard .board_t tr{
	border-bottom:1px solid #e5e5e5;
}
.basic_vboard .board_t tr.view_tit{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.basic_vboard .board_t tr.view_content{
	border-bottom:1px solid #bbb;
}
.basic_vboard .board_t th{
	font-size:16px;
	color:#555;
	width:100px;
}
.basic_vboard .board_t td{
	font-size:16px;
	color:#999;
	padding:13px 10px;
}
.basic_vboard .board_t tr.view_tit td{
	font-size:18px;
	color:#555;
	text-align:center;
	padding:18px 0;
}
.basic_vboard .board_t tr.view_content td{
	padding:40px 20px;
}
.basic_vboard .board_t .file_icon img{
	vertical-align:-2px;
	display:inline-block;
	margin-right:5px;
}
.basic_vboard .board_t .view_name{
	width:500px;
}
.basic_vboard .board_re h3{
	font-size:20px;
	color:#444;
	margin-bottom:20px;
}
.basic_vboard .board_re .comment_box{
	border:2px solid #e5e5e5;
	padding:30px;
}
.basic_vboard .board_re .comment_box .comment_t{
	overflow:hidden;
}
.basic_vboard .board_re .comment_box .comment_t > ul{
	float:left;
}
.basic_vboard .board_re .comment_box .comment_bt{
	float:right;
}
.basic_vboard .board_re .comment_box .comment_t ul li{
	display:inline-block;
}
.basic_vboard .board_re .comment_box .com_name{
	font-size:18px;
	color:#555;
	padding-right:15px;
}
.basic_vboard .board_re .comment_box .com_date{
	font-size:15px;
	color:#999;
}
.basic_vboard .board_re .comment_box .comment_bt ul li:first-child{
	margin-right:5px;
}
.basic_vboard .board_re .comment_box .comment_bt ul li a,
.basic_vboard .board_re .comment_box .comment_bt ul li button{
	display:block;
	width:45px;
	font-size:13px;
	border:1px solid #bbb;
	text-align:center;
	border-radius:5px;
}
.basic_vboard .board_re .comment_box .comment_bt ul li a{
		color:#999;
		padding:5px 0;
}
.basic_vboard .board_re .comment_box .comment_bt ul li button{
	background:#bbb;
	color:#fff;
	height:30px;
}
.basic_vboard .board_re .comment_box .comment_m{
	padding-top:20px;
	font-size:15px;
	color:#777;
}
.basic_vboard .board_re .comment_box .comment_m textarea{
	border:0;
	width:100%;
	font-size:15px;
	color:#777;
	padding:0;
	text-align:left;
	height:auto;
}
.basic_vboard .board_bt{
	margin-top:50px;
}
.basic_vboard .board_bt ul{
	text-align:right;
}
.basic_vboard .board_bt ul li{
	display:inline-block;
	margin-right:5px;
}
.basic_vboard .board_bt ul li:last-child{
	margin-right:0;
}
.basic_vboard .board_bt ul li a,
.basic_vboard .board_bt ul li button{
	display:block;
	width:120px;
	font-size:16px;
	letter-spacing:-0.03em;
	text-align:center;
	border-radius:5px;
}
.basic_vboard .board_bt ul li a{
	padding:8px 0;
}
.basic_vboard .board_bt ul li button{
	height:40px;
}
.basic_vboard .board_bt ul li .list_bt{
	color:#bbb;
	border:1px solid #bbb;
}
.basic_vboard .board_bt ul li .del_bt{
	color:#fff;
	border:1px solid #bbb;
	background:#bbb;
}
.basic_vboard .board_bt ul li .modi_bt{
	color:#fff;
	border:1px solid #2577ef;
	background:#2577ef;
}
.board_wrap table td:first-child > div.notic_tit{
	 display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    width: 40px;
    border: 1px solid #1d9bea;
    background:#1d9bea;
	color: #fff;
}
.notic_c td{
	background:#f8f8f8;
}
/*tab_s*/
.tab_s{
	margin-bottom:70px;
}
.tab_s > ul{
	overflow:hidden;
}
.tab_s ul li{
	float:left;
	width:50%;
}
.tab_s ul li a{
	display:block !important;
	border:0;
	background:#f8f8f8;
	font-size:20px;
	letter-spacing:-0.03em;
	color:#999;
	/* border-bottom:1px solid #888; */
/* 	border-left:0; */
	padding:15px 0;
	text-align:center;
}
.tab_s ul li.on a{
	/* border:1px solid #888; */
	border-bottom:0;
	background:#fff;
}
/*faq*/
.cs_faq{
	margin-bottom:100px;
}
.faq_wrap{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	display:none;
}
.faq_wrap.on{
	display:block;
}
.faq_wrap li{
	border-bottom:1px solid #e5e5e5;
}
.faq_wrap li:last-child{
	border-bottom:0;
}
.faq_wrap .faq_box > div{
	display:table;
	width:100%;
	padding:15px 25px;
}
.faq_wrap .faq_box > div > div{
	display:table-cell;
	vertical-align:middle;
}
.faq_wrap .faq_box div.faq_txt div.faq_img{
	vertical-align:top;
}
.faq_wrap .faq_box > div .faq_img{
	width:45px;
}
.faq_wrap .faq_box > div .faq_con{
	width:calc(100% - 45px);
}
.faq_wrap .faq_box .faq_tit{
	padding-right:45px;
	font-size:16px;
	color:#555;
	position:relative;
	cursor:pointer;
}
.faq_wrap .faq_box .faq_tit:after{
	content:"";
	display:inline-block;
	width:16px;
	height:9px;
	background:url(../images/faq_arrow.png)no-repeat center;
	transform:rotateX(-180deg);
	position:absolute;
	right:25px;
	top:20px;
}
.faq_wrap .faq_box .faq_txt{
	background:#f8f8f8;
	padding-bottom:45px;
	font-size:15px;
	color:#777;
	display:none;
}
.faq_wrap .faq_box .faq_tit .faq_con{
	font-size:16px;
	color:#555;
}
.faq_wrap .faq_box .faq_txt .faq_con{
	font-size:15px;
	color:#777;
}
.faq_wrap .faq_box.on .faq_tit{
	border-bottom:1px solid #e5e5e5;
}
.faq_wrap .faq_box.on .faq_tit:after{
	transform:rotateX(0);
}
/* .faq_wrap .faq_box.on .faq_txt{
	display:block;
} */
.cs_info{
	margin:0 -5px;
}
.cs_info ul{
	overflow:hidden;
}
.cs_info ul li{
	float:left;
	width:50%;
	padding:0 5px;
}
.cs_info ul li .box_bg{
	display:block;
	border:2px solid #e5e5e5;
	background:#fbfbfb;
	padding:25px 15px;
}
.cs_info ul li .cs_box{
	/* display:table;
	width:100%; */
	overflow:hidden;
}
.cs_info ul li .cs_box > div{
	/* display:table-cell;
	vertical-align:middle; */
	float:left;
}
.cs_info ul li .cs_box .cs_img{
	width:100px;
	height:100px;
	border:1px solid #e5e5e5;
	border-radius:50%;
	background:#fff;
	text-align:center;
	line-height:100px;
}
.cs_info ul li .cs_box .img_box{
	width:120px;
	border-right:1px dashed #e5e5e5
}
.cs_info ul li .cs_box .cs_img img{
	vertical-align:middle;
}
.cs_info ul li .cs_box .cs_txt{
	width:calc(100% - 120px);
	padding-left:20px;
}
.cs_info ul li .cs_box .cs_txt dt{
	font-size:24px;
	color:#444;
	margin-bottom:15px;
}
.cs_info ul li .cs_box .cs_txt .faq_num dt{
	margin-bottom:0px;
}
.cs_info ul li .cs_box .cs_txt dd,
.cs_info ul li .cs_box .cs_txt dd span{
	font-size:15px;
	color:#888;
}
.cs_info ul li .cs_box .cs_txt dd.cs_num{
	font-size:35px;
	color:#2577ef;
	line-height:1;
}
/*ad*/
.ad_wrap{
	display:none;
}
.ad_wrap.on{
	display:block;
}
.ad_wrap1 .cs_tit{
	font-size:24px;
	font-weight:500;
	letter-spacing:-0.06em;
	color:#444;
	margin-bottom:30px;
}
.ad_wrap1 .ad_txt{
	margin:70px 0 50px;
}
.ad_wrap1 .ad_txt .ad_t{
	margin-bottom:15px;
}
.ad_wrap1 .ad_txt .ad_t span{
	font-size:30px;
	letter-spacing:-0.03em;
	color:#444;
}
.ad_wrap1 .ad_txt .ad_b{
	position:relative;
}
.ad_wrap1 .ad_txt .ad_b ul li{
	font-size:17px;
	color:#777;
}
.ad_wrap1 .ad_txt .ad_b .ad_bt{
	position:absolute;
	right:0;
	top:0;
}
.ad_bt a span{
	font-size:18px;
}
.cs_info ul li .cs_box .ad_dl dd:nth-of-type(1){
	margin-bottom:10px;
}
.cs_info ul li .box_bg.box_h{
	padding-bottom:88px;
}
.info_caution{
	margin-top:30px;
}
.info_caution ul li{
	font-size:16px;
	color:#555;
}
.info_caution ul li:first-child{
	padding-bottom:5px;
}
.info_caution ul li img{
	vertical-align:-2px;
}
/*ad*/
.banner_box .cost_left{
	padding-right:40px;
}
.cost_banner > li{
	padding:70px 0 40px;
	border-bottom:1px solid #e5e5e5;
}
.cost_banner > li:first-child{
	padding-top:0;
}
.cost_banner > li:last-child{
	border-bottom:0;
}
.cost_banner .banner_box{
	display:table;
	width:100%;
}
.cost_banner .banner_box > div{
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.cost_banner .banner_box .cost_left h3{
	font-size:32px;
	font-weight:600;
	letter-spacing:-0.075em;
}
.cost_banner .banner_box .cost_left h3:after{
	content:"";
	display:block;
	width:100px;
	height:1px;
	background:#2577ef;
	margin:40px 0;
}
.cost_banner .banner_box .cost_left dl dt{
	margin-bottom:35px;
	/* display:inline-block; */
	overflow:hidden;
}
.cost_banner .banner_box .cost_left dl dt span:last-child{
	float:right;
}
.cost_banner .banner_box .cost_left dl dt span{
	font-size:28px;
	letter-spacing:-0.03em;
}
.cost_banner .banner_box .cost_left dl dt .pay_small span{
	font-size:23px;
}
.cost_banner .banner_box .cost_left dl dd{
	padding-bottom:15px;
}
.cost_banner .banner_box .cost_left dl dd.pay_desc{
	padding-bottom:0;
}
.cost_banner .banner_box .cost_left dl dd,
.cost_banner .banner_box .cost_left dl dd span,
.cost_banner .banner_box .cost_left dl dd div{
	font-size:15px;
}
.cost_banner .banner_box .cost_left dl dd.font_b,
.cost_banner .banner_box .cost_left dl dd.font_b span,
.cost_banner .banner_box .cost_left dl dd.font_b div{
	font-size:20px;
}
.cost_banner .banner_box .cost_left dl dd.pay_desc,
.cost_banner .banner_box .cost_left dl dd.pay_desc span{
	color:#888;
}
.cost_banner .banner_box .cost_left dl dd span{
	display:block;
}
.cost_banner .cost_pay{
	position:relative;
}
.cost_banner .cost_pay .tit_st{
	position:absolute;
    left: 0;
    bottom: 100%;
}
.tit_st{
	display:inline-block;
	padding:3px 10px;
	color:#fff;
	background:#1d9bea;
	border-radius:5px;
	font-size:13px;
	letter-spacing:0 !important;
}
.cost_banner .cost_right{
	padding-left:10px;
}
.cost_banner .cost_img{
	width:100%;
	position:relative;
	padding-bottom:59.556%;
	border:1px solid #e5e5e5;
}
.cost_banner .cost_img img{
	position:absolute;
	width:100%;
	height:100%;
}
.cost_banner .cost_right .cost_bt{
	margin:10px -5px 0;
}
.cost_banner .cost_right .cost_bt ul{
	overflow:hidden;
}
.cost_banner .cost_right .cost_bt ul li{
	float:left;
	width:50%;
	padding:0 5px;
}
.cost_banner .cost_right .cost_bt ul li a{
	display:block;
	border: 1px solid #92bbf7;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
	color:#2577ef;
	font-size:16px;
}
.cost_banner .cost_right .cost_bt ul li a img{
	display:inline-block;
	width:17px;
	margin-left:8px;
    vertical-align: -2px;
}
/*회사소개*/
.company .company_top img{
	margin:0 auto;
}
/* .company_mid .company_map{
	position:relative;
	padding-bottom:21.02%;
}
.company_mid .company_map > iframe{
	position:absolute;
} */
.company_bot{
	margin:65px -25px 95px;
	overflow:hidden;
}
.company_bot > div{
	float:left;
	width:50%;
	padding:0 25px;
}
.company_bot > div table{
	border-top:1px solid #999;
	width:100%;
}
.company_bot > div table tr{
	border-bottom:1px solid #e5e5e5;
}
.company_bot > div table th{
	width:120px;
	font-size:17px;
	text-align:left;
	padding:20px 0px 20px 20px;
	color:#999;
	vertical-align:top;
}
.company_bot > div table td{
	padding:20px;
}
.company_bot > div table td,
.company_bot > div table td span{
	font-size:17px;
	color:#555;
}
.company_bot > div table td a{
	font-size:17px;
	color:#999;
}
.company_bot > div table td div:first-child{
	padding-bottom:5px;
}
.company_bot .company_r table td div:last-child{
	padding-bottom:37px;
}
/*user*/
.user_wrap{
	margin-top:15px;	
}
.user_box{
	border:1px solid #e5e5e5;
	padding:60px 0 100px;
}
.user_box .user_tit{
	text-align:center;
}
.user_box .user_tit h2{
	margin-bottom:0;
}
.user_box .real_user{
	width:1005px;
	/* width:100%; */
	margin:80px auto 0;
}
.user_box .real_user.mt_0{
	margin-top:0;
}
.user_box .user_bg{
	overflow:hidden;
	margin:0 -50px;
}
.user_box .user_bg > div{
	float:left;
	width:50%;
	padding:0 50px;
}
.user_box form .con01 input{
	margin-bottom:10px;
}
.user_box form .con01 input:last-child{
	margin-bottom:0;
}
.user_box form input{
	height:50px;
	border:1px solid #e5e5e5;
	width:100%;
	border-radius:5px;
	padding:0 20px;
}
.user_box form input::placeholder{
	font-size:15px;
	color:#ccc;
}
.user_save ul:after{
	content:"";
	display:block;
	clear:both;
}
.user_save{
	margin-top:15px;
}
.user_save ul li:first-child{
	float:left;
	margin-top:2px;
}
.user_save ul li:first-child label{
	font-size:16px;
	color:#888;
}
.user_save ul li:last-child{
	float:right;
}
.user_save ul li:last-child a,
.join_box.join_box1 .indi_check ul li a{
	width:auto;
	padding:5px 15px;
}
.user_bt{
	margin-top:25px;
}
.user_bt input,
.user_bt a{
	box-shadow:none;
	border:0 !important;
	color:#fff;
	font-size:20px;
	letter-spacing:-0.03em;
	height:55px !important;
	text-align:center;
}
.user_box .real_user .user_desc{
	font-size:16px;
	letter-spacing:-0.03em;
	color:#888;
	margin:40px 0 60px;
	text-align:center;
}
.user_box h3{
	font-size:24px;
	letter-spacing:-0.03em;
	color:#444;
	margin-bottom:20px;
}
.user_find ul li{
	text-align:center;
}
.user_find ul li:nth-child(2){
	margin:55px 0 60px;
}
.user_find ul li:nth-child(2) div,
.user_find ul li:nth-child(2) div span{
	font-size:22px;
	letter-spacing:-0.03em;
	color:#555;
}
.user_find ul li.home_bt{
	text-align:center;
}
.user_find ul li.home_bt a{
	display:inline-block;
	width:270px;
	padding:14px 0;
	border:1px solid #bbb;
	color:#888;
	font-size:18px;
	letter-spacing:-0.03em;
	border-radius:5px;
}
/*join*/
.join_tab{
	text-align:center;
}
 .join_bt{
	margin:60px auto 0;
}
.join_box,
.join_box .join_bt{
	width:550px;
	width:100%;
	margin:60px auto 0;
}
.join_box.join_box1 .all_check{
	margin-bottom:30px;
}
.join_box.join_box1 .all_check label{
	display:block;
	width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	text-align:center;
	font-size:20px;
	letter-spacing:-0.03em;
	color:#555;
	padding:15px 35px;
	cursor:pointer;
}
.join_box.join_box1 .all_check label i{
	display:inline-block;
	float:left;
	color:#ccc;
	margin-top:3px;
}
.join_box.join_box1 .all_check input[type="checkbox"]:checked + label{
	color:#fff;
	background:#2577ef;
	border:1px solid #2577ef;
}
.join_box.join_box1 .all_check input[type="checkbox"]:checked + label i{
	color:#fff;
}
.join_box.join_box1 .indi_check ul li{
	margin-bottom:20px;
}
.join_box.join_box1 .indi_check ul li:last-child{
	margin-bottom:0;
}
.join_box.join_box1 .indi_check ul li label,
.join_box.join_box1 .indi_check ul li label span{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#777;
}
.join_box.join_box1 .indi_check ul li a{
	float:right;
}
.join_bt ul{
	overflow:hidden;
	margin:0 -5px;
}
.join_bt ul li{
	float:left;
	width:50%;
	padding:0 5px;
}
.join_bt ul li > *{
	display:block;
    border-radius: 5px;
    text-align: center;
	font-size:18px;
	letter-spacing:-0.03em;
	padding:15px 0;
}
.join_bt ul li .next_bt{
		border: 1px solid #2577ef;	
    	background:#2577ef;
    	color:#fff; 
}
.join_bt ul li a.del_bt,
.join_box1 ul li .next_bt{
    border: 1px solid #ccc;	
	color:#888;
	background:#fff;
}
.join_bt ul li .next_bt.on{
    border: 1px solid #2577ef;	
	background:#2577ef;
	color:#fff;
}
.join_bt ul li input{
	display:block;
	width:100%;
	padding:0;
	height:56px
}
.join_box.join_box2{
	width:900px;
}
.join_box2 .user_id{
	font-size:16px;
	font-weight:500;
	color:#2577ef !important;
}
.write_wrap .bt_td .button_box > span{
	display:block;
	line-height:1.6;
	font-size:13px;
}
.join_box2 .write_wrap table th{
	width:20%;
}
.join_box2 .write_wrap table td{
	width:80%;
}
.join_box.join_box2 .input_email.frm_box .email_box.hp_box{
	margin-top:4px;
}
.join_box2 .write_wrap .available .frm_box{
	width:none;
} 
.join_box2 .write_wrap td.add_box{
	padding:12px 0;
}
.join_box2 .write_wrap td.add_box .add_s{
	margin-top:10px;
}
.join_box2 .write_wrap td.add_box .add_s input{
	width:460px;
}
.join_box.join_box2 .join_m h2{
	padding:45px 0 15px;
	font-size:20px;
	letter-spacing:-0.03em;
	color:#555;
}
.join_box.join_box2 th.ad_th{
	vertical-align:top;
}
.join_box.join_box2 .join_ad{
	padding:15px 0;
}
.join_box.join_box2 .join_ad h3{
	font-size:15px;
	color:#555;
	background:#f8f8f8;
	padding:12px 0;
	text-align:center;
}
.join_box.join_box2 .join_ad > div{
	padding-top:20px;
}
.join_box.join_box2 .join_ad h4{
	font-size:17px;
	letter-spacing:-0.03em;
	color:#555;
	margin-bottom:15px;
}
.join_adb{
	padding-bottom:20px;
}
.join_box.join_box2 .join_ad .join_cost{
	border-top:1px solid #e5e5e5;
}
.join_box.join_box2 .join_ad .join_cost ul{
	text-align:right;
}
.join_box.join_box2 .join_ad .join_cost ul li{
	display:inline-block;
	padding-right:20px;
}
.join_box.join_box2 .join_ad .join_cost ul li,
.join_box.join_box2 .join_ad .join_cost ul li span{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#555;
}
.join_box.join_box2 .join_ad .join_cost ul li span.det_c{
	font-size:32px;
}
.join_box3 .join_com{
	text-align:center;
}
.join_box3 .join_com .join_txt,
.join_box3 .join_com .join_txt span{
	padding-top:60px;
	font-size:22px;
	letter-spacing:-0.03em;
	color:#555;
}
/*mypage*/
.mypage_wrap.user_box{
	border:0;
	padding:40px 0 0;
	width:550px;
	margin:0 auto;
}
.mypage_wrap form div{
	margin-bottom:30px;
}
.mypage_wrap h3{
	margin-bottom:15px;
	overflow:hidden;
}
.mypage_wrap form div.mb_0{
	margin-bottom:0;
}
.mypage_wrap form div.mb_0 h3{
	overflow:hidden;
}
.mypage_wrap form div span.pw_answer{
	display:inline-block;
	float:right;
	margin-top:10px;
	font-size:18px;
	letter-spacing:-0.03em;
}
.mypage_wrap .join_box3{
	margin:0 auto;
}
.mypage_wrap .password_complete ul{
	text-align:center;
}
.mypage_wrap .password_complete ul li{
	float:none;
	display:inline-block;
}
.mypage_wrap .mt_0{
	margin-top:40px;
}
.mypage_wrap textarea{
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 5px;
	padding:20px;
}

/*반응형*/
.mob_s{
	display:none !important;
}
.pc_s,.p_img{
	display:block;
}
.m_img,.mob_img{
	display:none;
}
.top_mbt,.tel_pre,.view_re2,.mob_s2{
	display:none !important;
}

/*mobie_menu*/
.mob_menu{
	position:fixed;
	width:300px;
	right:0;
	top:0;
	height:100%;
	background:#fff;
	z-index:999;
	overflow-y:auto;
	display:none;
}
.mob_menu .menu_top{
	overflow:hidden;
	background:#0886d5;
	padding:15px 20px;
}
.mob_menu .menu_top span:first-child{
	font-size:20px;
	font-weight:500;
	color:#fff;
	letter-spacing:-0.06em;
}
.mob_menu .menu_top span:last-child{
	float:right;
    margin-top: 5px;
	cursor:pointer;
}
.mob_menu .menu_top span:last-child img{
	width:18px;
}
.mob_menu .menu_bot{
	padding:25px 20px;
}
.mob_menu .menu_bot .mca_menu > li {
	padding-bottom:20px;
}
.mob_menu .menu_bot .mca_menu > li > div{
	font-size:17px;
	font-weight:500;
	color:#222;
	padding-bottom:5px;
	border-bottom:3px solid #1d9bea
}
.mob_menu .menu_bot .mca_menu > li > div img{
	display:inline-block;
	width:20px;
	vertical-align: -3px;
	margin-right:5px;
}
.mob_menu .menu_bot .msub_menu{
	padding-top:15px;
	overflow:hidden;
}
.mob_menu .menu_bot .msub_menu li{
	float:left;
	width:50%;
	padding-bottom:15px;
}
.mob_menu .menu_bot .msub_menu li.line_s{
	padding-top:15px;
	padding-bottom:0;
	border-top:1px solid #e5e5e5;
}
.mob_menu .menu_bot .msub_menu li.line_s2{
	width:100%;
}
.mob_menu .menu_bot .msub_menu li a{
	font-size:13px;
	letter-spacing:-0.06em;
	color:#333;
}
.mob_menu .menu_bot .msub_menu li:before{
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#aaa;
	vertical-align:2px;
	margin-right:3px;
}
.fix_bg{
	z-index:99;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	display:none;
}
.modal-con img{
	max-width:100%;
}
#m_id.read_c{
	background:#ededed;
}
.txt_valid,.txt_invalid{
	display:none;
}
.pass_wrap.at_invalid .txt_invalid{
	display:block;
	color:#dd2c63;
}
.pass_wrap.at_valid .txt_valid{
	display:block;
	color:#3fb24f;
}
.pass_wrap .button_box{
	margin-left:10px;
	line-height:35px;
	width:auto !important;
}