@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Light.woff2") format("woff2"), url("../font/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/notokr-regular.woff2") format("woff2"), url("../font/notokr-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/notokr-medium.woff2") format("woff2"), url("../font/notokr-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Bold.woff2") format("woff2"), url("../font/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* COLOR SET*/
.col-blue {
  color: #164494;
}

.col-red {
  color: #164494;
}

.col-black {
  color: #222;
}

.col-gray {
  color: #888;
}

/* css_reset */
html {
  -webkit-text-size-adjust: antialiased;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  height: 100%;
}

html body {
  background-color: transparent;
  font-family: "Noto Sans KR", "Roboto", arial, "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.4px;
  color: #444;
  min-width: 1320px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-higlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  min-width: 100%;
}

@media (max-width: 1024px) {
  html {
    font-size: 9.5px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 641px) {
  html {
    font-size: 8.5px;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, button, input {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  font-weight: normal;
}

input, textarea {
  border-radius: 0;
  resize: none;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  color: #222;
  padding-left: 10px;
  font-size: 14px !important;
  border: 1px solid #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

input:focus, textarea:focus {
  border-color: #ccc !important;
  color: #222 !important;
  font-size: 14px !important;
}

input.invalid, textarea.invalid {
  border-color: #FF533C !important;
}

input:-moz-read-only, textarea:-moz-read-only {
  border-color: #e6e6e6;
  color: #767676;
}

input:read-only, textarea:read-only {
  border-color: #e6e6e6;
  color: #767676;
}

input:read-only::-webkit-input-placeholder, textarea:read-only::-webkit-input-placeholder {
  color: #767676;
}

input:read-only:-ms-input-placeholder, textarea:read-only:-ms-input-placeholder {
  color: #767676;
}

input:read-only::-ms-input-placeholder, textarea:read-only::-ms-input-placeholder {
  color: #767676;
}

input:read-only::-moz-placeholder, textarea:read-only::-moz-placeholder {
  color: #767676;
}

input:read-only::placeholder, textarea:read-only::placeholder {
  color: #767676;
}

input:disabled, textarea:disabled {
  border-color: #e6e6e6;
  color: #ccc;
}

input:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
  color: #ccc;
}

input:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
  color: #ccc;
}

input:disabled::-ms-input-placeholder, textarea:disabled::-ms-input-placeholder {
  color: #ccc;
}

input:disabled::placeholder, textarea:disabled::placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6, input, button, select {
  font-family: "Noto Sans KR", arial, "dotum", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

caption, legend {
  font-size: 0;
  line-height: 0;
  text-indent: -5222px;
}

img, fieldset, iframe {
  border: 0 none;
  vertical-align: top;
}

img {
  max-width: 100%;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

fieldset {
  font-size: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #444;
  text-decoration: none;
}

i, em, address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

input[type="submit"] {
  cursor: pointer;
}

.hidden {
  clear: both;
  height: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* skip nav */
.skip a {
  position: absolute;
  left: -3222%;
}

.skip a:focus {
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 50%;
  height: 30px;
  background: #222;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

#skipCt {
  position: static;
  min-height: 400px;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  background: none;
}

button, select {
  text-transform: none;
}

input:focus, input:focus-visible {
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  width: 100%;
  font-size: 14px;
  color: #222;
}

select:focus, select:focus-visible {
  outline: none;
}

select:disabled {
  border-color: #e6e6e6;
  color: #ccc;
  background-image: url("../images/icon/select_arr_ccc.png");
}

select::-ms-expand {
  display: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* IR */
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

input[type="text"], input[type="password"],
input[type="tel"], input[type="email"],
input[type="number"],
input[type="data"] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 0 0 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

/*input box 증가감소 버튼 없애기*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pc-only {
  display: block !important;
}

.m-only {
  display: none !important;
}

/* margin*/
.mt-0 {
  margin-top: 0 !important;
}

.mt--8 {
  margin-top: -8px;
}

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

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

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

.mt-25 {
  margin-top: 25px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

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

.mt-33 {
  margin-top: 33px !important;
}

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

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

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

.mt-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .m-only {
    display: block !important;
  }
  input, textarea {
    font-size: 13px !important;
    padding-left: 10px !important;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 13px !important;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 13px !important;
  }
  input::placeholder, textarea::placeholder {
    font-size: 13px !important;
  }
  .m-mb-10 {
    margin-bottom: 10px !important;
  }
  .m-mt-10 {
    margin-top: 10px !important;
  }
}

.rd-container {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rd-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.rd-container input:checked ~ .checkmark:after {
  display: block;
}

.rd-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 50%;
}

.rd-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #164494;
}

.ch-container {
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ch-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ch-container input:checked ~ .checkmark {
  border: 1px solid #164494;
  border-color: #164494 !important;
  background-color: #164494;
}

.ch-container input:checked ~ .checkmark:after {
  display: block;
  content: "\e92b";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 2px;
  top: 1px;
}

.ch-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.ch-container.ch-gray {
  display: inline-block;
  padding-left: 0;
  line-height: 20px;
  vertical-align: middle;
}

.ch-container.ch-gray input:checked ~ .checkmark {
  background-color: #888;
  border-color: #888 !important;
}

.ch-container.ch-gray .checkmark {
  position: relative;
  display: block;
  border-color: #888;
}

.ch-container.ch-all-products {
  padding-left: 28px;
  line-height: 22px;
}

.ch-container.ch-all-products input:checked ~ .checkmark {
  background-color: #888;
  border-color: #888 !important;
}

.ch-container.ch-all-products .checkmark {
  border-color: #888;
}

.ch-sq-container {
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ch-sq-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ch-sq-container input:checked ~ .checkmark {
  border: 1px solid #164494;
  border-color: #164494 !important;
  background-color: #164494;
}

.ch-sq-container input:checked ~ .checkmark:after {
  display: block;
  content: "\e92b";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
}

.ch-sq-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #999;
}

.layout-lnb-cont {
  overflow: hidden;
  padding-top: 80px !important;
}

.layout-lnb-cont .left-side-lnb {
  width: 200px;
  float: left;
}

.layout-lnb-cont .right-side-content {
  width: calc(100% - 200px);
  padding-left: 60px;
  float: right;
}

.layout-lnb-cont .right-side-content .order-list table .b-name {
  width: 280px;
}

.layout-lnb-cont .right-side-content .product-list--tb table .b-name {
  width: 370px;
}

.layout-lnb-cont .right-side-content .product-list--tb table .b-name .name {
  padding-left: 10px;
  letter-spacing: -1px;
}

.layout-lnb-cont .right-side-content .product-list--tb {
  border-color: #222;
}

.left-side-lnb .side-title {
  color: #164494;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 2px solid #164494;
}

.left-side-lnb .user-img {
  background: #ebebeb;
  padding: 20px;
  text-align: center;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.left-side-lnb .user-img .thumb {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.left-side-lnb .user-img .thumb > img {
  max-width: 100%;
  max-height: 100%;
}

.left-side-lnb .user-name {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1;
  padding: 10px 0;
}

.left-side-lnb .user-btns {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-side-lnb .user-btns [class*='btn-'] {
  font-size: 11px;
  border-color: #888;
  color: #888888;
  width: 70px;
  height: 24px;
  line-height: 24px;
  margin: 0 3px;
  background: #fff;
  display: inline-block;
}

.left-side-lnb .side-lnb {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.left-side-lnb .side-lnb .lnb-sub > ul > li.on > a {
  color: #222;
}

.left-side-lnb .side-lnb .lnb-sub > ul > li > a {
  display: block;
  color: #888;
  height: 47px;
  line-height: 55px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 15px;
}

.left-side-lnb .side-lnb .lnb-sub > ul > li > a::after {
  content: "\e930";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  color: #222;
  position: absolute;
  right: 9px;
  top: 15px;
  font-weight: bold;
  font-size: 17px;
}

.left-side-lnb .side-lnb > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 49px;
  line-height: 52px;
  padding-left: 15px;
  background: #164494;
}

.left-side-lnb .side-lnb > ul > li.no-mem > a {
  background: #222222;
}

.left-side-lnb .side-cs .contact-num {
  display: block;
  color: #06a3e0;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.8rem;
}

.left-side-lnb .side-cs > ul li {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.45;
  margin-top: 4px;
}

.doc-title {
  font-size: 4rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: -1.6px;
}

.doc-title.doc-title-b > b {
  color: #333;
}

.doc-title > b {
  font-weight: 500;
  color: #164494;
}

.doc-title.mt-36 {
  margin-top: 36px;
}

.board-title {
  color: #222;
  font-size: 2.2rem;
  font-weight: 400;
}

.board-title.mt-95 {
  margin-top: 95px;
}

.board-title-r {
  color: #222;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 38px;
  padding-bottom: 6px;
  position: relative;
}

.star {
  padding-left: 10px;
  position: relative;
  color: #222;
  font-size: 12px;
  font-family: "dotum", sans-serif;
  margin-top: 10px;
}

.star::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.link-tab {
  margin-top: 30px;
}

.link-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-tab li {
  width: 100%;
}

.link-tab li a {
  font-size: 1.6rem;
  color: #222;
  display: block;
  text-align: center;
  height: 4.8rem;
  line-height: 4.8rem;
  border-top: 1px solid #164494;
  border-right: 1px solid #164494;
  border-bottom: 3px solid #164494;
}

.link-tab li:first-child a {
  border-left: 1px solid #164494;
}

.link-tab li.on a {
  background: #164494;
  color: #fff;
}

.link-tab.type2 li {
  width: 50%;
}

.txt-blue-big {
  font-size: 3rem;
  display: block;
  width: 100%;
  color: #164494;
  font-weight: 300;
  padding-bottom: 40px;
}

.txt-gray {
  color: #888;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.txt-gray > b {
  font-weight: 400;
  color: #222;
}

.required-txt {
  color: #888;
  font-size: 14px;
  position: absolute;
  right: -1px;
  top: 8px;
  padding-left: 13px;
  text-align: right;
}

.required-txt > strong {
  color: #f24443;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 1px;
}

.font-20 {
  font-size: 2rem;
}

.mypage-user-top {
  background: #164494;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.mypage-user-top .member-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #164494;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage-user-top .member-circle span {
  font-size: 10px;
  font-weight: 500;
}

.mypage-user-top .welcome {
  font-size: 14px;
  width: calc(100% - 50px);
  padding-left: 10px;
}

.mypage-user-top .btn-modify-info {
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 2px 6px;
}

.mypage-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.mypage-user-menu > p {
  border: 1px solid #ddd;
  font-size: 13px;
  color: #888;
  width: 32%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}

.mypage-user-menu > p > strong {
  color: #888;
  font-weight: 300;
}

.mypage-user-menu > p > span {
  color: #164494;
}

@media screen and (max-width: 1024px) {
  .layout-lnb-cont {
    padding: 5rem 2rem 8rem 2rem !important;
  }
  .layout-lnb-cont .left-side-lnb {
    width: 100%;
    float: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5rem;
  }
  .layout-lnb-cont .left-side-lnb.left-side-lnb--cs .side-lnb {
    width: 100%;
  }
  .layout-lnb-cont .left-side-lnb.left-side-lnb--cs .side-cs {
    width: 100%;
  }
  .layout-lnb-cont .left-side-lnb.left-side-lnb--cs .side-cs ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .layout-lnb-cont .left-side-lnb .side-title {
    width: 100%;
  }
  .layout-lnb-cont .left-side-lnb .user-img {
    width: 200px;
    border-right: none;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout-lnb-cont .left-side-lnb .user-name {
    width: 100%;
    padding: 0;
  }
  .layout-lnb-cont .left-side-lnb .user-btns {
    width: 100%;
    margin: 0;
  }
  .layout-lnb-cont .left-side-lnb .user-btns > a {
    width: 50%;
    margin: 0 1px;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb {
    width: calc(100% - 200px);
  }
  .layout-lnb-cont .left-side-lnb .side-lnb > ul > li > a {
    height: auto;
    line-height: 1.4;
    background: transparent;
    color: #164494;
    padding-top: 1rem;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li {
    display: inline-block;
    margin-top: 5px;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li > a {
    padding-right: 30px;
    border: none;
    height: auto;
    line-height: 1.5;
    padding-bottom: 0;
    font-size: 13px;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li > a::after {
    top: 0;
  }
  .layout-lnb-cont .right-side-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

#orderitemlist {position:relative}
#orderitemlist .itemlist {z-index:2;position:absolute;top:0;left:-41px;width:958px;padding:10px;border:1px solid #a2a5a9;background:#ffffff}
#orderitemlist .itemlist h2{margin:0 0 10px}
#orderitemlist td {background:#fff}
#orderitemlist #orderitemlist_close {text-align:right}

@media screen and (max-width: 768px) {
  .txt-blue-big {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  .board-title,
  .board-title-r {
    font-size: 1.8rem;
  }
  .required-txt {
    font-size: 12px;
  }
  .board-title.mt-95 {
    margin-top: 30px;
  }
  .order-list table thead {
    display: none;
  }
  .txt-gray {
    font-size: 1.8rem;
    line-height: 1.45;
  }
  .link-tab li a {
    border-bottom-width: 2px;
    font-size: 14px;
  }
  .txt-gray {
    font-size: 13px;
  }
  .ch-sq-container {
    padding-left: 22px;
  }
}

@media screen and (max-width: 480px) {
  .layout-lnb-cont .left-side-lnb .user-img {
    width: 100%;
  }
  .layout-lnb-cont .left-side-lnb .user-name {
    margin: 10px 0;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb {
    width: 100%;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb > ul > li > a {
    font-size: 1.6rem;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li {
    margin-top: 0px;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li > a {
    font-size: 1.5rem;
    padding-right: 20px;
  }
  .layout-lnb-cont .left-side-lnb .side-lnb .lnb-sub > ul > li > a::after {
    right: 0;
    font-size: 14px;
    top: 1px;
  }
}

.btn-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-area.jc-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-area button {
  width: 130px;
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 500;
}

.btn-area button.w170 {
  width: 170px;
}

.btn-area button.w230 {
  width: 230px;
}

.btn-area button.w280 {
  width: 280px;
}

.btn-area button:not(:first-of-type) {
  margin-left: 10px;
}

.btn-area button.btn-buy {
  width: 240px;
}

.btn-area button.btn-w230 {
  width: 230px;
}

.side-btn-area {
  text-align: right;
}

.side-btn-area.top-line {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.side-btn-area.top-line > button {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-family: inherit;
}

.side-btn-area.top-line > button.btn-list {
  width: 170px;
}

.side-btn-area.top-line .btn-w2 {
  height: 56px;
  display: inline-block;
}

.side-btn-area > button {
  display: inline-block;
  width: 108px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.side-btn-area .btn-add-plus span {
  padding-right: 23px;
  position: relative;
  display: inline-block;
  color: #fff;
  padding-top: 2px;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.side-btn-area .btn-add-plus span::after {
  content: "\ea1c";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 12px;
}

.btn-arr-r {
  border: 1px solid #353535;
  text-align: center;
  margin-left: 7px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.btn-arr-r span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}

.btn-arr-r span::after {
  content: "\e930";
  color: #f24443;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-left: 11px;
  margin-top: -3px;
}

.btn-arr-r.dir-bottom span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-connect {
  background: #164494;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
}

.btn-connect span::after {
  content: '';
  width: 11px;
  height: 9px;
  background: url("../images/icon/ic_arrow.png") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.btn-b {
  background: #222;
  color: #fff;
  font-size: 12px;
  border-color: transparent;
  font-family: 'dotum', sans-serif;
}

.btn-w {
  font-size: 12px;
  border: 1px solid #dbdbdb;
  color: #222222;
  font-family: 'dotum', sans-serif;
}

.btn-w2 {
  font-size: 16px;
  border: 1px solid #222;
  color: #222222;
}

.btn-gr {
  font-size: 12px;
  border: 1px solid #ccc;
  color: #111;
  font-family: 'dotum', sans-serif;
  background: #dddddd;
}

.btn-dgr {
  font-size: 12px;
  border: 1px solid #ccc;
  color: #fff;
  font-family: 'dotum', sans-serif;
  background: #888;
}

.btn-bl {
  border: 1px solid #164494;
  color: #164494;
  font-size: 12px;
  background: #fff;
  font-family: 'dotum', sans-serif;
}

.btn-sbl {
  border: 1px solid #164494;
  color: #fff;
  background: #164494;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
}

.btn-sml-b {
  height: 24px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 2px;
  padding: 0 20px;
}

.btn-more-right span::after {
  content: '';
  width: 27px;
  height: 9px;
  background: url("../images/icon/ic_more_arr.png") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -4px;
}

.btn-list {
  width: 130px;
  height: 56px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}

.btn-list span {
  vertical-align: middle;
}

.btn-list span::before {
  content: "\ea22";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

.btn-list.btn-b2 {
  background: #222;
  color: #fff;
  width: 170px;
}

.btn-list.btn-b2 span::before {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-area button,
  .btn-area a {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    max-width: 100% !important;
    min-width: 32%;
    padding: 0 10px;
  }
  .btn-area button:not(:first-of-type),
  .btn-area a:not(:first-of-type) {
    margin-left: 2px;
  }
  .btn-area button.w280,
  .btn-area a.w280 {
    width: 50%;
  }
  .side-btn-area.top-line .btn-w2 {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
  .btn-sml-b {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .btn-area .btn-more-right.btn-tax {
    width: 100%;
  }
  .btn-more-right span::after {
    display: none;
  }
}

.tb-label {
  display: none;
}

.product-list--img {
  margin-top: 21px;
}

.product-list--img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-list--img ul li {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 23.7%;
  margin-left: 1.7%;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.product-list--img ul li:hover {
  border-color: #164494;
}

.product-list--img ul li:nth-child(4n+1) {
  margin-left: 0;
}

.product-list--img ul li.best {
  position: relative;
}

.product-list--img ul li.best .desc {
  background-color: #eaf8fd;
}

.product-list--img ul li.best::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: url("../images/icon/ic_best.png") no-repeat;
}

.product-list--img .thumb {
  position: relative;
  padding-bottom: 100%;
}

.product-list--img .thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-list--img .desc {
  padding-top: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top: 1px solid #ddd;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  height: 245px;
}

.product-list--img .desc .tag > span {
  display: inline-block;
  vertical-align: top;
}

.product-list--img .desc .tag > span[class*='tag--'] {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 7px;
  text-transform: uppercase;
}

.product-list--img .desc .tag > span img {
  height: 18px;
}

.product-list--img .desc .tag > span:first-child {
  margin-left: 0;
}

.product-list--img .desc .tag > span.tag--new {
  background: #164494;
  color: #fff;
}

.product-list--img .desc .tag > span.tag--line {
  color: #164494;
  border: 1px solid #164494;
  background-color: #fff;
}

.product-list--img .desc .tag > span.tag--best {
  background: #0b89ba;
  color: #fff;
}

.product-list--img .desc .prd-name {
  font-size: 2.2rem;
  color: #333333;
  font-weight: 500;
  padding-top: 1.3rem;
  letter-spacing: -0.7px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-list--img .desc .prd-subtxt {
  color: #222;
  font-size: 1.4rem;
  margin-top: 3px;
  display: -webkit-box;
  max-height: 35px;
  height: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list--img .desc strong.box {
  display: block;
  font-size: 1.5rem;
  color: #164494;
  margin-top: 3px;
}

.product-list--img .desc .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 11px;
}

.product-list--img .desc .model .model-num {
  width: 50%;
  text-align: left;
  font-size: 14px;
}

.product-list--img .desc .model .model-num > strong {
  color: #164494;
}

.product-list--img .desc .model .model-num p {
  color: #888888;
  line-height: 1.4;
  margin-top: 2px;
}

.product-list--img .price {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.product-list--img .price > strong {
  color: #164494;
  font-size: 2.4rem;
  font-weight: 700;
}

.product-list--img .price > strong > span {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: bottom;
}

.product-list--img .order-btns {
  border-top: 1px solid #ddd;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list--img .order-btns button {
  text-align: center;
  width: calc(50% - 25px);
  border-left: 1px solid #ddd;
  font-size: 12px;
  font-family: "dotum", sans-serif;
}

.product-list--img .order-btns button:nth-of-type(1) {
  border-left: none;
}

.product-list--img .order-btns .btn-order {
  background: #222;
  color: #fff;
}

.product-list--img .order-btns .scrap {
  width: 50px;
  height: 40px;
  background-image: url("../images/icon/heart_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  font-weight: normal;
}

.product-list--img .order-btns .scrap.on {
  background-image: url("../images/icon/heart_solid.svg");
}

.product-list--tb {
  margin-top: 40px;
  border-top: 2px solid #164494;
}

.product-list--tb table {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

.product-list--tb table thead th {
  border-bottom: 2px solid #dbdbdb;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333 !important;
}

.product-list--tb table th,
.product-list--tb table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 17px 0 15px 0;
}

.product-list--tb table tbody th,
.product-list--tb table tbody td {
  font-size: 14px;
}
.product-list--tb table tbody td.b-point{
  color: #06a3e0
}

.product-list--tb table tr.best {
  overflow: hidden;
  position: relative;
  background: #eaf8fd;
}

.product-list--tb table tr.best .b-mf {
  position: relative;
}

.product-list--tb table tr.best .b-mf::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../images/icon/ic_best.png") no-repeat;
}

.product-list--tb table tr.best td,
.product-list--tb table tr.best th {
  background: #eaf8fd;
}

.product-list--tb table .btn-sort {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.product-list--tb table .btn-sort.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-list--tb table .b-mf {
  text-align: center;
}

.product-list--tb table .b-mf .mf-logo img {
  height: 18px;
}

.product-list--tb table .b-mf .mf-name {
  margin-top: 10px;
}

.product-list--tb table .b-group {
  text-align: center;
  color: #888888;
}

.product-list--tb table .b-check {
  width: 60px;
  text-align: center;
}

.product-list--tb table .b-check-s {
  width: 50px;
}

.product-list--tb table .b-name {
  width: 400px;
}

.product-list--tb table .b-name strong.box {
  display: block;
  color: #164494;
  font-size: 1.08em;
}

.product-list--tb table .b-name a {
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 15px;
  text-align: left;
}

.product-list--tb table .b-name .thumb {
  width: 100px;
  position: relative;
  height: 100px;
  overflow: hidden;
  display: table-cell;
}

.product-list--tb table .b-name .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  height: 100%;
  width: 100%;
}

.product-list--tb table .b-name .name {
  width: calc(100% - 100px);
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.product-list--tb table .b-num {
  text-align: center;
  color: #888;
}

.product-list--tb table .b-nicenum {
  color: #666;
  text-align: center;
}

.product-list--tb table .b-price {
  font-size: 1.8rem;
  color: #111111;
  text-align: center;
  font-weight: 500;
}

.product-list--tb table .b-price2 {
  font-size: 1.4rem;
  color: #888;
  text-align: center;
  font-weight: 400;
}

.product-list--tb table .b-price2 > b {
  font-weight: 400;
}

.product-list--tb table .b-sel {
  width: 108px;
}

.product-list--tb table .b-sel > button {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "dotum", sans-serif;
  width: 108px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  margin-top: 4px;
  background-color: #fff;
}

.product-list--tb table .b-sel > button:first-child {
  margin-top: 0;
}

.product-list--tb table .b-sel > button.btn-order {
  background: #222;
  color: #fff;
  border-color: transparent;
}

.product-list--tb table .b-sel.b-sel-s > button {
  width: 78px;
  margin-left: auto;
  margin-right: auto;
}

.product-list--tb.tb-review .b-post-num,
.product-list--tb.tb-review .b-date {
  width: 15%;
}

.product-list--tb.tb-review td.b-date, .product-list--tb.tb-review td.b-post-num {
  color: #888;
}

.product-list--tb.tb-review .b-name {
  width: 70% !important;
  max-width: 600px;
}

.product-list--tb.tb-review .b-name .name {
  padding-left: 20px !important;
  color: #222;
}
/* 2024-01-25 수정 */
.product-list--tb.view-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-list--tb.view-list .item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
}

.product-list--tb.view-list .item .thumb {
  width: 100px;
  height: 100px;
  padding: 0;
}

.product-list--tb.view-list .item .desc {
  width: calc(100% - 100px);
  padding-left: 10px;
}

.product-list--tb.view-list .item .desc .tag-mf {
  margin-top: 0;
}

.product-list--tb.view-list .item .desc .b-num,
.product-list--tb.view-list .item .desc .b-nicenum {
  position: relative;
  padding-left: 65px;
}

.product-list--tb.view-list .item .desc .b-num > strong,
.product-list--tb.view-list .item .desc .b-nicenum > strong {
  position: absolute;
  left: 0;
  top: 0;
}

.product-list--tb.view-list .item .desc .b-num {
  padding-left: 30px;
}

.product-list--tb.view-list .item .quantity-box {
  display: inline-block;
  vertical-align: middle;
}

.product-list--tb.view-list .item .order-btns {
  margin-top: 10px;
  text-align: left;
}

.product-list--tb.view-list .item .order-btns .btn-cart,
.product-list--tb.view-list .item .order-btns .scrap {
  text-align: center;
  width: calc(50% - 25px);
  border: 1px solid #ddd;
  font-size: 12px;
  font-family: "dotum", sans-serif;
  width: 33px;
  height: 33px;
}

.product-list--tb.view-list .item .order-btns .btn-change-quantity,
.product-list--tb.view-list .item .order-btns .btn-del {
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  margin-top: 0;
  width: 38px;
}

.product-list--tb.view-list .item .order-btns .btn-order {
  background: #222;
  color: #fff;
}

.product-list--tb.view-list .item .order-btns .btn-cart {
  font-size: 20px;
}

.product-list--tb.view-list .item .order-btns .scrap {
  background-image: url("../images/icon/heart_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  font-weight: normal;
}

.product-list--tb.view-list .item .order-btns .scrap.on {
  background-image: url("../images/icon/heart_solid.svg");
}

.product-list--tb .desc .tag-mf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.product-list--tb .desc .tag-mf .mf {
  margin-top: 5px;
}

.product-list--tb .desc .tag-mf .tag {
  letter-spacing: -10px;
}

.product-list--tb .desc .tag-mf .tag > span {
  font-size: 10px;
  letter-spacing: -1px;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 4px;
  margin-right: 2px;
}

.product-list--tb .desc .tag-mf .tag > span.tag--new {
  background: #164494;
  color: #fff;
}

.product-list--tb .desc .tag-mf .tag > span.tag--line {
  color: #164494;
  border: 1px solid #164494;
}

.product-list--tb .desc .tag-mf .tag > span.tag--best {
  background: #0b89ba;
  color: #fff;
}

.product-list--tb .desc .prd-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.product-list--tb .desc .prd-subtxt {
  font-size: 13px;
  margin-top: 3px;
}

.product-list--tb .desc .b-num,
.product-list--tb .desc .b-nicenum {
  margin-top: 10px;
  color: #888888;
  font-size: 12px;
}

.product-list--tb .desc .b-num > strong,
.product-list--tb .desc .b-nicenum > strong {
  color: #164494;
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.product-list--tb .desc .b-price {
  font-size: 18px;
}

.product-list--tb .desc .b-price > strong {
  color: #164494;
}

.form-type {
  border: 1px solid #e1e1e1;
  border-top: 2px solid #222;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 18px 58px 0;
}

.form-type.form-single {
  width: 100%;
  padding: 5rem 2rem;
}

.form-type.form-mem-modify input::-webkit-input-placeholder {
  font-size: 12px;
}

.form-type.form-mem-modify input:-ms-input-placeholder {
  font-size: 12px;
}

.form-type.form-mem-modify input::-ms-input-placeholder {
  font-size: 12px;
}

.form-type.form-mem-modify input::placeholder {
  font-size: 12px;
}

.form-type.form-mem-modify .input-box:nth-of-type(1) {
  margin-top: 20px;
}

.form-type table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.form-type table th,
.form-type table td {
  vertical-align: middle;
  padding-top: 10px;
}

.form-type table th {
  width: 110px;
  font-weight: 500;
  text-align: right;
}

.form-type table td {
  width: 410px;
  padding-left: 10px;
}

.form-type table td.btn {
  padding-top: 20px;
}

.form-type table td.col-blue {
  padding-left: 20px;
}

.form-type .btn-confirm {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.form-type .form-container {
  text-align: center;
}

.form-type .form-container .input-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}

.form-type .form-container .input-box input::-webkit-input-placeholder {
  font-family: 'dotum', sans-serif;
  color: #222;
}

.form-type .form-container .input-box input:-ms-input-placeholder {
  font-family: 'dotum', sans-serif;
  color: #222;
}

.form-type .form-container .input-box input::-ms-input-placeholder {
  font-family: 'dotum', sans-serif;
  color: #222;
}

.form-type .form-container .input-box input::placeholder {
  font-family: 'dotum', sans-serif;
  color: #222;
}

.form-type .form-container .btn-confirm {
  margin-top: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-type .msg {
  margin-top: 5px;
  padding-left: 15px;
  font-family: 'dotum', sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}

.tb-gray {
  margin-top: 7px;
}

.tb-gray table {
  width: 100%;
  font-size: 16px;
  text-align: left;
}

.tb-gray table th,
.tb-gray table td {
  border: 1px solid #ddd;
  padding: 9px 26px 9px 19px;
}

.tb-gray table th {
  background: #f5f5f5;
  width: 167px;
  font-weight: 500;
}

.tb-gray table td {
  padding-left: 15px;
}

.tb-gray .input-box input {
  color: #888888;
}

.tb-gray .input-box #attach-file {
  border-color: #e1e1e1;
  color: #888888;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  width: 480px;
  display: inline-block;
  vertical-align: middle;
}

.tb-seperate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tb-seperate > .item {
  width: 44.8%;
}

.tb-seperate > .item:nth-of-type(2) {
  width: 50.7%;
}

.t-price {
  font-size: 18px;
  text-align: right;
}

.t-price strong {
  font-weight: 400;
  font-size: 24px;
}

.tb-gray2.tb-outline {
  border: 2px solid #dddddd;
}

.tb-gray2.tb-txt1 {
  color: #888;
}

.tb-gray2.tb-txt1 th {
  color: #222;
}

.tb-gray2.tb-txt1 .price {
  font-size: 24px;
  font-weight: 500;
}

.tb-gray2 table {
  width: 100%;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ddd;
}

.tb-gray2 table th,
.tb-gray2 table td {
  padding: 9px 26px 9px 19px;
  border-bottom: 1px solid #ddd;
}

.tb-gray2 table th {
  background: #f5f5f5;
  width: 197px;
  font-weight: 500;
}

.tb-gray2 table .pdn-txt {
  padding: 8px 0;
}

.tb-gray2 table td {
  padding-left: 20px;
}

.tb-gray2.ht1 table th,
.tb-gray2.ht1 table td {
  padding: 15px 17px 15px 32px;
  line-height: 1.5;
}

.tb-gray2.ht2 table th,
.tb-gray2.ht2 table td {
  padding: 12px 30px 11px 32px;
  line-height: 1.5;
}

.tb-gray2 .input-box {
  width: 210px;
}

.tb-gray2 .input-box input {
  color: #888888;
  height: 36px;
  line-height: 36px;
  border-color: #ddd;
}

.tb-gray2 .input-box #attach-file {
  border-color: #e1e1e1;
  color: #888888;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  width: 480px;
  display: inline-block;
  vertical-align: middle;
}

.tb-gray2 .input-box.input-textarea {
  width: auto;
  max-width: 770px;
}

.tb-gray2 .input-box.input-textarea textarea {
  height: 36px;
  line-height: 1.5;
  width: 100%;
  resize: auto;
}

.tb-gray2 .input-select {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  border: none;
  color: #888;
  width: 210px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}

.tb-gray2 .input-select::after {
  content: "\e930";
  color: #888;
  font-size: 15px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tb-gray2 .input-select select {
  border: none;
}

.tb-gray2 .input-select2 {
  border: 1px solid #222;
  margin-left: 5px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
}

.tb-gray2 .input-select2::after {
  content: "\e930";
  color: #f24443;
  font-size: 15px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tb-gray2 .input-select2 select {
  border: none;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
}

.tb-gray2 .input-zipcode {
  width: auto;
}

.tb-gray2 .input-zipcode input {
  width: 300px;
}

.tb-gray2 .input-addr {
  margin-top: 7px;
}

.tb-gray2 .input-addr input {
  width: 630px;
}

.tb-gray2 .input-email {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
}

.tb-gray2 .input-email .at {
  padding: 0 5px;
}

.tb-gray2 .input-email > input[type="text"] {
  width: 220px;
}

.tb-gray2 .input-email button {
  width: 110px;
}

.tb-gray2 .btn-list-del {
  width: 110px;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
}

.tb-gray2 .set-default-addr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tb-gray2 .set-default-addr .input-select {
  width: 210px;
}

.tb-gray2 .set-default-addr .input-select select {
  color: #888;
}

.tb-gray2 .set-default-addr .ch-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: dotum;
  margin-left: 10px;
  padding-left: 24px;
}

.tb-gray2 .set-default-addr .ch-container .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.tb-gray-sum {
  border: 1px solid #222;
}

.tb-gray-sum .btn-coupon {
  width: 110px;
  height: 36px;
  line-height: 36px;
}

.tb-gray-sum table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.tb-gray-sum table th,
.tb-gray-sum table td {
  border: 1px solid #ddd;
}

.tb-gray-sum table .sb-j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tb-gray-sum table thead {
  text-align: center;
}

.tb-gray-sum table thead .td-tit {
  background: #f8f8f8;
  color: #222;
  display: block;
  height: 49px;
  overflow: hidden;
  line-height: 49px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
}

.tb-gray-sum table thead p {
  text-align: center;
  height: 100px;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
}

.tb-gray-sum table thead p > strong {
  font-weight: 500;
  font-size: 28px;
}

.tb-gray-sum table thead p > em {
  font-size: 24px;
  font-weight: 500;
}

.tb-gray-sum table .sb-j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px 0 50px;
  height: 50px;
  font-size: 16px;
}

.tb-gray-sum table .sb-j .price > strong {
  font-size: 28px;
  font-weight: 500;
}

.tb-gray-sum table tbody th {
  background-color: #f8f8f8;
}

.tb-gray-sum table tfoot {
  background: #f8f8f8;
}

.tb-gray-sum.last-result table {
  text-align: left;
}

.tb-gray-sum.last-result tbody th,
.tb-gray-sum.last-result tbody td {
  height: 50px;
}

.tb-gray-sum.last-result tbody th {
  padding-left: 30px;
  font-weight: 500;
  border-right: none;
}

.tb-gray-sum.last-result tbody td {
  text-align: right;
  padding-right: 30px;
  border-left: none;
}

.tb-pay-methods {
  border: 3px solid #dddddd;
  padding: 17px 30px 30px 10px;
  letter-spacing: -10px;
}

.tb-pay-methods > button {
  letter-spacing: -0.3px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ddd;
  margin-left: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tb-pay-methods > button i {
  color: #999;
  font-size: 25px;
  vertical-align: middle;
}

.tb-pay-methods > button.select {
  background-color: #222;
  color: #fff;
  border-radius: 5px;
}

.tb-pay-methods > button.select i {
  color: #fff;
}

.tb-pay-methods > button [class*='ico-'] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}

.tb-order-item {
  border-top: 2px solid #164494;
}

.tb-order-item table {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.tb-order-item th,
.tb-order-item td {
  padding: 21px 0 17px 0;
}

.tb-order-item th {
  font-weight: 500;
  border-bottom: 2px solid #dbdbdb;
}

.tb-order-item td {
  border-bottom: 1px solid #dbdbdb;
}

.tb-order-item .b-name {
  width: 470px;
  text-align: left;
}

.tb-order-item .b-name .name-big {
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.tb-order-item .b-name .txt-gray {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
}

.tb-order-item .b-name .txt-gray:first-of-type {
  margin-top: 15px;
}

.tb-order-item .b-thumb {
  width: 210px;
}

.tb-order-item .b-thumb img {
  width: 100px;
  height: 100px;
}

.b-point {color:#e30d8d }
.b-point i {
  width: 14px;
  height: 14px;
  background: #e30d8d;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-family: "dotum", sans-serif;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 14px;
  margin-right: 5px;
  text-align: center;
}
.b-point strong {color: #164494;}

.select-inline .ch-container,
.select-inline .rd-container {
  display: inline-block;
  color: #888;
  font-size: 16px;
}

.select-inline .ch-container:not(:first-of-type),
.select-inline .rd-container:not(:first-of-type) {
  margin-left: 20px;
}

.box-agree-check {
  border: 1px solid #ddd;
  padding: 2.7rem 2.9rem 1.9rem 2.9rem;
  margin-top: 4rem;
  text-align: left;
}

.box-agree-check .checkbox {
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-agree-check .checkbox input {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-agree-check .checkbox input:checked {
  border-color: #999;
  background: url("../images/icon/checkbox_on.svg") no-repeat center/contain;
}

.box-agree-check .agree-title {
  letter-spacing: -0.7px;
}

.box-agree-check h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
}

.box-agree-check .ch-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.box-agree-check .ch-box .ch-container {
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}

.box-agree-check .ch-box .ch-container .checkmark {
  border-color: #9b9b9b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -3px;
}

.box-agree-check .ch-box .ch-container:not(:first-of-type) {
  margin-left: 12px;
}

.input-required {
  padding-left: 13px;
  position: relative;
}

.input-required::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
  color: #f24443;
  font-size: 20px;
  font-weight: 400;
}

.order-list {
  border-top: 2px solid #222;
  margin-top: 29px;
}

.order-list table {
  width: 100%;
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}

.order-list table th {
  font-weight: 500;
  padding: 20px 0 14px 0;
  border-bottom: 2px solid #dbdbdb;
}

.order-list table td {
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #dbdbdb;
  padding: 19px 0;
}

.order-list table .b-name {
  width: 425px;
}

.order-list table .b-name a {
  color: #222;
  display: block;
  line-height: 1.5;
}

.order-list table .col-blue {
  font-weight: 400;
}

.order-list table .btn-apply {
  width: 100px;
  height: 36px;
  line-height: 36px;
}

.tb-blue {
  border-top: 2px solid #164494;
}

.tb-blue.ht2 table {
  text-align: left;
}

.tb-blue.ht2 table th,
.tb-blue.ht2 table td {
  padding: 12px 30px 11px 32px;
  line-height: 1.5;
}

.tb-blue table {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: #888;
  line-height: 1.5;
}

.tb-blue table thead th,
.tb-blue table thead td {
  border-bottom: 2px solid #ddd;
  font-weight: 500;
  color: #222;
}

.tb-blue table tbody th,
.tb-blue table tbody td {
  padding: 10px;
}

.tb-blue table tbody .b-address {
  text-align: left;
}

.tb-blue table th,
.tb-blue table td {
  padding: 17px 10px;
  border-bottom: 1px solid #ddd;
}

.tb-blue2 {
  border-top: 2px solid #164494;
  border-bottom: 1px solid #222;
}

.tb-blue2 table {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  color: #888;
  line-height: 1.5;
}

.tb-blue2 table th,
.tb-blue2 table td {
  padding: 18px 20px 17px 20px;
  border-bottom: 1px solid #dbdbdb;
}

.tb-blue2 table thead th,
.tb-blue2 table thead td {
  border-bottom: 1px solid #ddd;
  color: #222;
  font-weight: 400;
}

.tb-blue2 table th {
  background: #f8f8f8;
  font-weight: 400;
}

.tb-address .b-name {
  width: 13%;
}

.tb-address .b-recipient {
  width: 10%;
}

.tb-address .b-address {
  width: 40%;
  padding-left: 53px;
}

.tb-address .b-phone {
  width: 20%;
}

.tb-address .b-modify {
  width: 17%;
}

.tb-address .b-modify button {
  width: 78px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}

.tb-qna table tbody th,
.tb-qna table tbody td {
  padding: 15px 10px;
}

.tb-qna .b-category {
  width: 17%;
}

.tb-qna .b-date {
  width: 16%;
}

.tb-qna .b-sec {
  width: 14%;
}

.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.pagination > a {
  display: block;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-top: 1px solid #d7d5d5;
  border-bottom: 1px solid #d7d5d5;
  border-right: 1px solid #d7d5d5;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  color: #999;
  cursor:pointer;
}

.pagination > a:first-child{
  border-left: 1px solid #d7d5d5;
}

.pagination > a:hover {
  color: #164494;
}

.pagination > a.page-current {
  color: #222;
  font-weight: 400;
  cursor:not-allowed !important;
}

.pagination > a.page-first {
  border-left: 1px solid #d7d5d5;
}

.board-search {
  background: #f2f2f2;
  margin-top: 2.8rem;
  padding: 3rem 1rem;
}

.board-search .container {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board-search .container .input-box {
  width: calc(100% - 80px);
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.board-search .container .input-box select {
  width: 120px;
  border-radius: 0;
  border-right: none;
  background: #fff url("../images/icon/chevron-down.svg") no-repeat calc(100% - 10px) 10px/17px;
  border-color: #e1e1e1;
}

.board-search .container .input-box input {
  width: calc(100% - 120px);
  border-radius: none;
  border-color: #e1e1e1;
}

.board-search .container .btn-search {
  width: 80px;
  height: 40px;
  line-height: 40px;
}

.board-list {
  border-top: 2px solid #222;
  margin-top: 40px;
}

.board-list table {
  width: 100%;
  color: #888;
  line-height: 1.5;
  text-align: center;
  table-layout: fixed;
}

.board-list table thead th {
  color: #222;
}

.board-list table th,
.board-list table td {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}

.board-list table tbody .b-title {
  text-align: left;
}

.board-list table tbody .b-title a {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}

.board-list table tbody .b-title a:hover {
  color: #164494;
}

.board-list .new {
  display: inline-block;
  background: #06a3e0;
  color: #fff;
  font-family: 'dotum', sans-serif;
  font-size: 10px;
  vertical-align: middle;
  padding: 1px 3px;
  line-height: 10px;
  height: 14px;
  line-height: 14px;
  margin-left: 3px;
}

.board-list .lock {
  display: inline-block;
  background: url("../images/icon/lock.png") no-repeat center;
  font-size: 10px;
  vertical-align: middle;
  padding: 1px 3px;
  line-height: 10px;
  width: 14px;
  height: 20px;
  line-height: 14px;
  margin-left: 5px;
}

.board-list.board-notice .b-num {
  width: 15%;
}

.board-list.board-notice .b-writer,
.board-list.board-notice .b-date {
  width: 15%;
}

.board-list.board-notice .b-title {
  width: 50%;
}

.board-list.board-qna .b-num {
  width: 10%;
}

.board-list.board-qna .b-writer,
.board-list.board-qna .b-date,
.board-list.board-qna .b-sec {
  width: 14%;
}

.board-view {
  border-top: 2px solid #222;
  margin-top: 3rem;
  line-height: 1.5;
}

.board-view .title {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding: 2.4rem 2rem 1.3rem 3.5rem;
}

.board-view .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #888;
  font-family: 'dotum', sans-serif;
  padding: 1.8rem 3.7rem;
  border-bottom: 1px solid #dbdbdb;
}

.board-view .top-info .attach {
  width: 50%;
  padding-left: 40px;
  position: relative;
}

.board-view .top-info .attach::before {
  content: '';
  width: 22px;
  height: 17px;
  background: url("../images/icon/ic_file.png") no-repeat center;
  position: absolute;
  left: 0;
  top: -1px;
}

.board-view .top-info .attach a {
  display: block;
  color: #888;
}

.board-view .top-info .summary li {
  display: inline-block;
  vertical-align: middle;
}

.board-view .top-info .summary li span {
  color: #222;
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  position: relative;
}

.board-view .top-info .summary li span::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #dbdbdb;
  position: absolute;
  right: 12px;
  top: 1px;
}

.board-view .top-info .summary li:not(:first-child) {
  margin-left: 40px;
}

.board-view .view-content {
  padding: 40px;
  color: #888;
  line-height: 1.5;
}

.board-write {
  border-top: 2px solid #222;
  margin-top: 30px;
}

.board-write table {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #888;
}

.board-write table th,
.board-write table td {
  border-bottom: 1px solid #ddd;
  padding: 13px 10px 13px 10px;
}

.board-write table th {
  background: #f8f8f8;
  font-weight: 400;
  padding-left: 53px;
  text-align: left;
  color: #222;
}

.board-write table td {
  padding-left: 22px;
}

.board-write table textarea {
  width: 100%;
}

.board-write table .input-select {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  border: none;
  width: 410px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}

.board-write table .input-select select {
  color: #888 !important;
}

.board-write table .input-select::after {
  content: "\e930";
  color: #222;
  font-size: 15px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.board-write table .input-select select {
  border: none;
}

.board-write table .input-attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.board-write table .input-attach .btn-add-file {
  width: 90px;
  margin-left: 4px;
  border: 1px solid #999;
}

.board-write table .input-attach .input-box {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board-write table .input-attach .input-box input {
  line-height: 36px;
  width: calc(100% - 90px);
}

.board-write table .input-attach .input-box label {
  width: 90px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

@media screen and (max-width: 1320px) {
  .product-list--img ul li {
    width: 32%;
    margin-left: 1%;
  }
  .product-list--img ul li:nth-child(4n+1) {
    margin-left: 1%;
  }
}

@media screen and (max-width: 1024px) {
  .order-list table {
    text-align: left;
  }
  .order-list table thead {
    display: none;
  }
  .order-list table tbody {
    display: block;
  }
  .order-list table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .order-list table tbody td {
    width: 33.33%;
    display: block;
    padding: 3px 0;
    border-bottom: none;
    text-align: left;
  }
  .order-list table .b-name {
    width: 100% !important;
  }
  .order-list table .b-name a {
    max-width: calc(100% - 80px);
    display: inline-block !important;
  }
  .order-list table .tb-label {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #333;
    font-weight: 500;
    width: 100px;
  }
  .tb-order-item table {
    text-align: left;
  }
  .tb-order-item table thead {
    display: none;
  }
  .tb-order-item table tbody {
    display: block;
  }
  .tb-order-item table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .tb-order-item table tbody td {
    width: 33.33%;
    display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: none;
    text-align: left;
  }
  .tb-order-item table .b-thumb {
    width: 120px;
  }
  .tb-order-item table .b-name {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
  }
  .tb-order-item table .b-point p {
    display: inline-block;
  }
  .tb-order-item table .tb-label {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #333;
    font-weight: 500;
    width: 100px;
  }
  .tb-blue2 table {
    font-size: 13px;
  }
  .tb-blue2 table th,
  .tb-blue2 table td {
    padding: 10px;
  }
  .product-list--tb .btn-change-quantity {
    height: 33px;
    line-height: 33px;
    margin-top: 0;
    margin-left: 2px;
  }
  .product-list--tb.tb-review .b-post-num {
    display: none;
  }
  .product-list--tb.tb-review .b-name {
    width: 100% !important;
    max-width: initial;
  }
  .product-list--tb.tb-review .b-date {
    width: 100%;
  }
  .product-list--tb.tb-todayview table .b-mf,
  .product-list--tb.tb-todayview table .b-group {
    width: calc(50% - 30px);
  }
  .product-list--tb table tr.best .b-mf {
    padding-left: 30px;
  }
  .product-list--tb table tr.best .b-mf::before {
    top: -10px;
    left: -10px;
  }
  .product-list--tb table tr.best .b-group {
    padding-left: 30px;
  }
  .product-list--img .desc {
    height: 220px;
    padding: 1.2rem;
  }
  .product-list--img .desc .prd-name {
    font-size: 1.8rem;
  }
  .board-write table {
    font-size: 1.4rem;
  }
  .board-write table colgroup {
    display: none;
  }
  .board-write table select {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .board-write table th {
    width: 20%;
  }
  .board-write table td {
    width: 80%;
  }
  .board-write table td,
  .board-write table th {
    padding: 10px;
  }
  .board-write table .input-attach {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .board-write table .input-attach .input-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .board-search .container {
    width: auto;
  }
  .tb-label {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #333;
  }
  .form-type {
    padding: 30px 20px;
  }
  .form-type table {
    width: 100%;
  }
  .form-type table th {
    width: 30%;
  }
  .form-type table td {
    width: 70%;
  }
  .form-type table td.btn {
    padding-top: 5px;
  }
  .form-type .btn-confirm {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .form-type .form-container .input-box {
    max-width: 100%;
  }
  .tb-order-item table {
    text-align: left;
  }
  .tb-order-item thead {
    display: none;
  }
  .tb-order-item tbody {
    display: block;
  }
  .tb-order-item tbody tr {
    display: block;
    position: relative;
    padding: 10px 0;
  }
  .tb-order-item tbody td {
    display: block;
    padding: 0;
    border: none;
    padding-left: 90px;
    font-size: 13px;
  }
  .tb-order-item .b-thumb {
    width: 80px;
    height: 80px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #dddddd;
    overflow: hidden;
  }
  .tb-order-item .b-thumb img {
    width: 100%;
    height: 100%;
  }
  .tb-order-item .b-name {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .tb-order-item .b-name .txt-gray {
    font-size: 12px;
    line-height: 1.4;
  }
  .tb-order-item .b-point > p {
    display: inline-block;
  }
  .b-point i {
    width: 11px;
    height: 11px;
    text-align: center;
  }
  .tb-gray2 table {
    font-size: 13px;
  }
  .tb-gray2 table th,
  .tb-gray2 table td {
    padding: 10px !important;
  }
  .tb-gray2 table th {
    width: 25%;
  }
  .tb-gray2 .input-box {
    width: auto;
  }
  .tb-gray2 .input-addr input {
    width: 100%;
  }
  .tb-gray2 .input-zipcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tb-gray2 .input-zipcode input {
    width: calc(100% - 95px);
  }
  .tb-gray2 .input-zipcode .btn-arr-r {
    width: 90px;
  }
  .tb-gray2 .input-zipcode .btn-arr-r span::after {
    margin-left: 5px;
  }
  .tb-gray2 .input-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tb-gray2 .input-email .at {
    padding: 0;
  }
  .tb-gray2 .input-email > input[type="text"] {
    width: calc(50% - 10px);
    margin-bottom: 4px;
  }
  .tb-gray2 .input-select2 {
    width: 100%;
    margin-left: 0;
  }
  .tb-gray2 .btn-list-del {
    margin-left: 0;
  }
  .tb-gray2 .set-default-addr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tb-gray2 .set-default-addr .input-select {
    width: 100%;
  }
  .tb-gray2 .set-default-addr .ch-container {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
  .tb-gray table {
    font-size: 13px;
  }
  .tb-gray table th,
  .tb-gray table td {
    padding: 10px;
  }
  .tb-gray table th {
    width: auto;
  }
  .select-inline .ch-container,
  .select-inline .rd-container {
    font-size: 13px;
  }
  .select-inline .ch-container:not(:first-of-type),
  .select-inline .rd-container:not(:first-of-type) {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .tb-gray-sum table {
    display: block;
  }
  .tb-gray-sum table colgroup {
    display: none;
  }
  .tb-gray-sum table thead {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table thead tr {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table thead tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .tb-gray-sum table thead tr td .td-tit {
    width: 30%;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    border: none;
    line-height: 40px;
    font-size: 13px;
  }
  .tb-gray-sum table thead tr td .price {
    width: auto;
    height: 30px;
    border: none;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
  }
  .tb-gray-sum table thead tr td .price em {
    font-size: 13px;
    margin-right: 4px;
  }
  .tb-gray-sum table thead tr td .price strong {
    font-size: 13px;
  }
  .tb-gray-sum table tbody {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table tbody tr {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table tbody tr td {
    width: 100%;
    display: block;
  }
  .tb-gray-sum table th,
  .tb-gray-sum table td {
    border: none;
  }
  .tb-gray-sum table .sb-j {
    padding: 10px;
    font-size: 13px;
    border-top: none;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .tb-gray-sum table .sb-j .td-tit {
    text-align: left;
    font-size: 12px;
    width: 30%;
  }
  .tb-gray-sum table .sb-j .price > strong {
    font-size: 13px;
  }
  .tb-gray-sum table tfoot {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table tfoot tr {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table tfoot tr td {
    display: block;
    width: 100%;
  }
  .tb-gray-sum table tfoot tr .sb-j {
    width: 100%;
    border-bottom: none;
  }
  .tb-gray-sum.last-result table {
    font-size: 13px;
  }
  .tb-gray-sum.last-result tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tb-gray-sum.last-result tbody th,
  .tb-gray-sum.last-result tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    height: auto;
  }
  .tb-gray-sum.last-result tbody th {
    padding-left: 15px;
    width: 60%;
  }
  .tb-gray-sum.last-result tbody td {
    width: 40%;
  }
  .tb-pay-methods {
    border-width: 2px;
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tb-pay-methods > button {
    width: 48%;
    font-size: 13px;
    margin: 4px 0;
    overflow: hidden;
  }
  .tb-pay-methods .ico-kakao {
    max-width: 30px;
  }
  .tb-pay-methods .ico-kakao img {
    vertical-align: middle;
  }
  .order-list table {
    text-align: left;
  }
  .order-list table tr {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
  }
  .order-list table td {
    font-size: 13px;
    display: inline-block;
    padding: 0 10px 8px 10px;
    border-bottom: none;
  }
  .order-list table .b-num,
  .order-list table .b-date {
    padding-top: 10px;
    width: 50%;
  }
  .order-list table .b-name {
    width: auto;
  }
  .order-list table .b-state [class*='state-'] {
    font-size: 11px;
    color: #888;
    border: 1px solid #888;
    display: inline-block;
    padding: 0 5px;
    line-height: 18px;
  }
  .order-list table .b-state .state-wait {
    color: #888;
    border: 1px solid #888;
  }
  .order-list table .b-state .state-purchased {
    border-color: #164494;
    color: #164494;
  }
  .order-list table .b-state .state-shipping {
    border-color: #06a3e0;
    background: #06a3e0;
    color: #fff;
  }
  .order-list table .b-state .state-fin {
    border-color: #164494;
    background: #164494;
    color: #fff;
  }
  .product-list--tb.tb-review table {
    font-size: 13px;
  }
  .product-list--tb.tb-review table th,
  .product-list--tb.tb-review table td {
    font-size: 13px;
  }
  .product-list--tb.tb-todayview table .b-check-s {
    width: 100%;
  }
  .product-list--tb.tb-todayview table .b-mf,
  .product-list--tb.tb-todayview table .b-group {
    width: 50%;
  }
  .product-list--tb.tb-todayview table .b-price {
    font-size: 14px;
  }
  .product-list--tb table {
    font-size: 13px;
    text-align: left;
  }
  .tb-address table thead {
    display: none;
  }
  .tb-address table tbody {
    display: block;
  }
  .tb-address table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .tb-address table tbody td {
    width: 33.33%;
    display: block;
    padding: 3px 0 !important;
    border-bottom: none;
    font-size: 13px;
    text-align: left !important;
  }
  .tb-address table tbody td br {
    display: none;
  }
  .tb-address .tb-label {
    color: #333;
  }
  .tb-address .b-phone,
  .tb-address .b-name,
  .tb-address .b-recipient {
    width: 50%;
  }
  .tb-address .b-address {
    width: 100%;
    padding-left: 0;
  }
  .tb-address .b-modify {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tb-address .b-modify button {
    width: 100%;
    margin: 0 1px;
  }
  .tb-qna table thead {
    display: none;
  }
  .tb-qna table tbody {
    display: block;
  }
  .tb-qna table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .tb-qna table tbody td {
    width: 33.33%;
    display: block;
    padding: 3px 0 !important;
    border-bottom: none;
    font-size: 13px;
    text-align: left !important;
  }
  .tb-qna table tbody td br {
    display: none;
  }
  .tb-qna table .b-category,
  .tb-qna table .b-title {
    width: 100%;
  }
  .tb-qna table .b-date {
    max-width: 50%;
    width: auto;
  }
  .tb-qna table .b-sec {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .product-list--tb table thead {
    display: none;
  }
  .product-list--tb table tbody {
    display: block;
  }
  .product-list--tb table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
  .product-list--tb table tbody td {
    display: block;
    padding: 3px 0;
    border-bottom: none;
    text-align: left !important;
  }
  /*
  .product-list--tb table tbody td br {
    display: none;
  }
  */
  .product-list--tb table .b-mf {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .product-list--tb table .b-mf .mf-name {
    margin-top: 0;
    margin-left: 10px;
  }
  .product-list--tb table .b-name {
    width: 100% !important;
    display: block;
  }
  .product-list--tb table .b-name .tb-label {
    display: none;
  }
  .product-list--tb table .b-name .prd-thumb-name {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list--tb table .b-num {
    width: 100%;
  }
  .product-list--tb table .b-nicenum,
  .product-list--tb table .b-price2 {
    width: 50%;
  }
  .product-list--tb table .b-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list--tb table .b-quantity .quantity-box {
    margin: 0;
  }
  .product-list--tb table .tb-label {
    display: inline-block;
    padding-right: 5px;
    color: #333;
    font-weight: 500;
    width: 100px;
  }

  .product-list--tb table .b-sel {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-list--tb table .b-sel > button {
    display: inline-block;
    margin-top: 0;
  }
  .product-list--tb table .b-sel button {
    width: 100%;
    margin: 0 1px;
  }
  .t-price {
    font-size: 1.6rem;
  }
  .t-price strong {
    font-size: 2rem;
  }
  .tb-seperate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tb-seperate .item {
    width: 100%;
  }
  .tb-seperate .item:nth-of-type(2) {
    width: 100%;
  }
  .tb-seperate .board-title {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .form-type.form-single {
    padding: 30px;
  }
  .form-type.form-single .txt-gray {
    font-size: 1.6rem;
  }
  .board-view .title {
    font-size: 1.7rem;
    padding: 1.6rem;
  }
  .board-view .top-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.6rem;
  }
  .board-view .top-info .attach,
  .board-view .top-info .summary {
    width: 100%;
  }
  .board-view .top-info .summary {
    margin-top: 1rem;
  }
  .board-view .view-content {
    padding: 2rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-list.btn-b2 {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 30px;
    font-size: 1.4rem;
  }
  .board-search .container .input-box select {
    width: 80px;
  }
  .board-search .container .input-box input {
    width: calc(100% - 80px);
  }
  .board-list.board-notice table thead {
    display: none;
  }
  .board-list.board-notice .b-num {
    display: none;
  }
  .board-list.board-notice .b-title {
    width: 100%;
  }
  .board-list.board-notice .b-writer,
  .board-list.board-notice .b-date {
    width: 50%;
  }
  .board-list.board-notice table {
    font-size: 13px;
  }
  .board-list.board-notice tbody {
    display: block;
  }
  .board-list.board-notice tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .board-list.board-notice tbody td {
    width: 33.33%;
    display: block;
    padding: 3px 0;
    border-bottom: none;
    text-align: left;
  }
  .board-list.board-qna thead {
    display: none;
  }
  .board-list.board-qna tbody {
    display: block;
  }
  .board-list.board-qna tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  .board-list.board-qna tbody td {
    display: block;
    padding: 0;
    border: none;
    font-size: 13px;
    text-align: left;
  }
  .board-list.board-qna .b-num {
    display: none;
  }
  .board-list.board-qna .b-title {
    width: 100%;
    padding-bottom: 5px;
  }
  .board-list.board-qna .b-writer,
  .board-list.board-qna .b-date,
  .board-list.board-qna .b-sec {
    width: 33.333%;
  }
  .product-list--img ul li {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 2rem;
  }
  .product-list--img .desc .prd-subtxt {
    height: 30px;
    max-height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .order-list table tbody td {
    width: 50%;
  }
  .order-list table .tb-label {
    max-width: 70px;
    width: auto;
    position: relative;
  }
  .product-list--tb table td {
    font-size: 13px !important;
  }
  .product-list--tb table .b-mf,
  .product-list--tb table .b-group {
    width: 100%;
  }
  .product-list--tb table .b-num {
    position: relative;
    padding-left: 60px;
  }
  .product-list--tb table .b-num .tb-label {
    position: absolute;
    left: 0;
    top: 4px;
    width: auto;
  }
  .product-list--tb table .b-nicenum,
  .product-list--tb table .b-price2 {
    width: 100%;
  }
  .product-list--tb table .b-price,
  .product-list--tb table .b-quantity {
    width: 100%;
  }
  .tb-order-item table .b-thumb {
    width: 80px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
  .tb-order-item table .b-name {
    width: calc(100% - 80px);
    margin-bottom: 10px;
  }
  .tb-order-item table tbody td {
    padding: 5px 0;
  }
  .tb-order-item table .tb-label {
    width: 60px;
  }
  .tb-tax table {
    border-top: 1px solid #333;
  }
  .tb-tax tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tb-tax tr th,
  .tb-tax tr td {
    border-top: none;
    height: 100%;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tb-tax tr th {
    border-right: none;
    width: 30%;
  }
  .tb-tax tr td {
    display: block;
    width: 70%;
  }
  .tb-tax tr td .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb-tax tr td .input-box #attach-file {
    width: calc(100% - 80px);
  }
  .tb-tax tr td .input-box .btn-arr-r {
    width: 80px;
    text-align: center;
  }
  .tb-tax tr td .input-box .btn-arr-r span::after {
    margin-left: 1px;
  }
  .box-agree-check .ch-box {
    margin-left: 0;
    margin-top: 1rem;
  }
  .btn-confirm {
    width: 100% !important;
  }
  .form-mem-modify--pw .form-container .input-box,
  .form-mem-modify--pw .form-container .btn-confirm {
    width: 100%;
  }
  .form-mem-modify--pw .msg {
    padding-left: 0;
  }
  .form-mem-modify--pw .txt-gray {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .order-list table tbody td {
    width: 100%;
  }
  .order-list table .b-num,
  .order-list table .b-date {
    width: 100%;
    padding-top: 5px;
  }
  .order-list table .tb-label {
    width: 70px;
    position: relative;
  }
  .tb-order-item table tbody td {
    width: 50%;
  }
  .tb-order-item table .tb-label {
    width: 48px;
  }
  .product-list--tb.tb-todayview table .b-mf,
  .product-list--tb.tb-todayview table .b-group,
  .product-list--tb.tb-todayview table .b-price {
    width: 100%;
  }
  .board-view .top-info .summary li {
    width: 100%;
    display: block;
  }
  .board-view .top-info .summary li span {
    width: 60px;
  }
  .board-view .top-info .summary li:not(:first-child) {
    margin-left: 0;
  }
  .product-list--img ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .product-list--img .desc {
    height: auto;
  }
  .product-list--img .desc .prd-subtxt {
    height: 30px;
    max-height: 30px;
  }
  .board-list.board-qna .b-writer,
  .board-list.board-qna .b-date,
  .board-list.board-qna .b-sec {
    width: 100%;
    padding-top: 5px;
  }
  .board-write table .input-select {
    width: auto;
  }
  .board-write table .input-attach .input-box {
    width: 100%;
  }
  .board-write table .input-attach .btn-add-file {
    margin-top: 5px;
    margin-left: 0;
    padding: 5px 0;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
}

.header .container {
  max-width: 1320px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.6rem;
}

.header .logo {
  width: 179px;
  height: 45px;
  background: url("../images/logo/logo_w.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 17px;
}

.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header #gnb {
  position: absolute;
  right: 0;
  top: 15px;
  letter-spacing: -10px;
}

.header #gnb > a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  letter-spacing: 0;
  height: 48px;
  line-height: 48px;
  color: #fff;
}

.header #gnb > a::before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.header #gnb .g-search {
  width: 29px;
  background-image: url("../images/icon/ic_top_serach.png");
}

.header #gnb .g-setting {
  width: 48px;
  height: 48px;
  background-image: url("../images/icon/icon_gnb_group.png");
  background-position: -144px 0;
  background-size: initial;
  margin-left: 10px;
}

.header #gnb .g-user,
.header #gnb .g-cart,
.header #gnb .g-delivery {
  padding-left: 48px;
}

.header #gnb .g-user::before,
.header #gnb .g-cart::before,
.header #gnb .g-delivery::before {
  background-image: url("../images/icon/icon_gnb_group.png");
}

.header #gnb .g-cart {
  padding-left: 48px;
  margin-left: 15px;
}

.header #gnb .g-cart::before {
  background-position: -48px 0;
}

.header #gnb .g-cart .count {
  position: absolute;
  color: #164494;
  font-size: 10px;
  background: #fff;
  font-weight: bold;
  z-index: 100;
  text-align: center;
  border-radius: 100%;
  width: 13px;
  line-height: 13px;
  height: 13px;
  left: 26px;
  top: 10px;
}

.header #gnb .g-delivery {
  padding-left: 48px;
  margin-left: 15px;
  margin-right: 15px;
}

.header #gnb .g-delivery::before {
  background-position: -96px 0;
}

.mobile-nav {
  display: none;
}

.main-hero {
  position: relative;
  width: 100%;
  height: 938px;
  background-image: url("../images/hero/main_hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-hero .main-container {
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-hero .main-products {
  position: absolute;
  left: 0;
  bottom: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
      flex-wrap: wrap;
      column-gap: 30px;
      justify-content: start;
          align-items: flex-end;
          row-gap: 20px;
}

.main-hero .main-products .item {
  width: calc(25% - 22.5px);
  border: 1px solid #fff;
  padding: 13px 20px 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 80px;
  background-image: url("../images/main/ic_item_arrow.png");
  background-position: right 20px center;
  cursor: pointer;
}
.main-hero .main-products .item:hover, .main-hero .main-products .item:focus {
  background-color: #164494;
  border: 1px solid #164494;

}

.main-hero .main-products .item.item--air .item-title::after {
  width: 47px;
  height: 37px;
  background-image: url("../images/main/ic_item_air.png");
}

.main-hero .main-products .item.item--oil .item-title::after {
  width: 41px;
  height: 45px;
  background-image: url("../images/main/ic_item_oil.png");
}

.main-hero .main-products .item.item--fuel .item-title::after {
  width: 43px;
  height: 42px;
  background-image: url("../images/main/ic_item_fuel.png");
}

.main-hero .main-products .item.item--etc .item-title::after {
  width: 43px;
  height: 42px;
  background-image: url("../images/main/ic_item_etc.png");
}

.main-hero .main-products .item.item--break .item-title::after {
  width: 41px;
  height: 36px;
  background-image: url("../images/main/ic_item_break.png");
}
.main-hero .main-products .item.item--engine .item-title::after {
  width: 49px;
  height: 41px;
  background-image: url("../images/main/ic_item_engine.png");
}
.main-hero .main-products .item.item--wiper .item-title::after {
  width: 48px;
  height: 38px;
  background-image: url("../images/main/ic_item_wiper.png");
}
.main-hero .main-products .item.item--tire .item-title::after {
  width: 48px;
  height: 41px;
  margin-top:-3px;
  background-image: url("../images/main/ic_item_tire.png");
}
.main-hero .main-products .item.item--light .item-title::after {
  width: 48px;
  height: 41px;
  margin-top:-3px;
  background-image: url("../images/main/ic_item_light.png");
}
.main-hero .main-products .item.item--battery .item-title::after {
  width: 48px;
  height: 41px;
  margin-top:-3px;
  background-image: url("../images/main/ic_item_battery.png");
}
.main-hero .main-products .item.item--chemical .item-title::after {
  width: 43px;
  height: 42px;
  margin-top:-3px;
  background-image: url("../images/main/ic_item_chemical.png");
}

.main-hero .main-products .item.item--pi .item-title::after {
  width: 47px;
  height: 37px;
  background-image: url("../images/main/ic_item_pi.png");
}

.main-hero .main-products .item.item--plug .item-title::after {
  width: 47px;
  height: 37px;
  background-image: url("../images/main/ic_item_plug.png");
}

.main-hero .main-products .item.item--coil .item-title::after {
  width: 47px;
  height: 37px;
  background-image: url("../images/main/ic_item_coil.png");
}

.main-hero .main-products .item .item-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  /* padding-top: 31px; */
  letter-spacing: -1px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0 0 70px;
}

.main-hero .main-products .item .item-title::after {
  content: '';
  width: 57px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/main/ic_item_ac.png");
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-hero .main-products .item .item-title > strong {
  font-weight: 500;
  margin-right: -4px;
}

.main-hero .main-products .item .en {
  color: #fff;

  font-size: 1.4rem;

  margin-top: 6px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0 70px;
}

.main-hero .main-products .item .btn-more {
  display: none;
  border: 1px solid #fff;
  font-size: 1.6rem;
  color: #fff;
  width: 18rem;
  height: 4.6rem;
  line-height: 4.6rem;
  border-radius: 4.6rem;
  margin-top: 32px;
  padding-left: 40px;
}

.main-hero .main-products .item .btn-more span {
  display: inline-block;
}

.main-hero .main-products .item .btn-more span::after {
  content: "\ea1e";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-left: 22px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.main-hero .main-products .item .item-nav-list {
  display: none;
  opacity: 0;
}

/* .main-hero .main-products .item:hover {
  height: 418px;
  background-color: #164494;
  background-image: url("../images/main/bg_car.png");
  border-top: none;
}

 .main-hero .main-products .item:hover .item-title::after {
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}

 .main-hero .main-products .item:hover .btn-more {
  display: none;
}

 .main-hero .main-products .item:hover .item-nav-list {
  display: block;
  opacity: 1;
  margin-top: 26px;
  padding-top: 14px;
  padding-left: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
} */

.main-hero .main-products .item:hover .item-nav-list a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-hero .main-products .item:hover .item-nav-list a:hover {
  opacity: 0.7;
}

.main-hero .main-products .item:hover .item-nav-list a:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-hero .main-products .item:hover .item-nav-list a::after {
  content: "\ea1d";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 13px;
  top: 12px;
  font-weight: bold;
  font-size: 17px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-search {
  position: absolute;
  top: 215px;
  width: 960px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -3px;
  font-size: 0;
}

.main-search .input-box {
  position: relative;
  display: inline-block;
  width: calc(50% - 30px);
}
.main-search .input-box:first-child {margin: 0 60px 0 0;}

.main-search .input-box input {
  background: transparent;
  border: none;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.6px;
  font-size: 2rem !important;
  padding: 0 60px 0 10px;
  line-height: 50px;
  height: 50px;
  padding-bottom: 5px;
  width: 100%;
}

.main-search .input-box input:focus {
  color: #fff !important;
  font-size: 2rem !important;
}

.main-search .input-box input::-webkit-input-placeholder {
  font-size: 2rem;
  color: #fff;
}

.main-search .input-box input:-ms-input-placeholder {
  font-size: 2rem;
  color: #fff;
}

.main-search .input-box input::-ms-input-placeholder {
  font-size: 2rem;
  color: #fff;
}

.main-search .input-box input::placeholder {
  font-size: 2rem;
  color: #fff;
}

.main-search .input-box .btn-search {
  width: 50px;
  height: 50px;
  background: #164494 url("../images/icon/ic_search_w.png") no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -6px;
}

.main-search .search-tags {
  background: rgba(14, 14, 27, 0.6);
  padding: 20px;
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(50% - 30px);
  display: none;
  z-index: 1;
}

.main-search .search-tags a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  padding: 6px 0;
  margin-bottom: 2px;
}
.main-search .v_num_sch {
  position: absolute;
  right: 2px;
    bottom: 0;
  border-radius: 25px;
  padding: 0 22px;
  background-color: #164494;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}
@media screen and (max-width: 1320px) {
    .main-search .v_num_sch {position: inherit; top: inherit; right: inherit; display: block; margin: 10px auto 0; width: 220px; text-align: center;}
    .main-search .input-box input {padding: 0 60px 0 10px; width: 100%;}
    .main-search .input-box .btn-search {right: 2px;}

  .main-search .search-tags {top: 220px; left: 35px; width: calc(50% - 65px)}
}
@media screen and (max-width: 768px) {
    .main-search .v_num_sch {width: 200px; font-size: 16px; line-height: 40px;}
}

.layer-search {
  background: #fff;
  width: 1000px;
  height: 260px;
  position: fixed;
  left: 50%;
  top: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.layer-search .close-layer-search {
  position: absolute;
  right: -4px;
  top: -42px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.layer-search .main-search {
  position: static;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: none;
          transform: none;
  padding-top: 80px;
}

.layer-search .main-search .input-box input {
  border-bottom: 3px solid #000;
  color: #000;
  letter-spacing: -0.6px;
  line-height: 1;
  height: 52px;
}

.layer-search .main-search .input-box input:focus {
  color: #000 !important;
  border-color: #000 !important;
}

.layer-search .main-search .input-box input::-webkit-input-placeholder {
  color: #999999;
}

.layer-search .main-search .input-box input:-ms-input-placeholder {
  color: #999999;
}

.layer-search .main-search .input-box input::-ms-input-placeholder {
  color: #999999;
}

.layer-search .main-search .input-box input::placeholder {
  color: #999999;
}

.layer-search .main-search .input-box .btn-search .label {
  position: absolute;
  right: 60px;
  top: 16px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  width: 60px;
}

.layer-search .main-search .search-tags {
  display: block !important;
  background: none;
  position: static;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}

.layer-search .main-search .search-tags > a {
  color: #222222;
  background-color: #f0f0f0;
  font-size: 1.6rem;
  display: inline-block;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 40px;
  padding: 0 25px;
}

.quick-menu {
  position: fixed;
  right: 0;
  height: 100%;
  top: 0;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}

.quick-menu.on {
  right: 197px;
  background: #fff;
}

.quick-menu.on .menu-icons .btn-quick-toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quick-menu.on .quick-container {
  border-left: 1px solid #ddd;
}

.quick-menu .menu-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  background-color: transparent;
}

.quick-menu .menu-icons .arrows > a {
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}

.quick-menu .menu-icons a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 23px;
  background: #fff;
}

.quick-menu .menu-icons a::before {
  display: block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}

.quick-menu .menu-icons a.btn-quick-toggle {
  background: #888680;
}

.quick-menu .menu-icons a.btn-quick-toggle::before {
  content: "\e92f";
  color: #fff;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}

.quick-menu .menu-icons a.btn-cart {
  background: #164494 url("../images/icon/ic_top_cart_w2.png") no-repeat center;
}

.quick-menu .menu-icons a.btn-cart::before {
  color: #fff;
}

.quick-menu .menu-icons a.btn-cs {
  background-color: #222;
}

.quick-menu .menu-icons a.btn-cs::before {
  content: "\ea1b";
  color: #fff;
}

.quick-menu .menu-icons a.btn-prev {
  background-color: #fff;
}

.quick-menu .menu-icons a.btn-prev::before {
  content: "\e931";
  color: #222;
}

.quick-menu .menu-icons a.btn-next {
  background-color: #fff;
}

.quick-menu .menu-icons a.btn-next::before {
  content: "\e92e";
  color: #222;
}

.quick-menu .quick-container {
  width: 197px;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  margin-left: 40px;
  padding-top: 120px;
  padding-left: 21px;
  padding-right: 19px;
}

.quick-menu .quick-container [class*='link-'] {
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 46px;
  line-height: 46px;
}

.quick-menu .quick-container .link-cs {
  background: #333333;
}

.quick-menu .quick-container .link-faq {
  background: #888680;
  margin-top: 10px;
}

.quick-menu .quick-container .view-title {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.quick-menu .quick-container .view-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 7px;
}

.quick-menu .quick-container .view-title span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

.quick-menu .quick-container .view-slider {
  margin-top: 15px;
  width: 166px;
  height: 166px;
  overflow: hidden;
  text-align: center;
  margin-left: -5px;
}

.quick-menu .quick-container .view-nav {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
}

.quick-menu .quick-container .view-nav .sec {
  width: 1px;
  height: 10px;
  background: #333;
  margin: 3px 11px 0 16px;
}

.quick-menu .quick-container .view-nav > button {
  display: block;
  width: 17px;
  height: 17px;
}

.quick-menu .quick-container .view-nav > button::before, .quick-menu .quick-container .view-nav > button::after {
  font-size: 22px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

.quick-menu .quick-container .view-nav > button.view-prev::before {
  content: "\e92e";
}

.quick-menu .quick-container .view-nav > button.view-next::before {
  content: "\e931";
}

.quick-menu .quick-container .quick-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.quick-menu .quick-container .quick-title.quick-title--cs {
  margin-top: 41px;
}

.quick-menu .quick-container .quick-title.quick-title--bnk {
  margin-top: 22px;
}

.quick-menu .quick-container .cs-tel {
  color: #164494;
  font-size: 22px;
  font-weight: 700;
}

.quick-menu .quick-container .cs-time {
  color: #919191;
  font-size: 14px;
  margin-top: 10px;
}

.quick-menu .quick-container .cs-time li {
  letter-spacing: -0.6px;
}

.quick-menu .quick-container .cs-time li:not(:first-child) {
  margin-top: 2px;
}

.quick-menu .quick-container .cs-time li span {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
}

.quick-menu .quick-container .bnk {
  margin-top: 7px;
}

.quick-menu .quick-container .bnk > b {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  display: block;
  letter-spacing: -0.6px;
  margin-top: 1px;
}

.quick-menu .quick-container .bnk-name {
  font-size: 14px;
  color: #919191;
  margin-top: 11px;
  line-height: 1.4;
}

.recent-products {
  padding: 21px 0 149px 0;
}

.recent-products .section-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.recent-products .section-title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
}

.recent-products .tab-top {
  margin-top: 30px;
}

.recent-products .tab-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-products .tab-top ul li {
  margin: 0 5px;
}

.recent-products .tab-top ul li.active span {
  background: #164494;
  color: #fff;
}

.recent-products .tab-top ul span {
  display: block;
  cursor: pointer;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #777777;
  font-size: 1.7rem;
  border: 1px solid #c6c6c6;
  border-radius: 25px;
}

.recent-products .tab-cnt {
  display: none;
  margin-top: 40px;
  position: relative;
}

.recent-products .tab-cnt.active {
  display: block;
}

.recent-products .recentPrd-slider {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.recent-products .recentPrd-slider .swiper-slide {
  width: 200px;
  overflow: hidden;
}

.recent-products .recentPrd-slider .swiper-slide a {
  display: block;
}

.recent-products .recentPrd-slider .swiper-slide .thumb {
  position: relative;
  padding-bottom: 91%;
}

.recent-products .recentPrd-slider .swiper-slide .thumb > img {
  position: absolute;
  max-width: initial;
  height: 100%;
}

.recent-products .recentPrd-slider .swiper-slide .desc .tag {
  margin-top: 20px;
}

.recent-products .recentPrd-slider .swiper-slide .desc .tag > span {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 7px;
  margin-right: 5px;
}

.recent-products .recentPrd-slider .swiper-slide .desc .tag > span.tag--new {
  background: #164494;
  color: #fff;
}

.recent-products .recentPrd-slider .swiper-slide .desc .tag > span.tag--line {
  color: #164494;
  border: 1px solid #164494;
}

.recent-products .recentPrd-slider .swiper-slide .desc .tag > span.tag--best {
  background: #0b89ba;
  color: #fff;
}

.recent-products .recentPrd-slider .swiper-slide .desc .prd-name {
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.8rem;
}

.recent-products .recentPrd-slider .swiper-slide .desc .prd-subtxt {
  color: #919191;
  font-size: 14px;
  margin-top: 4px;
  display: -webkit-box;
  max-height: 55;
  height: 55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-products .recentPrd-slider .swiper-slide .v_num_delivery {
  display: inline-block;
  margin: 17px 0 0;
  padding: 0 8px;
  background-color: #222222;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.recent-products .btn-more-prd {
  margin-top: 47px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #333;
  color: #333;
}

.recent-products .btn-more-prd span::after {
  content: "\ea1c";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 27px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-top: -2px;
}

.recent-products .prd-next,
.recent-products .prd-prev {
  position: absolute;
  top: 34%;
  font-size: 30px;
  color: #a6a6a6;
  font-weight: bold;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
}

.recent-products .prd-prev {
  left: -9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recent-products .prd-next {
  right: -9px;
}

.recent-products.sty2 {

}
.recent-products.sty2 .tab-top ul {
  display:flex;
  gap:3px;
  flex-wrap: wrap;
  justify-content: start;
}
.recent-products.sty2 .tab-top ul li {
    flex: 1;
  margin:0;
}

.recent-products.sty2 .tab-top ul span {
  width: 100%;
  height: 57px;
  border-radius: 0;
  border: 1px solid #164494;
  font-weight: 400;
  font-size: 14px;
  line-height: 57px;
  color: #222;
}

.recent-products.fs13 .tab-top ul span{
  font-size: 13px !important;
}

.recent-products.sty2 .tab-top ul span p {
  display: inline-block;
  color: #164494;
}
.recent-products.sty2 .tab-top ul li.active span p {
  color: #fff;
}
/* .recent-products.sty2 .tab-cnt {
  margin-top: 0;
} */
.recent-products.sty2 .tab-cnt .product-list--tb {
  margin-top: 0;
}

.brand_no_result {
    padding: 100px 5px;
    background-color: #f6fcfe;
    border-bottom: 1px solid #dde3e5;
    border-top: 2px solid #164494;
    text-align: center;
}

.brand_no_result .inner {}

.brand_no_result .inner .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #222222;
}

.brand_no_result .inner .text .bold {
    font-weight: 700;
    color: #164494;
}

.brand_no_result .inner .info {
    margin: 25px 0 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    color: #222222;
    word-break: keep-all;
}

.brand_no_result .inner .info .bold {
    font-weight: 700;
    color: #164494;
}

.brand_no_result .inner .info .blue {
    display: block;
    color: #164494;
}

.brand_no_result .inner .tel {
    margin: 40px 0 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #222222;
}

.brand_no_result .inner .tel .blue {
    color: #164494;
}

.product-list--tb table .b-group .black {
    display: block;
    width: 65px;
    margin: 5px auto 0;
    background-color: #222222;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
}

.product-list--tb table .b-mf .mf-name.blue {
    color: #003089;
    font-weight: 700;
}

.chk_each {}

.chk_each label {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
}

.chk_each .vchkbox {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

.chk_each .vchkbox > i {
    display: none;
    color: #e74750;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.chk_each input:checked + label .vchkbox {
    background-color: #999999;
}

.chk_each input:checked + label .vchkbox > i {
    display: block;
}

.order_info {
    border: 1px solid #164494;
    background-color: #f3f7ff;
    padding: 20px;
    margin: 20px 0 -10px;
}

.order_info .chk_each {}

.order_info .chk_each label {
    color: #222222;
}
.order_info .chk_each.sty2 label {
    padding: 0;
}

.free_order {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 15px 0 0;
}

.free_order .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.free_order .order_btn {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 30px;
    background-color: #164494;
    font-family: "dotum", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .order_info {padding: 10px; margin: 10px 0 -10px;}
    .chk_each .vchkbox {top: 0;}
    .chk_each label {padding: 0 0 0 24px; font-size: 14px; line-height: 16px;}
    .free_order {margin: 10px 0 0;}
    .free_order .text {font-size: 14px; line-height: 18px;}
    .free_order .order_btn {padding: 5px 15px; line-height: 20px;}

}

#footer {
  background: #181818;
  padding-bottom: 50px;
}

#footer .f-nav {
  background-color: #164494;
}

#footer .f-nav ul {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -10px;
}

#footer .f-nav ul li {
  letter-spacing: 0px;
  display: inline-block;
}

#footer .f-nav ul li a {
  color: #fff;
  height: 49px;
  line-height: 51px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 40px 0 32px;
  position: relative;
}

#footer .f-nav ul li:first-child a {
  padding-left: 18px;
}

#footer .f-nav ul li:not(:first-child) a::before {
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 16px;
}

#footer .f-container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-left: 9px;
  padding-right: 10px;
}

#footer .logo--links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .logo--links > h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  padding-top: 9px;
}

#footer .logo--links > .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1px;
  margin-top: -7px;
}

#footer .logo--links > .links li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  width: 132px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

#footer .logo--links > .links li.kakao a {
  background-color: #ffc000;
  border-color: #ffc000;
  color: #181818;
}

#footer .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 16px;
}

#footer .company-info .info {
  width: 620px;
}

#footer .company-info .info p {
  line-height: 1.7;
}

#footer .company-info .info p > span {
  color: #919191;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  display: inline-block;
  vertical-align: top;
}

#footer .company-info .info p > span:not(:nth-of-type(1)) {
  margin-left: 13px;
}

#footer .company-info .info-bnk {
  padding-left: 77px;
  margin-top: 2px;
}

#footer .company-info .info-bnk .tit {
  color: #919191;
  font-size: 1.8rem;
}

#footer .company-info .info-bnk .bnk {
  margin-top: 6px;
}

#footer .company-info .info-bnk .bnk > strong {
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-top: 3px;
}

#footer .company-info .info-bnk .bnk .bnk-auth {
  display: block;
  color: #919191;
  margin-top: 4px;
}

#footer .company-info .info-cs {
  padding-left: 107px;
  margin-top: 2px;
}

#footer .company-info .info-cs .tit {
  color: #919191;
  font-size: 1.8rem;
}

#footer .company-info .info-cs strong {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  margin-top: 3px;
  color: #fff;
}

#footer .company-info .info-cs .cs-time {
  font-size: 16px;
  color: #919191;
  margin-top: 5px;
  padding-left: 4px;
}

#footer .company-info .info-cs .cs-time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.5px;
}

#footer .company-info .info-cs .cs-time li:first-child {
  margin-bottom: 5px;
}

#footer .company-info .info-cs .cs-time li span {
  width: 42px;
}

#sub #content {
  min-height: 600px;
  padding-top: 91px;
  padding-bottom: 80px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

#sub #content.product-detail {
  padding-top: 101px;
}

#sub .header {
  height: 100px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
  z-index: 30;
}

#sub .header .logo {
  top: 28px;
  background-image: url("../images/logo/logo_color.png");
}

#sub .header #gnb {
  top: 26px;
}

#sub .header #gnb .g-setting {
  background: none;
  padding-left: 40px;
  width: auto;
}

#sub .header #gnb .g-setting::before {
  background-image: url("../images/icon/icon_gnb_group_b.png");
  background-position: -144px 0;
}

#sub .header #gnb > a {
  color: #222;
  margin-right: 0;
  margin-left: 4px;
  padding-left: 42px;
}

#sub .header #gnb > a::before {
  left: -3px;
  background-image: url("../images/icon/icon_gnb_group_b.png");
}

#sub .header #gnb > a.g-cart .count {
  background: #164494;
  color: #fff;
}

#sub .header .header-search {
  text-align: center;
  max-width: 340px;
  width: 100%;
  border-bottom: 3px solid #dbdbdb;
  position: absolute;
  left: 37%;
  top: 33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -120px;
}
#sub .header .header-search.brand {
  left: 64%;
}

#sub .header .header-search .btn-search {
  position: absolute;
  background: #164494 url("../images/icon/ic_search_w.png") no-repeat center/19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 6px;
  top: -8px;
}

#sub .header .header-search input {
  background: transparent;
  border: none;
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 9px;
  letter-spacing: -0.7px;
}

#sub .header .header-search input::-webkit-input-placeholder {
  font-size: 18px;
  color: #888888;
}

#sub .header .header-search input:-ms-input-placeholder {
  font-size: 18px;
  color: #888888;
}

#sub .header .header-search input::-ms-input-placeholder {
  font-size: 18px;
  color: #888888;
}

#sub .header .header-search input::placeholder {
  font-size: 18px;
  color: #888888;
}

#sub .header .v_num_sch {
    position: absolute;
    top: 26px;
    right: 32%;
    display: inline-block;
    padding: 0 16px;
    border-radius: 22px;
    background-color: #222222;
    font-weight: 400;
    font-size: 17px;
    line-height: 44px;
    color: #ffffff;
    letter-spacing: -0.03em;
}
#lnb {
  width: 100%;
  background: #164494;
  height: 55px;
  position: relative;
}

/* #lnb.on::after {
  content: '';
  position: fixed;
  left: 0;
  top: 153px;
   background: #fff;
  border-bottom: 2px solid #06a3e0;
  width: 100%;
  height: 55px;
} */
#lnb .menu_slide {
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
#lnb .menu_slide .btn_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#lnb .menu_slide .btn_area .btn {
  position: absolute;
  width: 17px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
}
#lnb .menu_slide .btn_area .btn.prev {
  left: 0;
  background-image: url("../images/main/menu_arrow_left.png");
}
#lnb .menu_slide .btn_area .btn.next {
  right: 0;
  background-image: url("../images/main/menu_arrow_right.png");
}
#lnb .lnb-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100% !important;
  right: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 3px solid #1f75fe;
  background-color: #fff;
  font-size: 1.6rem;
  z-index: 3;
}

#lnb .lnb-sub > ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px; */
}

/* #lnb .lnb-sub > ul li {
  margin-right: 50px;
} */

#lnb .menu_slide .lnb-sub a {
  color: #222222;
  height: 40px;
  line-height: 40px;
  text-align: center;


}

#lnb .menu_slide > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

#lnb .menu_slide > ul > li {
  width: 7.6%;
  position: relative;
}

#lnb .menu_slide > ul > li > a {
  font-size: 1.4rem !important;
}

#lnb .menu_slide > ul > li:first-child a::before {
  display: none;
}

#lnb .menu_slide > ul > li.current > a {
  background-color: #06a3e0;
  background-image: url("../images/main/bg_car_nav.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

#lnb .menu_slide > ul > li.current > a::before {
  display: none;
}

#lnb .menu_slide > ul > li.on > a {
  background-color: #06a3e0;
  background-image: url("../images/main/bg_car_nav.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

#lnb .menu_slide > ul > li.on > a::before {
  display: none;
}

#lnb .menu_slide > ul > li.on .lnb-sub {
  display: block;
  z-index: 2;
}
#lnb .menu_slide > ul > li.on .lnb-sub > li > a {
  height: 55px;
}
#lnb .menu_slide > ul a {
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: hidden;
}

/* #lnb .menu_slide > ul a::before {
  content: '';
  width: 1px;
  height: 32px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 11px;
} */

.fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 1000;
  display: none;
}

.fixed-menu.fixed-purchase {
  height: 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixed-menu.fixed-purchase.open {
  height: auto;
  padding: 25px 20px;
}

.fixed-menu.fixed-purchase .btn-open-purchase {
  position: absolute;
  left: 50%;
  top: -28px;
  width: 82px;
  height: 28px;
  margin-left: -41px;
  background: url("../images/icon/fixed-purchase-arr.png") no-repeat center;
}

.fixed-menu.fixed-purchase .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.fixed-menu.fixed-purchase .price-quantity .price {
  font-size: 13px;
}

.fixed-menu.fixed-purchase .price-quantity .price > strong {
  color: #164494;
  font-size: 16px;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box {
  margin: 0;
  height: 30px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box > button,
.fixed-menu.fixed-purchase .price-quantity .quantity-box input {
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box button {
  background: #f7f7f7;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box input {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box .btn-minus {
  width: 30px;
}

.fixed-menu.fixed-purchase .price-quantity .quantity-box .btn-plus {
  width: 30px;
}

.fixed-menu.fixed-purchase .btn-area {
  width: 100%;
}

.fixed-menu > a {
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 5px;
}

.fixed-menu > a p {
  font-size: 12px;
  margin-top: 2px;
}

.fixed-menu > a.quick-home {
  color: #164494;
}

.fixed-menu > a .ico::before {
  font-size: 23px;
}

.popup {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup .popup-container {
  width: 890px;
  max-height: 820px;
  max-height: 90vh;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 5rem;
}

.popup .popup-find-memberinfo {
  max-width: 590px;
  background: #fff;
  padding-bottom: 4rem;
}

.popup .popup-find-memberinfo .find-memberinfo {
  border: 1px solid #ddd;
  padding: 24px 20px 29px 20px;
  margin-top: 13px;
}

.popup .popup-find-memberinfo .input-email {
  margin-bottom: 19px;
}

.popup .popup-find-memberinfo .input-email input {
  height: 50px;
  line-height: 50px;
  font-family: dotum, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding-left: 10px;
}

.popup .popup-find-memberinfo .input-protection {
  margin-top: 7px;
  min-height: 50px;
}

.popup .btn-close {
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 25px;
  height: 25px;
  background: url("../images/icon/ic_close_popup.png") no-repeat center;
  cursor: pointer;
}

.popup .popup-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #222;
}

.popup .popup-content {
  border: 1px solid #ddd;
  margin-top: 15px;
  padding: 3rem;
  font-size: 1.4rem;
  color: #777777;
  line-height: 1.6;
  max-height: 620px;
  max-height: 65vh;
  overflow: auto;
}

.popup .popup-content p:not(:first-child) {
  margin-top: 1.5rem;
}

.popup .popup-content p.bold {
  color: #222;
  font-weight: 500;
}

.popup .btn-confirm {
  background: #164494;
  color: #fff;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  font-weight: 400;
  cursor: pointer;
}

.app-store {
  background: #f4f4f4;
  text-align: center;
}

.app-store .container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 7rem 2rem;
  overflow: hidden;
}

.app-store .container::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 100%;
  background: url("../images/main/main_app.png") no-repeat center bottom;
  right: 0;
  bottom: 0;
}

.app-store > p {
  font-size: 2.4rem;
  color: #222222;
  font-weight: 400;
}

.app-store .app-btns {
  text-align: center;
  margin-top: 3rem;
  letter-spacing: -10px;
}

.app-store .app-btns > a {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 10px;
}

.btn-top {
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  width: 70px;
  height: 70px;
  background: url("../images/icon/btn_top.png") no-repeat center;
  display: block;
}

@media screen and (max-width: 480px) {
  .btn-top {
    display: none;
  }
}

@media screen and (max-width: 1320px) {
  .header .logo {
    left: 1.6rem;
  }
  .header #gnb {
    right: 1.6rem;
  }
  #sub #content {
    width: 100%;
    min-height: initial;
    padding-top:60px !important;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 40px;
  }
  .main-hero {
    height: auto;
  }
  .main-hero .main-products {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-top: 111px;
    padding-bottom: 50px;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            column-gap: 10px;
            row-gap: 10px;
  }
  .main-hero .main-products .item {
   width: calc(25% - 7.5px);
   background-position: right 10px center;
   padding: 13px 10px 0;
  }
  /* .main-hero .main-products .item:hover {
    height: 220px;
  } */
  .main-hero .main-products .item .item-title {
    font-size: 2rem;
  }
  .main-search {
    margin: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-top: 171px;
    margin: auto;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .recent-products .recentPrd-slider {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .recent-products .prd-next {
    right: 0;
  }
  .recent-products .prd-prev {
    left: 0;
  }
  #sub .header .header-search {
    max-width: 50%;
    width: 245px;
    left: 153px;
    transform: translateX(0);
    margin-left: 0
  }
  #sub .header .header-search.brand {
    left: 420px;
  }
  #sub .header .header-search input::placeholder {
    font-size: 15px;
  }
  #sub .header .v_num_sch {
    right: 36%;
    font-size: 14px;
    padding: 0 12px;
    line-height: 38px;
  }

  .header #gnb > a::before {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .header #gnb {right: 8px;}
  .header .container {padding: 0 8px;}
  .header .logo {width: 130px; height: 32px; background-size: cover;}
  #sub .header #gnb {top: 31px;}
  #sub .header #gnb > a {padding-left: 32px; margin-left: 0; height: 35px; line-height: 35px;}
  #sub .header #gnb > a::before {left: 5px;}
  #sub .header #gnb .g-setting::before {background-position: -102px 0;}
  .header #gnb .g-delivery::before {background-position: -73px 0; width: 38px;}
  #sub .header #gnb .g-cart::before {left: 0; background-position: -37px 0;}
  #sub .header #gnb .g-cart .count {top: 6px; left: 15px}

}

@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 70px;
  }
  .fixed-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sub .header .header-search {
    display: none;
  }
  #sub #content {padding-top: 35px !important}
  .layer-search {
    width: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
  }
  .layer-search .main-search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 35px;
  }
  .layer-search .main-search .search-tags {
    margin-top: 5px;
  }
  .layer-search .main-search .search-tags > a {
    font-size: 1.4rem;
    padding: 0 10px;
    margin: 3px 1px;
  }
  .layer-search .main-search .input-box input {
    border-bottom: 0;
  }
  .layer-search .main-search .input-box .btn-search {
    height: 53px;
  }
  .layer-search .close-layer-search {
    right: 33px;
    top: -45px;
  }
  .main-search .input-box {
    background: #fff;
    border: 2px solid #164494;
    color: #333;
    width: calc(50% - 10px);
  }
  .main-search .input-box:first-child {
    margin: 0 20px 0 0;
  }
  .main-search .input-box input {
    color: #333;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .main-search .input-box input::-webkit-input-placeholder, .main-search .input-box input:focus {
    color: #333 !important;
  }
  .main-search .input-box input:-ms-input-placeholder, .main-search .input-box input:focus {
    color: #333 !important;
  }
  .main-search .input-box input::-ms-input-placeholder, .main-search .input-box input:focus {
    color: #333 !important;
  }
  .main-search .input-box input::placeholder, .main-search .input-box input:focus {
    color: #333 !important;
  }
  .main-search .input-box .btn-search {
    right: 0;
    top: 0;
    height: 50px;
    width: 55px;
    border-radius: 0;
  }
  .main-search .search-tags {
    top: 225px;
    left: 36px;
    width: calc(50% - 45px);
  }
  .main-hero {
    height: auto;
    padding-bottom: 4rem;
  }
  .main-hero .main-products {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 35px;
    margin-top: 20px;
  }
  .main-hero .main-products .item {
    width: calc(50% - 5px);
    height: auto;
    border: 1px solid #fff;
    position: relative;
    padding: 10px 40px 10px 70px;
    background-size: 10px 16px;
  }
  .main-hero .main-products .item .item-nav-list {
    display: none;
  }
  /* .main-hero .main-products .item:hover {
    background: #164494;
    border-color: #164494;
    height: auto;
  } */
  .main-hero .main-products .item:hover .item-nav-list {
    display: none;
  }
  .main-hero .main-products .item .item-title {
    font-size: 1.8rem;
    /* padding-top: 20px; */
    padding-left: 0;
  }
  .main-hero .main-products .item .item-title::after {
    /* top: 21px;*/
    left: -50px;
    height: 22px !important;
  }
  .main-hero .main-products .item .en {
    font-size: 7px;
    /* padding-bottom: 20px; */
    margin-top: 6px;
    padding-left: 0;
  }
  .main-hero .main-products .item .btn-more {
    width: 30px;
    height: 10px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent url("../images/icon/ic_more_prd.png") no-repeat top center/contain;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: none;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-hero .main-products .item .btn-more span {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
  }
  .main-hero .main-products .item.on .item-nav-list {
    display: block;
    opacity: 1;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .main-hero .main-products .item.on .item-nav-list li {
    display: inline-block;
  }
  .main-hero .main-products .item.on .item-nav-list li:not(:first-child) {
    padding-left: 10px;
  }
  .main-hero .main-products .item.on .item-nav-list a {
    font-size: 13px;
  }
  .main-hero .main-products .item.on .item-nav-list a::before {
    content: '-';
    margin-right: 4px;
  }
  .main-hero .main-products .item.on .item-nav-list a::after {
    display: none;
  }
  .main-hero .main-products .item.on .btn-more {
    display: block;
    width: 70px;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #164494;
    background-size: 35px;
    background-position: center;
  }
  #footer .company-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .company-info .info {
    width: 100%;
  }
  #footer .company-info .info-bnk,
  #footer .company-info .info-cs {
    width: 50%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .app-store .container {
    text-align: left;
  }
  .app-store .app-btns {
    text-align: left;
  }
  .app-store .app-btns a:first-child {
    margin-left: 0;
  }
  .popup .popup-container {
    width: 90%;
    padding: 3.5rem;
  }
  .popup .popup-content {
    padding: 2rem;
  }
  .popup .popup-title {
    font-size: 2.5rem;
  }
  .popup .btn-close {
    right: 3.5rem;
    top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
  }
  .quick-menu {
    display: none;
  }
  .header {
    height: 60px;
  }
  .header .container {
    width: auto;
    height: auto;
  }
  .header #gnb {
    display: none;
  }
  .header .logo {
    width: 116px;
    height: 30px;
    left: 26px;
  }
  .btn-menu {
    position: absolute;
    right: 25px;
    top: 16px;
    width: 27px;
    height: 24px;
    background: url("../images/icon/menu.png") no-repeat center/contain;
    z-index: 1;
  }
  .main-hero {
    padding-top: 9rem;
  }
  .main-search {
    width: 100%;
    padding: 0 35px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .main-search .input-box {
    background: #fff;
    color: #222;
    border: 1px solid #164494;
  }
  .main-search .input-box input {
    color: #222;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border: none;
    padding-left: 10px;
    font-weight: 500;
    border-radius: 0;
  }
  .main-search .input-box input::-webkit-input-placeholder {
    color: #222;
  }
  .main-search .input-box input:-ms-input-placeholder {
    color: #222;
  }
  .main-search .input-box input::-ms-input-placeholder {
    color: #222;
  }
  .main-search .input-box input::placeholder {
    color: #222;
  }
  .main-search .input-box .btn-search {
    width: 48px;
    height: 48px;
    border-radius: 0;
    top: 0;
  }
  .main-search .search-tags {
    position: relative;
    top: -10px;
    left: 0;
    width: 100%;
  }
  .recent-products {
    padding: 17px 25px;
  }
  .recent-products .section-container {
    width: 100%;
  }
  .recent-products .section-title {
    font-size: 23px;
  }
  .recent-products .prd-prev,
  .recent-products .prd-next {
    display: none !important;
  }
  .recent-products .btn-more-prd {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    margin-top: 20px;
  }
  .recent-products .btn-more-prd span::after {
    margin-left: 10px;
    font-size: 11px;
  }
  .recent-products .recentPrd-slider {
    width: 100%;
    margin: 0;
  }
  .recent-products .recentPrd-slider .swiper-slide .thumb .hover-icons {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recent-products .recentPrd-slider .swiper-slide .thumb .hover-icons .btns {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .recent-products .recentPrd-slider .swiper-slide .thumb .hover-icons button {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
  }
  .recent-products .recentPrd-slider .swiper-slide .thumb .hover-icons button.btn-cart {
    background: #164494;
  }
  .recent-products .recentPrd-slider .swiper-slide .thumb .hover-icons button::before {
    color: #fff;
  }
  .recent-products .recentPrd-slider .swiper-slide:hover .thumb .hover-icons {
    opacity: 1;
  }
  .recent-products .recentPrd-slider .swiper-slide .desc .prd-name {
    font-size: 14px;
  }
  .recent-products .recentPrd-slider .swiper-slide .desc .prd-subtxt {
    font-size: 13px;
  }
  .recent-products .recentPrd-slider .swiper-slide .desc .tag {
    letter-spacing: -10px;
  }
  .recent-products .recentPrd-slider .swiper-slide .desc .tag > span {
    font-size: 10px;
    letter-spacing: 0px;
    margin-right: 2px;
    vertical-align: top;
  }
  .recent-products .tab-top {
    margin-top: 10px;
  }
  .recent-products .tab-top ul li {
    margin: 0 2px;
  }
  .recent-products .tab-top ul span {
    font-size: 12px;
    width: auto;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
  }
  .recent-products .tab-cnt {
    margin-top: 14px;
  }
  #footer {
    background: #fff;
    padding-bottom: 0;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .f-container {
    width: 100%;
    padding: 0;
  }
  #footer .logo--links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  #footer .logo--links .links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: #164494;
    padding: 10px;
    width: 100%;
    margin: 0;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #footer .logo--links .links li {
    margin-right: 6px;
  }
  /* #footer .logo--links .links li:nth-of-type(2) {
    display: none;
  } */
  #footer .logo--links .links li a {
    font-size: 12px;
    margin-left: 0;
    width: auto;
    padding: 0 10px;
    overflow: hidden;
  }
  #footer .logo--links h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    color: #164494;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
  }
  #footer .company-info {
    padding: 5px 10px;
  }
  #footer .company-info .info p {
    line-height: 1.4;
  }
  #footer .company-info .info p span {
    font-size: 12px;
  }
  #footer .company-info .info p > span:not(:nth-of-type(1)) {
    margin-left: 0;
  }
  #footer .company-info .info-cs,
  #footer .company-info .info-bnk {
    display: none;
  }
  .app-store .container {
    padding: 4rem 32rem 4rem 2rem;
  }
  .app-store .app-btns > a {
    display: block;
    margin: 5px 0;
  }
  .mobile-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
    top: -100%;
    overflow: hidden;
  }
  .mobile-nav > nav > ul > li > a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #164494;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: 1px solid #d3d3d3;
  }
  .mobile-nav > nav > ul > li > a::after {
    content: "\e92e";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #164494;
    right: 25px;
    top: 13px;
  }
  .mobile-nav > nav > ul > li .m-subnav {
    display: none;
    background: #f5f5f5;
  }
  .mobile-nav > nav > ul > li .m-subnav > ul > li > a {
    display: block;
    color: #222;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding-left: 25px;
    height: 35px;
    line-height: 35px;
  }
  .mobile-nav > nav > ul > li .m-subnav.on {
    display: block;
  }
  .mobile-nav.on .nav-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav .nav-quick {
    position: fixed;
    left: 0;
    bottom: 10px;
    height: 50px;
    width: 100%;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ddd;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    background: #fff;
  }
  .mobile-nav .nav-quick > a {
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .mobile-nav .nav-quick > a p {
    font-size: 12px;
  }
  .mobile-nav .nav-quick > a.quick-home {
    color: #164494;
  }
  .mobile-nav .nav-quick > a .ico::before {
    font-size: 23px;
  }
  #sub .header {
    height: 60px;
    background-color: #164494;
  }
  #sub .header .page-prev {
    background: url("../images/icon/ic_page_prev.png") no-repeat center/contain;
    width: 27px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 17px;
    z-index: 10;
  }
  #sub .header #gnb,
  #sub .header .header-search {
    display: none;
  }
  #sub .header .logo {
    background-image: url("../images/logo/logo_w.png");
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #sub .header.header-mypage {
    background: #fff;
  }
  #sub .header.header-mypage .page-prev {
    background: url("../images/icon/ic_page_prev_b.png") no-repeat center/contain;
  }
  #sub .header.header-mypage h1 {
    color: #222;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #sub .header.header-mypage #my-gnb {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  #sub .header.header-mypage #my-gnb a {
    display: inline-block;
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    margin: 0 2px;
  }
  #sub .header.header-mypage #my-gnb a.g-cart {
    background-image: url("../images/icon/ic_sub_cart.png");
  }
  #sub .header.header-mypage #my-gnb a.g-cart .count {
    background: #164494;
    color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 8px;
    text-align: center;
    line-height: 10px;
  }
  #sub .header.header-mypage #my-gnb a.g-settings {
    background-image: url("../images/icon/ic_setting.png");
  }
  /* #lnb {
    height: 40px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  #lnb.on::after {
    display: none;
  }
  #lnb .lnb-sub {
    width: 100% !important;
    top: 40px;
    background: #fff;
    background: #fff;
    border-bottom: 2px solid #06a3e0;
  }
  #lnb .lnb-sub {
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #lnb .lnb-sub > ul {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  #lnb .lnb-sub > ul li {
    width: auto;
    margin: 0;
  }
  #lnb .lnb-sub > ul li a {
    padding: 0 20px;
  }
  #lnb .lnb-sub > ul li:first-child {
    margin-right: 0;
  }
  #lnb .menu_slide > ul {
    width: 100%;
  }
  #lnb .menu_slide > ul > li {
    position: static;
  }
  #lnb .menu_slide > ul > li:last-child {
    display: none;
  }
  #lnb .menu_slide > ul a {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #222;
  } */
  .doc-title {
    font-size: 2.5rem;
    margin-top: 15px;
  }
  #lnb {height: 40px; background-color: #fff; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);}
  #lnb .lnb-sub {top: 40px;}
  #lnb.on {box-shadow: none;}
  #lnb .lnb-sub > ul {padding-left: 0;}
  #lnb.on::after {top: 100px; height: 40px; border-top: 1px solid #ddd}
  #lnb .menu_slide > ul a {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #222;
  }
  /* #lnb .menu_slide {padding: 0 15px;} */
  #lnb .menu_slide .btn_area {
    top: 12px;
  }
  #lnb .menu_slide .btn_area .btn {
    width: 13px;
    height: 14px;
    background-size: cover;
  }
  #lnb .lnb-sub > ul li {margin: 0;}
  #lnb .lnb-sub > ul li a {padding: 0 10px;}
  #lnb .menu_slide .btn_area .btn.prev {
    background-image: url("../images/main/menu_arrow_left_on.png")
  }
  #lnb .menu_slide .btn_area .btn.next {
    background-image: url("../images/main/menu_arrow_right_on.png")
  }

}

@media screen and (max-width: 640px) {
  .layer-search .main-search .input-box .btn-search .label {
    display: none;
  }
  .main-hero .main-products .item {
    width: 100%;
    padding-left: 60px;
  }
  /* .main-hero .main-products .item .item-title {
    padding-top: 1.4rem;
    padding-left: 0;
  } */
  .main-hero .main-products .item .item-title::after {
    /* top: 20px;
    left: -55px; */
    max-width: 42px;
  }
  /* .main-hero .main-products .item .en {
    padding-left: 0;
    padding-bottom: 1.4rem;
  } */
  .popup .popup-container {
    padding: 3rem 2rem;
  }
  .popup .popup-find-memberinfo .find-memberinfo br {
    display: none;
  }
  .popup .btn-close {
    right: 2rem;
    top: 3rem;
  }
  .app-store .container {
    padding-bottom: 250px;
    padding-right: 2rem;
    text-align: center;
  }
  .app-store .container::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .app-store .app-btns {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .app-store .app-btns a {
    margin: 5px !important;
  }
}

@media screen and (max-height: 640px) {
  .popup .popup-content {
    max-height: 60vh;
  }
}

.sub-title {
  text-align: center;
  color: #888;
  margin-top: 48px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.sub-title.sml {
  font-size: 1.6rem;
  margin-top: 20px;
}

.sub-search {
  background: #f2f2f2;
  margin-top: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-search > .tit {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 16px;
  letter-spacing: -0.7px;
  padding-left: 10px;
  text-align: left !important;
}

.sub-search .input-box {
  position: relative;
  display: inline-block;
  /* width: calc(50% - 10px); */
  width: 100%;
}

.sub-search .input-box input {
  width: 100%;
  border: 2px solid #164494;
  height: 48px;
  line-height: 48px;
}

.sub-search .input-box .btn-search {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}

.sub-search .input-box .btn-search::after {
  content: "\e9cc";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #164494;
  font-size: 2.5rem;
}
.sub-search.brand {
  padding: 30px 60px 30px 40px;
}

.sub-search.brand .input-box input {
  width: 100%;
  border: 2px solid #164494;
  height: 68px;
  line-height: 64px;
  font-size: 20px;
    color: #222222
}

.sub-search.brand .input-box:first-child {
  margin: 0 20px 0 0;
}

.sub-search.brand .input-box input::placeholder {
  font-weight: 400;
  font-size: 20px !important;
    color: #222222
}

.sub-search.brand .input-box .btn-search {
  height: 68px;
}
.sub-search.brand .input-box .btn-search::after {
  font-weight: 700;
}
.v_num_area {
    display: none;
    width: 100%;
    text-align: center;
}
.v_num_area .v_num {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 13px;
    border-radius: 22px;
    background-color: #222222;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
    .v_num_area {
        display: inline-block
    }
}
.brand_sch_text {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}

.brand_result_area {
  margin: 33px 0 0;
  background-color: #f2f2f2;
  padding: 33px 5px;
}
.brand_result_area .brand_result_inner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand_result_area .brand_result_inner .text {
  position: relative;
  width: 160px;
  padding: 0 0 0 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
.brand_result_area .brand_result_inner .text:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #164494;
}
.brand_result_area .brand_result_inner .brand_result {
  width: 100%;
  max-width: 700px;
  border: 2px solid #164494;
  background-color: #fff;
  padding: 15px 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #164494
}
@media screen and (max-width: 1320px) {
    /* #sub .header .v_num_sch {right: 150px;} */
}
@media screen and (max-width: 1024px) {
    .sub-search.brand {padding: 20px;}
    /* .sub-search.brand .input-box {width: calc(50% - 5px) !important;}
    .sub-search.brand .input-box:first-child {margin: 0 10px 0 0;}
    .sub-search.brand .input-box:last-child {width: calc(50% - 5px) !important; margin: 0;} */
    .sub-search.brand .input-box input {height: 50px; line-height: 46px; font-size: 16px;}
    .sub-search.brand .input-box input::placeholder {font-size: 16px !important;}
    .sub-search.brand .input-box .btn-search {height: 50px;}
    .brand_result_area {margin: 10px 0 0; padding: 15px 5px;}
    .brand_result_area .brand_result_inner .text {width: 140px; font-size: 16px; line-height: 24px;}
    .brand_result_area .brand_result_inner .brand_result {padding: 10px; max-width: 600px; font-size: 16px; line-height: 24px;}
    .brand_sch_text {font-size: 16px; line-height: 24px; margin: 5px 0 0;}
    .recent-products.sty2 .tab-top ul span {height: 45px; font-size: 14px; line-height: 45px; padding: 0;}
    .brand_no_result {padding: 60px 5px;}
    .brand_no_result .inner .text {font-size: 16px; line-height: 16px;}
    .brand_no_result .inner .info {margin: 15px 0 0; font-size: 20px; line-height: 30px;}
    .brand_no_result .inner .tel {margin: 25px 0 0; font-size: 20px; line-height: 30px;}
    .product-list--tb table .b-group .black {display: inline-block}
    #sub .header .v_num_sch {display: none; top: 33px; right: 46%; padding: 0 10px; font-size: 14px; line-height: 35px;}

    .recent-products.sty2 .tab-cnt .product-list--tb table colgroup {display: none;}
}
@media screen and (max-width: 768px) {
    .recent-products.sty2 {padding: 0;}
  /*
    .recent-products.sty2 .tab-top ul {flex-wrap: wrap; column-gap: 5px; row-gap: 5px}
    .recent-products.sty2 .tab-top ul li {width: calc(33.3333% - 3.3333px); margin:  0;}
    .recent-products.sty2 .tab-top ul li{margin: 0;}
  */
    .recent-products.sty2 .tab-top ul span {font-size: 12px;}


    .brand_no_result {padding: 30px 10px;}
    .brand_no_result .inner .text {font-size: 14px; line-height: 16px;}
    .brand_no_result .inner .info {margin: 10px 0 0; font-size: 16px; line-height: 24px;}
    .brand_no_result .inner .tel {margin: 15px 0 0; font-size: 16px; line-height: 24px;}

    .sub-search.brand {padding: 10px;}
    .sub-search.brand .input-box {width: 100% !important;}
    .sub-search.brand .input-box:last-child {width: 100% !important;}
    .sub-search.brand .input-box input {height: 44px; line-height: 40px;}
    .sub-search.brand .input-box .btn-search {height: 44px;}
    .sub-search.brand .input-box:last-child {margin: 10px 0 0;}
    .brand_result_area {padding: 10px}
    .brand_result_area .brand_result_inner .text {width: 120px; padding: 0 0 0 10px; font-size: 14px; line-height: 21px;}
    .brand_result_area .brand_result_inner .brand_result {width: calc(100% - 120px); font-size: 14px; line-height: 21px;}
}


.search-tit {
  margin-top: 40px;
  color: #222;
  font-weight: 500;
  font-size: 1.8rem;
}

.search-tit > span {
  color: #999;
  font-weight: 400;
  font-size: 1.6rem;
}

.search-selectbox {
  border: 3px solid #f2f2f2;
  padding: 17px 19px 17px 30px;
  margin-top: 7px;
}

.search-selectbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-selectbox ul li {
  margin-right: 33px;
  padding-left: 23px;
  position: relative;
  height: 31px;
}

.search-selectbox ul li.active::after {
  background: #164494;
}

.search-selectbox ul li .logo {
  margin-right: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -4px;
}

.search-selectbox ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  background: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}

.search-selectbox ul li::after {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 12px;
}

.search-selectbox ul li a {
  display: block;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 2px;
  line-height: 31px;
}

.quantity-box {
  width: 65px;
  height: 33px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.quantity-box input {
  height: 33px;
  line-height: 33px;
  border: none;
}

.quantity-box .quantity-control {
  position: absolute;
  width: 23px;
  height: calc(100% + 2px);
  right: 0;
  top: 0;
  border-left: 1px solid #ddd;
}

.quantity-box .quantity-control .btn-plus,
.quantity-box .quantity-control .btn-minus {
  width: 22px;
  display: block;
  height: 16px;
  position: relative;
  font-size: 7px;
  text-align: center;
}

.quantity-box .quantity-control .btn-plus::before,
.quantity-box .quantity-control .btn-minus::before {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  color: #afafaf;
  font-weight: bold;
}

.quantity-box .quantity-control .btn-plus {
  border-bottom: 1px solid #ddd;
}

.quantity-box .quantity-control .btn-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity-box .quantity-control .btn-minus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-change-quantity {
  width: 65px;
  height: 24px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.mypage--btn-box {
  margin-top: 14px;
}

.mypage--btn-box button,
.mypage--btn-box a {
  display: inline-block;
}

.mypage--btn-box .my-btn-more {
  height: 32px;
  line-height: 34px;
  text-align: center;
  padding: 0 17px;
}

.mypage--btn-box .my-btn-more span::after {
  content: "\ea1c";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  font-weight: bold;
  color: #222;
  display: inline-block;
  margin-left: 10px;
}

.mypage--btn-box .my-btn-modify {
  background: #222;
  width: 108px;
  height: 32px;
}

.product-detail .product-detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-detail .product-detail-top .product-detail-top button {
  width: 190px;
}

.product-detail .thumb-slider {
  max-width: 620px;
  width: 47%;
  overflow: hidden;
}

.product-detail .thumb-slider .thumb-big {
  width: 620px;
  height: 620px;
  overflow: hidden;
}

.product-detail .thumb-slider .thumb-big img {
  height: 100%;
  width: auto;
  max-width: initial;
  border: 1px solid #e5e5e5;
}

.product-detail .thumb-slider .thumb-small {
  width: 100%;
  height: 94px;
  overflow: hidden;
  margin-top: 13px;
}

.product-detail .thumb-slider .thumb-small img {
  width: 94px;
  height: 94px;
  border: 1px solid #e5e5e5;
}

.product-detail .prd-topinfo {
  width: 53%;
  padding-left: 8rem;
}

.product-detail .prd-topinfo .prd-topinfo--head {
  border-bottom: 2px solid #222;
  padding-bottom: 15px;
}

.product-detail .prd-topinfo .prd-topinfo--head .tag > span {
  background: #888;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  height: 25px;
  line-height: 25px;
  padding: 0 14px;
  display: inline-block;
  vertical-align: top;
}
.product-detail .prd-topinfo .prd-topinfo--head .tag > span.black {
    font-weight: 500;
  background-color: #222222;
}

.product-detail .prd-topinfo .prd-topinfo--head .prd-name {
  font-size: 3.2rem;
  color: #222222;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: -1.1px;
}

.product-detail .prd-topinfo .prd-topinfo--head .prd-name strong.box {
  color: #164494;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.product-detail .prd-topinfo .prd-topinfo--detail .jc-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .prd-topinfo .prd-topinfo--detail .jc-b .btn-cart,
.product-detail .prd-topinfo .prd-topinfo--detail .jc-b .btn-scrap {
  width: 190px;
}

.product-detail .prd-topinfo .prd-topinfo--detail > ul > li {
  padding: 21px 0 15px 0;
  font-size: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  letter-spacing: -10px;
}

.product-detail .prd-topinfo .prd-topinfo--detail > ul > li * {
  letter-spacing: -0.6px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dt-tit {
  width: 150px;
  color: #888;
  display: inline-block;
  vertical-align: middle;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-cnt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  line-height: 1.5;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-cnt.price > strong {
  font-weight: 500;
  color: #164494;
  font-size: 2.8rem;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .dt-tit {
  width: calc(100% - 205px);
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .dd-price span {
  font-weight: 500;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .quantity-control-box {
  width: 112px;
  height: 38px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .quantity-control-box button {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -1px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .quantity-control-box button.btn-minus {
  left: -1px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .quantity-control-box button.btn-plus {
  right: -1px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .quantity .quantity-control-box input {
  border: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  font-size: 1.6rem;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-total-price {
  padding-top: 14px;
  border-bottom: none;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-total-price .dd-tit {
  width: 50%;
}

.product-detail .prd-topinfo .prd-topinfo--detail .dd-total-price .dd-cnt {
  width: 50%;
  text-align: right;
  padding-right: 0;
}

.product-detail .prd-topinfo .prd-topinfo--detail .df-list {
  padding-bottom: 8px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .df-list li {
  letter-spacing: -10px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .df-list li:first-child {
  margin-top: 4px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .df-list li:not(:first-child) {
  margin-top: 17px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .add-cnt {
  color: #888;
  margin-top: 10px;
}

.product-detail .prd-topinfo .prd-topinfo--detail .add-cnt .dash {
  display: block;
  padding-left: 6px;
  position: relative;
}

.product-detail .prd-topinfo .prd-topinfo--detail .add-cnt .dash::before {
  content: '';
  width: 4px;
  height: 1px;
  background: #888;
  position: absolute;
  left: 0;
  top: 12px;
}

.prd-bottom-detail {
  margin-top: 113px;
}

.prd-bottom-detail .tab-prd a {
  display: block;
  text-align: center;
  padding-bottom: 11px;
  color: #222;
}

.prd-bottom-detail .tab-prd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #164494;
}

.prd-bottom-detail .tab-prd ul li {
  width: 20%;
}

.prd-bottom-detail .tab-prd ul li.active {
  position: relative;
}

.prd-bottom-detail .tab-prd ul li.active::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #164494;
}

.prd-bottom-detail .tab-cnt {
  display: none;
  text-align: center;
}

.prd-bottom-detail .tab-cnt.active {
  display: block;
  padding-top: 60px;
}

.mypage-modify .btn-area .btn-done {
  width: 230px;
}

.order-process {
  font-size: 14px;
  text-align: right;
  margin-top: 72px;
}

.order-process li {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  font-weight: 400;
}

.order-process li.current {
  color: #333;
  font-weight: 500;
}

.order-process li:not(:last-child)::after {
  content: "\ea1f";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 10px;
  font-weight: bold;
}

.product-btn-box {
  text-align: right;
  margin-top: 20px;
  letter-spacing: -10px;
}

.product-btn-box > button {
  letter-spacing: -0.3px;
  width: 130px;
  height: 40px;
  border: 1px solid #ccc;
  font-family: "dotum", sans-serif;
  font-weight: normal;
  margin-left: 8px;
}

.product-btn-box > button.btn-scrap-sel {
  border-color: #222;
}

.order-calc-subj{
  margin-top: 40px;
  padding-top:40px;
  font-weight:bold;
  font-size:22px;
  margin-bottom:15px;
  border-top:2px solid #333;
}

.order-calc {
  margin-top: 80px;
  border: 1px solid #222;
}
.order-calc.total {
	margin-top: 0 !important;
    border: 3px solid #164494;
}

.order-calc table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.order-calc table td,
.order-calc table th {
  border-left: 1px solid #dbdbdb;
}

.order-calc table td.nb,
.order-calc table th.nb {
  border-left: none;
}

.order-calc table thead th {
  color: #222222;
  font-size: 1.6rem;
  background: #f8f8f8;
  padding: 15px 10px 14px 10px;
  font-weight: 400;
  border-bottom: 1px solid #dbdbdb;
}

.order-calc table tbody td {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 23px 10px 20px 10px;
}

.order-calc table tbody td i {
  font-size: 24px;
}

.order-calc table tbody td b {
  font-weight: 500;
  font-size: 28px;
  margin-right: 1px;
}

.cart-btn-box {
  text-align: center;
  margin-top: 30px;
}

.cart-btn-box [class*='btn-'] {
  text-align: center;
  width: 230px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  font-family: inherit;
}

.cart-btn-box .btn-continue {
  border: 1px solid #dbdbdb;
  color: #222222;
}

.cart-btn-box .btn-order {
  color: #fff;
  background: #222;
}

.cart-btn-box .btn-order span::after {
  content: '';
  width: 27px;
  height: 9px;
  background: url("../images/icon/ic_more_arr.png") no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -4px;
}

.cart-notice {
  border: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  padding: 3rem 3rem 2.5rem 3rem;
  margin-top: 4rem;
}

.cart-notice .tit {
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.cart-notice .list-sq-dot > li {
  padding-left: 10px;
  position: relative;
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.6;
  margin-top: 0.8rem;
}

.cart-notice .list-sq-dot > li:not(:first-child) {
  margin-top: 4px;
}

.cart-notice .list-sq-dot > li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  left: 1px;
  top: 7px;
}

.border-box {
  border: 3px solid #ddd;
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
}

.border-box.my02 {
  padding: 3.5rem 2rem;
}

.border-box.my03 {
  padding: 5rem 2rem;
}

.border-box .box-title-txt {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 3rem;
  color: #222;
}

.border-box .box-title-txt > strong {
  color: #164494;
  font-weight: 500;
}

.border-box .box-title {
  text-align: center;
  display: inline-block;
  padding-left: 4.8rem;
  position: relative;
  font-size: 2.4rem;
  color: #222;
}

.border-box .box-title > strong {
  color: #164494;
  font-weight: 500;
}

.border-box .box-title::before {
  content: '';
  width: 3.2rem;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon/ico_title_qna.png") no-repeat center/contain;
}

.join-complete {
  width: 100%;
  padding: 80px 1.5rem;
}

.join-complete .txt-lg {
  font-size: 2.8rem;
  font-weight: 400;
}

.join-complete .txt-sm {
  font-size: 2.2rem;
  margin-top: 5px;
}

.join-complete b {
  color: #164494;
  font-weight: 400;
}

.join-complete .coupon-list {
  margin-top: 10px;
}

.join-complete .coupon-list li {
  display: inline-block;
}

.join-complete .btn-go-shop {
  width: 400px;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: inline-block;
}

.info-txt {
  color: #222222;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
  margin-top: 30px;
}

.join-form {
  width: 100%;
  padding: 75px 0;
  border-top-width: 2px;
}

.join-form .form-container {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join-form .form-container > div {
  width: 400px;
  position: relative;
}

.join-form .form-container .input-box {
  margin-top: 5px;
}

.join-form .form-container .join-general {
  margin-right: 110px;
}

.join-form .form-container .join-general::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  position: absolute;
  right: -110px;
  top: 0;
}

.join-form .form-container .join-general > h4 {
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 16px;
}

.join-form .form-container .join-general input {
  height: 50px;
  line-height: 50px;
  padding-left: 11px;
}

.join-form .form-container .join-general input::-webkit-input-placeholder {
  color: #b0b0b0;
  font-family: 'dotum', sans-serif;
}

.join-form .form-container .join-general input:-ms-input-placeholder {
  color: #b0b0b0;
  font-family: 'dotum', sans-serif;
}

.join-form .form-container .join-general input::-ms-input-placeholder {
  color: #b0b0b0;
  font-family: 'dotum', sans-serif;
}

.join-form .form-container .join-general input::placeholder {
  color: #b0b0b0;
  font-family: 'dotum', sans-serif;
}

.join-form .form-container .join-general .input-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.join-form .form-container .join-general .input-button button {
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 100px;
}

.join-form .form-container .join-general .policy {
  margin-top: 18px;
  font-size: 12px;
  font-family: 'dotum', sans-serif;
}

.join-form .form-container .join-general .policy li {
  display: inline-block;
}

.join-form .form-container .join-general .policy li:first-child {
  padding-right: 40px;
  position: relative;
}

.join-form .form-container .join-general .policy li:first-child::after {
  content: '';
  width: 1px;
  height: 11px;
  background: #222;
  position: absolute;
  right: 20px;
  top: 2px;
}

.join-form .form-container .join-general .ch-container {
  margin-top: 18px;
  color: #888888;
  font-size: 12px;
  font-family: 'dotum';
  padding-left: 22px;
}

.join-form .form-container .join-general .ch-container input:checked ~ .checkmark {
  background-color: #fff;
}

.join-form .form-container .join-general .ch-container input:checked ~ .checkmark:after {
  color: #164494;
}

.join-form .form-container .join-general .ch-container .checkmark {
  width: 16px;
  height: 16px;
}

.join-form .form-container .join-general .btn-agree {
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.join-form .form-container .join-simple {
  margin-left: 110px;
}

.join-form .form-container .join-simple h4 {
  font-size: 20px;
  font-weight: 400;
}

.join-form_agree {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.join-form_agree .btn-area > button {
  width: 180px;
  height: 50px;
  line-height: 50px;
}

.join-form_agree .sns-btn-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join-form_agree .sns-btn-list > button {
  width: 154px;
  margin-right: 12px;
  margin-top: 0;
}

.join-form_agree .agreement-list {
  border-top: 2px solid #222;
}

.join-form_agree .agreement-list .label-tit {
  color: #164494;
  font-weight: 500;
  font-size: 1.6rem;
}

.join-form_agree .agreement-list .label-tit2 {
  font-size: 2rem;
  font-weight: 500;
}

.join-form_agree .agreement-list .agreement-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 28px 16px 34px;
  border-bottom: 1px solid #ddd;
  min-height: 70px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fcfcfc;
}

.join-form_agree .agreement-list .agreement-list-box.bg-white {
  background: #fff;
  font-weight: 500;
}

.join-form_agree .agreement-list .agreement-list-box.padding-set1 {
  padding-top: 29px;
  padding-left: 30px;
  padding-bottom: 25px;
}

.join-form_agree .agreement-list .agreement-list-input {
  background: #fff;
  font-weight: 500;
  padding: 9px 28px 9px 28px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.join-form_agree .agreement-list .agreement-list-input label,
.join-form_agree .agreement-list .agreement-list-input .input-box {
  display: inline-block;
}

.join-form_agree .agreement-list .agreement-list-input label {
  min-width: 60px;
}

.join-form_agree .agreement-list .agreement-list-input .input-box {
  width: 400px;
  margin-left: 10px;
}

.join-form_agree .agreement-list .agreement-list-input input {
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.join-form_agree .btn-view {
  font-size: 1.4rem;
  color: #fff;
  width: 120px;
  height: 34px;
  line-height: 34px;
  background: #444;
}

.btn-naver {
  width: 100%;
  height: 50px;
  background-color: #2db400;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

.btn-naver img {
  margin-right: 15px;
}

.btn-kakao {
  width: 100%;
  height: 50px;
  background-color: #f5ca20;
  color: #3b1f1e;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

.btn-kakao img {
  margin-right: 15px;
}

.login-form {
  width: 100%;
  padding: 75px 0;
  border-top-width: 2px;
  margin-top: 48px;
}

.login-form .form-container {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.login-form .form-container > div {
  width: 400px;
  position: relative;
}

.login-form .form-container h4 {
  font-size: 32px;
  font-weight: 400;
  padding-left: 20px;
  padding-left: 0;
  padding-bottom: 16px;
}

.login-form .form-container h4.social {
  font-size: 16px;
  margin-top: 24px;
  padding-bottom: 0;
}

.login-form .form-container input {
  height: 50px;
  line-height: 50px;
  padding-left: 11px;
}

.login-form .form-container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.login-form .form-container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.login-form .form-container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.login-form .form-container input::placeholder {
  color: #b0b0b0;
}

.login-form .form-container .auto-check {
  margin-top: 15px;
}

.login-form .form-container .auto-check .ch-container {
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  font-family: 'dotum', sans-serif;
  padding-left: 22px;
}

.login-form .form-container .auto-check .ch-container .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border-color: #e1e1e1;
}

.login-form .form-container .social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.login-form .form-container .social-btns button {
  width: 48.5%;
  margin-top: 0;
}

.login-form .form-container .login-help {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form .form-container .login-help li {
  margin-right: 20px;
  position: relative;
}

.login-form .form-container .login-help li:not(:first-child)::before {
  content: '';
  width: 1px;
  height: 10px;
  background: #888888;
  position: absolute;
  left: -10px;
  top: 6px;
}

.login-form .form-container .login-help li a {
  color: #888888;
  font-size: 12px;
  font-family: 'dotum';
}

.login-form .form-container .btn-login,
.login-form .form-container .btn-login-n {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 15px;
}

.login-form .form-container .btn-login-n {
  margin-top: 24px;
}

.login-form .form-container .login-mem {
  margin-right: 110px;
}

.login-form .form-container .login-mem.single {
  margin-right: 0;
}

.login-form .form-container .login-mem.single::after {
  display: none;
}

.login-form .form-container .login-mem::after {
  content: '';
  width: 1px;
  height: 100%;

  position: absolute;
  right: -110px;
  top: 0;
}

.login-form .form-container .login-nmem {
  margin-left: 110px;
}

.login-form .form-container .login-nmem .info-txt {
  margin-top: 20px;
  line-height: 1.4;
}

.login-form .form-container .login-nmem .btn-join {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  font-size: 14px;
}

.order-complete-prd {
  border-top: 2px solid #164494;
}

.order-complete-prd .ship-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding: 2rem 2rem 1.4rem 2rem;
  border-bottom: 2px solid #ddd;
}

.order-complete-prd .ship-date .date {
  font-size: 1.8rem;
}

.order-complete-prd .item-info {
  padding: 20px 20px 20px 41px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.order-complete-prd .item-info .thumb {
  width: 100px;
  height: 100px;
  float: left;
}

.order-complete-prd .item-info .prd-desc {
  float: left;
  padding-top: 6px;
  padding-left: 73px;
  font-size: 1.8rem;
}

.order-complete-prd .item-info .prd-desc .price {
  margin-top: 5px;
}

.order-complete-prd .item-info .prd-desc .price .col-blue {
  font-size: 2.4rem;
}

.order-complete-prd .item-info .prd-desc .quantity {
  color: #888;
  font-size: 1.6rem;
  margin-top: 10px;
}

.faq {
  border-top: 2px solid #222;
  margin-top: 30px;
}

.faq .item .faq-q {
  padding: 20px 20px 15px 20px;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.faq .item .faq-q > strong {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  background-color: #164494;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-weight: 400;
}

.faq .item .faq-q > p {
  padding-left: 23px;
}

.faq .item .faq-a {
  display: none;
  background: #f6f6f6;
  line-height: 1.6;
  color: #888;
  padding: 16px 30px 16px 62px;
}
.sub-search .input-box.brand {display: none;}

@media screen and (max-width: 1024px) {
  .sub-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .sub-search > .tit:last-of-type {
    display: none;
  }
  .sub-search .input-box {
    width: 100% !important;
  }
  .sub-search .input-box:last-child {
    width: 100%;
    margin-top: 10px;
  }
  .sub-search .input-box.brand {display: block;}
}

@media screen and (max-width: 768px) {
  .search-selectbox {
    padding: 1.5rem;
  }
  .sub-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    padding: 2rem;
    letter-spacing: -10px;
  }
  .sub-search > .tit {
    width: 100px;
    font-size: 14px;
    padding: 0;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: middle;
  }
  .sub-search .input-box {
    width: 100% !important;
   margin-top: 2px;
  }
  .sub-search .input-box:last-child {
    width: 100% !important;
  }
  .sub-search .input-box input {
    height: 40px;
    line-height: 40px;
  }
  .sub-search .input-box .btn-search {
    height: 40px;
    width: 40px;
  }
  .product-detail .product-detail-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-detail .thumb-slider,
  .product-detail .prd-topinfo {
    width: 100%;
    max-width: initial;
  }
  .product-detail .thumb-slider .thumb-big {
    height: auto;
    width: 100%;
  }
  .product-detail .thumb-slider .thumb-big img {
    height: auto;
    width: 100%;
  }
  .product-detail .prd-topinfo {
    padding-left: 0;
    margin-top: 2rem;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail > ul > li {
    font-size: 13px;
  }
  .product-detail .prd-topinfo .prd-topinfo--head {
    padding-bottom: 1rem;
  }
  .product-detail .prd-topinfo .prd-topinfo--head .tag span {
    font-size: 13px;
  }
  .product-detail .prd-topinfo .prd-topinfo--head .prd-name {
    font-size: 2.6rem;
    margin-top: 5px;
  }
  .order-process {
    display: none;
  }
  .login-form,
  .join-form {
    margin-top: 20px;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
  .login-form .form-container,
  .join-form .form-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .login-form .form-container .input-box,
  .join-form .form-container .input-box {
    width: 100%;
  }
  .login-form .form-container .input-box input,
  .join-form .form-container .input-box input {
    height: 40px;
    line-height: 40px;
  }
  .login-form .form-container .input-box input::-webkit-input-placeholder,
  .join-form .form-container .input-box input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .login-form .form-container .input-box input:-ms-input-placeholder,
  .join-form .form-container .input-box input:-ms-input-placeholder {
    font-size: 13px;
  }
  .login-form .form-container .input-box input::-ms-input-placeholder,
  .join-form .form-container .input-box input::-ms-input-placeholder {
    font-size: 13px;
  }
  .login-form .form-container .input-box input::placeholder,
  .join-form .form-container .input-box input::placeholder {
    font-size: 13px;
  }
  .login-form .form-container h4,
  .join-form .form-container h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .login-form .form-container > div,
  .join-form .form-container > div {
    width: 100%;
  }
  .login-form .form-container .login-mem,
  .join-form .form-container .login-mem {
    margin-right: 0;
  }
  .login-form .form-container .login-nmem,
  .join-form .form-container .login-nmem {
    margin-left: 0;
    margin-top: 45px;
  }
  .login-form .form-container .join-general,
  .join-form .form-container .join-general {
    margin-right: 0;
  }
  .login-form .form-container .join-general > h4,
  .join-form .form-container .join-general > h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .login-form .form-container .join-general .input-button button,
  .join-form .form-container .join-general .input-button button {
    height: 40px;
    line-height: 40px;
  }
  .login-form .form-container .join-general .policy li:first-child,
  .join-form .form-container .join-general .policy li:first-child {
    padding-right: 20px;
  }
  .login-form .form-container .join-general .policy li:first-child::after,
  .join-form .form-container .join-general .policy li:first-child::after {
    right: 9px;
  }
  .login-form .form-container .join-simple,
  .join-form .form-container .join-simple {
    margin-left: 0;
    margin-top: 45px;
  }
  .login-form .form-container .join-simple .btn-naver,
  .join-form .form-container .join-simple .btn-naver {
    margin-top: 0;
  }
  .join-complete {
    padding: 4rem 2rem;
  }
  .join-complete .txt-lg {
    font-size: 2.4rem;
  }
  .join-complete .txt-sm {
    font-size: 1.7rem;
  }
  .order-complete-prd .item-info {
    padding: 2rem;
  }
  .order-complete-prd .item-info .prd-desc {
    width: calc(100% - 100px);
    padding-left: 2rem;
  }
  .order-calc {
    margin-top: 4rem;
  }
  .order-calc table thead {
    display: none;
  }
  .order-calc table colgroup {
    display: none;
  }
  .order-calc table tbody {
    width: 100%;
  }
  .order-calc table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    line-height: 1;
  }
  .order-calc table tbody td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
  }
  .order-calc table tbody td.nb {
    border-left: 1px solid #dbdbdb;
  }
  .order-calc table tbody td b {
    font-size: 1.5rem;
  }
  .order-calc table tbody td i {
    font-size: 2rem;
    padding-right: 5px;
  }
  .order-calc table tbody .tb-label {
    display: block;
    padding: 10px 10px;
    background: #f8f8f8;
    width: 100px;
    text-align: left;
    border-right: 1px solid #ccc;
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .border-box.my02 {
    padding: 20px 15px;
  }
  .border-box.my03 {
    padding: 3rem 1.6rem;
  }
  .border-box .box-title-txt {
    font-size: 2rem;
  }
  .join-complete .coupon-list li img {
    max-width: 80%;
  }
  .join-complete .btn-go-shop {
    width: 100%;
  }
  .cart-btn-box {
    margin-top: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .cart-btn-box [class*='btn-'],
  .cart-btn-box > button,
  .cart-btn-box > a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
  .border-box .box-title {
    font-size: 2rem;
  }
  .sub-title {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .order-complete-prd .item-info .prd-desc {
    font-size: 13px;
  }
  .order-complete-prd .item-info .prd-desc .price .col-blue {
    font-size: 2rem;
  }
  .order-complete-prd .ship-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 10px 5px;
  }
  .order-complete-prd .ship-date .date {
    padding-bottom: 5px;
  }
  .order-complete-prd .ship-date .date,
  .order-complete-prd .ship-date .order-number {
    width: 100%;
    font-size: 13px;
  }
  .tb-gray2.tb-txt1 .btn-arr-r {
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 10px;
    margin-left: 0;
  }
  .tb-gray2.tb-txt1 .price {
    font-size: 2rem;
  }
  .join-form_agree .btn-view {
    width: 90px;
  }
  .join-form_agree .sns-btn-list {
    margin-top: 8rem;
  }
  .join-form_agree .sns-btn-list > button {
    margin-right: 2px;
    height: 45px;
    line-height: 45px;
  }
  .join-form_agree .agreement-list .agreement-list-box {
    padding: 8px 14px 8px 20px;
    min-height: 50px;
  }
  .join-form_agree .agreement-list .agreement-list-box.padding-set1 {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 480px) {
  .product-detail .prd-topinfo .prd-topinfo--head .tag span {
    font-size: 12px;
    padding: 0 4px;
  }
  .product-detail .prd-topinfo .prd-topinfo--head .prd-name {
    font-size: 2rem;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail > ul > li {
    padding: 1rem 0;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .dt-tit {
    width: 100px;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .dd-cnt {
    width: calc(100% - 100px);
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .dd-cnt.price > strong {
    font-size: 2rem;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .df-list {
    padding-bottom: 0;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .df-list li:not(:first-child) {
    margin-top: 5px;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-detail .prd-topinfo .prd-topinfo--detail .dd-quantity .dt-tit {
    width: 100%;
    padding-bottom: 5px;
  }
  .prd-bottom-detail {
    margin-top: 5rem;
  }
  .prd-bottom-detail .tab-cnt.active {
    padding-top: 3rem;
  }
  .prd-bottom-detail .tab-prd a {
    height: 38px;
    font-size: 12px;
  }
  .prd-bottom-detail .tab-prd a span {
    display: block;
  }
  .faq .item .faq-a {
    padding: 2rem;
  }
  .faq .item .faq-q {
    padding: 1.6rem;
    padding-left: 3rem;
  }
  .faq .item .faq-q > strong {
    top: 11px;
    left: 12px;
  }
  .faq .item .faq-q > p {
    padding-left: 15px;
  }
  .login-form,
  .join-form {
    padding: 3rem 0;
    margin-top: 0;
  }
  .join-form_agree .agreement-list .agreement-list-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 16px;
  }
  .join-form_agree .agreement-list .agreement-list-input label {
    width: 100%;
  }
  .join-form_agree .agreement-list .agreement-list-input .input-box {
    margin-left: 0;
    margin-top: 6px;
  }
  .join-form_agree .agreement-list .agreement-list-box.padding-set1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 16px;
  }
  .join-form_agree .agreement-list .label-tit2 {
    width: 100%;
  }
  .join-form_agree .agreement-list .btn-connect {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .join-complete .txt-lg {
    font-size: 2rem;
  }
  .login-form .form-container .social-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .login-form .form-container .social-btns button {
    width: 100%;
    margin: 2px 0;
  }
}

a.btn_tblue {
  color: #fff;
  background: #164494;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 28px;
  line-height: 27px;
  vertical-align: middle;
}


/*2022-10-14*/
.best_area {padding: 103px 0 74px;}
.best_area .swiper-container {overflow: hidden;}
.best_area .container {width: 100%; max-width: 1320px; margin: 0 auto;}
.best_area .title_area {font-weight: 500; font-size: 3.6rem; line-height: 36px; color: #333333; text-align: center;}
.best_area .list {margin: 27px 0 0; font-size: 0;}
.best_area .list li {}
.best_area .list li .box {display: block; border: 1px solid #dddddd;}
.best_area .list li .box:hover, .best_area .list li .box:focus {border: 1px solid #164494; transition: all 0.5s;}
.best_area .list li .box .img_box {position: relative; padding-bottom: 100%;}
.best_area .list li .box .img_box img {position: absolute; max-width: initial; width: 100%; height: 100%;}
.best_area .list li .box .text_area {border-top: 1px solid #dddddd; padding: 15px 20px;}
.best_area .list li .box .text_area .sort_area {}
.best_area .list li .box .text_area .sort_area .sort {display: inline-block; margin: 0 4px 0 0; padding: 0 5px; font-weight: 400; font-size: 14px; line-height: 23px;}
.best_area .list li .box .text_area .sort_area .sort:last-child {margin: 0;}
.best_area .list li .box .text_area .sort_area .sort.sty1 {background-color: #164494; color: #ffffff;}
.best_area .list li .box .text_area .sort_area .sort.sty2 {background-color: #2fabba; color: #ffffff;}
.best_area .list li .box .text_area .sort_area .sort.sty3 {border: 1px solid #164494; color: #164494; line-height: 21px}
.best_area .list li .box .text_area .title {height: 60px; margin: 7px 0 0; font-weight: 500; font-size: 22px; line-height: 30px; color: #333333; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.best_area .list li .box .text_area .price {margin: 2px 0 0; font-weight: 400; font-size: 18px; line-height: 27px; color: #222222;}
.best_area .list li .box .text_area .price .bold {font-weight: 700; font-size: 24px; line-height: 36px; color: #164494;}

.best_swiper_pagination {margin: 51px auto 0; text-align: center;}
.best_swiper_pagination .swiper-pagination-bullet {width: 10px; height: 10px; margin: 0 7px c0 0 !important; border-radius: 50%; background-color: #ffffff; border: 1px solid #164494; vertical-align: middle; opacity: 1;}
.best_swiper_pagination .swiper-pagination-bullet:last-child {margin: 0 !important;}
.best_swiper_pagination .swiper-pagination-bullet-active {background-color: #164494;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 7px 0 0 !important;}

.down_area {padding: 57px 0 64px; background-color: #f4f4f4;}
.down_area .container {width: 100%; max-width: 1320px; margin: 0 auto;}
.down_area .container .down_inner {position: relative;}
.down_area .container .down_inner:before {display: block; content: ""; position: absolute; right: 30px; top: -40px; width: 240px; height: 233px; background-image: url("/static/images/main/down_phone.png"); background-position: 0 0; background-repeat: no-repeat;}
.down_area .container .down_inner .text {font-weight: 500; font-size: 24px; line-height: 36px; color: #222222; text-align: center; word-break: keep-all;}
.down_area .container .down_inner .down_btn {margin: 32px 0 0; text-align: center;}
.down_area .container .down_inner .down_btn .list {font-size: 0;}
.down_area .container .down_inner .down_btn .list li {display: inline-block; margin: 0 20px 0 0;}
.down_area .container .down_inner .down_btn .list li:last-child {margin: 0;}
.down_area .container .down_inner .down_btn .list li .box {display: block;}
.down_area .container .down_inner .down_btn .list li .box img {}


.point_pop_btn {display: inline-block; width: 85px; background-color: #353535; margin: 0 0 0 10px; font-family: "Dotum"; font-size: 12px; line-height: 30px; color: #ffffff; text-align: center;}
.point_txt {margin: 0 0 0 15px; font-weight: 400; font-size: 16px; line-height: 24px; color :#888888;;}
.point_txt .ft_c {font-weight: 500; color: #353535;}
.point_txt br {display: none;}
.point_area {display: flex; align-items: end; justify-content: end;}
.point_area input {width: 130px; height: 34px;}
.point_area label {font-weight: 400; font-size: 16px; line-height: 24px; color: #888888;}
.point_area .point_app_btn {width: 62px; margin: 0 0 0 20px; background-color: #164493; font-family: "Dotum"; font-size: 12px; line-height: 34px; color: #fff; text-align: center;}
#popup_point {display: none;}
#popup_point.on {display: block;}


.popup-content {}
.popup-content .point_info_list {}
.popup-content .point_info_list > .list {}
.popup-content .point_info_list > .list > li {margin: 10px 0 0;}
.popup-content .point_info_list > .list > li:first-child {margin: 0;}
.popup-content .point_info_list > .list > li .box {}
.popup-content .point_info_list > .list > li .box .title {font-weight: 700; font-size: 18px; line-height: 24px; color: #164494;}
.popup-content .point_info_list > .list > li .box .info_box {margin: 5px 0 0;}
.popup-content .point_info_list > .list > li .box .info_box .list {}
.popup-content .point_info_list > .list > li .box .info_box .list li {position: relative; padding: 0 0 0 10px; font-weight: 400; font-size: 16px; line-height: 27px; color: #353535;}
.popup-content .point_info_list > .list > li .box .info_box .list li .etc {position: absolute; left: 0; top: 0;}

.com_menu_list {margin: 55px 0 0;}
.com_menu_list .list {display: flex; justify-content: start; flex-wrap: wrap; column-gap: 10px; row-gap: 10px;}
.com_menu_list .list li {width: calc(16.6666% - 8.3333px);}
.com_menu_list .list li .box {display: block; border: 1px solid #164494; background-color: #f7f7f7;font-weight: 400; font-size: 18px; line-height: 58px; color: #222222;; text-align: center;}
.com_menu_list .list li.on .box  {background-color: #164494; color: #fff;}

@media screen and (max-width: 1320px) {
    .best_area .container {padding: 0 25px;}

    .down_area {padding: 30px 0;}
    .down_area .container {padding: 0 25px;}

    .down_area .container .down_inner:before {top: -17px; width: 180px; height: 175px; background-size: cover;}
}

@media screen and (max-width: 1280px) {
    .down_area .container .down_inner:before {top: 14px; width: 148px; height: 144px; background-size: cover;}
    .down_area .container .down_inner .text {font-size: 22px;}
  .recent-products.sty2 .tab-top ul{display:grid;grid-template-columns: repeat(5, 1fr);}

}

@media screen and (max-width: 1080px) {
    .best_area {padding: 50px 0 40px;}
    .best_area .list {margin: 15px 0 0;}
    .best_area .list li .box .text_area {padding: 10px;}
    .best_area .list li .box .text_area .title {height: 52px; font-size: 17px; line-height: 26px;}
    .best_area .list li .box .text_area .price .bold {font-size: 18px; line-height: 27px;}

    .best_swiper_pagination {margin: 25px 0 0;}
    .down_area .container .down_inner:before {display: none;}
    .down_area .container .down_inner .down_btn {margin: 20px 0 0;}
    .down_area .container .down_inner .down_btn .list li .box img {width: 200px;}

    .popup-content .point_info_list > .list > li .box .title {font-size: 16px; line-height: 24px;}
    .popup-content .point_info_list > .list > li .box .info_box .list li {font-size: 14px; line-height: 24px;}
    .point_txt {margin: 0; font-size: 14px; line-height: 20px;}
    .point_txt br {display: block;}

    .com_menu_list {margin: 30px 0 0;}
    .com_menu_list .list li {width: calc(25% - 7.5px);}
    .com_menu_list .list li .box {font-size: 16px; line-height: 48px;}

}


@media screen and (max-width: 767px) {
    .best_area .title_area {font-size: 23px;}
    .best_area .list li .box .text_area .sort_area .sort {font-size: 13px; line-height: 20px;}
    .best_swiper_pagination {margin: 10px 0 0;}

    .down_area {padding: 15px 0;}
    .down_area .container .down_inner .text {font-size: 18px; line-height: 27px;}
    .down_area .container .down_inner .down_btn {margin: 10px 0 0;}
    .down_area .container .down_inner .down_btn .list li {margin: 0 10px 0 0;}
    .down_area .container .down_inner .down_btn .list li .box img {width: 150px;}

    .main-search .input-box {width: 100%;}
    .main-search .input-box:first-child {margin: 0 0 10px}

    .com_menu_list {margin: 20px 0 0;}
    .com_menu_list .list {row-gap: 5px; column-gap: 5px;}
    .com_menu_list .list li {width: calc(33.3333% - 3.3333px);}
    .com_menu_list .list li .box {font-size: 14px; line-height: 43px;}
    #lnb .menu_slide {height: 115px;}
    #lnb .menu_slide .lnb-sub a {height: 35px; line-height: 35px; padding: 0 5px; text-align: center;}
  .recent-products.sty2 .tab-top ul{display:grid;grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 480px) {
    .best_area {padding: 30px 0 30px;}
    .down_area .container .down_inner .down_btn .list li {display: block; margin: 5px 0 0;}
    .down_area .container .down_inner .down_btn .list li:last-child {margin: 5px 0 0;}

  /*
    .recent-products .tab-top ul {display: inline-block; width: 100%; font-size: 0;}
    .recent-products .tab-top ul li {display: inline-block; margin: 5px 2px 0 0; width: calc(50% - 1px);}
    .recent-products .tab-top ul li:nth-child(-n+2) {margin: 0 2px 0 0;}
    .recent-products .tab-top ul li:nth-child(2n) {margin: 5px 0 0;}
    .recent-products .tab-top ul li:nth-child(2) {margin: 0;}
    .recent-products .tab-top ul span {width: 100%;}

    .recent-products.sty2 .tab-top ul {display: flex;}
    .recent-products.sty2 .tab-top ul li {width: calc(50% - 2.5px);}
    .recent-products.sty2 .tab-top ul li:nth-child(-n+2) {margin: 0;}
    .recent-products.sty2 .tab-top ul li:nth-child(2n) {margin: 0;}
    .recent-products.sty2 .tab-top ul li:nth-child(2) {margin: 0;}
  */

    .com_menu_list .list li {width: calc(50% - 5px);}
    .com_menu_list .list li .box {line-height: 35px;}
}
/* // 2022-10-14*/



/* 2024-01-25 */
.login_box {margin: 5px 0 0; display: flex; column-gap: 20px; align-items: center;}
.login_box .login_btn {display: block; width: 180px; margin: 0 auto; border-radius: 25px;}
.login_box .login_btn .login {font-weight: 400; font-size: 18px; line-height: 48px; text-align: center;}
.login_box .login_btn.sty1 {border: 2px solid #06a3e0; background-color: #06a3e0;}
.login_box .login_btn.sty1 .login {color: #fff;}
.login_box .login_btn.sty2 {border: 2px solid #164494;}
.login_box .login_btn.sty2 .login {color: #222222;}

.login_box .login_btn.sty3 {width: 110px; margin: 0; border-radius: 0; border:none; background-color: #06a3e0;}
.login_box .login_btn.sty3 .login {line-height: 35px; color: #fff;}
.login_box .login_btn.sty4 {width: 110px; margin: 0; border-radius: 0; border:none; background-color: #164494;}
.login_box .login_btn.sty4 .login {line-height: 35px; color: #fff;}

.login_pop_area {display: none; background: rgba(0, 0, 0, 0.7); position: fixed; z-index: 10000; width: 100%; height: 100%; top: 0; left: 0;}
.login_pop_area .cont_box {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; max-width: 640px; padding: 50px 0 0;}
.login_pop_area .cont_box .close_btn {position: absolute; right: 0; top: 0; margin: 0; background-color: inherit; padding: 0;}
.login_pop_area .cont_box .close_btn img {}
.login_pop_area .cont_box .cont {background: #fff; border: 5px solid #164494; padding: 35px 40px;}
.login_pop_area .cont_box .cont .title {font-weight: 700; font-size: 34px; line-height: 1; color: #222222; text-align: center;}
.login_pop_area .cont_box .cont .info_box {margin: 25px 0 0; padding: 25px  10px; background-color: #e6f6fc; font-weight: 400; font-size: 20px; line-height: 30px; color: #222222; text-align: center;}
.login_pop_area .cont_box .cont .info_box .ft_c {color: #164494;}
.login_pop_area .cont_box .cont .btn_box {display: flex; column-gap: 20px; justify-content: center; margin: 20px 0 0;}
.login_pop_area .cont_box .cont .btn_box .btn {display: block; padding: 0 45px; border-radius: 23px; font-weight: 400; font-size: 16px; line-height: 45px; color: #ffffff;;}
.login_pop_area .cont_box .cont .btn_box .btn.sty1 {background-color: #164494;}
.login_pop_area .cont_box .cont .btn_box .btn.sty2 {background-color: #222222;}

.login_box.list {justify-content: center;}
.login_box.list .login_btn {width: 120px; margin: 0;}
.login_box.list .login_btn .login {width: 100%; font-weight: 700; font-size: 15px; line-height: 35px;}

.product-list--tb table .b-sel > button.login_gray {background-color: #d9d9d9 !important; color: #fff;}
.btn-area button.login_gray {background-color: #d9d9d9 !important; color: #fff; border: none;}
@media screen and (max-width: 1024px) {
  .login_box {flex-direction: column; gap: 10px; align-items: start;}
  .login_box .login_btn {width: 120px;}
  .login_box .login_btn .login {font-size: 16px; line-height: 40px;}
  .login_box .login_btn.sty3 .login {font-size: 14px; line-height: 30px;}
  .login_box .login_btn.sty4 .login {font-size: 14px; line-height: 30px;}

  .login_pop_area .cont_box {padding: 25px 0 0;}
  .login_pop_area .cont_box .close_btn img {width: 16px;}
  .login_pop_area .cont_box .cont {padding: 20px;}
  .login_pop_area .cont_box .cont .title {font-size: 20px;}
  .login_pop_area .cont_box .cont .info_box {margin: 15px 0 0; padding: 10px; font-size: 16px; line-height: 24px;}
  .login_pop_area .cont_box .cont .btn_box {margin: 10px 0 0; column-gap: 10px;}
  .login_pop_area .cont_box .cont .btn_box .btn {padding: 0 25px; font-size: 14px; line-height: 35px;}

}

@media screen and (max-width: 767px) {
  .login_pop_area .cont_box {width: 95%;}
  .login_pop_area .cont_box .cont {padding: 10px;}

  .login_box.list .login_btn {width: 100px;}
  .login_box.list .login_btn .login {font-size: 13px; line-height: 30px;}
}

.quick-remote-btn{
  position:fixed;
  z-index:999;
  bottom:130px;
  right:10px;
  width:56px;
  height:56px;
  color:#fff;
  text-align:center;
}

.alert {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size:14px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.eginfo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eginfo-tit {
    flex-grow: 1;
    text-align: left;
}

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

.hos-btn{
  border:0;
  padding:10px;
}

.eg-guide-btn{
	background-color:rgb(51,39,97);
	color:#fff;
}

.egbtn{
  background-color:rgb(51,39,97);
  color:#fff;
}

.dvbtn{
  background-color:#22b3a6;
  color:#fff;
}

@media screen and (max-width: 768px) {
  .eginfo-wrap{
    display:block;
  }

  .eginfo-tit{
    width:100%;
    text-align:center;
  }

  .eginfo-tit .board-title{
    font-size:24px;
  }

  .hos-btn{
    display:block;
    padding:15px;
    font-size:16px;
    width:100%;
    margin-top:5px;
  }
}

#show_progress_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* 검은색 반투명 */
    z-index: 9998;
}

#show_progress {
    display: none; /* 기본 숨김 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 9999; /* 최상단 */
}

#show_progress img {
    display: block;
    margin: 0 auto 15px; /* 가운데 정렬 + 아래 간격 */
    max-width: 60px;     /* 필요시 크기 조절 */
}

#show_progress span {
    display: block;
    font-size: 15px;
    color: #333;
}

#fail_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 10000;
    min-width: 800px;
    text-align: center;
  max-width: 90%;
}

#fail_layer h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #c00;
}

#fail_layer .fail-msg{
  font-size:14px;
  color:red;
  margin-bottom:15px;
  text-align:center;
}

#fail_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 14px;
}

#fail_table th, #fail_table td {
    border: 1px solid #ddd;
    padding: 8px;
}

#fail_table th {
    background: #f2f2f2;
    font-weight: bold;
}

#fail_close {
    padding: 6px 14px;
    border: none;
    background: #00a3df;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #fail_layer {
        width: 95%;   /* 작은 화면에서는 거의 꽉 채움 */
        min-width: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 15px 10px;
    }

    #fail_table th, #fail_table td {
        font-size: 13px;
        padding: 6px;
    }

    #fail_layer h3 {
        font-size: 16px;
    }
}

.defer_msg{
  display:none;
  color:red;
  font-size:12px;
  padding-top:5px;
}

.sw-confirm-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: sw-confirm-modal-fadeIn 0.2s ease;
}

.sw-confirm-modal {
  background: #fff;
  padding: 24px 20px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  animation: sw-confirm-modal-slideUp 0.25s ease;
}

.sw-confirm-modal #modalMessage {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  position: static !important;
  display: block !important;
  white-space: normal !important;
  letter-spacing: normal !important;
  line-height: 1.5 !important;
  font-family: sans-serif !important;
}

.sw-confirm-modal button {
  margin: 0 6px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.1s ease;
}

.sw-confirm-modal button:active {
  transform: scale(0.96);
}

.sw-confirm-modal .yes {
  background: #00a3df;
  color: #fff;
}

.sw-confirm-modal .yes:hover {
  background: #0090c7;
}

.sw-confirm-modal .no {
  background: #f1f1f1;
  color: #333;
}

.sw-confirm-modal .no:hover {
  background: #e0e0e0;
}

@keyframes sw-confirm-modal-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes sw-confirm-modal-slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.pc-cate-sub-list{
	display:block;
	margin-top:25px;
	text-align:center;
}

.pc-cate-sub-list ul{
	list-style:none;
}

.pc-cate-sub-list ul li{
	display:inline-block;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.pc-cate-sub-list ul li:first-child{
	border-left:1px solid #ccc;
}

.pc-cate-sub-list ul li a{
	display:block;
	padding:15px 25px;
	color:#aaa;
}

.pc-cate-sub-list ul li.active{
	border-right:1px solid #06a3e0;
	border-top:1px solid #06a3e0;
	border-bottom:1px solid #06a3e0;
}

.pc-cate-sub-list ul li.active:first-child{
	border-left:1px solid #06a3e0;
}

.pc-cate-sub-list ul li.active a{
	color:#fff;
	background-color:#06a3e0;
}

.m-cate-sub-list{
	display:none;
	margin-top:25px;
}

.m-cate-sub-list select{
	background-color:#ffecb3;
}

.sub-ca-mg{
	margin-top:5px !important;
}

.exp-badge{
	display:inline-block;
	background-color:#0d6efd !important;
	padding:2px 5px;
	color:#fff !important;
}

.b-vat{
    color: #666;
    text-align: center;
	font-size:12px;
}

.b-eaprice{
	font-size:14px;
	color:#164494;
}

.exp-badge-wrap{
	margin-top:5px;
	text-align:center;
}

@media screen and (max-width: 1024px){
	.exp-badge-wrap{
		margin-top:0;
		display:inline-block;
		margin-left:5px;
	}

	.pc-cate-sub-list{
		display:none;
	}

	.m-cate-sub-list{
		display:block;
	}

	.b-vat{
		display:inline-block;
		margin-left:3px;
	}

	.b-eaprice{
		display:inline-block;
		margin-left:3px;
	}
}