﻿@charset "utf-8";

* {
  box-sizing: border-box;
}

/* Common */
p,
h1,
h2,
h3,
h4,
h5,
h6,
/* ul,
ol,
li,
dl,
dt,
dd, */
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  line-height: 16px;
}

body,
input,
textarea,
select,
button,
table {
  font-size: 16px;
  font-family: 'Noto Sans KR', 'Roboto', sans-serif !important;
  vertical-align: middle;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  margin: auto;
}

img,
fieldset {
  border: 0;
}

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

table {
  border-collapse: collapse;
}

caption {
  display: none;
}

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

a,
a:link,
a:hover,
a:visited {
  text-decoration: none !important;
  color: #000;
}

.pointer {
  cursor: pointer;
}

/*
/*img{
	vertical-align:middle;
}*/
/* IE6 및 IE7에서 브라우저 세로 스크롤 영역 없애기 */
html {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

/* IE에서 이미지 변환시 안티앨리어싱 하기
img { -ms-interpolation-mode: bicubic; }
*/
/*h1, h2, h3, h4, h5 {
	display: none;
}*/
form {
  margin: 0;
  padding: 0;
}

input {
  height: 42px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #000 !important;
}

input::-webkit-input-placeholder {
  color: #999 !important;
}

input:-moz-placeholder {
  color: #999 !important;
}

input:-ms-input-placeholder {
  color: #999 !important;
}

input[type='radio'] {
  border: 0;
  background-color: transparent;
}

input[type='checkbox'] {
  width: 13px;
  height: 13px;
  border: 0;
  background-color: transparent;
}

input[type='file'] {
  width: 13px;
  /*height: 13px;*/
  border: 0;
  background-color: transparent;
  height: 20px;
  font-size: 14px;
}

input.chk,
input.rdo {
  width: 14px;
  height: 14px;
  margin: 2px 0 0 0;
  padding: 1px 0 0 0;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #000;
  resize: none;
}

select {
  /*font-family: "Dotum", "Arial";*/
  /*font-size: 12px;*/
  margin: 0;
  /* height: 19px; */
  height: 29px;
  padding: 0;
  color: #3c3c3c;
  line-height: 22px;
}

select.mem_select {
  /*font-family: "Dotum", "Arial";*/
  /*font-size: 12px;*/
  margin: 0;
  height: 30px;
  padding: 0;
  color: #3c3c3c;
  line-height: 22px;
}

/* bold */
.b {
  font-weight: bold !important;
}

.nr {
  font-weight: normal !important;
}

/* color */
.red {
  color: #ff0000 !important;
}

.aq_blue {
  color: #b5f7ff !important;
}

.blue {
  color: #0768ac !important;
}

.blue_line {
  color: #83b4d6 !important;
}

.gray {
  color: #222222 !important;
}

.gray01 {
  color: #888888 !important;
}

.gray02 {
  color: #6e6e6e !important;
}

.gray03 {
  color: #cbc6c2 !important;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.org {
  color: #ff6d41 !important;
}

.yellow {
  color: #ffff00 !important;
}

/* font */
.txt_11 {
  font-size: 11px !important;
}

.txt_12 {
  font-size: 12px !important;
}

.txt_13 {
  font-size: 13px !important;
}

.txt_14 {
  font-size: 14px !important;
}

.txt_15 {
  font-size: 15px !important;
}

.txt_16 {
  font-size: 16px !important;
}

.txt_17 {
  font-size: 17px !important;
}

.txt_22 {
  font-size: 22px !important;
}

.txt_28 {
  font-size: 28px !important;
}

/* font-weight */
.txt_600 {
  font-weight: 600;
}

/* width */
.w3 {
  width: 3px !important;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w100 {
  width: 100px !important;
}

.w100p {
  width: 100% !important;
}

/* height */
.h5 {
  height: 5px !important;
}

.h10 {
  height: 10px !important;
}

.h15 {
  height: 15px !important;
}

.h20 {
  height: 20px !important;
}

.h25 {
  height: 25px !important;
}

.h30 {
  height: 30px !important;
}

.h40 {
  height: 40px !important;
}

.h50 {
  height: 50px !important;
}

/* margin */
.m_auto {
  margin: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m04 {
  margin: 0 4px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

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

.mr0 {
  margin-right: 0 !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr33 {
  margin-right: 33px !important;
}

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

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

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

.mt40 {
  margin-top: 40px !important;
}

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

.mt70 {
  margin-top: 70px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.mt

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ptb5 {
  padding: 5px 0 5px 0;
}

.ptb10 {
  padding: 10px 0 10px 0;
}

.plr5 {
  padding: 0 5px 0 5px;
}

.plr10 {
  padding: 0 10px 0 10px;
}

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

.fr {
  float: right !important;
}

.cr {
  clear: both !important;
}

.fi {
  float: inherit !important;
}

/* align */
.c {
  text-align: center !important;
}

.l {
  text-align: left !important;
}

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

/* 영역 숨김 */
.hidden {
  display: none !important;
}

/* 필수 표시 */
.essential {
  color: #ff6600 !important;
}

/* line */
.line_gray {
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  overflow: hidden;
}

/* flex */
.flex {
  display: flex;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-1 {
  flex: 1 !important;
}

.bold {
  font-weight: bold;
}

/* section */
/*.section{margin:0;padding:0}
.section2{magin:0;padding:0}
.section3{magin:0;padding:0}*/
/* button ui object */
a.btn_form,
label.btn_form {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #f84914;
  width: 150px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

a.btn_form_line {
  display: inline-block;
  color: #f84914;
  font-size: 16px;
  background-color: #fff;
  border: 2px #f84914 solid;
  width: 150px;
  height: 44px;
  line-height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

a.btn_form_disable {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #bbb;
  width: 150px;
  height: 44px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}

a.btn_act {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #f84914;
  border: 2px #f84914 solid;
  width: 240px;
  height: 48px;
  line-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

a.btn_act_line {
  display: inline-block;
  color: #f84914;
  font-size: 18px;
  background-color: #fff;
  border: 2px #f84914 solid;
  width: 240px;
  height: 48px;
  line-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

a.btn_fuct {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #f84914;
  width: 240px;
  height: 54px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
}

a.btn_fuct_line {
  display: inline-block;
  color: #f84914;
  font-size: 18px;
  background-color: #fff;
  border: 2px #f84914 solid;
  width: 240px;
  height: 54px;
  line-height: 50px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

/* //button ui object */
/* 썸네일 정의 */
.thum_w250 {
  width: 250px;
  height: 250px;
  vertical-align: middle;
  border: 0;
}

.thum_w270 {
  width: 270px;
  height: 270px;
  vertical-align: middle;
  border: 0;
}

.thum_w300 {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  border: 0;
}

/* 타이틀 정의 */
.tit_1depth {
  font-size: 30px;
  color: #000;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -1px;
}

.tit_2depth {
  font-size: 22px;
  color: #000;
  line-height: 120%;
  font-weight: 600;
}

.tit_3depth {
  font-size: 18px;
  color: #000;
  line-height: 120%;
  font-weight: 600;
}

/* .tit_4depth {
        
} */
/* 탭 정의 */
.tab {
  display: flex;
  border-bottom: 1px solid #ff0000;
}

.tab > a {
  display: block;
  color: #f84914;
  padding: 10px 20px;
  background-color: #fff;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.tab > a.selected {
  border-top: 2px solid #ff0000;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid transparent;
}

/* 페이징 정의 */
.paging {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.paging li {
  display: inline-block;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  padding: 10px;
}

.paging li a.on {
  background-color: #f84914;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
}

.paging li a {
  color: #999;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
}

.paging li a.as-disabled {
  opacity: 0.4;
  cursor: default;
}

a.first {
  background: url('../images/btn/btn_play_ppre.png') no-repeat center;
}

a.first.arrow_dis {
  background: url('../images/btn/btn_play_ppre_disable.png') no-repeat center;
}

a.prev {
  background: url('../images/btn/btn_play_pre.png') no-repeat center;
}

a.prev.arrow_dis {
  background: url('../images/btn/btn_play_pre_disable.png') no-repeat center;
}

a.next {
  background: url('../images/btn/btn_play_next.png') no-repeat center;
}

a.next.arrow_dis {
  background: url('../images/btn/btn_play_next_disable.png') no-repeat center;
}

a.last {
  background: url('../images/btn/btn_play_nnext.png') no-repeat center;
}

a.last.arrow_dis {
  background: url('../images/btn/btn_play_nnext_disable.png') no-repeat center;
}

a.first,
a.prev,
a.next,
a.last {
  background-size: contain;
}

[v-clock] {
  display: none;
}

/* 모달팝업 정의 */
.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  margin: 0 auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red !important;
}

/* 제품 슬라이드 적용 */
/* swiper slide prev, next button image */
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next {
  background-image: url(../images/ico/seller_Slide_next.png);
  background-size: auto;
}

.swiper-button-prev {
  background-image: url(../images/ico/seller_Slide_prev.png);
  background-size: auto;
}

.slide-design-2 .swiper-button-next {
  background-image: url(../images/ico/sr_Slide_next.png);
  /* button image 변경시 */
  background-size: auto;
  right: 0;
  background-color: rgb(17 17 17 / 0.57);
  opacity: 0.8;
  width: 48px;
  height: 48px;
  padding: 2px;
  line-height: 1;
  vertical-align: middle;
}

.slide-design-2 .swiper-button-prev {
  background-image: url(../images/ico/sr_Slide_prev.png);
  /* button image 변경시 */
  background-size: auto;
  left: 0;
  background-color: rgb(17 17 17 / 0.57);
  width: 48px;
  height: 48px;
  padding: 2px;
  line-height: 1;
  vertical-align: middle;
}

/* 머터리얼 아이콘 위치 */
.material-icons {
  color: #f84914;
  cursor: default;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.material-icons-outlined {
  cursor: default;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.material-icons-outlined.pointer {
  cursor: pointer;
}

a .material-icons {
  cursor: pointer;
}

a i {
  vertical-align: middle;
  padding-bottom: 4px;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  left: -999em !important;
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.swiper-container {
  box-sizing: content-box;
}

.btn-newsletter {
  padding: 15px 25px;
  background-color: #939393;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
}

.footer-buttons {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: flex-start;
}

.footer-buttons > a {
  display: flex;
  align-items: center;
}

.footer-buttons > a > img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-left: 10px;
}

.btn {
  cursor: pointer;
}

.btn.btn-primary {
  display: inline-block;
  padding: 7px;
  color: #fff;
  font-weight: 500;
  background-color: #f84914;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
}

.btn.btn-lg {
  font-size: 20px;
  padding: 15px 7px;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-white-rounded {
  font-size: 14px;
  color: #333333;
  background-color: #f8f8f8;
  border: 1px solid #cfc9c9;
  border-radius: 30px;
  padding: 2px 14px;
  margin-right: 4px;
  font-weight: 400;
}
.wrap-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap-loading .wrap-loading-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.3;
}

.wrap-loading.enable {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.prd_tit_img {
  position: relative;
}

.prd_tit_img .curation-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
