@charset "UTF-8";

body {
    -ms-overflow-style:none;
}

body::-webkit-scrollbar {
    display: none;
}

body.on {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9000;
  background-color: #fff;
}

header .header-wrap {
  width: 1260px;
  margin: 0 auto;
  position: fixed;
}

header .header-wrap .main-logo {
  height: 60px;
  width: auto;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header .header-wrap .main-logo img {
  width: 80%;
}

header .header-wrap .hamburger {
  width: 26px;
  overflow: hidden;
  height: 18px;
  float: left;
  margin-top: 21px;
  cursor: pointer;
  display: none;
}

header .header-wrap .hamburger .bar {
  width: 28px;
  height: 22px;
  position: relative;
  top: 6.5px;
  left: 3.5px;
}

header .header-wrap .hamburger .bar-b {
  background-color: #000;
  width: 28px;
  height: 2px;
}

header .header-wrap .hamburger .bar1 {
  position: absolute;
  top: 0px;
  right: 0px;
  transition-duration: 0.2s;
}

header .header-wrap .hamburger .bar2 {
  position: absolute;
  top: 50%;
  right: 0px;
  transition-duration: 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header .header-wrap .hamburger .bar3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-duration: 0.2s;
}

header .header-wrap .hamburger .bar.on .bar2 {
  opacity: 0;
}

header .header-wrap .hamburger .bar.on .bar1 {
  transform: rotate(45deg) translate(9px, 7px);
}

header .header-wrap .hamburger .bar.on .bar3 {
  transform: rotate(-45deg) translate(7px, -6px);
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: block;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 26px;
  padding-top: 8px;
  cursor: pointer;
  z-index: 1200;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: 0.25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  left: 0;
  width: 100%;
  /*    height: calc( 100% - 161px );*/
  height: 100vh;
  margin: 0;
  list-style: none;
  background-color: #eaeaea;
  transition-duration: 0.25s;
  z-index: 999;
  top: 0px;
}

.menu__box .menu-bw {
  width: 660px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-left: 120px;
  z-index: 9999;
}

.menu__box .menu-bw ul {
  width: 90%;
  height: auto;
  margin: auto;
}

.menu__box .menu-bw ul .big-mb {
  box-sizing: border-box;
  margin: 20px 0;
  padding-bottom: 10px;
}

.menu__box .menu-bw .menu-top {
  font-size: 5vw;
  font-family: 'Noto Sans KR', sans-serif;
  color: #434160;
}

.menu__box .menu-bw .mt-subl {
  font-size: 0.75rem;
  font-family: 'Noto Sans KR', sans-serif;
  color: #646464;
  line-height: 16px;
  padding: 5px 0px;
}

.menu__box .menu-bw .mt-subl ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menu__box .menu-bw .mt-subl ul li {
  width: 33.3333333333333333333%;
  height: 10vw;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  box-sizing: border-box;
}

.menu__box .menu-bw .mt-subl.first ul li {
  border-bottom: none;
}

.menu__box .menu-bw .mt-subl ul li:nth-child(n + 10) {
  border-bottom: 1px solid #666;
}

.menu__box .menu-bw .mt-subl.first ul li:nth-child(3n + 2) {
  border-left: none;
  border-right: none;
}

.menu__box .menu-bw .mt-subl ul li a {
  font-size: 2vw;
  font-weight: 700;
  color: #444;
}

.menu__box .menu-bw .mt-subl.second ul li {
  width: 50%;
}

.menu__box .menu-bw .mt-subl.second ul li:first-child {
  border-right: none;
}

.menu__box .menu-bw .mt-subl.third ul li {
  width: 50%;
}

.menu__box .menu-bw .mt-subl.third ul li:first-child {
  border-right: none;
}

header .header-wrap .gnb-ul {
  float: right;
  margin-top: 39px;
}

header .header-wrap .gnb-ul ul .gnb-big {
  float: left;
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  cursor: pointer;
  height: 22px;
}

header .header-wrap .gnb-ul ul .pd0 {
  padding-left: 0px;
}

header .header-wrap .gnb-ul ul .gnb-big:nth-child(n + 2)::before {
  content: '·';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 16px;
  line-height: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

header .header-wrap .gnb-ul ul .gnb-big:nth-child(1) {
  background: url('../img/gnb1.png');
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-position: left center;
}
header .header-wrap .gnb-ul ul .gnb-big:nth-child(2) {
  background: url('../img/gnb2.png');
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-position: left center;
}
header .header-wrap .gnb-ul ul .gnb-big:nth-child(3) {
  background: url('../img/gnb3.png');
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-position: left center;
}

header .header-wrap .gnb-ul ul .gnb-big a {
  font-size: 11px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

header .main_menu {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
}

header .main_menu .mm-wrap {
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .main_menu .mm-wrap .big-item {
  text-align: center;
  display: inline-block;
  position: relative;
}

header .main_menu .mm-wrap .big-item:last-child .submenu {
  right: 0px;
}

header .main_menu .mm-wrap a {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Nanumsquare', sans-serif;
  line-height: 60px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.big-item .submenu {
  position: absolute;
  width: 300%;
  z-index: 9999;
  text-align: center;
  display: none;
  left: -100%;
}

.big-item:nth-child(2) .submenu {
  left: -50%;
}

.big-item:nth-child(3) .submenu {
  width: 372%;
  left: -70%;
}

.big-item:nth-child(2) .submenu li:nth-child(2) {
  border-right: 1px solid #ccc;
}

.big-item:nth-child(3) .submenu li:nth-child(2) {
  border-right: 1px solid #ccc;
}

.big-item .submenu ul {
  display: flex;
  flex-wrap: wrap;
}

.big-item .submenu ul li {
  width: 33.3333%;
  height: 120px;
  padding: 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  border: 0.5px solid #ccc;
  box-sizing: border-box;
  border-top: none;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.big-item .submenu ul li:nth-child(1),
.big-item .submenu ul li:nth-child(2),
.big-item .submenu ul li:nth-child(3) {
  border-top: 0.5px solid #ccc;
}

.big-item .submenu ul li:nth-child(2),
.big-item .submenu ul li:nth-child(5),
.big-item .submenu ul li:nth-child(8),
.big-item .submenu ul li:nth-child(11),
.big-item .submenu ul li:nth-child(14) {
  border-left: none;
  border-right: none;
}

.big-item .submenu ul li a {
  color: #777;
  bottom: -10px;
}

.big-item .submenu ul li a span {
  width: 100%;
  font-weight: 500;
  transition: 0.1s;
  font-size: 14px;
  letter-spacing: -0.005em;
  line-height: 20px !important;
  font-family: 'Noto Sans KR', sans-serif;
}

.big-item .submenu ul li img {
  height: 60%;
}

.big-item:hover .submenu {
  display: block;
}

.big-item .submenu ul li a {
  font-size: 1rem;
  display: block;
  line-height: 16px !important;
  font-weight: 300;
  transition: 0.1s;
}

.big-item .submenu ul li:hover a span {
  color: #ff6b65;
}
.big-item .submenu ul li .red {
  color: #ff6b65;
}

header .main_menu .mm-wrap .big-item:last-child ul li:nth-child(5),
header .main_menu .mm-wrap .big-item:last-child ul li:nth-child(6) {
  background-color: transparent;
}

header .bawool-bt {
  width: 80px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6e6f6f;
  font-weight: 700;
  font-family: 'NanumSquare', sans-serif;
  letter-spacing: 0.02em;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

header .bawool-bt:hover {
  transform: scale(1.05);
}

/* header .bawool-bt::after {
    content: '판촉&의류\A쇼핑몰 이동하기';
    width: auto;
    height: auto;
    color: #b42323;
    position: absolute;
    bottom: -40px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: pre;
    font-size: 12px;
} */

header .link2-bt {
  width: 80px;
  height: 40px;
  position: absolute;
  right: 100px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #94afaf;
  font-weight: 700;
  font-family: 'NanumSquare', sans-serif;
  letter-spacing: 0.02em;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  transition: 0.15s;
  display: none;
}

header .link3-bt {
  width: 80px;
  height: 40px;
  position: absolute;
  right: 190px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b42323;
  font-weight: 700;
  font-family: 'NanumSquare', sans-serif;
  letter-spacing: 0.02em;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  transition: 0.15s;
  display: none;
}

.hide {
  display: none;
}
.show {
  display: block;
}

/* 셀렉트 영역 스타일 */

header .wSelect {
  position: relative;
  width: 120px !important;
  height: 22px;
  border-radius: 5px;
  top: -2px;
}

header .wSelect-option-value,
header .wSelect-selected {
  background-size: 16px;
  font-size: 0.7rem;
  padding: 2px 0px !important;
  padding-left: 20px !important;
}

/* footer */

footer {
  background-color: #404040;
  margin-top: 60px;
}

footer .foot-wrap {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

footer .foot-wrap .foot-logo {
  margin-right: 10px;
}

footer .foot-wrap .foot-logo img {
  width: 100%;
}

footer .foot-wrap ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

footer .foot-wrap ul .foot-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

footer .foot-wrap ul .foot-item:nth-child(n + 2) {
  padding-left: 16px;
}
/* 
footer .foot-wrap ul .foot-item:nth-child(n + 2)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  border-left: 1px solid #868686;
  left: 0px;
  top: 10px;
  opacity: 0.15;
} */

footer .foot-wrap ul .foot-item:nth-child(1) {
  width: 10%;
}

footer .foot-wrap ul .foot-item:nth-child(2) {
  width: 10%;
}
footer .foot-wrap ul .foot-item:nth-child(3) {
  width: 10%;
}

footer .foot-wrap ul .foot-item:nth-child(4) {
  width: 15%;
}

footer .foot-wrap ul .foot-item:nth-child(5) {
  width: 15%;
}

footer .foot-wrap ul .foot-item:nth-child(6) {
}

footer .foot-wrap ul .foot-item {
  font-size: 0.75rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #989898;
}

footer .foot-wrap ul .foot-item span a {
  color: #989898;
}

footer .foot-wrap ul .foot-item .foot-title span {
  font-size: 13px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  color: #fff;
}

footer .foot-wrap ul .foot-item .info {
  overflow: hidden;
}

footer .foot-wrap ul .foot-item .info li {
  margin-top: 10px;
}

footer .foot-wrap ul .foot-item:nth-child(1) ul {
  margin-top: 10px;
  border: 1px solid #989898;
  padding: 5px 12px;
  width: 210px;
}

footer .foot-wrap ul .foot-item:nth-child(1) li {
  float: left;
  position: relative;
  margin-top: 0px;
}

footer .foot-wrap ul .foot-item:nth-child(1) li:nth-child(2) {
  margin-left: 20px;
  padding-left: 20px;
}

footer .foot-wrap ul .foot-item:nth-child(1) li:nth-child(2)::before {
  content: '';
  position: absolute;
  height: 10px;
  border-left: 1px solid #989898;
  top: 3px;
  left: 0px;
}

footer .foot-wrap ul .foot-item .foot-cont {
  margin-top: 20px;
}

footer .foot-wrap ul .foot-item:nth-child(2) .foot-cont span {
  padding-left: 20px;
  background: url('../img/call.png');
  background-position: left center;
  background-repeat: no-repeat;
}

footer .foot-wrap ul .foot-item:nth-child(3) .foot-cont span {
  padding-left: 20px;
  background: url('../img/call.png');
  background-position: left center;
  background-repeat: no-repeat;
}

footer .foot-wrap ul .foot-item:nth-child(4) .foot-cont span {
  padding-left: 20px;
  background: url('../img/mail.svg');
  background-position: left center;
  background-repeat: no-repeat;
}

footer .foot-wrap ul .foot-item:nth-child(5) .foot-cont span {
  padding-left: 20px;
  background: url('../img/home.png');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  display: inline-block;
}

footer .foot-wrap ul .foot-item:nth-child(5) span {
  display: block;
}

footer .foot-wrap ul .foot-item:nth-child(6) ul li {
  float: left;
}

footer .foot-wrap ul .foot-item:nth-child(6) ul {
  overflow: hidden;
}

footer .foot-wrap ul .foot-item:nth-child(6) ul li:nth-child(2),
footer .foot-wrap ul .foot-item:nth-child(6) ul li:nth-child(3) {
  margin-left: 20px;
}

footer .copyright {
  width: 100%;
  height: 40px;
  background-color: #353535;
  text-align: center;
  font-size: 13px;
  color: #989898;
  line-height: 40px;
}

.using-btn {
  cursor: pointer;
}

.privacy-btn {
  cursor: pointer;
}

/* 반응형 */

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

  header .header-wrap {
    width: 850px;
  }

  header .header-wrap .main-logo {
  }

  header .header-wrap .main-logo img {
  }

  header .header-wrap .gnb-ul ul {
    padding: 0px;
  }
  header .header-wrap .hamburger {
  }

  header .main_menu .mm-wrap {
    width: 30%;
  }

  header .main_menu .mm-wrap a {
    font-size: 15px;
    letter-spacing: -0.03em;
  }

  .menu__box .menu-bw .big-mb {
    height: 105px;
  }

  header .header-search {
    width: 850px;
  }
  header .header-search input {
    width: 808px;
  }

  header .header-wrap .gnb-ul ul .gnb-big {
    margin-left: 20px;
    padding-left: 20px;
  }
  header .header-wrap .gnb-ul ul .pd0 {
    padding-left: 0px;
  }
  header .header-wrap .gnb-ul ul .gnb-big a {
    font-size: 10px;
  }

  header .header-wrap .gnb-ul ul .gnb-big:nth-child(1),
  header .header-wrap .gnb-ul ul .gnb-big:nth-child(2),
  header .header-wrap .gnb-ul ul .gnb-big:nth-child(3) {
    background-size: 17px;
  }

  .menu__box .logo-mb img {
    width: 130px;
    height: auto;
  }

  .big-item .submenu ul li a {
    font-size: 12px;
    line-height: 14px !important;
  }

  footer .foot-wrap {
    width: 100%;
  }

  footer .foot-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }

  footer .foot-wrap ul .foot-item {
    padding-left: 0 !important;
    margin: 20px 0;
  }

  footer .foot-wrap ul .foot-item:nth-child(1) {
    display: none;
  }

  footer .foot-wrap ul .foot-item:nth-child(2) {
    width: 33.333%;
    text-align: center;
  }
  footer .foot-wrap ul .foot-item:nth-child(3) {
    width: 33.333%;
    text-align: center;
  }

  footer .foot-wrap ul .foot-item:nth-child(4) {
    width: 33.333%;
    text-align: center;
  }

  footer .foot-wrap ul .foot-item:nth-child(5) {
    width: 50%;
    text-align: center;
  }

  footer .foot-wrap ul .foot-item:nth-child(6) {
    width: 50%;
    text-align: center;
  }

  footer .foot-wrap ul .foot-item::after {
      display: none;
  }
}

@media screen and (max-width: 900px) {
  header {
    height: 60px;
    position: relative;
  }

  header .header-wrap {
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin: auto;
    box-shadow: 0 0 5px #aaa;
    background-color: #fff;
  }

  header .header-wrap .hamburger {
    display: block;
    position: absolute;
  }

  header .header-wrap .hamburger:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  header.in .header-search {
    display: block;
    margin-top: 40px;
    height: 34px;
    width: 600px;
  }

  header .header-search button {
    top: 8px;
  }

  header .header-wrap .gnb-ul {
    margin-top: 39px;
    width: 100%;
  }
  header .header-search input {
    width: 558px;
    height: 30px;
  }

  header .main_menu {
    display: none;
  }

  header.in {
    height: 152px;
  }

  .menu__btn {
    width: 23px;
  }

  .menu__btn:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .menu__btn > span::before {
    top: -7px;
  }

  .menu__btn > span::after {
    top: 7px;
  }

  header .header-wrap .main-logo {
    width: 160px;
    float: none;
    margin: auto;
    transform: inherit;
    text-align: center;
  }

  header .header-wrap .gnb-ul {
    margin-top: 25px;
  }

  header .header-wrap .gnb-ul ul {
    width: 370px;
    margin: 0 auto;
  }

  header .link2-bt {
    display: none;
  }

  header .link3-bt {
    display: none;
  }

  header .bawool-bt {
    width: 60px;
    height: 30px;
    top: 15px;
  }

  header .link2-bt-m {
    width: 60px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 80px;
    background-color: #94afaf;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    font-family: 'NanumSquare', sans-serif;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .link3-bt-m {
    width: 60px;
    height: 30px;
    position: absolute;
    right: 150px;
    top: 15px;
    background-color: #87c99b;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    font-family: 'NanumSquare', sans-serif;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu__box .menu-bw {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .menu__box .menu-bw .big-mb {
    height: auto;
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
  }

  .menu__box .menu-bw .big-mb:last-child {
    margin-top: 0px;
  }

  .menu__box .menu-bw .big-mb.on .mt-subl {
    display: block;
  }

  .menu__box .menu-bw .mt-subl {
    display: none;
  }

  .menu__box .menu-bw .big-mb.on .mt-subl {
    display: block;
  }

  footer .foot-wrap ul .foot-item:nth-child(5) {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  header .bawool-bt {
    width: 60px;
    height: 30px;
    top: 15px;
    font-size: 10px;
  }

  .menu__box .menu-bw .menu-top {
  }

  .menu__box .menu-bw .mt-subl {
    font-size: 0.675rem;
  }

  .menu__box .menu-bw .mt-subl ul li a {
    font-size: 2.7vw;
    font-weight: 400;
  }

  header .header-wrap .gnb-ul {
    margin-top: 25px;
    width: 280px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }

  header .header-wrap .gnb-ul ul .gnb-big {
    margin-left: 10px;
    padding-left: 15px;
  }

  header .header-wrap .gnb-ul ul .pd0 {
    padding-left: 0px;
  }
  header .header-wrap .gnb-ul ul .gnb-big:nth-child(1),
  header .header-wrap .gnb-ul ul .gnb-big:nth-child(2),
  header .header-wrap .gnb-ul ul .gnb-big:nth-child(3) {
    background-size: 14px;
  }
  header .wSelect-option-value,
  header .wSelect-selected {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  header .wSelect-arrow {
    top: -2px !important;
  }
  header .wSelect {
    position: relative;
    width: 100px !important;
    height: 20px !important;
    line-height: 16px !important;
    border-radius: 5px;
    top: -1px;
  }
  .select {
    width: 100px;
    background-position: 85px center;
  }

  footer .foot-wrap ul .foot-item .foot-cont {
    font-size: 11px;
  }
  footer .copyright {
    font-size: 11px;
  }

  footer .foot-wrap ul .foot-item:nth-child(1) ul {
    width: 220px;
  }

  footer .foot-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  footer .foot-wrap ul .foot-item:nth-child(1),
  footer .foot-wrap ul .foot-item:nth-child(2),
  footer .foot-wrap ul .foot-item:nth-child(3),
  footer .foot-wrap ul .foot-item:nth-child(4),
  footer .foot-wrap ul .foot-item:nth-child(5),
  footer .foot-wrap ul .foot-item:nth-child(6) {
    width: calc(50% - 20px);
    margin: 15px 0px;
  }

  footer .foot-wrap ul .foot-item:nth-child(1) {
    width: 100%;
  }

  footer .foot-wrap ul .foot-item:nth-child(5) {
    margin-left: 0px;
  }

  footer .foot-wrap ul .foot-item:nth-child(2)::after,
  footer .foot-wrap ul .foot-item:nth-child(3)::after,
  footer .foot-wrap ul .foot-item:nth-child(6)::after {
    height: 45px;
  }

  header .header-wrap .gnb-ul ul .gnb-big:nth-child(n + 2)::before {
    left: -10px;
  }

  header.in .header-search {
    width: 280px;
  }

  header .header-search input {
    width: 238px;
  }
}

@media screen and (max-width: 640px) {
  footer .mCSB_scrollTools {
    display: block;
  }
}

@media screen and (max-width: 419px) {
  footer .foot-wrap ul {
  }

  footer .foot-wrap ul .foot-item {
    width: 100% !important;
  }

  footer .foot-wrap ul .foot-item::after {
    border-left: none !important;
  }

  footer .foot-wrap ul .foot-item .foot-cont {
    margin-top: 0;
  }
}
