@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500');

/* user */
.wrap { width:1200px; margin:0 auto; position:relative;clear: both;}

/* 크리스마스 배경 */

#head {
    position: relative;
}

#header_inner {
    text-align: center;
}

#logo {
    text-align: center;
    margin: 30px 0px;
    display: inline-block;
}

#logo a {
    display: inline-block;
}

#top_banner01 {
	display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 30px;
}

#top_banner02 {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 30px;
}

#hd_sch_box {
    position: absolute;
    left: 0;
    top: 70px;
}

#hd_sch {
    float: left;
    border: 1px solid #ddd;
    /* height: 19px; */
    /* background: #333; */
    margin-top: 10px;
    position: relative;
    border-radius: 140px;
}

#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_sch #sch_str {
    padding-left: 5px;
    width: 210px;
    border: 0;
    background: #fff;
    position: relative;
    margin-top: 0px;
    height: 40px;
    float: left;
    margin-left: 20px;
}

#hd_sch #sch_submit {
    border: 0;
    background: #333;
    color: #333;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 11px;
}

#top_navi {
    width: 100%;
    background: #fff;
    height: 35px;
    border-bottom: 1px solid #ddd;
}

.add_menu {
	float:left;
}

.add_menu li {
    float: left;
    margin: 0 10px;
	background:url(../image/main/more.jpg) right center no-repeat;
	padding-right: 20px;
	line-height:35px;
}

.add_menu li.home {
    background: #271717;
    color: #fff;
    padding-right: 0px;
    padding: 0 20px;
}

.add_menu li.home a {
	color:#fff;
	font-weight: 300;
}

ul.top_navi_menu {
    float: right;
    margin-top: 11px;
}

.top_navi_menu li {
    float: left;
    padding: 0 10px;
	background:url('../image/top/top_menu_bg.png') left center no-repeat;
}

.top_navi_menu li:first-child {
	background:none;
}

a.top_review {
    display: inline-block;
    padding: 3px 5px;
    background: #271717;
    color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 11px;
    top: -3px;
}

#top_menu {
    position: relative;
    width: 100%;
    float: left;
    height: 55px;
    background: #ff0033;
    border-top: 0px solid #000;
    border-bottom: 0px solid #ddd;
}

#top_menu ul.top_menu_inner li {
    position: relative;
    float: left;
    width: 14.28%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ff6e8b;
}

#top_menu ul.top_menu_inner li:first-child {
	border-left:1px solid #b51e48;
}

#top_menu ul.top_menu_inner li.all_menu {
    background: #4e0016;
}

#top_menu ul.top_menu_inner li a {
	display: block;
    color: #fff2ce;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

#top_menu ul.top_menu_inner li.all_menu a {
	color:#fff2ce;
	cursor: pointer;
}

.all_menu_box {
    display: none;
    position: absolute;
    left: -1px;
    top: 54px;
    background: #fff;
    width: 100%;
    padding: 20px 20px;
    z-index: 999;
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
}

ul.all_menu_box_inner {
	overflow:hidden;
}

ul.all_menu_box_inner > li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
    min-height: 280px;
}

ul.all_menu_box_inner > li > a {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9c042e;
    color: #9c042e;
    font-size: 15px;
    font-weight: 500;
}

ul.all_menu_box_inner .gnb_2dul li.gnb_2dli {
    float: none;
    width: 100%;
    padding:2px 0px;
    margin: 0px;
}

ul.all_menu_box_inner .gnb_2dul li.gnb_2dli a {
	display: block;
    font-size: 13px;
    letter-spacing: -0.5px;
}

ul.all_menu_box_inner .gnb_2dul li.gnb_2dli a:hover {
	text-decoration: underline;
}

.close {
    position: absolute;
    right: -40px;
    bottom: 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000;
	cursor: pointer;
}

.close span { 
	position:relative;
	display: block;
    width: 30px;
    height: 2px;
	background-color: transparent; 
}

.close span:before, .close span:after { 
	position: absolute;
    content: "";
	background-color: #ffffff;
	width: 20px;
    height: 2px;
}

.close span::before {
	top: 10px;
    left: 10px;
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

.close span::after {
	top: 28px;
    left: 10px;
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

/*사이드 메뉴*/
#side_menu {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    padding-left: 50px;
}

#quick {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
}
#quick li {position:relative}
#quick li button {
	width:50px;
	height:50px;
	border:0;
	background:#fff;
	border:1px solid #ddd;
	border-right:none;
}

#quick li button.btn_sb {
	position: relative;
	background:#fff;
}

#quick li button.btn_sm_on { display:none; }

#quick li button.btn_sb span.menuline {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 1px;
    left: 25%;
    background: #9c042e;
    top: 50%;
}

#quick li button.btn_sb span.menuline:after {
	display: inline-block;
	content: '';
	width: 100%;
    height: 1px;
    background: #9c042e;
	position: absolute;
    top: 8px;
	left:0px;
}

#quick li button.btn_sb span.menuline:before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: #9c042e;
    position: absolute;
    top: -8px;
	left:0px;
}

#quick .qk_tit {display:none;position:absolute;top:12px;right:60px;white-space:pre;padding:0 15px;line-height:30px;background:#8b929c;color:#fff;font-size:0.75em;border-radius:5px}
#quick .qk_tit:after {content:"";position:absolute;top:10px;right:-8px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #8b929c;color:transparent}
#quick li:hover .qk_tit {display:block}

#tabs_con {height:100%;text-align:left}

.side_mn_wr1 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr2 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr3 {display:none;width:230px;overflow-y:auto;height:100%}
.side_mn_wr4 {display:none;width:230px;overflow-y:auto;height:100%}
.btn_sm_on i {color:#fe0032}

.qk_con {
    display: block;
    position: relative;
    width: 220px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
}

.qk_con h2.s_h2 {
    position: relative;
    margin: 0;
    padding: 0px 20px 10px;
    font-weight: 500;
}

.qk_con h2.s_h2 span {
    display: inline-block;
    min-width: 20px;
    padding: 2px 8px;
    border-radius: 30px;
    text-align: center;
    background: #ffefef;
    color: #ff0033;
    font-size: 0.7em;
    font-weight: normal;
    vertical-align: text-bottom;
}
.qk_con_wr {padding:0;height:100%;overflow-y:auto}
.qk_con_wr .btn_side_shop {position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
.qk_con_wr .btn_side_shop span {position:absolute;top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
.qk_con_wr .con_close {
	position:fixed;
	top:0;
	right:220px;
	width:50px;
	height:50px;
	border:0;
	background:none;
	font-size:25px;
	color:#dedede;
}

.qk_con_wr .con_close:hover {
	color:rgba(0,0,0,0.8);
}

.qk_con_wr .side_tnb {
    margin: 0px 20px 20px;
    border-top: 2px solid #000;
}

.qk_con_wr .side_tnb li {
	border-bottom:1px solid #ddd;
}

.qk_con_wr .side_tnb li a {
    display: block;
    line-height: 28px;
    padding: 7px 0;
    padding-left: 10px;
}

.qk_con_wr .side_tnb li:hover a {color:#ff0033}

#category {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#category h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#category ul:after {display:block;visibility:hidden;clear:both;content:""}
#category ul li:nth-child(5n+1) {border-left:0}
#category .cate_li_1 {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#category .cate_li_1_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#fe0032}
#category .cate_li_2 {line-height:2em}
#category .cate_li_2 a {color:#555}
#category .close_btn {position:absolute;top:0;right:0;width:50px;height:50px;background:#fff;color:#b6b9bb;border:0;vertical-align:top;font-size:18px}
#category_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}
#category .no-cate{text-align:center;padding:15px}

#main_contents {
    clear: both;
    width: 100%;
}

#main_vis {
	width:100%;
	height:500px;
	background:#eee;
	position:relative;
}

#main_vis ul li.main_vis01 {background:url('../image/main/main_vis01.jpg') center top no-repeat;}
#main_vis ul li.main_vis02 {background:url('../image/main/main_vis02.jpg') center top no-repeat;}
#main_vis ul li.main_vis03 {background:url('../image/main/main_vis03.jpg') center top no-repeat;}

#bx-pager {
    display: block;
    position: absolute;
    bottom: 20px;
    z-index: 800;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100%;
}

#bx-pager a {
    display: inline-block;
    width: 15px;
    height: 15px;
	margin-right:3px;
	padding: 0px !important;
    background: #fff;
	border-radius:500px;
}

#bx-pager a:hover, #bx-pager a:focus, #bx-pager a.active {
    background: #000;
	color: #fff;
}

#bx-pager a.active {
	width:40px;
    background: #9c042e;
	color: #fff;
}

.main_title {
    margin-bottom: 20px;
    text-align: center;
}

.main_title span.subtitle {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
	font-style: italic;
}

.main_title h2 {
    display: block;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
	letter-spacing: -1px;
	text-align: center;
	color: #000;
}

.main_title h2 span {
    font-size: 32px;
    color: #ff0033;
    font-weight: 500;
}

.main_con02 {
    margin: 25px 0px;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.main_con02.main_con02_02 {
    background: #f4f4f4;
    margin: 0;
    padding: 25px 0;
}

.main_con02 ul {  }

.main_con02 ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.main_con02 ul li .sct_txt {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 16px;
    color: #000;
}

.main_con02 ul li div {
    font-size: 16px;
    color: #000000;
}

.main_con02 ul li a.sct_a img {
    box-sizing: border-box;
}

.owl-nav {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -260px;
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-nav button.owl-prev { left: -40px; background:#fff url('../image/sub/best_arrow_left.png') center center no-repeat; background-size: 8px auto; }
.owl-carousel .owl-nav button.owl-next { right: -45px; background:#fff url('../image/sub/best_arrow_right.png') center center no-repeat; background-size: 8px auto; }

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	display: none;
}

.main_con03 {
    padding: 25px 0px;
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #eee;
}

.main_con04 {
    overflow: hidden;
    margin: 25px 0px;
}

.main_con04_inner01 {
    position: relative;
    margin-bottom: 50px;
}

.main_company_img01 {
    width: 100%;
    text-align: left;
}

.main_company_text01 {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 50%;
    background: #fff;
    padding: 50px;
    line-height: 24px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    word-break: keep-all;
}

.main_company_text01 h3 {
    position: relative;
	padding-bottom: 20px;
    margin-bottom: 20px;
	font-style: italic;
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.main_company_text01 h3::before {
	content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 30px;
    height: 1px;
    background: #000;
}

.main_company_text01 h3 span {
	color:#ff0033;
}

.main_con04_inner h4 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -2px;
}

.main_con04_inner h4 span {
	font-weight: 500;
}

ul.main_con04_list01 {
	overflow:hidden;
}

ul.main_con04_list01 li {
    position: relative;
    float: left;
    width: 23%;
    margin-left: 2%;
    border: 1px solid #ddd;
    text-align: center;
    border-top: 2px solid #ff0033;
}

ul.main_con04_list01 li:first-child {
	margin-left:0px;
}

ul.main_con04_list01 li img {
	max-width:100%;
}

ul.main_con04_list01 li span {
    display: block;
    margin: 20px 0;
	font-weight: 500;
}

.main_con04_inner02 {
    position: relative;
    margin-bottom: 50px;
}

.main_con04_inner03 {
	text-align:center;
}

.main_con04_inner03 p {
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center;
}

ul.main_con04_list02 {
    overflow: hidden;
}

ul.main_con04_list02 li {
    float: left;
    width: 32%;
	text-align: center;
}

ul.main_con04_list02 li:nth-child(2) {
	margin:0 2%;
}

ul.main_con04_list02 li dl dd {
	float: left;
    width: 100%;
}

ul.main_con04_list02 li dl dd:first-child {
	margin-bottom:25px;
}

ul.main_con04_list02 li img {
    max-width: 100%;
}

.main_banner02 .bx-wrapper, .main_banner02 .bx-viewport, .main_banner02 .slider1, .main_banner02 .slider1 .bx-clone {
	height:100px !important;
}

.main_banner02 .bx-wrapper {
	margin:0 auto;
	max-width:1200px !important;
	width:100%;
    margin-bottom: 60px;
}

.main_banner02 .bx-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
	left:auto;
	margin-left: 0px;
}

.main_banner02 .bx-controls-direction {
    width: 100%;
    position: absolute;
    top: 45px;
}

.main_banner02 a.bx-prev {
	background:url('../image/main/main_banner02_left.png') left center no-repeat;
	left:-60px;
}

.main_banner02 a.bx-next, .main_banner02 a.bx-next:hover {
	background:url('../image/main/main_banner02_right.png') left center no-repeat;
	right:-60px;
}

.main_banner02 .bx-wrapper .bx-controls-direction a {
	width:45px;
	height:45px;
}

.main_banner02 .bx-wrapper .bx-pager {
	display:none;
}

.quick {
    position: fixed;
    z-index: 99;
    left: 20px;
    top: 0px;
}

#quickTop ul li {
	margin-bottom: 5px;
}

#quickTop ul li a {
    display: inline-block;
}

/* 하단 레이아웃 */

#ft { clear: both; /* border-top:1px solid #000; */ }
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ft_logo {position:absolute;top:20px;left:0}

#ft_navi {
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	padding:15px 0px;
	background:#fff;
}
#ft_navi ul li {
	float:left;
	margin-right:20px;
}

#ft_navi ul li a {
	font-size:13px;
	color:#000;
}

.customer {
    padding: 30px 0;
    overflow: hidden;
}

.customer_inner > ul {
	overflow: hidden;
}

.customer_inner > ul > li {
    float: left;
	width: 25%;
	min-height: 160px;
    padding: 0 30px;
    background: url(../image/bottom/footer_line.png) left center no-repeat;
}

.customer_inner > ul > li:first-child {
	background:none;
	padding-left:0px;
}

.customer_inner > ul > li:last-child {
	padding-right:0px;
}

.customer_inner > ul > li h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

p.call_num {
	font-family: 'Roboto';
    font-size: 26px;
    font-weight: 600;
    color: #ff3635;
}

.customer_center {
	margin-top:10px;
}

.customer_center dd {
	line-height:20px;
}

p.bank_num {
	font-family: 'Roboto';
    font-size: 26px;
	font-weight: 600;
}

.bank_info {
	margin-top:10px;
}

.bank_info dd {
	line-height:20px;
}

dl.quick_menu {
    overflow: hidden;
	margin-top:20px;
}

.quick_menu dd {
    float: left;
    width: 49%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
}

.quick_menu dd:nth-child(1), .quick_menu dd:nth-child(2) {
	margin-bottom:5px;
}

.quick_menu dd:nth-child(2), .quick_menu dd:nth-child(4) {
	margin-left:2%;
}

.quick_menu dd:hover { background: #eee; }

.quick_menu dd a { display:block; }
.quick_menu dd a:hover {
	display:block;
    text-decoration: underline;
}

#ft_copyright {
	padding: 30px 0;
    text-align: center;
    border-top: 1px solid #ddd;
	letter-spacing: 0.2px;
}

#ft_copyright p {
	margin-top:10px;
	font-size:13px;
	color:#aaa;
}

#ft_copyright a { color:#aaa; }

/* quick_right */

.quick_right {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
	z-index:10;
    width: 230px;
	padding:30px 20px;
	background: #fff;
    border-left: 1px solid #ddd;
}

ul.membermenu_box_inner {
	margin-top:30px;
	border-top:2px solid #000;
}

ul.membermenu_box_inner li {
	padding-left: 10px;
    border-bottom: 1px solid #ddd;
}

ul.membermenu_box_inner li a {
	display:block;
	line-height:45px;
	font-weight: 500;
}

.banner_box {
    /* margin-top: 20px; */
    padding: 15px 15px 0px 15px;
}

.banner_box a { 
	display:block;
	margin:0 0 5px;
}

/* sub */

.sub_bestitem {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0px;
	margin-bottom:30px;
}

.sub_title {
	margin-bottom:30px;
    text-align: center;
}

.sub_title span.sub_stitle {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
	font-style: italic;
}

.sub_title h2 {
    display: block;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
	letter-spacing: -1px;
	text-align: center;
	color: #000;
}

.sub_title h2 span {
    font-size: 32px;
    color: #ff0033;
    font-weight: 500;
}

.md_product_list {
    width: 100% !important;
	overflow:hidden;
}

.md_product {
    width: 100%;
	height: 598px;
    overflow: hidden;
    background: #f4f4f4;
}

.imgList {
    margin: 0 auto;
	width:100% !important;
}

.md_product_list .imgList ul li {
	margin:0 5px;
}

.md_product_list .imgList ul li div {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.md_product_list .imgList ul li div.sct_txt {
	display: block;
    font-size: 13px;
    word-break: keep-all;
	color:#000;
}
 
.md_product_list .imgList ul li a img {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.md_product_list .imgList ul li a span {
	display:block;
	text-align:center;
	color:#000;
	font-size:14px;
	margin-bottom:10px;
}

.md_product_list .btn {
    position: absolute;
    top: 55%;
    width: 100%;
    left: 0;
}

.md_product_list .btn a {
	position: absolute;
	top:0px;
	display:inline-block;
	width:18px;
	height:34px;
}

.md_product_list .btn .prev{
	left:-40px;
    z-index: 99;
	background:url('../image/sub/best_arrow_left.png') center center no-repeat;
}

.md_product_list .btn .next{
	right:-40px;
    z-index: 99;
	background:url('../image/sub/best_arrow_right.png') center center no-repeat;
}

#sub_top {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#sub_top h1 {
	color:#000;
	font-size:40px;
	font-weight: 500;
}

#sub_top h1 span {
	color:#888;
	font-size:16px;
	display:block;
	font-weight:normal;
	font-family: 'notokr-demilight';
}

.sidebar {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar li {
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.sidebar li.over {
    background:#fff;
	border-top:2px solid #000;
}

.sidebar li a {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 45px;
}

.sidebar li.over a {
    color:#000;
}

#container_title {
    display: none;
}

#container {
    position: relative;
    clear: both;
    width: 100%;
	padding-top: 50px;
    padding-bottom: 80px;
}

#sub_page h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

#sub_page.bank h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}

#sub_page p {
    line-height: 24px;
    margin-bottom: 50px;
}

.provision {
	line-height:24px;
}

.company {
    font-size: 15px;
    text-align: center;
    line-height: 26px;
}

img.company_img {
	margin-bottom:30px;
}

.company span.point01 {
    font-family: 'Nanum Myeongjo';
    font-size: 20px;
    font-weight: 700;
    color: #713333;
    margin-bottom: 10px;
    display: block;
}

.company span.sign {
    font-family: 'Nanum Pen Script';
    font-size: 24px;
    /* font-weight: 700; */
    display: block;
    margin-top: 10px;
    color: #000;
}

#sub_page.company h3 {
    text-align: -webkit-auto;
    font-size: 24px;
    margin-top: 50px;
}

.station_wayout {
    border: 1px solid #eee;
    /* padding-bottom: 13px; */
    overflow: hidden;
    margin-top: 20px;
    background: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
}

.tit_findway {
    text-align: left;
    font-weight: 600;
}

.list_wayout li {
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.list_wayout li dl dd {
    float: left;
    width: 75%;
}

.list_wayout li dl dd:first-child {
    width: 25%;
    font-weight: 500;
}

.list_wayout li dl dd span {
    display: inline-block;
	padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    border-radius: 3px;
}

.list_wayout li dl dd span.bus01 { background:#00a8a5; }
.list_wayout li dl dd span.bus02 { background:#ea6850; }
.list_wayout li dl dd span.bus03 { background:#5fb73c; }

.list_wayout li dl dd span.street {
    padding: 0;
    padding-left: 5px;
    margin-left: 5px;
	color: #444;
    border-left: 1px solid #888;
    border-radius: 0px;
    line-height: 12px;
	font-weight: 400;
}

.list_wayout .txt_station {
    float: left;
    margin-right: 6px;
    font-style: normal;
}

.ico_traffic {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(//t1.daumcdn.net/localimg/localimages/07/2017/pc/ico_traffic.png) no-repeat;
    line-height: 999px;
    vertical-align: top;
}

.seoul_line2_small {
    width: 14px;
    height: 14px;
    background-position: -20px 0;
}

.list_wayout .ico_traffic {
    float: left;
    margin: 5px 4px 0 0;
}

.seoul_line6_small {
    width: 14px;
    height: 14px;
    background-position: -100px 0;
}

.list_wayout .ico_traffic {
    float: left;
    margin: 5px 4px 0 0;
}

.seoul_line5_small {
    width: 14px;
    height: 14px;
    background-position: -80px 0;
}

.seoul_line4_small {
    width: 14px;
    height: 14px;
    background-position: -60px 0;
}

.bg_bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #e5e5e5;
    vertical-align: top;
    text-indent: -9999px;
}

.list_wayout .bg_bar {
    float: left;
    margin: 6px 6px 0 4px;
    background: #ddd;
}

.list_wayout .num_wayout {
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.list_wayout .txt_walk {
    color: #fa5309;
}

.list_wayout .num_wayout {
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.bank ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}

.bank ul li span {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}

.clothes {
	text-align:center;
}

.sub06_01_img {
    margin-bottom: 50px;
	text-align: center;
}

.sub06_01_img ul {
	width:100%;
	overflow:hidden;
}

.sub06_01_img ul li {
    float: left;
    width: 31.33333%;
    margin: 1%;
    min-height: 200px;
	text-align:center;
}

.sub06_01_img ul li.w25 {
    width: 23%;
    margin: 1%;
}

.sub06_01_img ul li img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.sub06_01_img ul li span {
    display: inline-block;
    text-align: center;
    background: #392121;
    border-radius: 500px;
    padding: 3px 20px;
    color: #fff;
}

#sub_page.jasu h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

#sub_page.jasu p {
    text-align: center;
    background: #f4f4f4;
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    box-sizing: border-box;
	word-break: keep-all;
}

/* 게시판 - 검색 */

#bo_sch {
    margin-bottom: 10px;
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
    padding: 20px 0px;
}

#bo_sch select {
    height: 35px;
    border-radius: 0px;
    border: 1px solid #ddd;
}

#bo_sch .frm_input {
    height: 35px;
	border: 1px solid #ddd;
}

fieldset#bo_sch .btn_submit {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
}