@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");




/* =======================================
   font
======================================= */
@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2");
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}

.mts {
  font-family: "Montserrat", sans-serif !important;
}

/* =======================================
   common
======================================= */

html {
  min-width: 320px;
  font-size: 10px;
}
:root {
  --swiper-theme-color: #b30000 !important;
  --theme-color: #B30000;
  --error-color: #000;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
}
body * {
  word-break: keep-all;
}
.sub-wrap *:not(.fa),
.main-wrap *:not(.fa),
body *:not(.fa) {
  word-break: keep-all;
	font-family:"Pretendard", sans-serif;
}

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img {
  max-width: 100%;
	height:auto;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis.line01 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.ellipsis.line02 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.ellipsis.line03 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}



/* =======================================
   header
======================================= */

/* ------------ header color ------------ */

.gnb_nav .gnb .depth1:hover > .depth1_a::after {
  width: 90%;
}
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {
  color: #a91c00;
}
.all_gnb_nav p.depth1_a::after {
  background-color: #a91c00;
}
.all_gnb_nav .depth2 a:hover {
  color: #a91c00;
}

/* ------------ header ------------ */
.header *:not(.fa) {
  font-family: "Pretendard", "sans-serif" !important;
}
.header {
  width: 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: 0.3s;
}

.header.scr {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  background: rgba(0, 0, 0, 0.5);
}
.sub.header.scr {
  background: rgba(255, 255, 255, 0.5);
}
.header .header-inner {
  padding: 0 2%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  display: block;
  max-width: 212px;
  position: relative;
  /* top: 4px; */
  /* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.header-inner .logo img.sub {
  display: none;
}
.header.sub .header-inner .logo img {
  display: none;
}
.header.sub .header-inner .logo img.sub {
  display: block;
}
.gnb_nav {
  display: flex;
  align-items: center;
}
.gnb_nav .gnb {
  display: flex;
  gap: 4.5rem;
  margin-right: 0px;
}
.gnb_nav .gnb .depth1 {
  font-weight: 600;
  line-height: 100px;
  position: relative;
  transition: 0.3s;
}
.gnb_nav .gnb .depth1_a {
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  top: 2px;
  color: #fff;
}
.header.sub .gnb_nav .gnb .depth1_a {
  color: #222;
}
.gnb_nav .gnb .depth1_a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after {
  width: calc(100% + 10px);
}
.ham_open {
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  background: url(/html/img/icon_ham_pc_w.svg) no-repeat center/100%;
}

.sub .ham_open {
  background: url(/html/img/icon_ham_pc_b.svg) no-repeat center/100%;
}
.ham_open.mobile {
  display: none;
  background: url(/html/img/icon_ham_w.svg) no-repeat center/100%;
}
.sub .ham_open.mobile {
  background: url(/html/img/icon_ham_b.svg) no-repeat center/100%;
}

.gnb_nav .snb {
  width: auto;
  min-width: 250px;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
.gnb_nav .snb .depth2 a {
  display: block;
  padding: 0 2rem;
  word-break: keep-all;
}
.gnb_nav .snb .depth2 + .depth2 {
  margin-top: 17px;
}

.snb.on {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.all_menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.all_menu_wrap {
  width: 500px; /* 기존 width: 100% 제거 */
  height: 100%;
  background: url(/html/img/all_menu_bg.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  opacity: 0;
  transition: 0.5s;
}
.all_menu_wrap.on {
  opacity: 1;
  left: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.all_menu_wrap .all_menu_top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 2rem;
  /* border-bottom: 1px solid #eee; */
  position: relative;
  padding: 0 15px;
}
.all_menu_wrap .ham_close {
  width: 100px;
  height: 100px;
  padding: 40px;
  /* border-right: 1px solid #eee; */
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.all_menu_wrap .ham_close img {
  width: 100%;
  max-width: 32px;
}
.all_gnb_nav {
  height: calc(100% - 100px);
  font-size: 2rem;
  text-align: left;
}
.all_gnb_nav .gnb {
  display: block;
  text-align: left;
}
.all_gnb_nav .depth1 {
  width: 100%;
  padding: 0;
  /* border-bottom: 1px solid #eee; */
}
.all_gnb_nav .depth1 + .depth1 {
  border-left: none;
}
.all_gnb_nav .depth1_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
}
.all_gnb_nav .depth1_a .arr {
  content: "";
  width: 9px;
  height: 15px;
  background: url(/html/img/ham_arr.svg) no-repeat center/cover;
  display: block;
  transition: 0.3s;
}
.all_gnb_nav .depth1_a.on .arr {
  transform: rotate(90deg);
}
.all_gnb_nav .snb {
  display: none;
  font-size: 16px;
  transition: none;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.05);
}
.all_gnb_nav .depth2 {
  margin-top: 0;
  line-height: 1.3;
  transition: none;
  padding: 1rem 1.5rem;
}
.all_gnb_nav .depth2 a {
  display: block;
  padding-left: 5px;
  font-weight: 500;
  word-break: keep-all;
  font-size: 18px;
  color: #fff;
}
.all_gnb_nav .depth2:first-child {
  margin-top: 0;
}

.all_menu_wrap .tnb-wrap {
  display: none;
}

.all_menu_wrap .tnb-wrap ul {
  gap: 2rem;
}

.header.sub .all_menu_wrap  .tnb-wrap a {
  color: #fff;
}
.header.sub .all_menu_wrap .tnb-wrap img {
filter:none;
}

/* tnb */
.tnb-wrap ul {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.tnb-wrap a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
}
.tnb-wrap img {
  height: 2rem;
}

.header.sub .tnb-wrap a {
  color: #222;
}

.header.sub .tnb-wrap img {
  height: 2rem;
  filter: invert(100%) sepia(6%) saturate(7500%) hue-rotate(191deg)
    brightness(108%) contrast(120%);
}

.tnb-user .fa {
font-size: 2rem; }

@media screen and (max-width: 1920px) {
  .gnb_nav .gnb {
    gap: 2rem;
  }
}
@media screen and (max-width: 1580px) {
  .ham_open {
    display: none;
  }
  .ham_open.mobile {
    display: flex;
  }
  /* .all_gnb_nav .snb {
    display: block !important;
    height: auto !important;
  } */
  .all_menu_wrap {
    left: auto;
    right: -100%;
  }
  .all_menu_wrap.on {
    left: auto;
    right: 0%;
  }
  .header-inner .tnb-wrap {
    margin-left: auto;
    margin-right: 2rem;
  }
  .header {
    height: 80px;
  }
  .header .logo img {
    width: 120px;
  }
  .all_menu_wrap .logo img {
    width: 100px;
  }
  
  .all_menu_wrap .all_menu_top {
    height: 80px;
  }
  .all_menu_wrap .tnb-wrap {
    display: block;
  }
  .header-2025 .header-inner .gnb_nav{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(max-width:1024px){
  .gnb_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ham_open {
    width: 22px;
  }
  .header {
    height: 60px;
  }
  .header-inner .tnb-wrap {
    display: none;
  }
  .all_menu_wrap {
    width: 65%;
  }
  .all_menu_wrap .all_menu_top {
    height: 60px;
  }
  .all_menu_wrap .ham_close {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .all_menu_wrap .tnb-wrap {
    display: block;
  }
  .all_gnb_nav {
    height: calc(100% - 60px);
  }
  .all_gnb_nav p.depth1_a {
    line-height: initial;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 17px;
  }
  .all_gnb_nav .depth2 a {
    font-size: 16px;
    font-weight: 400;
  }
  .all_gnb_nav .snb {
    font-size: 16px;
  }
}

/* =======================================
   footer
======================================= */

/* ------------ footer ------------ */
.footer-wrap {
  padding: 7rem 0;
  border-top: 1px solid #f4f4f4;
}
.footer-wrap .inner {
  display: flex;
  flex-wrap: wrap;
}
.ft-left,
.ft-right {
  width: 50%;
}
.ft-right {
  text-align: right;
}
.ft-link {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 14px;
}
.ft-link a {
  color: #999999;
}

.ft-info dl {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.ft-info dt {
  font-weight: 700;
  margin-right: 1.5rem;
}
.ft-info a {
  font-weight: 700;
}
.ft-tel {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ft-time {
  font-size: 16px;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.ft-copyright {
  color: #898989;
  font-size: 11px;
}

/* ------------ quick ------------ */
.quick-wrap {
  position: fixed;
  right: 2%;
  top: 70vh;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 9;
}

.q-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.6rem;
}
.q-btn span {
  display: flex;
  width: 3rem;
  height: 3rem;
  background: #292929;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.q-btn span:hover {
  background: #434343;
}
.q-btn .top-btn {
  position: relative;
  border-radius: 5rem 5rem 0 0;
}
.q-btn .top-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #434343;
}
.q-btn .bot-btn {
  border-radius: 0 0 5rem 5rem;
}
.q-btn .bot-btn img {
  transform: rotate(180deg);
}

/* =======================================
   main page
======================================= */

/* main 공통 */
.main-sec {
  position: relative;
}
.ms-title {
  position: relative;
  text-align: center;
  margin-bottom: 4.5rem;
}
.ms-title.left {
  text-align: left;
}
.ms-title h2 {
  font-size: 4.8rem;
  font-weight: 700;
}
.ms-title .s-txt {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}
.t-red {
  color: #b30000 !important;
}

.t-gray {
  color: #ddd;
}
.t-blue {
  color: #0070c2;
}


.search-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 50rem;
}
.search-box input {
  width: 100%;
  border: 0;
  box-shadow: none;
  outline: 0;
  background: #fff;
  padding: 2rem 7rem 2rem 4rem;
  border-radius: 10rem;
  font-size: 2rem;
}

.search-box input::placeholder {
  color: #999;
}
.search-box .search-btn {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  font-size: 0;
  background: url(/html/img/icon_search.svg) no-repeat center/cover;
  border: 0;
  box-shadow: 0;
  outline: 0;
}

.img-box img {
  width: 100%;
  object-fit: cover;
}

.ms-more {
  display: inline-block;
}
.ms-more span {
  color: #b5b5b5;
  font-size: 1.6rem;
  padding-right: 4rem;
  background: url(/html/img/icon_arr_more.svg) no-repeat right/1.7rem;
}

.ms-more.black span {
  color: #222;
  background: url(/html/img/icon_arr_more_b.svg) no-repeat right/1.7rem;
}

/* main-visual */
.main-visual {
  position: relative;
  height: 90vh;
  text-align: center;
  background: url(/html/img/main_visual.jpg) no-repeat center/cover;
}
.main-visual .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8.4rem;
}
.mv-box {
  color: #fff;
}
.mv-box h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.mv-box p {
  font-size: 3.2rem;
}
.ms-title h2 {
font-size: 3.2rem;
}

/* main-sec01 */
.main-sec01 {
  position: relative;
  padding: 12rem 0 0;
}

.main-sec01 .ms-more {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ms-pd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ms-pd-list li {
  width: 23.5%;
  margin-bottom: 7rem;
}

.ms-pd-list .img-box {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.ms-pd-list .txt-box {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 1.5rem;
}

.ms-pd-list .txt-box p {
  font-size: 2rem;
}

.ms-pd-list .txt-box span {
  color: #9b9b9b;
}

/* main-sec02 */
.main-sec02 {
  position: relative;
  display: flex;
}

.main-sec02 .left-box {
  padding: 7rem 5%;
  width: 32%;
  background: #f6f6f6;
}
.main-sec02 .left-box .ms-title {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.main-sec02 .left-box p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.main-sec02 .right-box {
  width: 68%;
  padding: 7rem 0 7rem 3%;
  background: url(/html/img/ms02_bg.jpg) no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}

.main-sec02 .right-box .ms-title {
  display: inline-block;
}
.main-sec02 .right-box .ms-more {
  position: absolute;
  left: 110%;
  bottom: 2rem;
}
.main-sec02 .right-box .s-txt {
  margin-bottom: 2rem;
}

.ms-gall-con {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.ms-gall-con img {
  width: 100%;
  object-fit: cover;
}

.ms-gall-con .txt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5rem;
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
}

.ms-gall-con .txt-box .cate {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  border-radius: 10rem;
  font-size: 2rem;
}

.ms-gall-con .txt-box b {
  display: block;
  font-size: 2.4rem;
}

.ms-gall-con .txt-box p {
  line-height: 1.6;
}

.ms-gallery .swiper-pagination {
  display: none;
}

/* main-sec03 */
.main-sec03 {
  position: relative;
  padding:8rem 0 12rem;
}

.main-sec03 .ms-more {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
/* main-sec04 */
.main-sec04 {
  position: relative;
  padding: 16rem 0;
}
.main-sec04 .inner {
  display: flex;
  position: static;
}

.main-sec04::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #fff 18.97%, rgba(255, 255, 255, 0) 91.65%);
}

.main-sec04 .inner > div {
  width: 50%;
}

.main-sec04 .left-box {
  display: flex;
  align-items: center;
}
.main-sec04 .left-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(/html/img/ms04_bg.jpg) no-repeat center/cover;
}

.main-sec04 .ms-title {
  text-align: left;
  z-index: 2;
}
.ms-contact {
  padding-left: 5%;
  background: #f4f4f4;
}
.ms-contact::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f4f4f4;
}
.ms-contact form {
  position: relative;
  z-index: 2;
  max-width: 45.5rem;
}
.ms-contact dl {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.ms-contact dt {
  font-weight: 500;
  font-size: 2rem;
  min-width: 10rem;
}

.ms-contact dd {
  font-size: 1.8rem;
  width: calc(100% - 10rem);
}
.frm-wrap input::placeholder,
.frm-wrap textarea::placeholder {
  color: #ddd;
  font-weight: 300;
}
.frm-wrap input[type="text"],
.frm-wrap input[type="tel"],
.frm-wrap input[type="email"],
.frm-wrap textarea {
  font-weight: 300;
  border: 0;
  outline: 0;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1.5rem 2rem;
  width: 100%;
}

.frm-wrap input[type="checkbox"] {
  border: 0;
  outline: 0;
  border: 1px solid #ddd;
  width: 1.8rem;
  height: 1.8rem;
}


.frm-wrap .ipt-tel {
  display: flex;
  gap: 2%;
}
.frm-wrap .ipt-tel input {
  width: 32%;
}
.frm-wrap .submit-btn {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 10rem;
  background: #f2273a;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  padding: 1rem;
}
.privacy-box {
  display: flex;
  align-items: center;
  color: #989898;
  margin: 1rem 0 2rem;
}
.privacy-box label {
  cursor: pointer;
  color: #989898;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.privacy-box .check-btn {
  cursor: pointer;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.privacy-pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 50rem;
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  padding: 3rem;
  border-radius: 2rem;
}
.privacy-pop .close-btn {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  width: 2rem;
}

.privacy-pop .close-btn img {
  width: 100%;
}
.privacy-pop .pop-txt h5 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.privacy-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

@media screen and (max-width: 1580px) {
  .main-sec02 {
    flex-wrap: wrap;
  }
  .main-sec02 .left-box,
  .main-sec02 .right-box {
    width: 50%;
  }
  .ms-gall-con .txt-box {
    padding: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .main-visual {
    height: 55vh;
    background: url(/html/img/main_visual_mo.jpg) no-repeat center/cover;
  }
  .main-visual .inner {
    gap: 5.4rem;
  }
  .mv-box {
    margin-top: 5rem;
  }
  .mv-box h2 {
    font-size: 3.5rem;
		line-height:1;
  }
  .mv-box p {
    font-size: 1.8rem;
  }
  .main-sec01 {
    padding: 6rem 0 0;
  }
  .ms-pd-list li {
    width: 48.5%;
    margin-bottom: 2rem;
  }
  .main-sec01 .ms-more,
  .main-sec02 .right-box .ms-more,
  .main-sec03 .ms-more {
    position: relative;
    right: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    transform: none;
    margin-top: 2rem;
  }
  .main-sec02 .left-box,
  .main-sec02 .right-box {
    width: 100%;
    padding: 6rem 20px;
  }
  .main-sec02 .left-box .ms-title {
    gap: 3rem;
    margin-bottom: 0;
  }
  .ms-gallery .swiper-pagination {
    display: block;
  }
  .ms-gallery {
    position: relative;
    padding-bottom: 6rem;
  }
  .main-sec03 {
    padding: 6rem 0;
  }
  .main-sec04 {
    padding: 6rem 0;
    background: url(/html/img/ms04_bg.jpg) no-repeat top center / cover;
  }
  .main-sec04 .inner {
    flex-wrap: wrap;
  }
  .main-sec04 .inner > div {
    width: 100%;
    padding: 0;
    background: none;
  }
  .main-sec04 .inner > div::before {
    display: none;
  }
  .ms-contact form {
    max-width: 100%;
  }
  .ms-contact dl {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .ms-contact dt,
  .ms-contact dd {
    width: 100%;
  }
  .footer-wrap {
    padding: 4rem 0;
    /* border: 0; */
  }
  .ft-left,
  .ft-right {
    width: 100%;
    text-align: center;
  }
  .ft-link,
  .ft-info dl {
    justify-content: center;
  }
  .ft-tel {
    font-size: 3rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .main-sec01 .ms-pd-list li {
    width: 100%;
  }
  .main-sec01 .ms-pd-list li:nth-child(n + 5) {
    display: none;
  }
}
/* =======================================
   sub page
======================================= */

/* ------------ subtop ------------ */
.ctt_admin {
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  /* margin-top: 148px; */
  margin-top: 163px;
}

.sub_nav {
  position: relative;
  z-index: 100;
  padding-top: 6rem;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);

  background: #f6f6f6;
  border: 1px solid #eeeeee;
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul .depth2_li {
  /* border-left: 1px solid #eeeeee; */
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li {
  width: 50%;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 2.3rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
	color:#686868;
}
.sub_nav_ul .depth_p::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_arr_drop.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: 0.2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}

.shop-page-titbox{
  width: 100%;
}
.shop-page-titbox ul li{
  display: none;
}
.shop-page-titbox ul li.active{
  display: block;
  text-align: center;
  width: 100%;
}
.shop-page-titbox ul li a,
.shop-page-titbox ul li p
{
  font-size: 32px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  position: relative;
  font-family: "Montserrat", sans-serif !important;
}
.shop-page-titbox ul li.active a::after,
.shop-page-titbox ul li.active p::after
{
  content: ".";
  color: rgb(169, 28, 0);
  font-family: "Montserrat", sans-serif !important;
}


@media (max-width: 1024px) {
  #sub_container {
    margin-top: 80px;
  }
  .sub_nav_ul .depth_p {
    padding: 1.5rem;
  }
  .sub_nav_ul .depth_p::after {
    right: 1.5rem;
  }

  .shop-page-titbox ul li a,
  .shop-page-titbox ul li p
  {
    font-size: 32px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    position: relative;
    font-family: "Montserrat", sans-serif !important;
  }
  .shop-page-titbox ul li.active a::after,
  .shop-page-titbox ul li.active p::after
  {
    content: ".";
    color: rgb(169, 28, 0);
    font-family: "Montserrat", sans-serif !important;
  }

}

/*  */
.sub-wrap {
  position: relative;
  min-height: 50rem;
  padding-bottom: 10rem;
}
.sub-wrap .search-box {
  margin: 7rem auto;
  width: calc(100% - 40px);
}
.sub-wrap .search-box input {
  background: #f8f8f8;
}

.sub-title-wrap {
  margin-bottom: 4.5rem;
  text-align: center;
}
.sub-title-wrap h2 {
  font-size: 4.8rem;
  font-weight: 700;
}
.sub-title-wrap p {
font-size:1.8rem;
font-weight:500;
margin-top:3rem;
color:#333;

}

/* 상품리스트 */
.sub-product-wrap{
  padding-top: 60px;
}
.sub-pd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	gap:2%;
}
.sub-pd-list li {
  width: 23.5%;
  margin-bottom: 7rem;
}
.sub-pd-list.list03 li {
  width: 31.5%;
}
.sub-pd-list .img-box {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.sub-pd-list a:hover .txt-box b{
  text-decoration: underline;
}
.sub-pd-list .txt-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
}
.sub-pd-list .txt-box b{
  font-size: 18px;
}
.sub-pd-list .txt-box p {
  font-size: 20px;
  margin-top: 4px;
  color: #b30000 !important;
}

.sub-pd-list .txt-box span {
  color: #9b9b9b;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 3rem 0;
  text-align: center;
  display: block;
  float: inherit;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg_page,
.pg_current,
.qa_page {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page,
.qa_page {
  background: #fff; /* border:0; */
  color: #777;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 5px;
  min-width: 3.2rem;
  text-decoration: none; /* border-radius:0;  */
  margin: 0;
}
.pg_page:hover {
  background-color: #b30000;
  color: #fff;
  border: 1px solid #eee;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("/html/img/btn_first.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("/html/img/btn_prev.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("/html/img/btn_end.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("/html/img/btn_next.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: rgba(145, 158, 171, 0.5);
}

.pg_current {
  display: inline-block;
  /* border:none; */
  background: #b30000;
  border: 1px solid #eee;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 0.5rem;
  min-width: 3.2rem;

  /* border-radius:0; */
}
span.sound_only {
  display: none;
}

@media (max-width: 1024px) {
  .sub-wrap .search-box {
    margin: 4rem auto;
  }
 .search-box input {
    font-size: 1.8rem;
  }
  .sub_nav {
    padding-top: 2rem;
  }
  .sub-title-wrap h2 {
    font-size: 3.8rem;
  }
  .sub-pd-list .txt-box b{
    font-size: 16px;
  }
  .sub-pd-list .txt-box p{
    font-size: 18px;
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  .sub-pd-list{
    gap: 40px 20px;
  }
  .sub-pd-list li {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .sub-pd-list.list03 li {
    width: calc(50% - 10px);
  }
  .sub-pd-list.list03 li:last-child {
    display: none;
  }
  .sub-pd-list .txt-box span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


/* =======================================
	 login
======================================= */
/* 로그인 */
.login-wrap {
  background: #fff;
  border-radius: 0.8rem;
  padding: 0 5%;
	margin:10vh auto 15vh;
}
.login-wrap * {
  line-height: 1.4;
}
.login-wrap h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.login-wrap #login_fs {
  padding: 0;
}
.login-wrap .mbskin {
  width: 100%;
  max-width: 50rem;
  border: 0;
  margin: 0 auto;
}
.login-wrap .mbskin .mbskin_box {
  border: 0;
}
.login-sec01 {
  text-align: center;
	font-size:1.8rem;		
}
.login-wrap .sub-frm input[type="text"],
.login-wrap .sub-frm input[type="password"] {
  padding: 2.9rem 1.2rem;
}
.login-wrap .sub-btn-wrap {
  margin-bottom: 2rem;
}
.login-wrap .submit {
  width: 100%;
}

.login-wrap #find_info .new_win_con {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 60rem;
}

.login-wrap #login_info {
margin-top:1rem;
margin-bottom:4rem;
}


.sub-frm {
  position: relative;
  font-size: 1.6rem;
}

.sub-frm .ss-title {
  font-size: 2.4rem;
}
.sub-frm .ss-title small {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  vertical-align: 20%;
}
.sub-frm select {
  border-radius: 0.8rem;
  width: auto;
}

.sub-frm input[type="checkbox"],
.sub-frm input[type="radio"] {
  width: 1.6rem;
  height: 1.6rem;
  border-color: #c2c2c2;
}

.sub-frm input[type="text"],
.sub-frm input[type="password"],
.sub-frm input[type="email"],
.sub-frm input[type="tel"],
textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #eee;
  background: #f6f6f6;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  box-shadow: none;
}

.other-text {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 1.2rem;
  font-size: 1.6rem;
  margin-left: 1rem;
  border-radius: 0.8rem;
}
.other-text:disabled {
  color: #ccc;
}
.other-text:disabled::placeholder {
  color: #ccc;
}
.ipt-wrap {
  padding: 1.8rem 0;
  border-bottom: 1px solid #d9d9d9;
  color: #424242;
  display: flex;
  align-items: center;
}
.ipt-wrap:not(.second):first-of-type {
  padding-top: 0;
}
.ipt-wrap:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.ipt-wrap li,
.ipt-wrap label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.ipt-wrap label {
  cursor: pointer;
}
.ipt-wrap li.wd100 {
  width: 100%;
  max-width: 590px;
}
.ipt-wrap li.wd100 input,
.ipt-wrap li.wd100 label {
  width: 100%;
}
.ipt-wrap dt {
  font-size: 2rem;
  font-weight: 700;
  color: #191919;
  min-width: 20rem;
}
.ipt-wrap dd {
  width: 100%;
  font-size: 16px;
}
.ipt-wrap .ipt-list {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.ipt-wrap small {
  margin-top: 1rem;
  color: #878787;
}

.agree-list li {
  margin-bottom: 1.2rem;
  color: #191919;
  font-weight: 600;
  cursor: pointer;
}

.green-btn,
.postcode-btn,
.postcode-btn2
{
  width: 12rem;
  font-size: 1.6rem;
  background: #54a942;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 0;
}

#postcode,
#postcode2
{
  width: 15rem;
}
#address,
#address2
{
  width: 29rem;
}

.ipt-email {
  background: #f5f6fa;
  border-radius: 0.8rem;
}

.ipt-email .email1 {
  max-width: 20rem;
}

.cont_file{
  position: relative;
  line-height: 48px;
  cursor: pointer;

  border-radius: 8px;
  border: solid 1px rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  padding-left: 12.5px;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16px;
  color: rgb(115, 115, 115);
}
.cont_file::-webkit-file-upload-button{
  position: absolute;
  right: 0;
  width: 88px;
  height: 48px;
  background-color: #f3f4f8;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-align: center;
  color: #999;
}

.sub-wrap select {
  border-radius: 0;
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  color: #737373;
  border-color: #e6e6e6;
}

.sub-btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub-btn-wrap.center{
  justify-content: center;
}

.sub-btn-wrap a,
.sub-btn-wrap button {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 6rem;
  padding: 0 2rem;
  min-width: 15rem;
  border: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .cancel {
  border: 1px solid #e0e0e0;
}

.sub-btn-wrap .submit {
  color: #fff;
  border-color: #b30000;
  background: #b30000;
}



/* =======================================
   register
======================================= */

.sub-wrap #fregister section,
.sub-wrap #fregisterform .form_01 div,
.sub-wrap #sod_frm_orderer, 
.sub-wrap #sod_frm_taker{
background:#fff;
border-radius:0;
overflow:hidden;
border:none;
margin-bottom:5rem;
border-bottom:1px solid #eee;
}

.sub-wrap #fregister_private div,
.sub-wrap #fregister textarea{
border: 1px solid #eee;
border-radius:0;
background:#fff;
border-width:1px 0;
}

.sub-wrap #fregister_private table {
background:#fff;
}

.sub-wrap #fregister h2,
.sub-wrap  #register_form h2,
.sub-wrap  #sod_frm section h2,
.sub-wrap .sod_right h2,
#smb_my_wish h2,
#smb_my_od h2,
#sod_fin .sod_left h3 {
background:#fff;
border: 0;
padding:2rem 0;
font-size:2rem;
color:var(--theme-color);
border-bottom:1px solid var(--theme-color);
margin:0;
}

.sub-wrap .fregister_agree input[type="checkbox"] + label span {
right:0;
}

.sub-wrap #fregister_chkall {
background:#fff;
border:0;
text-align:right;
padding-right:3rem;
font-size:1.6rem;
font-weight: 600
}
.sub-wrap .fregister_agree input[type="checkbox"]:checked + label span {
/* background:#000; */
}

.sub-wrap #fregister p {
background:#fff;
color:#191919;
border-radius:0;
height:auto;
font-size:1.8rem;
font-weight:600;
margin-bottom:5rem;
}

.sub-wrap #fregister p:before {
display:none;
}

.sub-wrap .register_form_inner ul {
padding:2rem 0;
}

.sub-wrap #captcha_audio  {
max-width:100%;
}
.sub-wrap #reg_result { 
background:#fff;
border:0;
padding:0;
max-width:1000px;
margin-top:10vh;
}
.sub-wrap #reg_result .reg_result_p {
color:var(--theme-color);
font-size:2.2rem;
font-weight:600;
padding:2rem;
margin-bottom:0;
border:1px solid var(--theme-color);
border-width:1px 0;
}
.sub-wrap #reg_result .result_txt   {
text-align:center;
font-size:1.8rem;
}


.result_txt_wrap {
background:#fafafa;
padding:5rem 5%;
}

.sub-wrap .new_win {
	margin:15vh auto ;
}



.sub-wrap #sod_frm_taker .order_choice_place {
background:none;
border:0;
}

#sit_ex{
  margin-top: 30px !important;
}
#sit_ex > h3:first-child,
#sit_dvr > h3:first-child{
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.subtop-shop-category-line {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.subtop-shop-category-line01{
  display: none;
}
.subtop-shop-category-line > li{
  display: inline-block;
  padding-right: 15px;
}
.subtop-shop-category-line > li:last-child{
  /* display: none; */
  /* 커뮤니티 제거 */
}
.subtop-shop-category-line > li.hcoid{
  display: none;
}
.subtop-shop-category-line > li a{
  display: block;
  /* border-radius: 9999px;
  border: 1px solid #191919;
  color: #191919;
  padding: 8px 20px; */
  padding: 8px 2px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  color: rgb(0, 0, 0);
}
.subtop-shop-category-line > li a::after{
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #DE3323; 
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.subtop-shop-category-line > li.active a,
.subtop-shop-category-line > li a:hover,
.subtop-shop-category-line > li.on a
{
  /* background: #191919;
  color: #fff; */
  color: #DE3323;
}
.subtop-shop-category-line > li.on a::after,
.subtop-shop-category-line > li.active a::after,
.subtop-shop-category-line > li a:hover::after{
  width: 100%;
}
.sub_nav_ul{
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  background: transparent;
  border: none;
}
.sub_nav_ul .depth1_li, .sub_nav_ul .depth2_li{
  width: 100%;
}


/*  */

body{
  background: #fff;
}
.header-2025.header{
  height: auto !important;
}
.header.header-2025{
  background: #fff !important;
}
.header-2025 .header-top{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 20px;
}
.header-2025 .header-top .logo{
  width: 100px;
}
.header-2025 .header-top .logo img{
  display: block;
  width: 100%;
}
.header-2025 .header-top .top-search-wrap{
  width: 400px;
}
.header-2025 .header-top .top-search-wrap form{
  position: relative;
  width: 100%;
}
.header-2025 .header-top .top-search-wrap form input{
  border: none !important;
  border-bottom: 1px solid rgb(0,0,0) !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 10px 0;
  padding-right: 40px;
}
.header-2025 .header-top .top-search-wrap form .search-btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.header-2025 .header-top .header-top-right .con-line{
  display: flex;
  gap: 14px;
}
.header-2025 .header-top .header-top-right .con-line li a .iconbox{
  width: 20px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.header-2025 .header-top .header-top-right .con-line li a .textbox{
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.24px;
  color: rgb(51, 51, 51);
}
.header-2025 .header-inner{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header-2025 .gnb_nav .gnb .depth1_a{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  color: rgb(0, 0, 0);
}
.header-2025 .header-inner{
  justify-content: flex-start;
  position: relative;
}
.header-2025 .header-inner::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 3000%;
  height: 1px;
  background: rgb(238, 238, 238);
}
.header-2025 .header-inner .gnb_nav .gnb .depth1{
  line-height: 60px;
}
.header-2025 .header-inner .gnb_nav .gnb .depth1:last-child{
  display: none;
}
.header-2025 .header-inner .gnb_nav{
  width: calc(100% - 60px);
  padding-left: 60px;
}
.header-2025 .header-inner .gnb_nav .gnb{
  width: 100%;
  justify-content: space-between;
}
.header-2025 .header-inner .gnb_nav .gnb{
  gap: 10px !important;
}
.all_open_box{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(238, 238, 238);
  border-right: 1px solid rgb(238, 238, 238);
  background: none !important; 
}
.all_open,
.all_open span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.all_open {
  position: relative;
  width: 20px;
  height: 12px;
}
.all_open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 99px;
}
.all_open span:nth-of-type(1) {
  top: 0;
}
.all_open span:nth-of-type(2) {
  top: 5px;
}
.all_open span:nth-of-type(3) {
  bottom: 0;
}
.header-2025 .ham_open.mobile{
  display: none !important;
}
.header-2025 .ham_open.mobile {
  background: url(/html/img/new/mb-ham-icon.svg) no-repeat center/100%;
}
.mb-member-line{
  display: flex;
  display: none;
  align-items: center;
  gap: 6px;
}
.mb-member-line button,
.mb-member-line .ham_open{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mb-member-line button{
  outline: none;
  border: none;
  background: none;
}

.all_gnb_nav{
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.register{
  padding-top: 6rem;
}

@media(max-width:1600px){
  .header-2025 .header-inner{
    padding: 0;
  }
}

@media(max-width:1024px){
  .register{
    padding-top: 2rem;
  }

  .header-2025 .header-inner,
  .header-2025 .header-top .top-search-wrap,
  .header-2025 .header-top .header-top-right
  {
    display: none;
  }
  .header-2025 .ham_open.mobile{
    display: flex !important;
    background: none !important;
  }
  .mb-member-line{
    display: flex !important;
  }
  .all_gnb_nav{
    max-height: calc(100vh - 60px);
  }
  .header-2025 .header-top .logo{
    width: 80px;
  }
  .header-2025 .header-top{
    padding: 17px 20px;
  }
}

/* header2025 */

.mbcon{
  display: none !important;
}
.main-wrap2{
  /* margin-top: 147px; */
  margin-top: 163px;
}
.main-banner{
  padding: 80px 0;
}
.main-banner .inner{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.main-banner .con-line{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-banner .con-line > .left{
  width: calc(47% - 5px);
}
.main-banner .con-line > .right{
  width: calc(53% - 5px);
}
.main-banner .con-line > .left .titbox h2{
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 400;
  text-align: left;
  color: rgb(0, 0, 0);
}
.main-banner .con-line > .left .titbox h2 b{
  font-weight: 800;
}
.main-banner .con-line > .left .titbox p{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.32px;
  color: rgb(29, 27, 27);
}
.main-banner .con-line > .left .titbox p span{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 12px;
}
.main-banner .con-line > .left .titbox p span::after{
  content: " | ";
}
.main-banner .con-line > .left .titbox p span:last-of-type::after{
  display: none;
}
.main-banner .con-line > .left .titbox p .sm-mb{
  display: none;
}

.main-inner{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.main-sec02-ver2 .cardbanner-line .cardbanner-samllline{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.main-sec02-ver2 .cardbanner-line .cardbanner-samllline > .cardbanner-box{
  width: calc(50% - 12px);
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  padding: 0 60px;
  gap: 20px;

  border-radius: 16px;
  background-color: rgb(240, 240, 240);
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox2{
  background-color: rgb(245, 238, 228);
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox1{
  padding-right: 38px;
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox{
  width: calc(100% - 160px);
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox .imgbox{
  width: 160px;
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgb(102, 88, 71);
}
.main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3 span{
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.main-sec02-ver2 .swiper-pagination{
  position: relative;
  top: 0 !important;
  left: 0 !important;
  margin-top: 10px;
}
.main-sec02-ver2 .swiper-pagination .swiper-pagination-bullet{
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
  margin: 0 2px !important;
}
.main-sec02-ver2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: rgb(65, 65, 65) !important;
}
.main-sec03-ver2 {
  padding: 150px 0;
}
.main-sec03-ver2 .sec-tit{
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgb(29, 27, 27); 
}
.pd-wrap .pd-line{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pd-wrap .pd-line > li{
  width: calc(20% - (96px / 5));
}
.pd-wrap .pd-line > li .pdbox{
  position: relative;
  overflow: hidden;
}
.pd-wrap .pd-line > li .pdbox .imgbox img{
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.pd-wrap .pd-line > li .pdbox .bottom-con{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 20px);
}
.pd-wrap .pd-line > li .pdbox .bottom-con .txtbox{
  margin-bottom: 52px;
}
.pd-wrap .pd-line > li .pdbox .bottom-con .txtbox h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.18px;
  color: rgb(255, 255, 255);
}
.pd-wrap .pd-line > li .pdbox .bottom-con .txtbox p{
  margin-top: 3px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.16px;
  color: rgb(255, 255, 255);
}
.pd-wrap .pd-line > li .pdbox .bottom-con .link-icon{
  width: 21px;
}
.pd-wrap .pd-line > li a:hover .pdbox .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.main-sec04-ver2{
  padding: 108px 0;
  background: url(/html/img/new/foot-bg.jpg) no-repeat center / cover;
}
.main-sec04-ver2 .txtbox p{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
.main-sec04-ver2 .txtbox h3{
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
.main-sec04-ver2 .txtbox h3 b{
  font-weight: 800;
}
.cm-linkbox1 a{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: rgba(50, 50, 50,0.7);
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.cm-linkbox1 a:hover{
  color: rgba(50, 50, 50,1);
  top: -10px;
}

.main-sec05-ver2{
  padding: 108px 0 40px;
  background-color: rgb(240, 241, 245);
}
.main-sec05-ver2 .con-line{
  display: flex;
  gap: 10px; 
}
.main-sec05-ver2 .con-line > .left{
  width: calc(48% - 5px);
}
.main-sec05-ver2 .con-line > .right{
  width: calc(52% - 5px);
}
.main-sec05-ver2 .con-line > .left .conbox .titbox{
  margin-bottom: 60px;
}
.main-sec05-ver2 .con-line > .left .conbox .titbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: rgb(43, 43, 43);
  margin-bottom: 12px;
}
.main-sec05-ver2 .con-line > .left .conbox .titbox h3{
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1px;
  color: rgb(43, 43, 43);
}
.main-sec05-ver2 .con-line > .left .conbox .titbox h3 b{
  font-weight: bold;
}
.main-sec05-ver2 .con-line > .left .conbox .titbox h3 .red{
  color: rgb(221, 55, 38);
}
.main-sec05-ver2 .con-line > .left .sub-conbox{
  margin-bottom: 20px;
}
.main-sec05-ver2 .con-line > .left .sub-conbox > .smallbox{
  padding: 30px 40px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  width: 100%;
}
.main-sec05-ver2 .con-line > .left .sub-conbox a{
  position: relative;
  transition: all 0.5s ease-in-out;
  top: 0;
}
.main-sec05-ver2 .con-line > .left .sub-conbox a:hover{
  top: -12px;
}
.main-sec05-ver2 .con-line > .left .sub-conbox:last-child{
  margin-bottom: 0;
}
.main-sec05-ver2 .con-line > .left .sub-conbox .txtbox{
  width: calc(100% - 70px);
}
.main-sec05-ver2 .con-line > .left .sub-conbox .iconbox{
  width: 60px;
}
.main-sec05-ver2 .con-line > .left .sub-conbox .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: rgb(43, 43, 43);

  display: flex;
  align-items: center;
  gap: 8px;
}
.main-sec05-ver2 .con-line > .left .sub-conbox .txtbox h4 .btna{
  display: inline-block;
  padding: 4px 10px;
  max-width: 70px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.28px;
  color: rgb(99, 99, 99);
  text-align: center;
  background-color: rgb(223, 223, 223);
}
.main-sec05-ver2 .con-line > .left .sub-conbox .txtbox p{
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: rgb(43, 43, 43);
}


@media(max-width:1600px){
  .pd-wrap .pd-line{
    gap: 12px;
  }
  .pd-wrap .pd-line > li{
    width: calc(20% - (60px / 5));
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .txtbox{
    margin-bottom: 30px;
  }
}

@media(max-width:1450px){
  .main-banner .con-line > .left .titbox h2{
    font-size: 54px;
  }
  .main-banner .con-line > .left .titbox p{
    font-size: 26px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox{
    width: calc(100% - 130px);
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .imgbox{
    width: 130px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox{
    padding: 0 35px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox1{
    padding-right: 25px;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox h3{
    font-size: 40px;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox p{
    font-size: 20px;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox{
    margin-bottom: 40px;
  }
}

@media(max-width:1300px){
  .main-sec02-ver2 .cardbanner-line .cardbanner-samllline > .cardbanner-box{
    width: 100%;
  }
}

@media(max-width:1024px){
  .mbcon{
    display: block !important;
  }
  .pccon{
    display: none !important;
  }
  .main-wrap2{
    margin-top: 60px;
  }
  .main-banner{
    padding: 60px 0;
  }
  .main-banner .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-banner .con-line > .left{
    width: 100%;
  }
  .main-banner .con-line > .right{
    width: 100%;
  }
  .main-banner .con-line > .left .titbox h2{
    margin-bottom: 12px;
    font-size: 32px;
  }
  .main-banner .con-line > .left .titbox p{
    font-size: 20px;
  }
  .main-banner .con-line > .left .titbox p span{
    padding-right: 6px;
  }
  .main-banner .con-line > .left .titbox p span::after{
    content: ", ";
  }

  .main-sec02-ver2 .cardbanner-line .cardbanner-samllline{
    gap: 10px;
  }
  .main-sec02-ver2 .cardbanner-line .cardbanner-samllline > .cardbanner-box{
    /* width: 100%; */
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox{
    height: auto;
    padding: 20px;
    padding-bottom: 60px;
    gap: 10px;
    border-radius: 12px;
    position: relative;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox1{
    padding-right: 15px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox{
    width: 100%;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .imgbox{
    width: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3{
    font-size: 24px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3 span{
    margin-top: 4px;
    font-size: 18px;
  }
  .main-sec02 .cardbanner-swiper{
    overflow: hidden;
  }
  .main-sec02 .cardbanner-swiper .swiper-slide .conbox{
    height: 150px !important;
  }

  .main-sec03-ver2 {
    padding: 60px 0;
  }
  .main-sec03-ver2 .sec-tit{
    margin-bottom: 12px;
    font-size: 24px;
  }
  .pd-wrap .pd-line{
    gap: 20px;
  }
  .pd-wrap .pd-line > li{
    width: calc(50% - 10px);
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con{
    bottom: 15px;
    left: 15px;
    width: calc(100% - 15px);
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .txtbox{
    margin-bottom: 22px;
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .txtbox h3{
    font-size: 16px;
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .txtbox p{
    font-size: 14px;
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .link-icon{
    width: 20px;
  }

  .main-sec04-ver2{
    padding: 60px 0;
  }
  .main-sec04-ver2 .txtbox p{
    font-size: 17px;
    margin-bottom: 16px;
    text-align: center;
  }
  .main-sec04-ver2 .txtbox h3{
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 60px;
    text-align: center;
  }
  .cm-linkbox1{
    text-align: center;
  }
  .cm-linkbox1 a{
    font-size: 16px;
  }
  .cm-linkbox1 a:hover{
    top: 0px;
  }


  .main-sec05-ver2{
    padding: 60px 0 30px;
  }
  .main-sec05-ver2 .con-line{
    gap: 30px; 
    flex-wrap: wrap;
  }
  .main-sec05-ver2 .con-line > .left{
    width: 100%;
  }
  .main-sec05-ver2 .con-line > .right{
    width: 100%;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox{
    margin-bottom: 20px;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox p{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .main-sec05-ver2 .con-line > .left .conbox .titbox h3{
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox > .smallbox{
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom:8px;
    gap: 8px;
    max-width: 100%;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox{
    width: calc(100% - 68px);
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .iconbox{
    width: 60px;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox h4{
    font-size: 18px;
    gap: 6px;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox h4 .btna{
    padding: 3px 6px;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox p{
    margin-top: 8px;
    font-size: 15px;
  }
  .main-sec05-ver2 .con-line > .right img{
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media(max-width:767px){
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3{
    font-size: 20px;
  }
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .txtbox h3 span{
    font-size: 16px;
  }

  .main-sec03-ver2 .sec-tit{
    font-size: 20px;
  }
  .pd-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .pd-wrap .pd-line{
    display: block;
    white-space: nowrap;
  }
  .pd-wrap .pd-line > li{
    display: inline-block;
    width: 250px;
  }
  .pd-wrap .pd-line > li .pdbox .bottom-con .txtbox{
    margin-bottom: 35px;
  }

  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox{
    width: calc(100% - 48px);
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .txtbox br{
    display: none;
  }
  .main-sec05-ver2 .con-line > .left .sub-conbox .iconbox{
    width: 40px;
  }
}

@media(max-width:420px){
  .main-banner .con-line > .left .titbox p .sm-mb{
    display: block !important;
  }
}

@media(max-width:340px){
  .main-sec02-con-wrap .main-sec02-con-bigbox .conbox .imgbox{
    right: 10px;
    bottom: 15px;
    width: 80px;
  }
}


/* main_2025 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 370px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap.agr-popup-wrap .popup-box{
  max-width: 700px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  /* padding-right: 32px; */
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
  margin-top: 8px;
}

.popup-wrap.agr-popup-wrap .popup-box .titbox p{
  margin-top: 30px;
}
.popup-wrap.agr-popup-wrap .popup-box .titbox p br{
  line-height: 1.2 !important;
}
.popup-wrap.agr-popup-wrap .popup-box .titbox .agr-txtbox{
  max-height: 400px;
  overflow-y: auto;
}
.popup-wrap.agr-popup-wrap .popup-box .titbox .agr-txtbox p{
  color: rgb(24,29,39);
}
.popup-wrap.agr-popup-wrap .popup-box .titbox .agr-txtbox p br:nth-child(1),
.popup-wrap.agr-popup-wrap .popup-box .titbox .agr-txtbox p br:nth-child(2){
  display: none;
}

.popup-wrap .popup-box .inq-frm-wrap .ipt-box{
  margin-bottom: 10px;
}
.n-ipt{
  padding: 15px 12px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  width: 100%;
}
.n-ipt::placeholder{
  color: rgb(160, 160, 160);
}
.agr-box{
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.agr-box.last,
.popup-wrap .popup-box .inq-frm-wrap .ipt-box.last
{
  margin-bottom: 20px;
}
.agr-box input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agr-box label{
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.agr-box label .box{
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agr-box label .box img{
  opacity: 0;
  width: 70%;
  position: relative;
  left: 1px;
}
.agr-box label .txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(25, 25, 25);
}
.agr-box label .agr-morebtn{
  text-decoration: underline;
  margin-left: -5px;
}
.agr-box input:checked + label .box{
  background: #000;
  border-color: #000;
}
.agr-box input:checked + label .box img{
  opacity: 1;
}
.popup-wrap .popup-box .inq-frm-wrap .submitbox button{
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background-color: rgb(25, 25, 25);
  display: block;
  width: 100%;
}


.popup-wrap .popup-box .popup-search-box form{
  position: relative;
  width: 100%;
}
.popup-wrap .popup-box .popup-search-box input{
  border: none !important;
  border-bottom: 1px solid rgb(0,0,0) !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 10px 0;
  padding-right: 40px;
}
.popup-wrap .popup-box .popup-search-box button{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    /* padding-right: 28px; */
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 15px;
    margin-top: 4px;
  }
  .popup-wrap .popup-box .inq-frm-wrap .ipt-box{
    margin-bottom: 4px;
  }
  .n-ipt{
    padding: 10px 12px;
  }
  .agr-box{
    margin-bottom: 4px;
  }
  .agr-box.last,
  .popup-wrap .popup-box .inq-frm-wrap .ipt-box.last
  {
    margin-bottom: 15px;
  }
  .agr-box label{
    gap: 8px;
  }
  .agr-box label .box{
    width: 18px;
    height: 18px;
  }
  .agr-box label .box img{
  }
  .popup-wrap .popup-box .inq-frm-wrap .submitbox button{
    padding: 7px 0;
  }

  .popup-wrap .popup-box .popup-search-box input{
    padding-right: 35px;
  }
  .popup-wrap .popup-box .popup-search-box button{
    width: 28px;
  }
}

/* popup */


.b2bfrm-page .shop-page-titbox{
  margin-bottom: 60px;
}
#smb_my_ov .my_ov_name{
  display: flex;
  align-items: center;
  gap: 6px;
}
.my_ov_name .mem-default{
  display: flex;
  align-items: center;
  gap: 4px;
}
.b2b-btn{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;

  display: inline-block;
  vertical-align: middle;
}
.b2b-before{
  padding: 6px 10px;
  color: #7E7E7E;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BABABA;
  line-height: initial;
  transition: all 0.3s ease-in-out;
}
.b2b-before:hover{
  background: #7e7e7e;
  color: #fff;
}
.b2b-after{
  color: #5052D2;
  font-weight: 700;
}
.register_form_inner.bdnone{
  border: none !important;
}
.file-iptbox{
  position: relative;
  border: 1px solid #eee;
  border-radius: 0.8rem;
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
}
.file-iptbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.file-iptbox .file-label{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0 !important;
  cursor: pointer;
  padding: 1.2rem;
}
.file-iptbox .file-label > .left{
  width: 90px;
  border-radius: 3px;
  background-color: rgb(192, 19, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 4px;
  gap: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.file-iptbox .file-label > .left img{
  display: block;
  width: 9px;
}
.file-iptbox .file-label > .file-name{
  width: calc(100% - 102px);  
}
.submitbox{
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.submitbox button{
  display: block;
  max-width: 250px;
  width: 100%;
  cursor: pointer;
  padding: 18px 20px;
  border-radius: 3px;
  background-color: rgb(192, 19, 0);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: none;
  outline: none;
}
.submitbox button:hover{
  text-decoration: underline;
}
.mt30{
  margin-top: 30px;
}

@media(max-width:1024px){
  .b2bfrm-page .shop-page-titbox{
    margin-bottom: 30px;
  }
  .b2b-before{
    padding: 5px 8px;
  }
  .file-iptbox .file-label > .left{
    width: 80px;
    padding: 5px 3px;
    font-size: 15px;
  }
  .file-iptbox .file-label > .file-name{
    width: calc(100% - 92px);  
  }
  .submitbox{
    margin-top: 40px;
  }
  .submitbox button{
    padding: 10px 12px;
  }
  .mt30{
    margin-top: 0px;
  }
}

/* b2b */

.b2bmanual .con-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.page-tit-txt{
  color: #1D1B1B;
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  text-align: center;
}
.page-tit-txt span{
  color: #A91C00;
  font-weight: 700;
}
.b2bmanual .shop-page-titbox{
  margin-bottom: 60px;
}
.b2bmanual .con-wrap .con-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-bottom: 50px;
}
.b2bmanual .con-wrap .con-line > .img{
  width: calc(45% - 28px);
  max-width: 533px;
}
.b2bmanual .con-wrap .con-line > .con{
  width: calc(55% - 28px);
  max-width: 400px;
}
.b2bmanual .con-wrap .con-line:last-child{
  margin-bottom: 90px;
}
.b2bmanual .con-wrap .con-line > .con .step{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18px;
  color: rgb(192, 19, 0);
  margin-bottom: 56px;
}
.b2bmanual .con-wrap .con-line > .con .txtbox h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: rgb(55, 55, 55);
  padding: 10px 16px;
  display: inline-block;
  border-radius: 6px;
  background-color: rgb(255, 243, 243);
  max-width: 400px;
  width: 100%;
}
.b2bmanual .con-wrap .con-line > .con .txtbox .txt{
  margin-top: 10px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: rgb(29, 27, 27);
}
.link-a{
  display: flex;
  justify-content: center;
}
.link-a a{
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 18px 15px;
  text-align: center;
  border-radius: 3px;
  background-color: rgb(192, 19, 0);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14px;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .page-tit-txt{
    font-size: 16px;
    margin-top: 8px;
  }
  .b2bmanual .shop-page-titbox{
    margin-bottom: 30px;
  }
  .b2bmanual .con-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .b2bmanual .con-wrap .con-line > .img{
    width: 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
  }
  .b2bmanual .con-wrap .con-line > .img{
    max-width: 533px;
    width: 100%;
  }
  .b2bmanual .con-wrap .con-line > .con{
    width: 100%;
    max-width: 100%;
    order: 0;
  }
  .b2bmanual .con-wrap .con-line:last-child{
    margin-bottom: 40px;
  }
  .b2bmanual .con-wrap .con-line > .con .step{
    margin-bottom: 6px;
  }
  .b2bmanual .con-wrap .con-line > .con .txtbox h3{
    padding: 8px 12px;
    max-width: 100%;
  }
  .b2bmanual .con-wrap .con-line > .con .txtbox .txt{
    margin-top: 6px;
    margin-left: 12px;
    font-size: 16px;
  }
  .b2bmanual .con-wrap .con-line > .con .txtbox .txt br{
    display: none;
  }
  .link-a a{
    padding: 10px 10px;
  }
}

/* b2b 회원신청방법 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* loading-wrap */