.fPriv li:last-child {
  display: none;
}
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: "Prompt", "Noto Sans KR", sans-serif;
  overflow-x: hidden;
}
body {
  color: #151515;
}
* {
  padding: 0;
  margin: 0;
  word-break: keep-all;
  outline: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.icon,
.btn {
  display: inline-block;
}
.btn_wrap {
  text-align: center;
}
.inner {
  max-width: 1760px;
  margin: 0 auto;
}

input {
  -webkit-border-radius: 0; /* 모서리 스타일 제거 */
  -webkit-appearance: none; /* 인풋내 그림자 제거 */
}
input[type="”text”"],
input[type="”tel”"],
input[type="”password”"],
input[type="”email”"],
input[type="”search”"],
textarea {
  -webkit-border-radius: 0; /* 모서리 스타일 제거 */
  -webkit-appearance: none; /* 인풋내 그림자 제거 */
}

.pdt10 {
  padding-top: 10px;
}
.pdt85 {
  padding-top: 85px;
}
.pdt100 {
  padding-top: 100px;
}
.pdt120 {
  padding-top: 120px;
}
.pdt125 {
  padding-top: 125px;
}
.pdt140 {
  padding-top: 140px;
}

.pdb120 {
  padding-bottom: 120px;
}
.pdb125 {
  padding-bottom: 125px;
}
.pdb140 {
  padding-bottom: 140px;
}
.pdb200 {
  padding-bottom: 200px;
}
.pdb240 {
  padding-bottom: 240px;
}

.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}
.mgt60 {
  margin-top: 60px;
}

.mgb35 {
  margin-bottom: 35px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgb140 {
  margin-bottom: 140px;
}

/* layout */
body > section {
  padding-top: 84px;
}
.searchArea {
  display: none;
  position: absolute;
  width: 100%;
  height: 380px;
  background: #000;
  z-index: 101;
}
.searchArea > div {
  display: table;
  width: 100%;
  height: 100%;
}
.searchArea > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.searchArea .searchBox {
  position: relative;
  display: inline-block;
}
.searchArea .searchInput {
  padding-right: 24px;
  width: 100%;
  max-width: 600px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #fff;
}
.searchArea > div > div input[type="text"] {
  width: 100%;
  background: #000;
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.searchArea > div > div input[type="text"]::placeholder {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
.searchInput button {
  width: 24px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: url("../images/main/h_search.png") no-repeat;
  background-position: center;
}
.closeBtn {
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/main/search_close.png") no-repeat;
}
header {
  background: #000;
  position: relative;
  z-index: 110;
}
header .inner {
  position: relative;
  z-index: 3;
}
.main_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.logo {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0px;
}
.logo a {
  display: block;
  height: 100%;
}
.nav {
  text-align: center;
}
.nav li {
  display: inline-block;
  padding: 0 38px;
  box-sizing: border-box;
}
.nav li.m1,
.nav li.m3,
.nav li.m4 {
  position: relative;
}
.nav li a {
  display: block;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
}
.nav > ul > li > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s ease;
}
.nav > ul > li > a:hover::after {
  left: 0;
  width: 100%;
}
.nav li .depth2 {
  font-size: 0;
  display: none;
  position: absolute;
  width: 100%;
  top: 85px;
  left: 0;
  z-index: 2;
  white-space: nowrap;
}
.nav li.m1 .depth2 {
  width: 134px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.nav li.m3 .depth2 {
  width: 380px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.nav li.m4 .depth2 {
  width: 90px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.nav li .depth2 ul {
  display: inline-block;
  font-size: 0;
}
.nav li .depth2 ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px;
  box-sizing: border-box;
}
.nav li .depth2 ul li a {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.nav li .depth2.prod ul li {
  padding: 0;
}
.nav li .depth2 ul li a:hover {
  color: #fff;
}
.nav li .depth2.prod ul {
  padding-top: 55px;
  box-sizing: border-box;
}
.nav li .depth2.prod ul li {
  display: inline-block;
  width: 261px;
  padding: 0 27px;
  box-sizing: border-box;
  vertical-align: top;
}
.nav li .depth2.prod ul li a {
  text-align: left;
}
.nav li .depth2.prod ul li a div {
  position: relative;
}
.nav li .depth2.prod ul li a div span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.nav li .depth2.prod ul li a:hover div span {
  background: none;
}
.nav li .depth2.prod ul li a img {
  display: block;
  margin-top: 15px;
  max-width: 100%;
}
.headerBg {
  display: none;
  background: #000;
  width: 100%;
  height: 54px;
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 2;
}
.headerBg2 {
  display: none;
  background: #000;
  width: 100%;
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 2;
  height: 355px;
}
.head_submenu {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  box-sizing: border-box;
  font-size: 0;
}
.head_submenu > div {
  display: inline-block;
}
.head_submenu > div a {
  display: block;
  height: 100%;
}
.head_submenu > div a.memberIcon {
  height: 19px;
}
.memberIcon_wrap {
  position: relative;
}
.memberWrap {
  width: 140px;
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -20px;
  transform: translateX(-50%);
  padding: 15px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #000;
}
.memberWrap > ul > li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.memberWrap > ul > li:first-child a {
  color: #000;
}

.searchIcon {
  width: 20px;
  height: 19px;
  background: url("../images/main/search.png") no-repeat;
  margin-right: 40px;
}
.memberIcon {
  width: 20px;
  height: 19px;
  background: url("../images/main/member.png") no-repeat;
  margin-right: 40px;
}
.shopIcon {
  width: 20px;
  height: 19px;
  background: url("../images/main/shopping.png") no-repeat;
  margin-right: 40px;
  position: relative;
}
.shopIcon.on::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff4311;
  position: absolute;
  top: -3px;
  right: -5px;
}
.siteMap {
  width: 22px;
  height: 22px;
  position: relative;
  transform: translateY(2px);
}
.siteMap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.siteMap span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.siteMap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
section {
  position: relative;
}
.quickMenu {
  display: inline-block;
  width: 220px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: url("../images/quick_bg.png") no-repeat;
  padding: 14px 45px;
  box-sizing: border-box;
  padding-right: 20px;
  z-index: 10;
}
.quickMenu.fixed {
  position: absolute;
  bottom: 0;
  right: 0;
}
.quickMenu > ul {
  font-size: 0;
}
.quickMenu > ul > li {
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  vertical-align: top;
}
.quickMenu > ul > li a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.time {
  background: url("../images/time.png") no-repeat;
}
.chat {
  background: url("../images/chat.png") no-repeat;
}
.scrTop {
  font-size: 11px;
  background: url("../images/scrtop.png") no-repeat;
  background-position: top 0px center;
  padding-top: 7px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
footer {
  padding: 80px;
  box-sizing: border-box;
  background: #000;
}
footer > div > div {
  vertical-align: top;
  position: relative;
}
footer > div > div::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 145px;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 30px;
  right: 0;
}
footer > div > div:last-child::after {
  display: none;
}
.fTop {
  margin-bottom: 70px;
  font-size: 0;
}
.support {
  padding-right: 160px;
  display: inline-block;
}
.support span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.support div {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.support ul li {
  font-size: 13px;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.support ul li:last-child {
  margin-bottom: 0;
}
.fMenu {
  display: inline-block;
  padding: 25px 40px;
  box-sizing: border-box;
}
.fMenu > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
footer h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
footer h3 a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
footer ul {
  font-size: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 13px;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.5);
}
.fMenu > div ul.col50 {
  width: 150px;
  white-space: initial;
}
.fMenu > div ul.col50 li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.fPriv {
  display: inline-block;
  padding: 25px 40px;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 150px;
}
.fPriv > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.fSns {
  display: inline-block;
  padding: 25px 40px;
  box-sizing: border-box;
}
address {
  display: block;
  padding-right: 270px;
  box-sizing: border-box;
}
address span {
  display: inline-block;
  padding-right: 11px;
  margin-right: 11px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-style: normal;
}
address span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  right: 0;
}
address span:last-child {
  padding-right: 0;
  margin-right: 0;
}
address span:last-child::after {
  display: none;
}
.fBot {
  position: relative;
}
.fBot > span {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.2);
}
.fInsta {
  width: 18px;
  height: 18px;
  background: url("../images/f_insta.png") no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}
.fSns ul li {
  margin-bottom: 13px;
}
.fSns ul li:last-child {
  margin-bottom: 0;
}

/* color list */
.colorList {
  font-size: 0;
  margin-bottom: 30px;
}
.colorList li {
  display: inline-block;
  margin: 0 4px;
}
.pBullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #acacac;
  box-sizing: border-box;
  position: relative;
}
.pBullet::before {
  display: none;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #151515;
  position: absolute;
  top: -3px;
  left: -3px;
}
.pBullet.on::before {
  display: inline-block;
}
.pBullet.black {
  background: #151515;
}
.pBullet.brown {
  background: #73301e;
}
.pBullet.orange {
  background: #e16b12;
}
.pBullet.white {
  background: #ffff;
}

.prodBox {
  font-size: 0;
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.prodBox > div {
  padding-top: 100%;
  font-size: 0;
  background: #d6d8d7;
  position: relative;
}
.prodBox .infoBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.prodBox .imgBox > a {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
}

.prodBox .imgBox a {
  display: none;
  width: 100%;
  height: auto;
}
.prodBox .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.prodBox .imgBox a:first-child {
  display: block;
}
.prodBox .infoBox {
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.prodBox .infoBox strong {
  display: none;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.prodBox .infoBox strong:nth-of-type(1) {
  display: block;
}
.prodBox .infoBox p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  display: none;
}
.prodBox .infoBox p:nth-of-type(1) {
  display: block;
}
/* .prodBox:hover .infoBox {
  bottom: 10px;
}
.prodBox:hover .imgBox > a {
  top: -70px;
} */
.addCart {
  background: none;
  opacity: 0;
  width: 180px;
  height: 54px;
  line-height: 54px;
  color: #151515;
  border-radius: 54px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #151515;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.addCart:hover {
  background: #151515;
  color: #fff;
}
.prodBox:hover .addCart {
  opacity: 1;
}
.prodBox .btnWrap a {
  display: none;
}
.prodBox .btnWrap a:nth-child(1) {
  display: inline-block;
}
.pagination {
  text-align: center;
  font-size: 0;
}
.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin: 0 5px;
}
.pagination a.on {
  background: #002f6c;
  color: #fff;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  overflow: hidden;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"] + label .box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  box-sizing: border-box;
  position: absolute;
  top: -7px;
  left: -10px;
}
input[type="checkbox"] + label p {
  position: relative;
}
input[type="checkbox"]:checked + label .box {
  border: 1px solid #0165b1;
}
input[type="checkbox"]:checked + label .box::after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #0165b1;
  box-sizing: border-box;
}

.dp-ib {
  display: inline-block;
}

/* sitemap */
body {
  position: relative;
}
.siteMapLayer {
  display: none;
  width: 640px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 111;
  height: 100vh;
  background: #11386b url("../images/main/sitemap_logo.png") no-repeat;
  background-position: bottom 100px right;
  transition: all 0.5s ease;
}
.siteMapLayer.on {
  display: block;
}
.siteMapLayer .siteMap {
  transform: translateY(2px);
}
.siteMapLayer .siteMap::before {
  transform: matrix3d(
    0.707107,
    0.707107,
    0,
    0,
    -0.707107,
    0.707107,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    8,
    0,
    1
  );
}
.siteMapLayer .siteMap span {
  display: none;
}
.siteMapLayer .siteMap::after {
  transform: matrix3d(
    0.707107,
    -0.707107,
    0,
    0,
    0.707107,
    0.707107,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    -12,
    0,
    1
  );
}
.siteMapLayer .header {
  display: inline-block;
  position: absolute;
  top: 33px;
  right: 101px;
  box-sizing: border-box;
  font-size: 0;
}
.siteMapLayer .header a {
  vertical-align: top;
  display: inline-block;
}
.frame_target {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  height: 19px;
  line-height: 19px;
}
.siteMapLayer .menuWrap {
  margin-top: 85px;
  padding: 120px;
  box-sizing: border-box;
}
.siteMapLayer .menuWrap > ul {
  display: inline-block;
}
.siteMapLayer .menuWrap > ul > li {
  padding-right: 70px;
  margin-bottom: 40px;
  position: relative;
}
.siteMapLayer .menuWrap > ul > li > a {
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  display: block;
  line-height: 1;
}
.siteMapLayer .menuWrap > ul > li.on > a {
  color: #7d98bc;
}
.siteMapLayer .menuWrap .depth2 {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
  white-space: nowrap;
}
.siteMapLayer .menuWrap .depth2 > ul > li {
  margin-bottom: 25px;
}
.siteMapLayer .menuWrap .depth2 > ul > li > a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.siteMapLayer .menuWrap .depth2 > ul > li > a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.5s ease;
}
.siteMapLayer .menuWrap .depth2 > ul > li > a:hover::after {
  width: 100%;
}
.sitemap_dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.sitemap_dim.on {
  display: block;
}
.addressBtn {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/footer_arrow_on.png") no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-size: 50%;
}
.addressBtn.on {
  background: url("../images/footer_arrow.png") no-repeat;
  background-position: center;
  background-size: 50%;
}
/* today */
.today_product {
  position: absolute;
  padding: 45px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px 0 0 10px;
  border-right: 0;
  bottom: 78px;
  right: -751px;
  transition: all 0.5s ease;
  width: 751px;
}
.today_product.on {
  right: 0;
}
.today_product h2 {
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}
.today_product ul {
  font-size: 0;
  white-space: nowrap;
}
.today_product ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.today_product ul li + li {
  margin-left: 10px;
}
.today_product a,
.today_product img {
  display: block;
}
.today_product > div {
  position: relative;
}
.today_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("/images/today_close.png") center center no-repeat;
  font-size: 0;
}
.btnBox {
  display: none;
}

.mob {
  display: none;
}
.pc{
    display: block;
}
.etcBox {
  display: none;
}
.siteMapLayer .logo {
  left: 50px;
}

.btnWrap {
  text-align: center;
}
#mb_login_notmb {
  padding: 0;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 50px;
}
.etcBox {
  display: block;
  position: absolute;
  bottom: 20vh;
  left: 0;
  padding-left: 40px;
}
.langBox {
  margin-bottom: 20px;
}
.langBox a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #5d84b7;
  font-weight: 400;
  padding-right: 15px;
  margin-right: 15px;
}
.langBox a.on {
  color: #fff;
}
.langBox a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #5d84b7;
  position: absolute;
  top: 8px;
  right: 0;
}
.langBox a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.langBox a:last-child::after {
  display: none;
}
.etcBox > a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 350;
}
.etcBox > a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url("../images/sitemap_arrow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

@media screen and (max-width: 1500px) {
  .today_product {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 40px;
    box-sizing: border-box;
  }
  .support {
    padding-right: 60px;
  }
  .fPriv {
    padding: 25px 0;
    padding-right: 232px;
  }
  .fPriv > div {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .pdt100 {
    padding-top: 80px;
  }
  .pdt120 {
    padding-top: 100px;
  }
  .pdt125 {
    padding-top: 105px;
  }
  .pdt140 {
    padding-top: 120px;
  }

  .pdb120 {
    padding-bottom: 100px;
  }
  .pdb125 {
    padding-bottom: 105px;
  }
  .pdb140 {
    padding-bottom: 120px;
  }
  .pdb200 {
    padding-bottom: 150px;
  }
  .pdb240 {
    padding-bottom: 1800px;
  }

  .mgt40 {
    margin-top: 30px;
  }

  .mgb35 {
    margin-bottom: 30px;
  }
  .mgb40 {
    margin-bottom: 35px;
  }
  .mgb60 {
    margin-bottom: 50px;
  }
  .mgb140 {
    margin-bottom: 100px;
  }

  .logo {
    left: 30px;
  }
  .nav {
    display: none;
  }
  footer {
    padding: 40px;
  }
  header {
    height: 85px;
  }
  .siteMapLayer {
    width: 510px;
  }
  .siteMapLayer .header {
    top: 26px;
    right: 15px;
  }
  .siteMapLayer .menuWrap {
    padding: 100px;
  }
  .fTop {
    white-space: normal;
  }
  footer > div > div {
    box-sizing: border-box;
  }
  .support {
    padding-right: 60px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  .fMenu {
    width: 60%;
    padding: 25px;
  }
  .fMenu > div {
    padding: 0 3%;
  }
  .fPriv {
    padding-left: 0;
    width: 40%;
    vertical-align: top;
    box-sizing: border-box;
  }
  .fPriv > div {
    padding: 0;
  }
  .fSns {
    width: 60%;
    display: inline-block;
  }
  footer > div > div:nth-child(even)::after {
    display: none;
  }
  address {
    padding-right: 0;
  }
  .fBot > span {
    position: initial;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .siteMapLayer .logo {
    left: 30px;
  }
  .prodBox {
    padding: 0;
  }
  .prodBox .infoBox {
    position: relative;
    margin-top: 25px;
    bottom: 10px;
  }
  .prodBox .infoBox strong {
    text-align: left;
    margin-bottom: 0;
  }
  .prodBox .infoBox p {
    text-align: left;
    margin-bottom: 0;
  }
  .prodBox > div {
    background: none;
  }
  .prodBox:hover .imgBox > a {
    top: 0;
  }
  .sct_10.lists-row {
    display: none;
  }
  .colorList {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .pdt85 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  body > section {
    padding-top: 0;
  }
  .pdt100 {
    padding-top: 50px;
  }
  .pdt120 {
    padding-top: 60px;
  }
  .pdt125 {
    padding-top: 60px;
  }
  .pdt140 {
    padding-top: 70px;
  }

  .pdb120 {
    padding-bottom: 60px;
  }
  .pdb125 {
    padding-bottom: 60px;
  }
  .pdb140 {
    padding-bottom: 70px;
  }
  .pdb240 {
    padding-bottom: 120px;
  }

  .mgt40 {
    margin-top: 20px;
  }

  .mgb35 {
    margin-bottom: 17px;
  }
  .mgb40 {
    margin-bottom: 20px;
  }
  .mgb60 {
    margin-bottom: 30px;
  }
  .mgb80 {
    margin-bottom: 40px;
  }
  .mgb100 {
    margin-bottom: 50px;
  }
  .mgb140 {
    margin-bottom: 70px;
  }

  body {
    padding-top: 70px;
  }
  header {
    height: 70px;
  }
  .logo {
    width: 140px;
    top: 24px;
    left: 15px;
  }
  .logo img {
    width: 100%;
  }
  .head_submenu {
    top: 23px;
    right: 15px;
  }
  .siteMapLayer {
    width: 100%;
    background-size: 70%;
    background-position: bottom 300px right -80px;
  }
  .searchIcon {
    margin-right: 20px;
  }
  .memberIcon {
    margin-right: 20px;
  }
  .shopIcon {
    margin-right: 20px;
  }
  .support {
    width: 100%;
  }
  .fTop {
    margin-bottom: 10px;
  }
  footer {
    padding: 15px;
  }
  footer ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .fPriv li:last-child {
    display: inline-block;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  .fMenu {
    display: none;
  }
  .fPriv {
    width: 100%;
    padding: 0;
  }
  .fPriv h3 {
    display: none;
  }
  .fPriv > div {
    width: 100%;
  }
  .fSns {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .fSns h3 {
    display: none;
  }
  footer > div > div::after {
    display: none;
  }
  address {
    display: none;
  }
  address span {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
  address span::after {
    display: none;
  }
  .btnBox {
    display: block;
    margin-bottom: 15px;
  }
  .support span {
    font-size: 13px;
  }
  .support div {
    color: #fff;
    font-size: 25px;
  }
  .support ul li {
    font-size: 12px;
  }
  .mob {
    display: block;
  }
  .pc{
      display: none;
  }
  .today_product {
    display: none;
  }
  .siteMapLayer .menuWrap {
    padding: 60px;
  }
  .siteMapLayer .menuWrap > ul > li > a {
    font-size: 20px;
  }
  .siteMapLayer .menuWrap .depth2 > ul > li > a {
    font-size: 14px;
  }

  .quickMenu {
    background: none;
    padding: 0;
    width: 40px;
    bottom: 40px;
    right: 15px;
  }
  .quickMenu > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .quickMenu > ul > li:last-child {
    margin-bottom: 0;
  }
  .quickMenu > ul > li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .time {
    background: #000 url(../images/time.png) no-repeat;
    background-position: center;
    background-size: 50%;
  }
  .quickMenu > ul > li:nth-child(2) {
    display: none;
  }
  .scrTop {
    padding-top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    background: url("../images/scrtop_m.png") no-repeat;
    background-size: 40%;
    background-position: center;
    font-size: 0;
  }
  .quickMenu.fixed {
    bottom: 40px;
    right: 15px;
  }
  .siteMapLayer .logo {
    left: 15px;
  }
  .searchIcon {
    background: url("../images/main/search_m.png") no-repeat;
    background-size: 100%;
  }
  .memberIcon {
    background: url("../images/main/member_m.png") no-repeat;
    background-size: 100%;
  }
  .shopIcon {
    background: url("../images/main/shopping_m.png") no-repeat;
    background-size: 100%;
  }
  .searchArea .searchInput {
    width: 300px;
  }
  .siteMapLayer .menuWrap .depth2 {
    left: 130px;
  }
  .qnaList ul li.no-qna {
    padding: 15px;
  }
  .qnaList ul li.no-qalist {
    padding: 15px;
  }
  .addressBtn {
    width: 18px;
    height: 18px;
    background-size: 60%;
  }
  .quickMenu > ul > li a.time {
    display: none;
  }

  .pdb200 {
    padding-bottom: 80px;
  }
  .closeBtn {
    right: 15px;
  }
  .searchArea {
    height: 240px;
  }
}

/*  */
