/*
/data/css/common.css.asp를 사용하지 않아 기존 스타일이 뭉개짐
commonTotal.css.랑 commonTotal.css.asp로 정리
*/
@keyframes bigsmall{
	0% {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
	100% {
		-webkit-transform:scale(1.3);
		-moz-transform:scale(1.3);
		-ms-transform:scale(1.3);
		-o-transform:scale(1.3);
		transform:scale(1.3);
	}
}

/* 리스트 페이지 아이콘 등록 */
.isiconBoxTop {position:absolute; top:0; left:0; line-height:0; font-size:0;}
.isiconBoxTop img {padding:0; margin:0;}
.isiconBoxBottom {display:inline-block;}

.clfix:after {content:""; display:block; height:0px; clear:both; visibility:hidden; zoom:1;}
.clfix {display:block;zoom:1;}

/* 리스트 페이지 아이콘 등록 끝 */


/*사은품*/
.orderGifts {overflow:hidden;}
.orderGifts .orderGiftsTab a{display:inline-block; color:#fff; font-size:15px; box-sizing:border-box; text-align:center;}
.orderGifts .orderGiftsTab a span{display:block; width:100; margin-right:15px; background:#5e5e5e; box-sizing:border-box; padding:20px 0; border-radius:5px 5px 0 0;}
.orderGifts .orderGiftsTab a:last-child span {margin-right:0;}

.orderGiftslistBox {overflow:hidden; background:#fcfcfc; padding-bottom:30px; border-bottom:1px solid #d9d9d9; display:none; font-size:0;}
.orderGiftslistBox.on {display:block;}
.orderGiftslistBox .orderGiftslist {overflow:hidden; text-align:center;}
.orderGiftslistBox .orderGiftslist li{display:inline-block; width:25%; text-align:center; padding:0 35px; box-sizing:border-box;}
.orderGiftslistBox .orderGiftslist li input {display:block; margin:15px auto;}
.orderGiftslistBox .orderGiftslist li span {display:block;}
.orderGiftslistBox .orderGiftslist li span.img {position:relative;}
.orderGiftslistBox .orderGiftslist li label span.img img{width:100%; border:1px solid #d9d9d9;}
.orderGiftslistBox .orderGiftslist li span.Text{display:block; margin-top:10px; line-height:15px; height:45px; font-size:12px;}
.orderGiftslistBox .orderGiftslist li span.img .Gifts {display:inline-block; position:absolute; left:8px; top:8px; font-size:13px; font-weight:bold; color:#fff; width:48px; height:48px; border-radius:100%; background:#d9d9d9; line-height:46px;}



/****************************** 레이아웃 ******************************/
/* wrap */
.wrap_body {min-width:1200px;}
@media(max-width:1200px){
	.wrap_body {min-width:100%;}
}

/* 서브컨텐츠 폭 */
.left_section {float:left; width:190px; padding-top:30px; background:#fcfcfb; text-align:left;}
.left_section .tit h1 {margin-top:8px; color:#3b3a37; font-size:23px; line-height:38px; font-weight:bold;}
.left_section .tit span {color:#3b3a37;}
.left_section .left_menu {border-top:1px solid #eaeaea;}
.left_section .left_menu >ul > li {border-bottom:1px solid #eaeaea;}
.left_section .left_menu >ul > li .lnb_two_depth {padding:15px 0; border-top:1px solid #eaeaea; background:#fcfcfb;}
.left_section .left_menu >ul > li .lnb_two_depth li {padding:0 22px;}
.left_section .left_menu >ul > li .lnb_two_depth li a {font-size:13px; line-height:22px;}
.right_section {text-align:left; padding-left:210px;}
.right_section .top_info .tel {display:inline-block; min-height:56px; margin-right:45px; padding:3px 0 3px 70px; background:url('/css/images/ico_tit_tel.png') no-repeat 0 0; color:#3a1c1c; font-size:13px; line-height:20px; box-sizing:border-box; vertical-align:top; text-align:left;}
.right_section .top_info .tel span {display:block; font-size:30px; line-height:30px; font-weight:bold;}
.right_section .top_info .date {display:inline-block; min-height:56px; margin-right:30px; padding:7px 0 7px 70px; background:url('/css/images/ico_tit_date.png') no-repeat 0 0; color:#3a1c1c; font-size:15px; line-height:20px; box-sizing:border-box; vertical-align:top; text-align:left;}
.right_section .top_info .date em {font-weight:bold;}
.right_section .top_info a.go {display:none; position:absolute; top:50%; right:30px; margin-top:-28px; font-size:20px; line-height:56px; font-weight:bold;}

.sub_contents.free {width:100%;}
.PageWrapSize {width:82% !important;}
.PageWrapSize img {max-width:100%;}
.PageWrapSize .sub_contents {width:100%;}
.PageWrapSize .sub_contents .right_section {box-sizing:border-box; padding-left:50px;}

/* quick */
.quick_sub {position:absolute; top:0; left:50%; width:46px; margin:67px 0 0 613px; text-align:center;}
.quick_sub img {margin-bottom:1px; border:1px solid #c8cacc; vertical-align:top;}
.quick_sub .tit img {margin-top:10px; border:none;}
.quick_sub .prd {background:#fff;}
.quick_sub .prd li {margin-bottom:2px;}
.quick_sub .btn {overflow:hidden;}
.quick_sub .btn .prev {float:left;}
.quick_sub .btn .next {float:right;}
.quick_sub .top {display:block; margin-top:2px;}


/****************************** form 내부 태그 상관 ******************************/
/* 셀렉트박스 */
.select_option {display:inline-block; position:relative; height:35px; border:1px solid #c4c4c4; color:#000; box-sizing:border-box; text-align:left; vertical-align:middle; z-index:500;}
.select_option .active_cont {display:block; height:33px; padding:0 35px 0 10px; background:url('/css/images/ico_select.gif') no-repeat right center #fff; font-size:15px; line-height:33px; cursor:pointer; overflow:hidden;}
.select_option .active_cont .name {float:left;}
.select_option .active_cont .prc {float:right;}
.select_option .active_cont .prc em {font-weight:bold; font-style:normal;}
.select_option .option_list {display:none; position:absolute; top:33px; left:0; width:100%; max-height:204px; margin:0 0 0 -1px; border:1px solid #c4c4c4; background:#fff; font-size:12px; line-height:14px; overflow:hidden; overflow-y:auto;}
.select_option .option_list li {padding:10px; cursor:pointer; overflow:hidden;}
.select_option .option_list li:hover {background:#e1e1e1;}
.select_option .option_list li .name {float:left;}
.select_option .option_list li .prc {float:right;}
.select_option .option_list li .prc em {font-weight:bold; font-style:normal;}

/* input */
input.text {height:35px; padding:0 10px; margin:0; border:1px solid #c4c4c4; font-size:15px; line-height:33px; box-sizing:border-box;}
input.text.paging {width:50px; vertical-align:top;}
input.count {height:25px; padding:0; margin:0; border:1px solid #c4c4c4; color:#000; font-size:12px; line-height:23px; text-align:center; font-weight:bold; box-sizing:border-box;}
input.checkbox {padding:0; margin:-2px 0 0 0;}
input.radio {padding:0; margin:-2px 0 0 0;}
/* 글자수 제한 */
.limit_box {display:inline-block; position:relative;}
.limit_box input.text {padding-right:75px;}
.limit_box span {position:absolute; top:0; right:0; width:75px; color:#888; font-size:12px; line-height:35px; text-align:center;}

/* textarea */
.textarea_box {position:relative; padding-bottom:29px; border:1px solid #c4c4c4; background:#fff; box-sizing:border-box;}
.textarea_box p {position:absolute; right:10px; bottom:0; color:#8a8a8a; font-size:12px; line-height:29px;}
textarea.textarea {width:100%; padding:5px 10px; margin:0; border:none; font-size:15px; line-height:20px; box-sizing:border-box; overflow:hidden; overflow-y:auto; resize:none;}
.textarea_option {width:100%; margin-top:10px; font-size:14px; line-height:20px;}
.textarea_option .intop {padding:5px 0;}
.textarea_option .intop .stt {display:inline-block; margin-right:15px;}
.textarea_option .intop .prc {display:inline-block; margin-right:15px;}
.textarea_option .intop .wn {display:inline-block; margin-right:15px;}
.textarea_option textarea {width:100%; max-width:100%; height:35px; min-height:35px; padding:0 10px; border:1px solid #c4c4c4; font-size:15px; line-height:33px; box-sizing:border-box;}

/* label */
label.check_label {display:inline-block; vertical-align:middle;}

/* 날짜선택 */
.set_dr{display:inline-block; position:relative; height:35px; padding:0 40px 0 10px; border:1px solid #c4c4c4; background:url('/css/images/ico_dr.gif') no-repeat right center #fff; color:#2e2e2e; font-size:15px; line-height:33px; box-sizing:border-box; text-align:left; vertical-align:middle; cursor:pointer; z-index:99;}

.ui-datepicker {width:227px; background:#fff;}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {padding-top:10px;}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {height:25px; margin:0 5px; border:1px solid #c4c4c4;}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {display:block; position:absolute; left:5px; top:10px; width:25px; height:25px; background:url('/css/images/btn_dr_prev.gif') no-repeat 0 0; text-indent:-999px; overflow:hidden; box-sizing:border-box; cursor:pointer;}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {display:block; position:absolute; right:5px; top:10px; width:25px; height:25px; background:url('/css/images/btn_dr_next.gif') no-repeat 0 0; text-indent:-999px; overflow:hidden; box-sizing:border-box; cursor:pointer;}
.ui-datepicker .ui-datepicker-calendar {width:100%; border-left:1px solid #dfdfdf; box-sizing:border-box;}
.ui-datepicker .ui-datepicker-calendar th {width:32px; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#92979b; color:#fff; font-size:12px; line-height:32px; font-weight:normal; text-align:center;}
.ui-datepicker .ui-datepicker-calendar th span {display:block;}
.ui-datepicker .ui-datepicker-calendar td {height:32px; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#363636; font-size:12px; text-align:center; cursor:pointer;}
.ui-datepicker .ui-datepicker-calendar td a {color:#363636;}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {color:#c6c6c6;}


/* 수량선택박스 */
.count_control {display:inline-block; border:1px solid #c4c4c4; font-size:0; line-height:0;}
.count_control img {vertical-align:top; cursor:pointer;}
.count_control input {width:40px; height:23px; padding:0 5px; border:none; border-right:1px solid #c4c4c4; border-left:1px solid #c4c4c4; font-size:14px; line-height:21px; text-align:center; box-sizing:border-box; vertical-align:top;}





/****************************** 버튼,아이콘 ******************************/
.btn_gray01 {display:inline-block; height:45px; padding:0 28px; background:#92979b; color:#fff; font-size:14px; line-height:43px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}

.btn_gray02 {display:inline-block; width:211px; height:60px; background:#92979b; color:#fff; font-size:18px; line-height:58px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_gray02 .iconfont {font-size:24px; vertical-align:middle;}
.btn_gray04 {display:inline-block; height:34px; width:175px; background:#92979b; color:#fff; font-size:14px; line-height:30px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; border:1px solid #c7cbce; cursor:pointer; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.30); -moz-box-shadow: 3px 3px 8px gba(0, 0, 0, 0.30); -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.30);}
.btn_gray05 {display:inline-block; height:45px; width:103px; background:#92979b; color:#fff; font-size:14px; line-height:43px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_gray06 {display:inline-block; height:55px; padding:0 28px; background:#92979b; color:#fff; font-size:14px; line-height:50px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_gray07{display:inline-block; height:34px; padding:0 20px; background:#f2f2f2; color:#222; font-size:14px; line-height:33px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;margin:0 2px;border:1px solid #9f9f9f;}
.btn_gray08{line-height:26px;text-align:center;font-weight:bold;display:inline-block;border:0;font-size:10pt;cursor:pointer;padding:0 10pt;margin:2px;border-radius:3px;white-space:nowrap;border:1px solid #696969;background-color:#696969;color:#fff;}

.btn_white01 {display:inline-block; height:35px; width:72px; border:1px solid #e0e0e0; background:#faf9f7; color:#2e2e2e; font-size:12px; line-height:34px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_white02 {display:inline-block; height:35px; width:72px; border-left:1px solid #fff; border-right:1px solid #fff; border-bottom:1px solid #fff; background:url('/css/images/recom-day-btnbg.png') repeat-x 0 0 ; color:#2e2e2e; font-size:12px; line-height:34px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_white03 {display:inline-block; height:50px; width:200px; background:#fff; color:#3a1c1c; font-size:14px; line-height:46px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer; border:1px solid #e0e0e0;}
.btn_white04 {display:inline-block; height:35px; padding:0 28px; border:1px solid #e0e0e0; background:#faf9f7; color:#2e2e2e; font-size:14px; line-height:34px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}

.btn_yellow02 .iconfont {font-size:24px; vertical-align:middle;}



.btn_black01 {display:inline-block; width:70px; height:35px; background:#2e2e2e; border:1px solid #707070; color:#fff; font-size:15px; line-height:28px; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}

.btnStyle1{display:inline-block;height:45px;padding:0 28px;border:none;background:#FFC42E;color:#fff;font-size:14px;line-height:43px;font-family:'mgb';text-align:center;vertical-align:middle;box-sizing:border-box;cursor:pointer;}
.btnStyle1.mm{margin-left:72px;}
.btnStyle1.mmm {margin-left:82px;}
.btnStyle1.mm:first-child{margin-left:0;}
.c-black{background:#000;}
.c-darkred{background:#ce0000;}
.c-green {background-color:#22954d;}
.c-orange {background-color:#ff6000;}


/* board in */
.btn_gray_board {display:inline-block; height:35px; padding:0 25px; background:#92979b; color:#fff; font-size:15px; line-height:33px; font-weight:bold; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.btn_edit_count {display:inline-block; height:28px; margin-top:-1px; border:1px solid #c4c4c4; background:url('/css/images/bg_board_edit.jpg') repeat-x 0 0; color:#000; font-size:12px; line-height:26px; font-weight:bold; box-sizing:border-box; cursor:pointer;}
.btn_board_ctrl {display:inline-block; width:72px; height:35px; margin:1px; border:1px solid #e0e0e0; background:#faf9f7; font-size:12px; line-height:33px; text-align:center; font-weight:bold; box-sizing:border-box; cursor:pointer;}

.input_gray01 {padding:0 5px;font-size:14px;line-height:30px;color:#333333;background:#f8f8f8;text-decoration:none;height:28px;border:1px solid #DBDBDB;box-sizing:border-box;}



/****************************** 텍스트 ******************************/
.note_text {margin:50px 0 0 0; padding-bottom:25px; color:#8a8a8a; font-size:13px; line-height:20px; letter-spacing:-0.5px; text-align:left;}
.note_text02 {margin-top:18px; padding:0 6px; color:#888; font-size:13px; line-height:20px; letter-spacing:-0.5px; text-align:left;}
.note_text03 {margin:40px 0 20px; color:#202020; font-size:15px; line-height:20px; letter-spacing:-0.5px; text-align:left;}
.note_box {margin-top:20px; overflow:hidden;}
.note_box strong {float:left; width:100px; font-size:16px; line-height:20px; font-weight:bold; text-align:center;}
.note_box p {padding-left:100px; color:#8a8a8a; font-size:12px; line-height:15px; letter-spacing:-0.8px; text-align:left;}

.txt-s30{font-size:30px !important;}
.txt-black{color:black !important;}
.txt-c333{color:#333 !important;}



/****************************** 정렬 ******************************/
/* 버튼정렬 */
.btn_board_left {margin-top:-45px; text-align:left;}

.btn_board_center {margin-top:30px; text-align:center;}

.btn_board_right {margin-top:-36px; text-align:right;}
.btn_board_right02 {margin-top:20px; text-align:right;}

/* 내용정렬 */
.align_left {text-align:left !important;}
.align_left01 {text-align:left !important; padding-left:18px !important;}
.align_center {text-align:center !important;}
.align_right {text-align:right !important;}

.dsp-b{display:block !important;}
.dsp-ib{display:inline-block !important;}
.dsp-t{display:table !important;margin:auto;}
.dsp-tc{display:table-cell !important;}
.va-mid{vertical-align:middle !important;}


/****************************** 탭 ******************************/
/* 탭 */
/*.tab01 {width:100%; overflow:hidden; position:relative;}
.tab01 .dates {position:absolute; right:10px; top:17px;}*/
.tab01 {width:100%; overflow:hidden; }
.tab01 .dates {position:absolute; top:22px;}
.tab01 .dates input.datebox {  background: #f8f8f8 none repeat scroll 0 0;  border: 1px solid #dbdbdb;  box-sizing: border-box;  font-size: 13px;  height: 27px; line-height: 25px;  margin-left: 10px;  padding: 0 10px;  width: 100px;}
.tab01 .dates span.find {background: #92979b none repeat scroll 0 0;color: #fff;display: inline-block;font-size: 13px;height: 27px;line-height: 27px;margin-left: 10px;padding: 0 11px; vertical-align:bottom; cursor:pointer;}

.tab01>div {display:table; width:100%;}
.tab01 a {display:table-cell; padding:10px 0; border:1px solid #e7e7e7; border-left:none; border-bottom:none; background:#fcfcfb; color:#2e2e2e; font-size:15px; line-height:20px; box-sizing:border-box; text-align:center; vertical-align:middle; font-weight:bold; border-bottom:4px solid #fcfcfb;}
.tab01 a:first-child {border-left:1px solid #e7e7e7;}

.tab01 a span {font-size:12px;}
.tab01_type {border-bottom:1px solid #e7e7e7; overflow:hidden;}
.tab01_type a {display:inline-block; float:left; line-height:60px;}
/*
.tab01_cont {display:none; min-height:800px; margin-top:35px; text-align:left;}
.tab01_cont.on {display:block;}
*/
.tab01_cont {margin:30px 0; text-align:left;}

.content_category{width:100%;margin:30px auto 0;border-left:solid 1px #e0e0e0;text-align:left;}
.content_category .left{width:50%;}
.content_category th{    text-align: center;
    background-color: #f4f4f4;
    margin: 0px;
    font-family: 돋움, dotum, arial, verdana, sans-serif;
    font-weight: normal;
    border-top: #e0e0e0 1px solid;
	border-right: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
    padding: 8px;}
.content_category tr{    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
	}
.content_category td{border-bottom: #e0e0e0 1px solid;
    border-left: #e0e0e0 0px solid;
    line-height: 13pt;
    margin: 0px;
    font-family: 돋움, dotum, arial, verdana, sans-serif;
    color: #494949;
    border-right: #e0e0e0 1px solid;
    padding: 8px;}


.tab02 {width:100%; margin-top:30px; overflow:hidden;}
.tab02 a {float:left; width:222px; height:53px; border:1px solid #e7e7e7; border-left:none; background:#f6f6f6; font-size:15px; line-height:50px; text-align:center;}
.tab02 a:first-child {border-left:none;}

.tab03 {position:relative; width:441px; margin-top:20px; overflow:hidden; z-index:10;}
.tab03 a {float:left; width:50%; height:60px; border:1px solid #e7e7e7; border-left:none; background:#92979b; color:#fff; font-size:15px; line-height:57px; font-weight:bold; text-align:center; box-sizing:border-box;}
.tab03 a:first-child {border-left:1px solid #e7e7e7;}
.tab03 a.on {border-bottom:1px solid #fff; background:#fff; color:#2e2e2e;}


/*체크박스,라디오*/

.inputWrap label{vertical-align:middle;display:inline-block;line-height:30px;cursor:pointer;}
.inputWrap label + label{padding-left:10px;}
.inputWrap label input[type=checkbox],label input[type=radio]{position:relative;left:0; display:none;}
.inputWrap label input[type=checkbox] + span{content:"";display:inline-block;width:20px;height:20px;background:url(/admin/images/sp_input.png) no-repeat -26px -26px;background-size:46px;vertical-align:middle;padding-right:6px;}
.inputWrap label input[type=checkbox] + span + span{vertical-align:middle;}
.inputWrap label input[type=checkbox]:checked + span{background-position:0 -26px;}
.inputWrap label input[type=checkbox]:disabled + span{opacity:.5;}
.inputWrap label input[type=radio] + span{content:"";display:inline-block;width:20px;height:20px;background:url(/admin/images/sp_input.png) no-repeat -26px 0;background-size:46px;vertical-align:middle;padding-right:6px;}
.inputWrap label input[type=radio]:checked + span{background-position:0 0;}
.inputWrap label input[type=radio]:disabled+ span{opacity:.5;}


/****************************** step ******************************/
.step_box {height:80px; background:#fcfcfb; overflow:hidden;}
.step_box h1 {float:left; margin-left:18px; font-size:26px; line-height:78px; font-weight:normal;}
.step_box h1 img {margin:-2px 12px;}
.step_box ul {float:right; margin-right:15px; overflow:hidden;}
.step_box ul li {float:left; height:80px; padding:0 15px 0 55px; background:url('/css/images/bg_step_item.jpg') no-repeat 0 0; color:#000; font-size:20px; line-height:78px; font-weight:bold; letter-spacing:-2px;}
.step_box ul li span {display:inline-block; width:39px; height:39px; margin-right:6px; border-radius:100%; background-color:#d8dbdd; color:#fff; font-size:17px; line-height:37px; text-align:center; vertical-align:middle; letter-spacing:0;}





/****************************** 간격 ******************************/
/* margin */
.mgt0 {margin-top:0 !important;}
.mgt5 {margin-top:5px !important;}
.mgt10 {margin-top:10px !important;}
.mgt20 {margin-top:20px !important;}
.mgt30 {margin-top:30px !important;}
.mgt40 {margin-top:40px !important;}
.mgt50 {margin-top:50px !important;}

.mgl0 {margin-left:0 !important;}
.mgl10 {margin-left:10px !important;}
.mgl20 {margin-left:20px !important;}





/****************************** 타이틀 ******************************/
.cont_title01 {margin-top:20px; padding:10px; font-size:20px; line-height:38px; font-weight:bold; text-align:left;}
.cont_title02 {margin-top:0; padding:0 10px; font-size:45px!important; line-height:79px; font-weight:normal; text-align:left; font-family:inherit!important;}
.cont_title03 {color:#2e2e2e; font-size:15px; line-height:54px; font-weight:bold; text-align:left;}
.cont_title04 {margin-top:0; padding:44px 0 16px 0; font-size:15px; color:#2e2e2e; line-height:18px; font-weight:bold; text-align:left;}
.cont_title05 {margin-top:0; padding:32px 0 16px 0; font-size:15px; color:#2e2e2e; line-height:20px; font-weight:bold; text-align:left;}
.max_width_fild {max-width:640px; margin:0 auto;}
.input_fild {margin-top:10px; padding:0 15px;}
.input_fild label {font-size:13px; line-height:28px;}
.input_fild select {width:100%;}


/****************************** 게시판 ******************************/


/* 리스트 */
.board_list {width:100%; margin-top:30px; background:#fcfcfb; font-size:15px; line-height:18px;}
.board_list .tit { background:#fff; }
.board_list .tit td {position:relative; padding:20px; box-sizing:border-box; border-top: 1px solid #f2f2f2;}
.board_list .tit td .opinionTopRightWrap{position:absolute; right:10px; top:10px; color:#929292; font-size:13px;padding:0;}
.board_list .tit td .day {display:inline-block;}
.board_list .tit td .opinionModAndDel{display:inline-block;padding-left:8px;}
.board_list .tit td div{text-align:left; padding:5px 0;}
.board_list .cont { background:#fff;}
.board_list th {padding:16px 0; background:url('/css/images/ico_board_th_bar.gif') no-repeat 0 center #b5babd; color:#fff; font-weight:bold; text-align:center;}
.board_list th:first-child {background:#b5babd;}
.board_list td {padding:16px 0; text-align:center;}
.board_list td.align_left {padding:16px 18px;}
.board_list td img {margin-top:-2px;}
.board_list td .encryption {margin-left:18px;}
.board_list .cont td {vertical-align:top;}
.board_list .cont td:first-child {text-align:right;}
.board_list .cont td:first-child img {}
.board_list .cont td:first-child .qna_box dl dt img {margin:0;}
.board_list .cont .reply {padding:20px; text-align:left;}

.board_list td .img .bigimg_box{display:none; position:fixed; left:0px; top:0px; width:100%;  height:100%; z-index:99991; background-color: rgba( 0, 0, 0, 0.8 );}
.board_list td .img.active .bigimg_box{display:block;}
.board_list td .img .bigimg_box .bigimg{position:fixed; top:50%; left:50%; max-height:500px; border:1px solid #fff;}


.board_list td ul.img_box li img.bigimg{display:none;width:auto; max-height:500px;}
.board_list td ul.img_box li {float:left; position:relative; margin:15px 15px 0 0; overflow:hidden; text-align:left; width:300px; height:207px;}
.board_list td ul.img_box li a {}
.board_list td ul.img_box li img.smallimg {position:absolute; left:0px; top:0px; width:100%; height:100%;}
.board_list td ul.img_box li .bigimg_box_in_width {width:100%; text-align:center; overflow:hidden;}




.board_list02 {width:100%; font-size:15px; line-height:18px; table-layout:fixed; word-wrap:break-word;}
.board_list02 th {padding:21px 0; border-left:1px solid #eaeaea; background:#b5babd; color:#fff; font-weight:bold; text-align:center;}
.board_list02 th:first-child {border-left:none;}
.board_list02 td {padding:23px 0; border-left:1px solid #eaeaea; border-bottom:1px solid #eaeaea; background:#fcfcfb; text-align:center;}
.board_list02 td.align_left {padding:23px 10px 23px 15px;}
.board_list02 td .product {overflow:hidden;}
.board_list02 td .product .img {float:left;}
.board_list02 td .product .img img {width:100px;}
.board_list02 td .product .txt {padding-left:120px;}
.board_list02 td .product .txt .tit {color:#000; font-size:15px; line-height:22px; font-weight:bold;}
.board_list02 td .product .txt p {margin-top:7px; color:#4b4b4b; font-size:14px; line-height:18px;}
.board_list02 tr td:first-child {border-left:none;}

/* 보기 */
.board_view {width:100%; font-size:15px; line-height:23px; table-layout:fixed;}
.board_view td {padding:20px 18px; border-bottom:1px solid #e7e7e7; background:#fcfcfb; text-align:left;}
.board_view td.title {padding:20px 32px; font-size:25px; line-height:44px; background:#f8f8f7;}
.board_view td.b_contents {padding:30px 40px 90px; background:#f6f6f7;}

/* 쓰기 */
.board_write {width:100%; border-top:1px solid #d9d9d9; font-size:15px; line-height:20px; text-align:left; box-sizing:border-box; border-right:1px solid #d9d9d9;}
.board_write tr th:first-child {border-left:1px solid #d9d9d9;}
.board_write td {padding:10px 20px; border-bottom:1px solid #d9d9d9; background:#fcfcfb;}
.board_write td .product {padding:10px 0; overflow:hidden;}
.board_write td .product .img {float:left;}
.board_write td .product .img img {width:95px;}
.board_write td .product .txt {padding-left:118px; font-size:20px; line-height:20px;}
.board_write td .nt {display:inline-block; margin-left:12px; letter-spacing:-1px; vertical-align:middle;}
.board_write td .price {font-size:20px; line-height:43px;}
.board_write td .price em {font-size:25px;}
.board_write td .label_group .check_label {margin-right:30px; line-height:43px;}
.board_write td .txtbox {padding:7px 0 8px;}
.board_write td .position_price {float:right;}
.board_write td .bank_dt {display:inline-block; width:75px;}

/* 페이징 */
.paging_box {padding:40px 20px 20px; margin-top:30px;}
.paging .btn_yellow01 { height:35px; line-height:35px; vertical-align:top; padding:0 12px; margin-left:5px;}
.paging_box.top-20 {padding:20px;}
.paging_box .paging {margin-top:0;}
.paging {padding:20px; margin-top:35px; background:#fcfcfb; font-size:0; line-height:0; text-align:center;}
.paging a {display:inline-block; width:31px; height:31px; color:#000; font-size:12px; line-height:28px;}
.paging a.on,
.paging a.prev {width:35px; margin-right:10px; padding-left:14px; color:#000; font-size:14px; font-weight:bold; text-align:left;}
.paging a.active {font-size:14px;}
.paging a.prev:hover {background:none; border-radius:0; color:#000; font-weight:normal;}
.paging a.next {width:35px; margin-left:10px; padding-right:14px; color:#000; font-size:14px; font-weight:bold; text-align:right;}
.paging a.next:hover {background:none; border-radius:0; font-weight:normal;}

/****************************** 제품리스트 ******************************/
/* 겔러리 */

.gallery_list {margin-top:25px; overflow:hidden; text-align:left;}
.gallery_list ul li {font-size:12px; padding:0 10px; vertical-align:top; display:inline-block; width:25%; margin:30px 0 0 0; box-sizing:border-box; }
.gallery_list.column3 ul li {width:33.33%;}
.gallery_list.column4 ul li {width:25%;}
.gallery_list.column5 ul li {width:20%;}
.gallery_list ul li .con {border:1px solid #e0e0e0; background:#fcfcfb; box-sizing:border-box; position:relative; }
.gallery_list ul li .txt {padding:10px 20px;}
.gallery_list ul li .txt .tit {font-size:18px; line-height:24px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.PageWrapSize .gallery_list ul {width:100%; margin-left:0;}
.PageWrapSize .gallery_list ul li {width:25%;}

/*브렌드 와 타임세일 변경*/
.gallery_list ul li .txt .brand {color:#929292; text-align:left; height:15px; font-size:12px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.gallery_list ul li .list_top {position:relative;}
.gallery_list ul li .list_top .timerestBox_height {position:absolute; bottom:0; left:0; width:100%; z-index:10; height:auto; text-align:center;}
.gallery_list ul li .list_top .timerestBox_height i {vertical-align:middle;}
.gallery_list ul li .list_top .timerestBox_height .timerestBox {padding:0; color:#fff; }
.gallery_list ul li .list_top .timerestBox_height #product {background:rgba(0,0,0,0.5); padding:10px;}
.gallery_list ul li .list_top .timerestBox_height .timerestBox span {background:none; font-weight:bold;}
/*브렌드 와 타임세일 변경*/

.gallery_list ul li .txt .price_wrap {height:44px; margin-top:10px;}
.gallery_list ul li .txt .price_wrap .dis em {font-size:40px; font-weight:bold;}
.gallery_list ul li .txt .price_wrap .price_box {display:inline-block; vertical-align:top;}
.gallery_list ul li .txt .price_wrap .price_box .mwon {display:none;} /*원 표시 지움 2017-07-12 park*/
.gallery_list ul li .txt .price_wrap .price_box .mkprice {display:block; height:16px; color:#b8b8b8; font-size:14px; line-height:16px; text-decoration:line-through;}
.gallery_list ul li .txt .price_wrap .price_box .price {display:block; height:24px; font-size:20px; line-height:24px; font-weight:bold;}
.gallery_list ul li .point_wrap {padding:0 20px; background:#fafafa; font-size:12px; line-height:38px; overflow:hidden; font-weight:bold;}
.gallery_list ul li .point_wrap .logistics {float:left;}
.gallery_list ul li .point_wrap .point {float:right;}
.gallery_list ul li .isicon {position:absolute; left:0; top:0;}
.isPlay img,
.gallery_list ul li .img .isPlay img,
.gallery_list ul li a .isPlay img {position:absolute; top:125px; left:50%; margin-left:-30px; width:60px; height:60px;}
.gallery_list li .gallery_list_in_box { box-sizing:border-box; padding: 10px;}
.gallery_list li .gallery_list_in_box strong {font-size:15px;}
.gallery_list li .gallery_list_in_box .date {color:#555;}


/*리스트 장바구니 좋아요 버튼 시작*/
.gallery_list ul li .HoverIconBox {position:absolute; bottom:0px; left:0; width:100%; text-align:center;
zoom: 1;
opacity: 0;
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.gallery_list ul li:hover .HoverIconBox {
zoom: 1;
opacity: 1;
-webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.gallery_list ul li .HoverIconBox > a.HoverIconBtn{display:inline-block; width:50%; text-align:center; line-height:38px; box-sizing:border-box; float:left; color:#717171; font-size:11px;}
.gallery_list ul li .HoverIconBox > a.HoverIconBtn.cart {background:#fff; border:1px solid #dcdcdc; line-height:36px;}
/*리스트 장바구니 좋아요 버튼 끝*/


/*리스트 장바구니 좋아요 버튼 리뉴얼*/
.gallery_list ul li .ItemIconBox {float:left;}
.gallery_list ul li .ItemIconBox > a ,
.gallery_list ul li .ItemIconBox > a span{display:inline-block; vertical-align:middle; cursor:pointer; margin-right:5px;}
.gallery_list ul li .ItemIconBox .iconfont  {font-weight:bold; font-size:23px; color:#b3b3b5;}
.gallery_list ul li .ItemIconBox .itemt_link {margin-top:6px; color:#b3b3b5;}
.gallery_list ul li .ItemIconBox .material-icons {font-size:21px; color:#b3b3b5;}
.gallery_list ul li .ItemIconBox .cart_icon {}
/*리스트 장바구니 좋아요 버튼 리뉴얼 끝*/



.gallery_list02 {overflow:hidden; text-align:left;}
.gallery_list02 ul {width:1228px; margin:0 0 0 -28px; overflow:hidden;}
.gallery_list02 ul li {float:left; width:280px; height:374px; margin:20px 0 0 27px; padding:10px; background:#fcfcfb; box-sizing:border-box;}
.gallery_list02 ul li .img {display:block; margin:0 auto; text-align:center;}
.gallery_list02 ul li .txt {margin-top:16px;}
.gallery_list02 ul li .txt .tit {font-size:18px; line-height:24px;}
.gallery_list02 ul li .txt .date {display:block; margin-top:5px; color:#888; font-size:13px; line-height:20px;}


/******************************************리스트 카트 레이어 스타일************************************* */
.ListCartLayer {width:600px; height:0; text-align:left; overflow:hidden; position:fixed; left:50%; top:50%; opacity:0; margin:-300px 0 0 -300px; background:#fff; z-index:9999;
transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
}

.ListCartLayer.on{ height:600px; top:50%; opacity:1;
transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
}

.CartLayerCon {border-bottom:1px dotted #000; box-sizing:border-box; padding:10px 0;}
.ListCartLayer .ListCartposition {position:relative; width:600px; height:556px; box-sizing:border-box; padding:0 25px 14px;}
.ListCartLayer .ListCartposition .ui-selectmenu-button.ui-button {width:80%;}
.ListCartLayer h1 a {float:right; color:#fff;}
.ListCartLayer .proTit{padding:20px 0; font-size:12px; border-bottom:1px dotted #000; font-weight:bold;}
.ListCartLayer .potionBox {position:relative; box-sizing:border-box; padding:15px 0 0 120px; min-height:117px; max-height:123px; overflow:auto;}
.ListCartLayer .potionBox .img {position:absolute; left:0; top:15px; width:100px; height:100px; overflow:hidden; border:1px solid #ccc;}
.ListCartLayer .potionBox .img img {width:100%;}
.ListCartLayer .CartLayermiddle {max-height:230px; overflow:auto; margin-top:10px;}
.ListCartLayer .CartLayerbottom {position:absolute; bottom:0; left:0; box-sizing:border-box; width:100%;}
.ListCartLayer .CartLayerbottom .totalprice{border-top:1px solid #ddd; box-sizing:border-box; padding:0 25px;}
.ListCartLayer .CartLayerbottom .totalprice dl {overflow:hidden; line-height:41px;}
.ListCartLayer .CartLayerbottom .totalprice dl dt {float:left; font-size:14px; font-weight:bold;}
.ListCartLayer .CartLayerbottom .totalprice dl dt span {font-weight:normal;}
.ListCartLayer .CartLayerbottom .totalprice dl dd span {font-size:14px; font-weight:normal;}
.ListCartLayer .CartLayerbottom .CartLayerBtn {text-align:center; padding:10px 0; border-top:1px solid #ddd; background:#fbfafa;}
.ListCartLayerMaksk {position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5);z-index:9990; display:none;}
.ListCartLayerMaksk.on {display:block;}
/******************************************리스트 카트 레이어 스타일 끝************************************* */


/****************************** 팝업 상관 스타일 ******************************/
.layer_pop {background:#f0f0f0;}
.pop_head h1 {float:left; margin-right:30px; color:#3a1c1c; font-size:25px; line-height:85px; font-weight:bold;}
.pop_head p {display:table-cell; height:85px; color:#3a1c1c; font-size:14px; line-height:20px; font-weight:bold; vertical-align:middle;}
.pop_head p span {display:block; margin-top:5px; font-size:11px; line-height:14px; font-weight:normal;  }
.pop_head .btn_close {position:absolute; top:30px; right:30px;}
.pop_cont {padding:30px; background:#f0f0f0;}
.mask {position:fixed; top:0; left:0; width:100%; height:99999px; background:#000; opacity:0.8; z-index:9998;}





/****************************** 회원 ******************************/
.member_wrap {width:580px; padding-top:70px; margin:0 auto; text-align:left;}
.member_wrap .title {height:84px; padding-bottom:21px; font-size:30px; line-height:81px; font-weight:bold;}
.member_wrap .btnNext{border-bottom:5px solid #2e2e2e;padding:70px 0;text-align:center;}
.member_wrap p.change_noti {box-sizing:border-box; padding:15px 15px 0 10px; text-indent:-7px; font-size:12px; color:#7e7e7e;}
.member_wrap .pw_change_btn_box {text-align:center; border-bottom:1px solid #2e2e2e; padding-bottom:30px; margin-bottom:15px;}
.member_wrap .pw_change_btn_box a {display:inline-block; width:49.5%;}
.member_wrap .login_input > li .notif {color: #888; font-size: 13px; line-height: 18px; padding: 0 20px 2px;}
.member_wrap .title .ftic-join,
.member_wrap .title .ftic-id,
.member_wrap .title .ftic-pw {font-size:32px; font-weight:bold;}
.member_wrap .title span {font-size:15px;}
.member_wrap .title02 {padding-top:15px; overflow:hidden;}
.member_wrap .title02 .img {float:left;}
.member_wrap .title02 .txt {display:block; padding:8px 0 0 96px; color:#000; font-size:30px; line-height:40px; font-weight:bold;}
.member_wrap .title02 .txt .p {display:block; padding:0 2px; color:#888; font-size:13px; line-height:22px; }
.member_wrap .login_input {margin-top:20px;}
.member_wrap .login_input.patop {padding-top:15px}
.member_wrap .login_input li {margin-bottom:10px;}
.member_wrap .login_input li input[type="text"],
.member_wrap .login_input li input[type="password"] {width:100%; height:65px; padding:0 0 0 66px; margin:0; border:1px solid #a3a3a3; font-size:15px; line-height:62px; font-weight:bold; box-sizing:border-box;}
.member_wrap .login_input li input.uid {background:url('/css/images/ico_login_uid.png') no-repeat 0 0 #fff;}
.member_wrap .login_input li input.upw {background:url('/css/images/ico_login_upw.png') no-repeat 0 0 #fff;}

.member_wrap .cklabel {display:inline-block; position:relative; overflow:hidden; font-size:15px; color:#5f5f5f; padding-left:28px; line-height:24px; }
.member_wrap .cklabel .iconfont {position:absolute; top:0; left:0; width:24px; height:24px; color:#999; font-size:24px; line-height:28px; font-weight:bold; text-align:center;}

.member_wrap .ck_login input {position:absolute; left:-9999px;}
.member_wrap .member_link {margin-top:22px; padding-bottom:10px; border-bottom:5px solid #2e2e2e; color:#c5c5c5; font-size:15px; line-height:34px; font-family:'dotum'; text-align:center;}
.member_wrap .member_link a {display:inline-block; margin:-5px 15px 0;  vertical-align:middle;}
.member_wrap .etc_type {padding-top:3px;}
.member_wrap .etc_type strong {display:block; padding:0 2px; margin-top:15px; font-size:15px; line-height:18px; font-weight:bold;}
.member_wrap .etc_type .etc_btn {display:table; width:100%; margin-top:15px; overflow:hidden;}
.member_wrap .etc_type .etc_btn li {display:table-cell; text-align:left;}
.member_wrap .etc_type .etc_btn li a {/*margin:0 5px;*/border-radius:5px;}
.member_wrap .etc_type .etc_btn li#nvLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("/css/images/ic-naver-02.png") no-repeat 11px 10px #57b04b; background-size:18px 16px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .etc_type .etc_btn li#fbLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("/css/images/ic-facebook-02.png") no-repeat 15px 8px #3b5998; background-size:10px 21px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .etc_type .etc_btn li#kkLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("/css/images/ic-kakao-02.png") no-repeat 11px 10px #ffe812; background-size:18px 17px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .welcome {margin-top:120px; font-size:30px; line-height:52px; text-align:center; font-weight:bold;}
.member_wrap .nt {margin:20px 0 40px; color:#474747; font-size:15px; line-height:18px; text-align:center;}
.member_wrap .title_center {height:88px; margin-top:28px; border-bottom:5px solid #2e2e2e; font-size:30px; line-height:85px; font-weight:bold; text-align:center;}
.member_wrap .mail_check {position:relative; height:66px; padding:0 4px; border-bottom:1px solid #2e2e2e; font-size:30px; line-height:63px; text-align:left;}

.member_wrap .mail_check .cklabel input {position:absolute; left:-9999px;}
.member_wrap .terms {border-bottom:2px solid #9e9e9e;}
.member_wrap .terms li {position:relative; height:66px; border-bottom:1px solid #9e9e9e; text-align:left;}

.member_wrap .terms li .cklabel input {position:absolute; left:-9999px;}
.member_wrap .terms li .btn {display:block; position:absolute; top:14px; right:1px; width:112px; height:40px; border:1px solid #92979b; background:#fbfbfb; color:#5a5a5a; font-size:13px; line-height:37px; font-weight:bold; text-align:center;}
.member_wrap .terms.join {margin-top:10px; border-top:1px solid #9e9e9e; border-bottom:none;}
.member_wrap .result_box {padding-top:50px; text-align:center;}
.member_wrap .result_box .result_txt {margin:40px 0; font-size:30px; line-height:36px;}
.member_wrap .pw_check {margin-top:30px; padding-top:20px; border-top:5px solid #2e2e2e; overflow:hidden;}
.member_wrap .pw_check li {margin-top:10px;}
.member_wrap .pw_check li input[type="password"] {width:100%; height:65px; padding:0 26px; margin:0; border:1px solid #a3a3a3; font-size:15px; line-height:62px; font-weight:bold; box-sizing:border-box;}
.member_wrap .find_cont {margin-top:-1px; padding:28px; border:1px solid #e7e7e7; background:#fff;}
.member_wrap .find_cont .form_list {font-size:0; line-height:0;}
.member_wrap .find_cont .form_list > li {margin-top:5px;}
.member_wrap .find_cont .form_list > li input.text {height:55px; margin-left:5px; line-height:50px;}
.member_wrap .find_cont .form_list > li input:first-child,
.member_wrap .find_cont .form_list > li .select_option:first-child {margin-left:0;}
.member_wrap .find_cont .form_list > li .select_option {height:55px; margin-left:5px;}
.member_wrap .find_cont .form_list > li .select_option .active_cont {height:53px; line-height:50px;}
.member_wrap .find_cont .form_list > li .select_option .option_list {top:53px;}
.member_wrap .find_cont .form_list > li .btn_check {display:inline-block; width:119px; height:55px; margin-left:5px; background:#92979b; color:#fff; font-size:15px; line-height:52px; text-align:center; font-weight:bold; vertical-align:top; cursor:pointer;}

.member_wrap .warnt {height:40px; padding-bottom:5px; margin-top:-45px; color:#000; font-size:15px; line-height:37px; text-align:right;}
.member_wrap .join_list {padding-top:15px; font-size:0; line-height:0;}
.member_wrap .join_list > li {margin-top:5px;}
.member_wrap .join_list > li input.text {height:55px; padding:0 20px; margin-left:5px; color:#92979b; font-weight:bold; line-height:50px;}
.member_wrap .join_list > li input.text::-webkit-input-placeholder {
color: #92979b;
}
.member_wrap .join_list > li input.text:-moz-placeholder {
color: #92979b;
}
.member_wrap .join_list > li input.text::-moz-placeholder {
color: #2e2e2e;
}
.member_wrap .join_list > li input.text:-ms-input-placeholder {
color: #92979b;
}
.member_wrap .join_list > li input:first-child,
.member_wrap .join_list > li .select_option:first-child {margin-left:0;}
.member_wrap .join_list > li .select_option {height:55px; margin-left:5px; color:#92979b; font-weight:bold;}
.member_wrap .join_list > li .select_option .active_cont {height:53px; padding:0 35px 0 20px; line-height:50px;}
.member_wrap .join_list > li .select_option .option_list {top:53px;}
.member_wrap .join_list > li .select_option .option_list li {padding:10px 20px;}
.member_wrap .join_list > li .btn_gray_board {width:183px; height:55px; margin-right:4px; line-height:52px;}
.member_wrap .join_list > li .btn_check {display:inline-block; width:120px; height:55px; margin-left:10px; background:#92979b; color:#fff; font-size:15px; line-height:52px; text-align:center; font-weight:bold; vertical-align:top; cursor:pointer;}
.member_wrap .join_list > li .notif {padding:0 20px 2px; color:#888; font-size:13px; line-height:18px;}
.member_wrap .email_sms {margin-top:15px; border-top:1px solid #9e9e9e; border-bottom:1px solid #9e9e9e; text-align:center;}

.member_wrap  .cklabel input {position:absolute; left:-9999px;}
.member_wrap .add_children {height:95px; margin-top:-95px; text-align:right;}
.member_wrap .benefits {margin-top:10px; padding:20px; border:1px solid #d9d9d9; background:#fcfcfb; color:#888; font-size:13px; line-height:16px;}
.member_wrap .child_box {overflow:hidden;}

.child_box.mar-top {margin-top:30px;}

.member_wrap .child_box h1 {position:relative; margin-top:10px; height:54px; padding:0 20px; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; background:#e7e7e0; font-size:16px; line-height:51px; font-weight:bold; text-align:left; overflow:hidden;}
.member_wrap .child_box .del {display:block; position:absolute; top:8px; right:7px; width:91px; height:38px; background:#92979b; color:#fff; font-size:15px; line-height:35px; text-align:center; font-weight:bold; cursor:pointer;}
.member_wrap .board_write {border-top:none;}
.member_wrap .board_write th:first-child {border-left:none;}
.member_wrap .board_write th {padding:10px 0 10px 20px; color:#92979b;}
.member_wrap .board_write td {padding:5px 10px;}
.member_wrap .board_write td label {margin-right:15px; color:#2e2e2e;}
.member_wrap .board_write td .txt_style {display:inline-block; color:#92979b; font-size:13px; line-height:16px; vertical-align:middle;}



.member_wrap .subtitle {font-size:13px; color:#524f4f; padding-top:10px;}
.member_wrap .h2title {position: relative; background: #555; padding: 10px 30px; color:#fff; font-size:16px; margin-top:25px;}
.regist_list {overflow:hidden; width:100%;}
.regist_list li {box-sizign:border-box; overflow: hidden; padding: 20px; border: 1px solid #dcdcdc; border-top: none;}



/****************************** 마이페이지 ******************************/
.mypage_wrap {padding-bottom:100px; background:#fcfcfb; overflow:hidden;}
.mypage_wrap2 {}
.mypage_noti {margin:45px 30px 0; color:#2e2e2e; font-size:15px; line-height:24px;}
.find_type_box {width:700px; margin:45px auto 0; padding:35px 0; border:1px solid #e7e7e7; text-align:center; box-sizing:border-box;}
.find_type_box .labels label {margin-left:15px; color:#666; font-size:13px; line-height:15px;}
.find_type_box .labels label:first-child {margin-left:0;}
.find_type_box .dates {margin-top:15px; color:#666; font-size:13px;}
.find_type_box .dates input.datebox {width:100px; height:27px; padding:0 10px; margin-left:10px; border:1px solid #dbdbdb; background:#f8f8f8; font-size:13px; line-height:25px; box-sizing:border-box;}
.find_type_box .dates input.datebox:first-child {margin-left:0;}
.find_type_box .dates .dateimg {display:inline-block; margin:0 5px 0 3px; vertical-align:middle; cursor:pointer;}
.find_type_box .find {display:inline-block; height:27px; padding:0 11px; margin-left:10px; background:#92979b; color:#fff; font-size:13px; line-height:27px;}
.in_title {margin-top:30px; padding:0 30px; color:#2e2e2e; font-size:20px; line-height:56px; font-weight:bold;}


/****************************** 기타 공통 ******************************/
/* 현재위치 */
.location {padding:15px 0; color:#000; font-size:14px; line-height:35px; text-align:left; box-sizing:border-box;}
.location a {color:#000; font-size:14px;}
.location .home {font-weight:bold;}
#navi_cate select {height:35px; padding:0 5px; border:1px solid #c4c4c4; color:#000; box-sizing:border-box; text-align:left; vertical-align:middle;}
.location select {height:35px; padding:0 5px; border:1px solid #c4c4c4; color:#000; box-sizing:border-box; text-align:left; vertical-align:middle;}

/* 순서컨트롤 */
.view_type_box {position:relative; height:68px; margin-top:30px; border:1px solid #e0e0e0; background:#fff;}
.view_type_box .total_cont {float:left; margin-left:20px; font-size:16px; line-height:68px;}
.view_type_box .total_cont em { font-weight:bold;}
.view_type_box .view_type {float:right; margin-right:20px; font-size:12px; line-height:68px;}
.view_type_box .view_type a {padding:0 12px; background:url('/css/images/ico_view_type_bar.jpg') no-repeat 0 5px; color:#000;}
.view_type_box .view_type a:first-child {background:none;}
.view_type_box .view_type a.active { font-weight:bold;}
.view_type_box .ui-selectmenu-button {float:right; width:100px !important; margin:18px 14px 0 0;}

/* 분할선 */
.d_line {width:100%; height:20px; background:url('/css/images/border_line.gif') repeat-x 0 center; overflow:hidden;}

/* fixed */
.fixed {position:fixed !important;}

/* 평가 별 */
.star_area img {cursor:pointer;}

/* border */
.bdt_none {border-top:none !important;}
.bdr_none {border-right:none !important;}
.bdb_none {border-bottom:none !important;}
.bdl_none {border-left:none !important;}

/* Q & A */
.qna_box {padding:0 16px 25px;}
.qna_box dl {padding:30px 0 5px; overflow:hidden;}
.qna_box dl dt {float:left;}
.qna_box dl dt img {margin:0;}
.qna_box dl dd {padding-left:72px;}

.qna_list {border-top:1px solid #e7e7e7; background:#fcfcfb; text-align:left;}
.qna_list li {border-bottom:1px solid #e7e7e7; background:url('/css/images/ico_qna_down.png') no-repeat right 35px;}
.qna_list li.on {background:url('/css/images/ico_qna_up.png') no-repeat right 35px;}
.qna_list li .q {position:relative; padding:30px 75px; font-size:15px; line-height:18px; cursor:pointer;}
.qna_list li .q em { font-weight:bold;}
.qna_list li .a {display:none; position:relative; padding:28px 75px 42px; background:#f9f9f9; font-size:15px; line-height:18px;}

/* 서브 검색 */
.search_type01 {display:table-cell; width:1200px; padding:20px 0; margin-top:30px; border:1px solid #e7e7e7; background:#f8f8f7; font-size:0; line-height:0; text-align:left; vertical-align:middle; box-sizing:border-box;}
.search_type01 .select_option {margin:0 10px 0 80px;}
.search_type01 .btn_search {display:inline-block; width:83px; height:35px; margin-left:-1px; background:#444; color:#fff; font-size:14px; line-height:32px; text-align:center; font-weight:bold; vertical-align:middle; cursor:pointer;}
.search_type01 .text_list {display:inline-block; margin-left:117px; font-size:14px; line-height:18px; vertical-align:middle;}
.search_type01 .text_list li {padding:2px 0;}
.search_type01 .text_list li em {display:inline-block; width:83px; height:30px; margin-right:10px; border:1px solid #c4c4c4; background:#f0f0f0; font-size:14px; line-height:27px; text-align:center; font-weight:bold; box-sizing:border-box;}

.ordernum_txt {margin:50px 30px 0; padding-left:16px; background:url('/css/images/ico_orange_check.png') no-repeat 0 center; color:#2e2e2e; font-size:15px; font-weight:bold;}

.search_wrap{}
.search_wrap .search{width:85%;padding:10px;border-radius:3px;border:1px solid #bebebe;margin:20px auto;box-sizing:border-box;}
.search_wrap .search td{padding:0 5px;}
.search_wrap .cstab ul li a{white-space:nowrap;float:left;border-top:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#f1f1f1;font-weight:bold;color:#323232;text-decoration:none;line-height:35px;height:35px;padding:0 10px;font-size:13px;letter-spacing:normal;margin-right:1px;}

/* 마이페이지 */

table.al_information {border-top:1px solid #e7e7e7; width:100%; overflow:hidden;}
table.al_information td {width:85%;padding-left:22px; font-size:15px; color:#2e2e2e; border-bottom:1px solid #e7e7e7; }

table.al_product {border-top:1px solid #e7e7e7; width:100%; overflow:hidden;}

table.al_product td { font-size:15px; color:#2e2e2e; text-align:center; border-bottom:1px solid #e7e7e7; }/*line-height:102px; */
table.al_product td.text-left {text-align:left;}
table.al_product td.text-left span.text_pp {padding-left:15px;}

.al_left {float:left;width:49%; overflow:hidden;}
.al_right {float:right;width:49%; overflow:hidden; position:relative;}

.al_right p {position:absolute; top:49px; right:165px; font-size:15px; color:#2e2e2e;}

table.left_right_table {width:100%; border:1px solid #e7e7e7; overflow:hidden;}
.al_left table.left_right_table {border-left:none;}
.al_right table.left_right_table {border-right:none;}
table.left_right_table td {padding-left:22px; font-size:15px; color:#2e2e2e; border-top:1px solid #e7e7e7; }
table.left_right_table tr:first-child th,
table.left_right_table tr:first-child td {border-top:none;}



.left_right_table .al_user{width:280px; height:35px; line-height:33px; padding-left:10px; font-size:15px; color:#2e2e2e; border:1px solid #c4c4c4; box-sizing:border-box;}
.left_right_table select {width:90px; height:37px; border:1px solid #c4c4c4;}
.left_right_table input.al_num {width:90px; height:35px; line-height:33px; border:1px solid #c4c4c4; text-align:center; box-sizing:border-box;}
.left_right_table input.al_e_mail {width:280px; height:35px; line-height:33px; text-align:center; font-size:15px; color:#2e2e2e; border:1px solid #c4c4c4; box-sizing:border-box;}
.left_right_table input.al_e_mail2 {width:280px; height:35px; line-height:33px; text-align:center; font-size:15px; color:#2e2e2e; border:1px solid #c4c4c4; box-sizing:border-box;}
.left_right_table .address_num {width:128px; height:35px; line-height:33px;border:1px solid #c4c4c4; text-align:center; box-sizing:border-box;}
.left_right_table .address_text {width:280px; height:35px; line-height:33px; padding-left:10px; border:1px solid #c4c4c4; margin-top:6px;  box-sizing:border-box;}
.left_right_table .al_address_pp {padding-top:14px; padding-bottom:14px;}

.al_change_back {clear:both; text-align:center; padding-top:30px; overflow:hidden;}

table.al_Payment_Information {border-top:1px solid #e7e7e7; width:100%; overflow:hidden;}
table.al_Payment_Information td {width:85%;padding-left:22px; font-size:15px; color:#2e2e2e; border-bottom:1px solid #e7e7e7; }

.mypage_wrap .mypage_noti .btn {display:inline-block; background:#92979b; color:#fff; line-height:27px; padding:0 10px; vertical-align:middle;}
.mypage_wrap a.btn2 {display:inline-block; background:#92979b; color:#fff; line-height:35px; padding:0 10px; vertical-align:middle; font-size:13px;}
.mypage_wrap a.btn4 {display:inline-block; background:#92979b; color:#fff; line-height:45px; padding:0 25px; vertical-align:middle; font-size:14px; font-weight:bold;}
.mypage_wrap a.btn6 {display:inline-block; background:#01aebe; color:#fff; line-height:27px; padding:0 25px; vertical-align:middle; font-size:14px; font-weight:bold;}


/* 마이페이지 취소/반품/환불 추가 */

.p_text .left {float:left; line-height:63px; font-size:15px; color:#2e2e2e; font-weight:bold; padding-left:30px;}
.p_text .right {float:right; line-height:63px; font-size:15px; color:#2e2e2e; font-weight:bold; padding-right:30px;}

.al_btn_song {text-align:center; padding-top:10px;}

table.al_Payment_Information .al_color_text1{color:#01aebe;}

/* 마이페이지 2016.05.25 */

.lnb_info {padding:18px 22px; border-top:1px solid #eaeaea; background:#fcfcfb;}
.lnb_info dl {overflow:hidden;}
.lnb_info dl dt {float:left; font-size:13px; line-height:22px; text-align:left;}
.lnb_info dl dd {float:right; font-size:13px; line-height:22px; text-align:right;}

.mytop_txt_wrap {position:relative; height:111px;padding-left:130px; border:1px solid #e7e7e7; overflow:hidden;}
.mytop_txt_wrap.bg_img1 {background:url('/css/images/bg_tx01.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img2 {background:url('/css/images/bg_tx02.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img3 {background:url('/css/images/bg_tx03.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img4 {background:url('/css/images/bg_tx04.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img5 {background:url('/css/images/bg_tx05.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img6 {background:url('/css/images/bg_tx06.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img7 {background:url('/css/images/bg_tx07.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap .mytop_txt_box {display:table; height:111px;}
.mytop_txt_wrap .mytop_txt_list {display:table-cell; vertical-align:middle;}
.mytop_txt_wrap .mytop_txt_list h2 {font-size:20px;}
.mytop_txt_wrap .mytop_txt_list p {color:#2e2e2e; font-size:15px; line-height:20px;}
.mytop_txt_wrap .mytop_txt_c {position:absolute; right:50px; top:35px;}
.mytop_txt_wrap .mytop_txt_c strong {font-size:20px; vertical-align:middle;}
.mytop_txt_wrap .mytop_txt_c span {margin-left:20px; vertical-align:middle;}
.oea_txt_box {padding:0 30px; margin-top:35px; overflow:hidden;}
.oea_txt_box .oea_left {float:left; font-size:15px; line-height:39px;}
.oea_txt_box .oea_right {float:right; font-size:15px; line-height:39px;}

.board_list_btns {padding:30px 30px 0; text-align:left; overflow:hidden;}
.btn_board_blue {display:inline-block; height:45px; padding:0 28px; background:#01aebe; border:none; color:#fff; font-size:14px; line-height:45px; font-weight:bold;}
.btn_board_gray {display:inline-block; height:45px; padding:0 28px; background:#92979b; border:none; color:#fff; font-size:14px; line-height:45px; font-weight:bold;}

.board_list_btns .link_right {float:right;}
.evaluation {padding:20px; background:#f6f6f7;}
.evaluation p {font-size:15px; text-align:left;}
.evaluation_box {padding:0 !important;}

.board_list td .btn_gray03 {margin-top:2px;}
.btn_gray03 {display:inline-block; width:60px; height:26px; background:#92979b; color:#fff; font-size:13px; line-height:26px; text-align:center; vertical-align:middle; box-sizing:border-box; cursor:pointer;}
.board_list td .wslist_img {display:inline-block;  font-size:0; line-height:0;}
.board_list td .wslist_img img {border:1px solid #d2d2d2;}
.board_list td .wslist_name {text-align:left;}
.board_list td .wslist_name strong {display:block; font-size:15px; line-height:20px; font-weight:normal;}
.board_list td .wslist_name p {color:#8e8d8b; font-size:12px;}
.board_list tr.board_qa_box {display:none;}
.board_list tr.board_qa_box td {padding:0;}
.board_list tr.board_qa_box td .questions {padding:30px 77px 20px; background:url('/css/images/ico_board_q.png') no-repeat 22px 22px #f6f6f7; text-align:left;}
.board_list tr.board_qa_box td .answers {padding:30px 77px 20px; background:url('/css/images/ico_board_a.png') no-repeat 22px 22px #f6f6f7; text-align:left;}


.board_write2 {width:100%; border-top:1px solid #d9d9d9; font-size:15px; line-height:20px; text-align:left; box-sizing:border-box; border-collapse:collapse;}
.board_write2 td {height:35px; padding:14px 20px; border:1px solid #d9d9d9; border-left:none;}
.board_write2 td input[type="text"] {height:35px; padding:0 10px; border:1px solid #c4c4c4; box-sizing:border-box; background:#fff; line-height:30px;}
.board_write2 td input[type="radio"] {margin:0; vertical-align:middle;}
.board_write2 td select {padding:5px 0 6px; border:1px solid #c4c4c4; }/*background:url('/css/images/bg_select_down.gif') no-repeat right center #fff;*/
.board_write2 td label {vertical-align:middle;}
.board_write2 td .text_right span {margin-right:35px;}
.board_write2 th .color_orange {color:#ff620c; vertical-align:middle;}
.text_left {float:left;}
.text_right {float:right;}
.mgl10 {margin-left:10px !important;}
.btn_center {margin-top:30px; text-align:center;}
input[type="button"] {border:none;}

.secession_txt_box {padding:45px 50px; text-align:left;}
.secession_txt_box h3 {padding-bottom:20px; font-size:20px;}
.secession_txt_box p {font-size:15px; line-height:20px;}
.check_list_wrap {padding:50px 0 50px 195px; background:#f5f5f3; text-align:left;}
.check_list_wrap p {font-size:18px; text-align:left;}
.check_list_wrap .check_lists {margin-top:25px; overflow:hidden;}
.check_list_wrap .check_lists li {float:left; width:375px;}
.check_list_wrap .check_lists li input[type="checkbox"] {padding:0; margin:2px 0 0; vertical-align:middle;}
.check_list_wrap .check_lists li label {font-size:15px; line-height:30px; vertical-align:middle;}
.anne_check {height:55px; background:#e8e8e7; text-align:center;}
.anne_check input[type="checkbox"] {padding:0; margin:-2px 0 0; vertical-align:middle;}
.anne_check label {font-size:15px; line-height:55px;}

.res_txt {margin:50px 30px 0; text-align:left; font-size:15px;}
.res_txt em {font-weight:bold;}
.prd_box {margin:10px 0;}
.prd_box img {margin-right:10px;}

.titleText {margin-top:20px; font-size:20px; line-height:24px; font-weight:bold;}
.subtitleText {margin:20px 0; font-size:14px; line-height:18px;}

.top_info_inner {overflow:hidden;}
.top_info_inner li:first-child {border-left:none;}
.top_info_inner span.img{display:inline-block; float:left; font-size:16px; font-weight:bold; color:#3a1c1c;}
.top_info_inner span.txt {display:inline-block; float:right; padding:10px 0; font-size:16px; color:#3a1c1c;}


.main_cont_top {overflow:hidden; background:#fff; padding:25px 0px; margin-top:17px;}
.main_cont_top li {text-align:center; float:left; width:25%; position:relative;}
.main_cont_top li .tit{font-size:18px; font-weight:bold; color:#000000; line-height:28px;}
.main_cont_top li .txt span {display:inline-block; margin-top:-4px; vertical-align:middle;}
.main_cont_top li span.img {display:inline-block; position:absolute; top:50%; right:-10px; margin-top:-20px;}


.board_list_pay {width:100%; background:#fcfcfb; font-size:15px; line-height:18px;}
.board_list_pay th {background:#b5babd; font-size:15px;  color:#fefefe; padding:16px 0; text-align:center; border-left:1px solid #eaeaea;}
.board_list_pay th:first-child {border-left:none;}
.board_list_pay td {text-align:center; padding:20px 0; border-left:1px solid #eaeaea; color:#2e2e2e; font-size:15px;}
.board_list_pay td:first-child {border-left:none;}
.board_list_pay td em {font-size:18px;}
.board_list_pay td.name {text-align:left; padding:20px;}
.board_list_pay td.name .img {float:left;}
.board_list_pay td.name .txt {float:left; padding-left:20px;}
.board_list_pay td.name .txt strong {display:inline-block; font-weight:bold;}
.board_list_pay td.name .txt span {display:inline-block; padding-top:12px; font-size:14px; color:#888888;}


/*나를 추천한 회원 목록*/

.recom-day {border:1px solid #d9d9d9; }
.recom-day .recom-day-cont {display:table-cell;  background:#fcfcfb; width:848px; height:122px;box-sizing:border-box; vertical-align:middle;}
.recom-day .recom-day-cont .recom-day-cont_in p {font-size:15px; color:#2e2e2e; line-height:20px;}
.recom-day .recom-day-cont .recom-day-btn{overflow:hidden; font-size:0px;}
.recom-day .recom-day-cont .recom-day-btn span {display:inline-block; border-top:1px solid #c4c4c4; border-right:1px solid #c4c4c4; border-bottom:1px solid #c4c4c4;  }
.recom-day .recom-day-cont .recom-day-btn span:first-child {border-left:1px solid #c4c4c4;}
.recom-day-cont .recom-day-sele{margin-top:9px; font-size:15px; color:#2e2e2e;}
.recom-day-cont .recom-day-sele span.txt {display:inline-block; padding:0 6px;}
.recom-day-cont .recom-day-sele span.at {display:inline-block; padding:0 8px 0 2px;}
.recom-day-cont_in {padding-left:20px;}
.cont_title04 span.left_txt {display:inline-block; float:right;}
.delivery_bntbox {overflow:hidden; font-size:0px; padding-top:30px;}


/*나의 상품평*/

.evaluation_bigstar {width:990px; height:160px; border:1px solid #d9d9d9; background:#f9f9f9; box-sizing:border-box; text-align:center; display:table-cell; vertical-align:middle;}
.evaluation_bigstar .evaluation_bigstar_1 span {font-size:27px; color:#000000; vertical-align:bottom;}
.evaluation_bigstar .evaluation_bigstar_2 {font-size:20px; color:#010101; padding-top:20px;}


.mypage_wrap2 tr.clickcon {display:none;}
.mypage_wrap2 tr.clickcon.on {display:block;}

tr td.clickon_in {background:#f9f9f9 url('/css/images/clickcon_bg.png')no-repeat 90px 28px; box-sizing:border-box; padding:30px 0 30px 118px; text-align:left;}



/*포인트 캐쉬*/

.p_c_top {height:166px; border:1px solid #d9d9d9; box-sizing:border-box; }
.p_c_top .p_c_top_top {height:98px; background:#fcfcfb; box-sizing:border-box; padding:15px 26px 0 31px;}
.p_c_top .p_c_top_top .left {float:left; text-align:left;}
.p_c_top .p_c_top_top .left em {font-size:30px; color:#2e2e2e; font-weight:bold; line-height:42px;}
.p_c_top .p_c_top_top .left span {font-size:15px; line-height:20px; color:#2e2e2e; font-weight:bold;}
.p_c_top .p_c_top_top .right {float:right; text-align:right; padding-top:12px;}
.p_c_top .p_c_top_top .right strong {font-size:40px; color:#2e2e2e; font-weight:bold;}
.p_c_top .p_c_top_bottom {height:66px; background:#f7f7f7; position:relative;}
.p_c_top .p_c_top_bottom img {position:absolute; top:50%; left:15px; margin-top:-17.5px;}
.p_c_top .p_c_top_bottom span {font-size:12px; color:#888888; line-height:14px;}
.p_c_top .p_c_top_bottom .p_c_top_bottom_in {width:988px; height:66px; box-sizing:border-box; padding-left:60px; display:table-cell; vertical-align:middle;}
.p_c_top_bottom_in_btn {position:absolute; top:50%; right:15px; margin-top:-18px; border:1px solid #a0a6a9;}



/*할인쿠폰*/
.coupon_btns_11 {position: relative;overflow:hidden; padding:29px 0 20px 0; font-size:0px;}
.coupon_btns_11 .btn_coupon_reg {
    display: inline-block;
    position: absolute;
    top: 29px;
    right: 0;
    height: 50px;
    padding: 0 50px;
    border: 1px solid #ffa22a;
    background: #fff;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 46px;
    box-sizing: border-box;
}



/*회원탈퇴*/

.leave_txt_box {padding:40px; background:#fcfcfb; border:1px solid #d9d9d9;}
.leave_txt_box h4 {font-size:15px; color:#2e2e2e; line-height:21px;}
.leave_txt_box p {font-size:14px; color:#888888; line-height:20px;}
.leave_txt_box .leave_txt02{padding-top:40px;}


.leave_check_list {overflow:hidden; padding:40px 0px 40px 60px; box-sizing:border-box; border:1px solid #d9d9d9; background:#fdfdf8;}
.leave_check_list li {padding-top:22px; float:left; width:50%; text-align:left; font-size:15px; color:#2e2e2e;}
.leave_check_list li.topno {padding-top:0px;}
.leave_check_list li label {padding-left:15px;}
.anne_check2 {padding:28px 0 22px 0; text-align: center; font-size:15px; color:#2e2e2e;}
.anne_check2_btn {overflow:hidden; font-size:0px; text-align:center;}

/* 단계별 이유식 */
.b_write_box {margin-top:34px;}
.b_write {width:100%; border-collapse:collapse;}
.b_write tr th, .b_write tr td {border:1px solid #e7e7e7; font-size:15px;}
.b_write tr td {height:30px; padding:10px 38px 10px 20px; background:#fcfcfb; text-align:left;}
.b_write tr td .cont {min-height:135px; border:1px solid #c4c4c4; background:#fff;}
.b_write tr td input {vertical-align:middle;}
.b_write tr td span {font-size:12px; vertical-align:middle;}
.b_write tr .valign_top {padding-top:10px; vertical-align:top;}
.txt_red {color:#fe0000 !important;}

.b_list_box {margin-top:10px;}
.b_list_box .b_list {overflow:hidden;}
.b_list_box .b_list li {float:left; width:282px; height:400px; padding:16px 25px; margin:24px 0 0 24px; border:1px solid #d1d1d1; box-sizing:border-box; background:#fff;}
.b_list_box .b_list li.mgl0 {margin-left:0;}
.b_list_box .b_list li h3 {margin-top:15px; font-size:15px; font-weight:normal; text-align:left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.b_list_box .b_list li p {height:70px; margin-top:20px; font-size:15px; text-align:left; overflow: hidden;}
.b_list_box .b_list li span {display:block; font-size:15px; text-align:left;}

.b_view_box {margin-top:34px; background:#f8f8f7;}
.b_view_box .b_view_tit {padding:0 32px; overflow:hidden;}
.b_view_box .b_view_tit h2 {float:left; font-size:25px; line-height:83px; font-weight:normal;}
.b_view_box .b_view_tit span {float:right; font-size:15px; line-height:83px; }
.b_view_box .b_view_cont {padding:25px 32px 50px; border-top:1px solid #e7e7e7;}
.b_view_box .b_view_cont .img {text-align:left;}
.b_view_box .b_view_cont p {margin-top:15px; font-size:15px; line-height:20px; text-align:left;}


/*http://koreademo.mallshopping.co.kr/mallinmall/regist_form.asp 시작*/
.titleTextregi {border-bottom: 5px solid #2e2e2e; font-size: 30px; font-weight: bold; height: 84px; line-height: 81px;padding-bottom: 21px;}
.table_style td{padding:5px 0px; vertical-align:top;}
.table_style input.text{padding:0 20px; box-sizing:border-box; vertical-align:middle; font-weight:bold; color: #92979b; height:55px; line-height:50px;}
.sec select {height:55px;}
.refist_ckclass {background: rgba(0, 0, 0, 0) url("/css/images/ico_login_check_off.png") no-repeat scroll 0 center;display: block;font-weight:bold;font-size: 15px;height: 66px;line-height: 63px;overflow: hidden;padding-left: 32px;position: relative; width:150px;}
.refist_ckclass input{}
.refist_ckclass.on {background: rgba(0, 0, 0, 0) url("/css/images/ico_login_check_on.png") no-repeat scroll 0 center;}
/*http://koreademo.mallshopping.co.kr/mallinmall/regist_form.asp  끝*/


.productCont .txt {padding: 10px 20px; background:#fff; text-align:left;}
.productCont .txt .tit{font-size: 18px;line-height: 24px;white-space: nowrap;}

/*남자여자 체크박스*/

.MFchk_box {}
.MFchk_box .MFchk {}
.MFchk_box .MFchk .notif{display:inline-block;}

/*남자여자 구분 체크박스 꾸미기*/

.MFchk_box_wrap input[type=radio] {display: none;}

.MFchk_box_wrap input[type=radio] + label{display: inline-block;cursor: pointer;position: relative;padding-left: 25px;margin-right: 15px;font-size: 13px;}

.MFchk_box_wrap input[type=radio]+ label:before {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;position: absolute;left: 0;bottom: 1px;background-color: #ccc;border-radius: 15px;box-shadow: inset 0px 1px px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);}
.MFchk_box_wrap input[type=radio]:checked + label:before {content: "\2713";  /* 체크모양 */text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);font-size: 18px;font-weight:800;color: #fff;background:#2f87c1;text-align: center;line-height: 18px;}
/*남자여자 구분 체크박스 꾸미기 끝*/
.timerestBox_height {height:30px;}
.timerestBox {padding:0 20px; font-size:15px;}
.timerestBox span {display:inline-block; padding:1px 2px; background:#555 ; font-weight:bold; color:#fff; border-radius:3px;}

/*상품 리스트 타임세일 */


.ico_point {display:inline-block; width:18px; height:18px; margin-top:-2px; border-radius:100%; background:#b0c976; color:#fff; font-weight:bold; font-size:12px; line-height:18px; text-align:center; overflow:hidden; vertical-align:middle;}
select.select {height:35px; padding:0 5px; border:1px solid #c4c4c4; color:#000; box-sizing:border-box; text-align:left; vertical-align:middle;}
select.select1 {appearance: none; -webkit-appearance: none; -moz-appearance: none; border-radius:0px;  border: 1px solid #c4c4c4; box-sizing: border-box; color: #2e2e2e; font-size: 15px; background: #fff url("/css/images/ico_select.gif") no-repeat scroll right center; height: 35px; line-height: 20px; padding-left:3px;  text-align: left; width: 100%;}
select.select1::-ms-expand { display: none; }

/* 상세페이지 */
/* 공유 */
.share_area {height:65px; padding-top:20px; margin-top:-65px; text-align:right; font-size:0; line-height:0; box-sizing:border-box;}
.share_area a {margin-left:3px;}
/* 제품정보 */
.productInfo {position:relative; background:#fff; font-size:0; line-height:0; overflow:hidden;}
.productInfo .img_box {float:left; width:500px;}
.productInfo .img_box .img {width:500px; height:auto; margin:0; cursor:pointer; overflow:hidden;}
.productInfo .img_box .simg {margin:20px; text-align:center; font-size:0; line-height:0;}
.productInfo .img_box .simg .item {display:inline-block; position:relative; width:80px; height:80px; margin:0 5px; overflow:hidden; cursor:pointer;}
.productInfo .img_box .simg .item img {width:80px; height:80px;}
.productInfo .img_box .simg .item.active .ck_border {display:block;}
.productInfo .infoWrap {padding-left:500px; text-align:left;}
.timesaleTitle strong {position:absolute; top:50%; margin-top:-15px; line-height:30px; left:40px; font-size:25px; color:#fff;}
.productInfo .infoWrap .infoBox {padding:25px 40px;}
.productInfo .infoWrap .infoBox .icons span {margin-right:5px;}
.productInfo .infoWrap .infoBox h1 {margin:0; color:#2e2e2e; font-size:28px; line-height:48px; font-weight:bold;}
.productInfo .infoWrap .infoBox .score {height:34px; color:#2e2e2e; font-size:20px; line-height:30px;}
.productInfo .infoWrap .infoBox .score img {margin-top:7px; vertical-align:top;}
.productInfo .infoWrap .infoBox .prd_mkprc {margin-top:14px; color:#b8b8b8; font-size:20px; line-height:22px; text-decoration:line-through;}
.productInfo .infoWrap .infoBox .prd_prc {color:#2e2e2e; font-size:40px; line-height:42px; font-weight:bold;}
.productInfo .infoWrap .infoBox .prd_prc span.prd_prc_txt {font-size:20px;}
.productInfo .infoWrap .infoBox .prd_prc .discountVal{font-size:14px;color:#DA2B2D;}
.productInfo .infoWrap .infoBox .memberPrc{font-weight:bold;}
.productInfo .infoWrap .infoBox .memberPrc dl{position:relative;}
.productInfo .infoWrap .infoBox .memberPrc dd{font-size:20px;padding-left:0;margin-left:68px;}
.productInfo .infoWrap .infoBox .memberPrc dd .memberPrcCon{cursor:pointer;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList{display:none;width:240px;position:absolute;left:68px;top:30px;border:1px solid #ddd;background:#fff;z-index:99;font-size:12px;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList p{padding:5px 10px;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList p a{float:right;font-size:14px;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList ul{}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList ul li{padding:5px 10px;border-top:1px solid #ddd;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList ul li.pertinent{background:#f3f3f3;}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList ul li.pertinent:before{content:"> "}
.productInfo .infoWrap .infoBox .memberPrc .memberPrcList ul li .prc{float:right;color:#06f;}
.option_section {margin:0; padding:3px 0; font-size:15px; line-height:24px; overflow:hidden;}
.option_section dt {float:left; color:#000; font-weight:bold;}
.option_section dd {margin:0; padding-left:68px; color:#000;}
.option_section dd img {margin-top:-2px; vertical-align:middle;}
.freeCardWrap {font-size: 13px;padding:10px 20px;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;background: #f8f8f8;letter-spacing:-1px;border:1px solid #eee;border-radius:5px;}
.freeCardWrap .pic {}
.freeCardWrap .text1 {font-weight: 700;color: #222;margin:0 5px;}
.freeCardWrap .text2 {font-weight: 400;color: #666;}
.selected_option_wrap {margin-top:10px;}
.selected_option {position:relative; margin-top:-1px; padding:15px 30px 20px 15px; border:1px solid #c4c4c4; color:#000; font-size:14px; line-height:20px; overflow:hidden; box-shadow:1px 1px 3px #c4c4c4;}
.selected_option .neme {display:block; padding-right:120px;}
.selected_option .neme > span {display:inline-block; margin:5px 0; }
.selected_option .neme .intop {position:relative; margin-top:10px; padding:5px 0; overflow:hidden;}
.selected_option .neme .intop .prc {float:right; position:static; margin:0 0 0 10px; font-size:14px; line-height:20px;}
.selected_option .neme textarea {width:100%; max-width:100%; height:35px; min-height:35px; padding:0 10px; border:1px solid #c4c4c4; font-size:14px; line-height:33px; box-sizing:border-box;}
.selected_option .count_control {position:absolute; right:30px; top:48%;}
.selected_option .prc {display:inline-block; position:absolute; right:30px; top:48%; margin-top:-25px; font-size:15px; line-height:25px;}
.selected_option .prc em {font-style:normal;}
.selected_option .btn_delete {position:absolute; top:11px; right:7px; font-size:0; line-height:0; cursor:pointer;}
.total_price {margin-top:10px; color:#2e2e2e; font-size:14px; line-height:50px; text-align:right; box-sizing:border-box; padding-right:20px;}
.total_price span {font-size:15px; font-weight:bold;}
.total_price span em {font-size:30px; font-style:normal; font-weight:bold;}
.btn_area {overflow:hidden;}
.btn_area a {float:left; width:40%; height:70px; margin-left:1%; background:#92979b; color:#fff; font-size:18px; line-height:68px; text-align:center; font-weight:bold;}
.btn_area a:first-child {width:18%; margin-left:0;}
.btn_area a .iconfont {display:inline-block; margin:-5px 5px 0 0; font-size:35px; vertical-align:middle;}
.talk_btn_area {width:100%; overflow:hidden; margin-top:10px;}
.talk_btn_area a {display:block; width:49%; box-sizing:border-box;  cursor:pointer; text-align:center;}
.talk_btn_area .katalk {float:left; background:#ffe600;}
.talk_btn_area .toktok {float:right; background:#01c73c; padding-left:40px;}

.coupon_area {margin-top:20px; overflow:hidden; text-align:left;}
.coupon_area .img {float:left; width:280px; height:130px;}
.coupon_area .img img {width:280px; height:130px;}
.coupon_area .txt {padding:15px 20px 15px 300px; font-size:12px; line-height:16px;}
.coupon_area .txt .name {display:block; font-size:14px; line-height:20px;}
.coupon_area .txt .date {display:block; margin:10px 0 10px; font-size:12px; line-height:18px;}
.coupon_area .txt p {font-size:12px; line-height:16px;}

.height30_box {height:30px; background:#fff;}
.product_detail_wrap {position:relative; padding:0 30px; background:#fff; text-align:left;min-height:1480px;}
.product_detail {/*padding-right:220px;*/ overflow:hidden;}
.product_detail img{max-width:100%;}
.star_score {padding:40px; background:#f9f9f9; color:#000; font-size:27px; line-height:37px; text-align:center;}
.star_score .iconfont {font-size:30px;}
.star_score img {vertical-align:top;}
.star_score p {margin-top:10px; font-size:18px; line-height:28px;}
.star_score p span {font-size:20px;}

.couponTxtWrap{font-size:14px;padding:10px 0 5px;font-weight:bold;}

/* 퀵구매 */
/*
.quick_buy {position:absolute; top:0; left:50%; width:270px; margin-left:300px; background:#f9f9f9;}
.quick_buy .prd_sel {padding:20px 15px;}
.quick_buy .prd_sel h1 {padding:10px 0 40px; font-size:22px; line-height:26px; font-weight:normal;}
.prd_cart {min-height:115px; padding:0 14px; border-top:1px solid #ebebeb; overflow:hidden; overflow-y:auto;}
.prd_cart .prd_cart_item {padding:17px 0 27px; border-top:1px solid #e1e1e1;}
.prd_cart .prd_cart_item:first-child {border-top:none;}
.prd_cart .prd_cart_item span.txt {font-size:13px;}
.prd_cart .prd_cart_item .count_prc {position:relative; height:23px; margin-top:12px; font-size:13px; line-height:23px; text-align:right;}
.prd_cart .prd_cart_item .count_prc .count_control {position:absolute; top:0; left:0;}
.prd_cart .prd_cart_item .count_prc img {vertical-align:top; cursor:pointer;}
.buy_section {padding:25px 15px; border-top:1px solid #ebebeb;}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
*/



/* new update start 2016-11-07 jungeol kim */

/* 상세페이지 더보기버튼 */
.contentAddView .iconfont,
.contentFolding .iconfont {margin-left:10px;}

/* 상세정보 best10 */
.best10_area {position:absolute; top:0; right:0; width:200px; border:1px solid #e7e7e7; box-sizing:border-box;}
.best10_area h1 {height:46px; background:#fbfbfb; color:#2e2e2e; font-size:15px; line-height:42px; text-align:center;}
.cateBestList {padding:20px;}
.cateBestList li {margin:10px 0; text-align:center;}
.cateBestList li .img img {width:100%;}
.cateBestList li .title {display:block; font-weight:normal;}



/* 장바구니,주문 */
.cart_total {display:table; table-layout:fixed; width:100%; margin-top:40px; border-top:1px solid #b5babd;}
.cart_total li {display:table-cell; position:relative; width:33.3%; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; background:#fdfdf8; font-weight:bold; box-sizing:border-box; z-index:10;}
.cart_total li:first-child {z-index:7;}
.cart_total li .top {padding:0 36px; border-bottom:1px solid #eaeaea;}
.cart_total li .top dl {overflow:hidden;}
.cart_total li .top dl dt {float:left; font-size:15px; line-height:84px;}
.cart_total li .top dl dd {font-size:20px; text-align:right;}
.cart_total li .top dl dd em {font-size:30px; line-height:84px;}
.cart_total li .bottom {padding:22px 36px;}
.cart_total li .bottom dl {overflow:hidden;}
.cart_total li .bottom dl dt {float:left; font-size:15px; line-height:30px;}
.cart_total li .bottom dl dd {font-size:15px; line-height:30px; text-align:right;}
.cart_total li .bottom dl dd img {margin-top:-2px;}
.cart_total li:first-child .bottom {width:200%; background:#fdfdf8; box-sizing:border-box;}
.cart_total li:first-child .bottom dl {padding:8px 0;}
.cart_total li:first-child .bottom dl dt {line-height:35px;}
.cart_total li:first-child .bottom dl dd {padding-left:156px; line-height:35px; text-align:left;}
.cart_total li:first-child .bottom dl dd input.text {text-align:right;}
.cart_total li:first-child .bottom dl dd .dd_left {float:left;}
.cart_total li:first-child .bottom dl dd .dd_right {padding-left:204px; }
.cart_total li:first-child .bottom dl dd .dd_right em {font-weight:bold;}
.cart_total li .icon {position:absolute; right:-19px; top:23px;}
.dm_dr {padding:10px 0; text-align:right;}
.dm_dr .set_dr {margin-left:10px;}


/* 팝업쿠폰 */
.coupon_info {border:1px solid #d9d9d9; background:#fcfcfb;}
.coupon_info .top {position:relative; padding:30px 150px 30px 30px; border-bottom:1px solid #d9d9d9; overflow:hidden;}
.coupon_info .top h1 {color:#000; font-size:18px; line-height:24px; font-weight:normal; text-align:left;}
.coupon_info .top p {margin-top:20px; color:#888; font-size:15px; line-height:18px;}
.coupon_info .top .price {position:absolute; top:50px; right:28px; color:#000; font-size:15px; line-height:30px; font-weight:bold;}
.coupon_info .top .price em {font-size:25px;}
.coupon_info .bottom {position:relative; padding:20px 150px 20px 30px; text-align:left;}
.coupon_info .bottom label {color:#2e2e2e; font-size:15px; line-height:18px;}
.coupon_info .bottom .price em {font-size:20px;}
.coupon_info .bottom .couponSelect {height:35px; padding:5px 10px; border:1px solid #c4c4c4; font-size:15px; line-height:18px;}

.coupon_total {margin-top:10px; background:#fdfdf8; overflow:hidden;}
.coupon_total li {position:relative; float:left; width:33.3%; border-right:1px solid #eaeaea; box-sizing:border-box; z-index:10;}
.coupon_total li strong {display:block; border-bottom:1px solid #eaeaea; font-size:15px; line-height:64px; text-align:center;}
.coupon_total li .price {display:block; padding:0 30px; font-size:15px; line-height:74px; text-align:right; font-weight:bold;}
.coupon_total li .price em {font-size:30px; font-weight:bold;}
.coupon_total li .icon {position:absolute; top:16px; right:-19px;}


/* 무효스타일 */
.disabledStyle {color:#ddd !important;}

/* list play btn */


/* 인스타그램 레이어팝업 */
.insLayer {position:fixed; top:0; left:50%; width:768px; margin:-500px 0 0 -384px; background:#fff; box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); z-index:9999;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:0;

	transition:all .5s;
	-moz-transition:all .5s;
}
.insLayerBox.on .insLayer {
	transform:translateY(130%);
	-webkit-transform:translateY(130%);
	-moz-transform:translateY(130%);
	-o-transform:translateY(130%);
	-ms-transform:translateY(130%);
	opacity:1;

	transition:all .5s;
	-moz-transition:all .5s;
}
.insLayer .insHead {position:relative; padding:10px 10px; background:#f5f5f5; color:#7e7e7e; font-size:14px; line-height:20px; text-align:left;}
.insLayer .insHead h1 {font-weight:normal;}
.insLayer .insHead h1 .ftic-cart {display:inline-block; width:30px; height:30px; margin-right:6px; border-radius:100%; background:#c8c8c8; color:#fff; font-size:20px; line-height:28px; text-align:center; vertical-align:middle;}
.insLayer .insHead .ftic-close {position:absolute; top:10px; right:10px; color:#7e7e7e; font-size:26px; line-height:30px; cursor:pointer;}
.insLayer .insCont {overflow:hidden;}
.insLayer .insCont .left {position:relative; float:left; width:448px; height:448px; overflow:hidden;}
.insLayer .insCont .left .img img {width:100%;}
.insLayer .insCont .left .like_cmt {position:absolute; bottom:0; left:0; width:100%; overflow:hidden;}
.insLayer .insCont .left .like_cmt li {float:left; width:50%; height:40px; border-left:1px solid #fff; background:rgba(0,0,0,0.6); color:#fff; font-size:16px; line-height:40px; text-align:center; box-sizing:border-box;}
.insLayer .insCont .left .like_cmt li:first-child {border-left:none;}
.insLayer .insCont .left .like_cmt li .iconfont {font-size:20px;}
.insLayer .insCont .right {float:right; width:320px;}
.insLayer .insCont .right h2 {height:28px; padding:0 5px; background:#ebebeb; font-size:12px; line-height:26px; font-weight:normal; text-align:left; overflow:hidden;}
.insLayer .insCont .right .insGoodsBox {height:420px; overflow:hidden; overflow-y:scroll;}
.insLayer .insCont .right .insGoodsList {overflow:hidden;}
.insLayer .insCont .right .insGoodsList li {float:left; width:145px; margin:4px 0 0 4px; text-align:center; overflow:hidden;}
.insLayer .insCont .right .insGoodsList li .img img {width:145px; height:145px;}
.insLayer .insCont .right .insGoodsList li .tit {display:inline-block; margin:5px 10px 15px; color:#337ab7; font-size:12px;}
.insMask {display:none; position:fixed; top:0; left:0; width:100%; height:99999px; background:#000; opacity:0.3; z-index:9998;}
.insLayerBox.on .insMask {display:block;}

/* 이용약관,개인정보취급방침 */
.guide_title p {font-size:12px; font-weight:normal; letter-spacing:0;}


/* jquery ui select */
.ui-front {z-index:999999;}
.ui-icon {width:31px; height:33px;}
.ui-button {padding:0;}
.ui-button:active {background:#fff; color:#000;}
.ui-selectmenu-button.ui-button {width:100%; box-sizing:border-box;}
.ui-selectmenu-text {padding-left:10px; font-size:15px; line-height:33px;}
.ui-selectmenu-icon.ui-icon {background:url('/css/images/ico_select.gif') no-repeat right center;}
.ui-menu .ui-menu-item-wrapper {padding:10px;}
.select_fild.opacity {opacity:0;}



/*게시판 테이블 스타일 */
.boardTitle { font-weight:bold; color: #222222; font-size: 24px; margin-bottom: 10px; padding-bottom: 14px; text-align:left;}
.boardTitle span.line {display:inline-block; width:50px; height:2px; background:#5f4025 ;}
.typeRight {color: #bcbbbb; font-size: 12px; line-height: 28px; float: right;}
.typeRight a{border: 1px solid #ebebeb; font-weight:normal; color: #222; display: inline-block; font-size: 12px; height: 28px; line-height: 26px; padding: 0 20px; margin:10px;letter-spacing: 2px;}

.gs_table_album {background:none;}
.gs_table_album .gs_album_box {box-sizing:border-box; padding:5px; background:#fff; border:1px solid #ccc;}
.gs_table_album .gs_album_box .gs_album_img a{display:inline-block; height:200px; overflow:hidden;}
.gs_table_album .gs_album_box .gs_album_img a img {width:100%;}
.gs_table_album .gs_album_text {text-align:left; height:80px; box-sizing:border-box; padding-top:5px;}
.gs_table_album .gs_album_text .del {float:right;}
.gs_table_album .gs_album_text .tit {font-size:15px; }
.gs_table_album .gs_album_text .day {color:#aeaeae;}

.gs_table_content {width:100%; padding:10px 0;}
.gs_table_content .gray > td{padding:10px 0; border-bottom:1px solid #eee; vertical-align:top;}
.gs_table_content .gray > td .del {float:right;}
.gs_table_content .gray > td .tit {font-size:16px; font-weight:bold;}
.gs_table_content .gray > td .text {margin-top:10px;}
.gs_table_content .gray > td .text .day {color:#b9b9b9;}
.gs_table_content .gray > td .text .author {color:#9ebddf;}
.gs_table_content .gray > td .text .hits {color:#b9b9b9;}
.gs_table_content .gray > td .text .bar {font-size:12px; color:#eee;}
.gs_table_content .total_tit{ text-align:center; font-size:15px;  padding-bottom:30px;}

.contbox {padding:30px;}
.listwrap .img img {width:100%; height:100%;}

.btn_yellow03.top {margin:100px 0;}
.search_area {margin-top:30px;}
.btn_right {text-align:right; padding:20px 0;}
.paging {background:none;}

.gs_table_viwe { width:100%;}
.gs_table_viwe .tit {font-size:19px; font-weight:bold; padding:10px 0;}
.gs_table_viwe .day{color:#b9b9b9;}
.gs_table_viwe .author{color:#9ebddf;}
.gs_table_viwe .bar{font-size:12px; color:#eee;}
.gs_table_viwe .gs_table_viwe_in_box {border:1px solid #ccc; padding-bottom:50px;}
.gs_table_viwe .gs_table_viwe_in_box p.manual_img_box {padding:10px; border-radius:10px; border:1px solid #ccc; box-shadow:0px 0px 10px 5px rgb(0 0 0 / 10%);}
.gs_table_viwe .gs_table_viwe_in {box-sizing:border-box;width:100%; padding:15px; table-layout:fixed; }
.gs_table_viwe .gs_table_viwe_btn {font-size:0px; padding:15px;}
.gs_table_viwe .gs_table_viwe_btn .nbsp {display:inline-block; width:5px;}
.gs_table_viwe_in img {max-width:100%;}

.gs_table_write {width:100%; text-align:left;}
.gs_table_write td {padding:15px 0 15px 15px; font-size:15px; border-bottom:1px solid #dfe1e1;}
.gs_table_write th {background:#ebeded; font-size:15px; padding-left:10px; font-weight:normal;}
.gs_table_write_con {border-top:2px solid #dfe1e1; border-bottom:2px solid #dfe1e1;}

.gs_table_default {width:100%;}
.gs_table_default #board_group {width:200px; height:35px;}
.gs_table_default .gs_table_default_con {box-sizing:border-box; padding:15px;}
.gs_table_default .gs_table_default_con th {border-top:2px solid #ddd; border-bottom:2px solid #ccc; padding:15px 0; font-size:15px;}
.gs_table_default .gs_table_default_con td {padding:15px 0; border-bottom:1px solid #ccc; font-size:13px;}

.gs_table_comment {box-sizing:border-box; padding:15px;}
.gs_table_comment .gs_table_comment_con {box-sizing:border-box; padding:10px;}
.gs_table_comment .textarea_text {color: #666; font-size: 20px; font-weight: bold;}
.gs_table_comment textarea {border:3px solid #ccc; width:80%; max-width:80%; height:45px; min-height:45px; box-sizing:border-box; font-size:12px; color:#333;}
.gs_table_comment .comment_btn {background-color: #ccc; border: 3px solid #ccc; border-radius: 0; color: #fff; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; height: 45px; line-height: 39px; padding: 0 10px; text-align: center; white-space: nowrap;}
.gs_table_comment .gs_table_comment_bottom {margin-top:20px; border-top:1px solid #ccc;}
.gs_table_comment .gs_table_comment_bottom td {border-bottom:1px solid #ccc; padding:15px 0;}


.reg_btn {padding:10px 0px; margin-top:30px;}
.gs_paging_box {padding:30px 0;}
.gs_paging_box a {display:inline-block; padding:5px 8px; margin:0 5px; border:1px solid #eee;}

.del_box.on {display:block;}
.del_box {border:2px solid #000; display:none;background:#fff;text-align:center;z-index:999;}
.del_box .del_box_in {width:300px; height:150px; background:#fff;}
.del_box .del_box_in h1 {padding-top:15px; font-size:15px;}
.del_box .del_box_in .del_box_btn {margin-top:30px;}

/* smartSearch 2016-11-15 */
.smartSearch {position:relative; margin:50px 0; padding:10px 0 15px; background:#fff; border-top:1px solid #000; border-bottom:1px solid #000; text-align:left;}
.smartSearch #btnBrandList {display:none; position:absolute; top:14px; right:0; width:40px; height:40px; padding:0 0 5px 0; margin:0; border:none; background:#999; color:#fff; font-size:13px; text-align:center;}
.smartSearch .btn_dtlSC {display:block; position:absolute; bottom:-22px; left:50%; width:80px; height:22px; margin-left:-40px; border:1px solid #000; border-top:2px solid #fff; color:#666; font-size:12px; line-height:12px; text-align:center; box-sizing:border-box; cursor:pointer;}
.smartSearch .btn_dtlSC:before {content:'▼'; margin-right:2px; font-size:8px;}
.smartSearch .btn_dtlSC.on:before {content:'▲'; margin-right:2px; font-size:8px;}
.ssSection {overflow:hidden;}
.ssSection .ssTitle {float:left; width:130px; height:40px; margin:4px 0; color:#000; font-size:13px; line-height:40px; font-weight:bold;}
.ssSection .ssCont {padding-left:130px; font-size:0; line-height:0;}
.ssSection .ssCont .sBox {display:table; float:left; width:138px; height:40px; margin:4px 10px 4px 0;}
.ssSection .ssCont .sBox a {display:table-cell; position:relative; border:1px solid #999; color:#666; font-size:13px; line-height:15px; text-align:center; vertical-align:middle;}
.ssSection .ssCont .sBox a.on:after {content:'×'; position:absolute; top:2px; right:10px; width:5px; height:5px; text-align:center;}
.ssSection .ssCont input[type="text"] {width:138px; height:40px; padding:0 25px 0 10px; margin:4px 0; border:1px solid #999; color:#666; font-size:13px; line-height:15px; text-align:right; box-sizing:border-box; vertical-align:top;}
.ssSection .ssCont .tilde {display:inline-block; width:10px; color:#666; font-size:11px; line-height:40px; text-align:center; vertical-align:top;}
.ssSection .ssCont .btn_kwdSC {width:40px; height:40px; margin:4px 10px; padding:0 0 4px 0; border:none; background:#999; color:#fff; font-size:19px; font-weight:bold; text-align:center; vertical-align:top;}
#subbrandList {height:48px;}
#popBrandList .layer_pop {position:fixed; top:50%; left:50%; margin-top:-310px !important;}
.layer_pop .ssSection {height:384px; overflow-y:auto;}
.layer_pop .ssSection .ssCont {padding-left:0;}
#subSearchForm {display:none;}

.event_banner_box img{width:100%;}

/* 출석체크 */
.check {width:100%; margin:0 auto; position:relative;}
.check h2{text-align:center; margin-top:50px; font-size:30px; color:#000000;}
.check h2 strong{font-size:60px; font-weight:bold;}

.check th:first-child{border-right:none;}

.check td.first{border-left:1px solid #e6e6e6; }
.check td{background:#ffffff;border-bottom:1px solid #e6e6e6; border-right:1px solid #e6e6e6; height:167px; position:relative; box-sizing:border-box;}
.check td.to{opacity:0.5; background:none;}
.check td span.num {position:absolute; top:18px; left:15px;}
.check td span.icon_img{position:absolute; top:14px; right:15px;}
.check div.coupon_box{text-align:center; padding-top:65px;}
.check tr td div a span.coupon {margin-left:4px; }
.check em{font-size:16px; color:#656565;}
.check em.red {color:#e70014;}
.check tr td div a img.img2 {visibility:hidden; width:0px; height:0px; padding:0px; margin:0px;}
.check .check_banner {margin-top:50px; text-align:center;}

.check a.check_today_btn{display:inline-block; background:#fc6e83; border-radius:5px; margin-top:50px; padding-top:23px; box-sizing:border-box;  color: #fff; display: inline-block; font-size: 18px; font-weight: 700; height: 72px; text-align: center; text-shadow: 0 0 2px #999; vertical-align: middle; width: 272px}

/* 출석체크 이미지 변경 할때 시작*/
.check_date td .check_img_box {position:absolute; right:10px; bottom:10px;}

/*출석체크 이미지 변경 할때 끝*/

/*쿠폰 이미지 변경 할때 시작*/
.check_date td .coupon_img_box {position:absolute; left:10px; bottom:10px;}
.check_date td .coupon_img_box a img {width:63px;}

/*쿠폰 이미지 변경 할때 끝*/



.check_date {margin-top:30px; border-left:1px solid #e6e6e6;}
.check_date a.on img.img2{visibility:visible; width:70px; height:49px;}
.check_date a.on img.img1{display:none;}
.check_date a.on img.img4{visibility:visible; width:70px; height:49px;}
.check_date a.on img.img3{display:none;}

.check .bx-prev{width:9px; height:15px; position:absolute; top:110px; left:0px;	background:url(/data/rental/prev.png) no-repeat 0 0;	overflow:hidden;	text-indent:-9999px;}

.check .bx-next{	width:9px;	height:15px;	position:absolute;	top:110px;	right:0;	background:url(/data/rental/next.png) no-repeat 0 0;	overflow:hidden;	text-indent:-9999px;}



.check .noticheck_box {width:100%; height:305px; padding:40px; box-sizing:border-box; border-radius:8px; background:#f4f9fa; margin-top:80px; position:relative; text-align:left;}
.check .noticheck_box h1 {font-size:60px; color:#000;}
.check .noticheck_box h1 span.che_cheicon {position:absolute; left:161px; top:-16px;}
.check .noticheck_box p{font-size:35px; line-height:40px;color:#000;}
.check .noticheck_box ul {margin-top:15px;}
.check .noticheck_box .img {position:absolute; right:40px; top:40px;}


/*관련추천상품*/

.relationBest_list {position:relative;}
.relationBest_list h1 {font-size:25px; box-sizing:border-box; padding:0 10px 20px 10px;}
.relationBest_list .swiper-wrapper {width:999999px; float:left; height:390px; overflow:hidden;}
.relationBest_list .swiper-wrapper .swiper-slide {overflow:hidden;}
.relationBest_list .goods_box { width:100%; box-sizing:border-box; padding:0 10px; }
.relationBest_list .goods_box .goods {border:1px solid #f0f0f0;}
.relationBest_list .goods_box .goods .img img {width:100%;}
.relationBest_list .goods_box .goods .txt { height:80px; padding:15px;}
.relationBest_list .goods_box .goods .txt .tit {font-size: 18px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.relationBest_list .goods_box .goods .txt .price {display: block;margin-top:15px; font-weight:bold; font-size: 20px; height: 24px; line-height: 24px; float:left;}
.relationBest_list .goods_box .goods .txt .point {float:right; margin-top:20px;}
.relationBest_list .arrow-left {background: rgba(0, 0, 0, 0) url("/css/images/left1.png") no-repeat scroll center center; height: 48px; left:-15px;position: absolute;top: 50%;width: 48px;z-index: 10;}
.relationBest_list .arrow-right {background: rgba(0, 0, 0, 0) url("/css/images/right1.png") no-repeat scroll center center; height: 48px; right:-15px; position: absolute;top: 50%;width: 48px;z-index: 10;}

.sublist_banner {overflow:hidden;}
.sublist_banner img {width:100%;}

/*order 제주 배송비 금액 css*/
.cart_total li .top dl.TopH1 {position:relative;}
.cart_total li .top dl.TopH1 dt span {position:absolute; left:0; bottom:0; line-height:25px; font-size:12px; color:#ffa200;}

/*회원가입 선택*/
.member_wrap .JoinDistinction {overflow:hidden; margin-top:15px;}
.member_wrap .JoinDistinction label.radiolabel {position:relative; float:left; display:inline-block; width:25%; box-sizing:border-box; text-align:left; padding:10px 30px 10px 30px; color:#5f5f5f; font-size: 15px; line-height: 24px; overflow: hidden; }
.member_wrap .JoinDistinction label.radiolabel input[type="radio"] {margin:0; position:absolute; left:-9999px;}
.member_wrap .JoinDistinction .iconfont {position:absolute; left:0; top:50%; margin-top:-12px; display:inline-block; color:#999; font-size:24px; font-weight:bold; height:24px;line-height:28px;  text-align: center; width:24px;}

.BusiInfor {overflow:hidden; display:none;}
.BusiInfor .BusiInfortitle {text-align:center; font-size:28px; font-weight:bold; height:74px; line-height:71px; padding-bottom:21px;}
.BusiInfor li.space span.spacetext {display:inline-block; width:5%; height:55px; line-height:50px; color:#888; font-size:15px; text-align:center;}
.BusiInfor li.space .compernynum {float:right; display:inline-block; color: #888; font-size: 13px; line-height: 18px; padding: 20px 10px 2px 0;}
/*회원가입 선택 끝*/

/*세트상품 시작*/


.set_Visual {overflow:hidden;position:relative; box-sizing: border-box; height:auto; position:relative;}
.set_Visual .swiper-container {height:auto;}
.set_Visual .swiper-wrapper {width:999999px; }
.set_Visual .swiper-slide {float:left;}
.set_Visual .swiper-slide img {width:100%;}
.set_Visual .pagination {position:absolute; left:0; bottom:10px; display:block; z-index:10; width:100%; text-align:center;}
.set_Visual .pagination .swiper-pagination-switch {display:inline-block; background:#fff; box-sizing:border-box; width:10px; height:10px; margin:0 6px; border-radius:100%; cursor:pointer; line-height:12px;}
.set_Visual .swiper-slide img{width:100%;}
.set_Visual .set_VisualInner {position:relative; overflow:hidden;}
.set_Visual .videoBtn > span {display:block; font-size:14px; color:#fff;}
.set_Visual .videoBtn > span.bold {font-weight:bold;}
.set_Visual .videoBtn img {width:20px; height:20px;}

.Set_itemsSelect {overflow:hidden; margin-top:40px; padding-bottom:35px; border-bottom:1px solid #c9c9c9;}
.Set_itemsSelect p.Explanation {text-align:left; font-size:13px; color:#5e5e5e;}
.Set_itemsSelect .left {float:left; width:800px;}
.Set_itemsSelect .left ul{width:100%; overflow:hidden; margin:0 -3px;}
.Set_itemsSelect .left ul li{width:25%; float:left; box-sizing:border-box; padding:0 3px; margin-top:25px; }
.Set_itemsSelect .left ul li .con{}
.Set_itemsSelect .left ul li .img {border:1px solid #dddddd; position:relative;cursor:pointer; width:100%; height:194px; box-sizing:border-box; overflow:hidden;}
.Set_itemsSelect .left ul li .img .imgSelectIcon {position:absolute; left:50%; top:50%; margin-left:-37.5px; margin-top:-37.5px; width:75px; height:75px; border-radius:100%; background:rgba(0,0,0,0.5); text-align:center; box-sizing:border-box; padding:20px 0;}
.Set_itemsSelect .left ul li .img.on .imgSelectIcon {display:none;}
.Set_itemsSelect .left ul li .img .imgSelectIcon > span {display:block; font-size:11px; color:#fff; }
.Set_itemsSelect .left ul li .img .imgSelectIcon > span.text {margin-top:5px;}
.Set_itemsSelect .left ul li .img .imgSelectIcon img {width:19px; height:15px;  opacity:1; }
.Set_itemsSelect .left ul li .img img {width:100%; opacity:0.5; }
.Set_itemsSelect .left ul li .img.on img {opacity:1;}
.Set_itemsSelect .left ul li .textBox {box-sizing:border-box; padding:0 3px;}
.Set_itemsSelect .left ul li .textBox .Tit {font-size:14px; color:#5e5e5e; padding-top:8px;white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.Set_itemsSelect .left ul li .textBox .Tit a{font-size:14px; color:#5e5e5e;}
.Set_itemsSelect .left ul li .textBox .price {font-size:17px; font-weight:bold; color:#5e5e5e;}
.Set_itemsSelect .left ul li .textBox .price .mwon {font-weight:normal;}
.Set_itemsSelect .left ul li .textBox .view {margin-top:10px;}
.Set_itemsSelect .left ul li .textBox .view a.viewBtn {display:inline-block; width:100px; height:19px; border-radius:2px; background:#868686; color:#fff; font-size:13px; text-align:center; line-height:17px;}
.Set_itemsSelect .left ul li .textBox .view a.viewBtn .iconfont {font-size:11px; vertical-align:top;}

.Set_itemsSelect .right {float:left; box-sizing:border-box; padding-left:20px; width:400px; margin-top:25px;}
.Set_itemsSelect .right .titBox {height:287px;}
.Set_itemsSelect .right .titBox .Tit{font-size:32px; color:#5e5e5e; line-height:42px;}
.Set_itemsSelect .right .titBox .SubTit {font-size:12px; color:#999999; margin-top:10px;}

.Set_itemsSelect .right .priceBox {border-top:1px solid #dddddd;}
.Set_itemsSelect .right .priceBox dl{position:relative; border-bottom:1px solid #dddddd; overflow:hidden;}
.Set_itemsSelect .right .priceBox dl dt {position:absolute; left:0; top:0px; line-height:47px; width:70px; font-size:15px; color:#5e5e5e; box-sizing:border-box; padding-left:18px;}
.Set_itemsSelect .right .priceBox dl dd {float:right; width:100%;box-sizing:border-box; padding-left:70px; padding-right:15px; line-height:47px; text-align:right; font-size:20px; color:#000000;}
.Set_itemsSelect .right .priceBox dl.totalprice dt{line-height:87px; }
.Set_itemsSelect .right .priceBox dl.totalprice dd{line-height:87px; font-size:28px; font-weight:bold;}
.Set_itemsSelect .right .priceBox dl.totalprice dd .color {color:#e51b13; margin-right:15px;}
.Set_itemsSelect .right .priceBox dl.totalprice dd .mwon {font-size:20px; font-weight:normal; }

.Set_itemsSelect .right .priceBoxBtn {margin-top:15px;}

.SetInformation {overflow:hidden; text-align:center; margin-top:30px;}
.SetInformation img {margin-width:100%;}
.SetInformation iframe {max-width:100%; margin:0 auto;}


.Setproslide {margin-top:30px; margin-bottom:50px;}
.Setproslide h1 {font-size:32px; color:#000; line-height:66px;}
.Setproslide .SetproslideInnder {box-sizing:border-box; padding:42px 67px; background:#f9f9f9;}
.Setproslide .procon {box-sizing:border-box; padding:0 14px; text-align:center;}
.Setproslide .procon .img {border:1px solid #dddddd; box-sizing:border-box;}
.Setproslide .arrow-left {position:absolute; left:22px; top:50%; margin-top:-14px; display:inline-block; width:29px; height:51px; z-index:10; background:url("/css/images/Setproslideleft.png")no-repeat 0 0;}
.Setproslide .arrow-right {position:absolute; right:22px; top:50%; margin-top:-14px;  display:inline-block; width:29px; height:51px; z-index:10;  background:url("/css/images/Setproslideright.png")no-repeat 0 0; }
.Setproslide {overflow:hidden;position:relative; box-sizing: border-box; height:auto;}
.Setproslide .swiper-container {height:auto;}
.Setproslide .swiper-wrapper {width:999999px; }
.Setproslide .swiper-slide {float:left;}
.Setproslide .swiper-slide img {width:100%;}
.Setproslide .pagination {position:absolute; right:5px; top:35px; display:block; z-index:10; text-align:center;}
.Setproslide .pagination .swiper-pagination-switch {display:inline-block; background:#aaaaaa; box-sizing:border-box; width:12px; height:12px; margin:0 4.5px; border-radius:100%; cursor:pointer; line-height:12px;}
.Setproslide .swiper-slide img{width:100%;}
.Setproslide .Tit {font-size:18px; font-weight:bold; color:#5e5e5e; line-height:25px; margin-top:5px;}
.Setproslide .Tit a{color:#5e5e5e;}
.Setproslide .Subtit {font-size:12px; color:#a1a1a1; margin-top:5px;}

.itemsLayermarsk {position:fixed; left:0; top:0; z-index:99995; width:100%; height:100%; background:rgba(0,0,0,0.5); display:none;}
.itemsLayermarsk.on {display:block; }
.itemsLayer {display:none; width:920px; height:90%; overflow-y:auto; overflow-x:hidden;  padding-bottom:50px; background:#fff; z-index:99999;}
.itemsLayer.on {display:block;}
.itemsLayer img {max-width:100%;}
/*세트상품 끝*/

/*TV쇼핑 시작*/
.TVshoppingwrap {overflow:hidden;}
.TVshoppingwrap .TVlist {background:#f9f9f9;}
.TVshoppingwrap .TVlist ul {overflow:hidden; box-sizing:border-box; padding:7.5px;}
.TVshoppingwrap .TVlist ul li {float:left; width:25%; box-sizing:border-box; padding:7.5px;}
.TVshoppingwrap .TVlist ul li .img {box-sizing:border-box; border:1px solid #dddddd; position:relative;}
.TVshoppingwrap .TVlist ul li .img .conimg img {width:100%;}
.TVshoppingwrap .TVlist ul li .img .playIcon img {position:absolute; left:3px; bottom:5px;}
.TVshoppingwrap .TVlist ul li .Tit {font-size:14px; color:#5e5e5e; margin-top:10px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; font-weight:bold;}
.TVshoppingwrap .TVlist ul li .Tit a {color:#5e5e5e;}
.TVshoppingwrap .TVlist ul li .subTit {font-size:12px; color:#a1a1a1; margin-top:10px; height:55px; overflow:hidden;}
.TVshoppingwrap .TVlist h1 {font-size:32px; color:#000; padding:60px 0 15px 0; background:#fff;}
.TVshoppingwrap .TVlist h1 a.viewBtn {font-size:18px; color:#a1a1a1; float:right; font-weight:normal; margin-top:20px;}

.TVshopping {overflow:hidden; box-sizing:border-box; position:relative;}
.TVshopping .TVleft {float:left; width:66.66%; overflow:hidden;}
.TVshopping .TVleft .Ytvideo{padding-bottom:20px; border-bottom:1px solid #dddddd;}
.TVshopping .TVleft iframe.Ytvideoiframe{border:1px solid #dddddd; box-sizing:border-box;}
.TVshopping .TVleft .YouTubeLogo {text-align:right; margin-top:5px; font-size:0; }
.TVshopping .TVleft .YouTubeLogo img{vertical-align:top;}
.TVshopping .TVleft .YouTubeLogo .Num{display:inline-block; text-align:center; font-size:11px; width:39px; height:24px; border-radius:0 2px 2px 0; border:1px solid #cccccc; border-left:0; box-sizing:border-box; line-height:20px; color:#737373;}
.TVshopping .commentBox {margin-top:29px; position:relative; padding-right:77px; box-sizing:border-box; border-bottom:1px solid #cccccc;}
.TVshopping .commentBox textarea {color:#000; font-size:12px; width:100%; max-width:100%; min-width:100%; height:45px; max-height:45px; min-height:45px; box-sizing:border-box; border:3px solid #cccccc; padding-right:85px; margin:0;}
.TVshopping .commentBox .commentBtn  {position:absolute; right:0; top:0; height:45px; width:80px; background:#cccccc; color:#fff; overflow:hidden; text-align:center; line-height:45px; font-size:13px;font-weight:bold;}
.TVshopping .commentBox .totalcomment {padding:15px 0;}
.TVshopping .commentBox .totalcomment .Num {font-weight:bold;}
.TVshopping .commentList {overflow:hidden;}
.TVshopping .commentList li {padding:15px 0; border-bottom:1px solid #cccccc;}
.TVshopping .commentList li .DayBox{ line-height:15px;}
.TVshopping .commentList li .DayBox .IconLogo img{height:15px;}
.TVshopping .commentList li .DayBox .day{margin-left:10px;}
.TVshopping .commentList li .DayBox .time{margin-left:10px;}
.TVshopping .commentList li .commentText {margin-top:20px;}

.TVshopping .TVright {float:right; width:33.33%; box-sizing:border-box; padding-left:20px; overflow:hidden;}
.TVshopping .TVright .TVprointro {padding-bottom:45px;}
.TVshopping .TVright .TVprolistTit {font-size:32px; color:#5e5e5e; line-height:42px;}
.TVshopping .TVright .TVprolistSubTit {font-size:12px; color:#999999; line-height:17px; margin-top:20px;}.
.TVshopping .TVright .TVrightlist {overflow:hidden;}
.TVshopping .TVright .TVrightlist li {margin-top:16px; min-height:150px;}
.TVshopping .TVright .TVrightlist li .con {padding-left:160px; position:relative;}
.TVshopping .TVright .TVrightlist li .con .img{position:absolute; left:0; top:0; width:150px; height:150px; border:1px solid #dddddd; overflow:hidden; box-sizing:border-box;}
.TVshopping .TVright .TVrightlist li .con .img img {width:100%;}
.TVshopping .TVright .TVrightlist li .con .TextBox {}
.TVshopping .TVright .TVrightlist li .con .TextBox .Tit {font-size:14px; font-weight:bold; color:#5e5e5e; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.TVshopping .TVright .TVrightlist li .con .TextBox .Tit a{font-size:14px; font-weight:bold; color:#5e5e5e;}
.TVshopping .TVright .TVrightlist li .con .TextBox .subTit {font-size:14px; color:#5e5e5e; margin-top:5px; height:42px; overflow:hidden;}
.TVshopping .TVright .TVrightlist li .con .TextBox .priceBox {margin-top:10px;}
.TVshopping .TVright .TVrightlist li .con .TextBox .priceBox {font-size:17px; color:#5e5e5e; font-weight:bold;}
.TVshopping .TVright .TVrightlist li .con .TextBox .priceBox .won{font-weight:normal;}
.TVshopping .TVright .TVrightlist li .con .TextBox .priceBox .TVproview {background: #868686 none repeat scroll 0 0; border-radius: 2px; color: #fff; display: inline-block; font-size: 13px; height: 19px; line-height: 17px; text-align: center; width: 100px;}
.TVshopping .TVright .TVrightlist li .con .TextBox .priceBox .TVproview .iconfont {font-size: 11px; vertical-align: top;}
.TVshopping .TVright .TVrightlist li .con .BtnBox {margin-top:15px; font-size:0;}
.TVshopping .TVright .TVrightlist li .con .BtnBox > a {display:inline-block; width:49%; color:#fff; height:30px; text-align:center; font-size:13px; line-height:28px; font-weight:bold;}
.TVshopping .TVright .TVrightlist li .con .BtnBox > a.TVlistbtngray {background:#92979b;}
.TVshopping .TVright .TVrightlist li .con .BtnBox > a span.iconfont {font-weight:normal; font-size:20px; vertical-align:top; margin-right:3px;}
.TVshopping .TVright .TVrightlist li .con .BtnBox span.interval {display:inline-block; width:2%; }
/* TV 쇼핑 끝 */

/*세트상품 비디오 레이어*/
.videoLayermarsk {display:none; position:fixed; left:0; top:0; background:rgba(0,0,0,0.5); width:100%; height:100%; z-index:9998;}
.videoLayer {display:none; position:fixed; left:50%; top:50%;width:900px; height:600px; margin-left:-450px; margin-top:-300px; z-index:9999;}
.videoLayermarsk.on {display:block;}
.videoLayer.on {display:block;}
/*세트상품 비디오 레이어 끝*/

/*나의 홍보하기*/
.board_list.QR td {}
.board_list.QR .QRLayer {display:none; z-index:99999;  padding:30px; background:#fff;}
.board_list.QR .QRLayer img {width:180px; height:180px;}
.board_list.QR .QRLayer.on {display:block;}
.board_list.QR .QRLayerBtn {display:inline-block; border:1px solid #000;}
.board_list.QR .QRLayermarsk {position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:99998; display:none;}
.board_list.QR .QRLayermarsk.on {display:block;}
.board_list.QR .subcateList{ overflow:hidden; display:inline-block; float:left; width:85%;}
.board_list.QR .subcateList .butyCateSelect {display:inline-block; float:left; width:33.33%; box-sizing:border-box; padding-right:5px;}
.board_list.QR .url2Str {margin-top:10px;}
.board_list.QR .url3Str {margin-top:10px;}
.board_list.QR .url4Str {margin-top:10px;}
.board_list.QR .subcateListWrap {overflow:hidden;}
/*나의 홍보하기 끝*/


/*이달의쿠폰*/
h1.cp_title {border-bottom:4px solid #333; color:#333; font-size:24px; line-height:48px; text-align:left;}
.this_month {width:100%; box-sizing:border-box; border-collapse:collapse;}
.this_month td {padding-bottom:27px; border:1px solid #e2e2e2; box-sizing:border-box; vertical-align:top; overflow:hidden;}
.this_month td h3 {margin-top:27px; color:#333; font-size:16px; text-align:center;}
.this_month td .img_box {position:relative; width:220px; height:98px; margin:16px auto 0; }
.this_month td .img_box .coupon_down {position:absolute; right:-10px; bottom:-10px;}
.this_month td .img_txts {padding:25px 0 0 52px; text-align:left;}
.this_month td .img_txts p {padding-left:10px; color:#333; font-size:13px; line-height:22px; text-align:left;}
a.clo_btn11 {color: #fff;float: right;font-size: 20px;padding-right: 30px;}

/*SNS공유 레이어및 아이콘 시작*/
.SNSLayerIcon {display:inline-block; position:absolute; right:0; top:9px; padding:6px 12px; border-radius:4px; background:#a2a4a7; line-height:24px; text-align:center; cursor:pointer;}
.SNSLayerIcon span.iconfont {font-size:26px; color:#fff; font-weight:bold; vertical-align:middle;}
.SNSLayerBoxmarsk {display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index:99998; background:rgba(0,0,0,0.5);}
.SNSLayerBoxmarsk.on {display:block;}

.SNSLayerBox {position:fixed; left:50%; top:-25%; opacity:0; width:300px; height:0 !important; overflow:hidden; margin:-115px 0 0 -150px; background:#fff; z-index:99999; border-radius:6px; box-sizing:border-box; padding:15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari 和 Chrome */
-o-transition: all 0.5s; /* Opera */
}
.SNSLayerBox.on {top:30%; opacity:1;height:auto !important;
transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari 和 Chrome */
-o-transition: all 0.5s; /* Opera */
}

.SNSLayerBox .SNSLayerInner {position:relative; overflow:hidden;}
.SNSLayerBox .SNSLayerInner .SNSLayerCloseX {position:absolute; right:0px; top:0px; font-size:20px; color:#555; line-height:15px; cursor:pointer;}
.SNSLayerBox .SNSLayerInner .Tit {text-align: center; border-bottom: 0; font-size: 15px; font-weight: bold; line-height:17px; color:#333;}
.SNSLayerBox .SNSLayerInner .SNSouterwrap {overflow:hidden;}
.SNSLayerBox .SNSLayerInner .SNSouter {display:inline-block; float:left; width:25%; text-align:center; margin-top:10px;}
.SNSLayerBox .SNSLayerInner .SNSouter img {cursor:pointer;}
.SNSLayerBox .SNSLayerInner .SNSouter span.text {display:block; font-size:12px; line-height:17px; margin-top:10px; color:#9b9b9b;}
.SNSLayerBox .SNSLayerInner .URLcopy {overflow:hidden; margin-top:20px;}
.SNSLayerBox .SNSLayerInner .URLcopy input {width:163px; border-radius:4px; border:2px solid #e1e8ee; color:#9b9b9b;}
.SNSLayerBox .SNSLayerInner .URLcopy a.btn_yellow01 {height:35px; line-height:33px; font-size:10px; padding:0 16px; border-radius:4px;}
/*SNS공유 레이어및 아이콘 끝*/


/**************************************** 라이브팅 세트 ****************************************/
.onair{display:none;}

	.face_liveting{width:400px;height:710px;background:url(/css/images/main_img.jpg)no-repeat;position:relative;overflow:hidden;border:solid 1px #ddd;float:left;box-sizing:border-box;}
	.face_liveting .info{height:65px;position:absolute;left:10px;top:15px;}
	.face_liveting .info .tit{float:right;font-size:12px;color:#fff;margin-left:10px;line-height:17px;}
	.face_liveting .info .tit .answer{background:rgba(73,51,53,0.6);margin-top:5px;padding:3px;border-radius:3px;}

	.face_liveting .onair.on{display:block;position:absolute;right:17px;top:12px;}
	.face_comment{width:380px;height:710px;float:left;background:#fff;}
	.face_comment .face_comment_wrap{height:630px;margin:15px 0 0 10px;overflow:auto;margin-bottom:15px;}
	.face_comment .face_comment_wrap li{float:left;margin:10px 0;clear:both;position:relative;}
	.face_comment .profile{width:32px;height:32px;border-radius:50%;overflow:hidden;position:absolute;left:0;top:0;}
	.face_comment .profile img{width:32px;height:32px;}
	.face_comment .txt{float:right;padding-left:42px;}
	.face_comment input{width:70%;background:transparent;border:none;border-bottom:solid 2px #bcbcbc;outline:none;margin:12px 0 0 20px;}
	.face_comment button{width:70px;height:35px;background:#fff;border:solid 1px #ddd;outline:none;border-radius:8px;float:right;margin-right:10px;}

	.face_info{width:400px;height:910px;float:right;}
	.face_info .tit{height:44px;font-size:32px;color:#5e5e5e;}
	.face_info .tit .nick{font-weight:bold;}
	.face_info .emoticon{height:46px;}
	.face_info .emoticon div{float:left;margin:15px 10px 0 0;}
	.face_info .txt{height:70px;font-size:12px;color:#999;}
	.face_info .product{height:550px;background:lavender;}
	.face_info .product .setpd{height:422px;overflow:auto;background:snow;}
	.face_info .product .setpd>p{width:100%;background:#ffa8a8;font-size:12px;color:#fff;text-align:center;padding:8px 0;border-radius:5px;font-weight:bold;}
	.face_info .product .setpd .setpds{}
	.face_info .product .setpd .setpds li{position:relative;box-sizing:border-box;padding-left:140px;position:relative;margin:10px 0;}
	.face_info .product .setpd .setpds li:first-child{margin-top:0;}
	.face_info .product .setpd .setpds li:last-child{margin-bottom:0;}
	.face_info .product .setpd .setpds li .pdimg{width:120px;height:120px;border:solid 1px #ddd;position:absolute;left:0;top:0;}
	.face_info .product .setpd .setpds li .pdimg img{width:100%;height:100%;}
	.face_info .product .setpd .setpds li .tit{font-size:14px;color:#5e5e5e;line-height:20px;}
	.face_info .product .setpd .setpds li .tit .prc{line-height:42px;}
	.face_info .product .setpd .setpds li button{margin-top:56px;border:none;background:#f0f0f0 url(/css/images/dotbogi.png)no-repeat 7% 55%;font-size:13px;color:#5e5e5e;padding:2px 5px 2px 20px;border-radius:3px;outline:none;}
	.face_info .product .setpd li .select p{font-size:10px;color:#fff;text-align:center;line-height:80px;letter-spacing:-1.5px;}
	.face_info .product .setpd li .select p:after{content:"선택하세요";}
	.face_info .product .setpd li .select.on p:after{content:"선택됨";}

	.priceBox {border-top:1px solid #dddddd;}
	.priceBox dl{position:relative; border-bottom:1px solid #dddddd; overflow:hidden;}
	.priceBox dl dt {position:absolute; left:0; top:0px; line-height:47px; width:70px; font-size:15px; color:#5e5e5e; box-sizing:border-box; padding-left:18px;}
	.priceBox dl dd {float:right; width:100%;box-sizing:border-box; padding-left:70px; padding-right:15px; line-height:47px; text-align:right; font-size:20px; color:#000000;}
	.priceBox dl.totalprice dt{line-height:67px; }
	.priceBox dl.totalprice dd{line-height:67px; font-size:28px; font-weight:bold;}
	.priceBox dl.totalprice dd .color {color:#e51b13; margin-right:15px;}
	.priceBox dl.totalprice dd .mwon {font-size:20px; font-weight:normal; }
	.priceBoxBtn {margin-top:15px;}


	.youtube_liveting_wrap{width:780px;overflow:hidden;}
	.youtube_liveting_wrap .youtube_liveting{width:100%;height:439px;background:url(/css/images/main_img2.jpg)no-repeat;position:relative;overflow:hidden;border:solid 1px #ddd;float:left;box-sizing:border-box;}
	.youtube_liveting_wrap .youtube_liveting .info{height:65px;position:absolute;left:10px;top:15px;}
	.youtube_liveting_wrap .youtube_liveting .info .tit{float:right;font-size:12px;color:#fff;margin-left:10px;line-height:17px;}
	.youtube_liveting_wrap .youtube_liveting .info .tit .answer{background:rgba(73,51,53,0.6);margin-top:5px;padding:3px;border-radius:3px;}
	.youtube_liveting_wrap .youtube_liveting .onair.on{display:block;position:absolute;right:17px;top:12px;}

	.youtube_liveting_wrap .youtube_comment{width:100%;height:237px;float:left;background:#fff;}
	.youtube_liveting_wrap .youtube_comment .youtube_comment_wrap{height:156px;margin:15px 0 0 10px;overflow:auto;margin-bottom:15px;}
	.youtube_liveting_wrap .youtube_comment .youtube_comment_wrap li{float:left;margin:10px 0;clear:both;position:relative;}
	.youtube_liveting_wrap .youtube_comment .profile{width:32px;height:32px;border-radius:50%;overflow:hidden;position:absolute;left:0;top:0;}
	.youtube_liveting_wrap .youtube_comment .profile img{width:32px;height:32px;}
	.youtube_liveting_wrap .youtube_comment .txt{float:right;padding-left:42px;}
	.youtube_liveting_wrap .youtube_comment input{width:85%;background:transparent;border:none;border-bottom:solid 2px #bcbcbc;outline:none;margin:12px 0 0 20px;}
	.youtube_liveting_wrap .youtube_comment button{width:70px;height:35px;background:#fff;border:solid 1px #ccc;outline:none;border-radius:8px;float:right;margin-right:10px;}
	.youtube_liveting_wrap .more{clear:both;width:100%;height:34px;border:solid 1px #d3d3d3;text-align:center;box-sizing:border-box;background:url(/css/images/more_bg.jpg)repeat-x;line-height:34px;cursor:pointer;}

	.different{margin-top:30px;}
	.different h1{font-size:32px;color:#000;width:100%;font-weight:normal;letter-spacing:-1.15px;}
	.different h1 span{font-size:18px;color:#a1a1a1;float:right;margin:12px 10px 0 0;}
	.different .movie_wrap{height:711px;background:#f9f9f9;margin-top:20px;box-sizing:border-box;padding:20px;}
	.different .movie_wrap .movies{margin:-7.5px;}
	.different .movie_wrap .movies>li{float:left;width:25%;padding:7.5px;box-sizing:border-box;position:relative;}
	.different .movie_wrap .movies>li .movies_wrap{}
	.different .movie_wrap .movies li .movie_img{width:100%;height:200px;border:solid 1px #ddd;box-sizing:border-box;position:relative;}
	.different .movie_wrap .movies li .movie_img>img{width:100%;height:100%;}
	.different .movie_wrap .movies li .movie_img .onair.on{display:block;position:absolute;left:0px;bottom:0px;}
	.different .movie_wrap .movies li .tit{font-size:14px;color:#5e5e5e;letter-spacing:-1.15px;margin-top:10px;}
	.different .movie_wrap .movies li .emoticon{overflow:hidden;margin:10px 0;}
	.different .movie_wrap .movies li .emoticon div{float:left;}
	.different .movie_wrap .movies li .con ul{float:left;font-size:12px;color:#a1a1a1;}
	.different .movie_wrap .movies li .con .product{float:right;}
	.different .movie_wrap .movies li .con .product.on{width:120px;height:32px;text-indent:-9999px;background:url(/css/images/setpro.png)no-repeat;position:absolute;bottom:10px;right:10px;}
/**************************************** 라이브팅 세트 끝 ****************************************/

/**************************************** 라이브팅 단품 ****************************************/
.onair{display:none;}

	.face_liveting{width:400px;height:710px;background:url(/css/images/main_img.jpg)no-repeat;position:relative;overflow:hidden;border:solid 1px #ddd;float:left;box-sizing:border-box;}
	.face_liveting .info{height:65px;position:absolute;left:10px;top:15px;}
	.face_liveting .info .tit{float:right;font-size:12px;color:#fff;margin-left:10px;line-height:17px;}
	.face_liveting .info .tit .answer{background:rgba(73,51,53,0.6);margin-top:5px;padding:3px;border-radius:3px;}

	.face_liveting .onair.on{display:block;position:absolute;right:17px;top:12px;}
	.face_comment{width:380px;height:710px;float:left;background:#fff;}
	.face_comment .face_comment_wrap{height:630px;margin:15px 0 0 10px;overflow:auto;margin-bottom:15px;}
	.face_comment .face_comment_wrap li{float:left;margin:10px 0;clear:both;position:relative;}
	.face_comment .profile{width:32px;height:32px;border-radius:50%;overflow:hidden;position:absolute;left:0;top:0;}
	.face_comment .profile img{width:32px;height:32px;}
	.face_comment .txt{float:right;padding-left:42px;}
	.face_comment input{width:70%;background:transparent;border:none;border-bottom:solid 2px #bcbcbc;outline:none;margin:12px 0 0 20px;}
	.face_comment button{width:70px;height:35px;background:#fff;border:solid 1px #ddd;;outline:none;border-radius:8px;float:right;margin-right:10px;}

	.face_info{width:400px;height:910px;float:right;}
	.face_info .tit{height:44px;font-size:32px;color:#5e5e5e;}
	.face_info .tit .nick{font-weight:bold;}
	.face_info .emoticon{height:46px;}
	.face_info .emoticon div{float:left;margin:15px 10px 0 0;}
	.face_info .txt{height:70px;font-size:12px;color:#999;}
	.face_info .product{height:463px;background:#f0f0f0;}
	.face_info .product .setpd{height:422px;overflow:auto;background:snow;}
	.face_info .product .setpd>p{width:100%;background:#ffa8a8;font-size:12px;color:#fff;text-align:center;padding:8px 0;border-radius:5px;font-weight:bold;}
	.face_info .product .setpd .setpds{}
	.face_info .product .setpd .setpds li{position:relative;box-sizing:border-box;padding-left:140px;position:relative;margin:20px 0;}
	.face_info .product .setpd .setpds li:first-child{margin-top:0;}
	.face_info .product .setpd .setpds li:last-child{margin-bottom:0;}
	.face_info .product .setpd .setpds li .pdimg{width:120px;height:120px;border:solid 1px #ddd;position:absolute;left:0;top:0;}
	.face_info .product .setpd .setpds li .pdimg img{width:100%;height:100%;}
	.face_info .product .setpd .setpds li .tit{font-size:14px;color:#5e5e5e;line-height:20px;margin-bottom:50px;}
	.face_info .product .setpd .setpds li .prc{line-height:42px;}
	.face_info .product .setpd .setpds li button{margin-left: 10px;display: inline-block;text-indent: 7px;border: none;background: #f0f0f0 url(/data/kdemo3/TV/dotbogi.png)no-repeat 7% 55%;font-size: 12px;color: #5e5e5e;padding: 2px 5px 2px 10px;border-radius: 3px;outline: none;font-weight: bold;margin:-6px 0 0 25px;}
.face_info .product .setpd li .cart{background:#92979b url(/css/images/m_cart.jpg) no-repeat 10% center;font-size:14px;color:#fff;padding:10px 13px 10px 50px;background-size:20%;}
	.face_info .product .setpd li .buy{background:#ff6eb1 url(/css/images/m_buy.jpg) no-repeat 10% center;font-size:14px;color:#fff;padding:10px 13px 10px 50px;background-size:20%;}
	.face_info .product .more{text-align:center;line-height:40px;border-top:solid 1px #ddd;}

	.priceBox {border-top:1px solid #dddddd;}
	.priceBox dl{position:relative; border-bottom:1px solid #dddddd; overflow:hidden;}
	.priceBox dl dt {position:absolute; left:0; top:0px; line-height:47px; width:70px; font-size:15px; color:#5e5e5e; box-sizing:border-box; padding-left:18px;}
	.priceBox dl dd {float:right; width:100%;box-sizing:border-box; padding-left:70px; padding-right:15px; line-height:47px; text-align:right; font-size:20px; color:#000000;}
	.priceBox dl.totalprice dt{line-height:67px; }
	.priceBox dl.totalprice dd{line-height:67px; font-size:28px; font-weight:bold;}
	.priceBox dl.totalprice dd .color {color:#e51b13; margin-right:15px;}
	.priceBox dl.totalprice dd .mwon {font-size:20px; font-weight:normal; }
	.priceBoxBtn {margin-top:15px;}


	.youtube_liveting_wrap{width:780px;overflow:hidden;}
	.youtube_liveting_wrap .youtube_liveting{width:100%;height:439px;background:url(/css/images/main_img2.jpg)no-repeat;position:relative;overflow:hidden;border:solid 1px #ddd;float:left;box-sizing:border-box;}
	.youtube_liveting_wrap .youtube_liveting .info{height:65px;position:absolute;left:10px;top:15px;}
	.youtube_liveting_wrap .youtube_liveting .info .tit{float:right;font-size:12px;color:#fff;margin-left:10px;line-height:17px;}
	.youtube_liveting_wrap .youtube_liveting .info .tit .answer{background:rgba(73,51,53,0.6);margin-top:5px;padding:3px;border-radius:3px;}
	.youtube_liveting_wrap .youtube_liveting .onair.on{display:block;position:absolute;right:17px;top:12px;}

	.youtube_liveting_wrap .youtube_comment{width:100%;height:237px;float:left;background:#fff;}
	.youtube_liveting_wrap .youtube_comment .youtube_comment_wrap{height:156px;margin:15px 0 0 10px;overflow:auto;margin-bottom:15px;}
	.youtube_liveting_wrap .youtube_comment .youtube_comment_wrap li{float:left;margin:10px 0;clear:both;position:relative;}
	.youtube_liveting_wrap .youtube_comment .profile{width:32px;height:32px;border-radius:50%;overflow:hidden;position:absolute;left:0;top:0;}
	.youtube_liveting_wrap .youtube_comment .profile img{width:32px;height:32px;}
	.youtube_liveting_wrap .youtube_comment .txt{float:right;padding-left:42px;}
	.youtube_liveting_wrap .youtube_comment input{width:85%;background:transparent;border:none;border-bottom:solid 2px #bcbcbc;outline:none;margin:12px 0 0 20px;}
	.youtube_liveting_wrap .youtube_comment button{width:70px;height:35px;background:#fff;border:solid 1px #ddd;outline:none;border-radius:8px;float:right;margin-right:10px;}
	.youtube_liveting_wrap .more{clear:both;width:100%;height:34px;border:solid 1px #d3d3d3;text-align:center;box-sizing:border-box;background:url(/css/images/more_bg.jpg)repeat-x;line-height:34px;cursor:pointer;}

	.different{margin-top:30px;}
	.different h1{font-size:32px;color:#000;width:100%;font-weight:normal;letter-spacing:-1.15px;}
	.different h1 span{font-size:18px;color:#a1a1a1;float:right;margin:12px 10px 0 0;}
	.different .movie_wrap{height:711px;background:#f9f9f9;margin-top:20px;box-sizing:border-box;padding:20px;}
	.different .movie_wrap .movies{margin:-7.5px;}
	.different .movie_wrap .movies>li{float:left;width:25%;padding:7.5px;box-sizing:border-box;position:relative;}
	.different .movie_wrap .movies>li .movies_wrap{}
	.different .movie_wrap .movies li .movie_img{width:100%;height:200px;border:solid 1px #ddd;box-sizing:border-box;position:relative;}
	.different .movie_wrap .movies li .movie_img>img{width:100%;height:100%;}
	.different .movie_wrap .movies li .movie_img .onair.on{display:block;position:absolute;left:0px;bottom:0px;}
	.different .movie_wrap .movies li .tit{font-size:14px;color:#5e5e5e;letter-spacing:-1.15px;margin-top:10px;}
	.different .movie_wrap .movies li .emoticon{overflow:hidden;margin:10px 0;}
	.different .movie_wrap .movies li .emoticon div{float:left;}
	.different .movie_wrap .movies li .con ul{float:left;font-size:12px;color:#a1a1a1;}
	.different .movie_wrap .movies li .con .product{float:right;}
	.different .movie_wrap .movies li .con .product.on{width:120px;height:32px;text-indent:-9999px;background:url(/css/images/setpro.png)no-repeat;position:absolute;bottom:10px;right:10px;}
/**************************************** 라이브팅 단품 끝 ****************************************/








.checkCouponBtn {display:inline-block; margin-left:20px; font-size: 11px; color: #5d5d5d; border: 1px solid #9d9d9d; line-height: 19px; padding: 0 8px;}



/*관리자확인중 오버 스타일*/
.Question_Btn:hover .Question_Over {display:inline-block; }


.list_banner {overflow:hidden;}
.list_banner img{width:100%;}


/*회원가입 스텝.*/
.joinstep {overflow:hidden;}
.joinstep ul{font-size:0; border:1px solid #dcdcdc; border-top:none; border-bottom:none; box-sizing:border-box; padding:50px 80px 0 80px;}
.joinstep ul li {position:relative;box-sizing:border-box;display:inline-block; width:33.33%; color:#777777; text-align:center; background:#f3f3f3; padding:20px 0; border-top:1px solid #dadada ; border-bottom:1px solid #dadada ;}
.joinstep ul li:first-child {border-left:1px solid #dadada;}
.joinstep ul li:last-child {border-right:1px solid #dadada;}
.joinstep ul li .step {overflow:hidden;}
.joinstep ul li .step > div {display:inline-block;font-size:18px; vertical-align:middle;}
.joinstep ul li .step > div.icon {width:50px; height:50px; border-radius:100%; background:#fff; line-height:50px; margin-right:10px;}
.joinstep ul li .step > div.icon .iconfont {font-size:30px; }
.joinstep ul li .step > div.text {}
.joinstep ul li .next {position:absolute; right:-25px; top:50%; margin-top:-25px; width:50px; height:50px; line-height:50px; border-radius:100%; font-size:30px; z-index:1;}
.joinstep ul li.on .next {background:#fff;}
.joinstep ul li .next .iconfont { font-size:30px;}






/*티비 퍼블 시작*/
.ATTV_wrap {text-align:left;}
.ATTV_Top {overflow:hidden; font-size:0; padding-top:10px; padding-bottom:40px;}
.ATTV_Top > div {font-size:12px; display:inline-block; vertical-align: top;}
.ATTV_Top > div.video {width:854px;}
.ATTV_Top > div.product {box-sizing:border-box; padding-left:30px; width:646px;}
.ATTV_Top > div.product .top {padding-bottom:25px; border-bottom:1px solid #ededed;}
.ATTV_Top > div.product .top .TopTit{padding-top:5px; line-height:29px; font-size:17px; font-weight:600; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_Top > div.product .top .TopSubTit{line-height:29px; color:#7e7e7e; font-size:17px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_Top > div.product .top .text_Box{padding-top:20px; overflow:hidden; font-size:13px; color:#000;}
.ATTV_Top > div.product .top .text_Box .Day {float:left;}
.ATTV_Top > div.product .top .text_Box .text {float:right;}
.ATTV_Top > div.product .top .text_Box .text span {color:#bebebe;}
.ATTV_Top > div.product .bottom {padding-top:25px; width:218px;}
.ATTV_Top > div.product .bottom .img {width:218px; height:218px; overflow:hidden;}
.ATTV_Top > div.product .bottom .img img{width:100%;}
.ATTV_Top > div.product .bottom .brand {font-size:11px; color:#929292; padding-top:17px;}
.ATTV_Top > div.product .bottom .brand a {color:#929292;}
.ATTV_Top > div.product .bottom .tit {font-size:12px; color:#000; font-weight:700; padding-top:10px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_Top > div.product .bottom .size {font-size:12px; color:#000; font-weight:700; padding-top:15px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_Top > div.product .bottom .price_Box {padding-top:10px; }
.ATTV_Top > div.product .bottom .price_Box .marketprice {font-size:11px; color:#929292; font-weight:700;}
.ATTV_Top > div.product .bottom .price_Box .price {font-size:12px; font-weight:700; padding-left:5px;}
.ATTV_Top > div.product .bottom .price_Box .per {float:right; font-weight:bold; font-size:14px; color:#ed2528;}
.ATTV_Top > div.product .bottom .price_Box .per span{color:#000;}

.ATTV_list {overflow:hidden; font-size:0; margin:0 -12.5px; padding-bottom:80px;}
.ATTV_list.content li {width:25%;}
.ATTV_list li{font-size:12px; display:inline-block; width:16.66%; box-sizing:border-box; padding:34px 12.5px; border-bottom:1px solid #dddddd; vertical-align:top;}
.ATTV_list li .Top .TopBanner {overflow:hidden;}
.ATTV_list li .Top .TopBanner img{width:100%;}
.ATTV_list li .Top .Toptit{height:29px; box-sizing:border-box; color:#000; font-size:12px; font-weight:bold; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; padding-top:14px;}
.ATTV_list li .Top .Toptit a{color:#000;}
.ATTV_list li .Top .TopSubtit {height:26px; box-sizing:border-box; padding-top:12px; color:#929292; font-size:11px;white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_list li .bottom {padding-top:14px; padding-left:97px; position:relative; box-sizing:border-box;display:none;}
.ATTV_list li .bottom .img {width:86px; height:86px; overflow:hidden; position:absolute; left:0; top:14px;}
.ATTV_list li .bottom .img img {width:100%;}
.ATTV_list li .bottom .brand {color:#929292; font-size:11px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_list li .bottom .tit {color:#000; font-weight:bold; padding-top:5px;white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_list li .bottom .size {color:#000; font-weight:bold; padding-top:5px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_list li .bottom .price_Box {position:relative; padding-left:45px;}
.ATTV_list li .bottom .price_Box > span {display:block;}
.ATTV_list li .bottom .price_Box > span.per {position:absolute; bottom:0; left:0; color:#ed2528; font-size:14px; font-weight:bold;}
.ATTV_list li .bottom .price_Box > span.per span{color:#000; font-weight:normal;}
.ATTV_list li .bottom .price_Box > span.marketprice {color:#929292; font-size:11px; font-weight:bold;}
.ATTV_list li .bottom .price_Box > span.price {font-weight:bold;}
.list_plus {text-align:center; padding:30px 0; font-size:12px; font-weight:bold;}


.ATTV_Top.content {border:1px solid #e6e6e6; border-radius:7px; box-sizing:border-box; margin-top:10px;}
.ATTV_Top.content > div {display:block; width:auto;}
.ATTV_Top.content > div.video {text-align:center; margin-top:36px;}
.ATTV_Top.content > div.product {width:854px; margin:0 auto; padding-left:0; padding-top:50px;}
.ATTV_Top.content > div.product .bottom {width:auto; padding-top:16px;}
.ATTV_Top.content > div.product .bottom .prd_mkprc {color: #b8b8b8;font-size: 16px; /*line-height: 22px;*/ text-decoration: line-through;}

.ATTV_Top.content > div.product .bottom .prd_prc { color: ##999999; font-size: 18px; font-weight: bold; /*line-height: 42px;*/}
.ATTV_Top.content > div.product .bottom .prd_prc span {font-size::16px; color:#ed2528;}
.ATTV_Top.content > div.product .bottom .brand {color: #7f7e7e; font-size: 13px; padding-top: 0;}

.ATTVcontent_list {overflow:hidden; padding-top:100px;}
.ATTVcontent_list li{position:relative; width:856px; height:225px; box-sizing:border-box; border:1px solid #e7e7e7; margin:12px auto 0; padding-left:225px; background:url('/css/images/ATTVcontent_listBG.jpg')no-repeat right top; cursor: pointer;overflow:hidden;}
.ATTVcontent_list li .img{position:absolute; left:0; top:0;}
.ATTVcontent_list li .img img{width:225px; height:225px;}
.ATTVcontent_list li .text {box-sizing:border-box; padding:28px;}
.ATTVcontent_list li .text .brand {font-size:16px; color:#929292;}
.ATTVcontent_list li .text .brand a{ color:#929292;}
.ATTVcontent_list li .text .Tit {font-size:16px; font-weight:bold; padding-top:10px;}
.ATTVcontent_list li .text .size {font-size:12px; font-weight:bold; padding-top:40px;}
.ATTVcontent_list li .text .price_Box {position:relative; font-size:16px; font-weight:bold; padding-top:40px; min-height:38px;}
.ATTVcontent_list li .text .price_Box > span {display:block;}
.ATTVcontent_list li .text .price_Box > span.market {color:#929292; font-size:14px; font-weight:normal;}
.ATTVcontent_list li .text .price_Box > span.price {padding-top:5px;}
.ATTVcontent_list li .text .price_Box > span.per {position:absolute; right:0; color:#ed2528; bottom:0; font-size:30px; font-weight:bold;}
.ATTVcontent_list li .text .price_Box > span.per span{color:#000; font-size:18px; font-weight:normal;}

.ATTVreviewWrap {padding-top:37px;}
.ATTVreviewWrap .textarea {overflow:hidden;position:relative; padding:0 74px 0 144px;}
.ATTVreviewWrap .UserID {position:absolute; left:0; top:0; display:inline-block; background:url('/css/images/UserIDBG.jpg')no-repeat right center #f9f9f9; line-height:56px; padding:0 18px; font-size:15px;color:#000; box-sizing:border-box; width:144px; box-sizing: border-box;border:1px solid #e7e7e7; border-right:0;}
.ATTVreviewWrap textarea{width:100%; max-width:100%; min-width:100%; max-height:58px; min-height:58px; height:58px; margin:0; padding:0; border:none;border:1px solid #e7e7e7; border-left:0; box-sizing:border-box;resize:none;font-size: 15px; color: #bbbbbb; padding: 18px 10px;}
.ATTVreviewWrap .Enrollment {position:absolute; right:0; top:0;display:inline-block;line-height:58px; width:74px; background:#92979b; color:#fff; text-align:center;}

.ATTVreviewWrap .reviewlist {width:100%;}
.ATTVreviewWrap .reviewlist table{width:100%;}
.ATTVreviewWrap .reviewlist table th {padding:20px 15px; font-weight:normal; font-size:15px; border-bottom:1px solid #e2e2e2;}
.ATTVreviewWrap .reviewlist table th span.bar {color:#bbbbbb;}
.ATTVreviewWrap .reviewlist table th .tab a{color:#bbbbbb; display:inline-block; }
.ATTVreviewWrap .reviewlist table th .tab a.on {color:#000; background:url('/css/images/tabcheckBG.png')no-repeat left center; padding-left:23px;}
.ATTVreviewWrap .reviewlist .reviewlist_list li {padding:20px 15px; border-bottom:1px solid #e2e2e2;}
.ATTVreviewWrap .reviewlist .reviewlist_list li.bold {font-weight:bold;}
.ATTVreviewWrap .reviewlist .reviewlist_list li .del {font-size:15px; color:#000; text-decoration:underline; display:inline-block; padding-left:10px;}
.ATTVreviewWrap .reviewlist .reviewlist_list li .day {display:inline-block; padding-left:5px; color:#c5c5c5;}
.ATTVreviewWrap .reviewlist .reviewlist_list li { width:100%; font-size:0;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span{display:inline-block; font-size:15px; vertical-align:top;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span.bold {width:12%; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span.text {width:73%; box-sizing:border-box; padding:0 10px;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span.like { width:10%; text-align:right;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span.like .iconfont{color:#e0e0e0; display:inline-block;}
.ATTVreviewWrap .reviewlist .reviewlist_list li > span.like .rightzan .iconfont{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.ATTVreviewWrap .reviewlist .reviewlist_list span.like a.on.leftzan {color:#ed2528;}
.ATTVreviewWrap .reviewlist .reviewlist_list span.like a.on.leftzan .iconfont {color:#ed2528;}
.ATTVreviewWrap .reviewlist .reviewlist_list span.like a.on.rightzan {color:#257bed;}
.ATTVreviewWrap .reviewlist .reviewlist_list span.like a.on.rightzan .iconfont {color:#257bed;}

.ATTV_LayerMaksk {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:99998;}
.ATTV_LayerMaksk.on {display:block;}
.ATTV_Layer {display:none; box-sizing:border-box; border:1px solid #e6e6e6; position:fixed; left:50%; margin-left:-600px; top:10%; background:#fff; width:1200px; height:80%; z-index:99999; overflow:auto;}
.ATTV_Layer.on {display:block; font-size:0; }
.ATTV_Layer > div {display:inline-block; font-size:12px; vertical-align:top;}
.ATTV_Layer > div.left {width:825px; border-right:1px solid #e6e6e6; min-height:100%;}
.ATTV_Layer > div.left img{max-width:100%;}
.ATTV_Layer > div.right {width:350px; box-sizing:border-box; padding:20px;}
.ATTV_Layer > div.right .img {overflow:hidden; width:317px; height:317px;}
.ATTV_Layer > div.right .img img {width:100%;}
.ATTV_Layer #optSel .ui-selectmenu-button.ui-button {width:100%;}
.ATTV_Layer .btn_area.Att a {width:48%;}
.ATTV_Layer .btn_area a {margin-left:2%;}
.ATTV_Layer > div.right .contentbrand {font-size: 17px;color: #7f7e7e;line-height: 28px; padding-top:20px;}
.ATTV_Layer > div.right h1 {margin: 0; color: #121212; font-size: 17px; line-height: 29px; font-weight: bold;}
.ATTV_Layer > div.right .prd_mkprc {color: #b8b8b8; font-size: 20px; line-height: 22px; text-decoration: line-through;}
.ATTV_Layer > div.right .prd_prc {color: #ed2528; font-size: 24.42px; line-height: 42px; font-weight: bold;}
.ATTV_Layer > div.right .selected_option .neme > span {display:inline-block; width:100%;white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.ATTV_wrap .ATTV_btn_area Att a {width:49%; box-sizing:border-box;}
/*티비 퍼블 끝*/


/**************************브랜드페이지 퍼블 **************************************/

.brandLinkWrap {border-top:1px solid #000; border-bottom:1px solid #000; box-sizing:border-box; padding:20px 20px;}
.brandLinkWrap .brandLink {overflow:hidden; margin:8px 0;}
.brandLinkWrap .brandLink li{float:left; line-height:22px; border:1px solid #bdbdbd; font-size:12px ; min-width:24px; box-sizing:border-box; color:#929292; margin:0 3.5px; border-radius:1px; text-align:center;}
.brandLinkWrap .brandLink li a {color:#929292; display:block; padding:0 5px; line-height: 22px; }
.BrandPageList {overflow:hidden;}
.BrandPageList .TotalHowmany {font-size:16px; text-align:left; padding:20px 0;}
.BrandPageList .TotalHowmany span.num {font-weight:bold;}
.BrandPageList .BrandLogolist {overflow:hidden; }

.BrandPageList .BrandLogolist dl {padding-left:110px; box-sizing:border-box; position:relative; overflow:hidden; height:0; opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);

	transition:all 1s; linear;
	-webkit-transition:all 1s; linear;
	-moz-transition:all 1s; linear;
	-ms-transition:all 1s; linear;
	-o-transition:all 1s; linear;
 }

.BrandPageList .BrandLogolist dl.on {height:auto; min-height:110px; opacity:1; padding-top:50px;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);

	transition:all 1s; linear ;
	-webkit-transition:all 1s; linear ;
	-moz-transition:all 1s; linear ;
	-ms-transition:all 1s; linear ;
	-o-transition:all 1s; linear ;
 }


.BrandPageList .BrandLogolist dl dt {position:absolute; left:0; top:10px; width:110px; height:110px; text-align:center; vertical-align:middle; box-sizing:border-box; line-height:100px; font-size:18px; color:#aaaaaa; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.BrandPageList .BrandLogolist dl dd {}
.BrandPageList .BrandLogolist dl dd ul {overflow:hidden; text-align:left;}
.BrandPageList .BrandLogolist dl dd ul li {display: inline-block;padding-top: 10px; text-align: center; vertical-align: top; width: 11.5%;}
.BrandPageList .BrandLogolist dl dd ul li .img{width:110px; height:110px; box-sizing:border-box; padding:5px; border:1px solid #dddddd; margin:0 auto;display:table;}
.BrandPageList .BrandLogolist dl dd ul li .img a{display:table-cell;vertical-align:middle;}
.BrandPageList .BrandLogolist dl dd ul li .img img {max-width:100px; max-height:100px;}
.BrandPageList .BrandLogolist dl dd ul li .text {margin:0 auto; width:100px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; padding-top:5px;}
.BrandPageList .BrandLogolist dl dd ul li .subText {margin:0 auto; width:100px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;padding-top:5px;}
/**************************브랜드페이지 퍼블 끝 **************************************/


/*sub commen*/
.sub_h2tit {color:#222222; font-size:34px; line-height:34px; font-weight:normal; text-align:center;}
.sub_h3tit {margin-top:30px; color:#858585; font-size:14px; line-height:20px; font-weight:normal; text-align:center;}
.sub_h3tit_txt {height:105px;}

.sub_tab_box { margin:50px 0; }
.sub_tab_box .sub_tab {overflow:hidden; font-size:0; text-align:center;}
.sub_tab_box .sub_tab li {display:inline-block; width:340px; border:1px solid #ddd; border-sizing:border-box;}
.sub_tab_box .sub_tab li + li {border-left:none; }
.sub_tab_box .sub_tab li a {display:block; height:60px; background:#FFF; color:#333; font-size:18px; font-weight:500; line-height:60px;}
.sub_tab_box .sub_tab li.active a {background:#444; color:#FFF;}

.sub_tab_box .sub_tab.count2 li {width:600px; box-sizing:border-box;}
.sub_tab_box .sub_tab.count3 li {width:400px; box-sizing:border-box;}
.sub_tab_box .sub_tab.count4 li {width:300px; box-sizing:border-box;}
.sub_tab_box .sub_tab.count04 li {width:25%; box-sizing:border-box;}


.tab_s_menu {padding:20px 0 20px; margin-top:50px; border:1px solid #ddd; text-align:center;}
.tab_s_menu a {color:#888; font-size:16px;}
.tab_s_menu a + a {margin-left:100px;}
.tab_s_menu a.on {color:#333; padding-bottom:8px; background:url("/images/bar01_gray.png") center bottom no-repeat; box-sizing:border-box;}

.tab_menucont {display:none;}
.tab_menucont.on {display:block;}

.event_view {padding-bottom:50px; margin-top:30px; border:1px solid #dedede; text-align:center;}
.event_view .event_top_txt {margin-bottom:50px; border-bottom:1px solid #dedede; background:#f2f2f2;}
.event_view .event_top_txt dl {color:#222; font-size:15px; line-height:50px; overflow:hidden;}
.event_view .event_top_txt dl dt {float:left; width:1027px; text-align:center;}
.event_view .event_top_txt dl dt a {color:#222; font-size:15px; line-height:50px;}
.event_view .event_top_txt dl dd {float:right; width:170px; border-left:1px solid #dedede;}

.event_view p {color:#000; font-size:20px; line-height:30px;}
.event_view p img{width:100%;}
.event_view span.max_wid p img{width:auto; max-width:100%;}
.event_view .txts {padding:45px 0 0; text-align:center;}
.event_view .txts h3 {color:#2a2a2a; font-size:25px; font-weight:500;}
.event_view .txts span {display:block; margin-top:25px; color:#2a2a2a; font-size:15px; line-height:21px;}

.t_board_box {margin-top:32px;}
.t_board_box h3	{font-size:20px; color:#333; text-align:left; padding:12px 0 14px;}
.t_board_box table {width:100%; table-layout:fixed; }
.t_board_box table tr th {height:50px; background:#b5babd; color:#fff; font-size:15px; font-weight:400;}
.t_board_box table tr th + th {background:url('/data/giverny/board/s_th_bar.jpg') no-repeat 0 center #b5babd;}
.t_board_box table tr td {height:54px; border-bottom:1px solid #e0e0e0; color:#5f5f5f; font-size:15px; text-align:center;}
.t_board_box table tr td a {color:#5f5f5f; font-size:15px;}
.t_board_box table tr td.align_left {padding-left:42px;}

.pn_cont_box {margin-top:50px;}
.pn_cont_box table {width:100%; border-top:1px solid #d9d9d9; }
.pn_cont_box table th {height:54px; padding-left:32px; background:#f8f8f8; border-bottom:1px solid #d9d9d9; color:#2a2a2a; font-size:15px; font-weight:400; text-align:left;}
.pn_cont_box table td {height:54px; padding-left:22px; border-bottom:1px solid #d9d9d9; color:#5f5f5f; font-size:15px; font-weight:400; text-align:left;}
.pn_cont_box table td a {color:#5f5f5f; font-size:15px; font-weight:400;}
.pn_cont_box table td .destxt_list {margin:15px 0; }
.pn_cont_box table td .destxt_list li {color:#5f5f5f; font-size:15px;}
.pn_cont_box table td.pd15 {padding-top:15px; padding-bottom:15px;}

.cmt_write {margin-top:40px; padding:4px 20px 26px; border:1px solid #e0e0e0; background:#fcfcfb; text-align:left;}
.cmt_write .cmt_form {position:relative; padding-right:118px;}
.cmt_write .cmt_form textarea {width:100%; height:83px; padding:10px; border:none; background:#f0f0f0; overflow:hidden; overflow-y:auto; resize:none; box-sizing:border-box;}
.cmt_write .cmt_form .cmt_txtcount {position:absolute; right:138px; bottom:8px; color:#888;}
.cmt_write .cmt_form .cmt_send {display:block; position:absolute; top:0; right:0; width:118px; height:83px; background:#4d4c47; color:#fff; font-size:18px; line-height:81px; text-align:center; cursor:pointer;}

.cmd_cont {margin-top:10px; padding:0 30px; border:1px solid #e0e0e0; background:#fcfcfb; text-align:left;}
.cmd_cont li {position:relative; padding:30px 0; border-top:1px solid #e0e0e0;}
.cmd_cont li:first-child {border-top:none;}
.cmd_cont li .name {font-size:15px; line-height:20px;}
.cmd_cont li .txt {margin-top:35px; font-size:15px; line-height:18px;}
.cmd_cont li .date {display:block; margin-top:18px; color:#9b9b9b; font-size:15px; line-height:18px;}
.cmd_cont li .ctrl .ctrl_textarea {display:inline-block; position:relative; margin-top:20px; padding-right:118px;}
.cmd_cont li .ctrl .ctrl_textarea textarea {width:834px; height:50px; margin:0; padding:8px; border:1px solid #e0e0e0; border-right:none; box-sizing:border-box; resize:none; overflow:hidden; overflow-y:auto;}
.cmd_cont li .ctrl .ctrl_textarea .ctrl_send {display:block; position:absolute; top:0; right:0; width:118px; height:50px; background:#c8c8c8; color:#fff; font-size:15px; line-height:48px; text-align:center; cursor:pointer;}
.cmd_cont li .ctrl .ctrl_textarea .ans img {vertical-align:top; margin-right:5px;}
.cmd_cont li .ctrl .ctrl_btn {position:absolute; top:22px; right:0; text-align:right;}
.cmd_cont li .ctrl .ctrl_btn a {display:inline-block; width:72px; height:32px; border:1px solid #e0e0e0; background:#faf9f7; font-size:12px; line-height:30px;  text-align:center;}
.pop_box .pop_head { position: relative; height:55px; padding-left: 15px; background: f7f8f8; color: #2a2a2a; font-size: 18px; line-height:55px; font-weight: 500; }
.pop_box .pop_head .btn_close {position: absolute; top: 15px; right: 15px; width: 25px; height: 25px; }
.pop_box .pop_head .btn_close img {vertical-align: top;}
.pop_box{display:table;z-index:998;position:fixed;top:0;left:0;width:100%;height:100%;}
.pop_mask{z-index:999;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.3;}
.pop_inner_wrap {display:table-cell; vertical-align:middle; text-align:center;}
.pop_box_inner { position: relative; z-index: 1000; width: 500px; border:1px solid #9e9e9e; margin:0 auto; vertical-align: middle;}



/*sub commen 끝*/


/* 매장안내 */
.search_market_table td{ vertical-align:middle; }
.search_market_table .info_btn_area{ position:relative; }
.search_market_table .info_btn_area div{ padding-right:40px; }
.search_market_table .info_btn_area div span{display:inline-block;}
.search_market_table .info_btn_area div dfn,
.search_market_table .info_btn_area div a{ position:absolute; right:0; top:50%; margin-top:-16px;  }
.search_market_table .info_btn_area div dfn img,
.search_market_table .info_btn_area div a img{ margin-top:0; }
.search_market_wrap{ text-align:center ;padding:40px 0; margin-bottom:22px;  background-color:#f8f8f8; }
.search_market_wrap input.text{ width:243px; }
.search_market_wrap .select_option{ width:243px; vertical-align:top; }
.search_market_wrap .btn_gray01{ height:35px; width:131px; line-height:35px; vertical-align:top;border:0;}

.market_pop_bg{ display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:url("/images/pop_bg.png") 0 0 repeat; z-index:10000;  }
.market_pop{ position:absolute; width:650px; height:615px; left:50%; top:50%; margin-top:-325px; margin-left:-330px; background-color:#fff; }
.market_pop h1{ padding:20px; margin-bottom:20px; background-color:#f7f8f8; font-size:18px; line-height:20px; color:#2a2a2a; font-weight:400;  }
.market_pop .market_pop__wrap{ padding:0 10px 30px; }
.market_pop .ex_btn{ position:absolute ;right:15px; top:18px; padding:0; }
.market_pop .market_pop__wrap .map_area{ width:100%; height:270px; box-sizing:border-box; overflow:hidden; border:1px solid #dfdfdf; border-bottom:0; }
.market_pop .market_pop__wrap dl{ border:1px solid #dfdfdf; font-size:15px; line-height:17px; }
.market_pop .market_pop__wrap dl dt{ padding:15px 20px; background-color:#f4f4f4; font-weight:400; }
.market_pop .market_pop__wrap dl dd{ padding:15px; }

.sp_list {overflow:hidden;}
.sp_list li {float:left; width:285px; height:296px; padding:10px; margin:0 0 20px 20px; border:1px solid #e0e0e0; box-sizing:border-box;}
.sp_list li.on{ width:285px; padding:9px; border:2px solid #3bc1cd; }
.sp_list li a{ display:block; overflow:hidden; width:263px; height:230px; overflow:hidden; }
.sp_list li a img{ height:100%; }
.sp_list li.ml0 {margin-left:0;}
.sp_list li .itemcheck {margin-bottom:10px;}
.sp_list li .itemcheck input[type="checkbox"] {display:none;}
.sp_list li .itemcheck label {display:block; position:relative; padding:7px 0 7px 32px; color:#2a2a2a; font-size:15px; line-height:20px; font-family:'Noto Sans KR' !important; text-align:left;}
.sp_list li .itemcheck label:before {position:absolute; top:50%; left:0; width:27px; height:27px; margin-top:-10px; color:#999; font-size:27px; font-family:'iconfont' !important;}
.sp_list li .itemcheck input[type="checkbox"]:checked + label:before {color:#3bc1cd;}
.list_note {color:#888; font-size:13px; font-weight:400; text-align:left;}

.data_a {width:100%; border-top:1px solid #d9d9d9;}
.data_a th {padding:18px 0 18px 30px; border-bottom:1px solid #d9d9d9; background:#f8f8f8; color:#2a2a2a; font-size:15px; line-height:20px; font-weight:normal; text-align:left;}
.data_a td {padding:18px 0 18px 20px; border-bottom:1px solid #d9d9d9; color:#5f5f5f; font-size:15px; line-height:20px; font-weight:normal; text-align:left;}
.data_b th, .data_b td {padding:10px;}

.btn_closepop {display:inline-block; width:35px; height:35px; background:#453f37; color:#fff; font-size:20px; line-height:33px; text-align:center; cursor:pointer;}
.pop_note {color:#000; font-size:16px; line-height:22px;}
.pop_txt_right {margin-top:45px; color:#2e2e2e; font-size:14px; line-height:20px; text-align:right;}
.checkcontbox {margin-top:10px; border:1px solid #d9d9d9; background:#fbfbfb;}
.checkcontbox .ccb_section {border-top:1px solid #d9d9d9;}
.checkcontbox .ccb_section:first-child {border-top:none;}
.checkcontbox .ccb_head {padding:15px 20px; font-size:14px; line-height:23px; overflow:hidden;}
.checkcontbox .ccb_head label {float:left; color:#2e2e2e;}
.checkcontbox .ccb_head .ctl {float:right; width:80px; height:23px; color:#333; font-size:14px; line-height:23px; cursor:pointer;}
.checkcontbox .ccb_head .ctl:before {content:'내용보기 ▼';}
.checkcontbox .ccb_head .ctl.on:before {content:'내용접기 ▲';}
.checkcontbox .ccb_cont {display:none; padding:20px; margin:20px; margin-top:0; border:1px solid #c4c4c4; background:#fff; color:#333; font-size:14px; line-height:19px; font-weight:400;}
.checkcontbox .ccb_cont h1 {font-weight:400;}

.name_phone {margin-top:12px; border:1px solid #d9d9d9;}
.name_phone dl {border-top:1px solid #d9d9d9; overflow:hidden;}
.name_phone dl:first-child {border-top:none;}
.name_phone dl dt {float:left; width:170px; background:#f5f5f5; color:#2e2e2e; font-size:14px; line-height:54px; text-align:center;}
.name_phone dl dd {padding:9px 20px; background:#fbfbfb; overflow:hidden;}
.name_phone dl dd input.text {width:500px; height:35px; padding:0 16px; border:1px solid #c4c4c4;}

.destxt_list li {margin-left:10px; text-indent:-10px; color: #888; font-size: 13px; line-height: 18px; font-weight: 400; text-align:left;}

.mgt10 {margin-top:10px !important;}
.btn_two_box {overflow:hidden;}
.btn_two_box a {display:inline-block; width:225px; color:#fff; font-size:18px; font-weight:400; line-height: 60px; text-align:center; overflow:hidden;}
.btn_two_box a.ft_left {float:left;}
.btn_two_box a.ft_right {float:right;}
.btn_two_box a.btn_ok {background:#feab1d;}
.btn_two_box a.btn_cancel {background:#5e5e5e;}

.ckover_box {overflow:hidden;}
.ckover_box input[type="checkbox"] {float:left;}
.ckover_box label {display:block; margin-left:20px; color:#5f5f5f; font-size:14px; line-height:20px;}

.overflow_box {overflow:hidden;}

.rds_list {border-bottom:1px solid #d9d9d9; overflow:hidden;}
.rds_list li {float:left; width:25%; padding:0 0 20px 0; text-align:center;}
.rds_list li.first {text-align:left;}
.rds_list li.last {text-align:right;}
.rds_list li input[type="radio"] {vertical-align:middle;}
.rds_list li label {margin-left:2px; color:#5e5e5e; font-size:15px;}

.align_left {text-align:left; !important;}
.best_top_img {border:1px solid #ddd;}
/* 매장안내 끝*/

li, ul, ol { list-style:none;}
#pop_ul  { position:absolute; bottom:10px; left:0;display:block; width:100%;}
#pop_ul .ftic-cart {color:#92979b; font-size:80px; text-align:center;}

/* left menu 배너 */

ul.lgt_menu_bn {background-color:#ededed;}
ul.lgt_menu_bn li {line-height:25px; padding:14px 6px 14px 70px;}
ul.lgt_menu_bn .cs_center_li {background:url('/css/images/ico_tit_tel.png') no-repeat 5px center;  border-bottom:1px solid #fff!important;}
ul.lgt_menu_bn .cs_center_li span {display:block; font-size:13px;}
ul.lgt_menu_bn .cs_center_li strong {display:block; font-weight:bold; font-size:15px;}
ul.lgt_menu_bn .time_info_li {background:url('/css/images/ico_tit_date.png') no-repeat 5px center;}
ul.lgt_menu_bn .time_info_li span {display:block; font-weight:bold; letter-spacing:-0.1em; font-size:12px;}
ul.lgt_menu_bn .cs_center_li span.white_space {display:inline-block;}


/*설명 페이지*/
.newPg .forva{display:table-cell;vertical-align:middle;}
.newPg .subpageTitle{/*font-size:28px;*/letter-spacing:0;margin-bottom:60px;}
.newPg .subpageTitle.bold{font-weight:bold;}
.newPg .subpageTitle .small{font-size:/*21*/30px;vertical-align:middle;}
.newPg .subArea h2.subSubTitle{font-size:25px;padding-top:50px;margin-top:50px;border-top:1px solid #eee;letter-spacing:0;}
.newPg .subArea h2.subSubTitle:first-child{padding-top:0;border:0;}
.newPg .subArea h2.subSubTitle span.num{font-size:38px;color:#ff0047;padding-right:20px;font-weight:normal;vertical-align:top;line-height:27px;}
.newPg .subArea h2.subSubTitle span.color{color:#ff0047;}
.newPg .npgBtn{display:inline-block;text-align:center;background:#333;font-size:23px;color:#fff;font-weight:bold;border-radius:3px;line-height:50px;padding:0 15px;min-width:150px;}
.newPg .npgBtn.last{display:block;width:170px;margin:50px auto;padding:0;}
.newPg .npgBtn img{vertical-align:middle;padding-right:10px;}
.newPg .npgBtn span{vertical-align:middle;}
.newPg .al-c{width:732px;}
.newPg .shbg{background:#ededed;border-radius:5px;padding:0 7px 8px 0;box-sizing:border-box;}
.newPg .shbg ul{border:1px solid #ededed;border-bottom-width:0;background:#fff;position:relative;top:-2px;font-size:0;}
.newPg .shbg ul li{font-size:14px;vertical-align:top;}
.newPg .sct0{position:relative;}
.newPg .sct0 .npgBtn{position:absolute;left:50px;bottom:60px;}
.newPg .sct1{background:#f4f4f4;box-sizing:border-box;padding:35px 0 40px;border-bottom:1px #eee; overflow:hidden;}
.newPg .sct1 > div{width:244px;float:left;text-align:center;position:relative;vertical-align:top;}
.newPg .sct1 > div:before{content:"";position:absolute;left:0;top:50%;margin-top:-87.5px;display:inline-block;width:1px;height:175px;background:#dfdfdf;}
.newPg .sct1 > div:first-child:before{display:none;}
.newPg .sct1 img{}
.newPg .sct1 p{font-size:14px;color:#333;letter-spacing:-.75px;}
.newPg .sct1 .imgWrap{height:62px;display:table;width:100%;}
.newPg .sct1 .tit{font-size:20px;font-weight:bold;padding:30px 0 15px;display:table;width:100%;}
.newPg .sct1.titLine2 .tit{height:48px;padding-top:10px;}
.newPg .sct1 .tit span{color:#e80041;}
.newPg .sct2 ul:last-child{border-bottom-width:1px;}
.newPg .sct2 ul li{display:inline-block;width:16.666%;text-align:center;line-height:70px;vertical-align:middle;}
.newPg .sct2 ul li span.bg1{background:#ff0047;color:#fff;border-radius:3px;padding:12px 9px;font-weight:bold;}
.newPg .sct2.t2 div > ul{background:#f4f4f4;}
.newPg .sct2.t2 div > ul > li:first-child{font-size:16px;}
.newPg .sct2.t2 div > ul > li:nth-child(2){width:calc(100% - 16.666%);text-align:left;text-indent:30px;background:#fff;}
.newPg .sct2.t2 div > ul > li.depth{background:#fff;padding:25px 0;}
.newPg .sct2 ul li ul{position:static;text-indent:0;width:90%;margin:auto;line-height:0;background:#fff;}
.newPg .sct2 ul li ul li{line-height:50px}
.newPg .sct2 > p{font-size:13px;color:#333;padding-top:10px;}
.newPg .sct2 > h1{font-size:18px;color:#333;font-weight:bold;padding:35px 0 12px;}
.newPg .sct3 ul{font-size:0;}
.newPg .sct3 li{display:inline-block;width:25%;height:270px;text-align:center;background:#f7f7f7;vertical-align:top;border-left:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;}
.newPg .sct3 li:nth-child(1){border-left:0;}
.newPg .sct3 li:nth-child(even){background:#ebebeb;}
.newPg .sct3 li:nth-child(-n+3){width:33.333%;border-top:0;}
.newPg .sct3 p{font-size:14px;color:#333;line-height:20px;}
.newPg .sct3 .num{font-size:16px;color:#ff0047;font-weight:bold;padding:35px 0 20px;}
.newPg .sct3 .tit{font-size:20px;height:60px;line-height:26px;font-weight:bold;display:table;width:100%;padding-bottom:20px;}
.newPg .sct3 .tit span{display:table-cell;vertical-align:middle;}
.newPg .sct4 ul{text-align:center;padding:30px 0;font-size:0;}
.newPg .sct4 ul li{display:inline-block;text-align:center;background:url(/css/images/arico.png)no-repeat left 17px center;padding-left:44px;font-size:14px;line-height:20px;font-weight:bold;vertical-align:middle;}
.newPg .sct4 ul li:first-child{background:none;padding-left:0 !important;}
.newPg .sct4.titLine2 li{background-position:left 20px top 10px;padding-left:8%;vertical-align:top;}
.newPg .sct4.titLine2 li p{padding-top:10px;font-weight:normal;font-size:13px;margin-bottom:-10px;}
.newPg .sct5 p{padding-top:15px;color:#333;text-align:center;line-height:22px;}
.newPg .sct5 ul{font-size:0;}
.newPg .sct5 ul li{display:inline-block;width:50%;}
.newPg .sct5 ul li:last-child{padding-top:20px;}
.newPg .sct5 ul li p{text-align:left;}
.newPg .sct5 ul li p.tit{font-size:18px;font-weight:bold;}
.newPg .sct5 ul li p.stit{font-size:13px;line-height:18px;padding:15px 0;}
.newPg .sct6{height:554px;background:#f4f4f4 url(/css/images/samslbg.png)no-repeat right 70px center;position:relative;border:1px solid #ededed;box-sizing:border-box;}
.newPg .sct6 .pagingList{width:290px;font-size:0;padding:52px 0 0 46px;}
.newPg .sct6 .pagingList li{width:50%;display:inline-block;text-align:center;cursor:pointer;}
.newPg .sct6 .pagingList li p{font-size:18px;color:#333;font-weight:bold;padding:18px 0 23px;}
.newPg .sct6 .swiper-container{width:225px;height:351px;position:absolute;right:94px;top:94px;}
.newPg .sct6 .swiper-button-prev,.newPg .sct6 .swiper-button-next{width:28px;height:46px;background:url(/css/images/samslar.png)no-repeat;position:absolute;right:355px;top:250px;cursor:pointer;text-indent:-9999px;}
.newPg .sct6 .swiper-button-next{background-position:100%;right:33px;}


.newPg.P-kko .sct1 > div{height:200px;}
.newPg.P-kko .sct1 > div:before{height:215px;margin-top:-107.5px;}

.newPg.P-iap .sct0 .npgBtn{bottom:40px;}
.newPg.P-iap .npgBtn.last{width:310px;}

.newPg.P-np .sct2 ul li ul li{width:22%;}
.newPg.P-np .sct2 ul li ul li:nth-child(3){width:28%;}
.newPg.P-np .sct2 ul li ul li:nth-child(4){width:28%;}
.newPg.P-np .npgBtn.last{width:280px;}

.newPg.P-payco .sct2 ul li ul{text-align:right;}
.newPg.P-payco .sct2 ul li ul li{width:25%;}
.newPg.P-payco .sct2 ul li ul li:nth-child(3){width:33%;}
.newPg.P-payco .sct2 ul li ul li .spb{position:relative;font-size:18px;}
.newPg.P-payco .sct2 ul li ul li .spb:before{content:"업계 최저\a수수료!!";white-space:pre;position:absolute;left:-100px;top:-55px;line-height:18px;font-size:13px;color:#fff;font-weight:bold;background:url(/css/images/spbbg.png)no-repeat 100% 100%;width:84px;height:69px;text-align:center;padding-top:11px;box-sizing:border-box;}

.newPg.P-rna .npgBtn.last{width:210px;}
.newPg.P-rna .sct4 ul li{padding-left:12%;background-position:left 37px top 10px;}

.newPg.P-wcp .npgBtn.last{width:320px;}

/* 설명 페이지 - 솔루션별 기능안내 */

.all_solution_wrap .pageContain {width:840px;}
.all_solution_wrap .subpageTitle {border-bottom:2px solid #000;}
.all_solution_wrap .solutions {background-color:#f4f4f4;}
.all_solution_wrap .solutions .tit_number{font-size:60px; position:absolute; top:130px; right:405px; color:#ff0047;}
.all_solution_wrap .solutions .inner {padding:80px 20px 50px 20px;}
.all_solution_wrap p.tit {font-size:25px; text-align:center; padding-bottom:20px;}
.all_solution_wrap .solutions .inner ul {overflow:hidden; text-align:center; line-height:2em; margin-bottom:10px;}
.all_solution_wrap .solutions .inner ul li {float:left; width:245px; margin-left:4%;}
.all_solution_wrap .solutions .inner ul li:first-child {margin-left:0;}
.all_solution_wrap .solutions .inner ul li>p {padding:15px; border-top-left-radius:10px; border-top-right-radius:10px; font-size:22px; font-weight:bold;}
.all_solution_wrap .solutions .inner ul.kr_solution li>p {background-color:#ffd402;}
.all_solution_wrap .solutions .inner ul.kr_solution .line{margin:0 -20px; height:15px; background:#ededeb;}
.all_solution_wrap .solutions .inner ul.ch_solution li>p {background-color:#f5002e; color:#fff;}
.all_solution_wrap .solutions .inner ul li div {height:360px; background:#fff; border-radius:0 0 10px 10px;}
.all_solution_wrap .solutions .inner .kr_solution div:nth-of-type(1) {height:315px;}
.all_solution_wrap .solutions .inner ul li>div img{width:120px; display:block; padding:20px 60px;}
.all_solution_wrap .solutions .inner ul li>div>p:first-child {margin-bottom:8px; height:120px; box-sizing:border-box; padding-top:20px;}
.all_solution_wrap .solutions .inner ul li.last_li>div>p:first-child {padding-top:0;}
.all_solution_wrap .solutions .inner ul li>div>p strong {font-weigh:bold; font-size:18px;}
.all_solution_wrap .solutions .inner dl{background:#fff; margin-top:10px; padding:7px;}
.all_solution_wrap .solutions .inner dl dd a:first-child{padding:0 20px 0 0;}
.all_solution_wrap .solutions .inner>div {background-color:#fff; padding:10px; font-size:0px; border-radius:0 0 10px 10px;}
.all_solution_wrap .solutions .inner>div p {border-top:1px solid #e8e8e8; padding:4px;}
.all_solution_wrap .solutions .inner>div p>span {display:inline-block;  width:75%; text-align:center; font-size:20px; box-sizing:border-box; padding:10px; vertical-align:middle;}
.all_solution_wrap .solutions .inner>div p>span.tit_span {width:25%; font-size:20px; border-right:1px solid #e8e8ea;}

.all_solution_wrap  .inner {padding-top:120px;}
.all_solution_wrap .inner p.tit {font-size:18px; color:#b6b6b6;}
.all_solution_wrap .inner p.tit strong {display:block; color:#333; font-size:25px; margin-bottom:5px;}
.all_solution_wrap .inner table {text-align:center; width:100%;}
.all_solution_wrap .inner table tr:first-child th {border-left:1px solid #e8e8ea;}
.all_solution_wrap .inner table tr:first-child th:first-child {border-left:none; background-color:#ebebed;}
.all_solution_wrap .inner table th, .all_solution_wrap .inner table td {padding:10px; border-bottom:1px solid #e8e8ea;}
.all_solution_wrap .inner table th {background-color:#f5f5f6; font-size:12px;}
.all_solution_wrap .inner table td {border-left:1px solid #e8e8ea;}
.all_solution_wrap .inner table td a {display:inline-block; color:#006aa7; text-decoration:underline; background:url("/images/mall-sub_13.jpg")no-repeat; background-position:right center; background-size:17px 17px; width:auto; padding:0 23px;}
.all_solution_wrap .inner table td.td_o {color:#f50633; font-size:20px;}
.all_solution_wrap .inner table td.td_x {color:#e1e1e1; font-size:20px;}
.all_solution_wrap .inner .section_inner h3 {font-size:18px; margin:30px 0 10px 0;}
.all_solution_wrap .solution_main_service .tit_number{font-size:60px; color:#ff0047; text-align:center;}
.all_solution_wrap .solution_main_service .scn_tit{display:block; text-align:center; font-size:25px; margin-bottom:30px;}
.all_solution_wrap .solution_main_service .inner h3 {background-position:left center; background-size:33px 33px; padding:5px 0 5px 36px;}
.all_solution_wrap .solution_main_service .general_section h3 {background:none; padding:0;}
.all_solution_wrap .solution_main_service .manage_section h3 {background:none; padding:0;}
.all_solution_wrap .solution_main_service .system_section h3 {background:none; padding:0;}
.all_solution_wrap .solution_main_service .kr {margin-bottom:80px;}
.all_solution_wrap .solution_main_service .kr .table_tit {background-color:#f4f4f4!important; font-size:19px; border-bottom:none;}
.all_solution_wrap .solution_main_service .kr .table_info{display:block; background-color:#fff; text-align:left; font-size:16px; padding:12px; text-indent:10px; font-weight:100; margin-bottom:10px; border-bottom:none;}
.all_solution_wrap .solution_main_service .ch tr th{height:35px;}
.all_solution_wrap .solution_main_service .ch .table_tit {background-color:#f4f4f4; color:red; font-size:20px; border-bottom:none;}
.all_solution_wrap .solution_main_service .ch .table_tit:first-child{background-color:#f5f5f6;}
.all_solution_wrap .solution_main_service .ch .table_tit2{background-color:#fff; font-size:20px; border-bottom:none;}
.all_solution_wrap .solution_main_service .ch tr:last-child .table_tit2{border-bottom:none;}
.all_solution_wrap .solution_main_service .ch tr:last-child .table_info2{border-bottom:none;}
.all_solution_wrap .solution_main_service .ch .table_info{border-left:none; border-bottom:none; text-align:left; font-size:19px; font-weight:bold;}
.all_solution_wrap .solution_main_service .ch .table_info2{border-left:none; background-color:#f4f4f4; text-align:left; font-size:19px; border-bottom:none;}
.all_solution_wrap .solution_main_service .ch .table_info2 strong{color:red;}
.all_solution_wrap .solution_main_service .ch .table_line{border:none; padding:10px 0;}
.all_solution_wrap .solution_main_service .ch .table_line > div{background-color:#d9d9d9; ;height:1px;width:calc(100% + 20px);margin-left:-10px; text-indent:-9999px;}

.all_solution_wrap .solution_main_service .inner .setting_section h3 {background:url("/images/mall-sub_03.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .design_section h3 {background:url("/images/mall-sub_16.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .product_section h3 {background:url("/images/mall-sub_19.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .order_section h3 {background:url("/images/mall-sub_23.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .operate_section h3 {background:url("/images/mall-sub_27.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .member_section h3 {background:url("/images/mall-sub_31.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .stats_section h3 {background:url("/images/mall-sub_35.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .seller_section h3 {background:url("/images/mall-sub_37.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .accounts_section h3 {background:url("/images/mall-sub_03.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .mobile_section h3 {background:url("/images/mall-sub_40.jpg")no-repeat;}
.all_solution_wrap .solution_main_service .inner .parcel_section h3 {background:url("/images/mall-sub_44.jpg")no-repeat;}

.all_solution_wrap .cs {background-color:#f5f5f6; margin-top:60px; padding:15px;}
.all_solution_wrap .cs .inner {padding-top:0;}
.all_solution_wrap .cs .inner h2 {font-size:22px; text-align:center; padding:10px; border-bottom:1px solid #e0e0e0;}
.all_solution_wrap .cs .inner .cont {overflow:hidden; padding-top:20px;}
.all_solution_wrap .cs .inner .cont .cont_lgt {float:left; width:22%; height:145px; background-color:#333; border-radius:10px; margin-right:3%; color:#fff; font-size:15px; text-align:center; box-sizing:border-box; padding-top:35px;}
.all_solution_wrap .cs .inner .cont_lgt strong {display:block; font-size:20px; margin-top:15px;}
.all_solution_wrap .cs .inner .cont .cont_rgt {float:left; width:75%;}
.all_solution_wrap .cs .inner .cont_rgt strong {font-size:18px; margin:12px 0; display:block;}
.all_solution_wrap .cs .inner .cont_rgt p {font-size:15px; line-height:1.5em; margin-bottom:15px;}
.all_solution_wrap .cs .inner .cont_rgt span {display:inline-block; background-color:#f5002e; padding:10px 15px; border-radius:4px; margin-right:10px;}

/* -----솔루션별 기능설명 전체 수정------- */
.inBody {max-width:1200px;margin:0 auto;}
.solutionPageWrap .solutionHeaderDOM {background:linear-gradient(to right,#ffd402,#1fb3fe);height: 214px;text-align: center;}
.solutionPageWrap .solutionHeaderDOM p {height:100%;background:url(/images/solution/title_bg.png)no-repeat right bottom -144px;max-width:1500px;margin:0 auto;}
.solutionPageWrap .solutionHeaderDOM p img {padding-top:50px;}
.solutionBrandDOM {width:100%; max-width:1200px; margin:-80px auto 0;background: #fff;border-radius:16px;overflow: hidden;}
.solutionBrandDOM > table.tb01 {width:100%; text-align:center;}
.solutionBrandDOM > table.tb01 .first{background-color:#fbfbfb;}
.solutionBrandDOM > table.tb01 td,
.solutionBrandDOM > table.tb01 th{border-bottom:1px solid #f8f8f8}
.solutionBrandDOM > table.tb01 tr th:first-child,
.solutionBrandDOM > table.tb01 tr td:first-child {border-left:0;}
.solutionBrandDOM > table.tb01 td{background-color:#fdfdfd; font-weight: bold;border-left:1px solid #f8f8f8;border-collapse:collapse;}
.solutionBrandDOM > table.tb01 .backwhite td{background-color:#fff;}
.solutionBrandDOM > table.tb01 .backwhite td a {display: inline-block;width:200px;height: 50px;line-height: 50px;text-align: center;border:1px solid #dadada;border-radius:10px;box-shadow:0 0 10px #f5f5f5;}

.solutionBrandDOM > table.tb02 {margin-top: 70px;margin-bottom: 66px;width: 100%;}
.solutionBrandDOM > table.tb02 .tit {text-align: left;font-size: 30px;font-weight: 700;padding-bottom: 20px;}
.solutionBrandDOM > table.tb02 th {width:240px;border-bottom:1px solid #e8e8e8;font-size: 18px;}
.solutionBrandDOM > table.tb02 td {border-bottom:1px solid #e8e8e8;text-align: center;font-size: 18px;}
.solutionBrandDOM > table.tb02 td p {border-left:1px solid #e8e8e8;margin:4px 0;padding:10px 0;color: #aaa;}

.mallupPrideDOM {width:100%;margin:0 auto;background: #fbfbfb;}
.mallupPrideDOM .solutionTitle {text-align: center;padding:56px 0 50px;font-size: 30px;}
.mallupPrideDOM .contMainListDOM {width:1100px;margin:0 auto;}
.mallupPrideDOM .contMainListDOM li {float: left;width:326px;margin-right:60px;height: 470px;border:1px solid #e8e8e8;box-sizing:border-box;border-radius:16px;overflow: hidden;background: #fff;box-shadow:0 0 10px #eee;margin-bottom:50px;}
.mallupPrideDOM .contMainListDOM li:nth-child(3n) {margin-right: 0;}

.mallupPrideDOM .contMainListDOM li .imgArea {pbackground-repeat:no-repeat;background-position: left top;height:180px;}
.mallupPrideDOM .contMainListDOM li .imgArea.st1 {background-image:url(/images/solution/plusedit_img_1.png);}
.mallupPrideDOM .contMainListDOM li .imgArea.st2 {background-image:url(/images/solution/plusedit_img_2.png);}
.mallupPrideDOM .contMainListDOM li .imgArea.st3 {background-image:url(/images/solution/plusedit_img_3.png);}
.mallupPrideDOM .contMainListDOM li .imgArea.st4 {background-image:url(/images/solution/plusedit_img_4.png);}
.mallupPrideDOM .contMainListDOM li .imgArea.st5 {background-image:url(/images/solution/plusedit_img_5.png);}


.mallupPrideDOM .contMainListDOM li .textArea {padding:0 32px;box-sizing:border-box;}
.mallupPrideDOM .contMainListDOM li .textArea .tit {padding:30px 0 20px;color: #333;font-weight: 700;font-size: 20px;}
.mallupPrideDOM .contMainListDOM li .textArea .txt {line-height: 30px;color: #999;font-size: 17px;}

.mallupPrideDOM .contMainListDOM li.empty {background-image:url(/images/solution/logo_mallup.png);background-repeat:no-repeat;background-position: center center;}

.mallupGuessDOM {width:100%;margin:0 auto;background: #1fba9a;}
.mallupGuessDOM .solutionTitle {text-align: center;padding:56px 0 50px;font-size: 30px;}
.mallupGuessDOM .contMainDOM {height:630px;background:url(/images/solution/text_bg.png) no-repeat right bottom;text-align: center;}
.mallupGuessDOM .contMainDOM .item {display: inline-block;width: 1200px;height:100%;margin:0 auto;text-indent:-9999px;background:url(/images/solution/text_top.png) no-repeat left top;}


.mallupPride2DOM {width:1200px;margin:0 auto;}
.mallupPride2DOM .solutionTitle {text-align: center;padding:56px 0 50px;font-size: 30px;}

.contMainDOM {background: url(/images/solution/item_imac.png)no-repeat 100px 530px}
.contMainDOM li {float: left;width:285px;margin-right:20px;height: 900px;}
.contMainDOM li:nth-child(4n) {margin-right:0;}
.contMainDOM li:nth-child(n+5) {height: 710px;}
.contMainDOM li dt {font-size:24px;border-bottom:1px solid #dadada;padding:80px 0 18px;text-align: left;background-repeat:no-repeat;background-position: left top;margin-bottom:10px;font-weight: 700;}
.contMainDOM li.st1 dt {background-image: url(/images/solution/consult_icon_01.png);}
.contMainDOM li.st2 dt {background-image: url(/images/solution/consult_icon_02.png);}
.contMainDOM li.st3 dt {background-image: url(/images/solution/consult_icon_03.png);}
.contMainDOM li.st4 dt {background-image: url(/images/solution/consult_icon_04.png);}
.contMainDOM li.st5 dt {background-image: url(/images/solution/consult_icon_05.png);}
.contMainDOM li.st6 dt {background-image: url(/images/solution/consult_icon_06.png);}
.contMainDOM li.st7 dt {background-image: url(/images/solution/consult_icon_07.png);}
.contMainDOM li.st8 dt {background-image: url(/images/solution/consult_icon_08.png);}
.contMainDOM li.st9 dt {background-image: url(/images/solution/consult_icon_09.png);}
.contMainDOM li.st10 dt {background-image: url(/images/solution/consult_icon_10.png);}
.contMainDOM li dd {font-size:15px;line-height: 38px;font-weight: 700;}
.contMainDOM li dd img {margin-left:10px;}







/*설명 페이지 끝*/

.demo_box {overflow:hidden; height:115px;}
.demo_box dl {float:left; width:50%; overflow:hidden;}
.demo_box dl dt , .demo_box dl dd {float:left; font-size:13px;}
.demo_box dl dt {text-align: left; width: 32%; padding-top: 11px; box-sizing: border-box; padding-left: 3px;}
.demo_box dl dd {text-align:left; width:62%;}
.demo_box a{display:block; text-align:center; line-height:2.2; background:#ffd402; color:#000; margin-top:5px;cursor:pointer;font-weight:bold;}
.demo_box.fi a {font-size:11px; margin-right:1px;}

.solution_wrap_bg .view_mobile_mask {position:fixed; top:0; left:0; right:0; bottom:0; z-index:100; background-color:rgba(0,0,0,0.8); display:none;}
.solution_wrap_bg .view_mobile_pop {position:fixed; width:370px; height:688px; background-image:url(/data/mallstartup/banner/mobile.png); background-repeat:no-repeat; top:50%; left:50%; margin-top:-344px; margin-left:-185px; z-index:200; display:none; background-size:contain;}
.solution_wrap_bg .view_mobile_pop .inner_wrap {position:absolute; left:25px; bottom:34px; width:322px; height:590px; overflow:hidden;}
.solution_wrap_bg .view_mobile_pop .inner { width:345px; height:590px; overflow-y:auto;}
.solution_wrap_bg .view_mobile_pop .inner iframe {width:100%; height:100%;}

/* 쇼핑몰스킨 //10.13 icw */
.shsk > div{padding:40px 0;}
.shsk .titWrap{text-align:center;}
.shsk .titWrap .tit{font-size:38px;color:#333;font-weight:bold;padding:15px 0 20px;}
.shsk .titWrap .stit{font-size:17px;color:#333;font-weight:bold;}
.shsk .conWrap .caption{font-size:13px;color:#333;vertical-align:top;line-height:24px;padding:10px 0;}
.shsk .conWrap .caption i{color:#fff;background:#ffca42;border-radius:50%;vertical-align:top;margin-right:5px;}
.shsk .imgWrap{font-size:0;margin:0 -8px;}
.shsk .imgWrap li{width:calc(33.3% - 16px);height:590px;display:inline-block;margin:0 8px;box-sizing:border-box;overflow:hidden;border:1px solid #e0e0e0;padding-top:10px;position:relative;}
.shsk .imgWrap li .liWrap{width:calc(100% - 3px);height:calc(100% - 10px);overflow:hidden;overflow-y:scroll;padding:0 10px;}
.shsk .imgWrap li .liWrap img{width:100%;}
.shsk .imgWrap li .closeup:before{content:"+";position:absolute;left:50%;top:50%;color:#fff;background:rgba(251,198,63,.9);border-radius:50%;width:75px;height:75px;margin:-37.5px 0 0 -37.5px;font-size:60px;text-align:center;line-height:74px;font-weight:normal;cursor:pointer;}
.shsk .sct_m .imgWrap{margin:0 -6px;}
.shsk .sct_m .imgWrap li{width:247px;height:500px;}
.shsk .sct_m .imgWrap li .liWrap{}
.shsk .txtWrap{font-size:0;}
.shsk .txtWrap li{display:inline-block;width:33.3%;text-align:center;font-size:17px;color:#333;line-height:68px;}
.shsk .sct_m .txtWrap li{width:25%;}

.clone_detail{max-width:1200px;width:auto !important;position: absolute;top:60px;left:50%;z-index:900;margin-left:-600px;cursor:pointer;}
.detail_click_z.clone_detail img{margin:auto !important;max-width:100%;}
.det_dummy_box{width:100%;height:100%;background:#000;position:fixed;top:0px;left:0px;z-index:800;opacity:.8;}
 /* 쇼핑몰스킨 끝 */

/* 서브 - 보안 ssl */
dl.sslStep {width:100%;}
dl.sslStep dd.text {width:610px!important;}


.cswrap .cklabel .iconfont {vertical-align:top;}
.cswrap .con-left { float: left; width: 100%; height: 216px; box-sizing:border-box; border: 1px solid #ccc; overflow-y:auto; overflow-x:hidden;padding:10px;}
.cswrap .cklabel {padding-left:0; padding-right:28px; margin-top:10px; font-size:12px;display: inline-block;position: relative;overflow: hidden;font-size: 15px;color: #5f5f5f;padding-left: 28px;line-height: 24px;}
.cswrap .cklabel input{position:absolute;left:-9999px;}
.cswrap .cklabel .iconfont {left:auto; right:0;position: absolute;top: 0;left: 0;width: 24px;height: 24px;color: #999;font-size: 24px;line-height: 28px;font-weight: bold;text-align: center;}
.cswrap .regist-btn-box {text-align:right; padding-top:20px;}
.cswrap .guide_wrap {border:none !important;}
.cswrap .guide_wrap ol li {margin-top:0 !important;}
.cswrap .con-right {text-align:right;}
.cswrap .guide_wrap ol li:first-child {border-top:1px solid #dcdcdc ;}
.cswrap h2:first-child {font-size:16px; padding:30px 0 15px;}

.cswrap.ifram .con-left{padding:0px;overflow-y:hidden;}
.cswrap.ifram .con-left iframe{margin:0 0 0 -1px;}


.mall_shoppingmall {overflow:hidden; padding:20px 0; box-sizing:border-box; border:1px solid #ccc; margin:40px 0;}
.mall_shoppingmall dl {overflow:hidden;}
.mall_shoppingmall dl dt {float: left; text-align: center; width: 20%;}
.mall_shoppingmall dl dd {float: left; font-size: 0; text-align: left; width: 80%;}
.mall_shoppingmall dl dd span {display: inline-block;  width: 25%; text-align:center;}


/* 중국전자상거래 */
.chiec{min-width:1400px;margin-bottom:-20px;}
.chiec span.bold{font-family:NanumSquareB;}

.chiec .gnb {position:absolute; min-width:1200px; left:0; top:0; z-index:500; width:100%; height:100px; overflow:hidden; background:none; box-sizing:border-box; padding:0 55px; background:none;
transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
}
.chiec .gnb .logo {float:left; width:30%;line-height:100px; }
.chiec .gnb .logo img {vertical-align:middle;}
.chiec .gnb .logo img.scroll_top {display:inline-block;}
.chiec .gnb .logo img.scroll_bottom {display:none;}
.chiec .gnb .menu {float:right; width:70%; position:relative;}
.chiec .gnb .menu ul {overflow:hidden; text-align:right; box-sizing:border-box; padding-right:100px;}
.chiec .gnb .menu ul li {display:inline-block; width:169px; text-align:center;}
.chiec .gnb .menu ul li a {color:#fff; font-size:18px;line-height:100px; font-family:"NanumSquareB";}
.chiec .gnb .menu ul li a span.E {display:inline-block;}
.chiec .gnb .menu ul li a span.K {display:none;}
.chiec .gnb .menu ul li a:hover span.E {display:none;}
.chiec .gnb .menu ul li a:hover span.K {display:inline-block;}
.chiec .gnb .menu .TB {display:none; position:absolute; right:-50px; top:0; width:50px; box-sizing:border-box; border-left:1px solid #f6da21;}
.chiec .gnb .menu .TB a {display:block; width:100%; height:50px; line-height:50px; text-align:center; box-sizing:border-box; border-bottom:1px solid #f6da21;}
.chiec .gnb .menu .TB a:last-child{border-bottom:0;};
.chiec .gnb .menu .TB a img {vertical-align:middle;}

.chiec .gnb.on {position:fixed; top:0; left:0; background:#ffed00;border-bottom:1px solid #f6da21;
transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
}
.chiec .gnb.on .menu .TB{display:inline-block;}
.chiec .gnb.on .menu ul li a {color:#000;}

.chiec .gnb.on .logo img.scroll_top {display:none;}
.chiec .gnb.on .logo img.scroll_bottom {display:inline-block;}

.chiec .gnb .flag {position:absolute; right:7px; top:38px; z-index:10;}
.chiec .gnb .flag a {display:inline-block; margin-right:2px;}
.chiec .gnb .flag a img {width:26px;}

.chiec .btn_page {position:fixed;top:50%;right:100px;z-index:999;margin-top:-130px;}
.chiec .btn_page ul {}
.chiec .btn_page ul li{margin:15px 0;}
.chiec .btn_page ul li a{display:inline-block; width:40px;height:40px; text-align:center;background:#ffd402;font-size:16px;line-height:40px;color:#fff;font-family:"NanumSquareB";border-radius:50%;}
.chiec .btn_page ul li a:hover{background:none;}
.chiec .btn_page ul li.on a{background:none;}
.chiec .btn_page .TB {display:block; position:absolute; right:-50px; top:0; width:50px; box-sizing:border-box; border-left:1px solid #f6da21;}
.chiec .btn_page .TB a {display:block; width:100%; height:50px; line-height:50px; text-align:center; box-sizing:border-box; border-bottom:1px solid #f6da21;color:#000;}
.chiec .btn_page .TB a:last-child{border-bottom:0;};
.chiec .btn_page .TB a img {vertical-align:middle;}



.chiec .flag {position:absolute; right:7px; top:38px; z-index:10;}
.chiec .flag a {display:inline-block; margin-right:2px;}
.chiec .flag a img {width:26px;}

.chiec .bottom_botton {position:absolute; left:0; bottom:70px; width:100%; text-align:center; z-index:20;}
.chiec .bottom_botton a {display:inline-block;}
.chiec .bounce_ani {
	-webkit-animation:horizontalBounce 5s linear infinite both;
	animation:horizontalBounce 5s linear infinite both;
}
@-webkit-keyframes horizontalBounce {
	0%, 10%, 30%, 50%, 70%, 90%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

.chiec .bottom_btn_list {position:absolute; left:0; text-align:center; bottom:50px; width:100%; height:auto; z-index:30;}
.chiec .bottom_btn_list {font-size:0; box-sizing:border-box; padding:0 5%;}
.chiec .bottom_btn_list a {display:inline-block; font-size:12px; color:#fff; text-align:center;}

.chiec .main_section {height: 100vh; min-height: 850px; position:relative;}
.chiec .main_section .main_marsk {position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.6);}
.chiec .section_F1 {background:#ffed00;}
.chiec .section_F1_intro .swiper-container{}
.chiec .section_F1_intro .swiper-wrapper{width:100% !important;height:100% !important;}
.chiec .section_F1_intro .swiper-slide{width:100%; height: 100vh; min-height: 850px; text-align:center; box-sizing:border-box;}
.chiec .section_F1_intro .swiper-slide{}
.chiec .section_F1_intro .text{position:absolute; line-height:1.5; left:0; top:22%; z-index:20; width:100%; color:#fff; font-size:80px; text-align:center; font-weight:normal;font-family:"NanumSquareL";letter-spacing:-.4px;}
.chiec .section_F1_intro .swiper-slide.p2 .text{top:15%;}
.chiec .section_F1_intro .swiper-slide.p3 .text{top:16%;}
.chiec .section_F1_intro .text .logo {}
.chiec .section_F1_intro .text span.bold {font-family:"NanumSquareB";}
.chiec .section_F1_intro .text .logo_none {height:55px;}
.chiec .section_F1_intro .text strong {font-family:"NanumSquareB";}
.chiec .section_F1_intro .swiper-button-next, .section_F1_intro .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec .section_F1_intro .swiper-button-next{background:url("/images/section_portfolioright.png")no-repeat 0 0;}
.chiec .section_F1_intro .swiper-button-prev{background:url("/images/section_portfolioleft.png")no-repeat 0 0;}
.chiec .section_F1_intro .swiper-slide .bg_img{position:absolute; left:0; top:0; overflow:hidden; width:100%; height:100%; z-index:-1;}
.chiec .section_F1_intro .swiper-slide .bg_img img {width:100%; height:100%;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:7s;
-moz-transition:7s;
-ms-transition:7s;
-o-transition:7s;
transition:7s;
}
.chiec .section_F1_intro .swiper-slide.swiper-slide-active .bg_img img {width:100%; height:100%;
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
transform:scale(1.3);
-webkit-transition:7s;
-moz-transition:7s;
-ms-transition:7s;
-o-transition:7s;
transition:7s;
}

.chiec .section_F1_intro .swiper-slide.swiper-slide-active .bg_img img {width:100%; height:100%;
}


.chiec #F2{background:#f9f4f4;}
.chiec #F2 .swiper-container{}
.chiec #F2 .swiper-wrapper{width:100% !important;height:100% !important;}
.chiec #F2 .swiper-slide{width:100%; height: 100vh; min-height: 850px; text-align:center; box-sizing:border-box;}
.chiec #F2 .swiper-slide{}
.chiec #F2 .swiper-slide > .tit {font-size:52px;color:#333;letter-spacing:-.6px;text-align:center;padding-top:90px;font-family:NanumSquareL;}
.chiec #F2 .swiper-slide.p2 .tit{top:15%;}
.chiec #F2 .swiper-slide.p3 .tit{top:16%;}
.chiec #F2 .swiper-slide .image{padding-top:74px;}
.chiec #F2 .swiper-slide.p2 .image{padding-top:35px;}
.chiec #F2 .swiper-button-next,.chiec #F2 .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec #F2 .swiper-button-next{background:url("/images/section_portfolioright.png")no-repeat 0 0;}
.chiec #F2 .swiper-button-prev{background:url("/images/section_portfolioleft.png")no-repeat 0 0;}
.chiec #F2 .swiper-slide.swiper-slide-active .bg_img img {width:auto;}


.chiec #F3{font-family:NanumSquareL;}
.chiec #F3 .swiper-container{}
.chiec #F3 .swiper-wrapper{width:100% !important;height:100% !important;}
.chiec #F3 .swiper-slide{width:100%; height: 100vh; min-height: 850px; text-align:center; box-sizing:border-box;}
.chiec #F3 .swiper-slide{}
.chiec #F3 .swiper-slide.p1{background:#f6dfd1;}
.chiec #F3 .swiper-slide.p2{background:#ffe085;}
.chiec #F3 .swiper-slide.p3{background:#fbeacc;}
.chiec #F3 .swiper-slide .slWrap{width:1220px;margin:auto;}
.chiec #F3 .slWrap .topWrap{padding-top:40px;}
.chiec #F3 .slWrap .topWrap .btns{text-align:left;}
.chiec #F3 .slWrap .topWrap .btns li{display:inline-block;padding:0 15px;line-height:54px;background:#fff;NanumSquareB;border-radius:8px;color:#fff;text-align:center;font-size:20px;margin-right:5px;cursor:pointer;color:#333;}
.chiec #F3 .slWrap .topWrap .btns li.on{background:#f70d08;color:#fff;}
.chiec #F3 .slWrap .topWrap .btns li span{font-size:25px;}
.chiec #F3 .slWrap .midWrap{overflow:hidden;padding-top:20px;}
.chiec #F3 .slWrap .topLft{text-align:left;float:left;}
.chiec #F3 .slWrap .topRgt{float:right;position:relative;padding:20px 0;}
.chiec #F3 .slWrap .topRgt img{margin-right:-80px;}
.chiec #F3 .slWrap .topRgt a{position:absolute;right:0;bottom:0;background:#000;font-size:27px;color:#fff;border-radius:50%;width:127px;height:127px;text-align:center;}
.chiec #F3 .slWrap .botWrap{border:1px dashed;border-width:1px 0;padding:50px 0;margin-top:30px;}
.chiec #F3 .slWrap .botWrap ul{font-size:0;}
.chiec #F3 .slWrap .botWrap ul li{display:inline-block;width:25%;vertical-align:top;}
.chiec #F3 .slWrap .botWrap ul li .image{height:120px;}
.chiec #F3 .slWrap .botWrap ul li img{max-height:120px;}
.chiec #F3 .slWrap .botWrap ul li p{font-size:27px;font-family:NanumSquareB;padding-top:40px;}
.chiec #F3 .slWrap .tit{font-size:70px;color:#333;letter-spacing:-.6px;}
.chiec #F3 .slWrap .stit{font-size:32px;color:#333;letter-spacing:-.6px;padding:30px 0 20px;line-height:40px;}
.chiec #F3 .slWrap .representative li{display:inline-block;margin-right:25px;}
.chiec #F3 .slWrap .representative li:nth-of-type(1){width:144px;line-height:54px;text-align:center;background:#f70d08;font-size:25px;color:#fff;font-family:NanumSquareB;border-radius:8px;}
.chiec #F3 .swiper-button-next,.chiec #F3 .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec #F3 .swiper-button-next{background:url("/images/section_portfolioright.png")no-repeat 0 0;}
.chiec #F3 .swiper-button-prev{background:url("/images/section_portfolioleft.png")no-repeat 0 0;}
.chiec #F3 .swiper-slide.swiper-slide-active .bg_img img {width:auto;}


.chiec #F4{height:100vh;min-height:850px;position:relative;}
.chiec #F4 .tit{font-size:52px;color:#333;letter-spacing:-.6px;text-align:center;padding-top:60px;font-family:NanumSquareL;}
.chiec #F4 .tit span{display:block;font-size:78px;padding-top:20px;}
.chiec #F4 .stit{display:block;font-size:52px;color:#fbeacc;letter-spacing:-.6px;text-align:center;padding-top:50px;text-shadow:3px 3px 2px #000;}
.chiec #F4 .image{width:979px;position:absolute;left:50%;bottom:auto;top:230px;margin-left:-489.5px;}
.chiec #F4 .bg_img{position:absolute; left:0; top:0; overflow:hidden; width:100%; height:100%; z-index:-1;}
.chiec #F4 .bg_img img {width:100%; height:100%;animation:bigsmall 7s infinite alternate;}
.chiec #F4 ul{width:1200px;margin:50px auto;padding:50px 0;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,0));}
.chiec #F4 ul li{font-size:25px;color:#fff;font-family:NanumSquareL;letter-spacing:-.4px;padding:10px 0;text-shadow:0 0 10px #000;background:url(/images/newsl4ico1.png)no-repeat left;text-indent:40px;margin-left:22%;}


.chiec #F5{background:url(/images/sl3bg2.jpg)no-repeat center / 100% 100%;}
.chiec #F5 .swiper-slide{height:100vh;min-height:850px;position:relative;}
.chiec #F5 .swiper-slide .tit{font-size:52px;color:#fff;letter-spacing:-.6px;text-align:center;padding-top:90px;font-family:NanumSquareL;}
.chiec #F5 .swiper-slide .tit div{font-size:30px;padding-bottom:20px;}
.chiec #F5 .swiper-slide .image{width:433px;position:absolute;left:50%;bottom:0;margin-left:-216.5px;}

.chiec #F5 .swiper-slide.p1{background:url(/images/sl3bg1.jpg)no-repeat center / 100% 100%;}
.chiec #F5 .swiper-slide.p1 .tit{font-size:78px;}
.chiec #F5 .swiper-slide.p1 ul{overflow:hidden;width:900px;margin:auto;padding-top:130px;}
.chiec #F5 .swiper-slide.p1 ul li{float:left;width:300px;text-align:center;}
.chiec #F5 .swiper-slide.p1 ul li:nth-child(4){clear:both;margin-left:150px;}
.chiec #F5 .swiper-slide.p1 ul li:nth-last-child(-n+2){padding-top:77px;}
.chiec #F5 .swiper-slide.p2,.chiec #F5 .swiper-slide.p3,.chiec #F5 .swiper-slide.p4,.chiec #F5 .swiper-slide.p5{}
.chiec #F5 .swiper-slide.p4 .image,.chiec #F5 .swiper-slide.p5 .image{bottom:auto;top:240px;margin-left:-490.5px;}
.chiec #F5 .swiper-button-next,.chiec #F5 .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec #F5 .swiper-button-next{background:url("/images/section_portfolioright3.png")no-repeat 0 0;}
.chiec #F5 .swiper-button-prev{background:url("/images/section_portfolioleft3.png")no-repeat 0 0;}
.chiec #F5 .swiper-slide.swiper-slide-active .bg_img img {width:auto;}


.chiec #F6 .swiper-slide{height:100vh;min-height:850px;position:relative;}
.chiec #F6 .swiper-slide .tit{font-size:52px;color:#fff;letter-spacing:-.6px;text-align:center;padding-top:90px;font-family:NanumSquareL;}
.chiec #F6 .swiper-slide .tit div{font-size:30px;padding-bottom:20px;}
.chiec #F6 .swiper-slide .image{width:979px;position:absolute;left:50%;bottom:auto;top:230px;margin-left:-489.5px;}

.chiec #F6 .swiper-slide.p1{background:url()no-repeat center / 100% 100%;}
.chiec #F6 .swiper-slide.p1 .tit{font-size:52px;}
.chiec #F6 .swiper-slide.p2{background:url()no-repeat center / 100% 100%;}
.chiec #F6 .swiper-button-next,.chiec #F6 .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec #F6 .swiper-button-next{background:url("/images/section_portfolioright3.png")no-repeat 0 0;}
.chiec #F6 .swiper-button-prev{background:url("/images/section_portfolioleft3.png")no-repeat 0 0;}
.chiec #F6 .swiper-slide.swiper-slide-active .bg_img img {width:auto;}
.chiec #F6 .swiper-slide .bg_img{position:absolute; left:0; top:0; overflow:hidden; width:100%; height:100%; z-index:-1;}
.chiec #F6 .swiper-slide .bg_img img {width:100%; height:100%;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:7s;
-moz-transition:7s;
-ms-transition:7s;
-o-transition:7s;
transition:7s;
}
.chiec #F6 .swiper-slide.swiper-slide-active .bg_img img {width:100%; height:100%;
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
transform:scale(1.3);
-webkit-transition:7s;
-moz-transition:7s;
-ms-transition:7s;
-o-transition:7s;
transition:7s;
}

.chiec #F6 .swiper-slide.swiper-slide-active .bg_img img {width:100%; height:100%;}


.chiec #F7{background:url(/images/sl5bg1.jpg)no-repeat center / 100% 100%;}
.chiec #F7 .swiper-slide{height:100vh;min-height:850px;position:relative;}
.chiec #F7 .swiper-slide .tit{font-size:52px;color:#fff;letter-spacing:-.6px;text-align:center;padding-top:90px;font-family:NanumSquareL;}
.chiec #F7 .swiper-slide .tit div{font-size:30px;padding-top:20px;}
.chiec #F7 .swiper-slide .image{width:1030px;position:absolute;left:50%;bottom:auto;top:280px;margin-left:-585px;}
.chiec #F7 .swiper-slide.p1 .image{top:330px;margin-left:-461px;}

.chiec #F7 .swiper-slide.p1 .tit{font-size:78px;letter-spacing:-.6px;}
.chiec #F7 .swiper-button-next,.chiec #F7 .swiper-button-prev{width:65px; height:125px; margin-top:-65px; z-index:50;}
.chiec #F7 .swiper-button-next{background:url("/images/section_portfolioright3.png")no-repeat 0 0;}
.chiec #F7 .swiper-button-prev{background:url("/images/section_portfolioleft3.png")no-repeat 0 0;}
.chiec #F7 .swiper-slide.swiper-slide-active .bg_img img {width:auto;}


@media screen and (max-width:1600px) {
}
/* 중국전자상거래 끝 */

/* 모바일버젼 보기 */
.pageContain .view_mobile_mask {position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;background-color:rgba(0,0,0,0.8);display:none;}
.pageContain .view_mobile_pop {position:fixed;width:370px;height:688px;background-image:url("/images/mobile.png");background-repeat:no-repeat;top:50%;left:50%;margin-top:-344px;margin-left:-185px;z-index:200;display:none;background-size:contain;}
.pageContain .view_mobile_pop .inner_wrap {position:absolute;left:25px;bottom:34px;width:322px;height:590px;overflow:hidden;}
.pageContain .view_mobile_pop .inner {width:345px;height:590px;overflow-y:auto;}
.pageContain .view_mobile_pop .inner iframe {width:100%;height:100%;}



/* 카톡상담*/
.oneBnrWrap{display:inline-block; float:right;}


/****************************** 텍스트 스타일 상관 ******************************/
.note_box strong {float:left; width:100px; font-size:16px; line-height:20px; font-weight:normal; font-family:'mgb'; text-align:center;}
.tab01 > div{display:table;width:100%;}
.tab01 a {width:14%;display:table-cell; padding:10px 0; border:1px solid #e7e7e7; border-left:none; border-bottom:none; background:#fcfcfb; color:#2e2e2e; font-size:15px; line-height:20px; box-sizing:border-box; text-align:center; vertical-align:middle; font-family:'mgb';border-bottom:4px solid #fcfcfb;}
.tab03 a {float:left; width:50%; height:60px; border:1px solid #e7e7e7; border-left:none; background:#92979b; color:#fff; font-size:15px; line-height:57px; font-family:'mgb'; text-align:center; box-sizing:border-box;}

/****************************** step ******************************/
.step_box ul li {float:left; height:80px; padding:0 15px 0 55px; background:url('../bg_step_item.jpg') no-repeat 0 0; color:#000; font-size:20px; line-height:78px; font-weight:normal; font-family:'mgb'; letter-spacing:-2px;}
.step_box ul li span {display:inline-block; width:39px; height:39px; margin-right:6px; border-radius:100%; background-color:#d8dbdd; color:#fff; font-size:17px; line-height:37px; text-align:center; font-family:'mg'; vertical-align:middle; letter-spacing:0;}

/****************************** 타이틀 ******************************/
.cont_title01 {margin-top:20px; padding:10px; font-size:20px; line-height:38px; font-weight:normal; font-family:'mgb'; text-align:left;}
.cont_title03 {color:#2e2e2e; font-size:15px; line-height:54px; font-weight:normal; font-family:'mgb'; text-align:left;}
.cont_title04 {margin-top:0; padding:44px 0 16px 0; font-size:15px; color:#2e2e2e; line-height:18px; font-weight:normal; font-family:'mgb'; text-align:left;}
.cont_title05 {margin-top:0; padding:32px 0 16px 0; font-size:15px; color:#2e2e2e; line-height:20px; font-weight:normal; font-family:'mgb'; text-align:left;}

/****************************** 게시판 ******************************/
/* 리스트 */
.board_list .tit td .day {position:absolute; right:10px; top:10px; color:#929292; font-size:13px;}
.board_list th {padding:16px 0; background:url('../ico_board_th_bar.gif') no-repeat 0 center #b5babd; color:#fff; font-family:'mgb'; font-weight:normal; text-align:center;}
.board_list02 th {padding:21px 0; border-left:1px solid #eaeaea; background:#b5babd; color:#fff; font-weight:normal; font-family:'mgb'; text-align:center;}
.board_list02 td .product .txt .tit {color:#000; font-size:15px; line-height:22px; font-family:'mgb';}

/* 보기 */

/* 쓰기 */

/* 페이징 */
.paging_box {padding:40px 20px 20px; margin-top:30px; background:#fcfcfb;}
.paging a.prev {width:35px; margin-right:10px; padding-left:14px; color:#000; font-size:14px; font-family:'mgb'; text-align:left;}
.paging a.next {width:35px; margin-left:10px; padding-right:14px; color:#000; font-size:14px; font-family:'mgb'; text-align:right;}

/****************************** 팝업 상관 스타일 ******************************/
.pop_head h1 {float:left; margin-right:30px; color:#3a1c1c; font-size:25px; line-height:85px; font-family:'mgb'; font-weight:normal;}
.pop_head p {display:table-cell; height:85px; color:#3a1c1c; font-size:14px; line-height:20px; font-family:'mgb'; vertical-align:middle;}
.pop_head p span {display:block; margin-top:5px; font-size:11px; line-height:14px; font-weight:normal;  font-family:'mg';}

/****************************** 회원 ******************************/
.member_wrap .etc_type .etc_btn li#nvLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("../m/images/icon/ic-naver-02.png") no-repeat 11px 10px #57b04b; background-size:18px 16px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .etc_type .etc_btn li#fbLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("../m/images/icon/ic-facebook-02.png") no-repeat 15px 8px #3b5998; background-size:10px 21px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .etc_type .etc_btn li#kkLoginBtn a {display:block;  height:36px; padding-left:35px; background:url("../m/images/icon/ic-kakao-02.png") no-repeat 11px 10px #ffe812; background-size:18px 17px; color:#fff; box-sizing:border-box; font-size:14px; font-weight:bold; line-height:36px;}
.member_wrap .welcome {margin-top:120px; font-size:30px; line-height:52px; text-align:center; font-family:'mgb'; font-weight:normal;}
.member_wrap .title_center {height:88px; margin-top:28px; border-bottom:5px solid #2e2e2e; font-size:30px; line-height:85px; font-family:'mgb'; font-weight:normal; text-align:center;}
.member_wrap .terms li .btn {display:block; position:absolute; top:14px; right:1px; width:112px; height:40px; border:1px solid #92979b; background:#fbfbfb; color:#5a5a5a; font-size:13px; line-height:37px; font-family:'mgb'; text-align:center;}
.member_wrap .pw_check li input[type="password"] {width:100%; height:65px; padding:0 26px; margin:0; border:1px solid #a3a3a3; font-size:15px; line-height:62px; font-family:'mgb'; box-sizing:border-box;}
.member_wrap .find_cont .form_list > li .btn_check {display:inline-block; width:119px; height:55px; margin-left:5px; background:#92979b; color:#fff; font-size:15px; line-height:52px; text-align:center; font-family:'mgb'; vertical-align:top; cursor:pointer;}
.member_wrap .join_list > li input.text {height:55px; padding:0 20px; margin-left:5px; color:#92979b; font-family:'mgb'; line-height:50px;}
.member_wrap .join_list > li input.text:first-child{margin-left:0;}
.member_wrap .join_list > li .select_option {height:55px; color:#92979b; font-family:'mgb';}
.member_wrap .join_list > li .btn_check {display:inline-block; width:120px; height:55px; margin-left:10px; background:#92979b; color:#fff; font-size:15px; line-height:52px; text-align:center; font-family:'mgb'; vertical-align:top; cursor:pointer;}
.member_wrap .child_box h1 {position:relative; margin-top:10px; height:54px; padding:0 20px; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; background:#e7e7e0; font-size:16px; line-height:51px; font-family:'mgb'; font-weight:normal; text-align:left; overflow:hidden;}
.member_wrap .child_box .del {display:block; position:absolute; top:8px; right:7px; width:91px; height:38px; background:#92979b; color:#fff; font-size:15px; line-height:35px; text-align:center; font-family:'mgb'; cursor:pointer;}

.join_list .select_option{z-index:1;}

/****************************** 마이페이지 ******************************/
.in_title {margin-top:30px; padding:0 30px; color:#2e2e2e; font-size:20px; line-height:56px; font-family:'mgb'; font-weight:normal;}


/****************************** 기타 공통 ******************************/
/* 현재위치 */
.location {padding:0; color:#000; font-size:14px; line-height:1; margin:20px 0; text-align:right; box-sizing:border-box;}
.location .home {font-weight:normal; font-family:'mgb';}

/* 순서컨트롤 */
.view_type_box .total_cont em { font-weight:normal; font-family:'mgb';}
.view_type_box .view_type a {padding:0 12px; background:url('../ico_view_type_bar.jpg') no-repeat 0 5px; color:#000;}
.view_type_box .view_type a.active { font-weight:normal; font-family:'mgb';}

/* 분할선 */
.d_line {width:100%; height:20px; background:url('../border_line.gif') repeat-x 0 center; overflow:hidden;}
.qna_list li {border-bottom:1px solid #e7e7e7; background:url('../ico_qna_down.png') no-repeat right 35px;}
.qna_list li.on {background:url('../ico_qna_up.png') no-repeat right 35px;}
.qna_list li .q em { font-weight:normal; font-family:'mgb';}

/* 서브 검색 */
.search_type01 {display:table-cell; width:1100px; padding:20px 0; margin-top:30px; border:1px solid #e7e7e7; background:#f8f8f7; font-size:0; line-height:0; text-align:left; vertical-align:middle; box-sizing:border-box;}
.search_type01 .btn_search {display:inline-block; width:83px; height:35px; margin-left:-1px; background:#444; color:#fff; font-size:14px; line-height:32px; text-align:center; font-family:'mgb'; vertical-align:middle; cursor:pointer;}
.search_type01 .text_list li em {display:inline-block; width:83px; height:30px; margin-right:10px; border:1px solid #c4c4c4; background:#f0f0f0; font-size:14px; line-height:27px; text-align:center; font-family:'mgb'; box-sizing:border-box;}
.ordernum_txt {margin:50px 30px 0; padding-left:16px; background:url('../ico_orange_check.png') no-repeat 0 center; color:#2e2e2e; font-size:15px; font-family:'mgb';}

/* 마이페이지 */
.mypage_wrap a.btn4 {display:inline-block; background:#92979b; color:#fff; line-height:45px; padding:0 25px; vertical-align:middle; font-size:14px; font-weight:normal; font-family:'mgb';}
.mypage_wrap a.btn6 {display:inline-block; background:#01aebe; color:#fff; line-height:27px; padding:0 25px; vertical-align:middle; font-size:14px; font-weight:normal; font-family:'mgb';}


/* 마이페이지 취소/반품/환불 부분에 추가된 부분 */
.p_text .left {float:left; line-height:63px; font-size:15px; color:#2e2e2e; font-weight:normal; font-family:'mgb'; padding-left:30px;}
.p_text .right {float:right; line-height:63px; font-size:15px; color:#2e2e2e; font-weight:normal; font-family:'mgb'; padding-right:30px;}



/* 마이페이지 2016.05.25 */
.mytop_txt_wrap.bg_img1 {background:url('../bg_tx01.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img2 {background:url('../bg_tx02.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img3 {background:url('../bg_tx03.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img4 {background:url('../bg_tx04.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img5 {background:url('../bg_tx05.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img6 {background:url('../bg_tx06.gif') no-repeat 50px center #fcfcfb;}
.mytop_txt_wrap.bg_img7 {background:url('../bg_tx07.gif') no-repeat 50px center #fcfcfb;}
.btn_board_blue {display:inline-block; height:45px; padding:0 28px; background:#01aebe; border:none; color:#fff; font-size:14px; line-height:45px; font-weight:normal; font-family:'mgb';}
.btn_board_gray {display:inline-block; height:45px; padding:0 28px; background:#92979b; border:none; color:#fff; font-size:14px; line-height:45px; font-weight:normal; font-family:'mgb';}
.board_list tr.board_qa_box td .questions {padding:30px 77px 20px; background:url('../ico_board_q.png') no-repeat 22px 22px #f6f6f7; text-align:left;}
.board_list tr.board_qa_box td .answers {padding:30px 77px 20px; background:url('../ico_board_a.png') no-repeat 22px 22px #f6f6f7; text-align:left;}
.board_write2 td select {padding:5px 0 6px; border:1px solid #c4c4c4; }/*background:url('../bg_select_down.gif') no-repeat right center #fff;*/
.res_txt em {font-weight:normal; font-family:'mgb';}
.titleText {margin-top:20px; font-size:20px; line-height:24px; font-weight:normal; font-family:'mgb';}

.top_info_inner span.img{display:inline-block; float:left; font-size:16px; font-weight:normal; font-family:'mgb'; color:#3a1c1c;}
.main_cont_top li .tit{font-size:18px; font-weight:normal; font-family:'mgb'; color:#000000; line-height:28px;}
.board_list_pay td.name .txt strong {display:inline-block; font-weight:normal; font-family:'mgb';}

/*나를 추천한 회원 목록*/

/*나의 상품평 부분*/
tr td.clickon_in {background:#f9f9f9 url('../clickcon_bg.png')no-repeat 90px 28px; box-sizing:border-box; padding:30px 0 30px 118px; text-align:left;}

/*포인트 캐쉬 부분*/
.p_c_top .p_c_top_top .left em {font-size:30px; color:#2e2e2e; font-weight:normal; font-family:'mgb'; line-height:42px;}
.p_c_top .p_c_top_top .left span {font-size:15px; line-height:20px; color:#2e2e2e; font-weight:normal; font-family:'mgb';}
.p_c_top .p_c_top_top .right strong {font-size:40px; color:#2e2e2e; font-weight:normal; font-family:'mgb';}

/*할인쿠폰*/
.coupon_btns_11 {overflow:hidden; padding:29px 0 20px 0; font-size:0px;}

/*회원탈퇴*/
.leave_check_list li {padding-top:22px; float:left; width:463px; text-align:left; font-size:15px; color:#2e2e2e;}

/*http://koreademo.mallshopping.co.kr/mallinmall/regist_form.asp 시작*/
.titleTextregi {border-bottom: 5px solid #2e2e2e; font-family: "mgb"; font-size: 30px; font-weight: normal; height: 84px; line-height: 81px;padding-bottom: 21px;}
.table_style input.text{padding:0 20px;; box-sizing:border-box; vertical-align:middle; font-family: "mgb"; color: #92979b; height:55px; line-height:50px;}
.refist_ckclass {background: rgba(0, 0, 0, 0) url("../ico_login_check_off.png") no-repeat scroll 0 center;display: block;font-family: "mgb";font-size: 15px;height: 66px;line-height: 63px;overflow: hidden;padding-left: 32px;position: relative; width:150px;}
.refist_ckclass.on {background: rgba(0, 0, 0, 0) url("../ico_login_check_on.png") no-repeat scroll 0 center;}
/*http://koreademo.mallshopping.co.kr/mallinmall/regist_form.asp  끝*/

/*상품 리스트 타임세일 부분 */
select.select1 {appearance: none; -webkit-appearance: none; -moz-appearance: none; border-radius:0px; background: #fff url("../bottom_icon12.png") no-repeat scroll right 5px center / 25px auto; border: 1px solid #c4c4c4; box-sizing: border-box; color: #2e2e2e; font-size: 15px; height: 35px; line-height: 20px; padding-left:3px;  text-align: left; width: 100%;}

/* 상세페이지 */
/* 제품정보 */
.productInfo {position:relative; min-height:620px; background:#fff; font-size:0; line-height:0;}
.productInfo .img_box {position:absolute; top:0; left:0; width:500px; height:100%; background:#fbfbfb;}
.productInfo .img_box .img {width:500px; height:500px; margin:0; cursor:pointer; overflow:hidden;}
.selected_option .count_control {position:absolute; right:30px; top:50%;}
.selected_option .prc {display:inline-block; position:absolute; right:30px; top:50%; margin-top:-25px; font-size:15px; line-height:25px;}
.total_price {margin-top:10px; color:#2e2e2e; font-size:14px; line-height:50px; text-align:right;}
.total_price span em {font-size:30px; font-style:normal; font-family:'mgb';}
.btn_area a {float:left; width:40%; height:70px; margin-left:1%; background:#92979b; color:#fff; font-size:18px; line-height:68px; text-align:center; font-family:'mgb';}
.product_detail_wrap {position:relative; padding:0 30px; background:#fff; text-align:left;}

/* 장바구니,주문 */
.cart_total li {display:table-cell; position:relative; width:33.3%; border-right:1px solid #eaeaea; border-bottom:1px solid #eaeaea; background:#fdfdf8; font-family:'mgb'; box-sizing:border-box; z-index:6;}
.cart_total li:first-child .bottom dl dd .dd_right {padding-left:204px; font-family:'mg';}
.cart_total li:first-child .bottom dl dd .dd_right em {font-family:'mgb';}

/* 팝업쿠폰 */
.coupon_total li .price em {font-size:30px; font-family:'mgb';}

/* list play btn */
.isPlay img,
.gallery_list ul li .img .isPlay img,
.gallery_list ul li a .isPlay img {position:absolute; top:125px; left:50%; margin-left:-30px; width:60px; height:60px;}


/* 이용약관,개인정보취급방침 */
.mgt0 {margin-top:0 !important;}
.guide_wrap {margin:20px 0; padding:40px 7%; border:1px solid #e7e7e7; background:#fff; font-size:14px; box-sizing: border-box;}
.guide_wrap p {margin:20px 0 0 0; font-size:14px; line-height:18px;}
.guide_wrap ol {margin-top:30px; font-size:18px; line-height:24px;}
.guide_wrap ol li {margin-top:10px; font-weight:bold;}
.guide_wrap h2 {margin-top:50px; font-size:18px; line-height:24px;}

/* jquery ui select */
.ui-selectmenu-icon.ui-icon {background:url('/images/ico_select.gif') no-repeat right center;}

/*게시판 테이블 스타일 */
.boardTitle {clear: both; width: 100%; margin: 20px 0 0 0; padding: 0 0 8px 0; font-size: 34px;font-weight: normal; text-align: left;}
.boardTitle span.line {display:none; width:50px; height:2px; background:#5f4025 ;}
.gallery_list li {width:25%; box-sizing:border-box; padding:10px; }
.gallery_list li .gallery_list_in_box { border:1px solid #ccc; box-sizing:border-box; padding: 10px;}
.gallery_list li .gallery_list_in_box strong {font-size:15px;}
.gallery_list li .gallery_list_in_box .date {color:#555;}
.gs_table_viwe .tit {font-size:19px; font-family:'mgb'; padding:10px 0;}
.gs_table_default .gs_table_default_con {box-sizing:border-box; padding:0;}
.del_box {border:2px solid #000; display:none;}

/* smartSearch 2016-11-15 */
.ssSection .ssTitle {float:left; width:130px; height:40px; margin:4px 0; color:#000; font-size:13px; line-height:40px; font-family:'mgb';}
.relationBest_list .goods_box .goods .txt .price {display: block;margin-top:15px; font-family: "mgb"; font-size: 20px; height: 24px; line-height: 24px; float:left;}
.relationBest_list .arrow-left {background: rgba(0, 0, 0, 0) url("../left1.png") no-repeat scroll center center; height: 48px; left:-15px;position: absolute;top: 50%;width: 48px;z-index: 10;}
.relationBest_list .arrow-right {background: rgba(0, 0, 0, 0) url("../right1.png") no-repeat scroll center center; height: 48px; right:-15px; position: absolute;top: 50%;width: 48px;z-index: 10;}

/*회원가입 선택*/
.BusiInfor .BusiInfortitle {font-family:"mgb"; text-align:center; font-size:28px; font-weight:normal; height:74px; line-height:71px; padding-bottom:21px;}
/*회원가입 선택 끝*/

.LeftWrapSize {margin-top:30px !important;}

/* 부가서비스 */
dl.tablestyle1 {float:left;clear:both;width:847px;}
dl.tablestyle1 dt{float:left;margin:0;padding:0;background:none;}
dl.tablestyle1 dd{float:left;margin:0;padding:0;}
dl.tablestyle1 .tablestyle1Title {clear:both;width:910px;}
dl.tablestyle1 .tablestyle1Title dt{float:left;width:110px;;margin:0;padding:20px 0;background:#2c3e4f;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius: 8px 8px 0 0;border:none;}
dl.tablestyle1 .tablestyle1Title dd{float:left;width:227px;margin:0 0 0 19px;padding:20px 0;background:#1bbc9c;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius: 8px 8px 0 0;border:none;}
dl.tablestyle1 .tablestyle1Row {clear:both;width:910px;margin:0;}
dl.tablestyle1 .tablestyle1Row dt{float:left;width:110px;margin:0;padding:18px 0;text-align:center;font-size:13px;color:#2c3e4f;font-weight:bold;vertical-align:middle;border-top:1px solid #ebebeb;background:none;}
dl.tablestyle1 .tablestyle1Row dd{float:left;width:227px;margin:0 0 0 19px;padding:15px 0;text-align:center;font-size:13px;vertical-align:middle;border-top:1px solid #ebebeb;background:none;}
dl.tablestyle1 .tablestyle1Row dd:nth-child(odd) {}
dl.tablestyle1 .tablestyle1Row dd:nth-child(2n){}
dl.tablestyle1 .tablestyle1Row dt.bottom{height:140px;border-bottom:1px solid #ebebeb;}
dl.tablestyle1 .tablestyle1Row dd.bottom{height:140px;border-bottom:1px solid #ebebeb;}
dl.tablestyle1 .tablestyle1Row dd .colorFont{color:#fe7c25;}

dl.tablestyle2 {float:left;clear:both;width:100%;}
dl.tablestyle2 dt{float:left;margin:0;padding:0;background:none;}
dl.tablestyle2 dd{float:left;margin:0;padding:0;}
dl.tablestyle2 .tablestyle1Title {clear:both;width:100%;}
dl.tablestyle2 .tablestyle1Title dt{float:left;width:166px;;margin:0;padding:20px 0;background:#2c3e4f;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius: 8px 8px 0 0;border:none;}
dl.tablestyle2 .tablestyle1Title dd{float:left;width:152px;margin:0 0 0 19px;padding:20px 0;background:#1bbc9c;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius: 8px 8px 0 0;border:none;}
dl.tablestyle2 .tablestyle1Row {clear:both;width:910px;}
dl.tablestyle2 .tablestyle1Row dt{float:left;width:166px;margin:0;padding:18px 0;text-align:center;font-size:13px;color:#2c3e4f;font-weight:bold;vertical-align:middle;border-top:1px solid #ebebeb;background:none;}
dl.tablestyle2 .tablestyle1Row dd{float:left;width:152px;margin:0 0 0 19px;padding:18px 0;text-align:center;font-size:13px;vertical-align:middle;border-top:1px solid #ebebeb;background:none;}
dl.tablestyle2 .tablestyle1Row dt.bottom{border-bottom:1px solid #ebebeb;}
dl.tablestyle2 .tablestyle1Row dd.bottom{border-bottom:1px solid #ebebeb;}

dl.sslStep {clear:both;float:left;margin-top:20px;}
dl.sslStep dt{display:table;float:left;width:160px;height:142px;margin:0;padding:0;}
dl.sslStep dt div {display:table-cell;vertical-align:middle;width:142px;overflow:hidden;}
dl.sslStep dt div span.num{padding-bottom:15px;font-size:22px;font-weight:bold;}
dl.sslStep dd {margin:0;padding:0;height:142px;}
dl.sslStep dd.bullet {float:left;width:20px;padding-left:10px;}
dl.sslStep dd.text {display:table;float:left;width:690px;padding-left:30px;font-size:13px;line-height:20px;}
dl.sslStep dd.text div {display:table-cell;vertical-align:middle;}
dl.sslStep .circle1 {width:142px;height:160px;padding:0;border-radius:50%;text-align:center;font-size:15px;font-weight:bold;color:#fff;letter-spacing:-1px;}
dl.sslStep .circle2 {width:31px;height:31px;margin-top:60px;border-radius:50%;}

.btn1 a{float:left;display:inline-block;width:90px;margin-right:5px;padding:5px 3px;border:1px solid #1bbc9c;color:#1bbc9c;font-weight:bold;text-align:center;border-radius:4px;}
.btn1 a:hover{border:1px solid #f02c5a;color:#f02c5a;text-decoration:none;}
.btn2 a{float:left;display:inline-block;width:90px;padding:5px 3px;border:1px solid #1bbc9c;color:#1bbc9c;font-weight:bold;text-align:center;border-radius:4px;}
.btn2 a:hover{border:1px solid #f02c5a;color:#f02c5a;text-decoration:none;}

table.table1 {width:100%;margin-top:8px;border-top:2px solid #1bbc9c;border-bottom:1px solid #ccc;}
table.table1 th{width:150px;padding:10px 10px;text-align:center;background:#f3f4ec;}
table.table1 td{padding:10px 10px 10px 20px;line-height:22px;}

/* 공통 */
.pageContain {position:relative;margin-left:50px;padding:0;}
.subpageTitle {clear:both;width:100%;margin:20px 0 0 0;padding:0 0 8px 0;font-size:45px;letter-spacing:-4px;font-weight:normal;text-align:left;}
.subpageTitleText {width:100%;margin:0;font-size:18px;letter-spacing:-1px;color:#333;text-align:left;}
.subpageLocation {width:100%;margin-top:36px;text-align:right;}

.lmenu_menu .menu .txt{letter-spacing:-1px;}

#skyIndex {position:fixed;top:220px;left:0;right:0;width:1300px;height:0;margin:0 auto;text-align: right;}
#skyIndex > ul{display: inline-block;text-align: left;}
#skyIndex ul li{list-style:none;cursor:pointer;}
#skyIndex ul li {display:block;width:48px;height:38px;margin:0 0 8px 0;padding-top:10px;background:#fff;border:1px solid #d6d6d6;font-size:11px;text-align:center;-moz-border-radius:24x;-webkit-border-radius:24px;border-radius:24px;}
#skyIndex ul li.on {background:#60ca7b;border:1px solid #60ca7b;font-size:11px;text-align:center;color:#fff;}
#skyIndex ul li.top {width:44px;height:40px;padding:6px 0 0 0;background:#333;border:1px solid #333;font-size:11px;text-align:center;color:#fff;font-weight:bold;-moz-border-radius:24x;-webkit-border-radius:24px;border-radius:24px;}

.subArea {clear:both;float:left;width:100%;margin-top:40px; overflow:hidden;}
.subArea.al-c{float:none;margin:auto;}
.subArea img {max-width:100%;}
.subArea h2.subSubTitleNone {margin:30px 0 15px 0;padding:0;font-size:30px;letter-spacing:-2px;}
.subArea h2.subSubTitle {margin:30px 0 15px 0;padding:0;font-size:30px;letter-spacing:-3px;}
.subArea h2.subSubTitle span.eng {letter-spacing:0;}
.subArea h2.subSubTitleNone span.subSubTitleText, .subArea h2.subSubTitle span.subSubTitleText {font-size:15px;font-weight:normal;letter-spacing:-1px;}
.subArea h3 {clear:both;margin:0;padding:0;font-size:18px;}
.subArea .subDesignPrice {margin-top:5px;padding:35px;font-size:18px;background:#f6f7f7;text-align:center;line-height:25px;border-radius:8px;border:1px solid #ebebeb;}
.subArea .subDesignPrice span.bigFont {font-size:22px;font-weight:bold;}

.subArea .subGrayBox {position:relative;width:100%;margin-top:5px;padding:15px;background:#f6f7f7;font-size:15px;line-height:20px;border-radius:8px;border:1px solid #ebebeb;box-sizing:border-box;}
.subArea .subGrayList {width:90%;margin:0;padding:0 15px;font-size:13px;line-height:20px;}
.subArea .subGrayList li{padding:5px 8px;width:96%;}
.subArea .subGrayList li:before{content: "";color: #3a9e85;font-family:"Webdings"}
.subArea .subGrayList li.none{padding:5px 8px;width:96%;}
.subArea .subGrayList li.none:before{content: "";}

.subArea .subGrayList2 {width:50%;padding:0 15px;font-size:13px;line-height:20px;}
.subArea .subGrayList2 li{padding:5px 0;}

.subArea .numberFont{color:#1bbc9c;font-weight:bold;}
.subArea .strongFont{color:#1bbc9c;letter-spacing:-1px;}
.subArea .strongFont a{color:#1bbc9c;}
.subArea .strongFont a:hover{color:#f02c5a;text-decoration:none;}
.subArea .strongFont a:visited{color:#1bbc9c;}

.subArea .listBullet{color:#3a9e85}
.subArea .subAS {padding:42px 0;font-size:18px;background:#f6f7f7;text-align:center;border-radius:8px;}

.subArea .btnGoMenu a{display:block;margin:0 15px 0 15px;padding:20px 20px; border:1px solid #333;border-radius:8px;font-size:35px;font-weight:bold;text-align:center;letter-spacing:-2px;}
.subArea .btnGoMenu a:visited {color:#333;text-decoration:none;letter-spacing:-2px;}
.subArea .btnGoMenu a:hover {color:#fff;text-decoration:none;letter-spacing:-2px;background:#fd4700;border:1px solid #de3602;}

/* 쇼핑몰솔루션 */
dl.subSolutionSummary {width:100%;margin-top:55px;}
dl.subSolutionSummary > dt{float:left;width:450px;}
dl.subSolutionSummary > dt img {max-width:100%;}
dl.subSolutionSummary > dd{float:left;width:388px;margin:0;}
dl.subSolutionSummary > dd ul li {position:relative;width:100%;height:39px;padding-top:19px;font-size:18px;}
dl.subSolutionSummary > dd ul li.line{padding-left:15px;border-bottom:1px solid #ffd402;}
dl.subSolutionSummary > dd ul li.line.prcWrap{padding-top:0;height:59px;}
dl.subSolutionSummary > dd ul li.line.prcWrap .prcLft{float:left;line-height:57px;}
dl.subSolutionSummary > dd ul li.line span.solutionPrice{font-size:16px;text-decoration:line-through;color:#b8b8b8;vertical-align:middle;padding-right:3px;letter-spacing:-.75px;}
dl.subSolutionSummary > dd ul li.line span.solutionPrice strong{font-size:19px;}
dl.subSolutionSummary > dd ul li.line span.solutionPctPrice{vertical-align:middle;font-size:22px;color:#ce0000;font-weight:bold;letter-spacing:-1px;padding-right:5px;}
dl.subSolutionSummary > dd ul li.line span.solutionSalePrice{vertical-align:middle;font-size:18px;letter-spacing:-.75px;}
dl.subSolutionSummary > dd ul li.line span.solutionSalePrice strong{font-size:23px;}
dl.subSolutionSummary > dd ul li.line span.txtVat{float:right;line-height:64px;font-size:14px;}
dl.subSolutionSummary > dd ul li.url{height:62px;padding-top:30px;padding-left:15px;font-size:13px;color:#666;}
dl.subSolutionSummary > dd ul li.button {margin:0;padding:0;}
dl.subSolutionSummary > dd ul li.button span.btn1 a{float:left;display:block;width:88px;margin-right:8px;padding:12px 18px;background:#11c7e8;font-size:18px;text-align:center;font-weight:bold;color:#fff;font-weight:bold;letter-spacing:-2px;border:1px solid #0ba1d2;}
dl.subSolutionSummary dd ul li.button span.btn2 a{float:left;display:block;width:88px;padding:12px 18px;background:#ff8519;font-size:18px;text-align:center;font-weight:bold;color:#fff;font-weight:bold;letter-spacing:-2px;border:1px solid #fc6e18;}
dl.subSolutionSummary dd ul li.button span.btn1 a:hover {text-decoration:none;background-color:#119fe8;}
dl.subSolutionSummary dd ul li.button span.btn2 a:hover {text-decoration:none;background-color:#fd4700;}

.subArea .subDesignPage {margin:0;}
.subArea .subDesignPage li{float:left;width:198px;}
.subArea .subDesignPage li.space{margin-right:38px;}
.subArea .subDesignPage li dl dt.pcPage{height:29px;padding-top:16px;padding-left:49px;font-size:18px;background:url('/data/mallstartup/page/icon_pcmobile.jpg') no-repeat 0 0;}
.subArea .subDesignPage li dl dt.mobilePage{height:29px;padding-top:16px;padding-left:39px;font-size:18px;background:url('/data/mallstartup/page/icon_pcmobile.jpg') no-repeat -44px 0;}
.subArea .subDesignPage li dl dd {margin:0;padding:0;}
.subArea .subDesignPage li dl dd.screenshot{width:100%;height:247px;background:#eeeeee;}
.subArea .subDesignPage li dl dd.text{width:100%;height:85px;margin-top:18px;}
.subArea .subDesignPage li dl dd.text span.fontColor1{color:#03b6d6;}
.subArea .subDesignPage li dl dd.designPrice{font-size:18px;}

.subArea .subDesignMobileAPPFunction {margin-top:5px;}
.subArea .subDesignMobileAPPPrice {margin-top:15px;padding:35px;font-size:18px;background:#f6f7f7;text-align:center;line-height:45px;}
.subArea .subDesignMobileAPPPrice span.bigFont {font-size:25px;font-weight:bold;}

.subArea .subHosting {margin-bottom:20px;font-size:15px;line-height:25px;}
.subArea .subHostingHowtoRegist {padding:30px;background:#f6f7f7;font-size:15px;line-height:22px;}
.subArea .subHostingHowtoRegist li{padding:5px 0;}
.subArea .subHostingHowtoRegist .numberFont{color:#11c7e8;font-weight:bold;}

.subArea .subPortfolio {width:910px;margin:0;}
.subArea .subPortfolio li {float:left;border:1px solid #c6c6c6;padding:7px;}
.subArea .subPortfolio li.space {margin-right:19px;}
.subArea .subPortfolioimg{overflow:hidden;width:269px;height:246px;}
.subArea .subPortfoliotitle{padding-top:20px;padding-bottom:15px;font-size:15px;line-height:25px;text-align:center;}
.subArea .subPortfoliotitle b{font-size:18px;}

/* 쇼핑몰솔루션-기능Summary by jejewa */
div.solutionSummary{width:100%;}
div.solutionSummary h2{position:relative;width:800px;margin:20px 50px 0;padding:13px 0;border-top:5px solid #2cccdc;border-bottom:1px solid #aaa;font-size:28px;}
div.solutionSummary dl{position:relative;width:800px;margin:20px 50px 0;}
div.solutionSummary dl dt{position:absolute;left:80px;top:10px;width:720px;font-size:21px;font-weight:bold;letter-spacing:-2px;}
div.solutionSummary dl dd{margin:0;padding:0;letter-spacing:-1px;}
div.solutionSummary dl dd:first-child{position:absolute;width:80px;height:70px;overflow:hidden;}
div.solutionSummary dl dd:last-child{position:absolute;left:80px;top:41px;width:720px;font-size:15px;color:#888;}

/* 쇼핑몰솔루션-기능desc by jejewa */
dl.solutionTitle{position:relative;width:800px;height:82px;margin:80px 0 30px 0;background:#333;border-radius:5px;}
dl.solutionTitle dt{position:absolute;left:80px;top:0;margin:0;padding:15px 0 12px 20px;width:700px;font-size:28px;color:#333;font-weight:bold;letter-spacing:-2px;background:#f5cb1f;border-radius:5px;}
dl.solutionTitle dd{margin:0;padding:0;letter-spacing:-1px;}
dl.solutionTitle dd.first {position:absolute;top:10px;padding-top:22px;width:80px;height:70px;color:#fff;text-align:center;}
dl.solutionTitle dd:last-child {position:absolute;left:80px;top:53px;padding:0 0 12px 20px;width:700px;font-size:15px;color:#333;background:#f5cb1f;border-radius:5px;}
dl.solutionTitle dd:last-child div.top{position:absolute;right:10px;bottom:10px;padding:8px;background:#333;color:#fff;border-radius:5px;}
dl.solutionTitle dd:last-child div.top a{color:#fff;font-size:11px;}

/* page(페이지)-디자인-포트폴리오 */
.submainCateIconList {clear:both;width:848px;margin-top:50px;}
.submainCateIconList li {float:left;margin-left:-2px;width:106px;height:101px;border:1px solid #c6c6c6;background:#fff;}
.submainCateIcon li {border:none;background:none;}
.submainCateIcon li.icon {width:105px;height:36px;margin-right:1px;margin-left:1px;margin-top:17px;background-image:url('/data/mallstartup/page/main_cateicon.jpg');}
.submainCateIcon li.text {padding-top:10px;width:112px;height:22px;text-align:center;font-size:13px;}

.submainProjectING {clear:both;float:left;width:900px;margin-top:25px;}
.submainProjectING li {float:left;border:1px solid #c6c6c6;padding:7px;}
.submainProjectING li.space {margin-right:20px;}
.submainProjectINGimg{overflow:hidden;width:253px;height:246px;}
.submainProjectINGtitle{padding-top:20px;padding-bottom:15px;font-size:15px;line-height:25px;}
.submainProjectINGtitle b{font-size:18px;}

.web_hosting {overflow:hidden; font-size:0;}
.web_hosting li {float:left; display:inline-block; vertical-align:top; font-size:15px;}
.web_hosting li {overflow:hidden; border-radius:12px; border:1px solid #d8e3dd; margin-left:0; width:158px; box-sizing:border-box;}
.web_hosting li+li {margin-left:15px;}
.web_hosting li .tit {text-align:center; line-height:77px; background:#1bbc9b; font-size:17px; font-weight:bold; color:#fff;}
.web_hosting li.first .tit {background:#2c3d4d;}
.web_hosting li .in {padding:15px 0;}
.web_hosting li .text {text-align:center; padding:15px 0;}
.web_hosting li .text.bg {background:url("/css/images/web_hosting_chk.png")no-repeat left 30px center;}
.web_hosting li .text.bold {font-weight:bold;}
.web_hosting li.first .text {text-align:left; box-sizing:border-box; padding-left:50px;:}


.cloud_server table {table-layout:fixed; width:100%; text-align:center; border-radius:12px; margin-top:15px; border:1px solid #e1e1e1; overflow:hidden; background:#1bbc9b; font-size:14px;}
.cloud_server table .first {background:none; color:#fff; font-weight:bold;}
.cloud_server table td {background:#fff; padding:10px 10px;}
.cloud_server table td > div {display:block; border-bottom:1px solid #e2e2e2; padding:10px 5px; line-height:15px;}
.cloud_server table tr:last-child td > div {border-bottom:0;}
.cloud_server table td.first_text > div {text-align:left;}
.cloud_server table td > div.none {font-size:0;}
.cloud_server table.top {background:#2c3d4d; color:#fff; ; font-size:14px; line-height:76px; border:none;}
.cloud_server table.top td {background:none; padding:0;}
.cloud_server .bottom{border-radius:12px; border:1px solid #e2e2e2; font-size:0; font-weight:bold; margin-top:15px;overflow:hidden;}
.cloud_server .bottom > div {display:inline-block; box-sizing:border-box; font-size:16px;padding:20px; line-height:2;}
.cloud_server .bottom > div.left {width:75%; text-align:right; background:#f6f8f7;}
.cloud_server .bottom > div.right {width:25%;}
.subGray_num_List {padding:20px 0;}
.subGray_num_List ul{font-size:0;}
.subGray_num_List ul li{width:20%; box-sizing:border-box; padding:0 7px; display:inline-block; vertical-align:top;}
.subGray_num_List ul li .con {box-sizing:border-box; border:1px solid #cfcfcf; height:161px; background:#f6f6f6; font-size:13px; font-weight:bold; position:relative;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.12);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.12);
}
.subGray_num_List ul li .con .num {position:absolute; left:10px; top:15px; z-index:1; font-size:20px; width: 50px; height: 31px; border-radius: 20px; text-align: center; line-height: 30px; color:#fff;}
.subGray_num_List ul li .con .text {position:absolute; left:20px; bottom:20px; z-index:1; line-height:1.5;}
.subGray_num_List ul li.list1 .con .num{background:#10c7e7;}
.subGray_num_List ul li.list1 .con .text {color:#10c7e7;}
.subGray_num_List ul li.list2 .con .num{background:#8ecc39;}
.subGray_num_List ul li.list2 .con .text {color:#8ecc39;}
.subGray_num_List ul li.list3 .con .num{background:#ccc20b;}
.subGray_num_List ul li.list3 .con .text {color:#ccc20b;}
.subGray_num_List ul li.list4 .con .num{background:#ff841a;}
.subGray_num_List ul li.list4 .con .text {color:#ff841a;}
.subGray_num_List ul li.list5 .con .num{background:#ed2856;}
.subGray_num_List ul li.list5 .con .text {color:#ed2856;}

.topmenu_wrap {height: 33px;line-height: 33px;text-align: center;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;}
.topmenu_wrap .toptb1 {width: 1100px;margin:0 auto;}
.topmenu_wrap .toptb1 li {float: left;width: 130px;text-align: center;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;}
.topmenu_wrap .toptb1 li + li {float: right;width: auto;border:0; }

.subLargeTb1 {width: 1100px;}
.subMenuBox .subTb1 {width:1100px}
.layoutTb {width: 1100px;}
/****************************반응형 미디어쿼리***************************/
@media (max-width:980px){
	/*.wrap_body{display:none;} 20190830 mempil ??? 이거 왜 필요한건지?? */
}
@media (max-width:1300px){
	/* .wrap_body{width: 100%;min-width: 100%;} */
	.topmenu_wrap .toptb1 {width: 100%;display: inline-block;}
	.subLargeTb1 {width: 100%;}
	.subMenuBox .subTb1 {width:100%}
	.layoutTb {width: 100%;}
	.layoutTb.seller td {width: 10%;}
	.layoutTb.seller td img {width: 100%;}
	.wrap_body .visual_wrap .visual_box {width: 100%;min-width: 100%;height: 470px;}
	.wrap_body .visual_wrap .visual_box .visual_banner li img {}
	.wrap_body .visual_wrap .visual_box .visual_banner li {margin-left:-370px;transform:translate(-50%,0);}

	.wrap_body .using100per .cont {width: 100%;box-sizing:border-box;}
	.wrap_body .f5Top .brdlogo {width: 100%;}
	.wrap_body .section_portfolio {width: 100%;}
	.wrap_body .in_wrap {width: 100%;}
	.wrap_body .section_F4_inner {width: 100%;}
	.wrap_body .mainNoticeBox {width: 40%;margin-right: 2%;}
	.wrap_body .mainNoticeBox .mainNotice {width: 48%;}
	.wrap_body .mainNoticeBox .mainNotice.st1 {margin-right:4%;}
	.wrap_body .mainBankAccoutBox {width: 21%;padding: 10px 19px;}
	.wrap_body .mainContactBox {width: 22%;}
	.wrap_body .mainBankAccout dd.button .btnA {width: 85px;}
	.wrap_body .mainNameServer {width: 100%;}

	.wrap_body .section_portfolio .swiper-button-next {margin-right: -50%;-webkit-background-size:40px auto;background-size:40px auto;}
	.wrap_body .section_portfolio .swiper-button-prev {margin-left: -50%;-webkit-background-size:40px auto;background-size:40px auto;}

	.wrap_body .using100per ul {text-align: center;}
	.wrap_body .site_map {width: 100%;margin-top: 20px;padding-left:20px;box-sizing:border-box;position: relative;}
	/*.wrap_body .site_map>ul {width: 20%;padding: 0;border-left:1px solid #dfdfd6;box-sizing:border-box;}*/
	.wrap_body .site_map>ul {width: 20%;padding:0;position: relative;}
	.wrap_body .site_map>ul:first-child {border-left:0;}
	.wrap_body .site_map>ul:nth-child(n+6) {padding-top:20px;}
	/*.wrap_body .site_map>ul:before {content:"";position: absolute;right: 20px;width:1px;background: #f00;}*/
	.wrap_body .site_map>ul:before {top: 0;left: -20px;}
	.wrap_body .site_map>ul>li.first_li {margin: 0 0 20px;padding: 0;}
	.wrap_body .site_map>ul>li {padding:0 10px;}

}

@media(min-width:701px) and (max-width:1200px){
	.wrap_body {min-width: 1200px !important;}
}

/*호스팅신청하기*/
.hosting_wrap {margin:40px 0 20px;}
.hosting_submit {text-align:center;}

/*PG신청*/
.pg_hosting {overflow:hidden; font-size:0;}
.pg_hosting li {display:inline-block; vertical-align:top; font-size:15px; border-radius:12px; border:1px solid #d8e3dd; margin-left:0; width:300px; box-sizing:border-box; overflow:hidden;}
.pg_hosting li+li {margin-left:15px;}
.pg_hosting li .tit {text-align:center; line-height:77px; background:#1bbc9b; font-size:17px; font-weight:bold; color:#fff;}
.pg_hosting li.first .tit {background:#2c3d4d;}
.pg_hosting li .in {padding:15px 0;}
.pg_hosting li .text {text-align:center; padding:15px 0; min-height:34px;}
.pg_hosting li .text.bg {background:url("/css/images/web_hosting_chk.png")no-repeat left 14px center;}
.pg_hosting li .text.bold {font-weight:bold;}
.pg_hosting li .text.lnht {line-height:34px;}
.pg_hosting li.first .text {text-align:left; box-sizing:border-box; padding-left:50px; line-height:34px;}

.pg_hosting_wrap table {margin-top:10px; width:100%; border-radius:12px; border-collapse:collapse;}
.pg_hosting_wrap table th {width:200px; line-height:40px; color:#fff; background:#1bbc9b; border:1px solid #d8e3dd; padding:10px;}
.pg_hosting_wrap table td {border:1px solid #d8e3dd; padding:10px;}

/* 알림톡 jings3, 2019-10-21 */
.layer_apply_con_tbl th.redText{color:#f00;}

/* 정기구독 신청 페이지 211222 kgy */
.service_regist {width:100%;max-width:800px;margin:60px auto;}
.service_regist .regist_header {text-align:left;padding-left:90px;box-sizing:border-box;margin-bottom:30px;background:url(/livesolution/img/store.png) no-repeat left top;background-size:55px;}
.service_regist .regist_header h1 {font-size:30px;font-weight:bold;margin-bottom:15px;letter-spacing:-1px;}
.service_regist .regist_header p {font-size:17px;line-height:23px;}

.service_regist .regist_cont {border-radius:10px;overflow:hidden;padding:25px;box-sizing:border-box;}/*box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);*/
.service_regist .regist_cont th {text-align:left;font-size:15px;}
.service_regist .regist_cont tr {height:60px;vertical-align:baseline;}
.service_regist .regist_cont td.period label {display:block;}
.service_regist .regist_cont td span.cmt {display:block;width:85%;margin:8px 0 15px;color:#bbb;font-size:12px;}
.service_regist .regist_cont input.text {text-align:left;height:40px;line-height:40px;border-radius:4px;width:85%;}
.service_regist .regist_cont input.text::placeholder {color:#888;}
.service_regist .regist_cont label {font-size:15px;}
.service_regist .regist_cont label + label {padding:0;}
.service_regist .regist_cont input[type=radio] + span {padding-right:7px;}

.service_regist .regist_cont .agreeWrap {height:45px;}
.service_regist .regist_cont .agreeWrap td {font-size:14px;}
.service_regist .regist_cont .agreeWrap span.checkmark {margin-right:5px;}
.service_regist .regist_cont .agreeWrap label {display:inline-block;position: relative;padding-left:26px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.service_regist .regist_cont .agreeWrap label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.service_regist .regist_cont .agreeWrap label .checkmark {background-image:none;position: absolute;top:6px;left:0;height:17px;width: 14px;border-radius:50%;background-color: #fff;border:1px solid #c4c4c4;}
.service_regist .regist_cont .agreeWrap label input:checked ~ .checkmark {background-color: #2290F3;border-color:#2290F3;}
.service_regist .regist_cont .agreeWrap label .checkmark:after {content: "";position: absolute;display: none;}
.service_regist .regist_cont .agreeWrap label input:checked ~ .checkmark:after {display: block;}
.service_regist .regist_cont .agreeWrap label .checkmark:after {left:5px;top:2px;width: 4px;height: 8px;border: solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);
transform: rotate(45deg);}

/* 2022-01-04 kmj 주문페이지 체크박스 */
.clauseSvcWrap {margin-top:30px;text-align: center;}
.clauseSvcWrap .clauseSvcBox {display:inline-block;margin:0 10px;}
.clauseSvcWrap .clauseSvcBox label input[type=checkbox], label input[type=radio] {position: absolute;left: -9999px;}
.clauseSvcWrap .clauseSvcBox label input[type=checkbox] + span {content: "";display: inline-block;width: 19px; height: 19px; background: url(/images/sp_input2.png) no-repeat -26px -26px; background-size: 45px; vertical-align: middle;margin-right: 3px;}
.clauseSvcWrap .clauseSvcBox label input[type=checkbox]:checked + span {background-position: 0 -26px;}

/* 비회원 구매 약관 */
.nonmember_pop {display:none; position:fixed; width:580px; height:640px; background-color:#fff; left:50%; margin-left:-290px; top:50%; margin-top:-340px; z-index:999999; box-sizing:border-box; padding:10px;}
.nonmember_pop .titleText {font-size:28px;}
.nonmember_pop table {border:1px solid #ddd; box-sizing:border-box; padding:10px;}
.nonmember_pop i{font-style:normal;vertical-align:middle;}
.nonmember_pop .btnClose{position:absolute;right:10px;top:10px;border:1px solid #666;padding:2px 8px;border-radius:3px;cursor:pointer;}
.nonmember_pop .btnClose i{font-size:20px;vertical-align:middle;}
.nonmember_pop .btnClose span{vertical-align:middle;}
.nmb_mask {display:none; position:fixed; left:0; top:0; right:0; bottom:0; background-color:rgba(0,0,0,.8); z-index:9999;}
.nonmember_pop .titleArea2 {text-align:center;}
.nonmember_pop td {font-size:12px;}

/* 호스팅 관련 공통 */
.hosting_info {width:100%;padding: 10px 20px 20px 0;box-sizing:border-box;font-size:15px;}
.hosting_info .titArea {margin-bottom:16px;}
.hosting_info .titArea h2 {float:left;display:inline-block;font-size:22px;}
.hosting_info .titArea p {float:right;display:inline-block;padding-top:6px;color:#A5A5A5;}
.hosting_info .font_bk {color:#333;}
.hosting_info .font_pk {color:#ff3366;}
.hosting_info .font_gy {color:#8C8C8C;}

/* 마이페이지-마이호스팅,SSL */
.hosting_info {margin-bottom:40px;}
.hosting_info .infoArea {box-shadow:0px 2px 5px 2px rgb(0 0 0 / 10%);border-radius:12px;border:1px solid #e8e8e8;overflow:hidden;}
.hosting_info dl {box-sizing:border-box;text-align:left;}
.hosting_info dl:not(:last-child) {border-bottom:1px solid #e8e8e8;}
.hosting_info dt {display:inline-block;width:27%;padding:20px;box-sizing:border-box;background-color:#f5f5f5;text-indent:56px;border-right:1px solid #e8e8e8;}
.hosting_info dd {display:inline-block;width:calc(100% - 28%);padding:20px;box-sizing:border-box;text-indent:20px;}
.hosting_info dd strong {padding-right:3px;}

/* 호스팅 결제 페이지 */
.hosting_info.paySec {padding:0;}
.hosting_info.paySec:first-child {margin-bottom:60px;}
.hosting_info.paySec .infoArea {display:flex;justify-content:space-between;box-shadow:none;}
.hosting_info.paySec .infoArea dl {flex:1;text-align:center;border-bottom:none;}
.hosting_info.paySec .infoArea dt {width:100%;text-indent:0;border-bottom: 1px solid #e8e8e8;border-right:0;}
.hosting_info.paySec .infoArea dd {width:100%;text-indent:0;}
.hosting_info.paySec .comm {display:block;margin-top:8px;color:#A7A7A7;}

/*호스팅 에러 페이지*/
.errorContentWrap {display: flex;justify-content: center;align-items: center;width:100%;height:100vh;text-align: center;}
.errorContentWrap .errorImg {width:337px;margin: 0 auto;}
.errorContentWrap .errorImg img {width:100%;}
.errorContentWrap .errorTxtBox {margin-top:30px;word-break: keep-all;letter-spacing: -.4px;}
.errorContentWrap .errorTxtBox .title {font-size: 36px;font-weight: bold;}
.errorContentWrap .errorTxtBox .subTxt {margin-top: 20px;font-size: 23px;font-weight: 500; line-height: 1.5;color: #8B8C92;}
.errorContentWrap .hostLinkBtn {margin-top:30px;text-align:center;}
.errorContentWrap .hostLinkBtn a {display:inline-block; padding:20px 50px; border-radius:50px; background-color:#7F99E3; color:#fff; font-size:26px; font-weight:bold;}

/* 페이지관리 - 입점형, 미니샵, 프랜차이즈, 프리미엄 브랜드, 라이브솔루션소개 css*/
.solPageWrap {position: relative; width: 100%;overflow:hidden;}
.solPageWrap.storeMall {background-color: #32BAA4;}
.solPageWrap.miniMall {background-color: #F9AF41;}
.solPageWrap.franchMall {background-color: #733EEF;}
.solPageWrap.priBrandMall {background-color: #F45E7E;}
.solPageWrap.liveMall {background-color: #F93E5E;}
.solPageWrap.chPurchaseMall{background-color:#3B238F;}
.solPageWrap.chBrandMall{background-color:#D33349;}
.solPageWrap .solPageBox {position: relative; width: 1200px; margin: 0 auto; padding: 60px 0; color: #fff;letter-spacing: -.4px;}
.solPageWrap .solPageBox .bgImg {position: absolute;top: 50%;right: 0;transform: translatey(-50%);}
.solPageWrap.storeMall .solPageBox .bgImg {margin-right: -120px;}
.solPageWrap.franchMall .solPageBox .bgImg {margin-top: 50px;margin-right:25px;}
.solPageWrap.priBrandMall .solPageBox .bgImg {margin-top: 65px;}
.solPageWrap.liveMall .solPageBox .bgImg {margin-top: 55px;margin-right:-57px;}
.solPageWrap .solPageBox .solTitle {margin-bottom: 10px; font-size: 40px; font-weight: bold;}
.solPageWrap .solPageBox .solTitle em {font-weight: 400;}
.solPageWrap .solPageBox .solSubTxt {margin-bottom: 30px; font-size: 20px;}
.solPageWrap .solPageBox .solPriceBox {position:relative; width: 530px; margin-bottom: 30px; padding: 30px;border-radius: 20px;box-sizing: border-box;box-shadow:0 2px 8px rgba(0,0,0,0.2), inset 2px 2px 4px -1px rgba(0,0,0,0.2); background-color: #fff; color: #222;}
.solPageWrap .solPageBox .solPriceBox dl {float: left; width: 47%; margin-right: 6%;}
.solPageWrap .solPageBox .solPriceBox dl:last-child {margin-right: 0;}
.solPageWrap .solPageBox .solPriceBox dl dt {margin-bottom: 6px; font-size: 18px; font-weight: 500;}
.solPageWrap .solPageBox .solPriceBox dl dt em {display: inline-block; margin-top: -5px; margin-left: 8px; padding: 3px 12px 4px; background-color: #FC0F41; color: #fff; font-weight: 500; font-size: 12px; border-radius: 50px; vertical-align: middle;}
/* .solPageWrap .solPageBox .solPriceBox dl .priInner {margin-bottom: 3px; font-size: 36px;}
.solPageWrap .solPageBox .solPriceBox dl .priInner em {font-weight: bold; color: #FF7800;} */
.solPageWrap .solPageBox .solPriceBox {width: fit-content;}
.solPageWrap .solPageBox .solPriceBox dl {float: left; width: 100%; margin-right: 0;}
.solPageWrap .solPageBox .solPriceBox dl .priInner .txt1 {font-size: 18px;color: #999;}
.solPageWrap .solPageBox .solPriceBox dl .priInner .txt2 {font-size: 36px;}
.solPageWrap .solPageBox .solPriceBox dl .priInner .txt2 .sticker {height: 24px; padding: 0 11px; line-height: 23px; font-size: 12px; color: #fff; font-weight: bold; background-color: #fc0f41; border-radius: 50px;margin-right: 5px;vertical-align: middle;}
.solPageWrap.chBrandMall .solPageBox .solPriceBox dl .priInner .txt2 .sticker{background-color: #57CC1D;}
.solPageWrap .solPageBox .solPriceBox dl .btmTxt {font-size: 15px;font-weight: 400;}
.solPageWrap .solPageBox .solDemoList {display: flex;justify-content: flex-start;}
.solPageWrap .solPageBox .solDemoList .listIcoBox {margin-right: 25px;}
.solPageWrap .solPageBox .solDemoList .listIcoBox .icoTit {float: left; margin-top: 15px; margin-right: 15px; font-size: 18px; font-weight:500;}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul {float: left;}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul li {float: left; margin-right: 10px;}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul li:last-child {margin-right: 0;}
.solPageWrap .solPageBox .solDemoList .listIcoBox .infoLink {display: block;}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul li .demoIco {position: relative; display: inline-block;width: 56px;height: 56px;line-height: 56px;border-radius: 15px;background-color: #eee;}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul li .demoIco img {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.solPageWrap .solPageBox .solDemoList .listIcoBox ul li p {margin-top: 8px; font-size: 13px; text-align: center;}
.pageContain .solutionBtnBox {margin: 25px 0;letter-spacing: -.4px;}
.pageContain .solutionBtnBox a {float: left; width: 23.5%; margin-right: 2%; padding: 22px 0; text-align: center;font-size: 20px;border-radius: 10px;background-color: #F5F5F5;transition: .2s ease;}
.pageContain .solutionBtnBox a:last-child {margin-right: 0;}
.pageContain .solutionBtnBox a:hover {background-color: #222; color: #fff;}
.pageContain .shopListWrap {display: flex; align-items: center;justify-content: flex-start;padding: 20px 50px;letter-spacing: -.4px;border: 1px solid #E8E8E8;border-radius: 10px;}
.pageContain .shopListWrap .shopTit {width: 85px;margin-right: 45px;font-size: 18px;font-weight: bold;}
.pageContain .shopListWrap ul {width: calc(100% - 130px);display: flex;align-items: center;justify-content: space-between;}
.pageContain.china .shopListWrap ul{justify-content:start;}
.pageContain.china .shopListWrap ul li + li{margin-left:30px;}
.pageContain .shopListWrap.shopListCon ul {justify-content:flex-start;}
.pageContain .shopListWrap.shopListCon ul li {margin-right: 40px;}
.pageContain .shopListWrap ul li img {max-width:150px;}
/* 페이지관리 - 입점형, 미니샵, 프랜차이즈, 프리미엄 브랜드 css 끝*/

/* label 스타일 */
.-labelStyle {position: relative;}
.-labelStyle input[type="checkbox"] {-webkit-appearance: none; border: 0 !important; position: absolute; left: 5px !important; top: 5px !important; width: 1px !important; height: 1px !important; padding: 0 !important; z-index: 1;}
.-labelStyle input[type="checkbox"] + span {display: inline; width: auto; height: auto; background: transparent; padding-right: auto; padding-left: auto;}
.-labelStyle input[type="checkbox"] + span.label_ico {position:relative;display: inline-flex;padding:0;width: 18px;height: 18px;border: 1px solid #a3a3a3;background-color: #fff;border-radius:3px;vertical-align: middle;z-index:2;margin-right: 8px}
.-labelStyle input[type="checkbox"] + span.label_ico::before {content: '';position: absolute;top: 4px;right: 3px;width: 10px;height: 5px;border: 1px solid transparent;border-width: 0 0 1px 1px;transform: rotate(-45deg);}
.-labelStyle input[type="checkbox"]:checked + span.label_ico {background-color:#fff;border: 1px solid var(--sitecolor1);}
.-labelStyle input[type="checkbox"]:checked + span.label_ico::before {border: 1px solid var(--sitecolor1);border-width: 0 0 1px 1px;}


.-labelStyle input[type="checkbox"].-circle + span.label_ico {border-radius: 100%;border: 1px solid #D2D2D2;background-color: #D2D2D2;width: 24px;height: 24px;}
.-labelStyle input[type="checkbox"].-circle + span.label_ico::before {content: '';position: absolute;top: 7px;right: 6px;width: 9px;height: 5px;border: 1px solid #fff;border-width: 0 0 3px 3px;transform: rotate(-45deg);}
.-labelStyle input[type="checkbox"].-circle:checked + span.label_ico {border-radius: 100%;border: 1px solid var(--sitecolor1);background-color: var(--sitecolor1);}
/* 끝 */