@charset "utf-8";

/**
display
**/
.ellipsis {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.clear:after {content:'';display:block;clear:both;}
.blind, .hide {overflow:hidden;visibility:hidden;position:absolute;left:-5000px;top:-5000px;width:0;height:0;font-size:0;line-height:0;opacity:0;}
.of_h {overflow:hidden;}
.zoom {zoom:1;}
.bd_box {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
.inBlock {display:inline-block !important;}
.block {display:block !important;}
.noData {padding: 60px 0;border-radius: 4px;}
.noData > p {padding-top: 70px;background: url(../images/common/ico_noResult.png) no-repeat center top / 54px 54px;font-size: 15px;color: #90a0a6;line-height: 1.6;text-align: center;}
.noData.cart p {background-image: url(../images/common/ico_noResult_cart.png);background-size: 69px auto;}
.bgNone {background:none !important;}
.bdNone {border:none !important;}
.noscroll::-webkit-scrollbar {display: none;}
.space {margin-left: 6px;}
.space_bw {margin: 0 6px;}
.blur {filter:blur(3px);}
.none_scroll::-webkit-scrollbar {display: none;}
.color_option .item.white .copy_wrap p {color: #fff;}
.color_option .item.black .copy_wrap p {color: #1b2529;}
.swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {background-color: #1b2529 ;border-radius: 0;}
.swiper-pagination-progressbar {background-color: #e8ecee;}

/**
폰트
**/
/* [스타일] */
.fwR {font-weight:400;}
.fwM {font-weight:500;}
.fwB {font-weight:700;}

/* [색상] */
.txt_basic {color:#1b2529 !important;}
.txt_gray1 {color:#90a0a6 !important;}
.txt_gray2 {color:#bec8cc !important;}
.txt_white {color:#fff !important;}
.txt_blue {color:#00a8e3 !important;}
.txt_orange {color:#fe7c20 !important;}
.txt_black {color:#111 !important;}

/* [페이지 타이틀] */
.page_tit {margin-bottom: 45px;font-size:32px;font-weight:700;line-height: 100%;} /*페이지 상단 타이틀 */
.title_wrap {position:relative; margin:40px 0 15px;}
.title_wrap.mt0 {margin-top:0;}
.title_wrap .h2_tit {font-size:23px;font-weight:700;line-height: 32px;} /*페이지 타이틀 대 */
.title_wrap .h3_tit {font-size:19px;font-weight:700;line-height:28px;} /*페이지 타이틀 중 */
.title_wrap .h4_tit {font-size:17px;font-weight:700;line-height:24px;} /*페이지 타이틀 소 */
.title_wrap .sub_tit {margin-top:10px;font-size:15px;color:#90a0a6;line-height:24px;}
.title_wrap em {color:#00a8e3;}
.list_state {margin:0 0 15px 0;font-size:15px;}
.list_state em {color:#90a0a6;}

/* [리스트 dot]*/
.text_dot {position: relative;padding-left: 10px;}
.text_dot::before {display: block; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; background-color: #bec8cc; content: ""; border-radius: 50%;}

/**
정렬
**/
.ta_l {text-align:left !important;}
.ta_c {text-align:center !important;}
.ta_r {text-align:right !important;}
.va_t {vertical-align:top !important;}
.va_m {vertical-align:middle !important;}
.va_b {vertical-align:bottom !important;}
.fl_l {float:left !important;}
.fl_r {float:right !important;}

/**
forms
**/
/* [그룹형 공통] */
.form_wrap {position:relative;height:78px;padding:14px 20px 6px 20px;background:#f2f4f5;border-radius:4px;}
.form_wrap .form_tit {display:inline-block;position:relative;color:#90a0a6;}
.form_wrap .form_tit.vitally {padding-right:7px;}
.form_wrap .form_tit.vitally:after {content:'';position:absolute;right:0;top:3px;width:3px;height:3px;background:#00a8e3;border-radius:50%;}
.form_wrap .inp_text .input_text {height:40px;line-height:40px;padding:0;background:transparent;}
.form_wrap .inp_text .input_text:focus {padding:0;background:transparent;border:none;}
.form_wrap .focus_layer {position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;border-radius:4px;}
.form_wrap .inp_select .select_list {height:40px;line-height:40px;padding:0 35px 0 0;color:#bec8cc;background-color:transparent;}
.form_wrap .inp_select .select_list option {color:#1b2529;}
.form_wrap .inp_select .select_list.change {color:#1b2529;background-color:transparent;}
.form_wrap.focus {padding:12px 18px 4px 18px;background:#fff;border:2px solid #1b2529;}
.form_wrap.focus .focus_layer {z-index:-1;}
.form_wrap.error {padding:12px 18px 4px 18px;background:#fff;border:2px solid #fe7c20;}
.form_wrap.disabled {background:#e5e9eb;}
.form_wrap.disabled .form_tit {color:#bec8cc !important;}
.form_wrap.disabled .inp_text .input_text {color:#bec8cc !important;}
.form_wrap.disabled .focus_layer {cursor:no-drop;}
.form_wrap.button {padding-right:115px;}
.form_wrap.button .btn_wrap {position:absolute;top:50%;right:15px;z-index:2;transform:translateY(-50%);margin:0;}
.form_wrap.button .btn_wrap a {margin:0;}

.inp_text {position:relative;}
.inp_text .form_tit {display:inline-block;position:relative;margin:12px 0;font-size:14px;font-weight:700;color:#1b2529;}
.inp_text .form_tit.vitally {padding-right:8px;}
.inp_text .form_tit.vitally:after {content:'';position:absolute;right:0;top:5px;width:4px;height:4px;background:#00a8e3;border-radius:50%;}
.inp_text .input_text {padding:0 20px;height:54px;line-height:54px;background:#f2f4f5;border-radius:4px;}
.inp_text .input_text:focus {padding:0 18px;background:#fff;border:2px solid #1b2529;}
.inp_text.error .input_text {padding:0 18px;background:#fff;border:2px solid #fe7c20;}
.inp_text.disabled .input_text {color:#bec8cc !important;background:#e5e9eb;cursor:no-drop;}
.inp_text.button {padding-right:98px;}
.inp_text.button .btn_wrap {position:absolute;bottom:0;right:0;margin:0;}
.inp_text.button .btn_wrap .btnBasic {min-width: 90px;padding: 0;}

.inp_file {position:relative;padding-right:106px;}
.inp_file .input_file {position:absolute;left:0;top:0;width:0;height:0;opacity:0;}
/*.inp_file .input_file:focus + label {padding:0 18px;line-height:50px;background:#fff;border:2px solid #1b2529;}*/
.inp_file .upload_field {display:block;padding:0 50px 0 20px;height:54px;line-height:54px;background:#f2f4f5;border-radius:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 16px;color: #bec8cc;}
.inp_file .upload_field.on {font-size: 15px;color: #1b2529;}
.inp_file .upload_btn {position:absolute;top:0;right:0;margin:0;width:100px;line-height:52px;text-align:center;font-size:16px;font-weight:700;color:#1b2529;background:#fff;border:1px solid #e5e9eb;border-radius:4px;}
.inp_file .delete_btn {position: absolute;top: 50%;right: 126px;width: 18px;height: 18px;background: url('../images/common/ico_close4.png') no-repeat center / 100% auto;transform: translateY(-50%);}
/* .inp_file .btn_delFile {display: none;position: absolute;right:120px;top:20px;width:16px;height:16px;background:url('../images/common/ico_close4.png') no-repeat 0 0/cover;} */

/* [select] */
.select_cstm {position:relative;width:100%;height:54px;background:#f2f4f5;border-radius:4px;}
.select_cstm.open {background:#fff;}
.select_cstm .title {overflow:hidden;position:relative;width:100%;height:54px;line-height:50px;padding-right:35px;text-align:left;text-indent:10px;color:#90a0a6;text-overflow:ellipsis;white-space:nowrap;background:url('../images/common/arr_selectBg.png') no-repeat right 20px center / 11px auto;border:2px solid #f2f4f5;border-radius:4px;}
.select_cstm .title.arr_black {background:url('../images/common/arr_down1.png') no-repeat 95% center / 11px auto;}
.select_cstm.open .title {background-image:url('../images/common/arr_up1.png');border-color:#1b2529;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select_cstm.open .title.arr_black {background-image:url('../images/common/arr_up1.png');}
.select_cstm.change .title {color:#1b2529;background-image:url('../images/common/arr_down1.png');}
.select_cstm .selList {display:none;position:absolute;left:0;top:50px;width:100%;border:2px solid #1b2529;border-top:none;background:#fff;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0;opacity:0;filter:alpha(opacity=0);}
.select_cstm.open .selList {z-index:100;overflow-y:auto;opacity:1;filter:alpha(opacity=100);-webkit-overflow-scrolling:touch;}
.select_cstm .selList li {position:relative;width:100%;background:#fff;}
.select_cstm .selList li:hover {background:#f2f4f5;}
/* .select_cstm .selList li label {display:block;overflow:hidden;position:relative;width:100%;height:54px;line-height:54px;padding:0 10px;font-size:16px;color:#1b2529;text-overflow:ellipsis;white-space:nowrap;} */
.select_cstm .selList li label {display:block;position:relative;width:100%;height:auto;line-height:22px;padding:10px;font-size:16px;color:#1b2529;word-break:keep-all;}
.select_cstm .selList li .option {position:absolute;left:0;top:0;width:0;height:0;border:0;opacity:0;filter:alpha(opacity=0);}
.select_cstm.error {border-color:#fa5855;}
.select_cstm.disabled {background:#eee;}
.select_cstm.disabled .title {background-color:transparent; opacity:0.5; filter:alpha(opacity=50); cursor:default;}
.select_cstm.product_type {height:45px;margin-bottom: 9px;}
.select_cstm.product_type .selList {top:42px;}
.select_cstm.product_type .title.arr_black {display: flex; align-items: center;width: 100%; height: 45px; text-indent: 0; border-bottom: 2px solid #fff;}
.select_cstm.product_type .color_circle {overflow: hidden; flex: 0 0 auto; display: block; position: relative; width: 18px; height: 18px; margin-right: 7px; border: 2px solid #fff; border-radius: 50%;}
.select_cstm.product_type .color_circle .inner_circle {display: block; position: absolute; top: 0; right:0; width: 50%; height: 100%;}
.select_cstm.product_type .title .sel_text {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.select_cstm.product_type .select_list {padding: 16px 18px; font-size: 13px; line-height: 1; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.select_cstm.product_type.color_type .select_list {padding: 0 0 0 40px;}
.select_cstm.product_type .selList li label {position: relative; height: auto; padding: 16px 18px; font-size: 13px; line-height: 20px; color: #000;}
.select_cstm.product_type.color_type .selList li label {padding: 10px 40px 10px 40px;}
.select_cstm.product_type .color_circle {position: absolute;left: 10px;top: 12px;}
.select_cstm.soldOut .title.arr_black {padding:0 40px;}
.select_cstm .title.soldOutText::after {display: block; margin-left: auto; font-size: 13px; color:#fe7c20; content: "품절";}
.select_cstm .selList label.soldOutText::after {display: block;position: absolute;right:13px;top:10px;font-size: 13px; color:#fe7c20; content: "품절";}

.inp_select {position:relative;}
.inp_select .form_tit {display:inline-block;position:relative;margin:12px 0;font-size:14px;font-weight:700;color:#1b2529;}
.inp_select .form_tit.vitally {padding-right:7px;}
.inp_select .form_tit.vitally:after {content:'';position:absolute;right:0;top:3px;width:3px;height:3px;background:#00a8e3;border-radius:50%;}
.inp_select .select_list {padding:0 35px 0 20px;height:54px;line-height:54px;color:#90a0a6;border-radius:4px;background:#f2f4f5 url('../images/common/arr_selectBg.png') no-repeat right 20px center / 11px auto;}
.inp_select .select_list option {color:#1b2529;}
.inp_select .select_list.change {color:#1b2529;background-image:url('../images/common/arr_selectBg_change.png');}
.inp_select.disabled .form_tit {color:#bec8cc !important;}
.inp_select.disabled .select_list {color:#bec8cc !important;background:#e5e9eb;}

/* [전화양식] */
.form_wrap .phone_box:after {content:'';display:block;clear:both;}
.form_wrap .phone_box .inp_select {float:left;width:70px;padding-right:15px;}
.form_wrap .phone_box .inp_select .select_list {float:left;padding:0 15px 0 0;background:transparent url('../images/common/arr_selectBg.png') no-repeat right center / 11px auto;}
.form_wrap .phone_box .inp_select .select_list.change {background-image:url('../images/common/arr_selectBg_change.png');}
.form_wrap .phone_box .inp_text input {text-align:left;}
.form_wrap .phone_box .inp_text.sec {float:left;width:60px;margin-right:6px;}
.form_wrap .phone_box .inp_text.sec input {padding-right:12px;background: url('../images/common/bar_phone_off.png') no-repeat right center/6px auto;}
.form_wrap .phone_box .inp_text.sec.not_empty input {background-image: url('../images/common/bar_phone_on.png');}
.form_wrap .phone_box .inp_text.thi {float:left;width:50px;}

.phone_form {height: auto;padding: 2px 5px;}
.phone_form.focus, .phone_form.error {padding: 0 3px;}
.phone_form .phone_box .inp_select {width: 110px;}
.phone_form .phone_box .inp_select .select_list {height: 50px;padding: 0 15px;line-height: 50px;}
.phone_form .phone_box .inp_text {width: calc(100% - 110px);}
.phone_form .inp_text .input_text {height: 50px;line-height: 50px;}

/* [결제카드양식] */
.form_wrap .card_box:after {content:'';display:block;clear:both;}
.form_wrap .card_box .inp_select {float:left;width:70px;padding-right:15px;}
.form_wrap .card_box .inp_select .select_list {float:left;padding:0 15px 0 0;}
.form_wrap .card_box .inp_text {float:left;}
.form_wrap .card_box .inp_text.fir {width:30px;}
.form_wrap .card_box .inp_text.sec {width:40px;padding-left:16px;background:url('../images/common/bar_type1_off.png') no-repeat left center / 8px auto;}
.form_wrap .card_box .inp_text.sec.not_empty {background-image: url('../images/common/bar_type1_on.png');}

/* [주소양식] */
.addr_group .form_wrap.step1 .inp_text .input_text {padding-right:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.addr_group .form_wrap.step2 {min-height:78px;height:auto;margin-top:9px;}
.addr_group .form_wrap.step2 .value {margin-top: 10px;line-height:23px;font-size: 16px;}
.addr_group .form_wrap.step3 {margin-top:9px;}
.addr_group .addr_search {position:absolute;right:0;top:0;width:20px;height:20px;background:url('../images/common/ico_search1.png') no-repeat left center / 20px auto;}
.addr_group .addr_search:hover {transform: scale(1.15); transition: 0.3s;}
.addr_group.type2 {display: flex;flex-wrap: wrap;justify-content: space-between;width:100%;}
.addr_group.type2 .form_wrap.step1, .addr_group.type2 .form_wrap.step2 {width:49.5%;}
.addr_group.type2 .form_wrap.step2 {margin-top:0;}
.addr_group.type2 .form_wrap.step3 {width:100% !important;}

/* [검색양식] */
.search_group {position:relative;padding-left:214px;}
.search_group .inp_select {position:absolute;left:0;top:0;width:206px;}
.search_group .inp_select .select_list {padding:0 20px;background-position:92% center;}

/* [input-checkbox] */
.inp_check {display:inline-block;font-size:0;line-height:0;vertical-align:middle;}
.inp_check input {display:inline-block;vertical-align:middle;width:27px;height:27px;margin-left:10px;cursor:pointer;opacity: 0;}
.inp_check label {display:inline-block;vertical-align:middle;min-height:27px;margin-left: -27px;padding-left: 37px;background:url('../images/common/ico_check_off.png') no-repeat 0 0 / 27px auto;line-height:27px;font-size:16px;color:#90a0a6;}
.inp_check.skyblue input:checked + label {background-image:url('../images/common/ico_check_on2.png');}
.inp_check input:checked + label {background-image:url('../images/common/ico_check_on.png');color:#1b2529;}
.inp_check input:disabled + label {background-image:url('../images/common/ico_check_read.png');color:#bec8cc;}
.inp_check input:checked:disabled + label {background-image:url('../images/common/ico_check_read2.png');}

/* [input-checkbox-btn] */
.inp_check_btn {position:relative;vertical-align:middle;}
.inp_check_btn .label {display:inline-block;position:relative;height:27px;line-height:27px;padding-left:37px;font-size:16px;color:#90a0a6;background:url('../images/common/ico_check_off.png') no-repeat 0 0 / 27px;}
.inp_check_btn.visible .label {color:#1b2529;background-image:url('../images/common/ico_check_on2.png');}
.inp_check_btn .label.vitally {padding-right:7px;}
.inp_check_btn .label.vitally:after {content: '';position: absolute;right: 0;top: 6px;width: 3px;height: 3px;background: #00a8e3;border-radius: 50%;}

/* [input-checkbox-open] */
.check_open {margin-top: 9px;padding: 13px 0;border: 1px solid #f2f4f5;border-radius: 4px;}
.check_open.on {padding: 12px 0;border: 2px solid #00a7e1;}
.check_open .inp_check {position: relative;display: block;padding: 0 10px 0 10px;}
.check_open.on .inp_check {padding: 0 9px 0 4px;}
.check_con_btn {position: absolute;top: 0;right: 10px;width: 27px;height: 27px;background: url('../images/common/arr_selectBg.png') no-repeat center center / 11px auto;}
.check_con_btn.on {transform: scaleY(-1);}
.check_open .inp_check label {font-size: 16px;line-height: 27px;}
.check_con {display: none;margin-top: 12px;padding: 18px 10px 5px 17px;border-top: 1px solid #f2f4f5;}
.check_open.on .check_con {padding: 18px 9px 5px 16px;}
.check_open .check_con .clause_emphasis { color: #333;font-size: 16px;text-decoration: underline;font-weight: 700; }
.check_open .check_con .fwBuNlBlue_txt { font-size: 18px !important; font-weight: bold; color: #00a7e1; text-decoration: underline; text-underline-position: under; }
.check_open .check_con .fwBuNlBlack_txt { font-size: 18px !important; font-weight: bold; color: #000; text-decoration: underline; text-underline-position: under; }
.check_open .check_con em.member_division { display: block;padding-left: 10px; }
.check_open.on .con {padding: 18px 7px 5px 16px;}
.check_con > dl {scrollbar-3dLight-Color: #fff;scrollbar-arrow-color: #fff;scrollbar-base-color: #fff;scrollbar-Face-Color: #e5e9eb;scrollbar-Track-Color: #fff;scrollbar-DarkShadow-Color: #fff;scrollbar-Highlight-Color: #fff;scrollbar-Shadow-Color: #fff;scrollbar-width: thin;}
.check_con > dl {max-height: 150px;overflow-y: scroll;}
.check_con > dl::-webkit-scrollbar {width: 4px;}
.check_con > dl::-webkit-scrollbar-thumb {background-color: #e5e9eb;border-radius: 2px;}
.check_con > dl::-webkit-scrollbar-track {background-color: transparent;}
.check_con > dl > dt {font-weight: 500;color: #90a0a6;}
.check_con > dl > dd {margin-right: 10px;color: #bec8cc;line-height: 1.7;}
.check_con > dl > dd ul li .pri_agree { display: block;font-weight: 700;padding-left: 10px; }

/* [input-radio-open] */
.radio_open {margin-top: 9px;padding: 13px 0;border: 1px solid #f2f4f5;border-radius: 4px;}
.radio_open.on {padding: 12px 0;border: 2px solid #00a7e1;}
.radio_open .inp_check {position: relative;display: block;padding: 0 10px 0 5px;}
.radio_open.on .inp_check {padding: 0 9px 0 4px;}
.radio_con_btn {position: absolute;top: 0;right: 10px;width: 27px;height: 27px;background: url('../images/common/arr_selectBg.png') no-repeat center center / 11px auto;}
.radio_con_btn.on {transform: scaleY(-1);}
.radio_open .inp_check label {font-size: 15px; font-weight: 700; line-height: 27px;}
.radio_con {display: none;margin-top: 14px;padding: 18px 10px 5px 17px;}
.radio_con.default {display: block;}
.radio_open.on .radio_con {padding: 18px 16px 5px 16px;}
.radio_open.on .radio_con .form_wrap {margin-bottom: 9px;}
.radio_open.on .radio_con .form_wrap:last-child {margin-bottom: 0;}
.radio_open.on .con {padding: 18px 7px 5px 16px;}
.radio_con dt {font-weight: 500;color: #90a0a6;}
.radio_con dd {margin-right: 10px;color: #bec8cc;}
.radio_con dd li {margin-top: 7px;padding-left: 20px;line-height: 1.7;overflow: hidden;}
.radio_con dd li i{float: left;display: block;margin-left: -20px;}

/* [input-radio] */
.inp_radio {display:inline-block;font-size:0;line-height:0;vertical-align:middle;}
.inp_radio input {display:inline-block;vertical-align:middle;width:27px;height:27px;margin-left:10px;cursor:pointer;opacity:0;}
.inp_radio label {display:inline-block;vertical-align:middle;min-height:27px;margin-left:-27px;padding-left:37px;background:url('../images/common/ico_radio_off.png') no-repeat left center / 27px auto;vertical-align:middle;line-height:27px;font-size:16px;color:#90a0a6;}
.inp_radio input:checked + label {background-image:url('../images/common/ico_radio_on.png');color:#1b2529;}
.inp_radio input:disabled + label {background-image:url('../images/common/ico_radio_read.png');color:#bec8cc;}
.inp_radio input:checked:disabled + label {background-image:url('../images/common/ico_radio_read2.png');}

/* [textarea] */
.inp_textarea {position:relative;}
.inp_textarea textarea {min-height:125px;padding:15px 20px 40px;font-size:16px;color:#1b2529;border-radius:4px;overflow-y: auto;}
.inp_textarea textarea::placeholder {color: #bec8cc;}
.inp_textarea textarea:-webkit-input-placeholder {color: #bec8cc;}
.inp_textarea textarea:-ms-input-placeholder {color: #bec8cc;}
.inp_textarea textarea:focus {padding:13px 18px 38px;background:#fff;border:2px solid #1b2529;}
.inp_textarea .t_count {position:absolute;right:18px;bottom:15px;font-size:15px;color:#90a0a6;}
.inp_textarea.error textarea {border:2px solid #fe7c20;}
.inp_textarea.error .t_count {color:#fe7c20;}

/* [전화번호양식] */
.tel_group {font-size:0; line-height:0;}
.tel_group .tel_select {width:30%;}
.tel_group .tel_select select {width:100%;}
.tel_group .tel_box {width:35%; padding-left:5px;}
.tel_group .tel_box input {width:100%;}

/* [메일양식] */
.mail_group {position:relative; padding-right:150px;}
.mail_group .mail_box {display:block; overflow:hidden;}
.mail_group .mail_box .fir {float:left; width:56%;}
.mail_group .mail_box .sec {float:left; width:40%;}
.mail_group .mail_box em {float:left; width:4%; line-height:30px; text-align:center; font-size:11px;}
.mail_group .mail_select {position:absolute; right:0; top:0; overflow:hidden;}
.mail_group .mail_select select {float:right; width:145px;}

/* [업로드양식] */
.uoload_group .uoload_box {display:block; position:relative; padding-right:65px;}
.uoload_group .uoload_box input {width:100%;}
.uoload_group .uoload_box .btnType {position:absolute; right:0; top:0;}

/* [달력양식] */
.calendar_group {display:inline-block; position:relative; vertical-align:middle; margin:0 5px;}
.calendar_group label {padding-right:5px;}
.calendar_group .input_date {width:150px; height:28px; padding:0 5px; line-height:26px; border:1px solid #dcdcdc;}
.calendar_group input:focus, .calendar_group input:hover {border:1px solid #333;}

/**
BUTTON
**/
.btn_wrap {margin:10px 0 5px 0;line-height:0;font-size:0; text-align: center;}
.btn_wrap.inblock {display:inline-block;vertical-align:middle;}
.btn_wrap.bottom_btn {margin: 60px auto 0; padding-bottom: 0;}
.btn_wrap.bottom_btn a {margin-bottom: 0;}
.btn_wrap.txtC {text-align:center;}
.btn_wrap.txtR {text-align:right;}
.btnBasic > span {position: relative; display:inline-block; z-index: 2;}

.btnBasic {overflow:hidden;position: relative;display:inline-block;width:auto;margin:0 5px 0 0;border-width: 1px; border-style: solid;text-align:center;vertical-align:middle;white-space:nowrap;font-weight:700;color:#1b2529;border-radius:4px;transition: 0.3s ease-in;}
.btnBasic.disabled {cursor:not-allowed;}
.btnBasic:last-child {margin-right:0;}
.btnBasic.half {width:49.4%;margin-right:1.2%;}
.btnBasic.half:nth-of-type(2) {margin-right:0;}
.btnBasic.third {width:32.4%;margin:0 1.4% 0 0;}
.btnBasic.third:last-child {margin-right:0;}
.btnBasic.qaurter {width:24%;margin:0 1.333% 0 0;}
.btnBasic.qaurter:last-child {margin-right:0;}
.btnBasic.btnTxt,
.btnBasic.btnTxt2 {overflow:visible;position:relative;padding:0 18px 0 0 !important;text-align:left;color:#00a8e3; border: none;}
.btnBasic.btnTxt2 {color: #1b2529;}
.btnBasic.btnTxt:before,
.btnBasic.btnTxt2:before {content: none;}
.btnBasic.btnTxt:after,
.btnBasic.btnTxt2:after {content:'';position:absolute;right:0;top:47%;z-index: 1;transform:translate3d(0,-50%,0);width:12px;height:12px;background:url('../images/common/arr_btnTxt.png') no-repeat center center/100%;
	opacity:1;will-change:transform,opacity;
	-webkit-animation:btn_arr_move 1.2s cubic-bezier(0.650, -0.550, 0.250, 1.500) infinite;
	-moz-animation:btn_arr_move 1.2s cubic-bezier(0.650, -0.550, 0.250, 1.500) infinite;
	animation:btn_arr_move 1.2s cubic-bezier(0.650, -0.550, 0.250, 1.500) infinite;
}
.btnBasic.btnTxt2:after {width:12px;height:12px;background:url('../images/common/arr_btnTxt2.png') no-repeat center center/ 100%;}
@keyframes btn_arr_move {
	0%, 10% {transform:translate3d(0,-50%,0) scaleX(1);}
	100% {transform:translate3d(15px,-50%,0) scaleX(1.4);opacity:0;}
	/*0% {right:-4px;} 25% {right:1px;} 50% {right:-10px;} 75% {right:1px;} 100% {right:-4px;} */
}
.btnBasic.btnMore {min-width: 180px;height:54px;line-height:54px; margin: auto; padding:0;font-size:16px;color:#1b2529;border:1px solid #e1e6e8;background:#fff;}
.btnBasic.btnMore:hover {border:1px solid #aaaaaa;}
.btnBasic.btnMore::before {background: #1b2529;}
.btnBasic.btnMore span {position:relative;padding-right:20px;}
.btnBasic.btnMore span:before {content:'';position:absolute;right:0;top:50%;width:12px;height:2px;background:#1b2529;
	opacity:1;will-change:transform,opacity;
	-webkit-animation:btn_more_w 1.3s infinite;
	-moz-animation:btn_more_w 1.3s infinite;
	animation:btn_more_w 1.3s infinite;
	transform: translateY(-50%);
}
.btnBasic.btnMore span:after {content:'';position:absolute;right:5px;top:50%;width:2px;height:12px;margin-top:-5px;background:#1b2529;
	opacity:1;will-change:transform,opacity;
	-webkit-animation:btn_more_h 1.3s infinite;
	-moz-animation:btn_more_h 1.3s infinite;
	animation:btn_more_h 1.3s infinite;
	transform: translateY(-50%);
}
@keyframes btn_more_w {
	0% {transform:translateX(0);opacity:1;}
	40% {transform:translateX(10px);opacity:0;}
	41% {transform:translateX(-10px);opacity:0;}
	80%, 100% {transform:translateX(0);opacity:1;}
}
@keyframes btn_more_h {
	0%, 20% {transform:translateY(0);opacity:1;}
	50% {transform:translateY(10px);opacity:0;}
	51% {transform:translateY(-10px);opacity:0;}
	90%, 100% {transform:translateY(0);opacity:1;}
}
.btnBasic.noHover:before {content: none;}
.btnBasic.noHover {transition: none;}

/* size */
.btnBasic.sizeS {height:30px;line-height:30px;padding:0 12px;font-size:13px;}
.btnBasic.sizeM {height:39px;line-height:39px;padding:0 15px;font-size:14px;}
.btnBasic.sizeL {min-width: 180px; height:54px;line-height:54px;padding:0 15px;font-size:16px;}
.btnBasic.auto {width:100%;margin: 0 auto;}

/* color */
.btnBasic.btnWhite {color:#1b2529;border:1px solid #e5e9eb;background: #fff;}
.btnBasic.btnWhite::before {background:#1b2529;}
.btnBasic.btnBlack {color:#fff;background:#1b2529;border:1px solid #364449;}
.btnBasic.btnBlue {color:#fff;background:#00a8e3;border:1px solid #00a8e3;}
.btnBasic.btnWhite:hover {border:1px solid #aaaaaa;}
.btnBasic.btnBlack:hover {background:#000;border:1px solid #000;}
.btnBasic.btnBlue:hover {background:#0295ca;border:1px solid #1781a8;}
.btnBasic.disabled::before {content: none;}
.btnBasic.disabled.btnWhite:hover span {color: #bec8cc ;}
/* .btnBasic.btnWhite.disabled {color:#bec8cc !important;background:#fff !important;border:1px solid #bec8cc !important;}
.btnBasic.btnBlack.disabled {color:#fff !important;background:#bec8cc !important; border-color: #bec8cc !important;}
.btnBasic.btnBlue.disabled {color:#fff !important;background:#bec8cc !important; border-color: #bec8cc !important;} */
.btnBasic.disabled {color:#fff !important;background:#bec8cc !important; border:1px #bec8cc !important;}

/* text link */
.txtLink {display:inline-block;position:relative;line-height:1.2;vertical-align:middle;padding:0 2px;font-size:15px;color:#00a8e3;}
.errorMsg {display:block;margin-bottom:18px;line-height:1.2;font-size:14px;font-weight:400;color:#fe7c20;}

/* tool_tip */
.tool_tip {display:inline-block;position:relative;width:15px;height:15px;vertical-align:middle;}
.tool_tip .tip {width:15px;height:15px;vertical-align:top;background:url('../images/common/ico_tooTip2.png') no-repeat 0 0/100%;}
.tool_tip .tip_box {position:absolute;right:0;top:0;z-index:108;width:300px;padding:17px 35px 17px 21px;border:2px solid #1b2529;border-radius:4px;background:#fff;transition-property:transform,opacity; transition:.3s ease; transform:scale(0); transform-origin:98% 3%; opacity:0;}
.tool_tip .tip_box > dl {text-align:left;}
.tool_tip .tip_box > dl dt {margin:10px 0;font-size:19px;font-weight:700;color:#000;}
.tool_tip .tip_box > dl dt:first-child {margin-top:0;}
.tool_tip .tip_box > dl dd {position:relative; margin:5px 0 0 0; padding-left:9px; line-height:26px; font-size:15px;font-weight: 400;color:#1b2529;}
.tool_tip .tip_box > dl dd:before {content:''; display:block; position:absolute; left:0; top:11px; width:3px; height:3px; background:url('../images/common/dot_tip.png') no-repeat 0 0/100%}
.tool_tip .tip_box > dl dd:first-child {margin-top:0;}
.tool_tip .tip_box .close {position:absolute; right:15px; top:15px; width:14px; height:14px; background:url('../images/common/ico_close2.png') no-repeat 0 0/100%;}
.tool_tip.open .tip_box {transform:scale(1);opacity:1;}
.tool_tip.white .tip {width:15px; height:15px; vertical-align:top; background:url('../images/common/ico_tooTip2.png') no-repeat 0 0/100%;}
.tool_tip.reverse .tip_box {right:unset;left:0;transform-origin:2% 3%;}

/**
GRADE
**/
/* [별점] */
.rating_star .starPoint {display:inline-block; width:78px; height:14px; vertical-align:middle; font-size:0; color:transparent; background:url('../images/temp/rating.png') no-repeat;}
.rating_star .starPoint.p5 {background-position:0 0;}
.rating_star .starPoint.p4 {background-position:0 -25px;}
.rating_star .starPoint.p3 {background-position:0 -50px;}
.rating_star .starPoint.p2 {background-position:0 -75px;}
.rating_star .starPoint.p1 {background-position:0 -100px;}
.rating_star .starPoint.p0 {background-position:0 -125px;}
.rating_star .totalCount {display:inline-block; margin-left:10px; vertical-align:middle; font-size:12px; color:#222;}

/**
TAB
**/
/* [tab type] */
.tabType.scroll ul {font-size:0; line-height:0; overflow-y:auto; white-space:nowrap; -webkit-overflow-scrolling: touch;}
.tabType.scroll ul::-webkit-scrollbar {display:none;}
.tabType.scroll li {float:none; display:inline-block; overflow:hidden;}
.tabType li.on .tab_count {background: #1b2529;}
.tabType li .tab_count {display: inline-block; height: 20px; margin-left: 5px; padding: 0 6px; font-size: 14px; font-weight: bold; line-height: 20px; color: #fff; border-radius: 20px; background: #bec8cc;}

.tabType1 {/*margin:10px 0;*/background: #fff;}
.tabType1 ul {border-bottom:1px solid #f2f4f5;}
.tabType1 ul:after {content:''; display:block; clear:both;}
.tabType1 li {float:left; margin-right: 50px;}
.tabType1.scroll li a {padding: 0 30px;}
.tabType1 li a {display:block; position:relative; text-align:center; font-size:18px; line-height:60px; color:#90a0a6;}
.tabType1 li a:after {content:''; position:absolute; left:50%; bottom:-1px; width:0; height:2px; background:#1e282c; transition:width .2s ease; transform:translateX(-50%);}
.tabType1 li a:hover,
.tabType1 li.on a {font-weight:700; color:#1e282c;}
.tabType1 li a:hover:after,
.tabType1 li.on a:after {width:100%;}
.tabType1.reverse {background:#1b2529;}
.tabType1.reverse li {margin:0;}
.tabType1.reverse li a {width:200px;color:#fff;}
.tabType1.reverse li a:hover,
.tabType1.reverse li.on a {font-weight:700;}
.tabType1.reverse li a:after {background:#fff;}

.tabType2 {margin:10px 0;}
.tabType2.scroll {margin:10px -18px;}
.tabType2.scroll ul {padding-left:18px;}
.tabType2 ul:after {content:'';display:block;clear:both;}
.tabType2 li {overflow:hidden;float:left;position:relative;height:48px;margin-right:10px;background:#f2f4f5;border-radius:24px;}
.tabType2 li:before {content:'';position:absolute;left:50%;top:0;z-index:1;width:0;height:100%;background:#1e282c;transition:width .2s ease;transform:translateX(-50%); opacity: 0;}
.tabType2 li a {overflow:hidden;position:relative;z-index:2;padding:0 20px;line-height:48px;text-align:center;font-size:14px;color:#90a0a6;}
.tabType2 li:hover:before,
.tabType2 li.on:before {width:101%;border-radius:24px;transform:translateX(-50%); opacity: 1;}
.tabType2 li:hover a,
.tabType2 li.on a {font-weight:700;color:#fff;}

.tabType2_1 {margin:30px 0;}
.tabType2_1.scroll {margin:10px -18px;}
.tabType2_1.scroll ul {padding-left:18px;}
.tabType2_1 ul:after {content:'';display:block;clear:both;}
.tabType2_1 li {overflow:hidden;float:left;position:relative;height:48px;margin-right:10px;background:#f2f4f5;border-radius:24px;}
.tabType2_1 li:before {content:'';position:absolute;left:50%;top:0;z-index:1;width:0;height:100%;background:#1e282c;transition:width .2s ease;transform:translateX(-50%); opacity: 0;}
.tabType2_1 li a {overflow:hidden;position:relative;z-index:2;padding:0 20px;line-height:48px;text-align:center;font-size:14px;color:#90a0a6;}
.tabType2_1 li:hover:before,
.tabType2_1 li.on:before {width:101%;border-radius:24px;transform:translateX(-50%); opacity: 1;}
.tabType2_1 li:hover a,
.tabType2_1 li.on a {font-weight:700;color:#fff;}

.tabType3 {text-align: center;}
.tabType3 ul {display: inline-block;font-size: 0;text-align: left;}
.tabType3 li {display: inline-block;}
.tabType3 li a {display:block;position:relative;width: 169px;padding: 0 10px;text-align:center;font-size:14px;font-weight:500;line-height:46px;color:#1e282c;border: 1px solid #e5e9eb;}
.tabType3 li.on a {line-height: 48px;color:#fff;background:#1e282c;border: 0;}

.tabCenter ul {text-align: center;font-size: 0;}
.tabCenter ul:after {content: none;}
.tabCenter li {display: inline-block;float: none;}
.tabCenter li:last-child {margin-right: 0;}



/**
badge
**/
.badgeType {display:inline-block; vertical-align:middle; padding:0 5px; border-radius:4px; text-align:center; color:#fff;}
.badgeType.bgRed {background:#ef5350;}
.badgeType.bgBrue {background:#1976d2;}
.badgeType.bgGray {background:#868e96;}
.badgeType.bgBlack {background:#343a40;}

/**
TABLE
**/
/* [table type] */
.table_wrap {width: 100%; margin-top: 15px;}
.table_wrap.scroll_table {overflow-x: auto;}
.table_wrap table th,
.table_wrap table td {padding: 12px 10px 12px 15px; text-align: left; font-size: 15px; line-height: 1.6; border: 1px solid #fff;}
.table_wrap table th {font-weight: 700; color: #90a0a6; background-color: #e5e9eb;}
.table_wrap table td {color:#90a0a6; background-color: #f2f4f5;}
.table_wrap table td.th {background-color: #e5e9eb;}

.table_type2 table {border-top: 2px solid #1b2529;}
.table_type2.scroll_table {overflow-x: auto;}
.table_type2.add_border {overflow-x: auto;}
.table_type2.add_border table th,
.table_type2.add_border table td {border: 1px solid #f2f4f5;}
.table_type2.add_border table tr th:first-child ,
.table_type2.add_border table tr td:first-child {border-left: 0;}
.table_type2.add_border table tr th:last-child ,
.table_type2.add_border table tr td:last-child {border-right: 0;}
.table_type2.align_left table tr th,
.table_type2.align_left table tr td {text-align: left;}
.table_type2 table thead tr {text-align: center;}
.table_type2 table tr {border-top: 1px solid #f2f4f5;}
.table_type2 table th,
.table_type2 table td {padding: 17px 14px;font-size: 15px;}
.table_type2 table td {color: #90a0a6;text-align: center;}

/**
PAGING
**/
.paging_area {text-align:center;font-size:0;line-height:0;}
.paging_area a,
.paging_area span {display:inline-block;width:36px;height:36px;line-height:34px;text-align:center;vertical-align:middle;font-size:16px;}
.paging_area a img {vertical-align:top}
.paging_area span a {}
/*.paging_area span.first,
.paging_area span.prev,
.paging_area span.next,
.paging_area span.last {padding:0;}*/
.paging_area span.first {margin-right:8px;}
.paging_area span.prev {margin-right:8px;}
.paging_area span.prev a {background:url('../images/common/arr_pagePrev.png') no-repeat center center/7px auto;}
/*.paging_area span.next {margin-left:8px;}*/
.paging_area span.next a {background:url('../images/common/arr_pageNext.png') no-repeat center center/7px auto;}
/*.paging_area span.last {margin-left:8px;}*/
.paging_area a {color:#90a0a6;}
.paging_area > a {/*margin:0 8px;*/margin:0 2px;}
/*.paging_area > a:hover {color:#1e282c; border:1px solid #e5e9eb;}*/
.paging_area > .current {margin:0 8px;color:#1e282c;font-weight:700;border:1px solid #e5e9eb;border-radius:4px;}

/**
CATEGORY
**/
.cate .inp_wrap {display: none;}
.cate .btn_wrap {margin-top: 15px; text-align: left;}
.cate .btn_wrap label {display: inline-block;margin: 9px 9px 0 0;padding: 15px 16px;background: #f2f4f5;font-size: 14px;font-weight: 400;line-height: 1;color: #90a0a6;border-radius: 24px;}
.cate .btn_wrap label:hover,
.cate .btn_wrap label.on {background: #1b2529;font-weight: 500;color: #fff;}
.cate .btn_wrap label span {font-size: 14px;line-height: 1;}

/**
CATEGORY CHECKBOX
**/
.cate_check .inp_wrap {display: none;}
.cate_check .btn_wrap {margin: 0 -4px;}
.cate_check .btn_wrap label {display: inline-flex; align-items: center; margin: 0 4px 9px; padding: 15px 13px;border: 2px solid #f2f4f5 ; font-size: 14px; font-weight: 400; line-height: 1;color: #90a0a6; background-color: #f2f4f5;border-radius: 24px;}
.cate_check .btn_wrap label::before {display: block; width: 12px; height: 10px; margin-right: 8px;background: url('../images/common/ico_check1.png') no-repeat;background-size: contain;content: "";}
.cate_check .btn_wrap label:hover,
.cate_check .btn_wrap label.on {font-weight: 700; color: #1b2529; border: 2px solid #1b2529; background-color: #fff;}
.cate_check .btn_wrap label:hover::before,
.cate_check .btn_wrap label.on::before {width: 10px; height: 10px; margin-right: 10px;background: url('../images/common/ico_close1.png') no-repeat; background-size: contain;}

/**
LIST
**/
.list_type1 {margin-top: 12px;}
.list_type1 li {margin-top: 5px;padding-left: 10px;line-height: 1.6;}
.list_type1 li:before {content: '*';display: block;float: left;margin: 4px 0 0 -10px;}
.list_type2 {margin-top: 12px;}
.list_type2 li {margin-top: 5px;padding-left: 11px;line-height: 1.6;}
.list_type2 li:before {content: '-';display: block;float: left;margin-left: -11px;}
.list_type3 {margin-top: 12px;}
.list_type3 li {margin-top: 5px;padding-left: 14px;line-height: 1.6;}
.list_type3 li:before {content: '·';display: block;float: left;margin: -10px 0 0 -13px;font-size: 25px;}
.list_type4 {margin-top: 12px;}
.list_type4 li {margin-top: 5px;line-height: 1.6;}

/*밑줄선*/
.blackLine { color: #000 !important; }

/**
레이어 팝업
**/
body.layer {overflow:hidden;height:100%;}
.layerWrap {display:none;overflow:hidden;position:fixed;left:0;top:0;z-index:500;width:100%;height:100%;padding: 60px 0;background:rgba(0,0,0,0.7);opacity:0;filter:alpha(opacity=0);}
.layerWrap.before {left:-200%;}
.layerWrap .lay_inner {overflow: hidden;position:relative;top:50%;width:340px;margin:0 auto;background:#fff;border-radius:4px;transform:translateY(-50%);}
.layerWrap .lay_inner .layTop {position:relative;height:64px;line-height:34px;padding:0 30px;}
.layerWrap .lay_inner .layTop .title {text-align:center;font-size:19px;font-weight:700;color:#1b2529;line-height:64px;}
.layerWrap .lay_inner .layTop .close_pop {position:absolute;top:23px;right:20px;width:18px;height:18px;background:url(../images/common/ico_close1.png) no-repeat center center /100%;-webkit-transition-duration:.3s;transition-duration:.3s;}
.layerWrap .lay_inner .layTop .close_pop:hover {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.layerWrap .lay_inner .layCon {line-height:22px;padding: 0 28px 20px;text-align:left;}
.layerWrap .lay_inner .layCon .clause_emphasis { color: #333;font-size: 16px;text-decoration: underline;font-weight: 700; }
.layerWrap .lay_inner .layCon .terms_wrap .clause_emphasis { font-size: 17px; }
.layerWrap .lay_inner .lay_tit {margin-bottom:13px;font-size:23px;font-weight:700;}
.layerWrap .lay_inner .layCon .lay_tit {font-size:19px; line-height: 1.4;}
.layerWrap .lay_inner .layCon .txtBox {margin:0 0 40px 0;font-size:16px;color:#000;}
.layerWrap .lay_inner .layCon .layBtn {margin:45px 0 0 0;text-align:right;}
.layerWrap .lay_inner .layCon .layBtn .btnBasic {min-width:90px;margin:0 5px 0 0;}
.layerWrap .lay_inner .layCon .layBtn .btnBasic.half {margin:0 1.2% 0 0;}
.layerWrap .lay_inner .layCon .layBtn .btnBasic:last-child {margin:0 auto;}
.layerWrap .lay_inner.mid {top:0;width:480px;transform:inherit;}
.layerWrap .lay_inner.mid .layCon {max-height: calc(100vh - 184px);overflow-y: auto;padding: 0 30px 30px;}
.layerWrap .lay_inner.mid .bottom_btn {margin:45px auto 0;}
.layerWrap .lay_inner.mid .bottom_btn .btnBasic.sizeL {min-width:120px;}
.layerWrap .lay_inner.full {top:0;width:640px;transform:inherit;}
.layerWrap .lay_inner.full .layTop {width:100%;height:64px;padding:0 30px;background: #fff;}
.layerWrap .lay_inner.full .layTop .close_pop {right:30px;top:25px;}
.layerWrap .lay_inner.full .layCon {max-height: calc(100vh - 184px);overflow-y: auto;padding: 45px 30px;}
.layerWrap .lay_inner.full .btn_wrap.bottom_btn {margin: 60px auto 0;}
_:-ms-fullscreen, :root .layerWrap .lay_inner.mid .layCon {padding: 0 30px;}
_:-ms-fullscreen, :root .layerWrap .lay_inner.mid .layCon:after {content:'';display:block;width:100%;height:30px;}
_:-ms-fullscreen, :root .layerWrap .lay_inner.full .layCon {padding: 45px 30px 0;}
_:-ms-fullscreen, :root .layerWrap .lay_inner.full .layCon:after {content:'';display:block;width:100%;height:45px;}
/* .layerWrap .lay_inner.full .layCon.fixBtn .layBtn {z-index:2;width:100%;margin:0 0 0 -18px;padding:0 18px 40px;background: #fff;}
.layerWrap .lay_inner.full .layCon.fixBtn .layBtn .btnBasic.half {width: 49.2%;margin-right: 1.6%;}
.layerWrap .lay_inner.full .layCon.fixBtn .layBtn .btnBasic.half:last-child {margin-right: 0;} */

/* 배경처리 */
#overlay_bg {position:fixed;left:0;top:0;width:100%;min-height:100%;height:100%;opacity:0.8;filter:alpha(opacity=8);background:#222;z-index:101;} /* bg */

/**
skip navigation
**/
.skipNavi {position:relative;z-index:9999;}
.skipNavi li {position:absolute; left:0; top:0; width:100%;}
.skipNavi li a {display:block;width:1px;height:1px;overflow:hidden;font-size:14px;}
.skipNavi li a:focus,
.skipNavi li a:active {width:100%;height:auto;padding:7px 0;text-align:center;color:#fff;border:1px solid #136886;background:#00a7e1;}

/**
LAYOUT
**/
#wrap {position:relative;min-width:1200px;width:100%;}
#container {position:relative;width:100%;padding-bottom:120px;}
#container.gray_bg {background:#f2f4f5;}
.content_wrap {width:100%;min-height:500px;padding-top:40px;}
.content_wrap .aside_wrap {float:left;width:200px;margin:0 50px 0 0;padding:12px 0 0 20px;}
.content_wrap .contents {float:left;position:relative;width:calc(100% - 250px);}
.content_wrap.wide .contents {float:none;width:100%;}
.content_wrap.wide1400 {width:1400px;}
.content_wrap.wide1400 .contents {float:none;width:100%;}
.content_wrap.full {width:100%;max-width:1920px;}
.content_wrap.full .contents {float:none;width:100%;}
.content_wrap:after {content:'';display: block;clear: both;}
@media all and (min-width:1230px){
	.content_wrap {max-width:1200px;margin:0 auto;}
	.content_wrap.wide1400 {max-width:1400px;margin:0 auto;}
}
@media all and (max-width:1229px){
	.content_wrap .aside_wrap {margin:0 40px 0 0;}
	.content_wrap .contents {padding-right:8px;}
	.content_wrap.wide .contents {padding-left:8px;padding-right:8px;}
	.content_wrap.full .contents {padding-left:8px;}
}
@media all and (max-width:1429px){
	.content_wrap.wide1400 .contents {padding-left:8px;padding-right:8px;}
}

/* [header] */
#header {position:relative;z-index:100;width:100%;background:#fff;border-bottom:1px solid #e8ecee}
#header .h_container {width:100%;}
#header .header_util {padding:18px 5px 0;text-align: right;}
#header .header_util .util_mn {display: inline-block;overflow: hidden;}
#header .header_util .util_mn li {float: left;}
#header .header_util .util_mn li:last-child {position: relative;margin-left:5px;padding-left:10px;}
#header .header_util .util_mn li:last-child:before {content:'·';position:absolute;left:0;top:0;width:2px;font-size: 13px;color:#90a0a6;}
#header .header_util .util_mn a {font-size: 13px;color:#90a0a6;}
#header .header_main {padding: 30px 0 6px;}
#header .header_main:after {content:'';display: block;clear:both;}
#header .logo {float: left;margin-top:5px;}
#header .logo a {width:100px;height:23px;background: url('../images/common/ci_skyblue.png') no-repeat 0 0;}
#header .h_container.h_order {max-width:1200px;margin:0 auto;padding:0 88px;}
#header .h_container.h_order .header_main {height:108px;padding:0;}
#header .h_container.h_order .logo {padding-top:48px;}
#header .order_loca {float:right;padding-top: 55px;}
#header .order_loca:after {content:'';display: block;clear:both;}
#header .order_loca span {float: left;position:relative;padding-right: 17px;margin-right: 10px;font-size: 14px;color:#90a0a6;background:url('../images/common/arr_right1.png') no-repeat right center;}
#header .order_loca span:last-child {margin-right: 0;padding-right: 0;background: none;}
#header .order_loca span strong {font-weight: 700;}
@media all and (min-width:1430px){
	#header .h_container {max-width:1400px;margin:0 auto;}
}
@media all and (max-width:1429px){
	#header .h_container {padding:0 1%;}
}
@media all and (max-width:1229px){
	#header .h_container.h_order {padding:0 44px;}
}

#header #gnbList {float:left;margin:5px 0 0 125px;}
#header #gnbList ul:after {content:'';display: block;clear:both;}
#header #gnbList li {float:left;margin:0 0 0 40px;padding:0 15px}
#header #gnbList li:first-child {margin-left:0;}
#header #gnbList li .dep1_tit {overflow: hidden;position: relative;padding-bottom:26px;font-size: 18px;line-height:26px;font-weight: 700;transition:color .3s ease;}
#header #gnbList li .dep1_tit:after {content:'';position: absolute;left:inherit;right:0;bottom:1px;width:0;height:2px;background:#00a8e3;transition:width .3s ease;}

#header #gnbList li.active .dep1_tit {color:#00a8e3;}
#header #gnbList li.active .dep1_tit:after {right:inherit;left:0;width:100%;}
#header #gnbList li .dep1_tit.live span { background:url('../images/common/gnd_live_icon.png') no-repeat center;width: 44px;height: 19px;display: inline-block;vertical-align: sub; }
#header #gnbList li.active .dep1_tit.live span { background:url('../images/common/gnd_live_icon_on.png') no-repeat center; }
#header #gnbList li .sub_mnGroup {display:none;position:absolute;left:0;top:86px;width:100%;background:#fff;box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);/*border-top:1px solid #e8ecee;*/border-bottom:1px solid #e8ecee;}


#header #gnbList li .sub_mnGroup .gnbInBox {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 920px;
	padding: 32px 0;
	margin: 0 auto;
	font-size: 0;
}
#header #gnbList .gnbInBox .gnbColumn {
	width: 190px;
}
#header #gnbList .gnbInBox .gnbColumn .dep2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

#header #gnbList .gnbInBox.product .gnbColumn {
	width: auto;
}

#header #gnbList .gnbInBox.product .gnbColumn .dep2 {
	display: block;
	margin-right: 78px;
}

#header #gnbList .gnbInBox .gnbColumn .dep2 + .dep2 {
	margin-top: 26px;
}
#header #gnbList .gnbInBox i {display:inline-block;vertical-align:top;width:22px;height:24px;}
#header #gnbList .gnbInBox .ico_recom {background:url("../images/common/ico_recom.svg") no-repeat center 2px;}
#header #gnbList .gnbInBox .ico_heart {background:url("../images/common/ico_heart.svg") no-repeat center center;}
#header #gnbList .gnbInBox .ico_live {width:37px;background:url("../images/common/ico_live.svg") no-repeat center center;}
#header #gnbList .gnbInBox .gnbColumn .dep3_list {margin-top:22px;}
#header #gnbList .gnbInBox .gnbColumn .dep3_list li {width:100%;padding-left:0;margin:0;font-size:15px;line-height:24px;}
#header #gnbList .gnbInBox .gnbColumn .dep3_list li + li {margin-top:17px;}

#header #gnbList li .sub_mnGroup .inBox {position: relative;width:100%;max-width:1400px;margin:0 auto;padding:35px 5px 35px 0;font-size: 0;}
#header #gnbList li .sub_mnGroup .inBox.stroy { padding: 35px 5px 35px 20px; }
#header #gnbList li .sub_mnGroup .inBox.event { padding: 35px 5px 35px 75px; }
#header #gnbList li .sub_mnGroup .inBox.cs { padding: 35px 5px 35px 180px; }
#header #gnbList li .sub_mnGroup .inBox.event dt,
#header #gnbList li .sub_mnGroup .inBox.stroy dt {margin-bottom: 0;}
#header #gnbList li .sub_tit {position: absolute;left:5px;top:35px;font-size: 22px;font-weight: 700;}
#header #gnbList li .dep2_list {display: inline-block;vertical-align: top;padding-right:7%;}
#header #gnbList li .inBox.product .dep2_list {padding-right:6%;}
#header #gnbList li .dep2_list:last-child {padding-right: 0;}
#header #gnbList li .dep2_list dt {margin-bottom: 30px;font-size: 16px;font-weight: 700;line-height: 22px;}
#header #gnbList li .dep2_list dt a {font-size: 16px;font-weight: 700;line-height: 22px;transition:color .3s ease;}
#header #gnbList li .dep2_list dt a:hover {color:#00a7e1;}
#header #gnbList li .dep2_list dt a.combined_plan::after { content: '';background:url('../images/common/gnb_combin_icon.png') no-repeat center;width: 18px;height: 19px;display: inline-block;vertical-align: middle;margin-left: 3px; }
#header #gnbList li .dep2_list dd {margin-top: 24px; }
#header #gnbList li .dep2_list dd a {font-size: 15px;font-weight: 400;line-height:100%;transition:color .3s ease;display: inline-block;}
#header #gnbList li .dep2_list dd a:hover {color:#00a7e1;}
#header #gnbList li .dep2_list dd.new a::after { content: '';width: 14px;height: 14px;display: inline-block;background: url('../images/common/icon_new_menu.png') no-repeat center;margin-left: 4px;vertical-align: bottom; }
@media all and (max-width:1429px){
	#header #gnbList li .dep2_list:first-child {padding-left: 1%;}
}
@media all and (max-width:1280px){
	#header #gnbList {margin-left:20px;}
	#header #gnbList li {margin-left:2px;}
	#header #gnbList li .sub_mnGroup .inBox.stroy { padding: 35px 5px 35px 0px; }
	#header #gnbList li .sub_mnGroup .inBox.event { padding: 35px 5px 35px 35px; }
	#header #gnbList li .sub_mnGroup .inBox.cs { padding: 35px 5px 35px 130px; }
}
@media all and (max-width:1235px){
	#header #gnbList li .sub_tit {left:1%;}
	#header #gnbList li .inBox.product .dep2_list {padding-right:5%;}
}

#header .header_right {float: right;position:relative;display: flex;justify-content:space-between;}
#header .header_right .global_search {position: relative;width:320px;height:42px;background: #f2f4f5;border-radius:21px; cursor: pointer;}
#header .header_right .global_search .global_search_slide {position: absolute;left:24px;top: 0;width:calc(100% - 24px);height:38px; pointer-events: none;}
#header .header_right .global_search .swiper-slide .search_txt {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:42px; color: #90a0a6;}
#header .header_right .global_search .search_input {width: 270px; height: 100%;}
#header .header_right .global_search .search_btn {position: absolute;right:10px;top:0px;height: 100%; padding: 0 10px;}
#header .header_right .headLink {margin-left: 20px;}
#header .header_right .link_cart {position: relative;}
#header .header_right .link_cart .count {position: absolute;left:100%;top:-2px;min-width:20px;width:auto;height:20px;line-height:20px;padding:0 6px;text-align: center;font-size:12px;font-weight: 500;color:#fff;border-radius:20px;background:#00a8e3;transform:translateX(-50%)}
#header .header_right .link_my {position: relative;}
#header .header_right .link_my .my_list {display:none;position: absolute;left:50%;top:100%;padding-top:14px;margin-left:-77px;}
#header .header_right .link_my .my_list ul {width:148px;padding:4px 32px 20px;background: #fff;box-shadow:0 1px 8px rgba(0, 0, 0, 0.07);border:1px solid #fff;border-radius:8px;}
#header .header_right .link_my .my_list li {padding-top:15px;}
#header .header_right .link_my .my_list li a {font-size: 14px;line-height:22px;transition:all .3s ease;}
#header .header_right .link_my .my_list li a:hover {color:#00a8e3;}
#header .header_right .link_my:hover .my_list {display: block;}
#header .header_right .util_list {display:flex;position:absolute;right:-8px;bottom:100%;margin-bottom:5px;}
#header .header_right .util_list li {position:relative;padding:0 8px;}
#header .header_right .util_list li.global_site_wrap {margin:0;}
#header .header_right .util_list li.global_site_wrap:before {content:'';display:block;position:absolute;left:0;top:50%;width:1px;height:10px;background:#90a0a6;margin-top:-5px;}
#header .header_right .util_list button,
#header .header_right .util_list > li > a {font-size:14px;line-height: 22px;color:#90a0a6;}

#header .header_right .global_site_wrap {position: relative;margin:8px 0 0 21px;}
#header .header_right .global_site_wrap .global_site {display:none;overflow:hidden;position:absolute;z-index:10;right:0;top:28px;width:254px;max-height:479px;padding:5px 10px 25px 20px;background: #fff;box-shadow:0 1px 8px rgba(0, 0, 0, 0.07);border:1px solid #fff;border-radius:4px;}
#header .header_right .global_site_wrap.open .global_site {display:block;}
#header .header_right .global_site_wrap .title {font-size:15px;font-weight:700;padding-top: 20px;}
#header .header_right .global_site_wrap.local .title {font-weight: 400;line-height: 24px;}
#header .header_right .global_site_wrap.local .title strong {font-weight: 700;}
#header .header_right .global_site .country_list {overflow-y:auto;max-height:392px;margin-top:20px;
	scrollbar-3dlight-Color:#fff;
    scrollbar-arrow-color: #1b2529;
    scrollbar-base-color: #fff;
    scrollbar-face-Color: #fff;
    scrollbar-track-Color: #1b2529;
    scrollbar-darkshadow-Color: #fff;
    scrollbar-highlight-Color: #fff;
    scrollbar-shadow-Color: #fff;
}
#header .header_right .global_site .country_list::-webkit-scrollbar {width:2px;}
#header .header_right .global_site .country_list::-webkit-scrollbar-track {background-color: #f2f4f5;}
#header .header_right .global_site .country_list::-webkit-scrollbar-thumb {background-color: #1b2529;}
#header .header_right .global_site .country_list::-webkit-scrollbar-button {display: none;}
#header .header_right .global_site .country_list li {margin-top: 24px;}
#header .header_right .global_site .country_list li:first-child {margin-top:0;}
#header .header_right .global_site .country_list li a {overflow:hidden;line-height:21px;}
#header .header_right .global_site .country_list .country {float: left;width:calc(100% - 32px);padding-left: 11px;}
#header .header_right .global_site .country_list .country em {display: inline-block;position: relative;font-size: 13px;}
#header .header_right .global_site .country_list .country em + em {padding-left:5px;margin-left:4px;}
#header .header_right .global_site .country_list .country em + em:after {content:'';position: absolute;left:0;top:3px;width:1px;height:16px;background:#e1e6e8;}
#header .header_right .global_site .country_list .flag {float: left;width:32px;height:21px;}
#header .header_right .global_site .country_local {overflow: hidden;border-bottom: 1px solid #f2f4f5;margin:25px -12px 0 -20px;padding:0 12px 20px 20px;}
#header .header_right .global_site .country_local li {margin-top: 24px;}
#header .header_right .global_site .country_local li:first-child {margin-top:0;}
#header .header_right .global_site .country_local li a {overflow:hidden;line-height:21px;}
#header .header_right .global_site .country_local .country {float: left;width:calc(100% - 32px);padding-left: 11px;}
#header .header_right .global_site .country_local .country em {display: inline-block;position: relative;font-size: 13px;}
#header .header_right .global_site .country_local .country em + em {padding-left:5px;margin-left:4px;}
#header .header_right .global_site .country_local .country em + em:after {content:'';position: absolute;left:0;top:3px;width:1px;height:16px;background:#e1e6e8;}
#header .header_right .global_site .country_local .flag {float: left;width:32px;height:21px;}
#header .header_right .global_site_wrap.local .country_list {max-height:223px;}
#header .header_right .global_site .close_site {position: absolute;top:14px;right:14px;}

#header .header_right { float: right; position: relative; display: flex; flex-direction: row; justify-content: flex-start; }
#header .header_right ul.util_list { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; }
#header .header_right ul.util_list > li a { color: #1B2529; font-size: 15px; }
#header .header_right ul.util_list .head_b2b_lt { display: flex; flex-direction: row; align-items: center; justify-content: flex-start;  }
#header .header_right ul.util_list .head_b2b_lt > a { margin-right: 4px; }
#header .header_right ul.util_list .head_b2b_lt .b2b_arr_ico { display: inline-block; width: 13px; height: 13px; background: url("../images/common/head_b2b_arr.png") no-repeat center / 12px auto; margin-top: 2px; }
#header .header_right ul.util_list .global_site_wrap > button { color: #1B2529; }
#header .header_right .head_ico_wrap { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-right: 15px; }
#header .header_right .global_site_wrap .global_site { top: 36px; }

.location {width:100%;padding:17px 5px 0;}
.location.gray_bg {background-color: #f2f4f5;}
.location .inner_box {margin: auto;}
.location span {display: inline-block;line-height:100%;font-size: 12px;color:#90a0a6;}
.location span a {color:#90a0a6;}
.location span.depth {margin-left: 8px;padding-left: 13px;background: url('../images/common/arr_right1.png') no-repeat 0 center;}
@media all and (min-width:1430px){
	.location .inner_box {max-width:1400px;margin:0 auto;}
}
@media all and (max-width:1429px){
	.location {padding:17px 1% 0;}
}

.aside_wrap .lnb_list {margin-bottom:50px;}
.aside_wrap .lnb_list dt {margin-bottom:20px;line-height:15px;font-size: 15px;font-weight: 700;}
.aside_wrap .lnb_list dt a {font-size: 15px;font-weight: 700;transition:color .3s ease;}
.aside_wrap .lnb_list dt a:hover {color:#00a8e3;}
.aside_wrap .lnb_list dd {margin-top:17px; line-height:15px;}
.aside_wrap .lnb_list dd a {font-size: 15px;color:#90a0a6;transition:color .3s ease;}
.aside_wrap .lnb_list dd a:hover, .aside_wrap .lnb_list dd.on a {color:#00a8e3;}

/* [footer] */
#footer {background: #fff;border-top:1px solid #e8ecee;}

.foot_util {border-bottom:1px solid #e8ecee;}
.foot_util .inBox {position: relative;width:100%;padding:15px 5px;display: flex;justify-content: space-between;align-items: center;}
.foot_util .left_box {overflow:hidden;}
.foot_util .left_box li {float:left;margin:0 5px 0 0;}
.foot_util .left_box li:after {content: '·';display: block;float: left;margin-left: 5px;color: #90a0a6;}
.foot_util .left_box li:last-child:after {content: none;}
.foot_util .left_box li a {float: left;font-size:14px;color:#90a0a6;}
.foot_util .family_site {width:160px;}
.foot_util .family_site .select_cstm {display: block;height:30px;line-height:30px;font-size:12px;color:#90a0a6;border-radius:4px;}
.foot_util .family_site .select_cstm .title {height: 30px;line-height: 30px;border-top: 0;font-size: 12px;background-position: right 12px center;}
.foot_util .family_site .select_cstm.open .title {border-radius: 0;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.foot_util .family_site .select_cstm .selList {top: auto;bottom: 28px;z-index:400;border-top: 2px solid #1b2529;border-bottom: 0;border-radius: 0;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.foot_util .family_site .select_cstm .selList a {padding: 0 12px;}
.foot_util .family_site .select_cstm.open .selList {z-index:201;}
@media all and (min-width:1430px){
	.foot_util .inBox {max-width:1400px; margin:0 auto;}
}
@media all and (max-width:1429px){
	.foot_util .inBox {padding:15px 1%;}
}

.foot_sns_site {height: 34px;display: flex;justify-content: space-between;}
.foot_sns_site a {width:34px;height: 34px;border: 1px solid #e5e9eb;border-radius: 50%;}
.foot_sns_site a:not(:last-child) {margin-right: 15px;}

.f_business_info {margin:35px 0 10px;}
.f_business_info .info_btn {position:relative;padding-right:17px;font-size:16px;font-weight:700;color:#1b2529;}
.f_business_info .info_btn:before {content:'';position:absolute;right:0;top:7px;width:11px;height:7px;background:url('../images/common/arr_down1.png') no-repeat 0 0/100%;transition:all .3s ease;}
.f_business_info .info_box {display:none;margin-top:10px;font-size:14px;color:#90a0a6;line-height:20px;}
.f_business_info .info_box .more {display:inline-block;font-size:14px;color:#90a0a6;border-bottom: 1px solid #90a0a6;}
.f_business_info.open .info_btn:before {transform:rotate(180deg);}

#footer .f_container {width:100%;padding:25px 5px;display: flex;justify-content: space-between;}
#footer .info .inBox {overflow: hidden;}
#footer .info .inBox > p, #footer .info .inBox > .more {float: left;color: #90a0a6;font-size: 12px;line-height: 24px;}
#footer .info .inBox > .more {margin: 3px 0 0 6px;padding: 0 7px;line-height: 17px;border: 1px solid #e8ecee;border-radius: 2px;}
#footer .info .inBox p + .more {margin-left: 12px;}
#footer .info .inBox .clear + p {clear: both;}
#footer .info .inBox p:not(.clear):after {content: '|';display: inline-block;margin: 0 6px;color: #e1e6e8;}
#footer .copyright {margin-top: 10px;font-size:13px;color:#bec8cc;}
#footer .isms {margin-top: 25px;display: flex;justify-content: left;align-items: center;}
#footer .isms_img {display:flex;}
#footer .isms_img li {margin-right: 19px;}
#footer .isms .tool_tip {width: auto;color: #90a0a6;}
#footer .isms .tip {margin-left: 3px;background-image: url('../images/common/ico_tooTip2.png');vertical-align: middle;}
#footer .isms .tool_tip .tip_box {top: auto;bottom: -5px;left: calc(100% - 15px);font-size: 15px;line-height: 24px;color: #1b2529;transform-origin: 0% 100%;}
@media all and (min-width:1430px){
	#footer .f_container {max-width:1400px;margin:0 auto;}
}
@media all and (max-width:1429px){
	#footer .f_container {padding:25px 1%;}
}

.global_floatWrap {position:fixed;left:0;right:0;bottom:0;z-index:200;width:100%;height:0;}
.fixedBar .global_floatWrap.pdt {bottom:72px;}
#floating {position:absolute;right:18px;bottom:40px;z-index:200;height:56px;transition:height .3s;}
#floating.compair_add {bottom:112px;}
#floating.out {display:none;}
#floating.bottom {position:absolute;bottom:310px;}
#floating button {display:block;width:56px;height:56px;}
#floating .btn_float {background:url('../images/common/floating_open.png') no-repeat 0 0 / cover;}
#floating .btn_top {background:url('../images/common/pageTop.png') no-repeat 0 0 / cover;transition:.3s cubic-bezier(0.37, 0.82, 0.77, 1.12);transform-origin:center center;transform:scale(0);transition-property:transform;}
#floating .f_menu {overflow:hidden;position:absolute;right:0px;bottom:56px;width:280px;height:0;transition:bottom .3s ease;z-index: 200}
#floating .f_menu .item {position:absolute;bottom:-80px;width:280px;margin-bottom:10px;padding:18px 0 19px 65px;font-size: 12px;color:#90a0a6;background:#fff;border-radius:4px;box-shadow:0 0 15px rgba(0, 0, 0, 0.1);transition:all .3s ease;opacity:0;}
#floating .f_menu .item.it1 {transition-delay:.2s;}
#floating .f_menu .item.it2 {transition-delay:.3s;}
#floating .f_menu .item.it3 {transition-delay:.4s;}
#floating .f_menu .item.it4 {transition-delay:.5s;}
#floating .f_menu .item.kakao {background:#fff url('../images/common/floating_kakao.png') no-repeat 15px center;}
#floating .f_menu .item.call {background:#fff url('../images/common/floating_call.png') no-repeat 15px center;}
#floating .f_menu .item.chat {background: #fff url('../images/common/floating_chat.png') no-repeat 15px center;}
#floating .f_menu .item.noMem {background:#fff url('../images/common/floating_noMem.png') no-repeat 15px center;}
#floating .f_menu .item.cody {background:#fff url('../images/common/floating_cody.png') no-repeat 15px center;}
#floating .f_menu .item.callOrder {background:#fff url('../images/common/floating_callOrder.png') no-repeat 15px center;}
#floating .f_menu .item a {font-size:14px;color:#90a0a6;}
#floating .f_menu .item p {margin-bottom:5px;font-size:16px;font-weight: 700;color:#1b2529;}
#floating.open .btn_float {background-image:url('../images/common/floating_close.png');}
#floating.open .f_menu {height:270px;}
#floating.open .f_menu .item {opacity:1;}
#floating.open .f_menu .item.it1 {bottom:180px;transition-delay:.3s;}
#floating.open .f_menu .item.it2 {bottom:90px;transition-delay:.2s;}
#floating.open .f_menu .item.it3 {bottom:0;transition-delay:.1s;}
#floating.open .f_menu .item.it4 {/*bottom:0;transition-delay:.1s;*/}
/*  #floating.vip {bottom:40px;}
.fixedBar #floating.vip {bottom:115px;}
.fixedBar #floating.vip.bottom {bottom:310px;} */
/* #floating.vip .btn_float {background:url('../images/common/floating_vip.png') no-repeat 0 0;} 211217 vip 플로팅 visibility:hidden; 처리 */
#floating.vip .btn_float {visibility:hidden;background:url('../images/common/floating_vip.png') no-repeat 0 0;}
#floating.vip.open .btn_float {background-image:url('../images/common/floating_close.png');}
#floating.vip.open .f_menu {height:270px;}
#floating.vip.open .f_menu .item.it1 {bottom:180px;}
#floating.vip.open .f_menu .item.it2 {bottom:90px;}
#floating.vip.open .f_menu .item.it3 {bottom:0;}
#floating.view {height:126px;}
#floating.view .btn_top {margin-top:14px;transform:scale(1);}
#floating.view .f_menu {bottom:126px;}


/* 플로팅 코디매칭 */
#floating_codi_match { transition: bottom .3s, left 0.4s ease-out; display: table; border-radius: 50%; table-layout: fixed; position: absolute; right: 0; bottom: 70px; width: 56px; height: 56px; z-index: 199; }
#floating_codi_match .commentBox { display: block; position: absolute; top: 0; padding: 0; bottom: 0; right: 0; width: 55px; height: 55px; border-radius: 50px; background-color: #fff; overflow: hidden; transition: all 0.3s ease-in-out, box-shadow 1.5s linear; border: 2px solid #18bbf3;; }
#floating_codi_match .commentBox .txt_wrap { display: inline-block; font-size: 14px; font-weight: 400; }
#floating_codi_match .commentBox .txt { display: none; }
#floating_codi_match .inner_codi { display: block; position: relative; width: 56px; height: 56px; border-radius: 50%; background: url("../images/common/floating_codi.png") no-repeat; background-size: contain; top: 0; right: 0; overflow: hidden }
#floating_codi_match.open_codi .inner_codi { display: block; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 51px; height: 51px; background: url("../images/common/floating_codi_open.png") no-repeat; background-position: center center; background-size: 100% 100%; }
#floating_codi_match.open_codi .commentBox { left: auto; right: 0; width: 360px; height: 100%; }
#floating_codi_match.open_codi .commentBox .txt { display: inline; position: absolute; top: 50%; left: 30px; width: 240px; color: #000; font-size: 14px; line-height: normal; white-space: normal; text-align: left; vertical-align: middle; transform: translate(0,-50%); -ms-transform: translate(0,-50%); margin-top: 0; }
#floating.view #floating_codi_match { bottom: 140px; }

#lay_callCenter .layCon {padding:10px 30px 30px;}
#lay_callCenter .call_box {padding:30px;border:1px solid #e5e9eb;border-radius:4px;}
#lay_callCenter .call_box .call_number {margin-bottom: 18px;font-size: 23px;font-weight: 700;color:#00a7e1;}
#lay_callCenter .call_box dl {overflow: hidden;line-height:100%;}
#lay_callCenter .call_box dt {float: left;width:50%;}
#lay_callCenter .call_box dd {float: left;width:50%;text-align: right;}
#lay_callCenter .call_box dl.call_time {margin-bottom: 15px;}
#lay_callCenter .call_box dl.call_time dt {line-height:20px;font-size: 16px;font-weight: 700;padding-left:25px;background: url('../images/common/ico_time.png') no-repeat 0 center;}
#lay_callCenter .call_box dl.call_time dd {line-height:20px;font-size: 15px;color:#00a7e1;}
#lay_callCenter .call_box dl.call_day {margin-top: 10px;font-size: 15px;color:#90a0a6;}
#lay_callCenter .call_note {margin-top: 16px;font-size: 14px;color:#bec8cc;}

/* [sorting] */
.sorting_wrap {display: flex; justify-content: flex-end; position: relative; width: 100%; max-width: 200px;z-index: 7;}
.sorting_wrap .sorting_area {display: flex; align-items: center; font-size: 15px; line-height: 1; cursor: pointer;}
.sorting_wrap .sorting_area::after {display: block; width: 11px; height: 7px; margin-left: 6px; background: url('../images/common/arr_down1.png') no-repeat; background-size: contain; content: ""; pointer-events: none;}
.sorting_wrap .sorting_list {display: none; position: absolute; top: 100%; right: 0; transform: translate( 0, 12px); border: 2px solid #1b2529; background-color: #fff; border-radius: 4px;}
.sorting_wrap .sorting_list.on {display: block;}
.sorting_wrap .sorting_list a {display: flex; align-items: center ;height: 50px; padding: 0 21px; font-size: 16px;line-height: 1; }

/* [modify] */
.modify_wrap {display: flex; justify-content: flex-end; position: relative; width: 100%; max-width: 200px;}
.modify_wrap .modify_area {display: flex; align-items: center; margin-right: -5px; font-size: 15px; line-height: 1;}
.modify_type_wrap {position: absolute; right: 8%; top: 35px; width: 80px; padding: 0; background: none;}
.modify_wrap .modify_list {display: none; position: absolute; top: 100%; right: 0; transform: translate( 0, 12px); border: 2px solid #1b2529; background-color: #fff; border-radius: 4px; z-index: 1;}
.modify_wrap .modify_area:after {display: block; width: 13px; height: 15px; background: url(../images/common/ico_review2.png) no-repeat center / contain; content: ""; pointer-events: none;}
.modify_wrap .modify_list.on {display: block; right: -12px;}
.modify_wrap .modify_list a {display: flex; align-items: center ;height: 50px; padding: 0 21px; font-size: 16px;line-height: 1; }

/* 제품썸네일 가이드 */
.prd_wrap {position: relative;margin-bottom: 15px; padding: 18px 20px;border-radius: 4px; background-color: #fff;}
.prd_wrap.gray_bg {background: #f2f4f5;}
.prd_wrap.img_small {padding: 15px 20px;}
.prd_wrap .prd_info {display:flex; align-items: center; position: relative;}
.prd_wrap .prd_info.single {padding: 0;}
.prd_wrap .prd_info.add_arrow::after {display: block; width: 10px; height: 17px; margin-left: auto; background: url(../images/common/arr_right2.png) no-repeat; background-size:contain; content: "";}
.prd_wrap .prd_info.add_arrow .text_wrap {width: 50%;}
.prd_wrap .prd_info .img_wrap {width: 96px; min-width: 96px; margin-right: 18px; border-radius: 4px;background:#fff;}
.prd_wrap .prd_info .img_wrap.gray {background-color: #f2f4f5;}
.prd_wrap.img_small .prd_info .img_wrap {width: 90px; min-width: 90px}
.prd_wrap .prd_info p {font-size: 14px; line-height: 1.5;}
.prd_wrap .prd_info .prd_code {color: #90a0a6;}
.prd_wrap .prd_info .prd_name {margin: 6px 0; font-size: 17px; font-weight: 700; line-height: 1.4;}
.prd_wrap .order_info {margin-top: 14px; overflow: hidden;}
.prd_wrap .order_info .detail_wrap {float: left;padding-right: 40px;font-size: 15px;line-height: 1.5;}
.prd_wrap .order_info .detail_wrap .left_text {margin-bottom: 10px;color: #90a0a6;white-space: nowrap;}
.prd_wrap .order_info .detail_wrap .order_type {display: inline-block; margin-left: 4px;}
.prd_wrap .order_info .prd_price {margin-top: 6px; font-size: 15px; font-weight: 700;}
.prd_wrap .price_wrap {margin-top: 13px; padding: 0 20px;}
.prd_wrap .price_wrap li {display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;}
.prd_wrap .price_wrap li:last-child {margin-bottom: 0;}
.prd_wrap .price_wrap li .right_text {font-size: 19px; font-weight: 700;}
.prd_wrap .other_info {margin-top: 22px; padding: 22px 20px 0; font-size: 14px; color: #90a0a6; border-top: 1px solid #f2f4f5;}
.prd_wrap .other_info p {position: relative; padding-left: 22px;}
.prd_wrap .other_info p::before {position: absolute; left: 0; top: 2px; display: block; width: 15px; height: 16px; background: url(../images/common/ico_send3.png) no-repeat; background-size:contain; content: "";}
.prd_wrap .btn_wrap {position: absolute;top: 50%;right: 30px;width: 180px;margin: 0;transform: translateY(-50%);}

/* 리뷰 리스트 가이드 */
.review_list > li {margin-bottom: 10px;padding: 0 30px 5px;background: #f2f4f5;border-radius: 4px;}
.review_list .best {display: inline-block;padding: 3px 10px;background: #1b2529;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;font-weight: 700;color: #fff;}
.review_list .review_info {position: relative;display: flex;justify-content: space-between;align-items: center;padding-top: 25px;}
.review_list .review_info .star {position: relative;height: 18px;}
.review_list .review_info .star li {float: left;width: 18px;height: 18px;margin-right: 3px;background:url('../images/common/ico_star2.png') no-repeat left top / 18px auto;}
.review_list .review_info .star li.on {background: url('../images/common/ico_star1.png') no-repeat left bottom / 18px auto;}
.review_list .review_info .value {overflow: hidden;}
.review_list .review_info .review_id {float:left;margin-right: 18px; font-size: 15px; font-weight: 700;}
.review_list .review_info .star {float:left;}
.review_list .like_btn {padding-left: 24px;background: url('../images/common/ico_like.png') no-repeat left center / 18px auto;z-index: 6;}
.review_list .like_btn.on {background: url('../images/common/ico_like2.png') no-repeat left center / 18px auto;}
.review_list .like_btn span {display: block;font-size: 15px;color: #90a0a6;text-align: left;}
.review_list .like_btn.on span {color: #00a8e3;}
.review_list .review_info .modify_wrap {max-width: 100px;}
.review_list .review_date {margin-top: 7px;color: #90a0a6;}
.review_list .review_prd {margin: 17px 0 12px;color: #00a8e3;}
.review_list .review_text {font-size: 15px;line-height: 24px;cursor:pointer;word-break: break-all; }
.review_list .review_text.close {max-height: 48px;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;overflow: hidden;}
/* .review_list .review_text.open {height: auto;display: block;overflow: visible;} */
.review_list .review_more_btn {display: none;margin: 5px 0 0 0;text-align: left;}
.review_list .review_more_btn .btnMore {min-width: auto;height: auto;margin: 0;padding: 5px 0;line-height: 1;font-size: 14px;background: transparent;border: 0;}
.review_list .review_more_btn .btnMore:hover span {color: #1b2529;}
.review_list .review_more_btn .btnMore:before {content: none;}
.review_list .review_more_btn .btnMore:hover span:before,
.review_list .review_more_btn .btnMore:hover span:after {background: #1b2529;}
.review_list .inBox {display: flex;justify-content: space-between;}
.review_list .left_box {width: calc(100% - 330px);}
.review_list .review_img_wrap {position: relative;width: 300px;height: 116px}
.review_list .review_img {position: relative;height: 100%;display: flex;justify-content: flex-end;}
.review_list .review_img > li {position: relative;width: 146px;overflow: hidden;font-size: 0;white-space: nowrap;cursor: pointer;}
.review_list .review_img > li:first-child {border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.review_list .review_img > li:last-child {margin-left: 8px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.review_list .review_img img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.review_list .review_img img.wImg {max-width: none;width: auto;height: 100%;}
.review_list .review_img img.hImg {width: 100%;height: auto;}
.review_list .review_img_wrap .more_box {position: absolute;top: 0;right: 0;width: calc(50% - 3.5px);height: 100%;background: rgba(0, 0, 0, 0.3);border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.review_list .review_img_wrap .more_box .num {position: absolute;top: 50%;left: 50%;font-size: 36px;font-weight: 700;color: #fff;transform: translate(-50%, -50%);}
.review_list .prd_wrap {margin: 20px 0 0;padding: 15px 0;border-top: 1px solid #e5e9eb;}
.review_list .prd_wrap .text_wrap > * {text-overflow: ellipsis;word-wrap: break-word;white-space: nowrap;overflow: hidden;}

/* 리뷰 리스트 type_02 */
.review_list.type_02 .review_info {display: block;padding-top: 30px;}
.review_list.type_02 .review_info>div:first-child {display: flex; align-items: center; width: 100%;}
.review_list.type_02 .review_info .star {width: auto;}
.review_list.type_02 .best + .review_info {padding-top: 20px;}
.review_list.type_02 .review_info .review_id {overflow: hidden; margin-right: 18px; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap;}
.review_list.type_02 .link_btn_wrap {display: flex; justify-content: flex-end; margin-left: auto;}
.review_list.type_02 .link_btn_wrap .like_btn {margin: 0;}
.review_list.type_02 .main_info {display: flex; justify-content: space-between; margin-bottom: 24px;}
.review_list.type_02 .main_info .text_wrap {max-width: 800px;}
.review_list.type_02 .review_img_wrap {display: flex; justify-content: flex-end;}
.review_list.type_02 .review_prd {margin-bottom: 8px;}

/* 문의 리스트 가이드 */
.inquiry_list {border-bottom: 1px solid #f3f4f6;}
.inquiry_list > li {padding: 22px 0;border-top: 1px solid #f3f4f6;}
.inquiry_list .info {margin: 0 30px;display: flex;justify-content: space-between;align-items: center;}
.inquiry_list .info .status {width: 70px;padding: 0 10px;font-size: 13px;line-height: 24px;color: #90a0a6;text-align: center;background: #f2f4f5;border-radius: 4px;}
.inquiry_list .sucess .info .status {color: #00a8e3;}
.inquiry_list .info .tit_wrap {width: calc(100% - 402px);display: flex;justify-content: space-between;align-items: center;}
.inquiry_list .info .tit {font-size: 15px;line-height: 24px;display: inline-flex;align-items: center;}
.inquiry_list .info .date {margin: 0 30px 0 50px;font-size: 13px;color: #90a0a6;}
.inquiry_list .info .btn_wrap {width: 104px;margin: 0;text-align: right;}
.inquiry_list .info .inBox {display: flex;justify-content: space-between;align-items: center;}
.inquiry_list .info .drop_btn {float: right;width: 25px;height: 25px;background: url('../images/common/arr_down1.png') no-repeat center center / 11px auto;}
.inquiry_list .info .drop_btn.on {transform: scaleY(-1);}
.inquiry_list .drop_con {display: none;margin-top: 12px;background: #f2f4f5;border-radius: 4px;font-size: 15px;line-height: 24px;}
.inquiry_list .drop_con dl {padding: 18px 30px 20px;}
.inquiry_list dl:nth-child(2) {/*border-top: 1px solid #fff;*/}
.inquiry_list .drop_con dt {margin-bottom: 10px;font-weight: 700;color: #00a8e3;}
.inquiry_list .drop_con dt .date {margin-left: 10px;}

/* 리스트 상단 정보 */
.list_info {display: flex;justify-content: space-between;margin-bottom: 20px;}
.list_info .list_state {margin: 0;}

/* 예약 캘린더, 예약 시간 */
.reserv_sel_area {overflow: hidden;}
.reserv_sel_area .inBox {width: calc(50% - 15px);float: left;}
.reserv_sel_area .inBox:first-child {margin-right: 30px;}
.reserv_sel_area .reserv_calender {min-height: 355px;}

.reserv_calender .ui-widget.ui-widget-content {width: 100%;border: 0;font-family: 'HanSans', 'malgun gothic', sans-serif;}
.reserv_calender .ui-widget-header {padding: 0 0 13px;background: transparent;border: 0;color: #1b2529;font-size: 17px;font-weight: 700;}
.reserv_calender .ui-datepicker .ui-datepicker-prev span {background: url('../images/common/arr_left11.png') no-repeat center center / 7px auto;}
.reserv_calender .ui-datepicker .ui-datepicker-next span {background: url('../images/common/arr_right11.png') no-repeat center center / 7px auto;}
.reserv_calender .ui-datepicker th {font-size: 15px;font-weight: 400;color: #90a0a6;}
.reserv_calender .ui-datepicker td {padding: 0;}
.reserv_calender .ui-widget-content .ui-state-default {width: 45px;margin: 0 auto;padding: 0;font-size: 15px;line-height: 45px;color: #1b2529;border: 0;background: transparent;text-align: center;}
@media all and (max-width: 350px) {
  .reserv_calender .ui-widget-content .ui-state-default {width: 40px;line-height: 40px;}
}
.reserv_calender .ui-widget-content .ui-state-default.ui-state-active {margin: 0 auto;color: #fff;border: 0;background: #00a7e1;border-radius: 50%;}
.reserv_calender .ui-state-disabled, .reserv_calender .ui-widget-content .ui-state-disabled, .reserv_calender .ui-widget-header .ui-state-disabled {opacity: 1;}
.reserv_calender .ui-state-disabled span, .reserv_calender .ui-widget-content .ui-state-disabled span, .reserv_calender .ui-widget-header .ui-state-disabled span {color: #bec8cc;}

.reserv_time_btn {margin: 0 0 -5px 0;}
.reserv_time_btn button.btnBasic {margin-bottom: 8px;font-size: 15px;transition: none;}
.reserv_time_btn button:nth-child(2n) {margin-right: 0;}
.reserv_time_btn button.on {color: #00a8e3;line-height: 35px;border: 2px solid #00a8e3;transition: none;}
.reserv_time_btn button.on, .reserv_time_btn button.off {transition: none;}
.reserv_time_btn button.on:before, .reserv_time_btn button.off:before {content: none;}
.reserv_time_btn button.btnBasic.on:hover span {color: #00a8e3;}
.reserv_time_btn button.off {color: #bec8cc;}
.reserv_time_btn button.btnBasic.off:hover span {color: #bec8cc;}

/* 첨부파일 다운로드 */
.attachments {padding: 5px 15px 5px 20px;border-top: 1px solid #f3f4f6;border-radius: 4px;font-size: 14px;line-height: 1.6;background: #f2f4f5;overflow: hidden;}
.attachments > span {float: left;line-height: 34px;color: #90a0a6;}
.attachments a {float: right;height: 100%;padding: 5px 22px 5px 5px;color: #00a8e3;text-align: right;background: url('../images/customer/ico_download.png') no-repeat right center / auto 16px;text-overflow: ellipsis;word-wrap: break-word;white-space: nowrap;overflow: hidden;}
.attachments a > span {display: block;border-bottom: 1px solid #00a8e3;line-height: 20px;}

/* 전체 로딩 화면 */
#loading_page {display: flex; align-items: center; justify-content: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 600; background-color: rgba(255,255,255, 0.7);}
#loading_page .loading_area {display: flex; ;align-items: center; justify-content: center; width: 111px; height: 111px; background: #fff; border-radius: 50%; box-shadow: 0 0 40px 0 rgb(66 66 66 / 8%);}
#loading_page .loading_area::before {display: block; width: 84px; height: 84px; background: url(../images/common/loading_logo.gif) no-repeat; background-size: contain; content: "";}
#loading_page.forceHide {display: none !important;}

/* 상세 - 에디터 영역 */
.editor_video {position: relative;top: 0;left: 0;height: 0;margin: 20px auto;padding-top: 56%;}
.editor_video iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.editor_con {margin: 20px auto;font-size: 15px;line-height: 24px;}
.editor_con ul li {list-style: disc inside;}
.editor_con ol li {list-style: decimal inside;}
.editor_con a {display: inline;color: inherit;}
.editor_con + .title_wrap {padding-top: 40px;border-top: 1px solid #f2f4f5;}
.editor_table {max-width: 100%;overflow-x: auto;}

/* swiper */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {display: none;}

/* 푸터약관 */
.terms_wrap {line-height:24px;font-size:15px;color:#90a0a6;}
.terms_wrap .terms_Tab {display: none;font-size: 15px;line-height:24px;color: #90a0a6;}
.terms_wrap .terms_main_tit {margin: 25px 0 15px;text-align: center;}
.terms_wrap .terms_tit {margin: 40px 0 35px;color: #1b2529;}
.terms_wrap .terms_tit + p:not(:last-child), .terms_list_tit + p:not(:last-child) {margin-bottom: 20px;}
.terms_wrap .terms_list_tit {margin: 40px 0 10px;font-size: 17px;font-weight: 700;line-height: 24px;color: #1b2529;}
.terms_wrap .terms_table {margin: 20px -18px 10px 0;overflow-x: auto;}
.terms_wrap .terms_table table {border-top: 2px solid #1b2529;}
.terms_wrap .terms_table table td, .terms_table table th {padding: 15px;border-bottom: 1px solid #f2f4f5;word-break: keep-all;}
.terms_wrap .terms_table table th {font-weight: 700;color: #1b2529;}
.terms_wrap .terms_table:not(.bdR) table td:not(:first-child), .terms_table:not(.bdR) table th:not(:first-child) {border-left: 1px solid #f2f4f5;}
.terms_wrap .terms_table.bdR table td:not(:last-child), .terms_table.bdR table th:not(:last-child) {border-right: 1px solid #f2f4f5;}
.terms_wrap .gray_box {padding: 20px 15px;background: #f2f4f5;border-radius: 4px;}
.terms_wrap .pdT_list > li:not(:first-child) {margin-top: 30px;}
.terms_wrap .dl_list > li {margin-top: 30px;}
.terms_wrap .dl_list > li:first-child {margin-top: 0;}
.terms_wrap .dl_list > li > dl > dt {margin-bottom: 7px;font-weight: 700;}

.terms_wrap .indent {padding-left: 12px;}
.terms_wrap p {margin-bottom: 5px;}

/* 푸터약관 */
.terms_wrap {line-height:24px;font-size:15px;color:#90a0a6;}
.terms_wrap .terms_Tab {display: none;font-size: 15px;line-height:24px;color: #90a0a6;}
.terms_wrap .terms_main_tit {margin: 25px 0 15px;text-align: center;}
.terms_wrap .terms_tit {margin: 40px 0 35px;color: #1b2529;}
.terms_wrap .terms_tit + p:not(:last-child), .terms_list_tit + p:not(:last-child) {margin-bottom: 20px;}
.terms_wrap .terms_list_tit {margin: 40px 0 10px;font-size: 17px;font-weight: 700;line-height: 24px;color: #1b2529;}
.terms_wrap .terms_list_tit:first-child {margin-top: 0;}
.terms_wrap .terms_table {margin: 20px -18px 10px 0;overflow-x: auto;}
.terms_wrap .terms_table table {border-top: 2px solid #1b2529;}
.terms_wrap .terms_table table td, .terms_table table th {padding: 15px;border-bottom: 1px solid #f2f4f5;word-break: keep-all;}
.terms_wrap .terms_table table th {font-weight: 700;color: #1b2529;}
.terms_wrap .terms_table:not(.bdR) table td:not(:first-child), .terms_table:not(.bdR) table th:not(:first-child) {border-left: 1px solid #f2f4f5;}
.terms_wrap .terms_table.bdR table td:not(:last-child), .terms_table.bdR table th:not(:last-child) {border-right: 1px solid #f2f4f5;}
.terms_wrap .gray_box {padding: 20px 15px;background: #f2f4f5;border-radius: 4px;}
.terms_wrap .pdT_list > li:not(:first-child) {margin-top: 30px;}
.terms_wrap .dl_list > li {margin-top: 30px;}
.terms_wrap .dl_list > li:first-child {margin-top: 0;}
.terms_wrap .dl_list > li > dl > dt {margin-bottom: 7px;font-weight: 700;}
.terms_wrap .indent {padding-left: 12px;}

/* 처리중 페이지 */
#progress_page {display: flex; justify-content: center; align-items: center; position: fixed; ;left: 0; top: 0; width: 100%; height: 100%; background-color: #fff;}
#progress_page .progress_wrap {display: flex; align-items: center; flex-direction: column; text-align: center;}
#progress_page .progress_wrap .logo_img {display: block; width: 132px;}
#progress_page .progress_wrap .loading_img {display: block; width: 60px; margin: 40px 0 35px;}
#progress_page .progress_wrap .progresss_text {font-size: 18px; font-weight: 700; line-height: 1.5;}

/* 리스트 소팅검색 + 배경 */
.soting_group {position: relative;background: #f2f4f5;}
.soting_group .soting_box {position: relative;padding:20px 30px 20px;font-size: 14px;color:#90a0a6;border-bottom: 1px solid #e5e9eb;}
.soting_group .soting_box .btn_wrap {position: absolute;right:30px;top:15px;margin:0;}
.soting_group .soting_select {display:none;justify-content:flex-end;align-items:flex-start;position:absolute;left:0;top:58px;z-index:10;width:100%;padding: 45px 30px;background: #fff;font-size: 0;text-align: right;box-shadow:0px 6px 5px rgb(0 0 0 / 10%);}
.soting_group .soting_select .inp_select {min-width: 166px;display: inline-block;margin-right: 7px;}
.soting_group .soting_select .btn_wrap {margin: 0;display: inline-block;}
.soting_group .soting_select .btn_wrap .btnBasic {min-width: 166px;}
.js_soting_con .dim {position: absolute;left: 0;top: 0;width:100%;height:100%;background: rgba(0,0,0,0.5);}

/* 결제수단 선택 */
.method_payment {display: flex;justify-content:start;}
.method_payment input {display: none;}
.method_payment .label {width:24%;margin-right: 1.3333%;background:#fff;}
.method_payment .label:last-child {margin-right:0;}
.method_payment .label:only-child {width:100%;}
.method_payment label {display:block;height:84px;border:1px solid #e5e9eb;border-radius:4px;font-size: 0;line-height: 0;}
.method_payment label.case_1 {background:url('../images/common/ico_payment1.png') no-repeat center center;}
.method_payment label.case_2 {background:url('../images/common/ico_payment2.png') no-repeat center center;}
.method_payment label.case_3 {background:url('../images/common/ico_payment3.png') no-repeat center center;}
.method_payment label.case_4 {background:url('../images/common/ico_payment4.png') no-repeat center center;}
.method_payment label.case_5 {background:url('../images/common/ico_payment5.png') no-repeat center center;}
.method_payment label.case_6 {background:url('../images/common/ico_payment6.png') no-repeat center center;}
.method_payment input:checked + label {border:2px solid #00a8e3;}
.method_payment input:checked + label.case_1 {background-image:url('../images/common/ico_payment1_on.png');}
.method_payment input:checked + label.case_2 {background-image:url('../images/common/ico_payment2_on.png');}
.method_payment input:checked + label.case_3 {background-image:url('../images/common/ico_payment3_on.png');}
.method_payment input:checked + label.case_4 {background-image:url('../images/common/ico_payment4_on.png');}
.method_payment input:checked + label.case_5 {background-image:url('../images/common/ico_payment5_on.png');}
.method_payment input:checked + label.case_6 {background-image:url('../images/common/ico_payment6_on.png');}

/* 카운트박스 */
.vip_countBox {text-align: right;font-size:0;}
.vip_countBox .btn_count {width:30px;height:30px;}
.vip_countBox .count_view {display:inline-block;width:26px;margin:0 10px;font-size:15px;text-align: center;}
.vip_countBox .minus {display:inline-block;background: url('../images/common/ico_minus1.png') no-repeat 0 0/cover;}
.vip_countBox .plus {display:inline-block;background: url('../images/common/ico_plus2.png') no-repeat 0 0/cover;}
.vip_countBox .minus.disabled {display:inline-block;background: url('../images/common/ico_minus2.png') no-repeat 0 0/cover;}

/* 푸터약관 */
.layerWrap .terms_area .terms_slt {margin-bottom:10px;}
.layerWrap .terms_area .terms_slt select {color:#1b2529;}
.layerWrap .terms_area .termsBox {display:none;}
.layerWrap .termsBox {line-height:22px;font-size:15px;color:#90a0a6;}
.layerWrap .termsBox dl {margin-top:30px;}
.layerWrap .termsBox .tit {margin-top:30px;}
.layerWrap .termsBox .txt {margin-top:5px;}
.layerWrap .termsBox .history {margin-top:40px;}

/* 약관동의 폼 */
.agree_area {border: 1px solid #e5e9eb;border-radius: 4px;background:#fff;}
.agree_area.on {border: 2px solid #00a8e3;}
.agree_area input {margin-left: 0;}
.agree_area label em {display:inline-block; color: #00a8e3;}
.agree_area .agree_all {padding:12px 20px;border-bottom: 1px solid #e5e9eb;}
.agree_area .agree_all .inp_check label {font-weight: 500;}
.agree_area .agree_box {padding:15px 0;}
.agree_area .agree_box .inp_check {display: block;padding: 8px 55px 8px 20px;}
.agree_area .agree_box .inp_check.noLay {padding-right:20px;}
.agree_area .agree_box .inp_check.noLay button {display:none;}
.agree_area .agree_box .inp_check:first-child {padding-top:0;padding-bottom:0;margin-bottom:8px;}
.agree_area .agree_box .inp_check:last-child {padding-bottom:0;margin-bottom:0;}
.agree_area .inp_check {position:relative;overflow:hidden;}
.agree_area .inp_check input {position: absolute;left:-100%;}
.agree_area .inp_check label {margin:0;font-size: 15px;background-position:left center;line-height: 26px;}
.agree_area .inp_check .sub_text {margin: 3px 0 0 37px;font-size: 14px;line-height: 21px;color: #bec8cc;}
.agree_area button {position:absolute;right:3%;top:50%;width: 24px;height: 27px;margin:-13px 0 0 0;background: url('../images/common/arr_right3.png') no-repeat center center / auto 11px;}

