@charset "UTF-8";
/* 커터랩 별도 css 영역 */
@font-face {
  font-family: "FlightSans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTBandocheB";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408@1.0/PTBandocheB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
#cur_hd.main_head {
  position: absolute;
  width: 100%;
  height: 190px;
  z-index: 10;
}
#cur_hd.sub_head {
  background-color: #fff;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  position: relative;
}

.joinArea {
  background-color: #c1a7ff;
}
.joinArea .infoMenu {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 40px;
}
.joinArea .infoMenu li {
  margin: 0 10px;
}
.joinArea .infoMenu li:nth-last-child(1) {
  margin-right: 0px;
}
.joinArea .infoMenu li a {
  color: #fff;
  font-family: dotum;
}

.headMenu .inner {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.headMenu .inner .main_menu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.headMenu .inner .main_menu ul li {
  margin: 0 25px;
}
.headMenu .inner .main_menu ul a {
  font-size: 20px;
  font-weight: bold;
}
.headMenu .inner .icon_menu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.headMenu .inner .icon_menu ul li {
  margin-left: 30px;
}

/* ABC CATEGORY */
.totalmenu_wrap {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  border: 1px solid #000;
}
.totalmenu_wrap .totalmenu_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px 11px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.3rem;
  flex-basis: 90%;
  width: 90%;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li.all {
  flex-basis: 4rem;
  margin-right: 25px;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li {
  margin-right: 7px;
  font-size: 14px;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li a {
  width: 29px;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li a:hover {
  background-color: #dacafd;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li a {
  display: block;
  padding: 3px 0;
  background-color: #fff;
  text-align: center;
  color: #424242;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #c1a7ff;
  border-radius: 3px;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li a.tab_on {
  text-align: center;
  background-color: #c1a7ff;
  color: #fff;
  border: 0.1rem solid transparent;
  font-size: 14px;
  padding: 3px 0;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li.all a {
  width: 100%;
  padding: 4px 9px;
}
.totalmenu_wrap .totalmenu_top .totalmenu_tab li.all a.tab_on {
  width: 100%;
  background-color: #c1a7ff;
  text-align: center;
  color: #fff;
  border: 0.1rem solid transparent;
  font-size: 14px;
  padding: 4px 9px;
}
.totalmenu_wrap .totalmenu_list {
  width: 100%;
  height: 492px;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
.totalmenu_wrap .totalmenu_list .total_section {
  width: 100%;
  height: 460px;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}
.totalmenu_wrap .totalmenu_list .total_section .cate_section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.totalmenu_wrap .totalmenu_list .total_section h1 {
  flex-basis: 7.5rem;
  flex-grow: 0;
  height: 100%;
  color: #000;
  font-size: 3.8rem;
  text-transform: uppercase;
}
.totalmenu_wrap .totalmenu_list .total_section ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-basis: 93%;
  flex-grow: 0;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  border-bottom: 0.1rem dashed #c1a7ff;
}
.totalmenu_wrap .totalmenu_list .total_section ul li {
  position: relative;
  flex-basis: auto;
  flex-grow: 0;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
}
.totalmenu_wrap .totalmenu_list .total_section ul li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.totalmenu_wrap .totalmenu_list .total_section ul li a:hover {
  color: #c1a7ff;
}
.totalmenu_wrap .totalmenu_list .total_section ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.8rem;
  background-color: #000;
  content: "";
}

.totalmenu_close {
  position: absolute;
  right: 15px;
  top: 10px;
  flex-basis: 40px;
  padding: 16px 0 0 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.totalmenu_close span {
  display: block;
  height: 0.2rem;
  padding: 0;
  margin: 0 0 0.4rem;
  background: #000;
  text-indent: -99999px;
}
.totalmenu_close span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.totalmenu_close span:nth-child(2) {
  margin-top: -4px;
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.totalmenu_close span:nth-child(1), .totalmenu_close span:nth-child(2) {
  width: 28px;
}

/*-----// ABC CATEGORY */
.gnb {
  margin-top: 20px;
  /* 햄버거버튼 */
}
.gnb .nav_ham {
  display: inline-block;
  margin-top: -4px;
}
.gnb .ham {
  display: inline-block;
  cursor: pointer;
}
.gnb .bar1, .gnb .bar2, .gnb .bar3 {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
  border-radius: 2px;
}
.gnb .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 8px);
  transform: rotate(-42deg) translate(-3px, 8px);
}
.gnb .change .bar2 {
  opacity: 0;
}
.gnb .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, 8px);
  transform: rotate(42deg) translate(-3px, -8px);
}
.gnb .inner {
  display: flex;
  justify-content: space-between;
}
.gnb .lnb {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.gnb .lnb > div {
  margin-right: 20px;
}
.gnb .lnb .lnb_category {
  position: relative;
  margin-top: 2px;
}
.gnb .lnb .lnb_category .lnb_list {
  z-index: 7;
  display: none;
  position: absolute;
  width: 171px;
  height: 551px;
  top: 32px;
  border: 1px solid #c1a7ff;
  background: linear-gradient(to right, #c1a7ff 170px, white 171px);
  border-top: 3px solid #c1a7ff;
  box-sizing: border-box;
}
.gnb .lnb .lnb_category .lnb_list li:hover .lnb_box {
  display: block;
}
.gnb .lnb .lnb_category .lnb_list li > a {
  display: block;
  color: #fff;
  width: 170px;
  background-color: #c1a7ff;
  line-height: 44px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: left;
}
.gnb .lnb .lnb_category .lnb_list li > a:hover {
  background: #fff;
  color: #000;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box {
  display: none;
  position: absolute;
  top: -3px;
  left: 170px;
  width: 1028px;
  border: 1px solid #c1a7ff;
  border-top: 3px solid #c1a7ff;
  background-color: white;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box a {
  font-size: 14px;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item {
  margin-left: 1px;
  box-sizing: border-box;
  min-height: 500px;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li {
  position: relative;
  width: 202px;
  box-sizing: border-box;
  background-color: lightgray;
  text-align: center;
  height: 35px;
  line-height: 35px;
  float: left;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li a {
  width: 100%;
  background-color: #fff;
  color: #000;
  height: 35px;
  line-height: 35px;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li a:hover {
  background-color: #c1a7ff;
  color: #fff;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li .lnb_tiny {
  display: none;
  position: absolute;
  top: 0;
  left: 202px;
  border: 1px solid #c1a7ff;
  box-sizing: border-box;
  z-index: 12;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li .lnb_tiny li a {
  display: block;
  background-color: #fff;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
  line-height: 35px;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li .lnb_tiny li a:hover {
  background-color: #dacaff;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box .lnb_item li:hover .lnb_tiny {
  display: block;
  background-color: #c1a7ff;
  color: #fff;
}
.gnb .lnb .lnb_category .lnb_list .lnb_box h3 {
  text-align: center;
  line-height: 44px;
  box-sizing: border-box;
  border-bottom: 3px solid #c1a7ff;
  color: #c1a7ff;
  font-size: 18px;
}
.gnb .lnb .lnb_abc .lnb_abc_btn {
  border: 2px solid #000;
  padding: 3px 25px 3px 12px;
  background: url(/img/icon_more_down.png) no-repeat right;
  background-position: right 7px center;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.quick {
  position: fixed;
  bottom: 31%;
  z-index: 10;
  width: 110px;
  height: 170px;
  left: 50%;
  margin-left: 650px;
}
.quick .inner {
  display: flex;
  justify-content: flex-end;
}
.quick ul li {
  width: 110px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 8px 0 0 0;
  border: 1px solid rgba(25, 84, 147, 0.3);
}
.quick ul li:nth-last-child(1) {
  /* position: ; */
  width: 50px;
  margin: 10px auto;
  background: none;
  border: none;
}
.quick #btn_top {
  cursor: pointer;
}

.main_visual {
  width: 100%;
  height: 740px;
  background: url(/img/main_visual01.jpg) no-repeat top center;
}
.main_visual > .inner {
  height: 700px;
}
.main_visual > .inner .copy {
  margin: 0 auto;
  padding-top: 250px;
  text-align: center;
}
.main_visual > .inner .copy dl dt {
  font-size: 50px;
  font-weight: bold;
}
.main_visual > .inner .copy dl dt:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
}
.main_visual > .inner .copy dl dd {
  margin-top: 40px;
  font-size: 30px;
}
.main_visual .searchWrap {
  position: relative;
  margin-top: 60px;
}
.main_visual .searchWrap .search {
  margin: 0 auto;
  position: relative;
  width: 420px;
  height: 50px;
  margin-top: 5px;
  padding: 5px 43px 8px 20px;
  border: 3px solid #000;
  box-sizing: border-box;
  background-color: white;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.main_visual .searchWrap .search input {
  padding: 2px 28px 0 0;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 13pt;
  height: 30px;
}
.main_visual .searchWrap .search input::placeholder {
  color: gray;
  opacity: 0.5;
}
.main_visual .searchWrap .search .search-btn {
  border: none;
  position: absolute;
  right: 7px;
  top: 9px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/img/icon_search.png) no-repeat;
}

.recommend {
  margin-top: 85px;
  margin-bottom: 70px;
}
.recommend h2 {
  font-family: "PTBandocheB";
  font-size: 30px;
}
.recommend .recommend_category {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #c1a7ff;
  margin-top: 20px;
}
.recommend .recommend_category li {
  width: 100%;
}
.recommend .recommend_category li:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.recommend .recommend_category li:nth-last-child(1) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.recommend .recommend_category li:hover {
  border-radius: 20px;
}
.recommend .recommend_category li a {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 53px;
  font-weight: 500;
  width: 100%;
}
.recommend .recommend_category li a:hover {
  border-radius: 20px;
  background-color: #986cff;
}
.recommend .recommend_category .tab_on {
  background-color: #5525c1;
  border-radius: 20px;
}
.recommend .recommend_category .tab_on a {
  color: #fff;
  border-radius: 20px;
}
.recommend .recommend_category .tab_on a:hover {
  background-color: #5525c1;
}

.products {
  overflow: hidden;
  margin: 40px 0 0;
}
.products li {
  float: left;
  width: 210px;
  text-align: center;
  line-height: 20px;
  margin-right: 36px;
  margin-bottom: 40px;
  position: relative;
}
.products li:nth-child(5) {
  margin-right: 0;
}
.products li:nth-last-child(1) {
  margin-right: 0;
}
.products li a {
  font-family: "Nanum Barun Gothic", sans-serif;
  font-size: 11pt;
}
.products li a img {
  width: 210px;
  height: 210px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.products li p {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 17px;
}
.products li .new {
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  padding: 0 6px;
  background-color: #fd0154;
  font-size: 9px;
  color: #fff;
  letter-spacing: 1px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.middle_banner {
  position: relative;
  width: 1200px;
  height: 275px;
}
.middle_banner ul {
  width: 2420px;
  display: flex;
  justify-content: space-between;
}
.middle_banner ul li {
  border-radius: 5px;
  width: 590px;
}
.middle_banner ul li a img {
  border-radius: 5px;
}

.middle_paging {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 11;
}
.middle_paging a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/img/btn-prev.png) no-repeat;
  position: absolute;
}
.middle_paging .btn-prev {
  left: -26px;
}
.middle_paging .btn-next {
  transform: scaleX(-1);
  right: -26px;
}

.best {
  margin-top: 100px;
  height: 500px;
  background-color: #e7e7e7;
  padding: 45px 0 0 0;
}
.best h2 {
  text-align: center;
  font-family: "PTBandocheB";
  font-size: 30px;
}
.best .products li {
  border-radius: 20px;
  width: 270px;
  margin-bottom: 28px;
}
.best .products li a {
  width: 270px;
  height: 270px;
}
.best .products li a img {
  width: 270px;
  height: 270px;
  border-radius: 20px;
}
.best .products li span.it_name_span {
  display: inline-block;
  height: 37px;
}

.band_banner {
  margin: 85px auto;
}
.band_banner a img {
  border-radius: 10px;
}

.main_h2 {
  border-bottom: 1px solid #b52c2b;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-family: "PTBandocheB";
  font-size: 30px;
}

.brand {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 100px;
}
.brand .brand_info {
  float: left;
  width: 275px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 10px;
}
.brand .brand_info img {
  border-radius: 10px;
}
.brand .brand_product {
  width: 900px;
  float: right;
}
.brand .brand_product .brand_list {
  float: left;
  overflow: hidden;
}
.brand .brand_product .brand_list li {
  margin-right: 24px;
  width: 160px;
  float: left;
  margin-bottom: 45px;
}
.brand .brand_product .brand_list li:nth-child(5), .brand .brand_product .brand_list li:nth-last-child(1) {
  margin-right: 0;
}
.brand .brand_product .brand_list li:nth-child(n+6) {
  margin-bottom: 0;
}
.brand .brand_product .brand_list li a {
  font-size: 9pt;
  line-height: 11pt;
  display: inline-block;
  text-align: center;
}
.brand .brand_product .brand_list li a img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
}
.brand .brand_product .brand_list li span.it_name_span {
  margin-top: 10px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: inline-block;
  height: 38px;
}
.brand .brand_product .brand_list li p {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 5px;
  text-align: center;
}

.all_new .it_name_span {
  font-size: 11pt;
  display: inline-block;
  height: 61px;
}

footer {
  margin-top: 60px;
  position: relative;
  height: 288px;
  background: #c1a7ff;
  color: #fff;
}
footer .foot_menu {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foot_menu li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  display: block;
  float: right;
  margin: 0 13px;
  margin-top: 8px;
}
footer .foot_menu li a {
  color: #fff;
  font-size: 13px;
}
footer .inner {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
footer .foot_add {
  font-size: 15px;
  line-height: 30px;
  width: 44%;
}
footer .foot_customer {
  margin-top: -20px;
  text-align: center;
  font-size: 13px;
}
footer .foot_customer tbody > tr > td {
  padding-right: 20px;
  /* vertical-align: top; */
}
footer .foot_customer tr td p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}
footer .foot_customer tr td p:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #00fff6;
}
footer .foot_customer tr td p:nth-child(3) {
  font-size: 20px;
  padding-bottom: 10px;
}

.middle_banner .btn-prev {
  width: 22px;
  height: 43px;
  position: absolute;
  left: -43px;
  background: url(../img/icon_page.png) no-repeat;
  cursor: pointer;
}

.middle_banner .btn-next {
  width: 22px;
  height: 43px;
  position: absolute;
  background: url(../img/icon_page.png) no-repeat;
  right: -43px;
  background-position: -23px 0;
  cursor: pointer;
}

.gnb_sub {
  border-top: 1px solid #000;
  box-sizing: border-box;
  margin-top: 19px;
  padding-bottom: 5px;
}
.gnb_sub .search2 {
  margin-top: 5px;
  border-bottom: 2px solid #c1a7ff;
  width: 320px;
  height: 35px;
}
.gnb_sub .search2 input {
  padding: 10px 10px 5px 8px;
  width: 275px;
  border: 0;
  outline: none;
  font-size: 11pt;
  height: 40px;
  background: none;
  margin-top: -2px;
}
.gnb_sub .search2 .search-btn2 {
  position: absolute;
  top: 9px;
  right: -3px;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  border: 0;
  color: #000;
  background: none;
}

.gnb_sub .search2 .gnb_sub .search2 input::placeholder {
  color: gray;
  opacity: 0.5;
}

#navi_request_order_cancel_form td {
  word-break: break-word;
}

section#sit_ov div.download_side table tr td button, .option_item td#it_add_button button.it_add {
  background-color: #c1a7ff;
}

.brand .brand_area {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.brand .brand_area a img {
  border-radius: 20px;
}

.brand .brand_area div:nth-child(1) {
  width: 50%;
  text-align: center;
}

.brand .brand_area div:nth-child(2) {
  width: 50%;
  position: relative;
  text-align: center;
}

.brand .brand_area div:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  position: absolute;
  left: 0px;
  z-index: 15;
}

.brand .brand_area .products {
  overflow: hidden;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.brand .brand_area .products li {
  float: left;
  width: 170px;
  text-align: center;
  line-height: 20px;
  margin: 0px 15px 40px;
  position: relative;
}
.brand .brand_area .products li span.it_name_span {
  word-break: break-all;
}

.brand .brand_area .products li a {
  font-family: "Nanum Barun Gothic", sans-serif;
  font-size: 10pt;
}

.brand .brand_area .products li a img {
  width: 170px;
  height: 170px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.brand .brand_area .products li p {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 17px;
}