@charset "utf-8";
@import url(/include/css/jquery.mCustomScrollbar.css);
@import url(/include/css/swiper.min.css);

/* 공통 */
.sub_wrap_bg {padding:100px 0; background:#f7f7f7}
.sub_wrap {padding:70px 0;}
.sub_default {width: 1200px; margin:0 auto;}
.sub_h1 {font-size:40px; line-height:40px; color:#000; text-align: center; /*font-family:'YoonGothicPro780',sans-serif;*/ }
.sub_p {font-size:16px; margin-top:30px; line-height:24px; text-align: center;}
.sub_cont_box {margin-top:70px;}

/* 키컬러 - 폰트 */
.key_color {color:#159fda !important}
.red_color {color:#f93c3c !important;}
.black_color {color:#000 !important;}
.gray_color {color:#aeaeae !important;}
.coral_color {color:#ff5f82 !important;}

/* 키컬러 - 배경 */
.key_bg {background:#b8b8b8 !important}

/*텍스트 밑줄*/
.txt_underline {text-decoration: underline; text-underline-position : under;}

/* 폰트 볼드 */
.txt_b {font-weight: bold;}

/* 서브_폰트 */
.txt_sub {font-size: 13px; color: #9a9a9a;}
.txt_flex {height: 240px; display: flex; align-content: space-between; flex-wrap: wrap;}


/*키컬러 - 버튼 */
.default_line {border:1px solid #e5e5e5; background:none; transition:0.5s}
.default_line:hover {border:1px solid #666 !important; transition:0.5s}
.default_line2 {color:#777; border:1px solid #888; background:none; transition:0.5s}
.default_line2:hover {color:#fff; background:#000; border:1px solid #000 !important; transition:0.5s}
.default_line3 {color:#888; border:1px solid #d4d4d4; background:none; transition:0.5s}
.default_line3:hover {color:#000; border:1px solid #000 !important; transition:0.5s}
.default_line4 {color:#777; border:1px solid #888; background:none; transition:0.5s}
.default_line4:hover {color:#000; border:1px solid #000 !important; transition:0.5s}
.default_box {color:#b3b3b3; background:#e5e5e5; transition:0.5s}
.default_box2 {color:#fff; background:#888; transition:0.5s}
.default_box2:hover {background:#000; transition:0.5s}
.key_line {color:#159fda; border:1px solid #159fda; border:1px solid; transition:0.5s}
.key_line:hover {border:1px solid #0080b3 !important; transition:0.5s}
.key_box {color:#fff; background:#159fda !important; transition:0.5s}
.key_box:hover {background:#0080b3 !important; transition:0.5s}
.selected_box {color:#777 !important; border:1px solid #888 !important; background:none; transition:0.5s}
.selected_box:hover {color:#000 !important; border:1px solid #000 !important; transition:0.5s}
.upload_box {color:#fff; transition:0.5s}

/* .upload_box:hover {background:#159fda !important; transition:0.5s} */
.option_change button.upload_box {width:200px; height:60px; margin:30px auto 0 auto; font-size:18px;}
.btn_upload {width:40px; height:40px; border-style: solid; border-width: thin;border-radius: 10px; border-color: #30aade; justify-content: center; font-size: 30px;}

.grayBackground { background:#b3b3b3}
.btn_checked {color:#fff; background:#159fda; transition:0.5s}
.btn_checked:hover {background:#0080b3; transition:0.5s}

/* 리스트 스타일 */
.ul_default {margin-top:30px !important; text-align: left;}
.ul_default li {margin-bottom:5px; padding-left:7px; text-align: left; background:url(/include/img/bullet.png) left 9px  no-repeat; }
.ul_default li:last-child {margin-bottom:0;}

.ul_default.mt50 {margin-top:30px !important;}


/* input - form_group 공통 - bottom 라인 스타일 */
.form_group {position:relative; margin-bottom:20px;}
.form_group input, .form_group textarea {position: relative;display: block;width: 100%; padding:5px 50px 0 10px; border: none;border-bottom: 1px solid #e5e5e5;background-color: transparent;margin: 0px auto; height: 50px; outline: none !important;font-size: 16px;color: #000; letter-spacing: 0.5px; background-position: left bottom;background-size: 0 1px;background-repeat: no-repeat;transition: all .2s ease-in-out; box-sizing: border-box; }
.form_group input:hover, .form_group input:focus { border-color: #000; }
.form_group textarea:hover, .form_group textarea:focus { border-color: #000; }
.form_group input:valid + label, .form_group input:focus + label, .form_group textarea:valid + label, .form_group textarea:focus + label { top:-5px; height: 20px; line-height: 20px; font-size: 12px; color: #999;}

.file_box label.imgurl {top:-5px !important; height: 20px; line-height: 20px; font-size: 12px; color: #999;}

.form_group label {position: absolute;top: 0; left: 0;text-align: left;display: block;width: 100%;height: 50px; margin: 0px auto; padding-left:10px; line-height: 50px;text-transform: uppercase;font-size: 16px; background: transparent; cursor: text;transition: all .15s ease-in-out; box-sizing: border-box; }

.form_error input, .form_error textarea {border-bottom:1px solid #ff4040;}
.form_error input:hover, .form_error input:focus { border-color: #ff4040; }
.form_error textarea:hover, .form_error textarea:focus { border-color: #ff4040; }
.form_error label { top:-5px; height: 20px; line-height: 20px; font-size: 12px; color: #ff4040;}
.form_error input:valid + label, .form_error input:focus + label, .form_error textarea:valid + label, .form_error textarea:focus + label { top:-5px; height: 20px; line-height: 20px; font-size: 12px; color: #ff4040;}
.form_error p {text-align: left; font-size: 12px; margin: 5px 0 0 10px;color: #ff4040;}

.form_checked {background:url(/include/img/login/form_checked.png) 375px 23px no-repeat;}
.form_checked label { top:-5px; height: 20px; line-height: 20px; font-size: 12px; color: #000;}

/* textarea, input file */
.textarea_form {padding-top:20px;}
.textarea_form textarea {height:150px !important; padding-top:20px; }
.file_form label {padding-bottom:50px !important; cursor: pointer}
/*.file_form span {position:absolute; right: 10px; top:-30px; margin-left:20px; font-size:13px;}*/
.file_form span {display: block; margin-top:10px; text-align: left}
.file_form input.hidden {display: none}
.file_wrap {position:relative; margin-bottom:12px;}
.file_wrap::after {content: ''; display: table; clear: both}
.file_wrap label {position:absolute; top:0; left:0; width:100px; height:30px; padding-top:2px; font-size:13px; text-align: center; background:#f7f7f7; border:1px solid #e5e5e5;  box-sizing: border-box;}
input.file_name {position:absolute; top:0; left:80px; width:87%; height:30px; padding:0 10px 0 30px; border:1px solid #e5e5e5; box-sizing: border-box;}

.file_form > p {position:relative; margin-top:10px;} 
.file_form span#btnFileAdd {position:absolute; right: 0; top:auto; bottom:-3px; width:55px; height:27px; padding:2px 0 0 23px ;font-size:12px; background:url(/include/img/order/plus_bg.png) 11px center no-repeat; background-size: 7px; border:1px solid #999; box-sizing: border-box; cursor: pointer;}
.file_form span.btnFileDel {position:absolute; top:5px; right:0px; width:20px; height:20px; font-size:0; background:url(/include/img/close.png) center no-repeat; background-size:8px; border:1px solid #d4d4d4; cursor: pointer;}
.file_form span.btnFileDel:hover {background:url(/include/img/close_on.png) center no-repeat; background-size:8px; border:1px solid #999;}

.file_form div.file_box {position:relative; margin-bottom:5px;}
.file_form input.imgurl {display: none}
.file_form label.imgurl {position:absolute; top:0; left:0; width:90px; padding:20px 0 0 25px; background:url(/include/img/my/ico_file.jpg) 0 21px no-repeat;}
.file_form input.imgurl_text {padding:0 0 0 100px; font-size:13px !important; color:#666; }


/* input - 박스형 */
input.input_box {height:45px; padding:0 15px; border:1px solid #d4d4d4; box-sizing: border-box;}
input.input_box:hover, input.input_box:focus {border:1px solid #000;}

/* 체크, 라디오 박스 공통 */
/* Basic styles */
input[type="checkbox"], input[type="radio"] {position: absolute;opacity: 0;z-index: -1;}
.checkbox label {position: relative;display: inline-block;padding: 0 0 0 27px;height: 1.5em;line-height: 1.5;cursor: pointer;}
.checkbox label::before,
.checkbox label::after {position: absolute;top: 0;left: 0;display: block; width:17px; height:17px; border-radius: 3px}
.checkbox label::before { content: " "; border: 1px solid #d9d9d9; background:url(/include/img/login/checkbox.png) center no-repeat; background-size:17px;}

/* Radio */
.radiobox label {position: relative;display: inline-block; margin-right:60px; padding: 0 0 0 27px;height: 1.5em;line-height: 1.5;cursor: pointer;}
.radiobox label::before,
.radiobox label::after {position: absolute;top: 0;left: 0;display: block; width:17px; height:17px; border-radius: 100px}
.radiobox label::before { content: " "; border: 1px solid #d9d9d9; background:url(/include/img/login/checkbox.png) center no-repeat; background-size:17px;}

/* :checked */
.checkbox input[type="checkbox"]:checked + label::before {background:#159fda url(/include/img/login/checkbox_on.png) center no-repeat !important; background-size:17px !important; border:1px solid #159fda !important;}
.radiobox input[type="radio"]:checked + label::before {background:#159fda url(/include/img/login/checkbox_on.png) center no-repeat; background-size:17px; border:1px solid #159fda;}
.checkbox input[type="checkbox"] + label::after,.radiobox input[type=radio] + label::after {transform: scale(0);}
input[type="checkbox"]:checked + label::after, input[type=radio]:checked + label::after {transform: scale(1);}

/* 라디오 박스형 */
.radio_select {position:relative; padding:1px 0; overflow: hidden; font-size:0;}
.radio_select input {position: absolute !important; height: 1px;width: 1px;border: 0;overflow: hidden;}
.radio_select label {width:110px; height:45px; display:inline-block; margin-right:-1px; margin-top:-1px; font-size:13px; text-align: center; color:#777; line-height:43px; border: 1px solid #d4d4d4; background:#fff; transition: all 0.1s ease-in-out; box-sizing: border-box;}
.radio_select label:hover {z-index: 1; position: relative; border:1px solid #159fda; border cursor: pointer;}
.radio_select input:checked + label {z-index: 1; position: relative; color:#159fda !important; border:1px solid #159fda !important;}

/* 셀렉트박스 - 기본 */
.custom-select {position: relative}
.custom-select+.custom-select {margin-top: 10px;}
.custom-select select {display: none}
.custom-select ul {display: none;position: absolute; left: 0; top: 100%; max-height: 500px; margin-top: -1px; right: 0; background: #fff; border: 1px solid #888; z-index: 3; overflow: auto; }
.custom-select li {height:35px; text-align:center; line-height:35px; color: #000; cursor: pointer;}
.custom-select li:hover {background: #ececec}
.custom-select .new-select {position: relative; display: block; width: 100%; height:35px; padding:0 33px 0 0; font-size:14px; text-align: center; line-height: 33px; color: #000; border: 1px solid #888; cursor: pointer; box-sizing: border-box;}
.custom-select .new-select:after {content: ""; position: absolute; top:0; right: 0; width:32px; height:33px; background: url(/include/img/order/select_btn.png) center no-repeat; background-position:0 0;}
.custom-select .new-select.active:after {background: url(/include/img/order/select_btn.png) no-repeat; background-position:0 -34px;}

/* 셀렉트박스 - 커스텀 */
.option_select .custom-select .new-select {height:45px; padding-left:20px; text-align: left; color:#777; line-height: 43px; border: 1px solid #d4d4d4; }
.option_select .custom-select ul {border: 1px solid #d4d4d4;}
.option_select .custom-select li {height:45px; padding-left:20px; text-align:left; line-height:45px; color: #777; cursor: pointer;}
.option_select .custom-select .new-select:after {top: 5px;}

/* 수량 체크 */
.quantity_box_35, .quantity_box_45 {position:relative; float:left; width:115px; height:35px; border:1px solid #888; box-sizing: border-box; }
.quantity_box_35::after, .quantity_box_45::after {content: ""; display: table; clear: both;}
.quantity_box_35 button.down, .quantity_box_45 button.down {position:absolute; top:0; left:0; width:33px; height:33px; background: url(/include/img/order/quantity_down.png) no-repeat;}
.quantity_box_35 button.up, .quantity_box_45 button.up {position:absolute; top:0; right:0; float:left; width:32px; height:32px; background: url(/include/img/order/quantity_up.png) no-repeat;}
.accessory_down {position:absolute; top:0; left:0; width:33px; height:43px; background: url(/include/img/order/quantity_down.png) no-repeat;background-position: 0 center;}
.accessory_up {position:absolute; top:0; right:0; float:left; width:32px; height:42px; background: url(/include/img/order/quantity_up.png) no-repeat;background-position: 0 center;}
.quantity_box_35 input, .quantity_box_45 input {float:left; width:100%; height:33px; padding:0; font-size:14px; color:#000; text-align: center; border:none;}

.quantity_box_45 {border:1px solid #d4d4d4;}
.quantity_box_45 button.down, .quantity_box_45 button.up {background-position:0 center ;}
.quantity_box_45 input {color:#777}
.quantity_box_35 .custom-select ul, .quantity_box_45 .custom-select ul {left: -1px; width:100%; height:350px; margin-top: -2px;}
.quantity_box_35 .custom-select .new-select, .quantity_box_45 .custom-select .new-select {border:none;}
.quantity_box_45 .custom-select .new-select {color:#777;}
.quantity_box_45 .custom-select ul {height:320px; border:1px solid #d4d4d4;}
.quantity_box_45 .custom-select ul li {color:#777;}

/* 툴팁 */
p.tooltip {z-index:10; display: none; position:absolute; bottom:35px; right:-40px; width: 370px; padding:20px; font-size:12px; line-height:18px; color:#fff; background:#333; border-radius: 10px}
p.tooltip::before {content: ''; position: absolute; right: 170px; bottom: -10px; border-style: solid; border-width: 11px 10px 2px 10px; border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}

.footer_center {padding:30px 0; text-align: center;}
.footer_center .pcverbp {text-align: center;  padding: 10px; border: 1px solid;  width: 50%; margin: 30px auto 0px;}
/* 레이어 팝업 */
.layer_wrap {display: none; background:#fff;}
.layer_wrap2 {display: none; background:#fff;}
.layer_wrap3 {display: none; background:#fff;}
.layer_wrap7 {display: none; background:#fff;}
.layer_wrap_400 {display: none; background:#fff;}
.layer_wrap_450 {display: none; background:#fff;}
.layer_editor_wrap {display: none; background:#fff;}
.layer_alert_wrap {display: none; background:#fff;}
.layer_wrap_calendar {display: none; background:#fff;}
.layer_wrap_guide {display: none; background:#fff;}
.layer_wrap .layer_content iframe {width:800px !important; height:790px;}
.layer_wrap2 .layer_content2 iframe {width:800px !important; height:250px;}
.layer_wrap_calendar .layer_content_calendar iframe {width:700px !important; height:695px;}
.layer_wrap3 .layer_content3 iframe {width:1000px !important; height:645px;}
.layer_wrap7 .layer_content7 iframe {width:1260px !important; height:840px;overflow: auto !important;}
.layer_wrap_400 .layer_content_400 iframe {width:800px !important; height:400px;}
.layer_wrap_450 .layer_content_450 iframe {width:800px !important; height:550px;}
.layer_editor_wrap .layer_editor_content {height:650px;}
.layer_editor_wrap .layer_editor_content iframe {width:1000px !important; height:650px;}
.layer_wrap_guide .layer_content_guide {height:800px;}
.layer_wrap_guide .layer_content_guide iframe {width:1100px !important; height:800px; overflow: auto !important;}
.layer_alert_wrap .layer_alert_content iframe {width:500px !important; height:215px; overflow: auto !important;}
.b-close {position:absolute; top:23px; right:25px; width:25px; height:25px; background:url(/include/img/btn_close.png) no-repeat; background-size:25px}
button.b-close {border: none;}

.layer_wrap_popup_guide {
  display: none;
  background: #fff;
}

.layer_wrap_popup_guide .layer_content_popup iframe {
  width: 700px !important;
  height: 550px;
}

.layer_wrap_popup_guide .layer_content_popup iframe body {
  background: #fff !important
}

/* 레이어 팝업2 */
.popup_box {position: relative; z-index: 999; display: block; width: 910px; margin: 0 auto; margin-top: 80px; border: 1px solid #f7f7f7; overflow: auto;}
.file_select {position: relative; width: 90%; margin: 10px auto 20px auto; height: 80px; background: #f4f4f4; border-radius: 50px; transition: 0.3s;}
.file_select:hover {background: #e0e0e0; cursor: pointer;}
.file_select_txt {display: flex !important; position: absolute; display: inline-block; top: 0; left: 40px; font-size: 20px; line-height: 80px; color: #28284f;}

.file_download {position: relative; width: 99%; height: 80px; background: #15aded; border-radius: 50px; transition: 0.3s;}
.file_download:hover {background: #0985ba; cursor: pointer;}
.file_download_txt {display: flex !important; position: absolute; display: inline-block; top: 0; left: 40px; font-size: 20px; line-height: 80px; color: white;}
.file_download_txt p {color: white;}

.pop_info {text-align: left; margin: 25px 40px;}
.pop_info dt {font-size: 23px; color: #159fda; font-weight: 600; margin-bottom: 35px; padding-top: 30px;}
.pop_info dd {margin: 0px;}
.pop_info ul {margin-top: 15px;}
.pop_info ul li {font-size: 13px; line-height: 27px; color: #838383; padding-left: 8px; text-indent: -8px;}
.pop_info ul li .point_txt {color: #ff3535; font-weight: bold;}
.pop_info ul li:first-child {font-size: 15px; line-height: 28px; color: #333; font-weight: 600;}


/* 테이블 */
.tb_default {border-top:2px solid #000; border-bottom:1px solid #dbdbdb;}
.tb_default caption {display: none}
.tb_default th {padding:20px 0; font-size:16px; font-weight:normal; color:#000; border-bottom:1px solid #dbdbdb;}
.tb_default td {padding:30px 0; text-align: center; border-bottom:1px solid #f4f4f4;}
.tb_default tr:last-child td {border-bottom:none;}

/* 테이블 - 인풋 */
.tb_input {width:100%; text-align: left;}
.tb_input caption {display: none}
.tb_input th {padding-bottom:15px; font-size:15px; font-weight:normal; color:#000;}
.tb_input td {position:relative; padding-bottom:15px;}
td input.size1 {width:400px;}
td input.size2 {width:116px; text-align: center}
td input.size3 {width:265px;}
td input.size4 {width:100%;}
td input.size5 {width:200px; text-align: right}
.tb_input td span.hyphen {margin:0 6px; font-size:20px; color:#d4d4d4;}
.tb_input th.align_top {padding-top:11px; vertical-align: top}
.tb_input td div.option_select {width:400px; margin-top:25px;}
td.post button {width:120px; height:45px; margin-left:12px; font-size:15px; color:#000; background:#ececec}
.tb_input td button.management {float:right; width:150px; height:45px; border:1px solid #d4d4d4;}
.tb_input td span.won {margin-left:10px;}
.tb_input td button.coupon {position:absolute; top:0; right:190px; width:120px; height:45px; border:1px solid #d4d4d4;}
.tb_input td button.coupon_none {color:#b1b1b1; background:#f8f8f8;}
.tb_input td button.default_box2:hover {border:1px solid #d4d4d4 !important;}
.tb_input td input:disabled {color:#999; background:#f2f2f2; border:1px solid #e5e5e5;}
.tb_input td span.coupon_text {margin-left:170px;}
.tb_input td span.coupon_text em {font-weight:bold; color:#000;}
.tb_input td textarea {display: none; width:400px; height:70px; padding:10px 20px; margin-top:-1px; border:1px solid #d4d4d4; box-sizing: border-box; outline: none;}

/* 탭 디폴트 */
.tab_default {width:100%;}
.tab_default ul.tab_btn_wrap::after {content: ''; display: table; clear: both}
.tab_default ul.tab_btn_wrap > li {display: table; float:left; width:50%; height:60px; font-size:16px; color:#888; text-align: center; cursor: pointer; border:1px solid #d4d4d4; border-bottom:1px solid #000; box-sizing: border-box;}
.tab_default ul.tab_btn_wrap > li:first-child {border-right:none;}
.tab_default ul.tab_btn_wrap > li:last-child {border-left:none;}
.tab_default ul.tab_btn_wrap > li.active {z-index: 1; font-weight:bold; color:#000; border:1px solid #000;  border-bottom:none}
.tab_default ul.tab_btn_wrap > li > span {display: table-cell; vertical-align: middle; }
.tab_cont_wrap {margin-top:35px ;}
.tab_cont_wrap .cont_box, .tab_cont_wrap2 .cont_box2, .tab_cont_wrap2_1 .cont_box2_1, .tab_cont_wrap3 .cont_box3 {display: none}
.tab_cont_wrap .cont_box:first-child, .tab_cont_wrap2 .cont_box2:first-child, .tab_cont_wrap2_1 .cont_box2_1:first-child, .tab_cont_wrap3 .cont_box3:first-child {display: block;}

/* 로그인 */
.sub_login {width:550px; padding:70px 0; margin:0 auto; text-align:center; background:#fff; border:1px solid #eee; box-sizing: border-box}

.login_btn button {width:400px; height:60px; margin-top:10px; font-size:18px; font-weight:400;}
.login_btn .naver {margin-top:10px; background:#fff url(/include/img/login/naver.gif) 80px center no-repeat;}
.login_btn .naver_login {display: inline-block; margin-top:10px; background:#fff url(/include/img/login/naver_login.png) center no-repeat;}
.login_btn .naver_signup {display: inline-block; margin-top:10px; background:#fff url(/include/img/login/naver_signup.png) center no-repeat;}

.login_btn2 {margin-top:30px;}
.login_btn2 a {margin-left:20px; padding-left:20px; background: url(/include/img/line.png) 0 3px no-repeat;}
.login_btn2 a:first-child {margin:0; padding:0; background:none;}
.login_btn2 a:hover {color:#000; transition:1s}

.sub_login form {margin-top:60px;}
.sub_login form > p {font-size: 12px; color:#9b9b9b; width: 400px; margin: 35px auto 20px; padding: 20px; background: #f7f7f7; box-sizing: border-box;}
.login_input {width:400px; margin:0 auto; }

/* 회원가입 */
.signup_agree {width:400px; margin:0 auto; text-align:left;}
.signup_agree div {margin-top:10px;}
.signup_agree div.agree_all {margin-left:20px;}
.signup_agree button, .signup_agree em {color:#159fda;}
.signup_agree button {text-decoration: underline; background:none}
.sns_agree {margin-top:50px; padding-top:25px; border-top:1px solid #e5e5e5;}

/* 회원가입 완료 */
.signup_complete {width:400px; margin:60px auto 0 auto;}
.signup_complete dl {width:400px; height:50px; padding-top:13px; margin-bottom:20px; font-size:16px; text-align: left; border-bottom:1px solid #e5e5e5; box-sizing: border-box;}
.signup_complete dl::after {content: ''; display: table; clear: both}
.signup_complete dl dt {float:left; margin-left:10px; width:70px; }
.signup_complete dl dd {float:left; margin:0;}
.signup_complete .coupon_box {margin-top:40px;}
.signup_complete .coupon_box h3 {font-size:17px; color:#000; }
.signup_complete .coupon_box img {margin:20px 0;}

/* 이용약관, 개인정보취급동의, 유효기간 */
.layer_box {}
.layer_box h1 {padding:25px 30px; font-size:25px; color:#fff; background:#159fda; }
.layer_box h1 span {font-size:13px;}
.layer_box section {height:660px; padding:40px 40px 5px 40px; overflow: auto}
.layer_box section a.layer_box_info {color: #000; text-decoration: underline;}
.layer_box section div.btn_layer {margin-top:40px; text-align: center}
.layer_box section div.btn_layer button {width:200px; height:60px; margin:0 3px; font-size:18px;}
.terms_content {margin-bottom:60px;}
.terms_content:last-child {margin-bottom:0px;}
.terms_content h3 {padding-bottom:10px; font-size:18px; color:#000; font-weight:bold; background: url(/include/img/login/h_line.png) 0 bottom no-repeat;}
.terms_content article {margin-top:30px;}
.terms_content article h4 {color:#000; font-weight:bold;}
.terms_content article p {margin-top:5px;}
.terms_content article ol li {margin:5px 0 0 13px; list-style:decimal}
.terms_content article ul li {margin:5px 0 0 16px; list-style:disc}
.terms_content article a {color:#000; text-decoration: underline;}
.expired_wrap section {height:auto; }

/* 다운로드 버튼 */

.layer_box section div.btn_layer .down_box a { text-decoration: auto; display: inline-block;  width: 150px;  margin: 0 auto;  padding: 10px 50px;  font-size: 18px;  font-weight: 500;
    text-align: left; background: #f4f4f4 url(https://biz.publog.co.kr/include/img/down@2x.png?t=1) 65px center no-repeat;  background-size: 15px;  background-position: 90% 50%;  color: #1a1a1a;}


/* 편집기 팝업 */
.layer_editor_box {}
.layer_editor_box h1 {padding:25px 30px; font-size:25px; color:#fff; background:#333; }
.layer_editor_box section {}
.layer_editor_box section::after {content:""; display: table; clear: both}
.layer_editor_box section .roll_img {float:left;}
.layer_editor_box section .info {float:left; margin-left:40px;}
.layer_editor_box section .info article {margin-top:40px}
.layer_editor_box section .info article h3 {font-size: 18px; font-weight:bold; color:#000;}
.layer_editor_box section .info article h3 img {display: inline-block; margin:-3px 0 0 15px; vertical-align: middle;}
.layer_editor_box section .info article p {margin-top:18px; font-size:14px; color:#000;}
.layer_editor_box section .info p.notice {text-align:right; margin-top:50px; padding-left:22px; background:url(/include/img/ico_important.png) 122px center no-repeat; background-size:16px;}
.layer_editor_box section .info p.notice a {text-decoration: underline;}
.layer_editor_box section .info button {width:340px; height:90px; margin-top:25px; font-size:18px;}
.layer_editor_box section .info button img {display: inline-block; margin-right:20px; vertical-align: middle;}

/* 장바구니 */
.sub_order {width: 1200px; margin:0 auto;}
.order_ul {width:450px; margin:50px auto 0 auto; background: url(/include/img/order/order_bg.png) 7px bottom no-repeat;}
.order_ul::after {content:""; display: table; clear: both}
.order_ul li {float:left; width:150px; height:105px; font-size:16px; text-align:center; border-bottom:4px solid #f2f2f2; box-sizing: border-box;}
.order_ul li span{display:block; width:50px; height:50px; margin:0 auto 16px auto; background: url(/include/img/order/ico_order.png) no-repeat}
.order_ul li span.basket {background-position: 0 -50px}
.order_ul li span.order {background-position: -50px -50px}
.order_ul li span.complete {background-position: -100px -50px}
.order_ul li.active span.basket {background-position: 0 0}
.order_ul li.active span.order {background-position: -50px 0}
.order_ul li.active span.complete {background-position: -100px 0}
.order_ul li em {margin-right:10px;}
.order_ul li.active {font-weight:bold; color:#000; border-bottom:4px solid #159fda;}
.my_benefit {height:45px; margin-top:50px; padding:12px 20px; background:#f7f7f7; box-sizing: border-box;}
.my_benefit .my {margin-left:0; background: url(/include/img/order/ico_my.png) no-repeat;}
.my_benefit .my em {color:#159fda; text-decoration: underline;}
.my_benefit span { display: inline-block; height:18px; margin-left:20px; padding-left:25px; line-height:18px; background: url(/include/img/line.png) 3px center no-repeat;}
.my_benefit span em {color:#000; font-weight:bold;}

.basket_list {margin-top:60px;}
.basket_list .list_header {content:""; display: table; clear: both; width: 100%; margin-bottom:10px;}
.basket_list .list_header span {float:left; display: inline-block; vertical-align: top; font-size:16px; color:#000; text-align: center;}
.basket_list .list_header span.num1 {width:90px;}
.basket_list .list_header span.num2 {width:710px;}
.basket_list .list_header span.num3 {width:210px;}
.basket_list .list_header span.num4 {width:190px;}
.basket_list .checkbox label::before, .basket_list .checkbox label::after {width:20px; height:20px;}
.basket_list .checkbox label::before {background-size:20px;}
.basket_list .checkbox input[type="checkbox"]:checked + label::before {background-size:20px}

.list_content h3 {height:65px; padding:20px 0 0 20px; font-size:18px; font-weight:bold; color:#000; border-top:2px solid #000; border-bottom:1px solid #dbdbdb; box-sizing: border-box;}
.content_ul > li {content:""; display: table; clear: both; width: 100%; padding:30px 0; border-bottom:1px solid #dbdbdb;}
.content_ul > li > div {display: table-cell; height:200px; text-align: center; vertical-align: middle}
.content_ul > li div.num1 {width:90px;  vertical-align: top}
/*.content_ul > li div.num1 {position:relative; width:710px;}*/
.content_ul > li div.num2 {position:relative; width:710px;}
.content_ul > li div.num2 div.thumb {display:flex; justify-content: center; align-items: center; float:left; width:200px; height:200px; padding:20px; line-height:182px; text-align: center; background: #f8f9fa; box-sizing: border-box;}
.content_ul > li div.num2 div.thumb > img {display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.content_ul > li div.num2 > button {position:absolute; top:10px; left:10px; width:30px; height:30px; background: #fff url(/include/img/ico/ico_search.png) center no-repeat; background-size: 16px; border:1px solid #e5e5e5;}
.content_ul > li div.num2 .tit_box {position: relative; float:left; width:450px; height:200px; margin-left:40px; text-align: left}
.content_ul > li div.num2 .tit_box h4 {font-size:20px; font-weight:bold; color:#000; }
.content_ul > li div.num2 .tit_box dl {content: ""; display: table; clear: both; width: 100%; margin-top:35px; line-height:25px; }
.content_ul > li div.num2 .tit_box dl dt {float:left; margin-right:5px; }
.content_ul > li div.num2 .tit_box dl dd {margin:0;}
.content_ul > li div.num2 .tit_box dl dd span {margin:0 3px; font-size:11px; vertical-align: top}
.content_ul > li div.num2 .tit_box dl dd button.option {margin-left:15px; padding:0 10px 1px 0; color:#000; vertical-align:text-bottom;  border-bottom:1px solid #000; background: url(/include/img/order/ico_arrow.png) right 5px no-repeat;}
.content_ul li div.num2 .item_quantity {position:absolute; left:0; bottom:0;}
.item_quantity button.change {float: left; width:70px; height:35px; margin-left:10px; }
.quantity_box2 {float:left; width:100px;}
.quantity_box2::after {content: ""; display: table; clear: both;}

.content_ul > li div.num3 {width:210px; font-size:20px; color:#000;}
.content_ul > li div.num3 em {font-weight:bold;}
.content_ul > li div.num4 {width:190px; box-sizing: border-box;}
.content_ul > li div.num4 button {width:55px; height:30px; font-size:12px;}
.content_ul > li div.num4 button:nth-child(2) {margin-left:-4px; border-left:none;}
.content_ul > li div.num4 button:nth-child(3) {margin-left:-4px; border-left:none;}
.basket_list .btn_del {width: 150px; height: 40px; margin-top:30px; color:#b7b7b7; border:1px solid #d8d8d8; background:none;}

.content_ul li.none {padding:60px 0; text-align: center; background: #f8f8f8}
.content_ul li.none p.title {margin-bottom:20px; font-size:16px; color:#000;}
.content_ul li.none p em {color:#000;}
.content_ul li.none button {width:200px; height:40px; margin-top:40px;}

.order_price {margin-top:60px; }
.price_box {position:relative; margin-top:20px; padding:50px 20px; border-top:2px solid #000; border-bottom:1px solid #dbdbdb; background: url(/include/img/order/price_bg.png) 310px 110px no-repeat}
.price_box::after {content: ""; display: table; clear: both;}
.price_box dl {float:left; width:300px; text-align: center}
.price_box dl dt, .price_box dl dd {margin:0; padding:0; color:#000;}
.price_box dl dt {font-size:16px;}
.price_box dl dd {margin-top:35px; font-size:23px;}
.price_box dl dd em {font-size:27px; font-weight:bold; vertical-align: bottom;}
.price_box dl.price_end {width:260px;}
.price_box dl.price_end dd {font-weight:bold; color:#f83c3b;}
.price_box button {position:absolute; bottom:30px; right:40px; width:250px; height:60px; font-size:16px;}

/* 주문 완료 */
.sub_order2 {width: 100%; text-align: center;}
.order_complete {margin-top:50px; padding:70px 0; background: #f7f7f7}
.order_complete h2 {font-size:24px; font-weight:bold; color:#000;}
.order_complete ul {margin-top:40px;}
.order_complete ul li {font-size:15px; line-height:25px;}
.order_complete ul li em {color:#000;}
.order_complete dl {margin-top:40px; text-align: center;}
.order_complete dl dt, .order_complete dl dd {display: inline-block; font-size:16px; color:#000; font-weight:bold; line-height:30px;}
.order_complete dl dd {margin-left:3px; letter-spacing: 0.5px}
.order_complete dl dd.line {margin-right:12px; padding-right:15px; background: url(/include/img/line.png) right center no-repeat}

.order_complete .btn_move {margin-top:40px;}
.order_complete .btn_move button {width:250px; height:60px; font-size:18px;}
.order_complete .btn_move button:first-child {margin-right:6px;}

/* 장바구니 옵션변경 - 레이어 */
.option_change {text-align: center; }
.tb_option {width:100%; text-align: left }
.tb_option caption {display: none}
.tb_option th {padding:10px 0; font-weight:bold; color:#000; text-align: left;}
.tb_option td {padding:10px 0;}
.tb_option td.select_box .option_select {float:left; width:66.6%;}
span.normal {position:relative; display: inline-block; padding-left:18px; margin-left:5px !important; background: url(/include/img/ico_important.png) 0 center no-repeat !important; background-size:13px !important;}
span.press, span.normal {position:relative; display: inline-block; margin-left:35px; padding-left:18px; background: url(/include/img/ico_important_key.png) 0 center no-repeat; background-size:13px; cursor: pointer;}
span.normal p.tooltip {left:-74px;}
span.normal p.tooltip::before {left:90px; right:auto;}
span.press:hover p.tooltip, span.normal:hover p.tooltip {display: block;}
span.press em.free {display: inline-block; margin-left:5px; padding:0px 7px; font-size:11px; color:#fff; background:#159fda; border-radius: 4px;}
.tb_option td.delivery span {margin-left:10px; padding-left:10px; background: url(/include/img/line.png) 0 center no-repeat;}
.td_select .radio_select label {width:33.3%; font-size:12px; height:40px; line-height:37px;}
.td_select .radio_select span.cm {float:right; display: inline-block; margin-top:7px; font-size:13px; color:#999;}
.td_select .size_custom {margin-top:5px;}
.td_select .size_custom::after {content: ""; display: table; clear: both;}
.td_select .size_custom div {position:relative; float:left;}
.td_select .size_custom input {width:150px; height:45px; padding:0 10px 0 55px; text-align: center; border:none; border-bottom:1px solid #d4d4d4; box-sizing: border-box;}
.td_select .size_custom input::placeholder {color:#bfbfbf;}
.td_select .size_custom label {position:absolute; top:12px; left:10px;}
.td_select .size_custom div.x {margin:0 15px; padding-top:11px; font-size:17px; color:#bfbfbf;}

.td_select button.detail {position:absolute; top:15px; left:75%; padding:0 10px 1px 0; color:#000; font-size:13px; vertical-align:text-bottom;  border-bottom:1px solid #000; background: url(/include/img/order/ico_arrow.png) right 5px no-repeat;}
.td_quantity .quantity_box_45 {width:33.3%;}
.value_sum {margin-top:30px; padding:20px 0; font-size:15px; color:#000; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
.value_sum dt, .value_sum dd {display: inline-block; width:49%; margin:0; padding:5px 0; box-sizing: border-box;}
.value_sum dt {text-align: left}
.value_sum dd {text-align: right}
.value_sum dd.value2 {color:#888;}
.value_sum dd.value3 {font-size:20px; font-weight:bold; color:#f93c3c;}
.option_change button.key_box {width:200px; height:60px; margin:30px auto 0 auto; font-size:18px;}

/* 주문/결제 */
.order_list {margin-top:60px;}
.order_list .list_p {margin-bottom:20px; text-align: right}
.order_list .list_p em {color:#159fda;}
.order_list table.tb_default td.num1 {position:relative; text-align: left;}
.tb_default td.num1 div.thumb {display:flex; justify-content: center; align-items: center; float:left; width:200px; height:200px; padding:20px; line-height:182px; text-align: center; background: #f8f9fa; box-sizing: border-box;}
.tb_default td.num1 div.thumb > img {display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.tb_default td.num1 > button {position:absolute; top:40px; left:10px; width:30px; height:30px; background: #fff url(/include/img/ico/ico_search.png) center no-repeat; background-size: 16px; border:1px solid #e5e5e5;}
.tb_default td.num1 .tit_box {position: relative; float:left; width:350px; height:200px; margin-left:40px; text-align: left}
.tb_default td.num1 .tit_box h4 {font-size:20px; font-weight:bold; color:#000; }
.tb_default td.num1 .tit_box dl {content: ""; display: table; clear: both; width: 100%; margin-top:35px; line-height:25px; }
.tb_default td.num1 .tit_box dl dt {float:left; margin-right:5px; }
.tb_default td.num1 .tit_box dl dd {margin:0;}
.tb_default td.num1 .tit_box dl dd span {margin:0 3px; font-size:11px; vertical-align: top}
.tb_default td.num2, .tb_default td.num4 {font-size:20px; color:#000;}
.tb_default td.num3 {font-size:20px; color:#f83c3b;}
.tb_default td em {font-weight:bold;}

.order_payment {position:relative; margin-top:90px;}
.order_payment .left_wrap {width:650px; border-top:2px solid #000;}
.order_payment .right_wrap {position:absolute; top:0; right:0; width:500px;}
.order_payment .right_wrap .right_box {width: 500px; background: #f8f8f8; box-sizing: border-box;}
.price dl::after {content: ""; display: table; clear: both;}
.price dl dt {float:left; width:40%; color:#000;}
.price dl dd {float:right; width:60%; text-align: right}
.price dl dd em {font-weight:bold;}
.payment_dl1 dt {margin:0 0 30px 0; font-size:18px; font-weight:bold;}
.payment_dl1 dd {margin:0 0 30px 0; font-size:33px; }
.payment_dl2 {padding:25px 0; border-top:2px solid #dbdbdb; border-bottom:1px solid #dbdbdb;}
.payment_dl2 dt {margin:15px 0; font-size:16px}
.payment_dl2 dd {margin:15px 0; font-size:24px; color:#000;}
.order_payment .right_wrap .agree .checkbox {position:relative; margin-top:30px;}
.order_payment .right_wrap .agree .checkbox label {font-size:15px; color:#000; line-height:18px;}
.order_payment .right_wrap .agree .checkbox label em {color:#f93c3c;}
.order_payment .right_wrap .agree .checkbox p {margin-top:10px;}
.order_payment .right_wrap .agree .toggle_box p {overflow: auto; height:90px;}
.order_payment .right_wrap .agree .checkbox button.btn_toggle {position:absolute; top:1px; right:0; width:15px; height:8px; padding:10px; background:url(/include/img/arrow_down.png) center no-repeat;}
.order_payment .right_wrap .agree .toggle_box .complete {background:url(/include/img/arrow_up.png) center no-repeat !important;}

.order_payment .right_wrap .right_box > button {position:absolute; left:0; bottom:0; width:100%; height:70px; font-size:20px; color:#fff; background:#c0c0c0}
.order_payment .right_wrap .fixed_wrap {position:fixed; top:0; }
.order_payment .right_wrap .right_box > div {width:500px; padding: 40px 40px 100px 40px; overflow: auto; box-sizing: border-box;}
.order_payment .right_wrap .fixed_wrap > div {}
.order_payment .left_wrap article {position:relative; margin-top:80px; padding-bottom:30px; border-bottom:1px solid #dbdbdb;}
.order_payment .left_wrap article h3 {font-size:18px; margin-bottom:30px; padding-bottom:20px; font-weight:bold; color:#000; border-bottom:1px solid #dbdbdb;}
.order_payment .left_wrap article > p {position:absolute; top:0; left:100px;}
.order_payment .left_wrap article > p.p_css {left:115px;}
.order_payment .left_wrap article > p span {text-decoration: line-through;}
.order_payment .left_wrap article > button.btn_multi {position:absolute; top:-8px; right:0; width:150px; height:40px; background: #f7f7f7}
.order_payment .payment_width span {display: inline-block; width:24%; margin-bottom: 15px;}
.order_payment .payment_width span:nth-child(2) { width: 100px; }
.order_payment .payment_width span label {margin:0;}
.order_payment .payment_width span label img {display: inline-block; vertical-align: bottom}
.order_payment .cash_box {margin-top:20px; padding:15px 20px; background: #f8f8f8}
.order_payment .cash_box div.title::after {content: ""; display: table; clear: both;}
.order_payment .cash_box div.title span {position:relative; float:left; display: inline-block; padding-right:20px; font-size:14px; color:#000; }
.order_payment .cash_box div.title .radiobox {float:left; margin-left:50px;}
.order_payment .naver_pay img {margin-top:10px;}
.info_value {margin-top:20px; border-top:1px solid #e5e5e5}
.info_value .select_wrap::after {content: ""; display: table; clear: both;}
.info_value .select_wrap {margin-top:20px;}
.info_value .option_select {float:left; width:175px; background: #fff}
.info_value .option_select .custom-select .new-select {height:35px; font-size:13px; line-height: 33px}
.info_value .option_select .custom-select .new-select::after {top:-0px; }
.info_value .option_select .custom-select li {height:35px; line-height: 33px;}
.info_value .select_wrap > p {float:left; margin-right:5px; line-height:35px;}
.info_value .ul_default {margin-top:20px; padding-top:20px; border-top:1px solid #e5e5e5;}
.untouched_wrap {margin-bottom:40px;}
.untouched_wrap > div > div.option_select {width:300px;}
.untouched_wrap > div > div input {width:300px !important; text-align: left !important}
.select_wrap .num {float:left; margin-left:10px;}
.select_wrap .num input {width:300px; height:35px; text-align: center}
.select_wrap .num span.hyphen {margin:0 6px; font-size:20px; color:#d4d4d4;}
.select_wrap .num2 input {width:134px;}
.select_wrap .num_depth {float:left; margin:3px 0 0 69px}
.select_wrap .num_depth input {width:300px; height:35px; text-align: center}
.select_wrap .num_depth span.hyphen {margin:0 6px; font-size:20px; color:#d4d4d4;}
.untouched_wrap {margin-top:10px; padding:0; border:none;}
.untouched_wrap .select_wrap {margin-top:10px;}
.select_wrap .escrow {float:left; margin:5px 0 0 25px;}
.escrow label {color:#b3b3b3;}
.order_payment .escrow_box div {position:relative; padding-left: 23px; font-size:14px; color:#b3b3b3; background: url(/include/img/ico_question.png) left 3px no-repeat; background-size:16px; cursor: pointer }
.order_payment .escrow_box .radiobox {float:left; margin-left:60px;}
.order_payment .escrow_box div p.tooltip {top:-32px; left:235px; bottom:auto; right:auto; width: 510px;}
.order_payment .escrow_box div p.tooltip::before {top:35px; left:-20px; right: auto; bottom:auto; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 10px solid #333;}
.order_payment .escrow_box div p.tooltip span {margin-left:8px;}
.order_payment .escrow_box div:hover p.tooltip {display: block;}
.shipping_box > div.checkbox {text-align: right}
.order_payment .cash_box {margin-top:20px; padding:20px 30px; background: #f8f8f8}
.order_payment .cash_box::after {content: ""; display: table; clear: both;}
.order_payment .cash_box > dl {padding-bottom:10px; border-bottom:1px solid #dfdfdf}
.order_payment .cash_box > dl > dt {color:#000;}
.order_payment .cash_box dl::after {content: ""; display: table; clear: both;}
.order_payment .cash_box dl dt {float: left; width:114px}
.order_payment .cash_box dl dd {float: left; width:430px; margin-left:0;}
.order_payment .cash_box .dl_depth dt, .order_payment .cash_box .dl_depth dd {margin-bottom:10px;}
.order_payment .cash_box .dl_depth dd {width:300px; margin-left:0;}
.order_payment .cash_box .tax_dl {margin-top:20px; border-bottom:none;}
.order_payment .cash_box .tax_dl .dl_depth dt {width:70px; box-sizing: border-box}
.order_payment .cash_box .tax_dl .dl_depth dd {width:300px;}
.order_payment .cash_box span {margin-left:5px;}
.order_payment .cash_box .tax_dl .dl_depth .width_style1 {padding-right:10px; text-align: right}
.order_payment .cash_box .tax_dl .dl_depth .width_style2 {width:140px;}
.order_payment .cash_box .tax_dl .dl_depth .width_style2 input {width:110px;}
.order_payment .cash_box input {border:1px solid #d4d4d4;}
.order_payment .cash_box .tax_dl .dl_depth input.input_box2 {width:320px;}

.order_payment .cash_box .radiobox label {margin-right:30px;}
.order_payment .cash_box input.size1 {width:130px !important;}
.order_payment .cash_box input.size2 {width:230px !important;}
.order_payment .cash_box input.size3 {width:275px !important; margin:0 10px 10px 0; text-align: left }
.order_payment .cash_box input.size4 {width:255px !important; margin-left:3px;}


/* 쿠폰 - 레이어 */
.coupon_change article > h3 {margin-bottom:25px; padding:20px 0; font-size: 18px; font-weight:bold; color:#000; border-top:2px solid #000; border-bottom:1px solid #dbdbdb;}
.coupon_change .coupon_input {}
.coupon_change .coupon_input::after {content: ""; display: table; clear: both;}
.coupon_change .coupon_input input, .coupon_change .coupon_input button {float:left; height:45px;}
.coupon_change .coupon_input input {width:75%;}
.coupon_change .coupon_input button {width:25%; color:#fff; background: #666}
.coupon_change .coupon_input button:hover {background: #000; transition: 1s}
.select_coupon {margin-top: 40px}
.select_coupon::after {content: ""; display: table; clear: both;}
.select_coupon p {font-size:16px;}
.select_coupon p.title {float: left; font-weight: bold; color:#000;}
.select_coupon p span {margin-right:10px; text-decoration: line-through; color:#888888;}
.select_coupon p em {font-weight:bold; color:#f93c3c;}
.select_coupon div.option_select {float:left; width:100%; margin-top:20px;}

/* 옵션 선택 */
.sub_option h1 {}
.sub_option::after {content: ""; display: table; clear: both;}
.sub_option div.left {float:left; width:750px;}
.sub_option div.right {float:right; width:400px;}
.sub_option div.right div.title {position:relative; margin:-3px 0 10px 0;}
.sub_option div.right div.title::after {content: ""; display: table; clear: both;}
.sub_option div.right h3 {float:left; margin-top:5px; font-size:28px; font-weight:bold; color:#000;}
.sub_option div.right div.express {position:absolute; top:5px; left:0;}
.sub_option div.right div.express img {width:75px;}
.sub_option ul.option_ul {float:right;}
.sub_option ul.option_ul::after {content: ""; display: table; clear: both;}
.sub_option ul.option_ul li {float:left; width: 85px; padding-bottom:5px; color:#bbb; text-align: center; border-bottom:2px solid #d4d4d4;}
.sub_option ul.option_ul li.active {font-weight:bold; color:#000; border-bottom:2px solid #000;}
.sub_option ul.option_ul li:last-child {width:100px;}
.sub_option ul.option_ul li span {margin-right:5px;}
.sub_option .btn_make {margin-top:30px;}
.sub_option .btn_make button {width:260px; height:60px; font-size:16px;}
.sub_option .btn_make button:first-child {width:130px; margin-right:6px;}
.sub_option .quantity_box_35 {border:1px solid #d4d4d4;}
.sub_option .quantity_box_35 input {font-size:13px000;}

/* 상품 프리뷰 */
.preview_wrap {width:750px;}
.preview_wrap div.tab_cont_wrap {margin-top:0;}
.preview_wrap article.cont_box {position:relative; width:750px; height:600px;}
.preview_wrap article.cont_box span.example {position: absolute; padding: 7px 15px; bottom: 0; left: 0; font-size:12px; background-color: rgba(255, 255, 255, 0.7); }
.preview_wrap article.cont_box div.tooltip {position: absolute; line-height: 27px; height: 100px; bottom: 0; left: 0; width: 100%; padding: 20px 30px; color: #fff; background-color: rgba(0, 0, 0, 0.6); box-sizing: border-box;
}
.preview_wrap article.cont_box div.tooltip p {font-size:17px; margin-bottom:5px;}
.preview_wrap article.cont_box div.tooltip p span {font-size:13px;}

.preview_wrap ul.tab_btn_wrap {padding:15px;}
.preview_wrap ul.tab_btn_wrap::after {content: ""; display: table; clear: both;}
.preview_wrap ul.tab_btn_wrap li {float:left; width:80px; height:80px;}
.preview_wrap ul.tab_btn_wrap li {margin:3px; border:1px solid #e6e6e6 !important; transition:0.3s}
.preview_wrap ul.tab_btn_wrap li img {width:80px; height:80px;}
.preview_wrap ul.tab_btn_wrap li.active, .preview_wrap ul.tab_btn_wrap li:hover {border:1px solid #0d5d80 !important; transition:0.5s}

/* 상품 상세 비쥬얼 */
.option_detail_wrap {margin-top:100px;}
.option_detail_wrap .detail_tab {height:70px; border-top:1px solid #eee; border-bottom:1px solid #eee; box-sizing: border-box}
.option_detail_wrap .detail_tab ul {width:1200px; margin:0 auto;}
.option_detail_wrap .detail_tab ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .detail_tab ul li {float:left; width:25%; height:70px; text-align: center; cursor: pointer; box-sizing: border-box;}
.option_detail_wrap .detail_tab ul li a {display: block; padding-top:15px; height:70px; font-size:14px; color:#000; box-sizing: border-box;}
.option_detail_wrap .detail_tab ul li a.active {color:#1a1a1a; border-bottom:2px solid #159fda;}
.option_detail_wrap .detail_tab ul li a:hover {border-bottom:2px solid #159fda;}
.option_detail_wrap .fixed {z-index:1; position:fixed; top:0; left:0; width:100%; background:#fff;}
.option_detail_wrap .detail_tab span.slider {position: absolute;bottom: -1px;width: 0;height: 2px;background: #159fda;}
.detail_tab_box {width:100%; top:0; left:0;background:#fff; }
.sticky {z-index:9997 !important;}
.scrollto {outline: none}


.option_detail_wrap > section > article {padding:100px 0 0 0; text-align: center; box-sizing: border-box;}
.option_detail_wrap section article h3 {font-size:26px; color:#000;}
.option_detail_wrap section article h3 span {display:inline-block; height:19px; margin-bottom:30px; padding:0 12px; font-size:14px; font-weight: 500; background: url(/include/img/my/lnb_line.png) left bottom repeat-x;}
.option_detail_wrap > section > article > p {margin-top:50px; font-size:15px; color:#000; line-height:28px;}

.option_detail_wrap article.info {}
.option_detail_wrap article.info .placard_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/placard/01_img.jpg) center; background-size: cover}
.option_detail_wrap article.info .banner_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/banner/01_img.jpg) center; background-size: cover}
.option_detail_wrap article.info .mnbanner_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/banner/mnbanner/01_img.jpg) center; background-size: cover}
.option_detail_wrap article.info .sticker_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/sticker/01_img.jpg) center; background-size: cover}
.option_detail_wrap article.info .sticker_custom_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/sticker/custom/01_img.jpg) center; background-size: cover}
.option_detail_wrap article.info .fsign_bg {height:430px; margin-top:50px; background: url(/include/img/option/detail/sign/fsign/01_img.jpg) top center; background-size: cover}
.option_detail_wrap article.info .msign_bg {height:500px; margin-top:50px; background: url(/include/img/option/detail/sign/msign/01_img.jpg) top center; background-size: cover}
.option_detail_wrap article.info .shoulder_bg {width:100%;  height:500px; margin-top:50px; background: url(/include/img/option/detail/shoulder/01_img.jpg) top center; background-size: cover}
.option_detail_wrap article.info p.pb_100 {padding-bottom: 100px;}
.option_detail_wrap article.info p span {color: #888;}

.option_detail_wrap article.size {padding-bottom:100px;}
.option_detail_wrap article.size img {margin:30px auto 0 auto;}

.option_detail_wrap article.type {padding-bottom:100px;}
.option_detail_wrap article.type img {margin:60px auto 0 auto;}

.option_detail_wrap article.placardtype h3 {padding-bottom: 70px;}
.option_detail_wrap article.placardtype img {margin:0 auto;}
.option_detail_wrap article.placardtype p.line_em {margin-top:5px; height: 60px; font-size:15px; color:#000; background-color: #dadada; line-height: 60px;}
.option_detail_wrap article.placardtype p.line_em span {color: #888;}

.option_detail_wrap article.bannertype h3 {padding-bottom: 70px;}
.option_detail_wrap article.bannertype img {margin:0 auto;}
.option_detail_wrap article.bannertype {background:#fff; padding-bottom: 100px;}
.option_detail_wrap article.bannertype h3 {line-height: 35px}
.option_detail_wrap article.bannertype h3 span {line-height: 22px}
.option_detail_wrap article.bannertype ul {width:1200px; margin:0 auto;}
.option_detail_wrap article.bannertype ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.bannertype ul li {width:400px; float:left; margin-top:0px;}
.option_detail_wrap article.bannertype ul li:nth-child(n+3) {width:400px; float:left; }
.option_detail_wrap article.bannertype ul li h4 {margin-top:30px; font-size:13px; color:#666; line-height: 25px;}
.option_detail_wrap article.bannertype li {position:relative; margin-top:50px;}
.option_detail_wrap article.bannertype li span {position:absolute; line-height: 1.5; top:0; left:0; width:70px; height:70px; padding-top:17px; color:#fff; background:#333; box-sizing: border-box;}
.option_detail_wrap article.bannertype p {margin-top:50px; height: 60px; font-size:13px; color:#000;}


.option_detail_wrap article.option {padding-bottom:100px; background:#f5f4f6}
.option_detail_wrap article.option .option1 {width:1000px; margin:60px auto 0 auto;}
.option_detail_wrap article.option .option1::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.option .option1 li {float:left; width:475px; margin:0 50px 50px 0;}
.option_detail_wrap article.option .option1 li:nth-child(2n) {margin-right:0;}
.option_detail_wrap article.option .option2 {width:1000px; margin:0 auto;}
.option_detail_wrap article.option .option2::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.option .option2 li {float:left; width:300px; height:350px; margin-right:50px; background:#fff;}
.option_detail_wrap article.option .option2 li:nth-child(3n) {margin-right:0;}
.option_detail_wrap article.option .option2 li h4 {padding:20px 0 10px 0; margin:0 20px; font-size:17px; font-weight: bold; color:#000; border-bottom:1px solid #eeeeee;}
.option_detail_wrap article.option .option2 li p {margin-top:15px; font-size: 14px; color:#000;}
.option_detail_wrap article.option .pla_option li {position:relative; margin-top:50px;}
.option_detail_wrap article.option .pla_option li span {position:absolute; top:0; right:0; width:60px; height:60px; padding-top:17px; color:#fff; background:#333; box-sizing: border-box;}
.option_detail_wrap article.option .option_sub {width: 1000px; height: 300px; margin: 80px auto 0 auto; background-color: #eeeff0;}
.option_detail_wrap article.option .option_sub::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.option .option_sub dl {float: left; text-align: left; padding: 100px;}
.option_detail_wrap article.option .option_sub dt {font-size: 18px; font-weight: bold; color: #000; margin-bottom: 20px;}
.option_detail_wrap article.option .option_sub dd {font-size: 14px; line-height: 28px; margin: 0;}
.option_detail_wrap article.option .option_sub ul {float: left; position: relative; padding: 40px 60px 40px 30px;}
.option_detail_wrap article.option .option_sub ul li {display: inline-block; margin-left: 20px; text-align: center;}
.option_detail_wrap article.option .option_sub ul li:first-child {margin-left: 0;}
.option_detail_wrap article.option .option_sub ul li p {padding-top: 10px;}

.option_detail_wrap article.how {padding-bottom:100px; background:#f5f4f6}
.option_detail_wrap article.how h3 {line-height: 35px}
.option_detail_wrap article.how h3 span {line-height: 22px}
.option_detail_wrap article.how ul {width:1200px; margin:0 auto;}
.option_detail_wrap article.how ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.how ul li {width:600px; float:left; margin-top:70px; text-align: center;}
.option_detail_wrap article.how ul li p {margin-top:30px; font-size:15px; color:#000;}

.option_detail_wrap article.point {background:#f5f4f6; border-bottom: 1px solid #ededed;}
.option_detail_wrap article.point h3 {line-height: 35px}
.option_detail_wrap article.point h3 span {line-height: 22px}
.option_detail_wrap article.point ul {width:1200px; margin:0 auto;}
.option_detail_wrap article.point ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.point ul li {width:600px; float:left; margin-top:70px;}
.option_detail_wrap article.point ul li:nth-child(n+3) {width:400px; float:left; margin-top:70px;}
.option_detail_wrap article.point ul li.w1200 {width:1200px !important;}
.option_detail_wrap article.point ul li p {margin-top:30px; font-size:15px; color:#000;}
.option_detail_wrap article.point p.line_em {margin-top:70px; height: 60px; font-size:15px; color:#000; background-color: #dadada; line-height: 60px;}
.option_detail_wrap article.point p.line_em span {color: #888;}
.option_detail_wrap article.point .fsign_option li {position:relative; margin-top:50px;}
.option_detail_wrap article.point .fsign_option li span {position:absolute; top:0; left:0; width:70px; height:70px; padding-top:13px; color:#fff; background:#333; box-sizing: border-box;}
.option_detail_wrap article.point .fsign_option h4 {font-size:15px; color:#000;}
.option_detail_wrap article.point .fsign_option p {font-size:13px; line-height:22px; color:#666;}

.option_detail_wrap article.detail {padding-bottom:100px; background:#fff}
.option_detail_wrap article.detail h3 {line-height: 35px}
.option_detail_wrap article.detail h3 span {line-height: 22px}
.option_detail_wrap article.detail ul {width:1200px; margin:0 auto;}
.option_detail_wrap article.detail ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.detail ul li {width:auto; float:left; margin-top:70px;}
.option_detail_wrap article.detail ul li p {margin-top:30px; font-size:15px; color:#000;}

.option_detail_wrap article.free {padding-bottom:100px; border-top:1px solid #ededed; border-bottom:1px solid #ededed;}
.option_detail_wrap article.free h3 {line-height: 35px}
.option_detail_wrap article.free h3 span {line-height: 22px}
.option_detail_wrap article.free img {margin:60px auto 0 auto;}

.option_detail_wrap article.guide {padding-bottom:100px;}
.option_detail_wrap article.guide img {margin:0 auto;}
.option_detail_wrap article.guide p {font-size:13px; line-height:22px; color:#666;}
.option_detail_wrap article.guide div {margin-top:50px;}
.option_detail_wrap article.guide div button {width: 300px; height:60px; margin:0 4px; font-size: 18px}
.option_detail_wrap article.guide div p {margin-top:50px;}
.option_detail_wrap article.guide .guide_size .size_img p, .option_detail_wrap article.bnr_guide > p {padding-top: 50px; width: 600px; margin: 0 auto; text-align: left; line-height: 26px}
.option_detail_wrap article.guide .guide_size .size_img p a, .option_detail_wrap article.bnr_guide > p a {color: #000 !important; font-weight: bold;}
.option_detail_wrap article.guide .guide_size .size_img p .tool_ai, .option_detail_wrap article.bnr_guide > p .tool_ai {display: inline-block; background: url(/include/img/guide/ico_ai.png?t=1); background-size: contain;width: 25px; height: 25px; vertical-align: -8px; margin-top: 5px;}
.option_detail_wrap article.guide .guide_size .size_img p .tool_ps, .option_detail_wrap article.bnr_guide > p .tool_ps {display: inline-block; background: url(/include/img/guide/ico_psd.png?t=1); background-size: contain; width: 25px; height: 25px; vertical-align: -8px; margin-top: 5px;}
.option_detail_wrap article.guide .guide_size .size_img p {font-size: 13px;} 
.option_detail_wrap article.guide .guide_size .size_img p span {line-height: 5; font-size: 13px;} 

.option_detail_wrap article.guide ul {width:1200px; margin:0 auto;}
.option_detail_wrap article.guide ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.guide ul li {width:400px; float:left; margin-top:70px;}
.option_detail_wrap article.guide ul li p {margin-top:30px; font-size:15px; color:#000;}

.option_detail_wrap article.edit {padding-bottom:100px;}
.option_detail_wrap article.edit img {margin:60px auto 0 auto;}

.option_detail_wrap article.delivery_box {position:relative; padding-bottom:100px; background:#f5f4f6}
.option_detail_wrap article.delivery_box img {margin:50px auto 0 auto;}
.option_detail_wrap article.delivery_box h3 em {display: inline-block; margin-bottom:15px; font-size:18px; font-weight:600; font-style: italic; color:#159fda;}
.option_detail_wrap article.delivery_box p.label {position:absolute; top:0; left:50%; width:115px; height:115px; margin-left:-180px; background: url(/include/img/option/detail/delivery_label.png) no-repeat;}

.option_detail_wrap article.notice {width:1200px; margin:0 auto; padding:80px 150px; text-align: left; box-sizing:border-box;}
.option_detail_wrap article.notice h4 {padding-bottom:12px; font-size:18px; font-weight:bold; color:#000; background: url(/include/img/option/detail/notice_h4.gif) 0 bottom no-repeat; }
.option_detail_wrap article.notice p {margin-top:25px;}
.option_detail_wrap article.notice p.line span {display: inline-block; margin-right:12px; padding-right:17px; background: url(/include/img/line.png) right center no-repeat;}
.option_detail_wrap article.notice p.line span:last-child {background:none;}
.option_detail_wrap article.notice p.line span em {color:#000;}
.option_detail_wrap article.notice ul {margin-top:25px;}

.option_detail_wrap article.more {position:relative; height:510px; margin-bottom:100px; background: #f6f5f7;}
.option_detail_wrap article.more ul {position:absolute; top:250px; left:50%; width:1000px; margin-left:-500px;}
.option_detail_wrap article.more ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap article.more ul li {position:relative; float:left; height:310px; margin:0 35px; box-shadow: 0px 5px 7px 0px #d9d9d9;}
.option_detail_wrap article.more ul li a {display: inline-block; overflow: hidden;}
.option_detail_wrap article.more ul li a img {transform: scale(1); transition:0.5s;}
.option_detail_wrap article.more ul li a:hover img {transform: scale(1.1); transition:0.5s}
.option_detail_wrap article.more ul li p {position:absolute; bottom:0; left:0; width: 260px; padding:25px; font-size:18px; color:#000; text-align: left; background: #fff; box-sizing: border-box;}

.option_detail_wrap article.review {padding-bottom:90px; border-top:1px solid #ededed;}
.option_detail_wrap article.review .review_box {width:1300px; margin:70px auto 0 auto; text-align: left}
.option_detail_wrap article.review .review_list {}
.option_detail_wrap article.review .point_wrap {margin-top:50px;}
.option_detail_wrap article.review .point_wrap a {position: absolute; top: 19px; right: 30px; width: 90px; height: 30px; text-align: center; padding-top:3px; box-sizing: border-box;}

.option_detail_wrap article.review .menu_wrap {height:65px; border-top:1px solid #000; border-bottom:1px solid #dbdbdb;}
.option_detail_wrap article.review .menu_wrap ul.left {}
.option_detail_wrap article.review .menu_wrap ul.left li {float:left; padding:22px 12px; font-size:16px; color:#888; cursor: pointer}
.option_detail_wrap article.review .menu_wrap ul.left li:hover, .option_detail_wrap article.review .menu_wrap ul.left li.active {color:#000; font-weight:bold;}
.option_detail_wrap article.review .menu_wrap div.right {float:right; padding-right:30px;}
.option_detail_wrap article.review .menu_wrap div.right span {display: inline-block; margin:22px 0 22px 20px; font-size:15px; color:#888; cursor: pointer }
.option_detail_wrap article.review .menu_wrap div.right span.active2, .option_detail_wrap article.review .menu_wrap div.right span:hover {color:#000; text-decoration: underline;}


/* 어깨띠 */

/* - 종류*/
.option_detail_wrap .shoulder article.category {background:#f6f5f7; padding-bottom: 100px;}
.option_detail_wrap .shoulder article.category h3 {line-height: 35px}
.option_detail_wrap .shoulder article.category h3 span {line-height: 22px}
.option_detail_wrap .shoulder article.category ul {width:1200px; margin:0 auto;}
.option_detail_wrap .shoulder article.category ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .shoulder article.category ul li {width:400px; float:left; margin-top:70px;}
.option_detail_wrap .shoulder article.category ul li:nth-child(n+3) {width:400px; float:left; }
.option_detail_wrap .shoulder article.category ul li h4 {margin-top:30px; font-size:15px; color:#000;}

/* - 포인트*/
.option_detail_wrap .shoulder article.point {background:#fff; padding-bottom: 100px;}
.option_detail_wrap .shoulder article.point h3 {line-height: 35px}
.option_detail_wrap .shoulder article.point h3 span {line-height: 22px}
.option_detail_wrap .shoulder article.point ul {width:1200px; margin:0 auto;}
.option_detail_wrap .shoulder article.point ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .shoulder article.point ul li {width:600px; float:left; margin-top:70px;}
.option_detail_wrap .shoulder article.pointul li:nth-child(n+3) {width:400px; float:left; margin-top:70px;}
.option_detail_wrap .shoulder article.point ul li.w1200 {width:1200px !important;}
.option_detail_wrap .shoulder article.point ul li p {margin-top:30px; font-size:15px; color:#000;}
.option_detail_wrap .shoulder article.point .point li {position:relative; margin-top:50px;}
.option_detail_wrap .shoulder article.point .point li span {position:absolute; top:0; left:0; width:70px; height:70px; padding-top:13px; color:#fff; background:#333; box-sizing: border-box;}
.option_detail_wrap .shoulder article.point .point h4 {font-size:15px; color:#000;}
.option_detail_wrap .shoulder article.point .point p {font-size:13px; line-height:22px; color:#000;}

/* - 옵션*/
.option_detail_wrap .shoulder article.option {padding-bottom:0; background:#f5f4f6;}
.option_detail_wrap .shoulder article.option h3 {line-height: 35px}
.option_detail_wrap .shoulder article.option h3 span {line-height: 22px}
.option_detail_wrap .shoulder article.option ul {width:1200px; margin:0 auto;}
.option_detail_wrap .shoulder article.option ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .shoulder article.option ul li {width:600px; float:left; margin-top:70px;}
.option_detail_wrap .shoulder article.option ul li:nth-child(n+3) {width:1200px; float:left;}
.option_detail_wrap .shoulder article.option ul li.w1200 {width:1200px !important;}
.option_detail_wrap .shoulder article.option ul li p {margin-top:30px; font-size:13px; color:#000;}
.option_detail_wrap .shoulder article.option p.line_em {margin-top:70px; height: 60px; font-size:15px; color:#000; background-color: #dadada; line-height: 60px;}
.option_detail_wrap .shoulder article.option .option li {position:relative;}
.option_detail_wrap .shoulder article.option .option li span {position:absolute; top:0; left:0; width:70px; height:70px; padding-top:13px; color:#fff; background:#333; box-sizing: border-box;}
.option_detail_wrap .shoulder article.option .option p {font-size:13px; line-height:22px; color:#000;}

/* - 가이드*/
.option_detail_wrap .shoulder article.guide {padding-bottom:100px; text-align: center; padding-top: 100px;}
.option_detail_wrap .shoulder article.guide img {margin:0 auto;}
.option_detail_wrap .shoulder article.guide p {font-size:13px; line-height:22px; color:#666;}
.option_detail_wrap .shoulder article.guide div {margin-top:50px;}
.option_detail_wrap .shoulder article.guide div button {width: 300px; height:60px; margin:0 4px; font-size: 18px}
.option_detail_wrap .shoulder article.guide div p {margin-top:50px;}
.option_detail_wrap .shoulder article.guide .guide_size .size_img p, .option_detail_wrap article.bnr_guide > p {padding-top: 50px; width: 600px; margin: 0 auto; text-align: left;}
.option_detail_wrap .shoulder article.guide .guide_size .size_img p a, .option_detail_wrap article.bnr_guide > p a {color: #000 !important; font-weight: bold;}
.option_detail_wrap .shoulder article.guide .guide_size .size_img p .tool_ai, .option_detail_wrap article.bnr_guide > p .tool_ai {display: inline-block; background: url(/include/img/guide/ico_ai.png?t=1); background-size: contain;width: 25px; height: 25px; vertical-align: -8px; margin-top: 5px;}
.option_detail_wrap .shoulder article.guide .guide_size .size_img p .tool_ps, .option_detail_wrap article.bnr_guide > p .tool_ps {display: inline-block; background: url(/include/img/guide/ico_psd.png?t=1); background-size: contain; width: 25px; height: 25px; vertical-align: -8px; margin-top: 5px;}
.option_detail_wrap .shoulder article.guide .guide_size .size_img p {font-size: 16px;} 
.option_detail_wrap .shoulder article.guide .guide_size .size_img p span {line-height: 5; font-size: 13px;} 

.option_detail_wrap .shoulder article.guide ul {width:1200px; margin:0 auto;}
.option_detail_wrap .shoulder article.guide ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .shoulder article.guide ul li {width:400px; float:left; margin-top:70px;}
.option_detail_wrap .shoulder article.guide ul li p {margin-top:30px; font-size:15px; color:#000;}

/*편집기 유의사항*/
.option_detail_wrap .shoulder article.edit {height:800px; background:url('/include/img/option/detail/shoulder/06_img1.jpg') top center no-repeat; border-bottom:1px solid #ededed; text-align: center; box-sizing: unset;}
.option_detail_wrap .shoulder article.edit h3 span {line-height: 22px;}
.option_detail_wrap .shoulder article.edit ul {width:1200px; margin:0 auto;}
.option_detail_wrap .shoulder article.edit ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap .shoulder article.edit > ul li {width:1200px; margin-top:70px; text-align:center;}
.option_detail_wrap .shoulder article.edit > ul li p {margin-top:310px; font-size:15px; color:#000; line-height: 25px;}

/* 끝 - 어깨띠 */


/* 미리보기 - 레이어 */
.pre_img img {min-width:10%; width:auto; max-width:70%; margin:0 auto 10px auto; box-sizing: border-box;}

.tb_estimate {width:100%; border:1px solid #000; border-bottom:none; border-top:none;}
.tb_estimate caption {padding:25px 0; font-size:25px; color:#000; border:1px solid #000; border-bottom:none;}
.tb_estimate td, .tb_estimate th {padding:8px 0; font-weight:normal; color:#000; border:1px solid #000;}
.tb_estimate th {background: #f7f7f7}
.tb_estimate td {position:relative;}
.tb_estimate td p {padding:10px 0;}
.tb_estimate td p span {border-bottom:1px solid #000;}
.tb_estimate td p span em {margin:0 4px;}
.tb_estimate td img.stamp {position:absolute; top:-15px; right:0; width:70px;}
.tb_estimate td.left {padding-left:20px; text-align: left;}
.tb_estimate td.left span {margin-right:20px;}
.tb_estimate td.left span em {margin-right:10px; font-weight:bold;}
.tb_estimate2 {width:100%; border:1px solid #000; border-top:none; }
.tb_estimate2 th, .tb_estimate2 td {padding:8px 0; color:#000; border-right:1px solid #000;}
.tb_estimate2 th {font-weight:normal; background: #f7f7f7; border-bottom:1px solid #000;}
.tb_estimate2 td {border-bottom:1px solid #000;}
.tb_estimate2 tfoot td {font-weight:bold; background: #f7f7f7; }

/* 이벤트 */
.event_list::after {content: ""; display: table; clear: both;}
.event_list li {float:left; width: 380px; height:400px; margin:0 30px 30px 0; border:1px solid #e5e5e5; box-sizing: border-box; transition: 0.5s}
.event_list li:nth-child(3n+0) {margin-right:0;}
.event_list li:hover {box-shadow: 0px 3px 7px 0px #ccc; transition: 0.5s}
.event_list li a {display: block; padding:20px; box-sizing: border-box;}
.event_list li img {width:340px; height:200px; margin:0 auto;}
.event_list li h4 {margin-top:25px; font-size:18px; font-weight:bold; color:#000;}
.event_list li p {padding:20px 0;}
.event_list li span em {margin-right:10px; padding-right:15px; background: url(/include/img/line.png) right 3px no-repeat;}

.event_none_wrap {display: table; width: 100%; height:250px; text-align: center;}
.event_none_wrap span {display: table-cell; vertical-align: middle; font-size:15px; color:#000;}

/* 이벤트 종료 */
.event_end li {position:relative; padding:20px; }
.event_end li:hover {border:1px solid #d4d4d4; box-shadow: none;}
.event_end div.end {display: table; position:absolute; top:20px; left:20px; width:340px; height:200px; text-align: center; font-size:20px; color:#fff; background-color: rgba(0, 0, 0, 0.5); box-sizing: border-box}
.event_end div.end span {display: table-cell; vertical-align: middle;}

/* 이벤트 상세 */
.event_view_wrap {text-align: center; border-top:1px solid #000;}
.event_view_wrap::after {content: ""; display: table; clear: both;}
.event_view_wrap h4 {float:left; display: inline-block; height:100px; padding-top:25px; font-size:18px; font-weight:bold; color:#000; box-sizing: border-box;}
.event_view_wrap dl {float:right; display: inline-block; height:100px; padding-top:25px; text-align: right; box-sizing: border-box;}
.event_view_wrap dl dt {display: inline-block; padding-right:15px; background: url(/include/img/line.png) right center no-repeat;}
.event_view_wrap dl dd {display: inline-block; margin-left:20px;}
.event_box {margin:50px 0; clear: both;}
.event_notice {padding:50px; background: #f8f8f8}
.event_notice h5 {font-size:18px; font-weight:bold; color:#000; text-align: left;}
.event_view_wrap > button {width: 160px; height:50px; font-size:18px;}

/* 제휴 문의 */
.sub_partner {width:1200px; padding:70px 150px;}
.partner_input {width:100%;}
.partner_input .form_group {width:400px;}
.sub_partner .signup_agree {margin:30px auto; text-align: center;}
.sub_partner .login_btn button {width:300px;}
.sub_partner .textarea_form {width: 100%}
.sub_partner .file_form {width: 100%}

/* 고객센터 */
.cs_wrap {position:relative; height:180px; border:1px solid #333; box-sizing: border-box;}
.cs_wrap .search {width:800px; height:180px; padding:40px 60px; box-sizing: border-box;}
.cs_wrap .search .searchbar {position:relative;}
.cs_wrap .search .searchbar input {width:100%; padding:0 80px 20px 0; font-size:22px; font-weight:bold; color:#000; border:none; border-bottom:1px solid #000;  box-sizing: border-box;}
.cs_wrap .search .searchbar input::placeholder {font-weight:normal; color:#888;}
.cs_wrap .search .searchbar .btn_search {position:absolute; bottom:15px; right:10px; width:35px; height:35px; background: url(/include/img/ico/ico_search.png) center no-repeat; background-size:35px;}
.cs_wrap .search .favorites {margin-top:30px;}
.cs_wrap .search .favorites dt, .cs_wrap .search .favorites dd {display: inline-block; font-size:14px;}
.cs_wrap .search .favorites dt {margin-right:40px; font-weight:bold; color:#000;}
.cs_wrap .search .favorites dd {padding-right:20px; margin:0 20px 0 0; cursor: pointer; background: url(/include/img/line.png) right center no-repeat;}
.cs_wrap .search .favorites dd:hover {color:#000; text-decoration: underline;}
.cs_wrap .search .favorites dd:last-child {background: none}
.cs_wrap .info {position:absolute; top:-1px; right:-1px; width:400px; height:180px; padding:30px 0; text-align: center; background: #333; box-sizing: border-box;}
.cs_wrap .info p {color:#fff;}
.cs_wrap .info .call {margin-bottom:15px; font-size:38px; font-weight:bold; }
.cs_wrap .info p span.br {display: block;}
.cs_wrap .info a {display: inline-block; width:110px; height:28px; padding-top:2px; margin:15px 4px 0 4px; color:#fff; border:1px solid #fff; box-sizing: border-box;}
.faq_title {padding:20px 0; text-align: center; background:#f7f7f7; border-top:1px solid #ececec; border-bottom:1px solid #ececec;}
.faq_title li {display: inline-block; margin:0 25px;}
.faq_title li a {display: inline-block; padding:0 3px; font-size:14px; color:#000; }
.faq_title li.active2 a, .faq_title li a:hover {font-weight:bold; border-bottom:1px solid #000;}
.faq_title li.active2_1 a, .faq_title li a:hover {font-weight:bold; border-bottom:1px solid #000;}

.faq_list li {position:relative; font-size:14px; border-bottom:1px solid #ececec;}
.faq_list li.question {padding:20px 30px; cursor: pointer;}
.faq_list li.question em {margin-right:10px;}
.faq_list li.question button {position:absolute; top:16px; right:25px; width:30px; height:30px; background: url(/include/img/arrow_down.png) center no-repeat }
.faq_list li.complete {font-weight:bold; color:#000;}
.faq_list li.complete button {background: url(/include/img/arrow_up.png) center no-repeat}
.faq_list li.answer {padding:30px 40px; box-sizing: border-box;}
.faq_list li.answer::after {content: ""; display: table; clear: both;}
.faq_list li.answer .title {float:left; width:3%; font-size:17px; font-weight: bold}
.faq_list li.answer .content {float:left; width:97%; color:#000;}
.answer {display: none}

.paging {text-align: center}
.paging li {display: inline-block; margin:0 2px;}
.paging li a {display: inline-block; padding:5px 15px; font-size:14px; line-height: 24px;  vertical-align: middle;}
.paging li a.active, .paging li a:hover {font-weight:bold; color:#000; background:#f2f2f2;}
.paging li.first a {background: url(/include/img/arrow_prev.png) center 10px no-repeat}
.paging li.end a {background: url(/include/img/arrow_next.png) center 10px no-repeat}

/* 공지사항 */
.notice_box {margin-top:130px;}
.notice_box h4 {font-size:20px; font-weight:bold; color:#000; text-align: center; }
.notice_list {margin-top:40px;}
.notice_list li.answer {padding:30px 50px}
.notice_list li.answer .content2 {color:#000;}
.notice_list li:first-child {border-top:1px solid #ececec;}

.search_result {padding:50px 30px 20px 30px; font-size:14px; border-bottom:1px solid #ececec;}
.search_result em {font-weight:bold; color:#000;}

/* 배송 주소록 */
.tab_address {width:auto;}
.tab_address ul.tab_btn_wrap::after {content: ''; display: table; clear: both}
.tab_address > ul {height: 70px;
    padding: 23px 30px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    box-sizing: border-box;}

.tab_address ul.tab_btn_wrap > li {display: table; float:left; width:auto; height:auto; margin-right:20px; padding-right:25px; font-size:16px; cursor: pointer; border:none; background: url(/include/img/line.png) right center no-repeat;}
.tab_address ul.tab_btn_wrap > li:last-child {background: none}
.tab_address ul.tab_btn_wrap > li.active {z-index: 1; font-weight:bold; color:#000; border:none}
.tab_address button.btn_new {position:absolute; top:19px; right:30px; width:90px; height:30px;}
.tab_address div.btns_box {position:absolute; bottom:0; right:0;}
.tab_address div.box2 {position:absolute; bottom:-12px; right:0;}
.tab_address div.btns_box button {width:150px; height:45px; margin-left:7px; font-size:15px;}

.tab_address .tb_default2 .text_left {text-align: left}
.tab_address .tb_default2 span.basic {margin-right:5px; padding:2px 4px; font-size:11px; color:#fff; border-radius: 3px}
.tab_address .tb_default2 .checkbox label {padding-left:20px; height:1em;}
.tab_address .tb_default2 button {width:80px; height:28px; font-size:13px;}

/* 상품 리스트 페이지 */
.sub_wrap_top {padding:0 0 70px 0;}
.sub_list {}
.sub_list section.filter_wrap {}
.sub_list section.filter_wrap .title_box {padding-top:12px; background: #159fda; height:50px; box-sizing: border-box;}
.sub_list section.filter_wrap .title_box .title {position:relative; width:1200px; margin:0 auto;}
.sub_list section.filter_wrap .title_box .title h3 {display: inline-block; vertical-align: middle; font-size:18px; /*font-family:'YoonGothicPro780';*/ color:#fff; }
.sub_list section.filter_wrap .title_box .title p {display: inline-block; vertical-align: middle; padding-left:25px; margin-left:25px; line-height:18px; color:#cbefff; border-left:1px solid #fff;}
.sub_list section.filter_wrap .title_box .title p span {margin-right:25px;}
.sub_list section.filter_wrap .title_box .title button {position:absolute; top:7px; right:0; width:19px; height:11px; background: url(/include/img/my/arrow_up_white.png) no-repeat;}
.sub_list section.filter_wrap .title_box .title button.complete {background: url(/include/img/my/arrow_down_white.png) no-repeat;}
.sub_list section.filter_wrap div.option {height: auto; padding:25px 0; border-bottom:1px solid #e6e6e6; box-sizing: border-box; background:#fff;}
.sub_list section.filter_wrap div.option .option_box {position:relative; width:1200px; margin:0 auto;}
.sub_list section.filter_wrap div.option .option_box::after {content: ""; display: table; clear: both;}
.sub_list section.filter_wrap div.option .option_box article {float:left;}
.sub_list section.filter_wrap div.option .option_box article h4 {margin-bottom:15px; font-size:15px; font-weight:bold; color:#000;}
.sub_list section.filter_wrap div.option .option_box article.sector_wrap {width:100%; margin-right:70px;}
.sub_list section.filter_wrap div.option .option_box article ul::after {content: ""; display: table; clear: both;}
.sub_list section.filter_wrap div.option .option_box article ul li {float:left; margin:0 15px 4px 0; font-size:12px; cursor: pointer; box-sizing: border-box;}
.sub_list section.filter_wrap div.option .option_box article.sector_wrap ul {height:75px; padding-right:10px;}
.sub_list section.filter_wrap div.option .option_box article.sector_wrap ul .mCSB_scrollTools {opacity: 1; width:4px; margin:0; border-radius: 16px; background:#e6e6e6}
.sub_list section.filter_wrap div.option .option_box article.sector_wrap ul .mCSB_dragger_bar {display: block; background: #159fda}
.sub_list section.filter_wrap div.option .option_box article.sector_wrap ul li:hover, article.sector_wrap ul li.active {color:#159fda;}
.sub_list section.filter_wrap div.option .option_box article.style_wrap {width:270px; margin-right:70px;}


article.style_wrap ul li{margin-bottom:12px !important;}
article.style_wrap ul li div.checkbox label {margin-right:5px;}
article.style_wrap ul li div.checkbox label::before, article.style_wrap ul li div.checkbox label::after {border-radius:50px}
.sub_list section.filter_wrap div.option .option_box .btns {position:absolute; right:0; width:120px; bottom: 0px;}
.sub_list section.filter_wrap div.option .option_box .btns button {width: 120px; height:35px;}
.sub_list section.filter_wrap div.option .option_box .btns button:first-child {margin-bottom:10px; color:#000;}
.sub_list section.filter_wrap div.option .option_box article.color_wrap {width:210px;}
.sub_list section.filter_wrap div.option .option_box article.color_wrap h4 {margin-bottom:17px;}
.sub_list section.filter_wrap div.option .option_box article.color_wrap ul li {width:19px; height:19px; margin-bottom:15px; border-radius:50%;}
article.color_wrap ul li.red {background:#ff0000}
article.color_wrap ul li.red:hover, article.color_wrap ul li.red.active {background:#ff0000 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.pink {background:#fc3db3}
article.color_wrap ul li.pink:hover, article.color_wrap ul li.pink.active {background:#fc3db3 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.yellow {background:#ffce4c}
article.color_wrap ul li.yellow:hover, article.color_wrap ul li.yellow.active {background:#ffce4c url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.green {background:#3baa14}
article.color_wrap ul li.green:hover, article.color_wrap ul li.green.active {background:#3baa14 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.sky {background:#7ccef4}
article.color_wrap ul li.sky:hover, article.color_wrap ul li.sky.active {background:#7ccef4 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.blue {background:#159fda}
article.color_wrap ul li.blue:hover, article.color_wrap ul li.blue.active {background:#159fda url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.purple {background:#794bcb}
article.color_wrap ul li.purple:hover, article.color_wrap ul li.purple.active {background:#794bcb url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.brown {background:#6e3923}
article.color_wrap ul li.brown:hover, article.color_wrap ul li.brown.active {background:#6e3923 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.white {background:#fff; border:1px solid #e5e5e5;}
article.color_wrap ul li.white:hover, article.color_wrap ul li.white.active {background:#fff url(/include/img/login/checkbox.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.gray {background:#dddddd}
article.color_wrap ul li.gray:hover, article.color_wrap ul li.gray.active {background:#dddddd url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}
article.color_wrap ul li.black {background:#000}
article.color_wrap ul li.black:hover, article.color_wrap ul li.black.active {background:#000 url(/include/img/login/checkbox_on.png) center no-repeat; background-size: 17px}

.sub_list .list_wrap div.option {margin-top:30px;}
.sub_list .list_wrap div.option::after {content: ""; display: table; clear: both;}
.sub_list .list_wrap div.option .left {float:left;}
.sub_list .list_wrap div.option .left span {display: inline-block; margin-top: 5px; color:#000;}
.sub_list .list_wrap div.option .left span em {font-weight:bold;}
.sub_list .list_wrap div.option .left .option_select {display: inline-block; width:100px; margin-left:15px;}
.sub_list .list_wrap div.option .left .option_select .custom-select .new-select {height:35px; padding-left:15px; font-size:13px; line-height:33px;}
.sub_list .list_wrap div.option .left .option_select .custom-select .new-select::after {top:0;}
.sub_list .list_wrap div.option .left .option_select .custom-select ul li {height:35px; padding-left:15px; line-height:33px;}
.sub_list .list_wrap div.option .right {float:right;}
.sub_list .list_wrap div.option .right dl {display: inline-block;}
.sub_list .list_wrap div.option .right dl dt {display: inline-block; margin-right:5px;}
.sub_list .list_wrap div.option .right dl dd {margin:0 0 0 7px; display: inline-block;width:35px; height:35px; padding-top:5px; text-align: center; border:1px solid #d4d4d4; box-sizing: border-box; cursor: pointer}
.sub_list .list_wrap div.option .right dl dd:hover, .sub_list .list_wrap div.option .right dl dd.active {color:#000; border:1px solid #000;}
.sub_list .list_wrap div.option .right button.wish {display: inline-block; vertical-align: top; margin-top:9px; width:20px; height:17px; margin-left:30px; background: url(/include/img/ico/ico_wish2.png) no-repeat;}
.sub_list .list_wrap div.option .right button.wish:hover, .sub_list .list_wrap .list_ul3 li a button.wish.active {background-position:0 -17px}
.sub_list .list_wrap {width:1200px; margin:0 auto;}

.fixed_box {z-index:9; position:fixed; top:0; left:0; width:100%; transition: 0.5s}

/* 상품 리스트 페이지 */
.sub_list .list_wrap .list_ul::after {content: ""; display: table; clear: both;}
.sub_list .list_wrap .list_ul li {position:relative; float:left; transition: 0.5s}
.sub_list .list_wrap .list_ul li:hover {box-shadow: 0px 5px 7px 0px #d9d9d9; transition: 0.5s}
.sub_list .list_wrap .list_ul li.active {box-shadow: 0px 5px 7px 0px #d9d9d9; transition: 0.5s}
.sub_list .list_wrap .list_ul li.active div.list_cover {opacity: 1; transition: 1}
.sub_list .list_wrap .list_ul li:hover div.list_cover {opacity: 1; transition: 1}
.sub_list .list_wrap .list_ul li div.list_cover {opacity: 0; display: table; position:absolute; top:0; left:0; width:100%; background-color: rgba(0, 0, 0, 0.1); transition: 1s}
.sub_list .list_wrap .list_ul li div.list_cover p {display:table-cell; vertical-align: middle; text-align: center; font-size:15px; font-weight:normal; color:#fff; }
.sub_list .list_wrap .list_ul li div.list_cover p span {display: inline-block; padding:25px; border-radius: 15px; background-color: rgba(21, 159, 218, 0.95);}
.sub_list .list_wrap .list_ul li div.list_cover p span.make_img img {width:50px !important; border:none;}
.sub_list .list_wrap .list_ul li a div.img {position:relative; background:#f7f7f7}
.sub_list .list_wrap .list_ul li a p {padding:25px 15px; font-size:16px; color:#000;}
.sub_list .list_wrap .list_ul li button.wish {position:absolute; bottom:29px; right:20px; width:20px; height:17px; background: url(/include/img/ico/ico_wish2.png) no-repeat;}
.sub_list .list_wrap .list_ul li button.wish:hover, .sub_list .list_wrap .list_ul li a button.wish.active {background-position:0 -17px;}
button.wish.active {background-position:0 -17px !important;}
.sub_list section.list_wrap .list_ul li img.frame {position:absolute;}

/* 3단 리스트 - 정사각형 */
.sub_list .list_wrap .list_3 li {margin:30px 30px 30px 0;}
.sub_list .list_wrap .list_3 li:nth-child(3n+0) {margin-right:0;}
.sub_list .list_wrap .list_3 li a {display: inline-block; width:380px;}
.sub_list .list_wrap .list_3 li a div.img {padding:40px}
.sub_list .list_wrap .list_3 li a div.img img {width:300px;}

/* 4단 리스트 - 정사각형 */
.sub_list .list_wrap .list_4 li {margin:30px 20px 30px 0;}
.sub_list .list_wrap .list_4 li:nth-child(4n+0) {margin-right:0;}
.sub_list .list_wrap .list_4 li a {display: inline-block; width:285px;}
.sub_list .list_wrap .list_4 li a div.img {padding:22px}
.sub_list .list_wrap .list_4 li a div.img img {width:240px; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}

/* 4단 리스트 - 정사각형  for 세로 현수막형 */
.sub_list .list_wrap .list_4_vertical_banner li {margin:30px 123px 30px 0;}
.sub_list .list_wrap .list_4_vertical_banner li:nth-child(4n+0) {margin-right:0;}
.sub_list .list_wrap .list_4_vertical_banner li a {display: inline-block; width:145px;}
.sub_list .list_wrap .list_4_vertical_banner li a div.img {padding:22px}
.sub_list .list_wrap .list_4_vertical_banner li a div.img img {width:100px; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
.sub_list .list_wrap .list_4_vertical_banner li a p {text-align: center;}

/*명함 3단,4단 리스트*/
.sub_list .list_wrap .list_3 li a div img.img_front { width: 100%; margin-bottom: 10px;}
.sub_list .list_wrap .list_3 li a div img.img_back {width: 100%; margin-bottom: 0px;}
.sub_list .list_wrap .list_4 li a div img.img_front { width: 100%; margin-bottom: 8px;}
.sub_list .list_wrap .list_4 li a div img.img_back {width: 100%; margin-bottom: 0px;}
.sub_list .list_wrap .list_4_vertical_banner li a div img.img_front { width: 100%; margin-bottom: 8px;}
.sub_list .list_wrap .list_4_vertical_banner li a div img.img_back {width: 100%; margin-bottom: 0px;}

/* 배너 리스트 */
.sub_list .list_wrap .banner_list li {margin:30px 20px 30px 0;}
.sub_list .list_wrap .banner_list li:nth-child(4n+0) {margin-right:0;}
.sub_list .list_wrap .banner_list li a {display: inline-block; width:285px;}
.sub_list .list_wrap .banner_list li a div.img {padding:42px}
.sub_list .list_wrap .banner_list li a div.img img {width:200px;}

/* 세로형 현수막 리스트 */
.sub_list .list_wrap .vertical_list li {margin:30px 48px 30px 0;}
.sub_list .list_wrap .vertical_list li:nth-child(6n+0) {margin-right:0;}
.sub_list .list_wrap .vertical_list li a {display: inline-block; width:160px;}
.sub_list .list_wrap .vertical_list li a div.img {padding:30px}
.sub_list .list_wrap .vertical_list li a div.img img {width:100px; image-rendering: -webkit-optimize-contrast;}

/* 가로형 현수막 1단 리스트 */
.sub_list .list_wrap .horizon_list_1 li {height:241px; margin:30px 0; border:1px solid #f1f1f1; box-sizing: border-box;}
.sub_list .list_wrap .horizon_list_1 li div.img {float:left; width:950px; height:239px; padding:48px 75px; box-sizing: border-box}
.sub_list .list_wrap .horizon_list_1 li div.info {float:right; width:250px; height:240px; border-left:1px solid #f1f1f1; box-sizing: border-box}
.sub_list .list_wrap .horizon_list_1 li a {display: inline-block; width:1200px;}
.sub_list .list_wrap .horizon_list_1 li a div.img img {width:800px;}
.sub_list .list_wrap .horizon_list_1 li div.info p.title {margin:30px 0 20px 30px; font-size:16px;}
.sub_list .list_wrap .horizon_list_1 li div.info p {margin:0 0 5px 30px; padding:0; font-size:13px;}
.sub_list .list_wrap .horizon_list_1 li div.info span {margin-left:30px;}
.sub_list .list_wrap .horizon_list_1 li a button.wish {top:30px; right:25px;}

/* 가로형 현수막 2단 리스트 */
.sub_list .list_wrap .horizon_list_2 li {margin:30px 30px 30px 0;}
.sub_list .list_wrap .horizon_list_2 li:nth-child(2n+0) {margin-right:0;}
.sub_list .list_wrap .horizon_list_2 li a {display: inline-block; width:585px;}
.sub_list .list_wrap .horizon_list_2 li a div.img {padding:35px 17px}
.sub_list .list_wrap .horizon_list_2 li a div.img img {width:550px; image-rendering: -webkit-optimize-contrast;}

/* 제작 가이드 */
.guide_wrap {text-align: center;}
.guide_wrap > article {display:inline-block; width:500px; height:370px; padding-top:190px; background:#f7f7f7; box-sizing: border-box; transition:0.5s}
.guide_wrap > article:hover {box-shadow:0 3px 10px 0 #ccc; transition:0.5s}
.guide_wrap .guide_common {margin-right:40px; background:#f7f7f7 url(/include/img/guide/ico_common.png) center 80px no-repeat;}
.guide_wrap .guide_file {background:#f7f7f7 url(/include/img/guide/ico_file.png) center 70px no-repeat;}
.guide_wrap > article h4 {font-size:20px; font-weight: bold; color:#000;}
.guide_wrap > article div.btns {margin-top:60px;}
.guide_wrap > article div.btns a {display:inline-block; width:130px; height:45px; margin:0 4px; font-size:15px; line-height:42px; border:1px solid #888; box-sizing: border-box; transition: 0.3s}
.guide_wrap > article div.btns a:hover {color:#fff; background:#159fda; border:1px solid #159fda; transition: 0.3s}
.guide_wrap .tab_default2_1 {text-align:left}
.guide_wrap .tab_btn_wrap2_1 {padding:20px 50px; text-align:left}
.guide_wrap .tab_btn_wrap2_1 li {margin:0 20px;}
.guide_wrap .basic_box { display: flex;  padding: 50px 0px; justify-content: flex-start; height: 270px;}
.guide_wrap .basic_box::after {content: ''; display: table; clear: both}
.guide_wrap .basic_box img {float:left;}
.guide_wrap .basic_box li:first-child {margin-right: 60px;}
.guide_wrap .basic_box .explan {float:left;}
.guide_wrap .basic_box .explan .tool_ai {background: url(/include/img/guide/ico_ai.png?t=1); width: 30px; height: 30px; vertical-align: -12px; margin-top: 10px;}
.guide_wrap .basic_box .explan .tool_ps {background: url(/include/img/guide/ico_psd.png?t=1); width: 30px; height: 30px; vertical-align: -12px; margin-top: 10px;}
.guide_wrap .basic_box .explan h4 {font-size:22px; font-weight:bold; color:#000;}
.guide_wrap .basic_box .explan p { font-size:15px; line-height:27px;}
.guide_wrap .basic_box .explan p em {color:#000; font-weight:bold;}
.guide_wrap .basic_box .explan p  {display: inline-block; margin-top:20px;}
.guide_wrap p.notice {padding:40px 0 10px 30px;}
.guide_wrap .size_box {text-align: center}
.guide_wrap .size_box img {display: inline-block;}
.guide_wrap .size_box button {width:300px; height:60px; margin-top:60px; font-size:16px;}
.guide_wrap .basic_box .explan span.point_pink {font-weight:bold; color: #ff5f82; text-decoration: underline;}
.guide_wrap .basic_box .explan span.point_blue {font-weight:bold; color:#159fda; text-decoration: underline; }

.size_tab_wrap .tab_btn_wrap3 {width:1200px; margin:0 auto 30px auto; text-align: center; border-bottom:1px solid #dbdbdb;}
.size_tab_wrap .tab_btn_wrap3 li {float:none; display: inline-block; height:40px; margin:0 25px; padding-top:20px; font-size:16px; text-align: center; border:none; cursor: pointer}
.size_tab_wrap .tab_btn_wrap3 li.active3 {font-weight:bold; color:#159fda; border-bottom:2px solid #159fda}
.size_tab_wrap .tab_btn_wrap3 li span {display: inline-block;}
.size_tab_wrap .size_img {text-align: center;}
.size_tab_wrap .size_img img {margin:30px auto 0 auto;}
.size_tab_wrap .size_img button {width:300px; height:60px; margin-top:70px; font-size:16px;}
.guide_size {margin-top:30px; text-align: center;}
.guide_size label {display: inline-block; margin:0 0 0 20px; padding-left:20px; font-size:14px; color:#888; cursor: pointer; background: url(/include/img/line.png) 0 center no-repeat;}
.guide_size label.first {padding:0; margin:0; background:none;}
.guide_size input:checked + label {font-weight:bold; color:#000;}
.size_img > div {display: none; margin-top:50px;}
.guide_size input#size-1:checked ~ .size_img .size_box1, .guide_size input#size-2:checked ~ .size_img .size_box2, .guide_size input#size-3:checked ~ .size_img .size_box3, .guide_size input#size-4:checked ~ .size_img .size_box4, .guide_size input#size-5:checked ~ .size_img .size_box5, .guide_size input#size-6:checked ~ .size_img .size_box6, .guide_size input#size-7:checked ~ .size_img .size_box7 {display: block;}

.guide_wrap .txt_flex p span.txtimg {position: relative;  display: inline-block; height: 12px; margin: 0px 5px;}
.guide_wrap .txt_flex p span.txtimg img {width: 15px;}

.sub_notice {    display: block;  font-size: 14px;  color: #c8c8c8;  text-align: end;  margin-bottom: 15px;}




/* 테이블2 */
.tb_default2 {width:100%; border-top:1px solid #c0c0c0; border-bottom:1px solid #dbdbdb;}
.tb_default2 caption {display: none}
.tb_default2 th {padding:20px 0; font-size:15px; font-weight:normal; color:#000; border-bottom:1px solid #dbdbdb;}
.tb_default2 td {padding:20px 0; font-size:14px; text-align: center; border-bottom:1px solid #f1f1f1;}
.tb_default2 td.title {position:relative; padding:0 30px; text-align: left}
.tb_default2 td.title a {display: inline-block; width:515px;}
.home_table td.title a {width:auto; font-weight:normal;}
.home_table td.title a:hover {text-decoration: underline;}
.tb_default2 tr:last-child td {border-bottom:none;}
.tb_default2 tr.tfoot td {padding-right:30px; font-size:15px; text-align: right; background: #f7f7f7; border-bottom:1px dashed #c0c0c0;}
.tb_default2 tr.tfoot td span.line {padding-right:15px; margin-right:10px; background: url(/include/img/line.png) right center no-repeat;}
.tb_default2 tr.tfoot td em {font-weight:bold;}

/* 테이블3 */
.tb_default3 {width:100%; text-align: left; border-top:1px solid #c0c0c0; border-bottom:1px solid #dbdbdb;}
.tb_default3 caption {display: none}
.tb_default3 th {padding:15px 40px; font-size:15px; font-weight:normal; text-align: left; color:#000; background:#f8f8f8}
.tb_default3 td {padding:15px 70px; font-size:14px;}
.tb_default3 td div.form_group {margin-bottom:0;}
.tb_default3 td div.form_group label, .tb_default3 td div.form_group input, .tb_default3 td div.form_group textarea {/* font-size:14px*/}
.tb_default3 tr:first-child th, .tb_default3 tr:first-child td {padding-top:30px;}
.tb_default3 tr:last-child th, .tb_default3 tr:last-child td {padding-bottom:30px;}
.tb_default3 .text_c {text-align: center}
.tb_default3 .text_c img {margin:0 auto;}

/* 테이블4 */
.tb_default4 {width:100%; text-align: left; border-top:1px solid #c0c0c0; border-bottom:1px solid #dbdbdb;}
.tb_default4 caption {display: none}
.tb_default4 th, .tb_default4 td {padding:20px 0 20px 30px; color:#000; border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb;}
.tb_default4 th {font-size:15px; font-weight:normal; }
.tb_default4 td {font-size:14px;}
.tb_default4 td em {font-weight:bold;}
.tb_default4 tr:last-child td {border-bottom:none;}
.tb_default4 td:last-child {border-right:none}

/* 테이블5 */
.tb_default5 {width:100%; text-align:center; border-top:1px solid #000000; border-bottom:1px solid #c0c0c0;}
.tb_default5 caption {display: none}
.tb_default5 th, .tb_default5 td {padding:10px 15px; color:#000; border-bottom:1px solid #c0c0c0; border-right:1px solid #c0c0c0;}
.tb_default5 th {font-size:13px; font-weight:bold; background: #f7f7f7 }
.tb_default5 td {font-size:13px;}
.tb_default5 td em {font-weight:bold;}
.tb_default5 td.text_left {text-align: left;}
.tb_default5 th:last-child, .tb_default5 td:last-child {border-right:none}

/* 마이비즈 왼쪽 메뉴 폼 */
.sub_my {width:1200px; margin:0 auto;}
.sub_my h1.sub_h1 {padding-bottom:20px; font-size:28px; font-weight:bold; text-align: left; border-bottom:2px solid #000;}
.sub_left_wrap {margin-top:50px;}
.sub_left_wrap::after {content: ""; display: table; clear: both;}
.lnb_wrap {float:left; width: 100px}
.lnb_wrap ul.depth1 {}
.lnb_wrap ul.depth1 > li {padding:30px 0; border-bottom:1px solid #dedede}
.lnb_wrap ul.depth1 > li:first-child {padding-top:0;}
.lnb_wrap ul.depth1 > li:last-child {border-bottom: none}
.lnb_wrap ul.depth1 li h3 {font-size:17px; font-weight:bold; color:#000;}
.lnb_wrap ul.depth2 {margin-top:15px;}
.lnb_wrap ul.depth2 li {margin-bottom:5px;}
.lnb_wrap ul.depth2 li:last-child {margin-bottom:0;}
.lnb_wrap ul.depth2 li a {display: inline-block; padding-right:10px; line-height:20px;}
.lnb_wrap ul.depth2 li.active a, .lnb_wrap ul.depth2 li a:hover {color:#000; background: url(/include/img/my/lnb_line.png) 0 bottom repeat-x;}

.my_cont_wrap {float:right; width:1030px;}
.my_cont_wrap article.sub_depth2 {position:relative; margin-top:60px;}
.my_cont_wrap article.sub_depth2 h3 {font-size:22px; font-weight:bold; color:#000;}
.my_cont_wrap article.sub_depth2 .depth2_box {margin-top:30px; padding:40px 30px; border-top:1px solid #c0c0c0; border-bottom:1px solid #dbdbdb;}
.my_cont_wrap article.sub_depth2 button.btn_right {position:absolute; top:-10px; right:0; width:150px; height:40px;}

/* 서브 버튼 */
.btn_wrap {margin-top:50px; text-align: center;}
.btn_wrap button {width:160px; height:50px; margin:0 3px; font-size:16px;}

/* 쿠폰 */
.my_cont_wrap .coupon_wrap {height:100px; padding:15px 0; background: #f7f7f7; border:1px solid #ececec; box-sizing: border-box;}
.my_cont_wrap .coupon_wrap::after {content: ""; display: table; clear: both;}
.my_cont_wrap .coupon_wrap h3 {float:left; width:25%; height:70px; padding-top:25px; font-size:22px; font-weight: bold; color:#000; text-align: center; background: url(/include/img/my/coupon_line.png) right 0 no-repeat;}
.coupon_wrap .coupon_input {float:right; width:75%; margin-top:10px; text-align: center;}
.coupon_wrap .coupon_input input {width:410px; height:50px; vertical-align: middle;}
.coupon_wrap .coupon_input button {width:130px; height:50px; margin-left:-5px; font-size:16px; color:#fff; background: #666; vertical-align: middle;}
.coupon_wrap .coupon_input button:hover {background: #000; transition: 1s}

/* 이용 안내 */
.my_sub_article {margin-top:60px;}
.my_sub_article h3 {font-size:18px; font-weight:bold; color:#000;}
.my_sub_article ul.ul_default {margin-top:25px;}

/* 포인트 */
.point_wrap {height:70px; padding:23px 30px; background: #f7f7f7; border:1px solid #ececec; box-sizing: border-box;}
.point_wrap dl dt, .point_wrap dl dd {display: inline-block; font-size:16px; font-weight:bold; color:#000;}
.point_wrap dl dt {}
.point_wrap dl dd {margin-left:0; }
.point_wrap dl dd em {margin-left:20px; font-size:14px; font-weight: normal; color:#666;}

/*포인트/선결제*/
.tab_point .my_sub_article {position: relative; margin-top: 85px;}		
.tab_point div.btns_box { position: absolute; top: -50px; right: 0;}	
.tab_point div.btns_box button { width: 150px; height: 45px; margin-left: 7px; font-size: 15px;}

/* 회원 혜택 */
.benefit_wrap::after {content: ""; display: table; clear: both;}
.benefit_wrap li {position:relative; float:left; width:500px; margin-right:30px; text-align: center; transition: 0.7s}
.benefit_wrap li:nth-child(2n+0) {margin-right:0;}
.benefit_wrap li:hover {box-shadow: 0px 0px 10px 0px #ccc; transition: 0.7s}
.benefit_wrap li a {display:block; height:460px;}
.benefit_wrap li h4 {margin:30px 0 20px 0; font-size:18px; line-height:28px; color:#000;}
.benefit_wrap li p {font-size:15px;}

/* 회원 혜택 - 라벨 */
.label_wrap {position:absolute; top:0; left:0; display: table; width:70px; height:70px; font-size:16px !important; color:#fff; text-align: center;}
.label_wrap span {display: table-cell; vertical-align: middle;}
.black_lab {background: #333}

/* 회원 탈퇴 */
.secession_box p {font-size:15px;}
.secession_box p.title {margin-top:40px; color:#000;}
.secession_box .ul_default {margin-top:20px;}
.secession_box .check_wrap {margin-top:10px;}
.secession_box .check_wrap::after {content: ""; display: table; clear: both;}
.secession_box .check_wrap li {float:left; width:30%; margin:10px 0;}
.secession_box .point_wrap dt {margin-right:30px; font-weight: normal;}
.secession_box .point_wrap dd span {padding-right:15px; margin-right:15px; background: url(/include/img/line.png) right center no-repeat;}

/* 회원정보 수정 */
.edit_option, .edit_option2 {float:left; width:49%;}
.edit_option2 {margin-left:2%;}
.franchise {float:left; margin-top:20px;}
.franchise .radiobox {display: inline-block; margin-left:60px;}
.tb_default3 th.naver span {display: inline-block; height:26px; line-height:25px; padding-left:40px; background: url(/include/img/my/ico_naver.png) no-repeat;}
.tb_default3 td.sns button {width: 120px; height:45px;}
.tb_default3 td p.sms {margin-top:20px; font-size:13px;}
.tb_default3 td span.naver {display: inline-block; height:22px; line-height:22px; padding-left:33px; background: url(/include/img/my/ico_naver.png) no-repeat; background-size:22px;}
.btn_secession {margin-top:20px; text-align: right}
.btn_secession button {padding:3px; font-size:14px; border-bottom:1px solid #888888;}
.btn_secession button:hover {color:#000; border-bottom:1px solid #000; transition: 1s}

/* 1:1 문의 */
.question_wrap {position:relative;}
.question_wrap p {font-size:14px; color:#000;}
.question_wrap p em {margin-left:10px; font-weight: bold}
.question_wrap p em span {margin-right:10px; padding-right:13px; background: url(/include/img/line.png) right center no-repeat;}
.question_wrap button {position:absolute; top:19px; right:30px; width:90px; height:30px;}
.tb_default2 tr.complete td {font-weight:bold; color:#000;}
.tb_default2 tr.question {cursor: pointer} 
.tb_default2 tr.answer td:first-child {font-size:17px; font-weight:bold; color:#000}
.tb_default2 tr.none {height:150px;}
.question_select {width:250px;}
.text_limit {float:right; margin-top:10px; font-size:13px;}

.answer_end {background: #f7f7f7}
.answer_end dl {text-align: left;}
.answer_end dl::after {content: ""; display: table; clear: both;}
.answer_end dt {float:left; width:15%; font-size:17px; font-weight: bold; color:#000; text-align: center}
.answer_end dd {float:left; width:85%; margin:0; padding: 0 30px; box-sizing: border-box;}
.answer_end dl.ans {margin-top:20px; }

/* 마이 비즈 */
.mybiz_wrap {height:150px; padding:35px 10px 35px 50px; color:#000; background: #f7f7f7; border:1px solid #ececec; box-sizing: border-box;}
.mybiz_wrap::after {content: ""; display: table; clear: both;}
.mybiz_wrap h4 {float:left; font-size:30px; line-height:40px;}
.mybiz_wrap h4 em {font-weight:bold;}
.mybiz_wrap div {float:right;}
.mybiz_wrap div::after {content: ""; display: table; clear: both;}
.mybiz_wrap div dl {float:left; width:235px; height:73px; margin-top:3px; text-align: center; border-right:1px solid #d4d4d4;}
.mybiz_wrap div dl:last-child {border:none;}
.mybiz_wrap div dt {margin-bottom:20px; font-size:15px;}
.mybiz_wrap div dd {margin:0; font-size:32px; font-weight:bold; cursor: pointer}
.mybiz_wrap div dd:hover span {border-bottom:2px solid #159fda;}
.mybiz_wrap div dd a {color:#159fda;}
.my_sub_article .h3_wrap span, .my_sub_article .h3_wrap button {margin-left:20px ;font-size:13px; font-weight:normal; color:#666;}
.home_table .title, .home_table .title a {color:#000; font-weight:bold !important;}
.home_table .my_order {padding-left:30px; text-align: left; color:#000; display: flex; align-items: center;}
.home_table .my_order::after {content: ""; display: table; clear: both;}
.home_table .my_order > div {display:flex; justify-content: center; align-items: center; position: relative; float:left; width: 80px; height:80px; padding:8px; line-height:70px; text-align: center; background: #f8f9fa; box-sizing: border-box;}
.home_table .my_order > div img {display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.home_table .my_order > div > button {position:absolute; top:5px; left:5px; width:23px; height:23px; background: #fff url(/include/img/ico/ico_search.png) center no-repeat; background-size: 11px; border:1px solid #e5e5e5;}
.home_table .my_order > div .cont_box {line-height:normal;}
.home_table .my_order p {float:left; width:70%; margin:0 0 0 30px;}
.home_table .my_order p span.option {font-size:13px; color:#666;}
.home_table .price {color:#000;}
.home_table .price em {font-weight:bold;}
.home_table .btns button {width:80px; height:28px; margin:3px 0; font-size: 13px;}
button.btn_tracking {margin-top:7px; padding:3px 5px !important; font-size:12px !important; font-weight:normal; color:#666; border-bottom:1px solid #666;}
button.btn_tracking:hover {color:#000; border-bottom:1px solid #000;}
button.btnDelivery {display:block; margin:7px auto 0 auto; }
.btn_more {margin-left:15px; padding:0 10px 2px 0; vertical-align:text-bottom;  border-bottom:1px solid #b1b1b1; background: url(/include/img/more.png) right 5px no-repeat;}
.wish_wrap {height:100px; margin-top:30px; padding-top:35px; color:#000; text-align: center; background: #f7f7f7; border:1px solid #ececec; box-sizing: border-box;}
.wish_wrap span {display: inline-block; margin-left:5px; padding:3px 0 3px 25px; background: url(/include/img/ico/ico_wish.png) left center no-repeat; background-size:20px;}
.wish_list {margin-top:10px;}
.wish_list::after {content: ""; display: table; clear: both;}
.wish_list li {position:relative; float:left; width:240px; height:240px; margin:23px 23px 0 0; padding:20px; line-height:200px; text-align: center; background: #f7f7f7; box-sizing: border-box; cursor: pointer}
.wish_list li img {display: inline-block; max-width:100%; max-height:100%; vertical-align: middle;}
.wish_list li:nth-child(4n+0) {margin-right:0;}
.wish_list li button {position:absolute; top:12px; right:12px; width:15px; height:15px; background: url(/include/img/close.png) no-repeat; background-size:15px;}
.wish_list li button:hover {background: url(/include/img/close_on.png) no-repeat; background-size:15px; transition: 1s}


/*마이비즈 - 주문번호 영역*/
.Notify { display: flex; background: #f7f7f7;  border: 1px solid #ececec;  align-content: center;  flex-wrap: wrap;  justify-content: space-around;  align-items: center; margin-top:20px; padding: 10px 0;}
.Notify:nth-child(n+2) {top: 0px !important;}
.Notify dl { float: left;  width: auto;}
.Notify .bold {font-weight: bold; width: 178px;}

.Order_noti_box {padding: 3% 2%;  border: 1px solid #f3f3f3;  margin-top: 30px;}
.Order_noti_box ul {    display: flex;  justify-content: space-between; }
.Order_noti_box .txtbox li {    display: flex;   border-radius: 50px;   height: 70px;   background-color: #159fda;   width: 25%;  align-items: center;}
.Order_noti_box .txtsub {margin: 20px 0;}
.Order_noti_box .txtsub li {    padding: 0 20px;     word-break: normal;}
.Order_noti_box ul li img {width: 100%;}
.Order_noti_box ul li .noti_img {    left: 15px;  padding: 10px;  width: 25px;  border-radius: 50px;  background-color: #fff;  position: relative;}
.Order_noti_box ul li .txt {    font-size: 16px;  position: relative;  left: 30px;  color: #fff;  font-weight: bold;}
.Order_noti_box ul li .txt>p {    font-size: 12px; font-weight: 100;}

.Order_noti_box .arrow { position: relative;  display: inline-block;  width: 30px;}
.Order_noti_box .arrow:before {  content: "";  position: absolute;  top: 50%;  left: 50%;  width: 10px;  height:10px;  -webkit-transform: translate(-50%, -50%) rotate(45deg);  transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 2px;   border-top: 1px solid #159fda;  border-left: 1px solid #159fda;}
.Order_noti_box .arrow.right:before { transform: translate(-50%, -50%) rotate(135deg);  }


.sub_my .bold button { padding: 3px 5px !important;  font-weight: normal;  }
.sub_my .bold button.btn_squares {    margin-top: 7px;  font-size: 12px !important; color: #666;  border: 1px solid #bbb;}


/* 위시 리스트 레이어 */
.wish_box .wish_list {margin-top:0;}
.wish_box .wish_list li {width:160px; height:160px; margin:0 10px 20px 10px; line-height:120px;}

/* 상품 리뷰 */
.review_wrap p {font-size:15px; font-weight:bold; color:#000;}
.review_wrap p span {margin-left:10px; font-weight:normal; color:#666;}
.review_list li {position:relative; padding:20px 30px; border-bottom:1px solid #dbdbdb;}
.review_list li::after {content: ""; display: table; clear: both;}
.review_list li > img {float:left; width:170px;}
.review_list li > article {float:left; margin-left:30px;}
.review_list li > article h4 {margin:25px 0 5px 0; font-size:16px; font-weight:bold; color:#000;}
.review_list li > article p {margin-bottom:50px; font-size:16px; font-weight:bold; color:#000;}
.review_list li button.btn_review {position:absolute; top:80px; right:30px; width:160px; height:50px; font-size:16px;}

.review_list div.thumb {position: relative; float:left; width: 170px; height:170px; padding:15px; line-height:135px; text-align: center; background: #f8f9fa; box-sizing: border-box;}
.review_list div.thumb img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%; vertical-align: middle;}

.review_list div.thumb2 {position: relative; width: 500px; height:500px; margin-top:30px; padding:10px; line-height:500px; text-align: center; background: #f4f4f4; box-sizing: border-box;}
.review_list div.thumb2 img {margin-top:0; display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;}

.review_complete {}
.review_complete li article h4 {width:450px; margin:20px 0 20px 0; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.review_complete li article p {width:450px; margin-bottom:25px; font-size:15px; font-weight:normal; color:#000; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.review_complete li article p span.line {padding-right:10px; margin-right:10px; background: url(/include/img/line.png) right center no-repeat;}
.review_complete li article span em {padding-right:10px; margin-right:10px; background: url(/include/img/line.png) right center no-repeat;}
.review_complete li .like_wrap {position:absolute; top:95px; right:140px;}
.review_complete li .like_wrap button {float:left; width:21px; height:20px; margin:0 5px; background: url(/include/img/my/like.png) no-repeat;}
.review_complete li .like_wrap button.active {background-position:0 -20px;}
.review_complete li > button {position:absolute; top:90px; right:30px; width:30px; height:30px; background: url(/include/img/my/arrow_down.png) center no-repeat }
.review_complete li.complete > button {background: url(/include/img/my/arrow_up.png) center no-repeat}
.review_complete li.question {cursor: pointer;}
.review_complete li.answer div.review_answer {padding:40px; background: #f8f8f8}

.review_complete li.answer div.review_answer .content {font-size:14px; color:#000;}
.review_complete li.answer div.review_answer p.item {margin-top:50px;}
.review_complete li.answer div.review_answer button {width:110px; height:38px; margin-top:10px; }
.review_complete li.answer div.review_answer > img {max-width:500px; margin-top:30px;}
.review_complete li.answer h4 {margin:0 0 20px 0; font-size: 16px; font-weight: bold; color: #000;}

/* 리뷰작성 안내 레이어팝업*/
.review_layer h1 { padding:25px 30px; font-size:25px; color:#fff; background:#159fda;}
.review_layer section {width: 530px; height: 360px; padding:40px 40px 20px 40px;}
.review_layer div.thumb {position: relative; float: left; width: 200px; height: 200px; padding: 15px; line-height: 165px; text-align: center; background: #f4f4f4; box-sizing: border-box;}
.review_layer div.thumb img {display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle;}
.review_layer article.review_body {float: left; margin-left: 30px; text-align: left;}
.review_layer article.review_body h4 {width: 285px; margin: 30px 0 20px 0; font-size: 18px; font-weight: 700; color: #000; line-height: 28px;}
.review_layer article.review_body h4 span {font-size: 20px; }
.review_layer article.review_body p {font-size: 13px; line-height: 24px; color: #888; margin-bottom: 25px; width: 285px;}
.review_layer section div.btn_layer {clear: both; padding-top:40px; text-align: center}
.review_layer section div.btn_layer button {width:250px; height:60px; margin:0 3px; font-size:18px;}
.review_layer section div.checkbox {margin-top: 20px; display: inline-block;}


/* 주문/배송 내역 조회 */
.bank_wrap {width:900px; height:60px; margin-top:20px; padding:17px 40px; background: #f7f7f7; border:1px solid #ececec; box-sizing: border-box;}
.bank_wrap::after {content: ""; display: table; clear: both;}
.bank_wrap > button {float:left; height:21px; padding-right:20px; font-size:14px; font-weight:bold; color:#000; background: url(/include/img/ico/ico_download.png) right 5px no-repeat; background-size: 13px}
.period_box {margin-left:40px !important;}
.period_box button {margin-right:15px; padding-right:20px; font-size:14px; color:#888; font-weight:normal; background: url(/include/img/line.png) right center no-repeat;}
.period_box button:last-child {padding-right:0; background: none}
.period_box button:hover {color:#000;}

.my_calendar {float:right; margin-top:-4px; padding-left:35px; background: url(/include/img/ico/ico_calendar.png) left center no-repeat; background-size:20px;}
.my_calendar input {width: 110px !important; height:30px !important; text-align: center; cursor: pointer;}
.my_calendar span.hyphen {margin: 0 2px;font-size: 20px; color: #b0b0b0;}
.my_calendar .btn_calendar {width: 90px; height:30px; margin-left:15px;}

/*달력ui 변경 - 25.04.29*/
/*.ui-widget {font-family: 'Montserrat', 'YoonGothicPro740', sans-serif!important;}
.ui-widget-header {border: 1px solid #159fda!important; background: #159fda!important;}
.ui-state-active, .ui-widget-content .ui-state-active{border: 1px solid #111111!important; color: #111111!important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{border: 1px solid #159fda!important; color: #ffffff!important; background: #159fda!important;}
.ui-state-hover, .ui-widget-content .ui-state-hover {border: 1px solid #159fda!important; background: #159fdaa6!important; color: #ffffff!important;}
.ui-state-hover .ui-icon{background-image: url(https://biz.publog.co.kr/include/css/images/ui-icons_228ef1_256x240.png)!important;}
.ui-datepicker td a {text-align: center!important;}*/


.btn_bank {float:left; margin-left:30px;}
.btn_bank span {font-size:14px; font-weight:bold; color:#000; padding-left:30px; background: url(/include/img/line.png) left center no-repeat;}
.btn_bank button {height:20px; margin-left:40px; padding-left:25px; background: url(/include/img/ico/ico_bank.png) no-repeat}
.btn_bank button.bank1 {background-position:0 0;}
.btn_bank button.bank2 {background-position: 0 -19px}
.btn_bank button.bank3 {background-position: 0 -40px}
.btn_bank button.bank4 {background-position: 0 -60px}
.btn_bank button.bank5 {background-position: 0 -80px}
.document_ul {z-index: 2; display: none; position:absolute; top:75px; left:120px; width:100px; border:1px solid #dbdbdb; box-sizing: border-box; box-shadow: 3px 3px 10px 0px #dedede; }
.document_ul li {padding:11px 0; font-size:13px; color:#666; font-weight:normal; text-align: center; border-bottom:1px solid #dbdbdb; background: #fff; cursor: pointer;}
.document_ul li:hover {color:#000; font-weight:bold; background: #f7f7f7}
.document_ul li:last-child {border-bottom:none;}
.business_img {width:385px; margin:0 auto;}

.pay_method .btn_tracking {margin:0px 10px 0 0; padding: 0 4px 1px 4px !important; font-size:13px !important;}
.Issuing_info {position:relative; width:max-content; margin:10px 20px 0 0; padding:10px 15px; top:0; left:0; box-shadow: none; border: none; background:#f7f7f7; }
.Issuing_info::after {content: ""; display: table; clear: both;}
.Issuing_info dt, .Issuing_info dd {float:left; font-size:13px; color:#666;}
.Issuing_info dd {margin-left:5px;}

/*주문/배송 정보 */
.delivery_wrap {position:relative;}
.delivery_wrap dl.delivery_dl dt {font-size:15px; font-weight: normal; color:#666; padding-right:25px; background: url(/include/img/line.png) right center no-repeat;}
.delivery_wrap dl.delivery_dl dd {margin-left:25px !important; font-size:15px;}
.delivery_wrap button.btn_tracking {position:absolute; top:16px; left:325px;}

/* 결제 내역서 */
.layer_h3 h3 {margin-bottom:20px; text-align: left; font-size:18px; font-weight:bold; color:#000;}
.tb_payment {border-top:1px solid #000;}
.tb_payment th {padding:20px 0 !important;}
.tb_payment td {padding:20px 30px !important; font-size:13px; color:#000;}
.tb_payment td span.line {padding-right:10px; margin-right:10px; background: url(/include/img/line.png) right center no-repeat;}
.tb_payment2 {border-top:1px solid #000;} 
.tb_payment2 th, .tb_payment2 td {padding:15px; font-size:13px;}

.tb_payment2 td div.fl {width:60%;}
.tb_payment2 td div.fl p .dt {display: inline-block; width:65px}
.tb_payment2 td div.fl p .dd {display: inline-block; width:140px; font-weight:bold; text-align: right}
.tb_payment2 td div.fl p .coupon {margin-left:7px; color:#666;}
.tb_payment2 td div.fr {width:40%; margin-top:10px; padding-right:20px; text-align: right; box-sizing: border-box;}
.tb_payment2 td div.fr p {font-size:17px;}
.tb_payment2 td div.fr p em {font-size:20px; font-weight: bold}
.tb_payment2 td div.fr span {font-size:13px; color:#666;}
.tb_payment2 td {position:relative;}
.tb_payment2 td .checkbox {position:absolute; top:15px; right:20px;}

.tb_tax {border-top:1px solid #000;} 
.tb_tax th, .tb_tax td {padding:15px; font-size:13px; border-right:none;}
.tb_tax td input {height:40px;}
.tb_tax td .size1 {width:300px;}
.tb_tax td .size2 {width:82px;}
.tb_tax td .size3 {width:100%;}
.tb_tax td .size4 {width:140px;}
.tb_tax td textarea {width:100%; height:100px; padding:10px 15px; border: 1px solid #d4d4d4; outline:none; box-sizing: border-box;}
.tb_tax td textarea:hover, .tb_tax td textarea:focus {border:1px solid #000;}
.tb_tax td span.hyphen {margin:0 6px; font-size:20px; color:#d4d4d4;}
.tb_tax td .radiobox label {margin-right:30px}
.tb_tax td button.btn_post {width:100px; height:40px; margin-left:8px; font-size:13px; color:#000; vertical-align: top; background:#ececec}
.tb_tax td {position:relative;}
.tb_tax td input.calendar {cursor: pointer;}
.tb_tax td input.calendar:hover, .tb_tax td input.calendar:focus {border:1px solid #d4d4d4}
.tb_tax td button.btn_calendar {position:absolute; top:24px; left:125px; width:20px; height:20px; background: url(/include/img/ico/ico_calendar.png) left center no-repeat; background-size:20px;}

/*입금확인증 */
.confir_box {margin:30px 0 0 10px; text-align: left;}
.confir_box p {font-size:16px; color:#000;}
.confir_box .p_stamp {display:inline-block; position:relative; margin-top:20px; font-size:20px; font-weight:bold; }
.confir_box .p_stamp img {position:absolute; top:-20px; right:-50px; width:65px;}

/* 리뷰 작성 */
.review_p {padding-left:20px; text-align:left; font-size:16px; line-height:30px; color:#000; /*background: url(/include/img/ico/ico_review.png) left top no-repeat; background-size:20px*/}
.review_p em {font-size:20px; font-weight:bold;}
.review_img_box {display: flex; width:720px; padding-bottom:20px; overflow-x: auto; white-space:nowrap;}
.review_img_box li {flex-shrink: 0; position:relative; display: inline-block; width:210px; height:250px; margin:0 10px; padding:20px; line-height:170px; background:#f8f9fa; border:2px solid #e5e5e5; box-sizing: border-box; cursor: pointer;}
.review_img_box li:hover, .review_img_box li.active {border:2px solid #159fda; transition: 1s}
.review_img_box li img {display: inline-block; width:auto; height:auto; max-width:100%; max-height:87%; margin:0 auto; vertical-align: middle;}
.review_img_box li p {position:absolute; bottom:17px; width:170px; margin-top:10px; font-size:15px; font-weight:bold; line-height:17px; color:#000; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.review_img_box li .back_wrap {line-height:20px;}

.review_like_box {padding:40px 50px; border-top:1px solid #000; border-bottom:1px solid #dbdbdb;}
.review_like_box::after {content: ""; display: table; clear: both;}
.review_like_box .like_wrap {float:left;padding:0 50px;}
.review_like_box .like_wrap::after {content: ""; display: table; clear: both;}
.review_like_box .like_wrap button {float:left; width:26px; height:25px; margin:0 10px; background: url(/include/img/my/like2.png) no-repeat;}
.review_like_box .like_wrap button.active {background-position:0 -25px;}
.review_like_box .select {float:left; width:40%; text-align: center; font-size:20px;}

.review_write_box {padding:30px 20px; text-align: left; border-top:1px solid #000; border-bottom:1px solid #dbdbdb;}
.review_write_box > div {margin-bottom:10px;}
.review_write_box .size1 {width:400px;}
.review_write_box textarea {width:100%; height:120px; padding:10px 15px; border: 1px solid #d4d4d4; outline:none; box-sizing: border-box;}
.review_write_box textarea:hover, .review_write_box textarea:focus {border:1px solid #000;}
.review_write_box .file_form {position:relative;}
.review_write_box .file_form input.none {position:absolute; top:0; left:0; width:100%; height:38px; padding-left:100px; box-sizing: border-box; border:1px solid #d4d4d4; background: #f7f7f7;}
/*.review_write_box .file_form label {position:absolute; top:0; left:0; padding:7px 15px !important; font-size:14px; color:#000; border:1px solid #d4d4d4; background: #f7f7f7;}
.review_write_box .file_form p {padding-top:45px;}*/

/* 배송지 관리 */
.address_box table span.basic {margin-right:5px; padding:2px 4px; font-size:11px; color:#fff; border-radius: 3px}
.address_box .info {position: relative;}
.address_box .info p span {color:#000;}
.address_box .info button {position:absolute; top:-4px; right:0; width:90px; height:30px;}
.address_box table div.checkbox label {padding-left:20px;}

/* full 이벤트 */
.full_evt_wrap {}
.full_evt_wrap {}
.express_wrap .evt_top {background:url(/event/express/express_top_bg.jpg) center repeat;}
.evt_con {width:1200px; margin:0 auto;}
.evt_con img {}
.express_wrap h3.title {width:1200px; margin:0 auto; padding:0 40px; font-size:42px; line-height: 60px; color:#000; box-sizing: border-box;}
.express_wrap h3.title span {display: inline-block; margin-bottom:30px; height:42px; padding:0 10px 0 3px; font-size:22px; background:url(/include/img/my/lnb_line.png) left bottom repeat-x;}

.express_wrap .evt_01 {position:relative; padding:50px 0 170px 0; background:#f8f8f8}
.express_wrap .evt_01 ul {margin:70px auto 0 auto;}
.express_wrap .evt_01 ul li {display: inline-block; margin:0 45px; text-align: center; vertical-align: top}
.express_wrap .evt_01 ul li p {margin:40px 0 15px 0; font-size:20px; font-weight: bold; color:#000}
.express_wrap .evt_01 ul li span {display: inline-block; margin-bottom:10px; font-size:20px; color:#000}
.express_wrap .evt_01 > p {position:absolute; bottom:0; left:0; width: 100%; padding:40px 0; font-size:16px; color:#888; text-align: center; background: #f1f1f1}
.express_wrap .evt_01 .evt_con {position:relative; text-align: center}
.express_wrap .evt_01 .evt_con .notice {position:absolute; top:-150px; right:40px; width:470px;}
.express_wrap .evt_01 .evt_con .notice p {float:right; display: inline-block; margin-bottom:20px; padding-left:30px; font-size:16px; color:#000; text-align: right; background:url(/event/express/ico_check.gif) left center no-repeat;}
.express_wrap .evt_01 .evt_con .notice p span {color:#f93c3c; text-decoration: line-through;}
.express_wrap .evt_01 .evt_con .notice p em {font-weight:bold;}
.express_wrap .evt_02 {padding:50px 0 80px 0;}
.express_wrap .evt_02 img {margin:-45px auto 0 auto;}
.express_wrap .evt_02 article.notice {margin:70px 0 0 45px;}
.express_wrap .evt_02 article.notice h4 {padding-left:30px; font-size:18px; color:#000; background:url(/event/express/ico_check.gif) left center no-repeat;}
.express_wrap .evt_02 article.notice ul {margin-left:20px;}
.express_wrap .evt_02 article.notice li {margin-bottom:10px; padding-left:10px; font-size:16px;}
.express_wrap .evt_03 {padding:50px 0 80px 0; background:#e3f2f9}
.express_wrap .evt_03 .evt_con {position:relative; margin-top:100px;}
.express_wrap .evt_03 .evt_con .faq {position:absolute; top:-130px; right:30px; padding-left:32px; font-size:18px; font-weight:bold; color:#000; background: url(/include/img/ico_important_key.png) left center no-repeat; background-size: 22px }
.express_wrap .evt_04 {padding:100px 0; text-align: center; background:#c0dfee}
.express_wrap .evt_04 a {display: inline-block; margin:0 20px;}
.express_wrap .evt_04 img {display: inline-block;}
.express_wrap .evt_notice {width:1200px; margin:70px auto;}
.express_wrap .evt_notice h3 {font-size:18px; font-weight: bold; color:#000;}

/* 개별 파일 업로드 */
.upload_file {margin-top:20px;}
.upload_file .tit {font-size:18px; line-height:28px; color:#000;}
.upload_file h2 {padding-bottom: 10px;}
.upload_file .tit em {font-weight:bold;}
.upload_file em {font-weight:bold;}
.upload_file .tit span {font-size:14px;} 

.upload_file span.file_name {color: #000; font-weight:bold; padding-top: 10px;     line-height: 50px; }
.upload_file .impor {display: inline-block; padding-left:25px; background:url(/include/img/ico_important.png) 0 center no-repeat; background-size: 16px;}
.upload_file .drag_box {width:90%; margin:30px auto 30px auto;}
.drag_box .file-info {float:left; text-align: left}
.drag_box .sec .thumb-wrapper {padding:14px 20px;  transition: 0.5s; background: #f7f7f7}
.drag_box .sec .thumb-wrapper::after {content: ''; display: table; clear: both}
.drag_box  .sec .file-info > div:first-child {  font-size:14px;   font-weight: bold; color:#000;margin-top:3px;}
.drag_box .sec .thumb-wrapper > .thumb-ext {float:left; width: 46px; height: 46px; padding-top:11px; margin-right:15px; border: 1px solid rgba(0,0,0,0.1); border-radius: 2px; background-color: #fff; user-select: none; cursor: default; text-align: center;font-size: 12px;color: #b3b3b3; box-sizing: border-box;}
.drag_box .sec button {position:absolute; top:25px; right:20px; width:25px; height:25px; background:url(/include/img/close.png) center no-repeat; background-size:9px; border:1px solid #d4d4d4;}
.drag_box #file_list > li > .thumb-wrapper > img {display: block;max-width: 100%;max-height: 100%;height: auto;margin: auto;min-width: 100%;}
.drag_box .sec {position:relative; margin-top:15px; box-sizing: border-box;}
#dropZone {background-color: #f7f7f7; transition: all 200ms ease;}
.drag_box .sec.sec-select {padding:70px 0 35px 0;font-size: 13px;text-align: center; width: 100%;}
.drag_box .sec.sec-select.dragenter {background:#e5e5e5;}
.drag_box #file {display: none;}
.drag_box .file_btn {display: inline-block;width:84px; height:68px;background: url(/include/img/editor/file_btn.png) no-repeat;}
.drag_box #file_list {margin:15px 0 0 0;padding-left: 0;list-style: none;}
.drag_box #file_list > li {padding: 1em;border-bottom: 1px solid #f0f0f0;transition: all 150ms ease;display: flex;}
.drag_box #file_list > li:hover {background-color: #fafafa;box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.05);}


/* 개별 파일 업로드_2개 */
#dropZone2 {margin: 20px 0; display: flex; background-color: #f7f7f7; transition: all 200ms ease; justify-content: start; padding: 20px 15px; align-items: center;}
#dropZone2 span { padding: 0px 30px;}
.upload_file .drag_box2 {width:100%; margin:30px auto 30px auto; display: flex; justify-content: space-around;}
.drag_box2 .sec.sec-select {width: 45%; text-align: left;}
.drag_box2 .sec.sec-select.dragenter {background:#e5e5e5;}
.drag_box2 #file {display: none;}
.drag_box2 .file_btn {width: 40px; height: 40px; background-color: #fff; border: 1px solid #159fda; border-radius:10px ;}
.drag_box2 .file_btn label {display: flex; height:100%; justify-content: center;}
.drag_box2 .file_btn p {font-size: 30px; display: flex; align-items: center;}
.drag_box2 #file_list {margin:15px 0 0 0;padding-left: 0;list-style: none;}
.drag_box2 #file_list > li {padding: 1em;border-bottom: 1px solid #f0f0f0;transition: all 150ms ease;display: flex;}
.drag_box2 #file_list > li:hover {background-color: #fafafa;box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.05);}

/* 파일 업로드 중 */
.fileup_wrap {z-index: 99999; position:fixed; top:0; left:0; display:flex; align-items: center; justify-content: center; width:100%; height:100%; background:rgba( 255, 255, 255, 1 );}
.fileup_wrap p {margin-top:25px; font-weight:bold; font-size:13px; color:#1a1a1a; text-align: center;}
.fileup_wrap .fileup_box {width:80%;}
.fileup_wrap .fileup_box .fileup_img img {width:100px; margin:0 auto 35px;}
.fileup_wrap .progress_box {position:relative; width:100%; height:30px; background:#f7f7f7; border-radius: 30px; overflow: hidden;}
.fileup_wrap #progress-bar {width:0; height:30px; line-height:32px;background:#159fda;font-family:calibri;color:white;text-align: center;overflow: hidden; font-weight: bold; font-size:14px;}

.upload_file .drag_box3 {width:100%; margin:10px auto 0px auto; display: flex; justify-content: space-evenly;}
.drag_box3 .sec.sec-select {width: 45%; margin: 1%;}
.drag_box3 .sec.sec-select.dragenter {background:#e5e5e5;}
.drag_box3 #file1 {display: none;}
.drag_box3 #file2 {display: none;}
.drag_box3 .file_btn {width: 40px; height: 40px; background-color: #fff; border: 1px solid #159fda; border-radius:10px ;}
.drag_box3 .file_btn label {display: flex; height:100%; justify-content: center;}
.drag_box3 .file_btn p {font-size: 30px; display: flex; align-items: center;}
.drag_box3 #file_list {margin:15px 0 0 0;padding-left: 0;list-style: none;}
.drag_box3 #file_list > li {padding: 1em;border-bottom: 1px solid #f0f0f0;transition: all 150ms ease;display: flex;}
.drag_box3 #file_list > li:hover {background-color: #fafafa;box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.05);}


/* 연휴 배송 안내 팝업 */
.delivery_info1 h3 {font-size: 22px; line-height: 36px; letter-spacing: -0.4px; color: #000; padding-bottom: 40px; padding-top: 15px;}
.delivery_info1 h3 em {font-weight: bold;}
.delivery_info1:last-child h3 {padding-top: 60px; padding-bottom: 0;}
.delivery_info2 .del_list {padding: 0 20px;}
.delivery_info2 .del_list li {background-color: #f7f7f7; border: 1px solid #ededed; margin-bottom: 20px; height: 128px;}
.delivery_info2 .del_list li img {display: inline; float: left;}
.delivery_info2 .del_list li dl {display: inline-block; float: left; padding: 25px 30px; text-align: left;}
.delivery_info2 .del_list li dl dt {font-size: 18px; color: #000; font-weight: bold; padding-bottom: 15px;}
.delivery_info2 .del_list li dl dd {font-size: 14px; line-height: 23px; color: #666; margin-left: 0 !important;}

/* 대량구매 페이지 */
/* main */			
main {background: url('/html/sub_company/img/img_01.jpg?t=1') center no-repeat; background-size: cover; width: 100%; height: 560px;}
main .bulk_top {text-align: left; padding: 147px 0;}
main .bulk_top span.sub_tit {background: url('/include/img/my/lnb_line.png?t=1') left bottom repeat-x; height: 19px; margin-bottom: 25px; display: inline-block; padding: 0 5px; font-size: 14px; font-weight: 700; color: #111;}
main .bulk_top h3 {font-size: 50px; color: #333; margin-bottom: 20px; font-weight: 300; line-height: 50px;}
main .bulk_top h3 em {font-style: normal; font-weight: 600;}
main .bulk_top p {font-size: 18px; line-height: 32px;}
main .bulk_top .btn_inquires {display: inline-block; padding: 15px 45px; border-radius: 50px; font-size: 18px; margin-top: 40px}
/* floating banner */	
aside {border-radius: 10px 0 0 10px; background: url('/html/sub_company/img/btn_arrow.png?t=1'); background-repeat: no-repeat; background-position: 90% 75%; background-color: #159fda; width: 360px; height: 90px; padding: 20px 30px; color: #fff; font-size: 14px; text-align: left; font-weight: 500; display: inline-block; position: fixed; bottom: 100px; right: 0px; z-index: 99999; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
aside dl {display: block; margin-bottom: 20px;} 
aside dl dt {display: inline-block; }
aside dl dd {display: inline-block; color: #c1ecff; font-weight: 300; vertical-align: text-top; padding-left: 10px}
aside a {width: 100px; height: 40px; display: inline-block !important; position: relative; border: none; background: transparent; top: -10px; left: 10px; float: right; transition: .4s ease-in-out;}
aside a:hover {background: rgba(21,159,218,0.4); transition: .4s ease-in-out;}
aside::after {display: block; content: ""; clear: both;}
/* Products list */	
.bulkProduct {padding: 50px 0;}
.bulkProduct ul li {display: inline-block; margin-right: 80px; text-align: center; float: left; transition: .3s ease-in-out;}
.bulkProduct ul li>span {display: inline-block; border-radius: 90px; width: 175px; height: 175px; transition: .3s ease-in-out;}			
.bulkProduct ul li:last-child {margin-right: 0;}
.bulkProduct ul li img:hover, .bulkProduct ul li>span:hover {opacity: .6; transition: .3s ease-in-out;}
/*.bulkProduct ul li img {background-color: #f2f2f2; padding: 42.5px; vertical-align: middle; border-radius: 90px; transition: .3s ease;}*/
.bulkProduct ul li img {padding: 0px; vertical-align: middle; border-radius: 50%; transition: .3s ease; width: 175px; height: 175px;}
.bulkProduct ul li:first-child img {background-color: transparent;}
.bulkProduct ul li p {font-size: 14px; color: #000; line-height: 32px; padding-top: 20px;}
.bulkProduct ul::after {display: block; clear: both; content: ''}
/* Order method */	
.bulkOrder {background-color: #eaf5fe; width: 100%; padding: 118px 0;}
.bulkOrder ul::after, .bulkOrder ul li img::before {display: block; content: ''; clear: both;}
.bulkOrder ul li {display: inline-block; float: left; margin-right: 52px; width: 365px; height: 447px; background-color: #fff; color: #000; text-align: center; transition: .3s ease-in-out;}
.bulkOrder ul li:hover {transform: translateY(-10px); transition: .3s ease-in-out; box-shadow: 0 5px 10px rgba(0,0,0,0.05)}
.bulkOrder ul li:last-child {margin-right: 0;}
.bulkOrder ul li span.order_number {display: inline-block; width: 35px; color: #fff; background-color: rgba(21,159,218,0.7); border-radius: 20px; font-size: 18px; line-height: 35px; position: relative; top: -17px;}
.bulkOrder ul li img {display: block; margin: 0 auto; width: 270px; height: 270px;}
.bulkOrder ul li dl dt {font-size: 18px; padding: 13px 0; font-weight: 600;}
.bulkOrder ul li dl dd {font-size: 14px; line-height: 24px; }
/* Bulk purchase benefit */
.bulkBenefit {height: 600px; overflow: hidden;}
.bulkBenefit .img-slide {height: 600px;}
.bulkBenefit .slide_txt {position: relative; top: -460px; z-index: 100;}
.bulkBenefit .slide_txt h4 {font-size: 38px; line-height: 48px; color: #000;}
.bulkBenefit .slide_txt h4 em {font-weight: 700;}
.bulkBenefit .slide_txt p {font-size: 14px; line-height: 24px; color: #000; padding: 30px 0 100px 0;}
.bulkBenefit .slide_txt p>span {font-size: 12px; margin-top: 5px; font-weight: 600;}
.bulkBenefit .slide_txt a {color: #fff; padding: 25px 35px; font-size: 18px;}
.bulkBenefit .slide_txt a.btn_discount {background-color: #333; transition: .5s;}
.bulkBenefit .slide_txt a.btn_discount:hover {background-color: #000; transition: .5s;}
.bulkBenefit .slide_txt a.btn_document {margin-left: 10px; padding: 25px 70px;}
/* One step system */
.bulkSystem {background: url('/html/sub_company/img/img_08.jpg?t=1') top center no-repeat; background-size: cover; width: 100%; height: 675px; text-align: center; color: #000; margin-bottom: 30px;}
.bulkSystem .sub_copy {display: block; padding: 100px 0;}
.bulkSystem .sub_copy dl {display: inline-block; text-align: left;}
.bulkSystem .sub_copy dl dt {font-size: 38px; line-height: 48px;}
.bulkSystem .sub_copy dl dd {font-size: 18px; line-height: 24px; padding-top: 12px;}
.bulkSystem .sub_copy span.sub_no {font-size: 100px; display: inline-block; font-weight: 600; padding-left: 14px; line-height: 100px;}
.bulkSystem .system_txt h4 em {font-weight: 800; font-size: 30px; line-height: 48px; background: transparent;}
.bulkSystem .system_txt h4 span {font-size: 38px; line-height: 68px; background: url('/include/img/my/lnb_line.png?t=1') left bottom repeat-x; background-size: 100% 20%; letter-spacing: -1.2px;}
.bulkSystem .system_txt p {font-size: 14px; padding: 28px 0 50px;}
.bulkSystem .system_txt a.btn_inquires2 {display: inline-block; background-image: url('/html/sub_company/img/btn_link_arrow.png?t=1');background-repeat: no-repeat; background-position: 85% 50%; color: #fff; font-size: 18px; padding: 26px 129px 26px 30px;}
/* Inquires form */
.bulkInquires {width: 100%; background-color: #f7f7f7; padding: 100px 0;}
.bulkInquires .tab_default {background-color: #fff;}
.bulkInquires .tab_cont_wrap {margin-top: 0;}
.bulkInquires .sub_login {border: none;}
#inquires::after {display: block; content: ""; clear: both;}
#inquires .checkbox p.tooltip {left:-115px; text-align: left; width: 350px}
#inquires .w_checkbox p.tooltip {width: 400px;}
#inquires .checkbox p.tooltip::before {left:190px; right:auto;}
#inquires .checkbox:hover p.tooltip {display: block;}
/* sticky menu bar */
.sticky_nav	.detail_tab_box {width:100%; top:0; left:0; background:#fff; }
.sticky_nav .detail_tab {height:55px; box-sizing: border-box; display:none; z-index:999; position:fixed; top:0; left:0; width:100%; height:55px; background-color: rgba(255, 255, 255, 0.95);}
.sticky_nav .detail_tab ul {width:1200px; margin:0 auto;}
.sticky_nav .detail_tab ul::after {content: ""; display: table; clear: both;}
.sticky_nav .detail_tab ul li {float:left; width:400px; height:55px; text-align: center; cursor: pointer; box-sizing: border-box;}
.sticky_nav .detail_tab ul li a {display: block; padding-top:15px; height:55px; font-size:15px; color:#000; box-sizing: border-box; transition: .2s ease-in-out;}
.sticky_nav .detail_tab ul li a.active {font-weight:bold; border-bottom:2px solid #159fda;}
.sticky_nav .detail_tab ul li a:hover {border-bottom:2px solid #159fda; color: #159fda;}
.sticky_nav .fixed {z-index:1; position:fixed; top:0; left:0; width:100%; background:#fff;}
.sticky_nav .detail_tab span.slider {position: absolute; bottom: -1px; width: 0; height: 2px; background: #159fda;}

.m-v-direct-new {z-index: 10; position: absolute; top: 50px; right: 50%; width:1200px; margin-right:-600px; text-align: right;}
.m-v-direct-new ul li {margin:8px 0;}
.m-v-direct-new ul li button {font-size:14px; color:#8c8c8c }
.m-v-direct-new ul li.current button {color:#159fda;}
.m-v-direct-new ul li button span {display: inline-block; width:15px; height:15px; margin-left:15px; vertical-align:sub; background:#b7b7b7}
.m-v-direct-new ul li.current button span {background:#159fda;}


/* 어패럴 추가 css - 21.10.12 */
.sel_box .new-select {display:none;}
article.left_wrap .preview_wrap ul.tab_btn_wrap li {display:flex;}

/* 버튼 */
article.right_wrap .btn_make a {background: #159fda !important;}
article.right_wrap .btn_make a:hover {background: #0080b3 !important;}
.apparel_list li div.cover .btn_box .btns button {background: #159fda;}

.tb_option span.normal {padding:0; margin:0 !important; background: none !important;}


/* 스티키메뉴 공통 */
.option_detail_wrap_apparel {display:none; z-index:999; position:fixed; top:0; left:0; width:100%; height:55px !important; background-color: rgba(255, 255, 255, 0.95); box-shadow: 0px 1px 15px 0px #b3b3b3;}
.option_detail_wrap_apparel a.none {background:none}
.option_detail_wrap_apparel button {position:absolute; top:9px !important; right:0; width:160px; height:35px; line-height:35px; font-size:15px; color:#fff; background:#222450; transition: .3s;}
.option_detail_wrap_apparel button:hover {background:#4e58c2; transition: .3s;}
.option_detail_wrap_apparel .detail_tab {position:relative; width:1200px; margin:0 auto; text-align:left;}
.option_detail_wrap_apparel .detail_tab ul {width:1200px; margin:0 auto; height:55px !important;}
.option_detail_wrap_apparel .detail_tab ul::after {content: ""; display: table; clear: both;}
.option_detail_wrap_apparel .detail_tab ul li {width:auto; display: inline-block; padding-top: 0px !important;}	
.option_detail_wrap_apparel .detail_tab ul li:last-child {float: right; padding-top: 9px !important;}
.option_detail_wrap_apparel .detail_tab ul li a {display: inline-block; margin:0 !important; padding:17px 40px !important; font-size:13px;  color:#999; background:none !important; transition: none !important}
.option_detail_wrap_apparel .detail_tab ul li a.list_last {background: none;}
.option_detail_wrap_apparel .detail_tab ul li div.btn_ptcard span {display:inline-block; padding-top: 4px; color: #1a1a1a; font-size: 20px; font-weight: bold; padding-right: 85px;}
.option_detail_wrap_apparel .detail_tab ul li div.btn_ptcard span > span {font-size: 18px; font-weight: 400;}
.option_detail_wrap_apparel .detail_tab ul li div.btn_ptcard button {display:inline-block; width:150px; height:35px; margin:0 0 0 5px; text-align:center; color:#fff; background:#159fda; box-sizing:border-box; transition:0.5s;}
.option_detail_wrap_apparel .detail_tab ul li div.btn_ptcard button:hover {background: #0080b3; transition:0.5s;}
.option_detail_wrap_apparel .fixed {z-index:1; position:fixed; top:0; left:0; width:100%; background:#fff;}
.option_detail_wrap_apparel .detail_tab span.slider {position: absolute;bottom: -1px;width: 0;height: 2px;background: #222450;}
.detail_tab_box {width:100%; top:0; left:0;background:#fff; }
.sticky {z-index:9997 !important; margin-top:0;}
.scrollto {outline: none}

.fixed_nav_wrap {height:65px; border-bottom:1px solid #eee; box-sizing: border-box}
.fixed_nav_wrap ul {width:1000px;margin:0 auto;}
.fixed_nav_wrap ul::after {content: ""; display: table; clear: both;} 
.fixed_nav_wrap ul.fixed_nav2 li {float: left; height:49px; text-align: center; width: 20%; cursor: pointer; box-sizing: border-box;}
.fixed_nav_wrap ul li {float: left; height:49px; text-align: center; width: 16.66%; cursor: pointer; box-sizing: border-box;}
.fixed_nav_wrap ul.fixed_nav7 li {float: left; height:49px; text-align: center; width: 14%; cursor: pointer; box-sizing: border-box;}
.fixed_nav_wrap ul li a {display: block; padding-top:14px; height:65px; font-size:15px; color:#333; box-sizing: border-box;}
.fixed_nav_wrap ul li a.active {font-weight:bold; border-bottom:2px solid #1a1a1a;}
.fixed_nav_wrap ul li a:hover {border-bottom:2px solid #1a1a1a; color: #1a1a1a;}
.fixed_nav_wrap ul.fixed_nav2 {width: 1200px; text-align: center; display:flex; justify-content: space-between}
.fixed_nav_wrap ul.fixed_nav2 li {width:100%}

.review_list div.thumb .back_wrap {line-height:20px;}
.pre_img .back_wrap img {max-width:100%;}


/* GNB 리뉴얼 - 21.10.06 */
.gnb-open .gnb_pdts_list {position:absolute; top:0; right:20px; width:370px;}
.gnb-open .gnb_pdts_list {padding-top:35px;}
.gnb-open .gnb_pdts_list .list_group {width:370px !important}
.gnb-open .gnb_pdts_list .list_group ul {width:245px !important; padding-top: 0;}
.gnb-open .gnb_pdts_list .list_group ul li {margin:0;}
.gnb-open .gnb_pdts_list .list_group ul span.label {position: absolute; top: 319px; right: 20px; left:auto;}

/* GNB - 굿즈 영역 */

.gnb-open .gnb_pdts_list .publog_go {    top: -15px;    width: 500px;    position: relative;    right: 85px;}
.gnb-open .gnb_pdts_list .publog_go span {font-weight: bold;}


.gnb-open .gnb-sub-sec #gnb-sec1 { padding: 0px;}
#gnb-sec12 {overflow: auto; }
#gnb-sec12 .gnb_new .gnb_new_list .tit_wrap .gnb_depth2 {    left: 250px;}
#gnb-sec12 .gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box {    position: relative;    top: 30px;}

.gnb_new .all_product .gnb_new_list article {width: 900px;   display: flex;  justify-content: space-around;}
.gnb_new .all_product .gnb_new_list .gnb_list_box ul {  line-height: 30px;  margin: 10px 0 20px 0;}


.gnb_new .all_product .gnb_new_list article div {    width: 20%;  border: 1px solid #f3f3f3; padding: 20px;}

#header .gnb-area .gnb-open #gnb-sec0 {margin-left: -20px !important;}
.gnb_new .all_product .gnb_new_list article {width: 975px;     padding: 20px 0px 40px;}

.gnb_btm_menu ul:first-child {padding-left: 20px;}

.gnb_new .all_product h3 {    color: #000;  font-weight: bold;
    padding-left: 20px;
}
.gnb_new .all_product h3:first-child; { padding-top: 0px;}
.gnb_new .all_product h3 span {color: #159fda;}






.gnb_new {display:flex; height:420px; padding:0;}
.gnb_new .gnb_new_list {width:600px;    position: relative;    left: 0px;}
.gnb_new .gnb_new_list h4 {font-size:14px; font-family: 'Montserrat','YoonGothicPro760', sans-serif;}
.gnb_new .gnb_new_list h4 a {color:#1a1a1a}
.gnb_new .gnb_new_list h4 img {display:inline-block; width:16px; margin:-3px 0 0 8px; vertical-align: middle}

.gnb_new .gnb_new_list .tit_wrap {position:relative; width:220px; height:450px; padding:0 !important; border-right:1px solid #eee; box-sizing: border-box;}

.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 {margin-top:25px;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li {margin-bottom:3px; font-size:13px; color:#1a1a1a; cursor: pointer;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li div.tit_h5 {color:#1a1a1a !important;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active {color:#fff; background:url('/gnb/new/gnb_arrow@2x.png?t=1') right 15px center no-repeat, linear-gradient(to right, #1495cc, #159fda) repeat;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active div.tit_h5 {color:#fff !important;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li .tit_tip {display:none; position:absolute; bottom:30px; left:0;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip {display:block; cursor: auto;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip p {margin-bottom:20px; font-size:14px; color:#1a1a1a;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip p img {width:18px; margin-right:8px; vertical-align: middle;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip span {font-size:12px; color:#666;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 li div.tit_h5 {padding:9px 15px;}

.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 {position:absolute; top:0; left:220px; display:none; width:610px; height:430px; box-sizing: border-box; cursor:auto ;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .gnb_depth2 {display:block;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box {float:left; width:280px;  box-sizing: border-box;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box h5 {height:21px; font-family: "Montserrat","YoonGothicPro760",sans-serif; font-size: 14px; color: #1a1a1a;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul {margin:20px 0 40px 0;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul li {margin-top: 12px; font-size: 13px; color: #777; line-height: 20px;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box span.h_label img {width: 20px; margin-top: -1px; margin-left: 5px; vertical-align: middle; image-rendering: -webkit-optimize-contrast;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul li a {position:relative; transition: all .3s ease-in-out;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul li a:hover {color:#1a1a1a; transition: all .3s ease-in-out;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul li a:after {content:""; z-index: -1; display:block; position: absolute; bottom:-2px; width:0; height:1px; background-color:#1a1a1a; transition: all .2s ease-in-out;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul li a:hover:after{width:100%;}


.gnb_new .gnb_new_list .tit_wrap.tit_wrap_full {position:unset; border-right: none; }
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2.depth2_full {    left: 0px; }
.gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box.list_full {width: 200px; } 


#header .gnb-area .gnb-open span.logo_quick {display: inline-block; background: url('/sub_cs/img/delivery/logo_lightning_d.png?t=1') no-repeat; width: 55px; height: 17px; vertical-align: middle; margin-left: 5px; background-size: 100%;}
#header .gnb-area .gnb-open span.logo_quick_light {display: inline-block; background: url('/re_181207/images/logo_quick_light.png?t=1') no-repeat; width: 20px; height: 20px; vertical-align: middle; margin-left: 5px; background-size: 100%;}
#header .gnb-area .gnb-open span.logo_anti {display: inline-block; background: url('/re_181207/images/symbol_anti.png?t=1') no-repeat; width: 20px; height: 20px; vertical-align: middle; margin-left: 5px; background-size: 100%;}

#header .gnb-area .gnb-open {display:none; position:absolute; right:0px !important; top:80px; width:1000px !important; padding:20px !important; box-sizing:border-box; z-index:9800; height:500px; background: #fff;}
#header .gnb-area .gnb-open.current {display:block;}
#header .gnb-area .gnb-open .gnb-sub-sec {*zoom:1; display:none;    padding: 10px 0px 0px 0px;}
#header .gnb-area .gnb-open .gnb-sub-sec:after {content:""; display:block; clear:both;}
#header .gnb-area .gnb-open .gnb-sub-sec.current {display:block; height: 420px;}
#header .gnb-area .gnb-open .scroll {overflow: auto;}
#header .gnb-area .gnb-open .gnb-sub-sec dl {float:left; padding-top:20px; margin-left:80px;}
#header .gnb-area .gnb-open .gnb-sub-sec dl:first-child {margin-left:0;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dt {font-size:14px; font-weight: bold;color:#000;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd {*zoom:1; margin-top:14px;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd:after {content:""; display:block; clear:both;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul {float:left;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul + ul {margin-left:40px;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul li a {font-size:12.5px; line-height:30px; }
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul li a:hover {color:#5262ff;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul li .icon_new {position:relative;  left: 6px; vertical-align: baseline; padding-bottom: 1px;}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul li .icon_hot {position:relative;  left: 6px; vertical-align: baseline; /*padding-bottom: 1px;*/}
#header .gnb-area .gnb-open .gnb-sub-sec dl dd ul li .icon_event {position:relative;  left: 7px; vertical-align: baseline; /*padding-bottom: 1px;*/}
#header .gnb-area .gnb-open .gnb-sub-sec dl.cldr_theme {margin-left: 105px;}

#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl {width:265px; height:260px; margin-left:0; padding-left:30px; border-left:1px solid #e7e7e7; box-sizing:border-box}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl:first-child {width:235px; padding-left:0; border-left:none}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd {margin-top:17px}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd a {display:block}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd img {display:block}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd span {color:#fc023c}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd span.arrow {margin-left:3px; color:#666; font-size:12px;}
#header .gnb-area .gnb-open .gnb-sub-sec dl.sec11_dl dd p {margin-top:15px; font-size:13px; line-height:22px}

#header .gnb-area .gnb-open .gnb-sub-sec .event-box {float:right; border-left:1px solid #e7e7e7; height:280px; padding:20px 0 0 45px; box-sizing:border-box;}
#header .gnb-area .gnb-open .gnb-sub-sec .event-box .gnb-event-tt {font-size:14px;font-weight: bold;color:#000;margin-bottom:15px;}
#header .gnb-area .gnb-open .gnb-sub-sec .theme-box {float:right; border-left:1px solid #e7e7e7; height:260px; padding:20px 0 0 0; box-sizing:border-box;}
#header .gnb-area .gnb-open .gnb-sub-sec .theme-box .gnb-event-tt {font-size:14px; font-weight:bold; color:#000; margin-bottom:15px;}
#header .gnb-area .gnb-open .gnb-sub-sec .theme-box .theme-item {float:left; margin-left:60px;}
#header .gnb-blind {     margin: 0 auto;
    display: none;
    position: relative !important;
    top: 0px;
    right: -100px !important;
    width: 1000px;
    height: 500px;
    background: #fff url(https://biz.publog.co.kr/gnb/new/gnb_bottom_line.jpg) left 490px repeat-x;
    z-index: 9700;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
      left: auto;}
#header .gnb-blind.current {display: block;}
#header .gnb-blind-none {display:none; position:absolute; top:115px; left:0; width:100%; height:540px; background:#fff; z-index:9700; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);}
#header .gnb-blind-none.current {display: block;}
#header .gnb-blind2 {display:none; position:fixed; top:auto; left:0; width:100%; height:100%; z-index:9600;}
#header .gnb-blind2.current {display: block; opacity:0.4}

#header .head-gnb {*zoom:1; height:55px; }
#header .head-gnb:after {content:""; display:block; clear:both;}
#header .head-gnb .gnb-depth1-area {float:right; padding:20px 0 0 215px;}
#header .head-gnb .gnb-depth1-area .gnb-depth1 {float:left; margin-left: 42px; height:35px; box-sizing: border-box; cursor: pointer}
#header .head-gnb .gnb-depth1-area .gnb-depth1.current {border-bottom:2px solid #222450}
#header .head-gnb .gnb-depth1-area .gnb-depth1 a {font-family:"Montserrat","YoonGothicPro760",sans-serif; font-size:14px !important; color:#333; line-height:23px; letter-spacing:0 !important}
#header .head-gnb .gnb-depth1-area .gnb-depth1 a:hover {color:#222450;}
#header .head-gnb .gnb-depth1-area .gnb-depth1:hover {border-bottom:2px solid #222450}
#header .head-gnb .gnb-depth1-area .gnb-depth1 .gnb_icon_new {position:relative; 	top:-13px; left: 4px; vertical-align: baseline;}
#header .head-gnb .gnb-depth1-area .gnb-delivery a {background: url('/sub_cs/img/delivery/logo_lightning_d.png?t=1') top center no-repeat; width: 65px;  background-size: 100%; overflow: hidden; height: 22px; float: left; margin-left: 17px; display: block; position: relative; top: 3px; transition: .3s;}
#header .head-gnb .gnb-depth1-area .gnb-delivery a:hover {animation: tada_gnb 1s infinite; }

/*gnb_new */
span.gnb_label {display:inline-block; width:17px; height:16px;  margin-top:-1px;  font-size:10px !important; color:#222450 !important; font-weight:500; line-height:15px; text-align: center; border:1px solid #222450 !important; box-sizing: border-box; vertical-align:middle; border-radius: 3px;}
span.gnb_label_02 {display:inline-block; width:51px; height:17px; margin-left:4px; margin-top:-2px;  font-size:11px !important; color:#222450 !important; font-weight:500; line-height:15px; text-align: center; border:1px solid #222450 !important; box-sizing: border-box; vertical-align:middle; border-radius: 3px;}
_:-ms-fullscreen, :root span.gnb_label {line-height:15px !important;}
span.l_hit {color:#fff !important; border:1px solid #159fda !important; background:#159fda;}
span.l_new {color:#159fda !important; border:1px solid #159fda !important; background:#fff}
span.l_upgrade { padding: 3px 7px; border: 1.3px solid #ff4040 !important;  border-radius: 4px;  color: #ff4040 !important;  font-size: 9px !important;  margin-left: 0px;  font-weight: 600;  width: 70px !important;
  height: 20px !important;}
span.l_make { background: #ff7373;    display: inline-block;    width: 17px;    height: 16px;   margin-top: -1px;    font-size: 11px !important;    color: #ffffff !important;    font-weight: 500;    line-height: 15px;    text-align: center;
    box-sizing: border-box;    vertical-align: middle;    border-radius: 3px;}

/* gnb 영역 라벨 추가 */
.gnb_label2 {display: inline-block; height: 16px; margin-left: 3px; margin-top: -1px; font-size: 10px !important; color: #159fda !important; font-weight: 500; line-height: 15px; text-align: center; border: 1px solid #159fda !important; box-sizing: border-box; vertical-align: middle; border-radius: 3px; background: #fff; padding: 0px 1px 0px 3px;}

/* gnb 영역 신규 카테고리 추가 업데이트 표기 */
.gnb_icon_new { position: relative; top: -23px; left: 45px; vertical-align: baseline; }


.gnb_new .gnb_list span.h_label img {width:20px; margin-top:-1px; margin-left:5px; vertical-align:middle; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode:bicubic}
.gnb_btm_menu {position: absolute; bottom:0; margin-left: 0; width: 950px !important; height: 50px; border-top: 1px solid #eee; box-sizing: border-box; overflow-x: hidden; }
.gnb_btm_menu ul {display: flex; margin: 0; padding: 13px 0 0 0;}
.gnb_btm_menu ul li {opacity:0.8; margin-left:100px; font-family:"Montserrat","YoonGothicPro760",sans-serif; font-size:13px; color:#444; transition: 0.3s}
.gnb_btm_menu ul li:hover {opacity:1; transition: 0.3s; color:#000}
.gnb_btm_menu ul li:first-child {margin-left:0;}
.gnb_btm_menu ul li span.upto {margin-left:10px; font-size:11px; font-weight:600; color:#ff4040}
.gnb_btm_menu ul li img.icon {display:inline-block; opacity:0.8; margin-right:10px; margin-top:-2px; height:17px; vertical-align: middle; transition: 0.3s}
.gnb_btm_menu ul li:hover img.icon {opacity:1; transition: 0.3s}
.gnb-area .gnb-open {width: 1200px !important;}

/* 전체메뉴보기 */
.list h2 {padding-bottom:40px !important}
.list_group {width:1200px !important; margin:0 auto}
.list_group ul {width: 1200px; margin: 0 auto; padding-top:30px}
.list_group ul::after {content:""; display:block; clear:both;}
.list_group ul li {position:relative; float:left; width:370px; height:450px; margin:0 45px 55px 0;}
.list_group ul li:nth-child(3n) {margin-right:0;}
.list_group ul li div.label {z-index:9; position:absolute; top:10px; left:10px;}
.list_group ul li div.label span {display:block; width:50px; height:50px; margin-bottom:5px; padding-top:14px; font-size:13px; font-weight:700; color:#f43e3e; text-align:center; background:#fff; border-radius:50%; box-sizing:border-box;}
.list_group ul li div.label span.best {color:#fff; background:#f43e3e}
.list_group ul li div.cover {overflow:hidden; border-radius: 15px;}
.gnb-open .gnb_pdts_list .list_group ul li div.cover {overflow:hidden; height:290px; width: 300px; border-radius: 15px;}
.list_group ul li div.cover.cover_full {height:420px;}
.list_group ul li div.cover.cover_full img {height:auto;}
.list_group ul li div.cover img {width:100%; height:100%; transform:scale(1); transition:0.5s}
.list_group ul li:hover div.cover img {transform:scale(1.03) !important; transition:0.5s; image-rendering: -webkit-optimize-contrast}
.list_group ul li div.info {padding:0 7px;width:77%;}
.list_group ul li h4 {margin-top:20px !important; font-size:17px !important; color:#000 !important}
.list_group ul li p {margin:8px 0 !important; font-size:13px; color: #999;}
/* .list_group ul li p.price {position:absolute; bottom:60px; right:75px} */
.list_group ul li p.price { text-align: right; margin-top: -30px !important;}
.list_group ul li p.price span.coupon {font-size:12px; color:#333}
/* list_new */
.list_group .info span.label {position: absolute; top: 319px; right: 20px; }
.list_group .info span.label img {width: 50px; }
.list_group ul li div.cover img {display:inline-block;}

/* 어패럴 리뷰 */
#gift_review {padding-bottom:90px; border-top:1px solid #ededed;}
#gift_review article.review .review_box {width:1200px; margin:70px auto 0 auto; text-align: left}
#gift_review article.review .review_list {}
#gift_review article.review .point_wrap {margin-top:50px;}
#gift_review article.review .point_wrap a {position: absolute; top: 19px; right: 30px; width: 90px; height: 30px; text-align: center; padding-top:3px; box-sizing: border-box;}

#gift_review article.review .menu_wrap {height:65px; border-top:1px solid #000; border-bottom:1px solid #dbdbdb;}
#gift_review article.review .menu_wrap ul.left {}
#gift_review article.review .menu_wrap ul.left li {float:left; padding:22px 15px; font-size:14px; color:#888; cursor: pointer}
#gift_review article.review .menu_wrap ul.left li:hover, #gift_review article.review .menu_wrap ul.left li.active {color:#000; font-weight:bold;}
#gift_review article.review .menu_wrap div.right {float:right; padding-right:30px;}
#gift_review article.review .menu_wrap div.right span {display: inline-block; margin:22px 0 22px 20px; font-size:15px; color:#888; cursor: pointer }
#gift_review article.review .menu_wrap div.right span.active2, #gift_review article.review .menu_wrap div.right span:hover {color:#000; text-decoration: underline;}

#gift_review > section > article {padding:100px 0 0 0; text-align: center; box-sizing: border-box;}
#gift_review section article h3 {font-size:26px; color:#000;}
#gift_review section article h3 span {display:inline-block; height:19px; margin-bottom:30px; padding:0 12px; font-size:14px; font-weight: 500; background: url(/include/img/my/lnb_line.png) left bottom repeat-x;}
#gift_review > section > article > p {margin-top:50px; font-size:15px; color:#000; line-height:28px;}

/* 어패럴 배송 */
#delivery article.notice {width:1200px; margin:0 auto; padding:80px 150px; text-align: left; box-sizing:border-box;}
#delivery article.notice h4 {padding-bottom:12px; font-size:18px; font-weight:bold; color:#000; background: url(/include/img/option/detail/notice_h4.gif) 0 bottom no-repeat; }
#delivery article.notice p {margin-top:25px;}
#delivery article.notice p.line span {display: inline-block; margin-right:12px; padding-right:17px; background: url(/include/img/line.png) right center no-repeat;}
#delivery article.notice p.line span:last-child {background:none;}
#delivery article.notice p.line span em {color:#000;}
#delivery article.notice ul {margin-top:25px;}
.package_sec {height: 760px !important;}

/* 로고 추가 */
.logo.publog {background:url('/apparel/tshirt/img/logo/biz.jpg?t=1') no-repeat !important; background-size: 100% !important}

/* iframe 라인 제거 */
.material iframe {border:0}

/*어패럴 미리보기 수정 */
.back_wrap {line-height: 0;}
.hf3_front img, .hf2_front img, .hf1_front img {display:inline-block;}
.pad_l img, .pad_r img {width: auto !important; max-width: 100% !important; max-height: 100% !important; margin:0 auto;}
.order_list table.tb_default td.num1 div.thumb .hf3_front img, .home_table .my_order .hf3_front img, .content_ul > li div.num2 div.thumb .hf3_front img, .review_list div.thumb .hf3_front img, .review_img_box li .hf3_front img {width: 55% !important; margin-top: 12% !important;}
.order_list table.tb_default td.num1 div.thumb .hf2_front img, .home_table .my_order .hf2_front img, .content_ul > li div.num2 div.thumb .hf2_front img, .review_list div.thumb .hf2_front img, .review_img_box li .hf2_front img {width: 56% !important; margin-top: 12% !important;}
.order_list table.tb_default td.num1 div.thumb .hf1_front img, .home_table .my_order .hf1_front img, .content_ul > li div.num2 div.thumb .hf1_front img, .review_list div.thumb .hf1_front img, .review_img_box li .hf1_front img {width: 60% !important; margin-top: 9% !important;}
.order_list table.tb_default td.num1 div.thumb .hf1_front, .order_list table.tb_default td.num1 div.thumb .hf2_front, .order_list table.tb_default td.num1 div.thumb .hf3_front {height:160px;}

/* 대량구매 - 디자인 의뢰 220627 */
.design_input .title_form {width: 100%!important; text-align: left;}
.design_input .point_title {display: inline; font-size: 24px; color: black;}
.design_input .point_text {display: inline; font-size: 12px; color: #159fda; }
.design_input .point_text2 {display: inline; font-size: 12px; color: #AFAFAF; }
.w265 {width: 265px!important;}
.design_input .design_select_box {display:flex; justify-content: space-between;}
.design_input .design_select_box .option_select {margin-bottom:15px}
.easy_order_box {display: flex;	justify-content: space-between;}
.easy_order_box .file_up {width:425px;}
.easy_order_box .file_up_img {width: 72px; margin-left:50px;}
.easy_order_box .file_up_txt {display:inline-block !important; max-width:190px; margin:0 0 0 50px !important; font-size: 16px; line-height:24px; color: #737373; text-transform:none;}
.easy_order_box .pdf_file {display: flex;}
.easy_order_box .btnFileDel {position:inherit !important; display:inline-block !important; margin-top:0 !important; margin-left:10px; border-radius: 50%; vertical-align: super;}
.easy_order_box .file_up_txt_sub {margin-top: 20px;}
.easy_order_box .file_up_txt_sub li {font-size: 13px; color: #737373; margin-bottom: 5px; text-align: left;}
.easy_order_box .file_up_txt_sub li button {margin-left: 8px; color: #999999; border-bottom: solid 1px;}
.easy_order_box .file_up .file_up_btn {display:flex; align-items: center; justify-content: flex-start; width: 425px; height: 150px; padding:0 !important; border: 1px solid #e6e6e6; position: relative;}


/*명함 gnb 팁 추가*/
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li .tit_tip {display:none; position:absolute; bottom:30px; left:0;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip {display:block; cursor: auto;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip p {margin-bottom:20px; font-size:14px; color:#1a1a1a;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip p img {width:18px; margin-right:8px; vertical-align: middle; display: inline-block!important;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .tit_tip span {font-size:12px; color:#666;}
.gnb_new .gnb_new_list .tit_wrap .gnb_depth1 li div.tit_h5 {padding:9px 15px;}


/*gnb 배너*/
header .gnb_wrap nav.gnb_box .gnb-open .bnr_label { position: absolute; top: 280px; right: 80px; left: auto;}
/*전상품 보기 라벨*/
.bnr_label { position: absolute; top: 320px; right: 10px; left: auto;}
.bnr_label img {width: 50px;}

/*sns 로그인 */
.sns_login_wrap {width:400px; margin:0 auto; text-align:center;}
.sns_login_wrap .tit_h2 {font-size:36px; font-weight: 800; color:#159fda; letter-spacing: 0.7px; line-height:32px;}
.sns_login_wrap .tit_h2 span{font-size:16px; font-weight: 700; color:#1a1a1a; letter-spacing: 1.5px;}
.sns_login_wrap .tit_p {margin:35px 0; font-size:14px; color:#999;}
.sns_login_wrap .tit_p span {font-family: 'Montserrat','YoonGothicPro760',sans-serif; font-size:25px; font-weight: 500; color:#1a1a1a; line-height:35px; color:#1a1a1a;}
.sns_login_wrap .tit_p span.benefit {font-weight: 600; font-size:25px; line-height: 35px;}
.sns_login_wrap .tit_p img {display:inline-block; width:400px; margin:15px 0;}
.sns_login_wrap .tit_p em {font-size:12px; border-radius: 15px; padding:5px 12px;}
.sns_login_wrap .login_btn button {width:100%; height:60px; margin-top:10px; font-size:16px; font-weight:400;}
.sns_login_wrap .login_btn button.kakao_btn {display:flex; justify-content: center; align-items: center; height:60px; font-size:15px; font-weight: 600; color:#1a1a1a; background:#FEE500; border-radius:12px;}
.sns_login_wrap .login_btn button.kakao_btn img, .sns_login_wrap .login_btn button.naver_btn img, .sns_login_wrap .login_btn button.apple_btn img, .sns_login_wrap .login_btn button.google_btn img {height:22px; margin-right:10px;}
.sns_login_wrap .login_btn button.naver_btn {display:flex; justify-content: center; align-items: center; font-size:15px; font-weight: 500; color: #fff; background: #1ec800; border-radius:12px;}
.sns_login_wrap .login_btn button.apple_btn {display:flex; justify-content: center; align-items: center; font-size:15px; font-weight: 500; color: #fff; background: #000; border-radius:12px;}
.sns_login_wrap .login_btn button.google_btn {display:flex; justify-content: center; align-items: center; font-size:15px; font-weight: 600; color:#1a1a1a; bbackground: #fff; border:1px solid #d9d9d9; border-radius:12px;}
.sns_login_wrap .sns_btn2 {display:flex; justify-content: center !important; margin:30px 0;}
.sns_login_wrap .sns_btn2 button {display:flex; justify-content: center; align-items: center; width:50px !important; height: 50px; margin:0 8px; border-radius: 50% !important;}
.sns_login_wrap .sns_btn2 button img {margin:0 !important}
.sns_login_wrap .login_btn3 {margin-top:30px;}
.sns_login_wrap .login_btn3 a {font-weight: 600; color:#1a1a1a;}
.sns_login_wrap button.naver {color: #fff; background: #1ec800;}
.sns_login_wrap button.apple {color: #fff; background: #000;}
.sns_login_wrap button.google {color: #fff; background: #fff; border:1px solid #e5e5e5; }
.sns_login_wrap .login_btns button img {display: inline-block; height: 19px; margin: -3px 10px 0 0; vertical-align: middle;}
.sns_login_wrap .login_btn button {position:relative;}
.sns_login_wrap .login_btn span.last_login {position:absolute; top:-15px; padding:5px 15px; font-size:12px; font-weight:normal; color:#fff; background:#159fda; border-radius: 20px; animation: last_login 2s ease-in-out infinite; }
.sns_login_wrap .login_btn span.last_login:before {border: solid; border-color: #159fda transparent; border-width: 8px 8px 0 8px; content: ""; left:50%; bottom:-5px; margin-left:-4px; position: absolute;}
@-webkit-keyframes last_login {
  0%, 100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  50% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
  }
}

/* 디자인 리스트 */
/* 상품 이미지 호버 */
.hover_anime {position: relative; width: 1200px; cursor: pointer;}
.hover_anime img.img_back {opacity: 0; transition: .3s; position: absolute; top:0; left:0; z-index: 99; }
.hover_anime:hover img.img_back { opacity: 1;}
.list_hover_img {position: relative;}
.list_3 .list_hover_img {height:300px;}
.list_4 .list_hover_img {height:240px;}
.list_hover_img {display:flex; align-items: center;}
.list_hover_img img.sample3 {margin-bottom:0 !important}
.list_ul li:hover .list_hv_change {opacity: 1; transition: .5s;}
.list_hv_change {position: absolute; top: 50%; left: 50%; opacity: 0; transform: translate(-50%,-50%) !important; transition: opacity .5s ease-in-out;} /* 서서히 투명도 조절 */

/* 전단 리스트 */
.list_3 .sample1 {width:65% !important; height:auto !important; margin-bottom:60px !important; backface-visibility: hidden; box-shadow: -3px 3px 3px 2px rgb(0 0 0 / 3%);}
.list_3 .sample2 {position: absolute; bottom: 40px; right: 40px; width:50% !important; height:auto !important; box-shadow: -3px 3px 3px 2px rgb(0 0 0 / 3%);}
.list_4 .sample1 {width:65% !important; height:auto !important; margin-bottom:30px !important; backface-visibility: hidden; box-shadow: -3px 3px 3px 2px rgb(0 0 0 / 3%);}
.list_4 .sample2 {position: absolute; bottom: 22px; right: 22px; width:50% !important; height:auto !important; box-shadow: -3px 3px 3px 2px rgb(0 0 0 / 3%);}


/* 종이부채 리스트 */
.list_3 .paperfan .sample2 {
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 40% !important;
    height: auto;
	box-shadow: none;}



.list_3 .paperfan .sample1 {
    margin-left: -10px;
    left: 10px;
    width: 50% !important;
    height: auto !important;
    margin-bottom: 0px !important;
    backface-visibility: hidden;
	box-shadow: none;}


.list_4 .paperfan .sample2 {
    position: absolute;
    bottom: 25px;
    right: 20px;
    width: 40% !important;
    height: auto;
	box-shadow: none;}



.list_4 .paperfan .sample1 {
    margin-left: -3px;
    left: 10px;
    width: 50% !important;
    height: auto !important;
    margin-bottom: 0px !important;
    backface-visibility: hidden;
	box-shadow: none;}


/*저작권*/
.copyright_txt {text-align: left !important;  background: #f3f3f3!important; padding: 20px; box-sizing: border-box!important;  margin: 0 auto;  width: 1200px;  margin-bottom: 30px !important; margin-top: 30px !important;}
.copyright_txt > p { font-size: 13px!important; color: #666!important; line-height: 25px!important; margin-top: 0px!important;}
.copyright_txt > p em { font-size: 16px!important; color: #000!important; line-height: 50px!important; font-weight: bold; font-style: normal!important;}


/* sizeArea */
.detail_new .tb_option #sizeArea {border-top: 1px dashed #e5e5e5;}
.detail_new .tb_option #sizeArea td {padding:10px 0; border-bottom: 1px solid #e5e5e5;}

/* list auto height */
.list_ul .list_file {display: flex; justify-content: center; align-items: center; box-sizing:border-box}


/*봉투 3단 디자인 리스트 추가*/
/*직접 만들기*/
.sub_list .list_wrap .list_3 li a .designlist_envelope1 {height: 308px; padding: 40px 40px!important;}
/*대봉투*/
.sub_list .list_wrap .list_3 li a .designlist_envelope2 {height: 298px; padding: 90px 40px 0px 40px!important;}
/*중봉투*/
.sub_list .list_wrap .list_3 li a .designlist_envelope3 {height: 295px; padding: 93px 40px 0px 40px!important}
/*소봉투*/
.sub_list .list_wrap .list_3 li a .designlist_envelope4 {height: 268px; padding: 120px 40px 0px 40px!important}
/*소봉투 자켓*/
.sub_list .list_wrap .list_3 li a .designlist_envelope5 {height: 298px; padding: 90px 40px 0px 40px!important;}

/* 직접수령 */
.quick_service_box {margin-top:25px;}
.quick_service_box a {margin-right:20px; color:#1a1a1a;}
.quick_service_box a:first-child {padding:10px 15px; background:#f3f3f3; border-radius: 7px;}
.quick_service_box a:last-child {text-decoration: underline;}

/* 디자인 의뢰하기 */
.design_request .bulk_top span.sub_copy {position: absolute; padding-top: 70px; font-size: 14px; line-height: 20px;}

/*포인트 선결제*/

.tab_point .black_color {margin-left: 8px;}
.tb_default3 th span.small_txt {font-size: 13px; color: #989898;}
.tab_point .btn_estimate { top: 0px; right: 0px; padding: 3px 5px !important; font-size: 12px !important; font-weight: normal; color: #666; border-bottom: 1px solid #666; position: absolute;}
.tab_point .my_sub_article2 { position: relative; margin-top: 35px;}
.txt_underline {text-decoration: underline; text-underline-position : under;}

/*옵션영역 띠배너*/
.section_linebnr img {margin: 0 auto;}




/* 당일출고 레이어팝업*/
  .sameday_delivery_pop .layer_h3 h3 {margin-bottom: 0px !important;}
  .sameday_delivery_pop h1 { padding:25px 30px; font-size:25px; color:#fff; background:#159fda;}
  .sameday_delivery_pop section {width: 530px; height: 360px; padding:40px 40px 20px 40px;}
  .sameday_delivery_pop div.thumb {position: relative; float: left; width: 200px; height: 200px; padding: 15px; line-height: 165px; text-align: center; background: #f4f4f4; box-sizing: border-box;}
  .sameday_delivery_pop div.thumb img {display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle;}
  .sameday_delivery_pop article.review_body {float: left; margin-left: 30px; text-align: left;}
  .sameday_delivery_pop article.review_body h4 {width: 285px; margin: 30px 0 20px 0; font-size: 18px; font-weight: 700; color: #000; line-height: 28px;}
  .sameday_delivery_pop article.review_body h4 span {font-size: 20px; }
  .sameday_delivery_pop article.review_body p {font-size: 13px; line-height: 24px; color: #888; margin-bottom: 25px; width: 285px;}
  .sameday_delivery_pop section div.btn_layer {clear: both; padding-top:40px; text-align: center}
  .sameday_delivery_pop section div.btn_layer button {width:250px; height:60px; margin:0 3px; font-size:18px;}
  .sameday_delivery_pop section div.checkbox {margin-top: 20px; display: inline-block;}

  .sameday_delivery_pop h1 {    letter-spacing: -1px; font-size: 20px; }  
  .sameday_delivery_pop section {width: 100%;  padding: 20px !important; width: auto!important;}  
  .sameday_delivery_pop section div.checkbox {width: 100%;} 
  .sameday_delivery_pop article.review_body {margin-left: 20px;}
  .sameday_delivery_pop article.review_body h3 { font-size: 13px; padding-bottom: 30px; } 
  .sameday_delivery_pop article.review_body ul {    display: flex;   flex-direction: column;}
  .sameday_delivery_pop article.review_body ul li {    padding-bottom: 10px;    list-style: disc;}*/

.td_select .size_custom_area {margin-top:15px;}
.td_select .size_custom_area::after {content: ""; display: table; clear: both;}
.td_select .size_custom_area div {position:relative; float:left;}
.td_select .size_custom_area .input-wrapper {
  position: relative;
  display: inline-block;
}
.td_select .size_custom_area .input-wrapper input {
  padding-right: 45px; /* chừa chỗ cho 'mm' */
}
.td_select .size_custom_area .input-wrapper .unit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: inherit;
  pointer-events: none;
  padding-left: 10px;
  border-left: 1px solid #d4d4d4;
}
.td_select .size_custom_area input {width:130px; height:45px; text-align: center; border:1px solid #d4d4d4; box-sizing: border-box;}
.td_select .size_custom_area input::placeholder {color:#bfbfbf;}
.td_select .size_custom_area div.x {margin:0 15px; padding-top:11px; font-size:17px; color:#bfbfbf;}

.img_front_482 {
    margin-top: 80px;
}

.title_482 {
    margin-top: 80px;
}

.title_1841 {
    margin-top: 80px;
}

.img_front_484 {
    margin-top: 100px;
}






    .flex-display .l_new:after,
    .gnb_detail div.info h4 > span.l_new:after{
        content: "N" !important;
        width: 15px !important;
        height: 15px !important;
    }

    .flex-display .l_hit:after,
    .gnb_detail div.info h4 > span.l_hit:after {
        content: "H"  !important;
        width: 15px !important;
        height: 15px !important;
    }
    .flex-display .l_upgrade:after,
    .gnb_detail div.info h4 > span.l_upgrade:after {         
        content: "UPGRADE"  !important;
        width: 70px !important;
        height: 20px !important;
    }
    .flex-display .gnb_new .gnb_new_list .tit_wrap .gnb_depth1 > li.active .gnb_depth2 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        align-content: stretch !important;
        justify-content: space-between !important;
    }
    .flex-display .gnb_new .gnb_new_list .tit_wrap .gnb_depth2 .gnb_list_box ul {
        margin: 10px 0 30px 0;
    }
    .flex-display .gnb_btm_menu span.logo {
        display: flex;
    }
    .flex-display .gnb_btm_menu ul li:first-child {
        width: 10%;
        text-align: center;
        padding: 0 0 0 60px;
    }
    .flex-display .gnb_btm_menu ul li a {
        cursor: pointer;
        font-weight: bold;
        color: #000;
    
    }

    .flex-display .gnb_new .gnb_new_list .tit_wrap .logo {
        margin-right: 15px
    }
    .flex-display .gnb_new .gnb_new_list .tit_wrap .logo img,
    span.logo img {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .list_group ul li div.cover {
        position: relative;
    }

    .list_group ul li div.cover .logo {
        position: absolute;
        width: 40px;
        height: 40px;
        display: block;
        background: #0000;
        bottom: -15px;
        right: 0px;     
    }

    .list_group ul li div.cover .logo img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%
    }
    
    .gnb-sub-sec .gnb_list_box h6 {
        margin: 12px 0 2px;
        font-family: 'Montserrat','YoonGothicPro760',sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
    }
    
    span.gnb_label {       
        margin-top: -2px !important;
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .gnb_new .all_product .all_product_tit {display: flex; justify-content: space-between;    width: 940px;}
    .gnb_new .all_product .all_product_tit .tag_notice span:nth-child(n+2) {margin-left: 10px;}
  .memo_tag {    color: #fff;
    text-align: center;
    width: 50px;
    height: 20px;
    top: 10px;
    position: absolute;
    background: #ff7373;
    font-size: 11px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

