
.color_style {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
  }
  .color_choice .color_style.on {
      border: 2px solid #00b8ff;
  }
  .color-type01 {
    background-color: #B2EAFF;
  }
  .color-type02 {
    background-color: #D4F0CB;
  }
  .color-type03 {
    background-color: #FAE7A5;
  }
  .color-type04 {
    background-color: #FEE5C8;
  }
  .color-type05 {
    background-color: #FFE0DF;
  }
  .color-type06 {
    background-color: #F2DCF7;
  }
  .color-type07 {
    background-color: #EDEDEE;
  }
  .color-type08 {
    background-color: #C2DEFF;
  }
  .color-type09 {
    background-color: #CCDDD4;
  }
  .color-type10 {
    background-color: #B2EEE4;
  }
  .color-type11 {
    background-color: #E7D9CC;
  }
  .color-type12 {
    background-color: #C4D8E2;
  }
  .color-type13 {
    background-color: #FFD6F6;
  }
  .color-type14 {
    background-color: #DBDDFF;
  }
  .color-type15 {
    background-color: #ECD3E1;
  }
  .color-type01.active,.color-type01.time-event .fc-circle-icon {
    background-color: #00B8FF;
    color: #fff
  }
  .color-type02.active,.color-type02.time-event .fc-circle-icon {
    background-color: #6ECC51;
    color: #fff
  }
  .color-type03.active,.color-type03.time-event .fc-circle-icon {
    background-color: #F5CE4A;
    color: #fff
  }
  .color-type04.active,.color-type04.time-event .fc-circle-icon {
    background-color: #F9A746;
    color: #fff
  }
  .color-type05.active,.color-type05.time-event .fc-circle-icon {
    background-color: #FF635D;
    color: #fff
  }
  .color-type06.active,.color-type06.time-event .fc-circle-icon {
    background: #D189E2;
    color: #fff
  }
  .color-type07.active,.color-type07.time-event .fc-circle-icon {
      background-color: #A5A5A7;
      color: #fff
  }
  .color-type08.active,.color-type08.time-event .fc-circle-icon {
    background-color: #3693FF;
    color: #fff
  }
  .color-type09.active,.color-type09.time-event .fc-circle-icon {
    background-color: #005328;
    color: #fff
  }
  .color-type10.active,.color-type10.time-event .fc-circle-icon {
    background-color: #00C9A7;
    color: #fff
  }
  .color-type11.active,.color-type11.time-event .fc-circle-icon {
    background-color: #884100;
    color: #fff
  }
  .color-type12.active,.color-type12.time-event .fc-circle-icon {
    background-color: #397C9D;
    color: #fff
  }
  .color-type13.active,.color-type13.time-event .fc-circle-icon {
    background-color: #FF33D2;
    color: #fff
  }
  .color-type14.active,.color-type14.time-event .fc-circle-icon {
    background-color: #4D54FF;
    color: #fff
  }
  .color-type15.active,.color-type15.time-event .fc-circle-icon {
    background-color: #A12568;
    color: #fff
  }
  body .fc-event.active:hover {
    color: #fff;
  }
  .alert {
    border-radius: 0;
    border: none;
    border-left: 4px solid transparent;
    color: #757575;
    font-size: 14px;
  }
  .alert.alert-info {
    color:#757575;
    background: #FAFAFA;
    border-color: #2196f3;
  }
  .alert.alert-success {
    color:#757575;
    background: #FAFAFA;
    border-color: #8CE071;
  }
  .alert.alert-danger {
    color:#757575;
    background: #FAFAFA;
    border-color: #F84A71;
  }
  .alert.alert-warning {
    color:#757575;
    background: #FAFAFA;
    border-color: #FCD24D;
  }
  .map-list {
    width      : 320px;
    position   : absolute;
    top        :20px;
    left       : 20px;
    bottom     : 20px;
    background : #fff;
    color      :#212121;
    z-index    : 1;
  }
  .map-list {
    color:#212121;
  }
  .map-list .map-list-detail {
    overflow-y: auto;
    position: absolute;
    top: 95px;
    bottom: 0;
    width: 100%;
  }
  .map-view-area.fold .map-list .toolbar_bottom, .map-view-area.fold .map-list .map-list-detail, .map-view-area.fold .map-list .paging-block {
    display: none;
  }
  .map-view-area.fold .map-list {
    height: 47px;
  }
  .map-view-area.fold .map-list .my_location {
    display       : block;
    position      : absolute;
    top           : 60px;
    left          : 15px;
    width         : 30px;
    height        : 30px;
    background    : #fff;
    text-align    : center;
    line-height   : 30px;
    font-size     : 20px;
    border        : 1px solid #ccc;
    border-radius : 3px;
    z-index       : 1;
  }
  .map-view-area.fold .map-list .my_location a {
    display : block;
  }
  .map-list .my_location {
    display : none;
  }
  .map-toolbar:after {
    content: '';
    display: block;
    clear: both;
  }
  .map-list .map-inner {
    border-bottom :1px solid #e5e5e5;
  }
  .map-list .map-inner.paging-block {
    border: 0;
  }
  .map-inner {
    padding : 15px;
  }
  .map-inner > a {
    display: table;
  }
  .map-inner > a.map_link,
  .map_contents {
    display: table-cell;
    vertical-align: top;
  }
  .toolbar_top.map-inner,.toolbar_bottom.map-inner {
      padding: 7px 15px;
  }
  .map-toolbar .map-inner {
    height : 47px;
  }
  .map-inner .down-btn {
    margin-right :30px;
    font-size    : 13px;
  }
  .map-inner .down-btn:after {
    top        : 0;
    margin-top :0;
    color      : #999;
  }
  .map-inner .pagination {
    margin:0;
  }
  .map-inner .pagination .disabled {
    visibility: hidden;
  }
  .map-toolbar .map-inner .map-toolbar-top {
    display: grid;
    grid-column-gap: 10px;
  }
  .map-toolbar .map-inner .map-toolbar-top select,
  .map-toolbar .map-inner .map-toolbar-top a{
    padding : 0;
  }
  .map-toolbar .map-inner .map-toolbar-top .l-left-bar,
  .map-toolbar .map-inner .map-toolbar-top .lr-left-bar,
  .map-toolbar .map-inner .map-toolbar-top .lr-left-bar~div{
    border-right-width: 1px;
    border-color: rgba(229, 229, 229, 1);
  }
  .map-toolbar .map-inner .map-toolbar-top.divide-3 {
    grid-template-columns: calc(40% - 10px) calc(40% - 10px) 20%;
  }
  .map-toolbar .map-inner .map-toolbar-top.divide-2 {
    grid-template-columns: 50% 50%;
  }
  .map-toolbar .map-inner .map-my-position {
    display: block;
    font-size: 14px;
    justify-self: center;
    align-self: center;
  }
  .map-view-area .gm-style .gm-style-iw ~ div img {
    display:none;
  }
  .map-view-area .gm-style .gm-style-iw div > div {
    overflow-x: hidden !important;
  }
  .gm-style .gm-style-iw .title {
    font-size :15px;
    font-weight: bold;
  }
  .gm-style .gm-style-iw p {
    margin-bottom :0;
  }
  .gm-style .gm-style-iw ~ div {
    right: 15px !important;
  }
  .gm-style .gm-control-active > img {
    width: 15px !important;
    height: 15px !important;
  }
  .map-view-area  .map_contents_close {
    position: absolute;
    padding: 5px;
    right: -5px;
    top: 0;
    z-index: 100001;
  }
  .map-list .head_wrap .tit {
    line-height: 32px;
    display   : inline-block;
    margin    :0;
    font-size : 14px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .map-pin {
    position: absolute;
    top: 200px;
    left: 800px;
    text-align: center;
    border-style: solid;
    border-color: #000;
    border-width: 0 12px 25px 12px;
    height: 0;
    border-radius: 50% 50% 50% 50%;
    width: 20px;
  }
  .map-pin:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 18px 10px 0 10px;
  }
  .map-pin a {
    color:#fff;
    font-size: 15px;
    font-family: sans-serif;
    position: relative;
    left: -4px;
    top: 0;
  }
  .map_tools {
    position  : absolute;
    left      : 50%;
    transform : translateX(-50%);
    bottom    : 20px;
    z-index   : 10;
  }
  .map_tools a{
    width            : fit-content;
    height           : fit-content;
    padding          : 7px 25px;
    background-color : #fff;
    margin-top       : -34px;
    font-size        : 12px;
  }
  .map_tools.sticky {
    text-align      : center;
    position        : -webkit-sticky;
    position        : sticky;
    transform       : translateX(0);
    bottom          : auto;
    top             : 100vh;
    height          : 0;
    display         : flex;
    justify-content : center;
  }
  .map_tools.sticky a {
    margin-top      : -54px;
    box-shadow      : 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  
  }
  .map-view-area.fold .map_tools .btn.up {
    font-size:12px;
    line-height: 1.5 !important;
  }
  .map_tools .up, .map-view-area.fold .map_tools .down {
    display : none;
  }
  .map_tools .bt-angle-down:before {
    vertical-align : middle;
    margin-right: 10px;
  }
  .map-view-area.fold .map_tools .btn.up:before,
  .map-view-area .map_tools .down:before  {
    margin-right: 5px;
  }
  .map-view-area.fold .map_tools .up, .map_tools .down {
    display     : block;
    line-height : 18px;
  }
  .map-view-area.fold .map_tools {
    top    : inherit;
    bottom : 25px;
    right  : 10px;
  }
  @media (max-width: 991px) {
    .map-view-area.fold .map_tools {
      top    : inherit;
      bottom : 20px;
      right  : inherit;
    }
  }
  .toolbar_top .right {
    float     : right;
    font-size : 17px;
  }
  .toolbar_top .right a .bt-angle-down {
    display: none;
  }
  .toolbar_top .right a.on .bt-angle-down {
    display: block;
  }
  .toolbar_top .right .map-inner.text-right{
    display: inline-block;
    padding: 0;
    border: 0;
    height: auto;
  }
  .toolbar_top .right .map-inner.text-right > a {
    display: inline-block;
  }
  .toolbar_top .right .map-inner ~ .search-tools {
    float: left;
    padding: 0 10px;
  }
  .toolbar_top .right .search-tools i {
    vertical-align: middle;
  }
  .toolbar_top,.toolbar_bottom {
    border-bottom : 1px solid #e5e5e5;
  }
  .toolbar_bottom:after,.map_container:after {
    content: '';
    display: block;
    clear: both;
  }
  .bt-close {
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  .bt-close:hover {
    opacity: 1;
  }
  .map_link > div {
    display        : table-cell;
    vertical-align : top;
  }
  .gmap_wrap .map_contents .tit {
    font-size: 14px;
    margin: 0 0 5px 0;
    margin-right: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .map_container .thumb {
    padding-right :15px;
  }
  .map_container .map_contents .head span {
    width: 24px;
    display: inline-block;
    background: #000;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
  }
  .map_container .thumb img {
    width :80px;
    height :80px;
  }
  .map_contents:after {
    content: '';
    display: block;
    clear: both;
  }
  .map_contents p {
    font-size :12px;
    margin-bottom :0;
  }
  .map_contents .adress {
    color : #757575;
  }
  .map_contents .comment_num {
    margin-right :15px;
    border       : none;
    padding: 5px 5px 0 5px;
    color: #757575;
    font-size: 12px;
  }
  .map_container_view {
    display: table;
    padding : 5px 0;
    border-bottom: 0;
  }
  .map_container_view > a, .map_container_view .map_contents {
    display        : table-cell;
    vertical-align : top;
  }
  .gm-style-iw .map_container .map_contents .icon {
    margin-right : 10px;
  }
  .search-wrap{
    display : none;
  }
  .search-on .search-wrap{
    display: block;
  }
  .search-on .head_wrap,.search-on .toolbar_wrap{
    display: none;
  }
  .doz_sys .search-box {
    height: 100%;
    position: relative;
  }
  .doz_sys .search-box input {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    border: none;
    background: 0 0;
    height: 33px;
  }
  .doz_sys .search-box .btn_group {
    display: table;
    position: absolute;
    right: 0;
    top: -3px;
  }
  .doz_sys .search-box .btn_group a {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    font-size: 17px;
  }
  .doz_sys .search-box .btn_group a:last-child {
    padding: 6px 0 9px 6px;
    font-size: 16px;
  }
  .shop-content {
    margin :0 auto;
  }
  .shop-content .down-btn {
    float: none;
  }
  .shop-content .down-btn:nth-last-child(2){
    margin-left: 0;
  }
  .shop-content .shop-tools .down-btn:nth-last-child {
    margin-right: 0;
  }
  .shop-content .down-btn:after {
    top: 50%;
    opacity: .5;
    margin-top: -11.5px;
  }
  .shop-grid {
    position : relative;
  }
  .shop-item {
    text-align    : center;
    float         : left;
  }
  .shop-item img {
    width: 100%;
  }
  .shop-item .shop-item-thumb, .shop-item .item-thumbs > a {
    display: block;
  }
  .shop-item .shop-item-thumb img {
    width: 100%;
  }
  .shop-item .item-detail {
      text-align : left;
      padding    : 14px 0 20px;
  }
  .shop-item .item-icon {
    margin-top: 0.75em;
  }
  .shop-item .ns-icon {
    margin: 0.5em 0;
    display: block;
  }
  .shop-item .item-detail .item-icon > span,
  .shop-item .item-detail .item-icon > span a {
    font-size: 13px !important;
    line-height: 15px;
    color: #757575;
    margin-right: 3px;
  }
  .shop-item .item-detail .item-icon > span.im-icon-wrap {
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    gap: 5px;
    margin: 0 !important;
  }
  .shop-item .item-detail .item-icon > span.im-icon-wrap > i {
    padding: 0;
  }
  .item-icon .im-ico-cart,
  .item-icon .im-ico-like,
  .item-icon .im-ico-liked,
  .item-icon .im-ico-review{
    font-size: 15px;
  }
  .buy_btns .like_box i.im-ico-liked.text-17,
  .buy_btns .like_box i.im-ico-like.text-17{
    font-size: 17px;
  }
  #shop_cart_list .shop-item .item-detail {
    padding : 25px 0;
  }
  .shop-item .item-detail .item-icon > span:last-child {
    margin-right: 0;
  }
  .shop-item .item-detail .item-icon.unit-list {
    display: inline-flex;
    gap: 10px;
    align-items: flex-end;
    margin-top: 0.75em !important;
    flex-direction: row;
  }
  #shop_cart_list .shop-item .item-detail {
    padding : 25px 0;
  }
  .doz_sys .shop-item h2 {
    font-size          : 14px ;
    margin             : 0;
    overflow           : hidden;
    display            : -webkit-box;
    text-overflow      : ellipsis;
    -webkit-line-clamp : 3;
    -webkit-box-orient : vertical;
    word-wrap          : break-word;
    word-break         : keep-all;
    line-height        : 1.3;
  }
  .shop-item .item-icon .unit{
    margin-left: 6px
  }
  .shop-item h2 a {
    display: block;
  }
  .shop-item a:hover .item-overlay {
    opacity : 1;
  }
  .shop-item .item-detail {
    line-height: 1.6;
  }
  .doz_sys .shop-item h2 {
      line-height: 1.4;
  }
  .shop-item .item-detail .item-pay-detail p {
      margin-bottom:0;
  }
  .shop-item .item-detail .item-pay h2 {
      margin-bottom: 0.3em;
  }
  .shop-item .item-detail .item-pay-detail p.pay,
  .shop-item .item-detail .item-pay-detail .member-pay,
  .item-pay-detail .sale_pay{
      line-height: 1.3;
  }
  .item-pay-detail .sale_price{
      line-height: 1.4;
  }
  .item-pay-detail .special-sale-wrap {
      line-height: 1.3;
  }
  .shop-item .item-overlay .item-pay, .shop-item .item-overlay .item-pay > div {
      display : none;
  }
  .shop-item.off {
      margin-bottom : 0;
  }
  .shop-item.off a .item-overlay .item-pay, .shop-item.off a:hover .item-overlay .item-pay {
      display  : table;
      position : absolute;
      left     : 0;
      width    : 100%;
      height   : 100%;
  }
  .shop-item.off a .item-overlay .item-pay > div, .shop-item.off a:hover .item-overlay .item-pay > div {
      height         : 100%;
      display        : table-cell;
      vertical-align : middle;
  }
  .shop-item.off .item-detail {
      display : none;
  }
  .item-overlay {
      opacity          : 0;
      position         : absolute;
      top              : 0;
      left             : 0;
      bottom           : 0;
      right            : 0;
      background-color : rgba(255, 255, 255, 0.7);
      color            : #333;
      transition       : .2s;
  }
  .item-overlay.overlay-circle {
      border-radius: 50%;
  }
  .item-pay p.sale_pay {
      display: inline-block;
      margin-bottom:0;
      text-decoration: line-through;
  }
  .item-pay p.pay {
      display: inline-block;
      margin-bottom:0;
  }
  .ns-icon span {
      font-size: 11px;
      font-family: Helvetica, Arial, Sans-Serif;
      color: #fff !important;
      padding: 3px 8px;
      vertical-align: middle;
      margin :0 5px 5px 0;
  }
  .ns-icon span.sale {
      background: #fe5356;
  }
  .ns-icon span.soldout {
      background: #666;
  }
  .ns-icon span > div {
      margin :0 5px 5px 0;
  }
  .categorize {
      display: table;
      margin: auto;
  }
  .categorize img, img.fr-dib {
      max-width: 100%;
  }
  .categorize img.fr-dib.fr-shadow,
  .categorize img.fr-dii.fr-shadow{
      -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
      -moz-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
  }
  .fr-view img.fr-dib.fr-shadow,
  .fr-view img.fr-fil.fr-shadow,
  .fr-view img.fr-dii.fr-shadow{
      -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
      -moz-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
  }
  .categorize .feed-summary {
      padding-left : 0;
  }
  .feed-summary .write {
      font-size : 13px;
  }
  .shop-menu ul, .site_nav {
      list-style: none;
      padding-left: 0;
      margin-bottom :0;
  }
  .shop-content ul.sub_depth {
      list-style : none;
      padding    : 14px 0 0;
  }
  .shop-content .left-menu ul {
      padding    : 0;
      list-style : none;
      position: relative;
  }
  .site_nav {
      border-width  : 0 0 1px 0;
      border-style  : solid;
      border-color  : rgba(128, 128, 128, 0.2);
      margin-bottom :20px;
      padding       : 0;
  }
  .review-box .pagination li a {
      line-height : 24px;
      margin      : 0;
      display     : inline-block;
  }
  .shop-grid:after,.categorize ul.site_nav:after,.sub_depth:after {
      content: '';
      display: block;
      clear: both;
  }
  .categorize ul.site_nav li {
      float: left;
  }
  .categorize ul.site_nav li a {
      padding     : 0;
      margin      : 0 15px;
      position    : relative;
      display     : block;
      line-height : 50px;
  }
  .categorize ul.site_nav li:first-child a {
      margin-left : 0;
  }
  .categorize ul.site_prod_nav li a {
      margin: 0;
      line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categorize .text_tab .site_prod_nav_wrap ul.site_prod_nav li a,
  .categorize .text_tab .site_prod_nav_wrap ul.site_nav li a {
      line-height : inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .doz_sys .shop-tit {
      font-size  : 24px;
      text-align : center;
      margin     : 60px 0;
  }
  .doz_sys .payment .shop-tit {
      font-size : 28px;
  }
  .shop-content .shop-tools {
      margin: 5px 0;
      padding : 0 0 15px;
      text-align: right;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .shop-content .shop-tools .shop-title {
      margin-right: auto;
  }
  .shop-content .shop-tools .down-btn {
      margin-left: auto;
  }
  .shop-content .shop-tools .down-btn .form-control{
      border: 0 !important;
      background: transparent !important;
      height: auto;
      padding: 0 15px 0 0 !important;
  }
  .shop-content .shop-tools .down-btn:after {
      right : 0;
  }
  .shop-content .prod_write {
      margin-left:20px;
  }
  .shop-content .paging-block {
      position: relative;
      min-height: 64px;
  }
  .shop-content .li_footer .prod_write {
      text-align: right;
  }
  .shop-content.balance {
      max-width: 1920px;
      position: relative;
      padding:50px 20px;
      overflow: hidden;
  }
  .balance_tit {
      padding :0 20px 20px;
  }
  .doz_sys .balance_tit .shop-tit {
      text-align: left;
      margin: 0 0 30px 0;
  }
  .shop-content.balance .shop-grid {
      margin-top: 0;
      max-width: 1680px;
      float: right;
  }
  .shop-content.balance .shop-item {
      margin:5px 20px;
  }
  .shop-content.balance .shop-item img{
      height: 282px;
  }
  .shop-content.balance .shop-tools {
      position : static;
  }
  .shop-menu {
      width :200px;
      display: inline-block;
      float:left;
      padding: 50px 0 0 50px;
  }
  .shop-menu h6 {
      margin-top: 0;
      color: #000;
      font-weight: 200;
      font-size: 1em;
      margin-bottom :5px;
  }
  .shop-menu ul li {
      padding-bottom :7px;
  }
  .shop-menu ul li a {
      color:#999
  }
  .shop-menu ul li a:focus {
      color: #000;
  }
  .item-form {
      padding: 10px 0 5px;
  }
  .item-form:nth-child(1) {
      padding-top :0;
  }
  .sub_depth {
      margin-bottom :0;
  }
  .sub_depth li {
      float:left
  }
  .sub_depth li span {
      margin :0 8px;
      font-size: 10px;
  }
  .shop_goods_img ul,.thumb_group ul {
      padding       : 10px 0 0 0;
      list-style    : none;
      margin-bottom : 0;
  }
  .shop_goods_img ul li,.thumb_group ul li {
      float:left;
      padding-right: 2px;
  }
  .interval-ctr {
      margin-right  : 10px;
      margin-bottom : 50px;
  }
  .shop_goods_img ul li:nth-last-child(1),.thumb_group ul li:nth-last-child(1){
      padding-right :0;
  }
  .shop_goods_img ul li a,.thumb_group ul li a {
      background-size: cover !important;
      width: 60px;
      height: 60px;
      display: inline-block;
  }
  .modal_prod_detail_from_shopping_list .modal-dialog {
      width: 1200px;
  }
  .modal_prod_detail_from_shopping_list .header_wrap {
      padding-top: 15px;
      padding-right: 20px;
  }
  .modal_prod_detail_from_shopping_list .goods_wrapper {
      padding: 0 50px 50px 50px;
  }
  .modal_prod_detail_from_shopping_list .goods_wrapper {
      padding-top: 0 !important;
  }
  .modal_prod_detail_from_shopping_list .shop-style-b .goods_wrapper {
      padding: 0 50px 110px 50px;
  }
  .goods_form {
      padding-left: 15%;
  }
  .goods_thumbs img {
      width: 100%;
  }
  .goods_thumbs .owl-carousel .owl-item img {
      max-width : 100%;
  }
  .goods_thumbs .owl-controls {
      display : none;
  }
  .owl-carousel {
      -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  .owl-carousel .owl-item {
      -webkit-backface-visibility: visible;
  }
  .shop_sub_depth[style^="display: block"] ~ .goods_wrapper {
      padding-top: 14px;
  }
  .doz_sys .goods_form h1 {
      margin      : 0;
      font-size   : 22px;
      line-height : 1.2;
  }
  .goods_form .pay_detail {
      display: table;
  }
  .goods_form .pay_detail.full-width {
      position: relative;
  }
  div[data-widget-type="shop_view"] .goods_form > header {
      border-width: 0 0 1px 0;
      border-style: solid;
      margin : 0 0 24px;
      padding-bottom: 24px;
      line-height: normal;
  }
  .shop-content .goods_form .view_tit {
      word-break: normal;
      word-wrap: break-word;
      margin-bottom: 0.3em;
  }
  .shop-content .goods_form .view_tit.membership_tit {
      margin-bottom: 24px;
  }
  .shop-content .pay_label {
      font-size: 15px;
      width: auto;
      display: table-cell;
      vertical-align: middle;
      padding-right: 0.6em;
  }
  .modal_prod_detail_from_shopping_list .pay_label {
      font-size: 15px;
      padding-right: 0.6em;
  }
  .shop-content .pay_number {
      display: table-cell;
      vertical-align: middle;
  }
  .shop-content.shop-style-b .footer-price-wrap{
      line-height: 1.6!important;
      margin-right: 8px;
  }
  .shop-content .sale_percentage {
      font-weight: bold;
      line-height: 1.3;
  }
  .goods_form .categorize-mobile {
      display: none;
  }
  .goods_form .categorize-mobile:has(iframe[allowfullscreen]:fullscreen) {
      display: block;
  }
  .goods_form .categorize-mobile > div[class*="_wrap_mobile"], .categorize-mobile #prod_detail_content_mobile {
      text-align: left;
  }
  #fixed_tab {
      padding-top: 0 !important;
  }
  .shop-content.shop-style-b .footer-price-wrap{
      line-height: 1.42857143!important;
  }
  .shop-content.shop-style-b .goods_wrapper {
      margin: 0;
  }
  .shop-content.shop-style-b.shop-align-left .goods_wrapper .review_count_summary_wrap {
      justify-content: start;
  }
  .shop-content.shop-style-b.shop-align-left .goods_wrapper {
      text-align: left;
  }
  .shop-content.shop-style-b.shop-align-center .goods_wrapper .review_count_summary_wrap {
     justify-content: center;
  }
  .shop-content.shop-style-b.shop-align-center .goods_wrapper {
      text-align: center;
  }
  .shop-content.shop-style-b.shop-align-center .goods_wrap {
      text-align: left;
  }
  .shop-content.shop-style-b .goods_thumbs_wrap,
  .shop-content.shop-style-b .goods_form_wrap,
  .shop-content.shop-style-b .goods_form {
      padding-left: 0;
      padding-right: 0;
  }
  .shop-content.shop-style-b .goods_thumbs_wrap {
      margin-bottom: 26px;
  }
  .shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
      max-width: 750px;
  }
  .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs, .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .prod-owl-list {
      margin: 0 auto;
  }
  .modal_prod_detail_from_shopping_list .shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
      max-width: 400px;
  }
  .shop-content .carousel-count-numbering,
  .booking_content .carousel-count-numbering{
      display: none;
  }
  .shop-content .carousel-count-numbering span,
  .booking_content .carousel-count-numbering span{
      color: #fff!important;
  }
  
  .review_count_summary_wrap {
      margin-bottom: 1em;
      font-size: 14px;
  }
  .review_count_summary_wrap .interlock_star_point {
      margin-right: 0.3em;
      position: relative;
      top: -1px;
  }
  .review_count_summary_wrap .review_count_summary {
      display : inline-block;
      margin: 0;
  }
  .review_count_summary_wrap .review_pipe {
      margin-left: 0.6em;
      margin-right: 0.7em;
      display: inline-block;
      height: 0.8em;
      width: 1px;
      background: rgba(33, 33, 33, 0.2);
  }
  .summary_table {
      position: relative;
      display: table;
      width: 100%;
  }
  .rating_point_wrap {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
  }
  .rating_point_wrap .rating_point {
      font-size: 36px;
  }
  .rating_point_wrap .review_count {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.6);
  }
  .rating_graph_wrap {
      display: table-cell;
      vertical-align: middle;
  }
  .rating_graph_wrap .rating_bar_wrap .rating_bar_background {
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.1);
  }
  .rating_graph_wrap .rating_bar_wrap .rating_bar {
      background: rgba(0, 0, 0, 0.1);
  }
  .rating_graph_wrap .rating_bar_wrap .rating_bar.active {
      background: #ff472b;
  }
  @media (max-width: 480px) {
    .review_image_list_wrap .review_image_list .review_label {
      font-size: 13px;
    }  
  }
  
  @media (min-width: 481px) {
    .review_image_list_wrap .review_image_list .review_label {
      font-size: 15px;
    }  
  }
  .review_summary_wrap {
      display: none;
      margin: 30px 0;
      padding: 46px;
      background: rgba(0, 0, 0, 0.03);
  }
  .review_summary_wrap .summary_table {
      max-width: 1250px;
      margin: 0 auto;
  }
  .review_summary_wrap_tablet .summary_tablet_wrap {
      padding: 30px;
      background: rgba(0, 0, 0, 0.03);
      text-align: center;
  }
  .review_summary_wrap_tablet .summary_table {
      width: 100%;
      margin: 0 auto;
  }
  .review_summary_wrap .rating_point_wrap,
  .review_summary_wrap_tablet .rating_point_wrap {
      min-width: 100px;
  }
  .review_summary_wrap .rating_graph_wrap {
      text-align: right;
      min-width: 220px;
  }
  .review_summary_wrap_tablet .rating_graph_wrap {
      text-align: center;
      min-width: 220px;
      width: 70%;
  }
  .review_summary_wrap .rating_graph_wrap .rating_bar_wrap,
  .review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap {
      margin: 8px 0;
      line-height: normal;
  }
  .review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_name,
  .review_summary_tablet .rating_graph_wrap .rating_bar_wrap .rating_name {
      display: inline-block;
      text-align: right;
  }
  .review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_bar_background,
  .review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap .rating_bar_background {
      display: inline-block;
      width: 70%;
      height: 5px;
      margin-left: 20px;
      vertical-align: middle;
  }
  .review_summary_wrap .rating_graph_wrap .rating_bar_wrap .rating_bar,
  .review_summary_wrap_tablet .rating_graph_wrap .rating_bar_wrap .rating_bar {
      height: 5px;
      border-radius: 3px 0 0 3px;
  }
  .review_summary_wrap .review_image_list_wrap {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      padding: 0 40px 0 80px;
  }
  .review_summary_wrap .review_image_list_wrap .review_image_list {
      max-width: 470px;
      margin-left: auto;
  }
  .review_summary_wrap.hide_scope .summary_table {
      display: block;
  }
  .review_summary_wrap.hide_scope .review_image_list_wrap {
      padding: 0;
      display: block;
      width: 100%;
  }
  .review_summary_wrap.hide_scope .review_image_list_wrap .review_image_list {
      max-width: 1188px;
  }
  .review_summary_wrap .review_image_list_wrap .review_label {
      text-align: center;
      padding-bottom: 10px;
      margin-top: -17px;
  }
  .review_summary_wrap_mobile {
      display: none;
  }
  .review_summary_wrap_mobile .summary_table {
      margin: 30px 0;
  }
  .review_summary_wrap_mobile .rating_point_wrap {
      width: 50%;
      position: relative;
  }
  .review_summary_wrap_mobile .rating_pipe {
      position: absolute;
      right: 0;
      top: 40%;
      width: 1px;
      height: 25px;
      background: rgba(0, 0, 0, 0.1);
  }
  .review_summary_wrap_mobile .rating_graph_wrap {
      width: 50%;
      text-align: center;
  }
  .review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap {
      display: inline-block;
      width: 21px;
      margin: 0 1px;
  }
  .review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_name {
      display: block;
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
  }
  .review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_bar_background {
      display: block;
      width: 5px;
      height: 80px;
      position: relative;
      margin: 0 auto;
  }
  .review_summary_wrap_mobile .rating_graph_wrap .rating_bar_wrap .rating_bar {
      width: 5px;
      border-radius: 0 0 3px 3px;
      position: absolute;
      bottom: 0;
  }
  .review_summary_wrap_mobile .review_image_list_wrap,
  .review_summary_wrap_tablet .review_image_list_wrap {
      width: 100%;
      margin: 35px 0;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_image_list,
  .review_summary_wrap_tablet .review_image_list_wrap .review_image_list {
      margin: 0;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_image_list .review_label,
  .review_summary_wrap_tablet .review_image_list_wrap .review_image_list .review_label {
      display: flex;
    justify-content: space-between;
    align-items: center;
      padding: 10px 0;
      position: relative;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap {
      display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap > a,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap > a {
      display: inline-block;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap {
      display: inline-block;
  }
  .first_photo_review_wrap {
      padding: 11px 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin: 40px 0;
  }
  .shop-style-b .first_photo_review_wrap {
      margin: 20px 0 40px 0;
  }
  .first_photo_review_header {
      position: relative;
      margin: 15px 30px;
      font-size: 15px;
  }
  .first_photo_review_nav {
      position: absolute;
      top: 0;
      right: 0;
  }
  .first_photo_review_nav > a {
      margin: 0 12px;
      font-size: 12px;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap,
  .first_photo_review_nav > div {
      min-width: 70px;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn,
  .first_photo_review_nav > div > a {
      width: 37px;
      height: 24px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #757575;
      padding: 0;
      margin: -2px -3px;
      font-size: 12px;
      text-align: center;
      vertical-align: middle;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn:first-child,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn:first-child,
  .first_photo_review_nav > div > a:first-child {
      border-right-width: 0;
  }
  .first_photo_review_nav > div > a > i,
  .review_summary_wrap_mobile .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn > i,
  .review_summary_wrap_tablet .review_image_list_wrap .review_btn_wrap .nav_wrap .nav_btn > i {
      vertical-align: -4px;
  }
  .first_photo_review_content .interlock_star_point {
      line-height: 12px;
      position: relative;
      top: -6px;
  }
  .star-pointer .bt-star,
  .first_photo_review_content .interlock_star_point .bt-star {
      font-size: 12px;
  }
  .first_photo_review_content .first_photo_review_col {
      display: table;
      width: 100%;
  }
  .first_photo_review_content .first_photo_review_cell {
      display: table-cell;
      padding: 15px 30px;
      width: 50%;
  }
  .first_photo_review_content .first_photo_review_cell a {
      display: table;
      width: 100%;
  }
  .first_photo_review_body {
      vertical-align: top;
      padding-right: 24px;
  }
  .star-pointer .bt-star,
  .interlock_star_point .bt-star {
      margin-left: 2px;
  }
  .star-pointer .bt-star:first-child,
  .interlock_star_point .bt-star:first-child {
      margin-left: 0;
  }
  .first_photo_review_body .rating_name {
      margin-left: 8px;
  }
  .first_photo_review_body .list_text_title {
      margin: 10px 0;
  }
  .first_photo_review_body .summary {
      word-break: break-all;
  }
  .shop-style-a .pay_detail .table-row > span {
      line-height: 1.5;
  }
  .shop-style-a .pay_detail .table-row:last-child > span {
      padding-bottom: 0;
  }
  .shop-style-b .pay_detail .pay_label, .shop-style-b .pay_detail .pay_number {
      display: block;
      padding: 0;
  }
  .shop-style-b .pay_detail .pay_label {
      font-size: 14px;
  }
  .shop-style-b .pay_detail .holder {
      margin: 15px 0;
  }
  .shop-style-b .member_pay_popover {
      margin: 0;
  }
  .goods_summary {
      margin-bottom:20px;
  }
  .goods_summary ul,
  .goods_summary ol {
      padding:0;
      margin: 0 0 20px 20px;
  }
  .goods_summary ul li:last-child,
  .goods_summary ol li:last-child {
      margin-bottom :0;
  }
  .pay_detail .real_price, .pay_detail .sale_percentage {
      vertical-align: middle;
  }
  .pay_detail .sale_price {
      text-decoration: line-through;
      font-size: 16px;
      vertical-align: middle;
  }
  .pay_detail .btn {
      height: 30px;
      padding: 5px 15px;
      border: none;
      vertical-align: top;
      margin :3px 0 0 10px;
  }
  .pay_detail .comment_num_warp {
      vertical-align: middle;
      position: absolute;
      display: block;
      right: 15px;
  }
  .pay_detail.full-width .comment_num_warp {
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
    z-index: 1;
  }
  .pay_detail .btn.comment_num {
      display: inline-flex;
      border: 0;
      font-size: 20px;
      padding: 0;
      margin: 0;
      height: auto;
      outline: none;
  }
  .pay_detail .btn.comment_num.btn-wishlist {
    gap: 4px;
  }
  .pay_detail .btn.comment_num.btn-wishlist .prod_detail_wish_count {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .pay_detail .comment_num_warp > .btn.comment_num ~ .btn.comment_num {
    margin-left: 20px;
  }
  .layer_pop .goods_select {
      padding-top    : 20px;
      padding-bottom : 0;
  }
  .doz_sys .shop-content select.form-control,
  .doz_sys .shop-content input:not(.clean-form-control).form-control,
  .doz_sys .shop-content textarea.form-control,
  .prod_dropdown {
      border: 1px solid #ddd !important;
  }
  
  .doz_sys .shop-content input.clean-form-control:focus {
    border: 1px solid #ddd !important;
  }
  
  .doz_sys .shop-content select.form-control,
  .doz_sys .shop-content input.form-control,
  .doz_sys .shop-content textarea.form-control,
  .prod_dropdown {
      height        : 32px;
      border-radius: 0 !important;
  }
  .doz_sys .shop-content div.form-control {
      border-color  : #ddd !important;
      height        : 32px;
      border-radius: 0 !important;
  }
  .order-cancle-form textarea {
      resize: none;
      min-height:100px;
  }
  select.form-control option {
      color:#000 !important;
      background: #fff;
  }
  .doz_sys.shop_payment .shop-content input.form-control,
  .doz_sys.shop_payment .shop-content select.form-control,
  .doz_sys .shop-content input.form-control.count {
      background-color: #fff !important;
      color: #212121 !important;
  }
  .doz_sys .shop-content input.form-control,
  .doz_sys .shop-content select.form-control,.prod_dropdown {
      border-radius      : 3px;
      display            : inline-block;
      transition         : none;
      -webkit-appearance : none;
      -moz-appearance    : none;
      appearance         : none;
      font-size: 14px;
  }
  .shop-content select.form-control {
      border: 1px solid #ddd !important;
      padding: 0.5em 0.75em;
      padding-right: 1.75em !important;
  }
  .doz_sys .shop-content.payment .order_wrap input.form-control[readonly]{
      padding-left: 0.5em;
      padding-right: 0.5em;
  }
  .shop-content.payment textarea.form-control,
  .shop-content input.form-control,
  .doz_sys .modal_widget_cartopt input.form-control {
      border: 1px solid #ddd;
      padding: 0.5em 0.75em;
      font-size: 14px;
      line-height: 1.42857143;
  }
  .doz_sys .shop-content input.form-control[disabled],
  .doz_sys .modal_widget_cartopt input.form-control[disabled] {
      background-color : #e5e5e5;
      color            : #999 !important;;
  }
  .goods_select .opt_block span {
      line-height :2.3;
  }
  .opt-group .btn_clse {
      display: none;
  }
  .opt-group .option_title {
      vertical-align: middle;
      display: table-cell;
      word-break: break-all;
      font-size: 12px;
  }
  .opt-group .goods_wrap {
      padding-top: 12px;
      margin-top: 12px;
  }
  .shop-content .option_wrap .option_title {
      margin-right:5px;
  }
  .ug_text {
      line-height: 1.3;
  }
  .shop-content .form-delivery,
  #prod_deliv_setting .form-select-wrap {
      min-width: 130px;
  }
  .shop-content .select_wrap > div.inline-blocked {
      margin-left: 1%;
      margin-bottom: 0;
      float:left;
      position: relative;
  }
  .shop-content .select_wrap > div.inline-blocked.form-auto-width {
      width: 32.3%;
      margin-left: 0;
  }
  .shop-content .select_wrap {
      margin-left: -1%;
  }
  .shop-content .select_wrap .form-control {
      height: auto;
      width: 100%;
      padding: 0.5em 1em;
      border: 1px solid #ddd !important;
      border-radius: 2px;
  }
  .doz_sys .option_btn_tools input.form-control {
      line-height: 28px;
      width         : 50px;
      height        : 32px !important;
      color         : #000 !important;
      border        : 0 !important;
      text-align    : center;
      border-right  : 1px solid #ddd !important;
      border-left   : 1px solid #ddd !important;
      border-radius : 0 !important;
      background: transparent !important;
  }
  .doz_sys .option_btn_tools input.form-control {
      line-height: 1;
  }
  .doz_sys .option_btn_tools input.form-control.order_count {
      background: #fff;
  }
  .doz_sys .shop-content input.form-control,
  .doz_sys .shop-content select.form-control,
  .doz_sys .option_btn_tools input.form-control{
      height: 36px;
  }
  .modal_widget_cartopt .option_btn_tools input.form-control,
  .modal_widget_cartopt select.form-control,
  .modal_widget_cartopt input.form-control,
  .modal_widget_cartopt .option_title {
      font-size: 12px !important;
  }
  .shop-content .txt_easy_payment {
      font-size: 12px;
  }
  .shop-content .txt_easy_payment img {
      margin-right: 8px;
  }
  .shop-content.shop-style-a .txt_easy_payment {
      margin: 16px 0 0 0;
  }
  .shop-content.shop-style-b .txt_easy_payment {
      margin: 16px 0 24px 0;
  }
  .shop-content.shop-style-b .opt-group {
      display: none;
  }
  .shop-content.shop-style-b.open .opt-group {
      display    : block;
      position   : fixed;
      bottom     : 0;
      width      : 100%;
      left       : 0;
      padding    : 25px 0 100px;
      z-index    : 100;
      background : #fff;
      border: none;
      box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.1);
  }
  .shop-content.shop-style-b.open .opt-group:before {
      clear      : both;
      position   : absolute;
      top        : -130px;
      z-index    : 0;
      width      : 100%;
      height     : 130px;
      background : -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(13%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(0, 0, 0, 1)));
      background : -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 1) 100%);
      background : linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.13) 13%, rgba(0, 0, 0, 1) 100%);
      content    : '';
      opacity    : 0;
      left: 0;
  }
  .shop-content.shop-style-b.open .opt-group .btn_clse {
      display       : block;
      position      : absolute;
      top           : -25px;
      left          : 50%;
      z-index       : 100;
      width         : 86px;
      height        : 25px;
      margin-left   : -43px;
      text-align    : center;
      background    : #fff;
      font-size     : 16px;
      border-radius : 4px 4px 0 0;
      border: none;
      box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.1);
  }
  .shop-content.shop-style-b.open .opt-group .btn_clse:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      box-shadow: 0 10px 0 0 #ffffff;
      left: 0;
  }
  .shop-content.shop-style-b.open .opt-group .btn_clse > span {
      color : #000;
      position: absolute;
      top: 8px;
      left: 35px;
  }
  .shop-content.shop-style-b.open .opt-group .goods_container {
      max-height: 600px;
      overflow-y: auto
  }
  .modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group .goods_container {
      max-height: 300px;
  }
  .shop-content.shop-style-b.open .opt-group .goods_wrap {
      display: table;
      width: 100%;
  }
  .shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section {
      display: table-cell;
      width: 50%;
      vertical-align: top;
  }
  .shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section.goods_left {
      padding-right: 15px;
  }
  .shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section.goods_right {
      padding-left: 15px;
  }
  .shop-content.shop-style-b.open .opt-group .goods_section .opt_product_area .area_tit {
      text-align: left;
  }
  .shop-content.shop-style-b .buy_footer_fixed {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 80px;
      left: 0;
      z-index: 1000;
      border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .shop-content.shop-style-b .buy_footer_fixed .bt-share,
  .shop-content.shop-style-b .buy_footer_fixed .cart > i {
      position: relative;
      top: 2px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .cart {
      width: auto;
      border: none;
      background: none;
      margin: 18px 10px;
      padding-left: 7px;
      font-size: 14px;
      position: relative;
      top: -1px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .button.button--restock.button--outlined {
      background-color: #FFFFFF;
      border: 1px solid rgba(33, 33, 33, 0.20);
      color: #212121;
    }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex: 1;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button-group {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn.reset {
      width: auto;
      margin: 0;
      padding: 0;
      border: none;
      float: none;
      top: auto;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn {
      position: relative;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift a.cart {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .btn .im-icon {
      position: relative;
      top: -1px;
      font-size: 16px;
      padding: 0;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap .gift-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .gift-price-wrap .gift-price {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: auto;
    min-width: 140px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    user-select: none;
    cursor: pointer;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--soldout {
    width: 240px;
    opacity: 0.2;
    cursor: not-allowed;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--soldout.with-btn-restock {
    opacity: 0.2;
    cursor: not-allowed;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--order {
    width: 160px;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button.button--outlined {
    background-color: #FFFFFF;
    border: 1px solid rgba(33, 33, 33, 0.20);
    color: #212121;
  }
  .shop-content.shop-style-b .buy_footer_fixed .buy-footer-gift .button i {
    padding: 0;
    font-size: 16px;
  }
  .modal_prod_detail_from_shopping_list .shop-style-b .buy_footer_fixed,
  .modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group {
      width: 100%;
  }
  .modal_prod_detail_from_shopping_list .shop-style-b .buy_footer_fixed {
      border-radius: 0 0 3px 3px;
  }
  .shopping .popover, .shop_view .popover, .modal_prod_detail_from_shopping_list ~ .popover {
      z-index: 17001;
  }
  .adult_item_box .box_ico {
      width: 22px;
      height: 22px;
      position: absolute;
      left: -29px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .shop-content .item_detail .visit_btn_wrap {
      margin-left: 1%;
      float: left;
  }
  .layer_pop .goods_payment {
      padding-top :0;
  }
  .goods_payment .opt_block {
      padding: 15px;
      position: relative;
      margin-bottom: 10px;
  }
  .goods_payment .opt_block.total {
      padding-top: 5px;
  }
  .goods_payment .opt_block .table-cell:first-child {
      width: 50%;
      word-break: break-all;
  }
  .goods_payment .opt_block span.opt {
      word-wrap  : break-word;
      word-break : break-all;
  }
  .goods_payment .opt_block.bottom {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      background-color: transparent;
  }
  .shop-content .goods_payment .opt_block.bottom {
      display: table;
      width: 100%;
  }
  .shop-content .goods_payment .opt_block.bottom > p {
      display: table-row;
  }
  .shop-content .goods_payment .opt_block.bottom > p > span {
      display: table-cell;
      vertical-align: middle;
  }
  .opt_block .col-control {
      margin-top : 10px;
  }
  .layer_pop .opt_block .col-control {
      margin-top : 0;
  }
  .layer_pop .goods_payment .opt_block.bottom {
      margin-bottom : 24px;
  }
  .goods_payment .opt_block.middle {
      border-radius: 0;
  }
  .goods_payment .opt_block.bottom .col-xs-4,
  .goods_payment .opt_block.bottom .col-xs-8 {
      padding: 0;
  }
  .opt_block .align_r {
      text-align: right;
      margin-bottom :0;
  }
  .opt_block .align_r a {
      position: absolute;
      top: 50%;
      right: 0;
      color: #777 !important;
      padding: 5px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .opt_block.total .align_r span {
      position : static;
      padding-left :35px;
      font-size: 18px;
  }
  .opt_block.total .align_r span em {
      font-size:14px;
  }
  .goods_payment .v_align {
      top : -5px;
  }
  .option_btn_tools {
      border        : 1px solid #ccc;
      background    : #fff;
      display       : table;
      width         : 100px;
      height: 27px;
  }
  .option_btn_tools a {
      width          : 26px;
      font-size      : 10px;
      display        : table-cell;
      vertical-align : middle;
      text-align     : center;
      color          : #000;
  }
  .option_btn_tools a i {
      font-weight: normal;
  }
  .option_btn_tools a:focus:last-child {
      border-radius : 0 3px 3px 0;
  }
  .option_btn_tools button {
      background: #fff;
      border:none;
      position : absolute;
      width: 20px;
      height: 15px;
      right :20px;
  }
  .order_quantity_area {
      padding: 15px;
  }
  .opt_product_area .area_tit,
  .order_quantity_area .area_tit {
      margin-bottom: 30px;
  }
  .opt_product_area .area_tit {
      padding-right: 25px;
      text-align: left !important;
  }
  .opt_product_area .area_tit:before,
  .order_quantity_area .area_tit:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      width: 100%;
      border-width: 1px 0 0;
      border-style: dashed;
  }
  .item_detail .middle_title {
      height: 35px;
      vertical-align: middle;
      display: table-cell;
  }
  .f-left {
      float : left;
  }
  .f-right {
      float : right;
  }
  .shop-content.im-no-buy-btn .buy_btns a.btn.buy:not(.btn-soldout):not(.im-download):not(.btn-restock),
  .shop-content.im-no-cart-btn .buy_btns a.btn.cart,
  .shop-content.im-no-like-btn .buy_btns a.btn.like_box,
  .shop-content.im-no-like-btn .header-button-container a.btn.like_box,
  .shop-content.im-no-like-btn .comment_num_warp  .btn.like-box,
  .shop-content.im-no-buy-btn.im-no-cart-btn .buy_btns a.btn.buy.btn-soldout {
      display: none;
  }
  .buy_btns.pc a.btn.btn-soldout, a.btn.btn-soldout{
      cursor  : not-allowed;
      opacity : 0.2;
  }
  .buy_btns.custom_tooltip {
      position: relative;
  }
  .shop-style-a .buy_btns.top.custom_tooltip {
      padding-top: 40px;
  }
  .social-pay {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .shop-style-a .social-pay{
      width: 100%;
      margin-top: 8px;
  }
  .shop-style-b .social-pay{
      width: 100%;
      margin-top: 10px;
  }
  /* 移댁뭅�� 諛� �ㅼ씠踰� 怨듯넻 遺�遺� */
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim,
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_wish{
      width: 48px !important;
      height: 48px !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
      height: 48px !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_text,
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_event,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_title,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_notice {
      display: none !important;
  }
  .pay-box .cart_btn_child, .social-pay .npay_button_box, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents, .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list {
    gap: 8px;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim,
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_wish{
    margin-left: 0px !important;
  }
  /* �ㅼ씠踰� �섏씠 遺�遺� */
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list,
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tr{
    display: flex!important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tbody {
    width: 100% !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list tr {
    gap: 8px !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list .npay_btn_item{
    display: block!important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list .npay_btn_item:first-child{
    flex-grow: 1;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item {
      width: 100% !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item.btn_width{
      width: auto !important;
    flex-shrink: 0;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx{
      width: 100% !important;
      height: auto !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_button_box{
      width: 100% !important;
      border-top: 0 !important;
      padding: 0 !important;
      background-color: transparent !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_button{
      padding: 0 !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list{
      table-layout: auto !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
      height: 48px !important;
      border-color: #00DE5A !important;
      background-color: #00DE5A !important;
      background-image: url("../../images/pc_btn_npay.svg") !important;
      background-repeat: no-repeat;
      background-size: auto 17px !important;
      background-position: center center !important;
      border-width: 0px !important;
      font-size: 0px !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay span{
      background: none !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim{
      width: 48px !important;
      height: 48px !important;
    background-image: none !important;
    background-color: #fff !important;
    border-color: #e5e5e5 !important;
    box-sizing: border-box !important;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    position: relative;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_zzim:before{
    content: "李�";
    font-size: 14px;
    color: #00C73C;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: tahoma,"Helvetica Neue","Apple SD Gothic Neo",'-apple-system,留묒� 怨좊뵓','Malgun Gothic',sans-serif !important;
  }
  .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk{
    width: 48px !important;
    height: 48px !important;
    background-image: url("../../images/pc_npay_talk.png") !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat;
    background-color: #fff !important;
    border-color: #e5e5e5 !important;
    background-position: center !important;
    font-size: 0px !important;
    box-sizing: border-box !important;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* 移댁뭅�� �섏씠 遺�遺� */
  .social-pay #checkoutContainer.__checkout_buy_container{
      width: 100% !important;
      padding: 0 !important;
      border-top: 0 !important;
  }
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents{
      padding: 0 !important;
      display: flex !important;
    gap: 8px;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_buy,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_buy {
    width: auto;
    flex-grow: 1;
  }
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
      width: 100% !important;
      background-image: url("../../images/pc_btn_talkcheckout.svg") !important;
      background-repeat: no-repeat;
      background-size: 70px auto !important;
      height: 18px;
      background-position: center center !important;
  }
  .social-pay #checkoutContainer.__checkout_sdk_container .__checkout_img_wish{
      width: 100% !important;
      height: 100% !important;
      background: url("../../images/pc_kakaopay_wish.png") no-repeat !important;
      background-size: 12px 14px !important;
      background-position: center !important;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish {
    font-size: 0px;
    background-image: none !important;
    position: relative;
  }
  .social-pay #checkoutContainer.__checkout_buy_container {
    overflow: visible;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_channel,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_wrap_btn_channel,
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_wish {
    top: auto;
    right: auto;
    position: relative;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents:after,
  .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents:after {
    display: none;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_btn_channel, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_btn_channel {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
      background-color: #FFDE00;
  }
  .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 6px 3px;
    top: -4px;
    width: 53px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.5px;
  }
  .social-pay #checkoutContainer .__checkout_sdk_container .__checkout_img_channel, .social-pay #checkoutContainer.__checkout_sdk_container .__checkout_img_channel {
    width: 24px;
    height: 17px;
      background-image: url("../../images/logo_kakao_channel.png") !important;
      background-size: 24px 17px !important;
      background-position: center;
  }
  /* 移댄듃 遺�遺� */
  .pay-box .social-pay .__checkout_btn_wish{
      display: none;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay span.npay_logo{
      display: none !important;
  }
  .pay-box{
      width: 280px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 16px auto;
    gap: 8px;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx,
  .pay-box .social-pay #checkoutContainer.__checkout_buy_container{
      margin: 0 !important;
  }
  .pay-box .social-pay #naverPayWrap,
  .pay-box .social-pay #create-kakao-checkout-button,
  .pay-box .social-pay #checkoutContainer.__checkout_buy_container,
  .pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
      width: 280px !important;
      height: 48px !important;
      box-sizing: border-box !important;
      float: left;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
      width: 100%;
      font-size: 0px !important;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
  .pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
      margin-right: 0px !important;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
      height: 48px !important;
      box-sizing: border-box !important;
  }
  .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
      background-image: url("../../images/pc_btn_npay.svg") !important;
      background-size: auto 17px !important;
  }
  .pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
      background-image: url("../../images/pc_btn_talkcheckout.svg") !important;
      background-size: 70px auto !important;
      height: 23px;
  }
  .pay-box a.to-order{
      min-width: 160px;
      height: 48px;
      padding: 0 24px;
      font-size: 15px !important;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .pay-box a.to-order.im-regularly {
      display: none;
  }
  .buy_btns {
      display: flex;
      justify-content: center;
      align-items: center;
    gap: 8px;
  }
  .buy_btns a {
      font-size     :16px;
  }
  .buy_btns button {
      font-size:20px;
  }
  .buy_btns a i {
      padding:0 2px;
  }
  .buy_btns a.defualt-cart i {
      font-size: 18px;
      line-height: 48px;
  }
  .buy_btns > div {
      display: inline-block;
  }
  .buy_btns .npay_storebtn_bx {
      margin-top : 20px !important;
  }
  .buy_btns.pc a.btn {
      font-size: 14px;
      letter-spacing: 0;
      padding: 12px 0;
  }
  .shop-content.shop-style-b .buy_btns.pc a.btn {
    float: left;
      width: auto;
  }
  .modal_prod_detail_from_shopping_list .buy_btns.pc a {
      width: 100%;
  }
  .buy_btns.pc a.like_box {
      font-family: Arial;
  }
  .buy_btns.pc a.active i {
      font-weight : 900;
  }
  .buy_btns.pc button {
      padding     : 10px 0;
      width       : 4%;
      float: right;
      border      :0;
      height: 45px;
  }
  .buy_btns.mobile {
      display : none;
  }
  .shop-style-b .buy_btns.pc a.btn.buy, .shop-style-b .buy_btns.pc a.btn.naver {
      width: 148px;
      height: 46px;
      border-radius: 0;
  }
  .shop-style-b .style_b_left_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .shop-style-b .buy_btns.pc a.btn.buy{
      width: 160px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-style-b .buy_btns.pc a.btn.buy.opt {
      display: none;
  }
  .shop-content.open.shop-style-b .buy_btns.pc a.btn.buy.defualt {
      display: none;
  }
  .shop-content.open.shop-style-b .buy_btns.pc a.btn.buy.opt {
      display: inline-block;
  }
  .shop-content.open .tooltip:not(.validation_layer) {
      display: none !important;
  }
  .shop-content.use-regularly.detail-regularly .buy_btns.pc a.buy:not(.im-regularly),
  .shop-content.use-regularly.detail-regularly .buy_btns.pc a.cart:not(.im-regularly),
  .shop-content.open.shop-style-b.use-regularly:not(.detail-regularly) .buy_btns.pc a.im-regularly,
  .shop-content.open.shop-style-b.use-regularly.detail-regularly .buy_btns.pc a.buy:not(.im-regularly),
  .shop-content.open.shop-style-b.use-regularly.detail-regularly .buy_btns.pc a.cart:not(.im-regularly),
  .shop-content:not(.detail-regularly) .buy_btns.pc a.im-regularly,
  .shop-content.im-no-buy-btn .buy_btns.pc a.buy:not(.btn-soldout):not(.im-download):not(.btn-restock),
  .shop-content.im-no-cart-btn .buy_btns.pc a.cart,
  .shop-content.im-no-buy-btn.im-no-cart-btn .buy_btns.pc a.buy.btn-soldout,
  .shop-content.use-regularly.detail-regularly .social-pay {
      display: none;
  }
  .shop-content .buy_btns .im-regularly + .tooltip,
  .shop-content.use-regularly.detail-regularly .buy_btns .buy + .tooltip {
      display: none !important;
  }
  .shop-content.use-regularly.detail-regularly .buy_btns .im-regularly + .tooltip {
      display: block !important;
  }
  .review-box {
      display: block;
      padding-top: 35px;
  }
  body.shop_payment .section_wrap[doz_footer_repeat="N"],
  body.shop_mypage .section_wrap[doz_footer_repeat="N"],
  body.shop_payment_complete .section_wrap[doz_footer_repeat="N"] {
      background : #f3f3f3;
      color: #212121;
  }
  body.shop_mypage a,
  body.shop_mypage a:hover,
  .list_popover,
  .shop_view .modal_prod_detail .comment_area,
  body.shop_mypage .comment_area {
      color: #212121;
  }
  body.shop_mypage .modal:not(.modal_alert_responsive) a.btn:not(.btn-brand):not(.btn-primary) {
      background-color: #fff;
  }
  body.shop_mypage .body_font_color_30 {
      color: rgba(33,33,33,0.3);
  }
  body.shop_mypage .body_font_color_40 {
      color: rgba(33,33,33,0.4);
  }
  body.shop_mypage .body_font_color_50 {
      color: rgba(33,33,33,0.5);
  }
  .modal_prod_detail_from_shopping_list .body_font_color_70 {
      color: rgba(33,33,33,0.7);
  }
  .modal_prod_detail_from_shopping_list .order_quantity_area {
      background-color: rgba(0,0,0,0.024);
  }
  .modal_prod_detail_from_shopping_list .order_quantity_area {
      border-color: rgba(0,0,0,0.08);
  }
  .shop-content.payment {
      width : 861px;
  }
  .shop-content.payment {
      margin-bottom : 100px;
  }
  .shop-content.mypage {
      margin: 80px 0 100px;
  }
  .shop-content.mypage .exchange_refund_wrap {
      margin-bottom: 30px;
      word-break: break-all;
  }
  .shop-content.mypage .exchange_refund_wrap .exchange_refund_detail {
      background: #ffffff;
      padding: 30px;
  }
  .shop-content.mypage .exchange_refund_wrap .exchange_refund_detail img {
      max-width: 100%;
      height: auto;
  }
  .shop-content.mypage .exchange_refund_wrap .exchange_refund_detail h6 {
      font-size: 16px;
      padding-bottom: 30px;
  }
  @media (max-width: 768px){
      .shop-content.mypage .exchange_refund_wrap {
          margin-bottom: 0;
      }
      .shop-content.mypage .exchange_refund_wrap .exchange_refund_detail {
          padding: 20px 15px;
          margin-bottom: 0;
          border-bottom: 1px solid #e5e5e5;
      }
      .inside .shop-content.shop-style-a .carousel-count-numbering,
      .inside .booking_content .carousel-count-numbering{
          left: 15px;
      }
      .inside .shop-content.shop-style-b .carousel-count-numbering{
          left: 0px;
      }
      .shop-content.shop-style-b .carousel-count-numbering{
          left: 15px;
      }
      .extend_section main > .inside .shop-content.shop-style-a .carousel-count-numbering,
      .extend_section main > .inside .booking_content .carousel-count-numbering{
          left: 30px;
      }
      .extend_section main > .inside .shop-content.shop-style-b .carousel-count-numbering{
          left: 15px;
      }
      .shop-content .carousel-count-numbering,
    .booking_content .carousel-count-numbering {
          display: inline-block;
          z-index:11;
          position: absolute;
          bottom: 15px;
          left: 30px;
          border-radius: 100px;
          padding: 3px 8px;
          background-color: rgba(0,0,0,0.5);
          font-size: 12px;
          line-height: 150%;
      }
  
  }
  .shop-content.payment > div, .mypage .order_wrap, .mypage .item_wrap {
      float : left;
      width : 48.5%;
  }
  .shop-content.payment > div.order_wrap {
      width: 520px;
  }
  .shop-content.payment > div.item_wrap, .mypage .item_wrap {
      margin-left : 3%;
  }
  .shop-content.payment > div.item_wrap {
      margin-left: 16px;
      width: 325px;
  }
  .modal_request_cash_receipt > .modal-dialog {
      width : 400px;
      top : 10%;
  }
  .prod_dropdown .dropdown-menu  {
      width: calc(100% - 30px);
      left: 15px;
      background: #f9f9f9;
      margin: 0;
      padding: 15px 20px;
      border: 0;
      border-radius: 0;
  }
  .prod_dropdown .table-cell input {
      width: 70px;
      height: 35px;
      padding: 0 10px;
      background: #fff;
  }
  .prod_dropdown .table-cell label {
      font-size: 13px;
      color: #777 !important;
  }
  .prod_dropdown .table-cell.vertical-bottom {
      padding-bottom: 7px;
  }
  .prod_dropdown .table-cell.vertical-bottom > i {
      font-size: 10px;
  }
  .tip-off h6 {
      margin    : 0;
      font-size : 16px;
      font-weight: bold;
  }
  .add_container > div {
      width : 100% !important;
  }
  .order_wrap .tip-off,.item_wrap .tip-off {
      padding       :30px;
      margin-bottom :30px;
  }
  .tip-off .nav-tabs > li > a {
      border-radius: 0;
      min-width: 118px;
      padding: 9px 15px;
      text-align: center;
      background: #F2F2F2;
      margin-right: 0;
      color: #757575;
  }
  .tip-off .nav-tabs > li.active > a {
      color: inherit;
      background: #fff;
  }
  .select_field_list {
      padding-left: 0;
      list-style: none;
      margin: 0;
  }
  .select_field_list > li {
      padding-bottom: 24px;
      border-bottom: 1px solid #eee;
      margin-bottom: 24px;
  }
  .select_field_list .list_badge {
      font-size: 11px;
      height: 18px;
      display: inline-block;
      text-align: center;
      border-width: 1px;
      border-style: solid;
      border-color: #999;
      color: #999;
      line-height: 18px;
      margin-left: 4px;
      padding: 0 4px;
  }
  .select_field_list .disabled {
      opacity: 50%;
  }
  .select_field_list .radio-styled:not(ie8) input:checked ~ span:before {
      top: 3px;
      margin-top: 0;
  }
  .select_field_list .radio-styled:not(ie8) input ~ span {
      padding-left: 34px;
      display: block;
  }
  .select_field_list .radio-styled:not(ie8) input ~ span.no-radio:before {
      display: none;
  }
  .select_field_list .list_tools {
      position: absolute;
      right: 0;
      top: 0;
  }
  .select_field_list .list_tools span {
      display: inline-block;
      height: 15px;
      position: relative;
      overflow: hidden;
      margin: 0 8px;
      top: 1px;
      color: #ccc !important;
  }
  .input_field .btn-tools {
      padding-right: 5px;
      padding-left: 10px;
  }
  .input_field .btn-tools .btn {
      height: 36px;
      padding: 0;
      line-height: 34px;
      background: #F2F2F2;
      border: 1px solid #ddd;
      color: #20252b;
  }
  .doz_sys .select_field_list label {
      display: block;
  }
  .shop_payment .order_wrap .tip-off,
  .shop_payment .item_wrap .tip-off {
      padding       :24px;
      margin-bottom :16px;
  }
  .shop_payment .order_wrap .tip-off .form-select-wrap.float_l {
      width: 49%;
  }
  .shop_payment .order_wrap .tip-off .form-select-wrap.float_l:first-child {
      margin-right: 2%;
  }
  .shop_mypage .tip-off {
      background : #fff;
  }
  .shop_mypage .order_title .section_detail {
      font-size: 12px;
      font-weight: 400;
      color: #757575;
  }
  .shop_mypage .order_title .section_info {
      text-align: left;
  }
  .shop_mypage .shop-table .cart-btn-tools .btn {
      padding: 10px 16px;
      font-weight: 500;
  }
  .shop_mypage .shop-table > tbody > tr > td:last-child {
      padding: 20px 24px 20px 0;
  }
  .shop-content.payment > div:last-child, .item_wrap .tip-off:last-child {
      margin-bottom :0;
  }
  .order_wrap .tip-off.payment_method .bottom-btn {
      padding : 15px 0 0 0;
  }
  .order_wrap .tip-off.payment_method .bottom-btn .text_brand {
      text-align : left;
  }
  .order_wrap .tip-off.payment_method i {
      display : none;
  }
  .item_wrap .tip-off.item .row {
      padding      : 15px 0;
      border-width : 1px 0 0 0;
      border-style : solid;
      margin       : 0;
      border-color : #e5e5e5;
  }
  .item_wrap .tip-off.item .row .col_ctr {
      padding-right : 0;
      padding-left  : 0;
  }
  .item_wrap .tip-off.item .row.item_repeat .col_ctr {
      margin: 20px 0;
  }
  .item_wrap .tip-off.item .row.total {
      line-height : 18px;
  }
  .item_wrap .tip-off.item .row.total .text-brand {
      font-size   : 16px;
      font-weight : bold;
  }
  .item_wrap .tip-off.item .row:nth-child(2) {
      padding-top: 0;
      border-top: 0;
  }
  .item_wrap .tip-off.item .row:nth-child(2) .col_ctr {
      margin-top: 0;
  
  }
  .item_wrap .tip-off.item .row p {
      line-height : 20px;
  }
  .item_wrap .tip-off.item .row p.text-gray {
      color: #999 !important;
      margin-bottom: 8px;
  }
  .tip-off.text-gray-bright {
      color: #999 !important;
  }
  .item_wrap .tip-off.item .row p:last-child {
      margin-bottom :0 !important;
  }
  .item_wrap .tip-off .use {
      display : none;
  }
  .item_wrap .tip-off.point_on .use {
      display : block;
  }
  .order_detail .row {
      padding-bottom :30px;
  }
  .order_detail .row:last-child {
      padding-bottom :0;
  }
  .order_detail .space_right {
      padding-right :5px;
  }
  .order_detail .space_left {
      padding-left :5px;
  }
  .order_detail .space_top {
      padding-top :10px;
  }
  .order_detail .error_box[data-error="N"] .text-danger {
      display: none;
  }
  .order_detail .error_box[data-error="Y"] .text-danger {
      display: block;
  }
  .order_detail .error_box[data-error="Y"]:not([data-error_msg=""])::after {
      color: #fb4637 !important;
      content: attr(data-error_msg);
      font-size: 12px !important;
  }
  .shop_payment .btn.btn-sm-padding {
      padding: 6px 12px;
  }
  .btn_top_right {
      position: absolute;
      right: 15px;
      top: 0;
  }
  .doz_sys .shop-content .error_box[data-error="Y"] input.form-control {
      border-color: #fb4637 !important
  }
  .orderer_btn_group .btn:first-child {
      margin-right: 8px;
  }
  .tip-off.coupon h6, .tip-off.privacy_no_member h6 {
      display: inline-block;
  }
  .tip-off.coupon.on h6, .tip-off.privacy_no_member.on h6 {
      padding-bottom: 20px;
  }
  .tip-off.payment_method h6 {
      padding-bottom: 15px;
  }
  .doz_sys .tip-off.payment_method label  {
      margin-bottom: 10px;
  }
  .tip-off.payment_method ._pay_type_wrap {
      margin-bottom: 8px;
  }
  .tip-off i.bt-angle-down {
      float       : right;
      line-height : 23px;
      font-size   : 20px;
  }
  .tip-off.coupon.on i.bt-angle-down, .tip-off.privacy_no_member.on i.bt-angle-down {
      -webkit-transform : rotate(-180deg);
      -ms-transform     : rotate(-180deg);
      -o-transform      : rotate(-180deg);
      transform         : rotate(-180deg);
  }
  .tip-off.coupon .wrapper, .tip-off.privacy_no_member .wrapper {
      display : none;
  }
  .tip-off.coupon.on .wrapper, .tip-off.privacy_no_member.on .wrapper {
      display : block;
  }
  .tip-off.coupon.on .wrapper p, .tip-off.privacy_no_member.on .wrapper p {
      line-height : 20px;
  }
  .tip-off.coupon.on .wrapper p span, .tip-off.privacy_no_member.on .wrapper p span {
      font-size : 14px;
      float     : right;
  }
  .tip-off.coupon.on .wrapper .input_tools, .tip-off.privacy_no_member.on .wrapper .input_tools {
      float        : left;
      width        : 74%;
  }
  .tip-off.coupon.on .wrapper .input_tools .btn_close {
      position: absolute;
      right: 7px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #999;
  }
  .tip-off.coupon.on .wrapper .btn,
  .tip-off.privacy_no_member.on .wrapper .btn {
      height         : 36px;
      border-radius  : 3px;
      letter-spacing : 0;
      float          : left;
      width          : 24%;
      line-height    : 34px;
      padding :0 !important;
      margin-left: 2%;
  }
  .tip-off.privacy_no_member.on .checkbox {
      margin-top:10px;
      margin-bottom:0;
  }
  .cash_receipt_wrap {
      margin: 16px 0 0 0;
      padding-top: 16px;
      border-top: 1px solid #eee;
  }
  .shop_payment .order_wrap .pay_area,
  .shop_payment .item_wrap .item_area {
      display: none;
  }
  .checkbox-group .checkbox + .checkbox {
      padding-left: 30px;
      position: relative;
  }
  .checkbox-group .checkbox:first-child {
      margin-top: 0;
  }
  .checkbox-group .checkbox:last-child {
      margin-bottom: 0;
  }
  .checkbox-group .checkbox + .checkbox:before {
      content: '\e605';
      font-family: 'simple-line-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: white;
      position: absolute;
      font-size: 11px;
      left: 4px;
      top: 7px;
      -ms-transform: rotate(314deg);
      -webkit-transform: rotate(314deg);
      transform: rotate(314deg);
      color: #ccc;
  }
  .b_cnt {
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      color: #fff !important;
      border-radius: 100%;
      font-size: 11px;
      line-height: 20px;
      position: relative;
      right: -5px;
      top: -2px;
      font-family: Arial;
  }
  div[data-widget-type="shop_payment"] .btn,
  div[data-widget-type="shop_payment"] .bottom-btn .btn,
  .modal_site_coupon .btn {
      letter-spacing: 0;
      border-radius: 2px;
  }
  div[data-widget-type="shop_payment"] .btn.btn_start_payment {
      border-radius: 0;
  }
  .shop_item_thumb {
      border-bottom: 1px solid #eee;
      margin-bottom: 14px;
      padding-bottom: 14px;
  }
  .shop_item_thumb:last-child {
      border: 0;
      padding: 0;
      margin: 0;
  }
  .shop_item_thumb > a {
      display: table;
      width: 100%;
  }
  .shop_item_thumb .product_info_wrap {
      display: table-cell;
      vertical-align: top;
      word-break: break-all;
      font-size: 14px;
  }
  .shop_item_thumb .product_info_wrap .shop_item_title {
      line-height: 1.3;
      margin-bottom: 4px;
      display: inline-block;
  }
  .shop_item_thumb .product_info_wrap .list_badge {
      font-size: 9px;
      border: 1px solid rgba(33,33,33,0.2);
      padding: 2px 4px;
      position: relative;
      margin-right: 4px;
      top: -1px;
  }
  .shop-table .list_badge {
      font-size: 10px;
      border: 1px solid #212121;
      padding: 0 3px;
      line-height: 17px;
      position: relative;
      margin-right: 6px;
      top: -1px;
      border-radius: 2px;
  }
  .shop_item_thumb .product_img_wrap {
      width: 104px;
      display: table-cell;
      vertical-align: top;
  }
  .shop_payment .shop-content .shop_item_opt > p {
      color:#999;
      font-size: 12px;
  }
  .shop_item_pay {
      margin-top: 4px;
  }
  .shop_item_opt p {
      font-size     : 14px;
      margin-bottom : 0;
  }
  .shop_item_pay span {
      font-size : 14px;
  }
  .tip-off h6 {
      padding-bottom :20px;
  }
  .tip-off .info_tit,.shop_item_thumb .item_info span {
      color : #999;
      font-size :13px;
  }
  .shop-content.cart .shop-tit {
      text-align : left;
      margin     : 40px 0 24px;
      position   : relative;
  }
  .shop-content.cart .b_cnt {
      top: -5px;
  }
  .shop-content .pay-txt {
      font-size  : 14px;
  }
  .shop-content .pay-number {
      font-size  : 14px;
      text-align : right;
  }
  .shop-table .checkbox-styled:not(ie8) input ~ span:before,
  .shop-table .radio-styled:not(ie8) input ~ span:before {
      margin-top: -1px;
  }
  .checkbox-styled.checkbox-static:not(ie8) input ~ span {
      padding-left: 0;
  }
  .checkbox-styled.checkbox-static:not(ie8) input ~ span:before{
      position : static;
      margin-top: 3px;
  }
  #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th {
      border-top: 1px solid rgba(33, 33, 33, 0.15);
  }
  #shop_cart_list .shop-table > tbody > tr > td + td {
      border-left: 1px solid rgba(33, 33, 33, 0.15);
  }
  .shop-table > thead > tr > th.amount,
  .shop-table > thead > tr > th.deliv_price {
      text-align: center;
  }
  .shop-table .im-cart-checkbox-wrap {
      padding-right: 16px;
      font-size: 13px;
  }
  .shop-table > tbody > tr > td.img {
      position: relative;
      vertical-align: middle;
  }
  .shop-table > tbody > tr > td.img > div:nth-child(n+3) {
      margin-top : 10px;
  }
  .shop-table > tbody > tr > td.img .im-cart-img-wrap {
      padding-right: 50px;
  }
  .shop-table > tbody > tr > td.img img {
      border                 :1px solid rgba(33, 33, 33, 0.1);
      float                  : left;
      margin-right           : 16px;
      width: 80px;
  }
  .shop-table > tbody > tr > td.item-info .title {
      margin-bottom :10px;
  }
  .shop-table > tbody > tr > td.img p {
      display       : inline-block;
      word-break    : break-all;
      margin-bottom : 0;
      max-width: 200px;
  }
  .shop-table > tbody > tr > td.img span.cart-item-remove {
      position: absolute;
      top: 16px;
      right: 16px;
      cursor: pointer;
      font-size: 12px;
  }
  .shop-table > tbody > tr > td .cart-item-img {
      float: left;
  }
  .shop-table > tbody > tr > td p.cart-item-title {
      padding-left: 96px;
      display: block;
      max-width: 696px;
  }
  .shop-table > tbody > tr > td p.cart-item-title > p {
      display: block;
      word-break: normal;
      max-width: none;
      width: auto;
  }
  .shop-table > tbody > tr > td.img .opt {
      font-size    : 13px;
      padding-left : 96px;
      padding-top: 4px;
  }
  .shop-table > tbody > tr > td.img .opt .more {
      margin-top : 4px;
      background: #f8f8f8;
      padding: 8px 12px 8px 10px;
      max-width: 440px;
  }
  .shop-table > tbody > tr > td.img .opt .more i.bt-times {
      font-size: 10px;
  }
  .shop-table > tbody > tr > td.img .opt > div em, .shop-table > tbody > tr > td.img .opt > div a {
      display : none;
  }
  .shop-table > tbody > tr > td.img .opt > div.more span, .shop-table > tbody > tr > td.img .opt > div.more em, .shop-table > tbody > tr > td.img .opt > div.more a {
      display : inline-block;
  }
  .shop-table > tbody > tr > td.amount .option_btn_tools {
      top: 3px;
  }
  .shop-table > thead > tr > th.wish, .shop-table > tbody > tr > td.wish {
      text-align : center;
  }
  .shop-table > tbody > tr > td.wish a {
      font-size : 17px;
  }
  .shop-table > tbody > tr > td .deliv_price_info .bt-question-circle {
      vertical-align: -1px;
  }
  .wish_list .btn,
  .cart-btn-tools.btn {
      letter-spacing : 0;
      font-style     : normal;
      font-weight    : normal;
      font-size      : 13px;
      padding        : 6px 10px;
  }
  .cart-btn-tools .btn:not(.btn-primary),
  .wish_list .btn:not(.btn-primary),
  .cart-btn-tools.btn:not(.btn-primary),
  .shop-table tbody .im-default {
      background-color: #fff !important;
      color: #212121 !important;
  }
  .cart-btn-tools {
      margin: -2.5px;
  }
  .cart-btn-tools .btn {
      margin: 2.5px;
      line-height: 1.2;
  }
  .cart-discount-price {
      color: #FE5356 !important;
  }
  #shop_cart_list .shop-table > thead > tr > th,
  #shop_cart_list .shop-table > tbody > tr > td {
      border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  }
  .im-cart-info {
      font-size: 13px;
      line-height: 140%;
      padding: 20px 15px;
      border-top: 12px solid rgba(33, 33, 33, 0.08);
  }
  #shop_cart_list .shop-table > tbody > tr > td.price {
      padding: 26px 8px;
  }
  #shop_cart_list .shop-table > tfoot > tr > td:first-child {
      padding-left: 0;
  }
  .im-cart-result-table {
      margin-bottom: 40px;
  }
  .im-cart-result-table thead>tr>th {
      font-weight: normal;
      border-bottom: 1px solid rgba(33, 33, 33, 0.15);
      padding: 10px 0;
  }
  .im-cart-result-table tbody>tr>td {
      padding: 32px 0;
  }
  .im-cart-result-container, .im-cart-result-container > div {
      display: inline-flex;
      flex-direction: row;
  }
  .im-cart-result-container i {
      margin: 10px 20px;
      font-size: 10px;
  }
  .im-cart-result-wrap > p:first-child {
      font-size: 24px;
      font-weight: bold;
  }
  .im-cart-result-wrap > p:nth-child(2) {
      font-size: 13px;
      opacity: 0.6;
      margin-bottom: 0;
  }
  #shop_cart_list .shop-table .btn {
      font-size: 12px;
      font-weight: normal;
      padding: 7px 8px;
  }
  #shop_cart_list .shop-table .btn-primary,
  #shop_cart_list .shop-table .btn-disable {
      font-size: 13px;
      font-weight: normal;
      padding: 7px 20px;
  }
  #shop_cart_list .shop-table .btn-disable {
      opacity: 0.2;
      cursor: not-allowed;
      background: #212121 !important;
      color: #fff !important;
  }
  .shop-table > thead > tr > th,
  .shop-table > tbody > tr > td {
      border-bottom: 1px solid rgba(33, 33, 33, 0.1);
      border-top: 0;
      vertical-align : middle;
      font-weight    : normal;
      word-break     : break-all;
  }
  .shop-table > thead > tr > th {
      padding: 12px 8px;
  }
  .shop-table > tbody > tr > td {
      padding: 20px 8px;
  }
  .deliv_popover {
      position: absolute;
      width: 300px;
      display: block;
      padding: 15px 20px 20px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
      background: #F9F9F9;
      font-size: 14px;
      z-index: 10;
  }
  .deliv_popover .popover_body > div {
      margin-top: 10px;
  }
  .deliv_popover .popover_body > div:first-child {
      margin-top: 0;
  }
  .deliv_select_tools label {
      margin-bottom: 0;
  }
  .deliv_select_tools label:first-child {
      padding-left: 0;
  }
  .deliv_select_tools .radio-styled:not(ie8) input ~ span {
      padding-left: 25px;
  }
  .deliv_button_tools {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #e5e5e5;
  }
  .deliv_button_tools .btn {
      padding: 7px 0;
      float: left;
      width: 32%;
      margin-left: 2%;
      font-size: 13px;
      letter-spacing: normal;
      border-color: #ddd;
  }
  .deliv_button_tools .btn:first-child {
      margin-left: 0;
  }
  .checkbox-styled.checkbox-top:not(ie8) input ~ span:before {
      top: 2px;
      margin-top: 0;
  }
  .popover_head a {
      position: absolute;
      right: -9px;
      padding: 10px;
      top: -9px;
  }
  .shop-table.shop-table2 > thead > tr > th {
      color: #333;
  }
  .shop-table.shop-table2 > thead > tr > th .text-brand {
      margin: 0 5px;
  }
  .shop-table.shop-table2 {
      margin-top:20px !important;
  }
  .shop-table.shop-table2:first-child {
      margin-top: 0 !important;
  }
  .shop-table.shop-table2:first-child.regularly-table.im-empty-table {
      margin-top: 32px !important;
  }
  .no-border-td > tbody > tr > td {
      border: none;
  }
  .no-border-th > thead > tr > th {
      border: none;
  }
  .shop-table > tfoot > tr > td {
      padding: 16px 8px 40px;
      vertical-align: middle;
      border-top: 0;
  }
  .shop-table > tfoot > tr > td.amount {
      text-align: right;
  }
  .shop-table > tfoot > tr > td.amount.txt {
      line-height: 1.6;
  }
  .shop-table > tbody > tr > td.slt {
      vertical-align: middle;
  }
  .shop-table > thead > tr > th:first-child, .shop-table > tbody > tr > td:first-child {
      padding-left: 0;
      padding-right: 0;
  }
  .shop-content .pay-txt p:last-child,.shop-content .pay-number p:last-child {
      margin-bottom :0;
  }
  .mypage .shop-table.shop-table-normal > tbody > tr:last-child > td {
      border-bottom: 0;
  }
  .im-return-address-wrap {
      background: rgba(33, 33, 33, 0.03);
      padding: 12px;
  }
  .im-return-address-wrap .form-group {
      margin-bottom: 24px;
  }
  .im-return-address-wrap .form-group:last-child {
      margin-bottom: 0;
  }
  .im-return-address-wrap .form-group .form-control-static {
      padding: 0;
      min-height: auto;
  }
  .im-badge-require {
      padding: 3px;
      border-radius: 2px;
      background: none;
      border-width: 1px;
      border-style: solid;
      font-size: 0.9em;
  }
  .m_cat_view {
      height         : 50px;
      border-bottom  : 1px solid rgba(0, 0, 0, 0.07);
      text-align     : center;
      vertical-align : middle;
      padding        : 13px 15px;
      margin         : 0 -15px;
  }
  .m_cat_view h6 {
      margin : 0;
  }
  .cart_empty_wrap .table-wrap {
      margin-bottom : 30px;
  }
  .table > tbody + tbody {
      border-top : 1px;
  }
  .table > tbody.cart_empty {
      text-align : center;
  }
  .table > tbody.cart_empty > tr > td {
      border-top : 0;
  }
  .table > tbody.cart_empty td {
      padding : 100px 0;
  }
  .table > tbody.cart_empty i {
      font-size      : 65px;
      padding-bottom : 20px;
  }
  .table.table-no-padding-x td {
      padding-left: 0;
      padding-right: 0;
  }
  .mypage .my-box {
      height: 190px;
      text-align: center;
  }
  .mypage .my-box a {
      display: block;
      height: 100%;
      background: #fff;
      padding :40px;
  }
  .mypage .my-box a i {
      font-size : 40px;
  }
  .mypage .my-box a p {
      margin      : 25px 0 3px;
      font-size   : 23px;
      font-weight : 600;
      line-height : 23px;
  }
  .mypage .my-box a span {
      font-size :13px;
      color: #999;
  }
  .mypage .my-box.on a span {
      color: #fff;
  }
  .mypage .shop-table > tbody > tr {
      background: #fff;
      border-left: 1px solid rgba(33, 33, 33, 0.1);
      border-right: 1px solid rgba(33, 33, 33, 0.1);
  }
  .mypage .shop-table > tbody > tr > td:first-child {
      padding-left: 20px;
  }
  .mypage .container-regularly .shop-table > tbody > tr > td {
      padding-top: 16px;
      padding-bottom: 16px;
  }
  .mypage .container-regularly .shop-table > tbody > tr > td:first-child {
      padding-left: 16px;
  }
  .mypage .container-regularly .shop-table > tbody > tr > td:last-child {
      padding-right: 20px;
  }
  .mypage .shop-table > tbody > tr > td .order_title {
      padding: 16px 0 16px 24px;
      text-align: center;
      flex-basis: 160px;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
  .mypage .shop-table > tbody > tr > td .order_item:not(:first-child) {
      margin-top: 20px;
  }
  .mypage .shop-table > tbody > tr > td .order_item:not(:last-child) {
      margin-bottom: 20px;
  }
  .mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex {
    display: flex;
  }
  .mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex .flex-1{
    padding-left: 16px;
  }
  .shop-table.regularly-table {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
  .regularly-table > thead > tr {
      padding: 0;
  }
  .regularly-table > thead > tr > th {
      padding: 12px 0;
  }
  .mypage .regularly-table > tbody > tr > td {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .mypage .regularly-table > tbody > tr > td:first-child {
      padding-left: 20px;
  }
  .mypage .regularly-table > tbody > tr > td:last-child {
      padding-right: 24px;
  }
  .mypage .regularly-table > tbody > tr > td:nth-child(n+4) {
      text-align: center;
  }
  .mypage .regularly-detail-table > tbody > tr > td:nth-child(n+4) {
      text-align: right;
  }
  .regularly-table > tbody > tr.content > td.img a {
      padding-bottom: 14px;
  }
  .regularly-table > tbody > tr.content > td.img a:last-child {
      padding-bottom: 0;
  }
  .regularly-table > tbody > tr.content > td.img a > .table-cell:last-child {
      padding-left: 10px;
  }
  .regularly-table.date-first {
      margin-top: 24px !important;
  }
  .regularly-table:not(.date-first) thead {
      display: none;
  }
  #regularly_date_table {
      max-width: 320px;
  }
  #regularly_date_table td {
      padding: 12px;
  }
  .mypage .shop-table.shop-table-force-padding > tbody > tr > td {
      padding: 20px;
  }
  .mypage .shop-table.shop-table-force-padding > tbody > tr > td:last-child {
      padding-right: 24px;
  }
  .regularly-detail-table > tbody > tr.content {
      border-bottom: 1px solid #e5e5e5;
  }
  .regularly-detail-table > tbody > tr.content:last-child {
      border-bottom: 0;
  }
  .mypage .img-view {
      position: relative;
  }
  .mypage .img-view img {
      width         : 85px;
      height        : 85px;
      margin        : 0 auto;
      border-radius : 50%;
  }
  .mypage .img-view .nick {
      margin-left: 24px;
  }
  .mypage .drop_profile_img, .mypage .fileupload_profile_img, .mypage .fileupload_profile_img .over {
      width  : 85px;
      height : 85px;
  }
  .mypage .head {
      padding: 50px 0 40px 45px;
      margin-bottom: 70px;
  }
  .mypage .point-view,
  .mypage .coupon-view {
      position: relative;
      width: 25%;
  }
  .mypage .point-view:before,
  .mypage .coupon-view:before {
      content: '';
      display: block;
      width: 1px;
      height: 100px;
      position: absolute;
      background: #e5e5e5;
      left: 0;
      top: 50%;
      margin-top: -50px;
  }
  .point-view p,
  .coupon-view p {
      margin-bottom: 5px;
  }
  .use_grade {
      margin-top: 5px;
  }
  .use_grade .ug_btn .btn {
      margin-top: 10px;
      font-size: 14px;
      padding: 5px 10px;
      background-color: #fff !important;
      border-color: #D5D5D5;
  }
  .shop_mypage .popover,
  .shop_view .popover.bottom,
  .modal_prod_detail_from_shopping_list ~ .popover.bottom {
      border: 0;
      box-shadow: 8px 8px 30px 0 rgba(0,0,0,0.10);
      -webkit-box-shadow: 8px 8px 30px 0 rgba(0,0,0,0.10);
      min-width: 500px;
      border-radius: 0;
      margin-left : 140px;
      z-index: 17001;
  }
  .shop_mypage .popover {
      min-width: 640px;
  }
  .shop_view .popover.bottom,
  .modal_prod_detail_from_shopping_list ~ .popover.bottom {
      margin-left: 0;
      min-width: 420px;
      color: #212121;
  }
  .shop_mypage .popover .arrow,
  .shop_view .popover.bottom .arrow,
  .modal_prod_detail_from_shopping_list ~ .popover.bottom .arrow {
      display: none !important;
  }
  .shop_mypage .popover-content {
      padding : 24px 15px;
  }
  .shop_view .popover.bottom .popover-content,
  .modal_prod_detail_from_shopping_list ~ .popover.bottom .popover-content {
      width: 100%;
  }
  .widget.login #join_form  .gender_readonly,
  .widget.login #join_form  .selectbox select[disabled],
  .widget.login #join_form  input[readonly="readonly"],
  .modal_site_join #join_form .gender_readonly,
  .modal_site_join #join_form .selectbox select[disabled],
  .modal_site_join #join_form input[readonly="readonly"]{
      border-color: #e0e0e0!important;
      background: #f3f3f3!important;
      color: #bdbdbd!important;
  }
  .modal_site_join .popover{
      min-width: 276px;
      border: 1px solid rgba(0,0,0,0.2);
      border-radius: 6px;
  }
  .modal_site_join .popover .arrow{
      display: block !important;
  }
  .modal_site_join .popover-content{
      padding: 9px 14px;
  }
  .modal_site_join .popover{
      margin-left: 0;
  }
  .widget.login .position-relative,
  .modal_site_join .position-relative{
      position: relative;
  }
  .widget.login .position-relative h5,
  .modal_site_join .position-relative h5{
      line-height: 22px;
      margin: 8px 0;
  }
  .widget.login .auth_completed,
  .modal_site_join .auth_completed{
      line-height: 22px;
  }
  .widget.login .auth_completed i,
  .modal_site_join .auth_completed i{
      vertical-align: middle;
  }
  .widget.login .reauth-btn,
  .modal_site_join .reauth-btn{
      line-height: 22px;
      border: 0;
      background: 0;
      font-size: 14px;
      position: absolute;
      top: 0;
      right: 0;
  }
  .widget.login .reauth-btn i,
  .modal_site_join .reauth-btn i{
      font-size: 18px;
      margin-right: 4px;
      margin-top: -2px;
  }
  .widget.login .icon-required,
  .modal_site_join .icon-required{
      background: #1A6Dff;
  }
  .lp_title {
      font-size: 22px;
      margin-bottom: 24px;
  }
  .mb_table {
      table-layout: fixed;
  }
  .lp_table .text-bold,
  .mb_table .text-bold {
      margin-bottom: 15px;
  }
  .mb_table.cart_mb_table caption {
      margin-bottom: 0;
      color: #212121;
  }
  .lp_table .table th {
      text-transform: capitalize;
  }
  .lp_table .table th,
  .lp_table .table td,
  .mb_table .table td {
      font-size: 12px;
  }
  .lp_table .table > thead:first-child > tr:first-child>th,
  .mb_table .table > tbody:first-child > tr:first-child>td {
      border-top: 1px solid #000;
  }
  .lp_table .table>thead>tr>th,
  .lp_table .table>tbody>tr>td,
  .mb_table .table>tbody>tr>td {
      border-bottom: 1px solid #ddd;
  }
  .mb_table .table > tbody> tr>td:first-child {
      background: rgba(0,0,0,0.05);
  }
  .mb_table .td-border td {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 5px 0;
  }
  .mb_table td p {
      font-size: 12px !important;
  }
  .member_pay_popover {
      margin-left : 5px;
  }
  .member_popover {
      padding: 15px 0;
  }
  .mypage .head .mail {
      color : #999;
  }
  .mypage .head .mail {
      text-align: center;
      line-height: 1;
      margin-top: 5px;
  }
  .mypage .head .nick {
      font-size : 22px;
      text-align: left;
  }
  .mypage .head .tumbs {
      width: 110px;
  }
  .mypage .more_btn {
      text-align    : center;
      height        : 30px;
      padding       : 6px 12px;
      border-radius : 15px;
      font-size     : 13px;
      line-height   : 1.3;
      position      : absolute;
      left          : 55%;
      margin-left   : -15px;
      bottom        : 0;
  }
  .mypage .box-wrap .row {
      margin : 0 -7.5px;
  }
  .mypage_coupon_list {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 16px;
  }
  
  @media screen and (max-width: 767px) {
      .mypage_coupon_list {
          gap: 12px;
      }
  }
  .table-wrap.coupon .row:after, .table-wrap.coupon .row:before {
      display: none;
  }
  .mypage .box-wrap .col-md-3,
  .table-wrap.coupon .col-md-4  {
      padding : 0 7.5px;
  }
  .table-wrap.coupon .col-md-4{
      margin-bottom: 16px;
  }
  .bottom-btn {
      padding :50px 0;
      text-align: center;
  }
  .layer_pop .bottom-btn {
      box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.03);
  }
  .shop-content.cart .bottom-btn {
      padding-top : 0;
  }
  .shop-content.cart .bottom-btn .npay_storebtn_bx {
      float: right !important;
  }
  .modal_widget_cartopt, .modal_widget_address, .modal_site_alert, .modal_stamp_password {
      background : rgba(0, 0, 0, 0.6);
  }
  .modal_widget_cartopt .bottom-btn,
  .modal_site_coupon .bottom-btn {
      padding : 15px 0;
  }
  .modal_widget_cartopt:before, .modal_site_alert:before {
      display        : inline-block;
      vertical-align : middle;
      content        : " ";
      height         : 100%;
  }
  .modal_site_alert .modal-content, .modal_stamp_password .modal-content {
      border-radius : 5px;
    overflow: hidden;
  }
  .modal_download_coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  
  #modal_coupon_list {
    overflow-y: auto;
    padding: 24px;
    height: 100%;
    max-height: 580px;
    min-height: 360px;
  }
  
  @media all and (max-width: 767px) {
    .modal_download_coupon .modal-dialog {
        height: 300px;
    }
  
    #modal_coupon_list {
      height: calc(100% - 48px - 70px);
      max-height: 100%;
      padding: 24px;
    }
    #modal_coupon_list .row {
      width: 100%;
    }
    .modal_download_coupon .modal-dialog {
      margin: 0 !important;
    }
    .modal_download_coupon .modal-content {
      max-width: 100% !important;
    }
    
  }
  .modal_download_coupon .modal-dialog {
    margin: 80px auto;
  }
  .modal_download_coupon .modal-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*max-width: fit-content;*/
    margin: 0 auto;
  }
  .shop-style-b ~ .modal_site_alert .modal-dialog, .modal_stamp_password .modal-dialog{
      width : 290px !important;
  }
  .modal_site_alert .modal-dialog, .modal_stamp_password .modal-dialog {
      width : 290px;
  }
  .modal_site_alert .default_border_bottom {
      border-radius: 0 0 5px 5px;
  }
  .modal_site_alert .modal-dialog .container-fluid {
      padding-top:55px;
      padding-bottom:55px;
  }
  .modal_site_alert .btn-group-justified, .modal_stamp_password .btn-group-justified {
      border-top : 1px solid #ddd;
  }
  .modal_site_alert .btn, .modal_stamp_password .btn {
      height           : 45px;
      border           : none;
      border-right     : 1px solid #ddd !important;
      letter-spacing   : 0;
      background-color : #fff !important;
      color            : #212121 !important;
      border-radius: 0;
  }
  .modal_site_alert .btn {
      padding-left: 0;
      padding-right: 0;
  }
  .modal_site_alert .form-control{
      margin-bottom :10px;
  }
  .modal_site_alert .btn.right, .modal_stamp_password .btn.right {
      border : none;
  }
  .modal_site_alert img.item {
      border-radius: 50%;
      border: 1px solid #999;
      position: absolute;
      top: -35px;
      left: 50%;
      margin-left: -35px;
  }
  
  .modal_widget_cartopt .form-select-wrap .dropdown-menu {
      max-height: 150px;
      overflow-y: auto;
  }
  .modal_widget_search {
      padding-left: 0 !important;
  }
  .modal_widget_search .modal-dialog {
      width  : 100%;
      height : 100%;
      margin : 0;
  }
  .modal_widget_search .modal-content {
      height        : 100%;
      box-shadow    : none;
      border-radius : 0;
      border        : none;
      background    : rgba(0, 0, 0, 0.7);
      color         : #fff;
      padding       : 200px 15px;
  }
  .modal_widget_search .modal-content a.bt-times {
      position : absolute;
      right    : 0px;
      top      : 0px;
      padding: 30px;
  }
  .modal_widget_search .search-tools {
      position  : relative;
      max-width : 740px;
      margin    : 0 auto;
  }
  .modal_widget_search .search-tools .form-control {
      padding       : 15px 35px 15px 0;
      border-width  : 0 0 1px 0;
      border-radius : 0;
      color         : #fff !important;
      font-size     : 25px;
      border-color  : rgba(255, 255, 255, 0.2);
      height        : auto;
      background: transparent;
  }
  .modal_widget_search .search-tools .form-control:focus {
      border-color : rgba(255, 255, 255, 0.5);
  }
  .modal_widget_search .search-tools a {
      color      : #fff;
      font-size  : 25px;
      position   : absolute;
      right      : 0;
      top        : 50%;
      margin-top : -12.5px;
  }
  .modal_site_coupon .style-default {
  }
  .modal_site_coupon .style-default > div:first-child {
      padding: 15px;
  }
  .modal_site_coupon .style-default > div {
      padding: 20px 15px;
      border-bottom :1px solid #fff;
  }
  #set_coupon_list .radio-styled:not(ie8) input[disabled] ~ span:before{
      background-color: #e5e6e6;
      border-color: #e5e5e5;
  }
  #set_coupon_list  input[disabled]~ span:before{
      background-color: #e5e6e6;
      border-color: #e5e5e5;
  }
  #set_coupon_list  input[disabled]:checked ~ span:before{
      color: #fff;
  }
  .modal_map_list_marker .modal-content,
  .modal_admin_change_password .modal-dialog {
      width: 400px;
  }
  .modal_admin_change_password .modal-title {
      font-size: 22px;
      line-height: 1.3;
  }
  .modal_admin_change_password .modal-dialog .form-control {
      border-radius: 4px;
      border-width: 1px;
      position: relative;
      height: 40px;
  }
  .modal_admin_change_password .input-form-group .input_form .form-control {
      margin-bottom: -1px;
  }
  .modal_admin_change_password .input-form-group .input_form:first-child .form-control {
      border-radius: 3px 3px 0 0;
  }
  .modal_admin_change_password .input-form-group .input_form:last-child .form-control {
      border-radius: 0 0 3px 3px;
  }
  .modal_admin_change_password .button-group .btn {
      float: left;
      width: 49%;
      margin-left: 1%;
  }
  .modal_admin_change_password .button-group .btn:first-child {
      margin-left: 0;
  }
  .modal_admin_change_password .input-form-group .form-control:focus {
      z-index: 3;
  }
  .bottom-btn .to-order {
      color:#fff;
  }
  .mypage .show-grid {
      position       : relative;
      padding-bottom : 60px;
  }
  .mypage .bottom-btn {
      padding :10px 0;
  }
  .mypage .bottom-btn .btn {
      padding       : 4px 12px;
      border-radius : 15px;
      font-size     : 13px;
      width         : auto;
      height        : auto;
  }
  .mypage .box-wrap {
      padding-bottom: 50px;
  }
  .personal_qna_wrap h6 {
      border-bottom: 1px solid rgba(128, 128, 128, 0.2);
      padding-bottom: 20px;
      margin-bottom: 0;
  }
  .doz_sys .im-order-title {
      display: inline-block;
      line-height: 1.2;
      margin-bottom: 16px;
      font-weight: bold;
  }
  .doz_sys .im-order-header .im-order-title {
      margin-bottom: 24px;
  }
  .mypage .tip-off {
      padding: 20px;
  }
  .mypage .tip-off,
  .im-order-detail-table,
  .im-order-price {
      background-color: #fff;
      border: 1px solid rgba(33, 33, 33, 0.1);
  }
  .mypage .im-order-header .tip-off {
      padding: 16px 20px;
  }
  .mypage .order_tit a {
      font-size    : 18px;
      margin-right : 15px;
      color: #212121;
  }
  .mypage .order_tit .order-date {
      float: right;
      color    : #999;
      position : relative;
      top: 4px;
  }
  .mypage .shop-btn {
      height         : 30px;
      padding        : 6px 12px;
      border-radius  : 15px;
      font-size      : 13px;
      line-height    : 1.3;
      letter-spacing : 0;
  }
  .mypage .shop-content p {
      color: #212121 !important;
  }
  .mypage .order_detail .row {
      padding-bottom : 20px;
  }
  /* 二쇰Ц �곸꽭 愿��� */
  .mypage .tip-off, .im-order-price {
      margin-bottom: 40px;
  }
  .im-order-detail-table {
      margin-bottom: 48px;
      width: 100%;
  }
  .im-order-detail-table th {
      padding: 10px 20px;
  }
  .im-order-detail-table td {
      padding: 16px 20px;
  }
  .im-order-detail-table thead tr {
      border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  }
  .im-order-detail-table tr + tr {
      border-top: 1px solid rgba(33, 33, 33, 0.1);
  }
  .im-order-detail-table img,
  .mypage .shop-table img {
      width: 80px;
      height: 80px;
      border: 1px solid rgba(33, 33, 33, 0.1);
  }
  .im-order-detail-table .im-deliv-price {
      width: 133px;
      text-align: center;
      border-left: 1px solid rgba(33, 33, 33, 0.1);
      border-right: 1px solid rgba(33, 33, 33, 0.1);
  }
  .im-order-detail-table th:last-child, .im-order-detail-table td:last-child {
      width: 324px;
      padding-left: 40px;
  }
  .im-order-price-header, .im-order-price-body {
      padding: 16px 20px;
  }
  .im-order-price-header {
      border-bottom: 1px solid rgba(33, 33, 33, 0.1);
      font-weight: bold;
      position: relative;
      align-items: center;
  }
  .im-order-price-body {
      border-left: 1px solid rgba(33, 33, 33, 0.1);
  }
  .im-order-price-header .im-icon {
      position: absolute;
      font-size: 18px;
      top: calc(50% - 9px);
      left: -9px;
      opacity: 0.5;
  }
  .im-order-row:first-child .im-order-price-body {
      border-left: none;
  }
  .im-label {
      width: 80px;
      flex-shrink: 0;
      margin-right: 20px;
      opacity: 0.7;
  }
  .im-order-header .tip-off {
      margin-bottom: 10px;
  }
  .im-order-header .tip-off > span:first-child {
      margin-right: 20px;
  }
  .im-order-header .tip-off > span > span:first-child {
      margin-right: 4px;
  }
  .tip-off .im-flex + .im-flex, .im-order-price-body .im-flex + .im-flex {
      margin-top: 12px;
  }
  .im-icon.im-ico-under {
      opacity: 0.3;
      transform: scale(0.5);
  }
  .im-status-wrap {
      margin-top: 10px;
  }
  .im-status-wrap > div {
      width: auto;
      text-align: left;
  }
  .im-status-wrap .cart-btn-tools {
      margin-top: 14px;
  }
  .im-pay-type-detail-group {
      margin-bottom: 12px;
  }
  .im-pay-type-detail-title,
  .im-pay-type-detail-group .subtitle {
      font-weight: bold;
      margin-bottom: 4px;
  }
  .im-pay-type-detail-body:not(:last-child) {
      margin-bottom: 2px;
  }
  /* 二쇰Ц �곸꽭 愿��� �� */
  .left-menu .cart_menu_row {
      border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
  .left-menu ul li {
      margin-bottom : 12px;
  }
  .left-menu ul li a {
      padding-bottom : 5px;
  }
  .left-menu ul li.on a {
      color        : #000 !important;
      border-width : 0 0 2px 0;
      border-style : solid;
      padding-bottom:1px;
  }
  .text-default-dark, .shop_mypage .mypage .my-box a, .shop_mypage .item-detail a, .shop_mypage .item-detail p, .shop_mypage .table-wrap h6, .shop_mypage .table-wrap p, .shop_payment .shop-content h1, .shop_payment .shop-content h6,.shop_payment .shop-content h5,.shop_payment .order_detail>div , .shop_payment .shop-content p, .shop_payment .shop-content span, .shop_payment .tip-off #shopFormWrap label{
      color : #20252b;
  }
  .shop_payment .shop-content h6, .shop_mypage .shop-content h6 {
      font-weight: bold;
  }
  .text-gray-dark, .shop-table > thead > tr > th, .shop_mypage .item-detail p.sale_pay {
      color : #757575;
  }
  .shop_payment .tip-off {
      background : #fff;
  }
  .shop_payment .tip-off.bg-gray {
      background: #f9f9f9;
      padding: 12px 24px;
  }
  .tip-off .bootstrap-datetimepicker-widget table thead th.picker-switch {
      font-weight: normal;
      font-size: 15px;
  }
  .table_payment_complete {
      background: #fff;
      max-width: 420px;
      margin: 0 auto;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
  }
  .table_payment_complete > table {
      width: 100%;
      font-size: 14px;
  }
  .table_payment_complete > table th {
      vertical-align: top;
      padding: 16px 0 12px 24px;
      font-weight: normal;
      border-top: 1px solid #e5e5e5;
      color: #7A7A7A;
      width: 33%;
  }
  .table_payment_complete > table td {
      vertical-align: top;
      padding: 16px 24px 14px 12px;
      border-top: 1px solid #e5e5e5;
      color: #212121;
  }
  .table_payment_complete > table tr:first-child td, .table_payment_complete > table tr:first-child th {
      border-top: 0;
  }
  .table_payment_complete > table tr:last-child td, .table_payment_complete > table tr:last-child th {
      padding-bottom: 24px;
  }
  .table_payment_complete .tools .btn {
      font-size: 15px;
      padding: 12px 0;
      border-radius: 0;
  }
  .table_payment_complete .tools .btn.bg-gray {
      background: #7a7a7a;
      border-color: #7a7a7a;
      color: #fff;
  }
  .table_payment_complete .tools .btn.bg-gray:hover {
      background: #6a6a6a;
      border-color: #6a6a6a;
  }
  .modal {
      text-align: center;
      z-index: 17000;
  }
  .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
      margin: 80px auto;
  }
  .modal.modal_oauth_email .modal-dialog {
      max-width: 380px;
  }
  .modal.modal_admin_order_history {
      padding:0 40px !important;
  }
  .modal.modal_admin_order_history .modal-dialog {
      width: 100%;
      color: #212121;
  }
  .modal.modal_admin_order_history .modal-dialog a {
      color: #212121;
  }
  .modal.modal_admin_order_history .layer_pop img {
      border-radius: 50%;
      position: absolute;
      top: -35px;
      left: 50%;
      margin-left: -35px;
      border :1px solid #ccc;
  }
  .layer_pop {
      -webkit-transition: left 0.7s ease;
      -o-transition: left 0.7s ease;
      transition: left 0.7s ease;
  }
  .layer_pop .top-block {
      position: relative;
      font-size: 13px;
      padding: 14px 20px;
      height: 50px;
      text-align: right;
      border-bottom: 1px solid #e5e5e5;
  }
  .layer_pop .top-block a.btn {
      padding     : 0;
      width       : 55px;
      height      : 30px;
      line-height : 27px;
      position    : absolute;
      right       : 15px;
      top         : 50%;
      margin-top  : -15px;
  }
  .modal_site_alert.site_modal .modal-dialog {
      width: 550px;
  }
  .site_modal .top-block > a {
      padding: 10px;
      position: absolute;
      right: 10px;
      top: 5px;
  }
  .layer_pop .body-block {
      padding: 24px;
  }
  .set-tit {
      position    : absolute;
      font-size   : 16px;
      line-height : 24px;
      left        : 0;
      right       : 0;
      margin      : 0 auto;
  }
  .close-modal {
      cursor: pointer;
  }
  .item-opt {
      padding-top: 20px;
  }
  .item-opt > div {
      display: table-cell;
  }
  .item-opt > div > img {
      border: 1px solid #e5e5e5;
  }
  .item-opt > div.product {
      vertical-align: middle;
      padding-left: 20px;
  }
  .payment_complete.shop-content {
      padding : 5% 20px 10%;
  }
  .payment_complete .order_wrap {
      width  : 420px;
      margin : 0 auto;
  }
  .complete_pg {
      text-align     : center;
      padding-bottom : 30px;
  }
  .fc_close:after {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      vertical-align: -14.28571429%;
      text-rendering: auto;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      font-size :13px;
      float : right;
      cursor: pointer;
      line-height: 24px;
  }
  .fc_plus,.fc_close_left {
      display: none;
  }
  .fc-agendaDay-view,.fc-agendaWeek-view {
      text-align: center;
  }
  .fc-event-container {
      padding: 0 1px !important;
  }
  .fc-event-container a {
      transition: none;
  }
  .time-event {
      background: transparent !important;
  }
  .time-event .fc-circle-icon {
      display: inline-block;
  }
  .fc-more-popover {
      background: #fff;
      border: 1px solid #aaa;
      box-shadow: none;
  }
  .fc-more-popover .fc-header {
      padding :10px;
  }
  .fc-time-grid-container {
      height :auto !important;
  }
  .sub-menu-wrap {
      padding-top:25px;
  }
  .sub-menu-wrap.vertical {
      width:200px;
      margin:0 auto;
  }
  .sub-menu-control {
      position:absolute;
      width: 100%;
      bottom:25px;
  }
  .sub-menu ul {
      list-style : none;
      padding    :0;
      margin     :0;
  }
  .sub-menu.menu-vertical ul {
      overflow : hidden;
  }
  .sub-menu ul li a:focus {
      outline : none;
  }
  .sub-menu.hover_right ul ul {
      display:none;
      position:absolute;
      z-index: 1;
      left:100%;
      top:0;
      min-width: 200px;
  }
  .sub-menu.hover_left ul ul {
      display:none;
      position:absolute;
      z-index: 1;
      right:100%;
      top:0;
      min-width: 200px;
  }
  .sub-menu ul li:hover > ul {
      display: block;
  }
  .sub-menu.menu-vertical.design-sub a {
      display:block;
      border-left:1px solid #D3D3D3;
      border-right:1px solid #D3D3D3;
      border-bottom: 1px solid #f5f5f5;
  }
  .sub-menu.menu-vertical.hover_left a {
      padding-left:30px;
  }
  .sub-menu.menu-vertical.hover_right a {
      padding-right:30px;
  }
  .sub-menu.menu-vertical.design-sub ul li:first-child > a {
      border-top:1px solid #D3D3D3;
      border-radius: 10px 10px 0 0;
  }
  .sub-menu.menu-vertical.design-sub li:last-child > a {
      border-bottom:1px solid #D3D3D3;
      border-radius: 0 0 10px 10px;
  }
  .sub-menu.menu_static ul ul li > a {
      padding-left:36px;
  }
  .sub-menu.menu_static ul ul li:first-child > a, .sub-menu.menu_static ul ul li:last-child > a {
      border-top:0;
      border-bottom:0;
      border-radius: 0;
  }
  .sub-menu.menu-vertical.hover_right > ul li > a[data-has_child="Y"]:after, .sub-menu.menu-vertical.hover_left > ul li > a[data-has_child="Y"]:after {
      content: "\f2f2";
      font-family: 'Material-Design-Iconic-Font';
      position: absolute;
      top: 5px;
      right: 15px;
      display: inline-block;
      font-size: 23px;
      font-weight: normal;
      opacity: 0.5;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-9deg);
      transform: rotate(-90deg);
  }
  .sub-menu.menu-vertical.hover_left > ul li > a[data-has_child="Y"]:after {
      right:auto;
      left:15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-9deg);
      transform: rotate(90deg);
  }
  .sub-menu.menu-vertical > ul a {
      display : block;
  }
  .sub-menu.v-menu-type1 > ul a.active {
      border-width : 0 0 0 2px;
      border-style : solid;
  }
  .sub-menu.v-menu-type1 ul a:hover {
      border-width : 0 0 0 1px;
      border-style : solid;
  }
  .sub-menu.v-menu-type2 > ul a {
      border : none;
  }
  .sub-menu.v-menu-type3 ul {
      border        : 1px solid #d3d3d3;
  }
  .sub-menu.v-menu-type3 ul ul, .sub-menu.v-menu-type3 a {
      border : none;
  }
  .sub-menu.menu-vertical.v-menu-type3 a {
      border-bottom : 0;
  }
  .sub-menu-wrap.horizontal {
      width    : 100%;
      margin   : 0 auto;
      height   : 100%;
      position : relative;
      padding  : 0 50px;
  }
  .horizontal .sub-menu.menu-horizontal ul {
      display        : inline-block;
      line-height    : 350px;
      vertical-align : middle;
  }
  .sub-menu.menu-horizontal ul ul {
      display : none !important;
  }
  .sub-menu.h-menu-type1 ul, .sub-menu.h-menu-type2 ul {
      display : block;
  }
  .sub-menu.h-menu-type1 ul li, .sub-menu.h-menu-type2 ul li {
      display : inline-block;
  }
  .sub-menu.h-menu-type1 ul li a {
      padding-bottom : 5px;
  }
  .sub-menu.h-menu-type1 ul li a.active {
      border-width : 0 0 1px 0;
      border-style : solid;
      border-color : #000;
  }
  .sub-menu.h-menu-type2 ul li a {
      padding: 4px 15px;
      border-radius : 50px;
  }
  .sub-menu.h-menu-type2 ul li a.active {
      border-width : 1px;
      border-style : solid;
      border-color : #000;
  }
  .menu-horizontal ul {
      display : inline-block;
  }
  .bg_on .pc_toolbar_wrap {
      position: absolute;
      left: 40px;
      top: 350px;
  }
  .bg_on .basic-editor {
      position: absolute;
      left: 40px;
      top: 400px;
      width: calc(100% - 40px);
  }
  .wish_thumb,
  .recent_view_thumb {
      position : relative;
  }
  .wish_thumb .circle,
  .recent_view_thumb .circle {
      display : none;
  }
  .wish_thumb .bg_hover,
  .recent_view_thumb .bg_hover {
      opacity : 0;
  }
  .wish_thumb:hover .bg_hover,
  .recent_view_thumb:hover .bg_hover {
      opacity    : 1;
      position   : absolute;
      top        : 0;
      left       : 0;
      background : rgba(0, 0, 0, 0.5);
      width      : 100%;
      height     : 100%;
      transition : .2s;
  }
  .recent_view_thumb:hover.no-bg .bg_hover {
      background : transparent;
  }
  .wish_thumb:hover .circle,
  .recent_view_thumb:hover .circle {
      position  : absolute;
      right     : 10px;
      top       : 10px;
      color     : #fff;
      font-size : 16px;
      display   : block;
  }
  .wish_list .shop-item {
      padding : 0 10px;
      width   : 20%;
  }
  .mypage .table-wrap .shop-item {
      width   : 25%;
      padding : 0 7.5px;
  }
  .search_dorpdown {
      position           : absolute;
      left               : 0;
      top                : 40px;
      width              : 100%;
      padding            : 6px 0;
      background         : #f2f3f5;
      border             : 1px solid #d7d7d7;
      border-radius      : 5px;
      -webkit-box-shadow : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow    : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
      box-shadow         : 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
      z-index            : 10000;
      height             : auto
  }
  .search_dorpdown ul {
      list-style : none;
      padding    : 0;
      margin     : 0;
  }
  .search_dorpdown li {
      position  : relative;
      font-size : 13px;
      color     : #000;
      cursor    : pointer;
      display   : block;
      overflow  : hidden;
  }
  .search_dorpdown li .txt {
      line-height   : 26px;
      padding-left  : 27px;
      padding-right : 27px;
      display       : block;
  }
  .gmap_wrap .comment_num.btn {
      padding-bottom:0;
  }
  .pop-container {
      position : absolute;
  }
  .pop-container .pop-item {
      float : left;
      box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.06), 0 0 1px 0 rgba(0, 0, 0, 0.28)
  }
  .pop-container .pop-img {
      position : relative;
  }
  .pop-container .pop-img a.del{
      position  : absolute;
      top:16px;
      right: 16px;
      font-size: 18px;
      text-shadow:rgba(255,255,255,0.5) 0 0 0;
  }
  .pop-container .pop-html{
      padding : 24px;
      background-color: #fafafa;
  }
  .pop-container .btn-group {
      width      : 100%;
      background : #fff;
      border-top: 1px solid rgba(0,0,0,0.1);
      display: table;
  }
  .pop-container .btn-group .btn {
      width          : 50%;
      float          : none;
      letter-spacing : 0;
      color: #000;
      padding: 12px 0;
      border: 0;
      white-space: normal;
      display: table-cell;
  }
  .pop-container .btn-group .btn+.btn {
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: rgba(0,0,0,0.1) !important;
      border-radius: 0;
      font-weight: normal;
      margin-left: 0;
  }
  .star_point a {
      font-size : 20px;
  }
  .product_body .feed-summary .write {
      padding-right: 10px;
  }
  .product_body .feed-summary .date em {
      font-style: normal
  }
  .block-postmeta .star_point a,.star_point.review_board span {
      margin-right : 2.5px;
      font-size : 14px;
      color: #afb1b2 !important;
  }
  .reply_area {
      position : relative;
      padding-top: 24px;
  }
  .reply_area .textarea_block {
      margin-top: 12px;
  }
  .reply_area .star_point a {
      color: #afb1b2 !important;
  }
  .reply_area .avatar,
  .reply_area .feed-summary {
      vertical-align: middle;
  }
  .star_point.review_board {
      margin-top :2px;
  }
  .edit-area .schedule_name .calendar_select {
      width: 100%;
  }
  .star_point a.active,.star_point.review_board span.active {
      color: #FF472D !important;
  }
  .interlock_star_point a {
      font-size : 14px;
  }
  .product_body .feed-summary .write {
      padding-right: 10px;
  }
  .block-postmeta .interlock_star_point a,.interlock_star_point.review_board span {
      margin-right : 2.5px;
      font-size : 16px;
      color: #9299a3 !important;
  }
  .li_board {
      position : relative;
  }
  .star-pointer .bt-star,
  .interlock_star_point a,
  .interlock_star_point .bt-star {
      color: #9299a3 !important;
  }
  .interlock_star_point.review_board {
      margin-top :2px;
  }
  .edit-area .schedule_name .calendar_select {
      width: 100%;
  }
  .star-pointer .bt-star.active,
  .interlock_star_point a.active,
  .interlock_star_point .bt-star.active,
  .interlock_star_point.review_board span.active {
      color: #FF472D !important;
  }
  .comment_textarea {
      padding-top : 10px;
  }
  .comment_edit_form {
      padding: 0;
      margin: -40px 0 0 56px !important;
  }
  .product_body img {
      max-width: 100%;
  }
  .product_body .avatar {
      vertical-align: top;
  }
  .delivery-tracking {
      font-size:14px;
  }
  .delivery-tracking .form-group {
      margin-bottom:15px;
  }
  .delivery-tracking .form-group .control-label {
      color:#757575;
  }
  .comment-block .btn-gruop {
      display: inline-block
  }
  .map-inner.text-right {
      padding: 7px 15px;
  }
  .write-icon .icon a.active .icon-lock-open.bt-font:before {
      content: "\e08e";
  }
  .write_mode .talk_banner_wrap {
      display: none;
  }
  .talk_banner_wrap {
      position: absolute;
  }
  .talk_banner_wrap .talk_preview_area {
      display: block !important;
  }
  .talk_preview_area .talk_banner_preview {
      border-radius: 30px;
      bottom: 25px;
      position: fixed;
      right: 25px;
      z-index: 1000;
      height: 50px !important;
      -webkit-transition: box-shadow 300ms ease-out 0.1s;
      -moz-transition: box-shadow 300ms ease-out 0.1s;
      -o-transition: box-shadow 300ms ease-out 0.1s;
      transition: box-shadow 300ms ease-out 0.1s;
  }
  .talk_preview_area .banner_type_blog.talk_banner_preview {
      position: fixed !important;
  }
  .talk_preview_area .talk_banner_preview:hover {
      -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
      -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
      box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
  }
  .talk_preview_area .talk_banner_preview.banner_type_card,
  .talk_preview_area .talk_banner_preview.banner_type_blog {
      border-radius: 0;
  }
  .shop_view .talk_preview_area .talk_banner_preview {
      z-index: 99;
  }
  .table-wrap.coupon h6 {
      margin-bottom: 25px;
      font-size: 1.5em;
      line-height: 1.2;
  }
  .coupon_download_btn {
    transition: .3s ease-in-out;
  }
  .modal_mypage_coupon_use_list .modal-dialog{
      width: 480px;
  }
  .modal_mypage_coupon_use_list .layer_pop .top-block {
    height: 51px;
    display: flex;
    align-items: center;
  }
  .modal_mypage_coupon_use_list .modal-content h6{
      font-size: 1.1em;
      line-height: 1.2;
      margin: 40px 0 16px;
  }
  .modal_mypage_coupon_use_list .table-bordered{
      border-color: rgba(33, 33, 33, 0.15);
      border-left: 0;
      border-right: 0;
  }
  .modal_mypage_coupon_use_list .table>tbody>tr>td{
      padding: 10px 12px;
  }
  .modal_mypage_coupon_use_list .table-bordered>tbody>tr>td.active{
      background: rgba(33, 33, 33, 0.05);
      padding: 10px 12px;
      border-left: 0;
  }
  .modal_mypage_coupon_use_list .table>tbody>tr>td.active{
      text-align: center;
  }
  .modal_mypage_coupon_use_list .table>tbody>tr>td:not(.active){
      border-right: 0;
  }
  .modal_mypage_coupon_use_list .btn-view{
  
  }
  .modal_mypage_coupon_use_list .category-wrap{
      margin-top: 12px;
      border-bottom: 1px solid #ddd;
      width: 100%;
  }
  .modal_mypage_coupon_use_list .category-wrap .categories{
      display: table;
      margin-bottom: 12px;
      width: 100%;
  }
  .modal_mypage_coupon_use_list .category-wrap:first-child{
      margin: 0;
  }
  .modal_mypage_coupon_use_list .category-wrap:last-child{
      border: 0;
  }
  .modal_mypage_coupon_use_list .category-wrap span{
      font-weight: 200;
  }
  .modal_mypage_coupon_use_list .category-left{
      vertical-align: middle;
      display: table-cell;
  }
  .modal_mypage_coupon_use_list .category-right{
      display: table-cell;
  }
  .modal_mypage_coupon_use_list .product-wrap{
      border-bottom: 1px solid #ddd;
      display: none;
  }
  .modal_mypage_coupon_use_list .product-wrap.active{
      display: block;
  }
  .modal_mypage_coupon_use_list .product-wrap:first-child .view_box{
      padding: 0;
      margin-top: 0;
  }
  .modal_mypage_coupon_use_list .product-wrap .view_box{
      padding: 0;
      margin: 12px 0;
  }
  .modal_mypage_coupon_use_list .product-wrap .box_thumb img{
      max-width: 80px!important;
      width: 80px;
      border: 1px solid rgba(33, 33, 33, 0.1);
  }
  .modal_mypage_coupon_use_list .product-wrap .sale_pay{
      text-decoration: line-through;
      opacity: 0.4;
  }
  .modal_mypage_coupon_use_list .more{
      padding: 16px 0 12px;
      cursor: pointer;
  }
  .modal_site_coupon .sale_value{
      font-weight: 700;
  }
  
  ._coupon_list .row{
      display: flex;
      align-items: stretch;
  }
  ._coupon_list .row .col-md-4 .overflow-hidden{
      height: fit-content;
  }
  /*._coupon_list .row .col-md-4 .overflow-hidden .coupon-wrap{*/
  /*	height: 193px;*/
  /*}*/
  .modal-toast {
    z-index: 99999;
    transition: .3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: flex;
    bottom: 0;
  }
  .modal-toast.show {
    opacity: 1;
    visibility: visible;
  }
  .coupon-wrap {
      border: 1px solid rgba(33,33,33, .10);
      position : relative;
      background: #fff;
      color: #20252b;
      word-wrap: break-word;
      flex: 1 1 30%;
      max-width: calc(33.333% - 7px);
  }
  #modal_coupon_list .coupon-wrap {
      max-width: none;
  }
  .coupon-wrap .sale-value{
      font-size: 2.2em;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 700;
  }
  .coupon-wrap .coupon-title{
      vertical-align: middle;
      margin: 16px 0 5px 0;
      font-weight: bold;
      color: #212121!important;
      display: inline-block;
  }
  .coupon-wrap .coupon-desc{
      font-style: normal;
      font-weight: 500;
      line-height: 12px;
      margin-bottom: 0;
  }
  
  .coupon-wrap .coupon-tag {
    display: flex;
    flex-direction: row;
      padding-top: 8px;
  }
  
  .coupon-wrap .coupon-tag .coupon_limit {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 20px;
  }
  
  .coupon-wrap a.use-info-download-done {
    margin-top: 5px;
    color: #999999;
    display: block;
    font-size: 13px;
    text-decoration: underline;  
  }
  .coupon-wrap a.use-info{
    font-size: 13px;
      margin-top: 5px;
      display: block;
      text-decoration: underline;
  }
  .coupon-wrap .only-app{
    max-height: 19px;
      vertical-align: middle;
      background: rgba(33, 33, 33, 0.1);
      border: 1px solid rgba(33, 33, 33, 0.1);
      border-radius: 2px;
      display: inline-block;
      font-weight: normal;
      font-size: 11px;
      padding: 3px 4px 2px 4px;
      margin-right: 5px;
      line-height: 1;
  }
  .coupon-wrap .d-flex{
      display: flex;
      flex-wrap: wrap;
      height: 100%;
  }
  .coupon-wrap.download-failed {
    color: #999999;
  }
  .coupon-wrap.download-done {
    color: #999999;
  }
  
  .coupon-wrap .d-flex > div{
      flex: 100% 0 0;
  }
  
  .coupon-wrap .d-flex > div:last-child{
      align-self: flex-end;
  }
  .coupon-days {
      color: #20252b;
      margin-bottom: 20px;
  }
  .coupon-days > div {
      margin: 10px 0;
  }
  
  .total-coupon-download[disabled]{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    color: #999;
  }
  
  .burst-24 {
      width :45px;
      height: 45px;
      background: red;
      position: absolute;
      top: -16px;
      left: -5px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 1;
  }
  
  .burst-24, .burst-24:before, .burst-24:after, .burst-24 > div, .burst-24 > :before, .burst-24 > :after {
      height: 45px;
      width: 45px;
      background: red;
  }
  .burst-duplication, .burst-duplication:before, .burst-duplication:after, .burst-duplication > div, .burst-duplication > :before, .burst-duplication > :after {
      background : #363b3e;
  }
  .burst-24:before, .burst-24:after, .burst-24 > div, .burst-24 > :before, .burst-24 > :after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -100;
  }
  .burst-24:before, .burst-24 > :before {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg);
  }
  .burst-24:after, .burst-24 > :after {
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  }
  .burst-24 > div {
      display:table;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index:2;
  }
  .burst-24 span {
      display: table-cell;
      vertical-align: middle;
      font-weight: bold;
      padding: 0 8px;
      font-size: 13px;
      letter-spacing: -1px;
      line-height:1.1;
  }
  .btn-coupon.display-none{
      display: none;
  }
  .btn-wrap .btn-coupon[disabled]{
    align-items: center;
    justify-content: center;
      background: #F0F0F0;
      color: rgba(33, 33, 33, 0.8)!important;
  }
  
  .btn-coupon[disabled]:hover {
    background: #F0F0F0;
    color: rgb(33, 33, 33, 1)!important;
    transition: background-color 0.2s ease-in-out;
    /*background: rgba(10, 12, 14, 0.15) !important;*/
  }
  
  #doz_header .navbar-main .global-dropdown .dropdown-menu,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
      width: 150px;
      min-width: auto;
      margin-left: -78.5px;
      left: 50%;
      top: 40px;
      border :1px solid #e5e5e5;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu > .arrow,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > .arrow{
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #e5e5e5;
      position: absolute;
      left: 50%;
      margin-left: -7px;
      top: -7px;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu > .arrow:before,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > .arrow:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #fff;
      position: absolute;
      left: 50%;
      margin-left: -7px;
      top: 1px;
  }
  #doz_header .nav-btn-group .global-dropdown a.nav-btn-icon {
      padding :0 15px 0 8px;
  }
  #doz_header .nav-btn-group a.nav-btn-icon i.arrow,
  #doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: 10px;
      margin-top: 0;
  }
  #doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
      margin-top: -3px;
  }
  #doz_header .inline_global_dropdown a.nav-btn-icon i.arrow {
      right: 0;
      left: auto;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
      background: #fff;
      font-size: 14px;
      border-radius: 3px;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu > li,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li {
      border-bottom: 1px solid #e5e5e5;
      margin-left: 15px;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu > li:last-child,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li:last-child {
      border :0;
  }
  #doz_header .navbar-main .global-dropdown .dropdown-menu > li > a,
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu > li > a {
      font-size: 14px;
      color: #777;
      display: block;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 10px 20px 10px 0;
  }
  #doz_header .global-dropdown.inline_global_dropdown .dropdown-menu {
      padding: 0;
  }
  #doz_header .inline-col-group-left .global-dropdown.inline_global_dropdown .dropdown-menu {
      margin-left: 0;
      left: 0;
  }
  #doz_header .inline-col-group-right .global-dropdown.inline_global_dropdown .dropdown-menu {
      margin-left: 0;
      left: auto;
      right: 0;
  }
  .modal_widget_search .search-tools .form-control:-ms-input-placeholder {
      color : #ccc !important;
  }
  
  .global-dropdown.inline_global_dropdown .dropdown-menu > li > a:hover {
      background: transparent !important;
      color: #212121 !important;
  }
  .map_view .lg-backdrop {
      z-index: 17000;
  }
  .map_view .lg-outer.lg-visible {
      z-index: 17001;
  }
  .pay_detail .popover-title {
      font-size: 14px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
  }
  .goods_wrap.opt_hide {
      display: none;
  }
  .goods_form .goods_summary {
      margin-bottom: 24px;
  }
  .goods_form .goods_summary p {
      margin: 0;
  }
  .goods_form .item_detail {
      line-height: inherit;
  }
  .new_header_site .dropdown-menu.member_profile{
      z-index: 1010;
  }
  .pc_mode_btn_wrap {
      text-align: center;
      padding: 15px 0 30px 0;
      width: 100%;
  }
  div[data-widget-type="form"] .dropdown-menu {
      z-index: 9999999 !important;
      width: 260px;
  }
  body.mail_auth {
      background: #ffffff;
      color: #212121;
  }
  body.mail_auth a {
      color: #212121;
  }
  .fc-day-grid-event .fc-content {
      white-space: normal;
  }
  ul.apply-coupon-list {
      border-left: 4px solid #ccc;
      margin: -12px 0 0 32px;
      list-style: none;
  }
  .btn_coupon_group {
      margin-bottom: -8px;
  }
  .btn_coupon_group .btn {
      margin: 0 8px 8px 0;
  }
  .btn_coupon_group .btn.btn-primary {
      padding: 0 16px;
      height: 32px;
      line-height: 32px;
      font-size: 13px;
  }
  .label-list-horizontal {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
  }
  .label-list-horizontal li {
      position: relative;
      margin-right: 32px;
  }
  .label-list-horizontal li:after {
      content: '';
      display: block;
      background: #BCBCBC;
      height: 8px;
      width: 1px;
      position: absolute;
      left: -15px;
      top: calc(50% - 4px);
  }
  .label-list-horizontal li:last-child {
      margin-right: 0;
  }
  .label-list-horizontal li:first-child:after {
      display: none;
  }
  .label-data-container {
      display: flex;
      flex-wrap: nowrap;
      margin: 12px 0;
  }
  .label-data-container label {
      width: 120px;
      flex-shrink: 0;
  }
  .doz_sys .label-data-container label {
      margin: 0;
      font-size: 14px;
      color: #757575;
  }
  .label-data-container .label-data-data {
      flex-grow: 1;
      font-size: 14px;
      color: #212121;
  }
  .flex-wrap {
      flex-wrap: wrap;
  }
  @media (min-width: 768px) {
      .non_member_tool {
          margin-top:30px;
      }
  }
  @media  all and (max-width: 1002px) {
      .write-header{
          padding: 17px 15px;
      }
  }
  @media all and (max-width: 767px) {
      .slide_03_wrap {
          padding-bottom: 0 !important;
      }
      .slide_03_wrap .owl-thumbs {
          display: none;
      }
      .opt-group .option_title {
          font-size: 13px;
      }
      .shop-content.open .opt-group .option_title,
      .shop-content.open .goods_select select.form-control,
      .shop-content.open .goods_select input.form-control,
      .shop-content.open .form-select-wrap .dropdown-toggle {
          color:#333 !important;
      }
      .form-select-wrap .dropdown-toggle {
          border-color: #ddd !important;
      }
      .form-select-wrap.open .dropdown-toggle,
      .form-select-wrap.open .dropdown-menu,
      .form-select-wrap.open .dropdown-menu .dropdown-item {
          border-color: #212121 !important;
      }
      .form-select-wrap.open .dropdown-menu .dropdown-item {
          border-top-color: rgba(33, 33, 33, 0.2) !important;
      }
      .form-select-wrap .dropdown-menu .dropdown-item {
          background: #fff !important;
      }
      .goods_wrap .form-select-wrap:before,
      .form-delivery .form-select-wrap:before {
          font-size: 14px !important;
      }
      .shop-content.shop-style-b.open .opt-group .goods_wrap {
          display: block;
          margin: 0;
      }
      .shop-content.shop-style-b.open .opt-group .goods_wrap .goods_section {
          display: block;
          width: 100%;
      }
      .shop-content.shop-style-a .txt_easy_payment, .shop-content.shop-style-b .txt_easy_payment {
          margin: 16px 0 24px 0;
      }
      .shop_cart #inline_header_mobile .inline-section-wrap:last-child,
      .shop_cart #inline_header_mobile .inline-section-wrap:last-child .mobile_carousel_nav .depth_first:before {
          border: 0 !important;
      }
      .shop_view .popover.bottom,
      .modal_prod_detail_from_shopping_list ~ .popover.bottom {
          min-width: 90%;
          left: 15px !important;
      }
      .modal_prod_detail_from_shopping_list .modal_site_alert {
          padding: 0;
          left: -15px;
          right: -15px;
          top: -50px;
          bottom: -80px;
      }
      .modal_map_list_marker .modal-content,
      .modal_admin_change_password .modal-dialog {
          width: 100%;
      }
      .modal_prod_detail_from_shopping_list .modal_site_alert .modal-dialog {
          width: 290px;
      }
      .modal_prod_detail_from_shopping_list .modal_site_alert .modal-dialog .modal-content {
          height: auto;
      }
      .modal_prod_detail_from_shopping_list .goods_form .categorize-mobile {
          display: none;
      }
      .modal_site_alert.site_modal .modal-dialog {
          width: 290px;
      }
      .shop_view .shop-content .talk_preview_area .talk_banner_preview {
          bottom: 85px;
      }
      .shop_view #ch-plugin-launcher {
          bottom: 0;
          position: absolute;
          right: 0;
      }
      .shop_view .shop-content.open .talk_banner_wrap {
          position: absolute;
          top: -70px;
          right: 25px;
      }
      .shop_view .shop-content.open .opt-group .talk_banner_wrap,
      .shop_view .shop-content .buy_btns.mobile .talk_banner_wrap {
          display: block;
      }
      .shop_view .shop-content .opt-group .talk_banner_wrap {
          display: none;
      }
      .shop_view #doz_header #inline_header_mobile,
      .booking_view #doz_header #inline_header_mobile {
          min-height: auto !important;
      }
      .talk_preview_area .talk_banner_preview {
          width: 50px !important;
          bottom:10px;
          right:10px;
          -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
          -moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
          box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
      }
      .talk_preview_area .banner_type_card.talk_banner_preview {
          width: 58px !important;
          height: 58px !important;
          max-width: none !important;
          max-height: none !important;
          min-width: auto !important;
          min-height: auto !important;
          border: 0;
          border-radius: 50%;
          right: 15px;
          bottom: 15px;
      }
      .talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_consult {
          margin-top: 0;
      }
      .talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_detail,
      .talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_desc,
      .talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_consult {
          display: none !important;
      }
      .talk_preview_area .banner_type_card.talk_banner_preview .talk_banner_preview_inner {
          padding: 0;
      }
      .talk_preview_area .banner_type_blog .talk_banner_detail, .talk_preview_area .banner_type_blog .talkpartner_img_area, .talk_preview_area .banner_type_blog .talk_banner_preview_inner, .talk_preview_area .banner_type_blog .talk_banner_desc {
          display: none !important;
      }
      .talk_preview_area .banner_type_blog .talk_banner_preview_inner {
          padding: 15px !important;
      }
      .talk_preview_area .banner_type_blog.talk_banner_preview {
          min-height: unset;
          width: 138px !important;
          height: 34px !important;
          padding: 0 !important;
          background: none !important;
          border: 0 !important;
          bottom: 15px;
          right: 15px;
      }
      .talk_preview_area .banner_type_blog.talk_banner_preview .btn_bn_talk {
          position: static;
          border-radius: 0;
      }
      .talk_preview_area .talk_banner_preview .talk_banner_desc {
          display: none;
      }
      .pop-container {
          left  : 0 !important;
          right : 0 !important;
          margin-left :0 !important;
          width : 100%;
          top : 100px;
      }
      .pop_mobile{
          top : 100px !important;
      }
      .pop-container .btn-group {
          width: 100% !important;
      }
      .pop-container .pop-item, .pop-container .pop-img img {
          width : 100% !important;
      }
      .list-style-card .card-foot small {
          font-size : 1em;
      }
      .map-inner .map_link {
          overflow : hidden;
          display  : block;
      }
      .editor_box .add_map.on {
          position      : static;
          border-bottom : 1px solid rgba(128, 128, 128, 0.3);
          min-height    : 80px;
          padding       : 20px 15px;
      }
      .editor_box .add_map .info > div {
          padding     : 0;
          line-height : 1.6;
      }
      .editor_box .add_map .info > div.address {
          float : none;
      }
      .editor_box .add_map .info > div:nth-child(n+3) {
          padding-left : 0;
      }
      .editor_box .add_map .info > div.phone {
          border        : none !important;
          padding-right : 10px;
      }
      .editor_box .add_map.on .info {
          position : relative;
      }
      .editor_box .add_map .info > div.mobile_right {
          position  : absolute;
          right     : -5px;
          top       : -5px;
          font-size : 23px;
      }
      .modal_map_editor {
          z-index : 111201;
      }
      .modal_map_editor .modal-dialog {
          width  : 100%;
          height : 100%;
          margin : 0;
      }
      .modal_map_editor .form-wrap {
          padding : 0;
      }
      .modal_map_editor .row > div {
          height        : 47px;
          border-bottom : 1px solid rgba(128, 128, 128, 0.3)
      }
      .modal_map_editor .row > div.border {
          border-right : 1px solid rgba(128, 128, 128, 0.3)
      }
      .modal_map_editor .form-wrap input {
          border     : 0;
          height     : 47px;
          background : none;
      }
      .doz_sys .modal_map_editor .form-group {
          margin-bottom : 0;
      }
      .modal_map_editor .modal-content {
          height        : 100%;
          border        : 0;
          box-shadow    : none;
          border-radius : 0;
      }
      .modal_map_editor .layer_pop .top-block {
          padding    : 6px 15px;
          text-align : center;
          height     : 47px;
      }
      .modal_map_editor .layer_pop .top-block a {
          float     : left;
          font-size : 20px;
          padding   : 3px 10px 5px 0;
      }
      .modal_map_editor .layer_pop .top-block .btn {
          float         : right;
          padding       : 6px 12px;
          border-radius : 3px;
      }
      .modal_map_editor .layer_pop .set-tit {
          position    : static;
          display     : inline-block;
          line-height : 2.4;
      }
      .modal-content .map_container {
          position : relative;
      }
      .modal-content .map_container .gmap {
          position : absolute;
          width    : 100%;
          top      : 141px;
      }
      .modal_map_editor .icon {
          position   : absolute;
          top        : 50%;
          right      : 15px;
          font-size  : 20px;
          color      : #999;
          margin-top : -16px;
      }
      .review-box {
          display: none;
      }
      .write-header {
          position : static;
          padding  : 0 15px;
          height   : 47px;
          line-height: 47px;
      }
      .write-header.m_sticky_toolbar {
          position : fixed;
      }
      .write-header .header_line {
          position : relative;
      }
      .write-header .board-name {
          font-size     : 17px;
          width         : 100%;
          text-align    : center;
          padding-right : 30px;
          min-height: 47px;
      }
      .write-header .write-btn {
          float: none;
      }
      .write-header .write-btn a.btn_style {
          display: none;
      }
      .write-header .write-btn a.icon_style {
          display: block;
          position: absolute;
          left: -10px;
          padding: 0 10px;
          top: 0;
          font-size: 20px;
      }
      .write-header .write-btn button {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -16.5px;
      }
      .write-body .board_summary {
          display: none;
      }
      .write-body .non-members {
          margin-bottom: 0 !important;
      }
      .write-body .non-members input {
          height:47px;
          padding: 5px 15px;
          border-bottom: 1px solid #ddd;
          float: none;
          width: 100%;
          margin-right: 0;
      }
      .write-body .tit-area .write-icon {
          display: block;
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -20px;
          z-index: 1;
          padding: 10px;
      }
      .write-body .tit-area a {
          display: block;
      }
      .write-body .tit-area a i {
          color: #aaa;
          font-size: 18px;
      }
      .widget.board .grid_ignore .mobile_right {
          display: block;
          position:absolute;
          right: -5px;
          top: 12px;
          font-size: 20px;
          z-index: 100;
      }
      .widget.board .grid_ignore.bg_on {
          min-height: 300px;
          padding: 90px 0;
      }
      .header_overlay .widget.board .grid_ignore.bg_on {
          padding-top: 145px;
      }
      .widget.board .grid_ignore.bg_on.show_view_class {
          top: 0;
          margin-bottom: 0;
      }
      .widget.board .grid_ignore.bg_on.show_view_class .mobile_right {
          top: 0;
          color: #fff;
          bottom: auto;
      }
      .widget.board .grid_ignore a.board {
          padding: 0 0 10px;
          margin-bottom: 10px;
      }
      .widget.board .grid_ignore.bg_on, .bg-block .se_backround_img {
          max-height: 300px;
          background-attachment: initial;
      }
      .doz_sys .widget.board .inside {
          padding : 0 !important;
          width :100% !important;
      }
      .doz_sys .widget.board .board_view .inside {
          padding-left: 15px;
          padding-right: 15px;
      }
      .doz_sys .widget.board .board_view iframe {
          max-width: 100% !important;
      }
      .edit-area .checkbox {
          margin-bottom: 0;
          padding-left: 0;
          float: right;
      }
      .edit-area .checkbox span {
          padding-left: 23px;
      }
      .start_day .one_day {
          line-height: 1.5;
      }
      .calendar_dropdown,.calendar_dropdown .tse-scrollable,.calendar_dropdown .tse-scrollable .tse-scroll-content {
          width:146px !important;
      }
      .start_day .checkbox-styled:not(ie8) input ~ span:before {
          top :10px;
      }
      .edit-area .start_day .down-btn.day-set, .edit-area .end_day .down-btn.day-set {
          width: 113px;
      }
      .edit-area .start_day .down-btn.time-set, .edit-area .end_day .down-btn.time-set {
          width: 77px;
      }
      .fc-unthemed .fc-popover {
          left:0 !important;
          top:0 !important;
          width :100%;
          height:100%;
          position : fixed;
          z-index :100;
      }
      .fc-unthemed .fc-popover .fc-header {
          background: #fff;
          padding: 15px 20px 15px;
      }
      .fc-unthemed .fc-popover .fc-header span {
          font-size :15px;
      }
      .fc-unthemed .fc-popover .fc-header .fc-close {
          margin-top :3px;
          font-size: 15px;
      }
      .fc-more-popover {
          position: fixed;
          left: 0 !important;
          top: 0 !important;
          z-index: 500;
          width: 100%;
          height: 100%;
          border: none;
      }
      .fc-popover .fc-header .fc-title {
          color : #333;
      }
      .fc-more-popover .fc-event-container {
          padding :0;
          border-top :1px solid #ccc;
      }
      .fc-more-popover .fc-event-container a {
          border-bottom: 1px solid #ddd;
          height: 45px;
          line-height: 45px;
          margin: 0;
          padding: 0;
          background: 0 !important;
      }
      .fc-day-grid-event {
          padding: 3px 4px;
  
      }
      .fc_close_left {
          display: inline-block;
          float : left;
          margin-right: 15px;
      }
      .fc_close_left:after {
          content: "\f092";
          display: inline-block;
          font: normal normal normal 14px/1 "Black Tie";
          font-size: inherit;
          vertical-align: -14.28571429%;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          color: #777;
      }
      a.fc-more {
          font-size:9px;
      }
      .fc_plus {
          display: inline-block;
          float: right;
      }
      .fc_plus:after {
          content: "\f01b";
          display: inline-block;
          font: normal normal normal 14px/1 "Black Tie";
          vertical-align: -14.28571429%;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          font-size: 16px;
          color: #777;
      }
      .fc_close {
          display: none;
      }
      .fc-more-popover .fc-event-container a .fc-content {
          width :100%;
      }
      .fc-more-popover .fc-event-container a .fc-content span {
          display: inline-block;
      }
      .fc-more-popover .fc-event-container a .fc-content span.fc-circle-icon {
          display: none;
      }
      .fc-more-popover .fc-event-container a .fc-content span.fc-time {
          width :30%;
          text-align: center;
          border-right-width: 2px;
          border-right-style: solid;
          color: #777;
          font-size :12px;
      }
      .fc-more-popover .fc-event-container a .fc-content span.fc-title {
          width:65%;
          padding-left: 10px;
          color: #333;
          font-size: 14px;
      }
      .fc-secret .fc-content:before {
          display: none;
      }
      .fc-event {
          font-size:9px;
      }
      .fc th {
          padding : 0 0 5px 2px;
      }
      .fc-toolbar {
          display: none;
      }
      .fc-view-container {
          padding-top : 50px;
      }
      .fc-event-container .fc-circle-icon {
          display: none;
      }
      .m-fc-toolbar {
          display  : block;
          position : absolute;
          top      : 20px;
          width    : 100%;
          left:0;
      }
      .m-fc-toolbar .toolbar.right {
          float : right;
          margin-top: 10px;
      }
      .m-fc-toolbar .toolbar.right a i {
          padding: 10px;
          font-size :18px;
      }
      .m-fc-toolbar .toolbar-tit {
          font-size   : 15px;
          margin-left : -5px;
          margin-top  : 0;
          text-align  : center;
      }
      .m-fc-toolbar .toolbar-tit a {
          font-size : 15px;
          padding   : 10px 5px;
      }
      .m-fc-toolbar .form-select:after {
          right :-15px;
          top: 0
      }
      .m-fc-toolbar .toolbar-right {
          position: absolute;
          right: 0;
          top: 0;
      }
      .m-fc-toolbar .toolbar-right.form-select-wrap:before {
          right: 0;
      }
      .m-fc-toolbar .toolbar-right select {
          font-size: 15px !important;
          background: transparent;
          border: 0;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          padding-right: 15px;
      }
      .m_schedule {
          display: block;
      }
      .m_schedule .detail_wrap{
          overflow: hidden;
          border-bottom :1px solid #ddd;
          margin: 0 10px;
      }
      .m_schedule_detail .detail_time {
          padding :17px 0;
          text-align: center;
          border-right :2px solid #00b8ff;
          font-size :12px;
      }
      .day-event .detail_time {
          border-color : #00b8ff;
      }
      .h-event .detail_time {
          border-color : #FFD600;
      }
      .m_schedule_detail .detail_tit {
          padding :15px;
          text-align: left;
      }
      a.fc-more:hover {
          text-decoration: none;
      }
      .fc-day-grid-event {
          padding-left :5px;
      }
      .fc-day-grid-event .fc-time {
          display: none;
      }
      .bubble_box.view,.bubble_box.add {
          position: fixed;
          top: 0 !important;
          left: 0 !important;
          height: 100%;
          width: 100%;
          margin-left :0;
          margin-top: 0;
          border-radius: 0;
          border: 0;
          overflow-y : auto;
      }
      .bubble_box.view .box_content {
          max-height: none;
          overflow-y: inherit;
      }
      .bubble_box.view .box_tit {
          display: block;
          padding-left: 20px;
          padding-right: 20px;
          color:#000;
          position: relative;
      }
      .bubble_box.view .box_tit a {
          display: inline-block;
          position: absolute;
          right: -15px;
          top: -10px;
          padding: 15px;
          z-index: 10;
      }
      .bubble_box.view header {
          position : relative;
      }
      .bubble_box.view .calendar_tit {
          position: absolute;
          left: 0;
          top: 1px;
      }
      .bubble_box.view .calendar_tit span {
          display: none;
      }
      .bubble_box.add .box_content{
          padding-top:30px
      }
      .bubble_box .bottom-prong {
          display: none;
      }
      .bubble_box.add a i {
          color: #777;
          font-size: 16px;
          position: absolute;
          right: 10px;
          top: 10px;
          padding: 10px;
      }
      .bubble_box.add .box-close {
          display: block;
      }
      .bubble_box .tit_wrap p {
          margin :0 0 20px;
      }
      .bubble_box .tit_wrap h4 a {
          display: block;
          float : right;
          color : #777;
      }
      .bubble_box.view .box_content .btl {
          display: block;
          float: none;
          padding-top: 0
      }
      .write-body.schedule {
          margin-top :0;
          padding: 0;
          font-size: 14px;
      }
      .board_write .tooltip {
          display: none !important;
      }
      .write-body .tit-area {
          padding-top :0;
          position : relative;
      }
      .write-body.schedule .tit-area input {
          height :47px;
          padding :5px 15px;
          max-width: 250px;
          border-bottom: none;
      }
      .write-body.schedule .editor_box {
          margin: 47px 0 0 0;
      }
      .write-body .editor_box {
          padding-left: 0;
          margin: 47px -15px 0 -15px;
      }
      .editor_box .form-control {
          border-bottom :0;
      }
      .edit-area .start_day,
      .edit-area .end_day,
      .schedule_name  {
          border-bottom: 1px solid #ddd;
          padding: 5px 15px;
          height: 47px;
          line-height: 34px;
      }
      .edit-area .end_day {
          margin-bottom :0;
      }
      .edit-area .date .calendar_select {
          width: 85px;
      }
      .schedule_name .down-btn {
          float: none;
          display: block;
      }
      .calendar_select > div {
          padding-left :0;
      }
      .write-body.schedule .tit-area input,.write-body .txt-area em {
          font-size :14px;
      }
      .write-body.schedule .txt-area textarea {
          font-size: 14px;
          height: 255px;
      }
      .write-body.schedule .txt-area {
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          padding: 10px 13px;
      }
      .edit-area .start-day {
          margin-bottom :10px;
          float: none;
      }
      .edit-area .end_day {
          margin-top :0;
      }
      .content-tit {
          padding-bottom :0;
      }
      .content-tit h1 {
          font-size: 1.714em;
          line-height: 1.2em;
          margin: 20px 0 10px;
      }
      .topbtn-wrap {
          top: 20px;
          right: 20px;
      }
      .topbtn-wrap .left i {
          font-size :1.5em;
      }
      .topbtn-wrap .left:last-child {
          margin-left : 10px
      }
      .bg-block .board_view.new .map_info {
          padding-top : 0;
      }
      .board_view.new .map_info .map {
          float: none;
          padding-right: 0;
          display: block;
          margin-bottom: 10px;
      }
      .fc-more-popover .color-type01 .fc-time {
          border-right-color : #00b8ff;
      }
      .fc-more-popover .color-type02 .fc-time {
          border-right-color : #6ecc51;
      }
      .fc-more-popover .color-type03 .fc-time {
          border-right-color : #f5ce4a;
      }
      .fc-more-popover .color-type04 .fc-time {
          border-right-color : #f9a746;
      }
      .fc-more-popover .color-type05 .fc-time {
          border-right-color : #ff635d;
      }
      .fc-more-popover .color-type06 .fc-time {
          border-right-color : #d189e2;
      }
      .fc-more-popover .color-type07 .fc-time {
          border-right-color : #a5a5a7;
      }
      .map-list {
          position : static;
          width    : 100%;
          z-index  : 999;
      }
      .map-list .map-list-detail {
          overflow-y : visible;
          background : #fff;
          position   : static;
      }
      .map-view-area .gmap_wrap {
          position : absolute;
          left     : -999px;
          top: -9999px;
          height   : 400px;
          width    : 100%;
      }
      .map-view-area.fold .gmap_wrap {
          left     : 0;
          top: 0;
          position : relative;
      }
      .map-view-area .gmap_wrap .detail_view {
          height : 400px;
      }
      .shop-table .checkbox-styled:not(ie8) input ~ span:before,
      .shop-table .radio-styled:not(ie8) input ~ span:before {
          margin-top: 1px;
      }
      .write_mode .fr-mobile {
          z-index: 9999 !important;
      }
      .modal_mypage_coupon_use_list .modal-dialog{
          width: 100%;
          padding: 0 32px 0 15px;
      }
  }
  @media all and (max-width : 380px) {
      .edit-area .form-select .dz-form-control {
          padding-right : 0;
      }
      .doz_sys .modal-dialog.full_board {
          max-width : 380px;
      }
      .topbtn-wrap .left:last-child {
          margin-left : 15px;
      }
      .topbtn-wrap .left i {
          font-size : 1.2em;
      }
      .board_view.new .substance {
          padding-top : 20px;
      }
      .dropdown_comment .reply_ico {
          left : -30px;
      }
      .shop_mypage .dropdown_comment .reply_ico,
      .booking_view .dropdown_comment .reply_ico {
          top: 20px;
          left: 10px;
      }
  }
  .thumb-row {
      position : relative;
  }
  .type-slide .thumb-row {
      width: auto !important;
  }
  .thumb-row:before, .thumb-row:after {
      display : block;
      content : " ";
      clear   : both;
  }
  .thumb-fluid {
      margin : 0 auto;
  }
  .no_data {
      text-align : center;
      padding    : 100px 0;
      display    : block;
  }
  .no-data-block .icon {
      font-size : 46px;
      padding   : 25px 0;
  }
  .no_data .bt-gift, .cart_empty .bt-shopping-cart {
      font-size: 52px !important;
      opacity: 0.35;
  }
  .no_data .body_font_color_40 {
      font-size:14px;
  }
  .font-16 {
      font-size : 16px;
  }
  .first-uppercase::first-letter {
      text-transform: uppercase;
  }
  div.widget_text_wrap {
      background-size:cover;
      background-position:center center;
      width: 100%;
      word-wrap: break-word;
  }
  div.widget_text_wrap p {
      margin: 0;
  }
  div.widget_text_wrap > div {
      width:100%;
  }
  div.widget_text_wrap.inline_widget > div {
      width: 100%;
  }
  div.widget_text_wrap.inline_widget > div.e_toolbar {
      width       : 360px;
      left        : 0;
  }
  .inline-col-group-right div.widget_text_wrap.inline_widget > div.e_toolbar {
      width       : 360px;
      right: 0;
      left : auto;
  }
  
  .doz_sys div[data-widget-type="shop_showcase"] .shop-content {
      margin-top : 15px;
  }
  .mypage .shop-table.shop-point-table > tbody > tr.more {
      background: transparent;
  }
  .mypage .shop-table.shop-point-table > tbody > tr.more td {
      padding:0;
  }
  .mypage .shop-table.shop-point-table > tbody > tr.more a {
      display: block;
      padding:15px;
      color:#999;
  }
  .mypage .shop-table.shop-point-table > tbody > tr.more a:hover {
      color:#666;
  }
  .control_box {
      max-width : 400px;
      margin    : 50px auto;
      position  : relative;
  }
  .control_box a.icon {
      font-size : 20px;
      position  : absolute;
      z-index   : 9;
      top       : 0;
      line-height: 44px;
      padding   : 0 15px;
  }
  .control_box .form-control {
      height        : 44px;
      padding       : 6px 50px;
      border-radius : 3px;
      border-color  : rgba(0, 0, 0, 0.2);
      font-size     : 16px;
  }
  .control_box .icon.close {
      content                 : "\f00d";
      font-size               : 17px;
      padding                 : 0 15px;
      line-height: 44px;
      position                : absolute;
      right                   : 0;
      top                     : 0;
      color                   : #999;
      opacity                 : 0;
      -webkit-transition      : .3s;
      transition              : .3s;
  }
  .control_box.active .icon.close {
      opacity : 1;
  }
  .search_widget .categorize {
      display : block;
  }
  .view_box {
      padding      : 50px 0;
  }
  .view_box .repeat_area {
      max-width  : 900px;
      margin-top : 50px;
  }
  .view_box .repeat_area:first-child {
      margin-top : 0;
  }
  .view_box .repeat_area > div {
      display        : table-cell;
      vertical-align : top;
  }
  .view_box .repeat_area > div.box_content {
      vertical-align: top;
  }
  .view_box .repeat_area > div.box_thumb {
      padding-right : 16px;
  }
  .view_box .repeat_area > div.box_thumb img {
      max-width :155px;
  }
  .view_box .item_summary {
      text-overflow      : ellipsis;
      overflow           : hidden;
      display            : -webkit-box;
      -webkit-line-clamp : 2;
      -webkit-box-orient : vertical;
      word-wrap          : break-word;
      word-break         : break-word;
  }
  .view_box .box_content .badge {
      margin-left : 10px;
      margin-top  : -2px;
  }
  .modal-head {
      height        : 50px;
      line-height   : 50px;
      border-bottom : 1px solid rgba(0, 0, 0, 0.1);
      position      : relative;
  }
  .modal-head .btn {
      padding          : 7px 25px;
      letter-spacing   : 0;
      font-size        : 14px;
      color            : #333;
      background-color : rgba(255, 255, 255, 1);
      border-radius    : 3px;
      border-color     : rgba(0, 0, 0, 0.1);
      width            : 100px;
  }
  .modal-head .btn-time {
      padding     : 0 15px;
      margin      : 0;
      height      : 50px;
      line-height : 50px;
      position    : absolute;
      right       : 0;
      top         : 0;
      font-size   : 17px;
  }
  .stamp_wrap {
      width         : 292px;
      height        : auto;
      margin        : 0 auto;
      border-radius : 10px;
      padding       : 20px 20px 0 20px;
  }
  .stamp_wrap .stamp_check {
      width         : 40px;
      height        : 40px;
      color         : #fff;
      display       : inline-block;
      text-align    : center;
      font-size     : 17px;
      line-height   : 40px;
      border-radius : 50%;
      border        : 1px dashed #fff;
      margin-right  : 9px;
      position      : relative;
  }
  .stamp_wrap .stamp_check .date {
      position  : absolute;
      font-size : 11px;
      bottom    : -35px;
      left      : -2px;
      opacity   : 0;
  }
  .stamp_wrap .stamp_check.active .date {
      opacity : 1;
  }
  .stamp_wrap .stamp_check:last-child {
      margin-right : 0
  }
  .stamp_wrap .repeat_stamp {
      margin-bottom : 30px;
  }
  .stamp_wrap .copy {
      color      : #fff;
      font-size  : 12px;
      margin     : 0 -20px;
      border-top : 1px solid rgba(255, 255, 255, 0.1);
      padding    : 15px 0;
  }
  .repeat_coupon {
      margin       : 0 -15px;
      border-width : 0 0 1px 0;
      border-style : solid;
      border-color : rgba(0, 0, 0, 0.1);
  }
  .repeat_coupon:last-child {
      margin-bottom : 70px;
  }
  .repeat_coupon:first-child {
      border-width : 1px 0;
  }
  .repeat_coupon .content {
      display       : block;
      overflow      : hidden;
      white-space   : nowrap;
      text-overflow : ellipsis;
  }
  .repeat_coupon .active_btn {
      float       : right;
      white-space : nowrap;
      width       : 52px;
      text-align  : left;
      position    : relative;
      margin-left : 15px;
      line-height : 70px;
  }
  .repeat_coupon .content h6 {
      font-size  : 14px;
      margin-top : 0;
  }
  .repeat_coupon .content div {
      font-size   : 13px;
      line-height : 1.6;
  }
  .repeat_coupon .btn {
      border-radius  : 15px;
      letter-spacing : 0;
      font-size      : 13px;
  }
  .repeat_coupon .active_btn > div {
      display : none;
  }
  .repeat_coupon .active_btn.complete {
      line-height : 30px;
  }
  .repeat_coupon .active_btn.complete .btn {
      background   : #fff;
      color        : #333;
      border-color : #bcbcbc;
  }
  .repeat_coupon .active_btn.complete > div {
      display : block;
  }
  .form_success_msg {
      padding:50px 0 0;
  }
  .form_success_btn {
      margin-bottom: 40px;
  }
  .form_row {
      position : relative;
  }
  .form_row .form-control {
      height: 39px;
  }
  .form_row .btn {
      position       : absolute;
      right          : 0;
      top            : 0;
      height: 39px;
  }
  .app_arrow {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
  }
  .app_arrow a {
      font-size: 18px;
      color: #fff;
      width: 30px;
      height: 30px;
      text-align: center;
      z-index: 99999999;
      background: rgba(0,0,0,0.3);
      line-height: 30px;
      border-radius: 50%;
  }
  .item_gallary .item_container {
      position: relative;
  }
  .item_gallary .text_wrap .title {
      display: table-cell;
      margin-bottom :0;
      word-break: break-word;
  }
  .item_gallary .text_wrap .body {
      display: block;
  }
  .item_gallary .text_wrap .trans_img {
      max-width :100%;
      max-height: 100%;
  }
  .hover_show_overlay .item_gallary .text_wrap,
  .hover_hide_overlay .item_gallary .text_wrap,
  .slide_01 .item_gallary .text_wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: table;
  }
  
  .hover_hide_overlay .item_gallary .text_wrap {
      opacity: 1;
      transition: .3s;
  }
  .hover_show_overlay .item_gallary .text_wrap {
      opacity: 0;
      transition: .3s;
  }
  @media (min-width: 786px) {
      .hover_show_overlay .item_gallary .item_container:hover .text_wrap {
          opacity: 1;
      }
      .hover_hide_overlay .item_gallary .item_container:hover .text_wrap {
          opacity: 0;
      }
  }
  .fr-view img.fr-dii {
      margin: 5px 0;
      vertical-align: middle !important;
  }
  .fr-view img.fr-rounded {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
  }
  .cursor_pointer {
      cursor: pointer;
  }
  .board_txt_area img.fr-dib, .board_txt_area img.fr-dii {
      max-width: 100% !important;
      height: auto;
      left:auto;
  }
  .li_board {
      display: table;
      width: 100%;
  }
  .li_board ul {
      list-style: none;
      margin-bottom: 0;
      clear : both;
      display: table-row-group;
      padding-left: 0;
  }
  .li_board ul li {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding-top: 10px;
      padding-bottom: 10px;
      border-width: 0 0 1px 0;
      border-style: solid;
  }
  .li_board ul li.like {
      width:7%;
  }
  .li_board ul li.category {
      width :15%;
  }
  .li_board ul li.prod_name {
      width         : 180px;
      text-align: left;
  }
  .li_board ul li.prod_name a {
      font-size: 12px;
      letter-spacing: -1px;
  }
  .li_board ul li.no {
      width: 5%;
  }
  .li_board ul li.read,.li_board ul li.name,.li_board ul li.time {
      width:10%
  }
  .li_board ul li.date {
      width:12%;
  }
  .li_board ul.li_body li.tit,.li_board ul li.name {
      text-align: left;
  }
  .li_board ul li.tit {
      width:auto;
  }
  .li_board ul li.tit .badge {
      background-color: #FF472D;
      margin-left: 8px;
      font-family: Arial;
      font-size: 11px;
      font-weight: bold;
      vertical-align: 2px;
      width: 18px;
      height: 18px;
      padding: 0;
      line-height: 18px;
  }
  .li_board ul li.tit .tit_ico i {
      margin-right: 5px;
  }
  .li_board ul li.tit .tit_ico i.bt-lock {
      transform: none;
  }
  .li_board ul li.tit .tit_ico, .li_body .comment-count {
      font-size:12px;
  }
  .li_body .comment-count {
      margin-left: 10px
  }
  .li_board ul li.tit .tit_ico,.li_body .comment-count:before {
      font-size:14px;
      margin-right: 0;
  }
  .li_footer {
      margin-top :15px;
      position : relative;
  }
  .li_table ~ .li_footer > .tools {
      display: none;
  }
  .li_table ~ .li_footer.show_search_form > .tools {
      display: inline-block;
  }
  .li_footer .input-group {
      min-width :220px;
  }
  .li_footer .btn-block-right {
      display: inline-block;
      float: right;
  }
  .li_footer.show_search_form .btn-block-right {
      position: absolute;
      right: 0;
  }
  .back_to_top {
      width: 50px;
      height: 50px;
      background: #f6f6f6;
      color:#f7f7f7;
      display: inline-block;
      text-align: center;
      line-height: 50px;
      font-size: 20px;
      position: fixed;
      bottom: 50px;
      z-index: 10000;
      right: 50px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
  }
  .booking.booking_wrap {
      letter-spacing: 0;
  }
  .booking .booking_view table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      border-spacing: 0;
      font-size: 1em;
      line-height: 1.6;
  }
  .booking_view .comment .comment:first-child .block-postmeta:after{
      display: none;
      top: 60px;
  }
  .booking_view .comment .date em {
      font-style: normal;
  }
  .booking .booking_list {
      line-height: 1.4;
      margin-bottom: 5px;
  }
  .booking th {
      text-align  : left;
      font-weight : 200;
      padding     : 0 0 15px 0;
      font-size   : 15px;
      text-align  : center;
  }
  .booking .small_txt {
      font-size :12px;
      padding   : 10px 0;
      margin    : 0;
      position  : absolute;
      right     : 0;
      top       : 0;
  }
  .booking .small_txt .booking_badge,
  .booking .booking_list .booking_badge {
      width: 16px;
      height: 16px;
      text-align: center;
      display: inline-block;
      color: #fff;
      font-size: 11px;
      margin-right: 5px;
      font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'sans-serif', 'serif', 'Arial';
      line-height: 17px;
  }
  .booking .booking_list .booking_badge_wrap {
      width: 25px;
  }
  .booking .small_txt li {
      margin-left : 25px;
      float       : left;
  }
  .booking .small_txt li:first-child {
      margin-left: 0;
  }
  .booking .small_txt li.full {
      color: #FD635D;
  }
  .col-dz-6 .booking .booking_toolbar .btn-group, .col-dz-5 .booking .booking_toolbar .btn-group, .col-dz-4 .booking .booking_toolbar .btn-group, .col-dz-3 .booking .booking_toolbar .btn-group, .col-dz-2 .booking .booking_toolbar .btn-group, .col-dz-1 .booking .booking_toolbar .btn-group {
      display: block;
  }
  .col-dz-6 .booking .small_txt, .col-dz-5 .booking .small_txt, .col-dz-4 .booking .small_txt, .col-dz-3 .booking .small_txt, .col-dz-2 .booking .small_txt, .col-dz-1 .booking .small_txt {
      position: relative;
      float: right;
  }
  .booking_table .booking_body {
      border-width : 0 0 1px 1px;
      border-style : solid;
      border-color : #e3e3e3;
  }
  .booking .booking_day {
      border-width :1px 1px 0 0;
      border-style :solid;
      border-color : #e3e3e3;
      position     : relative;
  }
  .booking .booking_day .booking_day_number {
      position   : absolute;
      width      : 100%;
      left       : 0;
      top        : 15px;
      padding    : 0 15px;
      text-align : center;
  }
  
  .booking .booking_day.holiday .booking_day_number,
  .booking_content .booking .booking_day.holiday {
      color : #ff635e;
  }
  
  .booking .booking_day:last-child .booking_day_number {
      color : #3f92f2;
  }
  
  .booking .booking_day.full_day .booking_day_number,
  .booking .booking_day:not(.today) .booking_day_number > .number.block_book,
  .booking_date .number.block_book span {
      color : #ccc;
  }
  
  .booking_content .booking .booking_day.full_day {
      color : inherit;
  }
  .booking .booking_row:last-child .booking_day {
      border-bottom : 0;
  }
  .booking_day_number {
      font-size: 16px;
      line-height: 20px;
  }
  .booking_day.today span.number {
      color: #fff;
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
  }
  .booking_day.today span.number.block_book,
  .booking_date.on .number.block_book span {
    background-color: #363b3e !important;
  }
  .booking_content_skeleton .booking_day {
      padding: 45px 15px 15px 15px;
  }
  .booking_content_skeleton .booking_day.full_day {
      vertical-align: middle;
  }
  .booking_day_season {
      font-size: 12px;
      margin-bottom: 5px;
  }
  .booking_toolbar {
      position      : relative;
      margin-bottom : 25px;
      text-align    : center;
  }
  .booking_toolbar .btn-group {
      display: inline-block;
  }
  .btn-group > .dropdown-toggle:not(:last-child) {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  .btn-group > .dropdown-toggle:not(:first-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
  }
  .booking_toolbar .price_tools {
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .booking_toolbar .btn-group .btn-disable {
      opacity : 0.4;
  }
  .booking_body .booking_row {
      min-height :150px;
      position : relative;
      z-index: 1;
  }
  .booking_row .booking_bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
  }
  .booking_bg table {
      height: 100%;
  }
  .booking_content_skeleton {
      position : relative;
      z-index: 2;
  }
  .booking_content_skeleton tbody tr td {
      vertical-align: top;
  }
  .booking_content_skeleton .booking_event_full {
      vertical-align: middle;
  }
  .booking_content_detail {
      line-height: 1;
  }
  .booking_content_detail div.title {
      margin    : 0 0 25px 0;
      font-size : 24px;
  }
  .booking_content_detail div.text-brand {
      font-size:22px;
  }
  .booking_content_detail div.text-brand span {
      font-size:16px;
  }
  .booking_list .title {
      font-size: 12px;
      padding-right: 5px;
  }
  .booking_list .value {
      font-size: 11px;
      display: none;
  }
  .booking_list.hide_badge .title .value {
      display: none;
  }
  .booking_list.hide_badge .value {
      display: table-cell;
      text-align: right;
  }
  .booking_list .title .value {
      display: block;
  }
  .booking_list .title .booking_badge_wrap {
      display: none;
  }
  .booking_list.full .title {
      color: #FD635D;
      text-decoration: line-through;
  }
  .booking_list.full > a ,.booking_list.waiting > a {
      cursor: default;
  }
  .booking_content .booking th {
      text-align : center;
      font-size  : 14px;
      padding    : 17px 0;
  }
  .booking_content .booking .booking_day {
      border-width   : 0;
      cursor         : pointer;
      text-align     : center;
      padding        : 7px 0 0 0;
      font-size      : 15px;
      vertical-align : top;
  }
  .booking_content .booking .booking_day.full_day {
      cursor: default;
  }
  .booking_content .booking .booking_day.full_day span {
      opacity: 0.3;
  }
  .booking_content .booking .booking_day .check_in,
  .booking_content .booking .booking_day .check_out {
      font-size:11px;
      display: none;
  }
  .booking_content .booking .booking_day.on .check_in,
  .booking_content .booking .booking_day.off .check_out {
      display: block;
  }
  .booking_content .booking_head_container th  {
      color: #4A4A4A
  }
  .booking_content .booking_body .booking_row {
      min-height: 55px;
  }
  .booking_content .booking_day p {
      font-size: 11px;
  }
  .booking_content .booking .booking_day.on {
      border-top-left-radius    : 8px;
      border-bottom-left-radius : 8px;
  }
  .booking_content .booking .booking_day.off {
      border-top-right-radius    : 8px;
      border-bottom-right-radius : 8px;
  }
  .booking_content .booking .single .booking_day.on,
  .booking_content .booking .single .booking_day.off {
      border-radius: 8px;
  }
  .booking_tools {
      font-size      : 16px;
      padding-bottom : 15px;
  }
  .booking_tools a {
      padding   : 0 15px;
      font-size : 11px;
      display   : inline-block;
  }
  .booking_tools a.btn-disable {
      opacity : 0.4;
  }
  .booking_tools a > i {
      vertical-align : unset;
  }
  .booking_opt .options {
      padding       : 17px 0;
      border-bottom : 1px solid #e3e3e3;
  }
  .booking_opt .option_btn_tools {
      float:none;
      width :100px;
      margin-right: 15px;
  }
  .booking_opt .text {
      line-height: 30px;
      font-size:14px;
  }
  .booking_opt .text.tit {
      font-size: 13px;
  }
  .booking_opt .checkbox {
      margin :0;
  }
  .booking_opt .checkbox .text,.booking_opt .checkbox ~ .text {
      line-height: 20px;
  }
  .booking_opt .option_btn_tools a {
      height: 28px;
  }
  .booking_opt .option_thumb {
      width: 100%;
      padding-bottom: 10px;
  }
  .booking_opt .option_thumb p {
      margin-bottom :5px;
      font-size: 15px;
  }
  .booking_opt .option_thumb > div {
      vertical-align: top;
  }
  .booking_opt .option_thumb > div.img_wrap {
      padding-left:20px;
  }
  .booking_opt .option_thumb .help {
      font-size: 12px;
  }
  .booking_opt .option_thumb img {
      max-width: 90px
  }
  .doz_sys .booking_opt .option_btn_tools input.form-control {
      width: 55px;
      margin: 0 auto;
      height: 28px;
  }
  .doz_sys .booking_opt .option_btn_tools select.form-control {
      border: 0;
      height: 28px;
      padding: 0 10px;
  }
  .booking_total {
      font-size:15px;
      padding: 20px 0;
  }
  .booking_total .pay {
      font-size:20px;
      line-height: 1;
  }
  .booking_total .pay em {
      font-size: 14px;
  }
  .booking_content .buy_btns div.book_btn{
      width: 45%;
      margin-right: 1%;
  }
  .booking_content .buy_btns a {
      width: 45%;
      margin: 0;
      float: left;
      padding: 13px 25px;
      border-color: #ddd;
  }
  .booking_content .buy_btns a {
      margin-right: 1%;
  }
  .booking_content .buy_btns div.book_btn a{
      width: 100%;
      margin-right: 0;
  }
  .booking_content .buy_btns button {
      float: left;
      width: 8%;
      padding: 13px 0 13px 10px;
      text-align: right;
  }
  .booking_btn_group {
      margin: 25px 0;
  }
  .booking_btn_group .btn, .booking_btn_group .btn:hover {
      padding: 16px 25px;
      font-size:15px;
      border-color: #ddd;
  }
  .booking_btn_group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
      border-width: 1px 0 1px 0;
  }
  .buy_btns > div.fixed_btn {
      display: block;
  }
  .buy_btns .like_box i{
      vertical-align: middle;
      padding-right: 1px;
      font-size: 15px;
  }
  .buy_btns .prod_detail_wish_count{
      vertical-align: middle;
  }
  .min_table {
      min-height: 90px;
      width: 100%;
  }
  .order_detail table {
      border :1px solid #ccc;
  }
  .order_detail table tr td:first-child {
      border-right :1px solid #ddd;
  }
  .booking_payment table tr td:first-child  {
      padding-left: 0;
  }
  .booking_payment table tr td:last-child {
      padding-right: 0;
  }
  .booking_payment table tbody tr td {
      padding-bottom: 0;
  }
  .booking_payment table tbody tr:last-child td {
      padding-bottom: 20px;
  }
  .booking_payment table tfoot td {
      padding-top: 20px;
  }
  .booking_payment table tfoot strong {
      font-size:15px;
  }
  .doz_sys main > .doz_row .booking_toolbar {
      padding: 0 15px;
  }
  .booking_grid_container,
  .booking_toolbar .booking_state,
  .booking_view_container .booking_head,
  .booking_content .thumb_group,
  .booking_nav_tools,
  .booking_content_detail {
      display: block;
  }
  .booking_grid_mobile_container,
  .booking_grid_mobile_container .btn-group,
  .booking_content_detail.mobile,
  .fixed_view .btn_close,
  .fixed_btn .btn.second,
  .m_booking_nav_tools {
      display: none;
  }
  .device_type_m .booking_wrap .owl-stage {
      width:100% !important;
  }
  .device_type_m .booking_wrap .owl-stage .owl-item{
      width: 14.285714286% !important;
  }
  .device_type_m .booking_wrap .owl-stage .owl-item:nth-child(n+8) {
      display: none;
  }
  .miss-width-47 {
      width: 47%;
      padding-left:47px
  }
  .miss-width-53 {
      width: 53%
  }
  .product-notify-title {
      margin: 10px 0;
      display: table-caption;
  }
  .product-notify-wrap {
      margin-bottom: 12px;
      display: table;
      width: 100%;
      border-collapse: collapse;
  }
  .product-notify-group {
      display: table-row;
  }
  .product-notify-group .product-notify-label {
      display: table-cell;
      padding: 7px 12px;
      width: 20%;
      border-top:1px solid rgba(128,128,128,0.14);
      border-bottom:1px solid rgba(128,128,128,0.14);
      font-size: 12px;
      background: #fafafa;
      background: rgba(128,128,128,0.05);
  }
  .product-notify-group .product-notify-value {
      display: table-cell;
      padding: 6px 12px;
      width: 80%;
      border-top:1px solid rgba(128,128,128,0.14);
      border-bottom:1px solid rgba(128,128,128,0.14);
      font-size: 12px;
      word-break: normal;
      word-wrap : break-word;
  }
  .viewed_items {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      z-index: 99999999;
      width: 90px;
      border-width: 0 0 0 1px;
      border-color: #ddd;
      border-style: solid;
      display: table;
      height: 100%;
      padding: 0 11px;
  }
  .viewed_items .top_icon {
      position: absolute;
      right: 0;
      top: 30px;
      left: 50%;
      margin-left: -16.5px;
  }
  .viewed_items .top_icon > a {
      font-size: 32px;
  }
  .viewed_items .top_icon > span {
      position: absolute;
      bottom: 0;
      width: 23px;
      height: 23px;
      vertical-align: middle;
      border-radius: 50%;
      text-align: center;
      line-height: 25px;
      font-weight: normal;
      font-size: 11px;
      padding: 0 2px;
      right: 17px;
      letter-spacing: 0;
  }
  .viewed_items_inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
  }
  .viewed_items_inner > span {
      letter-spacing: 0;
  }
  .viewed_items_inner .owl-carousel .owl-stage,.viewed_items_inner .owl-carousel .owl-item {
      width: 100% !important;
  }
  .viewed_items_list .item {
      list-style: none;
      margin-bottom: 0;
      padding: 10px 0;
  }
  .viewed_items_list .item li {
      margin-bottom: 15px;
  }
  .viewed_items_list .item li:last-child {
      margin-bottom: 0;
  }
  .owl-theme.viewed_items_list .owl-dots .owl-dot span {
      margin: 5px 3px;
  }
  .banner-container ~ .close_tools {
      position: absolute;
      right: 30px;
      top: 13px;
      z-index: 11;
  }
  .banner-container ~ .close_tools a {
      font-size: 14px;
  }
  .widget.button .btn-group-justified .btn {
      display: table-cell;
  }
  .widget.button .inline-blocked:last-child .btn {
      margin-right: 0 !important;
  }
  .widget.button .btn-group-justified > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0 !important;
  }
  .widget.button .btn-group-justified > .btn-group:first-child > .btn {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
  }
  .widget.button .btn-group-justified > .btn-group:last-child > .btn {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
  }
  .input_trick {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
  }
  .visual_link {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  .vertical-middle-content:before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
  }
  .npay_icon {
      background: #00c73c;
      padding: 2px 5px 3px 3px;
      line-height: 1;
  }
  .npay_icon span {
      font-family: 'Noto Sans','sans-serif';
  }
  .npay_icon span:first-child {
      font-family: Arial Black;
      color: #00c73c !important;
      width: 14px;
      height: 14px;
      background: #fff;
      display: inline-block;
      text-align: center;
      line-height: 14px;
      font-size: 11px;
  }
  .npay_icon span {
      color: #fff !important;
      display: inline-block;
      font-size: 11px;
  }
  .return-form {
      border-color: rgba(0,0,0,0.18);
      border-width: 0 0 1px 0;
      border-style: solid;
      position : relative;
  }
  .return-form > .middle-minus {
      border-color: rgba(0,0,0,0.18);
      border-width: 1px;
      border-style: solid;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      position: absolute;
      bottom: -17px;
      left: 50%;
      background: #fff;
      margin-left: -16px;
  }
  .return-form > .middle-minus:after {
      display: inline-block;
      width: 16px;
      height: 4px;
      content: '';
      position : absolute;
      left:50%;
      margin-left: -8px;
      top:50%;
      margin-top: -2px;
      background: #9B9B9B;
  }
  .visit_btn_wrap > .btn {
      padding: 8px 0;
      letter-spacing: 0;
      vertical-align: top;
      font-size: 13px;
  }
  .site_modal .container {
      padding: 20px;
  }
  .site-form-group {
      margin-right: -15px;
      margin-left: -15px;
      margin-bottom: 20px;
      position: relative;
  }
  .site-form-group:before {
      display: table;
      content: " ";
  }
  .site-form-group:after {
      display: table;
      content: " ";
      clear: both;
  }
  .site-form-group > label, .site-form-group .control-label {
      font-size: 12px;
      color: #757575 !important;
      font-weight: normal;
      margin-bottom: 0;
      padding-top: 2px;
  }
  .post_write_left {
      position: fixed;
      left: 0;
      width: 250px;
      top: 0;
      bottom: 0;
      overflow-y: auto;
      padding: 90px 20px 20px;
      border-right: 1px solid rgba(128, 128, 128, 0.3);
      background: #fafafa;
      z-index: 10;
  }
  .post_write_left .img_tools_title {
      font-weight: 600;
      color: #333;
      font-style: normal;
      font-size: 14px;
  }
  .post_write_left .img_tools {
      width: 60px;
      height:60px;
      background-size:cover;
      background-repeat: no-repeat;
      background-position: center center;
      margin: 0 14px 14px 0;
      position: relative;
      cursor: pointer;
  }
  .post_write_left .img_tools:nth-child(3n) {
      margin-right:0;
  }
  .post_write_left .img_tools > a {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      background: #00b8ff;
      color: #fff;
      font-size: 10px;
      display: inline-block;
      width: 15px;
      text-align: center;
      z-index: 90;
  }
  .post_write_left .img_tools:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #000;
      filter: alpha(opacity=10);
      opacity: .1;
  }
  .post_write_left .img_tools:hover:after {
      content: "";
      border: 2px solid #00b8ff;
      opacity: 1;
  }
  .post_write_left .img_tools:hover > a {
      opacity: 1;
  }
  .post_write_left .img_tools .primary {
      display: none;
  }
  .post_write_left .img_tools.on .primary {
      display: block;
      font-style: normal;
      display: block;
      background: #00b8ff;
      width: 30px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      position: absolute;
      top: 0;
      left: 0;
  }
  .post_write_left .img_tools.add_img:after {
      border: 2px dotted #000;
      opacity: .1;
  }
  .post_write_left .img_tools.add_img i {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 20px;
      color: #bbb;
      text-align: center;
      line-height: 60px;
  }
  .img-file-control {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      z-index: 9;
  }
  .fixed-menu-on #doz_header .new_fixed_header .first_scroll_fixed .scroll-to-fixed-fixed2 {
      top : -9999999px !important;
  }
  .form-widget .form-group .radio,
  .form-widget .form-group .checkbox{
      margin-top: 0;
      margin-bottom: 5px;
  }
  .form-widget .form-group.privacy .checkbox {
      margin-top: 10px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single {
      height: 34px;
      padding: 6px 12px;
      margin-right: 8px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span {
      display: table;
      vertical-align: middle;
      line-height: 22px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span > span {
      display: table-cell;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single > span > span:nth-child(2) {
      padding-left: 12px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single > div > b {
      margin-top: 4px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-single .search-choice-close {
      display: none;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop {
      margin-top: 10px;
      padding: 8px 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      width: 215px;
      height: 290px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-search {
      padding: 0 12px;
      margin-bottom: 8px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-search input {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 0;
      font-size: 13px;
      color: #212121;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results {
      margin: 0;
      padding: 0;
      overflow-y: auto;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li {
      margin: 0;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 22px;
      color: #212121;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li:hover {
      background: #f2f2f2;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li.highlighted {
      background-color: #f2f2f2;
      background-image: none;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div {
      display: table;
      vertical-align: middle;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div > span {
      display: table-cell;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .chosen-drop .chosen-results li > div > span:nth-child(2) {
      padding: 0 8px 0 12px;
  }
  .form-widget .phonenumber_wrap .chosen-container-single .flag {
      width: 28px;
      height: 21px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
      display: inline-block;
      margin-right: 12px;
      padding: 0;
  }
  .timepicker-picker a{
      border:none;
  }
  .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td.hour:hover {
      background:transparent;
      opacity:0.5;
  }
  #shopFormWrap .usetwentyfour {
      display:none;
  }
  .cursor_default {
      cursor: default;
      /*pointer-events: none;*/
  }
  .no_comment_box {
      border-width: 1px 0 0 0;
      border-style : solid;
      padding: 50px 0;
  }
  .no_comment_box > div {
      margin: 30px;
  }
  @media all and (max-width: 1200px) {
      .goods_thumbs {
          padding-right : 0;
      }
  }
  @media all and (max-width: 1027px) {
      .post_write_left {
          display: none;
          width:100%;
          z-index: 115200;
          padding: 0;
          border-right: 0;
          background: #fff;
          position: fixed;
          overflow: hidden;
      }
      .board_write.post_write {
          padding-left: 0;
      }
  }
  .print-wrap {
      font-style: normal;
      padding: 50px 45px;
      font-size: 14px;
  }
  .print-header {
      margin-bottom: 50px;
  }
  .print-wrap header {
      font-size: 26px;
      margin-bottom: 25px;
  }
  .print-body .order-summary {
      margin-bottom: 50px;
  }
  .order-summary .table-cell {
      width: 20%;
      padding-left: 30px;
  }
  .order-summary .table-cell:first-child {
      width: 50%;
      padding-left:0;
  }
  .order-items thead tr > th {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px;
  }
  .order-items tbody tr:first-child > td {
      padding:15px 0;
  }
  .order-items tbody tr:last-child > td {
      padding-bottom:15px;
      border-bottom: 1px solid #e5e5e5;
  }
  .order-items tfoot tr:first-child > td {
      padding-top: 20px;
  }
  .order-info p {
      margin-bottom: 0;
  }
  .order-name {
      margin-bottom: 20px;
  }
  .order-name > small {
      font-size: 13px;
  }
  .order-name > div {
      font-size: 16px;
      font-weight: bold;
  }
  #wrap{
      position: relative;
      display: block;
      width: 1024px;
      border: 1px solid #000;
  }
  .inline-section-wrap {
      position: relative;
      display: block;
      width: 100% !important;
  }
  .inline-section-wrap .section_bg{
      display: block;
      position: absolute;left: 0;top: 0;right: 0; bottom: 0;
      z-index: 0;
  }
  .inline-section-wrap .section_bg_color {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
  }
  .inline-inside {
      position: relative;
      display: block;
  }
  .inline-section{
      position: relative;
      display: table;
      width: 100%;
      border-collapse: collapse;
  }
  .inline-col-group{
      position: relative;
      display: table-cell;
      vertical-align : middle;
  }
  .inline-col-group:first-child {
      border-left:0;
  }
  .inline-col-group.inline-col-group-right{
      text-align: right;
  }
  .inline-col-group.inline-col-group-center{
      text-align: center;
  }
  .inline-col-group.inline-col-group-center .widget_text_wrap,
  .inline-col-group.inline-col-group-right .widget_text_wrap {
      text-align: left;
  }
  .inline-row{
      position: relative;
      display: block;
  }
  .inline-col{
      vertical-align: middle;
      position: relative;
      display: inline-block;
  }
  .hr_horizontal {
      border-width :1px;
      width: 170px;
      border-color: #ccc;
      border-style: solid;
      margin: 0 auto;
      border-bottom: 0 !important;
  }
  .hr_vertical {
      width: 1px;
      height: 170px;
      border-width: 1px;
      border-color: #ccc;
      border-style: solid;
      margin: 0 auto;
      border-right: 0 !important;
  }
  .hr_select {
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -40px;
  }
  .hr_select .form-select:after{
      display: none;
  }
  .order-cancle-total {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #e5e5e5;
      position: relative;
  }
  .order-cancle-total:last-child {
      border-bottom: 0;
  }
  .order-cancle-total.content-on:before {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      border: 1px solid #e5e5e5;
      padding: 10px;
      position: absolute;
      bottom: -17.5px;
      left: 50%;
      margin-left: -17.5px;
      background: #fff;
      border-radius: 50%;
  }
  .order-cancle-total.content-on:after {
      content: '';
      display: block;
      width: 15px;
      height: 5px;
      background: #999;
      position: absolute;
      left: 50%;
      margin-left: -7.5px;
      bottom: -3px;
  }
  .order-cancle-total .tabled.t-head {
      margin-bottom: 10px;
  }
  .order-cancle-total .tabled {
      margin-bottom:5px;
  }
  .form-widget .form.text-full > a {
      width: 100%
  }
  .deliv_guid_text > em {
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      max-width: 75px;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
  }
  .doz_handle {
      z-index: 11 !important;
  }
  .inline_header_design .doz_handle {
      z-index: 90 !important;
  }
  .new_header_site .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
      right: 310px;
      left: auto;
      margin-left: 15px;
      margin-right: 0;
  }
  .new_header_site .mobile_slide_menu_container .mobile_slide_menu {
      left: -300px;
      -webkit-transition: none;
      -webkit-transform: none;
      transition: none;
      transform: none;
      background: #fff;
  }
  .new_header_site .mobile_slide_menu_container .mobile_slide_menu.animation {
      -webkit-transition: transform 300ms ease 0s;
      transition: transform 300ms ease 0s;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
  }
  .new_header_site .mobile_slide_menu_container.slide_open .mobile_slide_menu {
      background: #fff;
      -webkit-transform: translate3d(300px, 0px, 0px);
      transform: translate3d(300px, 0px, 0px);
      overflow-y: auto;
  }
  .new_header_site .mobile_slide_menu_container.right-slide .mobile_slide_menu {
      left: auto;
      right: -300px;
  }
  .new_header_site .mobile_slide_menu_container.right-slide .mobile_slide_menu.animation {
      -webkit-transition: transform 300ms ease 0s;
      transition: transform 300ms ease 0s;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
  }
  .new_header_site .mobile_slide_menu_container.right-slide.slide_open .mobile_slide_menu {
      -webkit-transform: translate3d(-300px, 0px, 0px);
      transform: translate3d(-300px, 0px, 0px);
  }
  @media (min-width: 768px){
      .new_header_overlay .fixed_transform {
          -webkit-transition-property: color, background, border-color;
          transition-property: color, background, border-color;
          transition-duration: 0.3s;
          transition-timing-function: ease-out;
      }
      .new_header_overlay .scroll-to-fixed-fixed .fixed_transform,
      .new_header_overlay .scroll-to-fixed-fixed .normal_logo {
          -webkit-transition-property: color, background, border-color;
          transition-property: color, background, border-color;
          transition-duration: 0.3s;
          transition-timing-function: ease-out;
      }
      .new_header_overlay .first_scroll_fixed .scroll-to-fixed-fixed .fixed_transform,
      .new_header_overlay .first_scroll_fixed .scroll-to-fixed-fixed .normal_logo {
          transition-duration: 100000s;
      }
  }
  @media (max-width: 320px) {
      .new_header_site .mobile_slide_menu_container.right-slide.slide_open .navbar-toggle.close.slide-close {
          right: 285px;
      }
  }
  .scroll_logo,
  .new_header_overlay .scroll-to-fixed-fixed .normal_logo,
  .new_header_overlay_mobile .scroll-to-fixed-fixed .normal_logo {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
  }
  .scroll_logo {
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  }
  .new_header_overlay .scroll-to-fixed-fixed .scroll_logo,
  .new_header_overlay_mobile .scroll-to-fixed-fixed .scroll_logo {
      opacity: 1;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      position: static;
  }
  .board_title_wrap {
      margin-bottom: 20px;
  }
  .board_title_wrap .down-btn{
      float: none;
      display : inline-block;
  }
  .board_title_wrap .schedule_name {
      border-bottom: 1px solid rgba(128, 128, 128, 0.3);
      position: relative;
  }
  .board_title_wrap .schedule_name:after,
  .category .category_select_btn:after {
      right: 10px;
      top: 10px;
      margin-top: 0;
      pointer-events: none;
      color: #ccc;
      display: inline-block;
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f2f2';
      position: absolute;
      font-size: 23px;
  }
  .category .category_select_btn {
      display: inline-block;
      position: relative;
  }
  .category .category_select_btn:after {
      right: -20px;
      top: 0;
  }
  .board_title_wrap .schedule_name ~ .table-cell {
      padding-left: 20px;
  }
  .editor_box .board_title_wrap .form-control {
      border: 0;
      line-height: inherit;
      height: auto;
  }
  .board_title_wrap .category_select > div {
      font-size: 20px;
  }
  .img_type_select,
  .bg_photo_mobile {
      padding: 12px 0;
      margin-left: 20px;
      height: 47px;
  }
  .hover_img_close_btn {
      width: 16px;
      height: 16px;
      color: #fff;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      line-height: 15px;
      font-size: 11px;
      font-weight: bold;
      position: absolute;
      right: -8px;
      top: 0;
  }
  .img_type_select button {
      letter-spacing: 0;
      font-size :14px;
      padding: 0;
      border :0;
  }
  .map_write_btn {
      margin: 7px 15px;
  }
  .map-inner.text-right .map_write_btn {
      margin: 0;
      padding: 6px 15px;
      letter-spacing: 0;
  }
  .alarm-setting .notify-body .check {
      top: 50%;
      right: -35px;
      margin-top: -2px;
  }
  .validation_layer {
      position: absolute;
      z-index: 20;
      padding: 3px 8px;
      margin-top: 7px;
      background: #000;
      color: #fff;
      border-radius: 4px;
      opacity: 0.9;
      filter: alpha(opacity=90);
  }
  .validation_layer span {
      top: -5px;
      margin-left: 5px;
      border-width: 0 5px 5px;
      border-color: transparent;
      width: 0;
      height: 0;
      position: absolute;
      border-bottom-color: #000;
      border-style: solid;
  }
  .validation_layer a {
      color: #fff !important;
      font-size: 10px;
      display: inline-block;
      margin-left: 5px;
  }
  .snowfall_container {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity : 0.5;
      overflow: hidden;
  }
  .visual_section .snowfall_container {
      z-index:15;
      pointer-events: none;
      opacity: 0.5;
  }
  _:-ms-input-placeholder, :root .visual_section .snowfall_container {
      z-index:1;
  }
  .no-js #loader { display: none;  }
  .js #loader { display: block; position: fixed; left: 0; top: 0; }
  @keyframes fadeOutRemove {
      0% {
          opacity: 1;
          z-index: 100999;
      }
      99% {
          opacity: 0;
          z-index: 100999;
      }
      100% {
          opacity: 0;
          z-index: -1;
      }
  }
  .se-pre-con {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      text-align: center;
      z-index: 100999;
      animation: 400ms ease-in 0ms forwards fadeOutRemove;
  }
  .body-block .prod_preview {
      padding: 20px 15px;
      border-bottom: 1px solid #e5e5e5;
  }
  .body-block .prod_detail {
      padding: 25px 15px 0;
  }
  .body-block .prod_detail .tabled {
      padding: 5px 0;
      border-width: 1px 0;
      border-style: solid;
      border-color: #e5e5e5;
  }
  .body-block .prod_detail .tabled .table-cell {
      padding: 3px 0;
  }
  .visual_section .fr-view .btn.btn-sm {
      padding: 6px 22px;
  }
  .visual_section .fr-view .btn.btn-lg {
      padding: 15px 30px;
  }
  .exchange_warp h6 {
      margin-top: 0;
      margin-bottom: 20px;
  }
  .exchange_pay_table {
      margin-bottom: 30px;
  }
  .exchange_pay_table tr > th,
  .exchange_pay_table tr > td {
      padding: 10px 15px !important;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #e5e5e5;
      font-weight: normal;
  }
  .exchange_pay_table tr > th:last-child,
  .exchange_pay_table tr > td:last-child {
      border-right: 0;
  }
  .exchange_form {
      padding: 30px;
  }
  .exchange_form ul {
      padding-left: 20px;
  }
  .widget.login .btn.non_btn {
      background: #8393a7 !important;
      color: #fff !important;
  }
  .widget.login .btn.btn-default {
      background-color: #fff;
      color: #333;
  }
  .widget.login .form .form-group {
      padding-top: 0;
  }
  .widget.login .form .form-group>label {
      position: static;
  }
  .fileupload_profile_img .over .zmdi {
      margin: -12px 0 0 -10px;
  }
  .widget.login .input_block .select-block .selectbox  {
      height: auto;
      line-height: normal;
  }
  .widget.login .input_block .select-block .selectbox select {
      padding: 12px;
      height: auto;
      line-height: 1.2;
      font-size: inherit;
  }
  .widget.login .input_block .select-block .spin-down {
      margin-top: -8px;
      top: 50%;
  }
  .ii {
      line-height: normal;
  }
  div[data-widget-type="button"] .widget .ii {
      vertical-align: middle;
      display: inline-block;
      line-height: 1;
  }
  div[data-widget-type="calendar"] .fc-event .fc-bg {
      opacity: 1;
      border: 1px solid rgba(0,0,0,0.15);
  }
  div[data-widget-type="calendar"] .fc-event .fc-content {
      word-break: break-word;
  }
  div[data-widget-type="calendar"] .fc-time-grid-event {
      overflow-y: auto;
  }
  div[data-widget-type="calendar"] .fc-time-grid-event .fc-time {
      white-space: inherit;
  }
  div[data-widget-type="calendar"] .fc-time-grid-event .fc-resizer {
      line-height: 14px;
      font-size: 20px;
      height: 14px;
      opacity: 0;
  }
  div[data-widget-type="calendar"] .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
      opacity: 1;
  }
  .fc-time-grid-event {
      text-align: left;
  }
  .fc-time-grid-event.fc-time .fc-content {
      position: relative;
      padding: 5px 5px 0 20px;
  }
  .fc-time-grid-event .fc-content .fc-circle-icon {
      display: none;
  }
  .fc-time-grid-event.fc-time .fc-content .fc-circle-icon {
      position: absolute;
      left: 8px;
      top: 8px;
      display: block;
  }
  .prod_icon {
      padding: 2px 8px;
      font-family: Helvetica, Arial, Sans-Serif;
      display: inline-block;
      text-align: center;
      color: #fff;
      font-size: 11px;
      vertical-align: middle;
      text-rendering: optimizeLegibility;
  }
  .prod_icon.sale, .prod_icon.timesale {
      background: #fe5356;
      border :1px solid #fe5356;
  }
  .prod_icon.sold_out {
      background: #666;
      border :1px solid #666;
  }
  .prod_icon.coupon {
      background: #7B8494;
      border :1px solid #7B8494;
  }
  .prod_icon.icon_default {
      background: #fff;
      color: #000;
      border: 1px solid #ccc;
      width: auto;
      font-weight: normal;
      font-size: 11px;
      padding: 2px 10px;
  }
  .site_prod_nav {
      display: table;
      width: 100%;
      border-collapse: separate;
      vertical-align: middle;
      position: relative;
      border: 0;
      margin-bottom: 0;
  }
  .text_tab .site_prod_nav {
      display: inline-block;
  }
  .site_prod_nav_wrap {
      text-align: center;
  }
  .text_tab .site_prod_nav_wrap {
      border-width: 0 0 1px 0;
      border-style: solid;
      padding-bottom: 20px;
  }
  .text_tab .site_prod_nav {
      border: 0;
      padding-bottom: 0;
  }
  .site_prod_nav_wrap.scroll-to-fixed-fixed {
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      margin-bottom: 0;
  }
  .text_tab .site_prod_nav_wrap {
      padding : 0 45px;
  }
  .text_tab .site_prod_nav_wrap ul.site_prod_nav > li {
      margin: 0;
  }
  .text_tab .site_prod_nav_wrap ul.site_prod_nav > li a {
      padding: 15px 45px;
  }
  .text_tab .site_prod_nav_wrap .after_line:not(:last-child):after {
      right: 0;
  }
  
  ul.site_prod_nav > li {
      float: none !important;
      position: relative;
      vertical-align: middle;
      border-width: 1px 1px 1px 0;
      border-style : solid;
      text-align: center;
      width: 33.33%;
  }
  
  ul.site_prod_nav > li:first-child {
      margin-left: 0;
      border-width: 1px 1px 1px 1px;
      width: auto;
  }
  ul.site_prod_nav li + li {
      margin-left: -1px;
  }
  ul.site_prod_nav > li:not(:first-child):not(:last-child):not(.dropdown-toggle) {
      border-radius: 0;
  }
  ul.site_prod_nav > li:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  ul.site_prod_nav > li:last-child:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  ul.site_prod_nav > li.prod_tab_4 {
    width: 25%;
  }
  ul.site_prod_nav > li.prod_tab_3 {
    width: 33.3333%;
  }
  ul.site_prod_nav > li.prod_tab_2 {
    width: 50%;
  }
  .text_tab ul.site_prod_nav > li {
      display: inline-block;
      margin: 0 45px;
      border: 0;
      width: auto;
  }  
  
  .text_tab ul.site_prod_nav > li:first-child {
      border: 0;
  }
  .text_tab ul.site_prod_nav > li a.active {
      background-color : transparent;
  }
  .prod_detail_badge {
      padding-bottom: 15px;
    display: inline-flex;
    align-items: center;
  }
  ul.site_prod_nav li a .badge,
  .prod_detail_badge .badge {
      font-family: 'Arial';
      letter-spacing: 0;
      min-width: 15px;
      min-height: 15px;
    transition: 0.3s;
      text-align: center;
    font-weight: normal;
      line-height: 15px;
      font-size: 0.85em;
      padding: 3px;
  }
  .text_tab ul.site_prod_nav li a .badge,
  .text_tab .prod_detail_badge .badge {
      position: relative;
  
  }
  .text_tab .site_prod_nav_wrap.scroll-to-fixed-fixed {
      border: none;
  }
  .background_tab ul.site_prod_nav > li,
  .background_tab ul.site_prod_nav > li:first-child,
  .underline_tab ul.stie_prod_nav > li,
  .underline_tab ul.stie_prod_nav > li:first-child {
      border: none;
  }
  .background_tab ul.site_prod_nav > li a.active {
      color: #ffffff;
  }
  .background_tab ul.site_prod_nav > li a.active .badge {
      background : none; 
  }
  .underline_tab ul.site_prod_nav > li {
      background: none;
      border: none;
  }
  .underline_tab ul.site_prod_nav > li a.active {
      background: none;
  }
  .unused_tab_hr {
      width: 100%;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  }
  .detail_detail_wrap {
      position: relative;
  }
  .categorize > div[class^="detail_"] {
      padding-top: 30px;
  }
  .categorize > div[class^="detail_"] + div[class^="detail_"] {
      padding-top: 80px;
  }
  .categorize-mobile > div[class^="detail_"] {
      margin-top: 30px;
  }
  .categorize-mobile > div[class^="detail_"] + div[class^="detail_"] {
      padding-top: 60px;
  }
  .booking_view .booking_view {
      border-width : 1px 0;
      border-style : solid;
      border-color : #e3e3e3;
  }
  .booking_view #doz_header .scroll-to-fixed-fixed {
      position: relative !important;
      top: 0 !important;
  }
  .booking_view #doz_header .scroll-to-fixed-fixed + div {
      display: none !important;
  }
  .booking_view #doz_header .fixed_header .navbar,
  .booking_view #doz_header .new_fixed_header {
      position: static !important;
      display: none !important;
  }
  .board_txt_area.interlock_etc_board img.fr-dib,
  .board_txt_area.interlock_etc_board img.fr-dii {
      max-width: 480px;
  }
  .map_wrap {
      position: relative;
      z-index: 1;
  }
  .widget_code_disable:before {
      content: "\f04d";
      display: inline-block;
      font: normal normal normal 14px/1 "Black Tie";
      vertical-align: -14.28571429%;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      font-size: 3em;
      font-weight: 200;
      margin-top:-21px;
      color:#aaa
  }
  .widget_code_disable.map:before {
      content: "\f0ca";
  }
  .widget_code_disable {
      position: relative;
      top: 50%;
      left:50%;
      margin-left:-24px;
      width:100px;
  }
  .modal_site_login .modal_article .input_block .input_form,
  .modal_site_join .modal_article .input_block .input_form {
      color: #212121;
  }
  .modal_site_login .modal_article .input_block .input_form input::selection {
      background-color: #000 !important;
      color: #fff !important;
  }
  .modal_register_payment_method article.modal_article{
    position: relative;
    width: 100%;
  }
  .modal_register_payment_method article.modal_article h2{
    margin-bottom: 30px;
  }
  .modal_register_payment_method article.modal_article button.close{
    position: absolute;
    float: unset;
    right: 24px;
  }
  .modal_register_payment_method article.modal_article .input_form{
    border-radius: 2px;
    font-size: 15px;
  }
  .modal_register_payment_method article.modal_article input[type='password'],
  .modal_register_payment_method article.modal_article input[type='text']{
    border-radius: 2px;
    font-size: 15px;
  }
  .modal_register_payment_method article.modal_article input::placeholder{
    color: #9f9f9f
  }
  .modal_register_payment_method article.modal_article .mii-tit{
    margin-bottom: 8px;
  }
  .modal_register_payment_method article.modal_article .checkbox-group .checkbox-styled label{
    margin-bottom: 8px;
  }
  .modal_register_payment_method article.modal_article .checkbox span:before{
    border-color: #E0E0E0;
  }
  .fileupload_profile_img .over {
      display: block;
      width: 32px;
      height: 32px;
      right: -10px;
      left: auto;
      top: auto;
      bottom: 0;
      background: #999;
  }
  .review_top > a {
      display: inline-block;
  }
  .review_top > a i {
      position: relative;
      top: 2px;
      margin-right: 5px;
      font-size : 18px;
  }
  .review_table .tit a {
      max-width: 600px;
  }
  .review_table .list-group {
      line-height: 1.4;
  }
  .review_table .list_text_title {
      margin-bottom: 4px;
  }
  .review_table.li_board ul.li_body li {
      font-size: 13px;
  }
  .review_table.li_board ul.li_header li {
      font-size: 12px;
  }
  .review_table ul li.state {
      width: 10%;
  }
  .review_table ~ .paging-block .li_footer {
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
  }
  .review_table .options {
      margin-top: 10px;
  }
  .review_table .npay_icon {
      width: 40px;
      height: 18px;
      vertical-align: middle;
      line-height: 20px;
      position : relative;
  }
  .review_table .npay_icon span {
      position: absolute;
      top: 50%;
      line-height: 14px;
      margin-top: -7px;
      right: 3px;
  }
  .review_table .npay_icon span:first-child {
      left: 2px;
  }
  .review_table .list_text_title div {
      margin-left: 5px;
  }
  .lg-on .modal_prod_detail {
      z-index: 1040;
  }
  .modal_prod_detail .modal-dialog {
      width: 800px;
  }
  .modal_add_review .modal-dialog, .modal_widget_cartopt .modal-dialog {
      width: 462px;
  }
  .modal_prod_detail .use_info {
      width: 46px;
  }
  .modal_prod_detail .use_info img {
      border-radius: 50%;
  }
  .modal_add_review .form-group .form-control {
      border-radius: 4px;
      height: 42px;
      padding: 6px 12px;
  }
  .modal_add_review .form-group.clearfix .form-control {
      width: 49%;
      margin-left: 2%;
  }
  .modal_add_review .form-group.clearfix .form-control:first-child {
      margin-left: 0;
  }
  .modal_add_review .form-group textarea.form-control {
      height: 240px;
      resize: none;
      padding: 12px 12px 24px;
  }
  .modal_add_review .form-group .review_body_counter {
      position: absolute;
      right: 3px;
      bottom: 1px;
      padding: 5px;
      background: #fff;
      border-radius: 5px;
  }
  .modal_prod_detail .modal-header,
  .modal_add_review .modal-header {
      border-bottom: 1px solid #e5e5e5;
      position: relative;
  }
  .modal_add_review .star_point a {
      margin: 0 5px;
      font-size: 30px;
  }
  .modal_add_review .form-group {
      margin-bottom: 8px;
  }
  .modal_add_review .review_image_wrap .file-add {
      margin: 0 6px 6px 0;
      position: relative;
      display: inline-block;
      float: left;
  }
  .modal_add_review .review_image_wrap .file-add .img-thumb-wrap {
      width: 97px;
      height: 97px;
    overflow: hidden;
    display: inline-flex;
  }
  .modal_add_review .review_image_wrap .file-add .img-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .modal_add_review .review_image_wrap .file-add .del {
      display: none;
      position: absolute;
      right: 0;
      top:0;
  }
  .modal_add_review .review_image_wrap .file-add:hover .del {
      width: 22px;
      height: 22px;
      background: rgba(0, 0, 0, 0.6);
      color: rgba(255, 255, 255, 0.6);
      font-size: 10px;
      display: inline-block;
      text-align: center;
      line-height: 22px;
  }
  .modal_add_review .btn_add_image {
      display: inline-block;
      width: 97px;
      height: 97px;
      background: #f9f9f9;
      text-align: center;
      line-height: 97px;
      border: 1px solid #E9E9EA;
      font-size: 18px;
      margin: 0 6px 6px 0;
  }
  .modal_add_review .comment_image_upload {
      width: 100%;
      height: 100%;
  }
  .modal_prod_detail .modal-header .close {
      position: absolute;
      right: 24px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1;
  }
  .modal_prod_detail .modal-header .use_title {
      padding-right: 30px;
  }
  .modal_prod_detail .modal-title {
      display: inline-block;
      width: 660px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .modal_prod_detail .interlock_star_point a {
      font-size: 13px;
  }
  .modal_prod_detail .star_point_wrap {
      margin-bottom: 4px;
  }
  .modal_prod_detail .interlock_star_point a,
  .widget.board .interlock_star_point a {
      margin-left: 2px;
  }
  .modal_prod_detail .interlock_star_point a:first-child,
  .widget.board .interlock_star_point a:first-child {
      margin-left: 0;
  }
  .modal_prod_detail .review_body,
  .modal_prod_detail .qna_body {
      margin: 20px 0 40px;
      word-break: normal;
      word-wrap: break-word;
  }
  .modal_prod_detail .review_body img,
  .modal_prod_detail .qna_body img {
      max-width: 100%;
      margin-bottom: 10px;
  }
  .modal_prod_detail .npay_icon {
      margin-left: 4px;
  }
  .modal_prod_detail .write_info span {
      margin-left: 4px;
  }
  .modal_prod_detail .write_info span > a {
      color: #757575;
  }
  .modal_prod_detail .write_info span:first-child {
      margin-left: 0 !important;
  }
  .modal_prod_detail .comment_section {
      padding: 4px 0;
      border-top: 1px solid #e5e5e5;
  }
  .modal_prod_detail .comment .main_comment {
      padding: 16px 24px 0;
  }
  .modal_prod_detail .comment .sub_comment_wrap .main_comment {
      padding: 16px 24px 0 68px;
  }
  .modal_prod_detail .comment_textarea {
      padding: 0 24px;
  }
  .modal_prod_detail .comment_num,
  .modal_prod_detail.review .comment_textarea {
      padding: 0;
  }
  .modal_prod_detail.review .comment .main_comment {
      padding-left: 0;
      padding-right: 0;
      margin-top: 16px;
  }
  .modal_prod_detail.review .comment .sub_comment_wrap .main_comment {
      padding-left: 36px;
  }
  .modal_prod_detail .dropdown_comment .reply_ico {
      left: 34px;
  }
  .modal_prod_detail.review .dropdown_comment .reply_ico {
      left: 0;
      top: 20px;
  }
  .modal_prod_detail .comment_num .icon {
      font-size: 18px;
      position: relative;
      top: 2px;
  }
  .modal_prod_detail .comment_num em {
      margin-left: 5px;
      font-size: 14px;
  }
  .modal_prod_detail .postmeta.comment-comment {
      padding-left: 0;
  }
  .booking_view .qna_list .main_comment .comment-comment {
      margin-left: 44px;
  }
  .modal_prod_detail .comment .comment .comment_textarea,
  .modal_prod_detail .postmeta.comment-comment,
  .booking_view .postmeta.comment-comment,
  .booking_view .qna_list .comment .comment .comment-comment {
      margin-left: 0;
  }
  .modal_prod_detail .comment .comment .block-postmeta:after {
      display: none;
  }
  .modal_prod_detail .comment_image_upload {
      width: 20px;
      height: 20px;
  }
  .modal_prod_detail .foot_btn_area .icon-picture,
  .modal_prod_detail .comment_list .textarea_block .icon-picture {
      opacity: 0.4 !important;
      font-size: 16px;
  }
  .modal_prod_detail .foot_btn_area .icon-picture:hover,
  .modal_prod_detail .comment_list .textarea_block .icon-picture:hover {
      opacity: 0.8 !important;
  }
  
  .modal_prod_detail .foot_btn_area i {
      margin-left: 5px;
  }
  .modal_prod_detail .comment_list .textarea_block i {
      vertical-align: middle;
  }
  .modal_prod_detail .comment_list .textarea_block .btn {
      float: none;
      padding: 3px 13px;
      font-size: 12px;
  }
  .modal_prod_detail_from_shopping_list .goods_form > header {
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: rgba(0,0,0,0.1);
      margin: 0 0 20px;
      padding-bottom: 20px;
  }
  .modal_prod_detail_from_shopping_list .goods_form .pay_detail .comment_num_warp {
      top: 3px;
  }
  .modal_add_review .modal-header {
      padding: 0 24px;
      height: 50px;
      line-height: 50px;
  }
  .modal_prod_detail .use_info img {
      width: 36px;
      height:36px;
  }
  .modal_prod_detail .avatar-image,
  .booking_view .avatar-image {
      width: 32px;
      height: 32px;
      border: 1px solid rgba(128, 128, 128, 0.2);
  }
  .modal_prod_detail .feed-summary .write {
      font-size: 12px;
      display: inherit;
  }
  .modal_prod_detail ._comment_body {
      font-size: 13px;
  }
  .modal_prod_detail .comment .tools {
      font-size: 12px;
  }
  .modal_prod_detail .comment .tools {
      margin: 0;
  }
  .modal_prod_detail .comment .tools > a {
      margin-top: 8px;
  }
  .modal_prod_detail .block-postmeta {
      display: table;
      width: 100%;
  }
  .modal_prod_detail .comment_area .comment_textarea {
      padding: 0;
      margin-top: 12px;
  }
  .modal_prod_detail .comment_area .comment_textarea._sub_review_editor_form {
      margin-top: 0;
  }
  .shop_mypage .comment_edit_form .postmeta.comment-comment,
  .shop_mypage .comment .comment .comment_textarea {
      margin-left: 0;
  }
  .doz_sys .modal_add_review .modal-header i {
      float: none;
  }
  .doz_sys .modal_add_review .modal-header a {
      position: absolute;
      right: 24px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .board_title_wrap .right_tools {
      position: absolute;
      right: 0;
      top: -10px;
  }
  .board_title_wrap .right_tools .star_point a {
      color: #9299a3;
      font-size: 16px;
  }
  .layer_post .fr-wrapper {
      max-height: unset !important;
  }
  .li_board.review_table ul li.read,
  .li_board.review_table ul li.name,
  .li_board.review_table ul li.time {
      width: 15%;
      text-align: center;
  }
  .li_board.review_table .board_thumb_wrap{
      padding-right: 20px;
      min-width: 120px;
  }
  
  .li_board.review_table .board_thumb_wrap .board_thumb {
      width: 100px;
      height: 100px;
      background-size: cover !important;
  }
  
  .categorize .review_table ul li a.active:after {
      display: none;
  }
  .categorize .review_table .interlock_star_point a.bt-star {
      margin-left: 2px;
  }
  .categorize .review_table .interlock_star_point a.bt-star:first-child {
      margin-left: 0;
  }
  .reply_cnt {
      font-size: 11px;
      font-family: tahoma;
      font-weight: bold;
      color : #FF472D;
      margin-left: 5px;
  }
  .review_table.li_board ul li.tit .badge {
      margin-left: 5px;
  }
  #myModalReview .modal-dialog {
      width: 800px;
  }
  #myModalReview .modal-dialog button.close {
      position: absolute;
      top: -40px;
      right: 0;
      color: #fff;
      opacity: 0.7;
  }
  #myModalReview .modal-dialog button.close:hover {
      opacity: 1;
  }
  #myModalReview .modal-dialog button.close i {
      font-size: 20px;
  }
  #myModalReview .modal-table {
      display: table;
      width: 100%;
      table-layout: fixed;
  }
  #myModalReview .modal-left,
  #myModalReview .modal-right {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
  }
  #myModalReview .modal-left {
      width: 300px;
      background: #FAFAFA;
      padding:24px;
      border-right:1px solid #ddd;
  }
  #myModalReview .modal-left p {
      margin-top:10px;
  }
  #myModalReview .modal-right {
      padding: 24px 100px;
  }
  #myModalReview .owl-nav {
      font-size: 16px;
  }
  #myModalReview .owl-prev {
      position: absolute;
      left: -65px;
      top: 50%;
      margin-top: -20px;
  }
  #myModalReview .owl-next {
      position: absolute;
      right: -65px;
      top: 50%;
      margin-top: -20px;
  }
  #myModalReview .owl-prev i,
  #myModalReview .owl-next i {
      border: 1px solid #ccc;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 38px;
      color: #999;
  }
  #myModalReview .item-head {
      margin-bottom: 20px;
  }
  #myModalReview .item-foot {
      margin-top: 20px;
  }
  #myModalReview .item-foot button {
      padding: 8px 12px;
  }
  #myModalReview .modal-footer {
      padding: 0;
  }
  #myModalReview .modal-footer .btn-group {
      display : block;
  }
  #myModalReview .modal-footer .btn-group .btn {
      width: 50%;
      float: left;
      letter-spacing: 0;
      color: #000;
      padding: 10px 25px;
  }
  #myModalReview .modal-footer .btn-group .btn:first-child {
      border-width: 0 1px 0 0;
      border-color: #ddd !important;
      border-radius: 0;
      font-weight: normal;
  }
  #myModalReview .item-foot .btn:hover {
      background:#f7f7f7;
      transition:0.3s ease;
  }
  #myModalReview .owl-carousel .owl-item img {
      width: 160px;
      margin: 0 auto;
  }
  
  .doz_sys .custom-theme .fr-view blockquote,
  .doz_sys .fr-view blockquote,
  .modal .fr-view blockquote {
      padding: 10px 15px;
      margin: 0 0 20px;
      border-left: 5px solid #ccc;
      color: inherit;
      font-size: inherit;
  }
  .doz_sys .custom-theme .fr-view blockquote blockquote,
  .doz_sys .custom-theme .fr-view blockquote blockquote blockquote,
  .doz_sys .fr-view blockquote blockquote,
  .doz_sys .fr-view blockquote blockquote blockquote {
      border-color : #ccc;
  }
  .doz_sys a.form_widget_btn {
      color:#212121 !important;
      border-color:rgba(128,128,128,0.3);
      background:#fff !important;
      overflow: hidden;
      position: relative;
  }
  .form-widget .form-select-wrap:before{
      color:#a6a6a6 !important;
  }
  .form-widget .form-select-wrap{
      color:#212121;
  }
  .cont .form-control {
      padding: 3px 8px;
  }
  .cont .form-select-wrap {
      margin-bottom: 5px;
  }
  .cont .form-select-wrap:before {
      margin-top: -3.5px;
      right: 18px;
  }
  .modal_prod_detail_from_shopping_list .talk_banner_wrap {
      display: none;
  }
  /* ._widget_data.wg_animated {
      visibility: hidden;
      opacity: 0;
  } */
  /* ._widget_data .wg_animated,
  ._widget_data .wg_animated[data-widget-type="button"] {
      opacity: 0;
  } */
  .site_alert_open .animated {
      animation-name: none !important;
      -webkit-animation-name: none !important;
    opacity: 1;
  }
  .full_board ._widget_data.wg_animated,
  .full_board ._widget_data .wg_animated[data-widget-type="icon"],
  .full_board ._widget_data .wg_animated[data-widget-type="button"] {
      visibility: visible;
      opacity: 1;
  }
  ._widget_data.wg_animated[data-widget-type="icon"],
  ._widget_data.wg_animated[data-widget-type="button"],
  .admin ._widget_data.wg_animated,
  .admin ._widget_data .wg_animated,
  .admin ._widget_data .wg_animated[data-widget-type="button"] {
      visibility: visible;
      opacity : 1;
  }
  .doz_modal_header {
      min-height: 50px;
      border-bottom: 1px solid #e5e5e5;
      padding: 15px 70px 15px 20px;
      display: table;
      width: 100%;
      position: relative;
  }
  .doz_modal_header .modal-title {
      display: table-cell;
      float: none;
      vertical-align: middle;
  }
  .doz_modal_header .dismiss_modal {
      position: absolute;
      right: 3px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .doz_sys .modal_site_modal_menu,
  .lg-backdrop {
      z-index: 1041;
  }
  @media (max-width: 767px) {
      .doz_sys .modal_site_modal_menu,
      .lg-backdrop, .lg-outer, .modal-backdrop{
          max-width: 100vw;
      }
  }
  .doz_sys .modal_site_modal_menu .modal-dialog {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
  }
  .doz_sys .modal_site_modal_menu .modal-header {
      min-height: 50px;
      padding: 15px 70px 15px 20px;
      display: table;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #e5e5e5;
  }
  .doz_sys .modal_site_modal_menu .modal-title {
      font-size: 15px;
      line-height: inherit;
      display: table-cell;
      float: none;
      vertical-align: middle;
  }
  .doz_sys .modal_site_modal_menu .modal-body {
      padding: 0;
  }
  .modal_site_modal_menu .right-btn-tool {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      position: absolute;
      right: -16px;
      top: -16px;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
      -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
      box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
      z-index : 10;
  }
  .modal_site_modal_menu .right-btn-tool i {
      font-size: 11px;
  }
  .doz_sys .modal_site_modal_menu .dismiss_modal {
      position: absolute;
      right: 5px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px;
      padding: 6px 16px 5px;
  }
  .fake_cover_layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
  }
  .list_review_wrap {
      list-style: none;
      padding-left: 0;
  }
  .categorize ul.list_review_wrap li a.active:after {
      content: none;
  }
  .list_review_inner {
      padding: 0.9em 0 1.2em;
      border-width: 0 0 1px 0;
      border-style: solid;
      cursor: pointer;
  }
  .list_review_inner .comment {
      padding: 20px 0 0;
  }
  .list_review_inner .comment .comment {
      padding: 20px 0 0 48px;
  }
  .list_review_inner .comment .main_comment {
      padding-top: 20px;
  }
  .list_review_inner .comment .sub_comment_wrap .comment {
      padding-left: 0;
  }
  .list_review_inner .dropdown_comment .reply_ico {
      top: 24px;
  }
  .list_review_inner .textarea_block textarea {
      font-size: 13px !important;
  }
  .list_review_inner .interlock_star_point a.bt-star {
      font-size: 12px;
  }.list_review_inner .tabled {
       table-layout: fixed;
   }
  .list_review_inner .thumb-wrap {
    width: 80px; height: 80px; object-fit: cover; 
  }
  .list_review_inner .board_thumb {
    max-width: 80px;
    padding-top: calc(80/80*100%);  
      background-size: cover !important;
      position: relative ;
      border-style: solid;
      border-width: 1px;
  }
  
  .list_review_inner .txt_wrap {
      padding-right: 40px;
  }
  .list_review_inner .txt_wrap > div {
      max-width: 700px;
  }
  .list_review_inner .txt_wrap > div.body_font_color_70 > span.prod_option {
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 650px;
      overflow: hidden;
      display: block;
  }
  .list_review_inner .txt_wrap > div.body_font_color_70 > span.booking_option {
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 550px;
      overflow: hidden;
      display: block;
  }
  .list_review_inner .txt_wrap > div.text-14 {
      position: relative;
      line-height: 1.5;
  }
  .list_review_inner.active .txt_summary {
      text-overflow: unset;
      -webkit-line-clamp: unset;
      -webkit-box-orient: unset;
  }
  .list_review_inner .open,
  .list_review_inner.active .fold,
  .list_review_inner.active .txt_wrap > .thumb_detail_img_wrap,
  .list_review_inner .txt_wrap .thumb_img_wrap,
  .list_review_inner.active .review_tools,
  .list_review_inner.active .review_comment_wrap {
      display: block;
  }
  .list_review_inner .txt {
      display: block;
      overflow: hidden;
  }
  .list_review_inner .txt.tit {
      -webkit-line-clamp: 1;
      max-width: 600px;
  }
  .list_review_inner .more {
      display: none;
  }
  .list_review_inner.overflow .more {
      display: block;
  }
  .list_review_inner.overflow .more.inline {
      float: right;
      shape-outside: border-box;
  }
  .list_review_inner.active.overflow .txt {
      max-height: none !important;
  }
  .list_review_inner.active .open,
  .list_review_inner.active.overflow .more,
  .list_review_inner .fold,
  .list_review_inner .txt_wrap > .thumb_detail_img_wrap,
  .list_review_inner.active .txt_wrap .thumb_img_wrap,
  .list_review_inner .review_tools,
  .list_review_inner .review_comment_wrap {
      display: none;
  }
  .list_review_inner .comment_textarea,
  .modal_prod_detail.review .comment_textarea {
      padding-top: 0;
      margin: 24px 0 0;
  }
  .list_review_inner .comment_textarea {
      margin: 24px 0;
  }
  .list_review_inner .badge {
      vertical-align: unset;
  }
  .list_review_inner .block-postmeta,
  .booking_nav_tools .block-postmeta {
      display: table;
      width: 100%;
  }
  .list_review_inner .avatar .avatar-image {
      width: 32px;
      height: 32px;
      border: 1px solid rgba(128, 128, 128, 0.2);
  }
  .list_review_inner .feed-summary .write {
      vertical-align: top;
  }
  .shop-content .icon-wrap,
  .booking_view .icon-wrap {
      position: relative;
      top: 0.3em;
      left: -4px;
  }
  .list_review_inner .more strong.more-underline{
      text-decoration: underline;
  }
  .list_review_inner .fold.cmt {
      border-width: 0;
      border-style: solid;
  }
  .review-box .list_review_inner .comment_area,
  .booking_body .comment_area {
      font-size: 13px;
  }
  .list_review_inner .use_summary {
      padding-top: 4px;
  }
  .star_point_wrap {
    display: inline-flex;
      line-height: 12px;
      margin-bottom: 0.5em;
  }
  .star_point_wrap > .bt-star {
      vertical-align: top;
  }
  .booking_view .star_point_wrap {
      margin-bottom: 0;
  }
  .booking_view .list_review_inner .use_summary {
      padding-top: 0;
      line-height: normal;
  }
  .list_review_inner .comment_area {
      padding: 4px 0 0 0;
      font-size: 13px;
  }
  .list_review_inner .comment .tools {
      font-size: 12px;
  }
  .modal_add_review .options {
      width: 300px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .modal_add_review .guide_text_wrap {
      padding: 16px;
      border: 1px solid #E9E9EA;
      background: rgb(252, 252, 252);
      font-size: 12px;
  }
  .modal_add_review .guide_text_wrap p {
      margin: 0;
  }
  .modal_add_review .large-padding {
      padding: 40px;
  }
  .list_review_inner .comment .comment .comment_textarea,
  .list_review_inner .sub_comment_wrap .postmeta.comment-comment {
      margin-left: 0;
  }
  .list_review_inner .txt_wrap .thumb_img_wrap .blocked {
      margin: 0 8px 0 0;
  }
  .list_review_inner .comment_area .file-add img {
      margin: 0;
      width: 80px;
      height: 80px;
  }
  .list_review_inner .comment_area .file-add-block .file-add:before {
      z-index: 1;
  }
  .list_review_inner .txt_delete {
      position: relative;
      margin-left: 8px;
      padding-left: 8px;
  }
  .list_review_inner .txt_delete:before {
      content: '';
      position: absolute;
      border-width: 0 0 0 1px;
      border-style: solid;
      width: 1px;
      height: 8px;
      left: 0;
      top: 47%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .list_review_inner .file-add-block .file-add .del,
  .modal_prod_detail.review .file-add-block .file-add .del {
      display: block;
      width: 26px;
      height: 26px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
  }
  .list_review_inner .badge {
      position: relative;
      top: -1px;
      margin-right: 2px;
  }
  .list_review_inner .review_npay {
      position: relative;
      top: 2px;
  }
  .list_review_inner .dummy {
      display: block;
      position: absolute;
      opacity: 0;
      left: -9999px;
  }
  .review_over_text_content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      color: #fff;
      text-align: center;
      line-height: 80px;
      font-size: 24px;
  }
  .list_review_wrap .comment .sub_comment_wrap .main_comment {
      padding-left: 46px;
  }
  .list_review_wrap .remove-pop {
      right: 0;
  }
  .modal_prod_detail.review .file-add-block .file-add {
      margin: 0 0 4px 4px;
  }
  .modal_prod_detail.review .file-add-block .file-add img {
      width: 80px;
      height: 80px;
      margin: 0;
  }
  .modal_prod_detail.review .modal-dialog {
      max-width: 902px;
      width: 100%;
  }
  .modal_prod_detail.review .modal-header {
      padding: 24px 24px 20px;
  }
  .modal_prod_detail.review .modal-header:before {
      border-bottom: 1px solid #e5e5e5;
      position: absolute;
      width: calc(100% - 48px);
      left: 24px;
      bottom: 0;
  }
  .modal_prod_detail.review .modal-left {
      background: rgba(42,42,42,0.06);
      width: 540px;
      height: 540px;
      text-align: center;
  }
  .modal_prod_detail.review .modal-left .item {
      width: 100%;
      height: 100%;
  }
  .modal_prod_detail.review .modal-left .item-image {
      width: auto;
      height: 100%;
      max-width: 100%;
  }
  .modal_prod_detail.review .modal-left .single-item {
  /*line-height: 538px;*/
  }
  
  .modal_prod_detail.review .modal-left .single-item .item-image {
      height: auto;
      max-height: 100%;
  }
  .modal_prod_detail.review .modal-right {
      width: 360px;
  }
  .modal_prod_detail.review .prod_thumb_wrap {
      border: 1px solid #e5e5e5;
  }
  .modal_prod_detail.review .prod_thumb {
      border-right: 1px solid #e5e5e5;
  }
  .modal_prod_detail.review .modal-header .close {
      top: 24px;
      transform: none;
      position: absolute;
      right: 24px;
      opacity: 0.7;
      font-size: 0.9em;
      margin: 0;
  }
  .modal_prod_detail.review .write_info span {
      float: left;
  }
  .modal_prod_detail.review .write_info span {
      margin-left: 8px;
  }
  .modal_prod_detail.review .write_info .text_line {
      padding-right: 8px;
      font-size: 9px;
      position: relative;
      top: 1px;
  }
  .modal_prod_detail.review .fr-view img {
      display: none;
  }
  .modal_prod_detail.review .modal-body {
      overflow-y: auto;
      max-height: 439px;
      padding: 16px 24px 24px;
  }
  .modal_prod_detail.review .comment_section {
      border: 0;
      padding: 0;
  }
  .modal_prod_detail.review .comment .comment .comment_textarea {
      margin-left: 0;
  }
  .modal_prod_detail.review .comment {
      padding-left: 0;
      padding-top: 0;
      margin-top: 16px;
  }
  .modal_prod_detail.review .comment:first-child {
      padding: 0;
  }
  .modal_prod_detail.review .comment .comment_area {
      padding-left: 0;
  }
  .modal_prod_detail.review .comment .comment_area > span {
      font-size: 13px;
  }
  .modal_prod_detail.review .postmeta.comment-comment {
      padding-left: 0;
  }
  .modal_prod_detail.review .postmeta.comment-comment .thumb-avatar {
      display: none;
  }
  .modal_prod_detail.review .textarea_block textarea {
      min-height: 50px;
      padding-top: 0;
  }
  .modal_prod_detail.review .textarea_block {
      padding: 12px;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
  }
  .modal_prod_detail.review .owl-controls {
      position: absolute;
      left: 0;
      bottom: 8px;
      text-align: center;
      width: 100%;
  }
  .modal_prod_detail.review .owl-carousel .owl-item img {
      width: auto;
      height: 100%;
      max-height: 540px;
      text-align: center;
      margin: 0 auto;
  }
  .modal_prod_detail.review .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      border-color: rgba(255, 255, 255, 0.6);
      background-color: rgba(255, 255, 255, 0.6);
      margin: 5px 4px;
  }
  .modal_prod_detail.review .owl-theme .owl-dots .owl-dot.active span {
      background-color: #fff;
  }
  .modal_prod_detail.review .button_tools {
      color: #fff;
      font-size: 30px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      padding: 40px 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  .modal_prod_detail.review .btn.button_prev_review {
      left: -10%;
  }
  .modal_prod_detail.review .btn.button_next_review {
      right: -10%;
  }
  .no-images .modal_prod_detail.review .btn.button_prev_review {
      left: -15%;
  }
  .no-images .modal_prod_detail.review .btn.button_next_review {
      right: -15%;
  }
  .no-images .modal_prod_detail.review .modal-left {
      display: none;
  }
  .no-images .modal_prod_detail.review .modal-dialog {
      max-width: none;
      width: 600px;
  }
  .no-images .modal_prod_detail.review .modal-right {
      width: 100%;
  }
  .modal_prod_detail.review .icon-wrap {
      top: 0.3em;
  }
  .modal_prod_detail.review .prod_name,
  .modal_add_review .prod_tit {
      padding-right: 25px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 230px;
      overflow: hidden;
  }
  .modal_add_review .prod_tit {
      display: block;
      padding-right: 0;
      width: 300px;
  }
  .modal_add_review .prod_img {
      border-right: 1px solid #e5e5e5;
  }
  .doz_sys .modal_add_review .modal-content {
      border-radius: 4px;
  }
  .modal_prod_detail.review .comment_list .textarea_block .btn {
      float: right;
  }
  .shop_view .modal_prod_detail.review .comment_textarea .icon-wrap,
  .booking_view .modal_prod_detail.review .comment_textarea .icon-wrap  {
      top: 2px;
  }
  .modal_prod_review_completed .modal-dialog {
      width: 320px;
  }
  .modal_prod_review_completed .modal-dialog .modal-body {
      padding: 40px 24px 32px 24px;
  }
  .modal_prod_review_completed .point_area {
      background: rgb(252, 252, 252);
      padding: 15px 16px;
      border: 1px solid #E9E9EA;
      border-radius: 2px;
  }
  .pms_check {
      display: none !important;
  }
  .board_view_review .board_txt_area .avatar,
  .board_view_review .board_txt_area .author {
      vertical-align: top;
      font-size: 15px;
  }
  
  .board_view_review .board_txt_area .avatar {
    width: 86px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
  }
  
  .board_view_review .board_txt_area .avatar img {
      border: 1px solid rgba(33, 33, 33, 0.12);
  }
  .seemore_wrap {
      display: none;
  }
  .seemore_detail {
      max-height: 1100px;
      overflow: hidden;
  }
  .seemore_detail.collapse.in,
  .seemore_detail.active,
  .seemore_detail.hide_seemore {
      max-height: inherit;
      overflow: visible;
  }
  .seemore_detail.collapse {
      display: block;
      height: auto !important;
  }
  .seemore_detail.collapsing {
      height: auto !important;
      transform: none;
      -webkit-transition-timing-function: unset;
      -o-transition-timing-function: unset;
      transition-timing-function: unset;
      -webkit-transition-duration: unset;
      -o-transition-duration: unset;
      transition-duration: unset;
      -webkit-transition-property: unset;
      -o-transition-property: unset;
      transition-property: unset;
  }
  .seemore_detail ~ .seemore_wrap .open,
  .seemore_detail.active ~ .seemore_wrap .fold {
      display: block;
  }
  .seemore_detail ~ .seemore_wrap .fold,
  .seemore_detail.active ~ .seemore_wrap .open,
  .seemore_detail.hide_seemore ~ .seemore_wrap {
      display: none;
  }
  .seemore_wrap .open {
      position: relative;
  }
  .seemore_wrap .open:before {
      content: '';
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      top: -96px;
      height: 96px;
  }
  .btn.seemore_btn {
      width: 260px;
      height: 50px;
      padding: 0;
      line-height: 50px;
      letter-spacing: 0px;
  }
  .goods_form .doz-timesale-wrap, .delivery_info {
      background: rgba(0,0,0,0.03);
      padding: 16px;
  }
  .shop-style-b .goods_form .doz-timesale-wrap {
      max-width: 400px;
  }
  .shop-style-b.shop-align-center .goods_form .doz-timesale-wrap {
      margin: 12px auto 10px;
  }
  .doz-timesale-wrap {
      margin-top: 0.5em;
  }
  .goods_form .doz-timesale-wrap {
      margin-top: 12px;
  }
  .doz-timesale-wrap .icon-clock {
      position: relative;
      top: -0.1em;
  }
  .delivery_ico {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
  }
  .delivery_txt {
      margin-top: 3px;
  }
  .delivery_info.delivery_txt .type01,
  .disabled .delivery_txt .type02 {
      display: block;
  }
  .delivery_info.disabled .delivery_txt .type01,
  .delivery_txt .type02 {
      display : none;
  }
  .delivery_info.disabled .delivery_ico {
      color: #b4b4b4 !important;
  }
  .delivery_info {
      padding: 12px 14px;
  }
  .delivery_txt {
      margin-top: 0;
      text-align: left;
      line-height: 1.5;
  }
  .delivery_ico {
      font-size: 1em !important;
      text-align: center;
      border-radius: 100%;
      width: 2.5em;
      height: 2.5em;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .delivery_info > .tabled > .table-cell:first-child {
      width: 10px;
      text-align: left;
      padding-right: 0.7em;
  }
  .delivery_info.disabled .delivery_ico {
      background: #b4b4b4;
      color: #fff !important;
  }
  .goods_form .divider {
      display: inline-block;
      margin: 0 6px 0 4px;
      font-size: 0.8em;
  }
  .form-select-wrap .dropdown-toggle {
      display: block;
      font-size: 14px;
      padding: 8px 24px 8px 12px;
      border: 1px solid #ddd;
      transition: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
      line-height: 1.42857143;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-toggle,
  .form-select-wrap.open .dropdown-toggle {
      white-space: inherit;
  }
  .form-delivery .form-select-wrap .dropdown-menu {
      max-height: 240px;
      overflow-y: auto;
  }
  .form-select-wrap .dropdown-toggle.opacity-40 {
      pointer-events: none;
  }
  .form-select-wrap .dropdown-menu {
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      border-top: 0;
      width: 100%;
      padding: 0;
      min-width: auto;
      max-height: 400px;
      overflow-y: auto;
      z-index: 9999;
  }
  .goods-select-prod-additional .form-select-wrap.open .dropdown-menu {
      display: flex;
      flex-direction: column;
      margin-top: 12px;
      padding: 8px 0;
      border-radius: 8px;
      gap: 4px;
      border: none;
      box-shadow: 0px 0px 1px 0px rgba(75, 81, 91, 0.20), 0px 0px 0px 1px rgba(75, 81, 91, 0.03), 0px 10px 14px 0px rgba(75, 81, 91, 0.06), 0px 14px 32px 0px rgba(75, 81, 91, 0.12);
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item {
      margin: 0 8px;
      border: none;
      border-radius: 8px;
      background-color: none !important;
      background: none !important;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item > a {
      padding: 8px 12px;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .option-name {
      color: #717680;
      padding: 4px 12px;
      font-size: 12px;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled):hover {
      background-color: rgb(from var(--unit-style-body_color) r g b / 0.04) !important;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled).selected {
      background-color: rgb(from var(--unit-style-brand_color) r g b / 0.08) !important;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item:not(.disabled).selected:hover {
      background-color: rgb(from var(--unit-style-brand_color) r g b / 0.04) !important;
  }
  .goods-select-prod-additional .form-select-wrap .dropdown-menu .dropdown-item.disabled {
      opacity: 0.4;
  }
  .form-select-wrap .dropdown-menu .dropdown-item {
      border-top: 1px solid rgba(33, 33, 33, 0.2);
      position: relative;
      background: #fff;
      backdrop-filter: blur(4px);
  }
  .form-select-wrap .dropdown-menu .dropdown-item > a,
  .form-select-wrap .dropdown-menu .dropdown-item > .tabled {
      padding: 9px 12px;
      line-height: normal;
  }
  .form-select-wrap .dropdown-menu .dropdown-item:first-child {
      border-top: 0 !important;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools {
      position: absolute;
      right: 12px;
      top: 9px;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools .opacity-0 {
      display: none;
  }
  .form-select-wrap .dropdown-menu .dropdown-item:hover {
      background: #f8f8f8;
  }
  .form-select-wrap.open .dropdown-toggle,
  .form-select-wrap.open .dropdown-menu,
  .form-select-wrap.open .dropdown-menu .dropdown-item {
      border-color: #212121;
  }
  .form-select-wrap.open .dropdown-menu .dropdown-item {
      border-top-color: rgba(33, 33, 33, 0.2);
  }
  .form-select-wrap .dropdown-menu .dropdown-item.selected {
      background: #f8f8f8;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell:first-child {
      width: 62px;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option {
      width: 48px;
      height: 48px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      border: 1px solid rgba(51, 51, 51, 0.1);
      position: relative;
  }
  .goods-select-prod-additional .color_option {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option[data-style="C"] {
      border-radius: 50%;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option:before {
      content: '';
      width: 1px;
      height: 68px;
      display: block;
      position: absolute;
      background: rgba(51, 51, 51, 0.1);
      transform: rotate(45deg);
      left: 48%;
      top: -11px;
  }
  .form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option[data-style="C"]:before {
      height: 48px;
      left: 50%;
      top: -1px;
  }
  .excluded_list_warp {
    padding: 0 0 20px 0;
  }
  .shop-content .option_box_wrap input.form-control,
  .shop-content .option_box input.form-control {
      padding: 8px 12px;
  }
  .form-select-wrap[data-val='true'] > .dropdown-menu {
      display: block;
  }
  .disabled .form-select-wrap {
      opacity: 0.5;
      pointer-events: none;
  }
  .shop-content .option_box {
      margin-bottom: 24px;
  }
  .shop-content .option_box:last-child {
      margin-bottom: 0 !important;
  }
  .doz_sys.shop_view .review-box .li_footer {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
  }
  .list_review_inner .textarea_block .btn,
  .modal_prod_detail.review .textarea_block .btn {
      line-height : normal;
      padding: 0.5em 1em;
  }
  .html-popover ~ .popover {
      min-width: 200px;
  }
  .html-popover ~ .popover .popover-content {
      padding: 9px 12px;
  }
  .fake-area {
      position: absolute;
      right: 0;
      top: 0;
  }
  .text-underline {
      text-decoration: underline;
  }
  .deliv_edit_tab.nav-tabs > li {
      margin-bottom: 0;
  }
  .deliv_edit_tab.nav-tabs > li.active {
      margin-bottom: -1px;
      border-bottom: 1px solid #ffff;
  }
  #order_payment .order_wrap,
  #order_payment .item_wrap {
      visibility: hidden;
  }
  #order_payment[data-init="Y"] .order_wrap,
  #order_payment[data-init="Y"] .item_wrap {
      visibility: visible;
  }
  #order_payment ._deliv_button_tools,
  #order_payment ._cash_idx_wrap,
  #order_payment ._deposit_info_wrap,
  #order_payment ._cash_receipt_wrap,
  #order_payment ._cash_receipt_type_wrap,
  #order_payment[data-logistics-type="CVS"] #paymentShippingWrap,
  #order_payment[data-logistics-type="CVS_AFTER"] #paymentShippingWrap,
  #order_payment[data-logistics-type="CVS"] .shipping_wrap,
  #order_payment[data-logistics-type="CVS_AFTER"] .shipping_wrap,
  #order_payment ._discount_wrap ._coupon_wrap ._use_download_coupon_list[data-apply_count="0"] ~ ._btn_coupon_clear,
  #order_payment ._discount_wrap ._coupon_wrap ._use_coupon_code_list[data-apply_code=""] ~ ._btn_coupon_code_clear,
  #order_payment ._discount_wrap ._point_wrap ._input_point[data-apply_point="0"] + ._btn_point_clear,
  #paymentShippingWrap[data-code=""] .shipping_input_btn_group_wrap,
  #paymentShippingWrap[data-mode="input"] .shipping_input_btn_group_wrap,
  #paymentShippingWrap[data-mode="input"] ._deliv_edit_tab,
  #paymentShippingWrap[data-list_count="0"] ._deliv_edit_tab,
  #paymentShippingWrap[data-code^="a"] ._check_is_add_shipping_wrap,
  #paymentShippingWrap[data-member="guest"] ._check_is_add_shipping_wrap,
  #paymentShippingWrap ._shipping_item[data-is-valid-country="Y"] .shipping_country_danger_txt,
  #order_payment #selectField[data-shipping-extend="N"] ._shipping_item:nth-of-type(n+4),
  #order_payment #selectField[data-shipping-extend="Y"] ._btn_shipping_list_extend_wrap,
  #paymentShippingWrap ._shipping_item[data-is-latest='N'] .badge_latest,
  #paymentShippingWrap ._shipping_item[data-is-default='N'] .badge_default,
  #paymentShippingWrap ._shipping_item[data-is-valid-country="N"] ._btn_modify,
  #paymentShippingWrap ._shipping_item[data-is-valid-country="N"] ._btn_modify + .float_l,
  #paymentShippingWrap ._shipping_item[data-is_checked="checked"] ._btn_modify + .float_l,
  #paymentShippingWrap ._shipping_item[data-is_checked="checked"] ._btn_remove,
  #paymentShippingWrap ._address_wrap[data-is-add-shipping='N'] ._check_is_default_shipping_wrap,
  #order_payment ._address_wrap ._deliv_country_wrap[data-country_visible="N"] {
      display: none;
  }
  #order_payment[data-logistics-type="CVS"] ._deliv_button_tools,
  #order_payment[data-logistics-type="CVS_AFTER"] ._deliv_button_tools,
  #order_payment[data-pay-type="cash"] ._cash_idx_wrap,
  #order_payment[data-pay-type="cash"] ._deposit_info_wrap,
  #order_payment[data-pay-type="cash"] ._cash_receipt_wrap,
  #order_payment[data-pay-type="cash"][data-cash-rceipt-request="Y"] ._cash_receipt_type_wrap,
  #order_payment #paymentShippingWrap[data-code^="a"] ._check_is_default_shipping_wrap {
      display: block;
  }
  #order_payment[data-pay-type="cash"][data-cash-rceipt-request="Y"] ._payment_type_wrap {
      padding-bottom: 12px;
  }
  #order_payment ._payment_type_wrap ._pay_type_wrap_item {
      display: none;
  }
  #order_payment:not([data-logistics-type="CVS_AFTER"]):not([data-pay-type="free"]) ._payment_type_wrap ._pay_type_wrap_item[data-type="default"],
  #order_payment[data-logistics-type="CVS_AFTER"]:not([data-pay-type="free"]) ._payment_type_wrap ._pay_type_wrap_item[data-type="cvs_after"],
  #order_payment[data-pay-type="free"] ._payment_type_wrap ._pay_type_wrap_item[data-type="free"] {
      display: block;
  }
  .real-pay-number {
      position: absolute;
      top: 0;
      right: 0;
  }
  .static_section,
  .static_section .inside,
  .static_section .doz_row,
  .static_section .col-dz {
      position: static;
  }
  .return_wrap.table > tbody > tr > td {
      border-top-color: #ececec;
      vertical-align: middle;
      font-size: 14px;
      padding: 14px 24px;
      min-width: 210px;
  }
  .bar_progress_wrap {
      height : 2px;
      position: fixed;
      width: 100%;
      z-index: 999;
  }
  .bar_progress {
      max-width: 100%;
      height: 100%;
      width: 0;
      font-size: 0;
      line-height: 0;
      color: transparent;
      -webkit-transition: width .4s ease-out;
      -o-transition: width .4s ease-out;
      transition: width .4s ease-out;
      transform: rotateZ(0deg);
  }
  a[data-toggle="popover"]:focus {
      outline: none;
  }
  .btn-group-regularly-cycle {
      display: flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  }
  .btn-group-regularly-cycle a.btn{
      margin: 0 4px 4px 0;
      padding: 10px 0;
      width: calc(20% - 4px);
  }
  .btn-group-regularly-cycle{
    margin-right: -4px;
  }
  .modal_regularly_change_detail .opt_block{
    padding: 32px 24px;
  }
  .modal_regularly_date_list .foot-block,
  .modal_regularly_change_detail .foot-block,
  .modal_regularly_select_period .foot-block{
    padding: 0 24px 24px 24px;
  }
  .modal_regularly_change_detail #regularly_change_count_confirm,
  .modal_regularly_select_period #regularly_select_period_confirm{
    color: #fff;
    margin-left: 5px;
  }
  .modal_regularly_change_detail .foot-block{
    display: flex;
    justify-content: flex-end;
  }
  .modal_regularly_change_detail .foot-block a{
    display: block;
  }
  .modal_regularly_date_list .order-no a{
    color: #1A6Dff;
  }
  .modal_regularly_date_list .order-no a:hover{
    color: #1A6Dff;
  }
  .modal_regularly_selected_period .btn-group-regularly-cycle a.btn:nth-child(5n) {
      padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .container-regularly {
      margin-bottom: 40px;
  }
  #card_info_wrap_after p.text-brand {
      margin-bottom: 8px;
  }
  .nav-regularly {
      margin-bottom: 22px;
  }
  .description-list {
      padding-left: 15px;
  }
  .btn.btn-white {
      background: #fff !important;
      border-color: rgba(79,79,79,0.2);
      color: #212121;
  }
  .btn.btn-black {
      background: #212121 !important;
      border-color: #212121 !important;
      color: #fff !important;
  }
  .btn.btn-xs-mypage {
      padding: 6px 10px;
      border-radius: 15px;
      height: 30px;
      font-size: 13px;
      line-height: 1.3;
      letter-spacing: 0;
      font-style: normal;
      font-weight: normal;
  }
  .nav.nav-tabs.nav-tabs-text-only {
      border-bottom: 0;
      padding: 4px 0 0;
  }
  .nav.nav-tabs.nav-tabs-text-only>li {
      margin-right: 24px;
  }
  .nav.nav-tabs.nav-tabs-text-only>li>a {
      padding: 8px 0;
  }
  .nav.nav-tabs.nav-tabs-text-only>li>a:hover, .nav.nav-tabs.nav-tabs-text-only>li>a:focus {
      background: transparent;
      border-color: transparent;
  }
  .nav.nav-tabs.nav-tabs-text-only>li>a .count {
      opacity: .6;
  }
  .nav.nav-tabs.nav-tabs-text-only>li>a.active {
      font-weight: bold;
  }
  .nav.nav-tabs.nav-tabs-text-only>li>a.active .count {
      opacity: 1;
  }
  .modal_alert_responsive .modal-content {
      max-width: 400px;
      padding: 24px 24px 16px;
      border-radius: 4px;
      color: #212121;
      margin: 0 auto;
  }
  .modal_alert_responsive .modal-body {
      padding: 0;
      margin-bottom: 24px;
  }
  .modal_alert_responsive .modal-footer {
      border: none;
  }
  .modal_alert_responsive .modal-footer .btn {
      font-size: 13px;
      line-height: 34px;
      padding: 0 20px;
      color: #212121;
  }
  .modal_alert_responsive .btn.cancel {
      background: none;
  }
  .modal_alert_responsive .btn.confirm {
      background: #1A6DFF;
      color: #FFFFFF;
  }
  .modal_alert_responsive .modal-footer .btn + .btn {
      margin-left: 8px;
  }
  .shop_mypage .modal_alert_responsive .modal-content{
    padding: 24px 16px 16px 24px;
  }
  .shop_mypage .modal_alert_responsive .modal-footer .btn + .btn{
    margin-left: 4px;
  }
  .modal_alert_designmode .modal-dialog {
      vertical-align: top;
  }
  .modal_alert_designmode .modal-content {
      width: 340px;
      padding: 20px;
      border-radius: 4px;
      margin: 0 auto;
      font-family: inherit;
  }
  .modal_alert_designmode .modal-body {
      padding: 0;
      margin-bottom: 40px;
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      color: #757575;
  }
  .modal_alert_designmode .modal-body h4 {
      font-size: 18px;
      font-weight: bold;
      color: #212121;
      margin-top: 0;
      margin-bottom: 12px;
  }
  .modal_alert_designmode .im-daily-skip {
      padding: 2px 20px;
      margin: 0 -20px;
      border-top: 1px solid #ddd;
      text-align: left;
  }
  .modal_alert_designmode .modal-footer {
      border: none;
  }
  .modal_alert_designmode .modal-footer .btn-wrap {
      display: flex;
      text-align: center;
  }
  .modal_alert_designmode .modal-footer .btn {
      border-radius: 2px;
      font-size: 13px;
      font-weight: 600;
      line-height: 34px;
      color: #212121;
      width: 100%;
      padding: 4px;
  }
  .modal_alert_designmode .modal-footer .btn+.btn {
      margin-left: 8px;
  }
  .modal_alert_designmode .btn.cancel {
      border: 1px solid #DDE5ED;
      background: none;
  }
  .modal_alert_designmode .btn.confirm {
      background: #1A6DFF;
      color: #FFFFFF;
      border: none;
  }
  .modal_alert_designmode .checkbox-styled:not(ie8) input:checked ~ span:before {
      background: #1A6DFF !important;
      border: 1px solid #1A6DFF !important;
  }
  
  @media (max-width:414px) {
      #myModalReview .modal-left {
          width: 100%;
          background: #FAFAFA;
          padding:24px;
          border-right:none;
          display:inline-block;
      }
      #myModalReview .modal-right {
          width:100%;
          display:inline-block;
      }
      #myModalReview .modal-dialog {
          width:100%;
      }
  }
  @media all and (max-width : 768px) {
      .shop_payment .tip-off h6,
      .booking_payment .tip-off h6 {
          font-size: 17px;
      }
      .delivery_ico {
          font-size: 15px !important;
          width: 43px;
          height: 43px;
      }
      .doz_sys .delivery_txt.text-14 {
          font-size: 14px !important;
      }
      .delivery_info {
          padding: 12px 14px !important;
      }
      .goods_detail .delivery_txt {
          line-height: 1.4;
      }
      .goods_detail .delivery_info {
          background: transparent;
          padding: 0 !important;
      }
      .option_box_wrap {
          padding: 12px 16px 16px;
          border: 1px solid #212121 !important
      }
      .shop-content .option_box {
          margin-bottom: 16px !important;
      }
      .shop-content .option_box_wrap input.form-control,
      .shop-content .option_box_wrap select.form-control,
      .shop-content .option_box input.form-control,
      .shop-content .option_box select.form-control,
      .form-select-wrap .dropdown-toggle,
      .form-select-wrap .dropdown-menu .dropdown-item > a,
      .form-select-wrap .dropdown-menu .dropdown-item > .tabled {
          padding: 10px 32px 10px 14px !important;
      }
      .m-margin-bottom-xl,
      .goods_select .margin-bottom-xxxl.m-margin-bottom-xl {
          margin-bottom: 8px !important;
      }
      .form-select-wrap .dropdown-toggle {
          padding: 9px 24px 9px 12px !important;
      }
  
      .m-margin-bottom-xxl {
          margin-bottom: 16px;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools .opacity-0 {
          display: inline-block;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .dropdown-tools {
          bottom: 8px;
          left: 16px;
          top: auto;
          right: auto;
      }
      .form-select-wrap .dropdown-menu {
          overflow-y: auto;
          position: static;
      }
      .form-select-wrap .dropdown-backdrop {
          display: none;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell:first-child {
          width: 62px;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option {
          width: 48px;
          height: 48px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          display: block;
          border: 1px solid rgba(51, 51, 51, 0.1);
          position: relative;
      }
      #prod_additional:has(+ #prod_additional_options > .row) > .m-margin-bottom-xxl,
      #prod_additional:has(+ #prod_additional_options > .row) > .m-margin-bottom-xxl > .margin-bottom-xxxl {
          margin-bottom: 0;
      }
      #prod_additional_options .option_title {
          display: none;
      }
      #prod_additional_options .option_box_wrap .option_title {
          display: block;
      }
      .goods-select-prod-additional .color_option {
          width: 56px;
          height: 56px;
          border-radius: 100%;
      }
      #prod_additional_sheet .color_option {
          width: 56px;
          height: 56px;
          border-radius: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          display: block;
      }
      #prod_additional_sheet_content .dropdown-item {
          border-radius: 8px;
          padding: 12px;
      }
      #prod_additional_sheet_content a, .goods_wrap .goods-select-prod-additional #btnProdAdditionalSelect {
          color: var(--semantic-text);
      }
      #prod_additional_sheet_content .dropdown-item:not(.disabled):hover {
          background-color: rgb(from var(--unit-style-body_color) r g b / 0.04) !important;
      }
      #prod_additional_sheet_content .dropdown-item:not(.disabled).selected {
          background-color: rgb(from var(--unit-style-brand_color) r g b / 0.08) !important;
      }
      #prod_additional_sheet_content .dropdown-item:not(.disabled).selected:hover {
          background-color: rgb(from var(--unit-style-brand_color) r g b / 0.04) !important;
      }
      #prod_additional_sheet_content > a.disabled,
      #prod_additional_sheet_content .dropdown-item.disabled {
          opacity: 0.4;
          pointer-events: none;
          cursor: not-allowed;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .color_option[data-style="C"] {
          border-radius: 50%;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option:before {
          content: '';
          width: 1px;
          height: 68px;
          display: block;
          position: absolute;
          background: rgba(51, 51, 51, 0.1);
          transform: rotate(45deg);
          left: 48%;
          top: -11px;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled.opacity-40 .table-cell .color_option[data-style="C"]:before {
          height: 48px;
          left: 50%;
          top: -1px;
      }
      .form-select-wrap .dropdown-menu .dropdown-item .tabled .table-cell .dropdown-tools {
          bottom: 11px;
          left: 74px;
          top: auto;
          right: auto;
      }
      .form-select-wrap .dropdown-menu {
          max-height: 190px;
      }
      div[data-widget-type="form"] .dropdown-menu.bootstrap-datetimepicker-widget {
          position: absolute;
      }
      .seemore_detail {
          max-height: 600px;
      }
      .modal_add_review .prod_tit {
          width: 210px;
      }
      .list_review_inner .txt.tit {
          max-width: 250px;
      }
      .modal_prod_detail.review .prod_name {
          width: 245px;
      }
      .modal_prod_detail .star_point_wrap {
          margin-top: 4px;
      }
      .modal_prod_detail.review .modal-header .close {
          top: 18px;
          font-size: 1.2em;
      }
      .list_review_inner .txt_wrap > div.body_font_color_70 > span.prod_option,
      .list_review_inner .txt_wrap > div.body_font_color_70 > span.booking_option {
          width: 100%;
      }
      .list_review_wrap .dropdown_comment .reply_ico {
          top: 20px;
          left: 10px;
      }
      .list_review_wrap .remove-pop {
          width: auto;
          right: auto;
          left: 15px;
      }
      .star_point_wrap {
          margin-bottom: 0;
      }
      .list_review_inner .use_summary {
          padding-top: 0;
      }
      .modal_add_review .options {
          width: 210px;
      }
      .list_review_inner {
          padding: 1.333em 0 1.6em;
      }
      .list_review_inner.active .review_tools {
          display: inline-block;
      }
      .list_review_inner .avatar {
          width: 45px;
      }
      .list_review_inner .txt_wrap {
          padding-right: 0;
          word-break: break-all;
      }
      .list_review_inner .review_npay {
          top: 2px;
      }
      .review_over_text_content {
          font-size: 20px;
          line-height: 62px;
      }
      .shop_view #ch-plugin-core > div {
          bottom: 85px !important;
      }
      .shop_view #fb-root .fb-customerchat{
          display: none !important;
      }
      .shop_view #fb-root .fb-customerchat.fb_invisible_flow{
          display: inherit !important;
      }
      .shop_view #fb-root iframe, .shop_view #fb-root .fb_dialog_content > div {
          bottom: 72px !important;
      }
  
      .shop_view #fb-root iframe, .shop_view #fb-root .fb_dialog_content > div,
      .shop_view #ch-plugin-core > div,
      .shop_view .shop-content .talk_preview_area .talk_banner_preview,
      .shop_view #kakao-talk-channel-chat-button{
          margin-bottom: constant(safe-area-inset-bottom) !important;
          margin-bottom: env(safe-area-inset-bottom) !important;
      }
      .shop_view #fb-root {
          z-index: 90 !important;
      }
      .board_view .fr-view .table-responsive,
      .write_mode .fr-view .table-responsive,
      .shop_view .fr-view .table-responsive,
      .booking_view .fr-view .table-responsive {
          display: block;
      }
      .board_view .fr-view table.table-responsive >thead>tr>th,
      .board_view .fr-view table.table-responsive >tbody>tr>th,
      .board_view .fr-view table.table-responsive >tfoot>tr>th,
      .board_view .fr-view table.table-responsive >thead>tr>td,
      .board_view .fr-view table.table-responsive >thead>tr>td,
      .board_view .fr-view table.table-responsive >thead>tr>td,
      .board_view .fr-view table.table-responsive >tbody>tr>td,
      .board_view .fr-view table.table-responsive >tfoot>tr>td,
      .write_mode .fr-view table.table-responsive >thead>tr>th,
      .write_mode .fr-view table.table-responsive >tbody>tr>th,
      .write_mode .fr-view table.table-responsive >tfoot>tr>th,
      .write_mode .fr-view table.table-responsive >thead>tr>td,
      .write_mode .fr-view table.table-responsive >thead>tr>td,
      .write_mode .fr-view table.table-responsive >thead>tr>td,
      .write_mode .fr-view table.table-responsive >tbody>tr>td,
      .shop_view .fr-view table.table-responsive >tfoot>tr>td,
      .shop_view .fr-view table.table-responsive >thead>tr>th,
      .shop_view .fr-view table.table-responsive >tbody>tr>th,
      .shop_view .fr-view table.table-responsive >tfoot>tr>th,
      .shop_view .fr-view table.table-responsive >thead>tr>td,
      .shop_view .fr-view table.table-responsive >thead>tr>td,
      .shop_view .fr-view table.table-responsive >thead>tr>td,
      .shop_view .fr-view table.table-responsive >tbody>tr>td,
      .booking_view .fr-view table.table-responsive >tfoot>tr>td,
      .booking_view .fr-view table.table-responsive >tfoot>tr>td,
      .booking_view .fr-view table.table-responsive >thead>tr>th,
      .booking_view .fr-view table.table-responsive >tbody>tr>th,
      .booking_view .fr-view table.table-responsive >tfoot>tr>th,
      .booking_view .fr-view table.table-responsive >thead>tr>td,
      .booking_view .fr-view table.table-responsive >thead>tr>td,
      .booking_view .fr-view table.table-responsive >thead>tr>td,
      .booking_view .fr-view table.table-responsive >tbody>tr>td,
      .booking_view .fr-view table.table-responsive >tfoot>tr>td {
          white-space: nowrap;
      }
      .modal_order_return_detail .modal-dialog,
      .modal_order_exchange_detail .modal-dialog {
          position: fixed;
          top: 0;
          left: 0;
          bottom: 0;
          z-index: 1000;
          background: #fff;
          width: 100%;
          min-height: 100%;
          overflow-y: auto;
          margin: 0;
      }
      .modal_order_return_detail .modal-content,
      .modal_order_exchange_detail .modal-content {
          box-shadow: none;
          border: 0;
      }
  
      .snowfall_container {
          display: none;
      }
      .board_title_wrap {
          margin-bottom: 0;
      }
      .board_write.bg_on .board_title_wrap .bg_photo {
          bottom: 10px;
          top: auto;
      }
      .board_write .board_title_wrap .bg_photo {
          bottom: 13px;
          top: auto;
      }
      .board_title_wrap .category_select > div {
          font-size: 16px;
      }
      .board_title_wrap .schedule_name {
          padding-top: 10px;
          padding-bottom: 10px;
          border-bottom :0;
          width: 120px;
      }
      .board_title_wrap .schedule_name ~ .table-cell input,
      .board_write.bg_on .title_box .board_title_wrap input {
          border-bottom :0 !important;
      }
      .board_title_wrap .category_select > div span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          padding: 0 15px;
          margin: 0 -15px;
          width: 100px;
      }
      .board_title_wrap .schedule_name ~ .table-cell {
          padding-left: 0;
      }
      .board_title_wrap .schedule_name:after, .category .category_select_btn:after {
          top: 14px;
      }
      .widget.board .type_masonry.masonry_01 .title,
      .widget.board .type_masonry.masonry_04 .title {
          margin-bottom :0 !important;
      }
      .product_body .comment_area,
      .product_body .comment_area > span img {
          max-width: 100% !important;
      }
      .pay_type_virtual {
          color: #757575;
          background: #FAFAFA;
          border-color: rgba(0,184,255,1);
          border-left: 4px solid rgba(0,184,255,1);
          color: #757575;
          font-size: 14px;
          padding: 15px;
          margin-bottom: 30px;
      }
      .inside .thumb-item-7 .shop-item, .inside .thumb-item-6 .shop-item, .inside .thumb-item-5 .shop-item, .inside .thumb-item-4 .shop-item, .inside .thumb-item-3 .shop-item, .inside .thumb-item-2 .shop-item, .inside .thumb-item-1 .shop-item {
          width : 100%;
      }
      .product_body {
          display: block;
          width: 100% !important;
      }
      .product_body img.fr-dib:not(.doz_lazyloading) {
          max-width: 100%;
          height: auto !important;
      }
      .product_body img.fr-dii:not(.doz_lazyloading) {
          height: auto !important;
      }
      .exchange_warp {
          background: #f3f3f3;
      }
      .exchange_warp h6 {
          margin-top: 20px;
          padding-left: 15px;
          padding-right: 15px;
      }
      .exchange_pay_table > div > .table-cell {
          width: 100%;
          border: 0;
      }
      .exchange_warp .hidden-sm-padding {
          padding-left: 0;
          padding-right: 0;
      }
      .exchange_form {
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 30px;
      }
      .modal_prod_detail .modal-title {
          line-height: 1.42857;
          display: inline-block;
          width: 85%;
          white-space: normal;
          text-overflow: ellipsis;
          display: -webkit-box;
          display: -moz-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
      }
  }
  @media all and (min-width : 768px) {
      .inside .thumb-item-6 .shop-item, .inside .thumb-item-5 .shop-item {
          width : 33.333333333%;
      }
      .inside .thumb-item-4 .shop-item, .inside .thumb-item-3 .shop-item {
          width : 50%;
      }
      .deliv_edit_tab.nav-tabs>li>a:hover {
          border-color: #eee #eee #eee;
      }
  }
  @media all and (min-width : 992px) {
      .inside .thumb-item-6 .shop-item {
          width : 20%;
      }
      .inside .thumb-item-5 .shop-item {
          width : 25%;
      }
      .inside .thumb-item-4 .shop-item, .thumb-item-3 .shop-item {
          width : 50%;
      }
  }
  @media all and (min-width : 1200px) {
      .inside .thumb-item-7 .shop-item {
          width : 14.28571429%;
      }
      .inside .thumb-item-6 .shop-item {
          width : 16.666666667%;
      }
      .inside .thumb-item-5 .shop-item {
          width : 20%;
      }
      .inside .thumb-item-4 .shop-item {
          width : 25%;
      }
      .inside .thumb-item-3 .shop-item {
          width : 33.333333333%;
      }
      .inside .thumb-item-2 .shop-item {
          width : 50%;
      }
      .inside .thumb-item-1 .shop-item {
          width : 100%;
      }
  }
  @media all and (max-width: 991px) {
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review {
          left: -15%;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review {
          right: -15%;
      }
      .modal_prod_detail.review .modal-dialog {
          width: 540px;
      }
      .modal_prod_detail.review .modal-left {
          float: none !important;
          margin-top: 111px;
          padding: 0 16px;
          background: #fff;
          width: auto;
      }
      .modal_prod_detail.review .modal-right {
          float: none !important;
          max-width: 100%;
          background: #fff;
          width: 100%;
      }
      .modal_prod_detail.review .modal-header {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          background: #fff;
          z-index: 1;
      }
      .modal_prod_detail.review .modal-body {
          max-height: 100%;
          overflow-y: hidden;
      }
      .modal_prod_detail.review .modal-content > .clearfix {
          height: 1000px;
          overflow-y: auto;
      }
      .modal_prod_detail.review {
          margin: 80px auto;
          padding: inherit;
          background: transparent;
      }
      .modal_prod_detail.review .modal-content {
          height: auto;
      }
      #mobile_carousel_menu.inline-section-wrap {
          z-index: 98;
      }
      .shop_view .section_wrap.extend_section main > .inside .goods_form,
      .booking_view .section_wrap.extend_section main > .inside .goods_form,
      .shop_view .section_wrap main > .doz_row .goods_form,
      .booking_view .section_wrap main > .doz_row .goods_form{
          margin: 0 !important;
      }
      .shop_view .section_wrap.extend_section.side_left main > .inside .goods_form,
      .shop_view .section_wrap.extend_section.side_right main > .inside .goods_form,
      .booking_view .section_wrap.extend_section.side_left main > .inside .goods_form,
      .booking_view .section_wrap.extend_section.side_right main > .inside .goods_form {
          margin: 0 -15px !important;
      }
      .bg_on .pc_toolbar_wrap {
          position: static;
          margin-top: 350px;
      }
      .bg_on .basic-editor {
          position: relative;
          width: 100%;
          left: auto;
          top: auto;
      }
      .img_type_select {
          margin-left: 0;
      }
      .board_write.bg_on .bg_write .bg_text {
          display: none !important;
      }
      .shop-content.mypage {
          margin-top: 0;
      }
      .left-menu .cart_menu_row {
          display: flex;
          display: -ms-flexbox;
          display: -webkit-flex;
          flex-wrap: wrap;
      }
      .left-menu .cart-menu-slide {
          display: flex;
          white-space: nowrap;
          overflow: hidden;
          margin-bottom: 32px;
      }
      .left-menu ul .cart-menu-slide li.active a:after {
          width: 100%;
          left: 0;
      }
      .left-menu ul .cart-menu-slide li {
          border: none;
          width: auto;
          flex-grow: 1;
      }
      .left-menu ul .cart-menu-slide li a span {
          padding: 0 15px;
      }
      .shop-content .left-menu ul {
          overflow      : hidden;
          margin-bottom : 0;
          padding       : 0;
      }
      .left-menu ul li {
          float      : left;
          margin     : 0;
          width      : 33.333%;
          text-align : center;
      }
      .left-menu ul li a {
          display        : block;
          line-height    : 40px;
          position       : relative;
          padding-bottom : 0;
          font-size      : 12px;
      }
      .left-menu ul li {
          border-width   : 0 1px 1px 0;
          border-style   : solid;
          border-color: rgba(0, 0, 0, 0.07);
      }
      .left-menu ul .cart_menu_row li.active a:after {
          content : '';
          border  : 0;
      }
      .left-menu ul .cart_menu_row li:nth-child(3n) {
          border-right: 0;
      }
      ._coupon_list .row{
          flex-wrap: wrap;
      }
      .table-wrap.coupon .col-md-4{
          flex: 100% 0 0;
      }
      .prod_review_guide img.fr-dii {
        display: inline-block;
        max-width: 100%;
      }
  }
  @media all and (max-width : 767px) {
      .left-menu .cart-menu-slide {
          overflow-x: scroll;
      }
      .cart .nav.nav-tabs.nav-tabs-text-only>li, .shop_mypage .shop-content .nav.nav-tabs.nav-tabs-text-only>li {
          width: 50%;
          margin-right: 0;
          text-align: center;
          background-color: #fff;
          border-bottom: 1px solid #e5e5e5;
      }
      .nav-regularly {
          margin-left: -15px;
          margin-right: -15px;
      }
      .nav-regularly .nav-link {
          color: #757575;
          line-height: 32px;
      }
      .nav.nav-tabs.nav-tabs-text-only.nav-regularly > li > a.active {
          color: #212121;
      }
      .container-regularly {
          margin-bottom: 48px;
      }
      #card_info_wrap_after p.text-brand {
          margin-bottom: 6px;
      }
      .shop-table.regularly-table, .regularly-table.date-first {
          margin-top: 22px !important;
      }
      .shop-table.regularly-detail-table {
          margin-top: 10px !important;
      }
      .regularly-table tr.content td:not(:first-child) {
          text-align: left;
          font-size: 13px;
      }
      .regularly-table:not(.date-first) thead {
          display: block;
      }
      #shop_cart_list .shop-table > thead > tr > th,
      #shop_cart_list .shop-table > tbody > tr > td {
          border-bottom: none;
      }
      #shop_cart_list .shop-table > tbody > tr > td.img span.cart-item-remove {
          top: 0;
          right: 0;
          margin: -15px;
          padding: 15px;
          font-size: 14px;
      }
      #shop_cart_list .shop-table > tbody > tr > td.img {
          padding-right: 0;
          width: 100%;
      }
      #shop_cart_list .shop-table .cont:first-child > span > span {
          font-weight: normal;
      }
      #shop_cart_list .shop-table > tfoot {
          border-top: 12px solid rgba(33, 33, 33, 0.08);
      }
      #shop_cart_list .shop-table > tfoot .payment-info {
          padding: 20px 15px;
          border-bottom: 1px solid rgba(33, 33, 33, 0.15);
      }
      #shop_cart_list .shop-table > tfoot .payment-info > td > div + div {
          margin-top: 12px;
      }
      #shop_cart_list .shop-table > tfoot > tr > th {
          font-weight: normal;
          vertical-align: middle;
      }
      #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th {
          border-top: none;
      }
      #shop_cart_list .shop-table > tbody > tr > td + td {
          border-left: none;
      }
      #shop_cart_list .shop-table > thead {
          position: sticky;
          z-index: 1;
      }
      .im-price-result {
          font-weight: bold;
          padding-bottom: 12px;
          margin-bottom: 12px;
          border-bottom: 1px solid rgba(33, 33, 33, 0.15);
      }
      .im-total-payment-info {
          padding: 20px 15px;
          font-weight: bold;
      }
      .im-total-payment-info .pay-text {
          font-size: 15px;
      }
      .shop-content .im-total-payment-info .pay-number {
          font-size: 20px !important;
      }
      .cart-btn-tools .btn {
          font-size: 13px;
          font-weight: normal;
          padding: 8px 10px;
      }
      #shop_cart_list .shop-table tbody .btn, #shop_cart_list .shop-table tbody .btn-primary {
          font-size: 14px;
          padding: 10px 12px;
      }
      #shop_cart_list .shop-table > tbody > tr.im-tr-shipping {
          padding: 12px 15px;
          overflow: visible;
      }
      #shop_cart_list .shop-tit {
          padding: 0;
          margin: 0;
          border-top: 1px solid rgba(33, 33, 33, 0.15);
      }
      .global-select {
          align-items: flex-start;
          padding: 20px 15px;
      }
      .global-select span {
          display: block;
          margin-bottom: 8px;
      }
      #shop_cart_list .shop-table > thead > tr {
          border-bottom: 1px solid rgba(33, 33, 33, 0.15);
      }
      #shop_cart_list:not(.cart_empty_wrap) .shop-table:not(#im_cart_footer), #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr {
          border-top: 12px solid rgba(33, 33, 33, 0.08);
      }
      /* 二쇰Ц �곸꽭 愿��� */
      .mypage .tip-off, .im-order-detail-table, .im-order-price {
          margin-left: -15px;
          margin-right: -15px;
      }
      .mypage .tip-off {
          padding: 16px 15px;
      }
      .im-order-header .tip-off > span:first-child {
          margin-right : 0;
      }
      .im-order-header .tip-off > span > span:first-child {
          margin-right: 8px;
      }
      .tip-off .im-flex + .im-flex, .im-order-price-body .im-flex + .im-flex {
          margin-top: 8px;
      }
      .im-order-detail-table {
          width: calc(100% + 30px);
      }
      .im-order-detail-table td {
          padding: 20px 15px;
      }
      .im-order-detail-table td:last-child {
          width: auto;
          text-align: left;
          padding-left: 120px;
          padding-top: 0;
      }
      .im-order-detail-table td:last-child .im-xs-flex-col > div {
          width: 100%;
      }
      .im-order-detail-table .im-xs-deliv-price td {
          padding: 10px 0;
          margin: 0;
          width: 100%;
          text-align: center;
      }
      .im-order-detail-table tr + tr.im-space {
          border-top: 1px solid rgba(33, 33, 33, 0.1);
      }
      .im-order-detail-table img,
      .mypage .shop-table img {
          width: 70px;
          height: 70px;
      }
      .im-order-detail-table .im-space {
          background: transparent;
      }
      .im-order-detail-table .im-space td {
          padding: 5px 15px;
      }
      .im-order-detail-table .im-space:last-child {
          display: none;
      }
      .im-order-price {
          border-top: 1px solid rgba(33, 33, 33, 0.1);
          border-bottom: 1px solid rgba(33, 33, 33, 0.1);
          padding: 8px 0 0;
      }
      .im-order-price-header {
          border-bottom: none;
      }
      .im-order-price-body > .im-flex {
          margin-top: 9px;
      }
      .im-order-row:last-child {
          padding: 17px 15px;
      }
      .im-order-price-header > span:not(:last-child) {
          font-weight: normal;
      }
      .im-order-price-header, .im-order-price-body {
          padding: 0;
      }
      .im-order-row {
          padding: 12px 15px;
      }
      .im-order-row + .im-order-row {
          border-top: 1px solid rgba(33, 33, 33, 0.1);
      }
      .im-order-price-body {
          border-left: none;
      }
      .im-label {
          width : 90px;
      }
      /* 二쇰Ц �곸꽭 愿��� �� */
      .btn.seemore_btn {
          width: 100%;
      }
      .modal_prod_detail.review .modal-header:before {
          width: calc(100% - 32px);
          left: 16px;
      }
      .no-images .modal_prod_detail.review .modal-dialog,
      .modal_prod_detail.review .modal-dialog,
      .modal_prod_detail.review .modal-left {
          width: 100%;
          height: 100%;
      }
      .modal_prod_detail.review .modal-left .owl-carousel {
          display: block;
      }
      .modal_prod_detail.review .modal-body {
          position: inherit;
      }
      .modal_prod_detail.review .user_area {
          position: absolute;
          top: 96px;
          left: 0;
          margin: 0 !important;
          padding: 16px;
      }
      .modal_prod_detail.review {
          margin: 0;
      }
      .modal_prod_detail.review .modal-left {
          margin-top: 0;
      }
      .modal_prod_detail.review .modal-content > .clearfix {
          height: auto;
          overflow-y: hidden;
          margin-top: 84px;
      }
      .no-images .modal_prod_detail.review .modal-content {
          height: 100%;
      }
      .modal_prod_detail.review .modal-content {
          overflow-y: auto;
      }
      .modal_prod_detail.review .modal-header,
      .modal_prod_detail.review .modal-body {
          padding: 16px;
      }
      .modal_prod_detail.review .button_tools {
          display: none;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools {
          background-color: rgba(0, 0, 0, 0.4) !important;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools:active,
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools:focus,
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools:active:focus {
          outline: 5px auto -webkit-focus-ring-color;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools {
          color: #fff;
          font-size: 27px;
          position: fixed;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 99999999;
          padding: 18px 14px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .button_tools > i {
          position: relative;
          top: -3px;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review {
          left: 0;
          padding: 10px 13px 10px 10px;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review {
          right: 0;
          padding: 10px 10px 13px 10px;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_prev_review[aria-hidden='true'] {
          left: -62px;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn.button_next_review[aria-hidden='true'] {
          right: -62px;
      }
      .modal_prod_detail.review ~ .btn_nav_wrap .btn_count0 {
          display: none;
      }
      .modal_prod_detail.review .button_tools {
          font-size: 24px;
      }
      .modal_prod_detail.review .modal-left .item {
          width: 100%;
          height: 100%;
          margin-bottom: 8px;
      }
      .modal_prod_detail.review .modal-left .item:last-child {
          margin-bottom: 0;
      }
      .modal_prod_detail.review .modal-left .item-image {
          width: auto;
          height: auto;
      }
      .modal_prod_detail.review .modal-left .single-item {
          line-height: unset;
      }
      .btn-group-regularly-cycle a.btn {
      flex: calc(33.3333% - 12px);
      width: unset!important;
      }
    .modal_regularly_change_detail .opt_block{
      display: flex;
      align-items: center;
    }
    .modal_regularly_change_detail .goods_payment .opt_block .table-cell:first-child{
      margin-bottom: 0;
    }
    .modal_regularly_change_detail .opt_block > div.tabled{
      display: flex;
    }
    .modal_regularly_change_detail .opt_block > div.tabled > div{
      display: flex;
      align-items: center;
      flex: 50%
    }
    .modal_regularly_change_detail .opt_block .option_btn_wrap{
      display: flex;
      justify-content: flex-end;
    }
    .btn-group-regularly-cycle a.btn:nth-child(3n) {
      padding-right: 0;
    }
    .btn-group-regularly-cycle a.btn:nth-child(4n) {
      margin-right: 4px;
    }
      .btn-group-regularly-cycle a.btn:nth-child(5n) {
          margin-right: 4px;
      margin-bottom: 4px;
      padding-right: 0;
      }
  }
  @media all and (max-width : 768px) {
      .shipping_way .btn {
          margin-top: 8px;
      }
      .error_box .col-xs-3.space_top {
          width: 50%;
          padding-right: 5px !important;
      }
      .error_box .col-xs-3.space_top.btn-tools {
          width: auto;
          height: 44px;
          line-height: 44px;
          padding-left: 5px !important;
      }
      .error_box .col-xs-3.space_top.btn-tools .btn {
          height: 44px;
          line-height: 44px;
          padding: 0 16px;
      }
      #shopFormWrap .text-14,
      .shop-content.payment > div .tip-off.coupon .text-14,
      .shop-content .pay-txt,
      .shop-content .pay-number,
      .cash_receipt_type_wrap .text-14,
      .pay_type_free_wrap .text-14,
      .shop-content.payment > div .tip-off.payment_method .cash_receipt_wrap .text-14,
      .shop-content.payment > div .tip-off.payment_method .pay_cash_receipt_wrap .text-14 {
          font-size: 15px !important;
      }
      #shopFormWrap .radio-styled .text-13,
      #shopFormWrap .checkbox-styled .text-13,
      .shop-content.payment > div .tip-off.pay_area .text-13 {
          font-size: 14px !important;
      }
      .shop-content.payment > div .tip-off.payment_method .text-14,
      .shop-content.payment > div .tip-off.agree_wrap .text-14 {
          font-size: 16px !important;
      }
      .shop-content.payment > div .tip-off.payment_method .text-14.xs-text-15 {
          font-size: 15px !important;
      }
      #auto_cancel_info {
          font-size: 14px !important;
          color: #999 !important;
      }
      .pay_cash_receipt_wrap .tip-off {
          margin-top: 12px;
      }
      .tip-off.cash_receipt_type_wrap label:first-child {
          margin-right: 16px !important;
      }
      #shopFormWrap input[type="date"]::-webkit-inner-spin-button,
      #shopFormWrap input[type="date"]::-webkit-calendar-picker-indicator,
      #shopFormWrap input[type="time"]::-webkit-inner-spin-button,
      #shopFormWrap input[type="time"]::-webkit-calendar-picker-indicator {
          display: none;
          -webkit-appearance: none;
      }
      .map_contents .adress {
          max-width: 160px;
      }
      .margin-bottom-xxxxl {
          margin-bottom: 24px;
      }
      .bg_on .pc_toolbar_wrap {
          margin-top: 0;
      }
      .member_profile {
          width: 228px;
      }
      .member_profile .dropdown-profile {
          padding: 20px 24px;
      }
      .member_profile .profile-info img {
          width: 50px;
          height: 50px;
      }
      .member_profile .profile-footer a {
          padding-left: 0;
          padding-right: 0;
      }
      .product-notify-group .product-notify-label {
          width: 40%;
      }
      .product-notify-group .product-notify-value {
          width: 60%;
      }
      .post_write_left.on_library_img {
          display: block;
      }
      .post_write_left .img_tools_title {
          position: fixed;
          text-align: center;
          height: 47px;
          line-height: 47px;
          font-size: 17px;
          margin: 0;
          background: #fff;
          border-bottom: 1px solid #d5d5d5;
          font-weight: normal;
          width: 100%;
          z-index: 20;
      }
      .post_write_left .img_tools_title a.btn-dismiss {
          position: absolute;
          right: 0;
          padding: 0 15px;
          top: 2px;
          line-height: 45px;
      }
      .post_write_left .img_tools {
          width: 33.3%;
          height: 120px;
          margin:0;
      }
      .post_write_left .img_tools:after {
          border-top: 0;
          border-color: #fff;
          opacity: 1;
      }
      .post_write_left .img_tools.on .primary {
          border-radius: 50%;
          left: auto;
          right: 10px;
          top: 10px;
          font-size: 13px;
          width: 40px;
          height: 40px;
          line-height: 40px;
      }
      .post_write_left .img_tools > a {
          display: none;
      }
      .post_write_left .img_tools.add_img i {
          font-weight: bold;
          line-height: 120px;
      }
      .library_img_list {
          margin-top:47px;
          overflow-y: auto;
          height: 100%;
      }
      .modal_add_review {
          overflow-y: hidden;
      }
      .modal_add_review .modal-dialog {
          width: 100%;
          margin: 0;
          height: 100%;
      }
      .modal_add_review .modal-dialog .modal-content {
          border: 0;
          box-shadow: none;
          border-radius: 0;
          height: 100%;
          overflow-y: auto;
      }
      .modal_add_review .modal-header {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          background: #fff;
          z-index: 1;
      }
      .modal_add_review .modal-footer {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
      }
      .modal_add_review .modal-body {
          padding: 74px 24px;
      }
      .doz_sys .modal_site_modal_menu .modal-dialog {
          margin: 50px auto;
      }
      .modal-scroll-control {
          overflow: hidden;
      overflow: clip;
      }
      .mobile-shop-open{
          overflow : hidden;
      }
      body.doz_sys.modal-open {
          overflow : hidden;
      }
      .modal_site_modal_menu .right-btn-tool {
          width: 29px;
          height: 29px;
          line-height: 28px;
          right: -14px;
          top: -14px;
      }
      .modal_site_modal_menu .right-btn-tool i {
          font-size: 9px;
      }
      .shop_payment .shop-content a[href^="tel:"] {
          color: #20252b;
      }
      .owl-dragging,
      .owl-dragging .doz-sys {
          overflow-x: hidden;
      }
      .inline-section-wrap .section_bg_color {
          transition: none;
      }
      .shop_payment .payment_title {
          line-height: 1.2;
          font_size: 16px;
      }
      .shop_payment .form-control.pay_type {
          opacity: 0;
      }
      .shop-item .item-pay > h2 {
          font-size : 13px;
      }
      .widget.movie a img,
      .blog .blog-body .img img,
      .li_table ul .post_link_wrap .board_thumb,
      .list-style-card .img-responsive,
      .widget.image_map img {
          image-rendering: auto;
      }
      .visual_section .fr-view .btn.btn-lg,
      .visual_section .fr-view .btn.btn-md,
      .visual_section .fr-view .btn.btn-sm {
          padding: 6px 22px;
      }
      .shop-item a:hover .item-overlay {
          opacity :0;
      }
      div[doz_type="text"].widget img {
          height: auto;
      }
      div[doz_type="section"]:not(.mobile_section) div[doz_type="text"].widget img {
          height: auto;
      }
      .table-responsive {
          border :0;
      }
      .board_txt_area img.fr-dib, .board_txt_area img.fr-dii {
          height: auto !important;
      }
      .visual_section .fr-view img.fr-dib, .visual_section .fr-view img.fr-dii {
          max-width: 100%;
      }
      .mobile_section .sub_menu_hide {
          display: block;
      }
      .li_table .comment-count.only-mobile,.li_footer .btn-block-right {
          right : 15px;
      }
      .product-notify-group .product-notify-label {
          width : 25%;
      }
      .product-notify-group .product-notify-value {
          width : 75%;
      }
      .shop-content.cart .bottom-btn .npay_storebtn_bx {
          float  : none !important;
          margin : 20px 0 !important;
          position : static !important;
      }
      .fr-video.fr-dvd iframe {
          width  : 100%;
          height : 100%;
      }
      .fr-video.fr-dvi iframe {
          max-width : 100%;
      }
      .doz_sys.shop_payment .section_first .doz_row {
          margin : 0;
      }
      .doz_sys.shop_payment .section_first .inside,
      .doz_sys.shop_payment .section_first .inside .doz_row .col-dz {
          padding : 0;
      }
      .shop-item h2 {
          line-height : 1.4;
      }
      .shop-item .item-detail {
      padding : 12px 0 0 !important;
      }
      .goods_thumbs {
          padding-right : 0;
          margin        : 0 -15px;
      }
      .shop-content.shop-style-b .goods_thumbs_wrap .goods_thumbs {
          max-width: none;
      }
      .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs {
          margin: 0 -15px;
      }
      .modal-open .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .goods_thumbs {
        margin: 0;
      }
      .shop-content.shop-style-b.shop-align-center .goods_thumbs_wrap .prod-owl-list {
          margin: 0;
      }
      .booking_content .booking_body {
          padding-right : 0;
      }
      .booking_table .booking_body {
          border-width : 0;
      }
      .goods-detail > p, .shop_goods_img {
          display : none;
      }
      .goods_form {
          padding  : 0 15px;
          position : relative;
          margin   : 0 -15px;
      }
      .shop-content.shop-style-b .goods_form {
          padding: 0 15px;
      }
      .goods_form > header {
          margin-top :20px;
          margin-bottom :20px;
      }
      .goods_form h1 {
          font-size : 16px;
      }
      div[data-widget-type="shop_view"] .goods_form > header {
          margin: 20px 0;
          border : 0;
          padding: 0;
      }
      .modal_prod_detail_from_shopping_list .goods_form {
          margin-top: 15px;
      }
      .modal_prod_detail_from_shopping_list .goods_form > header {
          border: 0;
          margin: 0;
      }
      .modal_prod_detail_from_shopping_list .goods_form .goods_summary, .modal_prod_detail_from_shopping_list .goods_form .item_detail, .modal_prod_detail_from_shopping_list .goods_form .buy_btns .social_btn, .modal_prod_detail_from_shopping_list .no-sale-time {
          display: none;
      }
      .shop_view .goods_form .view_tit {
          font-size: 18px !important;
          line-height: 1.4571;
      }
      .goods_form .btn-group .btn.on span {
          color        : #fff !important;
      }
      .goods_form .ns-icon {
          vertical-align : middle;
      }
      .goods_form .pay_detail {
          padding       : 0;
          margin-bottom : 0;
          border: 0;
          width: auto;
      }
      .shop-content .pay_label {
          width: auto;
          padding-right: 0.6em;
          font-size: 13px;
          white-space: nowrap;
      }
      .pay_detail .comment_num_warp {
          display: none;
  
      }
      .goods_form .pay_detail > span {
          font-size: 16px !important;
      }
      .adult_item_box .box_ico {
          position: static;
          display: block;
          text-align: left;
          left: 0;
          top: 0;
          margin: 0 auto 10px;
          transform: none;
      }
      .goods_form .categorize-mobile {
          display : block;
      }
      .goods_form .categorize-mobile .btn-group {
          height : 45px;
          margin-bottom: 20px;
      }
      .goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group,
      .scroll-to-fixed-fixed.booking_btn_group {
          width: 100% !important;
          left: 0 !important;
          background: #fff;
          margin: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      }
      .goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group .btn {
          border-top:0;
          border-bottom:0;
          border-radius:0;
          border-left:0;
      }
      .goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group ._qna {
          border-right:0;
      }
      .goods_form .categorize-mobile .scroll-to-fixed-fixed-end.btn-group,
      .booking_view .btn-group.scroll-to-fixed-fixed-end {
          bottom: 0 !important;
          top: auto !important;
      }
      .shop-content .categorize-mobile .bt-share {
          position: relative;
          top: -1px;
      }
      .review_count_summary_wrap {
          margin-bottom: 10px;
      }
      .review_summary_wrap {
          display: none;
      }
      .review_summary_wrap_mobile {
          display: block;
      }
    ul.site_prod_nav > li.prod_tab_4,
    ul.site_prod_nav > li.prod_tab_3,
    ul.site_prod_nav > li.prod_tab_2{
      width: auto;
    }
      ul.site_prod_nav > li {
          vertical-align: middle;
      }
      ul.site_prod_nav > li > a {
          display: block;
      height: auto;
      }
    ul.site_prod_nav li + li {
      margin-left: -1px;
    }
    ul.site_prod_nav li {
      overflow: hidden;
      height: 100%;
      box-sizing: border-box;
    }
    ul.site_prod_nav li a .badge, .prod_detail_badge .badge {
      padding: 3px 0 4px 0;
      font-size: 0.8em;
    }
    .text_tab .site_prod_nav  {
      display: flex;
    }
      .text_tab .site_prod_nav_wrap {
          padding: 0;
      }
    .text_tab ul.site_prod_nav > li > a {
      display: inline-block;
    }
    .text_tab .site_prod_nav_wrap ul.site_prod_nav > li a{
      padding: 0
    }
    .text_tab .site_prod_nav_wrap ul.site_prod_nav > li{
      padding: 12px 8px;
    }
    ul.site_prod_nav{
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      min-height: 45px;
    }
    .underline_tab ul.site_prod_nav,
    .background_tab ul.site_prod_nav,
    .button_tab ul.site_prod_nav{
      align-items: stretch;
    }
    .underline_tab ul.site_prod_nav > li,
    .background_tab ul.site_prod_nav > li,
    .button_tab ul.site_prod_nav > li{
      height: auto;
      justify-content: center;
      align-items: center;
      display: table;
    }
    .underline_tab ul.site_prod_nav > li a,
    .background_tab ul.site_prod_nav > li a,
    .button_tab ul.site_prod_nav > li a{
      display: table-cell;
      padding: 12px 8px;
    }
    ul.site_prod_nav > li a{
      height: auto;
      /*height: 100%;*/
      vertical-align: middle;
    }
      ul.site_prod_nav > li {
          margin: 0;
      flex: 1;
      }
      .text_tab .after_line:after {
          right: 0px;
      }
      .goods_form .btn.more {
          border-radius : 3px;
          width         : 100%;
      }
      .goods_form .btn-group .btn {
          border-radius  : 3px;
          color          : #999;
          line-height    : 45px;
          letter-spacing : 0;
          padding        : 0;
      }
      .goods_form .btn-group .btn span {
          background: transparent !important;
      }
      .goods_payment .opt_block.bottom {
          padding-top   : 10px;
      margin-bottom: env(safe-area-inset-bottom);
      }
      .goods_form .btn-group .btn {
          border-left  : 0;
      }
      .goods_form .opt-group {
          display : none;
      }
      .goods_form .goods_select,
      .goods_form .goods_payment {
          padding : 0 15px;
      }
      .goods_form .goods_wrap,
      .shop-content.shop-style-b.open .opt-group .goods_wrap {
          max-height : 340px;
          overflow-y : auto;
          padding: 15px 0 0;
          border: 0;
          margin: 0;
      }
      .goods_form .goods_wrap.opt_hide {
          display: block;
      }
      .mobile_focus_on .goods_form .goods_wrap {
          max-height : 250px;
      }
      .m-margin-xl {
          margin-bottom : 10px;
      }
      .m-margin-xl:last-child {
          margin-bottom : 20px;
      }
      .shop-content.open .opt-group,
      .shop-content.shop-style-b.open .opt-group  {
          display    : block;
          position   : fixed;
          bottom     : 0;
          width      : 100%;
          left       : 0;
          padding    : 30px 0 68px;
          z-index    : 100;
          background : #fff;
          -webkit-box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
          box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
          border-radius: 11px 11px 0 0;
      }
      .opt-group .opt-group-top-bg,
      #prod_additional_sheet .opt-group-top-bg {
          width: 100%;
          height: 35px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          border-radius: 11px 11px 0 0;
          background: rgba(255, 255, 255, 1) 80%;
          overflow-x: hidden;
      }
      .order_detail .space_right.error_box,
      .order_detail .space_left.error_box {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
      }
      .order_detail .space_left.error_box {
          padding-top: 10px;
      }
      .doz_sys.shop_payment .shop-content > p {
          color: #999 !important;
          font-size: 13px;
      }
      .doz_sys.shop_payment .shop-content > p.text-gray {
          color: #757575 !important;
      }
      .shop_payment .shop-content .shop_item_opt > p {
          font-size: 13px;
      }
      .doz_sys.shop_payment .order_detail .text-15 {
          font-size: 16px !important;
      }
      .doz_sys.shop_payment .order_detail .text-14,
      .doz_sys.shop_payment .shop-content .shop_item_pay .text-14,
      .shop_item_thumb .product_info_wrap .shop_item_title,
      .item_wrap .tip-off.item .row.total .text-14 {
          font-size: 15px !important;
      }
      .doz_sys.shop_payment .order_detail .text-13 {
          font-size: 14px !important;
      }
      .doz_sys.shop_payment .tip-off {
          background-color: #fff !important;
      }
      .doz_sys.shop_payment .tip-off.bg-gray {
          margin-top: 0;
          background-color: #f9f9f9 !important;
      }
      .shop_payment .order_wrap .tip-off .form-select-wrap.float_l {
          width: 100%;
      }
      .shop_payment .order_wrap .tip-off .form-select-wrap.float_l:first-child {
          margin: 0;
      }
      .select_field_list .list_badge {
          position: relative;
          top: -2px;
      }
      .doz_sys.shop_payment .order_detail .form-select-wrap .form-control {
          font-size: 14px !important;
          height: 42px;
      }
      .shop-content.open .opt-group .btn_clse,
      .shop-content.shop-style-b.open .opt-group .btn_clse,
      #prod_additional_sheet .btn_clse {
          display: inline-block;
          text-align: center;
          background: url(../../images/site/m_option_close_btn.png) no-repeat center center;
          background-size: 41px 10px;
          padding: 4px;
          width: 100%;
          height: 18px;
          position: absolute;
          left: 50%;
          top: 10px;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          margin: 0;
          box-shadow: none;
          z-index: 1;
      }
      .shop-content input.form-control {
          background: #fff !important;
      }
      #prod_deliv_setting .form-select-wrap .dropdown-toggle {
          font-size: 14px !important;
          padding: 8px 24px 8px 12px !important;
      }
      #prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a,
      #prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a > span,
      #prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > .tabled,
      .shop-content.open .opt-group .option_box .option_title {
          font-size: 15px !important;
      }
      #prod_deliv_setting .form-select-wrap .dropdown-menu .dropdown-item > a {
          padding: 8px 12px !important;
      }
      .shop-content.open .opt-group .btn_clse .bt-angle-down {
          display: none;
      }
      .shop-content.open .opt-group .option_title {
          font-size: 15px !important;
          padding-bottom: 0;
      }
      .shop-content.open .opt-group .option_box .option_title {
          padding-bottom: 8px;
          font-weight: normal !important;
          font-size: 15px !important;
      }
      .fixed_view .btn_close {
          display    : block;
          position   : absolute;
          z-index    : 100;
          text-align : center;
          background : #fff;
          font-size  : 20px;
          padding    : 12px;
          top        : 0;
          right      : 8px;
          opacity    : 0.5;
      }
      .shop-content.open .opt-group .btn_clse > span {
          color : #000 !important;
      }
      .shop-content.open .opt-group-bg{
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0;
          left: 0;
          background-color: #000000;
          opacity: 0.5;
          z-index: 99;
      }
      .shopping .shop-content.open .opt-group-bg{
          height: calc(100% - 52px);
          margin-top: 52px;
      }
      .buy_btns.mobile {
          display     : block;
          padding : 0;
          margin : 0;
          position: relative;
          z-index: 101;
      }
      .buy_btns.mobile .btn {
          border-radius: 0;
          letter-spacing : 0;
          flex-grow: 1;
      }
      .buy_btns.mobile .btn.buy {
              flex-basis: 100%;
              flex-grow: 0;
              flex-shrink: 1;
      }
      .buy_btns.mobile .pay-box:not(.no-pay-btn) .defualt-cart {
              width: 48px;
      }
      .buy_btns.mobile .defualt-cart i.icon-handbag {
          font-size: 18px;
          padding-top: 0px;
      }
      .buy_btns.mobile .defualt-cart, .buy_btns.mobile ._btn_cart, .buy_btns.mobile ._btn_restock, .buy_btns.mobile .buy.im-regularly.defualt {
          border: 1px solid rgba(33, 33, 33, 0.2) !important;
      }
      .buy_btns.mobile .book_btn .btn {
          width: 100%;
      }
      .buy_btns.mobile .pay-box{
          gap: 8px;
      }
      .shop-content .buy_btns .n_pay .btn.defualt-cart {
          display: none;
      }
      .shop-content .buy_btns .n_pay .btn.defualt-cart {
          display: block;
          min-width: 48px;
          max-width: 48px;
      }
      .shop-content .buy_btns .n_pay .btn-soldout .btn.defualt-cart {
          min-width: auto;
          max-width: 100%;
      }
      .buy_btns a {
          margin-right : 0;
          width        : 100%;
      }
      .buy_btns:not(.categorize-mobile) a {
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .buy_btns a.opt {
          display : none;
      }
      .buy_btns a.cart, .buy_btns.pc {
          display : none;
      }
      .shop-content.open .buy_btns a.cart.im-regularly-only{
          display: none;
      }
      .buy_btns a.cart.im-regularly-only {
          display : inline-block;
      }
      .buy_btns .cart_btn, .layer_pop .bottom-btn {
          position     : fixed;
          bottom       : 0;
          width        : 100%;
          left         : 0;
          background   : #fff;
          z-index      : 9998;
          border-top   : 0;
          box-shadow   : 0px -4px 15px rgba(0, 0, 0, 0.05);
          display  	 : flex;
          padding      : 10px 15px 14px;
      }
      .shop-content:not(.im-no-cart-btn) .cart_btn_child {
          width: 50%;
          display: flex;
          flex-grow: 1;
          flex-shrink: 0;
          flex-basis: 50%;
      }
  
      .shop-content:not(.im-no-cart-btn) .cart_btn_child:not(.no-pay-btn):has(~ .btn) {
          flex-grow: revert;
      }
      .shop-content.im-no-cart-btn .cart_btn_child {
          display: none;
      }
      .pay-box.social_one .cart_btn_child{
          width: 50%;
      }
      .pay-box.social_one .cart_btn_child ~ .btn.buy{
          width: 50%;
      }
    .buy_btns .pay-box.no-pay-btn + .social-m-position {
      display: none;
    }
    .open:not(.detail-regularly) .buy_btns .pay-box.no-pay-btn + .social-m-position {
      display: block;
    }
      .open .pay-box.social_one .cart_btn_child,
      .open .pay-box.social_one .cart_btn_child ~ .btn.buy{
          width: 50%;
          min-width: 0;
      }
      .shop-content.im-no-cart-btn.open .pay-box .cart_btn_child ~ .btn.buy{
          width: 100%;
      }
      .cart_btn_child .btn{
          width: 100% !important;
      }
      .shop-style-a .pay-box,
      .shop-style-b .pay-box{
          width: 100%;
          flex-direction: row;
          margin: 0;
      }
      .shop-content.open div.mobile > div.cart_btn{
          border-top: 1px solid rgba(33,33,33,0.1);
          flex-direction: column;
          box-shadow: none;
      gap: 8px;
      height: min-content;
      margin-bottom: env(safe-area-inset-bottom);
      }
      .shop-style-a .social-pay,
      .shop-style-b .social-pay{
          width: 100%;
          margin-top: 0;
      }
      header.bg-back,
      .categorize-mobile .site_prod_nav_wrap.bg-back{
          z-index: 98 !important;
      }
      #prod_detail.open .buy_btns.mobile .pay-box {
      gap: 8px;
    }
      .pay-box .cart_btn_child,
      .social-pay .npay_button_box,
      .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents,
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_list{
          gap: 8px;
      }
      /* 移댁뭅�� 諛� �ㅼ씠踰� 怨듯넻 遺�遺� */
      .social-pay {
          display: none;
      }
      .pay-box .social-pay{
          display: flex;
      }
      .only-inilental .social-pay,
      .open .social-pay{
          display: flex;
      }
    .only-inilental {
      width: 100%;
      position : fixed;
      bottom: 0;
      left: 0;
    }
    .only-inilental .inirt-btn {
      margin: 0 !important;
    }
      .open .social-pay #create-kakao-checkout-button-mobile{
          height: 48px;
      }
    .pay-box.social_one + .social-m-position #naverPayWrap{
      margin-top: 0;
    }
      .open .social-pay #naverPayWrap,
      .open .social-pay #create-kakao-checkout-button-mobile{
          width: 100%;
      }
      .shop-content.im-no-cart-btn .pay-box.btn-soldout>div.cart_btn_child{
          width: 0% !important;
          min-width : 0;
      }
      .open div.cart_btn_child.btn-soldout{
          width: auto !important;
      }
      /* �ㅼ씠踰� �섏씠 遺�遺� */
      .social-pay #naverPayWrap .npay_comment,
      .social-pay #naverPayWrap ~ p{
          display: none !important;
      }
      .social-pay .npay_button_box{
          background-color : transparent !important;
      }
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
          font-size: 0px !important;
      }
      .social-pay #naverPayWrap .npay_storebtn_bx .btn_width{
          width: 0 !important;
      }
      .social-pay #naverPayWrap .npay_storebtn_bx{
          width: 100% !important;
          height: auto !important;
          margin: 0 !important;
      }
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
          height: 48px !important;
          border-color: #00DE5A !important;
          background-color: #00DE5A !important;
          background-image: url("../../images/m_btn_npay.svg") !important;
          background-repeat: no-repeat;
          background-size: 105px 18px !important;
          background-position: center center !important;
      }
      /* 移댁뭅�� �섏씠 遺�遺� */
      .social-pay #checkoutContainer.__checkout_buy_container{
          width: 100% !important;
          padding: 0 !important;
          margin: 0 !important;
          border-top: 0 !important;
      }
      .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents{
          padding: 0 !important;
          display: flex !important;
      }
      .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
          width: 100%;
          background-image: url("https://vendor-cdn.imweb.me/images/kakao_payment_logo.svg") !important;
          background-repeat: no-repeat;
          background-size: auto 18px !important;
          height: 19px;
          background-position: center center !important;
      }
      /* 移댄듃 遺�遺� */
      .pay-box{
          width: 100%;
          flex-direction: column;
          margin-top: 15px;
          padding-bottom: constant(safe-area-inset-bottom);
          padding-bottom: env(safe-area-inset-bottom);
      }
    .shop-content.open div.mobile .pay-box {
      padding-bottom: unset;
    }
      .pay-box .social-pay #naverPayWrap .npay_storebtn_bx,
      .pay-box .social-pay #checkoutContainer.__checkout_buy_container{
          margin: 0 !important;
      }
      .pay-box .social-pay #naverPayWrap,
      .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item,
      .pay-box .social-pay #create-kakao-checkout-button,
      .pay-box .social-pay #checkoutContainer.__checkout_buy_container,
      .pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
          width: 100% !important;
          margin-right: 0 !important;
      }
      .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item:nth-child(2){
          width: 48px !important;
          flex: none !important;
      }
      .social-pay #checkoutContainer.__checkout_buy_container .__checkout_btn_buy{
          height: 48px !important;
      }
      .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay{
          width: 100% !important;
          background-image: url("../../images/m_btn_npay.svg") !important;
          background-size: 105px 18px !important;
          font-size: 0px !important;
      }
      .shop-content.cart .bottom-btn .pay-box .btn.to-order,
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay,
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_talk,
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_item{
          height: 48px !important;
      }
      .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay .npay_logo,
      .pay-box .social-pay #naverPayWrap .npay_storebtn_bx .npay_btn_pay .npay_logo{
          background-image: url('') !important;
      }
      .pay-box .social-pay #checkoutContainer.__checkout_buy_container .__checkout_img_buy{
          background-image: url("../../images/pc_btn_talkcheckout.svg") !important;
          background-size: auto 18px !important;
      }
    .social-pay #checkoutContainer .__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip, .social-pay #checkoutContainer.__checkout_buy_container .__checkout_buy_contents .__checkout_txt_channel_tooltip {
      width: 51px;
      height: 19px;
      line-height: 12px;
      padding: 4px 5px 3px;
    }
      .pay-box a.to-order{
          width: 100% !important;
          font-size: 16px !important;
      }
      .doz_sys a.cart-ctn, .doz_sys a.cart-ctn:hover{
          font-size: 16px !important;
      }
      .goods_thumbs .owl-carousel .item._item,
      .goods_thumbs .owl-carousel .owl-item img {
          width: 100%;
          height: 100%;
      }
      .buy_btns .cart_btn a {
          height      : 48px;
          line-height : 48px;
          padding     : 0;
          border      : none;
      }
      .buy_btns .social_btn {
          width        : auto;
          display      : block;
          position     : relative;
          margin       : 0 -15px;
          border-width : 1px 0 1px;
          border-style : solid;
      }
      .buy_btns.mobile.social .social_btn {
          margin       : 20px -15px;
      }
      .buy_btns .social_btn:after {
          content : '';
          clear   : both;
          display : block;
      }
  
      .buy_btns .social_btn .btn {
          width         : 50%;
          float         : left;
          margin-bottom : 0;
          border-radius : 0;
          padding       : 11px 25px;
          font-size     : 18px;
          line-height   : 28px;
      }
      .buy_btns.mobile .buy.im-regularly.defualt.border-none{
          border-color: transparent !important;
      }
      .pay_detail .btn.comment_num {
          display: none;
      }
      .buy_btns .social_btn .comment_num {
          border : none;
      }
      .buy_btns .social_btn .like_box {
          border-width : 0 1px 0 0;
          border-style : solid;
      }
      .buy_btns {
          margin: 10px 0 30px 0;
      }
      .buy_btns .like_box i {
          font-size: 18px;
      }
      .buy_btns .like_box span {
          margin: 0 5px 0 0;
      }
      .shop-content {
          padding : 0;
      }
      .shop-content.payment {
          width : 100%;
      }
      .shop_mypage .section_wrap.extend_section main,
      .shop_cart .section_wrap.extend_section main {
          padding-left: 15px !important;
          padding-right: 15px !important;
      }
      .shop_mypage .section_wrap.extend_section[doz_footer_repeat="Y"] main,
      .shop_cart .section_wrap.extend_section[doz_footer_repeat="Y"] main {
          padding-left  : 0 !important;
          padding-right : 0 !important;
      }
      .inside .shop-content.cart, .shop-content.mypage {
          margin : 0 -15px;
      }
      .doz_sys main > .doz_row div[data-widget-type="shop_mypage"] {
          padding-left:15px;
          padding-right:15px;
      }
      .shop-content.open .buy_btns .cart_btn a, .layer_pop .bottom-btn a {
          display : inline-block;
          float   : right;
      }
      .shop-content .buy_btns .n_pay .naver {
          display      : block;
          flex-basis: 58px;
          flex-shrink: 0;
          flex-grow: 1;
      }
      .shop-content .buy_btns .naver{
          background   : #00DE5A !important;
          color        : #fff !important;
          border-color : #00DE5A !important;
      }
      .shop-content .buy_btns .kakaopay{
          background   : #FFDE00 !important;
          color        : #fff !important;
          border-color : #FFDE00 !important;
          flex-basis: 84px;
          flex-shrink: 0;
          flex-grow: 1;
      }
      .shop-content.open .buy_btns .cart_btn a.defualt,
      .shop-content.open .buy_btns .cart_btn a.defualt-cart,
      .shop-content.open .buy_btns .n_pay .btn.defualt-cart{
          display : none;
      }
      .shop-content.use-regularly:not(.open) .buy_btns.mobile .cart_btn_child,
      .shop-content:not(.use-regularly) .buy_btns.mobile a.im-regularly,
      .shop-content.use-regularly.detail-regularly.open .buy_btns.mobile a:not(.im-regularly),
      .shop-content.use-regularly.open:not(.detail-regularly) .buy_btns.mobile a.im-regularly,
      .shop-content.use-regularly.detail-regularly.open .buy_btns.mobile .social-pay,
      .shop-content.open .buy_btns.mobile a:not(.opt),
      .shop-content.open.im-no-buy-btn .buy_btns.mobile a.buy:not(.btn-soldout):not(.im-download),
      .shop-content.open.im-no-cart.btn .buy_btns.mobile a.cart,
      .shop-content.open.im-no-buy-btn.im-no-cart-btn .buy_btns.mobile a.buy.btn-soldout {
          display: none;
      }
      .shop-content.use-regularly:not(.open):not(.im-no-buy-btn) .buy_btns.mobile .buy.defualt,
      .shop-content.use-regularly:not(.open):not(.im-no-cart-btn) .buy_btns.mobile .buy.defualt {
          display: flex;
      }
      .shop-content.use-regularly .buy_btns.mobile .cart_btn_child {
          display: none;
      }
      .shop-content.use-regularly.open .buy_btns.mobile .btn-regularly, .shop-content.use-regularly.open .buy_btns.mobile .buy.im-regularly {
          display: none;
      }
      .shop-content.use-regularly.open:not(.im-no-cart-btn) .buy_btns.mobile .cart_btn_child {
          display: flex;
      }
      .shop-content.use-regularly.open.detail-regularly .buy_btns.mobile .social-pay,
      .shop-content.use-regularly.open.detail-regularly .buy_btns.mobile .cart_btn .buy,
      .shop-content.im-no-buy-btn.use-regularly .buy_btns.mobile a.btn.buy.opt,
      .shop-content.im-no-buy-btn.use-regularly.open .buy_btns.mobile a.btn.buy,
      .shop-content.open .buy_btns.mobile .pay-box.btn-soldout .cart_btn_child {
          display: none;
      }
      .shop-content.im-no-buy-btn.use-regularly .buy_btns.mobile a.btn.buy,
      .shop-content.use-regularly.open.detail-regularly:not(.im-no-buy-btn) .buy_btns.mobile .cart_btn a.buy.opt.im-regularly,
      .shop-content.use-regularly.open.detail-regularly:not(.im-no-cart-btn) .buy_btns.mobile .cart_btn_child .cart.opt.im-regularly {
          display: flex;
      }
      .shop-content.use-regularly:not(.open) .buy_btns .buy + .tooltip {
          display: block !important;
      }
      .shop-content.use-regularly.open .buy_btns .buy + .tooltip {
          display: none !important;
      }
      .shop-content.im-no-cart-btn.use-regularly.open .buy_btns.mobile .cart_btn a.buy {
          width: 100%;
      }
      .layer_pop.set_coupon_list .bottom-btn a.to-order {
          margin-left: 8px;
      }
      .modal_site_coupon .modal-dialog .modal-content {
          background: #F6F6F8;
      }
      .modal_site_coupon .layer_pop .top-block {
          background: #fff;
      }
      .shop-content.open .width-100 .btn,
      .shop-content.use-regularly.open.detail-regularly .width-100 .cart_btn_child .btn {
          width: 100% !important;
      }
      .shop-item img, .goods_thumbs img, .shop-table > tbody > tr > td.img img {
          image-rendering : auto !important;
      }
      .opt_block .col-control {
          overflow   : hidden;
          width      : 50%;
          float      : left;
          margin-top : 0;
      }
      .option_btn_wrap, .goods_payment .v_align {
          top : 0;
      }
      .opt_block .col-control > div {
          float : none;
          width : 100%;
      }
      .opt_block .col-control > div .option_btn_tools {
          float      : none;
          margin-top : 3px;
      }
      .opt_block .col-control > div .option_btn_tools input {
          height : 30px;
      }
  
      .goods_form .goods_select .opt_block span {
          line-height : 2.9;
      }
      .opt_block .align_r span {
          color       : #212121 !important;
          display     : inline-block;
          font-size   : 20px;
      }
      .goods_form .form-control {
          font-size : 12px;
          color     : #20252b;
      }
      .opt_block .option_title, .opt_block .option_data, .goods_payment .opt_block span {
          font-size : 14px;
      }
      .opt_block .align_r a {
          top: -35px;
          right: 0;
          margin-top: 0;
      }
      .goods_payment .opt_block .table {
          display: block;
  
      }
      .goods_payment .opt_block .table-cell {
          display: block;
      }
      .goods_payment .opt_block .table-cell:first-child {
          width: 100%;
          margin-bottom :10px;
      }
      .goods_payment .opt_block .table-cell .option_btn_tools {
          float: none;
      }
      .goods_payment .opt_block .table-cell.align_r {
          position: absolute;
          bottom: 15px;
          right: 15px;
      }
      .goods_payment .opt_block .table-cell.align_r > span {
          padding: 0;
      }
      .goods_payment .opt_block,
      .layer_pop .goods_payment .opt_block {
          padding: 15px;
          min-height: 80px;
          background: #f6f6f8;
          margin-bottom: 10px;
          border-radius: 3px 3px 0 0;
          position: relative;
          overflow: hidden;
          border :0;
      }
      .layer_pop .goods_payment .opt_block.total {
          background: none;
          padding: 0 15px 42px 15px;
      }
      .goods_payment .opt_block.bottom {
          min-height : auto;
      }
      .goods_payment .opt_block.bottom > div {
          line-height : 2.6 !important;
      }
      .product_body,.product_body .comment_section {
          margin-bottom: 20px;
      }
      .product_body .commet_list > .comment {
          padding-top: 0;
      }
      .product_body .dropdown_comment .comment_comment_wrap .comment_wrap {
          padding-bottom: 0;
      }
      .layer_pop .bottom-btn {
          gap: 8px;
          padding: 9px 15px;
      }
      .layer_pop .bottom-btn a {
          border-radius : 3px;
          flex-grow: 1;
          font-size: 14px;
      }
      .modal_site_coupon {
          padding: 0 !important;
      }
      .view_box .item_summary {
          font-size: 14px;
          margin :0;
      }
      .view_box .detail_btn {
          font-size: 14px;
      }
      .modal_site_coupon .modal-dialog {
          margin: 0;
          width: 100%;
          height: 100%;
          background: #fff;
      }
      .modal_site_coupon .modal-dialog .modal-content {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          overflow-y: auto;
          padding-bottom: 70px;
          box-shadow: none;
          border: 0;
      }
      .type-slide .thumb-row.m-list-type2 .shop-item {
          width : 100% !important;
      }
      .type-slide .thumb-row {
          width : auto !important;
      }
      .type-list .shop-item {
          width : 50% !important;
      }
      .pc_section .thumb-row .shop-item {
          padding       : 0 7.5px;
          margin-bottom : 15px;
          width         : 100%;
      }
      .pc_section .thumb-row.m-list-type2{
          margin: 0 -7.5px !important;
      }
      .pc_section .thumb-row.m-list-type2 .shop-item {
          width : 50%;
          padding: 0 7.5px !important;
      }
      .pc_section .thumb-row.m-list-type3 .shop-item {
          display : table;
          width   : 100%;
          table-layout: fixed;
      }
      .pc_section .thumb-row.m-list-type3 .shop-item > div {
          width          : 50%;
          display        : table-cell;
          vertical-align : middle;
      }
      .thumb-row.m-list-type3 .shop-item .item-detail {
          padding-left : 20px !important;
          text-align   : center;
      }
      .pc_section .thumb-row.m-list-type4 .shop-item {
          width : 33.3333333333%;
      }
      .shop-item.off .item-detail {
          display : block;
      }
      .shop-item .item-overlay .item-pay, .shop-item .item-overlay .item-pay > div {
          display : none !important;
      }
      .shop-table, .shop-table > thead, .shop-table > tbody, .shop-table > thead > tr, .shop-table > tbody > tr, .shop-table > tfoot, .shop-table > tfoot > tr {
          display : block;
      }
      .shop_sub_depth ~ .goods_wrapper {
          padding-top: 0 !important;
      }
      .shop-table > thead > tr, .shop-table > tfoot > tr, .shop-table > tbody > tr, .shop-content.cart .bottom-btn {
          padding : 10px 15px;
      }
      .shop-table.shop-table2 > thead > tr {
          padding: 10px 0;
      }
      .shop-table.shop-table2 > thead > tr > th {
          display: block;
          overflow: hidden;
      }
      .shop-table.shop-table2 > thead > tr > th span {
          float:left;
          font-size: 14px;
          color: #333;
      }
      .mypage .shop-table.shop-table2 > tbody > tr > td.img img {
          position: static;
          margin-right: 15px;
          margin-top: 0;
      }
      .shop-table.shop-table2 > thead {
          border:0;
      }
      .shop-table.shop-table2 > tbody > tr.content {
          padding: 20px 15px;
      }
      .mypage .shop-table.shop-table2 > tbody > tr > td:first-child {
          padding-left: 0;
      }
      .mypage .shop-table > tbody > tr > td.img, .mypage .shop-table > tbody > tr > td.img .table-cell {
          vertical-align: top;
      }
      .shop-table.shop-table2 > tbody > tr > td.order_title,
      .shop-table.shop-table2 > tbody > tr > td.cart-btn-tools {
          padding-left: 85px;
          text-align: left;
          width: auto !important;
      }
      .shop-table.shop-table2 > thead > tr > th a {
          float:right;
          font-size: 14px;
      }
      .shop-table.shop-table2 > tbody > tr > td.img .price {
          color:#333;
      }
      .regularly-table > thead > tr > th {
          padding: 10px 0;
      }
      .shop-table.regularly-table > tbody > tr.content {
          padding: 0;
          border: none;
      }
      .mypage .shop-table.regularly-table > tbody > tr.content > td {
          padding: 0;
      }
      .regularly-table > tbody > tr.content > td.img a {
          display: flex;
          flex-direction: row-reverse;
          padding: 16px 15px;
          border-bottom: 1px solid #e5e5e5;
      }
      .regularly-table > tbody > tr.content > td.img a:last-child {
          padding-bottom: 16px;
          border-bottom: 0;
      }
      .regularly-table > tbody > tr.content > td.img a > .table-cell:first-child img {
          margin-right: 0;
          margin-left: 15px;
      }
      .regularly-table > tbody > tr.content > td.img a > .table-cell:last-child {
          padding-left: 0;
          padding-right: 10px;
          width: 100%;
      }
      .mypage .shop-table.regularly-table > tbody > tr.content > td.hidden-sm {
          padding: 16px;
          border-top: 1px solid #e5e5e5;
          border-bottom: 0;
      }
      .regularly-table > tbody > tr.content > td.hidden-sm table span {
          padding: 2px 12px 2px 0;
      }
      .mypage .shop-table.regularly-detail-table > tbody > tr.content > td.hidden-sm {
          padding-top: 0;
          border: none;
      }
      .regularly-detail-table > tbody > tr.content > td.hidden-sm a.btn:not(:last-child) {
          margin-right: 8px;
      }
      .shop-table.regularly-table.regularly-detail-table > tbody > tr.content {
          border-bottom: 1px solid #e5e5e5;
      }
      .shop-table.regularly-table.regularly-detail-table > tbody > tr.content:last-child {
          border-bottom: 0;
      }
      #regularly_date_table {
          max-width: none;
      }
      #regularly_date_table td {
          padding: 12px 16px;
      }
      .shop-table > thead > tr > th {
          display : inline-block;
          padding : 11px 0;
          color   : #4a4a4a;
          line-height: 1;
      }
      .shop-table > thead > tr > th label {
          margin-bottom : 0;
      }
      .shop-table > thead > tr > th, .shop-table > tbody > tr > td {
          border  : 0;
          padding : 0;
      }
      .shop-table > tbody > tr {
          position     : relative;
          border-width : 0 0 1px 0;
          border-style : solid;
          overflow     : hidden;
          border-color: rgba(0, 0, 0, 0.07);
      }
      .shop-table .checkbox-styled:not(ie8) input ~ span:before {
          margin-top: -1px;
      }
      .shop-table > tbody > tr.content {
          padding : 20px 15px;
      }
      .shop-table > tbody > tr > td, .shop-table > tfoot > tr > td {
          display : inline-block;
      }
      .shop-table .im-cart-checkbox-wrap {
          padding-right: 10px;
          font-size: 16px;
      }
      .shop-table thead .im-cart-checkbox-wrap {
          padding-right: 0;
      }
      .shop-table > tbody > tr > td.img .im-cart-img-wrap {
          padding-right: 0;
      }
      .shop-table > tbody > tr > td.td-blocked {
          display : block;
          overflow: hidden;
          margin-bottom: 5px;
          margin-left: 30px;
      }
      .shop-table > tbody > tr > td.td-blocked .title {
          font-size: 14px;
      }
      .shop-table > tbody > tr > td.td-blocked .cont {
          float:right;
          font-size: 14px !important;
      }
      .shop-table > tbody > tr > td.amount {
          margin-top: 16px;
      }
      .shop-table > tbody > tr > td:nth-child(-n+2) {
          vertical-align : top;
      }
      .shop-table > thead > tr > th, .shop-table > tfoot > tr > td {
          padding : 0;
      }
      .shop-table > tbody > tr > td.slt {
  
      }
      .shop-table > tbody > tr > td.img img {
          width: 70px;
      }
      .shop-table > tbody > tr > td p.cart-item-title {
          padding-left: 82px;
          max-width: none;
      }
      .shop-table > tbody > tr > td.img .opt {
          clear        : both;
          padding: 0;
          margin-top: 10px;
      }
      .shop-table > tbody > tr > td.img .opt .more {
          padding: 10px 12px;
          margin: 0;
          max-width: none;
      }
      .shop-table > tbody > tr > td.img .opt .more + .more {
          border-top: 1px solid rgba(33, 33, 33, 0.1);
      }
      .shop-table > tbody > tr > td.img > a {
          display : inline-block;
          width: 100%;
      }
      .shop-table > tbody > tr > td.img p {
          width : 160px;
      }
      .shop-table > tbody > tr > td p.cart-item-title {
          width: 100%;
          padding-right: 34px;
      }
      .shop-table > tbody > tr > td.wish {
          position : absolute;
          top      : 15px;
          right    : 15px;
          border   : 0;
      }
      .shop-table > tbody > tr > td.cart-btn-tools {
          position : absolute;
          bottom   : 20px;
          left     : 40px;
      }
      .shop-table > tbody > tr > td.pay-number {
          float   : right;
          padding : 15px 0;
          min-width: 140px;
      }
      .shop-table > tfoot > tr > th {
          border: none;
          padding: 0;
      }
      .shop-table > tfoot > tr > td.amount.text-brand {
          float : right;
      }
      .shop-content.cart .bottom-btn .btn.to-order, .shop-content.cart.cart_empty_wrap .bottom-btn .btn.ctn {
          display       : block;
          border-radius : 3px;
          width         : 100%;
          height        : 45px;
          line-height   : 45px;
          padding       : 0;
      }
      .shop-content.cart .bottom-btn .btn.ctn, .shop-content.cart.cart_empty_wrap .bottom-btn .btn.to-order, .cart_empty_wrap .shop-table > tfoot, .cart_empty_wrap .shop-table > thead {
          display : none;
      }
      .shop-table > tbody > tr.payment-info > .pay-txt {
          text-align : left;
          padding    : 15px 0;
      }
      .shop-table > tbody > tr.payment-info td:first-child {
          display : none;
      }
      .shop-content.payment, .shop-content.mypage {
          margin-bottom : 0;
      }
      .shop-content.payment > div, .mypage .order_wrap, .mypage .item_wrap,.shop-content.payment > div.order_wrap {
          float : none;
          width : 100%;
      }
      .shop-content.payment > div.item_wrap {
          width: 100%;
      }
      .shop-content.payment > div.item_wrap, .mypage .item_wrap {
          margin-left : 0;
      }
      .shop-content.payment > div .tip-off {
          padding       : 20px 15px;
          margin: 8px 0 0 0;
          border: 0;
      }
      .shop-content.payment > div .tip-off.pay_area {
          padding: 15px;
      }
      .shop-content.payment > div .tip-off:first-child {
          border-top : 0;
      }
      .shop-content.payment > div.item_wrap {
          border: 0;
          margin-top: 8px;
      }
      .shop-content.payment > div.item_wrap > .margin-bottom-xxl {
          margin-bottom: 8px !important;
      }
      .btn_start_payment {
          font-size: 17px !important;
      }
      .doz_sys .shop-content input.form-control,
      .doz_sys .shop-content select.form-control,
      .doz_sys .shop-content .file-upload-form,
      .doz_sys .shop-content .file-upload-form input,
      .doz_sys .shop-content .form_file_list {
          height: 44px !important;
      }
      .doz_sys .option_btn_tools input.form-control {
          height: 36px !important;
      }
      .doz_sys .shop-content .file-upload-form label {
          font-size: 15px;
          position: relative;
          top: 5px;
      }
      .mypage .head {
          margin: 0 -15px 20px;
          padding: 30px 15px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07);;
      }
      .mypage .head .nick {
          font-size: 18px;
          margin-left: 13px;
      }
      .mypage .head .nick .text-15 {
          font-size: 13px !important;
      }
      .mypage .head .tumbs {
          width: 70px;
      }
      .mypage .head .img-circle {
          width: 56px !important;
          height: 56px !important;
      }
      .ug_name {
          display: block;
      }
      .lp_title {
          text-align: center;
          font-size: 14px;
          margin-bottom: 14px;
      }
      .lp_summary {
          padding: 12px 0;
          background: rgba(216,216,216,0.15);
      }
      .lp_table {
          margin-top: 44px;
      }
      .ug_name .btn {
          padding: 2px 5px;
          font-size: 11px;
          display: inline-block;
          margin-left: 5px;
          border: 0;
          position: relative;
          top: -1px;
          background: #fff !important;
          letter-spacing: 0;
          border: 1px solid #D5D5D5;
      }
      .shop_mypage .popover {
          top: 0 !important;
          left: 0 !important;
          margin: 0;
          box-shadow: none;
          height: 100%;
          width: 100%;
          min-width: 100%;
          z-index: 1000;
      }
      .shop_mypage .popover-content {
          width: 100%;
          padding: 0;
      }
      .lp_content_wrap {
          padding: 24px 15px;
      }
      .lp_header_wrap {
          border-bottom: 1px solid #e5e5e5;
          padding: 0 15px;
          height: 47px;
          line-height: 47px;
      }
      .lp_header_wrap h6 {
          display: inline-block;
          margin-top: 0;
      }
      .lp_header_wrap a {
          position: absolute;
          right: 5px;
          top: 0;
          margin-right: 0;
          padding: 15px 10px;
      }
      .mypage .point-view, .mypage .coupon-view, .ug_text, .ug_btn {
          display: none;
      }
      .use_grade {
          margin: 0;
      }
      .tip-off.payment_method {
          cursor   : pointer;
          position : relative;
      }
      .tip-off.payment_method > h6 {
          display: inline-block;
      }
      .tip-off.payment_method .payment_select {
          float: right;
          position: relative;
          z-index: 11;
          pointer-events: none;
      }
      .tip-off.payment_method .payment_select .current_pay_type {
          margin-right: 10px;
          font-size: 16px;
      }
      .order_wrap .tip-off.payment_method i {
          vertical-align: middle;
          float: none;
          display: inline-block;
      }
      .tip-off.payment_method h6 {
          line-height: inherit;
      }
      .tip-off.payment_method.on h6 {
          margin-bottom: 10px;
      }
      .tip-off.payment_method select.pay_type {
          position   : absolute;
          left       : 0;
          top        : 0;
          height     : 62px;
          border     : 0;
          color      : transparent !important;
          background : none;
      }
      .tip-off.payment_method .form-select-wrap.pay_type_wrap {
          position   : absolute;
          width: 100%;
          left       : 0;
          top        : 0;
          height     : 100%;
          border     : 0;
          color      : transparent !important;
          background : none;
      }
      .tip-off.payment_method .form-select-wrap.pay_type_wrap:before {
          display: none;
      }
      .tip-off.payment_method .form-select-wrap.on {
          margin-top: 0;
      }
      .tip-off.payment_method .pay_type_wrap.row {
          margin: 0;
      }
      .tip-off.payment_method .pay_type_item.col-xs-6 {
          width: 100%;
          padding: 16px 15px 16px 0;
          border-top: 1px solid #eee;
      }
      .tip-off.payment_method .pay_type_item label {
          margin: 0;
      }
      .tip-off.coupon.on .wrapper .btn, .tip-off.privacy_no_member.on .wrapper .btn {
          height: 44px;
          line-height: 42px;
      }
      .order_wrap .tip-off:first-child {
          border-top : 0;
      }
      .shop-content.payment .bottom-btn {
          left         : 0;
          width        : 100%;
          padding      : 56px 15px 40px 15px;
          border-width : 1px 0 0 0;
          border-style : solid;
          z-index      : 10;
      }
      .shop-content.payment .bottom-btn p {
          position : absolute;
          bottom   : 0;
      }
      .shop-content.payment .bottom-btn .btn {
          width         : 100%;
          border-radius : 3px;
          padding       : 0;
          line-height   : 45px;
          height        : 45px;
      }
      .shop-content.payment .bottom-btn {
          text-align : left;
          font-size  : 13px;
      }
      .shop-content .pay-number {
          font-size : 14px;
      }
      .item_wrap .tip-off.item .row.total .text-brand {
          font-size: 18px;
      }
      .item_wrap .tip-off.item .row.total > div:first-child {
          text-align : left;
          font-size  : 15px !important;
      }
      .item_wrap .tip-off.item .row.total .text-brand.big {
          font-size : 22px;
      }
      .label-list-horizontal {
          display: block;
      }
      .label-list-horizontal li:after {
          display: none;
      }
  
    .address-open._widget_data {
      position: relative;
      z-index: 1000;
    }
  
      .modal_widget_address .modal-dialog {
          width  : 100%;
          height : 100%;
          margin : 0;
      }
      .modal_widget_address .modal-dialog .modal-content {
          border        : 0;
          box-shadow    : none;
          height        : 100%;
          border-radius : 0;
      }
      .add_container {
          padding : 0 15px;
      }
      .add_container .block {
          margin  : 0 -15px 2px;
          padding : 20px 15px;
      }
      .add_container .block i {
          right : 15px
      }
      .modal_widget_address .add_container, .personal_qna_wrap, .mypage .box-wrap, .mypage .table-wrap {
          padding : 0;
      }
      .mypage .table-wrap.coupon {
          position : relative;
          border-style :solid;
          border-width : 0 0 1px 0;
      }
      .mypage .table-wrap.coupon .row {
          padding: 0 15px;
      }
      .mypage .table-wrap.coupon:last-child {
          border :0;
      }
      .mypage .table-wrap.coupon .box-wrap {
          padding: 0 30px;
      }
      .mypage .table-wrap.coupon h6 {
          font-size: 1.2em;
          margin: 20px 16px;
      }
      .mypage .table-wrap.coupon .sale-value{
          font-size: 2em;
      }
      .mypage .table-wrap.coupon .btn-coupon{
          line-height: 1.1;
      }
      .mypage .table-wrap.wish {
          padding : 15px 0;
      }
      .mypage .mypage_coupon_list {
          margin: 0 15px;
          margin-bottom: 16px;
          max-width: none;
      }
      .mypage .coupon-wrap {
          flex: 1 0 100%;
          max-width: none;
      }
      .mypage .show-grid {
          padding-bottom : 0;
      }
      .mypage .shop-table > tbody > tr {
          padding : 20px 15px 20px 90px;
          margin  : 0 -15px;
      }
      .mypage .shop-table.shop-point-table > tbody > tr {
          padding : 20px 15px;
      }
      .mypage .shop-table.shop-point-table > tbody > tr > td:first-child {
          padding-left : 0;
      }
      .mypage .shop-table.shop-point-table > tbody > tr > td.point-date {
          color : #999;
      }
      .mypage .shop-table.shop-point-table > tbody > tr > td.point-change {
          text-align : left;
          margin-top : 4px;
          font-size  : 18px;
      }
      .mypage .shop-table.shop-point-table > tbody > tr.more {
          padding   : 0;
          font-size : 15px;
      }
      .mypage .shop-table.shop-point-table > tbody > tr.more a {
          padding : 15px;
          display : block;
      }
      .mypage .shop-table > tbody > tr > td.img p {
          width : 100%;
      }
      .mypage .shop-table > tbody > tr > td.img img {
          position     : absolute;
          left         : 15px;
          margin-right : 0;
          top          : 50%;
          margin-top   : -30px;
      }
      .mypage .shop-table.regularly-table > tbody > tr > td.prod > div {
      padding: 16px 15px;
    }
      .mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex {
      display: flex;
      flex-direction: row-reverse;
      }
    .mypage .shop-table.regularly-table > tbody > tr > td.prod .d-flex .flex-1{
      flex: 1;
      padding: 0;
    }
    .mypage .shop-table.regularly-table > tbody > tr > td.img > a {
      padding: 16px 15px;
    }
    .mypage .shop-table > tbody > tr > td.img > a {
      padding: 0;
    }
      .mypage .shop-table > tbody > tr > td.order_title > a {
          padding: 0;
          text-align: left;
      }
      .mypage .shop-table > tbody > tr > td.cart-btn-tools {
          position    : static;
          text-align  : left !important;
          padding-top : 10px;
          padding-right: 0;
          padding-bottom: 0;
      }
      .mypage .shop-table > tbody > tr > td.cart-btn-tools.mtools {
          position : absolute;
          z-index  : 1;
          display  : inline-block;
          padding  : 0;
          left     : 90px;
          bottom   : 20px;
      }
      .mypage .shop-table > tbody > tr > td.cart-btn-tools .lookup {
          position    : absolute;
          left        : 218px;
          bottom      : 20px;
          margin-left : 0 !important;
      }
      .mypage .shop-table > tbody > tr > td {
          display : block;
      }
      .mypage .shop-table > tbody > tr > td.pay em {
          font-weight : 600;
          font-size   : 16px;
      }
      .mypage .shop-table > tbody > tr.mtom {
          padding : 10px 15px;
          display : block !important;
      }
      .mypage .shop-table > tbody > tr.mtom > td {
          text-align : center;
      }
      .mypage .shop-table > tbody > tr.mtom > td span {
          color         : #fff;
          width         : 85px;
          height        : 30px;
          display       : inline-block;
          line-height   : 1.9;
          border-radius : 15px;
      }
      .mypage .shop-table.shop-table-normal {
          margin-top: 20px;
      }
      .mypage .regularly-detail-table + .shop-table.shop-table-normal {
          margin-top: 10px;
      }
      .mypage .shop-table.shop-table-normal > tbody > tr > td:first-child {
          padding: 0;
      }
      .mypage .shop-table.shop-table-normal > tbody > tr {
          padding: 12px 15px;
      }
      .mypage .shop-table.shop-table-normal > tbody > tr:first-child {
          padding-top: 20px;
      }
      .mypage .shop-table.shop-table-normal > tbody > tr:last-child {
          padding-bottom: 20px;
      }
      .mypage .shop-table.shop-table-normal > tbody > tr > td.tools {
          position: absolute;
          top: 20px;
          right: 15px;
          padding: 0;
      }
      .mypage .order-form {
          position   : fixed;
          top        : 0;
          left       : 0;
          bottom     : 0;
          z-index    : 1000;
          background : #fff;
          width      : 100%;
          min-height : 100%;
          overflow-y : auto;
      }
      .mypage .order_tit a {
          position     : absolute;
          right        : 5px;
          top          : 0;
          margin-right : 0;
          padding      : 15px 10px;
      }
      .mypage .order_tit .order-date {
          top     : 50px;
          z-index : 101;
          position: absolute;
          right: 15px;
      }
      .mypage .order-form .order_tit {
          border-bottom : 1px solid #e5e5e5;
          padding       : 0 15px;
          height        : 47px;
          line-height   : 47px;
      }
      .mypage .order_detail .row {
          padding-bottom : 30px;
      }
      .mypage .order_detail .row:last-child, .mypage .tip-off.item h6 {
          padding-bottom : 0;
      }
      .mypage .order_wrap .tip-off, .mypage .item_wrap .tip-off {
          padding       : 20px 15px;
          margin-bottom : 0;
          border-bottom : 1px solid #e5e5e5;
      }
      .mypage .tip-off,
      .im-order-detail-table,
      .im-order-price {
          border-left: none;
          border-right: none;
      }
      .mypage .item_wrap .tip-off.item, .mypage .item_wrap .tip-off.item .row.total {
          border-bottom : 0;
      }
      .mypage .item_wrap .tip-off.item .row {
          padding       : 15px 0;
          border-bottom : 1px solid #e5e5e5;
      }
      .im-order-detail-table td {
          display: block;
      }
      .mypage .more_btn {
          position      : absolute;
          border-width  : 0 0 1px 0;
          border-radius : 0;
          display       : block;
          width         : 100%;
          margin-left   : 0;
          left          : 0;
          border-color  : #ddd;
          font-size     : 15px;
          height        : 50px;
          line-height   : 2.6;
      }
      .doz_sys .im-order-header .im-order-title {
          margin-bottom: 15px;
      }
      .shop_sub_depth {
          height       : 47px;
          border-width : 0 0 1px 0;
          border-style : solid;
          border-color : #ccc;
      }
      .sub_depth {
          padding : 12px 15px;
      }
      .sub_depth li span {
          display : none;
      }
      .sub_depth li a {
          margin-right : 20px;
      }
      .sub_depth li a:after {
          display                 : inline-block;
          font                    : normal normal normal 14px/1 'Material-Design-Iconic-Font';
          text-rendering          : auto;
          -webkit-font-smoothing  : antialiased;
          -moz-osx-font-smoothing : grayscale;
          content                 : '\f2f2';
          padding-left            : 5px;
          font-size               : 20px;
          vertical-align          : middle;
      }
      .modal_widget_cartopt:before {
          display : inline;
      }
      .modal_widget_cartopt .modal-dialog {
          margin     : 0;
          width      : 100%;
          height     : 100%;
          background : #fff;
      }
      .modal_widget_cartopt .modal-content {
          box-shadow    : none;
          border-radius : 0;
          border        : 0;
      }
      .categorize {
          display : none;
      }
      .categorize ul.site_nav li a {
          font-size : 14px;
          margin    : 0 15px;
      }
      .order-form .item_wrap .tip-off.item .row .col_ctr {
          padding : 0 15px;
      }
      .order-form .item_wrap .tip-off.item .row {
          margin : 0 -15px
      }
      .goods_form .item_detail {
          padding:0;
          text-align: left;
      }
      .goods_form .goods_summary {
          padding-right: 0;
          margin-bottom: 0;
          word-wrap: break-word;
      }
      .goods_form .item_detail > .row {
          margin-bottom : 15px;
      }
      .m-padding-on {
          padding-right : 15px !important;
          padding-left  : 15px !important;
      }
      .li_table .board-head {
          padding : 0 0 5px 0;
      }
      .doz_sys main > .doz_row .m-padding-on {
          padding-left: 15px ;
          padding-right: 15px ;
      }
      .inside .m-margin-on {
          margin-left  : -15px;
          margin-right : -15px;
      }
      .no_data {
          padding : 30px 0
      }
      .modal_site_join, .modal_site_join_policy, .modal_site_find_password, .modal_site_alert, .modal_site_login, .modal_site_find_password {
          padding : 10px !important;
      }
      .modal_site_login .modal-dialog, .modal_site_join .modal-dialog, .modal_site_join_policy .modal-dialog, .modal_site_find_password .modal-dialog {
          margin-top : 0;
          margin-bottom: 500px;
      }
      .modal_site_login .modal-dialog {
          height        : 100%;
          margin-bottom : 0;
      }
      .modal_site_login .modal-content {
          -webkit-box-shadow : none;
          box-shadow         : none;
          border             : 0;
          border-radius      : 0;
          height             : 100%;
      }
      .modal_site_login article.modal_article {
          padding-top : 0 !important;
      }
      .modal_site_login .modal-header h2 {
          font-size  : 15px;
          text-align : center;
          margin     : 0;
      }
      .modal_site_login .modal-header {
          padding       : 17px 0;
          border-bottom : 1px solid #f4f4f4;
          margin-bottom : 25px;
      }
      .modal_site_login article.login .close {
          padding : 12px;
          top     : 5px;
          right   : 8px;
          opacity : 0.5;
      }
      .mypage .table-wrap .shop-item {
          width : 50%;
      }
      .cart_empty_wrap .table-wrap {
          margin-bottom : 0;
      }
      .mypage .table-wrap.no-padding-top-m {
          padding-top : 0;
      }
      .modal_quick_menu .modal-dialog {
          overflow-y : auto;
      }
      .list-style .list.line .row_tit {
          font-size : 12px;
      }
      .list-style .list.line > small.date {
          font-size   : 11px;
      }
      .list-style .list .thumb img {
          min-width  : 100px;
          min-height : 70px;
          max-width  : 120px;
      }
      .list-style .list.secret-board .thumb {
          height : 70px;
      }
      .list-style .list.secret-board .thumb .zmdi-lock {
          min-width : 100px;
      }
      .list-style .list .thumb, .list-style .list .title {
          vertical-align : middle;
      }
      .list-style .list .title a {
          margin-bottom : 0;
      }
      .list-style .list .board-block .cmt {
          font-size : 11px;
      }
      .comment-block {
          margin   : 0 -15px;
          position : relative;
      }
      .modal_widget_fullboard .comment-block{
          margin   : 0;
      }
      .comment-block .btn-gruop-wrap .tools {
          float : none;
      }
      .comment-block .btn-gruop {
          padding-left : 15px;
      }
      .mobile_right button:last-child {
          padding : 10px 15px 10px 25px;
      }
      .comment-block .btn-gruop-wrap {
          padding: 0 15px;
      }
      .modal_widget_fullboard .comment-block .btn-gruop-wrap {
          padding : 0;
      }
      .comment-block .btn-gruop-wrap .btn-gruop {
          padding : 0;
      }
      .board_summary {
          margin  : 0 -15px;
          padding : 0 15px;
      }
      .board_view .board_summary {
      border-bottom: 0;
      padding-top: 15px;
    }
    .bubble_box .board_summary {
          display: flex;
          padding-right: 0;
          padding-left: 0;
      }
      .board_view .board_txt_area {
          padding-top :22px;
      }
      .textarea_block {
          padding: 12px;
      }
      .sub_qna_form .postmeta.comment-comment,
      .sub_comment_wrap .postmeta.comment-comment {
          margin-left: 43px;
      }
      .booking_view .sub_comment_wrap .postmeta.comment-comment,
      .shop_mypage .sub_comment_wrap .postmeta.comment-comment,
      .modal_prod_detail .sub_comment_wrap .postmeta.comment-comment {
          margin-left: 0;
      }
      .comment .comment,
      .comment .main_comment,
      .comment {
          padding-top: 16px;
      }
      .comment .comment .block-postmeta:after {
          top: 40px;
      }
      .comment_edit_form {
          margin: -32px 0 0 45px !important;
      }
      .extend_section .grid_ignore+.board_summary {
          padding: 15px 0;
      }
      .grid_ignore + .board_summary {
          padding   : 15px 0 0 0;
          top       : 0;
          left      : 0;
          max-width : 100%;
          width     : 100%;
          margin    : 0;
          height: 50px;
      }
      .grid_ignore + .board_summary .clearfix {
          display: table;
          width :100%;
          height: 100%;
      }
      .grid_ignore + .board_summary .clearfix .avatar {
          width: 30px;
      }
      .btn-gruop-wrap .mobile_right button:last-child {
          padding : 10px 25px 10px 0;
      }
  
      .widget.board .grid_ignore .clearfix {
          width         : 100%;
          padding       : 7px 15px;
          border-bottom : 1px solid #e5e5e5
      }
      .widget.board .grid_ignore .author .date, .widget.board .grid_ignore .author .hit-count {
          font-size : 12px;
      }
      .widget.board .grid_ignore {
          padding : 0;
          position: relative;
      }
      .widget.board .grid_ignore:before {
          content: '';
          display: block;
          border-bottom: 1px solid rgba(0,0,0,1);
          opacity: 0.15;
          position: absolute;
          bottom: 0;
          width: calc(100% - -30px);
          left: -15px;
      }
      .board_view header, .grid_ignore.bg_on .board_summary {
          margin : 0;
      }
      .board_txt_area {
          font-size : 15px;
      }
      .comment_area,
      .goods_form .comment_area p {
          font-size : 14px;
      }
      .board_summary .write {
          font-size : 14px;
      }
      .comment_area img {
          max-width: 100%;
      }
      .avatar-image {
          width: 32px;
          height: 32px;
      }
      .list_tap {
          margin-left  : -15px;
          margin-right : -15px;
      }
      .widget.board .grid_ignore.bg_on .clearfix {
          border  : none;
          padding : 7px 15px;
      }
      .widget.board .grid_ignore .author .write {
          font-size : 13px;
          border    : none;
      }
      .widget.board .grid_ignore .author .hit-count,
      .widget.board .grid_ignore .author .date {
          margin  : 0;
          padding : 0 10px 0 0;
          border  : none;
          float   : none;
          display : inline-block;
      }
      .widget.board .grid_ignore .view_tit,
      .board_view header .view_tit {
          margin      : 0;
          padding: 4px 0 15px;
          position    : static;
      }
      .board_view header .view_tit {
          max-width: 100%;
          padding: 7.5px 30px 15px 0;
          display: block;
      }
      .widget.board .board_view_review .grid_ignore div.view_tit {
          padding: 0;
      }
      .board_view_review header div.view_tit {
          padding: 7.5px 0 0 0;
      }
      .board_view_review header p.view_tit {
          padding-top: 0;
      }
      .widget.board .grid_ignore.bg_on .view_tit {
          text-align : center;
          padding    : 0 15px;
      }
      .full_board .doz_row {
          margin-left  : -15px;
          margin-right : -15px;
      }
      .extend_section .full_board .doz_row {
          margin-left: 0;
          margin-right: 0;
      }
      .board_view {
          padding : 0 15px;
          margin  : 0 -15px;
      }
      .widget.board.m-margin-on .board_view {
          margin: 0;
          padding: 0;
      }
      .widget.board.m-margin-on.no-follow-grid .board_view,
      .full_board .board_view {
          margin : 0;
          padding: 0 15px;
      }
      .board_view header {
          margin : 0;
      }
      .grid_ignore.bg_on .board_summary {
          margin        : 0;
          width         : 100%;
          position      : absolute;
          top           : -175px;
          border-bottom : 0;
      }
      .widget.board .grid_ignore.bg_on .mobile_right {
          top     : auto;
          right   : 7px;
          padding : 3px;
          bottom: -50px;
      }
      .widget.board .grid_ignore.bg_on {
          min-height    : 300px;
          padding       : 125px 0;
          top           : 0;
      }
      .widget.board .grid_ignore .author .tools {
          display : none;
      }
      .board_summary .tools .board-summary-icon {
          font-size : 20px;
      }
      .widget.board .bg_on .grid_ignore_wrap, .widget.board .bg_on .grid_ignore_wrap .notice {
          padding    : 0;
          margin     : 0;
          text-align : center;
      }
      .widget.board .grid_ignore_wrap {
          max-width   : 100%;
          padding : 15px 30px 15px 0;
          text-align  : left;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
      }
      .widget.board .grid_ignore .board_tit {
          margin-top : 0;
          display    : none;
      }
      .widget.board .grid_ignore.bg_on .board_tit {
          display : block;
      }
      .board_view .inside .board_txt_area {
          padding : 20px 0 ;
          margin  : 0;
      }
      .view_box .repeat_area > div.box_thumb {
          padding-right : 15px;
      }
      .view_box .repeat_area > div.box_thumb img {
          max-width : 75px;
      }
      .modal_widget_search .modal-content a.bt-times {
          padding   : 15px;
          font-size : 16px;
      }
      .modal_widget_search .search-tools a {
          font-size  : 16px;
          margin-top : -8px;
      }
      .modal_widget_search .search-tools .form-control {
          padding   : 8px 25px 8px 0;
          font-size : 16px;
      }
      .control_box {
          margin : 24px auto;
      }
      .view_box {
          padding-top : 30px;
      }
      .view_box .repeat_area {
          margin-top : 30px;
      }
      .search_widget .site_nav, .search_widget .categorize span {
          padding : 0 15px;
      }
      .board-head {
          padding-bottom : 0;
      }
      .li_board {
          display    : block;
      }
      .li_board ul {
          padding      : 10px 15px 15px 15px;
          display      : block;
          border-width : 0 0 1px 0;
          border-style : solid;
      }
      .li_board ul li {
          border : 0;
      }
      .li_board ul li.prod_name{
          padding : 0 0 5px;
      }
      .li_board ul li.count {
          display: none !important;
      }
      .li_board ul li.tit {
          display        : block;
          float          : none;
          width          : 100%;
          font-size      : 15px;
          position       : relative;
          padding    : 0 !important;
          line-height    : 1.4;
      }
      .li_board ul li.tit.show_right_tools {
          padding-right: 45px !important;
      }
      .li_board ul li.tit .badge {
          margin : -3px 0 0 0;
      }
      .li_table .author,
      .li_table .time,
      .li_table .views,
      .li_table .like,
      .li_table .grade {
          margin-top: 5px;
      }
      .li_board ul li.read,
      .li_board ul li.date,
      .li_board ul li.name,
      .li_board ul li.time,
      .li_board ul li.like {
          display       : table-cell;
          width         : auto !important;
          padding: 5px 10px 0 0;
          font-size     : 12px;
          height        : 12px;
          line-height   : 12px !important;
          margin-top    : 8px;
      }
      .li_board .board-head {
          border-width : 0 0 1px 0;
          border-style : solid;
      }
      .li_body .comment-count {
          font-size : 14px;
          display   : block;
          position  : absolute;
          top       : 0;
          right     : 0;
          color     : #999 !important;
      }
      .li_board ul li.tit .tit_ico, .li_body .comment-count:before {
          font-size : 18px;
      }
      .li_footer .btn-block-right,
      .li_footer .tools ~ .btn-block-right {
          position : static;
      }
      .board_title_wrap .right_tools {
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -10px;
      }
      .board_title_wrap .right_tools small {
          display: none;
      }
      .board_write .title_box input.review_subject {
          padding: 8px 115px 8px 15px;
      }
      .li_board.review_table ul {
          padding: 20px 0;
      }
      .li_board.review_table .body_tools {
          margin-top: 5px;
          margin-left: 0;
      }
      .li_board.review_table .body_tools .interlock_star_point a {
          margin-left: 2px;
      }
      .li_board.review_table .body_tools > div {
          margin-right: 5px;
          margin-left: 0;
      }
      .li_board.review_table .body_tools > div:last-child {
          margin-right: 0;
      }
      .li_board.review_table .body_tools .interlock_star_point a:first-child {
          margin-left: 0;
      }
      .li_board.review_table .board_thumb_wrap {
          width: 120px;
          min-width : inherit;
      }
      .modal_prod_detail {
          padding: 0 !important;
          margin: 0;
          z-index: 100001;
          background: #fff;
          overflow-y: auto !important;
      }
      .modal_prod_detail .modal-dialog {
          width: 100%;
          height: 100%;
          margin : 0;
      }
      body.doz_sys.shop_view.modal-open {
          height: auto;
      }
      .modal_prod_detail .modal-content {
          box-shadow: none;
          border: 0;
          border-radius: 0;
          height: 100%;
      }
      .board_write .non_member_tool span input {
          padding : 8px 15px;
      }
      .board_write_on .custom-theme.fr-popup {
          z-index : 10000 !important;
      }
      .booking_content {
          padding : 0;
      }
      .booking td {
          text-align : center;
      }
      .board_txt_area img {
          max-width: 100%;
          height: auto !important;
      }
      .board_view.board_view_review .board_txt_area {
          width: 100%;
      }
      .board_view.board_view_review .board_txt_area img {
          width: auto;
      }
      .booking th {
          padding    : 0 0 10px 0;
          text-align : center;
          font-size  : 12px;
      }
      .booking .owl-controls {
          display : none;
      }
      .booking_toolbar {
          margin-bottom : 0;
          text-align    : left;
      }
      .booking_toolbar p {
          font-size   : 16px;
          line-height : 45px;
      }
      .booking_toolbar .btn {
          border      : 0;
          padding     : 0 10px;
          font-size   : 18px;
          line-height : 45px;
      }
      .booking_toolbar .booking_prev {
          float : left
      }
      .booking_toolbar .booking_next {
          float : right;
      }
      .col-dz-6 .booking .booking_toolbar .btn-group, .col-dz-5 .booking .booking_toolbar .btn-group, .col-dz-4 .booking .booking_toolbar .btn-group, .col-dz-3 .booking .booking_toolbar .btn-group, .col-dz-2 .booking .booking_toolbar .btn-group, .col-dz-1 .booking .booking_toolbar .btn-group {
          display: none;
      }
      .booking_date {
          font-size  : 15px;
          list-style : none;
      }
      .booking_date.holiday .number {
          color : #ff635e;
      }
      .booking_day_slide:before {
          content       : '';
          border-bottom : 1px solid #ddd;
          display       : block;
          top           : 50%;
          position      : absolute;
          width         : 100%;
          margin-top    : -5px;
      }
      .booking_date li {
          padding : 10px 0;
      }
      .booking_date .day {
          font-size : 11px;
      }
      .booking_date.on .number span {
          color          : #fff;
          width          : 25px;
          height         : 25px;
          display        : inline-block;
          vertical-align : middle;
          line-height    : 25px;
          text-align     : center;
          border-radius  : 50%;
      }
      .booking_day_number {
          color       : #fff;
          font-size   : 14px;
          padding     : 15px 20px;
          font-weight : bold;
      }
      .booking_day_season {
          color : #fff !important;
      }
      .min_table {
          min-height : 100%;
      }
      .booking_list {
          border-bottom : 1px solid #ddd;
          padding       : 0 20px;
      }
      .booking_list > a {
          display : table;
      }
      .booking_list > a {
          height : 55px;
          width  : 100%;
      }
      .booking_list .btn {
          border-radius : 15px;
          margin-left   : 15px;
          color         : #fff;
      }
      .booking_list .title .count,
      .booking_list .title .text {
          display: block;
          padding-left: 25px;
      }
      .booking_list.hide_badge .title .count,
      .booking_list.hide_badge .title .text {
          padding-left: 0;
      }
      .booking_toolbar .price_tools {
          display: none;
      }
      .booking_list.disable .title .count,
      .booking_list.disable .title .text,
      .booking_list.disable .value {
          opacity : 0.4;
      }
      .booking_list.disable a {
          pointer-events : none;
          cursor         : default;
      }
      .booking_list.disable .btn {
          background-color : #363b3e !important;
      }
      .booking_list .value {
          display: table-cell;
          text-align: right;
          font-size: 13px;
          vertical-align: middle;
      }
      .booking_list > a > div {
          vertical-align: middle;
      }
      .booking_list .title .value,
      .booking_list .booking_badge_wrap {
          display: none;
      }
      .booking_list .title .booking_badge_wrap {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
      }
      .booking_content_detail div.title {
          font-size : 18px;
      }
      .booking_content_detail div.text-brand {
          font-size     : 15px;
          margin-bottom : 0;
      }
      .booking_btn_group {
          margin : 20px 0;
      }
      .booking_btn_group .btn {
          padding   : 14px 0;
      }
      .buy_btns > div.fixed_btn {
          overflow   : hidden;
          position   : fixed;
          left       : 0;
          bottom     : 0;
          width      : 100%;
          background : #fff;
          z-index    : 9999;
          border-top : 1px solid rgba(0, 0, 0, 0.07);
      }
      .booking_content .buy_btns.mobile > div.fixed_btn,
      .booking_content.on .buy_btns > div.fixed_btn {
          display : block;
      }
      .booking_content.on .buy_btns.mobile > div.fixed_btn,
      .booking_content .buy_btns > div.fixed_btn {
          display : none;
      }
      .buy_btns > div.fixed_btn a {
          margin-right : 0;
          width        : 100%;
          float        : none;
          padding      : 8px 25px;
      }
      .booking_content .buy_btns {
          width: auto;
          display: block;
          position: relative;
          margin: 0 -15px;
          border-width: 1px 0 1px;
          border-style: solid;
      }
      .booking_content .buy_btns a {
          width         : 50%;
          border-radius : 0;
          margin-right  : 0;
          border-width: 0 1px 0 0;
          border-style: solid;
      }
      .booking_content .buy_btns button {
          border: 0;
      }
      .booking_content .buy_btns div.book_btn {
          width: 100%;
          margin-right: 0;
      }
      .booking_content .buy_btns div.book_btn a{
          margin: 0;
          border-radius: 0 !important;
          letter-spacing: 1px;
      }
      .booking_content .buy_btns .btn.buy {
          width : 100%;
      }
      .booking_content .buy_btns .btn {
          width: 50%;
          float: left;
          margin-bottom: 0;
          border-radius: 0;
          padding: 11px 25px;
          font-size: 18px;
          line-height: 28px;
          text-align: center;
      }
      .booking_content .buy_btns {
          margin : 0 -15px;
      }
      .booking_content_detail {
          padding : 20px 0;
      }
      .booking_content.on .fixed_view {
          display : block;
      }
      .miss-width-47 {
          width        : 100%;
          padding-left : 15px
      }
      .miss-width-53 {
          width : 100%
      }
      .fixed_view {
          display        : none;
          position       : fixed;
          width          : 100%;
          background     : #fff;
          color          : #212121;
          z-index        : 9999;
          bottom         : 0;
          left           : 0;
          top            : 0;
          padding-bottom : 65px;
          overflow-y     : auto;
      }
      .fixed_view a, .fixed_view select.form-control, .fixed_view .form-select-wrap:before {
          color : #212121;
      }
      .booking_tools {
          padding-top : 45px;
      }
      .booking_content .booking_body .booking_row {
          min-height : 45px;
      }
      .booking_opt .options {
          position      : relative;
          padding       : 17px 0;
          border-bottom : 0;
          background    : #f6f6f8;
          margin-bottom : 1px;
      }
      .booking_opt .text {
          color : #000 !important;
      }
      .booking_opt .options .float_l {
          float : none !important;
      }
      .booking_opt .options .checkbox.float_l {
          float : left !important;
      }
      .booking_opt .text.tit {
          display : inline-block;
      }
      .booking_opt .text.pay {
          color : #999 !important;
      }
      .booking_opt .option_btn_tools {
          margin-right  : 0;
          width         : 110px;
          margin-bottom : 5px;
      }
      .booking_opt .option_btn_tools a, .doz_sys .booking_opt .option_btn_tools input.form-control {
          height : 30px;
      }
      .booking_opt .opt_close {
          position  : absolute;
          color     : #777;
          bottom    : 60px;
          right     : 15px;
          font-size : 17px;
      }
      .booking_content .booking .booking_day {
          padding   : 2px 0 0 0;
          font-size : 14px;
      }
      .doz_sys .form-group.privacy .form-control {
          height : 80px;
      }
      .booking_grid_container,
      .booking_toolbar .btn-group,
      .booking_toolbar .booking_state,
      .booking_view_container .booking_head,
      .booking_content .thumb_group,
      .booking_nav_tools,
      .booking_content_detail {
          display : none;
      }
      .booking_grid_mobile_container,
      .booking_content_detail.mobile,
      .fixed_view .btn_close,
      .fixed_btn .btn.second,
      .m_booking_nav_tools,
      .booking_content.on .fixed_view .booking_grid_container {
          display : block;
      }
      .booking .booking_view .booking_grid_mobile_container .btn-group {
          display : inline-block;
          margin-left: -10px;
      }
      .shop-content.booking-payment .bottom-btn {
          padding : 25px 15px;
      }
      .shop-content .select_wrap {
          margin-left: -1%;
          margin-right: 1%;
      }
      .shop-content .item_detail .visit_btn_wrap {
          display: inline-block;
          position: static;
          width: 100%;
          margin-top: 0;
          margin-left: 0 !important;
      }
      .shop-content .item_detail .visit_btn_wrap .btn {
          background-color: #999;
          border-color: #999;
          color: #fff;
          border-radius: 0;
          margin: 0;
          width: 100%;
          height: 37px;
          font-size: 16px;
      }
      .shop-content .select_wrap > div.inline-blocked {
          width: 100% !important;
          margin-bottom: 1% !important;
      }
      .booking_payment table tbody tr:last-child td {
          padding-top : 0;
      }
      .booking_payment table tfoot td {
          padding-bottom : 0;
      }
      .booking_payment table tr td:first-child {
          padding-left : 15px;
      }
      .booking_payment table tr td:last-child {
          padding-right : 15px;
      }
      .doz_sys.shop_view,
      .doz_sys.booking_view  {
          padding-bottom : 50px;
      }
      .widget.image.fix_height .img_wrap > img {
          width       : 100% !important;
          margin-left : 0 !important;
      }
      .comment_area > span {
          word-wrap : break-word;
      }
      .comment_area > span img {
          max-width : 200px;
          display   : block;
      }
      .image_cmt_lightbox {
          cursor : pointer;
      }
      .doz_sys .shop-content select.form-control,.prod_dropdown.form-control {
          font-size:16px;
          line-height: 1.2;
      }
      .cont .form-control {
          padding: 5px 10px;
          font-size: 12px !important;
      }
      .cont .form-select-wrap:before {
          right: 5px;
      }
      .prod_dropdown.form-control.open {
          margin-bottom: 175px;
      }
      .prod_dropdown .dropdown-menu {
          top: 0;
      }
      .doz_sys .shop-content select.form-control.width-4 {
          width:120px;
      }
      .goods_thumbs .owl-controls {
          text-align: center;
          display: block;
      }
      .goods_thumbs .owl-controls .owl-dots {
          padding-top: 5px;
          display: none!important;
      }
      .widget.movie .img_box {
          position:relative;
      }
      .widget.movie .img_box > iframe {
          position: absolute;
          top: 0;
          left: 0;
      }
      .doz_sys .shop-content select.form-control.global-select {
          position : static;
          font-size: 13px;
          height: 30px;
          margin-bottom: 10px;
      }
      .modal_prod_detail_from_shopping_list {
          padding-left: 10px !important;
          padding-right: 10px !important;
      }
      .modal_prod_detail_from_shopping_list.modal-open {
          overflow: hidden;
      }
      .modal_prod_detail_from_shopping_list .modal-dialog {
          width: 100%;
          margin-top: 50px;
      }
      .modal_prod_detail_from_shopping_list .goods_wrapper,
      .modal_prod_detail_from_shopping_list .shop-style-b .goods_form_wrap {
          padding: 0 15px;
      }
      .modal_prod_detail_from_shopping_list .shop-style-b .goods_wrapper {
          margin-left: -15px;
          margin-right: -15px;
          padding: 0 15px;
      }
      .modal_prod_detail_from_shopping_list .shop-style-b .goods_thumbs {
          margin: 0;
      }
      .modal_prod_detail_from_shopping_list .shop-content.shop-style-b.open .opt-group {
          width: 100%;
          left: 0;
      }
      .modal_prod_detail_from_shopping_list .goods_form .categorize-mobile .scroll-to-fixed-fixed.btn-group {
          top: auto !important;
          position: relative !important;
          padding: 0;
          border: 0;
      }
      .modal_prod_detail_from_shopping_list .buy_btns .cart_btn {
          position: static;
          width: auto;
          margin: 0 -15px;
      }
      .modal_prod_detail_from_shopping_list .shop-content.open .opt-group {
          position: absolute;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15);
          padding-bottom: 0;
      }
      .modal_prod_detail_from_shopping_list .header_wrap {
          display: block;
          position: fixed;
          top: -50px;
          right: -10px;
          padding: 10px;
      }
      .modal_prod_detail_from_shopping_list .header_wrap a {
          color: #fff;
          display: block;
      }
      .modal_prod_detail_from_shopping_list .shop-content.open .buy_btns a.buy {
          margin: 4px;
      }
      .modal_prod_detail_from_shopping_list .shop-content.open .buy_btns .cart_btn a {
          width: 50%;
      }
      .modal_alert_responsive .modal-content {
          max-width: calc(100% - 16px);
          padding: 32px 14px 0;
          text-align: center;
      }
      .modal_alert_responsive .modal-body {
          margin-bottom: 32px;
          padding: 0 28px;
      }
      .modal_alert_responsive .modal-footer {
          width: 100%;
          display: table;
      }
    body:not(.shop_mypage) .modal_alert_responsive .modal-footer .btn{
      border-radius: 0;
    }
      .modal_alert_responsive .modal-footer .btn {
          display: table-cell;
      border-radius: 0;
          padding: 0;
          color: #1A6DFF;
          border: none;
      }
      .modal_alert_responsive .btn.cancel {
          border: none;
          border-top: 1px solid #EEEEEE;
      }
    .shop_mypage .modal_alert_responsive .modal-footer .btn.confirm{
      border: unset;
    }
      .modal_alert_responsive .btn.confirm {
          border-top: 1px solid #EEEEEE;
          background: none;
          color: #1A6DFF;
          font-weight: bold;
          width: 100%;
      }
      .modal_alert_responsive .modal-footer .btn + .btn {
          margin-left: 0;
          border-left: 1px solid #EEEEEE;
          border-right: none;
          width: 50%;
      }
    .shop_mypage .modal_alert_responsive .modal-content{
      padding:32px 20px 20px;
      max-width: 300px;
      margin: auto;
    }
    .shop_mypage .modal_alert_responsive .modal-footer{
      display: flex;
    }
    .shop_mypage .modal_alert_responsive .modal-footer .btn{
      width: 50%;
      display: block;
      border-spacing: 5px;
      line-height: 42px;
      border: 1px solid #DDE5ED;
      color: #212121;
    }
    .shop_mypage .modal_alert_responsive .modal-footer .btn.confirm{
      color: #fff;
      font-weight: normal;
      padding-left: 5px;
    }
    .modal_regularly_date_list .modal-content,
    .modal_regularly_change_detail .modal-content,
    .modal_regularly_select_period .modal-content{
      margin: auto 20px;
    }
    .modal_regularly_date_list .body-block,
    .modal_regularly_change_detail .body-block,
    .modal_regularly_select_period .body-block{
      padding: 16px;
    }
    .modal_regularly_date_list .foot-block, 
    .modal_regularly_change_detail .foot-block,
    .modal_regularly_select_period .foot-block{
      padding: 0 16px 16px 16px;
    }
    .modal_register_payment_method .modal-dialog{
      padding: 0 15px;
      margin: 40px auto;
      }
    .modal_register_payment_method article.modal_article input[type='text'],
    .modal_register_payment_method article.modal_article input[type='password']{
      font-size: 15px!important;
    }
  
      .goods_form .header-button-container {
          display: none;
      }
      .shop-content:not(.open) .buy_btns.mobile .pay-box.pay-box-gift {
          gap: 10px;
      }
      .shop-content:not(.open) .buy_btns.mobile .pay-box.pay-box-gift.pay-box-gift--dense {
          gap: 8px;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button {
          flex: 1 0 0;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          gap: 6px;
          height: auto;
          padding: 13px 12px;
          border: 1px solid transparent;
          border-radius: 8px;
          font-size: 16px;
          font-weight: 400;
          line-height: normal;
          cursor: pointer;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button i {
          font-size: 20px;
          padding: 0;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--no-px {
          padding-inline: 0;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--outlined {
          border-color: rgba(33, 33, 33, 0.20);
          background-color: #FFFFFF;
          color: #000000;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--soldout {
          opacity: 0.2;
          cursor: not-allowed;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--dialog {
          padding-block: 15px;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--pay {
          flex-grow: 0;
          border-width: 0;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--padding {
          padding-inline: 14px;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--padding-dense {
          padding-inline: 8px;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon {
          position: relative;
          max-width: 48px;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating {
          position: absolute;
          bottom: calc(100% - 3px);
          margin-inline: -5px;
          padding: 3px 5px;
          border-radius: 99px;
          font-size: 12px;
          font-weight: 400;
          line-height: normal;
          white-space: nowrap;
          transition: opacity .3s ease-in-out;
          opacity: 1;
          z-index: 1;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating.off {
          opacity: 0;
      }
      .shop-content .buy_btns.mobile .pay-box.pay-box-gift .button.button--gift-icon .floating::before {
          content: '';
          position: absolute;
          top: calc(100% - 5px);
          left: 50%;
          width: 10px;
          height: 10px;
          border-radius: 2px;
          transform: translateX(-50%) rotate(45deg);
          background-color: inherit;
          z-index: -1;
      }
  }
  @media all and (max-width : 375px) {
      .shop-content:not(.open) .buy_btns .defualt-cart.one_pay {
          width: 48px !important;
      }
      .shop-content:not(.open) .buy_btns .n_pay .naver {
          display: flex;
          padding: 14px 12px;
          flex-grow: 0;
      }
      .shop-content:not(.open) .buy_btns .kakaopay {
          display: flex;
          padding: 14px 12px;
          flex-grow: 0;
      }
      .shop-content:not(.open):not(.im-no-cart-btn) .pay-box:not(.no-pay-btn) .cart_btn_child {
          width: auto;
          flex-grow: 0;
          flex-shrink: 1;
          flex-basis: auto;
      }
      .shop-content:not(.open) .buy_btns.mobile .pay-box:not(.no-pay-btn) .btn.buy {
          flex-basis: 72px;
          flex-grow: 1;
      }
  }
  @media print {
      *,
      *:before,
      *:after {
          -webkit-print-color-adjust: exact;
      }
      .fr-view thead {
          display: table-row-group;
      }
      .fr-view tr {
          page-break-inside: avoid;
          width: 100%;
      }
      .fr-view table {
          word-wrap: break-word;
      }
      .fr-view table td {
          word-break: break-all;
      }
      html.fullboard_on body {
          visibility: hidden;
      }
      html.fullboard_on .modal_widget_fullboard {
          position: absolute;
          visibility: visible;
          background: #fff !important;
          overflow-y: auto;
          bottom: auto;
          right: auto;
      }
      #doz_header .org_header .navbar {
          display: block !important;
          position : absolute;
      }
      #doz_header .org_header {
          position: relative;
          padding-bottom: 100px;
      }
      #doz_header .fixed_header .navbar,
      #doz_header .nav-btn-group,
      #doz_footer_wrap,
      #doz_header .navbar-main .navbar-toggle,
      #doz_header .navbar-main .navbar-toggle-wrap,
      .mobile_nav_wrap,
      .comment_section .list_tap,
      .comment_section .table_bottom,
      .comment_textarea,
      .tools.txt,
      a[href]:after,
      .board_summary .tools.txt,
      .mobile_right,
      .comment_section,
      .navbar-toggle,
      .widget.board .grid_ignore .mobile_right,
      .board_summary .tools,
      .post_view .widget.image,
      .post_view .widget.movie,
      .post_view .widget.image_map,
      .post_view div[data-widget-type="gallery2"] {
          display: none !important;
      }
      .grid_ignore+.board_summary {
          position: relative;
          padding: 20px 15px;
          max-width: 100%;
      }
      .section_wrap main .widget.board .grid_ignore.bg_on {
          margin: 0 !important;
      }
      .doz_sys .full_board .inside {
          max-width: none !important;
      }
      #doz_header .navbar .navbar-header {
          display: inline-block;
          position: relative !important;
          max-height: 100px;
          width :100%;
      }
      #doz_header .navbar-main .navbar-logo {
          display: inline-block;
          white-space: nowrap;
          line-height: 100px;
          padding-right: 0;
          height: 100px;
      }
      .widget.board .grid_ignore.bg_on a.board, .bg-block .content-tit .board {
          color:#000 !important;
          border-color:#000 !important;
      }
      .grid_ignore.bg_on .board_summary .tools a, .widget.board .grid_ignore.bg_on .view_tit:last-child, .bg-block .content-tit .title {
          color:#000 !important;
      }
      .widget.board .grid_ignore.bg_on {
          padding: 0;
          min-height: 30px;
          position: relative;
      }
      .board_view header .view_tit {
          font-size:20px;
      }
      body.doz_sys {
          overflow-y: auto;
      }
      .board_view header .view_tit {
          font-size: 16px;
      }
      .widget.board .grid_ignore .view_tit, .board_view header .view_tit {
          font-size: 1.714em;
      }
      .board_summary:before, .comment-block:before,.mobile_nav_wrap .owl-stage-outer:before {
          border-bottom: 0;
      }
  }
  @-moz-document url-prefix() {
      .pay_detail .comment_num_warp {
          right: calc(-100% + 20px);
      }
  }
  
  .top_overlapping.h_overlay ~ .tooltip .tooltip-inner {
      min-width: auto;
  }
  
  .device_type_m .section_eye_btn:last-child {
      display: block;
  }
  .exclude-item-list {
    border-left-width: 3px;
    border-style: solid;
    margin-left: 24px;
  }
  .exclude-item-list li{
    list-style: none;
  }
  .limit_join_text {
    font-family: Apple SD Gothic Neo;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #999999 !important;
  }
  
  /*
   * 1. �대�吏�瑜� 媛�吏� 寃쎌슦
   * 2. FroalaEditor濡� �ｌ� video�� 寃쎌슦
   * 3. video瑜� 吏곸젒 �ｌ� 寃쎌슦
   */
  .goods_form .categorize-mobile .mobile_media_no_space *:where(:has(> img), :has(> .fr-video > iframe), :not(.fr-video):has(> iframe)) {
      margin-inline: -15px !important;
  }
  
  /* img瑜� 媛�吏� inline �쒓렇�� 寃쎌슦, margin媛� �곸슜�� �꾪빐 display 蹂�寃� */
  .goods_form .categorize-mobile .mobile_media_no_space *:where(a, span):has(> img) {
      display: inline-block;
  }
  
  /* img �먯껜�� 醫뚯슦 padding �� 議댁옱�섎뒗 耳��댁뒪 */
  .goods_form .categorize-mobile .mobile_media_no_space img {
      padding-inline: 0 !important;
  }
  
  /* FroalaEditor濡� �명빐 class媛� 異붽��� 耳��댁뒪 */
  .goods_form .categorize-mobile .mobile_media_no_space.fr-view img.fr-dii {
      max-width: 100% !important;
  }
  
  /* �곸꽭 �뺣낫媛� �묓�吏� 寃쎌슦 overflow: hidden �띿꽦�� �꾨옒�� 媛숈씠 蹂�寃� */
  @supports (overflow: clip) {
      .goods_form .categorize-mobile .mobile_media_no_space.seemore_detail:not(.active) {
          overflow-x: visible;
          overflow-y: clip;
      }
  }
  
  .loading-spinner-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loading-spinner {
      aspect-ratio: 1 / 1;
      height: 1em;
      border: .2em solid #FFF;
      border-bottom-color: transparent;
      border-radius: 50%;
      display: inline-block;
      box-sizing: content-box;
      animation: rotation 1s linear infinite;
      opacity: .6;
  }
  
  @keyframes rotation {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  } 
  
  
  /* �ъ엯怨좎븣由� */
  /* style-a pc */
  .shop-content.shop-style-a .buy_btns a.btn {
      flex: 1
  }
  
  .buy_btns.pc a.btn.btn-restock {
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }
  
  .shop-content.shop-style-b .buy_btns.pc a.btn.btn-restock {
      margin-left: 6px;
  }
  
  .buy_btns.pc a.btn.btn-restock > .icon-restock,
  .buy_btns.mobile a.btn.btn-restock > .icon-restock,
  #prod_options button.btn-restock.btn-select-option > .icon-restock {
      transform: translateY(-1px);
      display: block;
      margin-right: 6px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.35419%2021C10.0593%2021.6224%2010.9856%2022%2012%2022C13.0145%2022%2013.9407%2021.6224%2014.6458%2021M18%208C18%206.4087%2017.3679%204.88258%2016.2427%203.75736C15.1174%202.63214%2013.5913%202%2012%202C10.4087%202%208.8826%202.63214%207.75738%203.75736C6.63216%204.88258%206.00002%206.4087%206.00002%208C6.00002%2011.0902%205.22049%2013.206%204.34968%2014.6054C3.61515%2015.7859%203.24788%2016.3761%203.26134%2016.5408C3.27626%2016.7231%203.31488%2016.7926%203.46179%2016.9016C3.59448%2017%204.19261%2017%205.38887%2017H18.6112C19.8074%2017%2020.4056%2017%2020.5382%2016.9016C20.6852%2016.7926%2020.7238%2016.7231%2020.7387%2016.5408C20.7522%2016.3761%2020.3849%2015.7859%2019.6504%2014.6054C18.7795%2013.206%2018%2011.0902%2018%208Z%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  
  
  #prod_options button.btn-restock.btn-select-option {
      display: flex;
      align-items: center;
      height: 28px;
      padding: 4.5px 8px;
      font-size: 12px;
      font-weight: 400;
      border: 1px solid #D2D7E0;
      background-color: #FFFFFF;
      color: #15181E;
      opacity: 1 !important;		
  }
  
  /** 理쒓렐 蹂� �곹뭹 */
  .recent-product {
    --product-item-size: 72px;
  
    position: fixed;
    inset-block-start: 50%;
    inset-inline-end: 24px;
    transform: translateY(-50%);
    z-index: 9999;
  }
  
  .recent-product .recent-product__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.60);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  
  .recent-product .recent-product__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #15181E;
  }
  
  .recent-product .recent-product__item-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: var(--product-item-size);
  }
  
  .recent-product .recent-product__item-root {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .recent-product .recent-product__item-root .recent-product__item-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: var(--product-item-size);
    border-radius: 6px;
    overflow: hidden;
  }
  
  .recent-product .recent-product__item-root .recent-product__item-img {
    width: 100%;
    height: auto;
  }
  
  .recent-product .recent-product__item-root .recent-product__item-name {
    --line-clamp: 1;
  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    line-clamp: var(--line-clamp);
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #15181E;
    overflow: hidden;
  }
  
  @media (max-width: 1280px) {
    .recent-product {
      display: none;
    }
  }