@import url("slick.css");
.radio_row.duty_period {
  display: flex;
  gap: 5px;
}

/*  */
.options-1 {
  background: #ffffff;
  padding: 38px 18px;
  margin: 0 0 20px;
  border-radius: 8px;
  border: 2px solid #1b2529;
}

.option-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

.option-color .option-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-color .color-name {
  font-size: 16px;
  font-style: normal;
  color: #333;
  margin-left: auto;
}

.color-lists {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.color-el {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s;
}

.color-el.active {
  /* border-color: #000; */
  outline: 1px solid #000;
  outline-offset: 5px;
}

/*  */
#container.sub {
  min-height: calc(100vh - 476px);
}

/* check_style*/
.check_style {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.check_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url("/img/main/checkbox_off.png") no-repeat center center;
}

.check_style:hover input ~ .checkmark {
}

.check_style.active .checkmark,
.check_style input:checked ~ .checkmark {
  background: url("/img/main/checkbox_on.png") no-repeat center center;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_style.active .checkmark:after {
  display: block;
}

.check_style input:checked ~ .checkmark:after {
  display: block;
}

.check_style .checkmark:after {
}

.i_tit {
  font-size: 26px;
  color: #333;
  margin: 40px 0 20px;
  font-weight: 400;
}

.ta_list01 {
  width: 100%;
}

.ta_list01 th {
  height: 40px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}

.ta_list01 td {
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}

.ta_right {
  text-align: right;
}

.btn_st02 {
  display: inline-block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  background-color: #d21c55;
}

.btn_st03 {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #cccccc;
  color: #333;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_st03.c01 {
  color: #fff;
  background-color: #d21c55;
  border-color: #d21c55;
}

.btn_st04 {
  display: inline-block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  background-color: #d21c55;
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.btn_st05 {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}

.btn_sav {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}

.btn_del {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  color: #333;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_st06 {
  display: inline-block;
  width: 255px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background-color: #d21c55;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_st06.c01 {
  border: 1px solid #ccc;
  line-height: 53px;
  color: #333;
  background-color: #fff;
}

.btn_st07 {
  display: inline-block;
  width: 144px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: #595959;
}

.btn_st07.c01 {
  background-color: #d21c55;
  border-color: #d21c55;
}

.btn_payment {
  display: block;
  margin: 20px auto 40px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-align: center;
  background-color: #d21c55;
  color: #fff;
  font-size: 20px; /*  border-bottom: 4px solid #1183bb; */
}

.btn_st08 {
  display: inline-block;
  width: 255px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  color: #069ee9;
  border: solid 1px #069ee9;
  margin-left: 15px;
}

.btn_class_info {
  display: none;
  margin: 0px 0 5px 20px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  background-color: #777777;
  color: #fff;
  outline: none;
}

.sub_location {
  padding: 24px 0 12px;
}

.sub_location .sl_left::after {
  content: "";
  display: block;
  clear: both;
}

.sub_location .lo_home {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  background: url(../img/ico/lo_home.png) center center no-repeat;
}

.sub_location span {
  display: block;
  float: left;
  margin-left: 13px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  background: url(../img/ico/lo_arrow.png) left center no-repeat;
}

.sub_location span:last-child {
  color: #07a7e3;
  font-weight: 500;
}

.sub_wrap {
  position: relative;
  margin-top: 40px;
}

.sub_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.item_list #snb {
  float: left;
  width: 180px;
  display: none;
}

.item_list .sub_content.dak_01 {
  float: none;
  width: 100%;
}

.item_list .item_wrap {
  padding-bottom: 160px;
}

.item_list .title {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.item_list .item_banner_bg {
  position: relative;
  margin-bottom: 50px;
}

.item_list .item_banner_bg .item_banner_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  z-index: 11;
}

.item_list .item_banner_bg .item_banner_btn.slick-prev {
  left: 0;
}

.item_list .item_banner_bg .item_banner_btn.slick-next {
  right: 0;
}

.item_list .item_banner_bg .item_content_detail {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
}

.item_list .item_banner_bg .item_content_detail .subject p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.item_list .item_banner_bg .item_content_detail .contents {
  margin: 20px 0 50px;
}

.item_list .item_banner_bg .item_content_detail .contents p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.item_list .item_banner_bg .item_content_detail .links {
  padding: 20px 25px;
  border-radius: 16px;
  /* background-color: #adaeb4; */
  width: fit-content;
}

.item_list .item_banner_bg .item_content_detail .links a {
  font-size: 18px;
  font-weight: 500;
}

.item_list .item_banner_wrap a {
  display: block;
}

.item_list .item_banner_bg .wrap_layout {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.item_list .item_banner_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  z-index: 111;
}

.item_list .item_banner_wrap .slick-prev {
  left: 20px;
  background-image: url(../img/btn/item_banner_prev.png);
}

.item_list .item_banner_wrap .slick-next {
  right: 20px;
  background-image: url(../img/btn/item_banner_next.png);
}

.item_list .item_banner_wrap .slider_item img {
  height: 550px;
  object-fit: cover;
}

.item_list .item_banner_wrap .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 10;
}

.item_list .item_banner_wrap .slick-dots li button {
    font-size: 0 !important;
}

.item_list .item_banner_wrap .slick-dots li button:before {
    content: "";
    font-size: 14px;
    color: #ccc;
    /* opacity: 0.5; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    border: 1px solid #000;
}

.item_list .item_banner_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
}

.item_list .depth02_tab_wrap {
  margin: 60px 0 50px;
  font-size: 0;
  text-align: center;
}

.item_list .depth02_tab_wrap a {
  display: inline-block;
  width: calc(20% - 8px);
  max-width: 200px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #eeeeee;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #757575;
  border-radius: 30px;
  box-sizing: border-box;
}

.item_list .depth02_tab_wrap a:nth-child(5n) {
  margin-right: 0;
}

.item_list .depth02_tab_wrap a.on {
  border: 2px solid #07a7e3;
  color: #07a7e3;
}

.item_detail_filter_new h3 {
  margin-bottom: 54px;
  font-size: 36px;
  font-weight: 700;
  color: #07a7e3;
  text-align: center;
}

.item_detail_filter table {
  width: 100%;
  table-layout: fixed;
}

.item_detail_filter thead th {
  height: 46px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #07a7e3;
}

.item_detail_filter tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.item_detail_filter tbody th {
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  vertical-align: middle;
}

.item_detail_filter tbody td {
  padding: 25px 20px;
  vertical-align: middle;
}

.item_detail_filter .check_item {
  display: inline-block;
  margin-right: 26px;
}

.item_detail_filter .check_item input {
  display: none;
}

.item_detail_filter .check_item input + label {
  display: block;
  padding-left: 26px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico/ico_checkbox_black.png);
}

/* .item_detail_filter .check_item input + label:hover {
    background-image: url(../img/ico/ico_checkbox_black_hover.png);
} */
.item_detail_filter .check_item input:checked + label {
  background-image: url(../img/ico/ico_checkbox_black_on.png);
}

.item_list .sub_item_list {
  margin-top: 70px;
}

/* product_cont_wrap */

.product_cont_wrap {
  display: flex;
  gap: 35px;
  position: relative;
}

.product_cont_wrap .item_detail_filter {
  max-width: 275px;
  position: absolute;
  top: 0;
  left: 0;
}

.product_cont_wrap .item_detail_filter.fixed {
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
}

.product_cont_wrap .item_detail_filter .check_item {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
}

.product_cont_wrap .sub_item_list {
  width: calc(100% - 275px - 35px);
  margin-left: auto;
}

.product_cont_wrap .item_detail_filter tbody tr {
  display: flex;
  flex-direction: column;
  padding: 16px 0px;
  min-width: 275px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.product_cont_wrap .sub_item_list {
  margin-top: 33px;
}

.product_cont_wrap .item_detail_filter .check_item input + label {
  padding-left: 37px;
  line-height: 30px;
  background: url("../img/ico/ico_check_off.png") no-repeat 0 0 / 27px auto;
}

.product_cont_wrap .item_detail_filter .check_item input:checked + label {
  background-image: url(../img/ico/ico_check_on.png);
  color: #1b2529;
}

/* .product_cont_wrap .item_detail_filter .check_item input + label:hover
 {
    background-image: url(../img/ico/ico_check_on.png);
} */

.product_cont_wrap .item_detail_filter .check_item + .check_item {
  margin-top: 15px;
}

.product_cont_wrap .filter_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
}

.product_cont_wrap .filter_tit .drop_btn {
  display: block;
  margin-left: 6px;
  width: 11px;
  height: 15px;
  background: url(../img/ico/arr_up1.png) no-repeat scroll center center / 11px
    7px;
  content: "";
}

.product_cont_wrap .filter_tit.up .drop_btn {
  background: url(../img/ico/arr_selectBg_change.png) no-repeat scroll center
    center / 11px 7px;
}

.product_cont_wrap .filter_reset_btn {
  display: flex;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #252525;
}

.product_cont_wrap .filter_reset_btn::after {
  display: block;
  margin-left: 6px;
  width: 12px;
  height: 14px;
  background: url(../img/ico/ico_reset3.png) no-repeat;
  background-size: contain;
  content: "";
}

.sub_wrap.dak_01 {
  width: 100%;
  float: none;
}

.snb_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.snb_box.border_none {
  border: none;
}

.snb_box .sb_tit01 {
  font-size: 20px;
  color: #333;
  padding: 38px 18px;
  border-bottom: 1px solid #ddd; /* border-left: 1px solid #ddd; */
  background: #f5f5f5;
}

.snb_box .sb_tit02 {
  font-size: 15px;
  color: #333;
  padding: 14px 18px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

.snb_box .snb_list {
  padding: 10px 19px;
}

.snb_box .snb_list > li > a,
.snb_box .snb_list > li > label.check_style {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  color: #333;
  font-family: "맑은 고딕", "Malgun Gothic";
  letter-spacing: -0.4px;
}

.snb_box .snb_list > li > label.check_style {
  padding-left: 25px;
}

.snb_box .snb_list > li > label.check_style .checkmark {
  top: 5px;
}

.snb_box .snb_list > li > a .num {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d21c55;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: top;
}

.snb_box .snb_list > li:first-child > a .num {
  background: #d21c55;
}

.snb_box .snb_list > li ul li a {
  display: block;
  padding: 0px 0;
  font-size: 13px;
  color: #333;
  font-family: "맑은 고딕", "Malgun Gothic";
  letter-spacing: -0.4px;
  text-indent: 5px;
}

.check_list .snb_list > li {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.check_list .snb_list > li > a {
  font-size: 15px;
  background: url("/img/sub/icon_splus.png") no-repeat right center;
  font-weight: bold;
}

.check_list .snb_list > li > a.on {
  background: url("/img/sub/icon_sminus.png") no-repeat right center;
}

.check_list .snb_list > li > a .unit {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.check_list .snb_list > li .depth02 {
  display: none;
}

.check_list .snb_list > li .depth02 > li {
  padding: 6px 0;
}

.check_list .snb_list > li .depth02 > li .check_style {
  font-size: 13px;
  color: #333;
  letter-spacing: -0.5px;
}

.check_list .snb_list > li .depth02.color_check {
  margin-left: -9px;
  padding-top: 25px;
}

.check_list .snb_list > li .depth02.color_check > li {
  float: left;
  padding: 0;
  margin-left: 9px;
  margin-bottom: 10px;
}

.num_list .snb_list > li > a {
  padding: 6px 0;
}

.color_check .ic_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.check_list .snb_list > li .depth02.size_check > li {
  padding: 0;
}

.size_check {
  margin-top: 20px;
  width: 143px;
}

.size_check > li {
  float: left;
  width: 33.33333%;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 35px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* .size_check > li.active a{color: #ff4d4d;} */
.size_check > li.active a {
  color: #333;
}

.size_check > li a {
  display: block;
  font-size: 12px;
  color: #333;
}

.snb_box .itme_type02 {
  padding: 19px;
}

.snb_box .itme_type02 > li {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 20px;
}

.snb_box .itme_type02 > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.sub_top_banners:after {
  content: "";
  display: block;
  clear: both;
}

.imb_slider {
  overflow: hidden;
  width: 680px;
  height: 358px;
}

.item_main_banner {
  float: left;
  width: 680px;
}

.item_right_banner {
  position: relative;
  overflow: hidden;
  float: right;
  width: 280px;
  height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item_right_banner h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.imb_tab {
  width: 683px;
  margin-left: 1px;
}

.imb_tab li {
  float: left;
  width: 25%;
  height: 42px;
  line-height: 40px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.imb_tab li a {
  display: block;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.imb_tab li a.active {
  background-color: #3a3a3c;
  color: #fff;
  border-color: #3a3a3c;
}

.item_right_banner .bx-pager {
  position: absolute;
  right: 20px;
  top: 14px;
}

.item_right_banner .bx-pager-item {
  display: inline-block;
  margin-left: 6px;
}

.item_right_banner .bx-pager-item .bx-pager-link {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #aaa;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

.item_right_banner .bx-pager-item .bx-pager-link.active {
  background: #d21c55;
}

/* 제품 리스트 상세검색 */
.item_wrap .iw_top {
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.item_detail_search {
  position: relative;
  padding-left: 75px;
  margin-bottom: 15px;
  min-height: 24px;
  display: none;
}

/* display:none; */
.item_detail_search dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}

.item_detail_search dd:after {
  content: "";
  display: block;
  clear: both;
}

.item_detail_search dd .ids_close {
  float: left;
  padding: 0 32px 0 11px;
  margin-left: 10px;
  line-height: 22px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #888;
  background: url("/img/sub/icon_close01.png") no-repeat 88% center;
  border-radius: 11px;
}

.item_detail_search dd .ids_close:first-child {
  margin-left: 0;
}

.item_detail_tab {
  padding: 0 12px;
  background: #f6f6f6;
  line-height: 30px;
  overflow: hidden;
}

.item_detail_tab a {
  position: relative;
  float: left;
  padding: 0 8px;
  font-size: 12px;
  color: #434343;
}

.item_detail_tab a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  border-left: 1px solid #ccc;
}

.item_detail_tab a:first-child:after {
  display: none;
}

.item_detail_tab a.active {
  color: #50738b;
}

.item_detail_tab button {
  position: relative;
  float: left;
  padding: 6px 8px;
  font-size: 12px;
  color: #434343;
  border: none;
  outline: 0;
}

.item_detail_tab button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  border-left: 1px solid #ccc;
}

.item_detail_tab button:first-child:after {
  display: none;
}

.item_detail_tab button.active {
  color: #50738b;
}

.tit_st02 {
  font-size: 15px;
  color: #fff;
  background: #3a3a3c;
  padding: 0 32px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-weight: 500;
}

.tit_st02 span {
  font-size: 12px;
  color: #999999;
  margin-left: 20px;
}

/* 나의쇼핑정보 */
.mii_content {
  position: relative;
  overflow: hidden;
  height: 272px;
  border: 1px solid #ddd;
  border-top: 0;
}

.mii_list {
  float: left;
  width: 445px;
}

.mii_right {
  float: right;
  width: 730px;
  padding: 41px 0 35px;
}

.mii_list .tab_tit {
  position: relative;
  width: 180px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #f6f6f6;
  font-size: 15px;
}

.mii_list .tab_tit a {
  display: block;
  color: #333;
  font-size: 14px;
}

.mii_list > li.active .tab_tit {
  background-color: #fff;
  border-right-color: #fff;
}

.mii_list > li.active .tab_content {
  display: block;
}

.mii_list > li:first-child .tab_tit {
  border-top: 0;
}

.mii_list .tab_content {
  position: absolute;
  left: 175px;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 41px 0 35px;
  display: none;
}

.tab_content {
  position: relative;
  float: left;
  width: 270px;
}

.tab_content:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 41px;
  bottom: 35px;
  border-right: 1px solid #ddd;
}

.tab_content .my_item_slider {
  position: relative;
  width: 140px;
  margin: 0 auto;
}

.my_item_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background: url("/img/sub/btn_arrow01.png") no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  opacity: 0.8;
}

.my_item_slider .slick-arrow.slick-prev {
  left: -48px;
  background-position: left top;
}

.my_item_slider .slick-arrow.slick-next {
  right: -44px;
  background-position: -18px top;
}

.my_item_slider .slick-arrow:hover {
  opacity: 1;
}

.mii_content .slick-counter {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 12px;
  color: #888;
}

.mii_content .slick-counter .current {
  color: #333;
}

.my_item_carousel .slick-counter {
  right: 30px;
}

.my_item_carousel {
  position: relative;
}

.my_item_carousel .mic_slider {
  padding-left: 13px;
}

.my_item_carousel .itme_type02 .slick-slide {
  padding: 0 5px;
  width: 166px;
  box-sizing: border-box;
}

.my_item_carousel .mic_txt {
  position: absolute;
  top: -22px;
  font-size: 12px;
  color: #555;
  font-weight: 300;
  padding-left: 30px;
}

.my_item_carousel .slick-arrow {
  position: absolute;
  top: 38%;
  margin-top: -35px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background: url("/img/sub/btn_arrow01.png") no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 55;
  opacity: 0;
  transition: 0.3s all;
}

.my_item_carousel .slick-arrow.slick-prev {
  left: 2px;
  background-position: left top;
}

.my_item_carousel .slick-arrow.slick-next {
  right: 2px;
  background-position: -18px top;
}

.my_item_carousel:hover .slick-arrow {
  opacity: 1;
}

/* 180409 추가 및 수정 */
.ic_subject {
  width: 90%;
}

/* 상세페이지 */
.item_view {
  padding-bottom: 160px;
}

.view_top_info {
  margin-top: 28px;
}

.view_top_info .view_top_summary {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #252525;
}

.view_top_summary .subject {
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  line-height: 1.3;
}

.view_top_summary .small_summary {
  margin-top: 12px;
}

.view_top_summary .small_summary span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 6px;
  border-left: 2px solid #07a7e3;
  line-height: 14px;
  font-size: 15px;
  font-weight: 350;
  color: #757575;
  letter-spacing: -0.04em;
  vertical-align: middle;
}

.view_top_summary .small_summary span i {
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-sizing: border-box;
}

.view_top_summary .small_summary span i.silver {
  background: linear-gradient(to Right, #ededed 10%, #c9c9cb 90%);
}

.view_top_summary .small_summary span i.white {
  background: #fff;
}

.view_top_info .vti_left {
  float: left;
  width: 41.666%;
  position: relative;
  margin-left: 5%;
}

.view_top_info .vti_right {
  float: right;
  width: 42.333%;
}

.view_top_info .vti_right .purchase-wrapper {
  position: relative;
}

.view_top_info .vti_right .purchase-wrapper .purchase_tab {
  display: flex;
}

.view_top_info .vti_right .purchase-wrapper .purchase_tab .purchase-status {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 50%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  background: #495154;
  border-left: none;
  top: 8px;
  left: 0.5px;
  border-top-left-radius: 8px;
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.active {
    background: #fff;
    border-top: 2px solid #1b2529;
    border-left: 2px solid #1b2529;
    /* border-bottom: 3px solid #fff; */
    color: #1b2529;
    top: 4px;
    border-top-left-radius: 9px;
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab.active {
    left: 0;
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  z-index: 2;
  height: 61px;
  /* background: url(../img/ico/left_tab_off_01.png) no-repeat 0 0; */
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab.active:before {
  top: -2px;
  /* background: url(../img/ico/left_tab_on_01.png) no-repeat 0 0 / 8px 58px; */
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab:after {
  background: url(../img/ico/left_tab_off_02.png) no-repeat right 0;
  content: "";
  position: absolute;
  top: -4px;
  right: -12px;
  width: 24px;
  z-index: 2;
  height: 53px;
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab.active:after {
  content: "";
  position: absolute;
  top: -2px;
  background: url(../img/ico/left_tab_on_02.png) no-repeat right 0;
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.lental-tab:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  z-index: 2;
  height: 61px;
  /* background: url(../img/ico/left_tab_off_01.png) no-repeat 0 0; */
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.purchase-tab:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -1px;
  width: 8px;
  z-index: 2;
  height: 53px;
  /* background: url(../img/ico/right_tab_off.png) no-repeat 0 0; */
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.purchase-tab.active:before {
  top: -2px;
  /* background: url(../img/ico/right_tab_on.png) no-repeat 0 0; */
}

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.purchase-tab {
    border-top-right-radius: 8px;
  }

.view_top_info
  .vti_right
  .purchase-wrapper
  .purchase_tab
  .purchase-status.purchase-tab.active {
    border-right: 2px solid #1b2529;
  }

.view_top_info .vti_right .purchase-wrapper .box-tab-con {
  display: none;
  background: #fff;
  border: 2px solid #1b2529;
  border-top: none;
  border-radius: 8px;
  padding: 30px 16px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.view_top_info .vti_right .purchase-wrapper .box-tab-con.active {
  display: block;
}

.view_top_info .vti_right .purchase-wrapper .select_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.view_top_info .vti_right .purchase-wrapper .select_row .label {
  font-weight: 700;
  width: 100%;
}

.view_top_info .vti_right .purchase-wrapper .select_row .data_box {
  width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.view_top_info .vti_right .purchase-wrapper .purchase_op {
  background: #f2f4f5;
  margin-bottom: 11px;
  padding: 24px 20px;
  border-radius: 8px;
}

.view_top_info .purchase_op .price_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view_top_info .purchase_op .price_info .sub_tit p{
    display: block;
    width: 120px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
}

.view_top_info .purchase_op .price_info .total_price {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.view_top_info .purchase_op .price_info .total_price .ori_p{
  font-size: 16px;
  font-weight: 700;
  color: rgb(191, 191, 191);
  text-decoration: line-through;
}

.view_top_info .purchase_op .price_info .total_price .sal_p{
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.view_top_info .purchase_op .price_info .total_price .t_price {
  font-size: 22px;
}

.view_top_info .purchase_op .info_wrap {
  margin: 17px 0;
}

.view_top_info .purchase_op .info_wrap strong {
  display: block;
  text-align: center;
  padding: 10.25px 0px;
  background: rgb(232, 246, 251);
  border-radius: 4px;
  color: rgb(62, 95, 108);
  font-size: 16px;
  font-weight: 700;
}

.view_top_info .purchase_op .info_wrap .txt_blue {
    color: rgb(0, 168, 227) !important;
}

.view_top_info .purchase_op .info_wrap .desc {
    margin-top: 8px;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.vti_right .vti_top {
  overflow: hidden;
  line-height: 18px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.vti_right .vti_top .vti_txt01 {
  float: left;
  font-size: 16px;
  color: #888;
}

.vti_right .vti_top .vti_txt02 {
  float: right;
  font-size: 13px;
  color: #333;
  font-weight: 300;
}

.vti_right .vti_item_tit {
  font-size: 32px;
  color: #333;
  line-height: 130%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.vti_right .vti_info_m {
  position: relative;
  padding: 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.vti_right .vti_info_m:after {
  content: "";
  display: block;
  clear: both;
}

.vti_right .vti_info_m .vti_money {
  float: left;
}

.vti_right .vti_info_m .vti_money .m_dc {
  float: left;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #de1111;
}

.vti_right .vti_info_m .vti_money .m_num {
  float: left;
  margin-left: 13px;
}

.vti_right .vti_info_m .vti_money .m_num p.m_before {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}

.vti_right .vti_info_m .vti_money .m_num p {
  font-size: 28px;
  color: #000;
}

.vti_right .vti_info_m .vti_item_opt {
  position: relative;
  float: right;
}

.vti_right .vti_info_m .vti_item_opt button {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 10px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999em;
}

.vti_right .vti_info_m .vti_item_opt .btn_zzim {
  background-image: url("/img/main/btn_zzim.png");
}

.vti_right .vti_info_m .vti_item_opt .btn_share {
  display: none;
  background-image: url("/img/main/btn_share.png");
}

.vti_right .vti_info_m .vti_item_opt button.active {
  background-position: 0 -40px;
}

.vti_right .vti_info_m .vti_item_opt button.btn_share.active {
  background-position: 0 0px;
}

.vti_item_opt .sns_share {
  display: none;
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 50px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #069ee9;
}

.vti_item_opt .sns_share:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: -6px;
  width: 11px;
  height: 6px;
  background: url("/img/sub/icon_arrow01.jpg") no-repeat;
}

.vti_item_opt .sns_share .sns_list {
}

.vti_item_opt .sns_share .sns_list li {
  float: left;
  display: inline-block;
  margin: 0 5px;
}

.vit_info_form .info_list li {
  padding: 15px 20px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.vit_info_form .info_list li > a {
  display: block;
  color: #333;
}

.vit_info_form .info_list li > .vit_iltxt {
  color: #333;
}

.vit_info_form .info_list li select {
  width: 100%;
  height: 42px;
  border-color: #bbb;
  background-position: 97% center;
}

.vit_info_form .info_list li .txt_c01 {
  color: #d21c55;
}

.vit_info_form .info_list li .vit_ilsel {
  background: url("/img/sub/icon_arrow_bot01.png") no-repeat right center;
}

.vit_info_form .info_list li .depth02 {
  padding-top: 20px;
  display: none;
  font-size: 13px;
}

.vit_info_form .info_list li .il_option {
  padding-top: 12px;
}

.vit_info_form .info_list li .il_option select {
  margin-top: 10px;
}

.vit_info_form .info_list li .il_option select:first-child {
  margin-top: 0;
}

/* 0723 추가 바이쿠커 */

.il_option .option_re {
  width: 100%;
  height: 55px;
  border: 2px solid #d21c55 !important;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  box-shadow: 4px 7px 20px #d4d4d4;
  background: #fff;
  padding: 0 20px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.il_option .option_re.on {
  box-shadow: none;
  background: #fff url(../img/ico/select_c.png) no-repeat right bottom;
}

.vit_info_form .info_result {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}

.vit_info_form .info_result_box {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.info_result_box {
  position: relative;
}

.info_result_box .ir_tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 130%;
}

.info_result_box .ir_num_sel {
  float: left;
  border: 1px solid #dadada;
  background-color: #fff;
}

.info_result_box .ir_num_money {
  position: relative;
  float: right;
  padding-right: 30px;
  line-height: 25px;
}

.info_result_box .ir_num_money .m_txt {
  font-size: 14px;
  color: #000;
}

.info_result_box .ir_num_money .m_txt strong {
  font-weight: 900;
  font-weight: 18px;
}

.info_result_box .ir_num_sel button {
  width: 23px;
  height: 23px;
  line-height: 21px;
  font-size: 20px;
  float: left;
  overflow: hidden;
}

.info_result_box .ir_num_sel .btn_minus {
  font-size: 30px;
}

.info_result_box .ir_num_sel span {
  float: left;
  width: 38px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.info_result_box .btn_ir_close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.money_total {
  padding: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.money_total .mt_tit {
  float: left;
  line-height: 24px;
}

.money_total .mt_tit p {
  font-size: 16px;
  color: #333;
}

.money_total .mt_tit .btn_help {
  display: inline-block;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  vertical-align: middle;
}

.money_total .mt_txt {
  float: right;
  line-height: 24px;
}

.mt_txt .m_txt {
  font-size: 16px;
  color: #000000;
}

.mt_txt .m_txt strong {
  font-size: 24px;
  font-weight: 900;
  vertical-align: top;
}

.vit_main_slider {
  max-width: 800px;
  overflow: hidden;
  margin-bottom: 6px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}

.vit_main_slider .vit_ms_img .img_in {
  display: block; /* width: 600px; height: 600px; */
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 100%;
}

.vit_main_slider .vit_ms_img img {
  width: 100%;
  height: 100%;
}

.vit_tab_slider {
  width: 100%; /*width: 450px;*/
  margin: 0 auto;
}

.vit_tab_slider .slick-list {
  margin: 0 -3.5px;
}

.vit_tab_slider .vit_ts_img {
  margin: 0 3.5px;
  border: 1px solid #dbdbdb;
}

.vit_tab_slider .vit_ts_img.slick-current {
  border: 1px solid #07a7e3;
}

.vit_tab_slider .vit_ts_img .img_in {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.vit_tab_slider .vit_ts_img img {
  width: 100%;
  height: 100%;
}

.vit_main_slider_wrap {
  position: relative;
}

.vti_left .pdt_badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}

.vti_left .pdt_badge span {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  border-radius: 15px;
}

.vti_left .pdt_badge span + span {
  margin-left: 6px;
}

.vti_left .pdt_badge .new {
  background: #ff3275;
}

.vti_left .pdt_badge .best {
  background: #eb0c0c;
}

.vti_left .left_badge {
  position: absolute;
  top: 20px;
  left: 20px;
}

.vti_left .left_badge span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
}

.vti_left .left_badge span + span {
  margin-top: 6px;
}

.vti_left .left_badge .direct_water {
  background: #f9f6ff;
  color: #642dff;
}

.vti_left .left_badge .sterilization {
  background: #f7f7f7;
  color: #252525;
}

.vti_left .right_badge {
  position: absolute;
  top: 84px;
  right: 20px;
}

.vti_left .right_badge > div {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 0;
  background: #f7f7f7;
  border-radius: 50%;
}

.vti_left .right_badge > div + div {
  margin-top: 6px;
}

.vti_left .right_badge span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.vti_left .right_badge .ice span {
  padding-top: 23px;
  color: #2277f2;
  background-image: url(../img/ico/badge_ice.png);
}

.vti_left .right_badge .cold span {
  padding-top: 22px;
  color: #22b0f2;
  background-image: url(../img/ico/badge_cold.png);
}

.vti_left .right_badge .purifier span {
  padding-top: 22px;
  color: #04c971;
  background-image: url(../img/ico/badge_purifier.png);
}

.vti_left .right_badge .hot span {
  padding-top: 13px;
  color: #eb0c0c;
  background-image: url(../img/ico/badge_hot.png);
}

.vti_left .right_badge .c100 span {
  color: #eb0c0c;
}

.vti_left .right_badge .coffee span {
  padding-top: 17px;
  color: #674524;
  background-image: url(../img/ico/badge_coffee.png);
}

.vti_left .event_badge {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.vti_left .event_badge span {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.vti_left .event_badge span + span {
  margin-left: 6px;
}

.vti_left .event_badge .red {
  border: 1px solid #fba8af;
  color: #f43142;
  background: #fff7f8;
}

.vti_left .event_badge .blue {
  border: 1px solid #bda2ff;
  color: #642dff;
  background: #f9f6ff;
}

.vti_right .select_row + .select_row {
  margin-top: 10px;
}

#option_wrap, #option_wrap_buy {
  margin-top: 0;
}

.vti_right .purchase_op.spe .select_row + .select_row {
  margin-top: 5px;
}

.view_top_info .vti_right .purchase-wrapper .purchase_op.spe .select_row
 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vti_right .select_row::after {
  display: block;
  clear: both;
  content: "";
}

.vti_right .select_row .label {
  float: left;
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

.vti_right .select_row .data_box {
  float: left;
  width: calc(100% - 120px);
}

.vti_right .radio_row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.vti_right .select_row .radio_item {
  display: inline-block;
  /* margin-right: 10px; */
}

.vti_right .select_row .radio_item:last-child {
  margin-right: 0;
}

.vti_right .select_row .radio_item input {
  display: none;
}

.vti_right .select_row .radio_item input + label {
  display: block;
  min-width: 100px;
  height: 36px;
  border: 1px solid #dbdbdb;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border-radius: 18px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 15px;
}

.vti_right .select_row .radio_item input:checked + label {
  border: 1px solid #07a7e3;
  color: #fff;
  background: #07a7e3;
}

.vti_right .select_row .duty_period .radio_item label,
.vti_right .select_row .duty_time .radio_item label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 60px;
    height: 40px;
    /* padding: 0 15px; */
    padding: 0;
    border: unset;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    background: unset;
    cursor: pointer;
    box-sizing: border-box;
}

.vti_right .select_row .duty_period .radio_item label::before,
.vti_right .select_row .duty_time .radio_item label::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.vti_right .select_row .duty_period .radio_item input:checked + label,
.vti_right .select_row .duty_time .radio_item input:checked + label {
    background: transparent;
    border-color: transparent;
    color: #000;
}

.vti_right .select_row .duty_period .radio_item input:checked + label::before,
.vti_right .select_row .duty_time .radio_item input:checked + label::before
 {
    border-color: #07a7e3;
    background: radial-gradient(#07a7e3 45%, transparent 53%);
}

.vti_right .select_row .gray_txt {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.vti_right .select_row .period_table {
  /* margin-top: 24px; */
}

.vti_right .select_row .period_table > span {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.vti_right .select_row .period_table table {
  width: 100%;
  border-top: 2px solid #07a7e3;
  table-layout: fixed;
}

.vti_right .select_row .period_table table tr {
  border-bottom: 1px solid #dbdbdb;
}

.vti_right .select_row .period_table table th {
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  background: #fff;
  vertical-align: middle;
}

.vti_right .select_row .period_table table td {
  height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  background: #fff;
}

.vti_right .select_row .period_table table td strong {
  font-size: 20px;
  font-weight: 900;
  font-family: "Gmarket Sans", sans-serif;
  color: #07a7e3;
}

.vti_right .select_row .card_select {
  font-size: 0;
}

.vti_right .select_row .card_select select {
  display: inline-block;
  width: calc(100% - 57px);
  max-width: 440px;
  height: 40px;
  border: 1px solid #dbdbdb;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 350;
  color: #252525;
  background: #fff url(../img/btn/select_ico.png) right 10px center no-repeat;
  box-sizing: border-box;
  vertical-align: middle;
}

.vti_right .select_row .card_select span {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 350;
  color: #252525;
  vertical-align: middle;
}

.vti_right .select_row .card_txt {
  padding: 15px 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

.vti_right .select_row .card_txt strong {
  font-weight: 500;
  color: #eb0c0c;
}

.vti_right .total_price_box {
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
  /* margin-left: 120px; */
}

.vti_right .total_price_box dl::after {
  display: block;
  clear: both;
  content: "";
}

.vti_right .total_price_box dl + dl {
  margin-top: 20px;
}

.vti_right .total_price_box dt {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}

.vti_right .total_price_box dd {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}

.vti_right .total_price_box .total_price dt {
  font-size: 18px;
  font-weight: 700;
  color: #07a7e3;
}

.vti_right .total_price_box .total_price dd {
  font-size: 16px;
  font-weight: 400;
  color: #07a7e3;
}

.vti_right .total_price_box .total_price dd strong {
  font-size: 24px;
  font-weight: 900;
  font-family: "Gmarket Sans", sans-serif;
}

.vti_right .apply_btn_box {
  margin-top: 40px;
  /* margin-left: 120px; */
}

.vti_right .apply_btn_box::after {
  display: block;
  clear: both;
  content: "";
}

.vti_right .apply_btn_box a {
  display: block;
  float: left;
  width: calc(50% - 5px);
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 6px;
}

.vti_right .apply_btn_box a + a {
  margin-left: 10px;
}

.vti_right .apply_btn_box .inquiry_btn {
  border: 1px solid #aaaaaa;
  color: #252525;
  border: 1px solid #edf0f2;
  background: #fff;
}

.vti_right .apply_btn_box .signup_btn {
  border: 1px solid #07a7e3;
  color: #fff;
  background: #07a7e3;
}

.vit_btn_wrap {
  margin: 25px 0;
}

.vit_btn_wrap .btn_st03 {
  width: 48%;
  float: left;
}

.vit_btn_wrap .btn_st03.c01 {
  float: right;
}

.vit_btn_wrap .btn_st03.c02 {
  width: 100%;
  background-color: #d21c55;
  color: #fff;
  margin-top: 10px;
}

.vit_btn_wrap .btn_st03.c02.book {
  display: block;
}

.vit_tab_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: url("/img/sub/btn_arrow02.png") no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 55;
}

.vit_tab_slider .slick-arrow.slick-prev {
  left: -75px;
  background-position: left top;
}

.vit_tab_slider .slick-arrow.slick-prev:hover {
  background-position: left -48px;
}

.vit_tab_slider .slick-arrow.slick-next {
  right: -75px;
  background-position: -48px top;
}

.vit_tab_slider .slick-arrow.slick-next:hover {
  background-position: -48px -48px;
}

.view_top {
  margin-bottom: 62px;
}

.view_tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  background: #fff;
  z-index: 1111;
  box-sizing: border-box;
}

.view_tab.fix {
  position: fixed;
}

/* .view_tab .tab_list{width:900px;} */
.view_tab .tab_list {
  height: 55px;
  border-bottom: 1px solid #dbdbdb;
}

.view_tab .tab_list > li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.view_tab .tab_list > li > a {
  display: block;
  height: 56px;
  box-sizing: border-box;
  line-height: 56px;
  font-size: 20px;
  font-weight: 400;
  color: #454545;
  border-bottom: 4px solid transparent;
}

.view_tab .tab_list > li.active > a {
  color: #07a7e3;
  border-bottom: 4px solid #07a7e3;
}

.view_content {
  padding-top: 56px;
}

.vc_wrap {
  width: 100%;
}

.vc_wrap .vc_box {
  padding-top: 50px;
}


.vc_wrap .vc_box .gifts_box:first-of-type
 {
    padding-top: 0px;
}

.vc_wrap .vc_box .gifts_box.plus::before {
  display: none;
}

.vc_wrap .vc_box .vc_tit {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.vc_wrap .vc_box.common_info {
  text-align: center;
}

.vc_wrap .gifts_box + .gifts_box {
  position: relative;
  margin-top: 40px;
  padding-top: 70px;
}

.vc_wrap .gifts_box + .gifts_box::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/ico/gifts_plus_ico.png) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
}

.vc_wrap .vc_box.gifts .banner_box {
  margin-bottom: 72px;
}

.vc_wrap .gifts_box h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.vc_wrap .gifts_box .more_row {
  margin-bottom: 20px;
  margin-top: 16px;
  text-align: center;
}

.vc_wrap .gifts_box .more_row button {
  /* display: inline-block;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #07a7e3;
    background: url(../img/ico/more_arrow_ico.png) right 0 center no-repeat; */
  display: inline-block;
  width: 100px;
  height: 36px;
  border: 1px solid #07a7e3;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 18px;
  box-sizing: border-box;
}

.vc_wrap .gifts_box .slick-list {
  margin: 0 -10px;
}

.vc_wrap .gifts_box .slider_item {
  margin: 0 10px;
}

.vc_wrap .gifts_box .slider_item button {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.vc_wrap .gifts_box .slider_item .img {
  display: block;
}

.vc_wrap .gifts_box .slider_item .img span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vc_wrap .gifts_box .slider_item .txt {
  height: 69px;
  padding: 6px 16px 0;
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  line-height: 1.46;
  text-align: left;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.vc_wrap .gifts_box .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #e2e2e2;
  text-indent: -9999em;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 111;
}

.vc_wrap .gifts_box .slick-prev {
  left: -24px;
  background-image: url(../img/btn/banner_slider_prev.png);
}

.vc_wrap .gifts_box .slick-next {
  right: -24px;
  background-image: url(../img/btn/banner_slider_next.png);
}

.vc_wrap .pdt_detail_info img {
  display: block;
  margin: 0 auto;
}

.vc_wrap .review .rc_top {
  padding: 20px 0;
}

.vc_wrap .review .rc_top .vc_tit02 {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  line-height: 36px;
}

.vc_wrap .review .rc_top .vc_tit02 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}

.vc_wrap .review .rc_top .vc_tit02 strong {
  font-weight: 400;
  color: #07a7e3;
}

.vc_wrap .review .rc_top .review_link {
  float: right;
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #07a7e3;
  border-radius: 18px;
}

.vc_wrap .review .review_list {
  border-top: 1px solid #252525;
}

.vc_wrap .review .review_list li {
  border-bottom: 1px solid #ececec;
}

.vc_wrap .review .review_list li button {
  display: block;
  width: 100%;
  padding: 20px 0 30px;
  text-align: left;
  line-height: 1;
}

.vc_wrap .review .review_list .title_row .subject {
  float: left;
  max-width: calc(100% - 70px);
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc_wrap .review .review_list .on .title_row .subject {
  white-space: normal;
}

.vc_wrap .review .review_list .title_row .writer {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}

.vc_wrap .review .review_list .desc {
  /* display: none; */
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
}

.vc_wrap .review .review_list .on .desc {
  display: block;
}

.vc_wrap .review .review_list .rl_img_box {
  margin-top: 30px;
  font-size: 0;
}

.vc_wrap .review .review_list .rl_img_box span {
  display: inline-block;
  margin-right: 5px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.vc_wrap .review .review_list .on .rl_img_box span {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  width: auto;
  height: auto;
}

.vc_nav_sel {
  padding: 29px 19px;
}

.vc_nav_total {
  padding: 29px 19px;
  border-top: 1px solid #ddd; /*border-bottom: 1px solid #ddd;*/
}

.vc_nav_sel .vit_iltxt {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.vc_nav_sel select {
  width: 100%;
  height: 42px;
  border-color: #bbb;
  background-position: 97% center;
}

.vc_nav_sel .il_option {
  margin-bottom: 12px;
}

.vc_nav_sel .il_option select {
  margin-top: 10px;
}

.vc_nav_sel .il_option select:first-child {
  margin-top: 0;
}

.il_option select:hover {
  background-color: #f5f5f5;
}

.vc_nav_sel .info_result {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.vc_nav_sel .info_result_box .ir_num_money {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.vc_nav_total .vcnt_top {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 24px;
}

.vc_nav_total .vcnt_top .total_num {
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.vc_nav_total .vcnt_top .mt_txt {
  float: right;
}

.vc_nav_total .btn_wrap .btn_st03 {
  width: 100%;
}

.vc_nav_total .btn_wrap .btn_st03.c01 {
  margin-top: 10px;
}

.vc_nav_total .btn_wrap .btn_st03.c02 {
  display: none;
  background-color: #d21c55;
  color: #fff;
}

.vc_nav_total .btn_wrap .btn_st03.c02.book {
  display: block;
}

.vc_box .ta_list01 .col-01 {
  width: 150px;
}

.vc_box .ta_list01 .col-02 {
  width: 300px;
}

.vti_popular {
  clear: both;
  border: 1px solid #ddd;
  padding-bottom: 28px;
  margin-top: 58px;
}

.vti_popular .vit_tit {
  font-size: 16px;
  color: #555;
  line-height: 46px;
  font-weight: 500;
  padding-left: 15px;
}

.vti_popular .my_item_carousel {
  width: 1000px;
  margin: 0 auto;
}

.vti_popular .my_item_carousel .mic_slider {
  padding-left: 0;
}

.vti_popular .my_item_carousel .slick-counter {
  position: absolute;
  top: 0;
  line-height: 46px;
  font-size: 12px;
  color: #666;
}

.vti_popular .my_item_carousel .slick-counter .current {
  color: #333;
}

.vti_popular .my_item_carousel .slick-arrow {
  opacity: 1;
}

.vti_popular .my_item_carousel .slick-arrow.slick-prev {
  left: -55px;
}

.vti_popular .my_item_carousel .slick-arrow.slick-next {
  right: -55px;
}

.vc_tit02 {
  line-height: 32px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.vc_tit02 span {
  font-weight: 100;
}

.gifts_list_pop_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 111111;
}

.gifts_list_pop_wrap .pop_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100% - 30px);
  height: 760px;
  max-height: 90vh;
  background: #fff;
}

.gifts_list_pop_wrap .title_row {
  position: relative;
  line-height: 60px;
  text-align: center;
  background: #252525;
}

.gifts_list_pop_wrap .title_row .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.gifts_list_pop_wrap .title_row .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/btn/pop_close_btn_white.png) center center no-repeat;
}

.gifts_list_pop_wrap .content_row {
  height: calc(100% - 120px);
  padding: 30px;
  overflow-y: auto;
  box-sizing: border-box;
}

.gifts_list_pop_wrap .guide_txt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  text-align: center;
}

.gifts_list_pop_wrap .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  border-radius: 4px;
  background: #f9f9f9;
}

.gifts_list_pop_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 4px;
  background: #dbdbdb !important;
}

.gifts_list_pop_wrap .grade_tab {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0;
}

.gifts_list_pop_wrap .grade_tab button {
  display: inline-block;
  width: 200px;
  height: 60px;
  border: 2px solid #eeeeee;
  line-height: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  border-radius: 30px;
  box-sizing: border-box;
}

.gifts_list_pop_wrap .grade_tab button + button {
  margin-left: 10px;
}

.gifts_list_pop_wrap .grade_tab button.on {
  border: 2px solid #07a7e3;
  color: #07a7e3;
}

.gifts_list_pop_wrap .tab_content_box {
  display: none;
}

.gifts_list_pop_wrap .tab_content_box.on {
  display: block;
}

.gifts_list_pop_wrap .tab_content_box h4 {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.gifts_list_pop_wrap .tab_content_box ul {
  font-size: 0;
}

.mCSB_container .tab_content_box ul {
  margin-left: 1px;
}

.gifts_list_pop_wrap .tab_content_box li {
  display: inline-block;
  width: calc(20% + 1px);
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.gifts_list_pop_wrap .tab_content_box li button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1;
}

.gifts_list_pop_wrap .tab_content_box li button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../img/ico/gifts_list_pop_hover.png) center
    center no-repeat;
  opacity: 0;
  transition: all 0.4s;
  content: "";
}

.gifts_list_pop_wrap .tab_content_box li button:hover::after {
  opacity: 1;
  transition: all 0.4s;
}

.gifts_list_pop_wrap .tab_content_box button .img span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gifts_list_pop_wrap .tab_content_box button .txt {
  height: 69px;
  padding: 6px 16px 0;
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  line-height: 1.46;
  text-align: left;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.gifts_list_pop_wrap .close_btn {
  display: block;
  width: 100%;
  height: 60px;
  background: #07a7e3;
}

.gifts_list_pop_wrap .close_btn span {
  display: inline-block;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: url(../img/btn/pop_close_btn_white.png) left center no-repeat;
}

.gifts_detail_pop_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1111111;
}

.gifts_detail_pop_wrap .pop_box {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: calc(100% - 30px);
  height: 860px;
  max-height: 89vh;
  background: #fff;
}

.gifts_detail_pop_wrap .title_row {
  position: relative;
  padding: 15px 60px;
  line-height: 1.5;
  text-align: center;
  background: #07a7e3;
}

.gifts_detail_pop_wrap .title_row .title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.gifts_detail_pop_wrap .title_row .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/btn/pop_close_btn_white.png) center center no-repeat;
}

.gifts_detail_pop_wrap .content_row {
  height: calc(100% - 120px);
  padding: 30px 0 30px 30px;
  overflow-y: auto;
  text-align: center;
  box-sizing: border-box;
}

.gifts_detail_pop_wrap .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  border-radius: 4px;
  background: #f9f9f9;
}

.gifts_detail_pop_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 4px;
  background: #dbdbdb !important;
}

.gifts_detail_pop_wrap .close_btn {
  display: block;
  width: 100%;
  height: 60px;
  background: #07a7e3;
}

.gifts_detail_pop_wrap .close_btn span {
  display: inline-block;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: url(../img/btn/pop_close_btn_white.png) left center no-repeat;
}

.item_qna {
  /*position: relative;*/
}

.iq_top {
  margin-bottom: 40px;
}

.iq_top .vc_tit02 {
  margin-bottom: 16px;
}

.iq_top .btn_st04 {
  /*position: absolute; right: 0; top: 0;*/
  margin-top: 40px;
  height: 62px;
  line-height: 62px;
  font-weight: 600;
}

.iq_top .iq_input {
  float: left;
  margin-top: 40px;
  width: 739px;
  height: 62px; /*display:inline-block;*/
  vertical-align: top;
}

.iq_top_list li {
  position: relative;
  font-size: 12px;
  color: #333;
  padding: 5px 0;
  padding-left: 7px;
}

.iq_top_list li:after {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.qna_list {
  border-top: 2px solid #888;
}

.qna_list > li {
}

.qna_list .ql_tit {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  width: 72px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  border-radius: 16px;
}

.qna_list .ql_tit.c01 {
  background-color: #d21c55;
}

.qna_list .ql_tit.c02 {
  background-color: #777;
}

.qna_list .ql_tit.c02:after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qna_list .ql_txt_box {
  padding-left: 110px;
  padding-right: 140px;
}

.qna_list .ql_txt_box .ql_name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

.qna_list .ql_txt_box .ql_txt {
  display: block;
  font-size: 13px;
  color: #888;
  line-height: 150%;
  font-weight: 300;
}

.qna_list .ql_txt_box .ql_txt a {
  font-size: 13px;
  color: #888;
}

.qna_list .ql_date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 13px;
  color: #888;
  font-weight: 300;
}

.qna_list .que,
.qna_list .ans {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.qna_list .ans {
  display: none;
}

.ship_info .vc_tit02 {
  margin-bottom: 20px;
}

.ship_info_list {
  width: 100%;
  border-top: 1px solid #eee;
}

.ship_info_list th {
  width: 150px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  background-color: #fafafa;
}

.ship_info_list td {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
  line-height: 170%;
  font-weight: 300;
  letter-spacing: -0.8px;
}

.order_top {
  height: 80px;
  overflow: hidden;
  background-color: #fafafa;
  padding: 0 30px;
}

.order_top .ot_tit {
  float: left;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
}

.order_top .ot_list {
  float: right;
}

.order_top .ot_list li {
  position: relative;
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  line-height: 80px;
}

.order_top .ot_list li:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -10px;
  width: 11px;
  height: 21px;
  background: url("/img/sub/icon_arrow02.png") no-repeat left top;
}

.order_top .ot_list li:first-child:after {
  display: none;
}

.order_top .ot_list li .num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

.order_top .ot_list li.active .num {
  background-color: #3a3a3c;
}

.ob_info {
  padding: 20px 30px;
}

.ob_info li {
  padding: 8px 0;
}

.ob_info li span {
  display: inline-block;
  width: 350px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
}

.ob_info li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
  background: url("/img/common/b_next.png") no-repeat right center;
}

.ol_list {
  width: 100%;
  border-top: 2px solid #252525;
}

.ol_list thead th {
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.ol_list tbody td {
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.ol_list tbody td:first-child {
  border-left: none;
}

.ol_list tbody td.ol_item {
  text-align: left;
  padding-left: 18px;
  border-left: none;
}

.ol_item_box {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
}

.ol_item_box .img_thurm {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}

.ol_item_box .img_thurm span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.ol_item_box .img_thurm span img {
  width: 100%;
  min-height: 100%;
}

.ol_item_box .item_tit {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}

.ol_item_box .item_option {
  margin-bottom: 8px;
}

.ol_item_box .item_option li {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  line-height: 150%;
}

.ol_item_box .item_option li strong {
  font-weight: 500;
  color: #333;
}

.ol_item_box .txt01 {
  font-family: "Dotum";
  margin-bottom: 8px;
}

.ol_list tbody td.ol_money {
  font-size: 14px;
  color: #000;
}

.ol_list tbody td.ol_money strong {
  font-size: 18px;
  font-weight: 900;
}

.ol_list tbody td.ol_discount strong {
  font-size: 18px;
  font-weight: 900;
}

.ol_list tbody td.ol_total {
  font-size: 14px;
  color: #d21c55;
}

.ol_list tbody td.ol_total strong {
  font-size: 18px;
  font-weight: 900;
}

.ol_list .ol_num input {
  width: 44px;
}

.ol_list .ol_num li {
  padding: 3px 0;
}

.ol_list .ol_save li {
  padding: 5px 0;
}

.ol_list .ol_save p {
  line-height: 130%;
}

.ol_list_ftxt {
  padding: 15px;
}

.ol_list_ftxt .check_style {
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 2px;
}

.ol_list_ftxt .check_style .checkmark {
  top: 1px;
}

.ol_list_ftxt strong {
  font-size: 13px;
  margin-right: 18px;
}

.order_total {
  border-top: 2px solid #888;
  margin-top: 30px;
}

.order_total dl:after {
  content: "";
  display: block;
  clear: both;
}

.order_total dl {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.order_total dl dt {
  position: absolute;
  left: 18px;
  top: 0;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.order_total dl dd {
  float: right;
  width: 360px;
}

.order_total dl .ot_total {
  line-height: 80px;
  font-size: 16px;
  color: #000000;
  text-align: right;
  padding-right: 18px;
}

.order_total dl .ot_total strong {
  font-size: 24px;
  font-weight: 900;
}

.order_total .ot_list {
  width: 100%;
}

.order_total .ot_list th {
  height: 60px;
  font-size: 18px;
  border-top: 1px solid #dcdcdc;
  text-align: left;
  color: #333;
}

.order_total .ot_list td {
  border-top: 1px solid #dcdcdc;
}

.order_total .ot_list .ot_money {
  font-size: 14px;
  color: #000;
  text-align: right;
  padding-right: 18px;
}

.order_total .ot_list .ot_money strong {
  font-size: 18px;
  font-weight: 900;
}

.cart_content .btn_wrap {
  padding: 40px 0;
  text-align: right;
}

.cart_content .btn_wrap .btn_st06 {
  margin-left: 20px;
}

/* 장바구니 수정 */
.cart table.ol_list th {
  background: #fafafa;
  border-left: 1px solid #dcdcdc;
}

.cart table.ol_list th:first-child,
.cart table.ol_list th:nth-child(2) {
  border-left: 0;
}

.cart table.ol_list th.od_check {
  width: 38px;
}

.cart table.ol_list th.od_item {
  width: auto;
}

.cart table.ol_list th.ol_money {
  width: 210px;
}

.cart table.ol_list th.ol_quantity {
  width: 80px;
}

.cart table.ol_list th.od_total {
  width: 208px;
}

.cart table.ol_list th.ol_save {
  width: 130px;
}

.cart table.ol_list td.bl_none {
  border-left: 0;
}

.cart table.ol_list span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}

.cart table.ol_list span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.cart table.ol_list span.checkbox label {
  font-size: 0;
  text-indent: -9999px;
}

.cart table.ol_list span.checkbox label::before {
  display: block;
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url("../img/btn/checkbox.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.cart table.ol_list span.checkbox input:checked + label:before {
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url("../img/btn/checkbox_chenc.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.cart table.ol_list td.od_item .ol_item_box {
  text-align: left;
}

.cart table.ol_list td.od_item .btn_st05 {
  font-weight: 500;
}

.cart table.ol_list td.ol_total {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.cart table.ol_list td.ol_total strong {
  font-size: 18px;
  font-weight: 900;
}

.cart table.ol_list td.ol_quantity input[type="text"] {
  padding: 0;
  margin-bottom: 5px;
  width: 44.09px;
  text-align: center;
}

.cart table.ol_list td.ol_save .btn_st05 {
  padding: 0;
  width: 80px;
  height: 26px;
  font-weight: 500;
}

.cart table.ol_list td.ol_save .btn_st05.bg_gray {
  background: #555;
  color: #fff;
}

.cart table.ol_list tfoot td {
  padding: 15px 0 15px 12px;
  font-weight: 500;
}

.cart table.ol_list tfoot td p {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}

.cart table.ol_list tfoot td .btn_st05 {
  padding: 0;
  width: 80px;
  height: 26px;
  text-align: center;
}

/* 2018-04-27 */
/* 장바구니 팝업 */
.basket_popup_box {
  display: none;
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.basket_popup_box > div {
  background-color: #fff;
}

.basket_popup_box > div > div {
  position: relative;
  width: 1180px;
  padding: 40px 0;
  height: 330px;
  margin: 0 auto;
  box-sizing: border-box;
}

.basket_popup_box > div > div:after {
  content: "";
  display: block;
  clear: both;
}

.basket_popup_box > div > div > div {
  padding: 0px 0;
  width: 50%;
  height: 240px;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.basket_popup_box > div > div > div:first-child {
  border-right: solid 1px #cccccc;
}

.basket_popup_box > div > div > div h3 {
  margin-bottom: 30px;
  font-size: 22px;
}

.basket_popup_box > div > div > div img {
  max-width: 120px;
}

.basket_popup_box > div > div > div p {
  line-height: 22px;
  color: #888888;
  font-size: 13px;
}

.basket_popup_box > div > div > div p span {
  color: #333;
}

.basket_popup_box > div > div > div h4 {
  margin: 60px 0 75px;
  font-size: 30px;
  font-weight: 300;
}

.basket_popup_box > div > div > div h4 span {
  font-weight: 800;
}

.basket_popup_box > div > div > div div {
  display: inline-block;
}

.basket_popup_box > div > div > div div button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
}

.basket_popup_box > div > div > div div button:first-child {
  border: solid 1px #cccccc;
  margin-right: 10px;
}

.basket_popup_box > div > div > div div button:last-child {
  background-color: #d21c55;
  color: #fff;
}

.basket_popup_box > div > div > a {
  position: absolute;
  top: 20px;
  right: -40px;
}

.basket_popup_box > div > div > a .only_mo {
  display: none;
}

.order_content .order_body {
  padding-top: 30px;
}

.order_content .order_body:after {
  content: "";
  display: block;
  clear: both;
}

.order_content .order_body .ob_left {
  width: 640px;
  float: left;
}

.order_content .order_body .ob_right {
  width: 470px;
  float: right;
}

.ob_tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 14px;
}

.ship_address {
  position: relative;
  margin-bottom: 40px;
}

.ship_address .sa_tab {
  margin-left: 1px;
  border-bottom: 1px solid #727272;
  margin-bottom: 15px;
}

.ship_address .sa_tab li {
  float: left;
  width: 180px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.ship_address .sa_tab li a {
  position: relative;
  display: block;
  line-height: 38px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #727272;
  background-color: #f6f6f6;
  color: #7f7f7f;
  font-size: 13px;
  font-family: "Dotum", "Gulim";
  text-align: center;
}

.ship_address .sa_tab li.active a {
  border: 1px solid #727272;
  background-color: #fff;
  border-bottom-color: #fff;
  color: #d21c55;
  font-weight: bold;
  z-index: 1;
}

.ship_address .more {
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  background-color: #eaeaea;
  border: solid 1px #c6c6c6;
  text-align: center;
}

.sa_list {
  width: 100%;
}

.sa_list th {
  padding: 6px 0;
  width: 115px;
  font-family: "Gulim";
  font-size: 12px;
  color: #000;
  text-align: left;
  vertical-align: top;
}

.sa_list th label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  line-height: 24px;
}

.sa_list th label:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #000;
  margin-top: -1px;
}

.sa_list td {
  padding: 6px 0;
  font-family: "Gulim";
  font-size: 12px;
  color: #000;
}

.sa_list td input[type="text"] {
  height: 24px;
  font-size: 12px;
  font-family: "Gulim";
}

.sa_list td input.add_search {
  width: 130px;
}

.sa_list td select {
  width: 158px;
  height: 24px;
  font-size: 12px;
  font-family: "Gulim";
}

.sa_list td.add > div {
  margin-top: 12px;
}

.sa_list td.add > div.add1 {
  margin-top: 0;
}

.sa_list td.add .btn_add {
  display: inline-block;
  padding: 0 7px;
  height: 22px;
  line-height: 22px;
  background-color: #eaeaea;
  border: 1px solid #c6c6c6;
  color: #5e5e5e;
  font-family: "Gulim";
  font-size: 12px;
  vertical-align: top;
  margin-right: 8px;
}

.sa_list td.add .add2 input[type="text"],
.sa_list td.add .add3 input[type="text"] {
  width: 100%;
}

.sa_list td .ph select {
  height: 24px;
}

.sa_list td .ph select,
.sa_list td .ph input {
  width: 60px;
}

.sa_list td .txtbox {
  padding: 13px 10px;
  background-color: #f9f9f9;
}

.sa_list td .txtbox textarea {
  width: 100%;
  height: 55px;
  font-family: "Gulim";
}

.sa_content {
  display: none;
}

.point_use {
  margin-bottom: 25px;
}

.point_use .pu_list {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}

.point_use .pu_list dl:after {
  content: "";
  display: block;
  clear: both;
}

.point_use .pu_list dl {
  padding: 22px 20px;
}

.point_use .pu_list dl.pul01 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #efefef;
}

.point_use .pu_list dt {
  float: left;
  font-size: 15px;
  color: #000;
  line-height: 29px;
}

.point_use .pu_list dd {
  float: right;
  font-size: 12px;
}

.point_use .pu_list dd .ip {
  margin-right: 5px;
}

.point_use .pu_list dd input[type="text"] {
  height: 28px;
}

.point_use .pul01 dd input[type="text"] {
  width: 178px;
}

.point_use .pul02 dd input[type="text"] {
  width: 268px;
}

.point_use .pul02 dd select {
  width: 323px;
  height: 28px;
}

.point_use .btn_pu01 {
  display: inline-block;
  padding: 0 11px;
  line-height: 26px;
  color: #7e7e7e;
  font-family: "Dotum";
  font-size: 12px;
  border: 1px solid #c1c1c1;
  background-color: #f3f3f3;
  vertical-align: top;
}

.point_use .btn_pu01.c01 {
  color: #fff;
  background-color: #d21c55;
  border-color: #d21c55;
}

.payment_list .pl_radio li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}

.payment_list .pl_radio li input {
  margin-right: 8px;
}

.order_info_box {
  padding: 18px 20px;
  border: 1px solid #727272;
  margin-bottom: 44px;
}

.order_final .of_box {
  border: 4px solid #000;
}

.order_final .box01,
.order_final .box02,
.order_final .box03 {
  padding: 8px 27px;
}

.order_final .box01 {
  border-bottom: 1px solid #c3ccd7;
}

.order_final .money_list li {
  padding: 8px 0;
  line-height: 150%;
}

.order_final .money_list li:after {
  content: "";
  display: block;
  clear: both;
}

.order_final .money_list li .ml_tit {
  position: relative;
  float: left;
  font-size: 14px;
  color: #3d3d3d;
  font-family: "Dotum";
  padding-left: 8px;
}

.order_final .money_list li .ml_tit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #333;
}

.order_final .money_list li .ml_num {
  float: right;
  font-size: 13px;
  color: #333;
}

.order_final .money_list li .ml_num strong {
  font-size: 20px;
  font-weight: 900;
  margin-right: 5px;
  vertical-align: middle;
}

.order_final .box02 .money_list li .ml_tit {
  font-size: 16px;
}

.order_final .box02 .money_list li .ml_num strong {
  font-size: 36px;
}

.order_final .box03 {
  font-size: 15px;
  color: #000;
  line-height: 44px;
  background-color: #efefef;
  font-weight: 300;
}

.order_final .box03 strong {
  color: #d21c55;
  font-weight: 300;
  margin-right: 8px;
}

.order_final .btn_wrap {
  margin-top: 20px;
}

.order_final .payment_API {
  margin: 10px 0;
}

.order_ok_body {
  margin-top: 32px;
}

.odok_box {
  /* border: 17px solid #b2c5d4;  */
  border: 17px solid #f5f5f5;
  text-align: center;
  background-color: #fff;
  padding: 36px 0;
  margin-bottom: 35px;
}

.odok_box > p {
  line-height: 1.7;
}

.odok_box .ok_txt01 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 14px;
}

.odok_box .ok_txt01:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  width: 24px;
  border-bottom: 4px solid #9e9e9e;
}

.odok_box .ok_txt02 {
  font-size: 15px;
  color: #000;
  line-height: 180%;
  font-weight: 300;
}

.odok_info01 {
  margin-bottom: 42px;
}

.odok_info01 .odok_der {
  border-top: 1px solid #747474;
  display: table;
  width: 100%;
}

.odok_info01 .odok_der dt {
  display: table-cell;
  width: 185px;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.odok_info01 .odok_der dd {
  display: table-cell;
  padding: 20px 0;
  line-height: 180%;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.odok_info01 .ol_list .cols-02 {
  width: 62%;
}

.odok_info02 .odok_pay {
  border-top: 1px solid #747474;
  padding: 35px 10px 0;
}

.odok_info02 .odok_pay span {
  font-size: 16px;
  color: #333;
  margin-right: 40px;
}

.odok_info02 .odok_pay span:nth-child(2) {
  margin-right: 0;
}

.odok_info02 .odok_pay span strong {
  font-weight: 900;
}

.odok_info02 .btn_wrap {
  padding-top: 90px;
  text-align: center;
}

.odok_info02 .btn_wrap .btn_st07 {
  margin: 0 5px;
}

/* 내쿠폰함 */
.my_coupon_layer {
  position: fixed;
  top: 0;
  width: 690px;
  z-index: 100;
  background-color: #fff;
  display: none;
}

.my_cou_top {
  padding: 0 25px;
  background-color: #3a3a3c;
}

.my_cou_top .lp_tit {
  line-height: 67px;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}

.my_coupon_layer .btn_layer_close {
  position: absolute;
  right: 25px;
  top: 20px;
}

.my_cou_body {
  padding: 20px 18px;
}

.my_cou_body .my_coupon_list {
  width: 100%;
}

.my_coupon_list th {
  width: 128px;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 35px;
  padding: 6px 0;
  vertical-align: top;
}

.my_coupon_list td {
  padding: 6px 0;
}

.my_coupon_list .bdb th,
.my_coupon_list .bdb td {
  border-bottom: 1px solid #8a8a8a;
}

.my_coupon_list .m_num {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  line-height: 35px;
}

.my_coupon_list .m_txt01 {
  font-size: 14px;
  color: #000;
  line-height: 35px;
}

.my_coupon_list .coupon_ip {
  position: relative;
  padding-right: 85px;
}

.my_coupon_list .coupon_ip input {
  width: 100%;
  height: 35px;
}

.my_coupon_list .coupon_ip .btn_ip {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 35px;
  line-height: 33px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #efefef;
  border: 1px solid #c7c7c7;
}

.my_cou_body .my_cou_box {
  padding: 18px 22px;
  border: 1px solid #d9d9d9;
  background-color: #efefef;
  font-size: 14px;
  margin-top: 20px;
}

.my_cou_body .my_cou_box strong {
  color: #000;
  font-weight: bold;
  margin-right: 60px;
}

.my_cou_total {
  width: 100%;
  margin-top: 80px;
}

.my_cou_total th {
  text-align: left;
  padding-left: 18px;
  height: 32px;
  background-color: #f6f7fb;
  border: 1px solid #d3d5df;
  font-size: 14px;
}

.my_cou_total th.last {
  background-color: #e7ebf5;
}

.my_cou_total td {
  text-align: right;
  padding-right: 18px;
  border: 1px solid #d3d5df;
  height: 40px;
  font-size: 14px;
}

.my_cou_total td.last {
  background-color: #e7ebf5;
}

.my_cou_total .m_num {
  font-size: 14px;
  color: #333;
}

.my_cou_total .m_num strong {
  font-size: 18px;
  font-weight: 900;
}

.my_cou_total .mct03 .m_num {
  color: #dc1718;
}

.my_cou_total .mct01,
.my_cou_total .mct02 {
  position: relative;
}

.my_cou_total .icon_minus {
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #b6b9c3;
  border-radius: 50%;
  background-color: #fff;
}

.my_cou_total .icon_minus:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -2px;
  width: 15px;
  height: 3px;
  background-color: #2e2e2e;
}

.my_cou_total .icon_same {
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #b6b9c3;
  border-radius: 50%;
  background-color: #fff;
}

.my_cou_total .icon_same:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: 1px;
  width: 15px;
  height: 3px;
  background-color: #dc1718;
}

.my_cou_total .icon_same:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
  width: 15px;
  height: 3px;
  background-color: #dc1718;
}

.my_cou_body .btn_wrap {
  text-align: center;
  padding: 42px 0 0 0;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* 쿠폰함 custom */
.my_coupon_layer.coupon_01 {
  display: block;
  position: relative;
  margin: 0px 0;
  width: 100%;
}

.my_coupon_layer.coupon_01 .my_cou_body {
}

.my_coupon_layer.coupon_01 .ta_right {
  width: 100%;
  border-bottom: solid 1px #a7a7a7;
  padding-bottom: 8px;
}

.my_coupon_layer.coupon_01 .ta_right p {
  float: left;
  line-height: 20px;
}

.my_coupon_layer.coupon_01 .ta_right p:before {
  content: "";
  display: inline-block;
  margin: 0px 5px -3px;
  width: 22px;
  height: 20px;
  background: url("../img/login/caution.png") no-repeat;
  background-size: contain;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list th {
  padding: 5px 12px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list td {
  padding: 5px 12px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div {
  font-weight: 400;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div span {
  font-weight: 400;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .f_left {
  float: none;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .block {
  display: block;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .color_pointer {
  color: #4f67c7;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box {
  margin: 5px 0px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box .txt_sub {
  text-decoration: line-through;
}

.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list
  .radio_box
  input[type="radio"] {
  margin: 5px 10px 5px 0px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .discount_result {
  border-bottom: solid 1px #98999b;
  font-weight: 500;
  text-align: right;
}

.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list
  .discount_result
  .color_pointer2 {
  color: #069ee9;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg {
  background-color: #f7f8fc;
  border-top: solid 1px #ebebed;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg.table_border {
  border: none;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list:first-of-type {
}

.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list:first-of-type
  tr:first-child {
  background-color: #e2e3e8;
}

.my_coupon_layer.coupon_01 .my_cou_total .mct03 .m_num {
  color: #069ee9;
}

.my_coupon_layer.coupon_01 .my_cou_total .icon_same:before {
  background-color: #2e2e2e;
}

.my_coupon_layer.coupon_01 .my_cou_total .icon_same:after {
  background-color: #2e2e2e;
}

/* 회원가입 */
/* 가입방식 선택 */
.member-container {
  box-sizing: border-box;
  width: 1180px;
  margin: 0px auto 200px;
  padding: 90px 95px 0px;
}

.member-container h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.member-container p {
  margin: 20px 0 63px;
  font-size: 15px;
  color: #7e7e7e;
  text-align: center;
}

.member {
  position: relative;
}

.member:after {
  content: "";
  display: block;
  clear: both;
}

.members {
  position: relative;
  float: left;
  margin-right: 62px;
  margin-bottom: 83px;
  width: 288px;
  height: 245px;
}

.members.members_new {
  background: url("/img/member/new_01.png") no-repeat;
  background-position: 40% 40%;
}

.members.members_old {
  background: url("/img/member/new_02.png") no-repeat;
  background-position: 40% 40%;
}

.members.members_facebook {
  margin-right: 0px;
  float: right;
  background: url("/img/member/new_03.png") no-repeat;
  background-position: 40% 40%;
}

.member input[type="radio"] {
  position: absolute;
  bottom: 20px;
  left: 48%;
}

.member input[type="button"] {
  display: block;
  clear: both;
  width: 140px;
  height: 50px;
  margin: 30px auto 64px;
  border: none;
  background-color: #069ee9;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.member-container .form-box2 .form_btn {
  display: block;
  clear: both;
  width: 250px;
  height: 50px;
  margin: 30px auto 64px;
  border: none;
  background: #069ee9;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* 로그인 */
/* 문구 공통 */
.login-container .login_top {
  text-align: center;
  margin-bottom: 30px;
}

.login-container .welcome {
  margin-top: 5px;
  font-size: 15px;
  line-height: 23px;
  color: #7e7e7e;
}

.login-container .login_cation {
  margin: 20px 0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #7e7e7e;
  word-break: keep-all;
}

.login-container .login form .left {
  margin: 0 auto;
  width: 460px;
}

/* 로그인 탭 */
.member_tap {
  width: 100%;
}

.member_tap li {
  float: left;
  width: 50%;
}

.member_tap li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: #666;
  background: #eaeaea;
}

.member_tap li a:hover,
.member_tap li a:focus,
.member_tap li a.on {
  color: #fff;
  background: #d21c55;
}

.login-container span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}

.login-container span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.login-container span.checkbox label {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
}

.login-container span.checkbox label::before {
  display: block;
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url("../img/btn/checkbox.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.login-container span.checkbox input:checked + label:before {
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url("../img/btn/checkbox_chenc.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

/* 회원 로그인 */
.login-container {
  box-sizing: border-box;
  width: 1180px;
  margin: 24px auto 300px;
  padding: 90px 95px 0px;
}

.login-container h2 {
  font-size: 30px;
  font-weight: 600;
}

.login:after {
  content: "";
  display: block;
  clear: both;
}

.login.non_active {
  display: none;
}

.login .login_form {
  box-sizing: border-box; /*float:left; padding:0 22px 26px 46px;*/
  width: 100%;
}

.login .login_form .in_member {
  margin-left: 96px;
}

.login .login_form .out_member {
  margin-left: 56px;
}

.login .login_form span {
  font-size: 12px;
}

.login .login_form input[type="text"],
.login .login_form input[type="password"] {
  float: right;
  width: 100%;
  height: 39px;
  font-family: "Malgun Gothic"; /*color: #bbb;*/
}

.login .login_form input[type="text"] {
  margin-bottom: 11px;
}

.login .login_form .login-box {
  float: left;
  margin: 10px 0 0;
  width: calc(100% - 126px);
}

.login .login_form .login-box:after {
  content: "";
  display: block;
  clear: both;
}

.login .login_form .login-box p {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 39px;
}

/*.login .login_form input[type="button"],*/
.login .login_form button.login_btn {
  float: left;
  margin: 10px 0 0 10px;
  width: 116px;
  height: 89px;
  background-color: #333 /*#069ee9*/;
  color: #fff; /*border:solid 1px #0185da;*/
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.login .login_form .check {
  font-family: "MalgunGothic";
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px; /* padding-left:92px;*/
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 100;
}

.login .login_form .another_login::after {
  display: block;
  clear: both;
  content: "";
}

.login .login_form .another_login button {
  float: left;
  width: calc(50% - 5px);
}

.login .login_form .another_login button + button {
  margin-left: 10px;
}

.login .login_form .another_login button img {
  width: 100%;
}

.login .login_form .join_btn {
  width: 100%;
  height: 43px;
  line-height: 43px;
  display: block;
  border: 1px solid #333;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.login .login_form ul {
  /*padding-left:92px; margin:22px 0;*/
  float: right;
}

.login .login_form ul li {
  float: left;
}

.login .login_form ul li a {
  display: inline-block;
  padding: 0 10px;
  height: 14px;
  border-right: solid 1px #ddd;
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 14px;
}

.login .login_form ul li:last-child a {
  color: #333;
  border: none;
  font-weight: 600;
}

/* 회원정보이관정책동의 */
.check_info_box {
  position: relative;
  margin-top: 5px;
}

.check_info_popup {
  display: none;
  position: absolute;
  top: 35%;
  left: 50%;
  background-color: #fff;
  width: 550px;
  height: 310px;
  padding: 22px 35px;
  box-shadow: 0 0 8px #606060;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 99999;
  transform: translate(-50%, -50%);
}

.check_info_popup h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.check_info_popup > .check_info_txt {
  padding: 22px;
  height: 170px;
  background-color: #f2f2f2;
  overflow-y: auto;
  box-sizing: border-box;
}

.check_info_popup > .cloes_info_box {
  position: absolute;
  top: 20px;
  right: 22px;
}

.check_info_popup > .btn_box {
  display: table;
  margin: 20px auto;
}

.check_info_popup > .btn_box button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}

.check_info_popup > .btn_box button:first-child {
  margin-right: 10px;
  background-color: #d21c55;
}

.check_info_popup > .btn_box button:last-child {
  background-color: #777777;
}

/* 비회원 로그인 */
.login .login_form .login-box input[type="text"].l_input {
  width: 265px;
}

.login .login_form .login-box input[type="text"].s_input {
  margin: 0 7px;
  margin-bottom: 0;
  width: 75px;
  float: none;
  vertical-align: middle;
}

#non_memder.login .login_form .login-box p {
  font-size: 12px;
  font-weight: bolder;
  font-family: "MalgunGothic";
}

#non_memder.login .login_form .phon_input {
  clear: both;
  width: 100%;
}

#non_memder.login .login_form .phon_input label {
  float: left;
  margin-right: 21px;
  line-height: 39px;
}

.login .login_form select {
  width: 75px;
  height: 39px;
  vertical-align: middle;
  margin-right: 7px;
}

#non_memder.login .phon_num {
  float: right;
  border: 1px solid #dcdcdc;
  width: 265px;
  height: 39px;
  box-sizing: border-box;
}

#non_memder.login .phon_num::after {
  display: block;
  clear: both;
  content: "";
}

#non_memder.login .phon_num input {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 10px;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
}

#non_memder.login .phon_num span {
  display: block;
  float: left;
  width: 30px;
  line-height: 37px;
  text-align: center;
}

#non_memder.login .login_form input[type="text"].s_input:last-child {
  margin-right: 0;
}

#non_memder.login .another_login {
  clear: both;
}

#non_memder.login .another_login p {
  /*margin-top:30px;display:block;*/
  padding: 30px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
}

/* ad zone */
.login .ad_zone {
  float: right;
  width: 450px;
  height: 310px;
  background: #ebebeb;
  margin-right: 0px;
  outline: solid 1px #ccc;
  text-indent: -9999999px;
}

/* 비회원 개인정보 이용 동의 팝업 */
.popup p.popup_txt,
.popup p.check_cation,
.popup .popup_check label {
  font-size: 12px;
  font-family: "MalgunGothic";
  font-weight: 300;
  color: #666;
  line-height: 22px;
}

.popup p.popup_txt {
  margin: 0 15px 20px;
}

.popup .check_agree {
  width: 100%;
  height: 385px;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}

.popup .check_agree div {
  width: 90%;
  padding: 35px 0;
  margin: 0 auto;
}

.popup .check_agree div p {
  font-family: "MalgunGothic";
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
}

.popup .popup_check {
  text-align: center;
}

.popup span.radio {
  margin: 0 10px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  height: 17px;
  line-height: 15px;
  vertical-align: baseline;
}

.popup span.radio input {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.popup span.radio label {
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
  line-height: 12px;
}

.popup span.radio label::before {
  display: block;
  content: "";
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
}

.popup span.radio input:checked + label:before {
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 100%;
  background: #fff url("../img/btn/checkbox_check3.jpg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.popup p.check_cation {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 계정정보 찾기 */
.login_find .member_tap li {
  width: 50%;
}

.login.login_find .login_form .login-box {
  margin-top: 25px;
  width: 100%;
}

.login.login_find .login_form input[type="text"] {
  float: none;
  width: 100%;
  border: 1px solid #d6d6d6;
}

.login.login_find .login_form .phonarea {
  width: 100%;
}

.login.login_find .login_form .phonarea .phon_num {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 39px;
  box-sizing: border-box;
}

.login.login_find .login_form .phonarea .phon_num::after {
  display: block;
  clear: both;
  content: "";
}

/* .login.login_find .login_form .phonarea .phon_num select {
    float: left;
    margin: 0;
    border: 0;
    width: 130px;
    height: 42px;
} */
.login.login_find .login_form .phonarea .phon_num input {
  float: left;
  border: 0;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
}

.login.login_find .login_form .phonarea .phon_num span {
  display: block;
  float: left;
  margin: 0;
  width: 30px;
  line-height: 37px;
  text-align: center;
}

.login.login_find .login_form .phonarea .button_wrap {
  margin-top: 10px;
}

.login.login_find .login_form .button_wrap::after {
  display: block;
  clear: both;
  content: "";
}

.login.login_find .login_form .button_wrap input {
  float: left;
  width: calc(100% - 130px);
  box-sizing: border-box;
}

/* .login.login_find .login_form .email_warp{float:right;width:400px;} */
.login_find .find_id .find_id_box .login_form .email_warp button {
  margin-bottom: 10px;
}

.login.login_find .find_cation {
  padding-left: 10px;
  position: relative;
  line-height: 20px;
  word-break: keep-all;
}

.login.login_find .find_cation::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #7e7e7e;
}

.login.login_find .find_btn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: #d21c55;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* 아이디 찾기 */
#container.login-container {
  padding-bottom: 125px;
  margin-bottom: 100px;
}

.login.login_find {
  position: relative;
  width: 460px;
  margin: 0 auto;
}

.login_find .find_id {
  padding: 30px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  box-sizing: border-box;
}

.login_find .find_id .find_id_box {
  /*position:absolute; top:2px; left:2px; height:300px;*/
}

.login_find .find_id .find_id_box .login_form {
  display: none;
  margin-right: 0;
  width: 100%;
  border: none;
}

.login_find .find_id .find_id_box .login_form.on {
  display: block;
}

.login_find .find_id .find_id_box .login_form:last-child {
  position: relative;
  width: 100%;
}

.login_find .find_id .find_id_box .login_form .in_member {
  margin-left: 0;
}

.login_find .find_id .find_id_box .login_form span {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}

.login_find .find_id .find_id_box .login_form p {
  font-size: 14px;
  margin-top: 10px;
  color: #7e7e7e;
}

.login_find .find_id .find_id_box .login_form p:first-child {
  margin-top: 0px;
  font-weight: 400;
}

.login_find .find_id .find_id_box .login_form button {
  /*margin:53px 10px;*/
  width: 104px;
  height: 39px;
  outline: none;
  border: none;
  background: #919191;
  color: #fff;
  font-size: 12px;
}

.login_find .find_id .find_id_box .login_form .login-box p {
  width: 55px;
  height: 39px;
  margin-bottom: 10px;
}

.login_find input[type="submit"] {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  width: 170px;
  height: 50px;
  background-color: #e8374b;
  border: none;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}

.login.login_find .login_form .button_wrap button {
  float: left;
  display: block;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
  width: 120px;
  height: 42px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  background: none;
  box-sizing: border-box;
}

/* 비밀번호 찾기 */
.login_find .find_id_password {
  display: none;
}

.login_find .find_id .find_id_box .login_form p.text_deco {
  margin-top: 5px;
}

.find_radio {
  margin-bottom: 30px;
}

.find_radio .radio_item {
  display: inline-block;
}

.find_radio .radio_item + .radio_item {
  margin-left: 70px;
}

.find_radio .radio_item input[type="radio"] {
  display: none;
}

.find_radio .radio_item input[type="radio"] + label {
  display: block;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 20px;
  background: url(../img/ico/radio_off_24x24.png) left center no-repeat;
  background-size: auto 100%;
}

.find_radio .radio_item input[type="radio"]:checked + label {
  background: url(../img/ico/radio_on_24x24.png) left center no-repeat;
  background-size: auto 100%;
}

/* 주문비밀번호 찾기 */
.modal1 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 370px;
  background-color: #fff;
  outline: solid 3px #2f6fe6;
  transform: translate(-50%, -50%);
}

.form-box h2 {
  padding: 14px 18px 0;
  color: #4a7adf;
  font-size: 24px;
  font-weight: normal;
}

.form-box a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 18px;
  background: url("/img/ico/close.png");
  text-indent: -99999px;
}

.form-box table {
  padding-top: 19px;
  margin: 15px 0;
  width: 100%;
  border-top: solid 1px #bfbfc0;
  border-bottom: solid 1px #bfbfc0;
}

.form-box table th {
  box-sizing: border-box;
  padding-left: 45px;
  width: 125px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 42px;
}

.form-box table tr:first-child th {
  padding-top: 19px;
}

.form-box table tr:first-child td input {
  margin-top: 19px;
}

.form-box table td {
  padding-left: 22px;
}

.form-box table td input {
  width: 190px;
  height: 28px;
  line-height: 28px;
  margin: 3px 0 2px;
}

.form-box table .phone input {
  width: 55px;
}

.form-box table .user_password input {
  font-size: 12px;
}

.form-box table .out_user_sms {
  font-size: 11px;
  line-height: 14px;
}

.form-box table .out_user_sms td {
  color: #5e5e5e;
}

.form-box table .out_user_sms td input {
  width: 14px;
  height: 14px;
  margin: 3px 4px 4px;
}

.form-box table .out_user_sms td input:nth-child(2) {
  margin-left: 20px;
}

.form-box p {
  padding: 3px 64px 0 22px;
  font-size: 12px;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 18px;
}

.form-box input[type="submit"] {
  display: block;
  margin: 10px auto 20px;
  width: 110px;
  height: 30px;
  background-color: #3770ed;
  color: #fff;
  border: solid 1px #2a5bcc;
}

/* 회원가입 */
.member-container.member-form {
  margin: 0px auto 200px;
  padding: 90px 0 0px;
  width: 450px;
  box-sizing: border-box;
}

.member-container .member h2 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
}

.member-container .member h2 + p {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.form-box2 .checkbox {
  margin-top: 10px;
}

.form-box2 .input_wrap .checkbox {
  margin-bottom: 20px;
}

.form-box2 .checkbox input[type="checkbox"] {
  display: none;
}

.form-box2 .checkbox input[type="checkbox"] + label {
  padding-left: 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  background: url(../img/ico/checkbox.png) left center no-repeat;
}

.form-box2 .checkbox input[type="checkbox"]:checked + label {
  background: url(../img/ico/checkbox_on.png) left center no-repeat;
}

.form-box2 .input_wrap + .input_wrap {
  margin-top: 10px;
}

.form-box2 .input_wrap input {
  display: block;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  box-sizing: border-box;
}

.form-box2 .input_wrap p {
  margin: 10px 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.form-box2 .input_wrap p.red_txt {
  color: #f50000;
  text-align: left;
}

.form-box2 .button_wrap::after {
  display: block;
  clear: both;
  content: "";
}

.form-box2 .button_wrap input {
  float: left;
  margin-right: 10px;
  width: 310px;
}

.form-box2 .button_wrap > .phone_num {
  float: left;
  margin-right: 10px;
  border: 1px solid #dbdbdb;
  width: 310px;
  height: 40px;
  box-sizing: border-box;
}

.form-box2 .button_wrap > .phone_num::after {
  display: block;
  clear: both;
  content: "";
}

.form-box2 .button_wrap > .phone_num input {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 5px;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
}

.form-box2 .button_wrap > .phone_num span {
  display: block;
  float: left;
  width: 30px;
  line-height: 38px;
  text-align: center;
}

.form-box2 .button_wrap button {
  float: left;
  border: 1px solid #d21c55;
  width: 130px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #d21c55;
  box-sizing: border-box;
}

.form-box2 .button_wrap button.certi_ok {
  background: #d21c55;
  color: #fff;
}

.form-box2 .radio_wrap::after {
  display: block;
  clear: both;
  content: "";
}

.form-box2 .radio_wrap {
  margin-bottom: 20px;
}

.form-box2 .radio_wrap .radio_item {
  float: left;
  width: calc(50% - 5px);
}

.form-box2 .radio_wrap .radio_item + .radio_item {
  margin-left: 10px;
}

.form-box2 .radio_wrap .radio_item input[type="radio"] {
  display: none;
}

.form-box2 .radio_wrap .radio_item input[type="radio"] + label {
  display: block;
  border: 1px solid #eee;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  box-sizing: border-box;
}

.form-box2 .radio_wrap .radio_item input[type="radio"]:checked + label {
  border-color: #d21c55;
  color: #d21c55;
}

.member-container .form-box2 .form_btn {
  display: block;
  clear: both;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  background: #d21c55;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* agree_popup_wrap */
.agree_popup_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}

.agree_popup_wrap .agree_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  z-index: 2;
}

.agree_popup_wrap .agree_popup .top {
  height: 60px;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #d21c55;
  padding: 12px 20px;
  box-sizing: border-box;
}

.agree_popup_wrap .agree_popup .top::after {
  display: block;
  clear: both;
  content: "";
}

.agree_popup_wrap .agree_popup .top p {
  float: left;
  font-size: 18px;
}

.agree_popup_wrap .agree_popup .top .close {
  float: right;
  cursor: pointer;
}

.agree_popup_wrap .agree_popup .top .close img {
  width: 20px;
  padding-top: 8px;
}

.agree_popup_wrap .agree_popup .content {
  height: 590px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.agree_popup_wrap .agree_popup .content .padding {
  height: 100%;
  overflow-y: auto;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px !important;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.agree_popup_wrap .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* //popup_wrap */

/* 비교하기 - 리스트 */
.sub.vs_list {
}

.sub.vs_list .sub_wrap h3 {
  font-size: 0;
  overflow: hidden;
}

.sub.vs_list .item_wrap {
  background: #f0f0f0;
}

.sub.vs_list .iw_top {
  text-align: center;
  border-bottom: 0 none;
  padding: 40px 0 0 0;
}

.sub.vs_list .iw_top .i_tit {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 600;
}

.sub.vs_list .iw_top a {
  margin: 0 auto;
  width: 110px;
  display: block;
  font-size: 15px;
  color: #434343;
  font-weight: 400;
}

.sub.vs_list .iw_top a.btn_vs_all {
  background: url("/img/sub/next_arrow.png") no-repeat right center;
  text-align: left;
}

.vs_list .itme_type01 {
  margin-left: 0px;
}

.vs_list .itme_type01 > li {
  width: 380px;
}

.vs_list .itme_type01 > li:first-child,
.vs_list .itme_type01 > li:nth-child(3n + 1) {
  margin-left: 0;
}

.vs_list .itme_type01 select {
  margin-bottom: 20px;
  width: 100%;
  width: 100%;
  height: 42px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #434343;
}

.vs_list .itme_type01 article {
  padding: 50px;
  background: #fff;
}

.vs_list .itme_type01 article span img {
  width: 100%;
}

.vs_list .itme_type01 .item_content {
  width: 100%;
  margin-top: 30px;
}

.vs_list .itme_type01 .item_content h4.ic_subject {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.vs_list .itme_type01 .item_content li {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
  display: table;
}

/*.vs_list .itme_type01 .item_content li:first-child .ic_subject{width:100%;}*/
.vs_list .itme_type01 .item_content li.size {
  line-height: 30px;
}

.vs_list .itme_type01 .item_content li .product_size {
  line-height: 30px;
  padding-bottom: 10px;
}

.vs_list .itme_type01 .item_content li .product_size li {
  position: relative;
  padding-right: 3px;
  display: inline-block;
  width: auto;
  border-bottom: 0 none;
  line-height: 25px;
  height: 25px;
}

.vs_list .itme_type01 .item_content li .product_size li:after {
  content: ",";
  position: relative;
  bottom: 0;
  right: 1px;
}

.vs_list .itme_type01 .item_content .ic_subject {
  display: table-cell;
  padding-left: 10px;
  width: 55px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.vs_list .itme_type01 .ic_color span {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #123456;
}

.vs_list .itme_type01 .ic_color span:first-child {
  margin-left: 0;
}

.vs_list .btn_wrap {
  margin: 40px auto;
}

.vs_list .btn_wrap a {
  margin: 0 auto;
  display: block;
}

.vs_list .itme_type01 .btn_wrap {
  margin: 60px auto 0;
}

.vs_list .itme_type01 .btn_st06.c01 {
  margin: 0 auto;
}

.vs_list .itme_type01 .btn_st06 {
  margin: 10px auto 0;
}

.item_view_img {
  margin-top: 15px;
}

/* 상품목록 필터 수정 */
.snb_box .sb_tit01.bm_no {
  border-bottom: 0 none;
}

.check_list .snb_list.snb_menu > li > a {
  background: none;
}

.snb_box .snb_list.snb_menu > li ul li a {
  margin-top: 5px;
}

/* 검색결과 */
.search_breand ul {
  border-bottom: 1px solid #dcdcdc;
}

.search_breand ul li {
  margin-bottom: 15px;
  position: relative;
  width: 15%;
  margin-left: 1.65%;
  float: left;
}

.search_breand ul li input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}

.search_breand ul li span.checkbox_txt {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: "Malgun Gothic";
  font-weight: 400;
  color: #666;
}

.search_breand span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block; /*height: 15px; padding-left: 15px;*/
  vertical-align: baseline;
}

.search_breand span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.search_breand span.checkbox label {
  font-size: 0;
}

.search_breand span.checkbox label::before {
  display: block;
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url(../img/btn/checkbox.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.search_breand span.checkbox input:checked + label:before {
  content: "";
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 0 none;
  background: #fff url(../img/btn/checkbox_check.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.search_breand span.checkbox label img {
  box-sizing: border-box;
  width: 147px;
  height: 37px;
  border: 1px solid #dcdcdc;
}

.search_breand span.checkbox input:checked + label img {
  /* width: auto; */
  outline: 2px solid #d21c55;
}

.search_none {
  margin: 70px auto 120px;
  text-align: center;
}

.search_none .search_none_in {
  display: inline-block;
}

.search_none img {
  margin: 0 auto;
}

.search_none h3 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 400;
}

.search_none h3 span {
  color: #d21c55;
  font-weight: 600;
}

.search_none p {
  margin-top: 17px;
  margin-bottom: 40px;
  font-size: 17px;
  color: #555;
}

.search_none p.search_cation {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 15px;
  color: #555;
  line-height: 25px;
}

/* 05_02 김준혁 추가 */
.search_breand ul li:hover .brand_info {
  display: block;
}

.search_breand ul li .brand_info {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  padding: 0 0 20px 0;
  width: 980px;
  min-height: 110px;
  background-color: #fff;
  border: solid 1px #aaaaaa;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px #e5e5e5;
  -moz-box-shadow: 0px 10px #e5e5e5;
  box-shadow: 0px 3px #e5e5e5;
}

.search_breand ul li .brand_info .triangle01 {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 7px;
  height: 7px;
  border-left: solid 1px #aaa;
  border-top: solid 1px #aaa;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* .search_breand ul li .brand_info:before { content:"";  position:absolute; top:-7px; left:0; display:block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #aaaaaa; }
.search_breand ul li .brand_info:after { content:"";  position:absolute; top:-6px; left:1px; display:block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; } */
.search_breand ul li .brand_info img {
  margin: 20px 0 10px;
}

.search_breand ul li .brand_info p {
  padding: 0 40px 0 20px;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
}

/* 상품없음 */
.no_item_container {
  text-align: center;
  padding: 70px 0 70px;
}

.no_item_container h4 {
  margin: 45px 0 20px;
  font-size: 22px;
  color: #333333;
}

.no_item_container h5 {
  font-size: 17px;
  color: #555555;
}

/* 0519 */
/**/
.sub_wrap.dak_02 {
}

.dak_02 .sub_item_list .itme_type01 > li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}

.dak_02 .sub_item_list .itme_type01 > li:nth-of-type(3n) {
  margin-right: 0;
}

/* 특가닭 */
.dak_special {
  float: none;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding-bottom: 48px;
}

.dak_special > div {
  width: 1180px;
  margin: 0 auto;
}

.dak_timer_box {
  padding: 60px 0 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.dak_timer_box:after {
  content: "";
  display: block;
  clear: both;
}

.dak_timer_box h2 {
  display: inline-block;
  position: relative; /* margin-right:40px; */
  font-size: 61px;
  color: #333333;
  font-weight: 500;
}

.dak_timer_box h2:after {
  content: "~";
  position: absolute;
  top: -45%;
  right: 3%;
  color: #d21c55;
  display: block;
  font-size: 40px;
  font-weight: 400;
}

.dak_timer_box h2 span:nth-child(1) {
  font-weight: 300;
  color: #5e5e5e;
}

.dak_timer_box h2 span:nth-child(2) {
  color: #d21c55;
}

.dak_timer_box > div {
  display: inline-block;
  margin-top: 10px;
}

.dak_timer_box > div span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background-color: #020202;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.dak_timer_box > div span:last-child {
  margin-right: 0;
}

.dak_timer_box > div span.time_bar {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #020202;
}

/**/
.special_banner {
}

.special_banner button {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 79px;
  transform: translate(0, -50%);
  text-indent: -999999px;
  z-index: 99;
}

.special_banner .slick-prev {
  left: -6%;
  background: url("/img/sub/special_prev.png") no-repeat;
  background-size: cover;
}

.special_banner .slick-next {
  right: -6%;
  background: url("/img/sub/special_next.png") no-repeat;
  background-size: cover;
}

/**/
.dak_01.item_detail_tab {
  margin: 0px 0 20px;
  width: 100%;
  padding: 50px 11.35% 200px;
  box-sizing: border-box;
  background: url("/img/sub/special_tab_banner.png") no-repeat;
}

.dak_01.item_detail_tab button {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  width: 25%;
  height: 84px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 22px;
  text-align: center;
  line-height: 84px;
}

.dak_01.item_detail_tab button:first-of-type:before {
  display: none;
}

.dak_01.item_detail_tab button:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  bottom: 38%;
  left: 0;
  width: 1px;
  background-color: #ddd;
}

.dak_01.item_detail_tab button:after {
  content: "";
  display: none;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 50%;
  width: 50%;
  height: 5px;
  background-color: #d21c55;
  transform: translate(-50%, 0);
}

.dak_01.item_detail_tab button.active:after {
  display: block;
}

.item_wrap.dak_01 .iw_top {
  padding: 0;
  border-bottom: none;
}

.itme_type01.dak_01 {
  padding-top: 0;
}

/* 브랜드관 */
.brand_snb {
  /* height:400px; */
  overflow-y: auto;
}

.brand_box {
  position: absolute;
  top: 10px;
  left: 0;
  width: 160px;
  height: 400px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}

.brand_box a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}

.brand_box li.active a {
  background-color: #d21c55;
  color: #fff;
}

.brand_box a:hover {
  color: #d21c55;
}

.brand_box li.active a:hover {
  color: #fff;
}

.apply_form {
  padding-bottom: 136px;
}

.apply_form .title {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.apply_form .form_box {
}

.apply_form .product_info {
  margin-bottom: 44px;
  padding: 20px 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0;
}

.apply_form .product_info .img_box {
  display: inline-block;
  width: 130px;
  border: 1px solid #dbdbdb;
  margin-right: 30px;
  vertical-align: middle;
  box-sizing: border-box;
}

.apply_form .product_info .img_box span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.apply_form .product_info .txt_box {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: middle;
}

.apply_form .product_info .pdt_name {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  line-height: 1.4;
}

.apply_form .product_info .small_summary {
  margin-top: 16px;
}

.apply_form .product_info .small_summary span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 6px;
  border-left: 2px solid #07a7e3;
  line-height: 14px;
  font-size: 15px;
  font-weight: 350;
  color: #757575;
  letter-spacing: -0.04em;
  vertical-align: middle;
}

.apply_form .product_info .small_summary span i {
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}

.apply_form .product_info .small_summary span i.silver {
  background: linear-gradient(to Right, #ededed 10%, #c9c9cb 90%);
}

.apply_form .product_info .small_summary span i.white {
  background: #fff;
}

.apply_form .form_box .input_wrap + .input_wrap {
  margin-top: 60px;
}

.apply_form .form_box .input_wrap .label {
  display: block;
  margin-bottom: 16px;
  padding-left: 8px;
  border-left: 3px solid #07a7e3;
  font-size: 20px;
  font-weight: 500;
  color: #252525;
  line-height: 18px;
}

.apply_form .form_box .input_wrap .data.kc_new {
  position: relative;
}

.apply_form .form_box .input_wrap .data.kc_new .kc_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  /*width: 280px;*/
}

.apply_form .form_box .input_wrap .data.kc_new .kc_img img {
  max-width: 200px;
}

.apply_form .form_box .input_wrap .data table {
  width: 100%;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #dbdbdb;
  table-layout: fixed;
}

.apply_form .form_box .input_wrap .data table tr + tr {
  border-top: 1px solid #ececec;
}

.apply_form .form_box .input_wrap .data table th {
  width: 170px;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  text-align: left;
  letter-spacing: -0.04em;
  line-height: 1.5;
  background: #fafafa;
  box-sizing: border-box;
  vertical-align: top;
}

.apply_form .form_box .input_wrap .data table td {
  width: auto;
  padding: 8px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

.apply_form .form_box .input_wrap .data table td.method {
  padding: 20px 10px;
}

.apply_form .form_box .input_wrap input {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 400;
  color: #252525;
  box-sizing: border-box;
}

.apply_form .form_box .input_wrap input:disabled {
  background: #fff;
}

.apply_form .form_box .input_wrap input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap input::-moz-placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap input:-moz-placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap input::placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap input:focus {
  border: 2px solid #252525;
}

.apply_form .form_box .input_wrap textarea {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 400;
  color: #252525;
  line-height: 38px;
  box-sizing: border-box;
  resize: none;
}

.apply_form .form_box .input_wrap textarea::placeholder {
  font-size: 14px;
  font-weight: 350;
  color: #cccccc;
  opacity: 1;
}

.apply_form .form_box .input_wrap textarea:focus {
  border: 2px solid #252525;
}

.apply_form .form_box .input_wrap select {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 400;
  color: #252525;
  background: #fff url(../img/btn/select_ico.png) right 10px center no-repeat;
  box-sizing: border-box;
}

.apply_form .form_box .input_wrap .mw146 {
  max-width: 146px;
}

.apply_form .form_box .input_wrap .mw300 {
  max-width: 300px;
}

.apply_form .form_box .input_wrap .mw800 {
  max-width: 800px;
}

.apply_form .form_box .input_wrap .mw500 {
  max-width: 500px;
}

.apply_form .form_box .input_wrap .agree_desc {
  width: 100%;
  height: 150px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  background: #fafafa;
  overflow-y: auto;
  box-sizing: border-box;
}

.apply_form .form_box .input_wrap .gift_code {
  padding: 30px 20px;
  border-top: 1px solid #252525;
}

.apply_form .form_box .input_wrap .gift_code p {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}

.apply_form .form_box .input_wrap .gift_code input[type="text"] {
  margin: 15px 0;
}

.apply_form .form_box .input_wrap .gift_code a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #07a7e3;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 12px;
  box-sizing: border-box;
  width: fit-content;
}

/* check_item */
.apply_form .form_box .input_wrap .check_item input {
  display: none;
}

.apply_form .form_box .input_wrap .check_item input + label {
  display: block;
  padding-left: 28px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico/ico_checkbox_wine.png);
}

.apply_form .form_box .input_wrap .check_item input:checked + label {
  background-image: url(../img/ico/ico_checkbox_wine_on.png);
}

.apply_form .form_box .input_wrap .check_item input + label span {
  font-size: 14px;
  font-weight: 350;
  color: #757575;
}

/* radio_item */
.apply_form .form_box .input_wrap .radio_item {
  display: inline-block;
  margin-right: 30px;
}

.apply_form .form_box .input_wrap .radio_item:last-child {
  margin-right: 0;
}

.apply_form .form_box .input_wrap .radio_item input {
  display: none;
}

.apply_form .form_box .input_wrap .radio_item input + label {
  display: block;
  padding-left: 26px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico/ico_radio_wine.png);
}

.apply_form .form_box .input_wrap .radio_item input:checked + label {
  background-image: url(../img/ico/ico_radio_wine_on.png);
}

/* address_box */
.apply_form .form_box .address_box > input {
  margin-top: 6px;
}

.apply_form .form_box .address_box .button_wrap {
  font-size: 0;
}

.apply_form .form_box .address_box .button_wrap input {
  display: inline-block;
  max-width: 160px;
  margin-right: 10px;
  vertical-align: middle;
}

.apply_form .form_box .address_box .button_wrap button {
  display: inline-block;
  width: 100px;
  height: 36px;
  border: 1px solid #07a7e3;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 18px;
  box-sizing: border-box;
  vertical-align: middle;
}

.apply_form .form_box .gray_txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 350;
  color: #757575;
  line-height: 1.3;
}

.apply_form .form_box .gray_txt strong {
  font-weight: 350;
  color: #07a7e3;
}

.apply_form .form_box .payment_card {
  display: none;
}

.apply_form .form_box .payment_card.on {
  display: table-row;
}

.apply_form .form_box .card_num input,
.apply_form .form_box .card_validity select {
  float: left;
}

.apply_form .form_box .card_num input + input,
.apply_form .form_box .card_validity select + select {
  margin-left: 8px;
}

.apply_form .form_box .payment_account {
  display: none;
}

.apply_form .form_box .payment_account.on {
  display: table-row;
}

.apply_form .form_box .file_row::after {
  display: block;
  clear: both;
  content: "";
}

.apply_form .form_box .file_row .file_name {
  float: left;
  width: calc(100% - 110px);
  max-width: 500px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  line-height: 38px;
  font-size: 0;
  box-sizing: border-box;
}

.apply_form .form_box .file_row .file_name span {
  display: inline-block;
  max-width: calc(100% - 32px);
  padding-right: 5px;
  font-size: 14px;
  font-weight: 350;
  color: #252525;
  letter-spacing: -0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.apply_form .form_box .file_row .file_name .del_btn {
  display: inline-block;
  width: 32px;
  height: 38px;
  background: url(../img/btn/file_del_btn.png) center center no-repeat;
  vertical-align: top;
}

.apply_form .form_box .file_row .file_custom {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.apply_form .form_box .file_custom input {
  display: none;
}

.apply_form .form_box .file_custom input + label {
  display: block;
  width: 100px;
  height: 36px;
  border: 1px solid #07a7e3;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 18px;
  box-sizing: border-box;
}

.apply_form .form_box .file_box .gray_txt {
  margin-bottom: 16px;
}

.apply_form .form_box .submit_btn {
  display: block;
  width: 255px;
  height: 50px;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #07a7e3;
}

/* 사은품 페이지 */
.gifts_page {
  padding-bottom: 140px;
}

.gifts_page .gifts_banner span {
  display: block;
  width: 100%;
  height: 522px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gifts_page .grade_tab {
  margin: 60px 0;
  font-size: 0;
  text-align: center;
}

.gifts_page .grade_tab button {
  display: inline-block;
  max-width: 200px;
  width: calc(12.5% - 8.75px);
  height: 60px;
  margin-right: 10px;
  border: 2px solid #eeeeee;
  font-size: 18px;
  font-weight: 700;
  color: #757575;
  border-radius: 30px;
}

.gifts_page .grade_tab button:last-of-type {
  margin-right: 0;
}

.gifts_page .grade_tab button.on {
  border: 2px solid #07a7e3;
  color: #07a7e3;
}

.gifts_page .gifts_content .title {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
  color: #252525;
  text-align: center;
}

.gifts_page .tab_content_box {
  display: none;
}

.gifts_page .tab_content_box.on {
  display: block;
}

.gifts_page .tab_content_box li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(25% - 16px);
}

.gifts_page .tab_content_box li:nth-child(4n) {
  margin-right: 0;
}

.gifts_page .tab_content_box li button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1;
  box-sizing: border-box;
}

.gifts_page .tab_content_box li button .img span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../img/ico/gifts_list_pop_hover.png) center
    center no-repeat;
  opacity: 0;
  transition: all 0.4s;
  content: "";
}

.gifts_page .tab_content_box li button .img span:hover::after {
  opacity: 1;
  transition: all 0.4s;
}

.gifts_page .tab_content_box button .img span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  position: relative;
}

.gifts_page .tab_content_box button .txt {
  height: 82px;
  padding: 15px 0px 0;
  font-size: 15px;
  font-weight: 600;
  color: #454545;
  line-height: 1.46;
  text-align: left;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.gifts_page .title_grade {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gifts_page .title_grade .title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
}

.gifts_page .input-group {
  width: 220px;
  margin-left: 23px;
  float: left;
  border: 1px solid #252525;
  position: relative;
}

.gifts_page .input-group input {
  height: 34px;
  padding: 0 5px;
  border: unset;
}

.gifts_page .input-group .ico-search {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(../img/btn/search_btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.event_page {
  padding-bottom: 160px;
}

.event_page .event_details {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_page .title {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.event_page .tab_menu_new {
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto 40px;
}

.event_page .event_tab_menu {
  max-width: 600px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.event_page .event_tab_menu button {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #454545;
}

.event_page .event_tab_menu button.active {
  font-weight: 500;
  color: #07a7e3;
}

.event_page .event_tab_menu button.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #07a7e3;
  content: "";
}

.event_page .event_list li {
  float: left;
  /* margin-right: 30px; */
  margin-bottom: 50px;
  /* width: calc(33.333% - 20px); */
  width: 100%;
}

.event_page .event_list li:nth-child(3n) {
  margin-right: 0;
}

.event_page .event_list li a {
  display: block;
}

.event_page .event_list li .img {
  border: 1px solid #dbdbdb;
}

.event_page .event_list li .img span {
  display: block;
  width: 100%;
  padding-top: 26.947%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event_page .event_list li .txt {
  margin-top: 20px;
}

.event_page .event_list li .txt .subject {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event_page .event_list li .txt .event_date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.event_page .event_list li .txt .txt_day {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.event_page .event_list li .txt .txt_day p {
  display: inline-block;
  min-width: 23px;
  height: 18px;
  margin-right: 5px;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid #666;
  background: #fff;
  color: #666;
  font-family: "Dotum";
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #222;
  background: #222;
  color: #fff;
}

.event_page_common_tab {
  margin: 40px 0;
}

.event_page_common_tab .container-2 > ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f2f4f5;
  height: 63px;
  align-items: center;
}

.event_page_common_tab a {
  font-size: 18px;
  color: #90a0a6;
  margin-right: 50px;
  position: relative;
}

.event_page_common_tab a.active,
.event_page_common_tab a:hover {
  color: #1e282c;
  font-weight: bold;
}

.event_page_common_tab a.active:after,
.event_page_common_tab a:hover:after {
  width: 100%;
}

.event_page_common_tab a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 0;
  height: 2px;
  background: #1e282c;
  transition: width 0.2s ease;
  transform: translateX(-50%);
}

.board_view_box {
  /* border-top: 1px solid #252525; */
}

.board_view_box .subject {
  border-bottom: 1px solid #ececec;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #252525;
  line-height: 1.5;
}

.board_view_box .post_info {
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0;
}

.board_view_box .post_info::after {
  display: block;
  clear: both;
  content: "";
}

.board_view_box .post_info .left {
  float: left;
}

.board_view_box .post_info .right {
  float: right;
}

.board_view_box .post_info span {
  display: inline-block !important;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
}

.board_view_box .post_info span + span {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.board_view_box .post_info span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #eeeeee;
  content: "";
}

.board_view_box .post_info .left span {
  color: #757575;
}

.board_view_box .post_info .right span {
  color: #252525;
}

.board_view_box .desc {
  padding: 30px 10px 60px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.board_view_box .desc img {
  display: block;
  width: unset !important;
}

.board_view_box .move_row {
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
}

.board_view_box .move_row::after {
  display: block;
  clear: both;
  content: "";
}

.board_view_box .move_row .label {
  float: left;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  line-height: 60px;
  background-position: right 0 center;
  background-repeat: no-repeat;
}

.board_view_box .prev_move .label {
  background-image: url(../img/ico/move_row_prev.png);
}

.board_view_box .next_move .label {
  background-image: url(../img/ico/move_row_next.png);
}

.board_view_box .move_row a {
  float: left;
  display: block;
  padding: 0 20px;
  width: calc(100% - 65px);
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.board_view_box .move_row a strong {
  font-weight: 400;
  color: #ed7964;
}

.board_view_btn_box {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.board_view_btn_box button {
  display: inline-block;
  width: 150px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
}

.board_view_btn_box .board_view_back {
  color: #fff;
  background: #07a7e3;
}

/* 포토리뷰 */
.review_page {
  padding-bottom: 160px;
}

.review_page .title {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.review_page .review_banner img {
  display: block;
}

.review_page .category_tab {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_page .category_tab button {
  float: left;
  width: calc(12.5% - 8.75px);
  height: 60px;
  margin-right: 10px;
  /* border: 2px solid #eeeeee; */
  font-size: 18px;
  font-weight: 700;
  color: #757575;
  border-radius: 30px;
  box-sizing: border-box;
  background: #f2f4f5;
  color: #848484;
}

.review_page .category_tab button:nth-child(8n) {
  margin-right: 0;
}

.review_page .category_tab button.on {
  /* border: 2px solid #07a7e3; */
  color: #07a7e3;
  background: #00a8e3;
  color: #fff;
}

.review_page .list_table {
  position: relative;
  margin-top: 60px;
}

.review_page .list_table table {
  width: 100%;
  border-top: 1px solid #252525;
  table-layout: fixed;
}

.review_page .list_table table tr {
  border-bottom: 1px solid #ececec;
}

.review_page .list_table table th {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fafafa;
  vertical-align: middle;
}

.review_page .list_table table td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  text-align: center;
  vertical-align: middle;
}

.review_page .list_table table td.img a {
  display: block;
}

.review_page .list_table table td.img span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review_page .list_table table td.summary {
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.review_page .list_table table td.summary a {
  display: block;
}

.review_page .list_table table td.summary .subject {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review_page .list_table table td.summary .desc {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review_page .list_table table td.summary .pdt_name {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review_page .list_table table td.writer {
  color: #252525;
}

.review_page .list_table .writer_btn {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #07a7e3;
}

.review_page .board_view_box {
  margin-top: 60px;
}

.review_page .pager {
  margin-top: 60px;
}

.review_page .form_box {
  margin-top: 60px;
}

.review_page .form_box table {
  width: 100%;
  border-top: 1px solid #252525;
  table-layout: fixed;
}

.review_page .form_box table tr {
  border-bottom: 1px solid #ececec;
}

.review_page .form_box table th {
  padding: 20px 10px 20px 20px;
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  text-align: left;
  letter-spacing: -0.04em;
  background: #fafafa;
  vertical-align: top;
  box-sizing: border-box;
}

.review_page .form_box table td {
  padding: 8px 10px;
  width: auto;
}

.review_page .form_box input {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}

.review_page .form_box input:disabled {
  background: #fff;
}

.review_page .form_box input:focus {
  border: 2px solid #252525;
}

.review_page .form_box textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 400;
  resize: none;
  box-sizing: border-box;
}

.review_page .form_box select {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 40px;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  background: #fff url(../img/ico/ico_select02.png) right 10px center no-repeat;
  box-sizing: border-box;
}

.review_page .form_box select {
  display: inline-block;
  max-width: 300px;
}

.review_page .form_box select + select {
  margin-top: 0;
}

/* .review_page .form_box select + select {
  margin-top: 8px;
} */

.review_page .form_box .radio_item {
  display: inline-block;
  margin-right: 30px;
}

.review_page .form_box .radio_item:last-child {
  margin-right: 0;
}

.review_page .form_box .radio_item input {
  display: none;
}

.review_page .form_box .radio_item input + label {
  display: block;
  padding-left: 26px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico/ico_radio_wine.png);
}

.review_page .form_box .radio_item input:checked + label {
  background-image: url(../img/ico/ico_radio_wine_on.png);
}

/* address_box */
.review_page .form_box .address_box > input {
  margin-top: 6px;
}

.review_page .form_box .address_box .button_wrap {
  font-size: 0;
}

.review_page .form_box .address_box .button_wrap input {
  display: inline-block;
  max-width: 160px;
  margin-right: 10px;
  vertical-align: middle;
}

.review_page .form_box .address_box .button_wrap button {
  display: inline-block;
  width: 100px;
  height: 36px;
  border: 1px solid #07a7e3;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 18px;
  box-sizing: border-box;
  vertical-align: middle;
}

.review_page .form_box table td .bank_wrap {
  margin-top: 8px;
}

.review_page .form_box table td .bank_wrap p {
  margin-bottom: 6px;
  font-size: 14px;
  color: #757575;
}

/* file_row */
.review_page .form_box .file_row::after {
  display: block;
  clear: both;
  content: "";
}

.review_page .form_box .file_row + .file_row {
  margin-top: 8px;
}

.review_page .form_box .file_row .file_name {
  float: left;
  width: calc(100% - 110px);
  max-width: 500px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  line-height: 38px;
  font-size: 0;
  box-sizing: border-box;
}

.review_page .form_box .file_row .file_name span {
  display: inline-block;
  max-width: calc(100% - 32px);
  padding-right: 5px;
  font-size: 14px;
  font-weight: 350;
  color: #252525;
  letter-spacing: -0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.review_page .form_box .file_row .file_name .del_btn {
  display: inline-block;
  width: 32px;
  height: 38px;
  background: url(../img/btn/file_del_btn.png) center center no-repeat;
  vertical-align: top;
}

.review_page .form_box .file_row .file_custom {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.review_page .form_box .file_custom input {
  display: none;
}

.review_page .form_box .file_custom input + label {
  display: block;
  width: 100px;
  height: 36px;
  border: 1px solid #07a7e3;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
  color: #07a7e3;
  border-radius: 18px;
  box-sizing: border-box;
}

.review_page .form_box .file_add_btn {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  background: url(../img/btn/file_add_btn.png) center center no-repeat;
  background-size: cover;
}

.review_page .form_box .check_item {
  padding-left: 180px;
  margin-top: 20px;
}

.review_page .form_box .check_item input {
  display: none;
}

.review_page .form_box .check_item input + label {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.5;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../img/ico/ico_checkbox_wine.png);
}

.review_page .form_box .check_item input:checked + label {
  background-image: url(../img/ico/ico_checkbox_wine_on.png);
}

.review_page .form_box .gray_txt {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 350;
  color: #999999;
  line-height: 1.57;
}

.review_page .form_box .submit_btn {
  display: block;
  width: 150px;
  height: 46px;
  margin: 60px auto 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #07a7e3;
}

.review_page .list_table {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.review_page .list_table .card {
  width: calc(25% - 26px);
  border: 1px #ddd solid;
  border-radius: 10px;
  cursor: pointer;
}

.review_page .list_table .card .images {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
    border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}

.review_page .list_table .card .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.review_page .list_table .card .contents {
  padding: 15px 20px 30px;
}

.review_page .list_table .card .contents .subject {
  font-weight: 500;
  color: #777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.review_page .list_table .card .contents .review_product {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.review_page .list_table .card .contents .review_product img {
  width: 35px;
  height: 35px;
  border: 1px #eee solid;
}

.review_page .list_table .card .contents .review_product .detail_pro p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 3px;
}

.review_page .list_table .card .contents .review_product .detail_pro span {
  color: #999;
  font-size: 12px;
}

.review_page .review_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 111111;
}

.review_page .review_popup .popup_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.review_page .popup_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 20px 20px 40px;
  border-radius: 20px;
}

.review_page .popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.review_page .ttl_pop {
  padding: 20px;
  text-align: center;
  font-size: 18px;
}

.review_page .popup_image .swiper-pagination {
  bottom: 25px;
}

.review_page .popup_image img {
  width: 100%;
  border-radius: 8px;
  height: 380px;
  object-fit: cover;
  margin-bottom: 15px;
}

.review_page .popup_product_info p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 3px;
}

.review_page .popup_product_info span {
  color: #999;
  font-size: 12px;
}

.review_page .popup_product {
  display: flex;
  margin-top: 12px;
}

.review_page .popup_product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.review_page .popup_product_info {
  margin-left: 10px;
}

.review_page .popup_subject {
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.review_page .popup_contents {
  width: 100%;
  height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

/* 카드 */
.affiliate_page {
  padding-bottom: 160px;
}

.affiliate_page .title {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.affiliate_page .card_banner a,
.affiliate_page .card_banner img {
  display: block;
}

.affiliate_page .card_list_box {
  margin-top: -6.083%;
  padding: 48px 40px 100px;
  background: #f9f9f9;
}

.affiliate_page .card_list_box h3 {
  margin-left: 55px;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #07a7e3;
  line-height: 22px;
  font-size: 24px;
  font-weight: 500;
  color: #07a7e3;
}

.affiliate_page .card_list_box li {
  position: relative;
  min-height: 540px;
  /* padding: 80px 350px 46px 150px; */
  padding: 80px 31.25% 46px 150px;
  letter-spacing: -0.04em;
  background: #fff;
  border-radius: 60px;
  box-sizing: border-box;
}

.affiliate_page .card_list_box li + li {
  margin-top: 30px;
}

.affiliate_page .card_list_box .num {
  display: block;
  position: absolute;
  top: 80px;
  left: 50px;
  font-size: 60px;
  font-weight: 300;
  font-family: "Gmarket Sans", sans-serif;
  color: #cccccc;
}

.affiliate_page .card_list_box .cuckoo {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #cccccc;
  text-transform: uppercase;
}

.affiliate_page .card_list_box .card_name {
  display: block;
  /* margin-top: 16px; */
  font-size: 36px;
  font-weight: 700;
  color: #252525;
}

.affiliate_page .card_list_box .desc {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 350;
  color: #252525;
  word-break: keep-all;
  line-height: 1.4;
}

.affiliate_page .card_list_box .desc strong {
  color: #07a7e3;
}

.affiliate_page .card_list_box .img {
  position: absolute;
  right: 3.572%;
  width: 27.679%;
  text-align: center;
}

.affiliate_page .card_list_box .img.horizontal {
  /* 가로 */
  top: 150px;
}

.affiliate_page .card_list_box .img.vertical {
  /* 세로 */
  top: 94px;
}

.affiliate_page .card_list_box table {
  width: 100%;
  max-width: 580px;
  margin-top: 40px;
  border-top: 1px solid #dbdbdb;
  table-layout: fixed;
}

.affiliate_page .card_list_box table.mw630 {
  max-width: 630px;
}

.affiliate_page .card_list_box table tr {
  border-bottom: 1px solid #dbdbdb;
}

.affiliate_page .card_list_box table th {
  width: 130px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  background: #fafafa;
  vertical-align: middle;
  box-sizing: border-box;
}

.affiliate_page .card_list_box table td {
  padding: 16px 0 16px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.625;
  letter-spacing: -0.055em;
  vertical-align: middle;
}

.affiliate_page .card_list_box table td span {
  font-weight: 500;
}

.affiliate_page .card_list_box table td strong.red {
  color: #07a7e3;
}

.filter_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 11112;
}

.filter_loading .loading_gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter_loading .loading_gif img {
  display: block;
}

/* 사은품 상세페이지 */
.gift_view_wrap {
  margin-top: 28px;
}

.gift_view_wrap .gift_top {
  padding-bottom: 24px;
  border-bottom: 1px solid #252525;
}

.gift_view_wrap .gift_top .subject {
  font-size: 38px;
  font-weight: 500;
  color: #252525;
  line-height: 1.3;
}

.gift_view_wrap .gift_summary {
  margin-top: 12px;
}

.gift_view_wrap .gift_summary span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 6px;
  border-left: 2px solid #07a7e3;
  line-height: 14px;
  font-size: 15px;
  font-weight: 350;
  color: #757575;
  letter-spacing: -0.04em;
  vertical-align: middle;
}

.gift_view_wrap .gift_view_desc {
  margin-top: 40px;
  text-align: center;
}

.gift_view_wrap .back_btn {
  display: block;
  width: 180px;
  height: 48px;
  margin: 80px auto 0;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  box-sizing: border-box;
}

.completed-order-page {
    background-color: #f0f2f5;
    padding-top: 30px;
} 

.completed-order-page .container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 90px 0;
    background-color: white;
    margin-bottom: 50px;
    border-radius: 6px;
}

.completed-order-page .img-con img {
    width: 461px;
    /* height: 488px; */
    background-size: cover;
    background-repeat: no-repeat;
}

.completed-order-page .title-main-o {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 2.5rem;
    margin-bottom: 16px;
    margin-top: 30px;
}

.completed-order-page .sub-title-o {
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #757575;
}

.completed-order-page .btb-back-order {
    width: 100%;
    height: 66px;
    background: linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
    font-size: 22px;
    font-weight: unset;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    width: 360px;
}

@media screen and (min-width: 3840px) {
  .review_page .list_table .card {
      width: calc(25% - 30px);
  }
}

/* //사은품 상세페이지 */

@media all and (max-width: 1200px) {
  #container.login-container {
    margin-top: 60px;
    padding: 0;
    width: calc(100% - 30px);
  }

  .view_tab.fix {
    padding: 0 16px;
  }

  .vti_right .select_row .label {
    width: 100px;
    font-size: 14px;
  }

  .vti_right .select_row .data_box {
    width: calc(100% - 100px);
  }

  .vti_right .total_price_box {
    margin-left: 100px;
  }

  .vti_right .apply_btn_box {
    margin-left: 100px;
  }

  .review_page .category_tab button {
    font-size: 16px;
  }

  .affiliate_page .card_list_box li {
    padding: 80px 31.25% 46px 40px;
  }

  .affiliate_page .card_list_box .num {
    position: static;
  }

  .affiliate_page .card_list_box .img {
    right: 2.572%;
  }

  .affiliate_page .card_list_box table th {
    width: 100px;
  }
}

@media all and (max-width: 1000px) {
  .apply_form .form_box .input_wrap .data.kc_new {
    position: relative;
    padding-bottom: 280px;
  }

  .apply_form .form_box .input_wrap .data.kc_new .kc_img {
    position: absolute;
    bottom: 10px;
    right: unset;
    left: 0;
    /*width: 280px;*/
  }
}

/* moblie */
@media screen and (max-width: 850px) {
  /*  */

  /* .event_page_common_tab_select select {
    width: 95%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    background: #07a7e3;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 20,0 10,12"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    color: #ffffff;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  } */

  .event_custom_dropdown {
    width: 95%;
    margin: 40px auto 0;
    position: relative;
    font-size: 15px;
  }

  .dropdown_selected {
    background: #07a7e3;
    color: #fff;
    padding: 15px;
    /* border-radius: 6px; */
    cursor: pointer;
    position: relative;
  }

  .dropdown_selected::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transform: translateY(-50%);
  }

  .dropdown_list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
    display: none;
    width: 100%;
    z-index: 10;
  }

  .dropdown_list li {
    color: #333;
    padding: 12px 15px;
    cursor: pointer;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .dropdown_list li:hover {
    background: #f5f5f5;
  }

  /*  */
  .gifts_page .tab_content_box li button {
    padding-bottom: unset;
  }
  /* 회원가입 */
  .member-container.member-form {
    width: 100%;
    padding: 50px 15px;
    margin: 24px auto 50px;
  }

  .form-box2 .button_wrap input,
  .form-box2 .button_wrap > .phone_num {
    width: calc(100% - 100px);
  }

  .form-box2 .button_wrap > .phone_num input {
    padding: 0 5px;
    width: calc(33.333% - 13.333px);
  }

  .form-box2 .button_wrap > .phone_num span {
    width: 20px;
  }

  .form-box2 .button_wrap button {
    width: 90px;
    font-size: 12px;
  }

  .agree_popup_wrap .agree_popup {
    width: calc(100% - 30px);
    height: 90vh;
  }

  .agree_popup_wrap .agree_popup .content {
    height: calc(100% - 50px);
    box-sizing: border-box;
  }

  .search_none {
    margin: 25px auto 40px;
  }

  .sub .wrap_layout {
    width: 100%;
  }

  .sub_location {
    display: none;
  }

  .sub .back_row {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }

  .sub .back_row .back_btn {
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/back_btn.png) center center no-repeat;
    background-size: 11px;
  }

  .sub .back_row .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    color: #252525;
    text-align: center;
  }

  .apply_form {
    padding-bottom: 60px;
  }

  .apply_form .form_box {
    width: calc(100% - 32px);
    margin: 21px auto 0;
  }

  .apply_form .product_info {
    margin-bottom: 25px;
    padding: 0 10px 20px;
    border-top: 0;
  }

  .apply_form .product_info .img_box {
    display: block;
    width: 150px;
    margin: 0 auto;
  }

  .apply_form .product_info .txt_box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .apply_form .product_info .pdt_name {
    font-size: 16px;
  }

  .apply_form .product_info .small_summary {
    margin-top: 6px;
    font-size: 0;
  }

  .apply_form .product_info .small_summary span {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 13px;
    word-break: break-all;
    box-sizing: border-box;
  }

  .apply_form .product_info .small_summary span i {
    width: 12px;
    height: 12px;
  }

  .apply_form .form_box .input_wrap + .input_wrap {
    margin-top: 25px;
  }

  .apply_form .form_box .input_wrap input {
    max-width: none;
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap input::-moz-placeholder {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap input:-ms-input-placeholder {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap input:-moz-placeholder {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap input::placeholder {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap select {
    max-width: none;
    font-size: 12px;
    background-size: 11px;
  }

  .apply_form .form_box .input_wrap textarea {
    height: 100px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .apply_form .form_box .input_wrap .mw146,
  .apply_form .form_box .input_wrap .mw300,
  .apply_form .form_box .input_wrap .mw800 {
    max-width: none;
  }

  .apply_form .form_box .input_wrap .label {
    padding-left: 5px;
    font-size: 16px;
    line-height: 15px;
  }
  .apply_form .form_box .input_wrap .label.dif {
    margin-top: -90px;
  }

  .apply_form .form_box .input_wrap .data table th {
    width: 90px;
    padding: 20px 10px;
    font-size: 13px;
  }

  .apply_form .form_box .input_wrap .data table td {
    padding: 5px 10px;
  }

  .apply_form .form_box .input_wrap .data table td.method {
    padding: 10px;
  }

  .apply_form .form_box .input_wrap .agree_desc {
    height: 134px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  .apply_form .form_box .input_wrap .check_item input + label {
    font-size: 13px;
    line-height: 1.4;
    background-position: left top;
    background-size: 18px;
  }

  .apply_form .form_box .input_wrap .check_item input + label span {
    display: block;
    font-size: 11px;
    line-height: 1.4;
  }

  .apply_form .form_box .address_box .button_wrap input {
    width: calc(100% - 78px);
    max-width: none;
    margin-right: 5px;
  }

  .apply_form .form_box .address_box .button_wrap button {
    width: 73px;
    font-size: 13px;
    border-radius: 20px;
  }

  .apply_form .form_box .input_wrap .radio_item {
    margin-right: 10px;
  }

  .apply_form .form_box .input_wrap .radio_item input + label {
    padding-left: 21px;
    line-height: 24px;
    font-size: 12px;
  }

  .apply_form .form_box .card_num input {
    float: none;
    width: 100%;
  }

  .apply_form .form_box .card_num input + input {
    margin-left: 0;
    margin-top: 5px;
  }

  .apply_form .form_box .card_validity select {
    width: calc(50% - 2.5px);
  }

  .apply_form .form_box .card_validity select + select {
    margin-left: 5px;
  }

  .apply_form .form_box .file_row .file_name {
    width: calc(100% - 78px);
    max-width: none;
  }

  .apply_form .form_box .file_row .file_name span {
    font-size: 12px;
  }

  .apply_form .form_box .file_row .file_custom {
    margin-left: 5px;
  }

  .apply_form .form_box .file_custom input + label {
    width: 73px;
    font-size: 12px;
    border-radius: 20px;
  }

  .apply_form .form_box .file_box .gray_txt {
    margin-bottom: 10px;
  }

  .apply_form .form_box .gray_txt {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.36;
  }

  .apply_form .form_box .submit_btn {
    width: 170px;
    height: 40px;
    margin-top: 30px;
  }

  .apply_form .form_box .input_wrap .data.kc_new {
    position: relative;
    padding-bottom: 280px;
  }

  .apply_form .form_box .input_wrap .data.kc_new .kc_img {
    position: absolute;
    bottom: 10px;
    /*width: 280px;*/
    left: 50%;
    top: unset;
    transform: translate(-50%, -50%);
  }

  .apply_form .form_box .input_wrap .gift_code {
    padding: 15px;
    border-top: 1px solid #252525;
  }

  .apply_form .form_box .input_wrap .gift_code p {
    font-size: 12px;
  }

  .apply_form .form_box .input_wrap .gift_code input[type="text"] {
    margin: 15px 0;
  }

  .apply_form .form_box .input_wrap .gift_code a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #07a7e3;
    font-size: 12px;
    font-weight: 400;
    color: #07a7e3;
    border-radius: 12px;
    box-sizing: border-box;
    width: fit-content;
  }

  .item_list .item_wrap {
    padding-bottom: 60px;
  }

  .item_list .item_banner_wrap a img {
    width: 100%;
  }

  .item_list .item_banner_wrap .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 8px;
    border-radius: 5px;
  }

  .item_list .depth02_tab_wrap {
    margin: 20px 0 40px;
    padding: 0 16px;
    text-align: left;
  }

  .item_list .depth02_tab_wrap a {
    width: calc(33.333% - 6.667px);
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: none;
    font-size: 13px;
    line-height: 36px;
    border-radius: 20px;
  }

  .item_list .depth02_tab_wrap a:nth-child(5n) {
    margin-right: 5px;
  }

  .item_list .depth02_tab_wrap a:nth-child(3n) {
    margin-right: 0;
  }

  .item_detail_filter {
    padding: 0 16px;
  }

  .item_detail_filter h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .item_detail_filter table {
    display: block;
  }

  .item_detail_filter table tr {
    display: block;
  }

  .item_detail_filter thead {
    display: block;
  }

  .item_detail_filter thead th {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .item_detail_filter tbody {
    display: block;
  }

  .item_detail_filter tbody tr {
    border-bottom: 1px solid #dbdbdb;
  }

  .item_detail_filter tbody th {
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 44px;
    font-size: 14px;
  }

  .item_detail_filter tbody td {
    display: block;
    padding: 6px 0 0;
  }

  .item_detail_filter .check_item {
    margin-right: 10px;
    margin-bottom: 6px;
  }

  .item_detail_filter .check_item input + label {
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    background: none;
    border-radius: 15px;
  }

  .item_detail_filter .check_item input + label:hover {
    background: none;
  }

  .item_detail_filter .check_item input:checked + label {
    color: #fff;
    background: #07a7e3;
  }

  .item_list .sub_item_list {
    margin-top: 50px;
    padding: 0 16px;
  }

  .item_view {
    padding-bottom: 60px;
  }

  .view_top {
    margin-bottom: 20px;
  }

  .view_top_info {
    margin-top: 0;
    padding: 0 16px;
  }

  .view_top_info .vti_left {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .vit_main_slider {
    max-width: none;
    margin-bottom: 9px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
  }

  .vit_main_slider .vit_ms_img .img_in {
    padding-top: 88.414%;
  }

  .vit_tab_slider .slick-list {
    margin: 0 -4px;
  }

  .vit_tab_slider .vit_ts_img {
    margin: 0 4px;
  }

  .vti_left .pdt_badge span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    border-radius: 7.5px;
  }

  .vti_left .pdt_badge span + span {
    margin-left: 5px;
  }

  .vti_left .left_badge span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }

  .vti_left .left_badge span + span {
    margin-top: 5px;
  }

  .vti_left .right_badge > div {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .vti_left .right_badge span {
    font-size: 10px;
  }

  .vti_left .right_badge .ice span {
    padding-top: 20px;
    background-image: url(../img/ico/badge_ice_mo.png);
    background-size: 15px;
  }

  .vti_left .right_badge .cold span {
    padding-top: 19px;
    background-image: url(../img/ico/badge_cold_mo.png);
    background-size: 12px;
  }

  .vti_left .right_badge .purifier span {
    padding-top: 20px;
    background-image: url(../img/ico/badge_purifier_mo.png);
    background-size: 12px;
  }

  .vti_left .right_badge .hot span {
    padding-top: 11px;
    background-image: url(../img/ico/badge_hot_mo.png);
    background-size: 11.5px;
  }

  .vti_left .right_badge .coffee span {
    padding-top: 15px;
    background-image: url(../img/ico/badge_coffee_mo.png);
    background-size: 11px;
  }

  .vti_left .event_badge {
    bottom: 15px;
  }

  .vti_left .event_badge span {
    padding: 0 4px;
    line-height: 20px;
    font-size: 11px;
  }

  .vti_left .event_badge span + span {
    margin-left: 1px;
  }

  .view_top_info .view_top_summary {
    margin-top: 8px;
    margin-bottom: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 10px;
  }

  .view_top_summary .subject {
    margin-bottom: 11px;
    font-size: 16px;
  }

  .view_top_summary .small_summary span {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 13px;
    word-break: break-all;
    box-sizing: border-box;
  }

  .view_top_summary .small_summary span i {
    width: 12px;
    height: 12px;
  }

  .view_top_info .vti_right {
    float: none;
    width: 100%;
  }

  .vti_right .select_row {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
  }

  .vti_right .select_row + .select_row {
    margin-top: 0;
  }

  .vti_right .select_row .label {
    width: 80px;
    padding-left: 10px;
    line-height: 1.3;
    box-sizing: border-box;
  }

  .vti_right .select_row .data_box {
    width: calc(100% - 80px);
  }

  .vti_right .select_row .radio_item {
    margin-right: 1px;
  }

  .vti_right .select_row .radio_item input + label {
    /* width: 79px; */
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    border-radius: 20px;
  }

  .vti_right .select_row .gray_txt {
    margin-top: 10px;
    font-size: 13px;
  }

  .vti_right .select_row .period_table {
    margin-top: 20px;
  }

  .vti_right .select_row .period_table > span {
    font-size: 13px;
  }

  .vti_right .select_row .period_table table thead tr {
    border-bottom: 0;
  }

  .vti_right .select_row .period_table table th {
    height: 35px;
    font-size: 13px;
    word-break: break-word;
  }

  .vti_right .select_row .period_table table td {
    height: 38px;
    font-size: 12px;
  }

  .vti_right .select_row .period_table table td strong {
    font-size: 15px;
  }

  .vti_right .select_row .card_select select {
    width: calc(100% - 46px);
    max-width: none;
    padding: 0 10px;
    font-size: 12px;
    background-size: 11px;
  }

  .vti_right .select_row .card_select span {
    margin-left: 10px;
    font-size: 13px;
  }

  .vti_right .select_row .card_txt {
    padding: 10px 10px 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  .vti_right .total_price_box {
    border-top: 0;
    margin-left: 0;
    padding: 14px 10px;
  }

  .vti_right .total_price_box dt {
    font-size: 14px;
  }

  .vti_right .total_price_box dd {
    font-size: 13px;
  }

  .vti_right .total_price_box .total_price dt {
    font-size: 15px;
  }

  .vti_right .total_price_box .total_price dd {
    font-size: 13px;
  }

  .vti_right .total_price_box .total_price dd strong {
    font-size: 18px;
  }

  .vti_right .apply_btn_box {
    margin-top: 16px;
    margin-left: 0;
  }

  .vti_right .apply_btn_box a {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }

  .view_content {
    padding: 50px 16px 0;
    box-sizing: border-box;
  }

  .view_tab {
    padding: 0 16px;
  }

  .view_tab .tab_list {
    height: auto;
    border-top: 1px solid #dbdbdb;
  }

  .view_tab.fix .tab_list {
    border-top: 0;
  }

  .view_tab .tab_list > li > a {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
  }

  .vc_wrap .vc_box {
    padding-top: 72px;
  }

  .vc_wrap .vc_box.gifts .banner_box {
    margin-bottom: 40px;
  }

  .vc_wrap .vc_box.gifts .banner_box img {
    width: 100%;
  }

  .vc_wrap .gifts_box + .gifts_box {
    margin-top: 20px;
    padding-top: 57px;
  }

  .vc_wrap .gifts_box + .gifts_box::before {
    width: 32px;
    height: 32px;
  }

  .vc_wrap .gifts_box h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .vc_wrap .gifts_box .more_row {
    margin-bottom: 8px;
  }

  .vc_wrap .gifts_box .more_row button {
    font-size: 12px;
  }

  .vc_wrap .gifts_box .slider_box::after {
    display: block;
    clear: both;
    content: "";
  }

  .vc_wrap .gifts_box .slider_item {
    float: left;
    width: calc(33.333% - 3.333px);
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .vc_wrap .gifts_box .slider_item:nth-child(3n) {
    margin-right: 0;
  }

  .vc_wrap .gifts_box .slider_item:nth-child(6) ~ .slider_item {
    display: none;
  }

  .vc_wrap .gifts_box .slider_item .img span {
    padding-top: 115.384%;
  }

  .vc_wrap .gifts_box .slider_item .txt {
    height: 56px;
    padding: 9px 9px 0;
    font-size: 12px;
    line-height: 1.4;
  }

  .vc_wrap .review .rc_top {
    padding: 5px 0;
  }

  .vc_wrap .review .rc_top .vc_tit02 {
    font-size: 16px;
    line-height: 30px;
  }

  .vc_wrap .review .rc_top .vc_tit02 span {
    font-size: 12px;
  }

  .vc_wrap .review .rc_top .review_link {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 15px;
  }

  .vc_wrap .review .review_list li button {
    padding: 15px 0;
  }

  .vc_wrap .review .review_list .title_row .subject {
    max-width: calc(100% - 30px);
    font-size: 13px;
  }

  .vc_wrap .review .review_list .title_row .writer {
    font-size: 13px;
  }

  .vc_wrap .review .review_list .desc {
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.3;
  }

  .vc_wrap .review .review_list .rl_img_box {
    margin-top: 20px;
  }

  .vc_wrap .review .review_list .rl_img_box span {
    width: 80px;
    height: 80px;
  }

  .gifts_list_pop_wrap .pop_box {
    height: 80vh;
  }

  .gifts_list_pop_wrap .title_row {
    line-height: 40px;
  }

  .gifts_list_pop_wrap .title_row .title {
    font-size: 13px;
  }

  .gifts_list_pop_wrap .title_row .close_btn {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }

  .gifts_list_pop_wrap .content_row {
    padding: 15px 7px;
    height: calc(100% - 100px);
  }

  .gifts_list_pop_wrap .grade_tab {
    margin-bottom: 30px;
  }

  .gifts_list_pop_wrap .grade_tab button {
    width: calc(33.333% - 6.666px);
    height: 40px;
    line-height: 36px;
    font-size: 13px;
  }

  .gifts_list_pop_wrap .tab_content_box h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .gifts_list_pop_wrap .tab_content_box li {
    width: 33.333%;
  }

  .gifts_list_pop_wrap .tab_content_box li button::after {
    background-size: 30px;
  }

  .gifts_list_pop_wrap .tab_content_box button .img span {
    padding-top: 119.23%;
  }

  .gifts_list_pop_wrap .tab_content_box button .txt {
    height: 60px;
    padding: 9px 9px 0;
    font-size: 12px;
  }

  .gifts_list_pop_wrap .close_btn {
    height: 60px;
  }

  .gifts_list_pop_wrap .close_btn span {
    padding-left: 22px;
    font-size: 13px;
    background-size: 15px;
  }

  .gifts_detail_pop_wrap .pop_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }

  .gifts_detail_pop_wrap .title_row {
    padding: 11px 40px;
    line-height: 1.4;
    flex: 0 0 auto;
  }

  .gifts_detail_pop_wrap .title_row .title {
    font-size: 13px;
  }

  .gifts_detail_pop_wrap .title_row .close_btn {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }

  .gifts_detail_pop_wrap .content_row {
    padding: 15px 14px;
    height: 100% !important;
  }

  .gifts_detail_pop_wrap .close_btn {
    height: 60px;
    flex: 0 0 auto;
  }

  .gifts_detail_pop_wrap .close_btn span {
    padding-left: 22px;
    font-size: 13px;
    background-size: 15px;
  }

  .event_page {
    padding-bottom: 60px;
  }

  .container-2 {
    position: relative;
    /* width: 1400px; */
    width: 100%;
    margin: 0 auto;
  }

  .event_page .event_tab_menu {
    max-width: none;
    margin-bottom: 25px;
  }

  .event_page .event_tab_menu button {
    line-height: 46px;
    font-size: 16px;
  }

  .event_page .event_list {
    margin: 0 16px;
  }

  .event_page .event_list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .event_page .event_list li .img span {
    padding-top: 45.731%;
  }

  .event_page .event_list li .txt {
    margin-top: 10px;
  }

  .event_page .event_list li .txt .subject {
    font-size: 13px;
  }

  .event_page .event_list li .txt .event_date {
    margin-top: 8px;
    font-size: 11px;
  }

  .board_view_box {
    margin: 20px 16px 0;
  }

  .board_view_box .subject {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.25;
  }

  .board_view_box .post_info {
    padding: 0 10px;
    border-bottom: 1px solid #f5f5f5;
  }

  .board_view_box .post_info span {
    line-height: 30px;
    font-size: 13px;
  }

  .board_view_box .post_info span.only_web {
    display: none !important;
  }

  .board_view_box .pdt_name {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    font-size: 13px;
    color: #757575;
    line-height: 1.5;
  }

  .board_view_box .desc {
    padding: 25px 10px 50px;
    font-size: 13px;
    line-height: 1.3;
  }

  .board_view_box .move_row {
    padding: 0 10px;
    border-bottom: 1px solid #f5f5f5;
  }

  .board_view_box .move_row .label {
    padding-right: 0;
    padding-left: 22px;
    line-height: 40px;
    font-size: 12px;
    color: #454545;
    background-position: left center;
    background-size: 11px;
  }

  .board_view_box .prev_move .label {
    background-image: url(../img/ico/move_row_prev_mo.png);
  }

  .board_view_box .next_move .label {
    background-image: url(../img/ico/move_row_next_mo.png);
  }

  .board_view_box .move_row a {
    padding: 0 10px;
    width: calc(100% - 56px);
    line-height: 40px;
    font-size: 12px;
    color: #999999;
  }

  .board_view_btn_box {
    margin-top: 30px;
  }

  .board_view_btn_box button {
    width: 170px;
    height: 40px;
    font-size: 15px;
  }

  .review_page {
    padding-bottom: 60px;
  }

  .review_page .review_banner img {
    width: 100%;
  }

  .review_page .category_tab {
    margin: 20px 16px 10px;
  }

  .review_page .category_tab button {
    width: calc(33.333% - 3.333px);
    height: 40px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 20px;
  }

  .review_page .category_tab button:nth-child(8n) {
    margin-right: 5px;
  }

  .review_page .category_tab button:nth-child(3n) {
    margin-right: 0;
  }

  .review_page .list_table {
    position: relative;
    margin: 0 16px;
    border-top: 1px solid #dbdbdb;
    padding-top: 50px;
  }

  .review_page .list_table table {
    display: block;
    border-top: 0;
  }

  .review_page .list_table table thead {
    display: none;
  }

  .review_page .list_table table tbody {
    display: block;
  }

  .review_page .list_table table tr {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding: 15px 10px 15px 115px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
  }

  .review_page .list_table table td {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 12px;
  }

  .review_page .list_table table td.num {
    display: none;
  }

  .review_page .list_table table td.img {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    width: 95px;
  }

  .review_page .list_table table td.summary .subject {
    margin-top: 9px;
    font-size: 13px;
  }

  .review_page .list_table table td.summary .desc {
    margin-top: 10px;
    font-size: 12px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .review_page .list_table table td.summary .pdt_name {
    margin-top: 10px;
    font-size: 11px;
  }

  .review_page .list_table table td.writer {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .review_page .list_table .multi_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 30px;
  }

  .review_page .list_table .writer_btn {
    top: auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 15px;
  }

  .review_page .list_table .multi_box .total {
    font-size: 13px;
    font-weight: 500;
    color: #252525;
  }

  .review_page .board_view_box {
    margin-top: 20px;
  }

  .review_page .form_box {
    margin: 20px 16px 0;
  }

  .review_page .form_box table th {
    width: 90px;
    padding: 20px 5px 20px 10px;
    font-size: 13px;
  }

  .review_page .form_box table td {
    padding: 5px 10px;
  }

  .review_page .form_box input {
    max-width: none;
    font-size: 12px;
  }

  .review_page .form_box select {
    max-width: none;
    font-size: 12px;
    background-size: 11px;
  }

  .review_page .form_box textarea {
    font-size: 12px;
  }

  .review_page .form_box .radio_item {
    margin-right: 10px;
  }

  .review_page .form_box .radio_item input + label {
    padding-left: 21px;
    line-height: 24px;
    font-size: 12px;
  }

  .review_page .form_box .address_box .button_wrap input {
    max-width: none;
    width: calc(100% - 78px);
    margin-right: 5px;
  }

  .review_page .form_box .address_box .button_wrap button {
    width: 73px;
    height: 40px;
    font-size: 13px;
    border-radius: 20px;
  }

  .review_page .form_box table td .bank_wrap p {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .review_page .form_box .file_row .file_name {
    width: calc(100% - 78px);
    max-width: none;
  }

  .review_page .form_box .file_row .file_name span {
    font-size: 12px;
  }

  .review_page .form_box .file_row .file_custom {
    margin-left: 5px;
  }

  .review_page .form_box .file_custom input + label {
    width: 73px;
    font-size: 12px;
    border-radius: 20px;
  }

  .review_page .form_box .gray_txt {
    margin-top: 8px;
    font-size: 11px;
  }

  .review_page .form_box .check_item {
    margin-top: 10px;
    padding-left: 0;
  }

  .review_page .form_box .check_item input + label {
    padding-left: 27px;
    font-size: 12px;
    background-size: 18px;
  }

  .review_page .form_box .submit_btn {
    margin-top: 30px;
    width: 170px;
    height: 40px;
    font-size: 15px;
  }

  .gifts_page {
    padding-bottom: 60px;
  }

  .gifts_page .gifts_banner img {
    width: 100%;
  }

  .gifts_page .grade_tab {
    margin: 20px 16px 40px;
    text-align: left;
  }

  .gifts_page .grade_tab button {
    width: calc(25% - 3.75px);
    max-width: none;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 20px;
  }

  .gifts_page .grade_tab button:nth-child(5n) {
    margin-right: 5px;
  }

  .gifts_page .grade_tab button:nth-child(4n) {
    margin-right: 0;
  }

  .gifts_page .gifts_content .title {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .gifts_page .grade_tab_content {
    margin: 0 16px;
  }

  .gifts_page .tab_content_box li {
    width: calc(50% - 5px);
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .gifts_page .tab_content_box li:nth-child(even) {
    margin-right: unset;
    margin-left: 3px;
  }

  .gifts_page .tab_content_box li:nth-child(5n) {
    margin-right: 5px;
  }

  .gifts_page .tab_content_box li:nth-child(3n) {
    margin-right: 0;
  }

  .gifts_page .tab_content_box li button::after {
    background-size: 30px;
  }

  .gifts_page .tab_content_box button .img span {
    padding-top: 119.23%;
  }

  .gifts_page .tab_content_box button .txt {
    height: 60px;
    padding: 9px 9px 0;
    font-size: 12px;
  }

  .affiliate_page {
    padding-bottom: 60px;
  }

  .affiliate_page .card_banner img {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .affiliate_page .card_list_box {
    margin-top: -10.416%;
    padding: 20px 16px 50px;
  }

  .affiliate_page .card_list_box h3 {
    margin-left: 10px;
    margin-bottom: 22px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 15px;
  }

  .affiliate_page .card_list_box li {
    min-height: auto;
    padding: 30px 37px;
    border-radius: 25px;
  }

  .affiliate_page .card_list_box li + li {
    margin-top: 10px;
  }

  .affiliate_page .card_list_box .num {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .affiliate_page .card_list_box .cuckoo {
    font-size: 12px;
  }

  .affiliate_page .card_list_box .card_name {
    margin-top: 10px;
    font-size: 21px;
  }

  .affiliate_page .card_list_box .desc {
    margin-top: 10px;
    font-size: 12px;
  }

  .affiliate_page .card_list_box .img {
    position: static;
    width: auto;
    margin: 20px 0;
  }

  .affiliate_page .card_list_box table {
    display: block;
    max-width: none;
    margin: 0;
  }

  .affiliate_page .card_list_box table tbody {
    display: block;
  }

  .affiliate_page .card_list_box table tr {
    display: block;
  }

  .affiliate_page .card_list_box table tr:last-child {
    border-bottom: 0;
  }

  .affiliate_page .card_list_box table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }

  .affiliate_page .card_list_box table td {
    display: block;
    padding: 9px 10px;
    font-size: 12px;
  }

  .filter_loading .loading_gif img {
    width: 70%;
    margin: 0 auto;
  }

  /* 사은품 상세보기 */
  .gift_view_wrap {
    margin: 20px 15px 0;
  }

  .gift_view_wrap .gift_top {
    padding: 0 10px 20px;
  }

  .gift_view_wrap .gift_top .subject {
    font-size: 16px;
  }

  .gift_view_wrap .gift_summary span {
    line-height: 12px;
    font-size: 13px;
  }

  .gift_view_wrap .gift_view_desc {
    margin-top: 20px;
  }

  .gift_view_wrap .back_btn {
    width: 160px;
    height: 40px;
    margin-top: 40px;
    font-size: 13px;
  }

  .item_list .item_banner_bg .item_banner_btn {
    display: none !important;
  }

  .item_list .item_banner_bg .item_content_detail .links {
    padding: 15px 20px;
    border-radius: 16px;
    /* background-color: #adaeb4; */
    width: fit-content;
    position: absolute;
    bottom: -120px;
    left: 55%;
    transform: translateX(-50%);
  }

    .view_top_info .purchase_op .price_info .total_price {
      flex-direction: column;
  }

    .view_top_info .purchase_op .price_info {
      align-items: flex-start;
  }

  .view_top_info .purchase_op .price_info .sub_tit p {
      line-height: 1.3;
  }

  .radio_row.duty_period {
      display: flex;
      flex-wrap: wrap;
  }

  /* //사은품 상세보기 */
}

@media all and (max-width: 414px) {
  .form-box2 .button_wrap > input,
  .form-box2 .button_wrap .phone_num,
  .form-box2 .button_wrap button {
    float: none;
    margin: 0;
    width: 100%;
    font-size: 16px;
  }

  .form-box2 .button_wrap button {
    margin-top: 10px;
  }
}

@media all and (max-width: 400px) {
  .apply_form .form_box .input_wrap .radio_item {
    margin-right: 5px;
  }
}

@media all and (max-width: 350px) {
  .affiliate_page .card_list_box li {
    padding: 30px 20px;
  }

  .vti_right .select_row .radio_item input + label {
    width: 65px;
  }

  .vti_right .select_row .period_table table td {
    font-size: 10px;
  }

  .vti_right .select_row .period_table table td strong {
    font-size: 11px;
  }
}
