@charset "UTF-8";
/** ============================================================
 ** GM_COMPONENT
 ** ============================================================ */
.gm-component__select:after, .gm-component__select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 7px;
  height: 1px;
  margin: auto 0;
  background: #251916;
  transform: rotate(45deg);
  /*transition: transform .3s ease-out;*/
}

.gm-component {
  /* ========= hidden ========= */
  /* select.gm-component__hidden + div.input-box-check-layer */
  /* ========= select ========= */
  /* div.gm-component__select > select */
}
.gm-component__hidden {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.gm-component__hidden--inline {
  display: inline-block;
  position: relative;
}
.gm-component__select {
  position: relative;
  top: 0;
  /* select width 대신 wrapper width로 조절해야 arrow 와 싱크가 맞음 */
  width: 100%;
}
.gm-component__select:after {
  right: 10px;
  transform: rotate(-45deg);
}
.gm-component__select select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 13px;
}

/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
/* ROBOTO wght100 swap */
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container.cms_container {
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*button {
	outline: none;
}*/

.n-search__form .n-search__input::-moz-placeholder {
  text-align: left !important;
}

.n-search__form .n-search__input::placeholder {
  text-align: left !important;
}

.n-search__form .n-search__input:-ms-input-placeholder {
  text-align: left !important;
}

.text_of_stock {
  position: absolute;
  left: 0;
  bottom: -2px;
  font-size: 12px;
  color: var(--dangerColor1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text].error {
  border: solid 1px var(--dangerColor1);
}

input + label.error,
select + label.error {
  color: var(--dangerColor1);
  margin-top: 5px;
  margin-bottom: 5px;
}

.child-box {
  width: 100%;
}

.input_box,
.input-box {
  text-align: left;
}

.edit-wrap .input-box input[type=text].error,
.pw-popup input[type=password].error {
  border: solid 1px var(--dangerColor1);
}

.product_registration select.gender-select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #000;
  font-size: 13px;
  background: url("https://web-resource.gentlemonster.com/assets/img/icon/arrow.svg");
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: right 9px top 50%;
}

.product_registration select.gender-select.error {
  border: solid 1px var(--dangerColor1);
}

#product_registration_form .button.button-primary {
  max-width: 320px;
}

#cart-item-table tr {
  display: flex;
}

.center_wrap.cart_wrapper {
  padding-top: 169px;
}

.cart_wrapper .content_cart_item {
  display: inline-block;
  width: 1042px;
  min-height: 418px;
}

.cart_wrapper .content_cart_item #sod_bsk_act {
  display: none;
}

.cart_wrapper .content_cart_item .text_l {
  margin: 0 0 42px;
  padding: 0;
}

.cart_wrapper .content_cart_item .table-head th {
  padding-bottom: 24px;
}

.cart_wrapper .content_cart_item .head {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  font-family: "SDGothicNeo";
  font-size: 13px;
  font-weight: 400;
}

.cart_wrapper .content_cart_item tr:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_img {
  padding: 24px 0;
  text-align: left;
  margin: 0;
  display: flex;
  width: 156px;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_img a {
  background: #eee;
  max-height: 211.71px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 156px;
}

.cart_wrapper .content_cart_item #sod_bsk .child-image {
  padding: 20px 25px 20px 0;
  width: 165px;
  height: 210px;
  text-align: left;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cart_wrapper .content_cart_item #sod_bsk .child-image .child-item-img {
  width: 25px;
}

.cart_wrapper .content_cart_item #sod_bsk .td_num {
  width: 100px;
  vertical-align: top;
  padding: 22px 0;
  position: relative;
}

.cart_wrapper .content_cart_item #sod_bsk .td_num .remove_item {
  position: absolute;
  bottom: 24px;
  right: 0;
  line-height: 1.5;
  color: #343434;
  border-bottom: 1px solid #343434;
}

.cart_wrapper .content_cart_item #sod_bsk .td_num .cart_item_total_price {
  font-weight: 400;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_name {
  width: calc(100% - 281px);
  padding: 22px 0;
  position: relative;
  margin: 0 0 0 24px;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_name .name {
  margin-bottom: 6px;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_name .price {
  font-weight: 400;
}

.cart_wrapper .content_cart_item #sod_bsk .sod_name .cart_product_etc {
  position: absolute;
  bottom: 24px;
  left: 0;
}

.cart_wrapper .content_cart_item .cart_product_etc .field {
  border: 1px solid #000;
  padding: 4px 10px 6px;
  width: 80px;
  height: 28px;
  display: flex;
  justify-content: space-between;
}

.cart_wrapper .content_cart_item .cart_product_etc .field button {
  width: 15px;
  font-size: 12px;
  font-family: "Unica77LLWeb";
  line-height: 1;
  font-weight: normal;
}

.cart_wrapper .content_cart_item .cart_product_etc .field input {
  text-align: center;
  font-size: 12px;
  max-width: 40px;
  font-family: "Unica77LLWeb";
  font-weight: normal;
  line-height: 1;
}

.cart-side-content .checkout-title {
  margin-bottom: 81px;
  line-height: 25px;
}

.checkout-header-menu {
  display: flex;
  justify-content: center;
}

.cart_wrapper .cart-side-content {
  text-align: left;
  position: fixed;
  display: inline-block;
  padding-left: 80px;
  width: 294px;
  box-sizing: content-box;
  transform: translate(0, 0);
}

.cart_wrapper .cart-side-content .checkout-summary li {
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.cart_wrapper .cart-side-content .checkout-summary li:first-child {
  padding-top: 18px;
}

.cart_wrapper .cart-side-content .checkout-summary li span {
  font-weight: normal;
  line-height: 25px;
}

.cart_wrapper .cart-side-content .checkout-summary li:last-child {
  margin-top: 16px;
  padding-top: 19px;
}

.cart_wrapper .cart-side-content .cart_action {
  margin: 42px 0 0;
}

.cart_wrapper .cart-side-content .cart_action button {
  float: none;
  width: 100%;
  padding: 10px;
}

.cart_wrapper .cart-side-content .text_note {
  margin: 30px 0 0;
}

.cart_wrapper .cart-side-content .text_note p {
  line-height: 23px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.cart_wrapper .content_cart_item #sod_bsk .td_chk {
  width: 1px;
  padding: 0;
  display: block;
  opacity: 0;
}

.cart_wrapper .center.width_100 {
  text-align: left;
}

.cart_wrapper .content_cart_item tr.empty_table {
  border-bottom: 0;
  padding: 20px 0 0;
  display: block;
}

.cart_wrapper .content_cart_item tr.empty_table td.empty_table {
  padding: 0 !important;
  margin: 0;
}

.cart_wrapper .content_cart_item tr.empty_table p {
  font-size: 13px;
  padding: 0;
}

tr.of_stock .sod_img {
  opacity: 0.5;
}

tr.of_stock td.sod_name {
  opacity: 0.5;
}

.recommend {
  margin-top: 30px;
  margin-bottom: 173.9px;
}

.boxcontainer {
  max-width: 1456px;
  margin: 0 auto;
  padding: 0 18px;
}

.recommend .box_title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 48px;
}

.recommend .product-list__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: none !important;
  width: 1085px;
}

.recommend .product-list__wrapper li {
  width: calc(33.333% - 43px);
  margin-bottom: 30px;
}

.recommend .product-list__wrapper li:last-child {
  margin-right: 0;
}

.recommend .product-list__wrapper li img {
  max-height: 431px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend .product-list__wrapper li .product__info {
  margin-top: 20px;
}

.recommend .product-list__wrapper li .product__info .product__name {
  line-height: 1.46;
  margin: 0 0 5px;
}

.recommend .product-list__wrapper li .product__info .cart-layer__btn {
  margin-top: 24px;
  font-size: 13px;
}

/* Account Page */
.login-wrap .flex-col,
.sign-up-wrap .section-col {
  flex-direction: initial;
  display: block;
}

.login-wrap .flex-col .btn.btn-kakao,
.sign-up-wrap .section-col .btn.btn-kakao {
  order: -1;
}

.order-search-wrap .btn {
  float: right;
}

.topnav {
  text-align: center;
  position: relative;
  margin-bottom: 65px;
  z-index: 51;
}

.topnav .page_menu_items {
  display: flex;
  font-size: 0;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.topnav .page_menu_items .page_menu_item.selected a:before {
  border-bottom: 1px solid #343434;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  z-index: 1;
}

.topnav .page_menu_items .page_menu_item.link_item > a:after {
  position: absolute;
  bottom: -3px;
  background: #343434;
}

.topnav .topnav-left {
  position: absolute;
  left: 0;
  top: 0;
}

.topnav .topnav-left .title {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.topnav .topnav-right {
  position: absolute;
  right: 0;
  top: 0;
}

body .page_nav {
  top: 117px;
  left: 0;
  padding-top: 178px;
}

.account .edit-wrap {
  padding: 45px 0 0;
}

.account .head {
  margin-bottom: 45px;
}

.account .center-content,
.account .center-content .button-group,
.account .center-content .btn {
  max-width: 318px;
}

.account .center-content--wide {
  max-width: 440px;
}

.account .center-content {
  margin: 63px auto 0;
}

.account .center-content .button-group {
  margin-right: auto;
  margin-left: auto;
}

.account-detail-content .button-group {
  margin-bottom: 20px;
}

.account-detail-content .button-group .button {
  width: 100%;
  max-width: 100%;
  padding-top: 9px;
}

.account-detail-text {
  margin-bottom: 43px;
  margin-top: 102px;
}

.account-detail-text p {
  line-height: 25px;
  margin: 0;
}

.button.button-primary {
  font-weight: 400;
}

.nput-label {
  font-size: 13px;
  line-height: 1.92;
  font-family: "SDGothicNeo";
  font-weight: 400;
}

#delete-address .space-huge {
  margin-bottom: 55px;
  line-height: 25px;
  text-align: center;
}

#delete-address .pop-content {
  padding: 75px 92px 60px 91px !important;
}

#delete-address .pop-close {
  top: 23px;
  right: 22px;
}

.input-box .show-pwd {
  position: absolute;
  top: 37px;
  right: 10px;
  width: 25px;
  height: 25px;
  color: #343434;
  font-size: 14px;
}

.page_menu_list .page_menu_items .selected a {
  border-bottom: 1px solid #2b2b2b;
}

.pw-condition-box#pw_pattern {
  text-align: left;
  font-family: "SDGothicNeo";
}

.pw-conditions {
  padding-top: 20px;
}

.pw-conditions > div {
  padding-bottom: 7px;
}

.pw-conditions > div > .icon {
  margin-right: 7px;
}

.space-big label[for=check_withdraw] input#check_withdraw {
  -webkit-appearance: checkbox;
}

#secede {
  height: auto !important;
}

#secede .pop-content {
  padding: 74px 92px 80px 91px !important;
}

#secede .pop-close {
  top: 23px;
  right: 22px;
}

#secede .pop-content .title {
  margin-bottom: 40px;
  line-height: 25px;
}

#secede .pop-content .list-title {
  margin-bottom: 32px;
  text-align: left;
}

#secede .pop-content .list {
  margin-bottom: 36px;
  text-align: left;
}

#secede .pop-content .list li {
  position: relative;
  padding-left: 27px;
  line-height: 25px;
  letter-spacing: 0.2px;
  list-style: none;
}

#secede .pop-content .list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  height: 3px;
  width: 3px;
  background: #343434;
  border-radius: 50%;
}

#secede .pop-content .input-box-check-layer {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

#secede .pop-content .input-box-check span {
  width: calc(100% - 27px);
  line-height: 25px;
  top: -7px;
}

#secede .pop-content .section-row {
  margin-top: 36px;
}

.space-big label[for=check_withdraw] {
  display: block;
  width: 100%;
}

.space-big label[for=check_withdraw] span {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 10px;
}

#find_memberInfo_kr .pop-close {
  top: 80px;
  right: 80px;
}

.input-box .input-label {
  text-align: left;
}

.input-label {
  display: block;
  margin-bottom: 4px !important;
}

.center_wrap .edit-wrap .input-box input {
  height: 40px;
  line-height: 40px;
}

.edit-wrap .select-box .pc-select .current {
  height: 40px;
  line-height: 40px;
}

.center_wrap .edit-wrap .input-box .postcode_search_form input {
  width: 70%;
}

.center_wrap .edit-wrap .input-box .postcode_search_form button {
  width: 120px;
  margin: 0 0 0 10px;
}

#not_exist_address .button-group {
  margin-top: 75px;
}

.box_address .button-group #edit_info {
  background: #000;
  color: #fff;
}

input.input_grey {
  border-color: #e0e0e0 !important;
  color: #888 !important;
}

.input-cell.post_address {
  position: relative;
}

.address_empty .mypage-btn.button {
  line-height: 1.6;
}

.content_mainpage .box_same .box_address .address_empty {
  padding-top: 3px;
}

.content_mainpage .box_same .box_address .address_empty .action,
.content_mainpage .box_same .box_address .my_order_empty .action {
  margin-top: 0;
}

.content_mainpage .box_same .action .mypage-btn {
  max-width: 318px;
  margin-top: 23px;
}

.postcodify_search_wrapper {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 83px;
  left: 0;
  max-height: 307px;
  border: 1px solid #000;
  background-color: #ffffff;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  overflow-x: hidden;
}

/* 220519 김연호 : 주소검색결과 레이아웃 수정 시작 */
.postcodify_search_wrapper .postcodify_search_result {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-top: 1px solid #000 !important;
}

.postcodify_search_wrapper .postcodify_search_result .address .selector .address_info,
.postcodify_search_wrapper .postcodify_search_result .address .selector .extra_info {
  display: flex;
}

.postcodify_search_wrapper .postcodify_search_result .address .selector .address_info span,
.postcodify_search_wrapper .postcodify_search_result .address .selector .extra_info span {
  /*display: inline-block;*/
  flex-shrink: 0;
  line-height: 21px;
}

/* 220519 김연호 : 주소검색결과 레이아웃 수정 끝 */
.postcodify_search_wrapper .postcodify_search_result:first-child {
  border-top: 0 !important;
}

.login-container .btn-black:hover {
  color: #fff;
}

.login-wrap .login-title {
  margin-bottom: 28px;
}

.login-wrap .field-area {
  margin-bottom: 20px;
}

.login-container .login-wrap button {
  margin: 0;
}

.login-container .login-wrap,
.login-container .sign-up-wrap {
  margin-bottom: 74px;
}

.sign-up-wrap .login-title {
  margin-bottom: 25px;
}

.sign-up-wrap .section-col button {
  margin: 0;
}

.sign-up-wrap .contents-default-text {
  margin-bottom: 30px;
}

.order-search-wrap .login-title {
  margin-bottom: 25px;
}

/* wishlist page */
body .container-1350 {
  max-width: 1416px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  position: relative;
}

.page_nav {
  text-align: left;
}

.page_nav .page_title {
  margin-bottom: 46px;
  font-size: 15px !important;
}

.container-1350 .content-top {
  padding-left: 0;
  padding-right: 0;
}

.container-1350.account {
  padding: 80px 50px 0px;
}

#product-list.product-list-colunm4 {
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.product-list-colunm4 .product-list__wrapper li {
  width: calc(25% - 48px);
  margin: 0 24px 50px;
}

.product-list-colunm4 .product-list__wrapper {
  margin-left: -24px;
  width: calc(100% + 48px);
}

.product__info .product__spec .product__link .product__name {
  margin: 0 0 4px;
}

.product-list-colunm4 .product-list__wrapper .product__cart {
  width: 100%;
  border-radius: 0;
  height: 40px;
  font-size: 13px;
  background: #000;
  border-color: #000;
  color: #fff;
  margin-top: 15px;
  font-family: "SDGothicNeo";
  line-height: 1.92;
}

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

.product-share a {
  display: inline-block;
  height: auto;
  font-size: 13px;
  font-weight: 600;
}

.product-share .btn-share {
  display: none;
}

.product-share svg {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}

.product-list-colunm4 .product-list__wrapper .product-share .product__wish {
  position: static;
  float: none;
  width: auto;
  font-size: 13px;
  font-family: "SDGothicNeo";
}

.product-list-colunm4 .product-list__wrapper .product__wish path {
  stroke: #000;
  fill: #000;
}

.product-list-colunm4 .product-list__wrapper .product-share .product__wish svg {
  width: 11px;
  margin-top: -2px;
}

.account-non-member .product-share a.btn-share {
  display: none;
}

.account-non-member .product-list-colunm4 .product-list__wrapper .product-share .product__wish {
  display: inline-block;
}

.account-non-member .product__image-wrapper .product__wish {
  display: none;
}

.content-top .account__link_share svg {
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}

#order-inquiry .checkbox_item label {
  padding: 0 25px 0 0;
}

#order-inquiry .checkmark {
  left: initial;
  right: 0;
  top: 6px;
}

#order-inquiry .checkbox_item {
  margin-right: 14px;
}

.menu-nav .menu-nav-item a {
  font-weight: 400;
}

.menu-nav .menu-nav-item a[aria-current] {
  padding-bottom: 1px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.order_bbs.content-wrap .box_content {
  padding-top: 155px;
}

.order_bbs.content-wrap .box_content .title {
  margin-bottom: 27px;
}

.order_bbs.content-wrap .box_content .text-left {
  margin-bottom: 25px;
}

.order_bbs.content-wrap .box_content .input-box {
  margin: 0 0 20px;
}

.order_bbs.content-wrap .box_content .button.btn-black {
  margin: 28px 0 0;
}

.marketing_setting .edit-wrap .register-wrap {
  padding: 0;
}

.marketing_setting .text_info,
.marketing_setting .text_sub,
.marketing_setting .text_info2 {
  line-height: 25px;
  color: #343434;
}

.subTerms .input-box-check span {
  line-height: 25px;
  color: #343434;
}

.content-top #share {
  font-family: "SDGothicNeo";
  font-size: 13px;
}

.product__image-wrapper .product__wish {
  width: 11px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.marketing_setting .edit-wrap .agreement-group {
  margin-bottom: 76px;
}

/* Main page My Page */
.main_page .edit-wrap {
  padding: 16px 0 0;
}

.notice-popup ~ .container_sq .account {
  padding-top: 170px !important;
}

.notice-popup ~ .container_sq .non_member_checkout {
  padding-top: 91px !important;
}

.notice-popup ~ .container_sq .account .contentswrap_top {
  margin-bottom: 0;
}

.register_page .center_wrap.account.register {
  padding-top: 120px !important;
}

.register_page .register .register-title {
  margin-bottom: 29px;
}

.register_page .agreement-group {
  margin: 20px 0 44px;
}

.register_page .agreement-group .input-box.input-box-check {
  margin: 0 0 8px;
}

.content_mainpage {
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
}

.content_mainpage .box_same {
  width: 50%;
  margin: 0 24px;
  border-top: 1px solid #e0e0e0;
  padding: 45px 0 0;
}

.content_mainpage .box_same .head {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
}

.content_mainpage .box_same .head .action a {
  display: inline-block;
  border-bottom: 1px solid #343434;
  line-height: 1.5;
}

.content_mainpage .box_same .box_title {
  margin-bottom: 16px;
}

.content_mainpage .box_same ul li {
  line-height: 1.92;
}

.content_mainpage .box_same .box_info {
  margin-bottom: 39px;
}

.content_mainpage .box_same .box_address .action,
.content_mainpage .box_same .order_empty .action {
  margin: 20px 0 0;
  text-align: left;
}

.button.btn_black {
  background: #000;
  color: #fff;
  width: 100%;
  max-width: 300px;
  padding: 13px;
  font-weight: 400;
  font-family: "SDGothicNeo";
}

.content_mainpage .box_same .order_empty {
  min-height: 300px;
}

.order .list_order table {
  width: 100%;
  border: 0;
}

.order .list_order tr td {
  width: 24%;
  padding: 0 10px 5px 0;
  vertical-align: top;
}

.order .list_order tr td:nth-child(1) {
  width: 50%;
}

.order .list_order tr td:nth-child(2) {
  width: 25%;
}

.order .list_order tr td:nth-child(3) {
  width: 25%;
}

.order .list_order tr:last-child td {
  padding-bottom: 0;
}

.content_mainpage .box_same .service {
  padding: 45px 0 0;
}

.content_mainpage .box_same .my_order {
  margin: 0 0 78px;
}

.content_mainpage .box_same .my_order + .my_order {
  padding-top: 45px;
  border-top: 1px solid #e0e0e0;
}

.content_mainpage .box_same .my_order_empty.my_order {
  margin-bottom: 120px;
}

.content_mainpage .box_same .my_order .list_order {
  margin-top: -1px;
}

.service_list .place_title {
  margin-bottom: 18px;
}

.service_list table {
  margin: 0 0 42px;
  width: 100%;
  border: 0;
}

.service_list table:last-child {
  margin-bottom: 0;
}

.service_list table tr td {
  padding: 0 10px 5px 0;
  text-align: left;
}

.service_list table tr td:nth-child(1) {
  width: 50%;
}

.service_list table tr td:nth-child(2) {
  width: 25%;
}

.service_list table tr td:nth-child(3) {
  width: 25%;
}

.service_list table tr:last-child td {
  padding-bottom: 0;
}

.content_mainpage tr,
.content_mainpage td {
  border: 0;
}

#not_exist_address {
  line-height: 25px;
}

.edit-wrap .alert {
  min-height: 1em;
}

.category__nav[aria-disabled=false] {
  opacity: 1;
  visibility: visible;
}

/* Delete Account */
#button_reset_password {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
}

.account-wrapper-content .page-title {
  text-align: center;
}

.account-wrapper-content .page-title h2 {
  font-size: 16px;
}

.account-wrapper-content ul {
  margin: 30px 0;
}

.account-wrapper-content ul li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 13px;
  padding-left: 10px;
}

.account-wrapper-content .button-group {
  display: flex;
}

.account-wrapper-content .button-group .button {
  height: 40px;
}

.edit-wrap .input_box input[type=text] {
  border: 1px solid #000;
  height: 40px;
}

.edit-wrap .input_box input[type=text].error {
  border-color: var(--dangerColor1);
}

.content_repair .repair_list .item:nth-child(2n) {
  margin-right: 0;
}

.content_repair .repair_list .item .image {
  width: 220px;
  min-height: 320px;
  display: flex;
  align-items: center;
  background: #f0f0f0;
}

.content_repair .repair_list .item .info {
  width: calc(100% - 220px);
  padding-left: 25px;
  position: relative;
}

.content_repair .repair_list .item .info .action .button {
  margin: 12px 0 0 0;
  max-width: 216px;
  width: 100%;
  display: block;
  padding: 12px;
}

/* History Repair*/
.category__name {
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
}

.content-top .page-title {
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
}

.content-top #store_title {
  font-weight: 700;
}

.list-btn .list-filter__select {
  font-weight: 700;
  font-size: 13px;
}

/* Product Repair*/
.content_repair .repair_list {
  overflow: hidden;
}

.content_repair .repair_list .item {
  float: left;
  margin: 0 50px 80px 0;
  width: calc((100% - 50px) / 2);
  display: flex;
}

.content_repair .repair_list .item:nth-child(2n) {
  margin-right: 0;
}

.content_repair .repair_list .item .image {
  width: 216px;
  min-height: 293px;
  display: flex;
  align-items: center;
  background: #f0f0f0;
}

.content_repair .repair_list .item .info {
  width: calc(100% - 216px);
  padding-left: 24px;
  position: relative;
}

.content_repair .repair_list .item .info p {
  line-height: 24px;
  font-size: 13px;
}

.content_repair .repair_list .item .info .name {
  font-weight: 600;
  margin-bottom: 5px;
}

.content_repair .repair_list .item .info .code_repair {
  font-weight: 600;
}

.content_repair .repair_list .item .info .action {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 100%;
  right: 0;
  text-align: left;
}

.content_repair .repair_list .item .info .action .button {
  margin: 12px 0 0 0;
  max-width: 220px;
  width: 100%;
  display: inline-block;
  padding: 12px;
}

/* Customer Order & Pickup */
.account.orderinquiry .head > .order_title {
  width: 100%;
  margin: 0;
}

.ordercancel .account .contentswrap_top.order-pdtype01 {
  padding-top: 0;
}

/* History Repair*/
.history_repair .repair_list {
  display: flex;
  margin: 0 -20px;
}

.history_repair .repair_list .box_same {
  width: 50%;
  margin: 0 20px;
  border-top: 1px solid #e0e0e0;
  padding: 40px 0 0;
}

.history_repair .repair_list .box_same .block_title {
  margin: 0 0 30px;
  font-weight: 600;
}

.history_repair .repair_list .box_same .item .info p {
  font-weight: 600;
}

.history_repair .repair_list .box_same .info p {
  margin: 0 0 35px;
  font-size: 13px;
}

.history_repair .repair_list .box_same .info p .label {
  color: #343434;
  font-weight: 600;
  font-size: 13px;
  min-width: 180px;
  display: inline-block;
  text-align: left;
  padding: 0;
}

.history_repair .repair_list .box_same .action {
  text-align: left;
  padding: 0;
}

.history_repair .repair_list .box_same .action .button {
  max-width: 320px;
  padding: 12px;
  margin-left: 180px;
}

.account .page_nav {
  position: absolute;
  top: 101px;
  left: 50px;
  padding-top: 110px;
}

.account .page_nav .title {
  margin-bottom: 45px;
}

.account .page_nav .link_item > a:after {
  position: absolute;
  bottom: -4px;
  background: #343434;
}

.account .page_nav .page_menu_list .page_menu_items .selected a {
  border-bottom: 0;
}

.account .page_nav .page_menu_list .page_menu_items .selected a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 1;
  height: 1px;
  border-bottom: 1px solid #343434;
}

.account .page_nav .page_menu_list .page_menu_items .page_menu_item + .page_menu_item {
  margin-top: 20px;
}

.account .page_nav .page_menu_list .page_menu_items .page_menu_item a:not(.font--kr) {
  font-size: inherit;
}

.account .page_nav .page_menu_list .page_menu_items .page_menu_item a br {
  display: none;
}

.account_setting .edit-wrap .account-detail-text {
  margin-top: 0;
}

.account_setting .account-detail-content .button-group:last-child {
  margin-bottom: 0;
}

.check_pass .input-box .password {
  margin-bottom: 5px;
  line-height: 25px;
}

.edit_profile .input-box .input-label {
  line-height: 25px;
  margin-bottom: 5px !important;
}

.edit_profile .input-box input[type=text],
.edit_profile .select-box .pc-select .current,
.edit_profile .select-box .pc-select .option-list li,
.edit_profile .select-box .mo-select {
  font-size: inherit;
}

.edit_profile .select-box .pc-select .current {
  padding: 0 10px;
}

.edit_profile .edit-wrap .center-content .actions {
  margin-top: 34px;
  text-align: center;
}

.edit_profile .select-box .pc-select .current::before,
.edit_profile .select-box .pc-select .current::after {
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background: #000;
}

.edit_profile .select-box .pc-select .current::before {
  right: 18px;
}

.edit_profile .select-box .pc-select .current::after {
  right: 13px;
}

.edit_profile .edit-wrap .select-box .mo-select {
  height: 40px;
  line-height: 40px;
}

.edit_profile .select-box .pc-select .current.font--kr,
.edit_profile .select-box .mo-select.font--kr {
  font-family: "SDGothicNeo", sans-serif;
}

.address_book .box_address + .box_address {
  margin-top: 73px;
}

.address_book .box_address form > div,
.address_book .box_address form > div span {
  line-height: 25px;
}

.address_book .box_address .title {
  margin-bottom: 12px;
}

.address_book .box_address .name {
  margin-bottom: 4px;
}

.address_book .box_address .name.type2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.address_book .box_address .name.type2 .default-btn {
  position: relative;
  line-height: 25px;
}

.address_book .box_address .name.type2 .default-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #343434;
}

.address_book .box_address .button-group {
  display: flex;
  margin: 43px 0 0;
}

.address_book.address_add .input-box .input-label {
  line-height: 25px;
  margin-bottom: 5px !important;
  font-size: unset;
}

.address_book.address_add .box-group.box-group-child-2 .input-box,
.address_book.address_add .box-group.box-group-child-2 .select-box {
  width: calc(50% - 5px);
}

.address_book.address_add .box-group > .input-box + .input-box,
.address_book.address_add .box-group > .select-box + .input-box,
.address_book.address_add .box-group > .input-box + .select-box,
.address_book.address_add .box-group > .select-box + .select-box {
  margin: 0 0 0 10px;
}

.address_book.address_add .select-box + .select-box,
.address_book.address_add .select-box + .input-box,
.address_book.address_add .select-box + .box-group,
.address_book.address_add .input-box + .input-box,
.address_book.address_add .input-box + .select-box,
.address_book.address_add .input-box + .box-group,
.address_book.address_add .box-group + .box-group,
.address_book.address_add .box-group + .input-box,
.address_book.address_add .box-group + .select-box {
  margin-top: 6px;
}

.address_book.address_add #addressFormEn .select-box + .select-box,
.address_book.address_add #addressFormEn .select-box + .input-box,
.address_book.address_add #addressFormEn .select-box + .box-group,
.address_book.address_add #addressFormEn .input-box + .input-box,
.address_book.address_add #addressFormEn .input-box + .select-box,
.address_book.address_add #addressFormEn .input-box + .box-group,
.address_book.address_add #addressFormEn .box-group + .box-group,
.address_book.address_add #addressFormEn .box-group + .input-box,
.address_book.address_add #addressFormEn .box-group + .select-box {
  margin-top: 2px;
}

.address_book.address_add .input-box input[type=text] {
  padding: 0 15px;
  font-size: inherit;
  letter-spacing: normal;
}

.address_book.address_add .input-box input[type=text]::-moz-placeholder {
  color: #858585;
}

.address_book.address_add .input-box input[type=text]::placeholder {
  color: #858585;
}

.address_book.address_add .input-box .postcode_search_form input {
  width: 70.5%;
}

.address_book.address_add .agreement-group {
  margin-top: 10px;
}

#addressFormKr .agreement-group {
  margin-bottom: 37px;
}

#addressFormEn .agreement-group {
  margin-bottom: 25px;
}

.address_book.address_add .agreement-group .input-box-check-layer {
  width: 15px;
  height: 15px;
  margin: -1px 12px 0 0;
}

.address_book.address_add .agreement-group .input-box-check span {
  width: calc(100% - 27px);
  line-height: 25px;
  top: -7px;
}

.address_book.address_add ._alert {
  display: inline-block;
  min-height: 15px;
  padding: 4px 0 0 1px;
  line-height: 1;
  color: var(--dangerColor1);
}

/*
	주소 검색 영역이랑 겹쳐져서 히든 처리
	히든 처리 풀면 .address_book.address_add div.postcodify_search_controls의 margin-bottom 삭제하고
	검색 결과 영역 위치 다시 잡아야 함
*/
.address_book.address_add .input-box .post_address {
  margin-bottom: 21px;
}

.address_book.address_add #postcodify ._alert {
  display: none;
}

.address_book.address_add div.postcodify_search_form {
  font: unset;
}

.address_book.address_add div.postcodify_search_controls {
  margin-bottom: 11px;
}

.address_book.address_add div.postcodify_search_status {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.address_book.address_add .postcodify_search_wrapper {
  top: 81px;
}

.address_book.address_add .postcodify_search_wrapper .postcodify_search_result {
  padding: 18px 23px 20px;
  box-sizing: border-box;
}

.address_book.address_add .postcodify_search_wrapper .postcodify_search_result .zip-txt {
  position: static;
  line-height: 21px;
  color: #343434;
}

.address_book.address_add .postcodify_search_wrapper .postcodify_search_result .address {
  margin: 0;
}

.address_book.address_add .postcodify_search_wrapper .postcodify_search_result .address .selector {
  font-weight: normal !important;
}

.address_book.address_add .postcodify_search_wrapper .postcodify_search_result .address .addr-txt {
  width: 56px;
  line-height: 21px;
  color: #858585;
}

.address_book.address_add .select-box::before,
.address_book.address_add .select-box::after {
  display: none;
}

.address_book.address_add .ws-select-box .select {
  font-size: inherit;
  color: #858585;
}

.address_book.address_add .ws-select-box .select::before,
.address_book.address_add .ws-select-box .select::after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 19px;
  z-index: 2;
  transform: rotate(45deg);
  transition: transform 0.3s ease-out;
  margin-top: -1px;
}

.address_book.address_add .ws-select-box .select::after {
  right: 13px;
  transform: rotate(-45deg);
}

.address_book.address_add .ws-select-box.on .select::before {
  transform: rotate(-45deg);
}

.address_book.address_add .ws-select-box.on .select::after {
  transform: rotate(45deg);
}

.reset_password .input-box .input-label {
  line-height: 25px;
  margin-bottom: 5px !important;
}

.reset_password .input-box ._alert {
  display: inline-block;
  min-height: 15px;
  padding: 4px 0 0 1px;
  line-height: 1;
  color: var(--dangerColor1);
}

.reset_password .select-box + .select-box,
.reset_password .select-box + .input-box,
.reset_password .select-box + .box-group,
.reset_password .input-box + .input-box,
.reset_password .input-box + .select-box,
.reset_password .input-box + .box-group,
.reset_password .box-group + .box-group,
.reset_password .box-group + .input-box,
.reset_password .box-group + .select-box {
  margin-top: 2px;
}

.reset_password .pw-condition-box {
  margin-top: 14px;
}

.reset_password .pw-condition-box .desc {
  line-height: 25px;
}

.reset_password .pw-condition-box .pw-conditions {
  padding-top: 11px;
  letter-spacing: -0.3px;
  color: #858585;
}

.reset_password .pw-condition-box .pw-conditions > div {
  padding-bottom: 0;
  line-height: 21px;
}

.reset_password .pw-condition-box .pw-conditions > div > .icon {
  display: inline-block;
  width: 13px;
  margin-right: 7px;
}

.reset_password .pw-condition-box .pw-conditions > div > .icon .fa::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.reset_password .pw-condition-box .pw-conditions > div > .icon .fa.fa-times::before {
  background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/false.svg");
}

.reset_password .pw-condition-box .pw-conditions > div > .icon .fa.fa-check::before {
  background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/true.svg");
}

.reset_password .input-box .show-pwd {
  right: 11px;
}

.reset_password .input-box input[type=text] {
  font-size: inherit;
}

.marketing_setting .register-wrap {
  padding: 0;
}

.marketing_setting .text_sub {
  margin-top: 68px;
}

.marketing_setting .agreement-group {
  margin-top: 25px;
  margin-bottom: 69px;
}

.marketing_setting .agreement-group .input-box {
  margin: 0;
  line-height: 48px;
}

.marketing_setting .agreement-group .input-box + .input-box {
  margin-top: 6px;
}

.marketing_setting .subTerms {
  padding-top: 1px;
}

.marketing_setting .subTerms .check-desc {
  flex: none;
  width: 100%;
  margin-left: 27px;
}

.marketing_setting .subTerms .input-box {
  margin: 0;
}

.marketing_setting .subTerms .input-box + .input-box {
  margin-top: 25px;
}

.marketing_setting .text_info2 {
  margin-top: 68px;
}

.marketing_setting .is_check_alert {
  margin: 17px 0 -5px;
  line-height: 25px;
  color: var(--dangerColor1);
}

.marketing_setting .info_default_set {
  margin: 17px 0 -5px;
  line-height: 25px;
}

.marketing_setting .register-wrap .button-group {
  max-width: 318px;
  margin: 60px auto 0;
}

.marketing_setting .register-wrap .button-group #btn_submit {
  margin: 0;
  opacity: 1;
}

.product_repair.account .content_repair .repair_list {
  overflow: hidden;
  margin-bottom: -80px;
}

.product_repair.account .content_repair .repair_list .item {
  display: flex;
  float: left;
  width: calc((100% - 50px) / 2);
  margin: 0 37px 80px 0;
}

.product_repair.account .content_repair .repair_list .item:nth-child(2n) {
  margin-right: 0;
}

.product_repair.account .content_repair .repair_list .item .image {
  display: flex;
  width: 216px;
  min-height: 293px;
  align-items: center;
  background: #f0f0f0;
}

.product_repair.account .content_repair .repair_list .item .info {
  position: relative;
  width: calc(100% - 216px);
  padding-left: 24px;
}

.product_repair.account .content_repair .repair_list .item .info > p {
  line-height: 25px;
  font-size: inherit;
  font-weight: inherit;
}

.product_repair.account .content_repair .repair_list .item .info > p > * {
  line-height: 25px;
}

.product_repair.account .content_repair .repair_list .item .info .name {
  margin-bottom: 5px;
  line-height: 1;
}

.product_repair.account .content_repair .repair_list .item .info .name > * {
  line-height: 1;
}

.product_repair.account .content_repair .repair_list .item .info .font--bd {
  font-weight: 700;
}

.product_repair.account .content_repair .repair_list .item .info .font--en.font--bd {
  font-weight: 500;
}

.product_repair.account .content_repair .repair_list .item .info .action {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 100%;
  padding-left: 0;
}

.product_repair.account .content_repair .repair_list .item .info .action .btn {
  display: block;
  width: 100%;
  max-width: 216px;
  margin: 12px 0 0 0;
}

.product_repair.account .content_repair .repair_list .item .info .action .btn:active {
  box-shadow: none;
}

.product_repair.history_repair.account .repair_list {
  margin: 0;
}

.product_repair.history_repair.account .repair_list .item {
  float: none;
  width: 100%;
  margin: 0;
}

.product_repair.history_repair.account .repair_list .box_same {
  width: 50%;
  margin: 0;
  padding: 41px 0 0;
  border-top: 1px solid #e0e0e0;
}

.product_repair.history_repair.account .repair_list .box_same.box_left {
  margin-right: 24px;
}

.product_repair.history_repair.account .repair_list .box_same.box_right {
  margin-left: 24px;
}

.product_repair.history_repair.account .repair_list .box_same .block_title {
  margin: 0 0 30px;
  line-height: 25px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product_repair.history_repair.account .content_repair .repair_list .item .info .product_name {
  line-height: 1;
  font-family: inherit !important;
}

.product_repair.history_repair.account .repair_list .box_same .info p {
  overflow: hidden;
  margin: 0;
  line-height: 25px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product_repair.history_repair.account .repair_list .box_same .info p + p {
  margin-top: 24px;
}

.product_repair.history_repair.account .repair_list .box_same .info p > span,
.product_repair.history_repair.account .repair_list .box_same .info p > span a {
  line-height: 25px;
}

.product_repair.history_repair.account .repair_list .box_same .info p .label {
  float: left;
  width: 183px;
  min-width: auto;
  padding: 0;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product_repair.history_repair.account .repair_list .box_same .info p .label-txt {
  float: left;
  width: calc(100% - 183px);
}

.product_repair.history_repair.account .repair_list .box_same .btn-wrap {
  margin-top: 75px;
  text-align: center;
}

.product_repair.history_repair.account .repair_list .box_same .btn-wrap .btn-delivery {
  display: inline-block;
  width: 100%;
  max-width: 318px;
}

#cannot_change {
  display: none;
  position: absolute;
  top: 57.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cannot_change .pop-content-alert {
  padding: 16px 20px 18px;
  border: 1px solid #000;
  background-color: #fff;
}

#cannot_change .desc {
  line-height: 20px;
}

/* Register Genuine Product */
.content_myshop .column_sidebar {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}

.content_myshop .column_sidebar .nav_sidebar li {
  margin: 0 0 20px;
}

.content_myshop .column_sidebar .nav_sidebar li.selected a {
  border-bottom: 1px solid #343434;
}

.content_myshop .column_sidebar .nav_sidebar li a {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
  line-height: 25px;
}

.content_myshop .center-content .head {
  margin: 0 0 45px 0;
}

.content_myshop .center-content .head p {
  line-height: 25px;
}

.content_myshop .product_list .item {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.content_myshop .product_list .item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.content_myshop .product_list .item .product {
  width: 50%;
  padding-right: 15px;
  display: flex;
}

.content_myshop .product_list .item .product .image {
  width: 220px;
  min-height: 295px;
  display: flex;
  align-items: center;
  background: #f0f0f0;
}

.content_myshop .product_list .item .product .product_name {
  flex: 1 1 auto;
  padding-left: 40px;
  font-family: "Unica77LLWeb" !important;
}

.content_myshop .product_list .item .info {
  width: 50%;
  padding: 0 0 0 15px;
}

.content_myshop .product_list .item .info p {
  margin: 0 0 15px;
}

.content_myshop .product_list .item .info .label {
  color: #343434;
  min-width: 170px;
  display: inline-block;
  text-align: left;
  padding: 0;
}

.content_myshop .product_list .item .description {
  width: 58%;
  padding: 3px 0 0 0;
}

.product_partnershop .content_myshop .product_list .item .info {
  width: 42%;
}

.product_partnershop .content_myshop .product_list .item .info .label {
  min-width: 140px;
}

/* error registration */
.content_myshop.errorregistration .center-content .note_box {
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 318px;
}

.content_myshop.errorregistration .center-content .note_box p {
  color: #999;
  margin-bottom: 35px;
  line-height: 24px;
}

.section_popup_error {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}

.section_popup_error.active {
  display: block;
}

.section_popup_error .content_popup {
  position: absolute;
  max-width: 400px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  padding: 60px;
}

.section_popup_error .content_popup .title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 30px;
}

.section_popup_error .content_popup p {
  line-height: 24px;
}

.section_popup_error .content_popup input {
  margin: 15px 0;
}

.section_popup_error .content_popup .btn-popup-close {
  top: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
}

.section_popup_error .content_popup .btn-popup-close::before,
.section_popup_error .content_popup .btn-popup-close:after {
  content: "";
  top: 10px;
  right: 2px;
}

.content_form .agreement-group {
  margin-bottom: 0;
}

.content_form .button-group {
  margin: 44px 0 0;
}

.seri.box-group .input-label {
  text-align: left;
}

.seri.box-group .input_box {
  display: flex;
}

.seri.box-group .input_box span {
  display: block;
  line-height: 40px;
  margin: 0 8px;
}

.errorregistration .box-group.box-group-child-3 .select-box {
  width: 100%;
}

.errorregistration .seri.box-group {
  margin: 0 0 22px;
  position: relative;
}

.errorregistration .seri.box-group .alert {
  position: absolute;
  line-height: initial;
  bottom: -15px;
  margin: 0;
}

.errorregistration .input-box .alert {
  text-align: left;
  display: block;
}

.errorregistration .agreement-group {
  margin: 45px 0 0;
}

.captcha_box {
  margin: 30px 0 0;
}

.errorregistration .agreement-group .input-box.input-box-check {
  margin: 0 0 7px;
}

/* Order Confirmation*/
.order_product th,
.order_product td {
  border: 0;
  padding: 20px 0 0;
  text-align: left;
}

.order_confirmation.contentswrap {
  padding: 150px 0 0px;
}

.order_confirmation .center_wrap {
  max-width: 440px;
}

.order_confirmation .head {
  margin: 0 0 75px;
}

.order_confirmation .head .title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
}

.order_confirmation .head .action {
  margin: 20px 0 0;
}

.order_confirmation .head .button {
  display: block;
  max-width: 215px;
  border: 1px solid #343434;
  line-height: 38px;
}

.info_customer .id_order {
  display: flex;
  justify-content: space-between;
}

.info_customer .id_order a {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #343434;
}

.order_confirmation .label {
  color: #343434;
  text-align: left;
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  line-height: 24px;
}

.info_shipment {
  margin: 25px 0 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.info_shipment .field {
  /* width: 50%; */
  text-align: left;
  margin: 0 0 25px;
  padding: 0 64px 0 0;
}

.payment_method .note_payment {
  margin: 25px 0 0;
}

.order_product {
  margin: 30px 0 0;
}

.order_product th {
  border-bottom: 1px solid #858585;
  text-align: left;
  width: 25%;
  font-size: 13px;
  /* font-weight: normal; */
  padding: 6px 0 20px 0;
}

.order_product th.image {
  min-width: 80px;
  text-align: left;
  width: 80px;
}

.order_product th.qty {
  /* width: 50px; */
  text-align: center;
}

.order_product td.product {
  padding-left: 10px;
}

.order_product th.subtotal {
  text-align: right;
}

.order_product td.item.qty {
  text-align: center;
}

.order_product td.subtotal {
  text-align: right;
}

.order_summary {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #858585;
}

.order_summary li.field_summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order_summary li.field_summary .value {
  min-width: 150px;
  text-align: right;
}

.order_summary li.field_summary .label {
  text-align: left;
  min-width: 95px;
}

/* Checkout */
.checkout-header-menu-item {
  /* font-weight: 700; */
  /* font-size: 13px; */
}

.checkout-header-menu .checkout-header-menu-item + .checkout-header-menu-item {
  margin-left: 30px;
}

.checkout .checkout-header {
  /* padding: 29px 22px;
  height: 80px; */
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

/* .checkout .checkout-stepper {
	padding-top: 27px;
} */
.checkout-stepper .page_title {
  display: none;
}

.checkout-stepper .checkout-header-menu-item {
  height: 100%;
  /* height: calc(100% - 20px); */
  /* font-size: 15px; */
  /* font-family: 'SDGothicNeo'; */
  height: auto;
}

.checkout .checkout-header .logo {
  /* padding: 0; */
  width: 239px;
  height: auto;
  margin: 29px 0;
  transition: opacity 0.6s ease;
}

.checkout .checkout-header .logo svg {
  /* width: 100%; */
  width: auto;
  height: 21.047px;
  /* vertical-align: middle; */
  position: relative;
  z-index: 3;
}

.checkout .checkout-header .page_title {
  margin: 32px 0 0 48px;
  /* font-size: 15px !important;
  font-family: 'SDGothicNeo' !important; */
}

.checkout-stepper .checkout-header-menu-item.active:after {
  border-bottom: 1px solid #858585;
}

.checkout-result-body .checkout-summary-price {
  text-align: inherit;
}

.checkout-result-body .checkout-summary-stock {
  text-align: center;
}

.checkout .checkout-body {
  padding-top: 211px;
}

#add-fields-giftcard .input-box__left input {
  height: 33px;
  line-height: 33px;
  border-color: #9fa0a3;
}

#add-fields-giftcard .input-box__right button {
  padding: 0;
  height: 33px;
  line-height: 33px;
}

.search_button {
  text-align: center;
}

.search_button img {
  width: auto;
  display: inline-block;
}

.filter-popup__inner .filter__item input {
  height: 0;
  visibility: hidden;
}

.popup_on_checkout .pop-wrap {
  top: 23% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
}

.popup_on_checkout .pop-wrap button {
  max-width: 100%;
  margin-top: 10px;
}

.popup_on_checkout .pop-wrap button + button {
  max-width: 100%;
  margin-top: 12px;
}

.popup_on_checkout .pop-content {
  padding: 74px 92px 80px;
}

.popup_on_checkout .pop-wrap .pop-content .popup-title {
  margin-bottom: 29px;
  line-height: 25px;
}

.popup_on_checkout .pop-wrap .pop-content p {
  margin-bottom: 25px;
  line-height: 25px;
  text-align: left;
}

.popup_on_checkout .pop-wrap .pop-content p a {
  display: inline-block;
  line-height: 25px;
  text-decoration: underline;
}

.checkout .checkout-header .checkout-header-return {
  padding: 0 0 2px;
  height: auto;
  text-decoration: none;
  border-bottom: 1px solid #000;
  /* font-family: 'SDGothicNeo'; */
  /* font-size: 13px; */
  line-height: 1;
  margin: 33px 0 0;
}

.checkout-login-form .field-area.input-box {
  margin-bottom: 20px !important;
}
.checkout-login-form .input-box {
  margin-bottom: 16px !important;
  padding-bottom: 0 !important;
}

.checkout .checkout-body .btns {
  clear: both;
}

.checkout .checkout-body .btns button {
  margin-bottom: 12px;
  margin-top: 29px;
}

.checkout-body .account-sign-up .text-box {
  font-size: 13px;
  font-family: "SDGothicNeo";
  line-height: 1.92;
  padding: 2px 0 0;
}

/* Category filter*/
/* .filter-popup__box.gender .filter__list li.filter__item , .filter-popup__box.materials .filter__list li.filter__item {
	display: block;
	max-width: 100%;
} */
.filter-popup__box.gender .filter__list li.filter__item label[for="gender[]_2"] {
  display: none;
}

.filter-popup__box .filter__list li.filter__item .filter__label {
  text-transform: capitalize;
}

.filter-popup__box .filter-subject__txt {
  text-transform: capitalize;
}

.filter-popup__box.gender .filter__list li.filter__item,
.filter-popup__box.materials .filter__list li.filter__item {
  display: block;
  max-width: 100%;
}

@media (max-width: 414px) {
  .filter-popup__box.frame_color .filter,
  .filter-popup__box.lens_color .filter {
    /* column-count:3; */
  }
}
/* Cancel order */
.item-info-box .item-image {
  height: 293px;
  width: 216px;
  display: flex;
  align-items: center;
  background: #eee;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ordercancel-item .item-info-box .item-info {
  padding-left: 0;
  transform: translateY(-5px);
  width: calc(100% - 216px);
}

.input-box.input-box-check {
  display: flex;
  margin: 0 0 9px;
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
  /* justify-content: flex-end; */
}

.input-box.input-box-check[hidden] {
  display: none;
}

.input-box.input-box-cancel {
  display: flex;
  align-items: flex-start !important;
}

.input-box.input-box-cancel .checkbox-label {
  margin-left: 5px;
}

.input-box.input-box-check > span {
  font-size: 13px;
  line-height: 15px;
}

.cancel-term .input-box-check-layer {
  margin-top: 3px;
}

.cancel-term .checkbox-label {
  margin-left: 0;
}

.item-info-box .box_info {
  width: calc(100% - 216px);
  padding-left: 24px;
  position: relative;
}

.item-info-box .box_info .info_checkbox {
  display: flex;
  justify-content: space-between;
}

.fake-checkbox {
  margin: 0 0 11px !important;
}

.ordercancel-items .cancel-term + .items-button {
  margin-top: 76px;
}

.cancel_comment {
  position: absolute;
  bottom: 0;
  left: 240px;
  right: 0;
  display: none;
}

.cancel_comment textarea {
  height: auto;
  min-height: 174px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 18px;
}

.ordercancel-item-button.none_event {
  background: #858585;
  border-color: #858585;
  pointer-events: none;
  color: #fff;
}

.ordercancel-item-button.type_black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.item-description + .item-info-box {
  margin-top: 7px;
}

.cancel-term .input-box-check .checkbox-label span {
  display: inline-block;
  width: calc(100% - 30px);
  /* line-height: 1.92; */
  /* padding-left: 12px; */
  line-height: 25px;
  margin-top: -3px;
}

.orderreturn-item-button.check {
  background: #343434;
  color: #fff;
}

.ordercancel-description .order-qty,
.ordercancel-description .order-date {
  /* font-size: 13px; */
  /* font-family: 'SDGothicNeo'; */
  line-height: 1.92;
  margin: 0;
}

.orderreturn .topnav {
  margin-bottom: 105px;
}

.ordercancel_detail .topnav {
  margin-bottom: 105px;
}

.ordercancel-description .order-number {
  margin-bottom: 32px;
  line-height: 25px;
}

.orderreturn-description .order-number {
  margin-bottom: 39px;
}

.orderreturn-item .info_checkbox .item-qty {
  margin-top: 34px;
  font-size: 13px;
  font-family: "SDGothicNeo";
}

.item-info-box .item-image .item-img {
  max-height: 293px;
  -o-object-fit: contain;
     object-fit: contain;
}

.orderreturn-items .items-button {
  padding-top: 40px;
}

.orderreturn-items .items-button button {
  height: 40px;
  max-width: 318px;
  width: 100%;
  font-family: "SDGothicNeo";
}

.ordercancel-payment-info .info-item .info-detail {
  width: calc(100% - 183px);
}

/* STORE*/
.store-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 25px;
}

.store__content.store__content--fs {
  margin-bottom: 150px;
}

.product__info .product__spec .product__link p {
  /* line-height: 18px; */
  /* min-height: auto; */
  /* margin: 0 0 5px; */
}

.store__content .store__address {
  width: 100% !important;
}

/* Service online */
.reservation-container .postcodify_search_controls {
  justify-content: space-between;
}

.reservation-container .postcodify_search_controls input {
  width: calc(50% - 10px);
  border: 0;
  border-bottom: 1px solid #c7c4bf;
}

.reservation-container .input-cell.post_address {
  margin: 20px 0 0;
}

.reservation-container .postcodify_search_controls button.search_button {
  width: calc(50% - 10px);
  float: right;
  background: transparent !important;
  border: 1px solid #2b2b2b;
  color: #2b2b2b !important;
}

.reservation-container .postcodify_search_controls button.search_button:hover {
  background: #2b2b2b !important;
  color: #fff !important;
}

/* Footer */
footer.footer {
  height: auto;
  background: #f7f7f7;
}

.footer_section_title .font_title {
  /* font-family: "Unica77LLWeb","SDGothicNeo", sans-serif !important; */
  /* font-family: 'SDGothicNeo' !important; */
  padding-bottom: 15px;
  /* font-weight: 700; */
}

.footer_item .footer_item_link {
  /* font-family: "Unica77LLWeb","SDGothicNeo", sans-serif; */
  /* font-family: 'SDGothicNeo'; */
  /* line-height: 1.92; */
  color: #858585;
  padding: 0;
  /* font-weight: 500; */
}

.footer_item .privacy_policy {
  color: #555555;
}

/* CMS PAGE*/
.contact_email .box_content .contents {
  max-width: 440px !important;
}

.contact_email .box_content .contents .button {
  margin: 0;
  padding: 2px 0 0;
}

.contact_email .box_content .contents .contents-default-text {
  margin-bottom: 25px;
}

.contact_email .box_content .contents .section-row {
  margin: 0;
}

.contact_email .box_content .contents #formContact .contents-default-text {
  margin: 0;
}

.choose_file .btn_choose {
  display: none;
}

.content-wrap {
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
  min-height: 700px;
}

.content-wrap .box_sidebar {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-wrap .box_sidebar .menu-nav {
  margin: 0;
}

.content-wrap .box_content {
  text-align: center;
  padding: 160px 0 0;
}

.choose_file {
  display: inline-block;
  width: 100%;
}

.fileList li {
  position: relative;
  margin-top: 5px;
  padding: 0 20px 0 0;
}

.fileList li:first-of-type {
  margin-top: 20px;
}

.fileList li .removeFile {
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
}

.checkout-header .logo svg {
  vertical-align: top;
}

.checkout .checkout-body .page_title {
  /* font-weight: 600; */
  margin-bottom: 24px;
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
  /* font-size: 15px !important; */
  line-height: 25px;
}

/* .checkout .checkout-body .checkout-title {
	font-weight: 700;
	margin-bottom: 29px;
	font-family: "Unica77LLWeb","SDGothicNeo", sans-serif;
	font-size: 15px !important;
	line-height: 1.67;
} */
.checkout .checkout-side-content .checkout-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
  /* font-size: 15px !important; */
  /* line-height: 1.67; */
  line-height: 25px;
}

.checkout .checkout-side-content .checkout-title + a u {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
  border-bottom: 1px solid #343434;
}

/* Special Area s */
.section__special {
  display: none;
  padding: 0 22px;
  margin: 15px 0 56px;
}
.section__special .font--kr.font--10,
.section__special .font--en-no.font--en.font--10 {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--10-t,
  .section__special .font--en-no.font--en.font--10-t {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--10-m,
  .section__special .font--en-no.font--en.font--10-m {
    font-size: 10px !important;
  }
}
.section__special .font--kr.font--11,
.section__special .font--en-no.font--en.font--11 {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--11-t,
  .section__special .font--en-no.font--en.font--11-t {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--11-m,
  .section__special .font--en-no.font--en.font--11-m {
    font-size: 11px !important;
  }
}
.section__special .font--kr.font--12,
.section__special .font--en-no.font--en.font--12 {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--12-t,
  .section__special .font--en-no.font--en.font--12-t {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--12-m,
  .section__special .font--en-no.font--en.font--12-m {
    font-size: 12px !important;
  }
}
.section__special .font--kr.font--13,
.section__special .font--en-no.font--en.font--13 {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--13-t,
  .section__special .font--en-no.font--en.font--13-t {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--13-m,
  .section__special .font--en-no.font--en.font--13-m {
    font-size: 13px !important;
  }
}
.section__special .font--kr.font--14,
.section__special .font--en-no.font--en.font--14 {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--14-t,
  .section__special .font--en-no.font--en.font--14-t {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--14-m,
  .section__special .font--en-no.font--en.font--14-m {
    font-size: 14px !important;
  }
}
.section__special .font--kr.font--15,
.section__special .font--en-no.font--en.font--15 {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--15-t,
  .section__special .font--en-no.font--en.font--15-t {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--15-m,
  .section__special .font--en-no.font--en.font--15-m {
    font-size: 15px !important;
  }
}
.section__special .font--kr.font--16,
.section__special .font--en-no.font--en.font--16 {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--16-t,
  .section__special .font--en-no.font--en.font--16-t {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--16-m,
  .section__special .font--en-no.font--en.font--16-m {
    font-size: 16px !important;
  }
}
.section__special .font--kr.font--17,
.section__special .font--en-no.font--en.font--17 {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--17-t,
  .section__special .font--en-no.font--en.font--17-t {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--17-m,
  .section__special .font--en-no.font--en.font--17-m {
    font-size: 17px !important;
  }
}
.section__special .font--kr.font--18,
.section__special .font--en-no.font--en.font--18 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--18-t,
  .section__special .font--en-no.font--en.font--18-t {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--18-m,
  .section__special .font--en-no.font--en.font--18-m {
    font-size: 18px !important;
  }
}
.section__special .font--kr.font--19,
.section__special .font--en-no.font--en.font--19 {
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--19-t,
  .section__special .font--en-no.font--en.font--19-t {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--19-m,
  .section__special .font--en-no.font--en.font--19-m {
    font-size: 19px !important;
  }
}
.section__special .font--kr.font--20,
.section__special .font--en-no.font--en.font--20 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--20-t,
  .section__special .font--en-no.font--en.font--20-t {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--20-m,
  .section__special .font--en-no.font--en.font--20-m {
    font-size: 20px !important;
  }
}
.section__special .font--kr.font--21,
.section__special .font--en-no.font--en.font--21 {
  font-size: 21px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--21-t,
  .section__special .font--en-no.font--en.font--21-t {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--21-m,
  .section__special .font--en-no.font--en.font--21-m {
    font-size: 21px !important;
  }
}
.section__special .font--kr.font--22,
.section__special .font--en-no.font--en.font--22 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--22-t,
  .section__special .font--en-no.font--en.font--22-t {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--22-m,
  .section__special .font--en-no.font--en.font--22-m {
    font-size: 22px !important;
  }
}
.section__special .font--kr.font--23,
.section__special .font--en-no.font--en.font--23 {
  font-size: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--23-t,
  .section__special .font--en-no.font--en.font--23-t {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--23-m,
  .section__special .font--en-no.font--en.font--23-m {
    font-size: 23px !important;
  }
}
.section__special .font--kr.font--24,
.section__special .font--en-no.font--en.font--24 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--24-t,
  .section__special .font--en-no.font--en.font--24-t {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--24-m,
  .section__special .font--en-no.font--en.font--24-m {
    font-size: 24px !important;
  }
}
.section__special .font--kr.font--25,
.section__special .font--en-no.font--en.font--25 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--25-t,
  .section__special .font--en-no.font--en.font--25-t {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--25-m,
  .section__special .font--en-no.font--en.font--25-m {
    font-size: 25px !important;
  }
}
.section__special .font--kr.font--26,
.section__special .font--en-no.font--en.font--26 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--26-t,
  .section__special .font--en-no.font--en.font--26-t {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--26-m,
  .section__special .font--en-no.font--en.font--26-m {
    font-size: 26px !important;
  }
}
.section__special .font--kr.font--27,
.section__special .font--en-no.font--en.font--27 {
  font-size: 27px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--27-t,
  .section__special .font--en-no.font--en.font--27-t {
    font-size: 27px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--27-m,
  .section__special .font--en-no.font--en.font--27-m {
    font-size: 27px !important;
  }
}
.section__special .font--kr.font--28,
.section__special .font--en-no.font--en.font--28 {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--28-t,
  .section__special .font--en-no.font--en.font--28-t {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--28-m,
  .section__special .font--en-no.font--en.font--28-m {
    font-size: 28px !important;
  }
}
.section__special .font--kr.font--29,
.section__special .font--en-no.font--en.font--29 {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--29-t,
  .section__special .font--en-no.font--en.font--29-t {
    font-size: 29px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--29-m,
  .section__special .font--en-no.font--en.font--29-m {
    font-size: 29px !important;
  }
}
.section__special .font--kr.font--30,
.section__special .font--en-no.font--en.font--30 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--kr.font--30-t,
  .section__special .font--en-no.font--en.font--30-t {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--kr.font--30-m,
  .section__special .font--en-no.font--en.font--30-m {
    font-size: 30px !important;
  }
}
.section__special .font--cn.font--10 {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--10-t {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--10-m {
    font-size: 10px !important;
  }
}
.section__special .font--cn.font--11 {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--11-t {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--11-m {
    font-size: 11px !important;
  }
}
.section__special .font--cn.font--12 {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--12-t {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--12-m {
    font-size: 12px !important;
  }
}
.section__special .font--cn.font--13 {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--13-t {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--13-m {
    font-size: 13px !important;
  }
}
.section__special .font--cn.font--14 {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--14-t {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--14-m {
    font-size: 14px !important;
  }
}
.section__special .font--cn.font--15 {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--15-t {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--15-m {
    font-size: 15px !important;
  }
}
.section__special .font--cn.font--16 {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--16-t {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--16-m {
    font-size: 16px !important;
  }
}
.section__special .font--cn.font--17 {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--17-t {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--17-m {
    font-size: 17px !important;
  }
}
.section__special .font--cn.font--18 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--18-t {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--18-m {
    font-size: 18px !important;
  }
}
.section__special .font--cn.font--19 {
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--19-t {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--19-m {
    font-size: 19px !important;
  }
}
.section__special .font--cn.font--20 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--20-t {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--20-m {
    font-size: 20px !important;
  }
}
.section__special .font--cn.font--21 {
  font-size: 21px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--21-t {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--21-m {
    font-size: 21px !important;
  }
}
.section__special .font--cn.font--22 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--22-t {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--22-m {
    font-size: 22px !important;
  }
}
.section__special .font--cn.font--23 {
  font-size: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--23-t {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--23-m {
    font-size: 23px !important;
  }
}
.section__special .font--cn.font--24 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--24-t {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--24-m {
    font-size: 24px !important;
  }
}
.section__special .font--cn.font--25 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--25-t {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--25-m {
    font-size: 25px !important;
  }
}
.section__special .font--cn.font--26 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--26-t {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--26-m {
    font-size: 26px !important;
  }
}
.section__special .font--cn.font--27 {
  font-size: 27px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--27-t {
    font-size: 27px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--27-m {
    font-size: 27px !important;
  }
}
.section__special .font--cn.font--28 {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--28-t {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--28-m {
    font-size: 28px !important;
  }
}
.section__special .font--cn.font--29 {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--29-t {
    font-size: 29px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--29-m {
    font-size: 29px !important;
  }
}
.section__special .font--cn.font--30 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--cn.font--30-t {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--cn.font--30-m {
    font-size: 30px !important;
  }
}
.section__special .font--jp.font--10 {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--10-t {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--10-m {
    font-size: 10px !important;
  }
}
.section__special .font--jp.font--11 {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--11-t {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--11-m {
    font-size: 11px !important;
  }
}
.section__special .font--jp.font--12 {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--12-t {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--12-m {
    font-size: 12px !important;
  }
}
.section__special .font--jp.font--13 {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--13-t {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--13-m {
    font-size: 13px !important;
  }
}
.section__special .font--jp.font--14 {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--14-t {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--14-m {
    font-size: 14px !important;
  }
}
.section__special .font--jp.font--15 {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--15-t {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--15-m {
    font-size: 15px !important;
  }
}
.section__special .font--jp.font--16 {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--16-t {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--16-m {
    font-size: 16px !important;
  }
}
.section__special .font--jp.font--17 {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--17-t {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--17-m {
    font-size: 17px !important;
  }
}
.section__special .font--jp.font--18 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--18-t {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--18-m {
    font-size: 18px !important;
  }
}
.section__special .font--jp.font--19 {
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--19-t {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--19-m {
    font-size: 19px !important;
  }
}
.section__special .font--jp.font--20 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--20-t {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--20-m {
    font-size: 20px !important;
  }
}
.section__special .font--jp.font--21 {
  font-size: 21px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--21-t {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--21-m {
    font-size: 21px !important;
  }
}
.section__special .font--jp.font--22 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--22-t {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--22-m {
    font-size: 22px !important;
  }
}
.section__special .font--jp.font--23 {
  font-size: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--23-t {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--23-m {
    font-size: 23px !important;
  }
}
.section__special .font--jp.font--24 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--24-t {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--24-m {
    font-size: 24px !important;
  }
}
.section__special .font--jp.font--25 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--25-t {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--25-m {
    font-size: 25px !important;
  }
}
.section__special .font--jp.font--26 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--26-t {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--26-m {
    font-size: 26px !important;
  }
}
.section__special .font--jp.font--27 {
  font-size: 27px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--27-t {
    font-size: 27px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--27-m {
    font-size: 27px !important;
  }
}
.section__special .font--jp.font--28 {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--28-t {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--28-m {
    font-size: 28px !important;
  }
}
.section__special .font--jp.font--29 {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--29-t {
    font-size: 29px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--29-m {
    font-size: 29px !important;
  }
}
.section__special .font--jp.font--30 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--jp.font--30-t {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--jp.font--30-m {
    font-size: 30px !important;
  }
}
.section__special .font--en.font--10, .section__special .font-mm.font--10 {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--10-t, .section__special .font-mm.font--10-t {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--10-m, .section__special .font-mm.font--10-m {
    font-size: 11px !important;
  }
}
.section__special .font--en.font--11, .section__special .font-mm.font--11 {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--11-t, .section__special .font-mm.font--11-t {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--11-m, .section__special .font-mm.font--11-m {
    font-size: 12px !important;
  }
}
.section__special .font--en.font--12, .section__special .font-mm.font--12 {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--12-t, .section__special .font-mm.font--12-t {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--12-m, .section__special .font-mm.font--12-m {
    font-size: 13px !important;
  }
}
.section__special .font--en.font--13, .section__special .font-mm.font--13 {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--13-t, .section__special .font-mm.font--13-t {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--13-m, .section__special .font-mm.font--13-m {
    font-size: 14px !important;
  }
}
.section__special .font--en.font--14, .section__special .font-mm.font--14 {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--14-t, .section__special .font-mm.font--14-t {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--14-m, .section__special .font-mm.font--14-m {
    font-size: 15px !important;
  }
}
.section__special .font--en.font--15, .section__special .font-mm.font--15 {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--15-t, .section__special .font-mm.font--15-t {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--15-m, .section__special .font-mm.font--15-m {
    font-size: 16px !important;
  }
}
.section__special .font--en.font--16, .section__special .font-mm.font--16 {
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--16-t, .section__special .font-mm.font--16-t {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--16-m, .section__special .font-mm.font--16-m {
    font-size: 17px !important;
  }
}
.section__special .font--en.font--17, .section__special .font-mm.font--17 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--17-t, .section__special .font-mm.font--17-t {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--17-m, .section__special .font-mm.font--17-m {
    font-size: 18px !important;
  }
}
.section__special .font--en.font--18, .section__special .font-mm.font--18 {
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--18-t, .section__special .font-mm.font--18-t {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--18-m, .section__special .font-mm.font--18-m {
    font-size: 19px !important;
  }
}
.section__special .font--en.font--19, .section__special .font-mm.font--19 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--19-t, .section__special .font-mm.font--19-t {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--19-m, .section__special .font-mm.font--19-m {
    font-size: 20px !important;
  }
}
.section__special .font--en.font--20, .section__special .font-mm.font--20 {
  font-size: 21px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--20-t, .section__special .font-mm.font--20-t {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--20-m, .section__special .font-mm.font--20-m {
    font-size: 21px !important;
  }
}
.section__special .font--en.font--21, .section__special .font-mm.font--21 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--21-t, .section__special .font-mm.font--21-t {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--21-m, .section__special .font-mm.font--21-m {
    font-size: 22px !important;
  }
}
.section__special .font--en.font--22, .section__special .font-mm.font--22 {
  font-size: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--22-t, .section__special .font-mm.font--22-t {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--22-m, .section__special .font-mm.font--22-m {
    font-size: 23px !important;
  }
}
.section__special .font--en.font--23, .section__special .font-mm.font--23 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--23-t, .section__special .font-mm.font--23-t {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--23-m, .section__special .font-mm.font--23-m {
    font-size: 24px !important;
  }
}
.section__special .font--en.font--24, .section__special .font-mm.font--24 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--24-t, .section__special .font-mm.font--24-t {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--24-m, .section__special .font-mm.font--24-m {
    font-size: 25px !important;
  }
}
.section__special .font--en.font--25, .section__special .font-mm.font--25 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--25-t, .section__special .font-mm.font--25-t {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--25-m, .section__special .font-mm.font--25-m {
    font-size: 26px !important;
  }
}
.section__special .font--en.font--26, .section__special .font-mm.font--26 {
  font-size: 27px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--26-t, .section__special .font-mm.font--26-t {
    font-size: 27px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--26-m, .section__special .font-mm.font--26-m {
    font-size: 27px !important;
  }
}
.section__special .font--en.font--27, .section__special .font-mm.font--27 {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--27-t, .section__special .font-mm.font--27-t {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--27-m, .section__special .font-mm.font--27-m {
    font-size: 28px !important;
  }
}
.section__special .font--en.font--28, .section__special .font-mm.font--28 {
  font-size: 29px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--28-t, .section__special .font-mm.font--28-t {
    font-size: 29px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--28-m, .section__special .font-mm.font--28-m {
    font-size: 29px !important;
  }
}
.section__special .font--en.font--29, .section__special .font-mm.font--29 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--29-t, .section__special .font-mm.font--29-t {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--29-m, .section__special .font-mm.font--29-m {
    font-size: 30px !important;
  }
}
.section__special .font--en.font--30, .section__special .font-mm.font--30 {
  font-size: 31px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section__special .font--en.font--30-t, .section__special .font-mm.font--30-t {
    font-size: 31px !important;
  }
}
@media (max-width: 767px) {
  .section__special .font--en.font--30-m, .section__special .font-mm.font--30-m {
    font-size: 31px !important;
  }
}
.section__special.is-show {
  display: block;
}
@media (max-width: 767px) {
  .section__special {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section__special .show-response-pc {
    display: none;
  }
}
.section__special .show-response-mo {
  display: none;
}
@media (max-width: 767px) {
  .section__special .show-response-mo {
    display: block;
  }
}
.section__special--contents {
  display: flex;
  align-items: center;
  text-align: center;
  color: #111;
}
.section__special--contents.ctg_dheygere .contents--text__text {
  width: 25.989vw;
  margin: auto;
}
@media (max-width: 767px) {
  .section__special--contents.ctg_dheygere .contents--text__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section__special--contents {
    display: block;
    gap: 0vw;
    text-align: left;
  }
}
.section__special--contents--img, .section__special--contents--video {
  width: 58.385vw;
}
.section__special--contents--img video, .section__special--contents--video video {
  width: 100%;
}
@media (max-width: 767px) {
  .section__special--contents--img, .section__special--contents--video {
    width: 100% !important;
  }
}
.section__special--contents--video {
  width: 58.385vw;
}
.section__special--contents--video video {
  width: 100%;
}
@media (max-width: 767px) {
  .section__special--contents--video {
    width: 100% !important;
  }
}
.section__special--contents--video {
  position: relative;
}
.section__special--contents--video .video-cotroller {
  position: absolute;
  right: 19.3px;
  bottom: 17.7px;
}
@media (max-width: 375px) {
  .section__special--contents--video .video-cotroller {
    right: 13.3px;
    bottom: 11.7px;
  }
}
.section__special--contents--text {
  max-width: 580px;
  width: 33.958vw;
  margin: auto;
}
@media (max-width: 767px) {
  .section__special--contents--text {
    max-width: 100%;
    width: 100% !important;
    padding: 49px 34px 49px 21px;
  }
}
.section__special--contents--text h2 {
  margin-bottom: 30px;
  padding: 0 14px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .section__special--contents--text h2 {
    padding: 0;
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.38;
  }
}
.section__special--contents--text h2 span {
  font-size: 19px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .section__special--contents--text h2 span {
    font-size: 11px;
  }
}
.section__special--contents--text p {
  line-height: 1.69;
}
@media (max-width: 767px) {
  .section__special--contents--text p {
    line-height: 1.62;
  }
}

/* Spaial Area e */
/* filter 걸려있으면 #product-lis에 클래스 부여.(Concept Cut) */
#product-list.is-filter .concept-cut {
  display: none;
}
@media (max-width: 767px) {
  #product-list.change-view .product-list__wrapper li.concept-cut img {
    position: absolute;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 767px) {
  #product-list.change-view .product-list__wrapper li.concept-cut .product__image-wrapper::before {
    padding-bottom: 135.5%;
  }
}

/* Concept Cut s */
@media (max-width: 767px) {
  .product-list__wrapper li.concept-cut {
    width: 100%;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .product-list__wrapper li.concept-cut img {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .product-list__wrapper li.concept-cut .product__image-wrapper::before {
    padding-bottom: 0%;
  }
}

/* Concept Cut e */
.product__image-wrapper img {
  max-height: 100%;
}

.filter-toggle .filter-toggle__icon {
  /* margin-top: 1px; */
}

.page--stories .contents {
  padding-top: 0 !important;
  min-height: auto !important;
}

.checkout .checkout-side-content {
  width: 319px;
  padding-top: 211px;
}

.checkout-summary .checkout-summary-head {
  margin-bottom: 12px;
}

.checkout-summary > .checkout-summary-head:first-child {
  margin: 5px 0 22px;
}

.checkout-summary .checkout-summary-head.checkout-total-type01 {
  margin-bottom: 0;
}

.checkout-summary .checkout-summary-head span {
  /* font-family: 'SDGothicNeo';
  line-height: 1.92;
  font-size: 13px; */
}

.checkout .checkout-summary-divider {
  /* border-color: #efefef; */
  /* border-bottom: 1px solid #e0e0e0; */
  /* margin: 24px 0; */
}

.checkout .checkout-summary-divider.mttype01 {
  border-bottom: 1px solid #858585;
  margin-top: 22px;
}

.checkout .checkout-summary-divider.mbtype01 {
  margin-bottom: 19px;
}

.checkout .checkout-summary-image {
  width: 80px;
  height: 93.6px;
}

.checkout .checkout-summary-item:last-child .checkout-summary-divider {
  display: none;
}

.checkout .checkout-summary-item.soldout-type {
  position: relative;
}

.checkout .checkout-summary-item.soldout-type .checkout-summary-image {
  opacity: 0.4;
}

.checkout .checkout-summary-item.soldout-type .checkout-summary-name,
.checkout .checkout-summary-item.soldout-type .checkout-summary-price,
.checkout .checkout-summary-item.soldout-type .checkout-summary-stock {
  color: #858585;
}

.checkout .checkout-summary-item.soldout-type .text_of_stock {
  bottom: 0;
  left: 13px;
}

.container-wrap.cms_page {
  max-width: 1416px;
  margin: 0 auto;
}

.container-wrap.cms_page.shipping .button-group {
  width: 318px;
}
@media (max-width: 767px) {
  .container-wrap.cms_page.shipping .button-group {
    width: 100%;
  }
}

.comms-section {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.comms-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.box_sidebar .menu-nav {
  width: auto;
  padding-top: 79px;
}

.box_sidebar .menu-nav .nav_title {
  margin-bottom: 30px;
}

.box_sidebar .menu-nav .menu-nav-item {
  margin-bottom: 0;
}

.box_sidebar .menu-nav .menu-nav-item a {
  margin-bottom: 22px;
  display: inline-block;
}

.container-wrap.cms_page .box_sidebar {
  flex: auto;
  width: 488px;
  padding-right: 24px;
}

.container-wrap.cms_page .box_content {
  flex: initial;
  width: calc(100% - 488px);
}

.cms_page .contents {
  padding-top: 160px;
}

.cms_page .contents .title {
  margin-bottom: 26px;
}

.cms_page .contents form .field-area {
  margin-bottom: 19px;
}

.cms_page .contents form .margin_b48 {
  margin-bottom: 48px;
}

.contents-default-text > div {
  line-height: 1.92;
}

.underline.link-text {
  line-height: 1.92;
  border-bottom: 1px solid #000;
  font-family: "SDGothicNeo";
  margin: 0 0 10px;
  display: inline-block;
}

.text-style {
  line-height: 1.92;
  font-weight: 700;
  margin-bottom: 1px;
  display: inline-block;
}

.cms_page .contents .footer-contents-text {
  margin-bottom: 36px;
}

.cms_page .contents .footer-contents-text:last-of-type {
  margin-bottom: 0;
}

.choose_file .fileList li {
  font-size: 13px;
  font-family: "Unica77LLWeb";
}

#send-success .pop-content {
  padding: 75px 92px;
}

#send-success .pop-content .title {
  margin-bottom: 30px;
}

#send-success .pop-content p {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.67;
  font-family: "SDGothicNeo";
}

.ordercancel-items .items-button .orderreturn-item-button {
  border: 1px solid #333;
  display: inline-block;
  padding: 9.5px 20px;
  color: #fff;
  background-color: #333;
  width: 318px;
  max-width: 100%;
}

.ordercancel-item .ws-select-box {
  width: 200px;
  background-color: #fff;
}

.checkbox-label {
  vertical-align: top;
  display: inline-block;
  margin-left: 11px;
}

.required .alert {
  color: var(--dangerColor1);
}

.input-box-check label {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}

.input-box-check-layer {
  position: relative;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 11px;
}

.input-box-check-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #2b2e34;
  z-index: 1;
}

.input-box-check-layer:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  background: #000;
  transform: translateZ(0);
  z-index: 2;
  opacity: 0;
  /*transition: opacity 0.15s ease-out;*/
  transition: none;
}

input[type=checkbox] ~ .input-box-check-layer:after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50%;
  margin-top: -7.5%;
  background: transparent;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.66);
}

#check_all.some-checked ~ .input-box-check-layer:after {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  margin-top: 0;
  background: #000;
  border-left: 0;
  border-bottom: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
}

input[type=radio] ~ .input-box-check-layer:before,
input[type=radio] ~ .input-box-check-layer:after {
  border-radius: 50%;
}

input[type=checkbox]:checked ~ .input-box-check-layer:before {
  border-color: #000;
}

input[type=checkbox]:checked ~ .input-box-check-layer:after {
  opacity: 1;
}

.input-box-check.required a,
.input-box-check.required .input-box-check-layer + span {
  /* color: rgb(186, 41, 26); */
  /* border-color: rgb(186, 41, 26); */
  color: var(--dangerColor1);
}

.required .atag-line {
  border-color: var(--dangerColor1) !important;
}

.required input[type=text],
.required input[type=password],
.required input[type=email],
.required input[type=tel],
.required input[type=number],
.required input[type=date],
.required input[type=search],
.required input[type=time],
.required input[type=url] {
  border-color: var(--dangerColor1);
}

.required .input-box-check-layer:before {
  border-color: var(--dangerColor1);
}

.disabled-check-layer {
  position: relative;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 11px;
  margin-top: -1px;
}

.disabled-check-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #858585;
  z-index: 1;
}

.fake-checkbox > span {
  display: block;
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  top: -3px;
  font-size: 14px;
  word-break: keep-all;
}

#soldout-on-checkout .modal-box__wrapper {
  max-width: 500px;
}

.text-box--payment.mbtype01 {
  margin-bottom: 19px;
}

.text-box.mttype01 {
  margin-top: 22px !important;
}

.text-box.mttype02 {
  margin-top: -1px !important;
}

.text-box.mttype03 {
  margin-top: 28px !important;
}

.text-box.mttype04 {
  margin-top: 7px !important;
}

.text-box + .box-group.mttype01 {
  margin-top: 17px !important;
}

#payment-form .checkout-body-block.resulttype01 {
  padding-top: 22px !important;
}

#payment-form .checkout-body-block.resulttype01 .checkout-result-head {
  padding-bottom: 22px !important;
}

.checkout-summary .checkout-summary-head.mbtype01 {
  margin-bottom: 7px !important;
}

#payment-form .checkout-body-block.resulttype01 {
  padding-bottom: 13px !important;
}

.input-box.input-box-check.mbtype01 {
  margin-bottom: 9px;
}

.trans-reset {
  transform: translateY(0) !important;
}

.agreement-group + .button-group.btngroup-mttype01 {
  margin-top: 71px;
}

.agreement-group + .button-group.btngroup-mttype01 .button {
  max-width: initial;
  width: calc(50% - 5px);
}

.button-group.btngroup-mttype01.button-group-layout-side-reverse .button + .button {
  margin-right: 10px;
}

.checkout-form .button-group.btngroup-mttype01 {
  margin-top: 73px;
}

.checkout-form .button-group.btngroup-mttype01 .button {
  max-width: initial;
  width: calc(50% - 5px);
}

.button.btn-width01 {
  width: 164px;
  /* padding-top:7px; */
}

/* .checkout .checkout-body.pdt-type01{
	padding-top:87px;
} */
.checkout .checkout-body .page_title.mb-type01 {
  margin-bottom: 25px;
}

.page_title + .text-box.mb-type02 {
  /* margin-bottom: 36px !important; */
  line-height: 25px;
}

div.postcodify_search_status {
  border: 0 !important;
}

div.postcodify_search_result div.address a.selector span.address_info,
div.postcodify_search_result div.address a.selector span.extra_info,
div.postcodify_search_result div.code5 {
  line-height: 21px;
}

/* .postcodify_search_controls{
	width:100%;

} */
.postcodify_search_controls .keyword_label {
  display: none;
}

.postcodify_search_controls > input {
  width: calc(100% - 130px);
}

.input-box + .agreement-group.mttype01 {
  margin-top: 15px;
}

.checkout-form .button-group.btngroup-mttype01:last-child {
  /* margin-top:25px */
}

.canel-n-return-confirm .modal-box__wrapper {
  width: 92%;
  max-width: 500px;
}

.canel-n-return-confirm .modal-box__wrapper .modal-box__contents {
  padding: 75px 20px 100px;
}

.canel-n-return-confirm .modal-box__wrapper .modal-box__contents h2 {
  text-align: center;
  line-height: 25px;
}

.canel-n-return-confirm .modal-box__wrapper .modal-box__contents p {
  margin-top: 30px;
  line-height: 25px;
  word-break: break-word;
  text-align: center;
}

/* 선물하기 checkout */
.order_confirmation #isPresentStatus {
  margin-top: 8px;
}

#isPresentStatus .dear-to {
  margin-top: 10px;
}
#isPresentStatus .flex-layout {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#isPresentStatus .checkout-info-title {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 24px;
}
#isPresentStatus .present-box {
  width: calc(50% - 23px) !important;
  margin-left: 0 !important;
  margin-top: 0;
}
@media (max-width: 767px) {
  #isPresentStatus .present-box {
    width: calc(50% - 12px) !important;
  }
}
#isPresentStatus .present-box p.text-box {
  line-height: inherit;
}
@media (max-width: 767px) {
  #isPresentStatus .present-box p.text-box.send-to-email {
    word-break: break-all;
  }
}
#isPresentStatus .present-box p.text-box:first-child {
  margin-bottom: 12px;
}
#isPresentStatus .present-box p.text-box:last-child {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  #isPresentStatus .present-box p.text-box:last-child {
    margin-bottom: 36px;
  }
}
#isPresentStatus .present-box p.text-box.address-txt {
  line-height: 1.92;
}

.order-detail__card figure #detail_msg {
  display: block;
  background: #f2f2f2;
  padding: 16px 0 36px;
  text-align: center;
}

.order_confirmation .btn-send__kakao,
.order_confirmation .btn-send__sms {
  max-width: 100%;
}

.btn-send__kakao,
.btn-send__sms {
  max-width: 293px;
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 11px 50px;
  text-align: center;
}

.btn-send__kakao {
  background-color: #f8e24c;
  color: #343434;
}

.btn-send__sms {
  background-color: #111111;
  color: #fff;
}

.box-group + .input-box.mo-tel-mttype01 {
  margin-top: 12px;
}

input.mandatory {
  border: 1px solid var(--dangerColor1) !important;
}

span.mandatory {
  font-size: 11px !important;
  font-family: "Unica77LLWeb", "SDGothicNeo", sans-serif;
  word-break: keep-all;
  color: var(--dangerColor1) !important;
  font-weight: 400 !important;
  margin-top: 4px;
  line-height: 1;
  display: inline-block;
  min-height: 12px;
}

span.kr.mandatory {
  font-size: 11px !important;
}

span.en.mandatory {
  font-size: 12px !important;
}

/* Responsive */
@media (min-width: 768px) {
  .account .head .title,
  .account .page_nav .title,
  .topnav .topnav-left .title {
    font-size: 13px;
  }
  .content_mainpage .title.font--en,
  .account .page_nav .title.font--en,
  .topnav .topnav-left .title.font--en {
    font-size: 14px;
  }
  .topnav_mobile {
    display: none;
  }
}
@media (max-width: 1500px) {
  .cart_wrapper .content_cart_item {
    width: calc(100% - 373px);
  }
  .recommend .product-list__wrapper {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1440px) {
  #delete-address {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: 32.2%;
  }
  #secede.pop-wrap {
    margin: 0 auto !important;
    height: auto !important;
    left: 0;
    top: 10.3%;
    right: 0;
  }
  #secede .pop-content {
    padding: 54px 25px 60px !important;
  }
  .container-wrap.cms_page .box_sidebar {
    width: 34%;
  }
  .container-wrap.cms_page .box_content {
    width: 66%;
  }
}
@media (max-width: 1400px) {
  .checkout .checkout-result {
    display: none !important;
  }
  .checkout .checkout-side-content {
    display: block;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .checkout .checkout-side-content .checkout-title {
    opacity: 0;
    margin-bottom: 12.5px;
  }
  .checkout-summary-head {
    margin-bottom: 15px;
  }
  .checkout-summary .checkout-result-col:nth-child(3),
  .checkout-summary .checkout-result-col:nth-child(4) {
    display: block;
  }
  .checkout-summary .checkout-result-col:nth-child(1) {
    width: 180px;
  }
  .checkout-summary .checkout-result-col:nth-child(2) {
    width: 100px;
    text-align: center;
  }
  .checkout-summary .checkout-result-body .checkout-summary-data .checkout-summary-stock {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .container-1350 {
    padding: 36px 20px 0px !important;
  }
  .topnav {
    margin-bottom: 36px;
  }
  /* .notice-popup ~ .container_sq .account {
  	padding-top: 174px !important;
  } */
  body .page_nav {
    left: 20px;
  }
  .account .page_nav {
    left: 20px;
    padding-top: 50px;
  }
  .checkout .checkout-header .logo svg {
    /* width: 100%; */
    width: 209px;
    height: auto;
    margin-left: -4px;
    /* vertical-align: middle; */
    position: relative;
    z-index: 3;
  }
  [data-browser=safari] .checkout .checkout-header .logo svg {
    margin-left: -5px;
  }
}
@media (max-width: 1280px) {
  .cart_wrapper .content_cart_item tr {
    display: flex;
    width: 100%;
  }
  /* .content_myshop .column_sidebar {
  	position: static;
  	width: 100%;
  } */
  .content_myshop .column_sidebar {
    position: static;
    width: 100%;
  }
  .content_myshop .column_sidebar .nav_sidebar li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 45px 0 0;
  }
  .content_myshop.errorregistration .center-content {
    display: flex;
  }
  .content_myshop.errorregistration .center-content .note_box {
    position: static;
    max-width: 100%;
    width: 50%;
    padding-left: 50px;
  }
  .history_repair .repair_list .box_same .action .button {
    margin-left: 0;
  }
  .ordercancel-info .ordercancel-item .ws-select-box {
    width: 170px;
  }
  .ordercancel-item .item-info-box .item-info {
    width: calc(100% - 50px);
  }
  .product_repair.history_repair.account .repair_list .box_same .info p .label {
    width: 30%;
  }
  .product_repair.history_repair.account .repair_list .box_same .info p .label-txt {
    width: 70%;
  }
}
@media (max-width: 1025px) {
  .notice-popup ~ .container_sq .account {
    padding-top: 90px !important;
    padding-bottom: 53px !important;
  }
  body .page_nav {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .page_nav .page_menu_list .page_menu_items .page_menu_item {
    margin: 0 25px 0 0;
  }
  .page_nav .page_menu_list .page_menu_items .page_menu_item:last-child {
    margin: 0;
  }
  .topnav_mobile .page_menu_items .page_menu_item,
  .topnav_mobile .page_menu_items .page_menu_item.selected {
    border-bottom: 0;
  }
  .topnav .page_menu_items .page_menu_item.selected a:before {
    display: none;
  }
  .account .page_nav {
    width: auto;
    min-width: auto;
  }
  .account .page_nav .page_menu_items,
  .account .page_nav .page_menu_item {
    display: block;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item {
    margin: 0;
    border-bottom: none;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item a {
    display: inline-block;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .checkout .checkout-header .logo {
    width: auto;
    margin: 34px 0;
  }
  .cart_wrapper .content_cart_item {
    width: calc(100% - 324px);
  }
  .cart_total_box {
    left: 16px !important;
    right: 16px !important;
  }
  .aside .aside__inner {
    overflow-x: auto;
    height: 100%;
  }
  .contentswrap.cart_wrapper {
    padding: 30px 30px 0;
  }
  .cart_wrapper .cart-side-content {
    padding-left: 30px;
  }
  .cart_section_popup.popup_wrap {
    max-width: 327px;
    top: 0;
    border-top: 0;
  }
  .cart_section_popup.cart-layer .cart_section_popup_inner {
    padding: 22px 16px;
  }
  .close_minicart {
    right: 12px;
  }
  .cart-layer .cart_btn_group {
    left: 16px;
    right: 16px;
  }
  .overflow_minicart.active {
    z-index: 9999;
    top: 0;
  }
  .cart_section_popup_inner #frmcart {
    /* height: calc(100vh - 283px); */
  }
  .content_repair .repair_list .item .info .action {
    left: 0;
    right: 0;
    padding-left: 25px;
  }
  .content_repair .repair_list .item .info .action .button {
    padding: 12px 0;
    display: block;
  }
  .content_repair .repair_list .item {
    float: left;
    margin: 0 50px 80px 0;
    width: calc((100% - 50px) / 2);
    display: flex;
  }
  .content_repair .repair_list .item .image {
    width: 180px;
    min-height: 250px;
  }
  .content_repair .repair_list .item .info {
    width: calc(100% - 180px);
    padding-left: 25px;
  }
  .content_myshop .product_list .item .info .label {
    min-width: 130px;
  }
  .product-list-colunm4 .product-list__wrapper li {
    width: calc(33.3% - 40px);
    margin: 0 20px 30px;
  }
  .ordercancel-payment-info .info-item .info-title {
    width: 115px;
  }
  .ordercancel-payment-info .info-item .info-detail {
    width: calc(100% - 115px);
  }
  .checkout-stepper .checkout-header-menu {
    margin: 0 auto;
  }
  .checkout-stepper .page_title {
    font-weight: 500;
  }
  .orderreturn .orderreturn-items {
    width: 100%;
    margin-right: 0;
  }
  .ordercancel-info .ordercancel-item .ws-select-box {
    width: 160px;
  }
  .content-wrap .box_content {
    padding: 63px 0 0;
  }
  .container_sq.container_store {
    height: initial;
  }
  .account .page_nav .title {
    margin-bottom: 30px;
  }
  .account-detail-text {
    margin-top: 48px;
  }
  .box_sidebar .menu-nav {
    padding-top: 0;
  }
  .cms_page .contents {
    padding: 76px 0 !important;
  }
  .cms_container {
    margin-top: 30px;
  }
  .checkout .checkout-stepper .page_title {
    margin-left: 0;
    /* font-size: 15px;
    font-weight: 700; */
    /* font-family: 'SDGothicNeo' !important; */
  }
  .recommend .product-list__wrapper li {
    width: calc(50% - 22px);
  }
  .recommend .product-list__wrapper li:nth-child(2n) {
    margin-right: 0;
  }
  .recommend .product-list__wrapper li img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_repair.account .content_repair .repair_list .item .info {
    padding-left: 12px;
  }
  .product_repair.account .content_repair .repair_list .item .info .action {
    left: 12px;
  }
  .product_repair.account .content_repair .repair_list .item .info .action .btn {
    padding: 0;
  }
}
@media (max-width: 870px) {
  .inside-chatv2-open,
  .inside-chatv2-open body,
  .inside-chat-open,
  .inside-chat-open body {
    overflow: hidden;
  }
  /* 768 ~ 870 구간에서 step과 부딪히므로 가림 */
  .checkout .checkout-header .page_title {
    overflow: hidden;
    position: absolute;
    font-size: 0;
    clip: rect(0, 0, 0, 0);
  }
  .product_repair.account .content_repair .repair_list {
    margin-bottom: -48px;
  }
  .product_repair.account .content_repair .repair_list .item {
    float: none;
    width: 100%;
    margin: 0 0 48px;
  }
  .product_repair.account .content_repair .repair_list .item .image {
    width: 48.12%;
    min-height: 225px;
  }
  .product_repair.account .content_repair .repair_list .item .info {
    width: 51.88%;
    padding-left: 12px;
  }
  .product_repair.account .content_repair .repair_list .item .info .action {
    left: 12px;
    width: calc(100% - 12px);
  }
  .product_repair.account .content_repair .repair_list .item .info .action .btn {
    max-width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .product_repair.history_repair.account .repair_list {
    display: block;
    margin-bottom: 0;
  }
  .product_repair.history_repair.account .repair_list .box_same {
    width: 100%;
    padding: 17px 0 0;
  }
  .product_repair.history_repair.account .repair_list .box_same.box_left,
  .product_repair.history_repair.account .repair_list .box_same.box_right {
    margin: 0;
  }
  .product_repair.history_repair.account .repair_list .box_same .info p .label {
    width: 29.3%;
  }
  .product_repair.history_repair.account .repair_list .box_same .info p .label-txt {
    width: 70.7%;
  }
  .product_repair.history_repair.account .repair_list .box_same.box_right.font--en .info p .label {
    width: 35%;
  }
  .product_repair.history_repair.account .repair_list .box_same.box_right.font--en .info p .label-txt {
    width: 65%;
  }
  .product_repair.history_repair.account .repair_list .box_same .info p + p {
    margin-top: 36px;
  }
  .product_repair.history_repair.account .repair_list .box_same .btn-wrap {
    margin-top: 43px;
  }
  .product_repair.history_repair.account .repair_list .box_same .btn-wrap .btn-delivery {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout .checkout-header {
    height: auto;
    padding: 0 15px;
  }
  .checkout .checkout-header .logo {
    width: auto;
    margin: 23.5px 0;
  }
  .checkout .checkout-stepper {
    position: static;
    max-width: 100%;
    height: auto;
    padding: 30px 20px 0;
    border-bottom: 1px solid #efefef;
  }
  .checkout .checkout-stepper .page_title {
    display: block;
    float: none;
    text-align: left;
  }
  .checkout-stepper .checkout-header-menu {
    position: static;
    max-width: 100%;
    float: none;
    height: auto;
  }
  body .container-1350 {
    padding: 5px 15px 0 !important;
  }
}
@media (max-width: 767px) {
  .menu-nav-items-desktop {
    display: none;
  }
  .menu-nav-items-mb {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
  .notice-popup ~ .container_sq .account {
    padding-top: 21px !important;
    padding-bottom: 169px !important;
  }
  .notice-popup ~ .container_sq .non_member_checkout {
    padding-top: 21px !important;
    padding-bottom: 6px !important;
    /* margin-left: 0 !important; */
  }
  .register_page .center_wrap.account.register {
    padding-top: 20px !important;
  }
  .topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .topnav > .page_menu_items {
    display: none;
  }
  .topnav .topnav-right {
    display: none;
  }
  .topnav .topnav-left {
    position: static;
  }
  .topnav_mobile .label_toggle {
    cursor: pointer;
    border: 1px solid #2b2b2b;
    padding: 6px 25px 7px 15px;
    text-align: left;
    display: block;
    height: 40px;
    min-width: 89px;
    /* font-family: 'Noto Sans';
    font-size: 13px; */
    line-height: 1.92;
  }
  .topnav_mobile .label_toggle:after {
    content: "";
    background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/arrow.svg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    height: 10px;
    right: 14px;
    width: 13px;
  }
  .topnav_mobile .label_toggle.open:after {
    content: "";
    transform: rotate(180deg);
  }
  .topnav_mobile .page_menu {
    display: none;
    position: absolute;
    right: -15px;
    top: 64px;
    left: -15px;
    z-index: 999;
    height: calc(100vh - var(--currentHeader) - 64px);
    background: rgba(0, 0, 0, 0.4);
  }
  .topnav_mobile .page_menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 1px;
    background-color: #e0e0e0;
  }
  .topnav_mobile .page_menu.show {
    display: block;
  }
  .topnav_mobile .page_menu_items {
    display: none;
    overflow: auto;
    padding: 0 15px 4px;
    background: #fff;
    text-align: left;
  }
  .topnav_mobile .page_menu_items .page_menu_item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e0e0;
  }
  .topnav_mobile .page_menu_items .page_menu_item:first-child {
    border-top: none;
  }
  .topnav_mobile .page_menu_items .page_menu_item a {
    height: 63px;
    line-height: 63px;
  }
  body.show_nav {
    overflow: hidden !important;
  }
  body .page_nav {
    border-top: 1px solid #e0e0e0;
    padding: 21px 0 0;
    margin: 24px 0 0;
  }
  .account .edit-wrap {
    padding-top: 0;
  }
  .account:not(.main_page, .product_registration) .head {
    margin-top: 24px;
    margin-bottom: 30px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
  }
  .account .center-content,
  .account .center-content .button-group,
  .account .center-content .btn {
    max-width: none;
  }
  .contentswrap.cart_wrapper {
    padding: 19px 15px 0;
  }
  .cart_wrapper .content_cart_item {
    width: 100%;
    display: block;
    min-height: initial;
  }
  .cart_wrapper .cart-side-content {
    position: static !important;
    transform: translate(0, 0) !important;
    width: 100%;
    padding: 0;
    display: block;
    margin: 73px 0 0;
  }
  .cart-side-content .checkout-title {
    margin-bottom: 19px;
    /* font-size: 14px; */
  }
  .cart_wrapper .cart-side-content .cart_action button {
    margin: 0;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_img {
    width: 80px;
    padding: 24px 0 28px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_img a {
    max-height: 108px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_img img {
    max-width: 80px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_name {
    width: calc(100% - 199px);
    margin: 0 0 0 18px;
    padding: 24px 0 28px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_name .cart_product_etc {
    bottom: 28px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .td_num {
    padding: 24px 0 28px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .td_num .remove_item {
    bottom: 22px;
  }
  .cart_wrapper .content_cart_item .text_l {
    /* font-size: 14px; */
    margin: 0 0 30px;
  }
  .cart_wrapper .content_cart_item .cart_product_etc .field {
    padding: 3px 5px;
  }
  .cart_wrapper .content_cart_item .cart_product_etc .field input {
    min-width: 30px;
  }
  footer.footer {
    padding: 15px 15px 70px 15px;
    height: auto;
  }
  .footer .footer-menu .page-link {
    width: 100%;
    display: block;
  }
  footer.footer .footer-items {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
  }
  footer.footer .copyright {
    padding: 0;
    display: block;
    margin: 36px 0 0;
  }
  .container-wrap .contents {
    padding: 0 !important;
  }
  .box_content .contents .button {
    width: 100%;
  }
  footer.footer .copyright .version {
    min-width: auto;
    margin: 0 0 5px;
  }
  footer.footer .footer-items > ul {
    display: none;
  }
  footer.footer .footer-items p.footer-item {
    position: relative;
    padding-right: 30px;
  }
  footer.footer .footer-items p.footer-item:after {
    content: "+";
    font-size: 15px;
    font-weight: normal;
    font-family: "Noto Sans";
    position: absolute;
    right: 0;
    top: 0px;
  }
  footer.footer .footer-items p.footer-item.open:after {
    content: "";
    height: 1px;
    width: 7px;
    background: #2b2b2b;
    top: 12px;
  }
  .content_mainpage {
    display: block;
    margin: 24px 0 0;
  }
  .content_mainpage .box_same {
    width: 100%;
    margin: 0 0 43px;
    padding: 24px 0 0;
  }
  .content_mainpage .box_same:last-child {
    margin-bottom: 0;
  }
  .content_mainpage .box_same .head {
    margin-bottom: 30px;
  }
  .content_mainpage .box_same .order_empty {
    min-height: auto;
  }
  .content_mainpage .box_same .my_order {
    margin: 0 0 46px;
  }
  .content_mainpage .box_same .my_order + .my_order {
    padding-top: 24px;
  }
  .content_mainpage .box_same .my_order_empty.my_order {
    margin-bottom: 48px;
  }
  .content_mainpage .box_same .box_address .address_empty {
    /* padding-top: 0; */
    padding-bottom: 5px;
  }
  .content_mainpage .box_same .action .mypage-btn {
    max-width: 100%;
  }
  .content_repair .repair_list .item {
    width: 100%;
    float: none;
  }
  .reset_password .center_wrap {
    margin: 34px 0;
    max-width: 100% !important;
  }
  .reset_password .center_wrap .edit-wrap {
    padding: 0;
  }
  .content_myshop .product_list .item .product .product_name {
    padding-left: 0;
  }
  .content_myshop .product_list .item .product {
    width: 45%;
  }
  .content_myshop .product_list .item .info {
    width: 55%;
  }
  .content_myshop .product_list .item .info .label {
    min-width: 110px;
  }
  .content_myshop .product_list .item .product .image {
    width: 170px;
    min-height: 245px;
  }
  /* .check_pass .center_wrap {
  	margin-top: 50px;
  } */
  .orderinquiry .contentswrap_top .order_title {
    margin: 0 0 30px;
  }
  .order-history-item-info .order-actions .action {
    min-width: 200px;
  }
  .content_mainpage .box_same .box_info {
    margin-bottom: 36px;
  }
  .content_mainpage .box_same .service {
    padding: 22px 0 0;
  }
  .product-list-colunm4 .product-list__wrapper li {
    width: calc(50% - 16px);
    margin: 0 8px 30px;
  }
  .shipping-address .ws-select-box .mo-select {
    margin: 30px 0 0;
  }
  .ordercancel .ordercancel-actions {
    border: 0;
    width: 25%;
  }
  .ordercancel .ordercancel-description {
    border-bottom: 0;
    width: 75%;
  }
  .ordercancel .ordercancel-items {
    width: 100%;
    margin-right: 0;
  }
  .ordercancel .ordercancel-payment-info {
    width: 100%;
    margin: 48px 0 0;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0;
  }
  .ordercancel_detail .ordercancel-header {
    display: block;
  }
  .ordercancel_detail .ordercancel-info {
    display: block;
  }
  .ordercancel_detail .ordercancel-header .ordercancel-description {
    width: 100%;
    margin: 0;
  }
  .ordercancel-info .item-checkbox .input-box {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .ordercancel-info .item-checkbox .input-box .checkbox-label {
    margin-right: 0;
  }
  .content_myshop .product_list .item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .content_myshop .product_list .item .description {
    width: 100%;
    text-align: left;
    margin: 0 0 25px;
    padding: 0;
  }
  .product_partnershop .content_myshop .product_list .item .info {
    width: 100%;
    padding: 0;
  }
  .history_repair .repair_list {
    margin: 0;
    display: block;
  }
  .history_repair .repair_list .box_same {
    margin: 0;
    width: 100%;
    padding: 25px 0 0;
  }
  .history_repair .repair_list .box_same .item {
    margin-bottom: 50px;
  }
  .history_repair .repair_list .box_same .action .button {
    max-width: 100%;
  }
  .content_mainpage .box_same .box_info {
    margin-bottom: 40px;
  }
  .ordercancel .ordercancel-description .order-number {
    margin: 0 0 25px;
  }
  .ordercancel .ordercancel-info {
    display: block;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }
  .ordercancel_detail .contentswrap_top {
    margin: 25px 0 0 !important;
    padding: 25px 0 0;
    border-top: 1px solid #e0e0e0;
  }
  .ordercancel-items .ordercancel-item-button {
    width: 100%;
  }
  .ordercancel-info {
    padding-top: 20px;
  }
  .orderreturn-info {
    padding-top: 20px;
  }
  .orderreturn .contentswrap_top {
    border-top: 1px solid #e0e0e0;
    margin: 25px 0 0;
    padding: 25px 0 0;
  }
  .orderreturn-header {
    display: block;
  }
  .orderreturn-header .orderreturn-description {
    width: 100%;
    padding: 0 0 30px;
  }
  .orderreturn-info .orderreturn-items {
    width: 100%;
    margin: 0;
  }
  .orderreturn-item .item-checkbox {
    right: 20px;
    text-align: right;
    width: 200px;
  }
  .orderreturn-item .item-info {
    width: calc(100% - 370px);
  }
  .orderreturn-item-button {
    width: 100%;
  }
  .orderreturn-item .item-checkbox .input-box-check {
    text-align: right;
  }
  .orderreturn .topnav {
    margin-bottom: 0;
  }
  .ordercancel_detail .topnav {
    margin-bottom: 0;
  }
  .orderreturn-items .items-button {
    padding-top: 8px;
  }
  .ordercancel-items .items-button {
    padding-top: 8px;
  }
  .ordercancel-items .items-button {
    padding: 8px;
  }
  .order_confirmation .head .button {
    max-width: 100%;
  }
  .content_mainpage .button.btn_black {
    width: 100%;
    max-width: 100%;
  }
  .container-wrap.cms_page {
    display: block;
  }
  .contact_email .box_content .contents {
    max-width: 100% !important;
  }
  .info_customer .id_order a {
    display: none;
  }
  .page_nav .page_title {
    margin-bottom: 30px;
  }
  /* .edit_profile .contentswrap_top.center_wrap {
  	margin-top: 36px !important;
  	max-width: 100% !important;
  } */
  .edit_profile .contentswrap_top.center_wrap .edit-wrap {
    padding: 0;
  }
  .edit_profile .contentswrap_top.center_wrap .actions {
    margin-top: 22px !important;
  }
  .edit_profile .contentswrap_top.center_wrap .actions button {
    max-width: 100% !important;
  }
  .menu-nav .space-big {
    margin-bottom: 25px;
  }
  .content-wrap .box_sidebar {
    position: static;
    width: 100%;
  }
  .content-wrap .box_content {
    text-align: center;
    padding: 20px 0 0;
  }
  .content-wrap .box_content .center {
    max-width: 100% !important;
  }
  .content-wrap .box_content button {
    width: 100%;
  }
  .content-wrap {
    min-height: auto;
    margin: 0 auto 50px;
  }
  /* .checkout .checkout-header {
  	padding: 26px 20px 0;
  } */
  .product-list-colunm4 .product-list__wrapper {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
  .order_bbs.content-wrap .box_content {
    padding: 0 0 22px;
  }
  .container.cms_container {
    margin-top: 17px;
  }
  .box_sidebar .menu-nav .nav_title {
    margin-bottom: 7px;
  }
  .container-wrap.cms_page .box_sidebar {
    width: 100%;
    padding: 0;
  }
  .container-wrap.cms_page .box_sidebar .menu-nav-items-mb {
    margin-bottom: 44px;
  }
  .container-wrap.cms_page .box_content {
    width: 100%;
  }
  .checkout-stepper .checkout-header-menu-item {
    /* font-size: 13px; */
  }
  .checkout-stepper .checkout-header-menu-item.font--kr {
    font-size: 13px;
  }
  .checkout-stepper .checkout-header-menu-item.font--en {
    font-size: 14px;
  }
  .checkout .checkout-body.account {
    padding-top: 43px !important;
  }
  .login-container .login-wrap,
  .login-container .sign-up-wrap {
    margin-bottom: 54px;
  }
  .recommend {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .boxcontainer {
    padding: 0 15px;
  }
  .recommend .box_title {
    margin-bottom: 36px;
  }
  .recommend .product-list__wrapper {
    width: 100%;
  }
  .recommend .product-list__wrapper li {
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
    margin-bottom: 48px;
  }
  .recommend .product-list__wrapper li:nth-child(2n) {
    margin-right: 0;
  }
  .recommend .product-list__wrapper li img {
    max-height: 420px;
  }
  .recommend .product-list__wrapper li .product__info .cart-layer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .recommend .product-list__wrapper li .product__info {
    margin-top: 10px;
  }
  /* .recommend .product-list__wrapper li .product__info .product__name {
  	line-height: 1.46;
  	margin: 0 0 5px;
  } */
  .copyright .font_title {
    width: 100%;
  }
  .copyright > div {
    width: 100%;
    line-height: 1.55;
  }
  footer.footer .copyright > div {
    margin: 9px 0 0;
  }
  .order .list_order tr td {
    padding: 0 10px 5px 0;
  }
  .service_list table {
    margin-bottom: 30px;
  }
  .account .page_nav {
    position: static;
    padding-top: 24px;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item {
    display: inline-block;
    margin: 0 26px 0 0;
    /* vertical-align: middle; */
    vertical-align: top;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item + .page_menu_item {
    margin-top: 0;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item:last-child {
    margin-right: 0;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item a {
    text-align: center;
  }
  .account .page_nav .page_menu_list .page_menu_items .page_menu_item a br {
    display: block;
  }
  .account .page_nav .page_menu_list .page_menu_items .selected a::before {
    bottom: -2px;
  }
  .edit_profile .edit-wrap .select-box::before,
  .edit_profile .edit-wrap .select-box::after {
    top: 19px;
    width: 8px;
    height: 2px;
    background: #000;
  }
  .edit_profile .edit-wrap .select-box::before {
    right: 20px;
  }
  .edit_profile .edit-wrap .select-box::after {
    right: 15px;
  }
  .address_book .box_address .title {
    margin-bottom: 24px;
  }
  .address_book .box_address .name {
    margin-bottom: 12px;
  }
  .address_book .box_address .name.type2 {
    margin-bottom: 12px;
  }
  .address_book .box_address .button-group {
    margin: 35px 0 0;
  }
  .address_book.address_add .button-group {
    max-width: 100%;
  }
  .address_book.address_add .input-box .postcode_search_form input {
    width: 62%;
  }
  .marketing_setting .subTerms {
    margin-bottom: -1px;
  }
  .marketing_setting .agreement-group {
    margin-bottom: 49px;
  }
  .marketing_setting .text_info2 {
    margin-top: 69px;
  }
  .marketing_setting .register-wrap .button-group {
    max-width: 100%;
    margin: 59px auto 0;
  }
  .marketing_setting .is_check_alert {
    margin: 16px 0 -4px;
  }
  .marketing_setting .info_default_set {
    margin: 16px 0 -4px;
  }
}
@media (max-width: 640px) {
  .content_myshop.errorregistration .center-content {
    display: block;
  }
  .content_myshop.errorregistration .center-content .content_form {
    max-width: 100%;
  }
  .content_myshop.errorregistration .center-content .note_box {
    width: 100%;
    padding: 50px 0 0;
  }
  .address_book .contentswrap_top .edit-wrap {
    padding: 0;
  }
  .content_myshop .product_list .item {
    display: block;
    margin-bottom: 25px;
  }
  .content_myshop .product_list .item .product {
    width: 100%;
    padding: 0;
  }
  .content_myshop .product_list .item .product .image {
    width: 170px;
    min-height: 245px;
  }
  .content_myshop .product_list .item .product .product_name {
    padding-left: 20px;
    text-align: left;
  }
  .content_myshop .product_list .item .info {
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  .ordercancel-item .item-info-box .box_info .item-checkbox .ws-select-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    max-width: 100%;
  }
  .item-info-box {
    flex-wrap: wrap;
  }
  .cancel_comment {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
  .orderreturn-item .item-info {
    width: auto;
    padding-left: 0;
  }
  .orderreturn-item .item-info-box .box_info {
    position: relative;
  }
  .orderreturn-item .item-info-box .box_info .item-checkbox .ws-select-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    width: 100%;
  }
  .ordercancel-item .item-info-box .item-info {
    width: 100%;
    padding: 0;
  }
  .orderreturn-item .item-info-box .item-info {
    width: 100%;
    padding: 0;
  }
  #find_memberInfo_complete {
    height: auto !important;
    width: calc(100% - 30px) !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #find_memberInfo_en {
    width: calc(100% - 30px) !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: 50%;
    transform: translateY(-50%);
    height: auto !important;
  }
  .recommend .product-list__wrapper li img {
    max-height: 309px;
  }
  .orderreturn-items .item-info-box .item-image {
    width: 166px;
    height: 225.2px;
  }
  .ordercancel-item .item-info-box .item-image {
    width: 166px;
    height: 225.2px;
  }
  .orderreturn-items .item-info-box .box_info {
    width: calc(100% - 166px);
  }
  .ordercancel-item .item-info-box .box_info {
    width: calc(100% - 166px);
  }
  .orderreturn-item .item-name {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  /* .orderreturn-item .item-checkbox {
  	width: 50px;
  } */
  .orderreturn-item .item-checkbox {
    width: 50px;
  }
  .orderreturn-item .item-info {
    width: calc(100% - 50px);
    padding: 0;
  }
  .orderreturn-item .item-info-box .box_info .item-info {
    width: calc(100% - 50px);
  }
  .ordercancel-item .item-info-box .box_info .item-info {
    width: calc(100% - 50px);
  }
  .ordercancel-item .item-info-box .box_info {
    padding-left: 12px;
  }
  .orderreturn-items .items-button button {
    max-width: 100%;
  }
  .ordercancel-item .items-button button {
    max-width: 100%;
  }
  .ordercancel-info .ordercancel-item .ws-select-box {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .topnav_mobile .page_menu_items {
    height: 100%;
  }
  .cart_wrapper .cart-side-content .text_note {
    margin: 25px 0 0;
  }
  .popup_on_checkout .pop-wrap {
    max-width: calc(100% - 34px);
    top: 10%;
  }
  .popup_on_checkout .pop-wrap .pop-content {
    padding: 48px 35px 48px !important;
  }
  .container-wrap .default-width {
    width: 100%;
  }
  .content_repair .repair_list .item .image {
    width: 45%;
    min-height: 225px;
  }
  .content_repair .repair_list .item .info {
    width: 55%;
    padding-left: 15px;
  }
  .content_repair .repair_list .item .info .action {
    padding-left: 15px;
  }
  .account_setting .center_wrap {
    max-width: 100% !important;
  }
  .account_setting .center_wrap .edit-wrap {
    padding: 0;
  }
  /* .address_book .contentswrap_top {
  	margin: 80px 0;
  } */
  .address_book .box_address {
    max-width: 100%;
    margin: 0 0 50px;
  }
  .address_book .contentswrap_top .edit-wrap {
    padding: 0;
  }
  #delete-address {
    width: calc(100% - 30px) !important;
    height: auto !important;
  }
  #delete-address .pop-content {
    padding: 75px 24px 60px !important;
  }
  .pop-content {
    padding: 65px 25px !important;
  }
  .pop-content .space-huge {
    margin-bottom: 40px;
  }
  .register-wrap .button-group .button.default {
    width: 100%;
  }
  #secede.pop-wrap {
    width: 100%;
    max-width: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
  }
  .check_pass .center_wrap .edit-wrap {
    padding: 0;
  }
  .check_pass .center_wrap {
    max-width: 100% !important;
  }
  .order-history-item-info .box-left {
    min-width: 160px;
  }
  .order-history-item-info .box-right {
    width: calc(100% - 160px);
  }
  .order-history-item-info .order-actions .action {
    min-width: auto;
  }
  .address_book .contentswrap_top .edit-wrap .button-group button {
    max-width: 100%;
  }
  .dim-layer #confirm-cancel,
  .dim-layer #confirm-return {
    top: 50%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    width: calc(100% - 30px) !important;
    height: auto !important;
    transform: translateY(-50%);
  }
  .dim-layer #confirm-cancel .space-big,
  .dim-layer #confirm-return .space-big {
    margin-bottom: 25px;
  }
  .dim-layer #confirm-cancel .pop-content .space,
  .dim-layer #confirm-return .pop-content .space {
    margin: 0;
  }
  .checkout-summary .checkout-result-col:nth-child(1) {
    width: 140px;
  }
  .checkout-summary .checkout-result-col:nth-child(3) {
    width: 30px;
  }
  .checkout-summary .checkout-summary-image {
    width: 60px;
    height: 75px;
  }
  .login-container {
    margin: 18px auto 72px;
    padding: 0 15px;
    max-width: 100%;
  }
  .order-search-wrap .btn {
    width: 100%;
    float: none;
  }
  .checkout .checkout-body {
    max-width: 100%;
    padding: 0 16.3px 0 15.1px;
  }
  /* .checkout .checkout-header {
  	padding: 26px 16.3px 0 15.1px;
  } */
  .checkout .checkout-stepper {
    padding: 0;
  }
  .checkout .checkout-stepper .page_title {
    padding: 8px 15px 0 15px;
  }
  .checkout-stepper .checkout-header-menu {
    padding: 0 15px 0 15px;
  }
  .recommend .product-list__wrapper li img {
    max-height: 263px;
  }
}
@media (max-width: 425px) {
  #find_memberInfo_kr {
    max-width: calc(100% - 40px);
    margin-right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: auto !important;
    height: auto !important;
    left: 50%;
    margin-left: 0 !important;
  }
  form .button {
    height: 40px;
  }
  #find_memberInfo_kr .pop-content {
    padding: 40px 25px !important;
  }
  #find_memberInfo_kr .pop-close {
    top: 40px;
    right: 28px;
  }
  #find_memberInfo_kr .space-mid {
    margin-bottom: 30px;
  }
  #find_memberInfo_kr .btn.btn-kakao {
    margin-bottom: 45px !important;
  }
  #find_memberInfo_kr p.space-mid {
    font-weight: 500;
  }
}
/* re 211027  start*/
@media (max-width: 414px) {
  /* .address_book .contentswrap_top .edit-wrap .button-group button {
  	max-width: 100%;
  } */
  .content-top .page-title {
    font-size: 14px;
  }
  .content-top .page-title.font--kr {
    font-size: 13px;
  }
  .list-btn .list-filter__select {
    font-size: 11px;
  }
  .list-btn .list-filter__select.font--kr {
    font-size: 10px;
  }
  .account .page_nav {
    position: static;
    width: 100%;
    padding-top: 24px;
  }
  .account .page_nav .page_menu_list {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2px;
  }
  .account .page_nav .page_menu_items {
    display: inline-block;
    white-space: nowrap;
  }
  .checkout .checkout-stepper {
    margin-top: 24px !important;
  }
  .product_partnershop .content_myshop .product_list .item .info .label {
    min-width: 95px;
  }
  .history_repair .repair_list .box_same .info p .label {
    min-width: 100px;
  }
  .history_repair .repair_list .box_same .action .button {
    max-width: 100%;
  }
  .checkout-stepper .checkout-header-menu {
    margin: 0;
    text-align: left;
    display: block;
  }
  .order_confirmation .head .button {
    max-width: 100%;
  }
  /* .address_book .contentswrap_top .edit-wrap .button-group.two_button button {
  	margin: 0 5px;
  }
  .address_book .contentswrap_top .edit-wrap .button-group.two_button {
  	margin: 50px -5px 0;
  }
  .address_book .contentswrap_top .edit-wrap .button-group {
  	margin: 50px auto 0;
  } */
  .product_registration .select-box:before,
  .product_registration .select-box:after {
    content: "";
    display: none;
  }
  .product_registration .edit-wrap .select-box .pc-select {
    display: block;
  }
  .g-recaptcha {
    transform: scale(0.96);
    transform-origin: 0 0;
  }
  .content_myshop .product_list .item .info .label {
    min-width: 95px;
  }
  /* .shipping-address .ws-select-box:after {
  	content: "";
  	background: 0;
  	opacity: 0;
  } */
  .orderreturn-item .item-info-box .box_info .ws-select-box {
    padding-left: 10px;
  }
  .shipping-address .ws-select-box:after {
    content: "";
    background: 0;
    opacity: 0;
  }
  .checkout-stepper .page_title {
    float: none;
  }
  .checkout-stepper .checkout-header-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #cannot_change {
    top: 55.5%;
    width: calc(100% - 16px) !important;
    margin: 0;
  }
  /* #cannot_change .pop-content-alert {
  	padding: 20px 20px 0;
  } */
  .checkout-summary .checkout-result-col:nth-child(2),
  .checkout-summary .checkout-result-col:nth-child(4) {
    width: 75px;
  }
  .order_summary li.field_summary .label {
    min-width: 80px;
  }
  .order_summary li.field_summary .value {
    min-width: 100px;
  }
  .checkout-stepper .checkout-header-menu-item {
    padding: 8px 0 22px;
  }
  .recommend .product-list__wrapper li img {
    max-height: 223.9px;
  }
  /* 회원정보 메인 */
  .content_mainpage .box_same {
    padding-top: 22px;
  }
  /* .content_mainpage .box_same .action {
  	margin-top: -1px;
  } */
  /* .content_mainpage .box_same .box_title{
  	margin-bottom:17px;
  } */
  .content_mainpage .box_same ul li {
    line-height: 25px;
  }
  .content_mainpage .box_same .box_info {
    font-size: 13px;
    margin-bottom: 27px;
  }
  .content_mainpage .box_same .head .action a {
    /* font-size:13px; */
    margin-top: -1px;
  }
  .page_nav .page_title {
    margin-bottom: 29px;
  }
  .account-detail-text {
    margin-top: 32px;
    /* margin-bottom:42px; */
  }
  li.page_menu_item.link_item > a {
    /* font-size:13px; */
    line-height: 20px;
  }
  .account-detail-content .button-group {
    margin-bottom: 12px;
  }
  .button {
    height: 40px !important;
    padding: 0 !important;
    line-height: 40px !important;
  }
  .account-detail-content .button-group .button {
    padding-top: 12px;
  }
  /* .check_pass .center_wrap {
  	margin-top:42px;
  } */
  #button_reset_password {
    margin-top: 44px;
  }
  #add-fields-giftcard .input-box__right button {
    height: 33px !important;
    line-height: 33px !important;
  }
  /* 11.22 */
  .checkout .checkout-stepper.mo-toparea {
    padding-top: 25px;
  }
  .checkout .checkout-body.mo-checkout-body {
    padding-top: 43px;
  }
  .checkout-payment-method > .agreement-group:not(:first-of-type) {
    padding-top: 32px;
  }
  .text-box .button.button-link {
    font-size: 13px;
    margin-top: 0 !important;
  }
  .text-box + .box-group.mttype01 {
    margin-top: 18px !important;
  }
  .text-box.mttype03 {
    margin-top: 19px !important;
  }
  #payment-form .checkout-body-block.resulttype01 .checkout-result-head {
    padding: 20px 0 22px 0 !important;
    border-bottom: 1px solid #e0e0e0;
  }
  .checkout .checkout-body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .checkout-summary .checkout-result-col:nth-child(1) {
    /* width:160px; */
  }
  .checkout-summary .checkout-result-col:nth-child(2),
  .checkout-summary .checkout-result-col:nth-child(4) {
    /* width:80px; */
  }
  .checkout-summary .checkout-result-col:nth-child(3) {
    width: auto;
    min-width: 25px;
  }
  .checkout-summary .checkout-result-col:nth-child(4) {
    padding-right: 5px;
  }
  .checkout-summary .checkout-summary-image {
    width: 80px;
    height: 94px;
  }
  .checkout-summary-data {
    transform: translateY(0);
  }
  .checkout-summary-price,
  .checkout-summary-name,
  .checkout-summary-stock {
    transform: translateY(0);
  }
  .checkout-result li:last-child .checkout-summary-divider {
    margin-top: 17px;
  }
  #payment-form .checkout-result ~ .checkout-body.mo_pdt0 {
    padding-top: 0;
  }
  .input-box.input-box-check.mbtype01 {
    margin-bottom: 8px;
  }
  .agreement-group + .button-group.btngroup-mttype01 {
    margin-top: 44px;
  }
  .checkout .checkout-side-content {
    width: auto;
    margin-top: 0;
    padding: 64px 15px 0;
  }
  .checkout-summary .checkout-result-col:nth-child(2) {
    text-align: left;
    padding-left: 8px;
  }
  .contentswrap.cart_wrapper {
    padding-top: 11px !important;
  }
  .cart_wrapper .content_cart_item #sod_bsk .td_num .remove_item {
    bottom: 29px;
  }
  .cart_wrapper .cart-side-content .text_note {
    margin-top: 30px;
  }
  .contentswrap.contentswrap-hearder {
    padding-top: 0 !important;
  }
  .contentswrap.contentswrap-hearder .contentswrap_top {
    margin-top: 1px;
  }
  .button.size-reset {
    height: initial !important;
    line-height: initial !important;
  }
  /* .checkout .checkout-header .checkout-header-return {
  	margin-top:2px;
  } */
  /* .checkout .checkout-body.pdt-type01{
  	padding-top:41px;
  } */
  .page_title + .text-box.mb-type02 {
    margin-bottom: 30px;
    line-height: 25px;
  }
  /* .checkout .checkout-body .page_title.mb-type01{
  	margin-bottom:25px;
  } */
  .orderinquiry .contentswrap_top {
    padding-top: 20px;
  }
  .orderinquiry .contentswrap_top .order_title {
    margin-bottom: 32px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_name .name.font--en {
    margin-top: -3px;
    margin-bottom: 5px;
  }
  .cart_wrapper .content_cart_item .cart_product_etc .field {
    padding: 1px 9px 3px;
  }
  .cart_wrapper .content_cart_item #sod_bsk .sod_name .name.font--kr {
    margin-top: -5px;
  }
  .canel-n-return-confirm .modal-box__wrapper .modal-box__contents {
    padding-right: 35px;
    padding-left: 35px;
    word-break: break-word;
  }
  .btn-send__kakao,
  .btn-send__sms {
    width: 100%;
    max-width: 243px;
    padding: 14px 0;
  }
}
@media (max-width: 375px) {
  .contentswrap.cart_wrapper {
    padding: 30px 15px 0;
  }
  .page_nav .page_menu_list .page_menu_items .page_menu_item {
    margin: 0 22px 0 0;
  }
  .section_popup_error .content_popup {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
  .fb_iframe_widget iframe {
    transform: scale(0.73);
    transform-origin: 0 0;
  }
}
@media (max-width: 360px) {
  .cart_section_popup.popup_wrap {
    max-width: 300px;
  }
  .popup_on_checkout .pop-wrap .pop-content {
    padding: 30px;
  }
  .recommend .product-list__wrapper li img {
    max-height: 196px;
  }
}
@media (max-width: 340px) {
  .item-info-box .box_info .info_checkbox {
    flex-direction: column;
  }
  .ordercancel-item .item-info-box .box_info .item-info {
    width: 100%;
  }
  .ordercancel-info .item-checkbox .input-box {
    justify-content: start;
  }
}
/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
#send-success {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: calc(100% - 30px) !important;
  max-width: 501px;
  top: 50%;
  transform: translateY(-50%);
}

.viewpass.eye-slash {
  background: url("https://web-resource.gentlemonster.com/assets/img/icon/non_visible.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  display: block;
  margin: 0 auto;
}

.viewpass.eye {
  background: url("https://web-resource.gentlemonster.com/assets/img/icon/visible.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 12px;
  display: block;
  margin: 0 auto;
}

/* .marketing_setting .page_nav {
	padding-top: 184px;
} */
/* .marketing_setting .register-wrap .button-group {
	margin-bottom: 110px;
} */
.marketing_setting .text_info2 a {
  padding-bottom: 3px;
  text-decoration: none !important;
  border-bottom: 1px solid #343434;
}

.find-pwd-kr-modal .modal-box__wrapper,
.find-pwd-en-modal .modal-box__wrapper,
.find-pwd-confirm-modal .modal-box__wrapper,
#soldout-on-checkout .modal-box__wrapper {
  max-width: 600px;
  width: calc(100% - 30px);
  zoom: initial;
}

.find-pwd-kr-modal .modal-box__wrapper .find-pwd-kr h2 {
  margin-bottom: 24px;
  line-height: 25px;
}

.find-pwd-kr-modal .modal-box__wrapper .find-pwd-kr p {
  margin-bottom: 31px;
  line-height: 25px;
}

.find-pwd-en-modal .modal-box__wrapper .find-pwd-en h2 {
  margin-bottom: 24px;
  line-height: 25px;
}

.find-pwd-en-modal .modal-box__wrapper .find-pwd-en p {
  margin-bottom: 31px;
  line-height: 25px;
}

.find-pwd-confirm-modal .modal-box__wrapper .find-pwd-confirm h2 {
  margin-bottom: 28px;
  line-height: 25px;
}

.find-pwd-confirm-modal .modal-box__wrapper .find-pwd-confirm p {
  margin-top: 28px;
  line-height: 25px;
}

.share-item-modal .modal-box__wrapper {
  max-width: 560px;
  width: calc(100% - 30px);
  zoom: initial;
}

.share-item-modal .modal-box__wrapper .share-item {
  height: 438px;
  padding: 79px 73px 0 73px;
}

.share-item-modal .modal-box__wrapper .share-item .title {
  margin-bottom: 56px;
}

.share-item-modal .modal-box__wrapper .share-item .desc {
  margin-bottom: 23px;
}

.share-item-modal .modal-box__wrapper .share-item .item-list .btn {
  width: 96px;
  border: 1px solid #000;
}

.share-item-modal .modal-box__wrapper .share-item .link-title {
  margin-top: 45px;
}

.share-item-modal .modal-box__wrapper .share-item .link-input {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 23px;
  padding: 0 15px 0 39px;
  color: #343434;
  border: 1px solid #000;
  background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/link.svg");
  background-repeat: no-repeat;
  background-position: 14px 11px;
  background-size: 16px 16px;
}

.share-item-modal .modal-box__wrapper .share-item .modal-box__close {
  top: 23px;
  right: 23px;
}

.modal-box__wrapper .social-desc {
  margin-top: 73px;
}

.edit_profile .contentswrap_top form > .input-box, .edit_profile .contentswrap_top form > .box-group {
  margin: 0 0 7px 0 !important;
}

.edit_profile .contentswrap_top form span.alert {
  min-height: 12px;
}

.edit_profile .contentswrap_top {
  margin-bottom: 150px;
}

.wish-list .product-list__wrapper .product__image-wrapper {
  max-height: 431px;
  overflow: hidden;
}

.wish-list .product__info .product__spec .product__link .product__name {
  margin: 0 0 4px;
  line-height: 19px;
}

.wish-list .product__info .product__spec .product__link .product__price {
  line-height: 19px;
}

.wish-list .product-list__wrapper .product__info .product__cart {
  margin-top: 13px;
}

.register_page .alert {
  min-height: 12px;
}

.register_page .input-label {
  margin-bottom: 5px !important;
}

.register_page #fregisterform > .input-box, .register_page #fregisterform > .box-group {
  margin: 0 0 6px;
}

.register_page #fregisterform .field_info > .input-box, .register_page #fregisterform .field_info > .box-group {
  margin: 0 0 5px;
}

.register_page #fregisterform .field_info {
  margin: 15px 0 0;
}

.register_page #fregisterform .field_info.info_mtzero {
  margin-top: 0;
}

.register_page #fregisterform .field_info .input-label {
  margin-bottom: 5px !important;
}

.cms_page.shipping .contents .footer-contents-text {
  margin-bottom: 38px;
}

.footer .footer_section {
  max-width: 303px;
  width: 100%;
}

.errorregistration #product_registration_form label.error {
  font-size: 11px;
  margin: 3px 0 0 0;
}

.errorregistration .seri.box-group .child-box input {
  width: 100%;
}

@media (max-width: 769px) {
  .footer .footer_section {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cms_page.contact_email .contents .title {
    margin-bottom: 14px;
  }
  #send-success .pop-content {
    padding: 80px 36px !important;
  }
  .cms_page.shipping .contents .footer-contents-text {
    margin-bottom: 40px;
  }
  .cms_page.shipping .contents .footer-contents-text.mobile_margin {
    margin-bottom: 37px;
  }
  .cms_page.shipping .box_content .contents {
    margin-bottom: 67px;
  }
  .footer_nav .footer_section {
    padding: 0;
  }
  .footer_nav .footer_section_title .font_title {
    font-weight: 700;
    padding: 14px 0 15px;
  }
  .modal-box__wrapper .find-pwd-kr .button-auth-number {
    height: 40px;
    font-size: 12px !important;
  }
  .modal-box__wrapper .find-pwd-en .button-auth-number {
    height: 40px;
  }
  .reset_password .center_wrap .input-box.text_l {
    padding-bottom: 1px;
  }
  .reset_password .pw-conditions > div {
    padding-bottom: 9px;
  }
  .modal-box__wrapper .find-pwd-kr,
  .modal-box__wrapper .find-pwd-en,
  .modal-box__wrapper .find-pwd-confirm {
    padding: 45px 30px 50px;
    width: 100%;
    height: auto;
  }
  .modal-box__wrapper .model-close-find-pwd {
    top: 47px;
    right: 30px;
  }
  .modal-box__wrapper .social-desc {
    margin-top: 53px;
  }
  .share-item-modal .modal-box__wrapper .share-item {
    height: 470px;
    padding: 79px 30px 0 30px;
  }
  .share-item-modal .modal-box__wrapper .share-item .title {
    margin-bottom: 54px;
  }
  .share-item-modal .modal-box__wrapper .share-item .item-list {
    flex-wrap: wrap;
    max-width: 212px;
    margin: -6px auto;
  }
  .share-item-modal .modal-box__wrapper .share-item .item-list .btn {
    margin: 6px 5px;
  }
  .share-item-modal .modal-box__wrapper .share-item .link-input {
    background-position: 13px 11px;
  }
  .marketing_setting .text_info2 a {
    padding-bottom: 2px;
  }
}
@media (max-width: 414px) {
  .register_page #fregisterform .field_info > .input-box, .register_page #fregisterform .field_info > .box-group {
    margin: 0 0 5px;
  }
}
/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
@media (max-width: 767px) {
  .container {
    margin-top: 40px;
  }
  .register-wrap .button-group {
    display: flex;
    /* margin-bottom: 80px; */
    margin-bottom: 0;
  }
  .register-wrap .button-group #btn_submit {
    margin-top: 0;
    margin-right: 0;
  }
  .checkout-form .button-group.button-group-layout-side-reverse {
    display: flex;
    justify-content: space-between;
  }
  .checkout-form .button-group.button-group-layout-side-reverse .button + .button {
    margin: 0;
  }
  .button-group.button-group-layout-side-reverse .button:nth-child(1) {
    float: none;
    order: 1;
    margin-left: 10px;
  }
  /* .checkout .checkout-header .logo a {
   display: inline-block;
  } */
  .checkout-stepper .checkout-header-menu {
    justify-content: left;
  }
  .checkout .checkout-body {
    padding-top: 50px;
  }
  body .input-box-check-layer::after {
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
  }
  /* .address_book .contentswrap_top {
   margin: 50px 0;
  } */
  .checkout-guarantee {
    display: none;
  }
  #add-fields-giftcard .input-box__right button {
    height: 39px;
  }
  #payment-form .checkout-body-block .button-group.button-group-layout-side-reverse {
    display: flex;
  }
  #payment-form .checkout-body-block .button-group.button-group-layout-side-reverse .button + .button {
    margin: 0;
  }
  #payment-form .agreement-group .link {
    border: 0;
  }
  .menu-nav-items-mb .select-box .new-select {
    display: block;
    height: 40px;
    /* font-size: 13px; */
  }
  .cms_page .contents .title {
    margin-bottom: 25px;
  }
  .cms_page .box_content .contents {
    min-height: auto !important;
  }
  .menu-nav-items-mb .select-box .new-select {
    background: url("https://web-resource.gentlemonster.com/assets/img/icon/arrow.svg") no-repeat 96% center;
  }
  .menu-nav-items-mb .select-box::before, .menu-nav-items-mb .select-box::after {
    content: "";
    display: none;
    width: 7px;
    height: 1px;
    background: #251916;
    position: absolute;
    top: 20px;
    right: 15px;
    transform: rotate(45deg);
  }
  .menu-nav-items-mb .select-box::after {
    right: 10px;
    transform: rotate(-45deg);
  }
  .menu-nav-items-desktop {
    display: none;
  }
  .menu-nav-items-mb {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
  .checkout-result .checkout-summary .checkout-summary-head {
    display: flex;
    justify-content: flex-end;
  }
  .checkout-result .checkout-summary .checkout-summary-head span {
    float: none;
    width: 94px;
    text-align: right;
  }
  .checkout-result .checkout-summary .checkout-summary-head span:nth-child(1) {
    width: 105px;
    text-align: left;
  }
  .cms_page.contact .contents .title {
    margin-bottom: 25px;
  }
  .hidden_br br {
    display: none;
  }
}
html,
body,
a,
a:hover {
  color: #343434;
}

html,
body {
  overflow-x: hidden;
  position: fixed;
}

html.page--main,
html.page--legal,
html.page--customer,
html.page--shop {
  position: static;
}
html.page--main body,
html.page--legal body,
html.page--customer body,
html.page--shop body {
  overflow-y: auto;
  position: static;
  height: auto;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}

.displaynone {
  display: none !important;
}

.inline {
  font-size: 0;
}

.inline > * {
  display: inline-block;
  vertical-align: top;
}

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

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.eng,
.eng * {
  font-weight: normal;
  word-break: break-word;
}

.word-break,
.word-break * {
  word-break: break-word;
}

.word-break--kr,
.word-break--kr * {
  word-break: keep-all;
}

.layout-container {
  padding: 0 20px;
}

.flex {
  display: flex;
}

.flex--v-center {
  align-items: center;
}

.flex--v-bottom {
  align-items: flex-end;
}

.flex--h-center {
  justify-content: center;
}

.flex--h-between {
  justify-content: space-between;
}

/* Underline */
.n-underline {
  color: #343434;
  border-bottom: 1px solid #343434;
}

/* Close btn */
.close-btn {
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn::before,
.close-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 1.2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6.5px;
  cursor: pointer;
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

/* Radio btn */
.n-check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.n-label {
  display: block;
  padding-left: 28px;
  line-height: 20px;
}

.n-label--radio {
  padding-left: 27px;
  line-height: 18px;
  height: auto;
}

.n-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.n-checkbox--radio {
  width: 18px;
  height: 18px;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}

.n-checkbox::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: 1px solid transparent;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 3px;
  left: 7px;
  transition: border-color 0.3s ease;
  transform: rotate(45deg);
}

.n-check:checked ~ .n-checkbox::after {
  border-color: #000;
}

.n-checkbox--radio::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transition: background 0.3s ease;
  transform: translate(-50%, -50%);
}

.n-radio {
  position: absolute;
  top: 0;
  left: 0;
}

.n-radio:checked ~ .n-checkbox--radio::after {
  background: #000;
}

.n-radio:checked ~ .n-checkbox--radio {
  border-color: #000;
}

/* Select box */
.n-select-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0px 2px 2px 0;
  padding: 3.3px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform-origin: left;
  margin-top: -6px;
  transform: rotate(45deg) translate(-50%);
}

.n-select-box__item {
  -moz-text-align-last: center;
       text-align-last: center;
}

/* Button UI */
.btn-ui {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 29px !important;
  border: 1px solid #000 !important;
  color: #000;
  height: 56px;
  line-height: 54px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.btn-ui::-moz-placeholder {
  color: #bbb;
}

.btn-ui::placeholder {
  color: #bbb;
}

.btn-ui--black {
  background: #000;
  color: #fff;
}

/* Arrow */
.n-arrow {
  display: block;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0px 2px 2px 0;
  padding: 3.3px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.6s ease;
  transform-origin: left;
}

.n-arrow--up {
  margin-top: -1px;
  transform: rotate(225deg) translate(-50%);
}

.n-arrow--down {
  margin-top: -6px;
  transform: rotate(45deg) translate(-50%);
}

.n-arrow--left {
  border-width: 0px 0px 2px 2px;
  transform: rotate(45deg) translate(-50%);
}

.n-arrow--right {
  transform: rotate(-45deg) translate(-50%);
}

/* Alert popup */
.alert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.alert-popup.on {
  opacity: 1;
  visibility: visible;
}

.alert-popup__layer {
  width: 380px;
  min-height: 264px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(10px);
  transition: transform 0.6s ease;
}

.alert-popup.on .alert-popup__layer {
  transform: translateY(0px);
}

.alert-popup__inner {
  padding: 0 75px;
}

.alert-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 13px;
  height: 13px;
  background-color: transparent;
}

.alert-popup__close::before,
.alert-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #000;
  transform-origin: 50% 50%;
}

.alert-popup__subject {
  margin-bottom: 34px;
}

.alert-popup__content {
  line-height: 24px;
}
@keyframes barCloseFirst {
  from {
    top: 50%;
  }
  to {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes barCloseSecond {
  from {
    top: 50%;
  }
  to {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@keyframes barResetFirst {
  from {
    top: 50%;
  }
  to {
    top: 0;
    transform: rotate(0);
  }
}
@keyframes barResetSecond {
  from {
    top: 50%;
  }
  to {
    top: 6.5px;
    transform: rotate(0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .n-label--radio:hover .n-checkbox--radio {
    border-color: #000;
  }
  .n-label--radio:hover .n-checkbox--radio::after {
    background: #000;
  }
  .n-underline:hover {
    color: #343434;
    border-bottom: 1px solid #343434;
  }
}
.show-tabletLte,
.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  @keyframes barResetSecond {
    from {
      top: 50%;
    }
    to {
      top: 6.5px;
      transform: rotate(0);
    }
  }
  .show-desktop,
  .hide-tabletLte {
    display: none;
  }
  .show-tabletLte {
    display: block;
  }
}
@media (max-width: 768px) {
  .page--detail .container_sq,
  .page--item .container_sq {
    margin-top: -16px;
  }
  .layout-container {
    padding: 0 15px;
  }
  .n-select-box__item {
    text-align: left;
    text-indent: 15px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media (max-width: 414px) {
  .alert-popup__layer {
    width: calc(100% - 46px);
    min-height: 250px;
  }
  .alert-popup__inner {
    padding: 0 40px;
  }
}
/*********************************************************
 * 소스 국가별 통일 완료 (230608)
 *********************************************************/
:root {
  --headerHeight: 60px;
  --fixedheaderHeight: -60px;
  --searchFormHeight: 36px;
  --dangerColor1: #EF480E; /* color:ef480e */
  --focusOutline: 4px solid rgba(0,125,250,1);
  --searchFormMargin: calc((var(--headerHeight) - var(--searchFormHeight)) / 2);
}

.gm-component__fullpage {
  position: static;
  height: auto;
}
.gm-component__fullpage .n-header-wrap .n-header-container {
  background: transparent;
}
.gm-component__fullpage .cart_section_popup.cart-layer {
  top: 0;
}
.gm-component__fullpage .overflow_minicart.active {
  top: 0;
}
.gm-component__fullpage:not(.gm-component__fullpage--except-noti) .n-header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}
.gm-component__fullpage--except-noti .n-header {
  position: absolute;
  top: var(--header);
  width: 100%;
}

.page--main .gm-component__fullpage .n-header-container {
  transition: background 0.6s ease;
}
.page--main .gm-component__fullpage .n-header-wrap .n-header-container.header-position {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page--main .gm-component__fullpage .n-header-wrap .n-header-container.header-position {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .page--main .gm-component__fullpage .n-header-wrap .n-header-container.header-position {
    background: transparent;
  }
}
.page--main .gm-component__fullpage .n-header-wrap .n-header-container.header-position .n-header__inner[data-bg=black-opacity] {
  background: none;
}
.page--main .gm-component__fullpage--header-fixed {
  /*.header-fixed .notice-popup {
  	display: none !important;
  }*/
}
.page--main .gm-component__fullpage--header-fixed .n-header-wrap.sticky {
  position: initial !important;
}
.page--main .gm-component__fullpage .cart_section_popup.cart-layer {
  top: var(--currentHeader);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page--main .gm-component__fullpage .cart_section_popup.cart-layer {
    top: 0;
  }
}
@media (max-width: 767px) {
  .page--main .gm-component__fullpage .cart_section_popup.cart-layer {
    top: 0;
  }
}
.page--main .overflow_minicart.active {
  top: var(--currentHeader);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page--main .overflow_minicart.active {
    top: 0;
  }
}
@media (max-width: 767px) {
  .page--main .overflow_minicart.active {
    top: 0;
  }
}
.page--main .popup_layout .notice-popup .popup-container {
  background: #fff !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page--main .popup_layout .notice-popup .popup-container {
    background: transparent !important;
  }
}
@media (max-width: 767px) {
  .page--main .popup_layout .notice-popup .popup-container {
    background: transparent !important;
  }
}
.page--main .popup_layout .n-header--bg-white:not(.search-on) .n-search__form {
  border-color: #000;
}
.page--main .popup_layout .n-header--bg-white .n-header__logo svg path,
.page--main .popup_layout .n-header--bg-white .n-header__cart svg path,
.page--main .popup_layout .n-header--bg-white .n-header__search svg path,
.page--main .popup_layout .n-header--bg-white .n-header__search svg rect {
  fill: #000;
}
.page--main .popup_layout .n-header--bg-white .n-nav__link,
.page--main .popup_layout .n-header--bg-white .n-search__input,
.page--main .popup_layout .n-header--bg-white .cart-count,
.page--main .popup_layout .n-header--bg-white .n-locator__current,
.page--main .popup_layout .n-header--bg-white .n-header__link {
  color: #000 !important;
}
.page--main .popup_layout .n-header--bg-white .aside-btn:not(.on) > .aside-btn__bar {
  background: #000;
}
@media (max-width: 1024px) {
  .page--main .popup_layout .n-header--bg-white .n-header__logo svg path {
    fill: #fff;
  }
}

/* header */
/*.n-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}*/
#skip a {
  overflow: hidden;
  position: absolute;
  z-index: 111;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
#skip a:focus {
  width: auto;
  height: auto;
  clip: auto;
}

body.popup_layout {
  overflow: hidden;
}

.n-header.main {
  height: var(--headerHeight);
}
.n-header.main .n-header-container {
  position: sticky;
  top: var(--fixedheaderHeight);
  height: var(--headerHeight);
}
.n-header.main.fixed .n-header-container {
  z-index: 100;
  position: fixed;
  top: var(--fixedheaderHeight);
  width: 100%;
  left: 0;
  transition: all 0.15s ease-in-out;
}
.n-header.main.fixed.active .n-header-container {
  top: 0;
}

.n-header-wrap.sticky {
  height: 61px;
}
.n-header-wrap.sticky.has-noti {
  height: 90px;
}
@media (max-width: 1024px) {
  .n-header-wrap.sticky {
    height: 65px;
  }
  .n-header-wrap.sticky.has-noti {
    height: 94px;
  }
}
.n-header-wrap.sticky .n-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.n-header-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 7;
}

.n-header-container.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  top: 0;
}

.n-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3294117647);
}

.n-search__input::placeholder {
  color: rgba(0, 0, 0, 0.3294117647);
}

.n-header--bg-white .n-header-container,
.n-header--bg-white {
  background: transparent;
}

.n-header__mo {
  display: none;
}

.n-header__inner {
  padding: 0 20px;
  overflow: hidden;
}

.n-header__inner[data-bg=black-opacity] {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.n-header__logo {
  width: 239px;
  height: auto;
  margin: 20px 0;
  transition: opacity 0.6s ease;
}

.search-on .n-header__logo {
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
}

.n-header__logo svg {
  width: auto;
  height: 21.047px;
  position: relative;
  z-index: 3;
}

.n-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-on.n-header__nav {
  z-index: 2;
}

.n-nav__item {
  margin: 0 0.781vw;
}

.n-nav__link {
  line-height: var(--headerHeight);
  color: #000;
}

.n-search {
  width: 181px;
  height: var(--searchFormHeight);
  margin: var(--searchFormMargin) 1.562vw var(--searchFormMargin) 0;
}

.n-search__top {
  top: 0;
  right: 0;
  width: 636px;
  height: 1px;
  transition: width 0.6s ease, height 0.6s ease;
}

.search-on .n-search__top {
  position: fixed;
  top: var(--headerOffsetTop);
  width: 100%;
  height: var(--headerHeight);
  z-index: 4;
}

.n-search__top::before {
  content: "";
  display: block;
  position: fixed;
  top: var(--headerOffsetTop);
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.search-on .n-search__top::before {
  opacity: 1;
  visibility: visible;
}

.n-search__inner {
  padding: 22px 308px;
}

.n-search-popup-close {
  position: fixed;
  top: calc(var(--headerHeight) / 2 + var(--headerOffsetTop));
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  transform: translateY(-50%);
}

.search-on ~ .n-search-popup-close {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
}

.n-search__form {
  width: 181px;
  height: var(--searchFormHeight);
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 18px;
  overflow: hidden;
  transition: width 0.6s ease;
  position: absolute;
  top: 0;
  left: 50%;
  margin-bottom: var(--searchFormMargin);
  transform: translateX(-50%);
}

.search-on .n-search__form {
  width: 580px;
  margin-top: var(--searchFormMargin);
}

.n-search__input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: none !important;
  padding: 0;
  margin: 0;
  text-indent: 15px;
}

.n-header-wrap:not(.n-header--bg-white) .n-search__input,
.n-header-wrap.search-on .n-search__input {
  color: #343434 !important;
}

.n-header-wrap .n-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.n-header-wrap .n-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.n-locator__current {
  color: #000;
}

.n-header__account {
  margin: -0.053vw 1.145vw 0 1.406vw;
}
.n-header__account .n-header__link {
  color: #000 !important;
}

.n-locator__current,
.n-header__link {
  display: block;
  line-height: var(--headerHeight);
}

.n-locator__area {
  text-transform: uppercase;
}

.n-header__cart {
  width: 20px;
  margin: 20px 0;
  z-index: 0;
}

.n-header__cart-icon {
  display: block;
  position: relative;
}

.n-header__cart svg {
  width: 15px;
  height: 19px;
}

.cart-count {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 10px;
  color: #000;
  transform: translate(100%, -100%);
}

.n-search-popup {
  position: fixed;
  top: calc(var(--headerHeight) + var(--headerOffsetTop));
  left: 0;
  width: 100%;
  height: 375px;
  background: #fff;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.search-on ~ .n-search-popup {
  opacity: 1;
  visibility: visible;
}

.n-search-popup-bg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.search-on ~ .n-search-popup-bg {
  opacity: 1;
  visibility: visible;
}

.n-search-popup__content {
  /*max-width: 580px;*/
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s ease;
}
@media (min-width: 768px) {
  .n-search-popup__content {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

.search-on ~ .n-search-popup > .n-search-popup__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  transform: translateY(0px);
}

.n-search-popup__left {
  min-width: 200px;
}

.n-search-popup__title {
  color: #acacac;
  line-height: 13px;
  margin-bottom: 24px;
}

.hot-keyword {
  padding-top: 11px;
}

.hot-keyword__list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 231px;
}
@media (max-width: 767px) {
  .hot-keyword__list {
    width: 100%;
  }
}

.hot-keyword__item {
  overflow: hidden;
  flex: 1 1 13.5%;
  width: 120px;
  height: 33px;
  padding-right: 10px;
  padding-bottom: 13px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.hot-keyword__item:hover {
  opacity: 0.6;
}

.hot-keyword__link,
.collection-cate__name {
  color: #000;
}

.n-search-popup__right {
  width: 346px;
}
@media (min-width: 415px) and (max-width: 767px) {
  .n-search-popup__right {
    width: 100% !important;
  }
}

.collection-cate__list {
  transform: translateX(-10px);
}

.collection-cate__item {
  width: 25%;
  margin-bottom: 30px;
}
@media (min-width: 415px) and (max-width: 767px) {
  .collection-cate__item {
    width: 25% !important;
  }
}

.collection-cate__thumb {
  border-radius: 50%;
  display: inline-block;
  width: 69px;
  margin-bottom: 4px;
  padding: 2px;
  border: 1px solid transparent;
  transition: border-color 0.6s ease;
}

.collection-cate__item:hover .collection-cate__thumb {
  border-color: #343434;
}

.collection-cate__img {
  border-radius: 50%;
  width: 63px;
  height: 63px;
}

.search-on .n-header--bg-white .n-search__form {
  border-color: #000;
}
.search-on .n-header--bg-white .n-search__form .n-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3294117647);
}
.search-on .n-header--bg-white .n-search__form .n-search__input::placeholder {
  color: rgba(0, 0, 0, 0.3294117647);
}

.n-header--bg-white .n-search__form {
  border-color: #fff;
}
.n-header--bg-white .n-search__form .n-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.n-header--bg-white .n-search__form .n-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.n-header--bg-white .n-header__logo svg path {
  fill: #fff;
}

.n-header--bg-white .n-header__cart svg path,
.n-header--bg-white .n-header__search svg path,
.n-header--bg-white .n-header__search svg rect {
  stroke: #fff;
}

.n-header--bg-white .n-nav__link,
.n-header--bg-white .n-search__input,
.n-header--bg-white .cart-count,
.n-header--bg-white .n-locator__current,
.n-header--bg-white .n-header__link {
  color: #fff !important;
}

.n-header--bg-white .n-search__input[aria-expanded=true] {
  color: #343434;
}

.n-header--bg-white .n-search__input[aria-expanded=false] {
  color: #fff;
}

.n-header--bg-white .aside-btn:not(.on) > .aside-btn__bar {
  background: #fff;
}

/* Search product list */
.search-product {
  width: 536px;
}

.search-product__item {
  width: calc(25% - 14px);
  margin-right: 14px;
}

.search-product__image-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 135.5%;
  background: #ededed;
}

.search-product__thumbnail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73.7%;
}

.search-product__info {
  margin-top: 10px;
}

@media (max-width: 1679px) {
  .n-header__search {
    display: block;
    width: 22px;
    position: absolute;
    top: 50%;
    left: -37px;
    margin-top: -11px;
    cursor: pointer;
  }
  .n-header__search svg {
    width: 20px;
    height: 20px;
  }
  .n-search {
    width: 0;
    margin: 0;
  }
  .n-search__top {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .search-on .n-search__top {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1280px) {
  .n-header {
    height: auto;
  }
}
@media (max-width: 1024px) {
  :root {
    --headerHeight: 65px;
    --fixedheaderHeight: -65px;
  }
  /* header */
  .n-header-container,
  .n-header {
    height: 65px;
  }
  .n-header__mo {
    display: block;
    width: auto;
    padding: 0 9px 0 14px;
    height: var(--headerHeight);
  }
  .n-header__logo {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    height: var(--headerHeight);
  }
  .n-header__logo svg {
    width: 209px;
    height: auto;
    margin-left: -4px;
  }
  [data-browser=safari] .n-header__logo svg {
    margin-left: -5px;
  }
  .search-on .n-header__logo {
    left: 15px;
    z-index: 4;
  }
  .n-header__pc {
    display: none;
  }
  .n-header__cart {
    width: auto;
    margin: 0;
  }
  .n-header__cart button {
    height: var(--headerHeight);
    padding: 0 10px;
  }
  .n-header__search {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    margin-right: -2px;
  }
  /*.search-on .n-search__top,
  .n-search__top::before {
  	height: 60px;
  }*/
  .n-search__inner {
    padding: 0;
  }
  .n-search__form {
    margin-bottom: 12px;
  }
  .n-search-popup-close,
  .notice-popup[style="display: block; opacity: 0;"] ~ .has-noti ~ .n-search-popup-close {
    right: 15px;
  }
  #aside-btn_menu_open .aside-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 13px;
  }
  #aside-btn_menu_open .aside-btn .aside-btn__bar {
    position: static;
  }
}
@media (max-width: 768px) {
  /* header */
  .n-header__inner {
    padding: 0 14px;
  }
  /* Search product list */
  .n-search-popup__right {
    width: calc(100% - 200px);
  }
  .search-product {
    width: calc(100% + 14px);
  }
  .search-product__item {
    width: calc(33.333% - 14px);
  }
  .search-product__item:nth-child(1n+4) {
    display: none;
  }
  .n-search-popup__content {
    padding: 30px 25px;
  }
  .n-search__form {
    margin-left: -15px;
  }
  .search-on .n-search__form {
    width: calc(100% - 79px);
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 65px;
  }
  .n-header-container,
  .n-header {
    height: var(--headerHeight);
  }
  .n-header__logo {
    width: auto;
  }
  .n-search-popup {
    height: calc(100% - var(--currentHeader));
  }
  .n-search-popup-bg {
    display: none;
  }
  .n-search-popup__left {
    float: none;
    max-width: 100%;
  }
  .n-search-popup__right {
    float: none;
    padding-top: 40px;
    width: 313px;
  }
  .n-search-popup__content {
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .collection-cate__list {
    transform: translateX(-17px);
  }
  .collection-cate__item {
    width: 33.333%;
  }
  .collection-cate__thumb {
    width: 74px;
  }
  .collection-cate__img {
    width: 68px;
    height: 68px;
  }
  /* Search product list */
  .n-search-popup__right--product {
    width: calc(100% + 50px);
    margin-left: -25px;
    overflow: hidden;
  }
  .search-product {
    width: calc(100% + 2px);
    margin-left: -1px;
  }
  .search-product__item {
    width: calc(50% - 2px);
    margin: 0 1px 50px;
  }
  .search-product__item:nth-child(1n+4) {
    display: inline-block;
  }
  .search-product__info {
    padding: 0 15px;
  }
  .n-header__search svg {
    width: 16.5px;
    height: 16.5px;
  }
  .notice-popup .popup-container {
    height: 32px;
  }
}
/* aside */
.aside,
.aside-btn,
.aside-bg {
  display: none;
}

@media (max-width: 1024px) {
  /* aside */
  .aside {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 385px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 111;
    transform: translateX(100%);
    transition: transform 0.6s ease;
  }
  .aside.on {
    transform: translateX(0);
  }
  .aside__inner {
    padding: 60px 40px 40px;
  }
  .aside__content:nth-child(2) {
    margin-top: 30px;
  }
  .aside__content--footer {
    position: absolute;
    bottom: 45px;
    left: 40px;
  }
  .aside__item {
    line-height: 47px;
  }
  .aside__link--r {
    line-height: 47px;
  }
  .aside__link--m,
  .aside__item--m {
    line-height: 37px;
  }
  .aside__link--s,
  .aside__item--s {
    line-height: 29px;
  }
  .aside__link {
    display: block;
    color: #000;
  }
  .aside-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: rgba(0, 0, 0, 0.38);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .aside.on + .aside-bg {
    opacity: 1;
    visibility: visible;
  }
  .aside-btn {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    height: 14px;
    margin: auto;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #aside-btn_menu_open {
    margin-right: -8px;
  }
  .search-on .aside-btn {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .aside-btn--close {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 112;
    width: 40px;
    opacity: 0;
    visibility: hidden;
  }
  .aside-btn--close.on {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .aside-btn__bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1.2px;
    background: #000;
    transition: top 0.6s ease;
    animation: barResetFirst 0.3s ease forwards;
  }
  .aside-btn__bar--second {
    top: 6.5px;
    animation: barResetSecond 0.3s ease forwards;
  }
  .aside-btn__bar--third {
    top: auto;
    bottom: 0;
    transition: opacity 0.6s ease;
    animation: none !important;
  }
  .jsAsideBtn.on .aside-btn__bar {
    top: 50%;
    animation: barCloseFirst 0.3s ease forwards;
    animation-delay: 0.3s;
  }
  .jsAsideBtn.on .aside-btn__bar--second {
    top: 50%;
    animation: barCloseSecond 0.3s ease forwards;
    animation-delay: 0.3s;
  }
  .jsAsideBtn.on .aside-btn__bar--third {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .aside-btn {
    height: 16px;
  }
  .aside-btn--close {
    right: 5px;
  }
}
@media (max-width: 414px) {
  .aside-btn {
    display: block;
    top: 0;
    right: 0;
    width: 16px;
    height: 13px;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .aside-btn--close {
    padding: 0px 10px 0 14px;
  }
  /* aside */
  .aside {
    width: 295px;
  }
  .aside__inner {
    padding: 60px 26px 0;
  }
  .aside__content--footer {
    bottom: 30px;
    left: 26px;
  }
}
/* footer */
.footer {
  background: #fff;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1 !important;
  width: 375px;
}

.footer-bar__nav {
  background: #fff;
  border-top: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  width: 375px;
}

.footer-bar__btn {
  margin: 0 20px;
  line-height: 40px;
  cursor: pointer;
}

.footer-bar__btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
  transition: all 0.6s ease;
}

.footer-bar__btn:hover::after,
.footer-bar__btn.on::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: #343434;
}

.wish-count,
.recent-count {
  color: #ff0000;
  font-size: 9px;
  position: absolute;
  top: 5px;
  right: -21px;
  min-width: 20px;
  text-align: left;
}

.footer-slide {
  width: 100%;
  margin-bottom: -1px;
  border: 0.3px solid #a1a1a1;
  border-right: 0;
  box-sizing: border-box;
  background: #ededed;
  transition: visibility 300ms 0ms linear, opacity 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  bottom: 41px;
  left: 0;
  pointer-events: none;
}

.footer-slide.on {
  visibility: visible;
  transition-delay: 0ms !important;
  opacity: 1;
  pointer-events: auto;
}

.footer-slide__content {
  width: 80%;
}

.footer-slide__btn-wrapper {
  position: relative;
  float: right;
  width: 20%;
}

.footer-slide__btn-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.footer-slide__item {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  border-right: 0.3px solid #a1a1a1;
}

.footer-slide__item:nth-child(2) {
  z-index: 11;
}

.footer-slide__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.footer-slide__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.footer-slide__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #ededed;
  color: #2b2e34;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}

.footer-slide__item:first-child::before,
.footer-slide__btn::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background: #a1a1a1;
  z-index: 5;
}

.footer-slide__btn.btn-wish-all {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 74px;
  text-align: center;
  font-weight: 500;
  transition: visibility 250ms 0ms linear, opacity 0.25s ease-out;
  visibility: hidden;
  opacity: 0;
}

.footer .guarantee-text br {
  display: none;
}

.btn-wish-all--show {
  transition-delay: 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.account__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 400px;
  white-space: nowrap;
  text-align: center;
  padding-top: inherit;
  margin: 0 auto;
  line-height: 22px;
  padding-bottom: inherit;
  box-sizing: border-box;
}

.account__menu .account__item {
  display: inline-block;
}

.account__menu .account__item a {
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}

.account__menu .account__item.on {
  color: #9d9d9d;
}

#inside_tabs {
  display: none !important;
}

@media (max-width: 1024px) {
  .wish-list .account__menu {
    display: none;
  }
}
@media (max-width: 768px) {
  /* 채무보증지급안내 */
  .checkout-body .guarantee-text br {
    display: none;
  }
  .footer .guarantee-text br {
    display: block;
  }
}
@media (max-width: 414px) {
  .footer {
    padding: 0 0 70px;
  }
  .footer-bar,
  .footer-bar__nav {
    width: 100%;
  }
  .footer-bar__nav {
    border-left: none;
  }
}
/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
/* content */
.content-top-dummy {
  position: sticky;
  top: var(--header);
  z-index: 3;
  width: 100%;
  height: 66px;
}
@media (max-width: 767px) {
  .content-top-dummy {
    height: 60px;
  }
}
@media (max-width: 414px) {
  .content-top-dummy {
    height: 45px;
  }
}

.content-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  background: #fff;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .content-top {
    height: 60px;
    padding: 0px 15px;
  }
}
@media (max-width: 414px) {
  .content-top {
    height: 45px;
  }
}

.content-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--headerCont);
  background: #fff;
  z-index: -1;
}

.content-top span br {
  content: "";
  margin-right: 4px;
}

/** 국가변경 팝업 */
#change-locator {
  z-index: 112;
  transition: none;
  zoom: 0.98;
}

#change-locator .modal-box__dim {
  background: transparent;
}

#change-locator .modal-box__content {
  padding: 30px 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#change-locator .modal-box__wrapper {
  position: absolute;
  top: var(--currentHeader);
  width: 365px;
  height: auto;
  bottom: auto;
  transform: none;
  height: auto;
  margin-top: 5px;
  margin-right: 20px;
}

/*.has-noti ~ #change-locator .modal-box__wrapper {
  top: 123px;
}*/
#change-locator .modal-box__btn-group {
  margin: 20px 0 22px;
}

.n-locator {
  position: relative;
}

.n-locator-title {
  margin-bottom: 40px;
}

.n-locator-desc {
  color: #343434;
}

.n-locator__select {
  width: 100%;
  padding: 11px 0;
  border-bottom: 1px solid #000;
}

.n-locator__ico:before,
.n-locator__ico:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #251916;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-out;
}

.n-locator__ico:after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1024px) {
  #change-locator {
    transition: visibility 0ms, opacity 0.35s ease-out;
    transition-delay: 350ms, 0ms;
  }
  #change-locator .modal-box__wrapper {
    max-width: 385px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    zoom: 1;
    transform: translateY(3%);
  }
  /*.has-noti ~ #change-locator .modal-box__wrapper {
  top: 0;
   }*/
  #change-locator.modal-box--open {
    visibility: hidden;
    opacity: 1;
  }
  #change-locator .modal-box__content {
    padding-top: 80px;
  }
  .aside.on ~ #change-locator.modal-box--open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0ms !important;
  }
  .aside.on ~ #change-locator.modal-box--open .modal-box__wrapper {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  #change-locator {
    zoom: 1;
  }
}
@media (max-width: 414px) {
  /** change locator */
  #change-locator .modal-box__wrapper {
    width: 295px;
  }
}
/* 채무지급보증 안내 */
.guarantee-modal .modal-box__wrapper {
  max-width: 1045px;
}

.guarantee-modal .modal-box__contents {
  padding: 42px;
  font-size: 0;
}

.guarantee-modal .modal-box__contents > img {
  display: inline-block;
  width: 50%;
}

@media (max-width: 768px) {
  /*.has-noti ~ .guarantee-modal {
  top: 44px;
  height: calc(100% - 44px)
   }*/
  .guarantee-modal .modal-box__wrapper {
    height: 100%;
  }
  .guarantee-modal .modal-box__contents {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    padding: 60px 15px 25px;
  }
  .guarantee-modal .modal-box__contents > img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .notice-popup[style="display: block;"] ~ .container_sq .guarantee-modal .modal-box__wrapper {
    height: 100%;
    margin-top: 100px;
    bottom: 0;
    top: 50%;
  }
  .notice-popup:not([style="display: block;"]) ~ .container_sq .guarantee-modal .modal-box__wrapper {
    height: 100%;
    margin-top: 100px;
    bottom: 0;
    top: 44%;
  }
}
/** cart layer */
.cart-layer {
  top: 79px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  border: 0;
  max-width: 375px;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.6s ease;
}

.cart-layer .cart_section_popup_inner {
  width: 100%;
  height: calc(100vh - var(--currentHeader));
  padding: 30px 24px 23px;
  border: 0;
  box-shadow: none;
}

.cart-layer__btn {
  display: block;
  width: 100%;
  padding-bottom: 2px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  text-align: center;
  height: 40px;
  line-height: initial;
}

.cart-layer__btn.button-soldout {
  background: #858585;
  border-color: #858585;
}

a.cart-layer__btn {
  line-height: 38px;
}

.cart-layer__btn--white {
  background: #fff;
  color: #000;
}

.cart-layer .cart_items {
  border-top: 0;
  border-bottom: 0;
}

.cart-layer .cart_subtotal {
  padding: 4px 0 0;
}

.cart-layer .cart_btn_group {
  margin-top: 28px;
}

.cart-layer .cart_item {
  border-top: 1px solid #e0e0e0;
}

.cart-layer .cart_item:first-child {
  border-top: 0;
}

.cart-layer .cart_item.cart_empty {
  border: 0;
  transform: translateY(-3px);
}

.cart-layer .cart_popup_btn + .cart_popup_btn {
  margin-top: 12px;
}

.cart-layer .cart_product_name {
  margin-bottom: 7px;
}

.cart-layer .cart_product_info {
  position: relative;
  transform: translateY(-3px);
}

.cart-layer .cart_product_etc span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}

/* Minicart and cart page*/
.cart_wrapper th, .cart_wrapper td {
  border: 0;
}

.cart_section_popup.cart-layer {
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 0;
  right: 0;
  top: var(--currentHeader);
}

.overflow_minicart.active {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  top: var(--currentHeader);
  left: 0;
  width: 100%;
  height: 100%;
}

.cart_section_popup.cart-layer .cart_section_popup_inner {
  height: 100%;
  padding: 18px 22px 22px 22px;
}

.close_minicart {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

.close_minicart span {
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
}

.close_minicart span:before {
  content: "";
  background: #000;
  height: 1px;
  width: 15px;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 10px;
}

.close_minicart span:after {
  content: "";
  background: #000;
  height: 1px;
  width: 15px;
  position: absolute;
  transform: rotate(-45deg);
  left: 3px;
  top: 10px;
}

.cart-layer .cart_total_box {
  border-top: 1px solid #e0e0e0;
  padding-top: 14px;
  background: #fff;
}

.cart-layer .cart_subtotal {
  position: absolute;
  left: 0;
  left: 0;
  right: 0;
  bottom: 140px;
}

.cart-layer .cart_subtotal .cart_label {
  font-weight: 400;
  line-height: 1.92;
}

.cart-layer .cart_subtotal .cart_amount {
  font-weight: 400;
  line-height: 1.92;
}

.cart-layer .cart_total .cart_subtotal .cart_amount {
  font-family: "Unica77LLWeb";
}

.cart-layer .cart_product_info .cart_price {
  font-weight: normal;
  font-size: 12px;
  font-family: "SDGothicNeo";
}

.cart-layer .cart_product_info .cart_product_etc {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.cart-layer .cart_product_info .cart_product_etc input {
  text-align: center;
  font-family: "Unica77LLWeb";
  line-height: 18px;
  width: 12px;
}

.cart-layer .cart_item.of_stock .cart_product_img {
  opacity: 0.5;
}

.cart-layer .cart_item.of_stock .cart_product_name {
  opacity: 0.5;
}

.cart-layer .cart_item.of_stock .cart_price {
  opacity: 0.5;
}

.cart-layer .cart_item .remove_item {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 28px;
  border-bottom: 1px solid #000;
}

.cart-layer .cart_item .remove_item button {
  text-decoration: underline;
}

.cart-layer .cart_item:last-of-type {
  /* border: 0; */
}

.cart-layer .cart_product_info .cart_product_etc .field {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 4px 9px 4px;
  width: 80px;
  height: 28px;
  display: flex;
  justify-content: space-between;
}

.cart-layer .cart_product_info .cart_product_etc button {
  font-size: 12px;
  font-weight: 300;
  font-family: "Unica77LLWeb";
  width: 20px;
  line-height: 1;
  margin-top: -1px;
}

.cart-layer .cart_product_info .cart_product_etc #qty {
  text-align: center;
  width: 30px;
}

.cart_section_popup_inner #frmcart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 17px);
  padding-top: 34px;
}

.cart_section_popup_inner .cart_list {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cart_section_popup_inner .cart_list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

@media (max-width: 1024px) {
  .cart-layer {
    top: 60px;
    border-top: 1px solid #d9d9d9;
    max-width: none;
  }
  .cart_section_popup.popup_wrap {
    max-width: 327px;
    top: 0;
    border-top: 0;
  }
  .cart_section_popup.cart-layer .cart_section_popup_inner {
    height: 100%;
    padding: 22px 16px;
  }
  .overflow_minicart.active {
    z-index: 9999;
    top: 0;
  }
}
/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
.modal-box {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  transition: visibility 0ms, opacity 0.35s ease-out;
  transition-delay: 350ms, 0ms;
  visibility: hidden;
  opacity: 0;
}

.modal-box--open {
  transition-delay: 0ms !important;
  opacity: 1;
  visibility: visible;
}

.modal-box__wrapper {
  position: absolute;
  max-width: 610px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background: #fff;
  top: 50%;
  transition: transform 0.35s ease-out;
  transform: translateY(-45%);
}

.modal-box__wrapper--w500 {
  width: calc(100% - 32px);
  max-width: 500px;
  margin: auto;
}

.modal-box--open .modal-box__wrapper {
  transform: translateY(-50%);
}

.modal-box__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 13px;
  height: 13px;
  background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/closexbutton.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.modal-box__btn {
  width: 100%;
  height: 46px;
  background: #000;
  color: #fff;
}

.modal-box__content {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.modal-box__dim {
  position: absolute;
  z-index: 99;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*Loding*/
.modal-box__loading {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50px;
  text-align: center;
  transform: translateY(-50%);
}

.modal-box.loading .modal-hidden {
  visibility: hidden;
}

.modal-box.loading .modal-box__loading,
.modal-box.loading .gm-component__spinner-wrapper {
  display: block;
}

.modal-box.loading .button-lds-ellipsis {
  display: inline-block;
  height: 100%;
}

.modal-box.loading .button-lds-ellipsis > div {
  background-color: #000;
}

.hidden {
  display: block !important;
  visibility: visible !important;
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.container_sq {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .not-scroll {
    width: 100%;
    height: 100vh;
  }
}
/**
 :: history
 swiper 4.4.6 과 7.4.1 의 css를 그동안 혼용으로 사용하였음
 따로 분리해내려면 모든 페이지를 확인하는 절차가 필요하여 우선은 둘다 묶음
 */
/* 4.4.6 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  /*
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  */
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  /*
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  */
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* 7.4.1 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* swiper lazy loading */
.swiper-lazy {
  transition: opacity 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
}

.swiper-lazy-loaded {
  opacity: 1;
}

#onetrust-consent-sdk {
  font-family: "Unica77LLWeb", "SDGothicNeo", "sans-serif" !important;
}

#onetrust-banner-sdk {
  box-shadow: none !important;
}

/* 동의 후 계속하기 */
#onetrust-consent-sdk #onetrust-accept-btn-handler {
  max-width: 235px !important;
  height: 40px !important;
  background-color: #000 !important;
  border: solid 1px #000 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #fff !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.67 !important;
}

/* footer onetrust logo*/
#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none !important;
}

/* 모두 허용 버튼 */
#accept-recommended-btn-handler {
  display: none !important;
}

/* 닫기 버튼 */
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  background-image: url("https://web-resource.gentlemonster.com/assets/img/icon/closexbutton.svg") no-repeat !important;
}

/* 항상활성화 */
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #343434 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #000 !important;
  border-color: #000 !important;
}

/* 쿠키 목록 */
#onetrust-pc-sdk #ot-pc-hdr {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}

#onetrust-pc-sdk .ot-lst-subhdr {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
}

#onetrust-pc-sdk #ot-lst-title {
  margin: 0 !important;
  width: 50% !important;
}

#onetrust-pc-sdk #ot-back-arw {
  display: none;
}

#onetrust-pc-sdk .back-btn-handler {
  background: url("https://web-resource.gentlemonster.com/assets/img/icon/back_arrow.svg") no-repeat top;
  padding: 11px !important;
}

#onetrust-pc-sdk #ot-lst-title span {
  font-size: 15px !important;
  font-weight: normal !important;
  margin: 0 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk h4,
.ot-cat-grp .ot-always-active {
  font-size: 13px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk p {
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 0 !important;
}

#onetrust-pc-sdk .category-host-list-handler {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-top: 15px;
}

/* 내 선택 확인 */
#onetrust-pc-sdk .ot-btn-container button {
  font-size: 13px !important;
  font-weight: normal !important;
}

/* 검색어를 입력하세요 */
#onetrust-pc-sdk input[type=text] {
  border: 1px solid #e0e0e0 !important;
  margin-left: 0 !important;
}

#onetrust-pc-sdk input[type=text]::-moz-placeholder {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 11px !important;
}

#onetrust-pc-sdk input[type=text]::placeholder {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 11px !important;
}

#onetrust-pc-sdk .ot-search-cntr > svg {
  display: none !important;
}

/* 필터 */
#onetrust-pc-sdk .ot-fltr-cntr {
  right: 0 !important;
}

#onetrust-pc-sdk #filter-btn-handler {
  background-color: #fff !important;
  border: solid 1px #343434 !important;
  width: 64px !important;
  height: 32px !important;
  border-radius: 16px !important;
  padding-left: 14px !important;
  font-size: 11px !important;
  font-style: normal !important;
  text-align: left !important;
  color: #343434 !important;
}

#onetrust-pc-sdk #filter-btn-handler svg {
  display: none !important;
}

#onetrust-pc-sdk #filter_arrow {
  float: right;
  margin-right: 12px;
  margin-top: 3px;
}

/* 쿠키 세부 목록 */
#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
  display: flex !important;
  flex-direction: row-reverse !important;
}

#onetrust-pc-sdk ul li {
  border: 1px solid #e0e0e0 !important;
}

#onetrust-pc-sdk .ot-host-hdr {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#onetrust-pc-sdk .ot-host-name {
  width: 70% !important;
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-expand {
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 25px !important;
}

#onetrust-pc-sdk .ot-host-item .ot-plus-minus, #onetrust-pc-sdk .ot-ven-item .ot-plus-minus {
  top: 6px !important;
  margin: 0 0 0 8px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info {
  border: none !important;
}

#onetrust-banner-sdk .ot-sdk-row {
  padding: 12px 60px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between !important;
}

#onetrust-banner-sdk .ot-sdk-row::after {
  display: none !important;
}

#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
  position: static !important;
  margin: 0;
  transform: none;
}

#onetrust-banner-sdk #onetrust-button-group {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
}

#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
  width: calc(100% - 383.19px) !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
  margin-left: 52.1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

#onetrust-consent-sdk #ot-sdk-container {
  margin: 0 !important;
  padding: 0 !important;
}

#onetrust-consent-sdk #onetrust-group-container {
  margin: 0 !important;
  padding: 0 !important;
}

#onetrust-banner-sdk #onetrust-policy {
  margin: 0 !important;
}

#onetrust-banner-sdk #onetrust-policy-text {
  margin: 0 !important;
}

#onetrust-banner-sdk #oonetrust-button-group-parent {
  margin: 0 !important;
  padding: 0 !important;
}

/* 쿠키 설정 */
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  float: right !important;
  margin: auto 0 !important;
}

/* 쿠키 설정 */
#onetrust-pc-sdk {
  border-radius: 0 !important;
}

#onetrust-pc-sdk .ot-pc-logo {
  max-width: 225px !important;
  background-image: url("https://web-resource.gentlemonster.com/assets/img/common/logo.svg") !important;
}

#ot-pc-title {
  margin: 24px 0 !important;
  font-size: 15px !important;
}

#ot-pc-desc {
  margin-bottom: 36px !important;
}

#ot-category-title {
  font-size: 15px !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
}

#onetrust-pc-sdk .ot-cat-grp {
  margin-top: 0 !important;
}

#ot-pc-content .ot-accordion-layout .ot-cat-item {
  margin-top: 0 !important;
  border-radius: 0 !important;
}

/* 내 선택 확인 버튼*/
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  width: 100% !important;
  max-width: 235px !important;
  height: 40px !important;
  margin-right: 30px !important;
}

/* 쿠키 목록 */
#onetrust-pc-sdk #ot-pc-hdr {
  margin: 21px 0 16px 30px !important;
}

#onetrust-pc-sdk .ot-lst-subhdr {
  margin-right: 30px !important;
}

/* 검색어를 입력하세요 */
#onetrust-pc-sdk .ot-search-cntr {
  max-width: 205px !important;
  height: 32px !important;
}

/* 필터 */
#onetrust-pc-sdk .ot-fltr-cntr {
  margin-left: 12px !important;
}

/* 세부 목록 */
#onetrust-pc-sdk ul li {
  margin: 0 23px 12px 10px !important;
  padding: 15px 15px 15px 21px !important;
}

#onetrust-pc-sdk #ot-host-lst .ot-acc-txt {
  margin: 0 !important;
  width: 100% !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-host-opts {
  margin-top: 48px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info {
  margin: 0 0 45px 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 769px) {
  #onetrust-banner-sdk #onetrust-button-group {
    margin: 0 auto !important;
  }
}
/* 쿠키 정책 */
#cookie-policy-description,
#cookie-policy-title {
  font-size: 13px !important;
  font-family: "Unica77LLWeb", "SDGothicNeo", "sans-serif" !important;
  font-weight: 400 !important;
  line-height: 1.92 !important;
  color: #343434 !important;
}

#ot-sdk-cookie-policy .ot-sdk-cookie-policy-group, .ot-sdk-cookie-policy-group-desc {
  font-size: 13px !important;
  font-family: "Unica77LLWeb", "SDGothicNeo", "sans-serif" !important;
  font-weight: 400 !important;
  line-height: 1.92 !important;
  color: #343434 !important;
}

#ot-sdk-cookie-policy table {
  font-size: 13px !important;
  font-family: "Unica77LLWeb", "SDGothicNeo", "sans-serif" !important;
  font-weight: 400 !important;
  line-height: 1.92 !important;
  color: #343434 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  border: 1px solid #d7d7d7;
  border-radius: 0px !important;
  font-size: 13px !important;
  font-family: "Unica77LLWeb", "SDGothicNeo", "sans-serif" !important;
  font-weight: 400 !important;
  line-height: 1.92 !important;
  color: #343434 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
  border: 1px solid #d7d7d7 !important;
}

/* 20231010 쿠키 디자인 변경 */
body {
  /* 버튼 */
  /* 한국어를 제외한 (영어.중국어.일어) 한국어+1px */
  /* 텍스트 */
  /* 쿠키설정 팝업창 */
}
body #onetrust-pc-sdk .pc-logo img, body #onetrust-pc-sdk .ot-pc-logo img {
  display: none !important;
}
body .onetrust-pc-dark-filter {
  display: none !important;
}
body #onetrust-banner-sdk:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111111111;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body #onetrust-banner-sdk.otFlat {
  position: static;
}
body #onetrust-banner-sdk .ot-sdk-container {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1111111112;
  width: 440px;
  max-width: 90%;
  height: auto;
}
body #onetrust-banner-sdk .ot-sdk-row {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  height: auto !important;
  padding: 25px !important;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body #onetrust-banner-sdk .ot-sdk-row {
    padding: 20px !important;
  }
}
body #onetrust-banner-sdk #onetrust-button-group {
  flex-direction: column-reverse !important;
  gap: 10px;
}
@media (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-button-group {
    gap: 8px;
  }
}
body #onetrust-banner-sdk #onetrust-accept-btn-handler,
body #onetrust-banner-sdk #onetrust-reject-all-handler,
body #onetrust-banner-sdk #onetrust-pc-btn-handler {
  width: 100% !important;
  min-width: unset;
  max-width: unset !important;
  height: 55px !important;
}
@media (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-accept-btn-handler,
  body #onetrust-banner-sdk #onetrust-reject-all-handler,
  body #onetrust-banner-sdk #onetrust-pc-btn-handler {
    height: 46px !important;
  }
}
body #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border: 1.335px solid #000;
  text-decoration: none;
}
body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
  width: 100% !important;
  margin-bottom: 31px !important;
}
body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
  width: 100%;
}
body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
  margin: 0;
  padding: 0 !important;
}
body #onetrust-consent-sdk #onetrust-accept-btn-handler {
  margin: 0 !important;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  body #onetrust-consent-sdk #onetrust-accept-btn-handler {
    font-size: 13px !important;
  }
}
body #onetrust-pc-sdk[lang=ko] + #onetrust-banner-sdk #onetrust-consent-sdk #onetrust-accept-btn-handler {
  font-size: 13px !important;
}
@media (max-width: 767px) {
  body #onetrust-pc-sdk[lang=ko] + #onetrust-banner-sdk #onetrust-consent-sdk #onetrust-accept-btn-handler {
    font-size: 12px !important;
  }
}
body #onetrust-banner-sdk #onetrust-policy-text {
  font-size: 13px !important;
  word-break: break-word;
  line-height: 19px;
}
@media (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-policy-text {
    font-size: 11px !important;
  }
}
body #onetrust-pc-sdk[lang=ko] + #onetrust-banner-sdk #onetrust-policy-text {
  font-size: 12px !important;
}
@media (max-width: 767px) {
  body #onetrust-pc-sdk[lang=ko] + #onetrust-banner-sdk #onetrust-policy-text {
    font-size: 10px !important;
  }
}
body #onetrust-pc-sdk.otPcCenter {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body #onetrust-banner-sdk .ot-sdk-container,
  body #onetrust-pc-sdk .ot-sdk-container,
  body #ot-sdk-cookie-policy .ot-sdk-container {
    width: 100%;
    padding: 0;
  }
}

/*********************************************************
 * 소스 국가별 통일 완료 (230608)
 * 기존 button-lds-ellipsis , lds-ellipsis => gm-component__spinner 로 공통 교체
  >> 상단 영역에 position:relative 없는 경우 gm-component__spinner-container 클래스 추가
  >> gm-component__spinner-wrapper 에서 active 적용 (display)
  >> gm-component__spinner 에서 dark 적용 (색상반전)
  >> gm-component__spinner 에서 large 적용 (큰사이즈)
  >> gm-component__spinner 에서 sibling-no-control 적용 (로딩바 형제요소 none 처리 제외시)

  <div class="gm-component__spinner-container">
    <div class="gm-component__spinner-wrapper">
      <div class="gm-component__spinner"></div>
      <span></span>
    </div>
  </div>
 *********************************************************/
.gm-component__spinner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0.3s;
  transform: translate(-4px, -4px);
}
.gm-component__spinner-container {
  position: relative;
}
.gm-component__spinner-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gm-component__spinner-wrapper.active, .gm-component__spinner-wrapper--active {
  display: block;
}
.gm-component__spinner-wrapper.active + *:not(.sibling-no-control), .gm-component__spinner-wrapper--active + *:not(.sibling-no-control) {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  color: transparent;
  clip: rect(0, 0, 0, 0);
}
.gm-component__spinner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0s;
}
.gm-component__spinner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0.6s;
}
.gm-component__spinner.large, .gm-component__spinner--large {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0.3s;
  transform: translate(-6px, -6px);
}
.gm-component__spinner.large::before, .gm-component__spinner--large::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0s;
}
.gm-component__spinner.large::after, .gm-component__spinner--large::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #acacac;
  color: #acacac;
  animation: gm-component__spinner 0.9s infinite;
  animation-delay: 0.6s;
}
.gm-component__spinner.dark, .gm-component__spinner.dark::before, .gm-component__spinner.dark::after, .gm-component__spinner--dark, .gm-component__spinner--dark::before, .gm-component__spinner--dark::after {
  animation-name: gm-component__spinner--dark;
}
@keyframes gm-component__spinner {
  0%, 33% {
    background-color: rgb(0, 0, 0);
  }
  50%, 100% {
    background-color: rgb(172, 172, 172);
  }
}
@keyframes gm-component__spinner--dark {
  0%, 33% {
    background-color: rgb(255, 255, 255);
  }
  50%, 100% {
    background-color: rgb(172, 172, 172);
  }
}

/* ======================================= */
.button-lds-ellipsis {
  display: none;
  position: relative;
  width: 80px;
  height: inherit;
  margin: auto;
}
.button-lds-ellipsis--active {
  display: block;
}

.button-lds-ellipsis div {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.button-primary .button-lds-ellipsis div,
.btn-black .button-lds-ellipsis div,
.btn-ui--black .button-lds-ellipsis div {
  background-color: #fff;
}

.button-lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: button-lds-ellipsis1 0.6s infinite;
}

.button-lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: button-lds-ellipsis2 0.6s infinite;
}

.button-lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: button-lds-ellipsis2 0.6s infinite;
}

.button-lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: button-lds-ellipsis3 0.6s infinite;
}
@keyframes button-lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes button-lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes button-lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-ellipsis {
  display: block;
  position: relative;
  /* top: 50%; */
  width: 80px;
  height: inherit;
  margin: auto;
  /* transform: translateY(-50%); */
}

.lds-ellipsis div {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* URL */
/* Language */
/* media query */
/* px to vw convert */
/* resource */
/* clamp() fallback function */
/* gm-component__video-responsive 영역 개별 설정 */
/* 220923 : ADA Video Controller */
.video-control-wrap {
  position: absolute;
  right: 10px;
  right: max(10px, 1vw);
  bottom: 10px;
  bottom: max(10px, 1vw);
}

.video-control-wrap button {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}

.video-control-wrap button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-control-wrap button[aria-pressed=true]:before {
  width: 100%;
  height: 100%;
  background: url(https://web-resource.gentlemonster.com/assets/img/icon/icon_play_white.svg) no-repeat center;
  background-size: contain;
}

.video-control-wrap button[aria-pressed=false]:before {
  width: 100%;
  height: 100%;
  background: url(https://web-resource.gentlemonster.com/assets/img/icon/icon_pause_white.svg) no-repeat center;
  background-size: contain;
}