/* header */
.header * {
  transition: 0.3s;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}

.header__inner {
  font-size: 0;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
}

.logo a {
  padding: 21px 0;
}

.logo__img {
  display: block;
  width: 170px;
  height: 68px;
  background: url(/source/img/logo-w.png) no-repeat center center/cover;
  font-size: 0;
}

.gnb {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.gnb__item>a {
  font-size: 20px;
  font-weight: 350;
}

.gnb__item~.gnb__item {
  margin-left: 30px;
}

.tnb {
  position: absolute;
  right: calc((100% - 1760px) / 2);
  top: 50px;
}

.tnb__item {
  position: relative;
}

.tnb__item~.tnb__item {
  margin-left: 65px;
}

.tnb__item--mobile {
  display: none;
}

.tnb__link {
  cursor: pointer;
}

.tnb__link--cart i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 26px;
  background: url(/source/img/icon_cart-w.png) no-repeat center center/cover;
  margin-right: 5px;
  font-size: 0;
}

.tnb__link--cart p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.tnb__link--lang {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 6px;
}

.tnb__link--lang::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.3s;
}

.tnb__link_list {
  display: none;
  position: absolute;
  left: 50%; 
  top: calc(100% - 1px);
  padding: 5px 0;
  background: #fff;
  transform: translateX(-50%);
  transition: auto;
}
.tnb__link_item {
  font-size: 0;
}
.tnb__link_btn {
  font-size: 16px;
  font-weight: 400;
  color: #666666 !important;
  padding: 2px 20px;
}
.header.black .tnb__link_list {
  border: 1px solid #0f0f0f;
}

.tnb__link--mypage {
  font-size: 16px;
  font-weight: 500;
}

.tnb__link--menu i {
  display: block;
  width: 28px;
  height: 22px;
  background: url(/source/img/icon_menu-w.png) no-repeat center center/cover;
  font-size: 0;
}

.header.white,
.header.white * {
  color: #fff;
}

.header.white .logo__img {
  background: url(/source/img/logo-w.png) no-repeat center center/cover;
}

.header.white .tnb__link--cart i {
  background: url(/source/img/icon_cart-w.png) no-repeat center center/cover;
}

.header.white .tnb__link--lang::after {
  background: #fff;
}

.header.white .tnb__link--menu i {
  background: url(/source/img/icon_menu-w.png) no-repeat center center/cover;
}

.header.black,
.header.black * {
  color: #0f0f0f;
}

.header.black .logo__img {
  background: url(/source/img/logo-b.png) no-repeat center center/cover;
}

.header.black .tnb__link--cart i {
  background: url(/source/img/icon_cart-b.png) no-repeat center center/cover;
}

.header.black .tnb__link--lang::after {
  background: #0f0f0f;
}

.header.black .tnb__link--menu i {
  background: url(/source/img/icon_menu-b.png) no-repeat center center/cover;
}

.fmenu {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background: url(/source/img/img_menu-bg.jpg) no-repeat center center/cover;
  z-index: 50;
  transition: 0.8s;
  animation-duration: 1s;
  overflow: hidden;      
  
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fmenu.animate__fadeInDown {
  top: 0;
}

.fmenu-top {
  position: relative;
  position: absolute;
  top: 0;
}

.fmenu__logo {
  padding: 21px 0;
  margin-right: 68px;
}

.fmenu-member {
  margin-top: 10px;
}

.fmenu-member__list {
  margin: 0 -20px;
}

.fmenu-member__item {
  position: relative;
  padding: 0 20px;
}

.fmenu-member__link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.fmenu-member__item::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #535353;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -8px;
}

.fmenu-member__item:last-child::after {
  display: none;
}

.fmenu-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.fmenu-content {
  margin-top: 70px;
}

.fmenu-gnb {
  width: 100%;
}

.fmenu-gnb__item~.fmenu-gnb__item {
  margin-top: 50px;
}

.fmenu-gnb__link {
  display: inline-block;
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.fmenu-gnb__link span {
  font-size: 20px;
  font-weight: 400;
  color: #ccc;
  padding-left: 20px;
}

.fmenu-bottom {
  padding-top: 45px;
  font-size: 0;
  width: 100%;
}

.fmenu-bottom__box {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

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

.fmenu-page__list {
  margin: 0 -15px;
}

.fmenu-page__item {
  padding: 0 15px;
}

.fmenu-page__link {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

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

.fmenu-language {
  margin-bottom: 52px;
}

.fmenu-language__list {
  margin: 0 -17px;
}

.fmenu-language__item {
  padding: 0 17px;
}

.fmenu-language__link {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 1;
  padding-bottom: 8px;
}

.fmenu-language__link.fmenu-language__link--active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.fmenu-sns__list {
  margin: 0 -15px;
}

.fmenu-sns__item {
  padding: 0 15px;
}

/* footer */
.footer {
  position: relative;
  background: #212121;
  z-index: 1;
}

.footer__box--info {
  padding-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}

.footer__page {
  margin-bottom: 50px;
}

.footer__page--item {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}

.footer__page--item~.footer__page--item {
  margin-left: 26px;
}

.footer__info--item {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}

.footer__info--item span {
  font-weight: 500;
  padding-right: 10px;
}
.footer__info--item a {
  display: inline;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}

.footer__info--list {
  display: inline-block;
  margin: 8px -24px 0 -20px;
}

.footer__info--list br {
  display: none;
}

.footer__info--list .footer__info--item {
  position: relative;
  padding: 0 24px 0 20px;
}

.footer__info--list .footer__info--item::after {
  content: "";
  width: 2px;
  height: 13px;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
}

.footer__info--list .footer__info--item:last-child:after {
  display: none;
}

.footer__info--list .footer__info--item span {
  font-weight: 400;
}

.footer__box--link {
  padding-top: 30px;
  padding-bottom: 65px;
}

.footer__sns {
  margin-bottom: 25px;
}

.footer__sns--item~.footer__sns--item {
  margin-left: 30px;
}

.footer__policy {
  margin: 0 -15px 7px;
}

.footer__policy--item {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.footer__policy--item~.footer__policy--item::after {
  content: "";
  width: 2px;
  height: 13px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

/* top button */
.top__btn__wr.hide {
  display: none !important;
}

.top__btn__wr {
  position: fixed;
  z-index: 30;
  right: 80px;
  bottom: 50px;
  transition: 0.5s;
  opacity: 0;
  cursor: pointer;
}

.top__btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  transition: 0.5s;
}

.top__btn__wr .top__btn--img1 {
  display: inline-block;
}

.top__btn__wr .top__btn--img2 {
  display: none;
}

.top__btn--text {
  display: none;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 1;
  padding-top: 18px;
}

.top__btn img {
  width: 6px;
}

.top__btn__wr.white .top__btn {
  background-color: #333;
}

.top__btn__wr.white .top__btn--text {
  color: #fff;
}

.top__btn__wr.white .top__btn--img1 {
  display: none;
}

.top__btn__wr.white .top__btn--img2 {
  display: inline-block;
}

/* main */
.main__inner {
  font-size: 0;
}

.main__inner>* {
  height: 100%;
}

.royal-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

/* main-section1 */
.main-royal__section {
  /* background: url(/source/img/img_main-visual-1.jpg) no-repeat center center/cover; */
}

.main-royal__inner {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.main-royal__video {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(/source/img/img_main-video-1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 0;
}

.main-royal__box {
  margin-bottom: 150px;
}

.main-royal__text {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transform: translateX(60px);
}

.main-royal__title {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateX(60px);
}

.main-royal__section.active .main-royal__text {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease-out 0.3s;
}

.main-royal__section.active .main-royal__title {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease-out 0.6s;
}

.main-royal__scroll {
  position: absolute;
  right: 0;
  bottom: 105px;
  padding-right: 62px;
  transform: rotate(90deg);
  font-size: 0;
}

.main-royal__scroll::after {
  content: "";
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17.5px;
}

.main-royal__scroll p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.main-royal__scroll img {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  animation: slidedown 1.3s cubic-bezier(0.1, -0.6, 0.58, 0) Infinite;
}

@keyframes slidedown {
  0% {
    right: 18px;
  }

  50% {
    right: 12px;
  }

  100% {
    right: 18px;
  }
}

/* main-section2 */
.main-blm__inner {
  font-size: 0;
  height: calc(var(--vh, 1vh) * 100);
}

.main-blm__box {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

.main-blm__box--img {
  background: url(/source/img/img_main-visual-2.jpg) no-repeat center center/cover;
}

.main-blm__box--text {
  height: auto;
  padding-left: 100px;
  padding-bottom: 125px;
  padding-right: 50px;
}

.main-blm__title {
  font-size: 70px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.1;
}

.main-blm__text--1 {
  font-size: 22px;
  font-weight: 400;
  color: #0f0f0f;
  margin-top: 37px;
}

.main-blm__text--2 {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.75;
  margin-top: 20px;
}

/* main-section3 */
.main-product__section {
  background: #212121;
}

.main-product__box--text {
  position: relative;
  z-index: 5;
  width: 37%;
  padding-left: calc((100% - 1392px) / 2);
  padding-top: 50px;
}

.main-product__category {
  font-size: 20px;
  font-weight: 500;
  color: #bbbbbb;
  margin-bottom: 30px;
}

.main-product__title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 50px;
}

.main-product__text {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 1.75;
}

.main-product__btn {
  margin-top: 70px;
}

.main-product__ctrl {
  margin-top: 157px;
}

.main-product__ctrl-list {
  margin: 0 -26px;
}

.main-product__ctrl-item {
  position: relative;
  padding: 0 26px;
}

.main-product__ctrl-item~.main-product__ctrl-item::after {
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.main-product__arrow {
  font-size: 0;
  cursor: pointer;
}

.main-product__box--slide {
  width: 63%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.main-product__slide {
  margin-top: 130px;
}

.main-product__slide .swiper-slide {
  text-align: center;
}

.main-product__slide--img {
  position: relative;
  /* height: 520px; */
  height: 0;
  padding-bottom: 125%;
  margin-bottom: 25px;
  opacity: 1;
}

.main-product__slide--img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: 0.3s;
}

.main-product__slide .main-product__slide--img::before{
  content:"";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  position: absolute; 
  top: 30px;
  left: 0;
}

.main-product__slide--1 .main-product__slide--img::before{
  background: url(/source/img/img_main-pdt-1-ov.jpg) no-repeat center center/cover;
}

.main-product__slide--2 .main-product__slide--img::before{
  background: url(/source/img/img_main-pdt-2-ov.jpg) no-repeat center center/cover;
}

.main-product__slide--3 .main-product__slide--img::before{
  background: url(/source/img/img_main-pdt-3-ov.jpg) no-repeat center center/cover;
}

.main-product__slide--4 .main-product__slide--img::before{
  background: url(/source/img/img_main-pdt-4-ov.jpg) no-repeat center center/cover;
}

.main-product__slide .swiper-slide:hover .main-product__slide--img img{
  opacity: 0;
}

.main-product__slide .swiper-slide:hover .main-product__slide--img::before{
  opacity: 1;
  top: 0;
}


.main-product__slide--category {
  font-size: 18px;
  font-weight: 300;
  color: #999999;
}

.main-product__slide--name-en {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 3px;
}

.main-product__slide--name-kr {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
}

/* main-section4 */
.main-set__section {
  background: #212121;
}

.main-set__section::before {
  content: "ROYAL SET";
  font-size: 154px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.01);
  position: absolute;
  left: -360px;
  bottom: 290px;
  transform: rotate(-90deg);
}

.main-set__inner {
  display: table;
  font-size: 0;
  padding-left: 230px;
  height: 100%;
}

.main-set__box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 33.3333%;
  border-left: 1px solid #2f2f2f;
  transition: 0.6s;
}

.main-set__text {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  max-width: 400px;
  max-height: 564px;
  height: 100%;
  padding-top: 210px;
}

.main-set__text::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  transition: 0.6s;
  opacity: 0;
}

.main-set__box--1 .main-set__text:hover::before {
  background: url('/source/img/img_main-set-1.jpg') no-repeat center/cover;
  opacity: 1;
  top: 0;
}

.main-set__box--2 .main-set__text:hover::before {
  background: url('/source/img/img_main-set-2.jpg') no-repeat center/cover;
  opacity: 1;
  top: 0;
}

.main-set__box--3 .main-set__text:hover::before {
  background: url('/source/img/img_main-set-3.jpg') no-repeat center/cover;
  opacity: 1;
  top: 0;
}

.main-set__name--en {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-left: -2px;
}

.main-set__name--en span {
  display: block;
  font-size: 40px;
  margin-top: 10px;
}

.main-set__name--kr {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 20px;
  margin-left: -2px;
}

/* main-section5 */
.main-brand__section {
  background: #121212 url(/source/img/img_main-visual-5.jpg) no-repeat center center/cover;
}

.main-royal__box {}

.main-brand__name {
  font-size: 20px;
  font-weight: 500;
  color: #bbbbbb;
  margin-bottom: 30px;
}

.main-brand__title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 45px;
}

.main-brand__text {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 1.75;
}

.main-brand__btn {
  margin-top: 70px;
}

/* sub */
.sub {
  padding-top: 110px;
  padding-bottom: 120px;
  margin: 0 !important;
}

.sub__title--box {
  padding-top: 105px;
  padding-bottom: 60px;
}

.sub__title {
  font-size: 70px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.0;
}

.sub__title {
  font-size: 70px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.0;
}

.sub__title--kr {
  font-weight: 500;
}

.sub__title--sub {
  font-size: 26px;
  font-weight: 400;
  color: #0f0f0f;
  margin-top: 8px;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.btn_submit {
  width: 480px;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #212121;
  text-align: center;
  max-width: 100%;
  border-radius: 0;
  border: none;
  padding: 0 50px;
}

.btn_submit:hover {
  background: #212121;
}

.btn_close {
  width: 480px;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 80px !important;
  max-width: 100%;
  border-radius: 0;
}

a.btn_frmline,
button.btn_frmline {
  width: auto;
  background: #212121;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0 10px;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.frm_input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.frm_input.readonly {
  background: #fafafa;
}

.input_div3 {
  width: calc((100% - 34px) / 3) !important;
}

.btn_input {
  width: calc(100% - 105px) !important;
}

*::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
}

.required,
textarea.required {
  background-image: none !important;
}

.chk_box input[type="checkbox"]+label {
  position: relative;
  color: #676e70 !important;
  cursor: pointer;
  margin-bottom: 0;
  line-height: inherit;
  display: inline-block;
  padding-left: 0 !important;
}

.chk_box input[type="checkbox"]+label b {
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
  padding-left: 10px;
}

.chk_box input[type="checkbox"]+label:hover {
  color: #0f0f0f
}

.chk_box input[type="checkbox"]+label span {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  float: left;
  width: 20px !important;
  height: 20px !important;
  display: block;
  background: #fff;
  border: 1px solid #c7c7c7 !important;
  border-radius: 0 !important;
  cursor: pointer;
}

.chk_box input[type="checkbox"]:checked+label {
  color: #000;
}

.chk_box input[type="checkbox"]:checked+label span {
  background: url("/img/chk.png") no-repeat 50% 50% #0f0f0f !important;
  border-color: #0f0f0f !important;
  border-radius: 0
}

br.late {
  display: none;
}

/* sub > brandstory(브랜드스토리) */
.brandstory {
  position: relative;
  width: 100%;
}

.brandstory__background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
}

.brandstory__background video {
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brandstory__background--line {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1392px;
  width: 100%;
  height: 100%;
}

.brandstory__background--line .left__line {
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.brandstory__background--line .center__line {
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.brandstory__background--line .right__line {
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.brandstory__first--sec {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.brandstory__first--sec--text--box {
  max-width: 1392px;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  position: relative;
  padding-top: 49vh;
}

.brandstory__first--sec--title {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  padding-bottom: 61px;
}

.brandstory__first--sec--big--title {
  font-weight: 400;
  font-size: 100px;
  color: #fff;
  line-height: 1;
  margin-left: -4px;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.brandstory__second--sec--text--box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50%;
  padding-top: 91px;
  padding-bottom: 114px;
  padding-left: calc((100% - 1392px) / 2);
  margin-top: -70px;
}

.brandstory__second--sec--title1 {
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  line-height: 1.085;
  margin-left: -4px;
}

.brandstory__second--sec--title2 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 58px 0 19px;
  margin-left: 0;
}

.brandstory__second--sec--text {
  font-weight: 300;
  font-size: 16px;
  color: #999;
  line-height: 1.75;
}

.brandstory__second--sec--his--wrap {
  position: relative;
  text-align: right;
}

.brandstory__second--sec--his--box {
  width: 100%;
  text-align: left;
  display: inline-block;
  padding-top: 212px;
  padding-bottom: 250px;
  padding-left: 50%;
}

.brandstory__second--sec--his--title {
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  line-height: 1;
  padding-bottom: 77px;
  margin-left: -6px;
}

.brandstory__second--sec--his--list li {
  padding-bottom: 63px;
}

.brandstory__second--sec--his--list li:last-child {
  padding-bottom: 0;
}

.brandstory__second--sec--his--year {
  font-weight: 500;
  font-size: 19px;
  color: #999;
  line-height: 1;
  padding-bottom: 16px;
}

.brandstory__second--sec--his--cont {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}

/* sub > productlist(제품목록) */
.prodlist__sec {
  height: calc(var(--vh, 1vh) * 100);
}

.prodlist__sec--bg {
  background: url('/source/img/img_pdt-visual.jpg') no-repeat center/cover;
}

.prodlist__sec .wrap2 {
  position: relative;
  height: 100%;
}

.prodlist__sec--text_box {
  position: absolute;
  bottom: 289px;
  left: 0;
}

.prodlist__sec--title {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  padding-bottom: 59px;
}

.prodlist__sec--text {
  font-weight: 300;
  font-size: 110px;
  color: #fff;
  line-height: 1;
  margin-left: -6px;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
}

.list__cate--box {
  background-color: #121212;
  padding: 85px 0 72px;
}

.list__cate--list {
  margin: 0 -37px;
}

.list__cate--list li {
  padding: 0 37px;
}

.list__cate--list a {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  opacity: 0.1;
}

.list__cate--list li.active a {
  opacity: 1;
}

#sct_ct_1 {
  padding-top: 52px;
}

#sct_ct_1 a {
  font-weight: 400;
  font-size: 22px;
  color: #666;
  line-height: 1;
}

#sct_ct_1 ul {
  margin: 0 -18.5px;
}

#sct_ct_1 ul li {
  padding: 0 18.5px;
}

#sct_ct_1 .active a {
  font-weight: 600;
  color: #fff;
}

#sct_ct_1 .active a::after {
  content: '*';
  font-weight: 600;
}

.sct_10 .sct_ct_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* sub > customcenter(고객센터) */
.cus__text--section1 {
  padding-bottom: 60px;
}

.cus__text--section1--title {
  font-weight: 300;
  font-size: 40px;
  color: #0f0f0f;
  line-height: 1;
  padding-bottom: 25px;
}

.cus__text--section1--sub--title {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 1;
}

.cus__text--section2 {
  position: relative;
  padding-left: 12px;
  border-bottom: 2px solid #333;
}

.cus__text--section2--num {
  font-weight: 500;
  font-size: 18px;
  color: #ada491;
  line-height: 1;
  padding-bottom: 17px;
}

.cus__text--section2--num a {
  font-weight: 500;
  font-size: 18px;
  color: #0f0f0f;
  display: inline-block;
}

.cus__text--section2--time {
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 1;
  padding-bottom: 10px;
}

.cus__text--section2--time span {
  font-weight: 300;
  color: #666;
  padding-left: 10px;
}

.cus__text--section2--mail {
  padding: 15px 0 35px;
}

.cus__text--section2--mail a {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 1;
}

.cus__text--section2--btn {
  position: absolute;
  bottom: 18px;
  right: 10px;
}

.cus__text--section3 {
  padding: 80px 0 24px;
}

.cus__text--section3--text {
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
}

.cus__text--section4--wrap {
  padding-top: 73px;
}

.cus__text--section4--wrap--title {
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  border-bottom: 2px solid #0f0f0f;
  padding-bottom: 4px;
}

.cus__text--section4--wrap--text {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 1.875;
  padding-top: 27px;
}

.cus__text--section4--wrap--box {
  background-color: #f7f7f7;
  padding: 40px 50px;
  margin-top: 20px;
}

.cus__text--section4--wrap--box--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.cus__text--section4--wrap--box--text {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 1.875;
  padding-top: 13px;
}

/* sub > qa_complete(문의완료) */
.qa__box {
  border-top: 2px solid #333;
}

.qa__box--big--title {
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
  padding: 68px 0 27px;
}

.qa__box--big--title--thick {
  font-weight: 500;
}

.qa__box--small--title {
  font-weight: 300;
  font-size: 20px;
  color: #666;
  line-height: 1;
  padding-bottom: 58px;
}

.qa__box--btn {
  text-align: left;
  padding-top: 56px;
  padding-left: 49px;
}

.qa__box--btn img {
  display: block;
  margin-top: 15px;
}

/* sub > cart(장바구니) */
.btn_cart_del {
  border-bottom: none;
  text-align: right;
  font-size: 0;
  margin: 0 -15px 15px;
  padding: 0;
}

.btn_cart_del button {
  position: relative;
  height: auto;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
  padding: 0 15px;
}

.btn_cart_del button~button:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.chk_box.chk_box_all input[type="checkbox"]+label {
  position: absolute !important;
  left: 0 !important;
  top: -45% !important;
  width: 200px;
  text-align: left;
  font-size: 0;
}

.chk_box.chk_box_all input[type="checkbox"]+label span,
.chk_box.chk_box_all input[type="checkbox"]+label b {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  letter-spacing: normal;
}

.chk_box.chk_box_all input[type="checkbox"]+label p {
  display: inline-block;
  vertical-align: middle;
}

.tbl_head03 {
  margin-bottom: 40px;
}

.tbl_head03 table {
  border-bottom: none;
}

.tbl_head03 thead th {
  padding: 27px 0;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  background: #f7f7f7;
}

.tbl_head03 td {
  border-top: none;
  border-left: none;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
}

.tbl_head03 td:first-child {
  padding: 0;
  width: 50px;
  text-align: left;
}

.od_prd_list .td_prd {
  padding-left: 0;
}

.od_prd_list .td_prd .sod_img {
  position: relative;
  left: inherit;
  top: inherit;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
}

.od_prd_list .td_prd .sod_name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  min-height: auto;
}

.od_prd_list .td_prd .prd_name {
  font-size: 0;
  margin-bottom: 6px;
}

.od_prd_list .td_prd .prd_name b {
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
  display: inline-block;
  vertical-align: bottom;
}

.od_prd_list .td_prd .prd_name span {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  padding-left: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.od_prd_list .td_prd .prd_cate_name {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 5px;
}

.sod_opt

/*, .sod_option_btn*/
  {
  display: none;
}

.sod_opt li {
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
  color: #999;
}

.sod_opt li:before {
  display: none;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px
}

.sod_option_btn .mod_options {
  font-size: 13px;
}

.od_prd_list .total_prc {
  font-size: 16px;
  font-weight: 600;
  color: #0f0f0f;
}

.od_prd_list .td_price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding-right: 2px;
  position: relative;
}

.od_prd_list .td_price span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  left: 0;
  top: 50%;
}

.od_prd_list .td_price p {
  display: block;
}

.od_prd_list .td_numbig {
  width: 190px;
}

.od_prd_list .td_numbig.td_price {
  width: 170px;
}

.od_prd_list .td_num {
  width: 200px;
}

.od_prd_list .td_dvr {
  width: 130px;
}

.cart_qty_btn {
  width: 35px;
  height: 35px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.cart_qty_minus {
  margin-right: 18px;
  background: url(/source/img/icon_cart-minus.png) no-repeat center center;
}

.cart_qty_plus {
  margin-left: 18px;
  background: url(/source/img/icon_cart-plus.png) no-repeat center center;
}

#sod_bsk #sod_bsk_tot {
  border: none;
  border-top: 2px solid #333333;
  padding-top: 18px;
  text-align: right;
  font-size: 0;
}

#sod_bsk #sod_bsk_tot li {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: none;
  color: #0f0f0f;
  padding: 0;
  border: none;
  padding: 0 27px 0 17px;
}

#sod_bsk #sod_bsk_tot li:after {
  font-size: 18px;
  font-weight: 400;
  color: #ada491;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_prc:after {
  content: "+";
}

#sod_bsk #sod_bsk_tot li.sod_bsk_dvr:after {
  content: "=";
}

#sod_bsk #sod_bsk_tot li span {
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#sod_bsk #sod_bsk_tot li strong {
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt {
  width: auto;
  background: none;
  padding-left: 30px;
  padding-right: 10px;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_cnt span {
  font-size: 24px;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_cnt strong {
  font-size: 24px;
  font-weight: 600;
}

#sod_bsk #sod_bsk_tot li.sod_bsk_cnt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 400;
  color: #0f0f0f;
}

.sod_bsk_add_txt {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  margin-top: 7px;
  padding-right: 10px;
}

#sod_bsk_act {
  margin-top: 95px;
  margin-bottom: 0;
  font-size: 0;
}

#sod_bsk_act>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  max-width: 50%;
}

/* sub > order(주문) */
.od_prd_list__wrap {
  font-size: 0;
}

.od_prd_list__item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.od_prd_list__item--info {
  width: 1003px;
}

.od_prd_list__item--order {
  width: calc(100% - 1003px);
  padding-left: 40px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  right: 0;
}

.sod_left,
.sod_right {
  display: block;
  width: 100%;
  margin: 0;
}

.sod_frm_point {
  display: none !important;
}

#sod_frm .od_prd_list {
  margin-bottom: 120px;
}

.od_prd_list.tbl_head03 td.td_prd {
  width: auto;
  min-width: 500px;
  padding: 20px;
}

#sod_frm p {
  margin: 0;
}

#sod_frm .od_prd_list .td_prd .sod_name {
  padding-left: 23px;
}

#sod_frm .od_prd_list .td_prd .prd_name {
  margin-bottom: 6px;
}

#sod_frm .od_prd_list .td_prd .prd_cate_name {
  margin-bottom: 5px;
}

#sod_frm .total_price {
  font-weight: 600;
}

.sod_list__tot {
  font-size: 0;
  text-align: right;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #333;
}

.sod_list__tot--item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 27px 0 17px;
}

.sod_list__tot--item span,
.sod_list__tot--item strong,
.sod_list__tot--item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
}

.sod_list__tot--item strong {
  padding-left: 15px;
}

.sod_list__tot--item.sod_list__tot--item-3 {
  padding-right: 0;
}

.sod_list__tot--item-3 span,
.sod_list__tot--item-3 p {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.sod_list__tot--item-3 strong {
  font-size: 24px;
  font-weight: 600;
}

.sod_list__tot--item:after {
  font-size: 18px;
  font-weight: 400;
  color: #ada491;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

.sod_list__tot--item.sod_list__tot--item-1:after {
  content: "+";
}

.sod_list__tot--item.sod_list__tot--item-2:after {
  content: "=";
}

#sod_frm_orderer,
#sod_frm_taker {
  border: none;
  margin: 0;
}

#sod_frm_taker {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 75px;
}

#sod_frm div.tbl_frm01,
#sod_frm_taker div.tbl_frm01 {
  padding: 30px 0 !important;
  margin: 0;
}

#sod_frm section h2 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  padding: 0 0 10px;
  border-bottom: 2px solid #333;
}

#sod_frm .tbl_frm01 th {
  width: 130px;
}

#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
  padding: 10px 0;
}

#sod_frm .tbl_frm01 #sod_frm_place,
#sod_frm .tbl_frm01 #sod_frm_addr {
  font-size: 0;
}

#sod_frm .tbl_frm01 td .btn_address {
  width: 100px;
  height: 66px;
  background: #212121;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  margin-left: 5px;
}

#sod_frm_taker .order_choice_place {
  border: none;
  background: none;
  padding-left: 0;
  font-size: 0;
}

#sod_frm_taker .order_choice_place label {
  display: inline-block;
  margin-right: 40px;
}
#sod_frm_taker .tbl_frm01 td input.sound_only{
  font-size: 0;
}

#sod_frm_taker .tbl_frm01 .btn_frmline {
  position: relative;
  top: inherit;
  right: inherit;
  width: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #212121;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}

#sod_frm_taker label {
  display: block;
  margin-right: 0;
}

.od_td--hp {
  font-size: 0 !important;
}

.od_td--hp span {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#sod_frm #od_memo {
  padding: 20px;
}

#forderform .sod_right #sod_bsk_tot {
  border: 1px solid #565656;
  padding: 25px 30px 35px;
}

.sod_bsk_tot__title {
  font-size: 24px;
  font-weight: 400;
  color: #0f0f0f;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
}

#sod_frm #sod_bsk_tot .sod_bsk_coupon:before,
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before {
  display: none;
}

#sod_frm #sod_bsk_tot ul {
  padding-top: 15px;
}

#sod_frm #sod_bsk_tot li {
  width: 100%;
  height: auto;
  float: none;
  text-align: left;
  border-bottom: none;
  border-right: none !important;
  font-size: 0;
  padding: 6px 0;
}

#sod_frm #sod_bsk_tot li span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

#sod_frm #sod_bsk_tot li span b {
  font-weight: 400;
}

#sod_frm #sod_bsk_tot li .sod_bsk_sell-item {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  text-align: right;
}

#sod_frm #sod_bsk_tot li .sod_bsk_sell-item strong {
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
}

#sod_frm #sod_bsk_tot li .sod_bsk_sell-item p {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

#sod_frm #sod_bsk_tot .sod_bsk_cnt {
  border: none;
  border-top: 1px solid #f7f7f7;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 0 0;
  height: auto;
  line-height: 1.2;
}

#sod_frm #sod_bsk_tot .sod_bsk_cnt span {
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
  text-align: left;
  float: none;
}

#sod_frm #sod_bsk_tot li.sod_bsk_cnt .sod_bsk_sell-item {
  font-size: 24px;
}

#sod_frm #sod_bsk_tot li.sod_bsk_cnt .sod_bsk_sell-item strong {
  font-size: 24px;
  font-weight: 600;
}

#sod_frm #sod_bsk_tot li.sod_bsk_dvr2 {
  display: none;
}

.od_coupon_btn__wrap {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  font-size: 0;
}

#od_coupon_btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 76px;
  height: 42px;
  background: #212121;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
}

#od_coupon_cancel {
  margin-left: 5px;
  width: auto;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 0;
}

.sod_option_btn .mod_options {
  border-radius: 0;
  line-height: 28px;
  font-weight: 300;
}

/* sub > cart(장바구니) > 팝업 */
#sod_bsk_list #mod_option_frm {
  max-width: calc(100% - 20px);
  margin: 0;
  transform: translate(-50%, -50%);
}

#mod_option_frm h2 {
  height: 50px;
}

#mod_option_frm .btn_confirm .btn_close:hover {
  background: none;
}

#mod_option_frm .btn_confirm {
  background: none;
  margin: 20px;
}

#mod_option_frm .btn_confirm .btn_submit {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

#mod_option_frm #sit_opt_added li .opt_name {
  font-size: 22px;
  font-weight: 300;
  width: 60%;
  text-align: left;
}

#mod_option_frm #sit_tot_price,
#mod_option_frm #sit_tot_price strong {
  font-size: 20px;
}

#mod_option_frm .btn_confirm .btn_close {
  width: 60px;
}

#mod_option_frm .btn_confirm .btn_close::before,
#mod_option_frm .btn_confirm .btn_close::after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
}

#mod_option_frm .btn_confirm .btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

#mod_option_frm .btn_confirm .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}


/* sub > order(주문) > 쿠폰팝업 */
.od_coupon_wrap {
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  z-index: 1;
  font-size: 16px;
}

.od_coupon h3 {
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
  box-shadow: none;
}

.od_coupon .btn_close {
  line-height: 50px !important;
  border: none;
}

.tbl_head02 thead th {
  font-weight: 400;
  color: #0f0f0f;
  text-align: center;
}

.sod_right .pay_tbl {
  display: none;
}

.sod_agree__box {
  border: 1px solid #333;
  border-bottom: none;
  margin-top: 10px;
  padding: 28px;
}

.sod_agree__box h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

.sod_agree__txt {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  line-height: 24px;
  line-height: 1.7;
}

#sod_frm .sod_agree__txt~.sod_agree__txt {
  margin-top: 10px;
}

.sod_agree__chk {
  margin-top: 25px;
}

.sod_agree__chk span {
  margin-top: 2px !important;
}

.sod_agree__chk b {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #666666 !important;
}

#display_pay_button {
  border: 1px solid #333;
  border-top: none;
  padding: 12px 28px 20px;
}

#display_pay_button .btn_submit {
  border: none;
  height: 80px;
  font-size: 18px;
  font-weight: 300;
}

#display_pay_button .btn01 {
  height: 80px;
  line-height: 80px;
  font-weight: 300;
  font-size: 18px;
  color: #0f0f0f;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  padding: 0 50px;
  display: none;
}

.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline#sod_frm_pay {
  margin: 0;
}

#forderform .od_pay_buttons_el {
  margin-top: 0;
  border: none;
  padding: 0;
  border-bottom: 2px solid #333;
}

#forderform .od_pay_buttons_el h3 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  border-bottom: 2px solid #333;
  padding: 0 0 10px;
  margin: 0;
}

.od_pay_reuse__chk.chk_box {
  position: absolute;
  right: 0;
  top: 5px;
}

.od_pay_reuse__chk.chk_box input[type="checkbox"]+label b {
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.od_pay_reuse__chk.chk_box input[type="checkbox"]+label span {
  margin-top: 3px;
}

#sod_frm_paysel {
  padding: 25px 0;
  font-size: 0;
}

#od_pay_sl .lb_icon {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  /* width: calc((100% / 7) - 10px);  */
  height: 88px;
  border: 1px solid #e8e8e8;
  background-color: #f2f2f2;
  background-position: center 30%;
  padding: 50px 0 0;
  margin: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-indent: 0;
}

#sod_frm_pay input[type="radio"]:checked+.lb_icon {
  border: 1px solid #212121;
  background-color: #212121;
  color: #fff;
}

/* 임시 { */
#sod_frm_paysel .bank_icon {
  background-image: url("/img/pay_icon4.png")
}

#sod_frm_paysel .vbank_icon {
  background-image: url("/img/pay_icon4.png")
}

#sod_frm_paysel .iche_icon {
  background-image: url("/img/pay_icon4.png")
}

/* } 임시 */
#sod_frm_paysel input[type="radio"]:checked+.KPAY {
  background-image: url("/img/kpay_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.PAYNOW {
  background-image: url("/img/paynow_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.PAYCO {
  background-image: url("/img/payco_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.inicis_lpay {
  background-image: url("/img/lpay_logo_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.inicis_kakaopay {}

#sod_frm_paysel input[type="radio"]:checked+.inicis_kakaopay em {
  background-image: url("/img/kakao_active.png");
}

#sod_frm_paysel input[type="radio"]:checked+.kakaopay_icon {
  background-image: url("/img/kakao_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.naverpay_icon {
  background-image: url("/img/ico-default-naverpay_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.bank_icon {
  background-image: url("/img/pay_icon4_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.vbank_icon {
  background-image: url("/img/pay_icon4_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.iche_icon {
  background-image: url("/img/pay_icon4_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.hp_icon {
  background-image: url("/img/pay_icon3_active.png")
}

#sod_frm_paysel input[type="radio"]:checked+.card_icon {
  background-image: url("/img/pay_icon4_active.png")
}

#settle_bank {
  border: none;
  line-height: 1.5;
  padding: 5px;
}

.settle_bank__row {
  display: table;
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #e0e0e0;
}

.settle_bank__row:first-child {
  border-top: 1px solid #e0e0e0;
}

#settle_bank label {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  background: #f7f7f7;
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 400;
  padding: 15px 20px;
}

.settle_bank__item {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 140px);
  height: 75px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 15px 20px;
}

#settle_bank #od_deposit_name {
  width: 200px;
  height: 45px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin: 0;
}

/* sub > order(주문) > 배송지팝업 */
#sod_addr .frm_input {
  display: none;
}

#sod_addr td {
  vertical-align: middle;
}

#sod_addr .td_sbj {
  width: auto;
  text-align: center;
}

#sod_addr .td_sbj .chk_box {
  float: none;
}

#sod_addr .td_name {
  width: auto;
}

#sod_addr.new_win .win_btn>* {
  max-width: 30%;
}

#sod_addr .td_mng .mng_btn {
  border-radius: 0;
}

#sod_addr .td_mng .sel_address {
  border: 1px solid #333;
  color: #0f0f0f;
}

/* sub > order(주문) > 모바일 */
.sod_frm_mobile .sod_list .li_prqty {
  padding-bottom: 0;
}

.sod_frm_mobile .sod_list .li_prqty_sp {
  width: 100%;
  font-size: 14px;
  padding: 0;
}

.sod_frm_mobile .sod_list .total_price {
  background: none;
  margin: 5px 0 10px;
  padding: 0 10px;
  font-weight: 400 !important;
}

.sod_frm_mobile .sod_list .total_price span {
  font-size: 15px;
}

.sod_frm_mobile .sod_list .total_price strong {
  font-weight: 600 !important;
  color: #0f0f0f;
  font-size: 16px;
}

.sod_frm_mobile .sod_list .prqty_sc,
.sod_frm_mobile .sod_list .prqty_price {
  border-right: none;
}

.sod_frm_mobile .sod_list .li_op_wr {
  padding: 10px;
}

.sod_frm_mobile .sod_list .total_img {
  position: relative;
  left: inherit;
  top: inherit;
}

.sod_frm_mobile .sod_list .sod_li {
  border-bottom: 1px solid #e0e0e0;
}

.sod_frm_mobile .sod_list .li_name {
  font-size: 16px;
  border-bottom: none;
  background: #f7f7f7;
}

.sod_frm_mobile .sod_list .li_name strong {
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}

.sod_frm_mobile .sod_list .li_name span {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  padding-left: 7px;
}

.sod_frm_mobile .sod_list .li_category {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

.sod_frm_mobile .sod_ta_wr {
  margin-bottom: 55px;
  padding-top: 5px;
  border-top: 2px solid #0f0f0f;
}

.sod_frm_mobile #m_sod_bsk_tot {
  background: none;
  color: #0f0f0f;
}

.sod_frm_mobile #m_sod_bsk_tot dt,
.sod_frm_mobile #m_sod_bsk_tot dd {
  font-size: 15px;
  line-height: 1.3;
  padding-bottom: 0;
  padding-top: 5px;
}

.sod_frm_mobile #m_sod_bsk_tot dd strong {
  font-weight: 400;
}

.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt {
  background: none;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  font-size: 17px;
}

.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
}

.sod_frm_mobile #sod_frm_orderer,
.sod_frm_mobile #sod_frm_taker {
  padding: 0;
  border: none;
}

.sod_frm_mobile #sod_frm_taker h2,
.sod_frm_mobile #sod_frm_orderer h2 {
  font-size: 20px;
  padding-bottom: 8px;
}

.sod_frm_mobile .odf_list li {
  position: relative;
}

.sod_frm_mobile .odf_list label,
.sod_frm_mobile .odf_list strong {
  font-size: 15px;
  color: #0f0f0f;
  margin: 10px 0 3px;
}

.sod_frm_mobile .odf_list .frm_info {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin-bottom: 5px;
  display: block;
}

.sod_frm_mobile .odf_list .dlv_slt {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding-top: 7px;
}

.sod_frm_mobile .odf_list .dlv_slt strong {
  font-weight: 400;
  color: #0f0f0f;
}

.sod_frm_mobile #order_address {
  font-size: 13px;
  border-radius: 0;
  margin-top: 0;
}

.sod_frm_mobile .odf_list .ad_default {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 14px;
  color: #666;
}

.sod_frm_mobile .odf_list .btn_addsch {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
}

#sod_frm #od_memo {
  padding: 10px;
}

.sod_frm_pc .tbl_frm01 .frm_info {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  padding-bottom: 0; 
  padding-top: 5px;
}

.sod_frm_mobile .odf_list textarea {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  font-size: 14px;
}

.sod_frm_mobile #sod_frm_pay {
  border-top: none;
}

.sod_frm_mobile .odf_tbl table {
  border-bottom: none;
}

.sod_frm_mobile .odf_tbl table th,
.sod_frm_mobile .odf_tbl table td {
  border-top: none;
  font-size: 15px;
  padding-top: 0;
}

.sod_frm_mobile #od_tot_price {
  padding: 0;
  line-height: 1.5;
}

.sod_frm_mobile#sod_frm #sod_frm_pt_alert {
  display: none !important;
}

.sod_frm_mobile .mo_od_send_cost2 {
  display: none;
}

.sod_frm_mobile .mo_od_send_cost2 p {
  font-size: 13px;
  line-height: 1.5;
  color: #999;
}

.sod_frm_mobile .odf_tbl table .mo_od_send_total th {
  color: #0f0f0f;
  font-size: 17px;
}

.sod_frm_mobile .odf_tbl table .mo_od_send_total td {
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 400;
}

.sod_frm_mobile #od_tot_price {
  font-weight: 600;
}

.sod_frm_mobile#sod_frm #sod_frm_pay h2 {
  position: relative;
  font-size: 20px;
  line-height: inherit;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
}

.sod_frm_mobile #m_sod_frm_paysel {
  margin: 30px 0 0;
}

.sod_frm_mobile #m_sod_frm_paysel ul {
  width: 100%;
  font-size: 0;
  padding: 0 10px;
  border: none;
}

.sod_frm_mobile #m_sod_frm_paysel li {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
  padding: 4px 0;
}

.sod_frm_mobile #m_sod_frm_paysel li label {
  width: 100% !important;
  height: auto !important;
  text-indent: 0 !important;
  font-size: 15px !important;
  line-height: 1.5;
  background: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.sod_frm_mobile #sod_frm_pay input[type="radio"]:checked+.lb_icon {
  color: #0f0f0f;
  border: none;
}

.sod_frm_mobile #sod_frm_pay .radio_wrap input[type=radio]+label:before {
  top: 2px;
}

.sod_frm_mobile #sod_frm_pay .radio_wrap input[type=radio]+label:after {
  top: 6px;
}

.sod_frm_mobile #settle_bank {
  padding: 0;
  border: none;
}

.sod_frm_mobile #settle_bank label,
.sod_frm_mobile #settle_bank .settle_bank__item {
  display: block;
  width: 100%;
  float: none;
  line-height: inherit;
  height: auto;
  font-size: 14px;
  padding: 10px;
}

.sod_frm_mobile #settle_bank #od_deposit_name {
  width: 100%;
  float: none;
  height: 50px;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
}

.sod_frm_mobile #display_pay_button {
  border: none;
  margin: 30px 0 0;
  padding: 0;
}

.sod_frm_mobile #display_pay_button>* {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(50% - 20px);
  font-size: 14px;
  margin: 0 5px;
}

.sod_frm_mobile #display_pay_button .btn_submit,
.sod_frm_mobile #display_pay_button .btn_cancel {
  width: 200px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

#sod_frm.sod_frm_mobile .odf_list .frm_input.input_div3 {
  width: calc((100% - 34px) / 3) !important;
}

/* sub > order(주문) > 모바일 > 쿠폰팝업 */
.sod_frm_mobile .od_coupon .btn_confirm .btn_close {
  line-height: 45px !important;
}

.sod_frm_mobile #sod_frm_pay .cp_btn1,
.sod_frm_mobile #sod_frm_pay .cp_cancel1 {
  font-size: 14px;
  height: 35px;
  width: auto;
}

.sod_frm_mobile #sod_frm_pay .cp_btn1 {
  border: none;
}

.sod_frm_mobile .odf_tbl tr {
  position: relative;
}

.sod_frm_mobile .od_coupon_wrap {
  max-width: 100%;
  right: 0;
  padding: 5px 10px;
  border: none;
  background: transparent;
  z-index: 5;
}

.sod_frm_mobile #sod_frm_pay #sc_coupon_frm,
.sod_frm_mobile #sod_frm_pay #od_coupon_frm {
  max-width: 100%;
  position: relative;
  right: inherit;
  top: inherit;
}

.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall {
  text-align: center !important;
}

.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline {
  background: #fff;
  border: 1px solid #cdcdcd;
  color: #0f0f0f;
  font-size: 14px;
}

/* sub > mypage(마이페이지) */
.smb__inner {
  font-size: 0;
}

#smb_my_ov {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 390px;
  margin: 0;
  border: none;
  padding-right: 70px;
  font-size: 16px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

#smb_my_ov h3,
#smb_my_ov .op_area,
.withdrawal {
  display: none;
}

.smb_my_headline {
  font-size: 70px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 45px;
}

#smb_my_ov .smb_me {
  background: #212121;
  padding: 33px 28px;
  border-bottom: none;
}

#smb_my_ov .mypage_top {
  color: #fff;
  font-size: 34px;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-bottom: 25px
}

#smb_my_ov .smb_me .my_ov_name {
  line-height: 1.2;
}

#smb_private {
  padding: 20px 0 0;
}

#smb_my_ov .smb_me img {
  width: auto;
  border-radius: 0;
}

#smb_private a.smb_coupon {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background: url('/source/img/icon-mypage_arrow.png') no-repeat center right;
  border: 0;
  padding-right: 20px;
}

#smb_private a.smb_coupon::after {
  display: none;
}

#smb_private a.smb_coupon p:first-child {
  font-weight: 400;
  color: #ccc;
}

#smb_private a.smb_coupon p:first-child img {
  margin: -1px 3px 0 0
}

#smb_private a.smb_coupon p:last-child {
  font-size: 18px;
  color: #fff
}

#smb_private a.smb_coupon p:last-child span {
  font-weight: 400;
}

.mypage_btn_wr {
  padding-top: 10px;
}

.mypage_btn_wr .mypage_btn {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 1px solid #565656;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 50px 0 30px;
  background: #fff url("/source/img/icon-mypage_arrow_b.png") no-repeat center right 30px;
}

.smb__content {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 390px) !important;
  font-size: 16px;
}

/* sub > mypage(마이페이지) > 주문내역조회 */
#smb_my_od {
  margin: 0 0 90px;
}

#smb_my_od h2,
#smb_od h2 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0;
}

.smb_my_more {
  right: 20px;
  top: 8px;
}

.smb_my_more a {
  background: none;
  padding: 0;
  height: auto;
  font-size: 0;
}

.tbl_odinfo {}

.tbl_odinfo__list {}

.tbl_odinfo__item {
  margin-bottom: 20px;
}

.tbl_odinfo__item .empty_table {
  border-bottom: 1px solid #ececec;
  border-top: 2px solid #333;
}

.tbl_odinfo__top {
  font-size: 0;
  padding: 25px 22px;
  background: #f7f7f7;
}

.tbl_odinfo__num {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
}

.tbl_odinfo__date {
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}

.tbl_odinfo__order {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  padding-left: 10px;
}

.tbl_odinfo__btn {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  text-align: right;
}

.tbl_odinfo__btn img {
  margin-left: 7px;
}

.tbl_odinfo__content {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.tbl_odinfo__box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.tbl_odinfo__pdt {
  vertical-align: bottom;
  margin-bottom: 10px;
}

.tbl_odinfo__pdt_en {
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
  margin-right: 10px;
}

.tbl_odinfo__pdt_kr {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  margin-right: 15px;
}

.tbl_odinfo__pdt_category {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-right: 10px;
}

.tbl_odinfo__pdt_etc {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}

.tbl_odinfo__pdt_etc span {}

.tbl_odinfo__info {
  margin: 0 -15px 17px;
}

.tbl_odinfo__info p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 0 15px;
}

.tbl_odinfo__info p:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.tbl_odinfo__info p:last-child:after {
  display: none;
}

.tbl_odinfo__info span {
  font-weight: 300;
}

.tbl_odinfo__total {
  font-size: 16px;
  font-weight: 600;
  color: #0f0f0f;
}

.tbl_odinfo__status {
  text-align: center;
  border-left: 1px solid #ededed;
  width: 240px;
}

.tbl_odinfo__status--title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.tbl_odinfo__status--title.tbl_odinfo__status-1 {
  color: #333333;
}

.tbl_odinfo__status--title.tbl_odinfo__status-2 {
  color: #333333;
}

.tbl_odinfo__status--title.tbl_odinfo__status-3 {
  color: #333333;
}

.tbl_odinfo__status--title.tbl_odinfo__status-4 {
  color: #333333;
}

.tbl_odinfo__status--title.tbl_odinfo__status-5 {
  color: #cccccc;
}

.tbl_odinfo__status--title.tbl_odinfo__status-6 {
  color: #ff4d4d;
}

.tbl_odinfo__status--text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

/* sub > mypage(마이페이지) > 주문내역조회 상세 */
#sod_fin_list {
  margin-bottom: 70px;
}

#sod_fin .tbl_odinfo {
  border-bottom: 1px solid #e0e0e0;
}

#sod_fin .tbl_odinfo__item {
  margin: 0;
}

#sod_fin .tbl_odinfo__top {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  background: #fff;
}

#sod_fin .tbl_odinfo__list {
  padding: 5px 0;
}

#sod_fin .tbl_odinfo__content {
  padding: 15px 0 15px 20px;
  border-bottom: none;
}

#sod_fin .tbl_odinfo__img {
  width: 126px;
  padding: 0;
  border: 1px solid #e8e8e8;
}

#sod_fin .sod_left {
  float: none;
  width: 100%;
  margin-bottom: 70px;
}

#sod_fin .sod_right {
  float: none;
  width: 100%;
  height: auto;
}

#sod_fin_list h2 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0;
  border: 0;
}

#sod_fin .sod_left h3,
#sod_fin .sod_right h3 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0;
  border: 0;
}

#sod_fin .sod_left .tbl_head01,
#sod_fin .sod_right .tbl_head01 {
  border: 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 15px 0;
  margin: 0;
}

#sod_fin .sod_left th {
  width: 130px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  border: 0;
  padding: 8px 5px 8px 20px;
}

#sod_fin .sod_left td {
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
  border: 0;
  padding: 8px 0;
}

#sod_fin .sod_right th {
  width: 130px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  border: 0;
  text-align: left;
  padding: 8px 5px 8px 20px;
}

#sod_fin .sod_right td {
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
  border: 0;
  padding: 8px 0;
}

#sod_fin_receiver {
  margin: 0 0 70px;
}

#sod_fin_receiver .tbl_wrap {
  padding: 0;
}

#sod_fin_pay {
  margin: 50px 0 0;
  border: 0;
}

#sod_fin_pay ul {
  padding: 15px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

#sod_fin_pay li {
  line-height: 1.5;
  padding: 8px 0;
}

#sod_fin_pay li>strong {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  width: 130px;
  padding-left: 20px;
  margin: 0;
}

#sod_fin_pay li>span {
  width: calc(100% - 130px);
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
}

#sod_fin_pay li.disp_receiopt_li {
  position: absolute;
  top: 0;
  right: 0;
}

#sod_fin_pay li.disp_receiopt_li>strong {
  display: none;
}

#sod_fin_pay li.disp_receiopt_li>span {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 26px;
  padding: 0 5px;
  border: 1px solid #e0e0e0;
}

.sod_fin_pay_sale {
  vertical-align: top;
  padding-right: 50px;
}

#sod_fin .sod_right .sod_fin_pay_sale tbody {
  border-top: 1px solid #e0e0e0;
}

#sod_fin .sod_right .sod_fin_pay_sale tbody:first-child {
  border-top: 0;
}

.sod_fin_pay_inf {
  position: relative;
  vertical-align: top;
  padding-left: 50px;
}

#sod_fin_cancel:after {
  content: "";
  display: table;
  clear: both;
}

#sod_fin_cancel .sod_fin_c_btn {
  float: right;
  width: 290px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  border: 0;
  background: #212121;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
}

#sod_fin_cancel .sod_fin_c_btn:hover {
  background: #212121;
}

#sod_fin_cancel {
  margin-top: 20px;
}

#sod_bsk_tot2 {
  margin: 0;
  border: 1px solid #e0e0e0;
}

#sod_bsk_tot2 li {
  position: relative;
  height: 124px;
  background: #fafafa;
  border-left: 1px solid #e0e0e0;
}

#sod_bsk_tot2 li:first-child {
  border-left: 0;
}

#sod_bsk_tot2 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -12.5px;
  z-index: 2;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: #dcdcdc;
  text-align: center;
  line-height: 25px;
}

#sod_bsk_tot2 li:first-child:before {
  display: none;
}

#sod_bsk_tot2 li.sod_bsk_dvr:before {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

#sod_bsk_tot2 li.sod_bsk_sale:before {
  content: "-";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

#sod_bsk_tot2 li.sod_bsk_tot:before {
  content: "=";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.sod_bsk_tot2_in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#sod_bsk_tot2 li span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 1;
}

#sod_bsk_tot2 li strong {
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 1;
}

#sod_bsk_tot2 li strong b {
  font-size: 16px;
  font-weight: 300;
}

#sod_bsk_tot2 li.sod_bsk_tot span {
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
}

#sod_bsk_tot2 li.sod_bsk_tot strong {
  font-size: 24px;
  font-weight: 600;
  color: #0f0f0f;
}

#sod_bsk_tot2 li.sod_bsk_tot strong b {
  font-size: 24px;
  font-weight: 400;
}

/* sub > mypage(마이페이지) > 주문취소 팝업 */
#sod_fin_cancelfrm {
  width: 500px;
  margin-left: -250px;
}

#sod_fin_cancelfrm h2 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
}

#sod_fin_cancelfrm .frm_input {
  margin: 0 0 10px;
}

#sod_fin_cancelfrm .btn_frmline {
  height: 80px;
  background: #212121;
}

/* sub > mypage(마이페이지) > 위시리스트 */
#smb_my_wish {
  margin-bottom: 0;
}

#smb_my_wish h2 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  border-bottom: 2px solid #333;
}

#smb_my_wish li {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
}

#smb_my_wish .smb_my_chk {
  position: absolute;
  display: none;
}

#smb_my_wish .smb_my_img {
  border: 1px solid #e8e8e8;
  margin-right: 28px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.smb_my_txt_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 176px);
}

#smb_my_wish .smb_my_tit {
  display: block;
  font-size: 0;
  margin: 0 0 5px;
}

#smb_my_wish .smb_my_tit a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
}

#smb_my_wish .smb_my_tit span {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  padding-left: 2px;
}

.smb_my_category {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 23px;
}

#smb_my_wish .smb_my_price {
  font-size: 16px;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 0;
}

.smb_my_btn_wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
  font-size: 0;
}

#smb_my_wish li .wish_cart {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  background: #fff;
  border: 1px solid #d5d5d5;
  width: 130px;
  height: 42px;
  margin-right: 7px;
}

#smb_my_wish li .wish_cart img {
  margin: 0 10px 3px 0;
}

#smb_my_wish li .wish_del {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  background: #fafafa;
  border: 1px solid #ebebeb;
  width: 76px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

#smb_ws_act {
  display: none !important;
}

#smb_ws_act .btn01,
#smb_ws_act .btn02 {
  width: 290px;
  height: 80px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
}

/* sub > mypage(마이페이지) > 위시리스트 상세 */
#sod_ws h2 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  border-bottom: 2px solid #333;
}

.list_02 ul {
  margin: 0px -17px;
}

.list_02 li {
  width: 25%;
  margin: 20px 0 40px;
  padding: 0 17px;
}

.list_02 li.empty_table {
  width: 100%;
}

.list_02 li:nth-child(5n+1) {
  clear: none;
}

.list_02 li:nth-child(4n+1) {
  clear: both;
}

#sod_ws_act,
#sod_ws li .sod_ws_info_date,
.sod_ws_info .chk_box {
  display: none;
}

.sod_ws_img {
  width: 100%;
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}

.sod_ws_img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.sod_ws_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  object-fit: cover;
}

#sod_ws li .sod_ws_info {
  padding: 15px 10px 25px;
  margin: 0;
  border: 0;
  height: auto;
}

#sod_ws li .sod_ws_info_link {
  font-size: 20px;
  font-weight: 400;
  color: #0f0f0f;
  margin: 0;
}

#sod_ws li .sod_ws_info_link span {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  padding-left: 7px;
}

.sod_ws_cate {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  padding-bottom: 18px;
}

.sod_ws_price {
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 600;
}

.sod_ws_btn_wr {
  font-size: 0;
  text-align: left;
  padding: 0 7px;
}

#sod_ws li .btn_wish_cart {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  background: #fff;
  border: 1px solid #d5d5d5;
  width: 130px;
  height: 42px;
  margin-right: 7px;
}

#sod_ws li .btn_wish_cart img {
  margin: 0 10px 3px 0
}

#sod_ws li .wish_del {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  background: #fafafa;
  border: 1px solid #ebebeb;
  /*max-width: 75px;*/
  width: calc(100% - 137px);
  height: 42px;
  line-height: 42px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}

#sod_ws li .wish_del:hover {
  color: #666;
  background: #fafafa;
}

/* sub > mypage(마이페이지) > 문의내역 */
#smb_qa>h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 51px;
}

.smb_qa--cate-list {
  margin: 0 -19.5px;
  padding-bottom: 31px;
}

.smb_qa--cate-item {
  padding: 0 19.5px;
}

.smb_qa--cate-item.active div {
  color: #000;
  font-weight: 500;
}

.smb_qa--cate-item.active div::after {
  content: '*';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
}

.smb_qa--cate-item div {
  font-weight: 300;
  font-size: 22px;
  color: #bbb;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.smb_qa--list {
  border-top: 2px solid #333;
}

.smb_qa--item {
  border-bottom: 1px solid #e0e0e0;
  padding: 32px 10px;
}

.smb_qa--item--cate {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  width: 104px;
}

.smb_qa--item-empty {
  text-align: center;
}

.smb_qa--item--subject {
  width: calc(100% - 194px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smb_qa--item--subject a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.smb_qa--item--date {
  font-weight: 300;
  font-size: 16px;
  color: #999;
  width: 90px;
}

.smb_qa--btn {
  margin-top: 20px;
  text-align: right;
}

/* sub > mypage(마이페이지) > 문의내역 상세 */
#smb_qa_view>h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 29px;
}

.smb_qa--q--top {
  border-top: 2px solid #333;
  border-bottom: 1px solid #e0e0e0;
  padding: 28.5px 10px;
}

.smb_qa--q--cd {
  padding-bottom: 15px;
}

.smb_qa--q--cate {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  line-height: 1;
  width: calc(100% - 90px);
}

.smb_qa--q--date {
  font-weight: 300;
  font-size: 16px;
  color: #999;
  line-height: 1;
  width: 90px;
  text-align: right;
}

.smb_qa--q--subj {
  font-weight: 400;
  font-size: 24px;
}

.smb_qa--q--cont {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  padding: 44px 10px 63px;
  border-bottom: 2px solid #333;
  word-wrap: break-word;
}

.smb_qa--a--box {
  border-bottom: 1px solid #e0e0e0;
  padding: 45px 40px 63px;
}

.smb_qa--a--subj {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 18px;
}

.smb_qa--a--cont {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}

.smb_qa--btn--box {
  text-align: right;
  padding-top: 10px;
}

.smb_qa--btn--box a {
  display: inline-block;
  width: 100px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #212121;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

/* sub > 마이페이지 > 쿠폰 */
#coupon {
  border-bottom: 1px solid #e0e0e0;
}

#coupon h1 {
  font-size: 22px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.3;
  padding: 0 0 10px;
  border-bottom: 2px solid #333;
}

#coupon ul {
  font-size: 0;
  text-align: left;
  margin: 23px -20px 43px;
}

#coupon li {
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  padding: 17px 20px;
  border-bottom: none;
}

.cou_inner {
  background: url(/source/img/img_coupon.png) no-repeat center center/100% 100%;
  font-size: 16px;
  padding: 11px 30px;
  min-height: 149px;
}

.cou_hidden {
  display: none !important;
}

#coupon .cou_top {
  margin-bottom: 5px;
}

#coupon .cou_cate {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

#coupon .cou_tit {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
}

#coupon .cou_pri {
  float: none;
  font-size: 20px;
  font-weight: 600;
  color: #0f0f0f;
}

#coupon .cou_pri b {
  font-size: 19px;
}

#coupon .cou_min {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

#coupon .cou_date {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}



/* 추가 반응형 (추후 옮길 예정) */
@media screen and (max-width:1800px) {}

/* } 1800px */

@media screen and (max-width:1439px) {}

/* } 1439px */

@media screen and (max-width:1300px) {}

/* } 1300px */

@media screen and (max-width:1023px) {}

/* } 1023px */

@media screen and (max-width:767px) {}

/* } 767px */

@media screen and (max-width:480px) {}

/* } 480px */



/* 20230906 레이어 팝업 관련 수정 */
.hd_pops_con {width: auto !important; max-height: 90vh !important;}
.hd_pops_con  > p, .hd_pops_con  > p > a {height: 100%; max-height: 100%;}
.hd_pops img {max-height: 100%;}
/* 와디즈 첫 출시 팝업 가장 앞으로 오도록 수기 수정 */
#hd_pops_3 {z-index: 100;}

/* 20230920 브랜드스토리 로고 추가 */
.brandstory__second--sec--his--cont-wr:not(:last-child) {margin-bottom: clamp(15px, 2vw, 30px);}
.brandstory__second--sec--his--logo {margin-top: 5px;}

/* 20250528 버튼 스타일 수정 */
.cus__text--section2--btn {display: flex; align-items: center; justify-content: center; line-height: normal;}