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

*, *:after, *:before{
	box-sizing:border-box;
}
img{
	max-width:100%;
}
body{
	min-width:1260px;
	font-family:'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', sans-serif;
	color: #777;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], textarea{
	border: 1px solid #dedede;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"]{
	padding: 0 3px;
	height: 34px;
}
.banner-wrap{
	background-color: #f1efec;
	/* border-bottom: 3px solid #000; */
}
/*
.banner-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/common/line_header_banner.png) center left repeat;
}
*/
.inner-banner{
		width: 1260px;
		margin: 0 auto;
		position: relative;
}
.inner-banner .btn-close{
	position: absolute;
	top: 48px;
	right: 17px;
	background-color: transparent;
	border: none;
}
#header-wrap{
	position: relative;
}
#header-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	width: 100%;
	background-color: #fcfcfc;
	border-bottom: 1px solid #ededed;
}
#header{
	width: 1260px;
	height: 175px;
	margin: 0 auto;
	position: relative;
}
#header h1{
	padding-top: 75px;
	float:left;
}
.util-1, .util-2, .util-3{
	position: absolute;
	top: 0;
}
.util-1 li, .util-2 li, .util-3 li{
	float: left;
	height: 35px;
	line-height: 35px;
}
.util-1{
	left: 22px;
}
.util-1 a{
	display: block;
	height: 100%;
	padding: 0 18px;
	border-right: 1px solid #ededed;
}
.util-1 li:first-child a{
	background-color: #fff;
	border-left: 1px solid #ededed;
}
.util-2{
	width:100%;
}

.util-3{
	left: auto;
	right: 28px;
}
.util-3 li:first-child{
	margin-right: 4px;
}

.header-catagory a{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 48px;
	background: url('/images/common/cate_open.jpg') 0 0 no-repeat #424242;;
	text-indent: -9999px;
}
.header-catagory a.on{
	background: url('/images/common/cate_close.jpg') 0 0 no-repeat #424242;;
}
#header-all-catagory{
	position: absolute;
	left: 0;
	top: 50px;
	width: 1260px;
	padding: 15px;
	z-index: 9999;
	background-color: #fff;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
    border-top: 0;
}
#header-all-catagory li a, #header-all-catagory h2 a{
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
}
#header-all-catagory > div{
	width:25%;
	float: left;
	padding:10px;
}
#header-all-catagory > div:first-child + div + div + div + div{
	clear: both;
	width: 25%;
}
#header-all-catagory > div:first-child + div + div + div + div div{
	overflow: hidden;
}
#header-all-catagory > div:first-child + div + div + div + div div ul{
	float: left;
	width: 25%;
}
#header-all-catagory h2 a{
	color: #1b1b1b;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	font-weight: 600;
}
#header-all-catagory > div:hover h2 a {border-bottom: 1px solid #424242;}
#header-search-f {border: 1px solid #d1cdc6;}

#sch-keyword{
	width: 150px;
	margin-left: 1px;
	margin-right: 10px;
	border:0;
	outline:none;
	padding-left:10px;
}

#gnb{
	position: absolute;
	left: 100px;
	bottom: 0;
	z-index: 1;
}
#gnb > ul > li {
	float: left;
	position: relative;
	padding:7px 0;
}

#gnb > ul > li:after {
	content: '';
    position: absolute;
    width: 1px;
    height: 23px;
    background: #fff;
    top: 15px;
    right: -30px; }

#gnb > ul > li:last-child:after {display:none}

#gnb > ul > li > a{
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 20px;
}
#gnb > ul > li > a:hover, #gnb > ul > li > a:focus, #gnb > ul > li > a.on{
	color: #006600;
	font-weight:700;
}
#gnb > ul > li > a.on + ul, #gnb > ul > li > a.on + div{
	display: block;
}
#gnb ul > li:first-child{
	margin-left: -10px;
}
#gnb > ul > li:first-child + li {
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li{
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li:first-child + li + li + li + li + li + li + li{ 
	margin-left: 60px;
}
#gnb > ul > li > ul, #gnb > ul > li > div{
	display: none;
	position: absolute;
	left: 50%;
	top: 54px;
	width: 160px;
	background-color: #fff;
	margin-left: -80px;
	border: 1px solid #ccc;
	border-top: none;
}
#gnb > ul > li.m5 > div > ul:first-child{
	border-left: none;
}
#gnb > ul > li.m5 > div > ul{
	border-left: 1px solid #ddd;
}
#gnb > ul > li.m5 > div > ul > li{
	border-top: 1px solid #ddd;
}
#gnb > ul > li > ul > li{border-top: 1px solid #ddd;}
#gnb > ul > li > ul > li:first-child{border: none;}
#gnb > ul > li > ul a, #gnb > ul > li > div a{ 
	display: block;
	height: 33px;
	line-height: 33px;
	padding:0 15px;
}
#header-all-catagory a:hover, #header-all-catagory a:focus, #gnb > ul > li > ul a:hover, #gnb > ul > li > div a:hover,#gnb > ul > li > ul a:focus, #gnb > ul > li > div a:focus{
	font-weight: 600;
	color: #1b1b1b;
}
#gnb > ul > li > div {
	width:600px;
	margin-left:-300px;
}

#gnb > ul > li > div ul{
	float: left;
	width: 25%;
}
#gnb > ul > li > div ul{
	min-height:344px;
}
#container{
	width: 1260px;
	margin: 0 auto;
	padding: 0 18px 30px;
}
#footer-wrap{
	border-top: 2px solid #000;
}
.footer-top{
	width: 1260px;
	margin: 0 auto;
	position: relative;
	height: 290px;
}
.footer-top div{
	position: relative;
	height: 245px;
	float: left;
	padding: 40px 0 0 0;
}
.footer-top div ~ div:after{
		content: "";
		position: absolute;
		left: 0;
		top: 35px;
		height:215px;
		border-left: 1px solid #dbdbdb;
}
.footer-top div h3{
	color: #464646;
	font-weight: 900;
	font-size: 17px;
	margin-bottom: 30px;
	font-family: "Nanum Gothic";
}
.footer-top .banking-info{
	font-size:16px;
	color: #333;
	margin: 0 0 0 83px;
    padding: 40px 83px 0;
}
.footer-top .community-wrap {padding-left:91px;}
.footer-top .banking-info img{
	margin-right: 10px;
}
.footer-top .banking-info p {margin-bottom: 15px; line-height:30px;}
.footer-top .banking-info p span {font-size:13px;}
.footer-top .community-wrap .comm_ul{
	float: left;
}
.footer-top .community-wrap .comm_ul li{
	float: left;
	margin-left: 10px;
}
.footer-top .community-wrap .comm_ul li:first-child{
	margin-left: 0;
}

.footer-top .question {
	position: absolute;
	right: 80px;
	top: 165px;
}
.footer-top .question li{
	float: left;
}
.footer-top .question a{
	display: inline-block;
	width: 140px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: url(../images/common/footer_ico_arrow_1.gif) 113px 15px no-repeat;
}
.footer-bottom{
	position: relative;
}
.footer-bottom:after{
	content: "";
	height: 41px;
	width: 100%;;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333;
}
.footer-bottom-inner{
	width: 1260px;
	margin: 0 auto;
	position: relative;
}
.footer-bottom-inner .bottom-menu {position: relative; z-index: 1; display: table; margin: 0 auto;}
.footer-bottom-inner .bottom-menu li {
	float: left;
	height: 41px;
	line-height: 41px;
	padding-right:40px;
	margin-right:40px;
	position:relative;

}

.footer-bottom-inner .bottom-menu li:after {content:''; position:absolute; top:15px; right:0; width:1px; height:12px; background:#e5e5e5;}
.footer-bottom-inner .bottom-menu li:last-child:after {display:none;}
.footer-bottom-inner .bottom-menu li a{
	color: #fff; font-size:13px;
}
.footer-logo {
	float:left;
	margin-right:50px;
}
.footer-bottom-inner address, .footer-bottom-inner .copyright{
	color: #333;
	line-height: 24px;
	font-size:13px;
}
.footer-bottom-inner .address{
	float:left;
}
.footer-bottom-inner address span{
	margin-left: 50px;
}
.footer-bottom-inner .copyright span{
	color: #ff3333;
}


/*서브페이지*/
#container .pos {
  text-align: right;
  padding: 21px 0 30px 0;
  border-bottom:1px solid #ccc;
  margin-bottom:30px;
}
.pos a {
  font-size: 13px;
  color: #666;
}


/* 퀵메뉴 */
.quickmenu {width: 76px;height: 502px;position: fixed;right: 0;top: 230px;z-index: 100;}

.quickmenu ul .tc_quick {float:left; text-align:center; width:100%; background:#d70135; color:#fff; font-size:13px; height:60px; border-top:1px solid #ea0643; border-bottom:1px solid #c0002f; }
.quickmenu ul .tc_quick a {color:#fff;}
.quickmenu ul .tc_quick p {padding-top:3px;}
.quickmenu>ul>.m0{border: 0; height:27px;background:#2d2944; color:#fff; text-align: center; line-height: 27px; font-size: 13px; font-weight: bold;}
.cart-count{display: inline-block;width: 20px;height: 15px;position: absolute;right: 15px;top: 101px;color: #000;font-weight: bold;text-align: center;}
.recent {float: left; width: 100%;}
.recent_p {text-align:center; color:#333; padding:10px 0 0 0;}
.recent_btn_w {float: left; width: 100%;}
/*.recent>p{height: 30px;text-indent: -9999px;background: url(../images/common/quickmenu.png) 0 -310px no-repeat;}*/
.recent>.recent-product {}
.recent>.prev, .recent>.next {width: 15px;height: 15px;position: absolute;left: 21px;bottom: 2px;border: none;background: none;text-indent: -9999px;background: url(../images/common/quickmenu_old.png) -21px -396px no-repeat;}
.recent>.next {left: auto;right: 20px;background-position-x: -40px;-ms-background-position-x: -40px;}

.footer_info_txt {font-size: 14px; color: #333; margin-top:15px;}
.footer_info_txt2 {font-size: 18px; color: #333; margin-top: 15px; font-weight: 600;}
.footer_info_txt3 {text-align: right; font-size: 18px; padding: 15px 55px 0 0;}
.comm_ul_bt {float:left; clear:both; padding: 20px 0 0 0;}
.comm_ul_bt li {float:left; width:128px; height:35px; line-height:35px; border:1px solid #ccc; margin-left:-1px; text-align:center;}
.comm_ul_bt li span {margin-left:20px; font-weight:bold;}
.footer-bt-box {float:left; width:100%; margin:55px 0;}


/*20180703 custom*/
.jbMenu {text-align: center; background-color: #fff; width: 100%; border-top: 1px solid #e2e2e2; border-bottom:2px solid #424242;}
.jbFixed {position: fixed; top: 0px; z-index: 9999;}
.hd_right_deli {float:right; padding-top: 82px;}
.tc_hd_gnb {height:51px; line-height:50px;}
.tc_hd_gnb .tc_hd_gnb_li {float:left; font-size:16px; color:#333; padding-left: 43px;}
.tc_hd_gnb .tc_hd_gnb_li a {color:#333;}
.tc_tail_center {}
.tc_han_menu_box {float:right;}
.tc_maincs_box {width:100%;}
.tc_han_wrap {position:relative;}
.tc_han_wrap:after {content:''; display:block; clear:both;}
.tc_main_gnb {float:left; width:257px;}
.tc_main_right_cont {float:left;}
.tc_main_gnb_list {font-size: 16px; font-weight: 600; letter-spacing: -0.5px; border-bottom: 1px dashed #ccc; padding: 5px 0 10px 10px; margin: 5px 0 5px 0;}
.tc_main_gnb_list a {display:block; color:#cc3300;}
.tc_main_gnb_list_cont {color: #333; font-size: 15px; line-height: 26px; padding: 4px 0 4px 10px;}
.tc_main_gnb .tc_main_gnb_list_top {border-top:1px solid #ccc; margin: 0 0 5px 0; padding:11px 0 9px 10px;}
.tc_main_gnb .tc_main_gnb_list_bt {border-bottom:1px solid #ccc; padding: 4px 0 5px 10px;}
.tc_main_slide_box {}
.tc_main_slide_bt_banner {float:left; width:100%; margin-top:20px;}
.tc_main_slide_bt1 {float:left; width:481px; height:192px; border:1px solid #ccc; position:relative; background:url('/theme/basic/img/banner_01.png') no-repeat #fff; margin-right:20px;}
.tc_main_slide_bt2 {float:left; width:481px; height:192px; border:1px solid #ccc; position:relative; background:url('/theme/basic/img/banner_02.png') no-repeat #fff}
.tc_main_banner_more {position: absolute; z-index: 99; right: 25px; bottom: 20px; width: 140px; text-align: center; color: #fff; font-size: 16px; padding: 4px 0; background: #2b2020; border: 3px solid #4a4949; border-radius: 25px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.tc_main_banner_more:hover {background:#fff; color:#333; font-weight:bold;}
.tc_main_slide_bt1_txt {color: #ff3300; font-size: 23px; position: absolute; top: 18px; right: 35px; line-height: 32px; font-weight: bold; letter-spacing: -1px;}
.tc_main_slide_bt1_txt span {font-size:30px; color:#333;}
.tc_main_slide_bt2_txt {color: #ff3300; font-size: 23px; position: absolute; top: 65px; left: 35px; line-height: 32px; font-weight: bold; letter-spacing: -1px;}
.tc_main_slide_bt2_txt span {font-size:30px; color:#333;}
.tc_main_slide_bt2_txt2 {font-family: 'Noto Sans KR'; color: #f53a66; font-size: 30px; letter-spacing: -2px; position: absolute; top: 15px; left: 35px; font-weight: bold; text-shadow: #4c4c4c 1px 1px 2px;}
.tc_maincs_2nd_box {padding: 30px 0 17px 0; background:#fff; width:100%; float:left;}
.tc_main_2nd_cont {position:relative; float:left; width:403px; height:445px; border:7px solid #ccc;}
.tc_main_2nd_cont_a {float:left; width:837px; margin-left:20px;}
.tc_main_2nd_cont_a div:nth-child(2n) {margin-right:0;}
.tc_main_2nd_cont_a_list {position:relative; float:left; border:7px solid #ccc; margin:0 13px 13px 0;}
.tc_main_2nd_cont_more {background:url('/theme/basic/img/banner_more.png') no-repeat; width: 219px; height: 49px; line-height: 49px; text-align: center; color: #000; font-size: 17px; font-weight: bold; position: absolute; bottom: 18px; left: 0; right: 0; margin: 0 auto;}
.tc_main_2nd_cont_a_more {background:url('/theme/basic/img/banner_more.png') no-repeat; width: 219px; height: 49px; line-height: 49px; text-align: center; color: #000; font-size: 17px; font-weight: bold; position: absolute; bottom: 10px; right: 10px;}
.footer_info_b {font-size:24px; color:#333; letter-spacing:-1px; margin-bottom:5px; line-height:30px;}
#top_btn {outline:none; position: absolute; top: 0; right: 0; width: 75px;  height: 40px; line-height: 36px; border: 0; color: #fff; text-align: center; font-size: 15px; z-index: 90; background: #000000; font-family: inherit;}
.tc_subpage_box {margin:30px 0;}
.tc_subpage_cont {width: 1260px; margin: 30px auto 0;}
.tc_subpage_cont:after {content:''; display:block; clear:both;}
.tc_subpage_gnb {float:left; width:257px;}
.tc_subpage_gnb_add_bank {float:left; margin-top:10px; width:257px; border:3px solid #ccc;}
.tc_subpage_gnb_add_bank_a {text-align:center; padding:20px 10px 0 10px;}
.tc_sp_bank_s1 {color: #666; font-size: 22px; display: inline-block; margin: 0 0 0 5px; font-weight: bold; letter-spacing:-1px; font-family: 'Noto Sans KR';}
.tc_sp_bank_p1 {font-size: 30px; color: #333; font-weight: bold;}
.tc_sp_bank_p2 {font-size:18px; color:#333; text-align:left; margin-left:18px;}
.tc_sp_bank_p3 {font-size:13px; color:#333; margin: 5px 0;}
.tc_sp_bank_p4 {font-size:13px;}
.tc_sp_bank_p5 {font-size: 20px; font-weight: bold; font-family: 'Noto Sans KR'; color: #666; letter-spacing: -1px; margin:8px 0;}
.tc_sp_bank_p6 {}
.tc_sp_bank_p6 span {font-size: 14px; color: #333; margin: 0 0 0 10px;}
.tc_sp_bank_p7 {font-size: 20px; color: #333;}
.tc_subpage_gnb_add_bank_b {margin: 5px; background: #676767; color: #fff; padding: 7px 0 7px 10px;}
.tc_subpage_gnb_add_banner1 {position:relative; float:left; margin-top:10px; width:257px; height:109px; border:1px solid #ccc; background:url('/theme/basic/img/sub_01.jpg') no-repeat;}
.tc_subpage_gnb_add_banner1 p {color: #ff3300; font-size: 15px; line-height: 18px; font-weight: bold; position: absolute; top:27px; left:14px;}
.tc_subpage_gnb_add_banner1 p span {color:#333; font-size:17px;}
.tc_subpage_gnb_add_banner2 {position:relative; float:left; margin-top:10px; width:257px; height:109px; border:1px solid #ccc; background:url('/theme/basic/img/sub_02.jpg') no-repeat;}
.tc_subpage_gnb_add_banner2 p {color: #ff3300; font-size: 15px; line-height: 18px; font-weight: bold; position: absolute; top:33px; right:22px;}
.tc_subpage_gnb_add_banner2 p span {color:#333; font-size:17px;}
.tc_subpage_gnb_add_banner3 {position:relative; float:left; width:257px; border:1px solid #ccc; margin-top:10px;}
.tc_subpage_gnb_add_banner3 p {position: absolute; top: 10px; left: 10px; font-size: 16px; color: #333; font-weight: bold; line-height: 20px;}
.tc_subpage_cont_top_bg {width: 100%; display: inline-block; margin: 0px;}
.menu_on {position:relative;}
.menu_on:hover .menu_block {display:block; position: absolute; background: #fff; z-index: 99999; border: 1px solid #ccc; border-top: 0; width:145px; left:50%; margin-left:-51.5px;}
.menu_block {display:none;}
.menu_block li {float:left; width:100%; border-bottom: 1px solid #ccc;}
.menu_on .menu_block li a {display:block; color:#666; font-size:14px; text-align:center;}
.menu_on .menu_block li a:hover {color:#000;}
.tc_hd_sch_btn {border: 0; background: #fff; font-size: 20px; color: #d4cfc5; width: 36px; height: 36px;}
.tc_item_gbtn .sit_icon img {margin-right:5px;}
.btn_add_c {width:130px; height:34px; font-size:14px; font-family:inherit;}
#sod_frm_taker .add_baes {line-height: 34px; text-align: center; font-size: 14px;}
#device_change {float: right; color: #fff; padding: 5px 12px; background: #777; font-size: 15px;}
.tc_footer_certi {margin-top:30px;}
.tc_footer_certi img {margin-right:30px;}

/*20180909 tc*/
.tc_sp_sns {display: table; margin: 10px auto;}
.tc_sp_sns:after {content:''; display:block; clear:both;}
.tc_sp_sns li {float:left; margin-right:10px;}
.tc_sp_sns li img {width:35px; height:auto;}
.tc_sp_sns_kkoline {text-align:left; color:#000;}

/*dodopop new*/
#dd_top_banner {width:100%; background:#87ccca;}
.dd_ba_close {outline:none; color: #fff; position: absolute; font-size: 36px; border: 0; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: transparent; font-weight: 500; font-family:'Nanum Gothic';}
.tc_wrap {width:1260px; margin:0 auto; position:relative;}
.tc_wrap:after {content:''; display:block; clear:both;}
.dd_hd_top_left {float:left;}
.dd_hd_top_left li {padding:0 12px; border-right:1px solid #ededed;}
.dd_hd_top_left li:first-child {background:#fff; border-left:1px solid #ededed;}
.dd_hd_top_right {float:right;}
.dd_hd_top_right li {padding:0 12px; position:relative;}
.dd_hd_top_right li:after {content:''; position:absolute; width:1px; height:10px; background:#ededed; right:0; top:12px;}
.dd_hd_top_right li:last-child:after {display:none;}
.dd_cen_logo {position:absolute; top:55px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.header-catagory {position:relative;}
.dd_allcate_sub {float:left;}

#main_bn .owl-prev{position:absolute;top:50%;left:0;z-index:9;margin-top:-35px;;width:50px;height:70px;background:url('img/pv_btn_3.png') no-repeat 50% 50%;text-indent:-999px;overflow:hidden;opacity:0.5}
#main_bn .owl-next{position:absolute;top:50%;right:0;z-index:9;margin-top:-35px;width:50px;height:70px;background:url('img/nx_btn_3.png') no-repeat 50% 50%;text-indent:-999px;overflow:hidden;opacity:0.5}
#main_bn .owl-next:hover,#main_bn .owl-prev:hover{opacity:1}
#main_bn .owl-pagination{z-index:10;position:absolute;bottom:10px;text-align:center;width:100%}
#main_bn .owl-page{width:40px;height:4px;background:#fff;display:inline-block;margin:3px;}
#main_bn .active{background:#333}

.dd_mid_mbox {background:#fbfbfb; padding:35px 0;}
.dd_mid_mbox:after {content:''; display:block; clear:both;}
.dd_mid_bg {float:left; border:1px solid #ccc; width:389px; height:304px; color:#333; font-size:27px; padding: 20px 30px 0 20px;}
.dd_mid_bg2 {float:left; border:1px solid #ccc; width:288px; height:304px; color:#333; font-size:27px; padding: 20px 30px 0 20px; margin-top: 36px;}
.dd_mid_mbox_1 {background:url('/images/common/dd_bn_1.jpg') no-repeat #f1f2f6 right 70px;}
.dd_mid_mbox_2 {background:url('/images/common/dd_bn_2.jpg') no-repeat #f1f2f6 85px bottom; margin:0 46px;}
.dd_mid_mbox_3 {background:url('/images/common/dd_bn_3.jpg') no-repeat #f1f2f6 right 50px;}
.dd_mid_mbox_4 {background:url('/images/common/dd_bn_4.jpg') no-repeat #f1f2f6 right 85px;}
.dd_mid_mbox_5 {background:url('/images/common/dd_bn_5.png') no-repeat #f1f2f6 15px 80px; padding:20px 0 0 20px; text-align:left;}
.dd_mid_mbox_6 {background:url('/images/common/dd_bn_6.png') no-repeat #f1f2f6 center 75px; text-align:left;}
.dd_mid_mbox_7 {background:url('/images/common/dd_bn_7.jpg') no-repeat #f1f2f6 center 95px; text-align:left;}
.mbox_mgl {margin-left:36px;}

.main_reg_ani {position:relative;}
.tc_join_point {    
	z-index: 1;
    position: absolute;
    top: 31px;
    text-align: center;
    white-space: nowrap;
    padding: 2px 7px 1px 7px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    background: #333;
    color: #fff;
	-moz-animation: arrow 1.5s infinite ease-out; -webkit-animation: arrow 1.5s infinite ease-out; animation: arrow 1.5s infinite ease-out;
}
.tc_join_point > i {
    position: absolute;
    font-size: 17px;
    color: #333;
    top: -9px;
    left: 4px;
}
@-moz-keyframes arrow /* Firefox */
{
	0%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
	50%  {transform:translateY(5px); -webkit-transform:translateY(5px);}
	100%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
}
@-webkit-keyframes arrow /* Safari and Chrome */
{
	0%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
	50%  {transform:translateY(5px); -webkit-transform:translateY(5px);}
	100%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
}
@keyframes arrow
{
	0%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
	50%  {transform:translateY(5px); -webkit-transform:translateY(5px);}
	100%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
}