@charset "utf-8";
@font-face {font-weight: bold; font-size: 13px; color:#666;}

/* [reset css] */
html,body {margin:0; padding:0; width:100%; height:100%; font-family:'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; font-size:13px; color:#666; }
body.main{ background:#fafafa; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend {margin:0; padding:0;}
table {border-spacing:0; border-collapse:collapse;}
/*table caption {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden;}*/
table caption{display: none;}
th, td {word-break:break-all;}
/*form,fieldset {display:block;}*/
form,fieldset,img {}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul,li {list-style:none;}
/*h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}*/
abbr,acronym {border:none;}
hr {display:none;}
a {text-decoration:none; color:#666; cursor:pointer;}
a:link,a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active,a:focus {text-decoration:none;/* outline:#003BC0 2px dotted;*/}
textarea {overflow:auto;}
html:first-child select {padding-right:6px; height:20px;} /* opera 9 & below fix */
option {padding-right:6px;} /* firefox fix */
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* for screen reader */
pre {word-wrap:break-word;}
img {vertical-align: middle;}
select {
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url('../images/global/select_arr.png') no-repeat 96% 50%;  /* 화살표 모양의 이미지 */
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

select[disabled],
input[disabled][type='text']
{
    background-color: #f1f1f1;
}



/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

.clear{clear:both;}
.text_center{text-align: center;}

.btns {
	text-align: center;
	margin: 35px 0;
}


/* 공통 버튼 처리 */
button.btn {
	border: none;
}
button.btn.img{
	text-indent: -1000em;
}
button.btn.img.search{
	width:36px;
	height:31px;
	background: #06a7e1 url(../images/global/search.png) no-repeat 50% 50%;
}

button.btn.basic {
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #535c64;
    text-align: center;
    line-height: 40px;
	vertical-align: middle;
}
button.btn.basic.join[disabled] {
    background: #a6a7a8;
}
button.btn.basic.blue {
	background: #06a7e1;
}
button.btn.basic.navy {
	background: #23649c;
}
button.btn.basic.gray {
	background: #a6a7a8;
}


button.btn.basic.big {
	width: 180px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

button.btn.basic.small {
    width: 80px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background: #535c64;
    text-align: center;
    line-height: 30px;
}
.search_form button.btn.img.search{ height: 42px; width: 45px; }


#content h3 {
	/* width: 1160px; */
	border-bottom:1px solid #ddd;
	font-size: 23px;
	font-weight: bold;
	color:#373737;
	margin-bottom: 25px;
}
#content h3>span{
	display: inline-block;
	height: 42px;
	border-bottom: 2px solid #000;
	padding-left: 5px;
	padding-right: 15px;
	margin-bottom: -1px;
	letter-spacing: -0.1em;
}
#content h3 i.split {
	border-right: 1px solid #dcdcde;
	height: 12px;
	margin: 9px 0;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
#content h3 select{
	float: right;
	/* 화살표 모양의 이미지 */
	width: 10px;
    vertical-align: middle;
	margin-right: 8px;

}

/** JQuery UI : custom **/
#content h3 .ui-selectmenu-button {
	float: right;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.5px;
	border: none;
	color: #656b6f;
	height: 28px;
	line-height: 28px;
	margin-right:10px;
	width: auto;

}
#content h3  .ui-selectmenu-icon {
    margin: 6px 0;
}


#content h3.broken span {
	letter-spacing: 0.1em;
}

#content h3 .viewtype {
	margin:0; float:right; width:32px; height:30px; background:url('../images/global/vw_album.png') 50% 50% no-repeat;
}
#content h3 .viewtype.on{
	background-image: url('../images/global/vw_album_on.png');
}
#content h3 .viewtype.blog{
	background-image: url('../images/global/vw_blog.png');
}
#content h3 .viewtype.blog.on{
	background-image: url('../images/global/vw_blog_on.png');
}
#content .popular_prd h3 span {
	letter-spacing: 0.1em;
}

#content h3.cs {
	border-bottom: 2px solid #3b3d40;
	padding-left: 15px;
    background: url('../images/global/cs_dot.png') left 50% no-repeat;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #3b3d40;
    text-align: left;
	border-bottom: 2px solid #3b3d40;
	width: 100%;
}
#content h3.cs span {
	border: none;
	font-weight: bold;
}
#content h3.cs.nomargin {
	margin-bottom: 0;
}

#myTotalPoint { font-size: 13px; color: #F60; }
.orderInfoItemDiv { width:33%; height:190px; float:left; }
.orderInfoItems { text-align: center; cursor:pointer; width:142px; }
.orderInfoImgSize { width:142px; height:142px; }


.bodyContent {
	overflow: hidden;
	min-width: 1280px;
}

/*********************************************
				.search_form
*********************************************/
.search_form {position: relative; margin: 0 auto; font-weight:bold; font-size: 12px; text-align: center; }
.search_form select { vertical-align:middle; color:#b3b3b3; width:100px; height:40px; border:1px solid #e6e6e6; border-radius:3px; text-align:left; padding:10px 0;padding-left:10px;}
.search_form input { vertical-align:middle; width:234px; height:40px; line-height:40px; border:1px solid #e6e6e6; border-radius:3px 0 0 3px; text-align:left; padding-left:10px;}
.search_form button.search { vertical-align:middle; padding-left:10px; width:50px; height:42px; border:none; text-decoration:none; border-radius:0 3px 3px 0;}

/** JQuery UI : custom **/
.search_form  .ui-selectmenu-button {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.5px;
	border: 1px solid #f6f6f6;
	color: #656b6f;
	height: 30px;
	line-height: 28px;
	margin-right:10px;
	width: 8em !important;

}

.search_form .ui-selectmenu-icon {
    margin: 7px 0 !important;
}


div.page{
	height: 33px;
}




/*********************************************
				.customer
*********************************************/
table.customer {
	/*border-top: 2px solid #3b3d40;*/
	border-bottom: 1px solid #3b3d40;
	width: 100%;
}
table.customer caption{
	display: none;
}
table.customer thead th{
    font-weight: bold;
    font-size: 14px;
    color: #3b3d40;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
table.customer tbody tr.row1 td{
	border-top: 1px solid #c8c8c8;
	color:#3b3d40;
	height: 50px;
	font-weight: bold;
	padding: 0 50px;
	cursor: pointer;
}
table.customer tbody tr.row2, table.customer tbody tr.row2 td  {
	display: none;
}
table.customer tbody tr.row2 td{
	background: #f4f4f4;
	font-size: 14px;
    color: #797a7a;
    padding: 25px 50px;
}
table.customer.notice tbody tr.row1 td.col2{
	width: 80px;
	font-weight: normal;
	color: #656b6f;
}
table.customer.faq tbody tr.row1 td.col1{
	width: 150px;
}
table.customer.faq tbody tr.row2 td{
	border-top: 1px solid #c8c8c8;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
    color:#22649c;
}
table.customer.faq {
	border-top: none;
}
table.customer.faq caption {
	display: none;
}

table.customer tr.empty td{
	border-top: 1px solid #c8c8c8;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}

/*********************************************
				.eventwin
*********************************************/
table.eventwin {
	/*border-top: 2px solid #3b3d40;*/
	border-bottom: 1px solid #3b3d40;
	width: 100%;
}
table.eventwin caption{
	display: none;
}
table.eventwin thead th{
    font-weight: bold;
    font-size: 14px;
    color: #3b3d40;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
table.eventwin tbody tr.row1 td{
	border-top: 1px solid #c8c8c8;
	color:#656b6f;
	height: 50px;
	font-weight: normal;
	padding: 0 50px;
    text-align: center;
}
table.eventwin tbody tr.row1 td.col2{
    text-align: left;
}
table.eventwin tbody tr.row1 td.col2 .expsr{
	cursor: pointer;
	font-weight: bold;
}

table.eventwin tr.empty td{
	border-top: 1px solid #c8c8c8;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}


span.new {
	display:inline-block; width: 12px; height: 12px; background:url("../images/global/bedge_new.png") center no-repeat;
}
.prd_cont caption {
	display: none;
}

table.mypage td{
	height: 50px;
	font-size: 14px;
}
table.mypage td.red{
	color: #df0809;
}
table.mypage td.blue{
	color: #06a7e1;
}
.no_cursor {cursor: default !important;}

/*예외처리*/
/*********************************************
				#senderList
*********************************************/
#senderList li {
	margin-bottom: 5px;

}


/*********************************************
				table.basic
*********************************************/
table.basic {margin-bottom:20px; width:100%;}
table.basic {margin-top:30px;}
table.basic thead tr {border-top:2px solid #3b3d40; background:#edeeef;}
table.basic thead tr th {padding:0; height:50px; font-weight: bold; font-size: 14px; color:#3b3d40; border-left:1px solid #d9d9d9;}
table.basic thead tr th:first-child {border:none;}
table.basic tbody th {font-weight: bold; font-size: 14px; color:#3b3d40; background:#edeeef;}
table.basic tbody tr {border-bottom:1px solid #d9d9d9;}
table.basic tbody tr:first-child {border-top:1px solid #d9d9d9;}
table.basic tbody tr td {padding:0; height:50px; font-size:14px;}
table.basic tbody tr td {text-align:center;  border-left:1px solid #d9d9d9;}
table.basic tbody tr td:first-child {border-left:0;}
table.basic tbody td button {margin-left:10px; padding:8px 22px; font-size:12px; color:#fff; background:#06a7e1; letter-spacing:-1px; border:0;}
table.basic tbody tr td em {color:#dd0000; font-style:normal;}
table.basic tbody tr td em.discnt {font-size:14px;}

.layer_popup .content .body .page_wrap {
	margin: 0;
}

#layerTable {width:100%;}

/*********************************************
				.popup
*********************************************/
.popup .content{ display:none; position:fixed; top:50%; left:50%; margin:0; padding-top:3px; width:860px; height:470px; background:#fff url('../images/global/p_ci.png') 97.5% 97% no-repeat; box-shadow:2px 2px 24px rgba(0,0,0,.2); z-index:9999;}}
.popup .cls {clear:both;}
.popup .cls button.close {float:right; position:relative; top:15px; right:18px; background:#fff; border:none; background:url('../images/main/close.png') 0 0 no-repeat; width:36px; height:38px;}
.popup .bg {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50); z-index: 400;}
.popup .content {
}
.popup .content.product {
	width:860px; height:470px;
	margin-left: -430px;
	margin-top: -235px;
}
dl.product_detail {width:860px;  height:470px;}
dl.product_detail dt {position:relative; top:60px; width:50%; height:300px;}
dl.product_detail dt img {margin-top:15px; margin-left:62px; margin-right:62px; width:300px; height:300px;}
dl.product_detail dd {float:right; position:absolute; top:60px; left:427px; width:50%; height:300px; text-align: left;}
dl.product_detail ul.descrt {display:inline-block; width:357px;}
dl.product_detail ul.descrt li {float:left; margin-bottom:10px; font-weight:bold; font-size:14px; color:#545454; letter-spacing:-.6px; clear: left;}
dl.product_detail ul.descrt li.title p{margin:0; padding-bottom:17px; width:354px; border-bottom:1px solid #d7d7d7; font-weight:bold; font-size:29px; color:#373737; letter-spacing:-4px; overflow: hidden; height: 40px; }
dl.product_detail ul.descrt li.desc{padding-left: 5px; height:3.8em;}
dl.product_detail ul.descrt li button {padding:0; margin-bottom:25px; margin-top:10px; font-weight:bold; font-size: 14px; color:#00baed; border:none; background:#fff;}
dl.product_detail ul.sns {margin-bottom:23px; height:44px; width:100%;}
dl.product_detail ul.sns li {float:left; display:inline-block; overflow:hidden;}
dl.product_detail ul.sns li a {margin-right:5px;}
dl.product_detail ul.prod_btn {float:left; width:100%; padding-left: 5px;}
dl.product_detail ul.prod_btn li {float:left; margin-right:8px; text-align:center;}
dl.product_detail ul.prod_btn li a {display: inline-block; width:100%; height:22px; padding:10px 0; font-weight:bold; font-size:17px; line-height:20px; color:#fff;}
dl.product_detail ul.prod_btn li.pay {padding-left:25px; width:140px; height:42px; border-radius:5px; background:#00baed url('../images/main/pay.png') 25% center no-repeat; overflow:hidden;}
dl.product_detail ul.prod_btn li.cart {width:165px; height:42px; border-radius:5px; background:#707270; overflow:hidden;}

dl.product_detail a.facebook{ display:inline-block; width:44px; height: 44px; background: url('../images/global/fb.png') no-repeat 50% 50%; text-indent: -1000em; }
dl.product_detail a.twiter{ display:inline-block; width:44px; height: 44px; background: url('../images/global/twt.png') no-repeat 50% 50%; text-indent: -1000em; }

#content .layer_popup.product_detail .content  .body{
	padding: 0;
	margin: 0;
	background:#fff url('../images/global/p_ci.png') 98% 98% no-repeat;
	background-size: 85px 38px;
	
}
#content .layer_popup.product_detail .content h3{
	height: 0;
	margin-bottom: 0 !important;
}
#content .layer_popup.product_detail .content .btns{
	display: none;
}


.btm_st {
	margin: 40px 0;
}

/*********************************************
				.page_wrap
*********************************************/
.page_wrap {
	margin: 40px 0;
	font-size: 0;
    text-align: center;
}
.page_wrap .page{
	display: inline-block;
    border:1px solid #ccc;
	height: 33px;
	width: 33px;
    margin: 0 10px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}
.page_wrap .page.first{
	margin: 0 5px 0 0;
	background: url('../images/global/pre2.png') no-repeat 50% 50%;
}
.page_wrap .page.prev{
	margin: 0 10px 0 0;
	background: url('../images/global/pre.png') no-repeat 50% 50%;
}
.page_wrap .page.last{
	margin: 0 0 0 5px;
	background: url('../images/global/next2.png') no-repeat 50% 50%;
}
.page_wrap .page.next{
	margin: 0 0 0 10px;
	background: url('../images/global/next.png') no-repeat 50% 50%;
}

.page_wrap .page.on{
    border: none;
    background: #06a7e1;
    color: #fff;
}



/*********************************************
				ul.tabs
*********************************************/
ul.tabs li {float:left; display:inline-block;  padding:0;  border:1px solid #ddd; line-height:45px; text-align:center; margin-left: -1px;}
ul.tabs li:first-child {display:block; }
ul.tabs li a { display:inline-block; height:47px; font-size:18px; color:#3b3d40; width: 100%; }
ul.tabs li.selected {border:none; line-height:47px; background:#3b3d40;}
ul.tabs li.selected a {font-weight:bold; color:#fff; height:49px;}
ul.tabs.faq li {margin-left: 0;}
ul.tabs.faq li:FIRST-CHILD{ border-left:1px solid #c6c8c9; }
ul.tabs.faq li.selected:FIRST-CHILD{ border-left:1px solid #c6c8c9; }
ul.tabs.search_day li { margin-left: 0; }

/*ul.tabs.cs li a{ width:424px;  }*/
ul.tabs.cs li a{ width:640px;  }

ul.tabs:AFTER {
	content: "";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
}

ul.tabs.cs {
	margin:60px auto 70px;
}


ul.tabs.faq {width:101%;}
ul.tabs.faq {
	margin:10px auto;
}
ul.tabs.faq li {color:#3b3d40; border:1px solid #c6c8c9; border-style:solid solid solid none; background:#edeeef; line-height: 33px; }
ul.tabs.faq li a{ font-size:15px; width: 212px; height: 43px; line-height: 43px; }
ul.tabs.faq li.selected { border-style:solid solid none none; background:#fff;  }
ul.tabs.faq li.selected a{ color:#22649c;  }

ul.tabs.findid { width: 900px; margin:0 auto;  }
ul.tabs.findid li{ height: 49px; font:18px; color:#3b3d40; text-align:center; width:47%; border:1px solid #c6c8c9; background:#edeeef; }
ul.tabs.findid li a{ width:100%; }
ul.tabs.findid li.selected{ background:#fff; border-top:2px solid #586169; border-style:solid solid none solid; }
ul.tabs.findid li.selected a{ color:#3b3d40; }


ul.tabs.search_day { }
ul.tabs.search_day li { width: 90px; }
ul.tabs.search_day li a{ width: 100%; height: 100%; }
/* 1493 */

/*********************************************
				.quick
*********************************************/
.quick {float:right; position:absolute; top:830px; right:0px; margin:0px; z-index: 50;}
.quick p {color:#ff0000;}
.quick ul li {text-align:center;}
.quick ul.count_cart {border:1px solid #cbcbcb; width:109px; height:33px; background:#fff; margin-top:2px;}
.quick ul.history {border:1px solid #cbcbcb; width:109px; height:453px; background:#fff;}
.quick ul:last-child {margin-top:23px;}
.quick li.pro {text-align:center; margin:0 auto; padding:11px 10%; border-bottom:1px dotted #b1b1b1; width:66.47%; height:72.44px;letter-spacing:150px;}
.quick li.pro.last {border-bottom:1px solid #cfcfcf;}
.quick li.q_cart {font-weight:bold; font-size:12px; color:#454545; background:#bbb; height:33px; line-height:33px; text-align:center; letter-spacing:0px;}
.quick li.q_cart a {text-align:center;}
.quick li.q_recent {font-weight:bold; font-size:12px; color:#fff; background:#4e4545; height:33px; line-height:33px; text-align:center; letter-spacing:0px;}
.quick li.page {text-align:center; margin:0 auto; padding:6px 0; width:80%; letter-spacing:0px;}
.quick li.page em {font-weight:bold; color:#ddd;}
.quick li.page em.pg_ttal {font-weight:normal;}



#banner_top {width:100%; height:80px;}
#banner_top .bannerimg {position:relative; margin:0 auto; width:1280px; height:80px; overflow:hidden;}
#banner_top .bannerimg a.no_link {cursor:default;}
#banner_top .bannerimg a img {position:absolute;}
#banner_top .bannerimg .btn_close {margin:0 auto; width:1280px; text-align:right;}
#banner_top .bannerimg .btn_close button.bann_close {float:right; position:relative; top:20px; font-size:30px; color:#868686; z-index:900; border:none; background:transparent;}

.main_t {width:100%; height:120px; background:#fff; z-index:400; position: relative; min-width: 1280px;}
.m_top {margin:0 auto; padding:0; width:1280px; height:120px; position:relative; }
.m_top .ci {float:left; margin-top:36px; width:155px; height:70px;}
.m_top div.search {position:relative; top:59px; border:3px solid #06a7e1; margin-left:414px; width:452px; height:31px;}
.m_top div.search button.search{float:right;}
.m_top .search input[type='text'] {padding-left:15px; width:400px; height:31px; line-height:31px; border:0; font-weight:bold; font-size:16px; color:#373737;}
/*.m_top .search button {float:right; padding-left:10px; width:40px; height:35px; background:#06a7e1; border:none; text-decoration:none;}*/
.m_top .search button img {vertical-align:baseline;}
.m_top div.keywordMgt {border:none;border: 1px solid #ccc;padding-left: 15px;padding-bottom: 10px;text-align: left;position: absolute;width: 399px;top: 93px;left: 417px;background-color: white;}
.m_top .util {float:right; margin-top:8px;}
.m_top .util span.user {font-weight:bold; padding-right:24px;}
.m_top .util span {padding:0 10px;}

/* 팝업존 */
.m_top .popzone {float:right; margin-top:8px; margin-bottom:0;  position:relative; width:182px; height:70px; overflow:hidden;}
.content .popzone { margin:0 auto; width:1160px; position: relative;}

/*GNB*/
#wrap {position:relative; margin:0; padding:0; width:100%; height:40px; clear:both;}
.gnb_wrap {position:relative; display:inline-block; margin:0; padding:0; width:100%; height:40px; background:#06a7e1; z-index: 300; min-width: 1280px;}
.gnb {margin:0 auto; width:1280px; height:40px; min-width: 1280px;}
.gnb ul li {float:left; width:320px; height:40px; color:#fff; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.gnb ul li.selected { background:#0486cb;  }
.gnb > ul > li:hover {background:#0486cb; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
.gnb h2 { text-align:center; color:#fff; line-height:40px;}
.gnb h2 a {color:#fff; display:inline-block; width:320px; height:40px; }
.gnb .nav ul {position:relative; top:10px; width:320px;}
.gnb .nav ul li {position:relative; display:block; width:320px; height:39px; text-align:center;}
.gnb .nav ul li a {font-weight:bold; font-size:14px; color:#535c64; width:320px; line-height:30px; text-align:center;}
.gnb .nav ul li.shop {position:relative; top:9px;}
.gnb .nav ul li.shop a {font-weight:bold; font-size:15px; color:#839ea8;}
.gnb_bg {position:absolute; z-index:200; display:inline-block; background:#fff; width:100%; height:252px; top: 40px;}
.gnb_bg_black {position:fixed; z-index:100; background: url(../images/global/black_30.png); width: 100%; height: 100%; left: 0; top: 0;}

#wrap .nav ul
,#wrap .gnb_bg
,#wrap .gnb_bg_black{
	display: none;
	min-width: 1280px;
}
#wrap.hover .nav ul
,#wrap.hover .gnb_bg
,#wrap.hover .gnb_bg_black{
	display: block;
}

#wrap.hover .nav ul:AFTER {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	width: 0;
	height: 0;
}


.content {margin:0 auto; width:1280px;  position: relative;}
.content .exhibition {position:relative; display:inline-block;}
.content .bann_side {position:absolute; margin-left:10px; top:0; right:0; left:1280px; white-space:nowrap;}
.content .bann_side p {margin-top:10px !important;}
.content .bann_side p a.no_link {cursor:default;}
.content .img_banner {float:right; display:inline-block; margin:0 auto; padding:0; margin-top:0; margin-bottom:50px; width:1280px;}
.content .img_banner ol.tabs {float:right; margin-left:20px; padding:0 !important; width:250px}
.content .img_banner ol.tabs li { position:relative; width:250px; height:125px; z-index:1;}
.content .img_banner ol.tabs li a {border:none;}
/*.content .img_banner ul.tabs li:first-child {margin-top:0px;}*/
.content .img_banner .tabcontents {float:left; position:relative; top:0; left:0; width:1000px;}
.content .img_banner .tabcontents div a.no_link {cursor:default;}



.bt_bann {margin-bottom:110px; margin-top:70px; padding:0; width:1160px; vertical-align:baseline; height: 200px;}
.bt_bann:AFTER{ content: ""; display: block; clear:both; height: 0;font-size: 0; }
.bt_bann .newit {border-bottom:1px solid #ddd; width:1160px; margin-bottom:30px;}
.bt_bann .newit h3 {margin:0; font-size:26px; color:#373737; border-bottom:1px solid #373737; width:130px; vertical-align:top;}
.bt_bann ul {vertical-align:top; margin:0; padding:0; width:1160px; overflow:hidden;}
.bt_bann ul li {float:left; margin-right:10px; padding:0; width:380px; height:132px; background:#e5e7ea;}
.bt_bann ul li img {vertical-align:middle; text-align:center;}
.bt_bann ul li dl {margin-left:10px;}
.bt_bann ul li dt {float:right; padding-top:20px;}
.bt_bann ul li dd {float:left;}
.bt_bann ul li dd.prod_n {float:left; margin-top:20px; font-weight:bold; font-size:20px; color:#373737;}
.bt_bann ul li dd.prod_d {float:left; margin-top:10px;}

.footer {clear:both;  margin:0 auto; width:100%; background:#fafafa;}
.footer:AFTER{ content: ""; display: block; clear:both; height: 0;font-size: 0; }
.footer .trms {width:100%; height:44px; background:#fafafa; border-top:1px solid #f0f0f0; border-bottom:1px solid #e0e0e0;}
.footer .trms .provs {margin:0 auto; padding:8px 0; width:1280px; height:30px;}
.footer .trms .provs ul.terms {margin:0; padding:0 0; width:100%; line-height: 30px;}
.footer .trms .provs ul.terms li {float:left;}
.footer .trms .provs ul.terms li a.bold {font-weight : bold; color : red;}
.footer .trms .provs ul.terms span {float:left; padding:0 10px;}
/*.footer .trms .provs ul.terms span:last-child {display:none;}*/
.footer .trms .provs ul.fm_st {float:right; position:relative; margin-right:120px; background:#fff;}
.footer .trms .provs ul.fm_st select {font-weight:bold; font-size: 12px; color:#b3b3b3; width:197px; height:27px; border:1px solid #f0f0f0; text-align:left; padding-left:10px;}
.footer .trms .provs ul.fm_st select option {padding-left:10px; border:none;}
.footer .copyright {margin:30px auto; width:1280px;}
.footer .copyright img {float:left; width:130px; margin-right:30px;}
.footer .copyright p {float:left; width:69%; color:#808080; margin-top:0px; line-height:22px;}


/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


/** RESET AND LAYOUT
===================================*/

.bx-loading {
	display: none;
}

.bx-wrapper {
position: relative;
margin: 0 auto !important;
padding: 0;
*zoom: 1;
height:100% !important;
}

.bx-wrapper img {
max-width: 100% !important;
display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
left: 0 !important;
background: none !important;

/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
width:100px !important;
z-index: 2000;
position:relative;
top:-50px !important;
right:0px !important;
display:none !important;
}

/* LOADER */

.bx-wrapper .bx-loading {
min-height: 50px;
/*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
height: 100%;
width:10px;
z-index: 2000;
position:relative;
top:-200px;
right:-1200px;
}

/* PAGER */

.content .event .bx-wrapper .bx-pager {
margin: 0 auto;
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-bottom: 20px;
width:150px !important;
position:relative !important;
top:-50px !important;
right:0px !important;
display:block !important;
}

.content .event .bx-wrapper .evt_bann .bx-pager {
	display:block !important;
}

.content .event .bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block !important;
*zoom: 1;
*display: inline;
position:relative !important;
top:0 !important;
padding:0 8px;
}

.content .event .bx-wrapper .bx-pager.bx-default-pager a {
border:2px solid #fff !important;
text-indent: -9999px;
display: block !important;
width: 10px;
height: 10px;
margin: 5px 0;
outline: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display:block;
}

.content .event .bx-wrapper .bx-pager.bx-default-pager a:hover,
.content .event .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #fff !important;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
right: 0px !important;
background: url('../images/global/contrls_pre.png') no-repeat right 0px !important;
margin-left:-16px !important;
}

.bx-wrapper .bx-next {
left: 0px !important;
bottom:0px !important;
background: url('../images/global/contrls_next.png') no-repeat left 0px !important;
margin:0 !important;
}

.content .bt_bann .bx-wrapper .bx-prev {
left: 0px !important;
top:47px !important;
height:44px !important;
width:44px !important;
background: url('../images/main/fm_pre.png') no-repeat left 0px !important;
margin:0 !important;
}

.content .bt_bann .bx-wrapper .bx-next {
top:47px !important;
right: 0px !important;
height:44px !important;
width:44px !important;
background: url('../images/main/fm_next.png') no-repeat right 0px !important;
margin-left:-16px !important;
}

.content .popzone .bx-wrapper .bx-prev {
left: 27px !important;
top:438px !important;
background: url('../images/global/varis_pre.png') no-repeat 0 0px !important;

}

.content .popzone .bx-wrapper .bx-next {
left: 1080px !important;
top:438px !important;
background: url('../images/global/varis_next.png') no-repeat 0 0px !important;
}

.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}

.main_t .m_top .popzone .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 72% !important;
left:50% !important;
margin-top: 0px !important;
outline: 0;
width: 16px;
height: 16px;
text-indent: -9999px;
z-index: 1;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 77% !important;
left:97.5% !important;
margin-top: 0px !important;
outline: 0;
width: 1160px;
height: 44px;
text-indent: -9999px;
z-index: 1;
}

.content .popzone .bx-wrapper .bx-controls-direction a {
width:55px;
height:55px;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: block !important;
	margin:0 auto !important;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url('../images/controls.png') -86px -11px no-repeat;
margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url('../images/controls.png') -86px -44px no-repeat;
margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 180px !important;
position:relative !important;
top:0 !important;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 180px !important;
}

.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}


/*IMG _VARIOUS*/
.bt-roll {display:inline-block; display: none;}

.content .popzone .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 100% !important;
position:relative !important;
top:0 !important;
}

.content .popzone .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}

/* IMAGE CAPTIONS */

.content .popzone .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100% !important;
}

.content .popzone {width:1160px; height:1160px; display:inline-block; overflow:hidden;}
.content .popzone .sd_wrap {position:relative; display:inline-block; width:1160px !important; height:100% !important; overflow:hidden; }
.content .popzone .varis1 {position:relative; display:block; margin:0; padding:0;}
.content .popzone .varis1 td img{ vertical-align: middle; }
.content .popzone .varis1 li {width:1160px; height:1160px; float:left; background-image:url('../images/main/cubebg.png'); background-repeat: repeat; }
/*.content .popzone .varis1 a {float:left; position:relative;}*/
/*.content .popzone .varis1 a img {display:block;}*/
.varis1 .grid{position: relative; width:100%;  height: 100%; }
.varis1 .grid .cell:HOVER{ filter:brightness(110%);  transition-duration: 0.3s; }
.varis1 .grid .cell{position: absolute; }
.varis1 .grid > div > a > span.more{display:inline-block; width:58px; height:13px; background:url("../images/main/cube_more_white.png") no-repeat;  position: absolute; bottom:20px; left:50%; margin-left:-29px;}
.varis1 .grid > div > a > span.return{display:inline-block; width:58px; height:13px; background:url("../images/main/cube_return_white.png") no-repeat;  position: absolute; bottom:20px; left:50%; margin-left:-29px;}

.varis1 .col1{ left:0; }
.varis1 .col2{ left:232px; }
.varis1 .col3{ left:464px; }
.varis1 .col4{ left:696px; }
.varis1 .col5{ left:928px; }

.varis1 .row1{ top:0; }
.varis1 .row2{ top:232px; }
.varis1 .row3{ top:464px; }
.varis1 .row4{ top:696px; }
.varis1 .row5{ top:928px; }

.varis1 .cell .cube_content{position:absolute; top:10px; left:15px; z-index: 100;}
.varis1 .cell .cube_content > span {width:90%; white-space:pre; display: inline-block; }
.varis1 .cell .cube_content span.vrs_t {margin-bottom:4px; font-weight:bold; font-size:12px; color:#747474; letter-spacing:-.5px; line-height: 1em;}
.varis1 .cell .cube_content span.vrs_nm {margin-bottom:8px; font-weight:bold; font-size:14px; color:#545454; letter-spacing:-.75px; width:202px; overflow:hidden; text-overflow:ellipsis; }
.varis1 .cell .cube_content span.vrs_prc {font-weight:bold; font-size:16px; color:#373737; letter-spacing:-.75px;}
.varis1 .cell .cube_content span.vrs_prc span.line_through{text-decoration:line-through;}

.varis1 .cell.vrs_two .cube_content{left:25px;}
.varis1 .cell.vrs_two .cube_content span.vrs_t {font-size: 14px; margin-bottom: 2px; }
.varis1 .cell.vrs_two .cube_content span.vrs_nm {margin-bottom:7px; font-size: 18px; white-space:normal; width:inherit;}
.varis1 .cell.vrs_two .cube_content span.vrs_prc {font-size: 20px;}
.varis1 .cell.vrs_two .cube_content span.vrs_prc span.line_through{text-decoration:line-through;}

.varis1 .cell.vrs_horz .cube_content{top:25px;}
.varis1 .cell.vrs_horz .cube_content span.vrs_t {font-size: 16px;}
.varis1 .cell.vrs_horz .cube_content span.vrs_nm {margin-bottom:15px; font-size: 24px;}
.varis1 .cell.vrs_horz .cube_content span.vrs_prc {font-size: 20px;}
.varis1 .cell.vrs_horz .cube_content span.vrs_prc span.line_through{text-decoration:line-through;}

.varis1 .cell.vrs_two.vrs_horz .cube_content{top:13px;}
.varis1 .cell.vrs_two.vrs_horz .cube_content span.vrs_t {font-size: 13px;}
.varis1 .cell.vrs_two.vrs_horz .cube_content span.vrs_nm {margin-bottom:15px; font-size: 20px; white-space:normal; width:inherit;}
.varis1 .cell.vrs_two.vrs_horz .cube_content span.vrs_prc {font-size: 24px;}
.varis1 .cell.vrs_two.vrs_horz .cube_content span.vrs_prc span.line_through{text-decoration:line-through;}

.varis1 a span.mr_v {position:absolute; bottom:20px; width:100%; text-align:center; font-size:14px; font-weight: bold;  color:#fff; letter-spacing:-.75px;}
.varis1 a span.brd_li {position:absolute; bottom:20px; margin-left:15%; padding:10px 0; width:165px; text-align:center; font-weight: bold; font-size: 16px; color:#de45ae; letter-spacing:-.85px; border-radius:3px; background:#fff;}
.varis1 a span.thm_li {position:absolute; bottom:20px; margin-left:32%; padding:10px 0; width:165px; text-align:center; font-weight: bold; font-size: 16px; color:#eb525f; letter-spacing:-.85px; border-radius:3px; background:#fff;}

.popzone span.prev a {float:left; position:absolute; top:38%; left:24px; z-index:300;}
.popzone span.next a {float:right; position:absolute; top:38%; right:24px; z-index:300;}
.popzone .layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:777;}
.popzone .layer .bg {position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.popzone .layer .pop_prodt {display:block;}
.layer .pop_prodt .pro_img ul.sns a.kakaotalk{ display:inline-block; width:44px; height: 44px; background: url('../images/global/catk.png') no-repeat 50% 50%; text-indent: -1000em; }


/*고객센터*/
.cs_info {margin:30px auto; width:1280px;}
.cs_info .cst {margin-bottom:20px; font-weight: bold; font-size: 40px; color:#3b3d40; text-align:center; letter-spacing:-.6px;}
.cs_info .info {font-size:17px; color:#535c64; text-align:center;}
.cs_info li span {position:relative; top:43px; left:31.5%; margin:0 auto;}
.cs_descrt {margin:0 auto; width:1280px; letter-spacing: -0.1em;}
.cs_descrt p {font-size:16px; color:#656b6f; text-align:center; line-height:25px;}
.cs_descrt p span {color:#22649c;}
.cs_descrt p span:last-child {position:relative; top:7px; color:#656b6f !important;}
.cs_descrt p em {color:#3b3d40; font-weight:bold;}
.cst {margin:0 auto; width:1280px; height:100%;}
.cs_button { text-align: center; margin: 20px 0; }

ul.cs_cont {position:relative; display:inline-block; top:0px; left:0 !important; width:100% !important; height:100% !important; padding-bottom:100px}
ul.cs_cont li.t1 {float:left; position:relative; top:0px; left:0; padding-bottom:15px; padding-left:10px; background:url('../images/global/cs_dot.png') left 29% no-repeat; border-bottom:2px solid #3b3d40; width:1270px; height:27px; font-size:20px; color:#3b3d40;}
ul.cs_cont div.notc ul {margin:0; padding:0;}
ul.cs_cont div.notc ul.title {margin:0; padding:0; width:100%; height:45px;}
ul.cs_cont div.notc ul.title li {float:left; margin:0; padding-top:17px; font-size:14px; font-weight: bold;  color:#373737;}
ul.cs_cont div.notc > ul li {padding:14px 0; margin:0; border-bottom:1px solid #c6c8c9; width:100%; height:100%;}
ul.cs_cont div.notc ul.tb li {border-bottom:none;}
ul.cs_cont div.notc ul.pagint {text-align:center;}
/*ul.cs_cont div.notc ul.pagint li {margin:0; border-bottom:none;}*/
ul.cs_cont div.notc ul.bt_st li {border-bottom:none;}
ul.cs_cont div.notc ul li a {position:relative; left:0px; font-weight:bold; font-size: 14px; color:#3b3d40;}
/*ul.cs_cont div.notc ul li:nth-of-type(1) {float:left; top:0; width:70%; text-align:center;}
ul.cs_cont div.notc ul li:nth-of-type(2) {float:right; top:0; width:30%; text-align:center;}
*/
ul.cs_cont div.notc ul.ov li {padding-left:40px; margin-top:17px; background:#f4f4f4; width:1240px; font-size:14px; color:#666; line-height:18px; white-space:pre;}
ul.cs_cont div.notc ul li span.date1 {float:right; width:17%; font-size:14px; color:#666; text-align:center;}
ul.cs_cont div.notc ul li span.sort1 {float:left; margin-top:-18px; padding:20px 0; font-size:14px; font-weight: bold;  color:#3b3d40; text-align:center; width:154px; background:rgba(0,0,0,.05);}
ul.cs_cont div.notc ul li.nm {width:83%; text-indent:330px; height:20px;}
ul.cs_cont div.notc ul li.date {top:0; width:17%; text-align:center; height:20px;}
ul.cs_cont div.notc ul li.sort {width:17%; text-align:center; height:20px;}
ul.cs_cont div.notc ul li.summ {top:0; width:83%; text-align:center; height:20px;}
ul.cs_cont div.notc ul.tabs {width:100%;}
ul.cs_cont div.notc ul.tabs li.kind {float:left; width:212px; height:20px; font-size:15px; color:#3b3d40; text-align:center; border:1px solid #c6c8c9; border-style:solid solid solid none; background:#edeeef;}
ul.cs_cont div.notc ul.tabs li.kind a {position:relative; left:5px;}
ul.cs_cont div.notc ul.tabs li.kind:first-child {border-left:1px solid #c6c8c9;}
ul.cs_cont div.notc ul.tabs li.selected {margin:0; height:20px; padding:14px 0; border-style:solid solid none none; background:#fff;}
ul.cs_cont div.notc ul.tabs li.selected a {font:bold 15px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic' !important; color:#22649c !important;}
ul.cs_cont div.notc ul.tabs li.selected:last-child {border-right:1px solid #c6c8c9;}
/*ul.cs_cont div.notc .tabcontents {position:relative; top:35px;}*/
ul.cs_cont div.notc.faq ul.tabs li a{ width: auto; }

ul.cs_cont div.notc ul li.li_tit {font-size:14px; font-weight: bold;  color:#3b3d40;}
ul.cs_cont div.notc ul li.li_tit a {}
ul.cs_cont div.notc ul li.li_tit span{ padding-left: 50px; }
ul.cs_cont div.notc ul li.li_tit:first-child {position:relative; top:17px; padding-top:17px;}
ul.cs_cont div.notc ul:nth-of-type(7) li.li_tit {border-bottom:1px solid #3b3d40 !important;}

/*div.tabcontents ul.cs_cont > li:nth-of-type(2) {position:relative; top:35px;}*/

table.tbtype1 {width:100%;}
table.tbtype1 tr {border-bottom:1px solid #c6c8c9}
table.tbtype1 thead th {width:154px; padding:17px 0; font-size:14px; font-weight: bold;  color:#3b3d40; text-align:center;}
table.tbtype1 tbody th {width:20%; padding:17px 0; font-size:14px; font-weight: bold;  color:#3b3d40; text-align:center;}
table.tbtype1 tbody td {width:80%; position:relative; left:40px; font-size:14px; font-weight: bold;  color:#3b3d40; text-align:left;}
table.tbtype1 tbody td a {left:0;}
table.tbtype1 tbody tr.ovr td {color:#296c8e; padding:0; height:150px;}
.hide {
		display:none;
	}

.content .notc .btm_st { margin:40px 0;}
.content ul.pagint {text-align:center;}
.content ul.pagint li a {padding:4px 6px 6px; border:1px solid #c6c8c9;}
/*.content ul.pagint li a:nth-of-type(2) {margin-right:50px;}
.content ul.pagint li a:nth-of-type(3) {margin-left:-30px;}*/
.content ul.pagint li a.page { padding:5px 10px; margin:0 5px; border:1px solid #c6c8c9; color:#5b5b5b;}
.content ul.pagint li em.on { padding:6px 11px; margin:0 5px; border:none; background:#06a7e1; color:#fff;}
.content ul.pagint li em { padding:5px 10px; margin:0 5px; border:1px solid #c6c8c9; color:#5b5b5b;}
.content div.notc ul.li_btn {position:relative; margin-top:35px; text-align:center;}
.content div.notc ul.li_btn li {border-bottom:0;}
.content div.notc ul.li_btn li button {width:160px; height:44px; background:#06a7e1 !important; font-size:18px;  color:#fff; text-align:center; border:0;}



/*로그인*/
.log_info {margin:70px auto 64px; padding-bottom:54px; width:1280px; border-bottom:1px solid #b1b1b3;}
.log_info .log_t {margin-bottom:20px; font-weight: bold; font-size: 34px; color:#3b3d40; text-align:center;}
.log_info .log_t1 {font-size:18px;  color:#656b6f; text-align:center;}
.log_info li span {position:relative; top:65px; left:50%; margin:0 auto 0 -8px;}

.log_find {display:inline-block; width:1280px; height:470px; margin:0 auto 100px; padding-bottom:155px; border-bottom:1px solid #b1b1b3;}
.log_find .tabcontents {width:412px; margin:0 auto;}
.log_find .tabcontents ul {display:inline-block; position:relative; top:40px;}
.log_find .tabcontents ul li h5 {font-size:14px; color:#3b3d40;}
.log_find .tabcontents ul li input {vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; width:399px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.log_find .tabcontents ul li button {vertical-align:middle; margin-top:38px; font-weight:bold; font-size:16px; color:#fff; width:412px; height:40px; line-height:40px; background:#06a7e1; border:0;}
.log_find .tabcontents ul li select {vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; width:90px; height:38px; line-height:38px; border:1px solid #c6c8c9; }
.log_find .tabcontents ul.mb li input {width:78px; }
.log_find .tabcontents ul.mb li select option {height:38px !important;}
.log_find .tabcontents ul.mb > li button { margin-top:0; margin-left:5px; font-size:14px; color:#fff; width:97px; height:40px; line-height:40px; background:#656b6f; letter-spacing:-1.2px;}
.log_find .tabcontents ul.idtf li input { width:134px; height:38px; }
.log_find .tabcontents ul.cert li input {float:left; position:relative; padding-left:10px; font-weight: bold; font-size: 13px; color:#656b6f; width:278px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.log_find .tabcontents ul.cert > li button {float:left; position:relative; margin:0 0 0 5px; font-size:14px; color:#fff; width:117px; height:40px; background:#656b6f; letter-spacing:-.8px;}
.log_find .tabcontents p.id_f {position:relative; display:inline-block; top:40px; width:437px; font-size:20px; color:#2f3c47; letter-spacing:-.4px;}
.log_find .tabcontents p.id_f em {font-weight: bold; font-size: 25px; color:#07a2db !important;}

.id_login {display:inline-block; margin:0 auto 100px; width:1280px; height:275px; text-align:center; padding-bottom:155px; border-bottom:1px solid #535c64;}
.id_login ul {display:inline-block; position:relative; top:40px;}
.id_login ul li h4 {margin-bottom:25px; padding-bottom:17px; font-weight: bold; font-size: 18px; color:#3b3d40; background:url('../images/global/log_bar.png') center bottom no-repeat;}
.id_login .idt {display:inline-block; padding:0 67px; width:412px; height:300px; text-align:center; border-bottom:1px}
.id_login .idt:after {content: ""; display:block; clear:both; height:0; font-size:0;}
/* .id_login .idt:first-child {background:url('../images/log_seprt.jpg') right bottom no-repeat;} */
.id_login .idt li {float:left;}
.id_login .idt li label {float:left; display:inline-block;}
.id_login .idt li input {margin-bottom:8px; padding-left:10px; font-weight: bold; font-size: 13px; color:#656b6f; width:400px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.id_login .idt li select {padding-left:10px; font-weight: bold; font-size: 13px; color:#656b6f; width:90px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.id_login .idt li button {margin-top:14px; font-weight: bold; font-size: 16px; color:#fff; width:412px; height:40px; background:#06a7e1; border:0;}
.id_login .idt li h5 {font-size:14px; font-weight: bold;  color:#3b3d40;}
.id_login .idt li span {display:inline; padding:0 15px;}

.log_find .time {
	height: 40px; line-height: 40px;
	text-indent: 0.5em; display: inline-block;
}
.log_find .time em{
	font-weight: bold; color:#F00;
}


.find_id_pwd { text-align: left; margin-top: -20px; }
.find_id_pwd input{
	vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; height:38px; line-height:38px; border:1px solid #c6c8c9;
	width:399px;
}
.find_id_pwd input[name="mobile2"], .find_id_pwd input[name="mobile3"] { width:124px; }
.find_id_pwd select { width:100px; vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; height:38px; line-height:38px; border:1px solid #c6c8c9; }

.find_id_pwd input{ width:419px; }
.find_id_pwd.pwd select { width:80px; }
.find_id_pwd.pwd input[name="mobile2"], .find_id_pwd.pwd input[name="mobile3"] { width:85px; }
.find_id_pwd.pwd button.btn.gray { width:110px; }
.find_id_pwd.pwd input[name="authorizationCode"] { width:304px; }
.find_id_pwd.pwd .time {
	height: 40px; line-height: 40px;
	text-indent: 0.5em; display: inline-block;
	font-size: 13px;
}
.find_id_pwd.pwd  em{
	font-weight: bold; color:#F00;
}




.log_find {display:inline-block; width:1280px; height:470px; margin:0 auto 100px; padding-bottom:155px; border-bottom:1px solid #b1b1b3;}
.log_find .tabcontents {width:412px; margin:0 auto;}
.log_find .tabcontents ul {display:inline-block; position:relative; top:40px;}
.log_find .tabcontents ul li h5 {font-size:14px; color:#3b3d40;}
.log_find .tabcontents ul li input {vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; width:399px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.log_find .tabcontents ul li button {vertical-align:middle; margin-top:38px; font-weight:bold; font-size:16px; color:#fff; width:412px; height:40px; line-height:40px; background:#06a7e1; border:0;}
.log_find .tabcontents ul li select {vertical-align:middle; padding-left:10px; font-weight:bold; font-size:13px; color:#656b6f; width:90px; height:38px; line-height:38px; border:1px solid #c6c8c9; }
.log_find .tabcontents ul.mb li input {width:78px; }
.log_find .tabcontents ul.mb li select option {height:38px !important;}
.log_find .tabcontents ul.mb > li button { margin-top:0; margin-left:5px; font-size:14px; color:#fff; width:97px; height:40px; line-height:40px; background:#656b6f; letter-spacing:-1.2px;}
.log_find .tabcontents ul.idtf li input { width:134px; height:38px; }
.log_find .tabcontents ul.cert li input {float:left; position:relative; padding-left:10px; font-weight: bold; font-size: 13px; color:#656b6f; width:278px; height:38px; line-height:38px; border:1px solid #c6c8c9;}
.log_find .tabcontents ul.cert > li button {float:left; position:relative; margin:0 0 0 5px; font-size:14px; color:#fff; width:117px; height:40px; background:#656b6f; letter-spacing:-.8px;}
.log_find .tabcontents p.id_f {position:relative; display:inline-block; top:40px; width:437px; font-size:20px; color:#2f3c47; letter-spacing:-.4px;}
.log_find .tabcontents p.id_f em {font-weight: bold; font-size: 25px; color:#07a2db !important;}


.content .theme_bann { margin:30px auto 75px; width:1280px; position: relative;}
.content .theme_bann:AFTER { content: ""; display: block; clear:both; height: 0;font-size: 0; }
.content .theme_bann > ul li {float:left; position:relative; margin:0; padding:0; cursor:pointer; }
.content .theme_bann ul li:hover div.over3 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity:1;  transition-duration: 0.5s;}
.content .theme_bann ul li div.over3 {position:absolute;top:0;left:0; background:rgba(0,0,0,0.7); color:#FFF; width:100%;height:100%;  transition-duration: 0.3s;  opacity:0;  }
.content .theme_bann ul li div.over3 ul {margin:0 10px; margin-top:30px;}
.content .theme_bann ul li div.over3 ul li {width:100%; font-size:24px; color:#fff; text-align:center; letter-spacing:-1px;}
.content .theme_bann ul li div.over3 ul li em {font-weight: bold; font-size: 24px; color:#fff;}
.content .theme_bann ul li div.over3 ul li span {clear:both; margin:0; margin-bottom:15px; font-size:14px; text-align:center;}
.content .theme_bann ul li div.over3 ul li button {clear:both; position:relative; display:block; margin:0 auto; margin-top:25px; width:32px; height:32px; background:url('../images/themes/all_v.png') center center no-repeat; border:none;}
.content .theme_bann ul li div.over3 a {display:inline-block; position:relative;}
.content .theme_bann ul li:hover div.over1 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity:1;  transition-duration: 0.5s;}
.content .theme_bann ul li div.over1 {position:absolute;top:0;left:0; background:rgba(0,0,0,0.7);color:#FFF; width:100%;height:100%;  transition-duration: 0.3s; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity:0;}
.content .theme_bann ul li div.over1 ul {margin:30px 25px 0;}
.content .theme_bann ul li div.over1 ul li {float:left; width:100%; font-size:24px; color:#fff; text-align:left;}
.content .theme_bann ul li div.over1 ul li em {float:left; font-weight: bold; font-size: 24px; color:#fff;}
.content .theme_bann ul li div.over1 ul li span {margin:0; margin-bottom:15px; font-size:14px; text-align:center;}
.content .theme_bann ul li div.over1 ul li button {clear:both; float:left; position:relative; display:block; margin-top:25px; margin-left:0; width:32px; height:32px; background:url('../images/themes/all_v.png') center 55% no-repeat; border:none;}
.content .theme_bann ul li div.over1 a {display:inline-block; position:relative;}
.content .theme_bann ul li:hover div.over2 {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity:1;  transition-duration: 0.5s;}
.content .theme_bann ul li div.over2 {position:absolute;top:0;left:0; background:rgba(0,0,0,0.7);color:#FFF; width:100%;height:100%;  transition-duration: 0.3s; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity:0;}
.content .theme_bann ul li div.over2 ul {margin:30px 25px 0;}
.content .theme_bann ul li div.over2 ul li {float:right; width:100%; font-size:24px; color:#fff; text-align:right;}
.content .theme_bann ul li div.over2 ul li em {float:right; font-weight: bold; font-size: 24px; color:#fff;}
.content .theme_bann ul li div.over2 ul li span {margin:0; margin-bottom:15px; font-size:14px; text-align:center;}
.content .theme_bann ul li div.over2 ul li button {clear:both; float:right; position:relative; display:block; margin-top:25px; margin-right:0; width:32px; height:32px; background:url('../images/themes/all_v.png') center 55% no-repeat; border:none;}
.content .theme_bann ul li div.over2 a {display:inline-block; position:relative;}

.content .theme_bann ul li.mize1{ width: 213px; height: 480px; }
.content .theme_bann ul li.mize2{ width: 641px; height: 480px; }
.content .theme_bann ul li.mize3{ width: 426px; height: 240px; }
.content .theme_bann ul li.mize4{ width: 213px; height: 240px; }
.content .theme_bann ul li.mize5{ width: 213px; height: 240px; }


/*.content .theme_bann ul li.shop_n {margin:0; padding:0; }
.content .theme_bann ul li.shop_n a {display:none; position:relative; top:180px; left:-600px; padding:10px; background:#06a7e1; font-size:14px; font-weight: bold;  color:#fff;}*/

.content .theme_bann .over {position: absolute; left:0; top:0; display: none;}
.content .theme_bann .over button.return {position: absolute; right:0; bottom:0; background: #51515c url(../images/themes/return.png) no-repeat 0 0; width:80px; height: 80px; border: none; text-indent: -1000em;  }
.content .theme_bann button.all_v {position: absolute; right:0; bottom:0; background: #51515c url(../images/themes/all_view.png) no-repeat 0 0; width:80px; height: 80px; border: none; text-indent: -1000em;  }


.content .diy_tit {margin-bottom:70px;}

.content .bi_all {display: none;}
.content .bi {float:left; margin:0px auto 30px; width:1280px; height:480px; position: absolute; top:0; left:0; background: #FFF; padding: 2px;}
.content .bi_all:AFTER{ content: ""; display: block; clear:both; height: 0;font-size: 0; }
#container > ul li {float:left; position:relative; margin:0 1px 1px 0; padding:0; font-weight: bold; font-size: 28px; color:#293139;  letter-spacing:-.7px; background:#e8e8e8; width:212px; height:159px; text-align:center; cursor:pointer; overflow: hidden; }
#container > ul li a {display:table-cell; font-weight: bold; font-size: 28px; color:#293139; letter-spacing:-.7px; width: 212px; vertical-align: middle; height: 166px;}
#container > ul li a.selected {background:#06a7e1; color:#fff;}
#container > ul li.selected div.bi_ov ,#container > ul li:hover div.bi_ov {position:absolute; top:0; padding:0; background:#06a7e1; width:100%; height:100%;}
#container > ul li div.bi_ov p {display:none; margin-top:30%;}
#container > ul li.selected div.bi_ov p {display:block;  color: #fff;}
#container > ul li:hover div.bi_ov p {display:block; margin-top:30%; font-weight: bold; font-size: 28px; color:#fff; letter-spacing:-.7px;}
.bi_all button.return {float:right; position: absolute; right:0px; bottom:0px; background: #51515c url(../images/brands/return.png) no-repeat 0 0; width:80px; height: 80px; border: none; text-indent: -1000em;}
#wrapper{
	position:absolute;
	top:0;
	left:0;
	width:1280px;
	height:480px;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	background:#fff;
}
#container{
	position:absolute;
	top:0;
	left:0;
	width:1280px;
	height:100%;
}
/* Scrollbar */
.content #scrollbar {
	position: absolute;
	top: 29px;
	right: 10px;
	width: 5px;
	height: 430px;
	background: #cbcbcb;
	line-height: 0;
	border-radius:3px;
	z-index:300;
	overflow:auto;

}
.content #scrollbar .handle {
	width: 100%;
	height: 100px;
	background: #9e9e9e;
	border-radius:3px;
	cursor: pointer;
	z-index:8888;
}
.content #scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: -10px;
	width: 22px;
	height: 100%;
	z-index:8888;
}


.popular_prd {position:relative; display:block; top:0px; margin:45px 10px 50px 0; width:1280px;}
.popular_prd .populr_tit {position:relative; display:inline-block; height:25px; top:0; margin:0; width:1160px; height:50px; border-bottom:1px solid #ddd;}
.popular_prd .populr_tit li {float:left; position:relative; display:inline-block; height:50px; top:0;}
.popular_prd .populr_tit li h3 {position:relative; display:inline-block; height:50px; top:0; font-weight: bold; font-size: 28px; color:#373737; width:115px; border-bottom:1px solid #373737; letter-spacing:-1px;}
.popular_prd .populr_tit li.brd_catg1 h3 {width:160px;}
.popular_prd .populr_tit li.brd_catg2 h3 {width:205px;}
.popular_prd .populr_tit li.brd_catg3 h3 {width:173px;}
.popular_prd .populr_tit li.evt_tit h3 {width:210px;}
.popular_prd .prod_detl_tit {position:relative; display:inline-block; height:25px; top:0; margin-top:50px; width:1127px; height:50px; border-bottom:1px solid #ddd;}
.popular_prd .prod_detl_tit li {float:left; position:relative; display:inline-block; height:50px; top:0;}
.popular_prd .prod_detl_tit li h3 {position:relative; display:inline-block; height:50px; top:0; font-weight: bold; font-size: 28px; color:#373737; width:175px; border-bottom:1px solid #373737; letter-spacing:-1px;}
.popular_prd .populr_tit2 {position:relative; display:inline-block; height:25px; top:0; margin:0; width:1127px; height:40px; border-bottom:1px solid #ddd;}
.popular_prd .populr_tit2 li {float:left; position:relative; display:inline-block; height:40px; top:0;}
.popular_prd .populr_tit2 li h3 {position:relative; display:inline-block; height:40px; top:0; font-weight: bold; font-size: 28px; color:#373737; width:250px; border-bottom:1px solid #373737; letter-spacing:-1px;}
.popular_prd .populr_tit1 {position:relative; display:inline-block; height:25px; top:0; margin:0; width:1160px; height:40px; border-bottom:1px solid #ddd;}
.popular_prd .populr_tit1 li {float:left; position:relative; display:inline-block; height:40px; top:0;}
.popular_prd .populr_tit1 li h3 {position:relative; display:inline-block; height:40px; top:0; font-weight: bold; font-size: 28px; color:#373737; width:115px; border-bottom:1px solid #373737; letter-spacing:-1px;}
.popular_prd .populr_tit1 li.reslt_tit h3 {position:relative; display:inline-block; height:40px; top:0; font-weight: bold; font-size: 24px; color:#3b3d40; width:130px; border-bottom:1px solid #373737; letter-spacing:-.4px;}
.popular_prd .populr_tit1 li.reslt_tit1 h3 {position:relative; display:inline-block; height:40px; top:0; font-weight: bold; font-size: 24px; color:#3b3d40; width:150px; border-bottom:1px solid #373737; letter-spacing:-.4px;}
.popular_prd .populr_tit1 > li.align_p {float:right; position:relative; top:0px; margin-top:10px; padding:0; width:314px; height:25px;}
.popular_prd .populr_tit1 li.align_p ul {height:25px;}
.popular_prd .populr_tit1 li.align_p > li {float:left; height:25px;}
.popular_prd .populr_tit1 li.align_p > a {float:left; height:25px;}
.popular_prd .populr_tit1 li.align_p > span {float:left; height:25px;}
.popular_prd .populr_tit1 li.align_p ul li span {padding:0 7px;}

.reslt_tit h3{ width: auto !important; }

.popular_prd .populr_tit > li.view_tp {float:right; position:relative; display:inline-block; top:0px; margin-top:20px; padding:0; height:25px;}
.popular_prd .populr_tit li.view_tp ul {height:25px;}
.popular_prd .populr_tit li.view_tp ul li {float:left; margin:0 5px; height:25px; cursor:pointer;}
.popular_prd .populr_tit li.view_tp > a {float:left; height:25px;}
.popular_prd .populr_tit li.view_tp ul li.vw_album {width:20px; background:url('../images/vw_album.png') 30% top no-repeat;}
.popular_prd .populr_tit li.view_tp ul li:first-child.on {width:20px; background:url('../images/vw_album_on.png') 30% top no-repeat;}
.popular_prd .populr_tit li.view_tp ul li.vw_blog {width:20px; background:url('../images/vw_blog.png') 70% top no-repeat;}
.popular_prd .populr_tit li.view_tp ul li.on {width:20px; background:url('../images/vw_blog_on.png') 70% top no-repeat;}
.popular_prd .populr_tit li.view_tp ul li.vw_return {margin-left:-210px; margin-top:-3px; width:20px; background:url('../images/return.png') 10% top no-repeat;}
.popular_prd .populr_tit li.view_tp ul li span {margin-left:-175px; color:#dcdcde;}
/*.popular_prd .populr_tit li.view_tp ul li span.vw {position:relative; padding:0 29px; color:#dcdcde;}*/
.popular_prd .populr_tit li.view_tp ul li select {margin-top:-5px; padding:0; padding-left:5px; font-weight: bold; font-size: 12px; color:#656b6f; letter-spacing:-.5px; width:93px; border:none; background:#f6f6f6 url('../images/select_arr.png') 93% center no-repeat;}
.popular_prd .populr_tit li.view_tp ul li select option {padding:5px 0 !important; padding-left:5px !important;}

/*뷰_앨범형*/
.popular_prd .prd_list {position:relative; display:inline-block; width:1170px; height:100%;}
.popular_prd .type_album ul {position:relative; display:inline-block;}
.popular_prd .type_album ul li {float:left; position:relative; display:inline-block; margin-top:40px; width:231px; height:237px; border-left:1px solid #ddd;}
.popular_prd .type_album ul li:first-child {border-left:none;}
.popular_prd .type_album ul li:hover .shopnow {opacity:1; cursor:pointer;}
.popular_prd .type_album ul li:hover .diy {opacity:1; cursor:pointer;}
.popular_prd .type_album ul li div.shopnow {position:absolute; bottom:0; display:block; background:rgba(6,167,225,.8); text-align:center; width:116px; height:44px; line-height:44px; opacity:0;}
.popular_prd .type_album ul li div.shopnow a {font-weight: bold; font-size: 10px; color:#fff;}
.popular_prd .type_album ul li div.diy {position:absolute; bottom:0; float:right; right:0; display:block; background:rgba(91,91,91,.8); text-align:center; width:116px; height:44px; line-height:44px; opacity:0;}
.popular_prd .type_album ul li div.diy a {font-weight: bold; font-size: 10px; color:#fff;}
.popular_prd .type_album dl dt {text-align:center;}
.popular_prd .type_album dl dd {text-align:center;}
.popular_prd .type_album dl {position:relative; margin:15px 0; left:0px; height:207px;}
.popular_prd .type_album dl dt {left:0px; margin:0; height:174px;}
.popular_prd .type_album dl dt span {vertical-align:top;}
.popular_prd .type_album dl dt span.best {display:inline-block; width:52px; height:23px; background:url("../images/themes/best.png") left top no-repeat;}
.popular_prd .type_album dl dt span.new {display:inline-block; width:52px; height:23px; background:url("../images/themes/new.png") left top no-repeat;}
.popular_prd .type_album dl dt span img{vertical-align: top;}
.popular_prd .type_album dl dd.t_nm {font-size:14px; color:#545454;}
.popular_prd .type_album dl dd.descrt {display:none;}
.popular_prd .type_album dl dd.prc {position:relative; font-weight: bold; font-size: 16px; color:#373737;}
.popular_prd .type_album dl dd.shnow button {display:none;}
.popular_prd .type_album dl dd.shnow button.diy {display:none;}
.popular_prd .type_album button.mrv {float:right; margin-top:22px; font-weight: bold; font-size: 15px; color:#3b3d40; border:0; width:144px; background:#fff;}
.popular_prd .type_album button.mrv img {margin-left:3px;}

/*뷰_앨범형 브랜드*/
/*.popular_prd .type_album1 ul {position:relative; display:inline-block;}*/
.popular_prd .type_album1 ul:AFTER{ content: ""; display: block; clear: both;  }
.popular_prd .type_album1 ul li {float:left; position:relative; display:inline-block; margin: 10px 0; width:231px; height:246px; border-left:1px solid #ddd; cursor:pointer;}
.popular_prd .type_album1 ul li.first {border: none;}
.popular_prd .type_album1 ul li:first-child {border-left:none;}
.popular_prd .type_album1 ul li:hover .shopnow {opacity:1; cursor:pointer; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.popular_prd .type_album1 ul li:hover .diy {opacity:1; cursor:pointer;}
.popular_prd .type_album1 ul li div.shopnow {
	position:absolute; bottom:0; display:block; background:rgba(6,167,225,.8); text-align:center;  line-height:44px; opacity:0;
	width:100%;	height:44px;
	-webkit-transition-duration: 0.3s; transition-duration: 0.3s;
}
.popular_prd .type_album1 ul li div.shopnow a {
	display: inline-block;
	width:100%;
	height:44px;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
}
.popular_prd .type_blog ul li.empty,
.popular_prd .type_album1 ul li.empty {
	width: 100%;
	font-size: 20px;
	text-align: center;
	color:#666;
	height: auto;
	padding: 4em 0;
	margin: 0;
	cursor: default;
}

.popular_prd ul:AFTER{
	content: "";
	display: block;
	clear: both;
}

.prd_list .page_wrap {
	border-top: 1px solid #dddddd;
	padding: 30px 0;
	margin: 0;
}


.popular_prd .type_album1 ul{ margin:20px 0 20px 0; }
.popular_prd .type_album1 dl dt {text-align:center;}
.popular_prd .type_album1 dl dd {text-align:center;}
.popular_prd .type_album1 dl {position:relative; margin:17px 0; left:0px; height:207px;}
.popular_prd .type_album1 dl dt {left:0px; margin:0; height:174px;}
.popular_prd .type_album1 dl dt span {vertical-align:top;}
.popular_prd .type_album1 dl dt span.best {display:inline-block; width:52px; height:23px; background:url("../images/themes/best.png") left top no-repeat; position: absolute; left:10px; top:-7px;}
.popular_prd .type_album1 dl dt span.new {display:inline-block; width:52px; height:23px; background:url("../images/themes/new.png") left top no-repeat;  position: absolute; left:10px; top:-7px;}
.popular_prd .type_album1 dl dt span img{vertical-align: top;}
.popular_prd .type_album1 dl dd.t_nm {font-size:14px; color:#545454; height: 1.4em; letter-spacing: -0.1em; text-overflow:ellipsis; margin: 0 5px; width: 220px; overflow: hidden; white-space: nowrap;}
.popular_prd .type_album1 dl dd.descrt {display:none;}
.popular_prd .type_album1 dl dd.prc {position:relative; font-weight: bold; font-size: 16px; color:#373737;}
.popular_prd .type_album1 dl dd.shnow {display:none;}
.popular_prd .type_album1 dl dd.shnow {display:none;}
.popular_prd .type_album1 button.mrv {float:right; margin-top:22px; font-weight: bold; font-size: 15px; color:#3b3d40; border:0; width:144px; background:#fff;}
.popular_prd .type_album1 button.mrv img {margin-left:3px;}


/*뷰_블로그형*/
.popular_prd .type_blog {position:relative; display:inline-block; margin-bottom:0px;}
.popular_prd .type_blog ul{ margin:20px 0 20px 0; }
.popular_prd .type_blog ul li {float:left; position:relative; display:inline-block; width:580px; margin: 35px 0; cursor:pointer;}
.popular_prd .type_blog ul li div.shopnow {display:none;}
.popular_prd .type_blog ul li div.diy {display:none;}
.popular_prd .type_blog ul li dl {float:left; margin:0; width:100%;}
.popular_prd .type_blog ul li dl dt {float:left; width:203px; height:174px; text-align:center;}
.popular_prd .type_blog ul li dl dd {float:left; width:349px;}
.popular_prd .type_blog ul li dl dd.t_nm {margin-bottom:12px; font-size:20px; font-weight:bold; color:#3b3d40; letter-spacing:-1px; height: 2.6em;}
.popular_prd .type_blog ul li dl dd.descrt {margin-bottom:10px; width: 230px; height: 40px; font-size:14px; color:#656b6f; line-height:20px; letter-spacing:-.75px; height: 4.1em;}
.popular_prd .type_blog ul li dl dd.prc {margin-bottom:20px; font-size:14px; font-weight: bold;  color:#22649c; line-height:18px; letter-spacing:-.5px;}
.popular_prd .type_blog ul li dl dd.shnow a {
	display:inline-block; text-align:center;
	margin-right:10px; font-weight:bold; font-size: 10px;color:#fff; width:110px; height:34px; line-height:34px; letter-spacing:1px; background:#38b9e7; border-radius:2px; border:none;
}
.popular_prd .type_blog ul li dl dd.shnow button.diy {font-weight: bold; font-size: 10px; color:#fff; width:110px; height:34px; line-height:34px; letter-spacing:1px; background:#535c64; border-radius:2px; border:none;}
.popular_prd .type_blog dl dt span {vertical-align:top;}
.popular_prd .type_blog dl dt span.best {display:inline-block; width:52px; height:23px; background:url("../images/themes/best.png") left top no-repeat; position: absolute; left:0; top:0;}
.popular_prd .type_blog dl dt span.new {display:inline-block; width:52px; height:23px; background:url("../images/themes/new.png") left top no-repeat; position: absolute; left:0; top:0;}
.popular_prd .type_blog dl dt span img{vertical-align: top;}
.popular_prd .type_blog button.mrv {float:right; margin-top:22px; font-weight: bold; font-size: 15px; color:#3b3d40; border:0; width:144px; background:#fff;}
.popular_prd .type_blog button.mrv img {margin-left:3px;}
.popular_prd .type_blog .btm_st {margin:0;}
.popular_prd .type_blog ul.pagint {margin:0; border-bottom:none; width:100%;}
.popular_prd .type_blog ul.pagint li {margin:0; width:100%; text-align:center;}

.popular_prd .prd_list_b {position:relative; display:inline-block; width:1170px; height:100%;}
.popular_prd .prd_list_b ul {position:relative; display:inline-block;}
.popular_prd .prd_list_b ul li {float:left; position:relative; display:inline-block; margin-top:40px; width:231px; height:237px; border-left:1px solid #ddd; cursor:pointer;}
.popular_prd .prd_list_b ul li:first-child {border-left:none;}
.popular_prd .prd_list_b ul li:hover .shopnow {opacity:1; cursor:pointer; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.popular_prd .prd_list_b ul li:hover .diy {opacity:1; cursor:pointer;}
.popular_prd .prd_list_b ul li div.shopnow {position:absolute; bottom:0; display:block; background:rgba(6,167,225,.8); text-align:center; width:231px; height:44px; line-height:44px; opacity:0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.popular_prd .prd_list_b ul li div.shopnow a {font-weight: bold; font-size: 10px; color:#fff;}
.popular_prd .prd_list_b ul li div.diy {position:absolute; bottom:0; float:right; right:0; display:block; background:rgba(91,91,91,.8); font-weight: bold; font-size: 10px; color:#fff; text-align:center; width:116px; height:44px; line-height:44px; opacity:0;}
.popular_prd .prd_list_b dl dt {text-align:center;}
.popular_prd .prd_list_b dl dd {text-align:center;}
.popular_prd .prd_list_b dl {position:relative; margin:15px 0; left:0px; height:207px;}
.popular_prd .prd_list_b dl dt {left:0px; margin:0; height:174px;}
.popular_prd .prd_list_b dl dt span {vertical-align:top;}
.popular_prd .prd_list_b dl dt span.best {display:inline-block; width:52px; height:23px; background:url("../images/themes/best.png") left top no-repeat; position: absolute; left:10px; top:-7px; }
.popular_prd .prd_list_b dl dt span.new {display:inline-block; width:52px; height:23px; background:url("../images/themes/new.png") left top no-repeat; position: absolute; left:10px; top:-7px;}
.popular_prd .prd_list_b dl dt span img{vertical-align: top;}
.popular_prd .prd_list_b dl dd {font-size:14px; color:#545454; }
.popular_prd .prd_list_b dl dd:last-child {position:relative; font-weight: bold; font-size: 16px; color:#373737;}

.popular_prd .btm_st {margin-top:65px;}
.popular_prd ul.pagint {margin:0; border-bottom:none; width:100%;}
.popular_prd ul.pagint li {margin:0; width:100%; height:65px; text-align:center; border-left:none;}
.popular_prd > button {float:right; margin-right:10%; margin-top:45px; font-weight: bold; font-size: 15px; color:#3b3d40; border:0; width:144px; height:38px; background:#fff;}
.popular_prd > button img {margin-left:3px;}

.popular_prd .dtail_p {position:relative; display:inline-block; width:100%;}
.popular_prd .dtail_p li div.prd_detail {width:100%; position:relative; display:inline-block;}
/*.popular_prd .dtail_p li div.prd_detail img,table {float:left;}*/
.popular_prd .dtail_p li div.prd_detail .prd_img {float:left; width:575px; height:520px; text-align: center;}
.popular_prd .dtail_p li div.prd_detail .prd_img.no_image {background:url("../images/details/no_goods.jpg") 30px 25px no-repeat;}
.popular_prd .dtail_p li div.prd_detail .prd_img > img {margin-top:25px; margin-right: 15px; }
.popular_prd .dtail_p li div.prd_detail .prd_cont {float:left; width:585px; min-height:520px;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table {margin-top:75px; width:540px}
.popular_prd .dtail_p li div.prd_detail .prd_cont table thead tr th {font-size:32px; font-weight:bold; color:#3b3d40; border-bottom:2px solid #3b3d40; padding-bottom:20px; text-align:left; letter-spacing: -0.1em; }
.popular_prd .dtail_p li div.prd_detail .prd_cont table thead tr th .goodsName{ width: 460px; display: inline-block; }
.popular_prd .dtail_p li div.prd_detail .prd_cont table thead tr th a {float:right; margin-top:10px; font-size:12px; color:#3b3d40;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody tr th {font-weight: bold; font-size: 15px; color:#3b3d40; padding:27px 0; text-align:left;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody tr td {font-weight: bold; font-size: 15px; color:#656b6f; padding:0; height:50px; letter-spacing:-.4px;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody tr:first-child td {letter-spacing:-1.4px;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody tr {border-bottom:1px solid #c6c8c9;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody tr.detl_btm {border-bottom:1px solid #3b3d40;}

.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody td em {color:#c11017;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody td span {font-weight:normal; color:#656b6f;}
.popular_prd .dtail_p li div.prd_detail .prd_cont table tbody td button {margin-left:15px; font-size:12px; color:#3b3d40; border:1px solid #3b3d40; border-radius:1px; background:#fff; width:65px; height:27px;}

.popular_prd .dtail_p li div.prd_detail .prd_cont ul.diy_btn {position:relative; display:inline-block;}
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li {float:left; margin-right:8px; margin-top:30px;}
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li button {font-size:18px;  color:#fff; width:154px; height:54px; background:#06a7e1; border:0 solid #0971c9; 	-webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn2 button { background:#535c64; }
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn3 button { background:#22649c; }
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn4 button { width:54px; height:54px; border:1px solid #06a7e1; background:#fff;}
/*.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn4 button img {margin-left:25%;}*/


/*.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn1 button:HOVER {border: 5px solid #0892c3;    	-webkit-transition-duration: 0.3s; transition-duration: 0.3s; }*/


.diy_prest {position:fixed; bottom:0; display:inline-block; width:100%; height:70px; background:#3a3c46; z-index: 1;}
.diy_prest ul li {margin:0 auto; width:100%;}
.diy_prest dl {margin:0 auto; width:1280px;}
.diy_prest dl dt {font-size:20px; font-weight:bold; color:#fff; line-height:70px;}
.diy_prest dl dd {float:right; position:relative; display:inline-block; top:-50px; margin-left:20px; font-size:20px; font-weight:bold; color:#f2f2f2;}
.diy_prest dl dd span {padding-right:7px; font-size:14px; line-height:25px;}
.diy_prest dl dd.tot_c {font-size:20px; color:#c6c8c9;}
.diy_prest dl dd > button {position:relative; top:-6px; width:180px; height:40px; border-radius:4px; background:#06a7e1; font-weight: bold; font-size: 18px; color:#fff; border:0;}
.diy_prest .arr_btn {float:right; width:60px; height:70px; background:#494b57 url('../images/themes/arr_btn2.png') center center no-repeat; border:0;}
.diy_prest.hide .arr_btn {float:right; background:#494b57 url('../images/themes/arr_btn.png') center center no-repeat;}
.diy_prest .choose {position:relative; margin:0; padding:0; width:100%; height:155px; background:#494b57;}
.diy_prest .choose li {position:relative; margin:0 auto; padding:0; width:1280px;}
.diy_prest .choose li h6 {padding:35px 0 10px; font-size:14px; font-weight: bold;  color:#20beff; width:6%;}
.diy_prest .choose li input {float:left; padding-left:10px; font-size:14px; font-weight: bold;  color:#656b6f; width:270px; height:35px; background:#fff; border:0;}
.diy_prest .choose li button {font-size:14px; font-weight: bold;  color:#fff; width:68px; height:35px; background:#06a7e1; border:0;}
.diy_prest .choose li.tot_del button {float:left; margin-top:27px; font-weight: bold; font-size: 13px; color:#c6c8c9; width:74px; height:29px; background:#262833; border:0;}
.diy_prest .choose ul li ul.chs_pro {float:right; position:relative; top:-45px; width:67%; height:120px;}
.diy_prest .choose ul li ul.chs_pro li {float:left; margin-right:140px; width:17%; height:120px; font-size:14px; color:#d2d9dc;}
.diy_prest .choose ul li ul.chs_pro li em {font-size:18px;  color:#fff;}
.diy_prest .choose ul li ul.chs_pro li dl {width:100%;}
.diy_prest .choose ul li ul.chs_pro li dl dt {width:120px; height:120px; background:#f5f5f5;}
.diy_prest .choose ul li ul.chs_pro li dl dt img {position:relative; top:10%; left:12.5%;}
.diy_prest .choose ul li ul.chs_pro li dl dd {float:left; position:relative; top:-105px; left:120px; width:100%; font-size:12px; color:#f2f2f2; line-height:20px !important;}
.diy_prest .choose ul li ul.chs_pro li dl dd em {}
.diy_prest .choose ul li ul.chs_pro li dl dd.prc {width:100%; font-weight: bold; font-size: 15px; color:#f2f2f2;}
.diy_prest .choose ul li ul.chs_pro li dl dd.del_bt {position:relative; display:inline-block; margin-top:15px;}
.diy_prest .choose ul li ul.chs_pro li dl dd.del_bt button {font-size:11px; color:#fff; width:40px; height:20px; background:#3a3c46;}

.diy_prest .choose ul li ul.chs_prob {float:right; position:relative; top:0px; width:67%; height:120px;}
.diy_prest .choose ul li ul.chs_prob li {float:left; margin-right:140px; width:100%; height:120px; font-size:14px; color:#d2d9dc;}
.diy_prest .choose ul li ul.chs_prob li em {position:relative; bottom:25px; font-size:18px;  color:#fff; margin-bottom:25px;}


/*DIY DETAIL*/
.prod_info {margin-top:130px; width:100%;}
.prod_info ul.tabs {width:1127px;}
.prod_info ul.tabs li {float:left; border:1px solid #c6c8c9; border-style:solid none solid solid; text-align:center;}
.prod_info ul.tabs li.selected {border-top:2px solid #3b3c3c; height:52px;}
.prod_info ul.tabs li.r_bd {border-style:none none solid solid; height:54px; width:325px;}
.prod_info ul.tabs li a {display:inline-block; width:266px; height:33px; padding: 10px 0; line-height:33px; font-size:22px; color:#3b3d40;}
.prod_info ul.tabs li.selected a {font-weight:bold; background: #FFF;}
.prod_info#warning {margin-bottom:70px;}
.prod_info div {position:relative; display:inline-block; width:1127px;}
.prod_info div p {font-size:14px; color:#3b3d40; margin: 5px 0; /*padding: 30px;*/ }
.prod_info div pre {font-size:14px; color:#3b3d40; margin: 5px 0; font-family:'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; }
.prod_info .prod_desc{ padding: 30px; }


/*a:link,a:visited,a:hover{color:#ddd;}
a:hover{color:#fff; text-decoration:none;}*/
#bg{position:fixed; left:585px; top:0; width:1280px; height:480px;}
#bgimg{display:none; cursor:pointer; -ms-interpolation-mode: bicubic;} /* special IE fix for resized images */
#preloader{position:absolute; z-index:2; width:140px; padding:20px; top:20px; left:50px; background:#000; color:#666; font-family:graublauweb-webfont, Helvetica, Arial, sans-serif; font-size:16px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#preloader img{margin-right:20px;}
#toolbar{display:inline-block; padding:4px 15px; margin:20px 15px; background:#262626 url(sw_btn_bg.png) repeat-x; -moz-border-radius:8px; -khtml-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; font-family:graublauweb-webfont, Helvetica, Arial, sans-serif; font-size:12px; color:#fff; cursor:pointer;}
.light{font-family:eurof35-webfont, Helvetica, Arial, sans-serif;}
.grey{color:#999;}
.lightgrey{color:#ddd;}
.s36{font-size:36px;}
.s24{font-size:24px;}

/*MYPAGE*/
.mypage_info {margin:70px auto 64px; padding-bottom:54px; width:1280px; border-bottom:1px solid #b1b1b3; position: relative;}
.mypage_info .mp_t {margin-bottom:20px; font-weight: bold; font-size: 34px; color:#3b3d40; text-align:center;}
.mypage_info .mp_t1 {font-size:18px;  color:#656b6f; text-align:center;}
.mypage_info .arrow{position: absolute; left: 50%; bottom: -9px; margin-left: -7px; }
.mp_tab {margin-bottom:55px;}
.mp_tab ul.tabs {position:relative; display:inline-block;}
.mp_tab ul.tabs li {float:left; font-size:17px; color:#3b3d40; width:318px; height:45px; line-height:45px; text-align:center; border:1px solid #c6c8c9; border-style:solid solid none none;}
.mp_tab ul.tabs li.selected {background:#3b3d40;}
.mp_tab ul.tabs li.selected a {color:#fff;}
.mp_tab ul.tabs li:first-child {border-left:1px solid #c6c8c9;}
.mp_tab ul.tabs li.mp_bd {border-bottom:1px solid #c6c8c9;}
.mp_tab ul.tabs li.mp_bd1 {border-left:1px solid #c6c8c9; border-bottom:1px solid #c6c8c9;}

.mp_tab .tabcontents .coup_tit .left_title {float: left;}
.mp_tab .tabcontents .coup_tit .right_comment {float: right; margin-top: 20px;}
.mp_tab .tabcontents .coup_tit {margin-top:55px;}
.mp_tab .tabcontents .coup_tit li.coup_t1 {margin-left:15px; margin-bottom:20px; font-size:14px; color:#3b3d40;}
.mp_tab .tabcontents .coup_tit li h4 {margin-bottom:20px; font-size:20px; color:#3b3d40; padding-left:15px; background:url('../images/mypage/coup_dot.png') left center no-repeat;}
.mp_tab .tabcontents .srch_coup {position:relative; display:inline-block; width:1280px; padding:0; background:#edeeef;}
.mp_tab .tabcontents .srch_coup .srch_cp {padding-left:70px; width:1210px;}
.mp_tab .tabcontents .srch_coup ul.tabs {margin-right:20px; padding:55px 0;}
.mp_tab .tabcontents .srch_coup ul.tabs li {font-size:16px; color:#3b3d40; background:#fff; width:90px; height:32px; line-height:32px; border:1px solid #e2e2e2; border-style:solid solid solid none}
.mp_tab .tabcontents .srch_coup ul.tabs li.selected {background:#06a7e1;}
.mp_tab .tabcontents .srch_coup ul.tabs li.selected a {color:#fff;}
.mp_tab .tabcontents .srch_coup ul.tabs li:first-child {border:none; background:#edeeef; width:75px;}
.mp_tab .tabcontents .srch_coup h5 {clear:both; float:left; margin:0px 0;  width:70px; font-weight: bold; font-size: 16px; color:#3b3d40;}
.mp_tab .tabcontents .srch_date {position:relative; display:inline-block; top:4px; padding-bottom:55px; width:60%;}
.mp_tab .tabcontents .srch_date li {float:left; width:40.6%;}
.mp_tab .tabcontents .srch_date li:first-child {float:left; width:52.5%; margin-right:5px;}
.mp_tab .tabcontents .srch_date li input[type='text'] {margin-right:5px; padding:0 5px 0 5px; font-size:16px; color:#3b3d40; width:115px; height:32px; border:1px solid #e2e2e2;}
.mp_tab .tabcontents .srch_date li h5 {margin:5px 0;}
.mp_tab .tabcontents .srch_date li button {position:relative; vertical-align:middle; top:-3px; width:34px; height:32px; background:#fff; border:1px solid #e2e2e2; text-align:center;}
.mp_tab .tabcontents .srch_date li button img {position:relative; left:-3px; padding:0; vertical-align:middle;}
.mp_tab .tabcontents .srch_date li button.srch_recv {clear:both; position:relative; top:-3px; font-size:16px; color:#fff; width:80px; height:34px; background:#06a7e1;}
.mp_tab .srch_coup .tabcontents {position:relative; left:0px; padding-top:15px; background:#fff; width:1280px; height:100%;}
.mp_tab .srch_coup .tabcontents > div {position:relative; display:inline-block; width:100%; height:100%;}
.mp_tab .srch_coup .tabcontents div p {margin-bottom:110px; margin-top:0; font-size:12px;  color:#656b6f;}
.mp_tab .srch_coup .tabcontents div table {position:relative; top:0px; background:#fff; width:100%; border-top:2px solid #06a7e1; border-bottom:1px solid #656b6f;}
.mp_tab .srch_coup .tabcontents div table thead th {padding:0; height:50px; font-weight: bold; font-size: 12px; color:#3b3d40;}
.mp_tab .srch_coup .tabcontents div table thead th:first-child {border-left:none;}
.mp_tab .srch_coup .tabcontents div table tbody td {padding:0; height:50px; font-size:12px; color:#656b6f; text-align:center; border-bottom:1px solid #d9d9d9; letter-spacing:-.5px;}
.mp_tab .srch_coup .tabcontents div table tbody td a {color: #06a7e1; font-weight: bold;}
.mp_tab .srch_coup .tabcontents div table tbody td:last-child {border-right:none;}
.mp_tab .srch_coup .tabcontents div table tbody td.pmnt_r {padding:0; border-right:none;}
.mp_tab .srch_coup .tabcontents div table tbody td button {margin:0px; padding:8px 0; width:60px; font-size:12px; color:#fff; background:#535c64; letter-spacing:-1px; border:0;}
.mp_tab .srch_coup .tabcontents div table tbody td.exp_date button {width:85px;}
.mp_tab .srch_coup .tabcontents div table tbody td span {font-weight:bold; color:#06a7e1;}
.mp_tab .srch_coup .tabcontents div table tbody tr.tb_bt td {border-bottom:1px solid #656b6f;}
.mp_tab .srch_coup .tabcontents .btm_st {position:relative; display:inline-block; top:50px; margin-bottom:30px; width:100%;}

.mp_tab .tabcontents div table {width:100%;}
.mp_tab .tabcontents div table thead tr {border-top:2px solid #3b3d40; border-bottom:1px solid #d9d9d9; background:#edeeef;}
.mp_tab .tabcontents div table thead tr.buy_li {border-top:2px solid #06a7e1; border-bottom:1px solid #d9d9d9;}
.mp_tab .tabcontents div table thead tr th {padding:0; height:50px; font-size:14px; font-weight: bold;  color:#3b3d40; text-align:center;}
.mp_tab .tabcontents div table tbody tr {border-bottom:1px solid #d9d9d9;}
/*.mp_tab .tabcontents div table tbody tr th,td {padding:0; height:50px; font-size:14px;}*/
.mp_tab .tabcontents div table tbody tr td {text-align:center;}
.mp_tab .tabcontents div table tbody tr td.evt_nm {text-align:left;}
.mp_tab .tabcontents div table tbody td button {padding:8px 22px; font-size:12px; color:#fff; background:#06a7e1; letter-spacing:-1px; border:0;}
.mp_tab .tabcontents div table tbody td button.navy {padding:8px 22px; font-size:12px; color:#fff; background:#22649c; letter-spacing:-1px; border:0;}
.mp_tab .tabcontents div table tbody tr td button.del {margin-right:10px; padding:8px 0; width:60px; background:#a6a7a8;}
.mp_tab .tabcontents div table tbody tr td button.modf {margin-right:10px; padding:8px 0; width:60px; background:#06a7e1;}
.mp_tab .tabcontents div table tbody tr.annoc_line {border-bottom:1px solid #a5a3a0}
.mp_tab .tabcontents div table tbody tr.annoc_line td.non_evt {font-weight:bold; font-size:14px; color:#656b6f; text-align:center; height: 50px; line-height: 50px;}
.mp_tab .tabcontents div table tbody tr td.recv_no {border-right:1px solid #d9d9d9 !important;}
.mp_tab .tabcontents div table tbody tr td.chk_prod {border-right:1px solid #d9d9d9;}
.mp_tab .tabcontents div table tbody tr td.pk_img {padding:17px 0; padding-left:57px;}
.mp_tab .tabcontents div table tbody tr td.pk_prod {padding:17px 0; padding-left:37px; font-size:16px; color:#3b3d40; text-align:left; letter-spacing:-.5px;}
.mp_tab .tabcontents div table tbody tr td.pk_prod em {font-weight:bold; font-style:normal;}
.mp_tab .tabcontents div table tbody tr td.price {color:#666;}
.mp_tab .tabcontents div table tbody tr td.save_pt {font-weight:bold; color:#373737;}
/*.mp_tab .tabcontents div table tbody tr td.accnt ul li {position:relative; display:inline-block; height:25px;}*/
.mp_tab .tabcontents div table tbody tr td.accnt input.acct_no {margin:0; padding:0 10px; width:30px; height:23px; border:1px solid #e5e5e5; border-width:1px 0; text-align:center;}
.mp_tab .tabcontents div table tbody tr td.accnt input.acct_btn {margin:0; padding:0 10px; height:25px; background:#fff; color:#757a7f; border:1px solid #e5e5e5; border-radius:4px 0 0 4px;}
.mp_tab .tabcontents div table tbody tr td.accnt input.acct_btn1 {margin:0; padding:0 10px; height:25px; background:#fff; color:#757a7f; border:1px solid #e5e5e5; border-radius:0 4px 4px 0;}
.mp_tab .tabcontents div table thead tr th.choice_bd {border-right:1px solid #d9d9d9;}
.mp_tab .tabcontents div table thead tr th.sort_prod {text-align:left; padding-left:195px;}
.mp_tab .tabcontents div table thead tr th.hpt_adm {font-weight:bold; color:#23659c; background:#fff;}
.mp_tab .tabcontents div table tbody tr td.sort_prod1 {text-align:left; padding-left:173px;}
.mp_tab .tabcontents div table tbody tr td.celbrt a {font-size:14px; font-weight: bold;  color:#22649c; text-decoration:underline;}
.mp_tab .tabcontents .btm_st {position:relative; display:inline-block; top:45px; margin-bottom:30px; width:100%;}
.mp_tab .tabcontents div#poke_evt .btm_st {position:relative; display:inline-block; top:20px; margin-bottom:30px; width:100%;}
.mp_tab .tabcontents div#cart_li .btm_st {position:relative; display:inline-block; top:20px; margin-bottom:30px; width:100%;}
.mp_tab .tabcontents div#addr_li .btm_st {position:relative; display:inline-block; top:20px; margin-bottom:30px; width:100%;}
.mp_tab .tabcontents .btm_st ul.mp_btn {position:relative; display:inline-block; top:0px; width:100%;}
.mp_tab .tabcontents .btm_st ul.mp_btn li {float:left;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r {float:right;}
.mp_tab .tabcontents .btm_st ul.mp_btn li button {font-size:18px;  color:#373737; width:160px; height:44px; line-height:44px; border:1px solid #a5a3a0; background:#fff; letter-spacing:-.5px;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r button {font-size:18px;  color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r a {font-size:18px;  color:#fff; margin-top:17px; padding:13px 42px; background:#06a7e1; letter-spacing:-.5px;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.gray_btn {margin-left:10px; font-size:18px;  color:#fff; width:160px; height:44px; line-height:44px; background:#535c64; letter-spacing:-.5px; border:0;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.navy_btn {margin-left:10px; font-size:18px;  color:#fff; width:160px; height:44px; line-height:44px; background:#23649c; letter-spacing:-.5px; border:0;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.lgt_gray_btn {margin-right:10px; font-size:18px;  color:#fff; width:120px; height:44px; line-height:44px; background:#a6a7a8; letter-spacing:-.5px; border:0;}
.mp_tab .tabcontents div .hpt_use {position:relative; margin-top:180px;}

.mp_tab .tabcontents div table tbody tr td.coup_stat_df {vertical-align:middle;}
.mp_tab .tabcontents div table tbody tr td.coup_stat {padding:0; vertical-align:middle;}
.mp_tab .tabcontents div table tbody tr td.coup_stat #layer1 {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.mp_tab .tabcontents div table tbody tr td.coup_stat #layer1 .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}

.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
/*.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date {display:block;}*/
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date {display:block; position:absolute; top:12%; left:37%; margin:0; padding-bottom:50px; width:552px; background:#fff; box-shadow:2px 2px 24px rgba(0,0,0,.2); z-index:9999;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celebrate {margin:20px auto 40px; width:93%; border-bottom:1px solid #e3e3e3;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celebrate li h3 {margin:0 auto; padding-bottom:17px; width:100%; font-weight: bold; font-size: 24px; color:#3b3d40;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celebrate li {}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celebrate li button.close {float:right; position:relative; top:-55px; right:0; padding:0; background:#fff; border:none; background:url('../images/mypage/close.png') 0 0 no-repeat; width:26px; height:26px;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont {margin:0 auto; width:93%;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont li:first-child {width:39%; border-right:1px solid #c8c8c8;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont li {float:left; padding:16px 0; width:60%; font-size:14px; font-weight: bold;  color:#373737; border-top:2px solid #5a5a5a; border-bottom:1px solid #c8c8c8; background:#edeeef;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont1 {margin:0 auto; width:93%;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont1 li:first-child {width:39%; border-right:1px solid #c8c8c8;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont1 li {float:left; padding:16px 0; width:60%; font-size:14px; color:#666; border-bottom:1px solid #c8c8c8; background:#fff;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont2 {margin:0 auto; width:93%;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont2 li:first-child {width:39%; border-right:1px solid #c8c8c8;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .celbrt_cont2 li {float:left; padding:16px 0; width:60%; font-size:14px; color:#666; border-bottom:1px solid #5a5a5a; background:#fff;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date.pagint {position:relative; display:inline-block; top:-20px; margin:0 auto; width:100%;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li {margin:6px auto 0; width:100%; text-align:center;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li em {margin:0; border-width:1px 1px 1px 0;}
/*.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li em:first-child {border-width:0 0 0 1px !important;}*/
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li a {margin:0; margin-right:-5px; border-width:1px 1px 1px 0;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li a:first-child {border-width:1px;}
.mp_tab .tabcontents div table tbody tr td.celbrt #layer2 .celbrt_date .pagint li a.page {margin:0; margin-left:-5px; padding:5px 6px; border-width:1px 1px 1px 0;}

.mp_tab .tabcontents .cart table td.total{height:80px;padding-right:45px;font-size:20px;border-bottom:1px solid #5a5a5a;border-right:0;text-align:right}
.cart table td.total > span{font-size:26px;font-weight:bold}
.cart table td.total > span > span{font-size:20px;font-weight:normal}


/*쿠폰 상세 정보*/
.coup_cont {margin:0 auto; }
.coup_cont li table tbody td {padding:0;}
.coup_cont li table tbody td.coup_no {text-align:left; padding-left:17px;}
.coup_cont li table thead th {padding:0; height:50px;}
.coup_cont li table tbody tr td.coup_nm {text-align:left; padding:0; padding-left:15px; border-right:1px solid #d9d9d9;}
.coup_cont li table {position:relative; top:0px; background:#fff; width:100%; border-top:2px solid #06a7e1; border-bottom:1px solid #656b6f;}
.coup_cont li table thead th {padding:0; height:50px; font-weight: bold; font-size: 12px; color:#3b3d40; border:1px solid #d9d9d9; border-width:0 0 1px 1px}
.coup_cont li table thead th:first-child {border-left:none;}
.coup_cont li table tbody td {padding:0; height:50px; font-size:12px; color:#656b6f; text-align:center; border:1px solid #d9d9d9; border-style:none solid solid none; letter-spacing:-.5px;}
.coup_cont li table tbody td:last-child {border-right:none;}
.coup_cont li table tbody td.pmnt_r {padding:0; border-right:none;}
.coup_cont li table tbody td button {margin:0px; padding:8px 15px;  font-size:12px; color:#fff; background:#535c64; letter-spacing:-1px; border:0;}
.coup_cont li table tbody td button.small_padding { padding-left:10px; padding-right: 10px; }
.coup_cont li table tbody td.exp_date button {width:85px;}
.coup_cont li table tbody td span {font-weight:bold; color:#06a7e1;}
.coup_cont li table tbody tr.tb_bt td {border-bottom:1px solid #656b6f;}
.coup_cont li table thead tr {border-bottom:1px solid #d9d9d9; background:#edeeef;}
.coup_cont li table thead tr:FIRST-CHILD {border-top:2px solid #3b3d40; }
/*.mp_tab .srch_coup .tabcontents .btm_st {position:relative; display:inline-block; top:50px; margin-bottom:30px; width:100%;}*/



.celbrt_date { width:552px;}
.celbrt_date .celebrate {margin:20px auto 40px; width:93%; border-bottom:1px solid #e3e3e3;}
.celbrt_date .celebrate li h3 {margin:0 auto; padding-bottom:17px; width:100%; font-weight: bold; font-size: 24px; color:#3b3d40;}
.celbrt_date .celebrate li {}
.celbrt_date .celebrate li button.close {float:right; position:relative; top:-55px; right:0; padding:0; background:#fff; border:none; background:url('../images/mypage/close.png') 0 0 no-repeat; width:26px; height:26px;}
 .celbrt_date .celbrt_cont {margin:0 auto; width:93%;}
 .celbrt_date .celbrt_cont li:first-child {width:39%; border-right:1px solid #c8c8c8;}
 .celbrt_date .celbrt_cont li {float:left; padding:16px 0; width:60%; font-size:14px; font-weight: bold;  color:#373737; border-top:2px solid #5a5a5a; border-bottom:1px solid #c8c8c8; background:#edeeef;}
 .celbrt_date .celbrt_cont1 {margin:0 auto; width:93%;}
 .celbrt_date .celbrt_cont1 li:first-child {width:39%; border-right:1px solid #c8c8c8;}
 .celbrt_date .celbrt_cont1 li {float:left; padding:16px 0; width:60%; font-size:14px; color:#666; border-bottom:1px solid #c8c8c8; background:#fff;}
 .celbrt_date .celbrt_cont2 {margin:0 auto; width:93%;}
 .celbrt_date .celbrt_cont2 li:first-child {width:39%; border-right:1px solid #c8c8c8;}
 .celbrt_date .celbrt_cont2 li {float:left; padding:16px 0; width:60%; font-size:14px; color:#666; border-bottom:1px solid #5a5a5a; background:#fff;}
 .celbrt_date.pagint {position:relative; display:inline-block; top:-20px; margin:0 auto; width:100%;}
 .celbrt_date .pagint li {margin:6px auto 0; width:100%; text-align:center;}
 .celbrt_date .pagint li em {margin:0; border-width:1px 1px 1px 0;}
/* .celbrt_date .pagint li em:first-child {border-width:0 0 0 1px !important;}*/
 .celbrt_date .pagint li a {margin:0; margin-right:-5px; border-width:1px 1px 1px 0;}
 .celbrt_date .pagint li a:first-child {border-width:1px;}
 .celbrt_date .pagint li a.page {margin:0; margin-left:-5px; padding:5px 6px; border-width:1px 1px 1px 0;}



.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r #layer3 {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r #layer3 .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
/*.mp_tab .tabcontents .btm_st ul.mp_btn li.btn_r #layer3 .celbrt_date {display:block;}*/


/*주소록*/
.cell_cont {position:relative; display:inline-block; margin:0 auto; width:752px; /*border-bottom:1px solid #535c64;*/}
.cell_cont li {width:100%;}
.cell_cont table {width:100%;}
.cell_cont table tr {border-bottom:none;}
.cell_cont table tbody tr th {padding-left:13px; font-weight:bold; font-size:14px; color:#3b3d40; letter-spacing:-1px; text-align:left;}
.cell_cont table tbody tr td {padding:7px 0; text-align:left; font-size: 14px;}
.cell_cont table tbody tr td span {margin:0;}
.cell_cont table tbody tr td em {padding-right:10px; font-weight:bold; color:#3b3d40; letter-spacing:-.75px;}
.cell_cont table tbody tr td input.cell_name {padding-left:13px; width:210px; height:38px; color:#888; border:1px solid #c6c8c9;}
.cell_cont table tbody tr td select.cellular1 {padding:9px 0; padding-left:13px; width:70px; height:38px; color:#888; border:1px solid #c6c8c9; background:url('../images/select_arr.png') 90% 50% no-repeat; vertical-align:bottom;}
.cell_cont table tbody tr td input.cellular2 {padding-left:13px; width:70px; height:38px; color:#888; border:1px solid #c6c8c9;}
.cell_cont table tbody tr td input.cell_brth {margin-right:10px; padding-left:13px; width:151px; height:38px; color:#888; border:1px solid #c6c8c9; background:url('../images/mypage/cald_lp.png') 94% 50% no-repeat; cursor:pointer;}
.cell_cont table tbody tr td input.celbrate1 {margin-right:15px; padding-left:13px; width:127px; height:38px; color:#888; border:1px solid #c6c8c9;}
.cell_cont table tbody tr td input.celbrate2 {margin-right:10px; padding-left:13px; width:127px; height:38px; color:#888; border:1px solid #c6c8c9; background:url('../images/mypage/cald_lp.png') 94% 50% no-repeat; cursor:pointer;}
.cell_cont table tbody tr td button { border:none; margin-left:10px; padding:0; width:60px; height:28px; font-weight:bold; color:#fff; letter-spacing:-.75px; background:#535c64; vertical-align:baseline;}
.cell_cont table tbody tr td button.del {margin:0; margin-left:5px; background:#a6a7a8;}
.cell_cont table tbody tr td input[type="checkbox"] {position:relative; top:2px;}
.cell_cont table tbody tr td input.alram_set {margin-right:7px; color:#3b3d40; letter-spacing:-.5px;}
/*.cell_cont table tbody tr.btm_celbrt td {padding-bottom:30px;}*/


/*ORDER_PAYMENT 주문/결제*/
.paymt_info {margin:70px auto 64px; padding-bottom:54px; width:1280px; border-bottom:1px solid #b1b1b3;}
.paymt_info .pmt_t {margin-bottom:20px; font-weight: bold; font-size: 34px; color:#3b3d40; text-align:center;}
.paymt_info .pmt_t1 {font-size:18px;  color:#656b6f; text-align:center;}
.paymt_info li span {position:relative; top:65px; left:50%; margin:0 auto;}
.paymt_tab {margin-bottom:55px;}
.paymt_tab ul.tabs {position:relative; display:inline-block; margin:0 25.7%;}
.paymt_tab ul.tabs li {float:left; margin-left:40px; padding-bottom:15px; width:180px; font-weight:bold; font-size: 18px; color:#c1c1c2; text-align:center; border:none; border-bottom:2px solid #f2f2f2;}
.paymt_tab ul.tabs li:first-child {margin-left:0;}
.paymt_tab ul.tabs li.selected {border-bottom:2px solid #06a7e1; background: #FFF; color:#3b3d40; }
.paymt_tab ul.tabs li.selected a {color:#3b3d40;}
.paymt_tab ul.tabs li.paymt_bd {border-bottom:1px solid #c6c8c9;}
.paymt_tab ul.tabs li.paymt_bd1 {border-left:1px solid #c6c8c9; border-bottom:1px solid #c6c8c9;}
.paymt_tab .tabcontents .paymt_tit {margin-top:55px;}
.paymt_tab .tabcontents .paymt_tit li.coup_t1 {margin-left:15px; margin-bottom:20px; font-size:14px; color:#3b3d40;}
.paymt_tab .tabcontents .paymt_tit li h4 {margin-bottom:20px; font-size:20px; color:#3b3d40; padding-left:15px; background:url('../images/mypage/coup_dot.png') left center no-repeat;}

.paymt_tab .tabcontents div.pay_list table tbody th {font-weight: bold; font-size: 14px; color:#3b3d40; background:#edeeef;}
.paymt_tab .tabcontents div.pay_list table tbody tr {border-bottom:1px solid #d9d9d9;}

.paymt_tab .tabcontents div table.payment tbody th {font-weight: bold; font-size: 14px; color:#3b3d40; background:#edeeef;}
.paymt_tab .tabcontents div table.payment tbody tr {border-bottom:1px solid #d9d9d9;}

.paymt_tab .tabcontents div table.order_product_list {margin-bottom:20px; width:100%;}
.paymt_tab .tabcontents div table.payment {margin-top:30px;}
.paymt_tab .tabcontents div table.order_product_list  thead tr {border-top:2px solid #3b3d40; background:#edeeef;}
.paymt_tab .tabcontents div table.order_product_list  thead tr th {padding:0; height:50px; font-size:14px; font-weight: bold;  color:#3b3d40; border-left:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  thead tr th:first-child {border:none;}
.paymt_tab .tabcontents div table.order_product_list  tbody th {font-size:14px; font-weight: bold;  color:#3b3d40; background:#edeeef;}
/*.paymt_tab .tabcontents div table tbody th:first-child {border-width:1px 0 0 0;}*/
.paymt_tab .tabcontents div table.order_product_list  tbody th.number {font-weight:normal; background:#fff; border-right:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr {border-bottom:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr:first-child {border-top:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td {padding:0; height:50px; font-size:14px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td {text-align:center;  border-left:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td:first-child {border-left:0;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.evt_nm {text-align:left;}
.paymt_tab .tabcontents div table.order_product_list  tbody td button {margin-left:10px; padding:8px 22px; font-size:12px; color:#fff; background:#06a7e1; letter-spacing:-1px; border:0;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr.annoc_line {border-bottom:1px solid #a5a3a0}
.paymt_tab .tabcontents div table.order_product_list  tbody tr.annoc_line td.non_evt {font-weight:bold; font-size:14px; color:#656b6f; text-align:center; text-align:center; height: 50px; line-height: 50px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.chk_prod {border-right:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.pk_img {padding:17px 0; padding-left:50px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.pk_prod {padding:0; padding-left:40px; height:56px; font-size:16px; color:#3b3d40; text-align:left; letter-spacing:-.5px; border-left:none;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.pk_prod span {font-weight:bold; font-style:normal;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td em {color:#dd0000; font-style:normal;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td em.discnt {font-size:14px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.pk_prod img {padding-right:55px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.price {color:#666; border-right:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.save_pt {font-size:18px; font-weight:bold; color:#3b3d40; border-left:1px solid #d9d9d9;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.accnt input.acct_no {margin:0; padding:0 10px; width:30px; height:23px; border:1px solid #e5e5e5; border-width:1px 0; text-align:center;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.accnt input.acct_btn {margin:0; padding:0 10px; height:25px; background:#fff; color:#757a7f; border:1px solid #e5e5e5; border-radius:4px 0 0 4px;}
.paymt_tab .tabcontents div table.order_product_list  tbody tr td.accnt input.acct_btn1 {margin:0; padding:0 10px; height:25px; background:#fff; color:#757a7f; border:1px solid #e5e5e5; border-radius:0 4px 4px 0;}
.paymt_tab .tabcontents div p {color:#656b6f;}

.paymt_tab .tabcontents .btm_st {position:relative; display:inline-block; top:-18px; margin-bottom:30px; width:100%;}
.paymt_tab .tabcontents .btm_st ul.pmt_btn {position:relative; display:inline-block; top:0px; width:100%;}
.paymt_tab .tabcontents .btm_st ul.pmt_btn li {float:left;}
.paymt_tab .tabcontents .btm_st ul.pmt_btn li.btn_r {float:right;}
.paymt_tab .tabcontents .btm_st ul.pmt_btn li button {font-size:18px;  color:#373737; width:160px; height:44px; line-height:44px; border:1px solid #a5a3a0; background:#fff; letter-spacing:-.5px;}
.paymt_tab .tabcontents .btm_st ul.pmt_btn li.btn_r button {font-size:18px;  color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0;}


table.contct_info {
	width: 100%;
}
table.contct_info th, table.contct_info td{
    color: #3b3d40;
    border-bottom: 1px solid #c6c8c9;
}

table.contct_info  th{
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 0 25px;
    height: 70px;
    width: 165px;
    border-bottom: 1px solid #c6c8c9;
    line-height: 70px;
    letter-spacing: -0.1em;
    text-align: left;
    vertical-align: top;
}
table.contct_info td {
	letter-spacing: -0.1em;
}
table.contct_info tr.auto_refund th, table.contct_info tr.auto_refund td {
	border: none;

}

table.contct_info input[type="text"]{
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #656b6f;
    width: 350px;
    height: 43px;
    line-height: 43px;
    background: #f4f4f4;
    border: 0;
}
table.contct_info input[type="text"].receive_phone {
	width: 110px;
}
table.contct_info input[type="text"]#refund1 {
	width: 100px;
	float: left;
}
table.contct_info input[type="text"]#refund2 {
	width: 160px;
}
table.contct_info input[type="text"]#refund3 {
	width: 130px;
}

table.contct_info table.bank{
}
table.contct_info table.bank th, table.contct_info table.bank td{
	border: none;
	padding: 0 5px;
}
table.contct_info table.bank td select{
	height: 40px;
    width: 100px;
    padding: 10px;
}

table.bank td select{
	height: 40px;
    padding: 10px;
}
table.contct_info table.bank th {
	padding: 10px 5px;
	height: auto;
	line-height: 1em;
	font-weight: normal;
}

table.contct_info textarea {
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #3b3d40;
    width: 332px;
    height: 83px;
    background: #f4f4f4;
    border: 0;
    vertical-align: middle;
	padding: 10px 15px;
}
table.contct_info button {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #535c64;
	border: none;
}
table.contct_info button.theme {
	width: 90px;
	background: #06a7e1;
}
table.contct_info button.no_add {
    width: 90px;
}
table.contct_info button.address {
    width: 90px;
	border: 1px solid #000;
	background: #FFF;
	color: #3b3d40;
}
table.contct_info h6 {
    float: left;
    margin-bottom: 10px;
    width: 60px;
    font-size: 14px;
    color: #3b3d40;
}

/*연락처입력*/
.paymt_tab .tabcontents .contct_tit > ul {margin-top:55px; border-bottom:2px solid #5a5a5a;}
.paymt_tab .tabcontents .contct_tit > li {margin-bottom:20px; font-size:14px; color:#3b3d40;}
.paymt_tab .tabcontents .contct_tit li h4 {margin-bottom:20px; font-size:20px; color:#3b3d40; padding-left:15px; background:url('../images/mypage/coup_dot.png') left center no-repeat;}
.paymt_tab .tabcontents .contct_tit dl.contct_input {position:relative; display:inline-block; margin-top:70px; width:100%;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt {float:left; margin:57px 145px 0 118px; width:316px; height:653px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt div.contct_bg {position:absolute; display:inline-block; top:215px; left:157px; width:216px; height:312px; background:#fafafa; border-radius:10px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt div.contct_bg ul {margin:20px 17px 24px; padding:0;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt div.contct_bg ul li {font-weight: bold; font-size: 13px; color:#656b6f; line-height:19px; letter-spacing:-.5px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt div.contct_bg ul li.from {margin-bottom:30px; font-size:14px; font-weight: bold;  color:#06a7e1; line-height:19px; letter-spacing:-.5px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dt div.contct_bg ul li.mob_pic {margin:0 auto; margin-bottom:43px; width:142px; height:142px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dd {float:left; width:650px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.contct_info {position:relative; display:inline-block; width:100%; border-top:1px solid #c6c8c9;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.contct_info li {float:left; position:relative; display:inline-block;}

/*.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.contct_info li.contct_cont #layer1 .celbrt_date {display:block;}*/
ul li.catgrs {margin-top:15px; text-align:center; font-size:14px; color:#3b3d40; letter-spacing:-.6px;}
ul li.catgrs input[type='radio'] {position:relative; top:2px; right:7px;}

ul.thm_cont {width:100%; height:53px;}
ul.thm_cont li:first-child {width:20%; text-align:center; height:22px;}
ul.thm_cont li {width:80%; height:22px; float:left; text-align:left; padding:15px 0; font-size:14px; font-weight: bold;  color:#373737; border-top:2px solid #5a5a5a; border-bottom:1px solid #c8c8c8; background:#edeeef;}
ul.thm_cont li.thm_catgr {width:77%; padding-left:20px;/*  width:411px; */ background:#fff; font-size:14px; color:#3b3d40; letter-spacing:-.6px;}
ul.thm_cont li.thm_catgr label {margin-right:18px;}
ul.thm_cont li.thm_catgr span {margin: 0 1em 0 0.2em;}
/*ul.thm_cont li.thm_catgr input[type='radio'] {position:relative; top:2px; right:5px;}*/
ul.thm_cont li.thm_catgr select {font-weight:bold; font-size: 12px; /* color:#b3b3b3; */ width:197px; height:27px; border:1px solid #f0f0f0; text-align:left; padding-left:10px;}
ul.thm_cont li.thm_catgr select option {padding-left:10px; border:none;}
div.categoryBody {padding:30px;}
div.categoryBody ul.catgr_cont {float:left; margin:0 auto 10px; margin-right:10px; width:126px; height:202px; padding: 20px;}
div.categoryBody ul.catgr_cont li.catgr_img {width:126px; height:171px; text-align:center;}
div.categoryBody ul.catgr_cont li.catgrs {width:126px; height:25px;}
div.categoryBody ul.catgr_cont li.catgr_img img{max-width:126px; max-height:171px; transition-duration: 0.3s;}
body.animate div.categoryBody ul.catgr_cont li.catgr_img img:hover{transform:scale(2.0); transition-duration: 0.5s; box-shadow:2px 2px 10px rgba(0,0,0,.3); z-index:2000; position:relative;}
body.none_animate div.categoryBody ul.catgr_cont li.catgr_img img:hover{zoom:2.00;z-index:2000; position:relative; left:-35px; top:-50px;}
/* div.categoryBody ul.catgr_cont li.catgr_img img.zoom{max-width:226px; max-height:271px; } */
/* div.categoryBody ul.catgr_cont li.catgr_img img.zoom{transform:scale(2.5);animation:1s linear 0s; z-index:2000; position:relative;} */


/* 160615 add : start */
.contct_info li.contct_nm_{height: 435px;letter-spacing: -0.25px;padding-left: 3.5%;width: 26.5%;}
.contct_info li.contct_cont_{ height: 435px;letter-spacing: -0.5px;width: 70%;border-bottom:1px solid #c6c8c9;}
.product_list{padding-top: 20px;}
.product_list li{float: left;width: 140px;height: 190px;margin-right: 10px;margin-bottom: 17px;position: relative;}
.product_list li .complete{display: block; width: 140px; height: 85px; background:url(/images/payment/bg_alpha70.png) left top repeat; color: #ffffff; font-size: 15px; text-align: center; padding-top: 105px; position: absolute;left: 0;top: 0;}
.product_list li .complete:after{content: '';display: block;width: 22px;height: 22px;background:url(/images/payment/icon_complete.png) 50% 50% no-repeat; position: absolute;left: 59px;top: 80px;}
.product_list:after{content: '';display: block;clear: both;}
.product_list li.on:after{content: '';display: block; width: 138px; height: 188px; border: 2px solid #06a7e1;position: absolute;left: 0;top: 0;}
.product_list li a{display: block;}
.product_list li a > img{width: 140px;height: 140px;}
.product_list li a > strong{display: block;width: 100%;text-align: center;font-size: 14px;color: #373737;line-height: 20px;padding-top: 4px;overflow: hidden;}
.product_list li a > span{display: block;width: 100%;text-align: center;line-height: 20px;overflow: hidden;padding-bottom: 6px;}
/* 160615 add : end */

.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.pmt_btn {margin-top:38px;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.pmt_btn li.btn_r {float:right;}
.paymt_tab .tabcontents .contct_tit dl.contct_input dd ul.pmt_btn li.btn_r button {font-size:18px;  color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0;}



/* 주소록 팝업 */
.addrs_adm {position:relative; display:inline-block; width:93%;}
.addrs_adm li.selt h3 {margin-left:13px; padding:0; width:100%; font-weight: bold; font-size: 24px; color:#3b3d40;}
.addrs_adm li.selt {margin:0 auto 10px; width:100%; height:50px; border-bottom:1px solid #e3e3e3;}
.addrs_adm li.explain {margin-left:13px; width:100%; font-size:13px; color:#3b3d40; text-align:left; letter-spacing:-.6px;}
.addrs_adm li.selt button.close {float:right; position:relative; top:-35px; right:0px; background:#fff; border:none; background:url('../images/mypage/close.png') 0 0 no-repeat; width:26px; height:26px;}
.addrs_cont {position:relative; display:inline-block; margin:0px auto; width:93%;}
.addrs_cont li.explain_list {width:100%;}
.addrs_cont li.explain_list table thead th {text-align:center;}


.paymt_tab .tabcontents .contct_tit{clear:both;padding-top:30px}
.paymt_tab .tabcontents .contct_tit > ul {border-bottom:1px solid #ccc;}
.paymt_tab .tabcontents .contct_tit > li {margin-bottom:20px; font-size:14px; color:#3b3d40;}
.paymt_tab .tabcontents .contct_tit > ul li h4 {margin-bottom:20px; font-size:20px; color:#3b3d40; padding-left:15px; background:url('../images/mypage/coup_dot.png') left center no-repeat;}
.paymt_tab ul.tabs li a{color:#afafaf}
.paymt_tab .tabcontents div.order_info table th{border-left:0}
.paymt_tab .tabcontents div.order_info table td{height:105px;border-left:0;font-size:16px}
.paymt_tab .tabcontents div.order_info table td.prod{padding-left:45px;text-align:left}
.paymt_tab .tabcontents div.order_info table td.prod span{margin-left:30px;font-weight:bold}
.paymt_tab .tabcontents div.order_info table td > a{display:block;width:90px;height:28px;margin:0 auto;font-size:14px;color:#fff;background:#22649c;line-height:26px}
.paymt_tab .tabcontents div.order_info table td.selected{padding:35px 0}
.paymt_tab .tabcontents div.order_info table td.selected span{position:relative;display:block;width:126px;height:171px;margin:0 auto}
.paymt_tab .tabcontents div.order_info table td.selected a{position:absolute;bottom:10px;left:20px;z-index:10;display:block;width:90px;height:28px;margin:0 auto;font-size:14px;color:#fff;background:#535c64;line-height:26px}
.paymt_tab .tabcontents div.order_info table td.selected img{max-width:130px;max-height:180px;}
.paymt_tab .tabcontents div.contct_input h4{margin-bottom:8px;background:url(../images/payment/title_bul.jpg) no-repeat 25px 10px !important}
.paymt_tab .tabcontents div.contct_input table th{width:125px;padding-right:60px;color:#626466;border:none;background:none;text-align:right}
.paymt_tab .tabcontents div.contct_input table th.v_top{padding-top:10px;vertical-align:top}
.paymt_tab .tabcontents div.contct_input table td{height:65px;border:none;font-size:14px;text-align:left}
.paymt_tab .tabcontents div.contct_input table td.title{height:100px;}
.paymt_tab .tabcontents div.contct_input table td input[type=text],
.paymt_tab .tabcontents div.contct_input table td input[type=tel]{width:150px;height:38px;padding-left:10px;font-size:14px;font-weight:bold;color:#656b6f;vertical-align:middle}
.paymt_tab .tabcontents div.contct_input table td input[type=checkbox]{margin-right:5px;vertical-align:middle}
.paymt_tab .tabcontents div.contct_input table td.title span{margin-left:2px; color: #656b6f; font-size:12px;}
.paymt_tab .tabcontents div.contct_input table td.msg_content span{vertical-align:top;margin-left:2px; color: #656b6f; font-size:12px;}
.paymt_tab .tabcontents div.contct_input table td select{width:70px;height:40px;padding-left:10px;font-size:14px;color:#656b6f;border:1px solid #c6c8c9;vertical-align:middle}

.paymt_tab .tabcontents div.contct_input table td .ui-selectmenu-button{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	color: #656b6f;
	height: 28px;
	line-height: 28px;
	margin-right:10px;
	width: auto;

}
.paymt_tab .tabcontents div.contct_input table td .ui-selectmenu-icon {
    margin: 6px 0;
}

.paymt_tab .tabcontents div.contct_input table td.account .ui-selectmenu-button{
	width: 10em;
}


.paymt_tab .tabcontents div.contct_input table td textarea{width:430px;height:130px;padding:15px 10px;font-size:14px;font-weight:bold;resize:none}
.paymt_tab .tabcontents div.contct_input table td.info p{padding-left:185px;}
.paymt_tab .tabcontents div.contct_input table td.info p a{color:#06a7e1;background:#fff;font-weight:bold;text-decoration: underline;vertical-align: inherit;}
.paymt_tab .tabcontents div.contct_input .message td input[type=text]{width:440px}
.paymt_tab .tabcontents div.contct_input table td.num input{width:210px;margin:0 5px}
.paymt_tab .tabcontents div.contct_input table td.num div{margin-top:10px}
.paymt_tab .tabcontents div.contct_input table td.num div:first-child{margin-top:25px}
.paymt_tab .tabcontents div.contct_input table td.title input{width:340px;}
.paymt_tab .tabcontents div.contct_input table tbody tr{border:none}
.paymt_tab .tabcontents div.contct_input table td.phone_num span{display:block}
.paymt_tab .tabcontents div.contct_input h4{margin-top:40px;padding:0 0 15px 40px;font-size:14px;clear:both;border-bottom:1px solid #e2e3e4}
.paymt_tab .tabcontents div.contct_input table td a{display:inline-block;width:75px;height:40px;margin:0 auto;font-size:14px;color:#fff;background:#06a7e1;line-height:38px;text-align:center;vertical-align:middle}
.paymt_tab .tabcontents div.contct_input .account > span{display:inline-block;padding-right:20px}
.paymt_tab .tabcontents div.contct_input .account select{width:150px;height:40px;padding:10px;}
.paymt_tab .tabcontents div.contct_input .account input[type=tel]{width:210px}
.paymt_tab .tabcontents div.contct_input .account input[type=text]{width:150px}
.paymt_tab .tabcontents div.contct_input .account input,.paymt_tab .tabcontents div.contct_input .account select{margin-left:10px}
.paymt_tab .tabcontents div.contct_input table td ul{padding:10px 0}
.paymt_tab .tabcontents div.contct_input table td ul li span{font-weight:bold}
.paymt_tab .tabcontents .contct_tit div.contct_input .pmt_btn {padding:38px 0 85px;border-top:1px solid #e2e3e4;clear:both}
.paymt_tab .tabcontents .contct_tit div.contct_input .pmt_btn li.btn_r {float:right;}
.paymt_tab .tabcontents .contct_tit div.contct_input .pmt_btn li.btn_r button {margin-right:15px;font-size:18px; color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0;}

.paymt_tab .tabcontents .theme{display:none;z-index:200;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;color:#222}
.paymt_tab .tabcontents .theme .popup{top:50%;width:805px;height:auto;font-size:18px;color:#5f5f5f;background-color:#fff;text-align:left}
.paymt_tab .tabcontents .theme .popup > h2{margin:0 25px;margin-bottom:40px;padding:25px 0 15px;border-bottom:1px solid #e3e3e3}
.paymt_tab .tabcontents .theme .popup > div{margin:0 25px;letter-spacing:-1px}
.paymt_tab .tabcontents .theme .btnArea{margin:0px 0 36px;text-align:center}
.paymt_tab .tabcontents .theme .btnArea button{width:150px;height:40px;font-size:14px}
.paymt_tab .tabcontents .theme .btm_st {position:relative; display:inline-block; width:100%;margin:40px 0 30px}
.paymt_tab .tabcontents div.theme table th{width:155px;border-left:0;text-align:center}
.paymt_tab .tabcontents div.theme table td{height:45px;padding-left:13px;border-left:0;font-size:14px;text-align:left}
.paymt_tab .tabcontents div.theme table td select{width:145px;height:30px;padding-left:10px;font-size:14px;color:#5f5f5f;border:1px solid #c6c8c9;background:url('../images/select_arr.png') no-repeat 95% 50%}
.paymt_tab .tabcontents div.theme table tr:first-child{border-top:2px solid #5a5a5a;border-bottom:1px solid #5a5a5a}

/*결제 TAB 영역 css 삭제 후 아래 css로 교체*/
.paymt_tab .tabcontents div.pay_list table thead tr th,.paymt_tab .tabcontents div table thead tr th{border-left:0}
.paymt_tab .tabcontents div.pay_list table td.total{height:80px;padding-right:43px;font-size:22px;text-align:right}
.paymt_tab .tabcontents div.pay_list table td.total > span{font-weight:bold}
.paymt_tab .tabcontents div.pay_list table td.total > span > span{font-size:16px}
.paymt_tab .tabcontents .contct_tit .pmnts {margin:0; padding:20px 0; border-bottom:1px solid #d9d9d9; width:100%;}
.paymt_tab .tabcontents .contct_tit .pmnts th{width:200px}
.paymt_tab .tabcontents .contct_tit .pmnts td{padding-left:20px;border-left:1px solid #d9d9d9;text-align:left}
.paymt_tab .tabcontents .contct_tit .pmnts td p{font-size:13px}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts1 {padding:20px 0 10px 20px;font-size:15px; color:#3b3d40; line-height:22px;}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts1 label{margin-right:20px}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts1 input[type="radio"] {margin-right:10px;}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3{margin-top:20px;font-size:15px}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 > div:first-child{padding:20px 0 12px}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 input[type="checkbox"] {position:relative; top:0;margin:0 8px 2px 0;vertical-align:middle}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 input[type="text"] {margin-right:7px; width:110px; height:35px; vertical-align:middle; border:1px solid #ccc; font:15px/30px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40; text-align:center;}/* 160615 edit */
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 span{padding-bottom:2px;color:#06a7e1;font-size:18px;vertical-align:middle}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 .all{margin-left:20px;font-size:15px;color:#3b3d40}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 .all input{margin-right:5px}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 .point{margin-left:20px;padding:0;font-size:13px;color:#656b6f;font-weight:normal;vertical-align:middle}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 .point span{font-size:12px;color:#06a7e1}
.paymt_tab .tabcontents .contct_tit .pmnts .pmts3 .point a{display:inline-block;width:120px;height:28px;margin-right:5px;font-size:12px;color:#fff;background:#06a7e1;text-align:center;line-height:26px}
.pre_pay{border-top:2px solid #5a5a5a;background:#edeeef}
.pre_pay li{height:78px;padding-right:43px;font-size:20px;text-align:right;line-height:76px;}
.pre_pay li:first-child{border-bottom:1px dashed #d4d4d4}
.pre_pay li > span{padding:0 5px;font-size:22px;font-weight:bold}
.pre_pay li > span > span{font-size:16px}
.pre_pay li > span.last{font-size:35px;color:#df0809}
.paymt_tab .tabcontents .btm_st ul.mp_btn {position:relative; display:inline-block; top:0px; width:100%;margin:65px 0 120px}
.paymt_tab .tabcontents .btm_st ul.mp_btn li {float:left;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r {float:right;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li button {font-size:18px; color:#373737; width:160px; height:44px; line-height:44px; border:1px solid #a5a3a0; background:#fff; letter-spacing:-.5px;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r button {font-size:18px; color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r a {font-size:18px; color:#fff; margin-top:17px; padding:13px 42px; background:#06a7e1; letter-spacing:-.5px;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.gray_btn {margin-left:10px; font-size:18px; color:#fff; width:160px; height:44px; line-height:44px; background:#535c64; letter-spacing:-.5px; border:0;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.navy_btn {margin-left:10px; font-size:18px; color:#fff; width:160px; height:44px; line-height:44px; background:#23649c; letter-spacing:-.5px; border:0;}
.paymt_tab .tabcontents .btm_st ul.mp_btn li.btn_r button.lgt_gray_btn {margin-right:10px; font-size:18px; color:#fff; width:120px; height:44px; line-height:44px; background:#a6a7a8; letter-spacing:-.5px; border:0;}

.paymt_tab .tabcontents div table.payment {margin-bottom:20px; width:100%;}
.paymt_tab .tabcontents div table.payment {margin-top:110px;}
.paymt_tab .tabcontents div table.payment tbody tr:first-child {border-top:2px solid #3b3d40}
.paymt_tab .tabcontents div table.payment tbody tr th {padding:0; height:50px; font-weight: bold; font-size: 14px; color:#3b3d40}
.paymt_tab .tabcontents div table.payment tbody th {font-weight: bold; font-size: 14px; color:#3b3d40; background:#edeeef;}
.paymt_tab .tabcontents div table.payment tbody td{height:78px;padding-left:25px;border-left:1px solid #d9d9d9;text-align:left}
.paymt_tab .tabcontents div table.payment tbody td > span{font-weight:bold}
.paymt_tab .tabcontents div#complt_order ul.complt1{margin:115px 0}
.paymt_tab .tabcontents div#complt_order ul.complt1 li {font-weight: bold; font-size: 20px; color:#656b6f; letter-spacing:-1px; text-align:center;}
.paymt_tab .tabcontents div#complt_order ul.complt1 li span{font-size:20px;color:#656b6f;font-weight:normal}

/* 170713 edit : end */


/*SEARCH_RESULT 검색결과*/
.content .popular_prd ul.result_tit {position:relative; display:inline-block; margin:90px auto 28px; width:100%;}
.content .popular_prd ul.result_tit li.reslt1 {margin-bottom:24px; font-size:32px; font-weight:bold; color:#3b3d40; letter-spacing:-.8px; text-align:center;}
.content .popular_prd ul.result_tit li.reslt2 {font-size:20px; font-weight:bold; color:#656b6f; letter-spacing:-.45px; text-align:center;}
.content .popular_prd ul.result_tit li.reslt2 span {font-size:20px; font-weight:bold; color:#06a7e1;}




/* 2017-01-03 가격대검색 */
span.priceSearch {position: relative; font-size: 14px; display: inline-block; top:-4px; }
span.priceSearch input{text-align:right; padding-right:3px; background: #f6f6f6; border: none; height: 30px; vertical-align: middle; color: #666; }
span.priceSearch button {
	text-indent: -1000em;
	font-size: 0;
	width: 31px;
	height: 30px;
	background: #737373 url(../images/global/btn_price_search.png) no-repeat 50% 50%;
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}
#content h3 span.priceSearch .split { float: none;      margin-right: 10px; }

/* 2016-03-14 CSS 추가사항 */

.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn4{position:relative}
.popular_prd .dtail_p li div.prd_detail .prd_cont .diy_btn li.diy_btn4 span{display:block;position:absolute;top:-15px;left:40px;-moz-calc100px;width:190px;padding:5px 0 8px;font-size:12px;font-weight:bold;color:#22649c;border-radius:20px;background:#daf2fb;letter-spacing:-1px;text-align:center;opacity:0.9;behavior:url(../js/PIE.htc)}

/* 이용약관 */
.access_terms,.pers_data,.privacy,.mail{padding:50px 0 150px}
.access_terms .terms_v1 h3,.pers_data .data_v1 h3,.privacy .priv_v1 h3,.mail h3{padding-bottom:15px;border-bottom:2px solid #3b3d40;font-size:24px;color:#373737;letter-spacing:-1px}
.access_terms .terms_v1 > div > div{margin:0 95px 0 50px;}
.access_terms .terms_cont{float:left;padding:40px 0}
.access_terms .terms_cont > div{float:left; display:flex; width: 1200px; }
.access_terms .terms_cont > div h4,.pers_data .data_v1 h4,.privacy .priv_v1 h4{padding-bottom:10px;color:#444}
.access_terms .terms_cont > div > ul{width:400px; float: left;}
.access_terms .terms_cont > div > ul li{line-height:20px;letter-spacing:-1px}
.terms_v2{padding-top:40px; border-top:1px solid #ddd;clear:both}
.terms_v2 > div,.data_v2 > div{width:1228px;/* height:500px;max-height:500px; */padding:30px 25px;border:1px solid #e7e8e8;background:#fbfbfb;/* overflow-y:scroll */}
.terms_v2 > div > h4,.data_v2 > div > h4,.priv_v2 > div > h4{color:#444}
.terms_v2 > div > p,.data_v2 > div > p,.priv_v2 > div > p{font-size:12px;line-height:20px}
.terms_v2 > div > .policyContent, .policyfooter > div {font-size:12px;line-height:20px}

/* 개인정보처리방침 */
.pers_data,.privacy,.mail{font-size:13px}
.pers_data .data_v1 > div > p,.privacy .priv_v1 > div > p,.mail > div > p{margin:30px 0;line-height:20px}
.pers_data .data_v1 > div > div:after{content:"";display:block;clear:both}
.pers_data .data_v1 > div > div,.privacy .priv_v1 > div > div{padding:0 0 50px 30px;margin-bottom:40px;border-bottom:1px solid #ddd}
.pers_data .data_v1 > div > div > ul,.privacy .priv_v1 > div > div > ul{float:left;margin:0 40px;font-weight:bold;color:#444;line-height:24px;letter-spacing:-0.4px}
.data_v2 > div{height:500px;max-height:500px}
#term_table{margin : 30px 0 0 0;}
#term_table td{padding:15px 0;}
.policyNoticeTableImg{margin:5px 0;}
.policyNoticeTableTitle{margin:10px 0 5px 0; font-size:12px; font-weight:bold;}
.policyNoticeTableContent{margin:5px 0; font-size:10px;}
.terms_content > table td{padding:5px;}
.policyPopupBtn{width:auto !important; margin:0 0 20px 0 !important; font-size:12px !important;}

/* 청소년보호방침 */
.privacy .priv_v1 > div > div:after{content:"";display:block;clear:both}
.priv_v2 > div{width:1228px;height:480px;padding:25px 25px;border:1px solid #e7e8e8;background:#fbfbfb}
.priv_v2 > div > h4{margin-top:45px}
.priv_v2 > div > h4:first-child{margin-top:0}
.priv_v2 > div > div{font-size:12px;line-height:18px}
.priv_v2 > div > div > p{margin:0}
.priv_v2 > div > div ul li span{color:#0486cb}

/*지난약관*/
.terms_details > div > div{height:300px;max-height:300px;padding:20px 25px;margin:30px 40px 0;font-size:12px;border:1px solid #e7e8e8;background:#fbfbfb;text-align:left}
.terms_details .popup h2{margin:0 40px 20px;font-size:20px;text-align:left}
.prev_terms p,.prev_terms ul li a{font-size:13px;color:#3b3d40;font-weight:bold}
.prev_terms ul li{line-height:20px}
.prev_terms ul li span{font-weight:normal}
.prev_terms ul li:hover{text-decoration:underline}
.terms_content { text-align: left; overflow-y:scroll; }

.mail{margin-bottom:500px}
.mail > div > div > h4{padding-bottom:15px;color:#444;font-size:14px}
.mail > div > div > ul{line-height:20px}
.mail > div > div > ul li span{display:block;padding-left:10px}

/* 이용가능매장 */
.store .content > div{margin:45px 65px 70px;padding-bottom:15px}
.store .content > div > div > div{margin-bottom:30px}
.store .content > div > div > div h4{padding:0 0 30px 25px !important;border-bottom:1px solid #9c9c9c;font-size:17px !important; font-weight:bold;color:#373737 !important; margin: 0px !important; text-align: left !important; height: 0px !important; }
.store .content > div > div > div > div{width:668px;height:100px;padding:0 30px;border:1px solid #e7e8e8;border-top:0;letter-spacing:-1px}
.store .content > div > div > div p{padding-left:6px;line-height:20px}
.store .content .store_v1 ul{padding:20px 0 10px}
.store .content .store_v1 ul:after{content:"";display:block;clear:both}
.store .content .store_v1 ul li a{display:block;float:left;margin:0 10px 10px 0;padding:6px 15px;border-radius:5px;color:#424242;font-size:14px;background:#e2e2e2}
.store .content .store_v1 ul li.select a{color:#fff;background:#06a7e1}
.store .content .store_v1 h4{border-bottom:2px solid #5a5a5a !important;}
.store .content .many_list{overflow-y:scroll}
.store .content .store_v2{margin-bottom:0}
.store .content .store_v2 > div{height:80px;padding:15px 30px;font-size:13px;background:#fbfbfb;line-height:20px}

/* 160317 요청사항 코딩 */
.error{padding-top:200px;background:url(../images/ico_error.png) no-repeat 50% 95px;text-align:center}
.error > p:first-child{font-size:26px;font-weight:bold;color:#656b6f;letter-spacing:-1px}
.error > p:first-child span{display:block;padding-top:10px;font-size:14px;font-weight:normal;color:#84898c}
.error .btnArea{width:307px;margin:64px auto 124px;text-align:center}
.error .btnArea:after{content:"";display:block;clear:both}
.error .btnArea a{display:block;float:left;width:150px;height:40px;font-size:14px;color:#fff;background:#535c64;text-align:center;line-height:40px}
.error .btnArea a:first-child{margin-right:7px;background:#06a7e1}
/* #160317 요청사항 코딩 */


/* 160325 요청사항 코딩 */
.combine{padding-bottom:245px;font-family:Nanum Gothic,"나눔고딕";background:url(../images/etc/combine_bg.png) no-repeat 50% 90px;text-align:center}
.combine .comb_v1{padding:540px 0 70px}
.combine .comb_v1 > p{margin:0 0 18px;font-size:16px;color:#656b6f;letter-spacing:-1px;line-height:28px}
.combine .comb_v1 > p:first-child{font-size:28px}
.combine .comb_v1 > p > span{color:#3b3d40;font-weight:bold}
.fail > a{display:block;width:330px;height:52px;margin:55px auto 0;font-size:22px;color:#fff;background:#06a7e1;text-align:center;letter-spacing:-1px;line-height:50px}
.comb_v2{padding:50px 0 55px;border-top:1px solid #dddee0;border-bottom:1px solid #dddee0;background:#fafafa}
.comb_v2 > p:first-child{color:#27afe1;font-size:22px;font-weight:bold}
.comb_v2 > p:first-child span{display:block;width:50px;height:1px;margin:30px auto 40px;background:#06a7e1}
.combine .btnArea a{display:inline-block;width:275px;height:45px;margin:0 auto 0;font-size:16px;color:#fff;background:#535c64;text-align:center;letter-spacing:-1px;line-height:45px}
.combine .btnArea a:first-child{margin-right:8px;background:#06a7e1}

.check{display:none;z-index:200;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;color:#222}
.check .popup{top:30%;width:490px;height:auto;font-size:18px;color:#5f5f5f;background-color:#fff}
.check .popup > div{padding:50px 0 0;line-height:28px;letter-spacing:-1px}
.check .btnArea{width:307px;margin:35px auto;text-align:center}
.check .btnArea:after{content:"";display:block;clear:both}
.check .btnArea a{display:block;float:left;width:150px;height:40px;font-size:14px;color:#fff;background:#535c64;text-align:center;line-height:40px}
.check .btnArea a:first-child{margin-right:7px;background:#06a7e1}

.open{display:none;z-index:200;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;color:#222}
.open .popup > div{background:#fff}
.open .popup > div > p{margin:0;padding:10px;font-size:12px;color:#707070;}
.open .popup > div > p input{margin:0 5px 2px 0;vertical-align:middle}
.open .popup .btn_close{position:absolute;top:425px;right:10px}
.open .popup .btn_close img{width:18px}

.mp_tab .tabcontents .info_box{padding:135px 0;font-family:Nanum Gothic,"나눔고딕";font-size:20px;text-align:center;letter-spacing:-1px}
.mp_tab .tabcontents .info_box > p > span{font-weight:bold}
.mp_tab .tabcontents .info_box > a{display:block;width:240px;height:42px;margin:45px auto 0;font-size:18px;color:#fff;background:#06a7e1;text-align:center;letter-spacing:-2px;line-height:40px}

.fail{padding:200px 0 400px;background:url(../images/etc/icon_fail.png) no-repeat 50% 70px;text-align:center;letter-spacing:-1px}
.fail > p{margin:0;font-size:14px;color:#84898c;line-height:22px}
.fail > p:first-child{margin-bottom:20px;font-weight:bold;font-size:26px;color:#656b6f}
.fail > p:first-child span{color:#06a7e1}
.fail > a{width:150px;height:40px;margin-top:70px;font-size:14px;line-height:40px}

/* 160405 요청사항 코딩 */
.step01,.step02,.step03{display:none;z-index:200;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;color:#222}
.step01 .popup,.step02 .popup,.step03 .popup{top:50%;width:860px;height:auto;font-size:18px;color:#5f5f5f;background-color:#fff;text-align:left}
.step h3,.step h4{font-weight:normal}
.step .popup > h2{margin:0 53px;padding-bottom:18px;border-bottom:1px solid #e3e3e3}
.step .popup > div{margin:0 53px;letter-spacing:-1px}
.step .popup > div > p{text-align:center}
.step .popup > div > p:first-child{margin:35px 0;}
.step .popup > div > div{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3}
.step .btnArea{margin:25px 0 36px;} /* 160428 edit */
.step .btnArea a{width:150px;height:40px;font-size:14px;line-height:40px}
.step01_cont{padding:40px 150px}
.step01_cont > p:first-child{margin:0;font-size:18px;color:#656b6f;text-align:center}
.step01_cont > p:first-child span{display:block;padding-top:8px;font-size:12px;color: #949494;} /* 160428 edit */
.step01_cont > p + div + p{margin:0;padding-left:68px;font-size:12px} /* 160428 edit */
.step01_cont > p + div + p input{margin-right:10px;vertical-align:middle} /* 160428 edit */
.step01_cont > div{margin:37px 0 18px}
.step01_cont > div > p{margin:0; position: relative;} /* 160428 edit */
.step01_cont > div > p:first-child{margin-bottom:10px}
.step01_cont > div span{display:inline-block;vertical-align:middle}
.step01_cont > div span:first-child{width:68px;font-size:14px;color:#4a4b4d;font-weight:bold} /* 160428 edit */
.step01_cont > div input{width:265px;height:38px;border:1px solid #e3e3e3;font-size:14px;color:#4a4b4d;line-height:38px}
.step02_cont{padding:0px 0 20px} /* 160428 edit */
.step02_cont > div{margin:0 10px}
.step02_cont > div > h3{padding-bottom:10px;text-align:center;font-size: 16px;line-height: 22px;color: #656b6f; border-bottom: 0 !important;} /* 160428 edit */
.step02_cont > div > div{height:200px;max-height:200px;padding:20px 25px;font-size:12px;border:1px solid #e7e8e8;background:#fbfbfb;overflow-y:scroll; text-align: left;} /* 160428 edit */
.step02_cont > div > div > h4{font-weight:bold}
.step02_cont > p{margin:0 0 12px 130px;font-size:12px;color: #666666;}
.step02_cont > p > span{width:240px;margin-right:40px}
.step02_cont > p input{margin:0 8px 0 25px;vertical-align:middle}
.step02_cont > p.all_agree{margin:20px 0 0;font-size:12px;text-align:center;color: #666666;}/* 160428 edit */
.step03 .step03_cont{padding:105px 0;text-align:center}
.step03 .step03_cont p{font-size:14px;color: #84898c;} /* 160428 edit */
.step03 .step03_cont p span{display:block;padding-bottom:12px;font-size:26px;font-weight: bold; color:#06a7e1}/* 160428 edit */

.term_content table{
	margin-left: 20px;
}

#content .layer_popup{ position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:1000;}
#content .layer_popup .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
#content .layer_popup .content { position:absolute; background: #FFF; left:50%; top:50%;
	width:auto; box-shadow:2px 2px 24px rgba(0,0,0,.2);
	text-align:center;
}
#content .layer_popup .content h3 { height: 80px; line-height: 80px; width: auto; font-size: 24px; font-weight: bold; color:#3b3d40; text-align:center; margin: 0 24px; }
#content .layer_popup .content button.close {float:right; margin-top:15px; margin-right:-5px; background:#fff; border:none; background:url('../images/main/close.png') 0 0 no-repeat; width:36px; height:38px;}
#content .layer_popup .content .btns{
	border-top: 1px solid #ddd;
	margin: 0 24px;
	padding: 30px 0;
	clear: both;
}
#content .layer_popup .content .btns button{
	margin: 0 4px;
}
#content .layer_popup .content .body{
	margin: 0 24px;
	padding: 40px 0;
	font-size: 18px;
	color:#000;
}
#content .layer_popup .content h3.noline { border: none; margin-bottom: -20px; }
#content .layer_popup .content .btns.noline { border: none; margin-top: -20px; }

#content .layer_popup.main_popup{ width:auto; height:auto;}
#content .layer_popup.main_popup .content .body{
	margin: 0;
	padding: 0;
}
#content .layer_popup.main_popup.place1{ left:0%; top:0%; }	 /*좌상*/
#content .layer_popup.main_popup.place2{ left:50%; top:0%; }	 /*상*/
#content .layer_popup.main_popup.place3{ left:100%; top:0%; }	 /*우상*/
#content .layer_popup.main_popup.place4{ left:0%; top:50%; }  /*좌중*/
#content .layer_popup.main_popup.place5{ left:50%; top:50%; }  /*중*/
#content .layer_popup.main_popup.place6{ left:100%; top:50%; }  /*우중*/
#content .layer_popup.main_popup.place7{ left:0%; top:100%; }  /*좌하*/
#content .layer_popup.main_popup.place8{ left:50%; top:100%; }  /*하*/
#content .layer_popup.main_popup.place9{ left:100%; top:100%; }  /*우하*/

#content .layer_popup.main_popup .content .body p{
	margin: 5px 15px;
	font-size: 14px;
	text-align: left;
}


#pay_card_layer {
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 570px;
    height: 620px;
    overflow: hidden;
    margin-left: -285px;
    margin-top: -310px;
}

.mp_tab .tabcontents .sms{text-align:center}
.mp_tab .tabcontents .sms > div{border-bottom: 1px solid #a2a3a4}
.mp_tab .tabcontents .sms > div:after{content:"";display:block;clear:both}
.mp_tab .tabcontents .sms > div table th,.mp_tab .tabcontents .sms table td {padding:10px 0; font-size:14px;}
.mp_tab .tabcontents .sms > div table th {width:200px;padding:0; height:50px; border-right: 1px solid #d9d9d9;font-weight:bold; font-size:14px; color:#3b3d40; text-align:center; background:#edeeef}
.mp_tab .tabcontents .sms > div table td{padding-left:25px;text-align:left}
.mp_tab .tabcontents .sms > div tr.first{border-top:2px solid #3b3d40}
.mp_tab .tabcontents .sms > div .last th,.mp_tab .tabcontents .sms .last td{border-top: 1px solid #d9d9d9}
.mp_tab .tabcontents .sms > div table tbody tr{border-bottom:0}
.mp_tab .tabcontents .sms button{width:150px;height:40px;margin:40px auto 350px;font-size:14px; color:#fff; width:160px; height:44px; line-height:44px; background:#06a7e1; letter-spacing:-.5px; border:0}


/* 170721 edit : start */
.prepare{padding:80px 0 200px;text-align:center}
.prepare p{padding-top:135px;font-size:26px;color:#656b6f;background:url(../images/mypage/icon_prepare.png) no-repeat 50% 0}
.prepare p span{display:block;padding-top:10px;font-size:14px;color:#8c9092}
/* 170721 edit : end */

/* 160805 edit : start */
.login_agree{top:50%;width:520px;height:auto;padding:20px 20px 0px;font-size:18px;color:#5f5f5f;background-color:#fff;text-align:left}
.login_agree .checkbox{display:inline-block;position:relative;top:-1px;width:17px;height:17px;margin-right:5px;background-repeat:no-repeat;background-size:17px auto;background-image:url(../images/etc/agree_off.png);vertical-align:middle;box-sizing:border-box}
.login_agree > div h4{padding-top:15px;font-weight:normal;font-size:20px;color:#666}
/* .login_agree > div > div:first-child{padding:10px;border:1px solid #e8e8e8;background:#fbfbfb} */
.login_agree > div:first-child{padding:10px;border:1px solid #e8e8e8;background:#fbfbfb}
/* .login_agree > div > div > div.check-area{padding-bottom:20px;border-bottom:1px solid #e3e3e3;font-size:18px} */
/*.login_agree > div > div > div.check-area{padding-bottom:20px;border-bottom:1px solid #e3e3e3;font-size:18px}*/
.login_agree > div > .agree_v1, .login_agree > div > .agree_v2 {
	margin-top:20px; border-top:1px solid #e3e3e3; padding-left: 10px;
}
.login_agree > div > div > .check-area {
	padding-top: 20px;
}

.login_agree > div > div > div.comment{font-size: 14px;font-weight: normal;}
.check-area{padding-top:10px;padding-left:5px;font-size:16px;color:#373737;font-weight:bold}
.check-area > a{margin-left:15px;font-size:10px;color:#2cb4e5}
.check-area > div{margin-left:12px;padding-top:5px;font-weight:normal;font-size:14px;color:#666}
.check-area > div > input[type=radio] {margin-left:20px;}
.checkbox input[type=checkbox]{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1010;width:17px;height:17px;border:none;background:none;letter-spacing:0;vertical-align:middle;opacity:0;-webkit-appearance:none;-ms-appearance:none}
.checkbox input[type=checkbox] + i{display:none}
.checkbox input[type=checkbox]:checked + i{display:block;position:absolute;top:0;left:0}
.checkbox input[type=checkbox]:checked + i{width:17px;height:17px;background-repeat:no-repeat;background-size:17px auto;background-image:url(../images/etc/agree_on.png)}
.login_agree .agree_v2 ul{padding:15px 0 15px 30px;font-size:12px;color:#95999b}
/* .login_agree > div > p{margin:25px 0 0;font-size:16px;text-align:center} */
.login_agree > p{margin:25px 0 0;font-size:16px;text-align:center}
.drop_out{margin:120px 0 220px;padding:65px 0;border-top:1px solid #d9dadc;border-bottom:1px solid #d9dadc;background:#f8f8f8}
.drop_out:after{content:"";display:block;clear:both}
.drop_out > div{float:left;width:640px;font-size:16px;text-align:center}
.drop_out > div > h4{font-size:24px}
.drop_out > div > h4 span{display:block;width:30px;height:2px;margin:20px auto;background:#06a7e1}
.drop_out button{display:block;width:195px;height:45px;margin:45px auto 0;border:0;color:#fff;background:#06a7e1;text-align:center;letter-spacing:-2px;line-height:40px}
/* 160805 edit : end */

.ui-selectmenu-menu.ui-selectmenu-open {
	z-index: 10000;
}



/*EVENT*/
.content .event {margin-top:24px; padding:0;}
.content .event .event_bann {position:relative; display:inline-block; margin:0; width:1280px; overflow:hidden; z-index:7777;}
.content .popular_prd ul.eventing {position:relative; display:inline-block; margin:30px auto 35px; width:1160px;}
.content .popular_prd ul.eventing li {float:left; margin-bottom:100px; margin-right:30px;}
.content .popular_prd ul.eventing {border-bottom:1px solid #c6c8c9;}
.content .popular_prd ul.eventing li dl dt {margin-bottom:20px;}
.content .popular_prd ul.eventing li dl dd {font:16px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f;}
.content .popular_prd ul.eventing li dl dd.prd_name {margin-bottom:12px; width:515px;}
.content .popular_prd ul.eventing li dl dd.prd_name a {margin-bottom:12px; font:bold 22px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40;}
.content .popular_prd ul.eventing li dl dd.prd_name em {float:right; margin-top:3px; font:bold 14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#22649c;}
.content .popular_prd ul.eventing li.evt_r {margin-right:100px;}
.content .popular_prd ul.eventing li.empty {float:initial;}
.content .popular_prd ul.eventing li.evt_btm {margin-bottom:0;}

/*EVENT LIST*/
.content .event_list {position:relative; display:inline-block; margin:50px 0; width:1280px;}
.content .event_list h3 {font:bold 24px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#373737; margin-bottom:15px;}
.content .event_list .evt_tit h3 {font:bold 24px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#373737; margin:0; padding-bottom:15px; border-bottom:1px solid #3b3d40;}
.content .event_list table {width:100%;}
.content .event_list table thead tr {border-top:2px solid #3b3d40; border-bottom:1px solid #d9d9d9; background:#edeeef;}
.content .event_list table thead tr th {padding:0; font:bold 14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40; height:63px;}
.content .event_list table tbody tr {border-bottom:1px solid #d9d9d9;}
.content .event_list table tbody tr th {padding:0; font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; height:50px;}
.content .event_list table tbody tr td {padding:0; font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; height:50px;}
.content .event_list table tbody tr td.annoc {text-align:center;}
.content .event_list table tbody tr.annoc_line {border-bottom:1px solid #a5a3a0}
.content .event_list .btm_st {position:relative; display:inline-block; width:100%; height:100px; margin:45px 0 25px;}

/*EVENT SUBSTANCE 내용*/
.content .event_list ul.subst_tit {float:left; position:relative; display:inline-block; padding:0; width:80%; height:110px; border-top:1px solid #3b3d40; border-bottom:1px solid #d9d9d9;}
.content .event_list ul.subst_tit li.subst1 {margin:27px 0 10px; font:bold 17px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40;}
.content .event_list ul.subst_tit li.subst2 {float:left; margin-right:13px; font:bold 12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; letter-spacing:-.25px;}
.content .event_list ul.subst_date {position:relative; display:inline-block; padding:0; width:20%; height:110px; background:#edeeef; border-top:1px solid #3b3d40; border-bottom:1px solid #d9d9d9;}
.content .event_list ul.subst_date li.subst3 {font:bold 14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; text-align:center; line-height:110px;}
.content .event_list ul.subst_tit1 {position:relative; display:inline-block; padding:30px 0; width:100%; border-top:2px solid #3b3d40; border-bottom:1px solid #d9d9d9;}
.content .event_list ul.subst_tit1 li.subst1 {margin-bottom:10px; font:bold 17px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40;}
.content .event_list ul.subst_tit1 li.subst2 {float:left; margin-right:13px; font:bold 12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; letter-spacing:-.25px;}
.content .event_list ul.subst {margin-bottom:35px; padding:50px 0; border-bottom:2px solid #3b3d40;}
.content .event_list ul.subst li {font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40; white-space:pre;}
.content .event_list ul.subst1 {margin:0; border-bottom:1px solid #3b3d40;}
.content .event_list ul.subst1 li {margin:40px auto; text-align:center;}
.content .event_list ul.subst1 li.windetail {margin:40px auto; text-align:left;}
.content .event_list ul.li_btn {position:relative; text-align:center;}
.content .event_list ul.li_btn li button {width:160px; height:44px; background:#06a7e1 !important; font:18px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#fff; text-align:center; border:0;}
.content .event_list ul.evt_rep li {float:left; width:100%; font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40;}
.content .event_list ul.evt_rep li.rep_put {float:left; padding-top:37px; width:100%; border-bottom:1px solid #c6c8c9;}
.content .event_list ul.evt_rep li.rep_put textarea {margin:0 0 55px 27px; font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; width:1062px; height:90px; background:#f8f8f8; border:none;}
.content .event_list ul.evt_rep li.rep_put button {width:158px; height:90px; font:16px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#fff; background:#06a7e1; border:none;}
.content .event_list ul.evt_rep li.rep_txt {padding:20px 27px; width:930px; border-bottom:1px solid #3b3d40;}
.content .event_list ul.evt_rep li.rep_txt2 {padding:20px 27px 0px; width:930px; border:none;}
.content .event_list ul.evt_rep li.rep_btn {padding:20px 0; border-bottom:1px solid #c6c8c9;}
.content .event_list ul.evt_rep li.rep_btn button.rep_modf {position:relative; margin-right:6px; padding-left:17px; left:27px; width:54px; height:24px; line-height:24px; font:12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; border:1px solid #e0e1e2; border-radius:2px; background:#fff url('../images/event/rep_modf.png') 13% 60% no-repeat;}
.content .event_list ul.evt_rep li.rep_btn button.rep_delt {position:relative; margin-right:6px; padding-left:17px; left:27px; width:54px; height:24px; line-height:24px; font:12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; border:1px solid #e0e1e2; border-radius:2px; background:#fff url('../images/event/rep_delt.png') 13% 53% no-repeat;}
.content .event_list ul.evt_rep li.rep_btn1 {width:984px; height:44px; border-bottom:1px solid #c6c8c9;}
.content .event_list ul.evt_rep li.rep_btn1 button.rep_cancl {position:relative; margin-right:6px; padding-left:17px; left:27px; width:54px; height:24px; line-height:24px; font:12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; border:1px solid #e0e1e2; border-radius:2px; background:#fff url('../images/event/rep_cancl.png') 13% 63% no-repeat;}
.content .event_list ul.evt_rep li.rep_btn1 button.rep_delt {position:relative; margin-right:6px; padding-left:17px; left:27px; width:54px; height:24px; line-height:24px; font:12px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; border:1px solid #e0e1e2; border-radius:2px; background:#fff url('../images/event/rep_delt.png') 13% 53% no-repeat;}
.content .event_list ul.evt_rep li.rep_txt1 {float:left; padding:20px 27px 12px; width:100%; border:none;}
.content .event_list ul.evt_rep li.rep_txt1 textarea {margin:0 !important; font:14px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#3b3d40; width:1060px; height:78px; background:#fdfdfd; border:1px solid #c1c4c5;}
.content .event_list ul.evt_rep li.rep_txt1 button {width:158px; height:80px; font:16px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#fff; background:#06a7e1; border:none;}
.content .event_list ul.evt_rep li.rep_idnt2 {padding:20px 0 0; width:148px; border:none; font-weight:bold; text-align:center;}
.content .event_list ul.evt_rep li.rep_idnt {padding:20px 0; width:148px; font-weight:bold; text-align:center; border-bottom:1px solid #535c64;}
.content .event_list ul.evt_rep li.rep_idnt1 {padding:0; width:148px; height:44px; font-weight:bold; text-align:center; border-bottom:1px solid #c6c8c9;}
.content .event_list ul.evt_rep li.rep_date {padding:20px 0; width:148px; border-bottom:1px solid #535c64;}
.content .event_list ul.evt_rep li.rep_date2 {padding:20px 0 0; border:none; width:148px;}
.content .event_list ul.evt_rep li.rep_date1 {padding:0; width:148px; height:44px; border-bottom:1px solid #c6c8c9;}
.content .event_list .li_btn {margin-top:30px;}
.content .event_list .btm_st .pagint {margin:0px;}

/*EVENT 없음*/
.content .noneevnt ul.no_event {position:relative; display:inline-block; margin:115px auto; width:100%;}
.content .noneevnt ul.no_event li.noevnt {text-align:center;}
.content .noneevnt ul.no_event li.noevnt img {margin-bottom:24px;}
.content .noneevnt ul.no_event li.noevnt1 {margin-bottom:20px; font:bold 32px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; letter-spacing:-.75px; text-align:center;}
.content .noneevnt ul.no_event li.noevnt1 span {color:#06a7e1;}
.content .noneevnt ul.no_event li.noevnt2 {font:16px 'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic'; color:#656b6f; letter-spacing:-.75px; text-align:center;}

/* 161219 edit : start */

.tab-area{position:relative}
.tab-area > div h3{position:absolute;top:-50px;left:0;width:210px}
.tab-area > div h3.tab-title02{left:225px}
.tab-area > div h3 .title{display:block;font-size:28px;color:#373737;line-height:36px;text-align:center;box-sizing:border-box}
.tab-area > div h3 .title.on{color:#06a7e1}
.tab-area > div > div{width:1160px;margin-top:50px;border-top:1px solid #dddddd}
.tab-area > div > div.tab-cont02{display:none}
/* .popular_prd .tab-area > div .eventing li{margin-bottom:70px; } */
.popular_prd .tab-area > div .eventing li{margin-bottom:70px; position:relative;}
.popular_prd .tab-area > div .eventing li dl dd.prd_name em,.content .event_list ul.subst_date li.subst3 span{display:block;width:78px;height:35px;margin-right:20px;border-radius:20px;color:#3c3e41;background:#e7e7e7;line-height:32px;text-align:center;behavior: url(../js/PIE.htc)}
.popular_prd .tab-area > div .eventing li dl dd span{color:#3b3d40}
/* .popular_prd .tab-cont02 .eventing .event-end{position:absolute;top:0;left:0;width:565px;height:220px;background:url(../images/event/bg_opacity.png) no-repeat 0 0} */
.popular_prd .tab-cont01 .eventing .event-end{position:absolute;top:0;left:0;width:515px;height:320px;background:url(../images/event/bg_opacity.png) no-repeat 0 0}
.popular_prd .tab-cont02 .eventing .event-end{position:absolute;top:0;left:0;width:515px;height:320px;background:url(../images/event/bg_opacity.png) no-repeat 0 0}
/* .popular_prd .tab-cont02 .eventing .event-end span{display:block;position:absolute;top:20px;right:20px;width:78px;height:35px;border-radius:20px;color:#fff;background:#3c3e41;line-height:32px;text-align:center;behavior: url(../js/PIE.htc)} */
.popular_prd .tab-cont01 .eventing .event-end span{display:block;position:absolute;top:220px;right:10px;width:78px;height:35px;border-radius:20px;color:#fff;background:#3c3e41;line-height:32px;text-align:center;behavior: url(../js/PIE.htc)}
.popular_prd .tab-cont02 .eventing .event-end span{display:block;position:absolute;top:220px;right:10px;width:78px;height:35px;border-radius:20px;color:#fff;background:#3c3e41;line-height:32px;text-align:center;behavior: url(../js/PIE.htc)}

.event_list .caution{padding:25px 20px 40px;font-size:14px;border-top:1px solid #5a5a5a;border-bottom:1px solid #5a5a5a}
.event_list .caution h3{font-size:17px}
.content .event_list ul.subst1 li button{display:block;width:250px;height:60px;margin:50px auto 0;border:none;font-size:18px;color:#fff;font-family:'Malgun Gothic','맑은고딕','Nanum Gothic','나눔고딕','Apple Gothic';background:#06a7e1}
.content .event_list ul.subst_tit,.content .event_list ul.subst_date{height:95px;background:#fff}
.content .event_list ul.subst_date li.subst3{line-height:95px}
.content .event_list ul.subst_date li.subst3 span{display:inline-block;margin-left:10px}
.content .event_list ul.li_btn li button{background:#535c64 !important}
/* 161219 edit : end */

#content [class*='tab-title']{border-bottom:0}
#content [class*='tab-title']  > span{border-bottom:0}
#content .event_list h3{border-bottom:0}

/* 170316 */
.themeCategory:hover {cursor:pointer;}

/* 영수증 팝업 */
#receipt_iframe{
	border : 0;
	margin-top :-40px;
	margin-bottom :-40px;
}


/* 191115 추가 */
.terms_area {width: 100%; vertical-align: top; padding-top: 10px !important; padding-left: 0!important; padding-right: 0!important; padding-bottom: 0!important;}
.terms_area > li{width: 100%; height: auto !important; padding-bottom:30px !important; }
.terms_area > li > h3{width: 100%; padding: 0 0px; font-size: 14px; display: table; }
.terms_area > li > h3 .tit{display: table-cell; font-size: 14px; font-weight: 500; margin: 0;}
.terms_area > li > h3 .btn_ar{text-align: right; cursor: pointer;}
.terms_area > li > h3 .btn_ar {background: #fff !important; width: 300px !important; height: auto !important; margin: 0 !important; color: #000 !important; font-size: 14px !important; padding: 0 !important; }
.terms_area > li > h3 .btn_ar > span {padding-right: 37px; background: url("../images/icon_down.png") right center no-repeat}
.terms_area > li .trem{width: 60%; background: #fff; border: 1px solid #d5d0d0; padding: 15px 15px; display: none; margin-top: 10px; box-sizing: border-box; height: 114px; overflow-y: auto !important;}

.terms_area > li .trem .content_trem{width: 100%; font-size: 12px !important;}
.terms_area > li .trem .content_trem  h4{font-size: 12px; border: none!important; padding: 0 0 10px 0!important; margin: 0 !important; }
.terms_area > li .trem .content_trem  table{border-top: 1px solid #000; border-left: 1px solid #000;}
.terms_area > li .trem .content_trem  table th{border-bottom: 1px solid #000; border-right: 1px solid #000; height: auto; padding: 5px;}
.terms_area > li .trem .content_trem  table td{border-bottom: 1px solid #000; border-right: 1px solid #000; height: auto; padding: 5px;}
.terms_area > li .trem .content_trem  table td > p{margin: 0 !important;}
