.privacy-part .nav-link-a {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.shop.detail .size_guide {display:flex; justify-content:flex-end; margin-bottom:10px;}
.shop.detail .size_guide button {border-bottom:1px solid #333;}
.shop.detail .size_guide i {font-size:14px;}

.shop.detail .sum {display:flex; padding:15px 3px; align-items:center;}
.shop.detail .sum dt {margin-right:15px; font-weight:700; color:var(--black);}
.shop.detail .sum dd {margin-left:auto; font-weight:700; color:var(--red); font-size:var(--fsize20);}

.shop.detail .btn_group {display:flex; justify-content:space-between; align-items:center; margin-right:-3px; margin-left:-3px;}
.shop.detail .btn_group > * {width:calc(50% - 6px); margin:3px;}
.shop.detail .wish-list-form {margin-right:3px;}
.shop.detail .btn_group .btn_gray {width: calc(100% - 2px);}
.shop.detail .btn_group .btn {display:flex; justify-content:center; align-items:center; height:46px;}

.item_detail.inner-section {margin-top:30px;}


.item_detail .div {margin-top:-120px; height:120px;}
.item_detail .div#tab-seller {margin-top:-130px; height:120px;}
.item_detail .tab-pane {display:block; opacity:1; visibility:visible; margin-bottom:150px;}
.item_detail .tab-pane h4 {margin-bottom:5px; font-size:16px; font-weight:700;}
.item_detail .tag_cont {margin:0 -5px;}
.item_detail .tag_cont a {display:inline-block; margin:5px; background: #f6f6f6; padding: 8px 15px; border-radius: 50px; font-size: 14px;}

.item_detail .product_info_notice {margin-top:40px;}
.item_detail .product_info_notice table {font-size:14px;}
.item_detail .product_info_notice th {width:220px; padding:10px 15px; background:#f9f9f9; border-bottom:1px solid #ededed;}
.item_detail .product_info_notice td {padding:10px 15px; border-bottom:1px solid #ededed;}

.item_detail .recent {margin-top:40px; padding:0;}
.item_detail .recent .row {margin-left:-20px; margin-right:-20px;}
.item_detail .recent_swiper .swiper-button-prev,
.item_detail .recent_swiper .swiper-button-next {top:-10px; width:24px; height:24px;}
.item_detail .recent_swiper .swiper-button-prev {left:110px;}
.item_detail .recent_swiper .swiper-button-next {left:140px; right:auto;}
.item_detail .recent_swiper .swiper-button-prev:after,
.item_detail .recent_swiper .swiper-button-next:after {font-size:11px;}
.item_detail .recent_swiper .swiper-pagination {bottom:-40px;}
.item_detail .product-name a {width:100%;}

.item_detail .qna .guide {margin-bottom: 20px;  padding: 20px; border: 3px solid #e9e9e9; color: #666;}
.item_detail .qna .guide h4{margin-top: 20px; color:var(--red);}
.item_detail .qna .guide .btn_wrap {margin-top:20px;}
.item_detail .qna ul {display:flex; flex-flow:row wrap; width:100%;}
.item_detail .qna li {display:flex; align-items:center; justify-content:center; padding:16px 10px;}
.item_detail .qna .list_head {margin-top:40px; border-top:1px solid var(--black); border-bottom:1px solid #ddd;}
.item_detail .qna .list_head li {font-size:14px; font-weight:500;}
.item_detail .qna .status {width:100px;}
.item_detail .qna .subject {justify-content:flex-start; width:calc(100% - 340px);}
.item_detail .qna .btn_warning {margin-left:6px; padding:3px 10px; background:rgba(255, 255, 255, 0.8); border:1px solid #ddd; color:#666; font-size:12px; line-height:1; vertical-align:text-bottom;}
.item_detail .qna .lock {font-size: 14px; display: inline-block; margin-left: 3px; margin-bottom: 3px;}
.item_detail .qna .writer {width:120px;}
.item_detail .qna .date {width:120px;}
.item_detail .qna .item.in .body {display: block;}
.item_detail .qna .head,
.item_detail .qna  .body {border-bottom:1px solid #ededed; background-color: #fff; box-sizing: border-box;}
.item_detail .qna .head {display:flex; align-items:center;}
.item_detail .qna  .body {display: none; padding-left:110px; background-color:#f6f6f6;}
.item_detail .qna .head .status {font-size:14px; font-weight:500; color:#878787;}
.item_detail .qna .head .status .done {color:var(--primary);}
.item_detail .qna .q_cont {padding:20px 0; padding-right:20px; border-bottom:1px solid #ededed;}
.item_detail .qna .q_cont li {padding:16px 10px;}
.item_detail .qna .a_cont .subject {display:block; width:calc(100% - 280px);}
.item_detail .qna .a_cont .tag {width:44px;}
.item_detail .qna .a_cont .tag span {align-self: flex-start; display:flex; align-items:center; justify-content:center; width:24px; height:24px; background:#333; color:#fff; font-size:14px; font-weight:700;}

.ask_write .modal-dialog {width: 90%; max-width: 600px;}
.ask_write .modal-header {border-bottom:none;}
.ask_write .modal-title {font-weight:700;}
.ask_write th,
.ask_write td {padding-left:3px; padding-right:3px;}
.ask_write th {width:100px; padding-top:11px; vertical-align:top;}
.ask_write input:not([type="radio"]) {width:100%; height:40px; border:1px solid #ddd;}
.ask_write textarea {width:100%; height:200px; border:1px solid #ddd;  }
.ask_write .uploadPic {margin-bottom: 20px;}
.ask_write .uploadPic ul {display:flex; flex-flow:row wrap;}
.ask_write .uploadPic li {position:relative; width: 19.2%; margin-left: 1%; margin-bottom:10px; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.ask_write .uploadPic li:nth-of-type(5n+1) {margin-left:0;}
.ask_write .uploadPic .uploadBtn {min-height:auto; padding:20px 0; border:none; cursor:pointer;}
.ask_write .uploadPic .dz-message {display:flex; justify-content:center; align-items:center; height: 44px; margin:0; padding: 5px 10px;}
.ask_write .uploadPic .uploadBtn i {margin-right: 5px; font-size: 20px;}
.ask_write .uploadPic li div {display:absolute; top:0; left:0; width:100%; height:100%;}
.ask_write .uploadPic li img {width:100%;}
.ask_write .uploadPic li span {position:absolute; bottom:0; right:0; display: flex;  justify-content: center;  align-items: center; width:30px; height:30px; background:rgba(0, 0, 0, 0.6); color:#fff;}
.ask_write .uploadPic .guide {font-size:14px; color:var(--secondary);}
.ask_write .uploadPic .guide strong {font-weight:500; color:var(--cuation);}
.ask_write .btn_wrap {margin-top:20px; margin-left:2px; margin-right:2px; }
.ask_write .btn {width:calc(50% - 6px);}

.item_detail .seller .btn_wrap button {margin:2px; padding:5px 10px; border:1px solid #ddd; font-size: 15px; color: #525252;}
.item_detail .seller .btn_wrap button i {color:var(--black);}
.item_detail .seller table {margin-top:20px;}
.item_detail .seller th,
.item_detail .seller td {padding:10px 20px;}
.item_detail .seller th {background:#f8f8f8;}
.item_detail .seller td {border-right:none;}
.item_detail .seller .go_sellerinfo {cursor:pointer;}
.item_detail .seller .go_sellerinfo i {font-size:14px; color:#525252; vertical-align: middle; margin-top: -4px;}
.item_detail .seller .info {display:flex; flex-flow:row wrap; padding:30px 20px; border-bottom:1px solid #ddd;}
.item_detail .seller .info > div {display:flex; flex-flow:column nowrap; align-items:center; justify-content:center; width:20%; border-left:1px solid #ededed; color:var(--red1);}
.item_detail .seller .info > div:first-child {border-left:none;}
.item_detail .seller .info h4 {font-weight:500;}
.item_detail .seller .info strong {display:inline-block; font-size:28px; font-weight:700;}
.item_detail .seller .rating strong {color:var(--black);}
.item_detail .seller .star_bg {position: relative; display: block; width: 175px; height: 33px; background: url('/themes/eyemsg/pro/resources/images/icon_star.png') repeat-x;}
.item_detail .seller .star_rate {position: absolute;  top: 0;  left: 0;  height: 33px;  background: url('/themes/eyemsg/pro/resources/images/icon_star.png') repeat-x 0 -33px; overflow: hidden;  vertical-align: -1px;}
.item_detail .seller .certi > div {display:flex; flex-flow:column nowrap;  justify-content:center; align-items:center; width:100px; height:100px; background:#f8f8f8; border-radius:50px; font-size:14px; font-weight:700; color:var(--black); cursor:pointer;}
.item_detail .seller .certi > div img {margin-bottom:10px;}

.certi_view .modal-dialog {max-width:500px;}
.certi_view .modal-header {border-bottom:none;}
.certi_view .modal-body {font-size:14px;}
.certi_view th,
.certi_view td {padding:10px 20px; font-size:14px;}
.certi_view th {width:100px;}
.certi_view .conts {padding:20px 0; border-bottom:1px solid #ddd; color: var(--caution);}
.certi_view .conts h4 {font-size:14px; font-weight:500;}
.certi_view .guide {margin-top:20px; color:#787878;}
.certi_view .who {display:flex; margin-top:40px;}
.certi_view .who ul {margin-left:auto;}

.item_detail .refund .guide {margin-bottom:20px; color:#787878;}
.item_detail .refund h4 {margin-bottom:10px;}
.item_detail .refund th,
.item_detail .refund td {padding:16px;}
.item_detail .refund th {width:200px; background:#f8f8f8;}
.item_detail .refund td {border-left:1px solid var(--border);}
.item_detail .refund td strong {font-weight:500; color:var(--red);}
.item_detail .refund td li {position:relative; padding:3px 0; padding-left:15px;}
.item_detail .refund td li:before {content:""; position:absolute; top:15px; left:4px; width:3px; height:3px; background:var(--gray);}
.item_detail .refund .period_guide {margin-top:10px; font-size:14px; color:var(--gray);}
.item_detail .refund .period_guide li:before {top:10px}
.item_detail .refund .tooltiptext {width:300px; color:#666;}
.item_detail .refund .tooltiptext li {position:relative; padding:2px 0; padding-left:10px;}
.item_detail .refund .tooltiptext li:before {content:"-"; position:absolute; top:5px; left:0;}

.seller_info .modal-dialog {max-width:500px;}
.seller_info .modal-header {padding-bottom: 0; border-bottom:none;}
.seller_info th,
.seller_info td {padding:10px 3px; font-size:15px;}
.seller_info th {width:130px;}
.seller_info td button {margin: 3px; padding: 4px 10px; font-size: 12px; line-height: 1;}
.seller_info .btn_verify {border:1px solid var(--blue); background:var(--blue); color:#fff;}
.seller_info .btn_wrong {border: 1px solid var(--danger); color: var(--danger);}

.seller_info .conts {background: #f6f6f6; padding: 20px;margin-top: 20px;  font-size: 14px; line-height: 1.4;}
.seller_info .conts strong {color:var(--red);}

.share_view .share_list {display:flex;}
.share_view .share_list > div {display:flex; flex-direction:column; align-items:center; justify-content:center; padding: 20px 15px 0;  font-size:14px; cursor:pointer;}
.share_view .share_list img {width:50px; height:50px; margin-bottom:6px; border-radius:50px;}

.tab-link {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tab-link:hover {
    color: var(--primary);
}

.tab-link i {
    font-size: 18px;
    margin-right: 3px;
}

.tab-link.active {
    color: var(--primary);
}

.tab-pane {display: none; width:100%; max-width:1080px; margin:0 auto; padding: 0px;}
.tab-pane.active {display: block;}

.ui-menu
{
    position: relative;
    list-style: none;
    background-color: white;
    border-radius: 18px;
    z-index:10;
    box-shadow: 5px 0px 8px white;
    width: 214px;
    line-height: 200%;
    font-size: 18px;
    padding: 15px 0;
    border: solid 1px grey;

}
.ui-menu .ui-menu-item
{
    margin: none;
    padding-left: 15px;
    padding-right:10px;
}

.typeahead li.active .dropdown-item {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

#search-form {
    position: relative;
}

.typeahead.dropdown-menu {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.value-color-green {
    color: #1ec800 ;
    font-size: 17px;
}

.privacy-part .nav-link-a:hover {
    color: var(--primary);
    background: var(--chalk);
}

.privacy-part .nav-link-a.active {
    color: var(--primary);
    background: var(--chalk);
}

.privacy-part .nav-link-a::before {
    right: 15px;
}

.privacy-part .nav-link-a i {
    font-size: 20px;
    margin-right: 12px;
}

.privacy-part .nav-link-a.active {
    color: var(--primary);
    background: var(--green-chalk);
}



.spinner {
    margin-right: 5px;
    display: none;
}

.sso-login-btn {
    border: 1px solid #ddd !important;
}

.sso-login-btn img {
    width: 25px;
}

.page-pc .pay-type-content {
    display:none;
    padding: 25px;
    margin-top:-2px;
    margin-bottom: 25px;
    background: #fff;
    border-color: #b4bdd3;
    border-radius: 8px;
    border: 1px solid var(--border);
    position: relative;
    /*padding: 10px;
    border: 2px solid #c5c7cd;
    background-color: #f4f6fa;
	*/
}

.pay-type-sections {display:flex; flex-flow:row wrap; justify-content:space-between;}
.pay-type-sections li {width:49.5%;}
.pay-type-sections input,
.pay-type-sections select {width:100%;}

#paymethod1 {display:block;}

.cypto2-group li {width:33%;}

.pay-cypto li {width:42%;}
.pay-cypto .avail {width:15%; text-align:center;}
.pay-cypto .avail strong {display:block; margin-top: 0.5rem; line-height:45px;}
.pay-cypto .avail i {line-height:45px;}

.page-pc .virtual-account-payment-explain {
    padding-top: 20px;
    margin-bottom: 10px;
}

.checkout-part input {
    padding: 0 3px;
}

.page-pc input:read-only,
.page-pc input:disabled {
    padding: 0 3px;
    color: black;
    border-color: #e9e4e4;
    background: #fff;
}

.page-pc .virtual-account-payment-explain dd {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
    line-height: 15px;
    color: #888;
    font-size: 13px;
}

.invoice-details li p {
    width: 100%;
}

#medium-modal .sort-div {
    margin-right: 10px;
}

.account-content .paymethod-div {
    margin-right: 20px;
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}
.rounded-left-0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}
.rounded-right-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.radius-r0 {border-top-right-radius:0!important; border-bottom-right-radius:0!important;}
.radius-l0 {border-top-left-radius:0!important; border-bottom-left-radius:0!important;}

.weekly-best-image,
.best-image {
    width: 210px;
    height: 210px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background: var(--white);
}

.page-item.active .page-link {
    color: white !important;
    background: black !important; border:1px solid var(--black);
}

.page-item.active .page-link:focus {
    justify-content: center;
}

.page-item {
    margin-left: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item:nth-child(2) .page-link,
.page-item:nth-last-child(2) .page-link {display:flex; justify-content:center; line-height:36px; font-size:24px; border-radius:0;
    /*border-radius: 50%;*/
}

.page-item .active {
    color: var(--white);
    background: var(--black);
}


.page-link button:focus {
    background: var(--white);
}

.page-link:hover {
    color: var(--white);
    background: var(--black);
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: unset;
}



.custom-pagination-page {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.pagination-page.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eee;
}


.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 0px;
    color: var(--text);
    background: var(--white);
}

.pagination-page.active .page-link {
    color: white !important;
    background: black !important;
}

.login .login_sns button {
    width: 80%;
    height: 55px;
    margin-bottom: 8px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: white;
}

.form-text {
    color: var(--text);
    background: white;
    border: 1px solid black;
}

.orderlist-part {
    margin-bottom: 0!important;
}

.end-event {
    opacity: 0.3;
}



/*========================================
            ALL COMMON PART STYLE
=========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
:root {
  --red: #ff3838;
  --gray: #777777;
  --gray100 : #f6f6f6;
  --text: #525252;
  --blue: #1494a9;
  --white: #ffffff;
  --black: #191919;
  --green: #11b76b;
  --purple: #b12fad;
  --orange: #e86121;
  --yellow: #ffab10;
  --body: #f5f6f7;
  --border: #e8e8e8;
  --heading: #111 /*#39404a;*/;
  --primary: #11338c;
  --sub-heading: #565765;
  --green-chalk: #ddffd5;
  --green-dark: #072f17;
  --gray-chalk: #cccccc;
  --intro-bg: #f8fffa;
  --facebook: #3b5998;
  --linkedin: #0e76a8;
  --twitter: #00acee;
  --google: #E60023;
  --instagram: #F77737;
  --caution : #cd7c18;
  --sec : #6878a1;
  --gray1 : #bcbcbd;
  --graytxt :#a6a6a9;
  --input-bdr : #ddd;
  --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);

  --awesome : 'Font Awesome 5 Free';

  --mg-layout :15px;
  --btn-h : 50px;
  --bdr-r : 10px;

  --px20 : 20px;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
li,
dl,
dt,
dd {margin:0; padding: 0px; list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
details-label new {
  margin-bottom: 0px;
}

html,
body {scroll-behavior: smooth; font-size:16px;}

body {
  color: var(--text);
  background:#f6f6f6;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}

a {color:var(--primary);}

input[type="checkbox"],
input[type="radio"] {appearance: none; width:1rem; height:1rem; background:#fff; border:1px solid var(--input-bdr); border-radius:50px; vertical-align:middle;}
input[type='radio']:checked {
  background-color: #0275ff;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #0275ff;}

input::placeholder,
textarea::placeholder {
  font-size: 0.9375rem;
  color: var(--gray);
  text-transform: capitalize;
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

button:focus {
  outline: none;
}

/*버튼*/
.btn {padding:12px 20px; border-radius:0.5rem; border: none;
  font-size:1rem; line-height: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn i {
  margin-right: 5px;
}

.btn-inline {
  color: var(--white);
  background: var(--black);
}

.btn-inline:hover {
  color: var(--black);
  background: var(--white);
}

.btn-outline {
  color: var(--black);
  background: var(--white);
  border: 2px solid #111;
}

.btn-outline:hover {
  color: var(--white);
  background: var(--black);
}

.btn_orange {
    border-color: #d57755 !important;
    background: #d57755;
    font-size: 1.6rem;
    border-radius: 5px;
    color: #fff;
}

.btn_orange:hover {
    background: #cf5c33 !important;
    color: #fff;
}

.btn-primary {background:var(--primary); border:1px solid var(--primary)}
.btn-primary:hover {background:#586fab; border:1px solid #586fab;}
.btn_prime {background:var(--black);	color:var(--white);}
.btn_prime:hover {background:var(--primary); color:var(--white); border:2px solid var(--primary);}
.btn_round {border-radius:10px;}
.btn_outline {color: var(--primary); background:#fff!important; border:1px solid var(--primary);}
.btn_outline:hover {color:#fff; background: var(--primary)!important;}
.btn_outline_gray {border:1px solid #ddd; color:#666;}
.btn_outline_gray:hover {background:#f6f6f6;}
.btn_gray1 {background:#a3a3a3; border:none; color: #fff;}
.btn_gray1:hover {background:#848484; color:#fff;}
.btn_black {background:#211D19; color:#fff;}
.btn_black:hover {background:#5B5954; color:#fff;}
.btn_sm {padding:6px 10px; border-radius:3px;}

/*네비*/
.navbar-link {
  padding: 0 20px;
  font-size:1.125rem; font-weight:600;
  color: var(--text);
  text-transform: capitalize;
  /*transition: all linear .3s;*/
  /*-webkit-transition: all linear .3s;*/
  /*-moz-transition: all linear .3s;*/
  /*-ms-transition: all linear .3s;*/
  /*-o-transition: all linear .3s;*/
}

.navbar-link:hover,
.navbar-link.active {
  color: var(--primary);
}

/*드롭다운*/
.dropdown:hover .dropdown-position-list {
  visibility: visible;
  opacity: 1;
  top:70px;
}

.dropdown-position-list {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  width: 200px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .1s;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  -ms-transition: all linear .1s;
  -o-transition: all linear .1s;
}

.dropdown-position-list::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -7px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--white);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.dropdown-submenu .dropdown-arrow {
    display: flex;
    align-items: center;
	padding:8px 15px!important;
}

.dropdown-submenu .dropdown-arrow::before {transform: rotate(-90deg); top: 30%;}

.dropdown-position-list li a {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  border-radius: 8px;
  padding:8px 15px;
  color: var(--text);
  background: var(--white);
  white-space: nowrap;
  text-transform: capitalize;
  /*transition: all linear .3s;*/
  /*-webkit-transition: all linear .3s;*/
  /*-moz-transition: all linear .3s;*/
  /*-ms-transition: all linear .3s;*/
  /*-o-transition: all linear .3s;*/
}

.dropdown-position-list li a:hover {
  color: var(--primary);
  background: var(--chalk);
}

.dropdown-submenu {position:relative;}
.dropdown-submenu .dropdown-position-list {top:0!important;  left: calc(100% + 15px); visibility:hidden!important;}
.dropdown-submenu:hover .dropdown-position-list {left: calc(100% + 5px); visibility: visible!important; opacity: 1;}
.dropdown-submenu .dropdown-position-list::before {top:15px;left:-8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

/*헤더 탑*/
.header-top,
.header-top.active {position:fixed; top:0; right:0; padding: 8px 0px; z-index:110;}
.header-top-welcome p {display:none;
  font-size: 14px;
  color:#75787c;
  letter-spacing: 0.3px;
}
.header-top-select {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid var(--green);
}

.header-select:last-child {
  border: none;
}

.header-select i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--white);
}

.header-select .nice-select {
  line-height: 20px;
}

.header-select .nice-select::after {
  border-right-color: var(--white);
  border-bottom-color: var(--white);
}

.header-select .nice-select .current {
  color:#75787c;
}

.header-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-top-list li {
  margin-left: 35px;
}

.header-top-list li a {
  font-size: 14px;
  color:#75787c;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-top-list li a:hover {
  color: var(--primary);
}

/*헤더*/
.header-part,
.header-part.active {position:sticky; top:0; left:0; z-index:100; border-bottom:1px solid #FED03A;
  background: var(--white);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-part.active .header-content {
  padding:10px 0px;
}

.header-part.active .header-widget:hover i {
  background: var(--primary);
}

.header-part.active .header-widget sup {
  border-color: var(--white);
}

.header-part.active .header-form {
  background: var(--white);
  border-color: var(--primary);
}
.header-part .container {padding:0;}
.header-part .header-form {overflow:hidden;}
.header-part.active .header-form input,
.header-part.active .header-form button i {height:40px;}
.header-part .header-form input {border:none;}

.header-content {width:100%; height:90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-logo {margin-right: 3.33%;}
.header-logo img {
  width: auto;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget-group {margin-left:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-widget-group .header-widget {
  margin-left: 20px;
}

.header-widget-group .header-widget:first-child {
  margin-left: 40px;
}

.header-widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-widget:hover i {
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
}

.header-widget span {display:flex; align-items:center; justify-content:center; height:38px; width:38px; border:1px solid #ddd; border-radius:50px;
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-align: left;
  text-transform: capitalize;
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget:hover span img {filter: invert(79%) sepia(61%) saturate(3089%) hue-rotate(2deg) brightness(106%) contrast(103%);}

.header-widget i {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget span small {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: sans-serif;
  display: block;
}

.header-widget sup {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background: var(--primary);
  border: 2px solid var(--white);
  text-shadow: var(--primary-tshadow);
}

.header-cart span {
  font-size: 12px;
  margin-left: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.header-form {
  width: 100%;
  margin: 0px 50px;
  border-radius: 50px;
  background: var(--white);
  border: 1px solid #616674;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-form:focus-within {
  background: var(--white);
  border-color: var(--primary);
}

.header-form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  padding-left: 15px;
}

.header-form button i {
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  color: var(--text);
  display: inline-block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-form button i:hover {
  color: var(--primary);
}

.header-src img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header-src i {
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-src i:hover {
  color: var(--white);
  background: var(--primary);
}

.header-part .navbar-list .navbar-item .navbar-link {padding:10px 20px;}
.header-part .dropdown:hover .dropdown-position-list {top:46px;}


.mob_trigger {display:none;}
.mob_trigger  img {width:32px;}

/*모바일메뉴*/
.nav-sidebar {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 200;
  background: #FFD256;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.nav-sidebar.active {left: 0px;}
.nav-sidebar .nav-header {display:flex; align-items:center; justify-content:space-between;  padding: 15px;}
.nav-sidebar .nav-header a img {width: 160px;}
.nav-close img {width:28px}
.nav-sidebar .nav-content {overflow-y: scroll; max-height: calc(100vh - 100px);}
.nav-sidebar .login_wrap {padding:22px 20px; background:rgba(255, 255, 255, 0.5);}
.nav-sidebar .login_before {text-align:center;}
.nav-sidebar .login_before > div {margin-top:10px;}
.nav-sidebar .login_wrap > div a {font-size:0.875rem; color:#333; }
.nav-sidebar .login_wrap > div a:after {content:""; display:inline-block; width:1px; height:0.875rem; margin:0 8px; background:#333; vertical-align:middle; }
.nav-sidebar .login_wrap > div a:last-child:after {display:none;}
.nav-sidebar .login_after {max-width:360px;}
.nav-sidebar .login_after .tit {padding:0; padding-bottom:6px;}
.nav-sidebar .login_after .tit h2 {font-size:1rem; color:var(--black);}
.nav-sidebar .login_after .list {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; font-size: 0.9375rem; color:var(--black);}
.nav-sidebar .login_after dt {width:100px; font-weight:300; }
.nav-sidebar .login_after dd {width:calc(100% - 100px); text-align:right; font-weight:500;}
.nav-sidebar .login_after dd strong {color:#882507; font-weight:500;}
.nav-sidebar .login_after .btn_wrap {display:flex; flex-wrap:wrap; gap:4px; margin-top:14px;}
.nav-sidebar .login_after .btn_wrap .btn {display:flex; align-items:center; justify-content:center; flex:1; height:36px; background:rgba(255, 255, 255, 0.5); border:1px solid #D4CAA7; border-radius:8px; color:#333; font-size:1rem;}

.nav-sidebar .nav-list {padding:25px;}
.nav-sidebar .nav-list > li > .nav-link.active {color:var(--black);}
.nav-sidebar .nav-link{padding:12px 0; border-radius:0; color:var(--black);}
.nav-sidebar .nav-link.active {color:inherit; background:none;}
.nav-sidebar .dropdown-link::before {right:0; font-size:14px;}
.nav-sidebar .dropdown-link.active::before {color:var(--black);}
.nav-sidebar .nav-list ul {margin-top:-10px;}
.nav-sidebar .nav-list ul li {padding-left:10px;}
.nav-sidebar .nav-list ul .nav-link {padding:5px 0; color:#493d1b; font-size:0.9375rem;}
.nav-sidebar .dropdown-list {padding:0;}
.nav-sidebar .nav-list li {position:relative;}
.nav-sidebar .nav_arrow {position:absolute; top:24px; right:0; z-index:50;}

.nav-sidebar .nav_arrow.active~a {color: var(--primary);  background: var(--green-chalk);}
.nav-sidebar .nav-link::before {display:none;}

/*풋터*/
.footer-part {padding-top: 20px;margin:auto 0; margin-bottom:40px; font-size:0.875rem; color:#666; font-weight:300;}
.footer-part .container {max-width:1200px; margin:0 auto; padding-left:3px; padding-right:3px;}
.footer-part .ft_menu {margin-top:24px;}
.footer-part .ft_menu a {margin-left:12px; color:var(--black); text-decoration:underline;}
.footer-part .ft_menu a:first-child {margin-left:0;}

/*페이지공통*/
.txt_dnager {color:var(--danger);}
.card {padding:1rem; border-radius:1.25rem;}

.stit {margin-bottom:6px;}
.stit h3 {font-size:1rem; color:#975101; font-weight:500;}
.stit span {margin-right:4px; color:#CF934E; font-weight:300;}

.wrap {position:relative;}
.wrap:before {content:""; position:absolute; top:0; left:0; width:100%; height:324px; background:#FED03A; z-index:-1;}
.wrap > .container {position:relative; display:flex; align-items: flex-start; padding:2.5rem 0; padding-bottom:20px;}
.wrap > .container > div:not(.modal) {display:flex; flex-direction:column; gap:12px;}
.container > .left_wrap {width:calc(100% - 270px); padding-right:24px;}
.container > .right_wrap {position:sticky; top:100px; width:270px; }

.right_wrap .tit,
.main .tit {display:flex; margin-bottom:18px; padding:0;}
.right_wrap h2,
.main h2 {font-size:1rem; font-weight:500; color:var(--black); line-height:1.4; }

.right_wrap .login_wrap button {display:flex; justify-content:center; align-items:center; height:50px; }
.right_wrap .login_wrap > div {margin-top:10px; text-align:center;}
.right_wrap .login_wrap > div a {font-size:0.875rem; color:#333; }
.right_wrap .login_wrap > div a:after {content:""; display:inline-block; width:1px; height:0.875rem; margin:0 8px; background:#333; vertical-align:middle; }
.right_wrap .login_wrap > div a:last-child:after {display:none;}
.right_wrap .login_wrap .tit {margin-top:0;}
.right_wrap .login_wrap .list {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; font-size: 0.9375rem; color:var(--black);}
.right_wrap .login_wrap dt {width:100px; font-weight:300; }
.right_wrap .login_wrap dd {width:calc(100% - 100px); text-align:right; font-weight:500;}
.right_wrap .login_wrap .btn_wrap {display:flex; flex-wrap:wrap; gap:4px;}
.right_wrap .login_wrap .btn_wrap .btn {flex:1; height:38px; border-radius:8px;}

.right_wrap .list {border-top:none;}
.right_wrap .mytext_wrap .list {display:flex; flex-flow:row wrap; gap:16px; justify-content:space-between;}
.right_wrap .mytext_wrap .list a {display:block; width:calc(50% - 16px); padding-top:74px; background-repeat: no-repeat; background-position:top center; background-size:70px 70px; text-align:center; font-size:0.9375rem; color:#333; filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));}
.right_wrap .mytext_wrap .add {background:url(/themes/eyemsg/pro/resources/images/licn_add.webp);}
.right_wrap .mytext_wrap .msg {background:url(/themes/eyemsg/pro/resources/images/licn_msg.webp);}
.right_wrap .mytext_wrap .charge {background:url(/themes/eyemsg/pro/resources/images/licn_charge.webp);}
.right_wrap .mytext_wrap .reserv {background:url(/themes/eyemsg/pro/resources/images/licn_reserv.webp);}
.right_wrap .mytext_wrap .list a:hover {filter: saturate(0.5);}

.right_wrap .custom_wrap .tel {color:#A98614; font-size:2rem; font-weight:700;}
.right_wrap .custom_wrap .timetable {font-size:0.875rem; color:#666;}
.right_wrap .custom_wrap .email {margin-top:1.125rem; font-size:0.875rem; color:var(--black);}
.right_wrap .custom_wrap .email a{color:#7D6103;}

/*서브*/
.sub .left_wrap .card {min-height:630px; padding:1.875rem;}
.title_wrap {margin-bottom:1.875rem;}
.title_wrap h1,
.title_wrap h2 {font-size:1.5rem; color: var(--black); text-transform: uppercase;  font-weight:700;}

.top_guide {margin-bottom:1.25rem; color:#787878;}
.top_guide li {position:relative; padding:2px 0; padding-left:10px; color:#787878;}
.top_guide li:before {content:""; position:absolute; top:10px; left:0; width:3px; height:3px; background:#787878; border-radius:50px;}

.products_tit,
.tit {padding: 70px 0px 40px;}
.products_tit .breadcrumb {padding: 0 1rem 0.75rem 1rem;}

/*폼 관련*/
.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title h3 {
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 25px;
}

.form-group small {
  color: var(--gray);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px;
}

.form-group textarea {
  height: 150px;
  padding: 12px 20px;
}

.form-group label {margin-bottom: 2px; padding-left:4px; padding-right:3px; color:var(--black); font-size:0.9375rem; font-weight:500;}
.form-details-label new {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize;
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius:10px;
  padding: 0 10px 0;
  color: var(--text);
  background:var(--gray100);
  border: 1px solid #ddd;
  font-size:0.9375rem;
}

.form-control:focus-within {
  background: var(--chalk);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--gray);
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent;
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none;
}

.form-select {
  height: 45px;
  font-size: 15px;
  padding: 0px 16px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: var(--text);
  cursor: pointer;
}

.form-select:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary);
}

.form-check-input:focus {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
}

.form-input-group {
  position: relative;
}

.form-input-group:focus-within i {
  color: var(--primary);
}

.form-input-group input {
  padding: 0px 20px 2px 45px;
}

.form-input-group textarea {
  padding: 12px 20px 12px 45px;
}

.form-input-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.form-btn-group {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary);
}

.form-btn-group i {
  font-size: 15px;
  margin-right: 5px;
  /*display: inline-block;*/
}

/*서브 탑필터*/
.top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom:0.625rem;
}

.filter-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px; margin-bottom:0;
  white-space: nowrap;
  text-transform: uppercase;
}

.filter-select {height:38px; background-color: transparent;}

.filter-select:focus-within {
  border-color: #ced4da;
}

.filter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filter-action a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--text);
  background: transparent;
}

.filter-action a i:hover {
  color: var(--primary);
}

.filter-action .active i {
  color: var(--white);
  background: var(--primary);
}

.filter-action .active i:hover {
  color: var(--white);
}

/*회원가입 팝업*/
.pop_join .modal-header h2 {width:100%; margin-top:1.25rem; font-size:1.75rem; font-weight: 600; color:var(--black); text-align:center; }
.pop_join .modal-header strong {color:#5c6bc0;}
.pop_join .modal-header .btn-close {margin-top:-1.875rem;}
.pop_join .modal-header .btn-close img {width:26px;}
.pop_join .form-group label {display:none;}
.pop_join .form-group .d-flex input {width:calc(100% - 124px)}
.pop_join .js_btn_wrapper button {width:140px; height:45px; font-size:0.9375rem; border-top-left-radius:0; border-bottom-left-radius:0;}
.pop_join input[type="radio"] {margin-right:6px; vertical-align:middle;}
.pop_join a {display:inline-block; margin-left:20px; text-decoration:underline;}
.pop_join .form-button {margin-top:2.5rem;}
.pop_join .form-button button {width:100%;}
.pop_join .guide {position:relative; margin-top:20px; padding:1.25rem; padding-left:calc(1.25rem + 48px); background:#f6f6f6; border:1px solid #ddd; font-size:0.875rem; color:#666;}
.pop_join .guide strong {color:var(--black);  font-weight:normal;}
.pop_join .guide:before {position:absolute; top:1.25rem; left:1.25rem; content:"!"; display:flex; align-items:center; justify-content:center; width:38px; height:38px; background:#F17D59; border-radius:50px; font-size:22px; color:#fff; font-weight:900; }

@media (max-width:991px) {
  .single-banner {
	  margin-top:0; padding: 60px 0px;
  }
  .single-banner h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {max-width: 1200px;}
}

@media (max-width: 1200px) {
	.header-part .container,
	.footer-part {padding-left:0.75rem; padding-right:0.75rem;}
	.wrap > .container {max-width: 1200px; padding: 0.75rem 0; padding-left:0.75rem; padding-right:0.75rem;}
	.container > .left_wrap {padding-right:12px;}
}

@media (max-width: 991px) {
  .header-media-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-widget-group,
  .header-widget
  {
    display: none;
  }
  .header-form {
    display: none;
    margin: 10px 0px 0px;
  }
  .header-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
	.btn_sm {padding:6px 10px;}

	.header-top,
	.header-top.active {right:50%;}
	.header-top-select {
		width: 270px;
		margin: 0px auto;
	}
	.header-top .row {justify-content:space-between;}
	.header-top .col-md-7 {width:auto; max-width:none; padding-left:20px; padding-right:20px;}
	.header-top .col-md-12 {width:100%; padding-right:10px; padding-left:10px;}
	.header-top .col-md-5 {width:auto; padding-right:10px; padding-left:10px;}

	.header-part .container {max-width:none;}
	.header-content {justify-content:space-between; height:60px; padding: 10px 0px;}
	.header-logo img {width:170px;}
	.mob_trigger {display:block;}

	.wrap > .container {flex-direction:column; gap:10px;}
	.wrap > .container > div {width:100%; padding-right:0; gap:10px;}

	.right_wrap .login_wrap {display:none;}
	.right_wrap .mytext_wrap .list a {width:calc(25% - 16px)}
	}

@media (max-width:576px) {
	:root {
		mt20 : 10px;
	}

	html,
	body {font-size:14px;}

	.header-logo img {width:130px;}

	.restb_col 	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.restb_col table tr {display: block;}

	.restb_col table td {display: block; border-right:none; border-bottom: 1px solid #ddd; text-align: right;}
	.restb_col  table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	  }

	.restb_col  table td:last-child {
		border-bottom: 0;
	  }

	.right_wrap .mytext_wrap .list a {width: calc(50% - 16px);}

	.filter-label,
	.filter-action {
		display: none;
	  }
	.filter-show {
		width: 80px;
	  }

	.sub .left_wrap .card {min-height:auto; padding:15px;}
    .page-pc .virtual-account-payment-explain dd {
        line-height: 18px;
    }
    .pay-type-sections li {width:100%!important;}
    .pay-cypto .avail {text-align:left;}
    .pay-cypto .avail strong {display:inline-block; line-height: inherit; margin-bottom: 20px;}
}
