﻿@charset "utf-8";
@import "common.css";

.mainOrderHitimg {
	width: 460px;
	height: 264px;
	overflow: hidden;
}

.scale {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
.scale:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.imgover01 { width: 460px; height: 264px; overflow: hidden;}

.optbuttonarea .optionarea {
	min-height: 170px;
	background-color: #fff;
	border-top: 1px solid #dfe2e6;
	padding: 15px;
	position: relative;
}
.optbuttonarea .optclosebtn {
	top: -16px;
	left:50vw;
	margin-left: -31px;
	display: inline-block;
	width: 62px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 101;
	position:absolute;
	background: url(/resources/img/otp_closebtn.png) no-repeat 0 0;

}
.optbuttonarea .optlist {
	border: 1px solid #5d30a6;
	border-top: 0px solid #5d30a6;
	display: none;
	max-height: 250px;
	overflow-x: hidden ;
}
.optbuttonarea .optlist ul li{
	font-size: 13px;
	border-bottom: 1px solid #eee;
}
.optbuttonarea .optlist ul li a {
	width: 100%; display: inline-block;
	padding:12px 20px 10px 20px;
	color:#000 !important;
}
.optbuttonarea .optlist ul li a span{
	display: inline-block; padding-left:15px;
	position: relative;;
}
.optbuttonarea .optlist ul li a span:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 50px;
	height: 12px;
	border-left: 1px solid #000;
}
/*옵션박스*/
.optchoicecheckArea {
	position:relative;
}
.optchoicecheckArea.active {
	border:1px solid #5d30a6;
}
.optchoicecheckArea .default_optchoicecheck {
	border:1px solid #e1e1e1;
	width:100%;
	text-align:left;
	padding: 8px 10px 10px;
	background:#fff;
	cursor:pointer;
	font-size: 13px;
	color: #000000;
}
.optchoicecheckArea .ico{
	position: absolute;
	right: 15px;
	top: 50%;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background: url(/resources/img/shopoptlist_down.png) no-repeat;
}


.rightli{
	position:relative;float:right;width:276px;
	border:1px solid #cacaca;
}
.rightli .rightarea{width:274px; }
.rightli .err{
	color:#ff0606;
}
.rightli .errline{
	border-bottom:2px solid #ff0606 !important;
}
/* 체크박스 이미지모듈 */
input.imgcheck{display:none;}
input.imgcheck + label{ font-size:16px; display:inline-block;height:24px;line-height:26px;padding:0 20px 0 25px;background:url("/resources/img/203/icon_check_off.png") no-repeat left 3px; cursor:pointer;}
input.imgcheck:checked + label{color:#6426c8; font-weight:500; background:url("/resources/img/203/icon_check_on.png") no-repeat left 3px;}

input.imgradio { display:none; }
input.imgradio + label {display:inline-block;height:24px; line-height:26px;padding:0 15px 0 25px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px; cursor:pointer;}
input.imgradio + label:last-child {padding:0 0 0 25px;}
input.imgradio:checked + label {color:#6426c8; font-weight:500; background:url("/resources/img/203/icon_radio_on.png") no-repeat left 3px;}
input.imgradio:disabled + label {
	color:#ccc; padding:0 0 0 25px;background:url("/resources/img/203/icon_radio_dis.png") no-repeat left 3px;
}


input.imgradio2 { display:none; }
input.imgradio2 + label {display:inline-block;height:34px;padding:6px 40px 0 40px;background:url("/resources/img/203/icon_radio2_off.png") no-repeat left 3px; cursor:pointer;}
input.imgradio2 + label:last-child {padding:6px 0 0 40px;}
input.imgradio2:checked + label {font-weight:500; background:url("/resources/img/203/icon_radio2_on.png") no-repeat left 3px;}
input.imgradio2:disabled + label {
	color:#6426c8; font-weight:500; padding:0 20px 0 25px;background:url("/resources/img/203/icon_radio_dis.png") no-repeat 1px 1px;
}

input.imgradio3 { display:none; }
input.imgradio3 + label {display:inline-block;height:30px; line-height:30px; font-size: 22px; padding:0 0 0 40px; background: url(/resources/img/205/detail_bg01.png) no-repeat -40px -818px; cursor:pointer;}
input.imgradio3:checked + label {font-weight:500; background: url(/resources/img/205/detail_bg01.png) no-repeat -40px -775px; color:#6426c8 !important;}
input.imgradio3:disabled + label {
	color:#6426c8; font-weight:500; padding:0 20px 0 25px; background: url(/resources/img/205/detail_bg01.png) no-repeat -40px -775px;
}

input.imgradio_txt { display:none; }
input.imgradio_txt + label {display:inline-block;width:67px;height:32px;padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_txt_off.png") no-repeat left 3px; cursor:pointer;}
input.imgradio_txt + label:last-child {padding:0 0 0 22px;}
input.imgradio_txt:checked + label {color:#6426c8; font-weight:500; background:url("/resources/img/203/icon_radio_txt_on.png") no-repeat left 4px;}
input.imgradio_txt:disabled + label {
	color:#ccc; padding:0 0 0 22px;background:url("/resources/img/203/icon_radio_txt_dis.png") no-repeat left 3px;
}


input.imgradio_giftselect { display:none; }
input.imgradio_giftselect + label {display:inline-block;width:100%;height:40px; text-align: center;
	line-height: 38px; cursor:pointer; background: #dddddd;}
input.imgradio_giftselect:checked + label {color:#ffffff; background: #EA002C; }
input.imgradio_giftselect:disabled + label {color:#eeeeee; background: #eeeeee;}
.btn_giftdetail {
	display:inline-block;width:100%;height:40px; text-align: center;
	line-height: 38px; cursor:pointer;
	border: 1px solid #cccccc;
}

.__se_tbl{border: 1px solid rgb(166, 188, 209);}
.__se_tbl .toptd{padding: 3px 4px 2px; color: rgb(61, 118, 171); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(225, 238, 247);
	text-align: left; width: 100%; height: 18px; background-color: rgb(246, 248, 250);}
.__se_tbl .bottomtd{
	text-align:left;padding: 3px 4px 2px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(225, 238, 247); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(225, 238, 247); color: rgb(61, 118, 171); width: 100%; height: 18px; background-color: rgb(255, 255, 255);}
.__se_tbl span.end{color: #ccc;}
.__se_tbl span{color: rgb(0, 0, 0); font-size: 11pt;
	font-family: 'NanumSquare', 'Roboto';}

#main_middle {padding: 10px 0 0 0;}

#mycouponlists {
	border-top: 2px solid #161616;
	height: 270px;
	overflow: auto;
	margin-bottom : 55px;
}
.couponlist {border-bottom: 1px solid #eee;}
.couponlist .radioarea { position: relative; top:10px; left: 15px; }
.couponitems {padding: 12px 15px;}
.couponitems .coupontitle{
	font-size:16px; font-weight: 700;
}
.couponitems .couponprice{
	padding-left: 22px;
	color:#ccc;
	font-weight: 900;
	font-size: 30px;
}

.couponitems .active { color: #131313 !important;;}
.couponitems .couponsubtitle{
	padding-left: 20px;
	color:#999;
}
.reservelayerbanner{
	width:400px; margin:0 auto;
	position:fixed;
	z-index: 999;
	bottom:50px;
	right:50px;
	display:none;
}

.main_titlebar{
	width:960px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color: #d03e4b;
	border: solid 0px #ff444f;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.items_telecom {background-color: #f9f9f9; height: 430px; padding: 40px;}
.items_telecom .itembox{width: 100%; height: 350px; position: relative; text-align: center;}
.items_telecom .itembox dt{ height: 240px; position: relative;}
.items_telecom .itembox dt .countbtn{
	background-color: #fff;
	border-radius: 30px;
	width: 60px;
	height: 28px;
	line-height: 25px;
	font-weight: 900;
	display: inline-block;
	position: absolute;;
	top:0px;
	left:20px;
	border: 1px solid #000;
}

.items_telecom .itembox .item_percent{
	position: absolute;
	right: 20px;
	width:55px;height:48px;
	background: url(/resources/img/icon_percent01.png) no-repeat;
	z-index: 9;
	color: #e4007f;
}
.items_telecom .itembox .item_percent .percentarea { padding : 18px 0 0 2px;}
.items_telecom .itembox .item_percent .percentarea span{
	display: inline-block;position: relative;
	font: bold 20px/1.2 Tahoma,sans-serif;
}

.items_telecom .itembox dd h4{ font-size: 24px; font-weight: bold;}
.items_telecom .itembox dd .linkarea{ font-size: 18px; font-weight: bold;}
.items_telecom .itembox dd .linkarea .bar{display: inline-block; padding: 0 20px;}

.items_group {width:460px;margin:0px;text-align: left;}
.items_group dl dt{ display: inline-block;}
.items_group dl dd{ position: relative; display: inline-block; vertical-align: top;}
.items_group img.listimg { width: 120px;}
.telecomicon{
	font-size:13px !important;
	color:#fff;
	display: inline-block;
	font-weight: bold;
	width: 60px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: top;
}
.telecomicon.SKT{ background: #ed1941;}
.telecomicon.KTF{ background: #48484a;}
.telecomicon.LGT{ background: #d40b7b;}

.items_group .price {font: bold 20px Tahoma,sans-serif;}
.items_group  .items_group_info { margin: 20px 0 0 20px;}


.items {
	width:286px;
	/*
	border-top: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	*/
	margin:0px;
	/*padding:40px 25px 30px 25px;*/
}
.itemsimg {
	width:261px; height:408px;
	/*border: solid 1px #d6d6d6;*/
	border-top: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	margin:0px;
	padding:0;
}
.itemsimg2 {
	width:348px; height:327px;
	/*border: solid 1px #d6d6d6;*/
	border-top: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	margin:0px;
	padding:0;
}


.ej-goods-title{margin-top:20px; width: 750px; font-size:16px; color:#000000; }
#ej-goods-wrap2 {float:left; width:678px; margin:20px 0 0 0; padding:10px 0 10px 0px; border-top:2px solid #000;
	border-bottom:2px solid #666666; height:100%; background:#f7f7f7;}
#ej-goods-wrap2 .ej-prod-list {margin:0; padding:0; overflow:hidden; min-height:180px;}
#ej-goods-wrap2 .ej-prod-list .itemtitle{padding:5px 0 0 0 ;}
#ej-goods-wrap2 .ej-prod-list li {float:left; width:120px; height:200px;
	padding: 0 0 0 13px;
	overflow:hidden;
}
.gift_title01 {
	display:inline-block;
	width:100%;
	vertical-align:middle;
	line-height:40px;
	font-size: 14px;
	height:40px;
	background-color:#333;
	text-align:center;
	color:#999;
}
.gift_title02 {
	text-align:center;
	font-size: 20px;
	background-color:#6426c8;
	orverflow:hidden;
}
.gift_title02 .title {
	padding-top:20px;
	color:#fff;
}

.gift_title03 {
	font-size:14px;
	height:17px;
	color:#b693ed;
	text-align:center;
	padding: 10px 0 20px 0;
}
.gift_bar {
	border-bottom: 1px dotted #666666;
}
.gift_title04 {
	font-size: 20px;
	font-weight: bold;
}
#ej-goods-wrap2 .ej-prod-list li .gpoint { color: red; font-size: 14px; font-weight:bold; padding-top:5px; }
#ej-cart .delitem{color:red; cursor:pointer;}
.ej-goto-ej-cart {background-color:#f6f6f6;}
.ej-goal-ej-cart2 {background-color:#fafad2;}


.ej-goods-title{margin-top:20px; width: 750px; font-size:16px; color:#000000; }


.gift_bar_default ul {list-style:none;   margin:0;   padding:0;}
.gift_bar_default li {margin: 0;padding: 0 0 0 0; float:left; height:20px; vertical-align:middle; line-height:20px; }
.gift_bar_default li:first-child { float:left; padding-left:10px; }
.gift_bar_default li:last-child { font-weight:bold; float:right; padding-right:10px; }

.support5glayerpopup ul {list-style:none;   margin:0;   padding:50px 0 30px 0; }
.support5glayerpopup ul li {margin: 0;padding: 30px 10px 0 10px; float:left; vertical-align:middle; line-height:20px; width: 50%; display: inline-block; }
.support5glayerpopup ul li:last-child { border-left:1px dotted #aaa;padding: 10px 10px 0 10px; }
.support5glayerpopup ul li .smalltitle{ font-size: 20px; }
.support5glayerpopup ul li .bigtitle{ font-size: 30px; font-weight: 900; }
.support5glayerpopup ul li .contents{ font-size: 16px; line-height: 22px;}
.support5glayerpopup ul li .titlearea{ min-height: 40px;}
.support5glayerpopup ul li .smallcontents{ font-size: 14px; color: red; min-height: 30px; }

.giftchoice_list01 {
	width:230px;
	height: 350px;
	padding:8px 5px 5px 5px;
	float:left;
	text-align:center;
	margin-right:40px;
}
.giftchoice_list01 ul {list-style:none;   margin:0;   padding:0;}
.giftchoice_list01 li {
	margin: 0;padding: 0 0 0 0;
	vertical-align:middle;
}
.giftchoice_list01 li img{width:230px; heightL:230px; padding-bottom:15px;}
.giftchoice_list01 .nickname {
	border-top:2px solid #fe4202; font-weight:bold; font-size:20px;
	line-height:42px;
}
.giftchoice_list01 .giftchoiceprice {
	color:#ffffff;
	height:40px;
	background-color:#fe4202;
	width:100%;
	vertical-align:middle;
	font-size:22px;
	line-height:40px;
}

.giftchoice_list02 {
	margin-top:30px;
	width:168px;
	height:240px;
	padding:20px;
	float:left;
	text-align:center;
	margin-right:22px;
	background-color:#ffffff;
	-moz-border-radius: 10px; /*모질라*/
	-webkit-border-radius: 10px; /*웹킷*/
	/*IE9+,FF4+,chrome,Safari5,+opera*/
	border-radius: 10px;
}
.giftchoice_list02 ul {list-style:none;   margin:0;   padding:0;}
.giftchoice_list02 li {
	margin: 0;padding: 0 0 0 0;
	vertical-align:middle;
}
.giftchoice_list02 li img{width:140px; heightL:180px; padding-bottom:15px;}
.giftchoice_list02 .nickname {
	border-top:2px solid #fe4202; font-weight:bold; font-size:16px;
	line-height:42px;
}
.giftchoice_list02 .giftchoiceprice {
	color:#ffffff;
	height:30px;
	background-color:#119fab;
	width:100%;
	vertical-align:middle;
	font-size:16px;
	line-height:30px;
}
.giftchoice_list02nopadding{
	margin-right:0 !important;
}
.shop_bar_choice_item{
	font-size:15px; overflow:hidden;
	border-bottom:1px solid #d0d5d9;
	background-color:#fafafa;
	padding:15px 15px 15px 15px;
}
.shop_bar_choice_item .titlename{
	width:180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.shop_bar_choice_item>ul {margin:0;padding:0;clear:both; overflow:hidden;}
.shop_bar_choice_item>ul:first-child {border-bottom:1px dotted #dadada;padding-bottom:10px;}
.shop_bar_choice_item>ul:last-child {padding-top:10px;}
.shop_bar_choice_item>ul>li {margin: 0;padding: 0;overflow:hidden; float:left;}
.shop_bar_choice_item>ul>li:last-child {float:right;}
.shop_bar_choice_item>ul>li .itemtotprice{ font:700 22px/1.2 Tahoma,sans-serif;}
.shop_bar_choice_item .giftcnt{
	height:16px;
	border:0px solid #000;
	text-align:center;
	width:16px;
	font-size:14px;
	line-height:16px !important;

}
/*.cleargift{position:relative;top:-180px;left:90px;}*/
.shop_bar_choice_item .gift_dtail_icon{ width:87px; border:1px solid #cacaca;overflow:hidden;}
.shop_bar_choice_item .gift_dtail_icon>ul{margin:0;padding:0}
.shop_bar_choice_item .gift_dtail_icon >ul>li{
	display:inline-block;
	text-align:center;
	width:25px; height:25px; float:left; background-color:#fff;border-left:1px solid #cacaca;
}
.shop_bar_choice_item .gift_dtail_icon >ul>li input[name=shopcnt]{
	height:25px;
	border-bottom: 0px solid #fff;
	width: 32px;
	text-align: center;
}
.shop_bar_choice_item .gift_dtail_icon >ul>li:first-child{ border-left: 0px solid #cacaca;}
.shop_bar_choice_item .gift_dtail_icon .giftitem_plus {
	background:url("/resources/img/205/giftitem_plus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}
.shop_bar_choice_item .gift_dtail_icon .giftitem_minus {
	background:url("/resources/img/205/giftitem_minus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}



.shop_ea_dtail_icon{ width:85px; border:1px solid #cacaca;overflow:hidden;}
.shop_ea_dtail_icon>ul{margin:0;padding:0}
.shop_ea_dtail_icon >ul>li{
	display:inline-block;
	text-align:center;
	width:25px; height:25px; float:left; background-color:#fff;border-left:1px solid #cacaca;
}
.shop_ea_dtail_icon >ul>li input[type=text]{
	height:25px;
	width:32px;
	padding-left:0;
	text-align:center;
	border-bottom: 0px solid #fff;
}
.shop_ea_dtail_icon >ul>li:first-child{ border-left: 0px solid #cacaca;}
.shop_ea_dtail_icon .giftitem_plus {
	background:url("/resources/img/205/giftitem_plus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}
.shop_ea_dtail_icon .giftitem_minus {
	background:url("/resources/img/205/giftitem_minus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}




#gift_bar_choice_item{
	font-size:13px; overflow:hidden;
	border:1px solid #f0f0f0;
	border-bottom:1px solid #cacaca;
	background-color:#fafafa;
	padding:10px 15px 10px 15px;
	margin-top:5px;
}
#gift_bar_choice_item .titlename{
	width:180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
#gift_bar_choice_item>ul {margin:0;padding:0;clear:both; overflow:hidden;}
#gift_bar_choice_item>ul:first-child {border-bottom:1px dotted #cacaca;padding-bottom:10px;}
#gift_bar_choice_item>ul:last-child {padding-top:10px;}
#gift_bar_choice_item>ul>li {margin: 0;padding: 0;overflow:clear; float:left;}
#gift_bar_choice_item>ul>li:last-child {float:right;}
#gift_bar_choice_item>ul>li .itemtotprice{font-weight:700; font-size:16px;}
#gift_bar_choice_item .giftcnt{
	height:16px;
	border:0px solid #000;
	text-align:center;
	width:16px;
	font-size:14px;
	line-height:16px !important;

}
/*.cleargift{position:relative;top:-180px;left:90px;}*/
#gift_bar_choice_item .gift_dtail_icon{ width:78px; border:1px solid #cacaca;overflow:hidden;}
#gift_bar_choice_item .gift_dtail_icon>ul{margin:0;padding:0}
#gift_bar_choice_item .gift_dtail_icon >ul>li{
	display:inline-block;
	text-align:center;
	width:25px; height:25px; float:left; background-color:#fff;border-left:1px solid #cacaca;
}
#gift_bar_choice_item .gift_dtail_icon >ul>li:first-child{ border-left: 0px solid #cacaca;}
#gift_bar_choice_item .gift_dtail_icon .giftitem_plus {
	background:url("/resources/img/205/giftitem_plus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}
#gift_bar_choice_item .gift_dtail_icon .giftitem_minus {
	background:url("/resources/img/205/giftitem_minus.jpg") no-repeat 9px 8px;;
	padding-top:2px;
	border:0px solid #fff;
	height:25px;
	width:25px;
	vertical-align:center;
}
.s6event ul {list-style:none;   margin:0;   padding:0 30px 0 50px;}
.s6event li {margin: 0;padding: 0 0 0 0; float:left;}

.gift_bar_choice {overflow:auto;}
.gift_bar_choice .not_anygift{
	display:inline-block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding-top:30px;
}
/*.gift_bar_choice:first-child {padding-left:24px;}*/

.gift_bar_choice>ul {list-style:none;   margin:0;   padding:0;}
.gift_bar_choice>li {margin: 0;padding: 0 0 0 0; float:left; height:20px; vertical-align:middle; line-height:20px; }
.gift_bar_choice>li:first-child { float:left; padding-left:10px; }
.gift_bar_choice>li:last-child { font-weight:bold; float:right; padding-right:10px; }

.s6event ul {   list-style:none;   margin:0;   padding:0 30px 0 50px;}
.s6event li {margin: 0;padding: 0 0 0 0; float:left;}

.gift_title04 {
	padding:10px 0 8px 0;
	width:414px;
	font-size: 20px;
	font-weight: bold;
}

#ej-goods-wrap {
	width:100%; padding:0 0 10px 0px;
	border-bottom:2px solid #000;
	height:100%;
}
#ej-goods-wrap .newDivtitle {
	font-size:18px;
	clear:both;
	height:40px;
	line-height:40px;
	background-color:#333;
	color:#fff;
	margin:0 0 10px 0 ;
	padding-left:20px;
}

#ej-goods-wrap .newDivall {
	float:left;
	padding: 20px;
	border: 1px solid #d3d3d3;
	width:253px;
	margin: 7px;
}


#ej-goods-wrap .ej-goods-notice {
	margin:0 0 10px 0; padding:0; height:30px;
	color:#ffffff;
	font-size: 13px;
	line-height: 30px;
}
#ej-goods-wrap .ej-goods-notice li { width:100%; text-align:center;}
#ej-goods-wrap .ej-prod-list {
	margin:0; padding:0; overflow:hidden; min-height:230px;
	position:relative;
	/*left:-15px;*/
}
#ej-goods-wrap .ej-prod-list li {float:left;
	/*padding: 0 0 30px 30px;*/
	width:100%;
	overflow:hidden;
}
#ej-goods-wrap .ej-prod-list li .newDivall .itemtitle {
	margin-top: 5px;
	width:230px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

#ej-goods-wrap .ej-prod-list li .newDivall .gift_main_up div {
	display:none;
	opacity:0.5;position:absolute;left:0px; top:-157px; width:149px; height:149px;
	background: url('/resources/img/203/giftchoice_searchicon.png') no-repeat 48px 46px;
	background-color:#c4a2fa;
	border:2px solid #6426c8;
}
#ej-goods-wrap .ej-prod-list li.giftS .gift_main_up div {
	display:none;
	opacity:0.5;position:absolute;left:0px; top:-197px; width:514px; height:189px;
	background: url('/resources/img/203/giftchoice_searchicon.png') no-repeat 228px 66px;
	background-color:#c4a2fa;
	border:2px solid #6426c8;
}
#ej-goods-wrap .ej-prod-list li .newDivall .gpoint { color: #6426c8; font: bold 20px/1.2 Tahoma,sans-serif }
#ej-goods-wrap .newDivall .ej-goods-item {width:213px; height:213px; cursor:pointer;}
/*#ej-goods-wrap .newDivall .ej-goods-item:hover {width:213px; height:231px; border:2px solid #6426c8;}*/
#ej-cart .delitem{color:red; cursor:pointer;}
.ej-goto-ej-cart {background-color:#f6f6f6;}
.ej-goal-ej-cart2 {background-color:#fafad2;}

/** 스페셜상품 **/
#ej-goods-wrap .newDivtitle_s {	font-size:18px;	clear:both;	height:40px; line-height:40px;	background-color:#333;color:#fa7f02;margin:0 0 10px 0 ;	padding-left:20px;}
#ej-goods-wrap .newDivall_s {float:left; padding: 0 0 30px 10px}
#ej-goods-wrap .newDivall_s .ej-goods-item {width:390px; cursor:pointer;border:1px solid #d3d3d3;}
#ej-goods-wrap .newDivall_s .itemtitle{padding:5px 0 0 0 ;}
#ej-goods-wrap .ej-prod-list li .newDivall_s .itemtitle {
	width:370px;
	padding-left:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 1.2m; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
#ej-goods-wrap .ej-prod-list li .newDivall_s .gpoint { color: #6426c8; font: bold 20px/1.2 Tahoma,sans-serif  }
/*
#ej-goods-wrap .ej-prod-list li .newDivall_s .gift_main_up div { 
	display:none;
	opacity:0.5;position:absolute;left:0px; top:-157px; width:149px; height:149px; 
	background: url('/resources/img/203/giftchoice_searchicon.png') no-repeat 48px 46px;
	background-color:#c4a2fa;
	border:2px solid #6426c8;
}
#ej-goods-wrap .ej-prod-list li.giftS .gift_main_up div { 
	display:none;
	opacity:0.5;position:absolute;left:0px; top:-197px; width:514px; height:189px; 
	background: url('/resources/img/203/giftchoice_searchicon.png') no-repeat 228px 66px;
	background-color:#c4a2fa;
	border:2px solid #6426c8;
}
*/

/** 프리미엄상품 **/
#ej-goods-wrap .newDivtitle_p {	font-size:18px;	clear:both;	height:40px; line-height:40px;	background-color:#333;color:#fa7f02;margin:0 0 10px 0 ;	padding-left:20px;}
#ej-goods-wrap .newDivall_p {float:left;padding: 0 0 30px 6px}
#ej-goods-wrap .newDivall_p .ej-goods-item {width:790px; cursor:pointer;border:1px solid #d3d3d3;}
#ej-goods-wrap .newDivall_p .ej-goods-item:hover {width:786px; border:2px solid #6426c8;}
#ej-goods-wrap .newDivall_p .itemtitle{padding:5px 0 0 0 ;}
#ej-goods-wrap .ej-prod-list li .newDivall_p .itemtitle {
	width:780px;
	padding-left:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 1.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
#ej-goods-wrap .ej-prod-list li .newDivall_p .gpoint { color: red; font-size: 14px; font-weight:bold; padding-top:5px; }



.recomm_01 {
	color:#000000;
	vertical-align:top;
	width:180px;
	height:26px;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:0px;
	margin-bottom:4px;
	position: relative;
	top : 217px;
	font-weight: bold;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}

.recomm_02 {
	color:#d20202;
	vertical-align:top;
	width:180px;
	height:26px;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	float: right;
	/*padding: .2em 0.2em .1em;*/
	border:0px;
	margin-bottom:4px;
	position: relative;
	top : 187px;
	left : -596px;
	font-weight: bold;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}


.leftitem {
	border-left: solid 1px #d6d6d6;
}
.topClearitem {
	border-top: solid 0px #d6d6d6;
}

.items .itemtop {text-align: left;orverflow:hidden; padding: 0 30px 60px 30px;}
.items .itemtop .title01 {
	letter-spacing:-1px; font-size:20px;font-weight:500;color:#000000; margin-top:20px; height: 54px; position: relative; padding-left: 42px; line-height: 24px;
}
.items .itemtop .title01 .telecomicon{
	font-size:11px !important;
	color:#fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top:2px;
	width: 38px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.items .itemtop .title01 .telecomicon.SKT{ background: #ed1941;}
.items .itemtop .title01 .telecomicon.KTF{ background: #48484a;}
.items .itemtop .title01 .telecomicon.LGT{ background: #d40b7b;}

.items .itemtop .title02 {
	margin-top:12px;
	font-size:16px;
	font-weight:300;
	color:#000000;
}

.items .modelimg {width:220px; height:220px; /*margin:20px 5px 0 5px;*/}
.items .cardimg {position:absolute; left: 110px; top: 200px;}
.agree_text{ font-size:16px; vertical-align:top; line-height:26px; padding:5px 0 0 5px;}
.agree_text input{vertical-align:middle;}

/* title*/
#sub_tle{overflow:hidden; height:20px; margin:50px 0 16px 0;}
#sub_tle h3 { color: #bb3131; float:left;  padding-left:2px; font-size:16px;}
#sub_tle h3 span{ color: #4d4d4d; padding-left: 15px; font-size:11px; margin:5px 0 16px 0; }
#sub_tle span {float:right; margin:0 3px 0 0;}
#sub_tle a{text-decoration: none; color:#da1015;}
#sub_tle a:hover{text-decoration: none;color:#da1015;}
#sub_tle a:visited {text-decoration: none;color:#da1015;}
#sub_tle a:active {text-decoration: none;color:#da1015;}

#main_tle{*zoom:1; width:100%; margin:0 auto; padding-top:60px; padding-bottom:40px;text-align:center;}
#main_tle h3{font-weight:bold; font-size:40px;line-height:40px;letter-spacing: 1px;}
#main_tle .subtitle{font-size:18px;margin-top:10px;}

#etc_tle{*zoom:1; width:100%; margin:60px auto 0; padding:40px 0;text-align:center;}
#etc_tle h3{font-weight:bold; font-size:40px;line-height:40px;letter-spacing: 1px;}
#etc_tle .subtitle{font-size:16px;margin-top:14px;}

#main_tle2{*zoom:1; width:1100px; margin:0 auto; padding-top:80px; padding-bottom:40px;text-align:left;}
#main_tle2 h3{font-weight:bold; font-size:40px;line-height:40px;letter-spacing: 1px;}
#main_tle2 .subtitle{font-size:16px;margin-top:14px;}



/* 갤럭시 이벤트 */
.s6event{ margin-top: 25px; }
.s6event ul {   list-style:none;   margin:0;   padding:0 30px 0 50px;}
.s6event li {margin: 0;padding: 0 0 0 0; float:left;}
.s6event .opacity {
	margin-left: 50px;
	background : rgba(255,255,255, 0.3);
	height: 480px;
}
.s6event li:first-child {padding:0;}
.s6event li .box01 {
	width: 409px;
	background-color: #ffffff; border-left: 1px solid #2b3760;
	padding: 10px;
	overflow:hidden;
}
.s6event .box01 ul{
	display: block;
	list-style-type: none;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	margin: 0px;
	padding: 0px;
}
.s6event .box01 ul:first-child{
	padding-top: 2px;
}

.s6event .box01 li{
	margin: 0;
	line-height: 18px;
	padding: 1px 0 3px 13px;
	background: url('/resources/img/bg_dot01.png') no-repeat 5px 8px;
}

.s6event .box01 .inputfield ul{
	display: block;
	list-style-type: none !important;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	margin: 0px;
	padding: 0px;
}

.s6event .box01 .inputfield{
	margin-top: 50px !important;
}

.s6event .box01 .inputfield li{
	margin: 0;
	padding: 0 0 2px 0px;
	background: url('') no-repeat 5px 6px;
}
.s6event .box01 .inputfield li:first-child{
	width:160px;
	padding: 5px 0 0 20px;
	vertical-align : middle;
	height: 36px;
}
.s6event .box01 .inputfield input[type=button]{
	padding: 0px !important;
	width:211px;
	height: 36px;
	position: relative;
	left: -20px;
	font-weight: bold;
	cursor: pointer;
}

.s6event .box01 .title{ clear: both; font-weight: bold; font-size: 13px; line-height: 24px; }

.s6notice{ margin-top: 25px; overflow: hidden; }
.s6notice ul {list-style:none;   margin:0;   padding:0 0 0 0;}
.s6notice li {width: 340px; margin:0 0 0 15px; padding: 0 0 0 0; float:left;}
.s6notice .topborder{border-top: 2px solid #1a1a1a;}
.s6notice li:first-child {margin-left:0;}
.s6notice li .box01 {
	padding: 10px;
	overflow:hidden;
}
.s6notice .box01 ul{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	margin: 0px;
	padding: 0px;

}

.s6notice .box01 li{
	width: 95%;
	margin: 0;
	padding: 2px 0 2px 13px;
	background: url('/resources/img/bg_dot01.png') no-repeat 4px 8px;
	line-height: 1.5em;
}
.s6notice .box01 .title{ clear: both; padding-top: 15px; font-weight: bold; font-size: 13px; line-height: 24px; }


.g6box{ width:100%; height:40px; margin:15px; }
.g6tabes{
	width:214px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align:center;

	color:#000000;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
	background-color: #d1d5dc;
	border-left:1px solid #2b3760;
	border-right:1px solid #2b3760;
}
.g6tabes .g6open {
	background-color:#dddddd;
}
.g6tabes:first-child {border-right:0px solid #2b3760;}
.g6box .acton{
	color:#2b3760;
	background-color: #ffffff;
	border-top:2px solid #2b3760;
	/*border-left:1px solid #2b3760;
	border-right:1px solid #2b3760;*/

}

.g6box .actonoff{
	color:#999999;
	background-color: #d1d5dc;
	border-top:2px solid #aaaaaa;
	/*border-right:1px solid #aaaaaa;*/

}



/* title*/
#subcategory_tle{overflow:hidden; height:20px; margin:0 0 16px 0;}
#subcategory_tle h3 { color: #bb3131; float:left;  padding-left:2px; font-size:16px;}
#subcategory_tle h3 span{ color: #4d4d4d; padding-left: 15px; font-size:11px; margin:5px 0 16px 0; }
#subcategory_tle span {float:right; margin:5px 3px 0 0;}

/* item title*/
.item_tle{overflow:auto; margin:15px 0 0 0;}
.item_tle ul{ list-style:none;   margin:0; padding:0; overflow:auto; }
.item_tle li {width: 105px; margin:0 0 0 0px; padding: 0 0 0 0; float:left;}
.item_tle .itemlist{width: 200px; overflow:hidden;}
.item_tle h3 {float:left;  padding-left:2px; font-size:12px;}
.item_tle span {float:right; font-size: 11px;}

.contens_area {	width:100%;	border-top:2px solid #000;border-bottom:1px solid #000;}
.contens_area .join_step01_area{text-align:center;}
.contens_area .join_step01_area ul{margin:0;padding:60px; border-bottom:1px dotted #cacaca;}
.contens_area .join_step01_area ul:last-child{padding:60px; border-bottom:none;}
.contens_area .join_step01_area h3{font-size:40px; line-height:40px;}
.contens_area .join_step01_area .subtitle01{font-size:30px; font-weight:500; line-height:30px;}
.contens_area .join_step01_area .subtitle02{font-size:18px;}

.boardcontens { width: 575px; overflow:hidden; margin:0 auto;}
.boardcontens_area {
	background-color: #ffffff; padding: 40px 60px 20px 60px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	text-align:center;
}
.boardcontens_area_topbg {
	background-color: #ffffff; padding: 60px 60px 20px 60px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background: url("/resources/img/201/top_borderbg.jpg") repeat-x; /* 화살표 이미지 */
}

.mycontens { width: 944px; overflow:hidden;
	margin:0 auto; border:3px solid #dddbdb;
	padding: 50px;
}
.contens_area_notop {
	background-color: #ffffff; padding: 20px;
	border-left:2px solid #dddbdb;
	border-right:2px solid #dddbdb;
	border-bottom:2px solid #dddbdb;
}

.contens_area_noborder {
	background-color: #ffffff; padding: 20px;
	border-left:0px solid #dddbdb;
	border-right:0px solid #dddbdb;
	border-bottom:0px solid #dddbdb;
}
.searcharea {
	background-color:#f3f3f3;
	padding:0 20px;
	height:80px;
	line-height:80px;
	font-size:14px;
}
.searcharea .searchmonth{
	display:inline-block; width:323px; border:1px solid #000;
	vertical-align:middle;
}
.searcharea .searchmonth ul{list-style:none; margin:0; padding:0; height:30px; }
.searcharea .searchmonth li{
	text-align:center; float:left; margin:0; padding:0; width:80px; line-height:30px;
	border-right:1px solid #000;background-color:#fff;
}
.searcharea .searchmonth li:last-child{border-right:none;}
.searcharea .searchmonth li.active{background-color:#000; color:#fff;}
.searcharea .ui-datepicker-trigger{
	position:absolute;
	top:0px;
	right:10px;
	cursor: pointer;
}



/*
.searcharea #sdate{ width:100px; border-right:0px soldi #000000; height:28px; border: 1px solid #999999; }
.searcharea #edate{ width:100px; border-right:0px soldi #000000; height:28px; border: 1px solid #999999; }
*/

.eventcontens {}
.eventcontens_area {}

.mypage_area { margin: 0 auto; width:530px; background-color: #ffffff; padding: 0 35px 0 35px; overflow:auto; text-align:center; }
.mypage_area ul{ list-style:none;   margin:0;   padding:0;}
.mypage_area ul img{padding:40px 0 0 210px;}
.mypage_area ul li{ margin: 0;padding: 30px 0 0 0; }
.mypage_area ul li:first-child{ padding-bottom: 30px;font-size: 1.5em; border-bottom: 1px dotted #000000;}


/* infoarea */
.infoarea { padding:0; overflow:auto; width:180px; }
.infoarea ul{ list-style:none;   margin:0; padding:0; overflow:auto; }
.infoarea ul .title{line-height: 35px; border-bottom:2px solid #000; }
.infoarea ul .title img{ vertical-align:middle; }
.infoarea ul .telephone{ margin-bottom:10px;}
.infoarea ul li{ margin: 0;padding: 3px 0 3px 0; color:#999999;}
.infoarea ul li:first-child{ margin-bottom:10px; color:orange;}


/* item title02*/
.item_link{ width:100%; overflow:hidden;text-align:center;}
.item_link dl { list-style:none;   margin:0; clear:both;}
.item_link dl:first-child { padding-top:0;}
.item_link dl:last-child { padding-bottom:5px; border-bottom: 1px dotted #aaa; }
.item_link dt {margin: 0;padding: 2px 0 3px 0;}
.item_link .soldout{ color: #dddddd;}
.item_link dd {margin: 0;padding: 2px 0 0 0; text-align: right;font-size: 13px;}
.item_link dd .subtitle{float: left; color: #777;}
.item_link .rate_price {}
.item_link .rate_price .price {font: bold 15px Tahoma,sans-serif;}
.item_link .month_price {font-size: 11px; color:#999999;}
.item_link a{text-decoration: none; color:#444444;}
.item_link a:hover{text-decoration: none;color:#444444;}
.item_link a:visited {text-decoration: none;color:#444444;}
.item_link dd a:active {text-decoration: none;color:#444444;}
.item_link_under{margin-top:10px;height:60px;/*background-color:#f7f7f7;*/}
.item_link_under .itemicons {
	/*margin-top: 3px;*/
}
.item_link_under .iconarea {
	font-size:14px;vertical-align:middle;
	line-height: 24px;
}
.topinfo {  margin:5px 5px 5px 5px;}
.topinfo span{float:right; }
.topinfo span b{font-weight:bold; }
.agingDiv {border: 1px solid #d2d2d2;}

.getGooditem { position: relative; }
.getGooditem ul {   list-style:none;   margin:0;   padding:0;}
.getGooditem li {margin: 0;padding: 0px 0 0 0; float:left; position: relative;}
.getGooditem li:first-child {padding:0;}
.getGooditem .compare_info_box {
	position: absolute;
	left: -180px;
	top: 325px;
}
.getGooditem ul li .item_main {position: relative; overflow: hidden;}
.getGooditem ul li .item_main .top1px{position:absolute;top:1px;left:18px;}
.getGooditem ul li .item_main .top0px{position:absolute;left:18px;}
.items .item_percent{
	position: absolute;
	right: 25px;
	width:55px;height:48px;
	background: url(/resources/img/icon_percent01.png) no-repeat;
	z-index: 9;
	color: #e4007f;
}
.items .item_percent .percentarea { padding : 18px 0 0 8px;}
.items .item_percent .percentarea span{
	display: inline-block;position: relative;
	font: bold 20px/1.2 Tahoma,sans-serif;
}

.getShopitem {}
.getShopitem ul {width:1140px; position:relative; left:-30px; list-style:none;   margin:0;   padding:0;}
.getShopitem ul li {padding: 0px 0 0 0; float:left; border:1px solid #e1e1e1; margin:30px 0px 0 30px;}
.getShopitem ul li img.modelimg{border-bottom:1px solid #e1e1e1; width:345px; height:345px;}
.getShopitem ul li div.pricearea{padding:0 20px 0 20px;position:relative;}
.getShopitem ul li div.pricearea .iconsarea{position:absolute; top:-10px;}
.getShopitem ul li div.pricearea .iconsarea .icontype1{color:#f4360a;font-size:12px;border:1px solid #f4360a;padding:2px 10px;}
.getShopitem ul li div.pricearea .iconsarea .icontype8{color:#9681ba;font-size:12px;border:1px solid #9681ba;padding:2px 10px;}
.getShopitem ul li div.pricearea .cashbagarea{
	position:absolute; top:-10px;width:122px;height:72px;background: url(/resources/img/205/cashbag_bg.png) no-repeat;
}
.getShopitem ul li div.pricearea .title{ position:absolute;font-size:16px;font-weight:500; margin:25px 0 25px; width:304px;}
.getShopitem ul li div.pricearea dl{padding:65px 0 0; position:relative;}
.getShopitem ul li div.pricearea dd{margin-left:110px; clear:both; font-size:12px; vertical-align:bottom; padding:1px 0;}
.getShopitem ul li div.pricearea dd span{float:right;}
.getShopitem ul li div.pricearea dd span .pr_imp{font-family: tahoma;font-size:20px;font-weight:bold;}
.getShopitem ul li div.pricearea dd .pr_red{color:#ed2024;}
.getShopitem ul li div.pricearea dd .pr_strike{height:20px;font-size:13px;text-decoration: line-through;}
.getShopitem ul li div.pricearea dl #pr_per{position:absolute; bottom:5px;}
.getShopitem ul li div.pricearea dl #pr_per strong{font-family: tahoma;font-size:44px;padding-left:5px; font-weight:500;}
.getShopitem li:first-child {padding:0;}

.blank {width:4px;}
.questions{
	position: relative;
	top:4px;
	margin-left: 4px;
}
.detail_box { width:1440px; display:flex;position: relative;}
.detail_box>ul {list-style:none; margin:0;padding:0; display:inline;}
.detail_box>ul>li {margin: 0;padding:0; float:left;}
.detail_box>ul>li#rateli{
	margin-left:20px;
	height:100%;display: block;}

.dtail_icon{ width:123px;}
.dtail_icon>ul {list-style:none; margin:0;padding:0; clear: both;}
.dtail_icon>ul>li {margin: 0;padding:0; float:left;}

#dtail_icon_sub {}
#dtail_icon_sub>ul {list-style:none; margin:0;padding:0; clear: both;}
#dtail_icon_sub>ul>li {margin: 0;padding:0; float:left;}

.iphone_end { overflow:hidden;height:auto; width:1440px;text-align:center; border-top:1px solid #000;}
.iphone_end h2{font-size:30px; line-height:40px;}
.iphone_end h3{font-size:30px; line-height:40px; text-align: left;}
.iphone_end .subtitle{font-size:18px;}

.iphone_end2 { overflow:hidden;height:auto; width:1440px;}
.iphone_end2 ul{ margin:0; padding:0;}
.iphone_end2 li { margin:0; padding:0;}
.iphone_end2 h2{font-size:30px; line-height:40px;}
.iphone_end2 .subtitle{font-size:18px;}
.iphone_end2 .order_id{font-size:18px; font-weight:500;color:#6426c8;}
.iphone_end2 .radioonly{ padding:30px 20px; }
.iphone_end2 .linetwo{ padding:20px 20px; }

.detail_box .title1{ font-size:20px; height: 36px; 	line-height: 36px; 	vertical-align:middle;}
.detail_box .title1 img{vertical-align:top;}
.detail_box .title2{ width:440px;font-size:30px; font-weight:500; line-height:34px; color:#000;}



.swiper-container-pagination .swiper-pagination-note9info.swiper-pagination-bullets {
	position:relative;
	bottom: 0px !important;
	left: 0;
	width: 100%;
}

.swiper-container-pagination .swiper-pagination-note9info .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-pagination .swiper-pagination-note9info .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 7px;
	background: #fff;
	border:1px solid #474747;
	opacity: 1;
}
.swiper-container-pagination .swiper-pagination-note9info .swiper-pagination-bullet-active {
	width: 40px;
	height: 14px;
	border:0px solid #474747;
	opacity: 1;
	background: #3d62c8;
}

#dialog-shopopt-form{position:absolute;display: none; width:100%; top:0px; border:1px solid #777; font-size:14px;}
#dialog-shopopt-form #ui_option_layer1 {overflow-x:hidden; max-height:300px;}
#dialog-shopopt-form .op_top .shopopt_close_btn {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 12px;
	height: 12px;
	background: url(/resources/img/shopopt_close_btn.png);
}

#choiceitem {padding:0; overflow:hidden;}
#choiceitem .choiceitemlist {padding:0; margin:5px 10px;}
#choiceitem .choiceitemlist li{padding:0; margin:0;}

.shopAllprice {
	position:relative;
	width:100%;
	padding:30px 0 20px 0;
}
.shopAllprice .totalpricearea { text-align: right;}
/*
.shopAllprice .shoptotalprice{float:right;}
.shopAllprice .shoptotalgpoint{float:right;}
*/
.shopAllprice .shoptotalprice .totalprice{
	font: bold 32px/1.2 Tahoma,sans-serif;
}
#dialog-shopopt-form {z-index:999;}
#dialog-shopopt-form .op_top{ height: 42px; color:#fff; padding:10px 15px 12px;; background:#777;}
#dialog-shopopt-form .lay_op dl{margin:0; padding:0; }
#dialog-shopopt-form .lay_op dl dt{position:relative;border:1px solid #dfdfdf;}
#dialog-shopopt-form .lay_op dl dt .ico{
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background: url(/resources/img/shopoptlist_down.png) no-repeat;
}
#dialog-shopopt-form .lay_op dl dt.active .ico{
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background: url(/resources/img/shopoptlist_up.png) no-repeat;
}
#dialog-shopopt-form .lay_op dl dt .opt1_input, .opt2_input, .opt3_input{display:inline-block; font-size:12px; padding-left:10px;color:red;}
#dialog-shopopt-form .lay_op dl dd{margin:0; padding:0;}
#dialog-shopopt-form .lay_op dl dd ul{margin:0; padding:0; background:#fff;}
#dialog-shopopt-form .lay_op dl dd ul li{
	cursor:pointer; font-size:14px;
	height:44px; line-height:44px;
	padding:0 18px;margin:0;border-bottom:1px solid #efefef; display:block;}
#dialog-shopopt-form .lay_op dl dd ul li:hover{ background:#fbf4fb;}
#dialog-shopopt-form .lay_op dl dd ul li a{ position:relative; display:block;}
#dialog-shopopt-form .ui_option{ background:#efefef;padding:10px 18px;}

.detail_box #title3 {
	font-size:16px; color:#000;
	border-top:2px solid #000;border-bottom:2px solid #000;
	width:100%;
	overflow:auto;
}
.detail_box #title3>ul {list-style:none; margin:0; padding:0; clear: both; border-bottom:1px solid #cacaca;}
.detail_box #title3>ul>li {margin: 0; padding:17px 10px 17px 20px ;;float:left;}
.detail_box #title3>ul>li:first-child {width:110px;}
.detail_box #title3>ul>li:last-child {width:290px;}

.detail_box #title3 .halbu_price {font-size:20px;}
.detail_box #title3 .type3_jiwon_type{font-size:14px;}
.detail_box #title3 .chungguhalinga{font-size:22px;}
.detail_box #title3 .firstchild_subtitle{margin-top:10px;font-size:12px; line-height:16px !important;}
.detail_box .detailimgs{cursor:pointer;bottom:5px;}
.detail_box .detailimgs.active img{
	border:#cacaca 1px solid;  /* 10px 라인이 안쪽으로 적용되어 전체 div크기가 늘어나지 않게 하기위해서. */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.detail_infobox{
	width:804px;
	/*background-color:#eee;
	padding-right:20px;*/
	float:left;
}

#table4 {
	font-size:16px; color:#000; overflow:auto; border-top:1px solid #cacaca; border-bottom:1px solid #cacaca;
	width:100%;
	background-image: url(/resources/img/203/detail_infobox_bg.png);
	background-repeat: repeat-y;
}
#table4 tr { border-bottom:1px solid #cacaca;}
#table4 td {margin: 0; float:left; padding:20px 20px;}
#table4 td.htselect{padding:10px 20px;}
#table4 td.htlinetwo{padding:20px 20px;}
#table4 td:first-child {width:105px;}
#table4 td:last-child {width:280px;}

#table5 {
	font-size:16px; color:#000; overflow:auto; border-top:1px solid #cacaca; border-bottom:1px solid #cacaca;
	width:100%;
	background-image: url(/resources/img/203/detail_infobox_bg.png);
	background-repeat: repeat-y;
}
#table5 tr { border-bottom:1px solid #cacaca;}
#table5 td {margin: 0; float:left; padding:30px 20px;}
#table5 td.htselect{padding:20px 20px;}
#table5 td.htlinetwo{padding:20px 20px;}
#table5 td:first-child {width:105px;}
#table5 td:last-child {width:200px;}

.detail_infobox #table6 {
	font-size:16px; color:#000; border-bottom:1px solid #cacaca;
	width:1440px; clear:both;
	background-image: url(/resources/img/203/detail_infobox_bg.png);
	background-repeat: repeat-y;
}
.detail_infobox #table6 tr { border-bottom:1px solid #cacaca;}
.detail_infobox #table6 td {margin: 0; float:left; padding:30px 20px;}
.detail_infobox #table6 td.htselect{padding:20px 20px;}
.detail_infobox #table6 td.htlinetwo{padding:20px 20px;}
.detail_infobox #table6 td:first-child {width:110px;}


#table7 {
	color:#555;width:250px;
}
#table7 thead th { background-color:#333; font-size:14px; color:#999;line-height:40px;}
#table7 tbody tr th.bggrey { background-color:#efe9f9; color:#6426c8;}
#table7 tbody tr th { text-align:left; color:#000; }
#table7 tbody tr th span{ float:right; font-size:16px; color: #000000;}
#table7 tbody tr th .itemlastprice{ clear:both;border-top:1px dotted #555; margin-top: 5px; padding-top: 5px;}
#table7 tbody tr th .itemlastprice p{ font-weight:bold; line-height: 26px;}
#table7 tbody tr th .itemlastprice .itemprice{ font: bold 24px/1.2 Tahoma,sans-serif;}
#table7 tbody tr th .lasttitle{ font-size:20px; font-weight:500;}
#table7 tbody tr th .lastprice #hap_price{ font-size:30px; font-weight:900;}
#table7 tbody tr th .icons{ position:relative;}
#table7 tbody tr th .icons .imgs{ position:absolute; top:-45px; left:199px;}
#table7 tbody td { vertical-align:top; font-size:12px; padding:8px 13px; color:#000; }
#table7 tbody td div{ line-height: 20px !important; }
#table7 tbody td span{float:right;}
#table7 tbody tr {background-color:#f8f6fc;}
#table7 tbody td.padding0 {padding:0 !important; background-color:#fff;}
#table7 #myogeum_title {
	display: inline-block; width: 140px; white-space: nowrap;overflow: hidden;
}

.detail_infobox #table8 {
	font-size:16px; color:#000; border:1px solid #cacaca;
	width:100%; clear:both; text-align:center;
	background-repeat: repeat-y;
}
.detail_infobox #table8 tr {}
.detail_infobox #table8 td {margin: 0; padding:30px 20px;}
.detail_infobox #table8 td:first-child {background-color:#f7f7f7;}
.detail_infobox #table8 .price {font-size:30px; font-weight:900; color:#cacaca;/*color:#6426c8;*/}
.detail_infobox #table8 .pricechoice {color:#6426c8;}
.detail_infobox #table8 td.htselect{padding:20px 20px;}
.detail_infobox #table8 td.htlinetwo{padding:20px 20px;}


.order_infobox #table9 {
	font-size:16px; color:#000;width:1440px; border-top:2px solid #000; border-bottom:1px solid #000;
}
.order_infobox #table9 thead th { background-color:#333; font-size:14px; color:#999;line-height:40px;}
.order_infobox #table9 tbody tr th.bggrey { background-color:#efe9f9; color:#6426c8;}
.order_infobox #table9 tbody tr th { text-align:center; color:#000; border-right:1px solid #cacaca; height:100px; background-color:#f3f3f3;}
.order_infobox #table9 tbody tr th:last-child { border-right:none;}
.order_infobox #table9 tbody tr th span{ font-size:25px; font-weight:900;}
.order_infobox #table9 tbody tr th .lasttitle{ font-size:20px; font-weight:500;}
.order_infobox #table9 tbody tr th .lastprice #hap_price{ font-size:30px; font-weight:900;}
.order_infobox #table9 tbody tr th .icons{ position:relative;}
.order_infobox #table9 tbody tr th .icons .imgs{ position:absolute; top:-45px; left:270px;}
.order_infobox #table9 tbody td { vertical-align:top; font-size:14px; color:#000; background-color:#fff; border-right:1px solid #cacaca; padding:20px 20px 30px 20px; }
.order_infobox #table9 tbody td:last-child { border-right:none;}
.order_infobox #table9 tbody td span{float:right;}

.detail_box .dtail_icon { display: inline-block; text-align: center; border:1px solid #cacaca; }
.detail_box .dtail_icon ul li{width:40px; height:40px; line-height:37px; border-right:1px solid #cacaca;}
.detail_box .dtail_icon ul li:last-child{border-right:none;}
.detail_box .dtail_icon ul li img{vertical-align:middle;}
.detail_box .dtail_icon ul li.active{background-color:#f3f3f3;}
.detail_box .dtail_icon ul li:hover {background-color:#f3f3f3;}

.detail_box #dtail_icon_sub {
	display: inline-block; width:204px; text-align: center; border:1px solid #cacaca;
	left:231px;
	top:-47px;
	background-color:#fff;
}
.detail_box .sns_arrow_bg {
	left:-50px;
}
.detail_box #dtail_icon_sub ul li{width:40px; height:40px; line-height:37px; border-right:1px solid #cacaca;}
.detail_box #dtail_icon_sub ul li:last-child{border-right:none;}
.detail_box #dtail_icon_sub ul li img{vertical-align:middle;}
.detail_box #dtail_icon_sub ul li .sns_arrow_bg{ position:absolute; left:-6px; top:14px;}


.detail_box_step02 { width:1050px; overflow:auto; height:auto;}
.detail_box_step02 ul {list-style:none; margin:0;padding:0; clear: both;}
.detail_box_step02 li {margin: 0;padding:0; float:left;}
.detail_box_step02 li:last-child {float:right;}

.couponbox #dtail_icon_sub {
	display: inline-block;
	text-align: center; border:1px solid #cacaca;
	line-height:20px;
	vertical-align:middle;
	background-color:#fff;
}
.couponbox #dtail_icon_sub ul { margin:0; padding:0; }
.couponbox #dtail_icon_sub li {
	float:left;
	width:40px;
	height:40px;
	vertical-align:middle;
	border-right:1px solid #cacaca;
}
.couponbox #dtail_icon_sub li:last-child {
	border-right:none;
}
.couponbox #dtail_icon_sub li img{
	display: inline-block;
	vertical-align:middle;
	margin-top:14px;
}

.gnbsub {
	vertical-align : middle;
	margin:0;
	padding : 0 0 14px 0;
	position: absolute;
	top: -1px;
	z-index:999;
	background-color: #fff;
	border:1px solid #d6d6d6;
	visibility: hidden;
}
.gnbsub ul { list-style:none;   margin:0 0 0px 0; padding:10px 30px 10px 20px;}
.gnbsub li {margin: 0;padding: 5px 0 0 10px; float:left;}
.gnbsub li .categoryicon{margin:2px 6px 0 7px ;  position: relative; top: -3px; left: 2px;}
.gnbsub li h3{color:#e50404;line-height:12px;}
.gnbsub a{text-decoration: none; color:#4d4d4d;}
.gnbsub a:hover{ text-decoration: underline; color:#da1015; font-weight:bold; }
.gnbsub a:visited {text-decoration: none;color:#4d4d4d;}
.gnbsub a:active {text-decoration: none;color:#4d4d4d;}

.popup_01{width:490px; padding: 30px; }
.popup_01 .closebtn{ cursor: pointer; float: right; }
.popup_01 h2{width:100%; padding: 0 0 17px 0; }
.popup_01 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_02 {
	width:500px; padding:0;
	background: url(/resources/img/203/popup_02_title_bg.png) repeat-x /* 화살표 이미지 */}
.popup_02 .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.popup_02 .closebtn{ cursor: pointer; float:right;}
.popup_02 .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_02 h2{color:#fff;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_02 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_02 .popupguide { padding:30px; }
.popup_02 .popupguide h3{color:#000;vertical-align:middle; text-align:center; padding: 20px 0 0 0; font-weight:500; font-size:30px; }
.popup_02 .popupguide .secondarea{ padding:20px 0; }
.popup_02 .popup.guide .secondarea span{ float:right;}
.popup_02 .popupguide h1{font-size:18px;font-weight:500;text-align:center;padding:0;margin:0;}
.popup_02 .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.popup_02 .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }

.popup_03 {
	width:800px; padding:0;
	background: url(/resources/img/203/popup_03_title_bg.png) repeat-x /* 화살표 이미지 */}
.popup_03 ul{margin:0;padding:0;}
.popup_03 ul li{margin:0;padding:0;}
.popup_03 .phoneinfobox{width:740px;height:300px; overflow:auto;font-size:16px; line-height:24px;}
.popup_03 .closebtn{ cursor: pointer; float:right;}
.popup_03 .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_03 h2{color:#fff;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_03 h1 span{float:right; font-size:16px; font-weight:300;}
.popup_03 h3 {font-size:20px; text-align:center; font-weight:300;}
.popup_03 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_03 .popupguide { padding:30px; background-color:#fff; }


.popup_cafecall {
	width:100%; padding:0;}
.popup_cafecall ul{margin:0;padding:0;}
.popup_cafecall ul li{margin:0;padding:0;}
.popup_cafecall .phoneinfobox{width:740px;height:300px; overflow:auto;font-size:16px; line-height:24px;}
.popup_cafecall .closebtn{ cursor: pointer; float:right;}
.popup_cafecall .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_cafecall h2{color:#000; text-align:center; height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:bold; font-size:30px; }
.popup_cafecall h1 span{float:right; font-size:16px; font-weight:300;}
.popup_cafecall h3 {font-size:20px; text-align:center; font-weight:300;}
.popup_cafecall .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_cafecall .popupguide { padding:30px; background-color:#fff; }

/*.popup_03 .popupguide ul{margin:0; padding:0;}
.popup_03 .popupguide li{margin:0; padding:0;}
*/
.popup_03 .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.popup_03 .popupscroll {
	border-bottom:1px solid #e3e3e3; background-color:#ffffff;overflow:scroll; overflow-x:hidden;
}
.popup_03 .popupguide .probox01 {
	width:234px; border:3px solid #f3f3f3;
	height:100%;
}
.popup_03 .popupguide .probox01.check {
	border:3px solid #6426c8 !important;
}
.popup_03 .popupguide .probox01>ul:last-child {background-color:#f3f3f3; height:185px;}


.popup_detailorder {
	width:800px; padding:0;
	background: url(/resources/img/203/popup_03_title_bg.png) repeat-x /* 화살표 이미지 */}
.popup_detailorder .phoneinfobox{width:740px;height:300px; overflow:auto;font-size:16px; line-height:24px;}
.popup_detailorder .closebtn{ cursor: pointer; float:right;}
.popup_detailorder .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_detailorder h2{color:#fff;width:100%;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_detailorder h1 span{float:right; font-size:16px; font-weight:300;}
.popup_detailorder h3 {font-size:20px; text-align:center; font-weight:300;}
.popup_detailorder .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_detailorder .popupguide { padding:30px; background-color:#fff; }
.popup_detailorder .popupguide ul{margin:0; padding:0;}
.popup_detailorder .popupguide li{margin:0; padding:0;}
.popup_detailorder .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.popup_detailorder .popupscroll {
	border-bottom:1px solid #e3e3e3; background-color:#ffffff;overflow:scroll; overflow-x:hidden;
}

.popup_giftchoice {
	width:1160px; padding:0;
	background: url(/resources/img/203/popup_03_title_bg.png) repeat-x /* 화살표 이미지 */}
.popup_giftchoice .phoneinfobox{width:740px;height:300px; overflow:auto;font-size:16px; line-height:24px;}
.popup_giftchoice .closebtn{ cursor: pointer; float:right;}
.popup_giftchoice .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_giftchoice h2{color:#fff;width:100%;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_giftchoice h1 span{float:right; font-size:16px; font-weight:300;}
.popup_giftchoice h3 {font-size:20px; text-align:center; font-weight:300;}
.popup_giftchoice .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:00; text-align: center; }
.popup_giftchoice .popupguide { padding:0 30px 30px 30px; background-color:#fff; height:615px; }
.popup_giftchoice .popupguide ul{margin:0; padding:0;}
.popup_giftchoice .popupguide li{margin:0; padding:0;}
.popup_giftchoice .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.popup_giftchoice .popupscroll {
	border-bottom:1px solid #e3e3e3; background-color:#ffffff;overflow:scroll; overflow-x:hidden;
}



.popup_04 {
	width:600px; padding:0;
	background: url(/resources/img/203/popup_02_title_bg.png) repeat-x /* 화살표 이미지 */}
.popup_04 .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.popup_04 .closebtn{ cursor: pointer; float:right;}
.popup_04 .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_04 h2{color:#fff;width:540px;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_04 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_04 .popupguide { padding:30px; }
.popup_04 .popupguide .secondarea{ padding:20px 0; }
.popup_04 .popupguide .secondarea span{ float:right;}
.popup_04 .popupguide h1{font-size:18px;font-weight:500;text-align:center;padding:0;margin:0;}
.popup_04 .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.popup_04 .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }

/*
.popup_04{width:600px; padding: 30px; }
.popup_04 .closebtn{ cursor: pointer; float: right; }
.popup_04 .phoneinfobox{width:760px; background-color:#eeeeee; padding: 10px; border:1px solid #e2e2e2;}
.popup_04 h2{width:100%; padding: 0 0 17px 0; }
.popup_04 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
*/

.popup_05 {
	width:1000px; padding:0;
	background: url(/resources/img/203/popup_02_title_bg.png) repeat-x; /* 화살표 이미지 */}
.popup_05 .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.popup_05 .closebtn{ cursor: pointer; float:right;}
.popup_05 .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_05 h2{color:#fff;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_05 h3{color:#000;height:60px; vertical-align:middle; padding: 0; line-height:60px; font-weight:500; font-size:26px; }
.popup_05 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_05 .popupguide { padding:30px 50px; background-color: #ffffff; }
.popup_05 .popupguide .secondarea{ padding:20px 0; }
.popup_05 .popupguide .secondarea span{ float:right;}
.popup_05 .popupguide h1{font-size:30px;font-weight:500;text-align:center;padding:0;margin:0;}
.popup_05 .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.popup_05 .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }

.popup_jehu {
	width:1000px; padding:0;
	background: url(/resources/img/203/popup_02_title_bg.png) repeat-x /* 화살표 이미지 */
}
.popup_jehu .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.popup_jehu .closebtn{ cursor: pointer; float:right;}
.popup_jehu .popup_title{font-size:18px; margin-top:10px;font-weight:500}
.popup_jehu h2{color:#fff;height:90px; vertical-align:middle; padding: 0 30px 0 30px; line-height:80px; font-weight:300; font-size:30px; }
.popup_jehu h3{color:#000;height:60px; vertical-align:middle; padding: 0; line-height:60px; font-weight:500; font-size:26px; }
.popup_jehu .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_jehu .popupguide {
	padding:20px 40px;
}
.popup_jehu .popupguide .secondarea{ padding:20px 0; }
.popup_jehu .popupguide .secondarea span{ float:right;}
.popup_jehu .popupguide h1{font-size:26px;font-weight:500;text-align:center;padding:0;margin:0;}
.popup_jehu .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.popup_jehu .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.popup_jehu .popupguide p.alertPrice, .popup_jehu .popupguide p.successPrice{
	position: relative;
	padding-left: 20px;
	vertical-align:top;
	background: url(/resources/img/203/icon_qustion001.png) no-repeat 0px 1px !important; line-height: 18px;
}


.popup_06 {
	width:780px; padding: 10px 10px 30px 10px;
	background: url(/resources/img/201/popup_06_bg.png) repeat-x, #eeeeee; /* 화살표 이미지 */}
.popup_06 .phoneinfobox{width:355px; padding: 10px ; border:1px solid #e2e2e2;}
.popup_06 .closebtn{ cursor: pointer; float:right; padding-right:10px;}
.popup_06 h2{width:100%; padding: 15px 0 37px 0; }
.popup_06 h2 img:first-child{ padding-left:10px;}
.popup_06 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_06 .popupguide { border:1px solid #e3e3e3; background:#ffffff; padding:20px; }

.new_orderitem {}
.new_orderitem .title{ color:#000; padding:10px 20px; font-size: 17px; font-weight: 700; border-bottom: 1px solid #eee; line-height: 30px;}
.new_orderitem .title span{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border: 1px solid #ddd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
	padding: 4px 10px;
	position: absolute;
	right: 10px;
	color:#999;
}
.new_orderitem .stepinfo{padding:20px 20px 10px 20px; font-size: 15px; font-weight: 700; color: #000;}
.new_orderitem .stepinfo .impact{color: #5416b8; font-size: 17px;}
.new_orderitem .goodtitle { font-size: 13px; line-height: 20px;}
.new_orderitem .detail_item {
	border:1px solid #ddd;
	width:100%;
	height:40px;
	line-height:40px;
	color:#6426c8;
	outline: none;
	cursor: pointer;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
}
.new_orderitem .orderlistbtn {
	width: 100%;
	font-size: 15px;
}
.new_orderitem .orderlistbtn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: rgba(0,0,0,0.2);
}


.popup_07 {
	width:100%;
}
.popup_07 h2{
	color:#000;
	width:100%;
	background-size: contain;
	vertical-align:middle;
	padding: 0 20px;
	line-height:60px;
	height:60px;
	font-weight:300;
	font-size:1.6em;
	text-align:center;
	border-bottom: 1px solid #e6e6e6;
	position: fixed;
	background-color: #fff;
	top: 0;
}
.popup_07 #topbar { background-color: #fff; z-index: 1}
.popup_07 .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.popup_07 .closebtn{
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 2
}
.popup_07 .popupclosebtn {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.popup_07 .closebtn img{
	position: relative;
	width: 80%;
}
.popup_07 .popuptitle {
	padding: 0 20px;
}
.popup_07 .popuptitle .popup_title{font-size:26px; margin-top:5px;font-weight:300}
.popup_07 .popuptitle .popup_subtitle{ font-size:14px; margin-top:40px; color:#777;}
.popup_07 .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.popup_07 .popupguide { width:100%; padding:20px 20px; }
.popup_07 .popupguide h3{color:#000;vertical-align:middle;text-align:center; padding: 20px 0 0 0; font-weight:500; font-size:30px; }
.popup_07 .popupguide .secondarea{ padding:20px 0; }
.popup_07 .popup.guide .secondarea span{ float:right;}
.popup_07 .popupguide h1{
	font-size:1.2em;font-weight:500;text-align:center; margin:20px 0 10px 0; padding:0;;
}
.popup_07 .popupguide .lotteryarea {display: inline-block; background-color: #499afd; width: 100%;padding: 20px; color: #ffffff;}
.popup_07 .popupguide .lotteryarea p {line-height: 1.6em;}
.popup_07 .popupguide .lotteryarea p.title {text-align: center;  font-size:20px;font-weight:normal; line-height: 1.4em;}
.popup_07 .popupguide .lotteryarea p.title span{font-weight: 500;}
.popup_07 .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.popup_07 .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.popup_07 .check {
	border:3px solid #6426c8 !important;
}
.popup_07 .popupguide .term_con{padding:10px; border:1px solid #f0f0f0; background-color:#ffffff;line-height: 16px; overflow:auto; height: 160px; color:#999999; margin-top:5px;}
.popup_07 .popupguide .term_con .term h3{font-size: 20px; color: #111; margin: 20px 0 15px 0; text-align: left;}
.popup_07 .popupguide .term_con .term h3:first-child {  margin-top: 0px;}
.popup_07 .popupguide .term_con .term p{font-size: 14px; line-height: 22px;}

.popuptable { border-top: 2px solid #555; width: 100%;}
.popuptable th{ font-weight: 500; }
.popuptable tr {height: 44px; border-bottom: 1px solid #ebebeb; }
.popuptable tr th{text-align: center; font-size: 15px; width: 150px;}
.popuptable tr td{padding:15px;}
.popuptable .tr{ border-bottom: 1px solid #ebebeb;height: 44px; line-height: 44px;}
.popuptable .tr .title{ color: #161616; text-align: center; font-size: 15px; }
.popuptable .coupon_usetext{ display: inline-block;}

.ssong_mypage { padding:0 0 0 5px; text-align:left; font-size: 18px;  }
.ssong_mypage2 { padding:20px 30px 0 0; text-align:left; margin-bottom: 30px;  }
.ssong_mypage input {font-size:20px;width:200px; height:25px;}

.customerinfo {
	margin: 10px 0 30px 0;
	padding: 0 0 0 30px;
	width: 946px;
	height: 230px;
	border: 1px solid #dadada;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.customerinfo ul {margin: 15px 0 0 0; list-style:none; padding:0px;}
.customerinfo li {float: left;  }

.customerinfo_smallbox {
	margin: 0 10px 0 20px;
	padding: 4px 20px 4px 20px;
	width:200px;
	background-color: #f2f2f2;
	border: 1px solid #dadada;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-weight: bold;
}





#pageview_select {
	position: relative;
	width: 120px;
	height: 28px;
	background: url(/resources/img/btn/select_arrow_btn.png) 100px center no-repeat; /* 화살표 이미지 */
	border: 1px solid #d8d8d8;
}
#pageview_select label {
	position: absolute;
	font-size: 12px;
	color: #333;
	top: 2px;
	left: 12px;
	letter-spacing: 1px;
}
#pageview_select select#pageview {
	width: 100%;
	height: 28px;
	min-height: 25px;
	line-height: 25px;
	padding: 0 10px;
	opacity: 0;
}

#mobile1_select {
	position: relative;
	width: 80px;
	height: 26px;
	background: url(/resources/img/btn/select_arrow_btn.png) 80px center no-repeat; /* 화살표 이미지 */
	border: 1px solid #d8d8d8;
	cursor: pointer;
}
#mobile1_select label {
	position: absolute;
	font-size: 14px;
	color: #333;
	top: 6px;
	left: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}
#mobile1_select select#mobile1 {
	width: 100%;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px;
	opacity: 0;
	cursor: pointer;
}


.goodbox{ width:100%; margin-top:30px; }
.goodbox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:275px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	cursor: pointer;
}
.goodbox .goodtabes:first-child {border-left:1px solid #000;}
.goodbox .goodtabes:last-child {width:274.5px;}
.goodbox .goodtabes.acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	position: relative;
	height:60px;
	line-height:60px;
	top:-5px;
}

.goodbox .goodtabes2{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:33.333%;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	cursor: pointer;
}
.goodbox .goodtabes2:first-child {border-left:1px solid #000;}
.goodbox .goodtabes2.acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	position: relative;
	height:60px;
	line-height:60px;
	top:-5px;
}

.myinfobox{ width:100%; text-align: center;}
.myinfobox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:183px;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.myinfobox .goodtabes:first-child {border-left:1px solid #000;}
.myinfobox .acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	height:60px;
	line-height:60px;
	position: relative;
}


.telecombox{ width:100%; margin-top:30px; }
.telecombox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:287.5px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.telecombox .goodtabes:first-child {border-left:1px solid #000;}
.telecombox .acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	height:60px;
	line-height:60px;
	position: relative;
}


.usmethodbox{ width:100%; }
.usmethodbox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:364px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.usmethodbox .goodtabes:first-child {border-left:1px solid #000;}
.usmethodbox .acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	height:60px;
	line-height:60px;
	position: relative;
}

.secondbox{ width:100%; margin-top:30px; }
.secondbox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:218.5px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.secondbox .goodtabes:first-child {border-left:1px solid #000;}
.secondbox .acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	height:60px;
	line-height:60px;
	position: relative;
}

.eventbox{ width:100%;}
.eventbox .goodtabes{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:33.333%;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.eventbox .goodtabes:first-child {border-left:1px solid #000;}
.eventbox .acton{
	color:#fff;
	font-weight:500;
	background-color: #000;
	height:60px;
	line-height:60px;
	position: relative;
}


.mainbestbox{ width:100%; float: left; }
.mainbestbox .title{font-size: 34px;width: 310px; display: inline-block; line-height: 40px; position: relative; top: 3px;}
.mainbestbox .goodtabes{
	display: block;;
	border:1px solid #d7d7d7;
	width:146px;
	height:44px;
	font-size:16px;
	line-height:42px;
	text-align:center;
	color:#111111;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
	margin-right:10px;
	background: #fff;
	position: relative;
}
.mainbestbox .goodtabes:first-child { margin-left:0 !important;}
.mainbestbox .acton{
	color:#fff;
	font-weight:500;
	background-color: #f43345;
	border:1px solid #be0e1f;
}
.mainbestbox .acton:after {
	display: block;
	content: '';
	width: 16px;
	height: 8px;
	background: url(/resources/img/206/tab_onBg.png) no-repeat;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
}

.weekbest .bestimg { height: 252px; }
.weekbest .no1area{
	border:1px  solid #d7d7d7; background:#fff; text-align: center;
	width: 270px; height: 440px; box-shadow: 0px 5px 15px #e7e7e7; padding: 4px;
	font-size: 15px;
	position: relative;
}
.weekbest .no1area.bg1{ background: #fff url(/resources/img/206/mainbanner01_bg.jpg) no-repeat 4px 4px; }
.weekbest .no1area.bg2{ background: #fff url(/resources/img/206/mainbanner02_bg.jpg) no-repeat 4px 4px; }
.weekbest .no1area.bg3{ background: #fff url(/resources/img/206/mainbanner03_bg.jpg) no-repeat 4px 4px; }

.weekbest .no1area .best_no1 {
	display: inline-block;
	width: 67px;
	height: 67px;
	background:url(/resources/img/206/weekbest_no1.png) no-repeat;
	position: absolute;
	left: 45px;
	top: 70px;
}

.weekbest .no1area .title1{ font-weight: bold; padding: 30px 0 20px 0; font-size: 22px; color: #ffffff;}
.weekbest .no1area .title2{ padding: 20px 0 0 0;}
.weekbest .otherarea {
	margin-left: 30px;
	border: 1px solid #d7d7d7;
	background: #fff;
	width: 790px;
	height: 440px;
	font-size: 15px;
	box-shadow: 0px 5px 15px #e7e7e7;
}
.weekbest .otherarea .itemlist ul {padding:0; margin:0;}
.weekbest .otherarea .itemlist ul li{padding:0; margin:0; width: 260px; display: inline-block;text-align: center;}
.weekbest .otherarea .itemlist ul li:first-child{padding-left:5px;}
.weekbest .otherarea .itemlist ul li .title1{ font-weight: bold; padding: 35px 0 20px 0; font-size: 22px; color: #000000;}
.weekbest .otherarea .itemlist ul li .title2{ padding: 20px 0 0 0;}

.rewardbox{ width:100%; margin-top:60px; }
.rewardbox .goodtabes{
	border-top:2px solid #cacaca;
	border-bottom:1px solid #000;
	width:25%;
	height:79px;
	font-size:20px;
	line-height:80px;
	text-align:center;
	color:#444444;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.rewardbox .acton{
	color:#6426c8;
	font-weight:500;
	line-height:76px;
	height:78px;
	border-top:4px solid #6426c8;
	position: relative;
	top:0;
}

.giftchoicebox{
	border-top:1px solid #cacaca;
	border-left:1px solid #cacaca;
	width:100%;
}
.giftchoicebox .gifttabes{
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cfcfcf;
	width:200.5px;
	height:54px;
	font-size:16px;
	line-height:54px;
	text-align:center;
	color:#000;
	/*font-weight:bold;*/
	display:inline-block;
	vertical-align:middle;
	bottom:3px;
	cursor: pointer;
}
.giftchoicebox .acton{
	color:#fff;
	font-weight:500;
	line-height:54px;
	height:54px;
	position: relative;
	top:0;
	background-color:#6426c8;

}

.giftchoicebox2{
	border-top:1px solid #cacaca;
	border-left:1px solid #cacaca;
	width:100%;
	display: inline-block;
}
.giftchoicebox2 .gifttabes{
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cfcfcf;
	width:20%;
	height:54px;
	font-size:16px;
	line-height:52px;
	text-align:center;
	color:#000;
	float:left;
	/*font-weight:bold;*/
	display:inline-block;
	vertical-align:middle;
	bottom:3px;
	cursor: pointer;
}
.giftchoicebox2 .acton{
	color:#fff;
	font-weight:500;
	line-height:54px;
	height:54px;
	position: relative;
	top:0;
	background-color:#6426c8;

}

.zipcodebox{ width:100%; height:60px;}
.zipcodebox .zipcodetabes{
	border:1px solid #cacaca;
	border-bottom:2px solid #6426c8;
	width:216px;
	height:50px;
	background-color:#f7f7f7;
	font-size:18px;
	line-height:50px;
	text-align:center;
	color:#000;
	/*font-weight:bold;*/
	display:inline-block;
	/*background-color:#f7f7f7;*/
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.zipcodebox .acton{
	border:2px solid #6426c8;
	border-bottom:2px solid #fff;
	color:#6426c8;
	font-weight:500;
	background-color:#fff;
}



.idpwfindbox{ width:100%; height:46px;}
.idpwfindbox .idtabes{
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #6426c8;
	width:218px;
	height:46px;
	font-size:16px;
	line-height:46px;
	text-align:center;

	color:#444444;
	font-weight:300;
	display:inline-block;
	background-color:#f7f7f7;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.idtabes:first-child {border-left:1px solid #e4e4e4;}

.idpwfindbox .acton{
	color:#6426c8;
	background:#ffffff;
	font-weight:500;
	border-top:1px solid #6426c8;
	border-left:1px solid #6426c8;
	border-right:1px solid #6426c8;
	border-bottom:0px solid #df0000;
}


.buybox{ width:100%; height:80px; line-height:80px; margin-top:30px; }
.buytabes{
	border-top:1px solid #e3e3e3;
	border:1px solid #e3e3e3;
	border-bottom:1px solid #999999;
	width:230px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align:center;

	color:#444444;
	font-weight:bold;
	display:inline-block;
	background-color:#f7f7f7;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.buytabes:first-child {border-left:1px solid #e4e4e4;}
.buybox .acton{
	color:#f1592a;
	border-top:2px solid #df0000;
	border-left:1px solid #df0000;
	border-right:1px solid #df0000;
	border-bottom:0px solid #df0000;
}


.recommtabes{

	width:360px;
	height:80px;
	font-size:20px;
	line-height:80px;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.buybox .acton{
	color:#e9589a;
	border-top:2px solid #e9589a;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px solid #999999;
	ackground-image: -moz-linear-gradient(top,#ffffff,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
	background-image: -o-linear-gradient(top,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
	/*
    background: #bd0000;
      background: -webkit-gradient(linear, left top, left bottom, from(#e50404), to(#be0000));
      background: -moz-linear-gradient(top,  #e50404,  #be0000);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50404', endColorstr='#be0000');
    */
}

.myinfotabbox{ width:100%; height:50px; margin:0 0 0 0; }
.myinfotab{
	border-top:1px solid #e3e3e3;
	border:1px solid #e3e3e3;
	border:1px solid #e3e3e3;
	border-bottom:1px solid #999999;
	height:50px;
	width:260px;
	font-size:1.4em;
	line-height:50px;
	text-align:center;

	color:#444444;
	font-weight:bold;
	display:inline-block;
	background-color:#f7f7f7;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.myinfotab:first-child{
	width:262px;
}

.usetab{
	border-top:1px solid #e3e3e3;
	border:1px solid #e3e3e3;
	border:1px solid #e3e3e3;
	border-bottom:1px solid #999999;
	height:50px;
	width:260.5px;
	font-size:1.4em;
	line-height:50px;
	text-align:center;

	color:#444444;
	font-weight:bold;
	display:inline-block;
	background-color:#f7f7f7;
	vertical-align:middle;
	bottom:5px;
	cursor: pointer;
}
.myinfotab:first-child {border-left:1px solid #e4e4e4;}
.myinfotabbox .acton{
	color:#e9589a;
	border-top:2px solid #e9589a;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px solid #999999;
	ackground-image: -moz-linear-gradient(top,#ffffff,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
	background-image: -o-linear-gradient(top,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
	/*
    background: #bd0000;
      background: -webkit-gradient(linear, left top, left bottom, from(#e50404), to(#be0000));
      background: -moz-linear-gradient(top,  #e50404,  #be0000);
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50404', endColorstr='#be0000');
    */
}

.shotnotice { width: 288px; height:198px; border-right:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; float:right; padding-left: 12px;}
.shotnotice dl{ margin:0; padding:0;}
.shotnotice h2{padding-bottom:5px;}
.shotnotice dd{ margin:0; padding: 7px 0 0 0px; }
.shotnotice a{text-decoration:none;color:#333333;}
.shotnotice a:hover{text-decoration:underline;color:#333333;}
.shotnotice a:visited {text-decoration: none;color:#333333;}
.shotnotice a:active {text-decoration: none;color:#333333;}

.deliveryarea { width:307px; height:40px; background-color:#fefaf6; padding: 30px 0 30px 30px; border:1px solid #e3e3e3; margin-top : 20px; }

.zipsearcharea { width:297px; height:40px; background-color:#fefaf6; padding: 40px 70px 30px 70px; border:1px solid #e3e3e3; margin-top : 20px; }
.zipsearcharea2 { width:297px; height:80px; background-color:#fefaf6; padding: 15px 70px 15px 70px; border:1px solid #e3e3e3; margin-top : 20px; }
.zipsearcharea input[type=text]{border: 1px solid #999999; height:24px;}
.zipsearcharea2 input[type=text]{border: 1px solid #999999; height:24px;}
.ssong_popup_business2 a{text-decoration: none; color:#999999;}
.ssong_popup_business2 a:hover{text-decoration: none;color:#333333; background-color:#f1f1f1;}
.ssong_popup_business2 a:visited {text-decoration: none;color:#333333;}
.popup_btns {width:550px; text-align:center;}


/*심플박스 레드 search-table*/
.sp_tb{width:100%; border:1px solid #e5e5e5; border-bottom:none; border-left:none;}
.sp_tb thead th{ background-color:#e50000; text-align:center; border-right:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#ffffff; font-weight:900; width: 80px;height :26px;}
.sp_tb tbody th{ border-right:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.sp_tb tbody td{padding:6px; border-bottom:1px solid #e5e5e5;}
.sp_tb tbody td.line_L{border-left:1px solid #e5e5e5;}
.sp_tb tbody tr.align_L td{text-align:left; padding-left:11px;}
.sp_tb tbody td img{vertical-align:middle;}
.sp_tb tbody td.align_L{text-align:left; padding-left:11px;}
.sp_tb.sig_tb th {background:#f7f7f7; padding:15px 0;}
.sp_tb.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.sp_tb .line_r {border-right:1px solid #e5e5e5;}

/*검색 search-table*/
.sch_tb{width:100%; border:1px solid #e5e5e5; border-bottom:none; border-left:none;}
.sch_tb thead th{ border-right:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;height :26px;}
.sch_tb tbody th{ border-right:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.sch_tb tbody td{padding:4px; border-bottom:1px solid #e5e5e5; text-align:center;}
.sch_tb tbody td.line_L{border-left:1px solid #e5e5e5;}
.sch_tb tbody tr.align_L td{text-align:left; padding-left:11px;}
.sch_tb tbody td img{vertical-align:middle;}
.sch_tb tbody td.align_L{text-align:left; padding-left:11px;}
.sch_tb.sig_tb th {background:#f7f7f7; padding:15px 0;}
.sch_tb.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.sch_tb .line_r {border-right:1px solid #e5e5e5;}


.ct01{width:100%; border:1px solid #e3e3e3; height:100%; text-align:left; overflow:auto;}
.ct01 tr{ background-color:#f7f7f7; height :35px; border-bottom:1px solid #e3e3e3;}
.ct01 tr td{ width:149px; border-left:1px solid #e3e3e3; padding-left:15px;}
.ct01 tr td:last-child{ width:148px;}
.ct01 .choicect{ font-weight: bold; color: #ffffff; background-color:#555555;}
.ct01 .on{ font-weight: bold; color: #ffffff; background-color:#e9589a; cursor: pointer;}

#cateorderby_nav{width:1440px;overflow:auto;}
#cateorderby_nav .ALL{margin:30px 0 30px 20px; font-size:22px;}
#cateorderby_nav .ot01{width:250px; border:1px solid #e3e3e3; height:100%;
	text-align:center; overflow:auto;}
#cateorderby_nav .ot01 tr{ background-color:#ffffff; height :30px;}
#cateorderby_nav .ot01 tr td{ width:33%; border-left:1px solid #e3e3e3; font-size:14px !important;}
#cateorderby_nav .ot01 tr td:last-child{ width:148px;}
#cateorderby_nav .ot01 .choicect{ color: #ffffff; background-color:#000;}
#cateorderby_nav .ot01 .on{background-color:#f7f7f7; cursor: pointer;}
.catemanu_nav {margin:30px 0 30px 40px; font-size:18px; float:left; cursor:pointer; padding-bottom:4px;border-bottom:2px solid #fff; }
.catemanu_nav.active {border-bottom:2px solid #6426c8; font-weight:500; color:#6426c8;}

.cateorderby {width:100%;text-align:right; min-height:30px;}
.cateorderby input.imgradio01 { display:none; font-size:40px;  }
.cateorderby input.imgradio01 + label {
	/*padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px;*/
	cursor:pointer;
	border: 1px solid #ccc;
	background-color:#fff;
	padding:3px 20px 5px;
	font-size:1.0em;
	color:#000;
	line-height:1.2em;
	margin:5px 0 0 0;
	text-align:center;
	z-index:999999;
}
.cateorderby input.imgradio01 + label:last-child {
	/*padding:0 0 0 22px;*/
}
.cateorderby input.imgradio01:checked + label {
	background-color:#000;
	color:#fff;
	border:1px solid #000;
	/*background:url("/resources/img/203/icon_radio_on.png") no-repeat left 4px;*/
}
.cateorderby input.imgradio01:disabled + label {
	color:#ccc; padding:0 0 0 22px;background:url("/resources/img/203/icon_radio_dis.png") no-repeat left 3px;
}

/*
.ct01 thead th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; height :35px;}
.ct01 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; }
.ct01 thead th.viewtitle{ text-align: left; padding-left:20px; }
.ct01 tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.ct01 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.ct01 tbody td{ padding:4px; border-bottom:1px dotted #e5e5e5; height :28px;}
.ct01 tbody td.title{text-align:left;}
.ct01 tbody td.contents {text-align:left; padding:20px;}
.ct01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.ct01 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.ct01 tbody td img{vertical-align:middle;}
.ct01 tbody td .align_L{text-align:left; padding-left:11px;}
.ct01 tbody tr .contents{background:#fcfcfc; padding:15px 0; text-align:left;}
.ct01 tbody tr .answertd{ padding:15px; font-weight:500;}
.ct01 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.ct01 .imgsize { text-align: left;}
.ct01 .align_L { text-align: left;}
.ct01.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.ct01 select {vertical-align:middle; font-size:12px; height:22px; }
.ct01 .line_r {border-right:1px solid #e5e5e5;}
.ct01 input[type=text],input[type=password] { height:26px; border:1px solid #d8d8d8; color:#333; text-align:left;}
*/
.mp01{ width:500px; border:1px solid #555555; height:100%; text-align:left; overflow:auto; background-color:#ffffff; }
.mp01 thead th{ font-weight:900; height :42px; padding: 0 0 0 20px;}
.mp01 thead th span{ float:right; padding-right:12px; }
.mp01 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; padding: 0 0 0 20px; line-height:30px; }
.mp01 tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.mp01 tbody td{ height :24px;border-right:1px solid #555555}
.mp01 tbody td div{ margin:5px 10px 5px 10px; padding:5px; height:200px; overflow:auto; font-size:11px; color:#999999;}
.mp01 tbody td div ul{ padding:10px 0 0 0; height: 26px; vertical-align:middle; border-bottom: 1px solid #e5e5e5; }
.mp01 tbody td div ul li{ padding:0 14px 0 14px;}
.mp01 tbody td div ul li.card_etc{width:177px; }
.mp01 tbody td div ul li.card_jiwon_text{width:200px; }
.mp01 tbody td div ul li:first-child{ padding-left:5px; }
.mp01 tbody td div ul li:last-child{ width:60px; }
.mp01 tbody td div ul li.card_jiwon_price{width:100px; }

.mp02{ width:450px; border:1px solid #555555; height:100%; text-align:left; overflow:auto; background-color:#ffffff; }
.mp02 thead th{ font-weight:900; height :42px; padding: 0 0 0 20px;}
.mp02 thead th span{ float:right; padding-right:12px; }
.mp02 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; padding: 0 0 0 20px; line-height:30px; }
.mp02 tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.mp02 tbody td{ height :24px;border-right:1px solid #555555}
.mp02 tbody td .inetlists{ margin:5px 10px 5px 10px; padding:5px; height:200px; overflow:auto; font-size:11px; color:#999999;}
.mp02 tbody td div ul{ padding:10px 0 0 0; height: 26px; vertical-align:middle; border-bottom: 1px solid #e5e5e5; }
.mp02 tbody td div ul li{ padding:0 14px 0 14px;}
.mp02 tbody td div ul li:first-child{ padding-left:5px; width:300px; }
.mp02 tbody td div ul li:last-child{ width:50px; }

.mp03{ width:550px; border:1px solid #555555; height:100%; text-align:left; overflow:auto; background-color:#ffffff; }
.mp03 thead th{ font-weight:900; height :42px; padding: 0 0 0 20px;}
.mp03 thead th span{ float:right; padding-right:12px; }
.mp03 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; padding: 0 0 0 20px; line-height:30px; }
.mp03 tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.mp03 tbody td{ height :24px;border-right:1px solid #555555}
.mp03 tbody td .inetlists{ margin:5px 5px 5px 5px; padding:5px; height:200px; overflow:auto; font-size:11px; color:#999999;}
.mp03 tbody td div ul{ padding:10px 0 0 0; height: 65px; vertical-align:middle; border-bottom: 1px solid #e5e5e5; }
.mp03 tbody td div ul:first-child{height: 26px;}
.mp03 tbody td div ul li{ padding:0 14px 0 14px;}
.mp03 tbody td div ul li.title{width:100px;}
.mp03 tbody td div ul li.itemdetail{width:150px;}
.mp03 tbody td div ul li:first-child{ padding-left:15px; width:110px; }
.mp03 tbody td div ul li:last-child{ width:50px; }


.mp04{ width:100%; border:1px solid #e5e5e5; border-top:2px solid #999999; height:100%; text-align:left; overflow:auto; background-color:#ffffff; margin-top:10px; }
.mp04 thead th{ font-weight:900; height :42px; padding: 0 0 0 20px;}
.mp04 thead th span{ float:right; padding-right:12px; }
.mp04 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; padding: 0 0 0 20px; line-height:30px; }
.mp04 tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; width: 80px;}
.mp04 tbody td{ height :24px;border-right:1px solid #e5e5e5}
.mp04 tbody td div{ margin:5px 10px 5px 10px; padding:5px; height:300px; overflow:auto; font-size:11px; color:#999999;}
.mp04 tbody td div ul{ padding:10px 0 0 0; height: 26px; vertical-align:middle; border-bottom: 1px solid #e5e5e5; }
.mp04 tbody td div ul li{ padding:0 14px 0 14px;}
.mp04 tbody td div ul li.card_etc{width:307px; }
.mp04 tbody td div ul li.card_jiwon_text{width:217px; }
.mp04 tbody td div ul li:first-child{ padding-left:5px; }
.mp04 tbody td div ul li:last-child{ width:60px; }
.mp04 tbody td div ul li.card_jiwon_price{width:80px; }


.reserve01 {width:1050px; height:100%; overflow:hidden; background-color:#ffffff; border:1px solid #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.reservetb01{width:970px; height:100%; text-align:left; margin:40px;
	overflow:auto;}
.reservetb01 thead th{ border-bottom:1px solid #e5e5e5; font-weight:900; height :35px;}
.reservetb01 thead td{ border-bottom:1px solid #e5e5e5; }
.reservetb01 thead .viewtitle{ text-align: left; font-size:40px;line-height:35px; font-weight:bold; }
.reservetb01 thead .subtitle{ text-align: left; font-size:15px; line-height: 20px;}
.reservetb01 tbody th{ border-bottom:1px solid #e5e5e5; font-weight:900; width: 80px;}
.reservetb01 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.reservetb01 tbody td{ padding:4px; border-bottom:1px dotted #e5e5e5; height :28px;}
.reservetb01 tbody td.title{text-align:left;}
.reservetb01 tbody td.contents {text-align:left; padding:20px;}
.reservetb01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.reservetb01 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.reservetb01 tbody td img{vertical-align:middle;}
.reservetb01 tbody td .align_L{text-align:left; padding-left:11px;}
.reservetb01 tbody tr .contents{padding:15px 0; text-align:left;}
.reservetb01 tbody tr .answertd{ padding:15px; font-weight:500; text-align:left;}
.reservetb01 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.reservetb01 .imgsize { text-align: left;}
.reservetb01 .align_L { text-align: left;}
.reservetb01.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.reservetb01 .line_r {border-right:1px solid #e5e5e5;}


.reserve02 {width:1050px; height:100%; overflow:hidden;
	background-color:#ffffff;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;

}


.eventview01 {width:730px; height:100%; overflow:hidden; float:left}
.eventview01 .profileimg{
	width:55px; height:55px;
	border:1px solid #dddddd;
	margin: 25px 7px 0 10px;
	padding:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
}
.eventview01 h2{font-size:25px;padding: 40px 0 0 25px;}
.eventviewtb01{width:680px; height:100%; text-align:left; margin:20px 25px 25px 25px;
	overflow:auto;}
.eventviewtb01 thead th{ border-bottom:1px solid #e5e5e5; font-weight:900; height :35px;}
.eventviewtb01 thead td{ border-bottom:1px solid #e5e5e5; }
.eventviewtb01 thead .viewtitle{ text-align: left; font-size:40px;line-height:35px; font-weight:bold; }
.eventviewtb01 thead .subtitle{ text-align: left; font-size:15px; line-height: 20px;}
.eventviewtb01 tbody th{ border-bottom:1px solid #e5e5e5; font-weight:900; width: 80px;}
.eventviewtb01 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.eventviewtb01 tbody td{ padding:4px; border-bottom:1px dotted #e5e5e5; height :28px;}
.eventviewtb01 tbody td.title{text-align:left;}
.eventviewtb01 tbody td.contents {text-align:left; padding:20px;}
.eventviewtb01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.eventviewtb01 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.eventviewtb01 tbody td img{vertical-align:middle;}
.eventviewtb01 tbody td .align_L{text-align:left; padding-left:11px;}
.eventviewtb01 tbody tr .contents{padding:15px 0; text-align:left;}
.eventviewtb01 tbody tr .answertd{ padding:15px; font-weight:500; text-align:left;}
.eventviewtb01 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.eventviewtb01 .imgsize { text-align: left;}
.eventviewtb01 .align_L { text-align: left;}
.eventviewtb01.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.eventviewtb01 .line_r {border-right:1px solid #e5e5e5;}

.eventviewtb01 .contents_cc { padding:10px 10px 0 10px; height:180px; background-color:#f5f5f5; border:1px solid #d1d1d1;o}   /* board의 오른쪽 top*/
.eventviewtb01 .contents_cc ul {margin:0;padding:0;list-style:none;}
.eventviewtb01 .contents_cc li { margin:0;padding:0 0 0 10px;float: left; vertical-align:middle;}
.eventviewtb01 .contents_cc li:last-child {float: right;}
.eventviewtb01 .contents_cc .contentwidth { width:460px;}
.eventviewtb01 .contents_cc .textcheckarea{ display:inline-block;height:18px; float: right; }
.eventviewtb01 .secondarea{ margin:0; padding:0;}
.eventviewtb01 .maxlength {
	font-size:13px;position:relative; top:-3px;width:22px; height:16px; text-align:right;padding:0 3px 0 0; vmargin-top:0px;
	border:0px solid #ffffff;
	background-color:#f5f5f5;
	color:#555555;
}
.eventview01_event {width:317px; overflow:hidden; margin-top:120px;}
.eventview01_event img{border:1px solid #e5e5e5;}




.eventviewtb02 {
	width:1060px; height:100%; overflow:hidden; float:left; background-color:#ffffff;
	text-align:left; margin:20px 25px 0 25px;	overflow:auto;
}
.eventviewtb02 .profileimg{
	width:55px; height:55px;
	border:1px solid #dddddd;
	margin: 25px 7px 0 10px;
	padding:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
}
.eventviewtb02 .reply_textarea{
	width:800px; height: 76px; padding:10px;
	border:1px solid #ddd;
}

.eventviewtb02 h2{font-size:25px;padding: 40px 0 0 25px;}
.eventviewtb02 thead th{ border-bottom:1px solid #e5e5e5; font-weight:900; height :35px;}
.eventviewtb02 thead td{ border-bottom:1px solid #e5e5e5; }
.eventviewtb02 thead .viewtitle{ text-align: left; font-size:40px;line-height:35px; font-weight:bold; }
.eventviewtb02 thead .subtitle{ text-align: left; font-size:15px; line-height: 20px;}
.eventviewtb02 tbody th{ border-bottom:1px solid #e5e5e5; font-weight:900; width: 80px;}
.eventviewtb02 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.eventviewtb02 tbody td{ padding:4px; border-bottom:1px dotted #e5e5e5; height :28px;}
.eventviewtb02 tbody td.title{text-align:left;}
.eventviewtb02 tbody td.contents {text-align:left;}
.eventviewtb02 tbody td.line_L{border-left:1px solid #e5e5e5;}
.eventviewtb02 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.eventviewtb02 tbody td img{vertical-align:middle;}
.eventviewtb02 tbody td .align_L{text-align:left; padding-left:11px;}
.eventviewtb02 tbody tr .contents{padding:0; text-align:left;}
.eventviewtb02 tbody tr .answertd{ padding:15px; font-weight:500; text-align:left;}
.eventviewtb02 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.eventviewtb02 .imgsize { text-align: left;}
.eventviewtb02 .align_L { text-align: left;}
.eventviewtb02.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.eventviewtb02 .line_r {border-right:1px solid #e5e5e5;}

.eventviewtb02 .contents_cc { margin:0; padding:10px 15px 0 0; height:180px; background-color:#f5f5f5; border:1px solid #d1d1d1;}   /* board의 오른쪽 top*/
.eventviewtb02 .contents_cc ul {margin:0;padding:0;list-style:none;}
.eventviewtb02 .contents_cc li { margin:0;padding:0 0 0 15px;float: left; vertical-align:middle;}
.eventviewtb02 .contents_cc li:last-child {float: left; padding-left:0px;}
.eventviewtb02 .contents_cc .contentwidth { width:820px;}
.eventviewtb02 .contents_cc .textcheckarea{ display:inline-block;height:18px; float: right; }
.eventviewtb02 .secondarea{ margin:0; padding:0;}
.eventviewtb02 .maxlength {
	font-size:13px;position:relative; top:-3px;width:22px; height:16px; text-align:right;padding:0 3px 0 0; vmargin-top:0px;
	border:0px solid #ffffff;
	background-color:#f5f5f5;
	color:#555555;
}

.snsbtnsarea { float:right;
	padding-top: 6px;}   /* board의 오른쪽 top*/
.snsbtnsarea ul {margin:0;padding:0;list-style:none;}
.snsbtnsarea li {
	padding:0 !important;
	vertical-align:middle;
}
.snsbtnsarea .facebooksnsimg{
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-radius: 3px 0 0 3px;
}
.snsbtnsarea .twittersnsimg{
	border:1px solid #dddddd;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-bottom:1px solid #dddddd;
}
.snsbtnsarea .kakaosnsimg{
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 0 3px 3px 0;
}
.snsbtnsarea .naversnsimg{
	border:1px solid #dddddd;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


.tb01{width:100%; border-top:2px solid #000; border-bottom:1px solid #000; height:100%; font-size:16px; /*text-align:center;*/ overflow:auto;}
.tb01 tr{ height :80px;}
.tb01 thead th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:900; height :35px;}
.tb01 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; }
.tb01 thead th.viewtitle{ text-align: left; padding-left:20px; }
.tb01 tbody th{ background-color:#f7f7f7; width: 120px; text-align:left; padding-left:20px; border-bottom:1px solid #cacaca;}
.tb01 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.tb01 tbody td{ vertical-align:middle; border-bottom:1px solid #cacaca; padding: 0 10px 0 20px;}
.tb01 tbody td.title{text-align:left;}
.tb01 tbody td.contents {text-align:left; padding:20px;}
.tb01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.tb01 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.tb01 tbody td img{vertical-align:middle;}
.tb01 tbody td .align_L{text-align:left; padding-left:11px;}
.tb01 tbody tr .contents{background:#fcfcfc; padding:15px 0; text-align:left;}
.tb01 tbody tr .answertd{ padding:15px; font-weight:500; text-align:left;}
.tb01 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.tb01 .imgsize { text-align: left;}
.tb01 .align_L { text-align: left;}
.tb01.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.tb01 .line_r {border-right:1px solid #e5e5e5;}
.tb01 .alertarea{background-color:#fef3f3;}
.tb01 .alertarea td{padding:20px;}
.tb01 .itemsinfo{ padding:8px 0 12px 0;}
.tb01 .itemsinfo ul{margin:0; padding:0;}
.tb01 .itemsinfo li{margin:0; padding:0;}

.tb02{width:100%; border-top:2px solid #000; border-bottom:1px solid #000; height:100%; font-size:16px; text-align:center; overflow:auto;}
.tb02 tr{ height :80px;}
.tb02 thead th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; height :35px;}
.tb02 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; }
.tb02 thead th.viewtitle{ text-align: left; padding-left:20px; }
.tb02 tbody th{ background-color:#f7f7f7; width: 120px; text-align:left; padding-left:20px; border-bottom:1px solid #cacaca;}
.tb02 tbody .colorpink { background:#fefaf6; font-weight: bold;}
.tb02 tbody td{ vertical-align:middle; border-bottom:1px solid #cacaca; padding: 10px;}
.tb02 tbody td.title{text-align:left;}
.tb02 tbody td.contents {text-align:left; padding:20px;}
.tb02 tbody td.line_L{border-left:1px solid #e5e5e5;}
.tb02 tbody td.line_R{border-right:1px solid #e5e5e5;}
.tb02 tbody tr:first-child{border-top:1px solid #e5e5e5;}
.tb02 tbody td img{vertical-align:middle;}
.tb02 tbody td .align_L{text-align:left; padding-left:11px;}
.tb02 tbody tr .contents{background:#fcfcfc; padding:15px 0; text-align:left;}
.tb02 tbody tr .answertd{ padding:15px; font-weight:500; text-align:left;}
.tb02 tbody tr .imgsize{ padding:15px 15px 15px 0; font-weight:500; text-align:left;}
.tb02 .imgsize { text-align: left;}
.tb02 .align_L { text-align: left;}
.tb02.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.tb02 .line_r {border-right:1px solid #e5e5e5;}

/*
.tb01 input[type=text],input[type=password] { height:26px; border:1px solid #d8d8d8; color:#333; text-align:left;}
*/
.tbqnareview{ font-size:20px; width:100%; border-top:2px solid #000; border-bottom:none; border-left:none; text-align:center; }
.tbqnareview thead th{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; height :70px;}
.tbqnareview thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; }
.tbqnareview tbody tr{ border-bottom:1px solid #e5e5e5;}
.tbqnareview thead th.viewtitle{ text-align: left; padding-left:20px; }
.tbqnareview tbody th{ border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; width: 80px;}
.tbqnareview tbody td{padding:0 30px; height :80px;}
.tbqnareview tbody td.title{
	text-align:left;color:#000;padding-left:30px;
}

.popupguide .lotteryarea {text-align: center; display: inline-block; background-color: #499afd; width: 100%;padding: 40px; color: #ffffff;}
.popupguide .lotteryarea p.title { font-size:20px;font-weight:normal;}
.popupguide .lotteryarea p.title span{font-weight: 500;}

.detaillottery:hover {
	color: #6426c8;
	text-decoration:  underline;
}

/*.tbqnareview tbody td.contents {font-size:18px; text-align:left; padding:20px;}*/
.tbqnareview .imgsize img { width:480px;}
.tbqnareview tbody td.line_L{border-left:1px solid #e5e5e5;}
.tbqnareview tbody tr:first-child{border-top:1px solid #e5e5e5;}
.tbqnareview tbody td img{vertical-align:middle;}
.tbqnareview tbody td.align_L{text-align:left; padding-left:11px;}
.tbqnareview tbody tr.contents{padding:15px 0; text-align:left; font-size:18px;}
.tbqnareview tbody tr.contents td{padding:30px; font-size:16px;}
.tbqnareview tbody tr.replybg{background-color:#fcfcfc;}
.tbqnareview tbody tr.contents .regdate{padding-top:5px;color:#999;}
.tbqnareview tbody tr .answertd{ padding:15px; font-weight:500;}
.tbqnareview tbody tr.active{ background-color:#f3f3f3; border-top:1px solid #000;}
.tbqnareview tbody tr.active span{font-weight:500;}

.tbqnareview.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.tbqnareview .line_r {border-right:1px solid #e5e5e5;}

.answerdiv { width:100%;}
.answerdiv ul {	margin:0;padding:0;list-style:none;}
.answerdiv li { float:left;}
.answerdiv li:first-child { padding:5px 0 0 0;}

.tbReply01{width:680px;
	border-top:1px solid #cccccc; border-bottom:none; border-left:none; text-align:center; margin: 0px 25px 0 25px;
	background-color:#ffffff;
}
.tbReply01 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.tbReply01 tbody td{ vertical-align:top; padding:20px 10px 10px 10px; border-bottom:1px solid #e6e6e6;line-height:18px; text-align:left;}
.tbReply01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.tbReply01 tbody tr td:first-child{}
.tbReply01 .replyprofileimg{
	float:right;
	width:55px; height:55px;
	border:1px solid #dddddd;
	margin: 0 7px 0 10px;
	padding:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
}
.tbReply01 tbody tr td:last-child{background-color:#ffffff;}
.tbReply01 tbody td img{vertical-align:middle;}
.tbReply01 tbody td.align_L{text-align:left; padding-left:11px;}
.tbReply01 tbody span{float:right;}
.tbReply01 .replywriter {color:#b4b4b4;}
.tbReply01 .replydate {color:#b4b4b4; font-size:11px;margin-top:3px;}
.tbReply01 .updowncheck {color:#555555; margin-top:10px;font-weight:400;}
.tbReply01 .recommbtns {padding:7px 7px 0 5px;}
.tbReply01 .notifybtns{padding:7px 7px 0 5px;}
.tbReply01 .replycontent {color:#555555;}
.tbReply01 .replylinkurl {padding-right:10px;}


.tbReply02{width:1060px; margin:20px 20px 20px 20px;
	border-bottom:none; border-left:none; text-align:center; margin: 0px 25px 0 25px;
	background-color:#ffffff;
}
.tbReply02 thead td{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.tbReply02 tbody td{ vertical-align:top; padding:20px 10px 10px 10px; border-bottom:1px solid #e6e6e6;line-height:18px; text-align:left;}
.tbReply02 tbody td.line_L{border-left:1px solid #e5e5e5;}
.tbReply02 tbody tr td:first-child{}
.tbReply02 .replyprofileimg{
	float:right;
	width:55px; height:55px;
	border:1px solid #dddddd;
	margin: 0 7px 0 10px;
	padding:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px;
}
.tbReply02 tbody tr td:last-child{background-color:#ffffff;}
.tbReply02 tbody td img{vertical-align:middle;}
.tbReply02 tbody td.align_L{text-align:left; padding-left:11px;}
.tbReply02 tbody span{float:right;}
.tbReply02 .replywriter {color:#b4b4b4;}
.tbReply02 .replydate {color:#b4b4b4; font-size:11px;margin-top:3px;}
.tbReply02 .updowncheck {color:#555555; margin-top:10px;font-weight:400;}
.tbReply02 .recommbtns {padding:7px 7px 0 5px;}
.tbReply02 .notifybtns{padding:7px 7px 0 5px;}
.tbReply02 .replycontent {color:#555555;}
.tbReply02 .replylinkurl {padding-right:10px;}



.contents_top { padding: 20px 0 10px 0; height:28px;}   /* board의 오른쪽 top*/
.contents_top ul {margin:0;padding:0;list-style:none;line-height:28px;}
.contents_top li { margin:0;padding:0 0 0 10px;float: left; vertical-align:middle;}
.contents_top li:last-child {float: right;}
.contents_top input{ vertical-align: middle;}
.contents_top span{float:right;height:30px;padding: 0 0 10px 0; }

/*요금표*/
.ygdiv{margin: 0;padding: 0;}
.ygdiv ul {margin: 0;padding: 0; list-style:none; clear: both;}
.ygdiv ul li {}
.ygdiv .backbg { background:url(/resources/img/201/yogumpyo_bg03.jpg) repeat-y; padding:0 0 10px 0;}

.yogumpyo{width:292px; margin:0 20px 0 20px;}
.yogumpyo tbody th{ text-align:center; font-weight:bold;}
.yogumpyo tbody tr td{padding:14px 4px 14px 4px; text-align:center;}
.yogumpyo tbody td.line_L{width:90px;}
.yogumpyo tbody tr.align_L td{text-align:left; padding-left:11px;}
.yogumpyo tbody tr.halbu{ height:30px; bold-weight:bold; color:#ffffff;}
.yogumpyo tbody tr.hap_price td{background-color:#e50000; font-size:13px; bold-weight:bold; color:#ffffff;}
.yogumpyo tbody tr.end{background-color:#e50000; bold-weight:bold; color:#ffffff; text-align:left;}
.yogumpyo tbody td img{vertical-align:middle;}
.yogumpyo tbody td.align_L{text-align:left; padding-left:11px;}
.yogumpyo.sig_tb th {background:#f7f7f7; padding:15px 0;}
.yogumpyo.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.yogumpyo .line_r {border-right:1px solid #e5e5e5;}


.yogumpyo2{width:292px; margin:0 20px 0 20px;}
.yogumpyo2 thead td{width:80px; padding:20px 0 10px 0;  border-bottom:2px solid #fe2f2f;}
.yogumpyo2 tbody th{width:80px; padding:0; text-align:center; font-weight:bold;border-bottom: 1px dotted #e3e3e3;}
.yogumpyo2 tbody th:first-child{ border-right: 1px dotted #e3e3e3;}
.yogumpyo2 tbody td{ padding:16px 4px 16px 4px; text-align:center; border-bottom: 1px dotted #e3e3e3;}
.yogumpyo2 tbody td:first-child{ border-right: 1px dotted #e3e3e3;}
.yogumpyo2 tbody tr.align_L td{text-align:left; padding-left:11px;}
.yogumpyo2 tbody tr.halbu{ height:30px; bold-weight:bold; color:#ffffff;}
.yogumpyo2 tbody .hap_price td{
	background-color:#ffffff; border-bottom:0px solid #000000; border-right:0px solid #000000;

	font-size:15px;
	font-weight:800;
}
.yogumpyo2 tbody .hap_price td:first-child{
	color:#fafafa;
	background:#fe2f2f;
}
.yogumpyo2 .hap_price{
	border:2px solid #fe2f2f;
}

.yogumpyo3{width:292px; margin:0 20px 0 20px;}
.yogumpyo3 thead td{width:80px; padding:20px 0 10px 0;  border-bottom:2px solid #cccccc;}
.yogumpyo3 tbody th{width:80px; padding:0; text-align:center; font-weight:bold;border-bottom: 1px dotted #e3e3e3;}
.yogumpyo3 tbody th:first-child{ border-right: 1px dotted #e3e3e3;}
.yogumpyo3 tbody td{ padding:16px 4px 16px 4px; text-align:center; border-bottom: 1px dotted #e3e3e3;}
.yogumpyo3 tbody td:first-child{ border-right: 1px dotted #e3e3e3;}
.yogumpyo3 tbody tr.align_L td{text-align:left; padding-left:11px;}
.yogumpyo3 tbody tr.halbu{ height:30px; bold-weight:bold; color:#ffffff;}
.yogumpyo3 tbody .hap_price td{
	background-color:#ffffff; border-bottom:0px solid #000000; border-right:0px solid #000000;

	font-size:15px;
	font-weight:800;
}
.yogumpyo3 tbody .hap_price td:first-child{ color:#777777; }
.yogumpyo3 .hap_price{
	border:2px solid #777777;
}


/*주문서*/
.reserve_tb01{width:100%; border-top:2px solid #999999; border-bottom:none; margin-top:10px;}
.reserve_tb01 thead th{background-color:#f7f7f7; color:#444444; font-size:13px; text-align: center; padding:15px 20px 15px 20px;border-bottom:1px solid #e5e5e5;}
.reserve_tb01 thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.reserve_tb01 tbody th{ border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:center;  padding:12px; }
.reserve_tb01 tbody td{ border-bottom:1px solid #e5e5e5; text-align:left; padding-left:15px;}
.reserve_tb01 tbody td.text_l{text-align:left;}
.reserve_tb01 tbody td.line_L{border-left:1px solid #e5e5e5;}
.reserve_tb01 tbody tr.align_L td{text-align:left; padding-left:11px;}
.reserve_tb01 tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.reserve_tb01 tbody td img{vertical-align:middle;}
.reserve_tb01 tbody td.align_L{text-align:left; padding-left:11px;}
.reserve_tb01.sig_tb th {background:#f7f7f7; padding:15px 0;}
.reserve_tb01 .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.reserve_tb01 .line_r {border-right:1px solid #e5e5e5;}

.orders_top{width:100%; border-top:2px solid #000; border-bottom:none; margin-top:10px;}
.orders_top thead th{background-color:#f7f7f7; color:#444444; font-size:16px; text-align: center; height:60px;}
.orders_top thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.orders_top tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:center;  padding:15px 20px 15px 30px;}
.orders_top tbody td{ padding:15px 10px 15px 10px; border-bottom:1px solid #e5e5e5; text-align:center;}
.orders_top tbody td.text_l{text-align:left;}
.orders_top tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_top tbody td.line_R{border-right:1px solid #e5e5e5;}
.orders_top tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_top tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_top tbody td img{vertical-align:middle;}
.orders_top tbody td.align_L{text-align:left; padding-left:11px;}
.orders_top tbody td .orderDiv {}
.orders_top tbody td .orderDiv ul{padding:0;margin:0;}
.orders_top tbody td .orderDiv ul li:first-child{width:100px;}
.orders_top tbody td .orderDiv ul li{float:left; padding:0;}
.orders_top tbody td .orderDiv ul li .textarea{ max-width: 400px;}
.orders_top tbody td .{text-align:left;}

.detail_top{width:100%; border-top:2px solid #000; border-bottom:none;}
.detail_top thead th{background-color:#f7f7f7; color:#444444; font-size:16px; text-align: center; height:80px;}
.detail_top thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.detail_top tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:center;  padding:15px 20px 15px 30px;}
.detail_top tbody td{ padding:15px 10px 15px 10px; border-bottom:1px solid #e5e5e5; text-align:center;}
.detail_top tbody td.text_l{text-align:left;}
.detail_top tbody td.line_L{border-left:1px solid #e5e5e5;}
.detail_top tbody tr.align_L td{text-align:left; padding-left:11px;}
.detail_top tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.detail_top tbody td img{vertical-align:middle;}
.detail_top tbody td.align_L{text-align:left; padding-left:11px;}
.detail_top tbody td .itemsinfo{text-align:left;}



.orders_top2{width:100%; border-top:1px solid #000; border-bottom:1px solid #000;}
.orders_top2 tbody tr th{background-color:#f7f7f7;
	width:135px;text-align:left;padding:30px 20px;
	vertical-align:top;
}
.orders_top2 tbody tr td{ padding:15px 10px 15px 20px;}
.orders_top2 tbody td.text_l{text-align:left;}
.orders_top2 tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_top2 tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_top2 tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_top2 tbody td img{vertical-align:middle;}
#giftlist{width:220px; float:left;color:#000;}
#giftlist ul {margin: 0;padding: 0; list-style:none; clear: both;}
#giftlist ul li {margin: 0;padding: 0; float:left;}
#giftlist ul .title{
	width:105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	font-size:13px;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
#giftlist ul li:last-child {padding: 0 10px; float:left;}
#giftlist ul li .giftimg {border:1px solid #cfcfcf; }

#giftlist2{width:175px; float:left;color:#000;}
#giftlist2 ul {margin: 0;padding: 0; list-style:none; clear: both;}
#giftlist2 ul li {margin: 0;padding: 0; float:left;}
#giftlist2 ul .title{
	text-overflow: ellipsis;
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
	font-weight:500;
}
#giftlist2 ul li:last-child {padding: 0 10px; float:left;}
#giftlist2 ul li .giftimg {border:1px solid #cfcfcf; }


.orders_priceall{width:100%; border-top:2px solid #e9589a; border-bottom:none;}
.orders_priceall thead th{background-color:#feeef5; font-weight:900; color:#444444; height:60px; font-size:13px; text-align: left;  padding:0 30px 0 30px;border-bottom:1px solid #feb0d4;}
.orders_priceall thead th span{float:right;font-size:26px; font-weight:bold; vertical-align:middle; color:#444444;}
.orders_priceall thead th .totalpricecolor{color:#f62626;}
.orders_priceall thead th:last-child{background-color:#ffffff;}
.orders_priceall tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:center;  padding:15px 20px 15px 30px;}
.orders_priceall tbody td{ line-height: 22px; background-color:#fdf7fa; padding:20px 35px 20px 30px; border-bottom:1px solid #e5e5e5; text-align:left; vertical-align:top;}
.orders_priceall tbody td span{float:right;}
.orders_priceall tbody td:last-child{background-color:#ffffff; line-height: 18px;}
.orders_priceall tbody td.text_l{text-align:left;}
.orders_priceall tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_priceall tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_priceall tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_priceall tbody td img{vertical-align:middle;}
.orders_priceall tbody td.align_L{text-align:left; padding-left:11px;}
.orders_priceall .sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders_priceall .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders_priceall .line_r {border-right:1px solid #e5e5e5;}
.orders_priceall .price {font: bold 26px/1.2 Tahoma,sans-serif;}


.orders_priceall_sub{width:100%; border-top:2px solid #40b800; border-bottom:none; margin-top:40px;}
.orders_priceall_sub thead th{background-color:#c6efb0; font-weight:900; color:#444444; font-size:13px; text-align: left; height:80px; padding:0 30px 0 30px;border-bottom:1px solid #40b800;}
.orders_priceall_sub thead th span{float:right;font-size:26px; font-weight:bold; vertical-align:middle; color:#444444;}
.orders_priceall_sub thead th .totalpricecolor{color:#f62626;}
.orders_priceall_sub thead th .totalhalbupricecolor{color:#777777;}
.orders_priceall_sub thead th:last-child{background-color:#ffffff;}
.orders_priceall_sub tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:center;  padding:15px 20px 15px 30px;}
.orders_priceall_sub tbody td{ line-height: 22px; background-color:#e8fbdd; padding:20px 35px 20px 30px; border-bottom:1px solid #e5e5e5; text-align:left; vertical-align:top;}
.orders_priceall_sub tbody td span{float:right;}
.orders_priceall_sub tbody td:last-child{background-color:#ffffff; line-height: 18px;}
.orders_priceall_sub tbody td.text_l{text-align:left;}
.orders_priceall_sub tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_priceall_sub tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_priceall_sub tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_priceall_sub tbody td img{vertical-align:middle;}
.orders_priceall_sub tbody td.align_L{text-align:left; padding-left:11px;}
.orders_priceall_sub .sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders_priceall_sub .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders_priceall_sub .line_r {border-right:1px solid #e5e5e5;}


.orders_priceall2{width:100%; border-top:2px solid #000; color:#000;}
.orders_priceall2 tbody th{ background-color:#f3f3f3; text-align:left;  padding:20px 10px 20px 20px; vertical-align:top;}
.orders_priceall2 tbody tr{ border-bottom:1px solid #cacaca;}
.orders_priceall2 tbody tr:last-child{ border-bottom:1px solid #000;}
.orders_priceall2 tbody tr td{ padding:20px 30px; text-align:left; vertical-align:top; font-size:16px;}
.orders_priceall2 tbody tr td img{ padding-top:10px;}
.orders_priceall2 tbody tr .radioonly{ padding:30px 20px; }
.orders_priceall2 tbody .title01{font-weight:500; font-size:18px;}
.orders_priceall2 tbody .textcenter{text-align:center;}
.orders_priceall2 tbody td span{float:right;}
.orders_priceall2 tbody td.text_l{text-align:left; }
.orders_priceall2 tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_priceall2 tbody td.line_R{border-right:1px solid #e5e5e5;}
.orders_priceall2 .alertarea{background-color:#fef3f3;}

.orders_priceall2 tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_priceall2 tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_priceall2 tbody td img{vertical-align:middle;}
.orders_priceall2 tbody td.align_L{text-align:left; padding-left:11px;}
.orders_priceall2 .sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders_priceall2 .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders_priceall2 .line_r {border-right:1px solid #e5e5e5;}

.orders_priceall3{width:100%; border-top:2px solid #999999;}
.orders_priceall3 thead th{
	background-color:#f7f7f7; color:#444444;
	text-align: left; height:50px;
	padding:20px 20px 20px 20px;
	border-bottom: 1px solid #ddd;
	height: 80px;
}
.orders_priceall3 thead td{
	background-color:#f7f7f7;
	border-bottom: 1px solid #ddd;
}
.orders_priceall3 thead th span{float:right;font-size:16px; font-weight:bold; vertical-align:middle; color:#444444;}
.orders_priceall3 thead th .totalpricecolor{color:#f62626;}
.orders_priceall3 tbody tr {
	border-bottom: 1px solid #ddd;
}
.orders_priceall3 tbody tr:last-child {
	border-bottom: 0px solid #ddd;
}
.orders_priceall3 tbody tr.escroarea {
	background-color:#fcfcfc;
}
.orders_priceall3 tbody th{
	width:100px;
	text-align:left;  padding:20px 20px 20px 20px;
	vertical-align: top;
}
.orders_priceall3 tbody td{
	padding:20px 0;
	text-align:left; vertical-align:top;
	line-height: 24px;
}
.orders_priceall3 tbody td span{float:right;}
.orders_priceall3 tbody td.text_l{text-align:left; }
.orders_priceall3 tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_priceall3 tbody tr:last-child{}
.orders_priceall3 tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_priceall3 tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_priceall3 tbody td img{vertical-align:middle;}
.orders_priceall3 tbody td.align_L{text-align:left; padding-left:11px;}
.orders_priceall3 .sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders_priceall3 .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders_priceall3 .line_r {border-right:1px solid #e5e5e5;}
.orders_priceall3 .divarea {padding:10px; border:1px solid #f0f0f0; background-color:#ffffff;line-height: 16px; overflow:auto; height: 160px; color:#999999; margin-top:5px;}
.orders_priceall3 .divarea h3{font-size: 20px; color: #111; margin: 20px 0 15px 0;}
.orders_priceall3 .divarea p{font-size: 14px; line-height: 22px;}
.orders_priceall3 #coupon_code {border:1px solid #ddd !important; height: 30px; }
.orders_priceall3 .couponinfo { color: #111111;}
.orders_priceall4{width:100%; border-top:2px solid #000; color:#000;}
.orders_priceall4 tbody th{ background-color:#ffffff; text-align:center; font-size:34px;
	padding:20px; font-weight:600;
	vertical-align:top;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;
	border-bottom:1px solid #6426c8;
	height: 80px;
}
.orders_priceall4 tbody tr{}
.orders_priceall4 tbody .active{background-color:#f3f3f3;}
.orders_priceall4 tbody tr .checkboxview{font-size:16px; padding:30px 40px;}
.orders_priceall4 tbody td{ padding:8px 20px;text-align:left;font-size:16px;}
.orders_priceall4 tbody td p{font-size:16px;}
.orders_priceall4 tbody td.text_l{text-align:left; }
.orders_priceall4 tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders_priceall4 tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders_priceall4 tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders_priceall4 tbody td img{vertical-align:middle;}
.orders_priceall4 tbody td.align_L{text-align:left; padding-left:11px;}
.orders_priceall4 .sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders_priceall4 .sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders_priceall4 .line_r {border-right:1px solid #e5e5e5;}
.orders_priceall4 .price {font: bold 30px/1.2 Tahoma,sans-serif;}
.orders_priceall4 tbody td .subpricearea { display: block; width: 100%;}
.orders_priceall4 tbody td .subpricearea span{ position:absolute;
	right: 20px;
}
.orders_priceall4 tbody td .subpricearea span .discntprice, .orders_priceall4 tbody td .subpricearea span .deliveryprice {
	font: 500 20px Tahoma,sans-serif;
}

.orders_priceall5{width:100%; color:#000;}
.orders_priceall5 tbody tr{}
.orders_priceall5 tbody tr td{ padding:20px; text-align:left; vertical-align:top; font-size:16px;}
.orders_priceall5 tbody tr td:first-child{text-align:center;}
.orders_priceall5 .alertarea{background-color:#fef3f3;}
.orders_priceall5 tbody td img{vertical-align:middle;}
.orders_priceall5 tbody td .itemsinfo{text-align:left;}



/*주문서*/
.orders{width:100%; border-top:1px solid #000000; border-bottom:none; margin-top:10px;}
.orders thead th{background-color:#2fb6bc; font-weight:900; width: 80px; height :60px; color:#ffffff; font-size:18px; text-align: left; padding:15px 20px 15px 20px;}
.orders thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.orders tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:left;  padding:15px 20px 15px 30px;}
.orders tbody td{ padding:15px 10px 15px 10px; border-bottom:1px solid #e5e5e5; text-align:left;}
.orders tbody td.line_L{border-left:1px solid #e5e5e5;}
.orders tbody tr.align_L td{text-align:left; padding-left:11px;}
.orders tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.orders tbody td img{vertical-align:middle;}
.orders tbody td.align_L{text-align:left; padding-left:11px;}
.orders.sig_tb th {background:#f7f7f7; padding:15px 0;}
.orders.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.orders .line_r {border-right:1px solid #e5e5e5;}

/*회원가입*/
.redtable{width:100%; border-top:1px solid #000;border-bottom:1px solid #000;}
.redtable tr td{height:76px;font-size:16px;}
.redtable tbody th{ font-size:16px; color:#000; text-align:left; vertical-align:middle;padding:0 0 0 20px; background-color:#f7f7f7; border-bottom:1px solid #cacaca;}
.redtable tbody .star{color : #5416b8; }
.redtable tbody td{ padding:20px; text-align:left;border-bottom:1px solid #cacaca;}
.redtable tbody td.line_L{border-left:1px solid #e5e5e5;}
.redtable tbody tr.align_L td{text-align:left; padding-left:11px;}
.redtable tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.redtable tr:last-child{
	padding-bottom:100px;
}

.redtable tbody td img{vertical-align:middle;}
.redtable tbody td.align_L{text-align:left; padding-left:11px;}
.redtable.sig_tb th {background:#f7f7f7; padding:15px 0;}
.redtable.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.redtable .line_r {border-right:1px solid #e5e5e5;}

/*팝업*/

.popupredtable{width:100%;}
.popupredtable ul {margin:0; padding:10px; padding-bottom:0; background-color:#f3f3f3;}
.popupredtable ul:last-child { padding-bottom:10px;}
.popupredtable h1{font-size:18px;font-weight:500;text-align:center;padding:0;margin:0;}
.popupredtable thead th{background-color:#2fb6bc; font-weight:900; width: 80px; height :60px; color:#ffffff; font-size:18px; text-align: left; padding:15px 20px 15px 20px;}
.popupredtable thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.popupredtable tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:left;  padding:15px 20px 15px 30px;}
.popupredtable tbody td{ padding:15px 10px 15px 10px; border-bottom:1px solid #e5e5e5; text-align:left;}
.popupredtable tbody td.line_L{border-left:1px solid #e5e5e5;}
.popupredtable tbody tr.align_L td{text-align:left; padding-left:11px;}
.popupredtable tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.popupredtable tbody td img{vertical-align:middle;}
.popupredtable tbody td.align_L{text-align:left; padding-left:11px;}
.popupredtable.sig_tb th {background:#f7f7f7; padding:15px 0;}
.popupredtable.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.popupredtable .line_r {border-right:1px solid #e5e5e5;}

.reservelisttable{width:100%;}
.reservelisttable h3{padding:0 !important;
	text-align:left !important; font-size: 18px !important;}
.reservelisttable h3 span{
	float: right;
	text-align:left !important; font-size: 12px !important;
	color: #ccc;
	font-weight: normal !important;
}
.reservelisttable ul {margin:0; padding:0; background-color:#f3f3f3;}
.reservelisttable ul:last-child { padding-bottom:10px;}
.reservelisttable h1{font-size:18px;font-weight:500;text-align:center;padding:0;margin:0; }
.reservelisttable .reservenumlist ul {margin:0; padding:12px 10px; background-color:#fff;clear: both; display: inline-block; width: 100%; border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}
.reservelisttable .reservenumlist ul li{margin:0; padding: 0 10px; float: left;}
.reservelisttable .reservenumlist ul li:first-child{width: 40px;}
.reservelisttable .reservenumlist ul li:last-child{float: right;}
.reservelisttable .reservenumlist ul.nolist li:first-child{ text-align:center; vertical-align:middle; width:100%; height:400px; line-height:400px;}
.reservelisttable thead th{background-color:#2fb6bc; font-weight:900; width: 80px; height :60px; color:#ffffff; font-size:18px; text-align: left; padding:15px 20px 15px 20px;}
.reservelisttable thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.reservelisttable tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:left;  padding:15px 20px 15px 30px;}
.reservelisttalbe tbody td{ padding:15px 10px 15px 10px; border-bottom:1px solid #e5e5e5; text-align:left;}
.reservelisttable tbody td.line_L{border-left:1px solid #e5e5e5;}
.reservelisttable tbody tr.align_L td{text-align:left; padding-left:11px;}
.reservelisttable tbody tr.halbu{background-color:#2fb6bc; bold-weight:900; color:#ffffff; }
.reservelisttable tbody td img{vertical-align:middle;}
.reservelisttable tbody td.align_L{text-align:left; padding-left:11px;}
.reservelisttable.sig_tb th {background:#f7f7f7; padding:15px 0;}
.reservelisttable.sig_tb th:first-child {background:#e6e6e6; font-weight:bold;}
.reservelisttable .line_r {border-right:1px solid #e5e5e5;}


/*팝업*/
.orderdetail{width:740px; border:1px solid #e3e3e3; margin:20px;}
.orderdetail ul{margin:0; padding:0;}
.orderdetail li{margin:0; padding:0;}
.orderdetail .itembtn{ cursor: pointer; float: right; padding: 0 0 5px 0; }
.tabletype01 { width:100%;border-top:2px solid #e9589a;border-bottom:1px solid #40b800;}
.tabletype01 thead th{
	background-color:#f7f7f7; font-weight:900; height :45px; color:#666666; font-size:12px; text-align: center; border-bottom:1px solid #e3e3e3;
}
.tabletype01 thead th span{font-size:30px; font-weight:bold; vertical-align:middle;}
.tabletype01 tbody th{ width:135px; border-bottom: 1px solid #e9e9e9; background-color:#f8f8f8; text-align:left;  padding:15px 20px 15px 30px;}
.tabletype01 tbody td{ padding:15px 10px 15px 10px; text-align:center;}


.tabletype02 { width:100%;border-top:2px solid #999999;}
.tabletype02 tbody tr input[type=text]{width:60px !important;}
.tabletype02 tbody tr{ border-bottom: 1px solid #e3e3e3;}
.tabletype02 tbody tr:last-child{ border-bottom:1px solid #999999;}
.tabletype02 tbody th{ font-weight:bold; background-color:#f7f7f7; text-align:left;  padding:10px 20px 10px 30px;}
.tabletype02 tbody td{ padding-left:20px; text-align:left;}

.tabletype03 { width:430px;border-top:2px solid #444444;}
.tabletype03 tbody tr{ border-bottom: 1px dotted #e3e3e3; }
.tabletype03 tbody tr:last-child{ border-bottom:1px solid #444444;}
.tabletype03 tbody th{ text-align:left;  padding:10px 20px 10px 15px;}
.tabletype03 tbody td{ padding-left:15px; text-align:left;padding:7px 0 7px 0; font-weight: bold;}
.tabletype03 input[type=password] { padding-left:7px;}

.tabletype04 { width:100%;border-top:2px solid #444444;}
.tabletype04 tbody tr{ border-bottom: 1px solid #e3e3e3; }
.tabletype04 tbody tr:last-child{ border-bottom:1px solid #444444;}
.tabletype04 tbody th{ background:#f7f7f7; text-align:left; font-size:16px;  padding:10px 10px 10px 15px;}
.tabletype04 tbody td{ text-align:left;padding:7px 0 7px 10px;}
.tabletype04 input[type=password] { padding-left:7px;}

.tabletype05 { width:100%;border-top:2px solid #444444;}
.tabletype05 tbody tr{ border-bottom: 1px solid #e3e3e3; }
.tabletype05 tbody tr:last-child{ border-bottom:1px solid #444444;}
.tabletype05 tbody th{ background:#f7f7f7; text-align:left; font-size:12px;  padding:10px 10px 10px 15px;}
.tabletype05 tbody td{ text-align:left;padding:10px 0 10px 10px; color:#999999;}
.tabletype05 input[type=password] { padding-left:7px;}

.infomodify{background-color: #ffffff; padding: 40px; overflow:auto; }
.infomodify ul {margin: 0 0 0 0;padding: 0 0 0 0; list-style:none; clear: both;}
.infomodify ul li {margin: 0 0 0 0;padding: 0 0 0 0; float:left;}
.infomodify ul li:last-child {float:right;}


.loginArea { background-color: #ffffff; padding: 40px; overflow:auto; border:2px solid #dddbdb; }
.loginArea ul {margin: 0 0 0 0;padding: 0 0 0 0; list-style:none; clear: both;}
.loginArea ul li {margin: 0 0 0 0;padding: 0 0 0 0; float:left;}
.loginArea ul li:last-child {float: right; border:1px dotted #e3e3e3;}

.loginBox { width:390px; color:#999999; padding: 30px 0 20px 0; text-align: center; overflow:hidden; }
.loginBox dl {list-style:none;padding: 0 0 0 0;  }
.loginBox dl dt {
	width:70px; color:#626262; font-size:1.1em; vertical-align: middle; line-height:20px;
	text-align:left; padding: 16px 0 0 0; float: left;
}
.loginBox dl:last-child {clear: both; padding-top:7px;}
.loginBox dd {margin: 0 0 0 0;    padding: 5px 0 0 0; float: left;}
.loginBox dl dd.loginbtn { margin: 15px 0 0 0; }
.loginBox dd .loginInput { width:310px; height:30px; border:0px; font-size:1.2em; color:#999999; border:1px solid #e2e2e2; }
.loginBox input[type=password] {margin-top: 7px; padding-left:7px;}
.loginBox2 { width:390px; color:#4c4c4c; margin: 0 0 0 0; padding: 34px 0 0 0; text-align: left; border-top: 1px dotted #e3e3e3; }
.loginBox2 dl {list-style:none;padding: 0 20px 0 10px; height:18px; }
.loginBox2 dt { width: 250px; float: left; padding: 8px 0 0 0; line-height: 24px;}
.loginBox2 dd { margin: 0 0 0 0;    padding: 5px 0 0 0;    border : 0;    float: right;}
.loginBox2 > div > img {padding-right: 8px;}
.loginBox2 > div > img:last-child {padding-right: 0;}


.idpwArea { width:1050px; margin:0 auto; padding:30px 0 50px 0; background-color:#ffffff; }
.idpwBox {
	background-color:#ffffff;
}
.idpwBox ul {list-style:none; margin:0; padding:0;  }
.idpwBox li {margin:0;    padding: 5px 0 0 0; }

.nomemberbuyBox {
	width:338px; color:#999999;
	padding: 0 0 15px 0;
}
.nomemberbuyBox ul {list-style:none; margin:0; padding:0;  }
.nomemberbuyBox li {margin:0;    padding: 5px 0 0 0; }


/*배너*/
.wingbanner{width:100%; border:none; padding:0; margin:0;}
.wingbanner tr { padding:0; margin:0;}
.wingbanner td { padding:0; margin:0;}


.guide01title {padding:7px 3px 0 2px; font-size:11px; color:#7f9db9;font-weight:800;}
.guide01 {padding:3px 3px 0 2px; font-size:11px; color:#7f9db9;}

.inpType01 {vertical-align:middle;height:16px;}
.textarea01 { margin-top: 5px; padding-left:20px;font-size:12px;letter-spacing:-0.5pt;padding:5px; color: #767676;}

.lefttitle {
	padding-left: 10px;
	font-weight: 900;
	line-height:26px;
	vertical-align: middle;
	height:30px;
	border-top:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0;
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.lefttitle .smallText {font-weight: normal; font-size: 10px;}

.leftcontents { background-color:#ffffff;	 padding: 0 10px 30px 0; }
.leftcontents ul { margin:0; padding: 10px 5px 10px 15px; }
.leftcontents li { list-style-type:none; line-height: 22px; }
/*.leftcontents li:first-child  { font-weight: bold; }*/


.maininfo { background-color:#ffffff; width:322px; float:right;}
.maininfo ul { margin:0; padding: 10px 5px 10px 15px;  }
.maininfo li { list-style-type:none; line-height: 22px; }
/*.leftcontents li:first-child  { font-weight: bold; }*/


.project_type1 { margin: 0 20px 25px 0; width:510px; height:345px; float:left; border: 2px solid #d8d8d8; overflow:hidden;}
.project_type1 ul { margin:0; padding:0;  background:#fef9d3; }
.project_type1 ul:first-child {height: 244px; border-bottom: 1px solid #d8d8d8;}
.project_type1 ul:last-child { padding: 15px 10px 20px 10px; }
.project_type1 li { list-style-type:none; line-height: 30px;}
.project_type1 li span{ float:right}
.project_type1 .title{ font-size:16px; font-weight:bold; color:#333333; margin:0 auto; text-align:center;}
.project_type1 .btns{ font-size:16px; font-weight:bold; margin:5px 0 0 0; text-align:center;}
.plastcheck { margin: 0; width:510px; height:345px; float:left;}

.reserve_type1 { margin: 0 20px 25px 0; width:510px; height:385px; float:left;
	border: 1px solid #dddddd;
	overflow:hidden;
	border-radius: 5px;
}
.reserve_type1 ul { margin:0; padding:0;  background:#ffffff; }
.reserve_type1 ul:first-child {height: 244px; border-bottom: 1px solid #d8d8d8;}
.reserve_type1 ul:last-child { padding: 15px 10px 20px; 10px; }
.reserve_type1 li { list-style-type:none; line-height: 30px;}
.reserve_type1 li span{ float:right}
.reserve_type1 .subtitle{ font-size:14px; color:#aaaaaa; margin-left:20px; text-align:left; line-height: 22px;}
.reserve_type1 .btns{ font-size:16px; font-weight:bold; margin:15px 0 0 15px; text-align:center;}
.rlastcheck { margin: 0; width:510px; height:385px; float:left;}


.event_type1 { margin: 0; width:364px; float:left;
	border: 1px solid #cacaca;
	overflow:hidden;}
.event_type1 ul { margin:0; padding:0;  }
.event_type1 ul:first-child {height: 149px; border-bottom: 1px solid #cacaca;}
.event_type1 ul:last-child {height:58px;}
.event_type1 li { font-size:16px; list-style-type:none; line-height: 60px;}
.event_type1.lastitem{ border-right: 1px solid #cacaca;}
.event_type1 ul .markup{ width:364px;height:210px; border:1px solid #000;position:relative;display:none;}
/*.event_type1:hover{border:1px solid #000; cursor: pointer;}*/
.projectitems {float:left;}
.projectitems .title1{
	padding:15px 0 0 30px;font-size:20px;font-weight:500;
	width:300px;
	overflow:hidden; text-overflow:ellipsis;
}
.projectitems .title2{padding:10px 0 0 30px;font-size:16px;}
.projectitems .title3{padding:2px 0 0 30px;font-size:16px;}
.projectitems .list_img img{width:356px;}

.projectenditems {float:left;min-height:240px;}
.projectenditems .title1{
	padding:20px 0 0 30px;font-size:20px;font-weight:500;
	width:300px;
	overflow:hidden; text-overflow:ellipsis;
}
.projectenditems .title2{padding:15px 0 0 30px;font-size:16px;}
.projectenditems .title3{padding:2px 0 0 30px;font-size:16px;}
.projectenditems .list_img img{width:364px;}

.reserveitems {float:left; padding-left:30px; text-align:center;height:550px;}
.reserveitems .title1{
	padding:30px 0 0 0;font-size:30px;font-weight:500;
	line-height:30px;
	width:100%;
	overflow:hidden; text-overflow:ellipsis;
	text-align:center;
}

.reservelistleft {margin-left:-30px;}
.reserveitems .title2{text-align:center; height:50px; line-height:26px; padding:15px 30px 0 30px;font-size:18px;}
.reserveitems .title3{text-align:center; padding:0px 20px 0 20px;font-size:20px;font-weight:500;}
.reserveitems .list_img{width:100%; height:300px;}
.reserveitems .list_img_off{
	width:100%; height:300px;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.roundspan {
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align:center;
	font-size:12px;
	background-color:#000;
	color:#fff;
}

/* Button styles */
.btn span.title {
	display: block;
	line-height: 50px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.btn span.title {
	-webkit-box-shadow: 0 3px 0 0 #1275b7;
	box-shadow: 0 3px 0 0 #1275b7;
	background-color: #1e88ce;
	text-align:center;
}


.btn-slide {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 120px;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align:center;
	border:1px solid #000;
	transition: .5s;
	-webkit-transition: .5s;

}
.btn-slide_off{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 120px;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align:center;

	transition: .5s;
	-webkit-transition: .5s;

	border: 1px solid #ccc;
	background-color:#ddd;
}
.btn-slide:hover {
	background-color: #000;
	color:#fff;
}
.btn-slide:hover span.title {
	opacity: 1;
}
/*
  .btn-slide span.title { 
    //transition: .3s;
    -webkit-transition: .3s;
  }
*/
.mview_type1 { margin: 0 20px 30px 0; width:247px; height:218px; float:left;overflow:hidden; font-size:13px;}
.mview_type1 ul { margin:0; padding:0;  }
.mview_type1 ul:first-child { border-bottom: 1px solid #d8d8d8;}
.mview_type1 ul:last-child { padding: 0 3px 0 3px; }
.mview_type1 .title { padding: 7px 3px 0 3px; font-size: 15px; width:240px; display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.mview_type1 .writer {padding: 0 3px 0 3px; color:#999999;}
.mview_type1 .sub {color:#999999; font-size:12px;}
.mview_type1 li { list-style-type:none; line-height: 20px;}
.mview_type1 li span{ float:right}
.mview_type1lastcheck { margin: 0; float:left;}

.photo_main {position: relative;}
.photo_main_up{
	width:315px; height:154px; position: absolute;left: 0; bottom: 0;
	font-size: 2.63em;font-weight: bold;color:#ffffff;display:table-cell;vertical-align:middle;
	line-height:154px;text-align:center;
	opacity: 0.7; filter: alpha(opacity=80);background-color: #000000;
}

.reserve_main {position: relative;}
.reserve_main_up{
	width:510px; height:50px; position: absolute;left: 0; bottom: 0;
	font-size: 1.63em;font-weight: bold;color:#ffffff;display:table-cell;vertical-align:middle;
	line-height:48px;text-align:left;
	opacity: 0.7; filter: alpha(opacity=70);background-color: #000000;

}
.reserve_main_up span{
	float:right;
	font-weight:normal;
	font-size:14px;
}

.reserve_main_up .textarea{
	padding:0 15px 0 15px;
}


.orderrightview { width:335px; height:625px; border:1px solid #d9d9d9; float:right;}
.orderrightview .title {
	margin-top: 4px;
	padding-left: 10px;
	font-weight: 900;
	font-size: 14px;;
	line-height:30px;
	vertical-align: middle;
	height:30px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
	vertical-align:middle;
}

.orderrightview .title:first-child {
	margin-top: 0;
	border-top:0px solid #c0c0c0;
}
.orderrightview .inputbox {
	margin-top: 3px;
	padding-left: 10px;
	font-weight: 900;
	font-size: 14px;;
	line-height:36px;
	vertical-align: middle;
	height:40px;
	vertical-align:middle;
}

.reservefaq { width:100%; margin:0 0 20px 0; padding:0;
	float:left; border-top:2px solid #999999; border-bottom:1px solid #999999; font-size:16px; }
.reservefaq ul{ list-style:none; margin:0; padding:0; border-bottom:1px dotted #e3e3e3;}
.reservefaq .viewli{  background-color:#f7f7f7 !important; color: #777777;
	padding-left: 30px ;padding-right: 50px ;
	line-height:22px;
}
.reservefaq ul li{ width:100%; margin: 0;padding: 17px 0 15px 15px ; text-align:left; }
.reservefaq ul li span{ float:right; padding-right: 20px; }
.reservefaq span{ color: #777777; font-weight:100;}

.tbreserve_method {}
.tbreserve_method h2{padding: 35px 0 10px 0; font-size:20px;}
.tbreserve_method .reserve_detailview2 { padding:13px;}
.tbreserve_method .reserve_detailview2 h3{ font-size:20px;}
.tbreserve_method .reserve_detailview2 p{ line-height: 22px; font-size:16px; color:#555;}
.tbreserve_method .verticalTop{ vertical-align:top;}
.reserve_method_tb{width:740px; border:1px solid #dddddd; background-color:#f6f6f6; margin-top:15px;}
.reserve_method_tb tbody tr{text-align:center;}
.reserve_method_tb tbody td{padding:20px 15px 20px 15px; vertical-align:top;}
.reserve_method_tb .reservesteptitle{font-weight:bold; margin-bottom:8px;}


.inputboxcheck { overflow:auto; width:670px; margin:10px 0 20px 0; padding:0;
	float:left; border-top:2px solid #999999; border-bottom:1px solid #999999; }
.inputboxcheck ul{ list-style:none; margin:0; padding:0;  background-color:#f7f7f7; border-bottom:1px dotted #e3e3e3;}
.inputboxcheck .viewli{background-color:#ffffff !important; color: #777777;}
.inputboxcheck ul li{ width:100%; margin: 0;padding: 15px 0 13px 0 ; text-align:left; }
.inputboxcheck ul li span{ float:right; padding-right: 20px; }
.inputboxcheck span{ color: #777777; font-weight:100;}

.inputboxcheck2 {width:1050px;  padding:0;
	float:left; border-top:2px solid #999999; border-bottom:1px solid #999999; }
.inputboxcheck2 ul{ list-style:none; margin:0; padding:0;  background-color:#f7f7f7; border-bottom:1px dotted #e3e3e3;}
.inputboxcheck2 .viewli{background-color:#ffffff !important; color: #777777;}
.inputboxcheck2 ul li{ width:1050px;; margin: 0;padding: 15px 0 13px 0 ; text-align:left; }
.inputboxcheck2 ul li span{ float:right; padding-right: 20px; }
.inputboxcheck2 span{ color: #777777; font-weight:100;}

.orderrightview .inputbox .inputbox01 {
	font-size:13px;letter-spacing:-0.5pt;
	border:1px solid #d9d9d9; color: #767676;height:30px;
	padding: 0 0 0 7px; width:94%;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.orderrightview input[type=radio] {
	display:none;
}



.orderrightview { width:335px; height:625px; border:1px solid #d9d9d9; float:right;}
.orderrightview .title {
	margin-top: 4px;
	padding-left: 10px;
	font-weight: 900;
	font-size: 14px;;
	line-height:30px;
	vertical-align: middle;
	height:30px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
	vertical-align:middle;
}
.orderrightview .title:first-child {
	margin-top: 0;
	border-top:0px solid #c0c0c0;
}
.orderrightview .inputbox {
	margin-top: 3px;
	padding-left: 10px;
	font-weight: 900;
	font-size: 14px;;
	line-height:36px;
	vertical-align: middle;
	height:40px;
	vertical-align:middle;
}

.orderrightview .inputboxcheck { padding: 0 10px 0 10px; line-height:20px; font-weight:700;}
.orderrightview .inputboxcheck span{ color: #aaaaaa;}

.orderrightview .inputbox .inputbox01 {
	font-size:13px;letter-spacing:-0.5pt;
	border:1px solid #d9d9d9; color: #767676;height:30px;
	padding: 0 0 0 7px; width:94%;
}



/***************   아이폰용   *****************/
.iphonetview {
	width:490px;

}

.iphonetview .inputbox {
	vertical-align:middle;
	height:100%;
	margin-top: 7px;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/


.iphonetview input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	padding: 7px 7px;
	outline: 0;
	-webkit-appearance: none;
	width: 332px;
}
.iphonetview input.rounded:focus {
	border-color: #21a5ff;
}

/***************   아이폰용   *****************/
.iphonetview_step2 {
	width:325px;
}

.iphonetview_step2
.iphonetview_step2 .title {
	padding-bottom: 10px;
	font-weight: 900;
	font-size: 18px;
	vertical-align: middle;
	vertical-align:middle;
	border-bottom:1px dotted #d3d3d3;
;
}

.iphonetview_step2 .title1{  font-size:12px; color: #000000; font-weight:bold;}
.iphonetview_step2 .title2{  font-size:22px; color: #e50000; font-weight:bold;}

.iphonetview_step2 .title:first-child{ margin-top: 0px; }
.iphonetview_step2 .inputbox {
	vertical-align:middle;
	height:100%;
	margin-top: 7px;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/



.iphonetview_step2 input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	padding: 3px 7px;
	outline: 0;
	-webkit-appearance: none;
	width: 280px;
}
.iphonetview_step2 input.rounded:focus {
	border-color: #21a5ff;
}


.detail_title { margin-top: 30px; font-size:14px; width:100%; height:50px; color:#a8a6a7; background-color:#373c4f; text-align: center;border: 1px solid #ccc; vertical-align:middle; line-height:50px;}


.iphonetview_step3 .inputboxcheck { padding: 10px 10px 0 10px; line-height:20px; color:#bebebe; }
.iphonetview_step3 .title {
	margin-top: 10px;
	font-weight: 900;
	font-size: 13px;
	vertical-align: middle;
}
.iphonetview_step3 .title:first-child{ margin-top: 10px; }
.iphonetview_step3 .inputbox {
	vertical-align:middle;
	height:100%;
	margin-top: 3px;
}
.iphonetview_step3 .inputbox input{
	margin-top: 3px;
}


.iphonetview_step3 input[type=text] {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	outline: 0;
	-webkit-appearance: none;
	width: 280px;
}
.iphonetview_step3 input[type=text].rounded:focus {
	border-color: #21a5ff;
}
/*
.iphonetview_step3 input[type=password] {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    outline: 0;
    padding-left: 10px;
    -webkit-appearance: none;
    width: 280px;
    height: 28px;
}
.iphonetview_step3 input[type=password].rounded:focus {
     border-color: #21a5ff;
}
*/



/*********** 요금제 ***************/
.orderrightview .rateinputbox {
	vertical-align:middle;
	height:100%;
	margin-top: 7px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
.orderrightview .rateinputbox input[type=radio] + label {
	display:inline-block;
	margin:3px -6px -13px 0px;
	width:104px;
	padding: 4px 0 5px 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	text-align: center;
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}


/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
.orderrightview .rateinputbox input[type=radio]:checked + label {
	background-image: none;
	outline: 0;
	color: #ffffff;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color: #2ad30b;
}

/*********** 요금제 ***************/


.prodinfo02{ padding:15px 0 0px 0px; border-top:2px solid #444444; }
.prodinfo02 dl{margin:15px 0 0 0; padding-bottom:12px; vertical-align:middle; border-bottom:1px dotted #d6d6d6;}
.prodinfo02 dl:first-child{margin-top:0px; margin-bottom: 0px;}
.prodinfo02 dl dt{ padding: 0 0 0 3px; width:110px; text-indent:4px; font-size:12px; color:#444444; display:inline-block; zoom:1; *display:inline/*IE7*/; vertical-align:middle }
.prodinfo02 dl dt.spacing01 {letter-spacing:3px;}
.prodinfo02 dl dt.spacing02 {letter-spacing:6px;}
.prodinfo02 dl dt img{vertical-align:-3px;}
.prodinfo02 dl dt img.ico_txt_side{vertical-align:top;margin-top:1px;}
.prodinfo02 dl dt img.ico_txt_side.lmar6{margin-left:-6px;}
.prodinfo02 dl dt img.ico_txt_side2{vertical-align:baseline;margin-top:3px;}/*vertical-align:top;*/
.prodinfo02 dl dd{ margin:0; display:inline-block; font-size:12px; zoom:1; *display:inline/*IE7*/; vertical-align:middle; width:260px;}
.prodinfo02 dl dd #halbu_price{ color: #0c7eff; font-weight:bold; }
/*
.prodinfo02 dl dd label{display:inline-block; margin:3px 0px 0px 78px; *margin:3px 0px 0px 65px; letter-spacing:-1px; font-size:14px;}
.prodinfo02 dl dd label:first-child{margin-left:0px !important;}
.prodinfo02 dl dd label input {vertical-align:-1px;}
*/
.prodinfo02 dl dd.rightDd{text-align:right; margin-top:-5px;}
.prodinfo02 dl dd.rightDd.inner_float {position:relative;}
.prodinfo02 dl dd.rightDd.inner_float .pos_btn {position:absolute; top:7px; left:0;}
.prodinfo02 dl dd .starCalc img {vertical-align:-2px;}
.prodinfo02 dl dd span{font-size:12px; vertical-align:middle;}
.prodinfo02 dl dd span.accReadingArea {position:absolute;width:0px;height:0px;line-height:0px;font-size:0px;visibility:hidden;overflow:hidden;}
.prodinfo02 dl dd span strong {font-family:tahoma; font-size:20px; font-weight:normal; margin-right:3px;}
/* .prodinfo01 dl dd span strong.price_strike {text-decoration:line-through;} 2014-02-13 */
.prodinfo02 dl dd .lar_sel {font-size:14px;}
.prodinfo02 dl dd .lar_sel02 {float:left;margin-top:6px;font-size:14px;} /* 2014-01-17 */
/* 2014-03-28 */
.prodinfo02 dl dd.clear {clear:both; overflow:hidden;}
.prodinfo02 dl dd.clear .fl {float:left;}
.prodinfo02 dl dd.clear .fr {float:right;}
.prodinfo02 .device{border:1px solid #d3d3d3; font-size:12px; padding:5px 10px 5px 25px; background:url(/images/cellDetail/bg_device.gif) 7px center no-repeat #fafafa; display:inline-block;}
.prodinfo02 .device a {color:#fd0002;text-decoration:underline; margin-left:20px;padding-right:10px; background:url(/images/cellDetail/ico_b02.gif) no-repeat right center; display:inline-block;}
.prodinfo02 dl dd .openPrice{display:inline-block;vertical-align:middle;}

.prodinfo03{ }
.iconsDiv{
	height:27px;
	position: relative;
	left : 175px;
	top: 45px;
}
.iconsDiv .icons{ padding:1.5px;}


div.table { border-top: 1px solid #000000; border-width: 1px 2px 2px 1px; color: #000000;}
div.table ul { padding: 0px; clear: both; list-style: none; height: 38px; border-bottom: 1px solid #d1d1d1; line-height: 38px; }
div.table ul li {vertical-align:top; float: left; border-right: 1px solid #d1d1d1; text-align: center; }
div.table ul li img{ position: relative; vertical-align:middle; }
div.table ul li.no { width: 24%; background-color: #f8f8f8;}
div.table ul li.subject { width: 25%; }
div.table ul li.name { width: 25%; }
div.table ul li.date { width: 25%;  border-right: 0px; }
div.table ul.head { background-color: #f8f8f8; font-weight: bold; }
div.table ul.head li { text-align: center; }

.iphone_detail_box01{
	width:350px;float:left;
	margin:14px 20px 0 20px;
}
.iphone_detail_box01 .detailpage_view{
	font-size: 16px;
	font-weight: 500;
	color: #000;

}

.iphone_detail_box01 .detailpage_view a {
	display: inline-block;
	padding: 8px 25px;
	border: 2px solid #777;
}
.iphone_detail_box01 .detailpage_view a:hover {
	background: #6426c8;;
	color: #ffffff;
	border: 2px solid #6426c8;
}
.iphone_detail_box03{
	width:285px;float:left;
	margin:0;
}

.iphone_detail{
	width:740px;float:right;
	padding:40px 0 0 20px;
}

.iphone_detail_2{
	width:1440px;
	margin:30px auto 0;
}

.iphone_detail_3{
	width:1440px;float:right;
}

.iphone_detail_4{
	width:1440px;
}

.iphone_delivery_title{
	width:1440px; height:34px; background-color:#333333; text-align:center;line-height:36px;font-size:14px;
}

.iphone_detail_box04{
	width:745px;
	float:right;
}


.iphone_detail_box02 { width:380px;float:left; padding-bottom: 10px;}
.iphone_detail_box02 .title1{  font-size:12px; color: #000000; font-weight:bold;}
.iphone_detail_box02 .title2{  font-size:22px; color: #e50000; font-weight:bold;}
/** 버튼관련 **/

.order_detail_box02 { width:100%;float:left; padding-bottom: 10px;}
.order_detail_box02 h2{ width:100%;float:left; padding-bottom: 10px; font-size:30px; font-weight:500;}
.order_detail_box02 h2 span{ font-size: 15px; float: right;}
.order_detail_box02 .title1{ font-size:12px; color: #000000; font-weight:bold;}
.order_detail_box02 .title2{ font-size:23px; padding:5px 0 30px 0; color: #e50000;}
/** 버튼관련 **/


.btn_round01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	width: 150px;
	height: 45px;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	padding: .1em 0.2em .1em;
	border:0px;
	margin-bottom: 5px;
	background: #5416b8;
	color:#fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	/*
      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.btn_round01:hover {
	text-decoration: none;
	background-color: #5416b8;
}

.btn_round02 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	width: 150px;
	height: 45px;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	padding: .1em 0.2em .1em;
	border:0px;
	margin-bottom: 5px;
	background: #000;
	color:#fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	/*
      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.btn_round02:hover {
	text-decoration: none;
	background-color: #6426c8;
}

.inputbtn01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:13px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:55px;
	height:32px;
	margin-bottom: 5px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.inputbtn01:hover {
	text-decoration: none;
}
.inputbtn01:active {
	position: relative;
	top: 1px;
}

.maintitlemore {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .3em;
	border:0px;
	border-radius: .2em;
	width:100px;
	height:24px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.maintitlemore:hover {
	text-decoration: none;
}
.maintitlemore:active {
	position: relative;
	top: 1px;
}


.q01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:12px;
	text-align: center;
	font-weight:normal;
	text-decoration: none;
	padding:3px 0 0 0;
	border:0px;
	border-radius: .2em;
	width:40px;
	height:16px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}

.q02 {
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:12px;
	text-align: center;
	font-weight:normal;
	text-decoration: none;
	padding:3px 0 0 0;
	border:0px;
	border-radius: .2em;
	width:40px;
	height:16px;
	top: -4px;
	position:relative;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}

.maintitlemore:hover {
	text-decoration: none;
}
.maintitlemore:active {
	position: relative;
	top: 1px;
}


.comparelinkbtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:12px;
	font-weight:300;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .3em;
	border:0px;
	width:80px;
	height:35px;
	margin-top: 10px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.comparelinkbtn:hover {
	text-decoration: none;
}
.comparelinkbtn:active {
	position: relative;
	top: 1px;
}

.reviewgoodcall {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:14px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .3em;
	border:0px;
	width:80px;
	height:50px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.reviewgoodcall:hover {
	text-decoration: none;
}
.reviewgoodcall:active {
	position: relative;
	top: 1px;
}


.comparestartbtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:16px;
	text-align: center;
	text-decoration: none;
	border:0px;
	width:120px;
	height:60px;

}
.comparestartbtn:hover {
	text-decoration: none;
}
.comparestartbtn:active {
	position: relative;
	top: 1px;
}


.btn140x50 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:17px;
	text-align: center;
	text-decoration: none;
	border:0px;
	width:140px;
	height:50px;
	line-height: 50px;
	filter:alpha(opacity=0);
}

.btn80x30 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	border:0px;
	width:80px;
	height:30px;
	line-height:30px;
	position: relative;
	top:-1px;
}

.btn100x30 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	border:0px;
	width:100px;
	height:30px;
	position: relative;
	top:-1px;
}


.detailgo {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:17px;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius:0.2em;
	width:140px;
	height:50px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	opacity:1.0;
	filter:alpha(opacity=0);
}
.detailgo:hover {
	text-decoration: none;
}
.detailgo:active {
	position: relative;
	top: 1px;
}

.detailcomp {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .3em;
	border:0px;
	border-radius:2.0em;
	width:120px;
	height:36px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 2.0em;
	-moz-border-radius: 2.0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	opacity:1.0;
	filter:alpha(opacity=0);
}
.detailcomp:hover {
	text-decoration: none;
}
.detailcomp:active {
	position: relative;
	top: 1px;
}

.maintitlebtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:45px;
	height:18px;
	/*  text-shadow: 0 1px 1px rgba(0,0,0,.3);
      -webkit-border-radius: .5em;
      -moz-border-radius: .5em;

      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      */
}
.btn01:hover {
	text-decoration: none;
}
.btn01:active {
	position: relative;
	top: 1px;
}

.btn02 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:38px;
	height:16px;
}
.btn02:hover {
	text-decoration: none;
}
.btn02:active {
	position: relative;
	top: 1px;
}

.btn03 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: .3em;
	border:0px;
	border-radius: 2.0em;
	width:75px;
	height:16px;
}
.btn03:hover {
	text-decoration: none;
}
.btn03:active {
	position: relative;
	top: 1px;
}

.replybtn01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: .3em;
	border:0px;
	border-radius: 2px;
	width:96px;
	height:97px;
	margin-top: 18px;
}
.replybtn01:hover {
	text-decoration: none;
}
.replybtn01:active {
	position: relative;
	top: 1px;
}

.morebtn01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: .3em;
	border:0px;
	border-radius: 2px;
	width:680px;
	height:36px;
	margin-top: 10px;
}
.morebtn01:hover {
	text-decoration: none;
}
.morebtn01:active {
	position: relative;
	top: 1px;
}

.morebtn02 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: .3em;
	border:0px;
	border-radius: 2px;
	width:720px;
	height:45px;
	margin-top: 10px;
}
.morebtn02:hover {
	text-decoration: none;
}
.morebtn02:active {
	position: relative;
	top: 1px;
}


.btnrecom {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding-top: .3em;
	border:0px;
	border-radius: 2.0em;
	width:45px;
	height:16px;
}
.btnrecom:hover {
	text-decoration: none;
}
.btnrecom:active {
	position: relative;
	top: 1px;
}


.btn04 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:70px;
	height:18px;
}
.btn04:hover {
	text-decoration: none;
}
.btn04:active {
	position: relative;
	top: 1px;
}

.btn05 {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	padding: 6px 0.2em;
	border:0px;
	width:80px;
	height:30px;
}
.btn05:hover {
	text-decoration: none;
}
.btn05:active {
	position: relative;
	top: 1px;
}

.qnasend {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;

	font-size:20px;
	text-align: center;
	text-decoration: none;
	padding: .1em 0.2em .1em;
	border:0px;
	width:140px;
	height:50px;
}
.qnasend:hover {
	text-decoration: none;
}
.qnasend:active {
	position: relative;
	top: 1px;
}


.btn06 {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:100px;
	height:32px;
}
.btn06:hover {
	text-decoration: none;
}
.btn06:active {
	position: relative;
	top: 1px;
}

.btn07 {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:127px;
	height:24px;
}
.btn07:hover {
	text-decoration: none;
}
.btn07:active {
	position: relative;
	top: 1px;
}

.btn08 {
	display: inline-block;
	vertical-align:bottom;
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .2em;
	border:0px;
	border-radius: .2em;
	width:55px;
	height:24px;
}
.btn08:hover {
	text-decoration: none;
}
.btn08:active {
	position: relative;
	top: 1px;
}

.minfosearch {
	display: inline-block;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:70px;
	height:30px;
}
.minfosearch:hover {
	text-decoration: none;
}
.minfosearch:active {
	position: relative;
	top: 1px;
}


.orderbtn01 {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	width:130px;
	height:26px;
}
.orderbtn01:hover {
	text-decoration: none;
}
.orderbtn01:active {
	position: relative;
	top: 1px;
}

.orderbtn01 {
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .5em 0.2em .05em 0em;
	border:0px;
	border-radius: .2em;
	width:70px;
	height:20px;
}
.orderbtn01:hover {
	text-decoration: none;
}
.orderbtn01:active {
	position: relative;
	top: 1px;
}

.btnevent {
	display: inline-block;
	vertical-align:middle;
	cursor: pointer;

	font-size:12px;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	width:70px;
	height:20px;
}

.btnreplydelete {
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;

	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:26px;
	height:12px;
}
.btnreplydelete:hover {
	text-decoration: none;
}
.btnreplydelete:active {
	position: relative;
	top: 1px;
}



#node3 {
	margin: 5px 0 0 0;
	width: 100px;
	height: 24px;
	background: url(/resources/img/btn/uploadbtn.png);
	overflow: hidden;
	cursor: pointer;
}

#node3 input[type=file] {
	display: block !important;
	width: 280px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}




.submitbtn01 {
	display: inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:110px; height:35px;
	outline: none;
	cursor: pointer;

	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .1em;
	border:0px;
	border-radius: 5px;
	width:80px;
	height:25px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.submitbtn01:hover {
	text-decoration: none;
}
.submitbtn01:active {
	position: relative;
	top: 1px;
}

.styled-select select {
	height: 32px;
	-webkit-appearance: none;
	margin-top: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	font-size: 12px;
	outline: 0;
	-webkit-appearance: none;
	width: 90px;
	padding: 0 0 0 10px;

}

.styled-file input {
	height: 32px;
	-webkit-appearance: none;
	margin-top: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	font-size: 12px;
	outline: 0;
	-webkit-appearance: none;
	width: 270px;
	padding: 0 0 0 10px;

}

#coupon_code_popup #coupon_code { border: 1px solid #ccc !important;}
.couponcodepopupbtn, .mycouponcheckbtn{
	vertical-align: top;
	padding: 3px 10px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.delcoupon {
	vertical-align:top;
	margin-left:5px;
	width:40px;
	height:22px;
	outline: none;
	cursor: pointer;
	font-size:10px;
	text-align: center;
	text-decoration: none;
	border:1px solid #555;
	margin-bottom:4px;
	position: relative;
}

.zipcodebtn01 {
	vertical-align:top;
	margin-left:5px;
	width:80px;
	height:40px;
	outline: none;
	cursor: pointer;
	font-size:11px;
	font-weight:600;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:0px;
	margin-bottom:4px;
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}

.detailgoicon{display:none;position:relative;}
.detailgoiconbtn01 {
	position:absolute;
	top: -120px;
	left:64px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:140px;
	height:44px;
	outline: none;
	cursor: pointer;
	padding: 10px;
	font-size:18px;
	text-align: center;
	text-decoration: none;
	border:0px;
	margin-bottom:4px;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}

/*
.zipcodebtn01:hover {
  text-decoration: none;
}
.zipcodebtn01:active {
  position: relative;
  top: 0px;
}
*/

.popup_02_btnok {
	vertical-align:top;
	border:0px solid #fff;
	width:440px;
	height:80px;
	color:#fff;
	outline: none;
	cursor: pointer;
	font-size:20px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	font-weight:500;
	/*padding: .2em 0.2em .1em;*/
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.popup_02_btnok:hover {
	text-decoration: none;
}
.popup_02_btnok:active {
	position: relative;
	top: 0px;
}

.popup_02_btnok2 {
	vertical-align:top;
	border:0px solid #fff;
	width:220px;
	height:80px;
	color:#fff;
	outline: none;
	cursor: pointer;
	font-size:20px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	font-weight:500;
	/*padding: .2em 0.2em .1em;*/
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.popup_02_btnok2:hover {
	text-decoration: none;
}
.popup_02_btnok2:active {
	position: relative;
	top: 0px;
}

.popup_03_btnok {
	vertical-align:top;
	border:0px solid #fff;
	width:250px;
	height:60px;
	color:#fff;
	outline: none;
	cursor: pointer;
	font-size:16px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	font-weight:500;
	/*padding: .2em 0.2em .1em;*/
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.popup_03_btnok:hover {
	text-decoration: none;
}
.popup_03_btnok:active {
	position: relative;
	top: 0px;
}

.popup_04_btnok {
	vertical-align:top;
	border:0px solid #fff;
	width:100%;
	height:60px;
	color:#fff;
	outline: none;
	cursor: pointer;
	font-size:16px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	font-weight:500;
	position: relative;
}
.popup_04_btnok:hover {
	text-decoration: none;
}
.popup_04_btnok:active {
	position: relative;
	top: 0px;
}

.projectbtn {
	vertical-align:top;
	margin-left:5px;
	width:100px;
	height:33px;
	outline: none;
	cursor: pointer;
	font-size:14px;
	font-weight:600;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:1px solid e3e3e3;;
	margin-bottom:4px;
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.projectbtn:hover {
	text-decoration: none;
}
.projectbtn:active {
	position: relative;
	top: 0px;
}

.reservebtn {
	vertical-align:top;
	margin-left:5px;
	width:210px;
	height:45px;
	outline: none;
	cursor: pointer;
	font-size:14px;
	font-weight:600;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:1px solid e3e3e3;;
	margin-bottom:4px;
	position: relative;

}
.reservebtn:hover {
	text-decoration: none;
}
.reservebtn:active {
	position: relative;
	top: 1px;
}

.reserveEndbtn {
	vertical-align:top;
	margin-left:5px;
	width:210px;
	height:45px;
	outline: none;
	cursor: pointer;
	font-size:14px;
	font-weight:600;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:1px solid e3e3e3;;
	margin-bottom:4px;
	position: relative;

}


.reserveDbtn {
	vertical-align:top;
	margin-left:5px;
	width:210px;
	height:45px;
	outline: none;
	cursor: pointer;
	font-size:14px;
	font-weight:600;
	text-align: center;
	text-decoration: none;
	/*padding: .2em 0.2em .1em;*/
	border:1px solid e3e3e3;;
	margin-bottom:4px;
	position: relative;
}
.reserveDbtn:hover {
	text-decoration: none;
}
.reserveDbtn:active {
	position: relative;
	top: 1px;
}



.mobilecheck01 {
	vertical-align:top;
	margin-left:5px;
	width:80px;
	height:30px;
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	padding: .2em 0.2em .1em;
	border:0px;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	margin-bottom:6px;
	position: relative;
	/*top: 0px;*/
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.mobilecheck01:hover {
	text-decoration: none;
}
.mobilecheck01:active {
	position: relative;
	top: 0px;
}


.popupclose {
	display: inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:100px;
	height:40px;
	outline: none;
	cursor: pointer;

	font-size:12px;
	text-align: center;
	text-decoration: none;
	padding: .5em 0.2em .1em;
	border:0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:4px;
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.popupclose:hover {
	text-decoration: none;
}
.popupclose:active {
	position: relative;
	top: 1px;
}

.btnfind {
	vertical-align: top;
	margin-left:5px;
	width:90px;
	height:32px;
	outline: none;
	cursor: pointer;

	font-size:12px;
	text-align: center;
	text-decoration: none;
	padding: .5em 0.2em .1em;
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.btnfind:hover {
	text-decoration: none;
}
.btnfind:active {
	position: relative;
	top: 1px;
}



.submitbtn01 {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .1em;
	border:0px;
	border-radius: .2em;
	width:80px;
	height:25px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.submitbtn01:hover {
	text-decoration: none;
}
.submitbtn01:active {
	position: relative;
	top: 1px;
}

.mcheckbtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;

	font-size:16px;
	font-weight:500;
	text-align: center;
	text-decoration: none;
	padding: .3em 0.2em .1em;
	border:0px;
	width:310px;
	height:40px;
	/*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.mcheckbtn:hover {
	text-decoration: none;
}
.mcheckbtn:active {
	position: relative;
	top: 1px;
}

.btnf02c2c {
	color: #ffffff;
	border: solid 1px #f02c2c;
	background: #f02c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f02c2c), to(#f02c2c));
	background: -moz-linear-gradient(top,  #f02c2c,  #f02c2c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02c2c', endColorstr='#f02c2c');
}
.btnf02c2c:hover {
	background: #f02c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f02c2c), to(#f02c2c));
	background: -moz-linear-gradient(top,  #f02c2c,  #f02c2c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02c2c', endColorstr='#f02c2c');
}
.btnf02c2c:active {
	background: #f02c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f02c2c), to(#f02c2c));
	background: -moz-linear-gradient(top,  #f02c2c,  #f02c2c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02c2c', endColorstr='#f02c2c');
}

.btnblack {
	color: #ffffff;
	border: solid 1px #000000;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -moz-linear-gradient(top,  #000000,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
}
.btnblack:hover {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -moz-linear-gradient(top,  #000000,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
}
.btnblack:active {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -moz-linear-gradient(top,  #000000,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');
}


.btngrey {
	color: #ffffff;
	background: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
	background: -moz-linear-gradient(top,  #777,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#777');
}
.btngrey:hover {
	background: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
	background: -moz-linear-gradient(top,  #777,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#777');
}
.btngrey:active {
	background: #777;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#777));
	background: -moz-linear-gradient(top,  #777,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#777');
}

.btngrey02 {
	color: #767676;
	border: solid 1px #bfbfbf;
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #f7f7f7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7');
}
.btngrey02:hover {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.btngrey02:active {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #636363,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}

.btngrey03 {
	color: #ffa406;
	border: solid 1px #bfbfbf;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.btngrey03:hover {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.btngrey03:active {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #636363,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}

.btngrey04 {
	color: #ff0606;
	border: solid 1px #bfbfbf;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.btngrey04:hover {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.btngrey04:active {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #636363,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}

.btngrey05 {
	color: #ffffff;
	border: solid 1px #40b800;
	background: #40b800;
	background: -webkit-gradient(linear, left top, left bottom, from(#40b800), to(#40b800));
	background: -moz-linear-gradient(top,  #40b800,  #40b800);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#40b800', endColorstr='#40b800');
}
.btngrey05:hover {
	background: #3da505;
	background: -webkit-gradient(linear, left top, left bottom, from(#3da505), to(#3da505));
	background: -moz-linear-gradient(top,  #3da505,  #3da505);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3da505', endColorstr='#3da505');
}
.btngrey05:active {
	background: #3da505;
	background: -webkit-gradient(linear, left top, left bottom, from(#3da505), to(#3da505));
	background: -moz-linear-gradient(top,  #3da505,  #3da505);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3da505', endColorstr='#3da505');
}

.btnblue {
	color: #ffffff;
	border: solid 1px #005ea7;
	background: #008bf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#008bf6), to(#008bf6));
	background: -moz-linear-gradient(top,  #008bf6,  #008bf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bf6', endColorstr='#008bf6');
}
.btnblue:hover {
	background: #008bf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#008bf6), to(#008bf6));
	background: -moz-linear-gradient(top,  #008bf6,  #008bf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bf6', endColorstr='#008bf6');
}
.btnblue:active {
	background: #008bf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#008bf6), to(#008bf6));
	background: -moz-linear-gradient(top,  #008bf6,  #008bf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bf6', endColorstr='#008bf6');
}

.btnlogin {
	color: #ffffff;
	background: #e9589a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9589a), to(#e9589a));
	background: -moz-linear-gradient(top,  #e9589a,  #e9589a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9589a', endColorstr='#e9589a');
	cursor: pointer;
	width:390px;
	height:45px;
	border: solid 0px #ff444f;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-size:1.2em;
	font-weight:bold;
}

.btnlogin:hover {
	background: #dd5191;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd5191), to(#dd5191));
	background: -moz-linear-gradient(top,  #dd5191,  #dd5191);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd5191', endColorstr='#dd5191');
}
.btnlogin:active {
	background: #dd5191;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd5191), to(#dd5191));
	background: -moz-linear-gradient(top,  #dd5191,  #dd5191);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd5191', endColorstr='#dd5191');
}



.btnsubmit {
	margin: 7px 0 74px 0;
	color: #ffffff;
	width:350px;
	height:85px;
	font-size:2.4em;
	font-weight:bold;

	background-color: #025bd9;
	background-image: -moz-linear-gradient(top,#21a5ff,#0067ff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#21a5ff),to(#0067ff));
	background-image: -webkit-linear-gradient(top,#21a5ff,#0067ff);
	background-image: -o-linear-gradient(top,#21a5ff,#0067ff);
	background-image: linear-gradient(to bottom,#21a5ff,#0067ff);
	background-repeat: repeat-x;
	border: solid 0px #21a5ff;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/


}
.btnsubmit:hover {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0bcdff),to(#1087ff));
	background-image: -webkit-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -o-linear-gradient(top,#0bcdff,#1087ff);
	background-image: linear-gradient(to bottom,#0bcdff,#1087ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.btnsubmit:active {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0bcdff),to(#1087ff));
	background-image: -webkit-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -o-linear-gradient(top,#0bcdff,#1087ff);
	background-image: linear-gradient(to bottom,#0bcdff,#1087ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}



.btnsubmitblue {
	margin: 7px 0 74px 0;
	cursor: pointer;
	color: #ffffff;
	width:216px;
	height:65px;
	font-size:1.5em;
	font-weight:bold;

	background-color: #025bd9;
	background-image: -moz-linear-gradient(top,#0857a6,#0857a6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0857a6),to(#0857a6));
	background-image: -webkit-linear-gradient(top,#0857a6,#0857a6);
	background-image: -o-linear-gradient(top,#0857a6,#0857a6);
	background-image: linear-gradient(to bottom,#0857a6,#0857a6);
	background-repeat: repeat-x;
	border: solid 0px #21a5ff;
	/*border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px; 
    -webkit-border-radius: 13px 13px 13px 13px; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/


}
.btnsubmitblue:hover {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#1f89f2),to(#1f89f2));
	background-image: -webkit-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: -o-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: linear-gradient(to bottom,#1f89f2,#1f89f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.btnsubmitblue:active {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0bcdff),to(#1087ff));
	background-image: -webkit-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -o-linear-gradient(top,#0bcdff,#1087ff);
	background-image: linear-gradient(to bottom,#0bcdff,#1087ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btnsubmitblue {
	margin: 7px 0 74px 0;
	cursor: pointer;
	color: #ffffff;
	width:216px;
	height:65px;
	font-size:1.5em;
	font-weight:bold;

	background-color: #025bd9;
	background-image: -moz-linear-gradient(top,#0857a6,#0857a6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0857a6),to(#0857a6));
	background-image: -webkit-linear-gradient(top,#0857a6,#0857a6);
	background-image: -o-linear-gradient(top,#0857a6,#0857a6);
	background-image: linear-gradient(to bottom,#0857a6,#0857a6);
	background-repeat: repeat-x;
	border: solid 0px #21a5ff;
	/*border-radius: 13px 13px 13px 13px;
    -moz-border-radius: 13px 13px 13px 13px; 
    -webkit-border-radius: 13px 13px 13px 13px; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/


}
.btnsubmitblue:hover {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#1f89f2),to(#1f89f2));
	background-image: -webkit-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: -o-linear-gradient(top,#1f89f2,#1f89f2);
	background-image: linear-gradient(to bottom,#1f89f2,#1f89f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.btnsubmitblue:active {
	background-color: #0bcdff;
	background-image: -moz-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0bcdff),to(#1087ff));
	background-image: -webkit-linear-gradient(top,#0bcdff,#1087ff);
	background-image: -o-linear-gradient(top,#0bcdff,#1087ff);
	background-image: linear-gradient(to bottom,#0bcdff,#1087ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}


.btnsnslogin {
	width:440px;
	height:80px;
	font-size:18px;
	/*
    font-weight:bold;
    */
	cursor: pointer;
	background-repeat: repeat-x;
	/*
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;
    */

}

.btnsnslogin_01 {
	width:360px;
	height:64px;
	font-size:20px;
	/*
    font-weight:bold;
    */
	cursor: pointer;
	background-repeat: repeat-x;
	text-align:left;
	padding-left: 60px;
	position:relative;
	/*
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;
    */
}
.btnsnslogin_01 .snsicon{
	position:absolute;
	width:26px;
	left:24px;
	top:18px;
}
.btnsnslogin_01 .snsarrow{
	position:absolute;
	width:12px;
	right:24px;
	top:18px;
}

.btnsubmit01 {
	width:250px;
	height:65px;
	font-size:20px;
	font-weight:700;
	/*
    font-weight:bold;
    */
	cursor: pointer;
	background-repeat: repeat-x;
	/*
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;
    */

}

.btnsubmit01_100p {
	width:100%;
	height:65px;
	font-size:20px;
	font-weight:700;
	/*
    font-weight:bold;
    */
	cursor: pointer;
	background-repeat: repeat-x;
	/*
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    */

}

.btnsubmit01_1 {
	width:320px;
	height:50px;
	font-size:18px;
	cursor: pointer;
	background-repeat: repeat-x;
}

.btnsubmit02 {
	margin: 30px 0 40px 0;
	width:150px;
	height:50px;
	font-size:1.2em;
	font-weight:bold;
	cursor: pointer;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}

.btngiftpoint01 {
	width:240px;
	height:40px;
	font-size:14px;
	font-weight:700;
	/*
    font-weight:bold;
    */
	cursor: pointer;
	background-repeat: repeat-x;
	/*
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;
    */

}

.detailCallbox {
	margin: 20px 0 74px 0;
	width:92px;
	height:43px;
	font-size:1.0em;
	font-weight:bold;
	cursor: pointer;
	background-repeat: repeat-x;

}

.btnpink {
	color: #494949;
	border: solid 1px #dadada;
	border-top: solid 3px #ea62a0;
	background: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #fdfdfd,  #f6f6f6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f6f6f6');
}
.btnpink:hover {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.btnpink:active {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #636363,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}

.btnpink2 {
	color: #ffffff;
	border: solid 1px #6426c8;
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}
.btnpink2_border {
	color: #6426c8;
	border: solid 1px #6426c8;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
}
/*
.btnpink2:hover {
  background: #ea62a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea62a0), to(#ea62a0));
  background: -moz-linear-gradient(top,  #ea62a0,  #ea62a0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea62a0', endColorstr='#ea62a0');
}
.btnpink2:active {
  background: #ea62a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea62a0), to(#ea62a0));
  background: -moz-linear-gradient(top,  #636363,  #ea62a0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea62a0', endColorstr='#ea62a0');
}
*/

.btnred3 {
	color: #ffffff;
	border: solid 1px #e82a3c;
	background: #e82a3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e82a3c), to(#e82a3c));
	background: -moz-linear-gradient(top,  #e82a3c,  #e82a3c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82a3c', endColorstr='#e82a3c');
}
.btnred3:hover {
	background: #e82a3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e82a3c), to(#e82a3c));
	background: -moz-linear-gradient(top,  #e82a3c,  #e82a3c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82a3c', endColorstr='#e82a3c');
}
.btnred3:active {
	background: #e82a3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e82a3c), to(#e82a3c));
	background: -moz-linear-gradient(top,  #e82a3c,  #e82a3c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82a3c', endColorstr='#e82a3c');
}

.btnpuple {
	color: #ffffff;
	border: solid 1px #6426c8;
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}
.btnpuple:hover {
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}
.btnpuple:active {
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}



.btnorange {
	color: #ffffff;
	border: solid 1px #fa7f02;
	background: #fa7f02;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa7f02), to(#fa7f02));
	background: -moz-linear-gradient(top,  #fa7f02,  #fa7f02);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7f02', endColorstr='#fa7f02');
}
.btnorange:hover {
	background: #fa7f02;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa7f02), to(#fa7f02));
	background: -moz-linear-gradient(top,  #fa7f02,  #fa7f02);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7f02', endColorstr='#fa7f02');
}
.btnorange:active {
	background: #fa7f02;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa7f02), to(#fa7f02));
	background: -moz-linear-gradient(top,  #fa7f02,  #fa7f02);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7f02', endColorstr='#fa7f02');
}

.btngreen {
	color: #494949;
	border: solid 1px #dadada;
	border-top: solid 3px #40b800;
	background: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #fdfdfd,  #f6f6f6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f6f6f6');
}
.btngreen:hover {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #f3f3f3,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}
.btngreen:active {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #636363,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3');
}

.btnwhite {
	color: #000;
	border: solid 1px #777;
	background: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.btnwhite:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.btnwhite:active {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}

.btnskin {
	color: #333333;
	border: solid 1px #333333;
	background: #fef9d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fef9d3), to(#fef9d3));
	background: -moz-linear-gradient(top,  #fef9d3,  #fef9d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef9d3', endColorstr='#fef9d3');
}
.btnskin:hover {
	background: #fef9d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fef9d3), to(#fef9d3));
	background: -moz-linear-gradient(top,  #fef9d3,  #fef9d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef9d3', endColorstr='#fef9d3');
}
.btnskin:active {
	background: #fef9d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fef9d3), to(#fef9d3));
	background: -moz-linear-gradient(top,  #fef9d3,  #fef9d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef9d3', endColorstr='#fef9d3');
}


.btnkakao {
	color: #3d1a20;
	border: solid 0px #3d1a20;
	background: #fae101;
	background: -webkit-gradient(linear, left top, left bottom, from(#fae101), to(#fae101));
	background: -moz-linear-gradient(top,  #fae101,  #fae101);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae101', endColorstr='#fae101');
}
.btnkakao img{ position:relative; vertical-align:middle; top:-2px;  padding-right:5px;}
.btnkakao:hover {
	background: #fae101;
	background: -webkit-gradient(linear, left top, left bottom, from(#fae101), to(#fae101));
	background: -moz-linear-gradient(top,  #fae101,  #fae101);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae101', endColorstr='#fae101');
}
.btnkakao:active {
	background: #fae101;
	background: -webkit-gradient(linear, left top, left bottom, from(#fae101), to(#fae101));
	background: -moz-linear-gradient(top,  #fae101,  #fae101);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae101', endColorstr='#fae101');
}

.btnnaver {
	display:block;
	color: #ffffff !important;
	border: solid 1px #1dc600;
	background: #1dc600;
	background: -webkit-gradient(linear, left top, left bottom, from(#1dc600), to(#1dc600));
	background: -moz-linear-gradient(top,  #1dc600,  #1dc600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc600', endColorstr='#1dc600');
}
.btnnaver img{ position:relative; vertical-align:middle; top:-2px; padding-right:5px;}
.btnnaver:hover {
	background: #1dc600;
	background: -webkit-gradient(linear, left top, left bottom, from(#1dc600), to(#1dc600));
	background: -moz-linear-gradient(top,  #1dc600,  #1dc600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc600', endColorstr='#1dc600');
}
.btnnaver:active {
	background: #1dc600;
	background: -webkit-gradient(linear, left top, left bottom, from(#1dc600), to(#1dc600));
	background: -moz-linear-gradient(top,  #1dc600,  #1dc600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc600', endColorstr='#1dc600');
}
a.btnnaver{ line-height:80px;}

.btnsns_default {
	border: solid 1px #ddd;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
.btnfacebook {
	color: #ffffff;
	border: solid 1px #3a5a9a;
	background: #3a5a9a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5a9a), to(#3a5a9a));
	background: -moz-linear-gradient(top,  #3a5a9a,  #3a5a9a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5a9a', endColorstr='#3a5a9a');
}
.btnfacebook img{ position:relative; vertical-align:middle; top:-2px; padding-right:5px;}
.btnfacebook:hover {
	background: #3a5a9a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5a9a), to(#3a5a9a));
	background: -moz-linear-gradient(top,  #3a5a9a,  #3a5a9a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5a9a', endColorstr='#3a5a9a');
}
.btnfacebook:active {
	background: #3a5a9a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a5a9a), to(#3a5a9a));
	background: -moz-linear-gradient(top,  #3a5a9a,  #3a5a9a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5a9a', endColorstr='#3a5a9a');
}

#btngoogle {
	display: inline-block;
	width:440px;
	height:78px;
	line-height:78px;
	font-size:22px;
	text-align:center;
	color: #ffffff;
	border: solid 1px #4285f4;
	background: #4285f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4));
	background: -moz-linear-gradient(top,  #4285f4,  #4285f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285f4', endColorstr='#4285f4');
}
#btngoogle img{ position:relative; vertical-align:middle; top:-2px; padding-right:5px;}
#btngoogle:hover {
	background: #4285f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4));
	background: -moz-linear-gradient(top,  #4285f4,  #4285f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285f4', endColorstr='#4285f4');
}
#btngoogle:active {
	background: #4285f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4));
	background: -moz-linear-gradient(top,  #4285f4,  #4285f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285f4', endColorstr='#4285f4');
}

.btnmainsite {
	color: #ffffff;
	border: solid 1px #6426c8;
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}
.btnmainsite img{ position:relative; vertical-align:middle; top:-2px; padding-right:5px;}
.btnmainsite:hover {
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}
.btnmainsite:active {
	background: #6426c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#6426c8), to(#6426c8));
	background: -moz-linear-gradient(top,  #6426c8,  #6426c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6426c8', endColorstr='#6426c8');
}



.btnred {
	color: #ffffff;
	border: solid 1px #fa8e26;
	background: #fa8e26;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa8e26), to(#fa8e26));
	background: -moz-linear-gradient(top,  #fa8e26,  #fa8e26);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8e26', endColorstr='#fa8e26');
}
.btnred:hover {
	background: #f78312;
	background: -webkit-gradient(linear, left top, left bottom, from(#f78312), to(#f78312));
	background: -moz-linear-gradient(top,  #f78312,  #f78312);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78312', endColorstr='#f78312');
}
.btnred:active {
	background: #f78312;
	background: -webkit-gradient(linear, left top, left bottom, from(#f78312), to(#f78312));
	background: -moz-linear-gradient(top,  #f78312,  #f78312);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78312', endColorstr='#f78312');
}

.btnsky {
	color: #ffffff;
	border: solid 1px #2fb6bc;
	background: #2fb6bc;
	background: -webkit-gradient(linear, left top, left bottom, from(#2fb6bc), to(#2fb6bc));
	background: -moz-linear-gradient(top,  #ff434f,  #ff434f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2fb6bc', endColorstr='#2fb6bc');
}
.btnsky:hover {
	background: #0cbec6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0cbec6), to(#0cbec6));
	background: -moz-linear-gradient(top,  #0cbec6,  #0cbec6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cbec6', endColorstr='#0cbec6');
}
.btnsky:active {
	background: #0cbec6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0cbec6), to(#0cbec6));
	background: -moz-linear-gradient(top,  #0cbec6,  #0cbec6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cbec6', endColorstr='#0cbec6');
}



/** 버튼관련 **/

.step01 {color:#7d7e84;} /*신청완료*/
.step02 {color:#7d7e84;} /*접수완료*/
.step03 {color:#7d7e84;} /*개통준비*/
.step04 {color:#6fc51a; font-weight : bold; } /*개통완료*/
.step08 {color:#fd5804;} /*접수취소*/
.step09 {color:#fd5804; font-weight : bold; } /*개통취소*/
.step-01 {color:#3784aa;} /*보완대기*/

/** 카운트 다운 **/
.cell {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#holder {
	width: 603px;
	height: 383px;
	margin: auto;
}

.cntSeparator { display: none; }

.cntDigit {
	margin-top: 148px !important;
}

.cntDigit#cnt_0 { margin-left: 52px; }
.cntDigit#cnt_2 { margin-left: 7px; }
/** 카운트 다운 **/

.alertment01 { padding: 10px 0; color:#e50000; font-size:12px; line-height:18px;} /*보완대기*/
.alertment04 { padding: 0 0 0 0; color:#e50000;}
.alertment02 { padding: 10px 0 0 0; color:#3784aa;} /*보완대기*/
.alertment03 { padding: 3px 0 0 0; color:#3784aa;} /*보완대기*/


#idchecktext { padding: 0 0 0 10px;}

.ssong_addpopup_text2 {padding-top:10px; height:20px; vertical-align: middle;}

.buyinfoes { }
.buyinfoes h2{padding: 40px 0 10px 0;}
.buyinfoes h2:first-child{padding: 20px 0 10px 0;}
.buyinfoes ul{ list-style:none;  margin:0; padding:0; line-height: 1.5em; }
.buyinfoes ul li{ margin: 0;padding: 2px 0 2px 0;}
.buyinfoes ul li .strong{ font-weight: bold; color:#d20202; }

.fullgiftimg {
	background-color: #544141;
	position: absolute;
	left: 0px;
	top: 1150px;

}

.fullmaingiftimg {
	background-color: #544141;
	position: absolute;
	left: 0px;
	top: 1350px;
	height: 800px;

}

.ongajokTR { display: none;}
.jangaeinTR { display: none;}
.ongajokTR2 { display: none;}
.jangaeinTR2 { display: none;}

.couponbox {
	margin-top:40px;
	height:100%; text-align:center;
	background-color:#f3f3f3;
	padding:30px;
	font-size:16px;
}
.couponbox .titlebox{
	font-size: 22px;
	background-color:#fff;
	text-align:center;
	font-size:30px;
	padding:45px;
}
.couponbox .titlebox2{
	width:100%;
	font-size: 39px;
	color: #6426c8;
}
.alertbox { height:100%;padding:30px;background-color:#fef3f3;overflow:hidden;}
.alertbox ul{ margin:0; padding:0;}
.alertbox ul li{float:left; padding-left:30px;}
.alertbox ul li.alerticon{ padding:0 50px 0 30px;}

.detail_main_over {display:none; z-index: 1; text-align:center;
	line-height:403px; font-size:12px; font-weight:bold;color:#ffffff;
}
.topimgclose {
	position: absolute;
	left: 1070px;
	top: -60px;
}

#comparechoicebox{
	display:none;
	position: fixed;
	bottom:10px;
	left:50%;
	margin-left:50px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
#comparebox {
	/*display: none;*/
	height: 640px;
	position: fixed;
	z-index:100;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-480px;
}
.comparetobtn {
	width:100%; margin:0 auto; text-align: center;
	z-index:101;
	position: relative;
	top: 1px;
}
.compareitemlist{overflow: hidden; vertical-align:middle; }
.compareitemlist ul {list-style:none;   margin:0;   padding:0 0 0 0;}
.compareitemlist li {padding:0; float:left; position:relative;}
.compareitemlist li ul li {padding:0 10px 0 0; float:left; position:relative;}
.compareitemlist .title {padding:15px 110px 0 0; vertical-align:middle;}
.compareitemlist li .itemimg {border: 1px solid #e3e3e3; }

.comparecheck {
	position:relative; z-index:2;
}

.compareitemclose{
	position: absolute;
	top: 8px;
	right: 18px;
	cursor: pointer;
	display:none;
}

.cbox1{ width:147px; overflow: hidden; background-color:#f3f3f3; font-weight:300; color:#000; display:table;}
.cbox1 ul {list-style:none;   margin:0; height:68px;padding:0 0 0 0;border-left:0px solid #e3e3e3;border-bottom:1px dotted #e3e3e3; }
.cbox1 ul:first-child {border-top:2px solid #000;border-left:0px solid #e3e3e3;border-bottom:1px solid #000; height:230px;}
.cbox1 li {margin:0; padding:0 0 0 20px; font-size:16px;
	color:#000;
	text-align:left;
	line-height:22px;
}
.cbox1 li span{
	display:table-cell;
	height:68px;
	vertical-align:middle;
}
.cbox1 li.totalarea {
	border-bottom:1px solid 000;
}
.cbox1 .title {padding:15px 110px 0 0; vertical-align:middle;}
.cbox1 li .itemimg {border: 1px solid #e3e3e3; }

.comparetb {width:100%; padding:10px 0 10px 0; }
.comparetb ul {list-style:none; margin:0; padding:0; }
.comparetb ul li{ font-size:16px; color:#000;}
.modelnickname1{ font-weight:500; text-overflow: ellipsis; overflow:hidden;}
.modelnickname2{ font-weight:500; text-overflow: ellipsis; overflow:hidden;}
.modelnickname3{ font-weight:500; text-overflow: ellipsis; overflow:hidden; }

.compareitembox1{ width:196px; overflow: hidden; font-size:16px;display:table; }
.compareitembox1 ul {list-style:none;   margin:0; height:68px;padding:0 0 0 0;border-left:1px solid #e3e3e3;border-bottom:1px dotted #e3e3e3;}
.compareitembox1 ul:first-child {border-top:2px solid #000;border-bottom:1px solid #000; height:230px;}
.compareitembox1 ul li {display:table-cell;margin:0; padding: 0 20px 0 20px; height:68px;text-align:center;width:186px; vertical-align:middle;}
.compareitembox1 .center{
	margin:0; padding: 0 0 0 0;
	text-align:center;
}
.compareitembox1 .totalarea {
	margin:0;
	text-align:right;
	line-height:22px;
	font-size: 16px;
	font-weight: bold;
}

.compareitembox1 li:first-child {}
.compareitembox1 .title {padding:15px 110px 0 0; vertical-align:middle;}
.compareitembox1 li .itemimg {border: 1px solid #e3e3e3; }

.compareitembox2{ width:196px; overflow: hidden; }
.compareitembox2 ul {list-style:none;   margin:0; height:68px;padding:0 0 0 0;border-left:1px solid #e3e3e3;border-bottom:1px dotted #e3e3e3;}
.compareitembox2 ul:first-child {border-top:2px solid #000;border-bottom:1px solid #000; height:230px;}
.compareitembox2 ul:last-child {border-top:3px solid #e3e3e3;border-left:1px solid #e3e3e3;border-bottom:3px solid #e3e3e3; height:70px;}
.compareitembox2 li {margin:0 0 8px 10px; padding: 0 0 0 0; }
.compareitembox2 .center{
	margin:0 0 8px 10px; padding: 0 0 0 0;
	text-align:center;
	line-height:45px;
	vertical-align: middle;
}
.compareitembox2 .totalarea {margin:13px 15px 8px 10px;
	text-align:right;
	line-height:22px;
	font-size: 16px;
	font-weight: bold;
}
.compareitembox2 li:first-child {}
.compareitembox2 .title {padding:15px 110px 0 0; vertical-align:middle;}
.compareitembox2 li .itemimg {border: 1px solid #e3e3e3; }

.compareitembox3{ width:196px; overflow: hidden; }
.compareitembox3 ul {list-style:none;   margin:0; height:68px;padding:0 0 0 0;border-left:1px solid #e3e3e3;border-bottom:1px dotted #e3e3e3;}
.compareitembox3 ul:first-child {border-top:2px solid #000;border-bottom:1px solid #000; height:230px;}
.compareitembox3 ul:last-child {border-top:3px solid #e3e3e3;border-left:1px solid #e3e3e3;border-bottom:3px solid #e3e3e3; height:70px;}
.compareitembox3 li {margin:0 0 8px 10px; padding: 0 0 0 0; }
.compareitembox3 .center{
	margin:0 0 8px 10px; padding: 0 0 0 0;
	text-align:center;
	line-height:45px;
	vertical-align: middle;
}
.compareitembox3 .totalarea {margin:13px 15px 8px 10px;
	text-align:right;
	line-height:22px;
	font-size: 16px;
	font-weight: bold;
}
.compareitembox3 .title {padding:15px 110px 0 0; vertical-align:middle;}
.compareitembox3 li .itemimg {border: 1px solid #e3e3e3; }

/*spinner*/
.cssload-fond{
	position:absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
}
.cssload-container-general
{
	animation:cssload-animball_two 2.05s infinite;
	-o-animation:cssload-animball_two 2.05s infinite;
	-ms-animation:cssload-animball_two 2.05s infinite;
	-webkit-animation:cssload-animball_two 2.05s infinite;
	-moz-animation:cssload-animball_two 2.05s infinite;
	width:31px; height:31px;
}
.cssload-internal
{
	width:31px; height:31px; position:absolute;
}
.cssload-ballcolor
{
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4
{
	position: absolute;
	animation:cssload-animball_one 2.05s infinite ease;
	-o-animation:cssload-animball_one 2.05s infinite ease;
	-ms-animation:cssload-animball_one 2.05s infinite ease;
	-webkit-animation:cssload-animball_one 2.05s infinite ease;
	-moz-animation:cssload-animball_one 2.05s infinite ease;
}
.cssload-ball_1
{
	background-color:rgb(240,111,106);
	top:0; left:0;
}
.cssload-ball_2
{
	background-color:rgb(233,88,153);
	top:0; left:17px;
}
.cssload-ball_3
{
	background-color:rgb(64,184,0);
	top:17px; left:0;
}
.cssload-ball_4
{
	background-color:rgb(151,191,13);
	top:17px; left:17px;
}





@keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:8px; left:8px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-o-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:8px; left:8px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-ms-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:8px; left:8px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-webkit-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:8px; left:8px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-moz-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:8px; left:8px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@keyframes cssload-animball_two
{
	0%{transform:rotate(0deg) scale(1);}
	50%{transform:rotate(360deg) scale(1.3);}
	100%{transform:rotate(720deg) scale(1);}
}

@-o-keyframes cssload-animball_two
{
	0%{-o-transform:rotate(0deg) scale(1);}
	50%{-o-transform:rotate(360deg) scale(1.3);}
	100%{-o-transform:rotate(720deg) scale(1);}
}

@-ms-keyframes cssload-animball_two
{
	0%{-ms-transform:rotate(0deg) scale(1);}
	50%{-ms-transform:rotate(360deg) scale(1.3);}
	100%{-ms-transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes cssload-animball_two
{
	0%{-webkit-transform:rotate(0deg) scale(1);}
	50%{-webkit-transform:rotate(360deg) scale(1.3);}
	100%{-webkit-transform:rotate(720deg) scale(1);}
}

@-moz-keyframes cssload-animball_two
{
	0%{-moz-transform:rotate(0deg) scale(1);}
	50%{-moz-transform:rotate(360deg) scale(1.3);}
	100%{-moz-transform:rotate(720deg) scale(1);}
}



.tbannerdownbtn{position: relative;	top:-40px;	left: 195px;}
.tbannerupbtn{position: relative;	top:-25px;	left: 189px;}

/*.giftupbtn{position: relative;	top:-32px;	left: 105px;}
.giftdownbtn{position: relative;	top:-22px;	left: 96px;}*/

#vertical-ticker{
	height:22px;
	overflow:hidden;
	margin:0; padding:0;
}

#vertical-ticker li{
	padding:5px 4px;
	display:block;
	color:#333;
}


#vertical-ticker .communitynew1{
	display: inline-block;
	width: 275px;
	padding-left:10px;
}

#vertical-ticker .communitynew2{
	display: inline-block;
	width: 70px;
	font-weight: bold;
	text-align:right;
	padding-right:10px;
}

#vertical-ticker .communitynew3{
	display: inline-block;
	width: 70px;
	text-align:right;
}


#vertical-ticker2{
	height:22px;
	overflow:hidden;
	margin:0; padding:0;
}

#vertical-ticker2 li{
	padding:5px 4px;
	display:block;
	color:#333;
}

#vertical-ticker2 .communitynew4{
	display: inline-block;
	width: 250px;
	padding-left:10px;
}

#vertical-ticker .reviewpoint{
	display: inline-block;
	width: 80px;
	font-weight: bold;
	text-align:right;
	position: relative;
	top:-3px;
}

.reviewupbtn{
	position: relative;
	top: -18px;
	left: 572px;
}
.reviewdownbtn{
	position: relative;
	top: -28px;
	left: 578px;
}

.notiupbtn{
	position: relative;
	top: -18px;
	left: 1022px;
}
.notidownbtn{
	position: relative;
	top: -28px;
	left: 1028px;
}

.text_12 {
	font-size:11px;
}

.catetitlebar { padding: 40px 0 20px 0;}

div#select_box {
	position: relative;
	top:11px;
	width: 100px;
	height: 28px;
	/*background: url(/resources/img/201/select_btn_icon.jpg) 0px left no-repeat; /* 화살표 이미지 */
}
div#select_box label {
	position: absolute;
	font-size: 14px;
	color: #666666;
	top: -10px;
	left: 12px;
	letter-spacing: 1px;
}
div#select_box select {
	position: absolute;
	width: 100%;
	height: 25px;
	min-height: 28px;
	line-height: 28px;
	padding: 0 0px;
	opacity: 0;
	filter: alpha(opacity=0); /* IE 8 */
}

div#select_box2 {
	position: relative;
	top:11px;
	width: 180px;
	height: 28px;
}
div#select_box2 label {
	position: absolute;
	font-size: 14px;
	width: 180px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color: #666666;
	top: -10px;
	left: 12px;
	letter-spacing: 1px;
}
div#select_box2 select {
	position: absolute;
	width: 100%;
	height: 25px;
	min-height: 28px;
	line-height: 28px;
	padding: 0 0px;
	opacity: 0;
	filter: alpha(opacity=0); /* IE 8 */
}

div#select_box3 {
	position: relative;
	top:11px;
	width: 130px;
	height: 28px;
	/* background: url(/resources/img/201/select_btn_icon.jpg) 112px center no-repeat; /* 화살표 이미지 */*/
}
div#select_box3 label {
	position: absolute;
	font-size: 12px;
	color: #666666;
	top: -10px;
	left: 12px;
	letter-spacing: 1px;
}
div#select_box3 select {
	position: absolute;
	width: 100%;
	height: 25px;
	min-height: 28px;
	line-height: 28px;
	padding: 0 0px;
	opacity: 0;
	filter: alpha(opacity=0); /* IE 8 */
}


.reviewtop3 {
	width:1440px;
	padding: 50px;
	border: 1px solid #e3e3e3;
	overflow:auto;
}
.reviewitems { width:100%; }   /* board의 오른쪽 top*/
.reviewitems ul {margin:0;padding:0;list-style:none;}
.reviewitems li { border:1px solid #e3e3e3; padding:0;float: left; vertical-align:middle; margin-left:31px;}
.reviewitems li:first-child { margin:0;}
.reviewitems li .reviewcontents { width:308px;margin:0; padding: 30px 20px; height:480px; background:#f7f7f7; color:#666666;font-size:14px; position:relative; }
.reviewitems li .reviewcontents .mainimg{ width:268px; height:178px; border:1px solid #e3e3e3; background:#fbeeeb;overflow:hidden; }
.reviewitems li .reviewcontents .mainimg img{ width:268px; height:178px; }
.reviewitems li .reviewcontents .mainbesticon{ position: relative;}
.reviewitems li .reviewcontents .mainbesticon img{ position: absolute; top:-9px;}
.reviewitems li .reviewcontents .maintitle{ font-weight:bold; font-size:16px; margin-top: 20px;padding:5px;}
.reviewitems li .reviewcontents .mainsub{  margin:0; line-height:10px;; vertical-align:middle;padding:5px;}
.reviewitems li .reviewcontents .mainsub span{float:right;}
.reviewitems li .reviewcontents .maincontents{ width:100%; max-height: 140px; height:140px; overflow:hidden; margin:0; line-height:20px; vertical-align:middle;padding:9px 5px 5px 5px;}
.reviewitems li .reviewcontents .maincontents_more{ position: absolute; bottom: 15px;   line-height:19px; vertical-align:middle;padding:5px; color:#fa8e26 !important;text-decoration: underline;}
.reviewitems li .reviewmodel { margin:0; padding: 20px 10px 16px 10px; height:100px;}

.main_reviewcontents { margin:0; padding:0; height:190px; color:#777;}
.main_reviewcontents ul{ margin:0; padding:0;list-style:none; }
.main_reviewcontents ul li{ foat:left; }
.main_reviewcontents ul li:first-child{width:142px; float:left; }
.main_reviewcontents ul li:last-child{width:175px;float:right;}
.main_reviewcontents .mainimg{}
.main_reviewcontents .mainimg img{ width:142px; height:190px; }
.main_reviewcontents .mainbesticon img{}
.main_reviewcontents .maintitle{ font-size:16px; margin-top: 20px; color:#000;height:22px; overflow:hidden;}
.main_reviewcontents .mainwriter{font-size:13px; margin-top: 10px; margin-bottom: 10px;}
.main_reviewcontents .mainsub{  margin:0; line-height:10px;; vertical-align:middle;}
.main_reviewcontents .mainsub span{float:right;}
.main_reviewcontents .maincontents{ height:98px; overflow:hidden; padding:10px 0 0 0;border-top:1px solid #cacaca; line-height:20px;}


.searchend_bar {
	width:1048px; height:60px;line-height:60px; background-color:#fefaf6; border: 1px solid #e3e3e3;
	margin-bottom:10px; text-align:center;vertical-align:middle;
	font-size:13px;
}
.searchend_bar span {color: #e9589a;font-weight: bold;}
.orderidform {
	margin-top:5px;
	color:#6426c8;
	letter-spacing:-0.5px;;
	letter-spacing:-1px;
}

.ratelists a:link {text-decoration: none; color: #398aa8;}
.ratelists a:visited {text-decoration: none; color: #398aa8;}
.ratelists a:active {text-decoration: none; color: #398aa8;}
.ratelists a:hover {text-decoration: none; color: #e9589a;}

.onlineorder01 { overflow:hidden; width:100%; margin:0 0 20px 0; padding:0;
	border-bottom:1px solid #999999; }
.onlineorder01 ul{ list-style:none; margin:0; padding:0; border-bottom:1px solid #e6e6e6;}
.onlineorder01 ul:first-child{height:64px; line-height:30px; padding-left: 20px;}
.onlineorder01 ul:after{display:block; clear:both; content:""}
.onlineorder01 .viewli{background-color:#ffffff !important; color: #777777;}
.onlineorder01 ul li{ width:890px; margin: 15px 0 13px 0 ; text-align:left; float:left; }
.onlineorder01 ul .center{ margin:20px  0 0 30px; }
.onlineorder01 span{ color: #777777; font-weight:100;}

.onlineorder01 .tb_sty01{width:790px; border-top:2px solid #bfbbb6; border-bottom:none; border-left:none;}
.onlineorder01 .tb_sty01 tbody th{
	border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;
	background-color:#faf6ed;
	width: 140px;
	padding:5px 10px 5px 10px;
}
.onlineorder01 .tb_sty01 tbody td{height: 28px; padding:3px 10px 3px 10px; border-bottom:1px solid #e5e5e5; text-align:left;}
.onlineorder01 .tb_sty01 .check { vertical-align:middle; padding-left:5px;}
.onlineorder01 .tb_sty01 input[type=text] { height:24px;}

.onlinesubmitbtn {
	width:140px;
	height:40px;
	font-size:1.1em;
	font-weight:bold;
	cursor: pointer;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}

.onlinesubmitbtn100p {
	width:100%;
	height:60px;
	font-size:1.1em;
	font-weight:bold;
	cursor: pointer;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}
.btnorder {
	color: #ffffff;
	border: solid 1px #f55500;
	background: #ff7a13;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7a13), to(#f56301));
	background: -moz-linear-gradient(top,  #ff7a13,  #f56301);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56301', endColorstr='#f56301');
}
.btnorder:hover {
	background: ##f56301;
	background: -webkit-gradient(linear, left top, left bottom, from(#f56301), to(#f56301));
	background: -moz-linear-gradient(top,  #f56301,  #f56301);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56301', endColorstr='#f56301');
}
.btnorder:active {
	background: ##f56301;
	background: -webkit-gradient(linear, left top, left bottom, from(#f56301), to(#f56301));
	background: -moz-linear-gradient(top,  #f56301,  #f56301);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56301', endColorstr='#f56301');
}
.inputboxcheck2 { width:770px; padding: 10px 10px 0 10px; line-height:20px; }
.inputboxcheck2 span{ color: #777777; font-weight:100;}

/*카드 업데이트*/

/*
#cardview label {margin:0 !important;padding:0;}
.cardlists ul {	margin:0;padding:10px 0 10px 0;list-style:none;}
.cardlists li { float:left; width:370px;}
.cardtable{border:1px solid #d6d6d6; width:320px; height:100px;}
.cardtable td{ padding: 5px 10px 3px 10px; line-height: 16px; }
.cardtable .title { font-size: 13px; background-color:#f0f0f0; padding: 5px 10px 3px 10px; width:200px; text-align: left;}
.cardtable .title .card_detail{ font-size:12px; font-weight:100; }
.cardtable .card_img{ border-right:1px solid #d6d6d6; }
.cardtable .card_img img{padding:10px 13px 10px 15px; }
.card_text_area {
	border:1px solid #d6d6d6;
	border-radius: 5px 5px 5px 5px; 
	background-color:#f9f9f9;
	height: 24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	overflow: hidden; 
}
.card_text{
	display:inline-block; 
	width:160px; 
}
*/
/*
#inetview label {margin:0 !important; border:1px solid #d6d6d6; 
	padding:8px 10px 0 10px; width:260px; display: block; float:right; background-color:#f6f6f6;
}
.inetlists ul {	margin:0;padding:5px 0 5px 0;list-style:none;}
.inetlists ul:first-child {padding-top::10px;}
.inetlists li { float:left; width:310px;}
.inetlists { width:340px; height:100px;}
.inetlists td{ padding: 5px 10px 3px 10px; line-height: 16px; }
.inetlists .title { font-size: 13px; background-color:#f0f0f0; padding: 5px 10px 3px 10px; width:260px; text-align: left;}
.inetlists .title .card_detail{ font-size:12px; font-weight:100; }
.inetlists .card_img{ border-right:1px solid #d6d6d6; }
.inetlists .card_img img{padding:10px 13px 10px 15px; }
*/
.card_text_area {
	border:1px solid #d6d6d6;
	border-radius: 5px 5px 5px 5px;
	background-color:#f9f9f9;
	height: 24px;
	line-height:24px;
	padding: 0 10px 0 10px;
	overflow: hidden;
}
.card_text{
	display:inline-block;
	width:160px;
}
.all_dis_price_area {
	line-height: 42px; vetiral-align:middle;height:42px;font-size:14px;
	font-weight:bold; background-color:#ffeef6;
	border-top:1px solid #ea62a0;
	border-bottom:1px solid #ea62a0;
}


.costdown_detail {
	position:absolute;
}
.costdown_detail .position {
	position:relative;
	left:210px;
	top:-20px;
	width:85px;
	height:55px;
	overflow-x:hidden;overflow-y:hidden;
	background: url('/resources/img/201/costdown_bg.png') no-repeat;
	background-size:80px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
.costdown_detail .position .costdownpercent {
	line-height:40px;
	vertical-align:middle;

	font-weight: bold;
	font-size: 26px;
}
.costdown_detail .listposition {
	position:relative;
	left:140px;
	top:220px;
	width:85px;
	height:76px;
	overflow-x:hidden;overflow-y:hidden;
	background: url('/resources/img/201/costdown_bg2.png') no-repeat;
	background-size:80px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}
.costdown_detail .listposition .costdownpercent {
	line-height:70px;
	vertical-align:middle;
	margin-top:10px;
	font-weight: bold;
	font-size: 24px;
}

#topbanners {
	height:120px;
	padding: 0 0 0 100px;
}
#topbanners .carousel {
	width: 235px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
#topbanners .carousel ul {
	width: 30000px; text-align: left; overflow: hidden;
	margin-top: 0px; list-style: none;
	margin: 0;
	padding: 0;
}
#topbanners .carousel ul li { float: left; width: 235px;  list-style: none; }
#topbanners .carousel ul li img { width: 100%; }
.in_btn {
	position:relative;
}
.in_btn .prev{ position:relative;left : -20px;top:-170px;}
.in_btn .next{ position:relative;right: -235px;top:-170px;}

/* 탭메뉴 */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 79px;
	border-bottom: 1px solid #cecece;
	width: 100%;
	font-size:18px;
}
ul.tabs li {
	float: left;
	text-align:center;
	cursor: pointer;
	width:203px;
	height: 77px;
	line-height: 77px;
	border-top: none;
	border-top: 3px solid #cecece;
	border-left: 1px solid #cecece;
	background: #fafafa;
	overflow: hidden;
	position: relative;
}
ul.tabs li:last-child{width:204px;}
ul.tabs li.active {
	background: #FFFFFF;
	font-weight:500;
	color:#6426c8;
	height: 77px;
	border-top: 3px solid #6426c8;
}
.tab_container {
	border-bottom: none;
	clear: both;
	float: left;
	width: 610px;
	height:410px;
	background: #FFFFFF;
}
.tab_container img {
	vertical-aling:top;
}
.tab_content {
	display: none;
	height:400px;
}
.tab_container .tab_content ul {
	width:100%;
	margin:0px;
	padding:0px;
}
.tab_container .tab_content ul li {
	padding:5px;
	list-style:none;
}
#tabcontainer {
	width: 610px;
	float:left;
}

#tabcontainer2 { height:489px; width:489px;border:1px solid #e3e3e3; float:right; }
#tabcontainer2 img{vertical-align:middle;}
#tabcontainer2 ul {list-style:none;   margin:0;  padding:0; height:244px;}
#tabcontainer2 ul:first-child {border-bottom:1px solid #e3e3e3;}
#tabcontainer2 li {margin: 0;padding: 0 0 0 0; float:left;width:243px;}
#tabcontainer2 li:first-child {border-right:1px solid #e3e3e3;}

.navitelecomleft{
	width:159px;height:189px;padding: 27px 0 27px 20px;color:#000;font-size:18px;
	min-height:100%;
	display:inline-block;
	position:relative;
}
.navitelecomleft .title1{font-weight:500;}
.navitelecomleft img{
	line-height:20px; font-weight:500;
	/*position:absolute;*/
	float:right;
	bottom:30px;
}
.navitelecom{
	height:170px;padding:20px 30px ;color:#000;font-size:18px;
	position:relative;
}
.navitelecom .title1{font-weight:500;}
.navitelecom .title4{
	line-height:20px; font-weight:500;
	font-size:16px;
	position:absolute;
	bottom:20px;
}
.navitelecom img{
	line-height:20px; font-weight:500;
	position:absolute;
	bottom:20px; right:30px;
}
.mainbanner3{
	width:243px;height:243px;padding: 27px 30px;color:#000;font-size:18px;
	min-height:100%;
	display:inline-block;
	position:relative;
}
.mainbanner3 .title1{font-weight:500;}
.mainbanner3 .title4{
	line-height:20px; font-weight:500;
	font-size:16px;
	position:absolute;
	bottom:30px;
}
.mainbanner3 img{
	line-height:20px; font-weight:500;
	position:absolute;
	bottom:0; right:0;
}
.mppickarea { width:1440px;margin-bottom:40px;}
.mppickarea img{vertical-align:middle;}
.mppickarea ul {list-style:none;   margin:0;  padding:0;}
.mppickarea li {margin: 0;padding: 0 18px 0 0; float:left; position:relative;}
.mppickarea li .title{
	width:260px; height:260px;
	font-size:25px; color:#fff;position:absolute;
	font-weight:500;text-align:center;
	vertical-slign:center;
	top:40%;
}
.mppickarea li:last-child {;padding: 0;}

.mainiconlist {
	border:1px solid #cacaca;width:398px;float:right; width:678px; height:388px;
}
.mainiconlist ul{margin:0; padding:0;}
.mainiconlist ul li{list-style:none; margin:0; padding:0;}
.mainiconlist ul:first-child{list-style:none; margin:0;  padding:0;}
.mainiconlist ul li .mainiconlist_area{padding:28px 20px 25px 30px;display: table-cell;}
.mainiconlist ul li .mainiconlist_area ul li{
	height:81px;width:106px;text-align:center;
	display: table-cell;
	vertical-align: bottom;
}
.mainiconlist ul li .mainiconlist_area ul li img{vertical-align: bottom;}

.customer_area{
	padding:30px 20px 0 20px;
}
.customer_area h1{font-size:22px; font-weight:500; color:#000;}
.customer_area h1 span{float:right;}
.customer_area h2{font-size:25px; font-weight:900;color:#6426c8;}
.customer_area .customer_area_div ul li { float:left; height:25px; font-size:14px;}
.customer_area .customer_area_div ul li:first-child { width:110px;}

/* faqarea */
.faqarea { padding:0; width:330px; font-size:14px; }
.faqarea ul{ list-style-position:outside;   margin:0; padding:0; }
.faqarea ul .title{line-height: 35px; border-bottom:2px solid #000; }
.faqarea ul .title img{ vertical-align:middle; }
.faqarea ul li{ line-height:30px;}
.faqarea ul li img.bordlistspot{padding:3px 0 3px 3px;}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url('images/bx_loader.gif') center center no-repeat #ffffff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	/*background: url('images/controls.png') no-repeat 0 -32px;*/
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	/*background: url('images/controls.png') no-repeat -43px -32px;*/
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* 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,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	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,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	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: 80%;
}
.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: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*비교검색테이블-table*/
.compview_tb{width:100%; line-height:22px; border-top:2px solid #000; border-bottom:1px solid #000;}
.compview_tb .telecom_area{position:absolute;}
.compview_tb .textright{text-align:right;}
.compview_tb .textleft{text-align:left;}
.compview_tb .hap_price{
	color:#ff0000;
	font: bold 20px/1.2 Tahoma,sans-serif;
}
.compview_tb th{height:68px;}
.compview_tb th{width:147px; border-right:1px solid #cacaca; border-left:1px solid #cacaca; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-weight:500;}
.compview_tb td{
	width:165px;font-size:14px;;border-right:1px solid #cacaca; border-bottom:1px solid #cacaca;vertical-align:middle; text-align:center;
	height:68px;padding: 0 15px 0 15px;

}
.compview_tb tr:first-child{height:230px;border-bottom:1px solid #000;}
.compview_tb tr:first-child td{border-bottom:1px solid #000;}
.compview_tb tr:last-child{height:95px;}
.compview_tb tr td:first-child{padding:0;width:127px;border-right:1px solid #e5e5e5; background-color:#f7f7f7;
	padding-left: 20px; text-align:left;
	color:#000;
}
.compview_tb .price_area td{border-top:1px solid #000; border-bottom:1px solid #000;}
.compview_tb tr td:last-child{border-right:none;}

.wingbanner_002 .wingarea{
	width:100px;
}
.wingbanner_002 .wingarea ul{ list-style:none;   margin:0;   padding:0;
	border:1px solid #cacaca;
	border-bottom:none;}
.wingbanner_002 .wingarea img{vertical-align:top;}
.wingbanner_002 .wingarea ul li{ margin: 0;padding: 0; }
.wingbanner_002 .wingarea ul:last-child{border:none; }

.jebucardmodule {
	height:567px;background-color:#fff;
	border: 1px solid #ddd;
	box-shadow: 1px 2px #ddd;
	positon:relative;
}
.jebucardmodule .iconsarea {position:relative;z-index:9;}
.jebucardmodule .iconsarea img{position:absolute; width:60px !important;}
.jebucardmodule img.modelimg{padding-top:20px;width:230px;}
.jebucardmodule .iconsarea img.freemonthimg{left:20px; top:20px; width:200px;}
.jebucardmodule .iconsarea img.coolimg{right:20px; top:20px;}
.jebucardmodule .iconsarea img.hotimg{right:20px; top:63px;}
.jebucardmodule .title {font-size:20px; font-weight:500;line-height:26px; padding-top:20px;}
.jebucardmodule .call-center {font-weight:bold; color:#999;margin-top:5px;}
.jebucardmodule .model {font-size:15px;line-height:26px;}
.jebucardmodule a:hover {text-decoration: underline;}
.jebucardmodule .pricearea{
	text-align:center; height:230px; margin: 0 10px; border-top:1px dotted #b5b5b5;
}
.jebucardmodule .pricearea .jehucardchoicebtn{
	position: relative;
	display: inline-block;
	height: 16px;
	line-height: 14px;
	padding: 0 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align:center;
	transition: .5s;
	-webkit-transition: .5s;
	border: 1px solid #000;
	color:#fff !important;
	background: #222;
	font-size: 0.8em;
	background: #222 none repeat scroll 0 0 !important;
}

.jebucardmodule .pricearea ul{padding:0; margin:0; color:#555; }
.jebucardmodule .pricearea ul li{font-size:12px;text-align:right; padding:0 0 0 5px; margin:0; }
.jebucardmodule .pricearea ul li span{float:left;left:0; font-weight:normal;}
.jebucardmodule .pricearea ul li strong{
	color: #222;
	font-weight: 700;
	font-size: 13px;
	font-family: tahoma;
	display:inline-block;
}
.jebucardmodule .jehu_etc {
	color:#000 !important;
	font-weight:normal;
	text-decoration: underline;
	position:absolute;
	bottom:10px;
	left:25px;
	font-size:12px;
}
.jebucardmodule .cashbag_etc {
	color:#ff0000 !important;
	font-weight:normal;
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:14px;
	font-weight:500;
}
.jebucardmodule .jehu_etc a:link{color: #aaa;}
.jebucardmodule .jehu_etc a:visited{color: #aaa;}
.jebucardmodule .pricearea dl{padding:25px 0; margin:0; }
.jebucardmodule .pricearea dl dt{text-align:left;padding-left:10px; float:left;}
.jebucardmodule .pricearea dl dd{text-align:right;}
.jebucardmodule .pricearea dl dd strong{color:#6426c8;font-family:tahoma;font-size: 30px;font-weight:900;display:inline-block;}
.jebucardmodule .pricearea dl dd span{display:block;}
.jebucardmodule .cardarea dl{ padding:25px 0; margin:0; }
.jebucardmodule .cardarea dl dt{text-align:left;padding-left:10px;}
.jebucardmodule .cardarea dl dd{ padding:10px 0 0 15px;margin:0;}
.jebucardmodule .cardarea dl dd strong{color:#f41977;font-family:tahoma;font-size: 16px;font-weight:700;display:inline-block;}
.jebucardmodule .cardarea dl dd span{display:block;}
.jebucardmodule .cardarea dl dd select.selectmodule{
	width: 260px;height:32px;
	border:1px solid #e1e1e1;
}
.jebucardmodule .cardarea dl dd .select_change { padding:10px 0 0 0; text-align:right; }
.jebucardmodule .btnarea dl{ padding:0;margin:0;}
.jebucardmodule .btnarea dl dd{ padding:17px 0;margin:0; text-align:center;}
.jebucardmodule .btnarea dl dd a.btn-slide-lgon span{padding:0 10px; color:#f41977;}
.jebucardmodule .btnarea dl dd a:hover.btn-slide-lgon span{color:#fff;}
.jebucardmodule .btnarea dl dd a span{padding:0 10px;}

.ratelistmodule {
	height:557px;background-color:#fff;
	border: 1px solid #ddd;
	box-shadow: 1px 2px #ddd;
	positon:relative;
}
.ratelistmodule.on{
	border: 2px solid #6426c8;
}
.ratelistmodule .iconsarea {position:relative;z-index:9;}
.ratelistmodule .iconsarea img{position:absolute; width:60px !important;}
.ratelistmodule img.modelimg{padding-top:20px;width:230px;}
.ratelistmodule .iconsarea img.freemonthimg{left:20px; top:20px; width:200px;}
.ratelistmodule .iconsarea img.coolimg{right:20px; top:20px;}
.ratelistmodule .iconsarea img.hotimg{right:20px; top:63px;}
.ratelistmodule .title {display: inline-block; vertical-align: middle;font-size:28px; font-weight:bold;line-height:34px;word-break:all;}
.ratelistmodule .call-center {position:absolute; width:100%; text-decoration: underline;color:#555;text-align:center; top: 150px;}
.ratelistmodule .model {font-size:15px;line-height:26px;}
.ratelistmodule a:hover {text-decoration: underline;}
.ratelistmodule .pricearea{	text-align:center; height:300px; margin: 0 10px; border-top:1px dotted #b5b5b5; position: relative;}
.ratelistmodule .pricearea .rateinfotext { text-align: left; padding: 10px;}
.ratelistmodule .pricearea .rateinfotext .data_text{
	font-weight: bold; color:#6426c8;
}
.ratelistmodule .pricearea .rateinfo .rateetc{
	font-size: 12px; padding: 0 10px;
}

.ratelistmodule .jehu_etc {
	color:#000 !important;
	font-weight:normal;
	text-decoration: underline;
	position:absolute;
	bottom:10px;
	left:25px;
	font-size:12px;
}
.ratelistmodule .cashbag_etc {
	color:#ff0000 !important;
	font-weight:normal;
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:14px;
	font-weight:500;
}
.ratelistmodule .jehu_etc a:link{color: #aaa;}
.ratelistmodule .jehu_etc a:visited{color: #aaa;}
.ratelistmodule .pricearea .monthprice{ position: absolute;width:250px; bottom:10px; }
.ratelistmodule .pricearea .monthprice dl{margin:0; }
.ratelistmodule .pricearea .monthprice dl dt{text-align:left;padding-left:10px; float:left;}
.ratelistmodule .pricearea .monthprice dl dd{text-align:right;}
.ratelistmodule .pricearea .monthprice dl dd strong{color:#6426c8;font-family:tahoma;font-size: 30px;font-weight:900;display:inline-block;}
.ratelistmodule .pricearea .monthprice dl dd span{display:block;}
.ratelistmodule .cardarea dl{ padding:25px 0; margin:0; }
.ratelistmodule .cardarea dl dt{text-align:left;padding-left:10px;}
.ratelistmodule .cardarea dl dd{ padding:10px 0 0 15px;margin:0;}
.ratelistmodule .cardarea dl dd strong{color:#f41977;font-family:tahoma;font-size: 16px;font-weight:700;display:inline-block;}
.ratelistmodule .cardarea dl dd span{display:block;}
.ratelistmodule .cardarea dl dd select.selectmodule{
	width: 260px;height:32px;
	border:1px solid #e1e1e1;
}
.ratelistmodule .cardarea dl dd .select_change { padding:10px 0 0 0; text-align:right; }
.ratelistmodule .btnarea dl{ padding:0;margin:0;}
.ratelistmodule .btnarea dl dd{ padding:17px 0;margin:0; text-align:center;}
.ratelistmodule .btnarea dl dd a.btn-slide-lgon span{padding:0 10px; color:#f41977;}
.ratelistmodule .btnarea dl dd a:hover.btn-slide-lgon span{color:#fff;}
.ratelistmodule .btnarea dl dd a span{padding:0 10px;}

.btn-slide-lgon_black {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align:center;

	transition: .5s;
	-webkit-transition: .5s;
	border: 1px solid #000;
	color:#000 !important;
}
.btn-slide-lgon_black:hover {
	background-color: #000;
	color:#fff !important;
}
.btn-slide-lgon_black:hover span.title {
	opacity: 1;
}

.laypopup{
	background:#fff; margin:0 auto; width:980px;padding:0;
}
.laypopup .closebtn{
	cursor: pointer; float: right;
	display:inline-block;
	padding:10px 20px 0 0;
}
.laypopup h2{
	width:100%;
	height:60px;background-color:#333;
	color:#fff;
	line-height:60px;
	font-weight:500;
}
.laypopup h2 .popuptitle{padding-left:20px;font-size:22px; }
.laypopup .centertitle {
	text-align:center;
	font-size:16px;
	margin-top:20px;
}

.swiper-container-popup-ratebtn {position:relative; top: -350px;}
.swiper-container-popup-ratebtn .swiper-ratebt-popup-next{
	z-index:99;
	position:absolute;
	right:30px;
	cursor: pointer;
	width: 34px;
	height: 58px;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -74px -428px;

}
.swiper-container-popup-ratebtn .swiper-ratebt-popup-next.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}
.swiper-container-popup-ratebtn .swiper-ratebt-popup-prev{
	z-index:99;
	position:absolute;
	left:30px;
	width: 34px;
	height: 58px;
	cursor: pointer;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -40px -428px;
}
.swiper-container-popup-ratebtn .swiper-ratebt-popup-prev.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}


.swiper-container-popup-jehubtn {position:relative; top: -470px;}
.swiper-container-popup-jehubtn .swiper-jehubt-popup-next{
	z-index:99;
	position:absolute;
	right:30px;
	cursor: pointer;
	width: 34px;
	height: 58px;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -74px -428px;

}
.swiper-container-popup-jehubtn .swiper-jehubt-popup-next.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}
.swiper-container-popup-jehubtn .swiper-jehubt-popup-prev{
	z-index:99;
	position:absolute;
	left:30px;
	width: 34px;
	height: 58px;
	cursor: pointer;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -40px -428px;
}
.swiper-container-popup-jehubtn .swiper-jehubt-popup-prev.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}


.swiper-note9reply-next{
	z-index:99;
	display:inline-block;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(/resources/img/205/reserve_reply_next.png) no-repeat;

}
.swiper-note9reply-next.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}
.swiper-note9reply-prev{
	z-index:99;
	display:inline-block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: url(/resources/img/205/reserve_reply_prev.png) no-repeat;
}
.swiper-note9reply-prev.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}

.jehuselectbox {
	display:inline-block;
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 38px;
	font-size:14px;
	line-height:38px;
	padding-left:10px;
	cursor:pointer;
}

.undoricon{
	display:inline-block;
	width: 19px;height: 19px;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -385px -447px;
	position:absolute;
	left:87%;
	top:20px;
}

.jehuselectbox_clear{
	display:inline-block;
	width: 19px;height: 19px;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -385px -428px;
	position:absolute;
	left:87%;
	top:20px;
}

.infinitylayerpopup {background:#434159;width: 100%; color:#fff;}
.infinity_items {}
.infinity_items ul {margin:0;padding:0;}
.infinity_items ul li{margin:0;padding:5px ;float:left;}

.mainpage_review {margin:60px 0 40px; text-align:left;}
.mainpage_review dl{ padding:0; margin:0;}
.mainpage_review dl dd{padding:0; margin:0; float:left;}
.mainpage_review dl dd .itemimg{ width:400px;}
.mainpage_review dl dd.contents_area{width:530px;}
.mainpage_review dl dd.contents_area .review_top_icon{width:60px;}
.mainpage_review dl dd .nickname{
	font-size:28px; font-weight:bold; line-height:34px;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:530px;
}
.mainpage_review dl dd .contents{
	display:block;margin-top: 17px; font-size:24px;
	line-height:36px; height:160px;
	color:#333;
}

.mainpage_review dl dd .etcinfo{
	margin-top:5px;
	font-size:16px;
}
.swiper-container-review {position:relative; top: -250px;}
.swiper-container-review .swiper-reviewbt-next{
	z-index:99;
	position:absolute;
	right:30px;
	cursor: pointer;
	width: 26px;
	height: 50px;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -286px -482px;

}
.swiper-container-review .swiper-reviewbt-next:hover{
	background: url(/resources/img/205/detail_bg01.png) no-repeat -286px -427px;
}
.swiper-container-review .swiper-reviewbt-next.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}
.swiper-container-review .swiper-reviewbt-prev{
	z-index:99;
	position:absolute;
	left:30px;
	width: 26px;
	height: 50px;
	cursor: pointer;
	background: url(/resources/img/205/detail_bg01.png) no-repeat -257px -482px;
}
.swiper-container-review .swiper-reviewbt-prev:hover{
	background: url(/resources/img/205/detail_bg01.png) no-repeat -257px -427px;
}
.swiper-container-review .swiper-reviewbt-prev.swiper-button-disabled{
	opacity : 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
}

/* 새로운 디자인 18.10.09*/
.detail_box .titlebar {font-size:17px; margin-top: 10px; font-weight:500;}
.detail_box .titlebar #colorchoice{float:right;height:1.5em; font-weight:500; font-weight:normal;}
.detail_box #title3 div.divguide {border-bottom:1px dotted #000; padding-bottom:10px;}
input.imgradio05 { display:none; }
input.imgradio05 + label {
	display:inline-block;
	/*padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px;*/
	cursor:pointer;
	border: 1px solid #ccc;
	background-color:#f9f9f9;
	padding:10px 6px;
	font-size:14px;
	color:#999;
	min-height:35px;
	line-height:20px;
	width:100%;
	text-align:center;
	z-index:999999;
}
input.imgradio05 + label:last-child {
	/*padding:0 0 0 22px;*/
}
input.imgradio05:checked + label {
	background-color:#fff;
	color:#6426c8;
	line-height:20px;
	font-weight:500;
	border:1px solid #6426c8;
	/*background:url("/resources/img/203/icon_radio_on.png") no-repeat left 4px;*/
}
input.imgradio05:disabled + label {
	color:#ddd;
	border:1px solid #ddd;
}

input.imgradiogiftchoice { display:none;}
input.imgradiogiftchoice + label {
	position: relative;
	display:inline-block;
	/*padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px;*/
	cursor:pointer;
	border: 1px solid #ccc;
	background-color:#f9f9f9;
	padding:10px 6px 10px 80px;
	font-size:12px;
	color:#999;
	min-height:87px;
	line-height:20px;
	width:100%;
	z-index:1;
	text-align: left;
}
input.imgradiogiftchoice + label img{ position: absolute; left: 10px; height: 65px;}
input.imgradiogiftchoice + label:last-child {
	/*padding:0 0 0 22px;*/
}
input.imgradiogiftchoice:checked + label {
	background-color:#f6ecfd;
	color:#6426c8;
	line-height:20px;
	font-weight:500;
	border:1px solid #6426c8;
	/*background:url("/resources/img/203/icon_radio_on.png") no-repeat left 4px;*/
}
input.imgradiogiftchoice:checked + label .sctopt {
	border: 1px solid #555 !important;
	color:#555 !important;
}

input.imgradiogiftchoice:checked + label .optbtn {
	background-color: #5416b8 !important;
	color:#fff !important;
}

input.imgradiogiftchoice:disabled + label {
	color:#ddd;
	border:1px solid #ddd;
}
.spctitle {
	font-size: 14px; margin-top: 5px;
	width:  130px;
}
.sctopt {
	border: 1px solid #aaa;
	color:#333;
	height: 30px;
	width: 120px;
}
.optbtn {
	width: 50px; height: 23px;
	background-color: #999;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	position: absolute;
	right: 10px;
	top: 18px;
	font-size: 12px;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
}
.optbtn2 {
	width: 50px; height: 23px; background-color: #fff; color: #5416b8;
	border: 1px solid #5416b8;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	position: absolute;
	right: 10px;
	top: 46px;
	font-size: 12px;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
}

input.imgradio06 { display:none; }
input.imgradio06 + label {
	display:inline-block;
	/*padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px;*/
	cursor:pointer;
	border: 1px solid #ccc;
	border-right: none;
	background-color:#f9f9f9;
	padding:10px 6px;
	font-size:14px;
	color:#555;
	min-height:35px;
	line-height:22px;
	width:100%;
	text-align:center;
	z-index:999999;
}
input.imgradio06 + label:last-child {
	/*padding:0 0 0 22px;*/
}
input.imgradio06:checked + label {
	background-color:#fff;
	color:#6426c8;
	line-height:20px;
	font-weight:500;
	border:2px solid #6426c8;
	border-right: none;
	/*background:url("/resources/img/203/icon_radio_on.png") no-repeat left 4px;*/
}
input.imgradio06:disabled + label {
	color:#ddd;
	border:1px solid #ddd;
}

input.imgradio07 { display:none; }
input.imgradio07 + label {
	display:inline-block;
	/*padding:0 15px 0 22px;background:url("/resources/img/203/icon_radio_off.png") no-repeat left 3px;*/
	cursor:pointer;
	border: 1px solid #ccc;
	background-color:#f9f9f9;
	padding:10px 6px;
	font-size:14px;
	color:#555;
	min-height:35px;
	line-height:22px;
	width:100%;
	height: 70px;
	text-align:center;
	z-index:999999;
}
input.imgradio07 + label:last-child {
	/*padding:0 0 0 22px;*/
}
input.imgradio07:checked + label {
	background-color:#fff;
	color:#6426c8;
	line-height:20px;
	font-weight:500;
	border:2px solid #6426c8;
	/*background:url("/resources/img/203/icon_radio_on.png") no-repeat left 4px;*/
}
input.imgradio07:disabled + label {
	color:#ddd;
	border:1px solid #ddd;
}

.detail_box .replate_good {
	display:inline-block;
	border: 1px solid #ccc;
	background-color: #f9f9f9; /*6426c8*/
	padding: 15px 10px;
	width: 100%;
	height: 90px;
}
.detail_box .replate_good.active{
	background-color: #ffffff;
	border: 2px solid #6426c8;
}
.detail_box .replate_good .title{font: bold 26px/1.2 Tahoma,sans-serif; }
.detail_box .replate_good .title.off{color: #cccccc;}
.detail_box .replate_good .compprice{font: 12px/1.2 Tahoma,sans-serif; color: #999999;}
.detail_box .replate_good.active .title{ color: #6426c8;}
.detail_box .replate_good.title{ color: #6426c8;}


.detail_box .yakjung_choice_1.percentarea{position: relative;
	border:2px solid #ff4838;border-left:none;
	background-color: #ff4838; color:#fff; height:100%;height:44px; font: bold 28px/1.2 Tahoma,sans-serif;}
.detail_box .yakjung_choice_1.percentarea.active{border:2px solid #6426c8;border-left: none;}
.detail_box .yakjung_choice_1.percentarea .percenttext{position: absolute; width: 100%;}
.detail_box .yakjung_choice_1.percentarea span.text{font-size: 12px;}

.detail_box p.etc{ font-size:14px; height: 30px; line-height: 22px;}
.detail_box p.etc span{ float:right;}


.ratelistitems{ display:block; height:100%; border:1px solid #ddd;
	padding:10px 10px 10px 10px ;
	text-align:left; position:relative; background-color:#fff;
	box-shadow: 1px 1px 0px 0px #999;
	-webkit-box-shadow: 1px 1px 0px 0px #999;
	-moz-box-shadow: 1px 1px 0px 0px #999;
}
.ratelistitems.on{border:1px solid #6426c8;}
.ratelistitems .titlebar {
	text-align:left;font-size:1.2em; height:1.6em; font-weight:500;
}
.ratelistitems .titlebar .price { color:#999; display:inline-block; font-size: 0.8em !important; margin-top:4px; }
.ratelistitems .titlebar span.choice { float:right; }
.ratelistitems .titlebar2 span.choice { float:right; }
.ratelistitems .titlebar2 .price { color:#999; display:inline-block; font-size: 0.8em !important; margin-top:4px; }
.ratelistitems .rateinfo { text-align:left; font-size: 0.8em; line-height: 1.4em; color:#333; padding: 10px 5px; }
.ratelistitems .rateinfo span.data_text { color: #6426c8; font-weight: bold;}
.ratelistitems .rateetc {
	font-size:13px;
	line-height: 1.6em;
	word-break:break-all;
	color:#777;
}
.ratelistitems .totalbar {
	text-align:left;
	font-size:1.1em; border-top:1px solid #000; font-weight:500; width:100%;
	padding-top:10px;
	height: 2.0em;
	margin-top:10px;
	line-height: 1.3em;

}
.ratelistitems .totalbar .allprice {
	float:right;font: bold 1.6em/1.2 Tahoma,sans-serif; color: #6426c8;
}
.ratelistitems .totalbar .etc {
	position : absolute;
	left: 20px;
	bottom: 9px;
	font-size: 0.7em;color:#999;
}
.ratelistitems .choicebtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: 4px 20px;
	height: 30px;
	border:0px;
	border-radius: .2em;
	background-color:#6426c8;
	position: relative;
	color:#fff;
}
.ratelistitems .detailviewbtn {
	display: inline-block;
	vertical-align:middle;
	outline: none;
	cursor: pointer;
	font-size:0.5em;
	text-align: center;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
	height: 18px;
	border:0px;
	border-radius: .2em;
	background-color:#f7f7f7;
	position: relative;
	color:#777;
	border:1px solid #777;
	top: -2px;
}

.ratelistitems .choicebtn a{color:#fff;}
.ratelistitems .rateetc{ padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip03.png) no-repeat 0 0px !important; line-height: 18px;}

.popup_05 .popupguide_rate {width:100%; padding: 10px;}
.popup_05 .popupguide_rate .alertarea {text-align:center;}
.popup_05 .popupguide_rate .alertarea span{
	display: inline-block;
	vertical-align:top;
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-align: center;
	text-decoration: none;
	padding: .6em 2em;
	border:0px;
	border-radius: .2em;
	position: relative;

	margin-bottom:10px;
}
.popup_05 .popupguide_rate .alertarea span.color_grey{background-color:#333;color:#fff;}
.popup_05 .popupguide_rate .alertarea span.color_pink{background-color:#ec2d61; color:#fff; }

.detail_box .jiwon_comp_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip04.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .gaip_type_comp_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip03.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .dc_check_comp_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip03.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .yakjung_1_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip03.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .color_comp_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_noti01.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .add_halin_area{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_tip03.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .add_halin_area2{ font-size:13px; padding: 0 0 0 40px; position: relative;background: url(/resources/img/205/icon_noti01.png) no-repeat 0 2px !important; line-height: 18px;}
.detail_box .club_area{
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0 5px;
	display:inline-block;
	background-color:#f9f9f9;
	color:#6426c8;
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-align: center;
	margin: 2px 0 0 5px;
}

.detail_box .btnarrow {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: 0.4s;
}
.detail_box .btnarrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -3px 0 0 -6px;
	border: solid #808080;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.detail_box .phonecolor.cicle a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 6px;
	font-size: 0;
	line-height: 0;
	text-indent: -100px;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.detail_box .phonecolor.cicle a.on:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: -6px;
	width: 50px;
	height: 50px;
	border: 2px solid #6426c8;
	border-radius: 50%;
}

.detail_box .phonecolor.box a{
	display: inline-block;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 14px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	min-height: 45px;
	line-height: 22px;
	width: 100%;
	text-align: center;
	z-index: 999999;
	margin:0 5px 5px 0;
}

.detail_box .phonecolor.box a.on {
	background-color: #fff;
	color: #6426c8;
	line-height: 20px;
	border: 2px solid #6426c8;
}

.detail_box .phonecolor .black{
	background:#000;
}
.detail_box .phonecolor .blue{
	background:#1c0d82;
}
.detail_box .phonecolor .puple{
	background:#7205a7;
}
.detail_box .phonecolor .red{
	background:#aa0201;
}
.detail_box .phonecolor .gold{
	background:#dab9a8;
}

.detail_box .titlebar2 {font-size:16px; height:22px;  font-weight:500;}
/*
.detail_box input[type="text"],.detail_box input[type="number"],.detail_box input[type="password"]{
	border:none; border:1px solid #ddd; padding:0 5px;height:40px; font-size:16px; line-height:40px;
	-webkit-appearance: none;
	border-radius: 0;
}
*/
.detail_infobox .select-styled{ height: 52px !important;}

#ongajok {
	width: 180px;
	height: 34px;
	padding-left: 10px;
	font-size: 0.8rem;
	color: #555;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
}
select::-ms-expand {
	display: none;
}


.shop_detail_box { margin-top: 60px;}
.shop_detail_box_left {}
.shop_detail_box_left .top_header { padding-bottom: 20px; border-bottom: 1px solid #e3e5e8; position: relative; }
.shop_detail_box_left .titlearea .title1{ font-size: 16px; color: #777;}
.shop_detail_box_left .titlearea .title2{ color: #111111; font-size: 28px; font-weight: 400; padding-bottom: 20px; line-height: 35px;}
.shop_detail_box_left .optionarea { color: #7d7e80; padding: 14px 0;border-bottom: 1px dotted #e9e9e9; }
.shop_detail_box_left .optionarea .title{ color: #060606;  font-size: 17px; padding-top: 3px; font-weight: 500;}
.shop_detail_box_left .optionarea .optarea{ font-size: 14px;}
.shop_detail_box_left .optionarea .optarea.pricearea{ font-size: 16px; color: #333; font-weight: 700;}
.shop_detail_box_left .optionarea .optarea .price { font: bold 32px/1.2 Tahoma,sans-serif; color: #000; }

.snsarea {position: absolute; right: 0; top:-7px;}
.snsarea a {display: inline-block; padding-right: 2px;}
.snsarea span.facebook{display:inline-block; width: 34px;height: 34px;background: url(/resources/img/snslogo_type01.png) no-repeat 0px 0px;}
.snsarea span.facebook:hover{background: url(/resources/img/snslogo_type01.png) no-repeat 0px -37px;}
.snsarea span.twitter{display:inline-block; width: 34px;height: 34px;background: url(/resources/img/snslogo_type01.png) no-repeat -44px 0px;}
.snsarea span.twitter:hover{background: url(/resources/img/snslogo_type01.png) no-repeat -44px -37px;}
.snsarea span.naver{display:inline-block; width: 34px;height: 34px;background: url(/resources/img/snslogo_type01.png) no-repeat -88px 0px;}
.snsarea span.naver:hover{background: url(/resources/img/snslogo_type01.png) no-repeat -88px -37px;}
.snsarea span.kakaotalk{display:inline-block; width: 34px;height: 34px;background: url(/resources/img/snslogo_type01.png) no-repeat -132px 0px;}
.snsarea span.kakaotalk:hover{background: url(/resources/img/snslogo_type01.png) no-repeat -132px -37px;}
.snsarea span.url{display:inline-block; width: 34px;height: 34px;background: url(/resources/img/snslogo_type01.png) no-repeat -176px 0px;}
.snsarea span.url:hover{background: url(/resources/img/snslogo_type01.png) no-repeat -176px -37px;}

.defaultpopup {}
.defaultpopup .textarea{padding: 20px;}
.defaultpopup h2 { font-size: 26px; font-weight: 300; }
.defaultpopup .closebtn  { position: absolute; right: 20px; top: 20px;}
.defaultpopup .btn_02 {
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #6426c8;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	/*
	border-radius : 0 0 20px 20px;
	-moz-border-radius : 0 0 20px 20px;
	-webkit-border-radius : 0 0 20px 20px;
	*/
}

.minipopup {
	width: 100% !important;
	position: relative;
	border: 1px solid #dadada;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fff;
	line-height: 22px;
}
.minipopup h2{
	color:#000;
	width:100%;
	background-size: contain;
	vertical-align:middle;
	padding: 0 20px;
	font-size:24px;
	font-weight: 600;
	line-height:55px;
	height:55px;
	text-align:center;
}
.minipopup .phoneinfobox{width:440px;height:100%; overflow:auto;font-size:16px; line-height:24px;}
.minipopup .closebtn{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 20px;
}
.minipopup .closebtn img{
	position: relative;
	width: 60%;
}
.minipopup .popuptitle {
	padding: 0 20px;
}
.minipopup .alert{ font-size: 13px; color: #6426c8;}
.minipopup .popuptitle .popup_title{font-size:26px; margin-top:4px;font-weight:300; color: #111;}
.minipopup .popuptitle .popup_subtitle{ font-size:14px; color:#777;}
.minipopup .btnarea_center{*zoom:1;  width:100%; margin:0 auto; padding:10px 0 0 0; text-align: center; }
.minipopup .popupguide { width:100%; padding:20px 20px 70px 20px; }
.minipopup .popupguide .title{ font-size:16px; }
.minipopup .popupguide h3{color:#000;vertical-align:middle;text-align:center; padding: 20px 0 0 0; font-weight:500; font-size:30px; }
.minipopup .popupguide .secondarea{ padding:20px 0; }
.minipopup .popup.guide .secondarea span{ float:right;}
.minipopup .popupguide h1{
	font-size:1.2em;font-weight:500;text-align:center; margin:20px 0 10px 0; padding:0;;
}

.minipopup .popupguide .lotteryarea {display: inline-block; background-color: #499afd; width: 100%;padding: 20px; color: #ffffff;}
.minipopup .popupguide .lotteryarea p {line-height: 1.6em;}
.minipopup .popupguide .lotteryarea p.title {text-align: center;  font-size:20px;font-weight:normal; line-height: 1.4em;}
.minipopup .popupguide .lotteryarea p.title span{font-weight: 500;}
.minipopup .compareitemguide{ padding:20px; background-color:#f7f7f7; }
.minipopup .popupguide_notop { border-left:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3; background:#ffffff; padding:20px; }
.minipopup .check {
	border:3px solid #6426c8 !important;
}
.minipopup .btnnarea {
	border-top: 1px solid #e6e6e6;
	position:relative;
}
.minipopup .btnleftbar:before {
	content: '';
	display: block;
	position: absolute;
	top:50%;
	margin-top:-10px;
	width: 1px;
	height: 20px;
	background: rgba(0,0,0,0.4);
}
.minipopup .btn_01 {
	border: 0px solid #ddd;
	display:inline-block;
	width:100%;
	background-color:#fff;
	height:50px;
	background-color:#f9f9f9;
	color:#333;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
}

.minipopup .btn_02 {
	border: 0px solid #ddd;
	border-top: 1px solid #ddd;
	display:inline-block;
	width:100%;
	background-color:#f9f9f9;
	height:50px;
	line-height:50px;
	color:#6426c8;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

.btnleftbar:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.4);
	z-index: 1;
}

.coupontextbox  {
	position: absolute;
	top :55px;
	padding-left: 110px;
	color:#000;
	font-size: 0.9em;
	padding-right: 10px;
}
.coupontextbox .impact { font: bold 28px/1.4 Tahoma,sans-serif; color: #6426c8;}
.coupontextbox .date { color : #aaa; font-size: 13px;}

.zeropay_method_btn {
	display: inline-block;
	font-size: 11px;
	padding: 3px 10px;
	background: #f00531;
	color:#fff !important;
	font-weight: 500;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}


.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 1.0);
	font-size: 13px;
	margin: 0px 0px;
}
.hr-sect::before {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 16px 0px 0px;
}
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 0px 16px;
}
