@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* ==========================
          common css 
   ========================== */
@keyframes showAnimation {
  from {
    opacity: 0;
    display: block;
  }

  to {
    opacity: 1;
  }
}

/* clear fix css */
.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fz-0 {
  font-size: 0 !important;
}

.fz-0>div,
.fz-0>p,
.fz-0>li,
.fz-0>span {
  display: inline-block !important;
}

/* float css */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* text-align css */
.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

/* display css */
.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-none {
  display: none !important;
}

/* position css */
.p-static {
  position: static !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

/* width css */
.w-5 {
  width: 5px !important;
}

/* hegiht css */
.h-5 {
  height: 5px !important;
}

/* padding css */
.pt-5 {
  padding-top: 5px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

/* margin css */
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.btn {
  /*   display: block !important;
  box-sizing: border-box !important; */
}

.btn-blue-v01 {
  width: 350px;
  height: 68px;
  border-radius: 3px;
  line-height: 0.96;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.4px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: #159E9E;
  border: 3px solid #159E9E;
  text-align: left;
  padding-left: 91px;
  position: relative;
}

.btn-blue-v01:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../img/sp_main_new.png');
  background-position: -328px -500px;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 91px;
}

.btn-blue-v01:hover {
  background: none;
  border: 3px solid #159E9E;
}

.btn_gray_v01 {
  border-radius: 2px;
  border: solid 1px #333;
  background-color: #555;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.19;
  text-align: center;
  color: #fff;
  padding: 7px 48px;
}

.btn_gray_v01:hover {
  background-color: #333;
}

.btn_golden_v01 {
  border-radius: 2px;
  border-radius: 2px;
  border: solid 1px rgba(229, 162, 18, 0.88);
  background-color: #ffb30f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.19;
  text-align: center;
  color: #fff;
  padding: 7px 48px;
}

.btn_golden_v01:hover {
  border: solid 1px rgba(229, 162, 18, 0.88);
  background-color: #f59a00;
}

.btn-menu-v01 {
  width: 19px;
  height: 12px;
  background-image: url('../img/sp_main_new.png');
  background-position: -322px -533px;
  background-repeat: no-repeat;
}

.btn-menu-v01.open {
  background-position: -322px -521px;
}

.btn-menu-v02 {
  box-sizing: border-box;
  width: 28px;
  height: 50px;
  background-color: #f8f8f8;
  position: relative;
  border: 1px solid #d4d4d4;
  margin-right: 10px;
}

.btn-menu-v02:after {
  content: '';
  display: block;
  width: 15px;
  height: 9px;
  background-image: url('../img/sp_main_new.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-menu-v02.close:after {
  background-position: -284px -536px;
}

.btn-menu-v02.open:after {
  background-position: -270px -536px;
}

.btn_play {
  width: 77px;
  height: 77px;
  font-size: 0;
  color: transparent;
  background: url('../img/btn_play.png');
}

/* color css */
.c-blue {
  color: #159E9E !important;
}

.sel_common.sel_group {
  height: 35px;
}

.sel_common.sel_group .select_common {
  width: 90px;
  margin-left: 8px;
}

.sel_common.sel_group .paging {
  padding: 2px 0 3px;
  font-family: Roboto, sans-serif;
  font-size: 0;
}

.sel_common.sel_group .paging li a {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  min-width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #333333;
}

.sel_common.sel_group .paging li {
  vertical-align: middle;
}

.sel_common.sel_group .paging li a:hover {
  background: #4C4C4C;
  border-radius: unset;
}

.sel_common.sel_group .paging li a span {
  display: block;
  line-height: 2;
  height: 100%;
}

.sel_common.sel_group .paging li.first {
  margin-right: 10px;
}

.sel_common.sel_group .paging li.first a span:before {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 3px;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: middle;
}

.sel_common.sel_group .paging li.first a span:after {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: -1px;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: middle;
}

.sel_common.sel_group .paging li.prev,
.sel_common.sel_group .paging li.btn,
.sel_common.sel_group .paging li.next {
  width: 75px;
  font-weight: bold;
}

.sel_common.sel_group .paging li.prev a span {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: capitalize;
}

.sel_common.sel_group .paging li.prev a span:before {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-right: 6px;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: middle;
}

.sel_common.sel_group .paging li.input {
  width: 91px;
  margin: 0 20px;
}

.sel_common.sel_group .paging li.input input {
  width: 100%;
  border: 1px solid #D4D4D4;
  font-size: 13px;
  color: #333333;
  padding: 7px;
  text-align: center;
  box-sizing: border-box;
}

.sel_common.sel_group .paging li.input input.error {
  border-color: #FF5859;
}

.sel_common.sel_group .paging li.total span {
  font-size: 13px;
  color: #333333;
}

.sel_common.sel_group .paging li.total span:last-child {
  margin: 0 20px 0 17px;
}

.sel_common.sel_group .paging li.btn {
  margin-right: 20px;
}

.sel_common.sel_group .paging li.btn a {
  background: #20DBD4;
}

.sel_common.sel_group .paging li.btn a:hover {
  background: #1EC2C8;
  border-radius: unset;
}

.sel_common.sel_group .paging li.btn a span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}

.sel_common.sel_group .paging li.next a span {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: capitalize;
}

.sel_common.sel_group .paging li.next a span:after {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 6px;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

.sel_common.sel_group .paging li.last {
  margin-left: 10px;
}

.sel_common.sel_group .paging li.last a span:before {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-right: -1px;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

.sel_common.sel_group .paging li.last a span:after {
  content: '';
  border: solid #E3E3E3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-right: 3px;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

/* ==========================
          add css 
   ========================== */

.bg_common {
  background: #fff;
}

.gnb>ul>li .ico_crown {
  margin: 11px 5px 0 0;
}

.ico_crown {
  display: inline-block;
  width: 23px;
  height: 17px;
  background-image: url('../img/sp_main_new.png');
  background-position: -439px -491px;
  background-repeat: no-repeat;
  vertical-align: top;
}

.score_star {
  width: 96px;
  height: 16px;
  background-image: url('../img/sp_main_new.png');
  background-position: -252px -481px;
  background-repeat: no-repeat;
  position: relative;
}

.score_star span {
  content: '';
  display: block;
  width: 96px;
  height: 16px;
  background-image: url('../img/sp_main_new.png');
  background-position: -252px -462px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  color: transparent;
}

.like_icon {
  display: block;
  width: 62px;
  height: 52px;
  background-image: url('../img/sp_main_new.png');
  background-position: -49px -556px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.like_icon.on {
  background-image: url('../img/sp_main_new.png');
  background-position: -112px -556px;
}

.gnb>ul:first-child>li:first-child>a {
  font-weight: 500;
  position: relative;
}

.gnb>ul>li.spStyle a {
  padding: 0 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  position: relative;
}

.gnb>ul>li.spStyle a:before,
.gnb>ul>li.spStyle a:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #707070;
  position: absolute;
  top: 15px;
}

.gnb>ul>li.spStyle a:before {
  left: 0;
}

.gnb>ul>li.spStyle a:after {
  right: 0;
}

/* ==========================
          layout css 
   ========================== */
html,
body {
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  /*min-width: 1200px;*/
  overflow: hidden;
}

#wrap {
  min-width: 1200px;
  margin: auto;
}

#content_wrap {
  font-size: 12px;
  line-height: 1.25;
  color: #333;
}

#content_wrap a {
  color: #333;
  text-decoration: none;
}

#content_wrap li {
  list-style: none;
}

#content_wrap img,
#content_wrap fieldset {
  border: 0 none;
}

#content_wrap img {
  vertical-align: top;
}

#content_wrap input.input_common {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  outline: none;
  font-size: 14px;
  color: #707070;
  border: 1px solid #333;
  font-family: Roboto, sans-serif;
}

#content_wrap input.input_common:disabled {
  background: #ccc;
}

#content_wrap input.input_common::-webkit-input-placeholder {
  color: #bfbebf;
}

#content_wrap input.input_common::-moz-placeholder {
  color: #bfbebf;
}

#content_wrap input.input_common:-ms-input-placeholder {
  color: #bfbebf;
}

#content_wrap input::placeholder {
  color: #bfbebf;
}

#content_wrap .select_common select {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 0 35px 0 10px;
  padding: 0 10px 0 10px\9;
  font-size: 14px;
  color: #707070;
  border: 1px solid #333;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
}

#content_wrap .select_common select:disabled {
  opacity: 0.3;
}

#content_cover2 {
  display: none;
}

#content_wrap .select_common select::-ms-expand {
  display: none;
}

#content_wrap .select_common {
  position: relative;
}

#content_wrap .select_common:after {
  content: '';
  display: block;
  width: 35px;
  height: 33px;
  background-image: url('../img/sp_main_new.png');
  background-position: -353px -511px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
}

#content_wrap .select_common_ttl {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 22px;
}

#content_wrap table,
#detail_content.qview .pdt_wrap table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  word-wrap: break-word;
  word-break: keep-all;
}

/* checkbox_common */
.checkbox_common input[type="checkbox"]+label {
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}

.checkbox_common input[type=checkbox]+label:after {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  content: '';
  display: block;
  background-image: url('../img/sp_main_new.png');
  background-position: -427px -510px;
  background-repeat: no-repeat;
  z-index: 1;
}

.checkbox_common input[type=checkbox]:checked+label:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  content: '';
  display: block;
  background-image: url('../img/sp_main_new.png');
  background-position: -427px -531px;
  background-repeat: no-repeat;
  z-index: 2;
}

.checkbox_common input[type=checkbox]:disabled+label,
.checkbox_common input[type=checkbox]:disabled+label:before {
  cursor: default;
}


/* ==========================
          gateway css
   ========================== */

#gateway_content {
  box-sizing: border-box;
  width: 1200px;
  margin: auto;
  background: #fff;
  padding: 30px 40px 60px;
}

#gateway_content .head_area {
  height: 192px;
  color: #fff;
  background: #2d2d2d;
  background-size: auto;
  font-family: Roboto, sans-serif;
}

#gateway_content .head_area .txt_con {
  padding: 44px 0 0 60px;
  float: left;
}

#gateway_content .head_area .welcome_txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

#gateway_content .head_area .welcome_news {
  width: 28px;
  height: 24px;
  background-image: url('../img/sp_main_new.png');
  background-position: -409px -464px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 0 8.5px;
}

#gateway_content .head_area .welcome_news_num {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 16px;
  background: #159E9E;
  border-radius: 4px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

#gateway_content .head_area .date {
  margin-top: 5px;
  font-size: 16px;
}

#gateway_content .head_area .score {
  margin-top: 11px;
}

#gateway_content .head_area .score_info {
  margin-left: 7px;
}

#gateway_content .head_area .score_info>span {
  font-size: 13px;
  line-height: 1.15;
  margin-right: 12px;
  vertical-align: text-bottom;
}

#gateway_content .head_area .btn_con {
  padding: 62px 60px 0 0;
  float: right;
}

#gateway_content .body_area {
  margin-top: 20px;
  display: table;
}

#gateway_content .body_area .side_con {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding-right: 13px;
}

#gateway_content .body_area .banner_left {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  /* background: #e3e3e3; */
}

#gateway_content .body_area .banner_left h2 {
  width: 100%;
  height: 89px;
  background-image: url('../img/sp_main_new.png');
  background-position: 0 -463px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
}

#gateway_content .body_area .banner_left .banner_list {
  /*   padding: 18px 10px; */
}

#gateway_content .body_area .banner_left .banner_list li {
  margin-top: 20px;
}

#gateway_content .body_area .banner_left .banner_list li:first-child {
  margin-top: 0;
}

#gateway_content .body_area .banner_left .banner_list li img {
  width: 100%;
  border: 2px solid #f4f4f4;
}

#gateway_content .body_area .main_con {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
  border: 1px solid #c8c8c8;
  width: 815px;
}

#gateway_content .body_area .wrap_con {
  width: 100%;
  padding-top: 30px;
  float: left;
}

#gateway_content .body_area .wrap_con:after {
  content: "";
  clear: both;
  display: table;
}

#gateway_content .body_area .wrap_con > a {
  display: block;
  position: relative;
  visibility: hidden;
  top: -160px;
}

#gateway_content .body_area .ttl_con {
  padding-bottom: 13px;
  position: relative;
  border-bottom: 2px solid #707070;
}

#gateway_content .body_area .ttl_con h2 {
  font-size: 24px;
  font-weight: 500;
  color: #3d8bc4;
}

#gateway_content .body_area .ttl_con span {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

#gateway_content .body_area .btn_con {
  position: absolute;
  top: 40px;
  right: 0;
}

#gateway_content .body_area .pic_con {
  margin-top: 13px;
}

#gateway_content .body_area .show_info {
  position: relative;
  height: 100%;
  width: 812px;
  float: right;
  padding: 0 20px 20px;
  border: 1px solid #c8c8c8;
  margin-top: 40px;
}

#gateway_content .body_area .show_info .show_title {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-top: 1px #D4D4D4 solid;
  border-bottom: 1px #D4D4D4 solid;
  font-size: 14px;
  font-weight: bold;
}

#gateway_content .body_area .show_info .show_logo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
}

#gateway_content .body_area .show_info .show_logo,
#gateway_content .body_area .show_info .show_logo img {
  max-height: 56px;
}

#gateway_content .body_area .show_info .show_years {
  background: #333333;
  width: 100%;
  text-align: center;
  height: 37px;
  line-height: 37px;
  margin-top: 149px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;

}

#gateway_content .body_area .show_info .show_content {
  margin-top: 31px;
}

#gateway_content .body_area .show_info .show_content>ul>li {
  width: 251px;
  height: 69px;
  margin: 0 7px;
  float: left;
  border-top: 1px #E3E3E3 dashed;
  padding-top: 4px;
}

#gateway_content .body_area .show_info .show_content>ul :nth-of-type(1),
#gateway_content .body_area .show_info .show_content>ul :nth-of-type(2),
#gateway_content .body_area .show_info .show_content>ul :nth-of-type(3) {
  border-top: none;
}

#gateway_content .body_area .show_info .show_content>ul>li .show_content_1 {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}

#gateway_content .body_area .show_info .show_content>ul>li .show_content_2 {
  font-size: 13px;
  color: #333333;
}


/* ==========================
      premium_content css
   ========================== */
.banner_1 {
  height: 90px;
  position: relative;
  background: #efeff1;
}

.banner_1 a {
  width: auto !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  text-align: center;
}

#premium_content {
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  padding: 0px 11px 0;
  margin: auto;
  background: #fff;
  position: relative;
}

#premium_content .cont_wrap {
  width: 100%;
}

.vendors_area {
  display: none;
  font-family: Roboto, sans-serif;
  position: relative;
  background: #F7F7F7;
}

.vendors_wrap {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  margin: auto;
  padding: 0 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.vendors_wrap .page_count {
  /* float:right; */
  order: 3;
  width: 40px;
  height: 15px;
  border-radius: 7px;
  /*background: url('/img/Premium_Topmenu_pagination.png') no-repeat;*/
  background: #c2c2c2;
  background-size: contain;
  color: #EFEFEF;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.vendors_area p.all {
  order: 1;
  display: table;
  position: relative;
  margin-left: -20px;
}

.vendors_area p.all a {
  font-size: 14px;
  width: 100%;
}

.vendors_area a {
  width: 100%;
  padding: 0 11px;
  font-size: 14px;
  border-bottom: 3px solid transparent;
}

.vendors_area p.all:after {
  /* content: '';
  display: block;
  width: 1px;
  height: 26px;
  background: #333;
  position: absolute;
  top: 30px;
  right: -17px; */
}

.vendors_con {
  order: 2;
  width: 1000px;
  padding: 0 30px;
  /* float: left; */
  position: relative;
  box-sizing: border-box;
  margin: 0 14px;
}

.vendors_con .slick-list {
  height: 75px;
}

.vendors_con .slick-slide {
  min-width: 135px;
}

.vendors_area p.all,
.vendors_con .item {
  width: 135px;
  height: 75px;
  color: #fff;
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.5px;
  text-align: -webkit-center;
  vertical-align: top;
  box-sizing: border-box;
}

.vendors_area p.all {
  width: 70px;
  text-align: -webkit-center;
}

.vendors_con .item {
  display: table !important;
  padding: 0;
  position: relative;
}

.vendors_con .item::after {
  position: absolute;
  content: " ";
  right: 0px;
  top: 27px;
  width: 0px;
  height: 20px;
  border-left: 1px solid #D4D4D4;
}

.vendors_area p.all a,
.vendors_con .item a {
  width: 100%;
  height: 75px;
  font-size: 14px;
  font-weight: 500;
  color: #828387;
  vertical-align: middle;
  text-align: center;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  line-height: normal;
}

.vendors_area p.all a:hover,
.vendors_con .item a:hover {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 3px solid #159E9E;
}

.vendors_con .item.on::after {
  position: absolute;
  content: " ";
  right: 0px;
  top: 27px;
  width: 0px;
  height: 20px;
  border-left: 1px solid #fff;
}

.vendors_con .item.on::before {
  position: absolute;
  content: " ";
  left: -1px;
  top: 27px;
  width: 0px;
  height: 20px;
  border-left: 1px solid #F7F7F7;
}

.vendors_area p.all.on,
.vendors_con .item.on {
  background: #fff;
  line-height: normal;
  font-size: 20px;
}

.vendors_con .item.on a {
  /* font-size: 20px; */
}

.vendors_area p.all.on a,
.vendors_con .item.on a {
  color: #828387;
  border-bottom: 3px solid #159E9E;
  font-weight: bold;
}

.vendors_con .item a span {
  display: block;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  max-height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
  padding: 0;
  color: #999;
}

.vendors_con .item.on a span,
.vendors_con .item a:hover span {
  color: #222222;
}

.vendors_con .item a:hover span {
  padding: 0;
}

.vendors_con .slick-prev {
  width: 20px;
  height: 20px;
  border: 1px solid #D4D4D4;
  transform: rotate(45deg);
  border-color: transparent transparent #D4D4D4 #D4D4D4;
  background-position: -353px -465px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 27px;
  left: 5px;
}

.vendors_con .slick-prev:hover {
  border: 1px solid #4C4C4C;
  border-color: transparent transparent #4C4C4C #4C4C4C;
}

.vendors_con .slick-next {
  width: 20px;
  height: 20px;
  border: 1px solid #D4D4D4;
  transform: rotate(45deg);
  border-color: #D4D4D4 #D4D4D4 transparent transparent;
  background-position: -378px -465px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 27px;
  right: 5px;
}

.vendors_con .slick-next:hover {
  border: 1px solid #4C4C4C;
  border-color: #4C4C4C #4C4C4C transparent transparent;
}

.vendors_con .slick-prev.slick-disabled,
.vendors_con .slick-next.slick-disabled {
  display: none;
}

#premium_content .search_filter_area {
  padding-top: 28px;
}

#premium_content .search_filter_area .search_con {
  float: left;
}

#premium_content .search_filter_area .search_con .item-search {
  width: 406px;
  position: relative;
}

#premium_content .search_filter_area .search_con .item-search input {
  padding-right: 45px;
}

#premium_content .search_filter_area .search_con .item-search .ico_srh {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  background-image: url('../img/sp_main_new.png');
  background-position: -444px -464px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 6px;
  right: 12px;
}

#premium_content .search_filter_area .filter_con {
  float: right;
}

#premium_content .search_filter_area .filter_con li {
  margin-left: 30px;
  font-size: 0;
}

#premium_content .search_filter_area .filter_con li:first-child {
  margin-left: 0;
}

#premium_content .search_filter_area .filter_con li .select_common {
  width: 175px;
  display: inline-block;
  margin-left: 14px;
}

#premium_content .search_result {
  margin-top: 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

#premium_content .good_con {
  margin-top: 20px;
}

#premium_content .lst_pdt {
  display: flex;
  flex-wrap: wrap;
}

#premium_content .lst_pdt>li {
  width: 268px;
  /*height: 490px;*/
  margin: 0 35px 50px 0;
}

#premium_content .lst_pdt>li:nth-child(4n+0) {
  margin-right: 0;
}

#premium_content .lst_pdt .movie,
#premium_content .lst_pdt .pic {
  box-sizing: border-box;
  width: 268px;
  height: 400px;
  overflow: hidden;
  border: 0;
}

#premium_content .lst_pdt .pic>a {
  display: block;
  width: 100%;
  height: 100%;
}

#premium_content .lst_pdt .pic img {
  width: 100%;
}

#premium_content .lst_pdt .pic .tag_txt {
  top: 26px;
}

#premium_content .lst_pdt .pic:hover img {
  transition: all .3s ease-in-out;
  transform: scale(1.02);
}

/*#premium_content .lst_pdt .info {*/
/*  margin: 20px 0 0;*/
/*}*/

/*#premium_content .lst_pdt .info .item {*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*  display: block;*/
/*  font-size: 13px;*/
/*  line-height: 1.36;*/
/*  font-weight: normal;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/

/*#premium_content .lst_pdt .info .item a {*/
/*  max-width: 50%;*/
/*  width: auto;*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  font-size: 13px;*/
/*  line-height: 1.36;*/
/*  font-weight: normal;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/

#premium_content .lst_pdt .info .item a.volume-discount {
  max-width: 85px;
}

/*#premium_content .lst_pdt .info p a {*/
/*  width: 266px;*/
/*}*/

/*#premium_content .lst_pdt .info .name_vd {*/
/*  width: 100%;*/
/*  font-size: 16px;*/
/*  height: 20px;*/
/*  font-weight: bold;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  max-width: 100%;*/
/*}*/

/*#premium_content .lst_pdt .info a.name_vd {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

/*#premium_content .lst_pdt .info .item .price:before {*/
/*  content: '|';*/
/*  display: inline-block;*/
/*  vertical-align: top;*/
/*  margin: 0 5px;*/
/*  font-weight: 500;*/
/*}*/

/*#premium_content .lst_pdt .info .item .price .price_o {*/
/*  margin-left: 3px;*/
/*}*/

#premium_content .good_con .lst_pdt .info .item_vendor_info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-top: 4px;
}

#premium_content .good_con .lst_pdt .info .name_vd {
  max-width: calc(100% - 35px);
  font-weight: bold;
  line-height: 18px;
  margin-right: 2px;
}

#premium_content .good_con .lst_pdt .info .one_icon .name_vd {
  max-width: calc(100% - 19px);
}

#premium_content .good_con .lst_pdt .info .not_icon .name_vd {
  max-width: calc(100% - 1px);
  margin-right: 0px;
}

#premium_content .good_con .lst_pdt .info .name_vd a {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#premium_content .good_con .lst_pdt .info>p {
  height: auto;
}

#premium_content .ico_premium {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/ico_premium.svg") center center no-repeat;
  background-size: cover;
}

#premium_content .good_con .lst_pdt .ico_premium {
  margin-right: 3px;
}

#premium_content .good_con .lst_pdt .one_icon .ico_premium {
  margin-right: 0px;
}

#premium_content .ico_reward {
  display: block;
  width: 15px;
  height: 17px;
  background: url("../img/ico_reward.svg") center center no-repeat;
  background-size: cover;
}

#premium_content .ico_reward.rate_2 {
  background: url('/img/icon_rewardx2.svg') no-repeat;
}

#premium_content .ico_reward.rate_3 {
  background: url('/img/icon_rewardx3.svg') no-repeat;
}

#premium_content .ico_reward.rate_4 {
  background: url('/img/icon_rewardx4.svg') no-repeat;
}

#premium_content .ico_reward.rate_5 {
  background: url('/img/icon_rewardx5.svg') no-repeat;
}

#premium_content .ico_reward.isInActivate {
  filter: grayscale(1);
}

#premium_content .ico_reward_disable {
  display: block;
  width: 15px;
  height: 17px;
  background: url("../img/reward_disable.svg") center center no-repeat;
  background-size: cover;
}

#premium_content span.double_ico_reward {
  display: block;
  width: 15px;
  height: 17px;
  background: url("../img/ico_double_reward.svg") center center no-repeat;
  background-size: cover;
  position: relative;
}

#premium_content span.double_ico_reward:hover::after {
  display: block;
}

#premium_content span.double_ico_reward:hover::before {
  display: block;
}

#premium_content span.double_ico_reward.active_doubleReward::after {
  display: block;
}

#premium_content span.double_ico_reward.active_doubleReward::before {
  display: block;
}

#premium_content span.double_ico_reward::after {
  content: "Double Rewards Points";
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 26px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 8px;
  white-space: nowrap;
  display: none;
}

#premium_content span.double_ico_reward::before {
  content: "";
  position: absolute;
  top: 18px;
  z-index: 101;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/newin_popup_polygon.svg") no-repeat center center/cover;
  width: 14px;
  height: 9px;
  display: none;
}

#premium_content .good_con .lst_pdt .info .item {
  display: block;
  max-width: 100%;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  height: auto;
  max-height: 32px;
  overflow: hidden;
  word-wrap: break-word;
  /*word-break: break-all;*/
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 4px;
  font-weight: 400;
  height: 32px;
}

#premium_content .good_con .lst_pdt .info .sponsored {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #999999;
  display: flex;
  align-items: center;
}

#premium_content .good_con .lst_pdt .info .sponsored img {
  display: inline-block;
  width: 10px;
  margin-left: 3px;
}

#premium_content .good_con .lst_pdt .info .item-code {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 4px;
}

#premium_content .good_con .lst_pdt .info .price {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #333;
  margin-top: 8px;
  top: 0px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#premium_content .good_con .lst_pdt .info .price .origin_price {
  text-decoration: line-through;
}

#premium_content .good_con .lst_pdt .info .price .colo_red {
  color: #ff5859;
  text-decoration: none;
}

#premium_content .good_con .lst_pdt .info .icon {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

#premium_content .good_con .lst_pdt .info .icon .ico_fglabel {
  width: 54px;
  height: 18px;
  background: #333;
  margin-right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#premium_content .good_con .lst_pdt .info .icon .ico_fglabel img {
  width: 39px;
}

#premium_content .good_con .lst_pdt .info .icon .ico_new {
  width: 30px;
  height: 18px;
  background: url("../img/ico_new.svg") center center no-repeat;
  display: block;
  margin-right: 3px;
  display: inline-block;
}

#premium_content .good_con .lst_pdt .info .icon .ico_ss21-small {
  width: 42px;
  height: 18px;
  background: url("../img/fgweek/ss21_small.svg") center center no-repeat;
  display: block;
  margin-right: 3px;
  display: inline-block;
}

#premium_content .good_con .lst_pdt .info .icon .ico_date {
  width: auto;
  height: 18px;
  background: #fcfcfc;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  text-align: center;
  color: #666666;
  line-height: 16px;
  font-size: 11px;
  display: inline-block;
  padding: 0 4px;
  letter-spacing: normal;
}

#premium_content .icon .ico_date::before {
  content: none;
}

#premium_content .good_con .lst_pdt .info .num_colo {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 8px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#premium_content .good_con .lst_pdt .info .ad-block {
  display: block;
  position: relative;
  margin: 0;
}

#premium_content .good_con .lst_pdt .info .ad-block__label:after {
  width: 8px;
  height: 8px;
  background: url("../img/icon_info.svg") center center no-repeat;
  background-size: cover;
  vertical-align: inherit;
}

#premium_content .lst_pdt li .pic:hover .like_icon,
#premium_content .lst_pdt li .pic:hover .ttl_con {
  display: block;
}

#premium_content .lst_pdt .like_icon {
  display: none;
  position: absolute;
  top: -9px;
  right: -10px;
  transform: scale(0.28);
}

#premium_content .lst_pdt .like_icon.on {
  display: block;
}

#premium_content .lst_pdt .ttl_con {
  display: none;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  color: #333;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  padding: 0 28px;
  max-width: 268px;
  width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

#premium_content .premium-header {
  margin-top: 18px;
  padding-bottom: 8px;
}

#premium_content .premium-header.close .vendor_info {
  border-bottom: 0;
  border-top: 0;
}

#premium_content .brand_area {
  padding-bottom: 45px;
  border-bottom: 1px solid #e3e3e3;
}

#premium_content .brand_area .photo {
  font-size: 0;
  display: inline-block;
  width: 669px;
  height: 377px;
  position: relative;
  vertical-align: top;
  text-align: center;
}

#premium_content .brand_area .photo img {
  width: 100%;
  height: 100%;
}

#premium_content .brand_area .info {
  float: right;
  height: 369px;
  width: 487px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  position: relative;
}

#premium_content .brand_area .info h3 {
  font-size: 36px;
  font-weight: 700;
}

#premium_content .brand_area .info .txt_ex {
  height: 270px;
  line-height: 19px;
  font-size: 13px;
  overflow: auto;
  padding: 0 75px 0 0;
  overflow-y: scroll;
  white-space: pre-line;
  font-family: Roboto, sans-serif;
}

#premium_content .brand_area .info.fade .txt_ex {
  height: 295px;
}

#premium_content .brand_area .info .txt_ex:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  transition: ease all 0.7s;
}

#premium_content .brand_area .info.fade .txt_ex:after {
  height: 140px;
}

#premium_content .brand_area .more a {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding-left: 16px;
  text-decoration: underline;
  position: relative;
  margin-top: 22px;
  font-family: Roboto, sans-serif;
}

#premium_content .brand_area .more a strong {
  font-weight: 900;
}

#premium_content .brand_area .more a:after {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  background-image: url('../img/sp_main_new.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}

#premium_content .brand_area .more a.down:after {
  background-position: -270px -526px;
}

#premium_content .brand_area .more a.up:after {
  background-position: -282px -526px;
}

#premium_content .brand_area .more.open a.up {
  display: none;
}

#premium_content .brand_area .more.close a.down {
  display: none;
}

#premium_content .brand_area .tab_menu {
  height: 58px;
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  /* border-bottom: 2px solid #E3E3E3; */
}

#premium_content .brand_area .tab_menu li {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

#premium_content .brand_area .tab_menu li button {
  box-sizing: border-box;
  width: 100%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  position: relative;
}

#premium_content .brand_area .tab_menu li:last-child button {
  border-right: 1px solid #d4d4d4;
}

#premium_content .brand_area .tab_menu li button:hover:after {
  content: '';
  display: block;
  height: 99%;
  width: calc(100% - 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 2px solid #20dbd4;
  /* border-bottom: none; */
  pointer-events: none;
  z-index: 2;
}

#premium_content .brand_area .tab_menu li.on button {
  background: #20dbd4;
  border: 1px solid #20dbd4;
  color: #fff;
  width: calc(100% + 2px);
  z-index: 1;
  left: -1px;
  right: -1px;
}

#premium_content .brand_area .tab_menu li.on button:hover {
  cursor: default;
}

#premium_content .brand_area .tab_menu li.on button:hover:after {
  display: none;
}

#premium_content .brand_area .story {
  width: 100% !important;
  margin-top: 90px;
  height: auto;
  overflow: hidden;
  transition: all ease 0.5s;
}

#premium_content .brand_area .story.hide {
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
}

#premium_content .brand_area .story_con {
  text-align: right;
  margin-top: 40px;
}

#premium_content .search_none_wrap {
  border-top: 1px solid #e3e3e3;
  margin-top: 20px;
  padding: 90px 0 60px;
}

#premium_content .search_none_txt {
  text-align: center;
  font-family: Roboto, sans-serif;
}

#premium_content .search_none_txt h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 5.3px;
}

#premium_content .search_none_txt p {
  font-size: 20px;
  font-weight: 300;
  color: #828387;
  line-height: 1.4;
  margin-top: 15px;
}

#premium_content .search_none_txt .loading-block {
  background: #fff;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#premium_content .search_none_txt .loading-block img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

#premium_content .help_doc {
  box-sizing: border-box;
  width: 100%;
  margin-top: 93px;
  border: solid 1px #d4d4d4;
  background-color: #f6f6f6;
}

#premium_content .help_doc ul li {
  float: left;
}

#premium_content .help_doc ul li:nth-child(2) {
  float: left;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

#premium_content .help_doc .ttl_area {
  width: 310px;
  text-align: center;
  font-size: 25px;
  padding-top: 82px;
}

#premium_content .help_doc .common_sub {
  padding: 34px 86px 35px 60px;
}

#premium_content .help_doc .common_sub dl dt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

#premium_content .help_doc .common_sub dl dd {
  font-size: 14px;
  line-height: 1.86;
  position: relative;
  padding-left: 10px;
}

#premium_content .help_doc .common_sub dl dd:before {
  content: '-';
  display: block;
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
}

#premium_content .help_doc .btn_area {
  margin-top: 13px;
}

.access-page {
  width: 812px;
  height: 546px;
  margin: 60px auto;
  border-radius: 8px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.12);
}

.modal .access-page {
  margin: unset;
  background: #fff;
  z-index: 200;
}

.access-page__header {
  height: 125px;
  line-height: 125px;
  text-align: center;
  position: relative;
}

.modal .access-page__header .btn_close {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  background: url('/img/icon_close_white.svg') center center no-repeat;
}

.access-page__header.y3 {
  height: 76px;
  line-height: 76px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(294.63deg, #FCD239 11.81%, #FAA41A 63.3%);
}

.access-page__header.vb {
  height: 76px;
  line-height: 76px;
  background: url('/img/gradient_bg_vb.png') no-repeat;
  background-size: cover;
}

.access-page__header h1 {
  font-size: 29px;
  line-height: 78px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

.access-page__content {
  background: #FFFFFF;
  padding: 16px 0 36px;
}

.access-page__content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.access-page__content.y3 h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 20px auto;
}

.access-page__content.y3 h3 {
  color: #FAA41A;
}

.access-page__content.vb h3 {
  color: #FF5859;
}

.access-page__content.y3 h3:after {
  background: #FAA41A;
}

.access-page__content.vb h3:after {
  background: #FF5859;
}

.access-page__content .required {
  display: block;
  width: 712px;
  margin: 0 auto;
}

.access-page__content .required h4 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
}

.access-page__content .required__container__box h6{
	font-weight: 500;
    margin-bottom: 4px;
    color: #666;
    font-size: 14px;
    line-height: 21px;
}

.access-page__content .required__container__box p{
	font-size: 11px;
    color: #999;
    line-height: 15px;
}

.access-page__content .required__container__box p a{
	font-size: 11px;
    line-height: 15px;
    color: #999;
    font-weight: 500;
    text-decoration: underline;
}

.access-page.access__popup {
  background: #fff;
  margin: 0;
  height: 558px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
}

.access__popup .access-page__header.y3 {
  position: relative;
}

.access__popup .access-page__header.y3 h1 {
  line-height: 76px;
}

.access__popup .access-page__header.y3 .popup-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  font-size: 0;
  color: transparent;
  background: url(../img/icon_close_white.svg) no-repeat 0 0;
  background-size: cover;
}

.access__popup .access-page__content {
  padding: 16px 0 24px;
}

.access__popup .required__container__box {
  width: 345px;
  height: 178px;
  background: #FBFCFD;
  border-radius: 8px;
}

.access__popup .required__container__box h6 {
  color: #333;
  margin-bottom: 11px;
}

.access__popup .required__container__box img {
  margin-bottom: 10.6px;
}

.access__popup .required__container__box p {
  font-size: 14px;
  line-height: 21px;
}

.access__popup .access-page__footer {
  padding: 16px 0 24px;
}

.access__popup .access-page__footer p {
  color: #999;
  font-size: 14px;
}

.access__popup .access-page__footer p a,
.access__popup .access-page__footer p strong {
  color: #333;
}

.required__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.required__container__box {
  padding: 25px 26px;
  text-align: center;
  box-sizing: border-box;
  width: 423px;
  height: 155px;
  background: #FBFCFD;
  border-radius: 8px;
}

.required__container__box img {
  width: 37px;
  height: 45px;
  margin-bottom: 19px;
}

.required__container__box h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #666;
}

.required__container__box p {
  font-size: 11px;
  line-height: 17px;
  color: #999;
}

.required__desc {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 50px;
}

.required__btn {
  text-align: center;
  margin-top: 24px;
}

.required__btn button {
  width: 280px;
  height: 44px;
  background: #333;
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.required__info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.required__info__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.required__info__title:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 25px;
  background: url('/img/open_icon.png') no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.required__info__desc {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.access-page__content p.message {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #111111;
  margin-bottom: 36px;
}

.access-page .vendor-block {
  width: 734px;
  padding: 40px;
  background: #FBFBFB;
  box-sizing: border-box;
  margin: 0 auto;
}

.vendor-block__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.vendor-block__info .v-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #111111;
}

.vendor-block__info .v-name:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  width: 1px;
  height: 25px;
  background: #999999;
}

.vendor-block__info .v-info {
  margin-left: 25px;
  font-size: 14px;
  line-height: 19px;
  color: #111111;
}

.vendor-block__btn {
  text-align: center;
}

.vendor-block__btn button {
  width: 280px;
  height: 50px;
  background: #333;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}

.access-page__footer {
  border-top: 1px dashed #CECDCD;
  padding: 16px 0 23px;
  text-align: center;
}

.access-page__footer p {
	font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #666666;
}

.access-page__footer p a,
.access-page__footer p strong {
  font-weight: 500;
  color: #666;
  text-decoration: none;
}

/* ==========================
      detail_content css
   ========================== */
#detail_content {
  box-sizing: border-box;
  width: 1200px;
  padding: 0 10px;
  margin: auto;
}

#detail_content.qview {
  width: 100%;
  padding: 0;
  margin: auto;
}

#detail_content .breadcrumbs .location {
  box-sizing: border-box;
  height: 39px;
  padding: 14px 0 10px;
}

#detail_content .breadcrumbs .location li {
  font-size: 12px;
}

#detail_content .breadcrumbs .location li:last-child a {
  font-weight: bold;
}

#detail_content .breadcrumbs .location li a {
  color: #555;
}

#detail_content .item_info {
  box-sizing: border-box;
  padding-bottom: 21px;
}

#detail_content .item_info_head,
#content .item_info_head {
  box-sizing: border-box;
  position: relative;
  height: 72px;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 11px;
}

#detail_content .item_info_head .btn_area,
#content .item_info_head .btn_area {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  height: 56px;
}

#detail_content .logo_area,
#content .logo_area {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

#detail_content .logo_area>span,
#content .logo_area>span {
  vertical-align: top;
}

#detail_content .logo_area .logo_img,
#content .logo_area .logo_img {
  display: inline-block;
  vertical-align: top;
}

#detail_content .logo_area .icon,
#content .logo_area .icon {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 11px 16px;
  width: 30px;
  height: 30px;
  background: #f0f0f0;
  border-radius: 50%;
  position: relative;
}

#detail_content .logo_area .icon .like_icon,
#content .logo_area .icon .like_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25.5px 0 0 -30px;
  transform: scale(0.26);

}

#detail_content .other,
#content .other {
  height: 52px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  margin-left: 40px;
}

#detail_content .score,
#content .score {
  height: 15px;
  padding-top: 4px;
  position: relative;
}

#detail_content .score.only,
#content .score.only {
  padding-top: 16px;
}

#detail_content .other:before,
#content .other:before {
  content: '';
  display: block;
  width: 1px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -2px;
  margin: 0;
  border-radius: 3px;
  background: #828385;
}

#detail_content .score_info,
#content .score_info {
  vertical-align: top;
  padding-left: 9px;
}

#detail_content .score_info .data,
#content .score_info .data {
  color: #777;
  font-size: 14px;
  line-height: 1;
}

#detail_content .score_info .reviews,
#content .score_info .reviews {
  color: #159E9E;
  font-size: 14px;
  line-height: 1;
  margin-left: 9px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#detail_content .score_info .reviews:before,
#content .score_info .reviews:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  background: #bababa;
}

#detail_content .express,
#content .express {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  height: 15px;

}

#detail_content .express.only,
#content .express.only {
  margin-top: 15px;
}

#detail_content .express .cs,
#content .express .cs {
  position: relative;
  padding-left: 37px;
  height: 15px;
}

#detail_content .express .cs:before,
#content .express .cs:before {
  content: '';
  width: 28px;
  height: 20px;
  display: block;
  background-image: url('../img/sp_main_new.png');
  background-position: -17px -557px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#detail_content .shopping_list,
#content .shopping_list {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-right: 45px;
  padding: 6px 0;
}

#detail_content .shopping_list .order,
#content .shopping_list .order {
  margin-bottom: 10px;
}

#detail_content .shopping_list .order li,
#content .shopping_list .order li {
  font-size: 14px;
  font-weight: 300;
  margin-left: 13px;
  padding-left: 14px;
  position: relative;
  line-height: 1;
}

#detail_content .shopping_list .order li:before,
#content .shopping_list .order li:before {
  content: '';
  width: 1px;
  height: 11px;
  display: block;
  background: #707070;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 3px;
  left: 0;
}

#detail_content .shopping_list .order li:first-child,
#content .shopping_list .order li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#detail_content .shopping_list .order li:first-child:before,
#content .shopping_list .order li:first-child:before {
  display: none;
}

#detail_content .shopping_list .tel,
#content .shopping_list .tel {
  padding-right: 27px;
  position: relative;
  text-align: right;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}

#detail_content .shopping_list .tel .btn_mail,
#content .shopping_list .tel .btn_mail {
  content: '';
  width: 16px;
  height: 13px;
  display: block;
  background-image: url('../img/sp_main_new.png');
  background-position: 0 -557px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 2px;
  right: 0;
}

#detail_content .ly_vendor {
  width: 1180px;
  top: 70px;
  animation: showAnimation .3s;
  -moz-animation: showAnimation .3s;
  -webkit-animation: showAnimation .3s;
  -o-animation: showAnimation .3s;
  animation-fill-mode: forwards;
  z-index: 5;
}

.zoomContainer {
  z-index: 3;
}

#detail_content .ly_vendor::before {
  left: -1px;
  top: -70px;
  height: 90px;
}

#detail_content .ly_vendor::after {
  right: -1px;
  top: -70px;
  height: 90px;
}

#detail_content .view_more_area {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: solid 1px #d4d4d4;
  background-color: #e3e3e3;
  text-align: center;
  margin-bottom: 4px;
}

#detail_content .view_more_area .view_more_txt {
  height: 37px;
}

#detail_content .view_more_area strong {
  font-size: 16px;
  display: inline-block;
}

#detail_content .view_more_area a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-decoration: underline;
  margin-left: 25px;
}

#detail_content .promotion_opned {
  width: 1180px;
  background: white;
  border: 1px #D4D4D4 solid;
  position: absolute;
  z-index: 5;
  border-top: none;
  margin-top: -4px;
  text-align: center;
  padding: 0 20px 40px 20px;
  box-sizing: border-box;
}

#detail_content .promotion_opned .btn_pro {
  font-size: 21px;
  color: #333333;
  display: block;
  margin-top: 21px;
  margin-left: 1120px;
  width: 21px;
  height: 21px;
}

#detail_content .promotion_opned .title_pro {
  height: 35px;
  line-height: 16.8px;
  font-size: 23px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

#detail_content .promotion_opned .text_pro {

  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

#detail_content .promotion_opned .coupon_pro {
  background: #20DBD4;
  height: 39px;
  width: 206px;
  margin-top: 20px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 39px;
  margin-left: 486px;
  font-size: 20px;
}

#detail_content .promotion_opned .orderAmount {
  width: 900px;
  height: 114px;
  margin: 20px 0 0 139px;
  font-size: 14px;
}

#detail_content .promotion_opned .orderAmount .orderAmount01 {
  float: left;
  width: 448px;
  height: 114px;
}

#detail_content .promotion_opned .orderAmount .orderAmount02 {
  float: left;
  width: 448px;
  margin: 0 0 0 4px;
  height: 114px;
}

.orderAmount_p {
  background: #4C4C4C;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
}

.orderAmount_M {
  font-weight: 500;
  padding: 20px 0;
  border: 1px #E3E3E3 solid;

}

#detail_content .item_info_body {
  margin-top: 15px;
}

#detail_content.qview .pdt_wrap .pdt_img {
  width: 354px;
}

#detail_content.qview .pdt_detail {
  float: left;
}

#detail_content .pdt_img {
  width: 578px;
}

#detail_content .pdt_img .lst_pdt li {
  margin: 0 0 17px 17px;
}

#detail_content .pdt_img .lst_pdt {
  margin: 18px 0 0 0;
}

#detail_content .pdt_img .lst_pdt li:nth-child(5n+1) {
  margin-left: 0;
}

#detail_content.qview .pdt_wrap .pdt_big {
  width: 340px;
  height: 510px;
}

#detail_content .pdt_big {
  box-sizing: border-box;
  width: 578px;
  height: 866px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c2c2c2;
}

#detail_content .pdt_big .btn-group {}

#detail_content .pdt_big .btn-group button {
  position: absolute;
  top: 50%;
  z-index: 4;
  font-size: 0;
  transform: translateY(-50%);
  background: url('/img/sp_main_new.png') no-repeat;
  line-height: 99em;
  vertical-align: top;
  cursor: pointer;
}

#detail_content .pdt_big .btn-group button.btn-group__left {
  width: 40px;
  height: 60px;
  background-position: 0 -71px;
  left: 0;
}

#detail_content .pdt_big .btn-group button.btn-group__right {
  width: 40px;
  height: 60px;
  background-position: -42px -71px;
  right: 0;
}

#detail_content .pdt_big img {
  /* width: 100%; */
}

#detail_content.qview .pdt_wrap .pdt_img .lst_pdt .movie,
#detail_content.qview .pdt_wrap .pdt_img .lst_pdt .pic {
  width: 54px;
  height: 81px;
}

#detail_content .pdt_img .lst_pdt .movie,
#detail_content .pdt_img .lst_pdt .pic {
  box-sizing: border-box;
  width: 102px;
  height: 147px;
  padding: 5px;
  border: 1px solid #c2c2c2;
  position: relative;
}

#detail_content .pdt_img .lst_pdt .movie>a,
#detail_content .pdt_img .lst_pdt .pic>a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#detail_content .pdt_img .lst_pdt .movie .movie-clip-thumb,
#detail_content .pdt_img .lst_pdt .pic .imgThumb {
  max-height: 100%;
  width: 100%;
  margin: 0;
}

#detail_content .pdt_img .lst_pdt .movie span {
  display: block;
  position: relative;
}

#detail_content .pdt_img .lst_pdt .movie span:before {
  content: '';
  width: 90px;
  height: 135px;
  display: block;
  background: rgba(0, 0, 0, .5);
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#detail_content .pdt_img .lst_pdt .movie span:after {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  background-image: url('../img/sp_main_new.png');
  background-position: -175px -556px;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#detail_content .like_icon {
  transform: scale(0.5);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 4;
}

#detail_content .navigation {
  margin-top: 0;
  height: 15px;
  line-height: 1;
}

#detail_content .navigation .go_list {
  position: relative;
  display: block;
  background: none;
  font-size: 15px;
  color: #777;
  line-height: 1;
  padding-left: 15px;
  width: auto;
  height: 15px;
  ;
}

#detail_content .navigation .go_list:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url('../img/sp_main_new.png');
  background-position: -390px -511px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

#detail_content .navigation .go_list:hover {
  color: #333;
}

#detail_content .navigation .go_list:hover:before {
  background-position: -390px -523px;
}

#detail_content .navigation .paging_mini {
  float: right;
}

#detail_content .navigation .paging_mini li {
  position: relative;
}

#detail_content .navigation .paging_mini li a {
  font-size: 16px;
  color: #777;
  line-height: 1;
  width: auto;
  background: none;
  position: relative;
}

#detail_content .navigation .paging_mini li.prev a {
  padding: 0 13px 0 18px;
}

#detail_content .navigation .paging_mini li.next a {
  padding: 0 18px 0 13px;
}

#detail_content .navigation .paging_mini li a:before,
#detail_content .navigation .paging_mini li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url('../img/sp_main_new.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}

#detail_content .navigation .paging_mini li.prev a:before {
  background-position: -390px -511px;
  left: 0;
}

#detail_content .navigation .paging_mini li:first-child a:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #777;
  position: absolute;
  top: 3px;
  right: 0;
}

#detail_content .navigation .paging_mini li.next a:after {
  background-position: -397px -511px;
  right: 0;
}

#detail_content .navigation .paging_mini li a:hover {
  color: #333;
}

#detail_content .navigation .paging_mini li.prev a:hover:before {
  background-position: -390px -523px;
}

#detail_content .navigation .paging_mini li.next a:hover:after {
  background-position: -397px -523px;
}

#detail_content .navigation .paging_mini li a:hover+.pic_ss {
  display: block;
}

#detail_content .navigation .paging_mini .pic_ss {
  display: none;
  position: absolute;
  top: 27px;
  z-index: 5;
  width: 68px;
  border: 1px solid #ccc;
  line-height: 0;
  opacity: .8;
  box-sizing: border-box;
}

#detail_content .navigation .paging_mini .pic_ss img {
  width: 100%;
}

#detail_content .navigation .paging_mini li.prev .pic_ss {
  left: -8px;
}

#detail_content .navigation .paging_mini li.next .pic_ss {
  right: -8px;
}

#detail_content .pdt_detail .vd_item_name {
  color: #333;
  font-size: 26px;
  line-height: 1;
  margin-top: 30px;
  font-weight: bold;
}

#detail_content .pdt_detail .vd_name {
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
}

#detail_content .pdt_detail .desc {
  margin-top: 20px;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #777;
}

#detail_content .pdt_info {
  margin-top: 13px;
  padding: 12px 21px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 1.83;
  color: #666;
}

#detail_content .pdt_info em {
  width: 50px;
  margin-right: 24px;
  font-weight: 500;
}

#detail_content .pdt_detail .price {
  line-height: 28px;
  height: 30px;
  display: inline-block;
  margin-top: 34px;
  font-size: 32px;
  font-weight: 500;
  color: #111;
}

#detail_content .pdt_wrap {
  margin-top: 0;
}

#detail_content .pdt_wrap .msg_vendor {
  padding-left: 27px;
  z-index: 3;
}

#detail_content .pdt_wrap .msg_vendor a {
  color: #555;
}

#detail_content .pdt_wrap .msg_vendor a:hover {
  text-decoration: underline;
}

#detail_content .pdt_wrap .msg_vendor a::before {
  content: '';
  display: block;
  width: 17px;
  height: 14px;
  background-image: url('../img/sp_main_new.png');
  background-position: -405px -511px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
}

#detail_content .choice {
  margin-top: 58px;
}

#detail_content .tab_cont .th_pack,
#detail_content .tab_cont .th_amt,
#detail_content .tab_cont .th_available_date {
  width: 88px;
}

#detail_content .tab_cont .pack {
  padding: 0 25px;
}

#detail_content .tab_cont .qty {
  text-align: center;
}

#detail_content .pdt_wrap .tab {
  height: 30px;
  position: relative;
  z-index: 2;
  margin: 0;
  border-bottom: 2px solid #e9e9e9;
}

#detail_content .pdt_wrap .pur_text {
  font-size: 14px;
  margin: 0px 0 0 5px;
}

#detail_content .pdt_wrap .pur_text .discountable {
  margin-top: 15px;
  height: 41px;
  border-bottom: 1px #E3E3E3 dashed;
  font-size: 14px;
  line-height: 41px;
}

#detail_content .pdt_wrap .pur_text .discountable .dis_left {
  width: 82px;
  font-weight: 500;
}

#detail_content .pdt_wrap .pur_text .discountable .dis_no {
  margin-left: 50px;

}

#detail_content .pdt_wrap .pur_text .min_total {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px #E3E3E3 dashed;
}

#detail_content .pdt_wrap .pur_text .min_total .min_left {
  width: 82px;
  font-weight: 500;
}

#detail_content .pdt_wrap .pur_text .min_total .min_item {
  margin-left: 50px;
}

#detail_content .pdt_wrap .pur_text .notice:after {
  content: '';
  clear: both;
  display: block;
}

#detail_content .pdt_wrap .pur_text .notice .order_left {
  height: 39;
  width: 82px;
  line-height: 39px;
  float: left;
  font-weight: 500;
}

#detail_content .pdt_wrap .pur_text .notice .order_right {
  margin-left: 45px;
  width: 443px;
  float: left;
  line-height: 18px;
  margin-top: 10px;
}

#detail_content .pdt_wrap .pur_text .notice .order_right .order_text {
  margin-top: 15px;
}

#detail_content .pdt_wrap .pur_text .notice .order_right .order_text_02 {
  margin-top: 22px;
}

#detail_content .choice .tab li {
  width: auto;
  border: none;
  background: transparent;
}

#detail_content .choice .tab .purchase {
  position: relative;
}

.pdt_wrap .tab li.selected button {
  height: 41px;
  padding-top: 11px;
}

#detail_content .choice .tab .purchase:after {
  content: '';
  display: block;
  width: 1px;
  height: 9px;
  background: #707070;
  position: absolute;
  bottom: 15px;
  left: 121px;
}

#detail_content .choice .tab button {
  width: 122px;
  color: #999;
  font-size: 15px;
  line-height: 1;
  border: none;
  padding-bottom: 14px;
}

#detail_content .choice .tab button {
  width: 122px;
  color: #999;
  font-size: 15px;
  line-height: 1;
  border: none;
  padding-bottom: 14px;
}

#detail_content .choice .tab li.selected button {
  color: #159E9E;
  border-bottom: 3px solid #159E9E;
}

#detail_content .hold_shipping_notice {
  background: #C0E4FF;
  padding: 6px 15px;
  border-radius: 5px;
  margin-top: 16px;
  font-size: 14px;
}

#detail_content .hold_shipping_notice em {
  font-style: normal;
  text-decoration: underline;
}

#detail_content .pre_order {
  color: #555;
  height: 30px;
  vertical-align: top;
  margin-top: 34px;
  background: #f6f6f6;
  border: solid 1px #e4e4e4;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  margin-left: 20px;
}

#detail_content .tab_cont {
  border: none;
  margin-top: -1px;
  padding: 0;
}

#detail_content .pdt_wrap .tab_cont .amount {
  font-size: 14px;
  color: #555;
  margin: 23px 0;
}

#detail_content .pdt_wrap .tab_cont .amount .all_con {
  display: inline-block;
}

#detail_content .pdt_wrap .tab_cont .amount .all_con label.ttl {
  cursor: pointer;
  margin-left: 7px;
}

#detail_content .pdt_wrap .tab_cont .amount .qty_con {
  display: inline-block;
  margin-left: 18px;
  padding-left: 17px;
  position: relative;
}

#detail_content .pdt_wrap .tab_cont .amount .min_con {
  float: right;
}

#detail_content .pdt_wrap .tab_cont .amount .qty_con:before {
  content: '';
  display: block;
  width: 1px;
  height: 9px;
  background: #707070;
  position: absolute;
  top: 5px;
  left: 0;
}

#detail_content .tab_cont input[type="text"] {
  border: 1px #707070 solid;
  width: 22px;
  height: 20px;
  text-align: center;
}

#detail_content .pdt_wrap .spanPc.out_stock {
  width: 22px;
  border: 1px #707070 dashed;
  margin-left: 3px;
}

#detail_content .pdt_wrap .spanPc.out_stock {}

#detail_content .tab_cont th {
  background: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#detail_content .tab_cont .total td {
  padding-top: 5px;
}

#detail_content .pdt_wrap .available_date,
#detail_content .itemlist_cart .item_detail .available_date {
  box-sizing: border-box;
  width: 63px;
  height: 17px;
  margin: 0;
}

#detail_content .tab_cont .total .inr {
  font-size: 14px;
}

#detail_content .tab_cont .total .inr .cPkTotalQty {
  font-weight: normal;
}

#detail_content .pdt_wrap .btn_group {
  margin-top: 30px;
}

#detail_content .pdt_wrap .btn_group a {
  margin: 0;
}

#detail_content .pdt_wrap .btn_group .btn {
  display: block;
}

#detail_content .pdt_wrap .btn_group>span {
  margin-left: 13px;
}

#detail_content .pdt_wrap .btn_group>span:first-child {
  margin-left: 0;
}

.instructions {
  height: 40px;
  line-height: 40px;
  background: #555;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}

.editor_pick .section_body {
  outline: 0;
}

.editor_pick .exhibition {
  width: 767px;
  height: 429px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.editor_pick .exhibition .slick-list {
  z-index: 1;
}

.editor_pick .exhibition iframe {
  z-index: 2;
}

.editor_pick .exhibition:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .16);
}

.editor_pick .exhibition:hover .slick-prev {
  left: 0;
}

.editor_pick .exhibition:hover .slick-next {
  right: 0;
}

.editor_pick .exhibition .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0;
  transform: translateY(-50%);
  background: url(/img/sp_main_new.png?v=20181112) no-repeat;
  line-height: 99em;
  vertical-align: top;
}

.editor_pick .exhibition .slick-arrow:disabled {
  opacity: 0.3;
}

.editor_pick .exhibition .slick-prev,
.editor_pick .exhibition .slick-next {
  display: none;
}

.editor_pick .exhibition .slick-prev {
  width: 40px;
  height: 60px;
  background-position: 0 -71px;
  left: -40px;
}

.editor_pick .exhibition .slick-next {
  width: 40px;
  height: 60px;
  background-position: -42px -71px;
  right: -40px;
}

.editor_pick .exhibition .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.editor_pick .exhibition img {
  width: 100%;
  height: auto;
}

.editor_pick .info {
  /*width: 393px;*/
  padding-top: 88px;
  padding-left: 20px;
  text-align: center;
  font-family: Roboto, sans-serif;
  position: relative;
  height: 429px;
  box-sizing: border-box;
}

.editor_pick .info h3 a {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 10px;
  padding: 0 16px;
  height: 19px;
  line-height: 19px;
  display: inline-block;
  text-decoration: none;
}

.editor_pick .info dl {
  margin-top: 18px;
}

.editor_pick .info dl dt {
  font-size: 29px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  position: relative;
}

.editor_pick .info dl dt:after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translate(-50%, 0);
  background: #000;
}

.editor_pick .info dl dd {
  font-size: 14px;
  color: #828387;
  padding-top: 45px;
}

.editor_pick .btn_more {
  font-family: Roboto, sans-serif;
  margin-top: 40px;
  font-size: 13px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border: 1px solid #d4d4d4;
  padding: 19px 52px;
}

.editor_pick .brand_paging {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.editor_pick .brand_paging li {
  display: inline-block;
  padding: 0 13px;
}

.editor_pick .brand_paging button {
  width: 43px;
  height: 8px;
  font-size: 0;
}

.btn_prev_item {
  background: url('../img/btn_prev.png') no-repeat center;
}

.btn_prev_item:disabled {
  cursor: default;
  background: url('../img/btn_prev_disabled.png') no-repeat center;
}

.btn_next_item {
  background: url('../img/btn_next.png') no-repeat center;
}

.btn_next_item:disabled {
  cursor: default;
  background: url('../img/btn_next_disabled.png') no-repeat center;
}

.banner_area {
  text-align: center;
  background: #efeff1;
}

.banner_area a img {
  width: 100%;
}

.pdt_wrap .tab_cont .product_color:first-child .pack .spanPkQty {
  margin-top: 9px;
}

.pdt_wrap .tab_cont .product_color td .tip_wrap {
  position: relative;
}

.pdt_wrap .tab_cont .product_color .td_normal {
  border: 1px #707070 solid;
  width: 22px;
  height: 20px;
  text-align: center;
}

.pdt_wrap .tab_cont .product_color .td_dashed {
  position: relative;
}

.pdt_wrap .tab_cont .product_color .td_dashed .inp_dashed {
  border: 1px #707070 dashed;
  width: 22px;
  height: 20px;
  text-align: center;
}


.td_dashed_img {
  display: none;
  height: 34px;
  position: absolute;
  top: -35px;
  left: -16px;
  line-height: 26px;
  color: #FFFFFF;
  color: #000;
  font-size: 12px;
}

.td_dashed_img .td_dashed_span {
  display: inline;
  white-space: nowrap;
  background: #232323;
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 28px;
  color: #FFFEFE;
}

.td_dashed_img>span:after {
  content: '';
  left: 23px;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #232323 transparent transparent;
}

.td_dashed:hover .td_dashed_img {
  display: block;
}

.td_low_stock {
  position: relative;
}

.tip_wrap .low_stock {
  display: none;
  position: absolute;
  height: 41px;
  color: #FFFEFE;
  top: -35px;
  left: -23px;
  line-height: 28px;
  text-align: center;
}

.low_stock>span {
  display: inline;
  white-space: nowrap;
  background: #FF4C4E;
  height: 28px;
  padding: 3px 10px;
}

.low_stock>span:after {
  content: '';
  left: 27px;
  position: absolute;
  bottom: 9px;
  width: 0;
  height: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #FF4C4E transparent transparent;
}

.tip_wrap:hover .low_stock {
  display: block;
}

.ly_vendor:after {
  right: -1px;
  top: -58px;
  height: 90px;
}

.pdt_wrap .tip_wrap .low_stock:before {
  display: none;
}

#detail_content .tab_cont .openpack_pack_blank {
  width: 78px;
}

.big.lst_like_item {
  padding-bottom: 56px;
}

.big.lst_like_item h2 {
  line-height: 24px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.big.lst_like_item .lst_pdt {
  height: 250px;
}

.big.lst_like_item .lst_pdt li {
  margin-left: 13px;
}

.big.lst_like_item .lst_pdt .pic,
.big.lst_like_item .lst_pdt .pic>a {
  width: 134px;
  height: 200px;
}

.big.lst_like_item .lst_pdt .info .pic {
  height: 19px;
  padding-top: 5px;
  display: block;
}

.big.lst_like_item .lst_pdt .info .price {
  font-size: 12px;
  font-weight: normal;
}

.extra-description {
  margin-bottom: 10px;
}

.extra-description__title {
  vertical-align: top;
}

.extra-description__title.premium {
  vertical-align: top;
  width: 75px;
  font-size: 14px;
  font-weight: 500;
}

.extra-description__content {
  vertical-align: top;
  padding-right: 15px;
}

.ingredient-howtouse {
  position: relative;
}

.ingredient-howtouse__content {
  white-space: pre-wrap;
}

.extra-description__content.premium .ingredient-howtouse.less .ingredient-howtouse__content {
  height: 75px;
  overflow: hidden;
}

.ingredient-howtouse.less .ingredient-howtouse__content {
  height: 50px;
  overflow: hidden;
}

.ingredient-howtouse.more .ingredient-howtouse__content {
  height: auto;
  overflow: unset;
}

.ingredient-howtouse .ingredient-howtouse__btn {
  position: relative;
  text-align: left;
  cursor: pointer;
}

.ingredient-howtouse.less .ingredient-howtouse__btn:before {
  content: 'See More';
  color: #159E9E;
}

.ingredient-howtouse.more .ingredient-howtouse__btn:before {
  content: 'See Less';
  color: #159E9E;
}

/* overseas shipping vendor notice */
.overseas_area {
  /*display: flex;*/
  /*align-items: center;*/
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.overseas_area.bg_cream {
  background: #FFF8E3;
  padding: 5px 14px;
}

.overseas_area .icon_overseas {
  display: inline-block;
  width: auto;
  height: 22px;
  padding: 0 10px 0 28px;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  background: #faa41a url("/img/icon_air.svg") 10px center no-repeat;
  background-size: 14px;
}

.overseas_area .overseas_txt {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  color: #333;
  font-family: Roboto, sans-serif;
}

.overseas_area .overseas_txt span {
  color: #FAA41A;
  font-weight: 700;
}

.overseas_area .notes {
  position: relative;
}

.overseas_area .notes .icon-notes {
  cursor: unset;
}

.overseas_area .notes .detail-info {
  display: none;
  position: absolute;
  top: 23px;
  left: -200px;
  width: 262px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  z-index: 3;
}

.overseas_area .notes:hover .detail-info {
  display: block;
}

.overseas_area .notes .detail-info::before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  left: 199px;
  padding: 0;
  border-bottom: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.overseas_area .notes .detail-info::after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  left: 198px;
  padding: 0;
  border-bottom: 9px solid #C6C6C6;
  border-top: 9px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}

.mt-m-8 {
  margin-top: -8px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}
