@charset "utf-8";
@import url("../fonts/font.css");
@font-face {
  font-family: "PayboocFont";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff")
    format("woff");
  font-weight: 300;
  font-display: swap;
}
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");

/* Total */
:root {
  --bs-body-bg: #fff;
  /*--bs-body-color: #212529; !* 글자색도 기본으로 *!*/
}
html,
body {
  font-family: "PayboocFont", "Pretendard", sans-serif;
  font-size: 14px;
}
html {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a.focus-visible:focus,
button.focus-visible:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #2cb693;
}
#page-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.overflow-h {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 100%;
  box-sizing: border-box;
  min-height: 1px;
  padding: 0;
}
@media (min-width: 375px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 1024px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 44px);
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 1280px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}

/* 배너 tpye */
.banner-tit01 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
}
.banner-tit01 span {
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.banner-cont-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-type01.swiper-container {
  overflow: visible;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.banner-type01 .cont {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 35px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.banner-type01 .cont > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banner-type01 .cont .img {
  max-width: 50%;
  width: 100%;
  margin-right: 20px;
  border-radius: 8px;
}
.banner-type01 .cont .img::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.banner-type01 .cont .info {
  max-width: 50%;
  width: 100%;
  margin-left: 20px;
  padding: 20px 0 15px;
}
.banner-type01 .cont .info .info-title {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}
.banner-type01 .cont .info .info-text {
  font-size: 16px;
  color: #676767;
  font-weight: 300;
}
/* Header */
.util {
}
.util ul {
  padding: 0;
}
.util ul > li {
  position: relative;
  float: left;
  padding: 0 10px;
}
.util ul > li a {
  color: #333;
  font-size: 14px;
}
.util ul > li.icon-btn a {
  color: #999;
  display: block;
}
.util ul > li.icon-btn a i {
  font-size: 28px;
}
.util ul > li .dropdown-menu {
  max-width: 150px;
  right: 0;
  left: auto;
  margin-top: 10px;
}
.util ul > li .dropdown-menu > li {
  float: none;
  padding: 0;
}
.util ul > li .dropdown-menu > li > a {
  display: block;
  padding: 12px 10px;
  color: #333;
}
.util ul > li.login a {
  color: #999;
  font-size: 28px;
}
.util ul > li.login a:hover {
  color: #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: "";
}
.cover-bg.on {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1015;
}
.nav-toggle {
  display: block;
  border-radius: 3px;
}

/* header Search  */
.search_form {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: table;
  padding: 0 10px;
  text-align: center;
}
.search_form .search_div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search_form .search_inner {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: solid 2px #fff;
  overflow: hidden;
  z-index: 999;
  display: inline-block;
}
.search_form .search_inner .search_input {
  background: none;
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  font-size: 1.5rem;
  color: #fff !important;
  border: 0;
  outline: 0;
}
.search_form .search_inner .search_input::placeholder {
  color: #fff !important;
}
.search_form .search_inner .search_btn {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  color: #fff;
}
.search_form .search_inner .search_btn i {
  font-size: 24px;
}
.search_form .search_inner .search_btn:hover {
  background: none;
}
.search_form .close {
  position: absolute;
  top: 12px;
  right: 10px;
  opacity: 1;
}
.search_form .close i {
  font-size: 32px !important;
  color: #fff;
}

.tag_search_form {
  position: static;
  padding: 0;
  display: block;
  height: auto;
  background: none;
}

/* 모바일 */
.m-util {
  display: none;
}
.m-util .search-toggle {
}
#m-sidemenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#m-sidemenu .side-header {
  position: relative;
  background: #fff;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.side-header-list-top {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.side-header-list-top li {
  width: 50%;
}
.side-header-list-top li > a {
  display: block;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #eee;
}
.side-header-list-top li:last-child > a {
  border-right: 0;
}
.side-header-list-top li > a .txt {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  color: #676767;
}
.side-header-list-top li > a i {
  font-size: 16px;
  color: #103258;
}
.side-header-list-bottom {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 10px;
}
.side-header-list-bottom > li {
  width: 25%;
}
.side-header-list-bottom > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  border-right: 1px solid #eee;
}
.side-header-list-bottom > li:last-child > a {
  border-right: 0;
}
.side-header-list-bottom > li > a .flag {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.side-header-list-bottom > li > a .txt {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.side-header-list-bottom > li > a .flag.en {
  background-image: url(/assets/common/img/basic/us.png);
}
.side-header-list-bottom > li > a .flag.jp {
  background-image: url(/assets/common/img/basic/jp.png);
}
.side-header-list-bottom > li > a .flag.cn {
  background-image: url(/assets/common/img/basic/cn.png);
}
.side-header-list-bottom > li > a img {
  max-width: 68px;
}
#m-sidemenu .side-header .logo {
  margin: 0px 0 0 8px;
}
#m-sidemenu .side-header .close-btn {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  text-align: center;
  color: #333;
  font-size: 24px;
}
.m-side-login {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 300;
}
.m-side-login:hover {
  color: #fff;
}
.m-side-admin-btn {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0px, -50%);
  /* margin-left: 15px; */
}
#m-sidemenu .side-login .login-header {
  position: relative;
  background: #fff;
  padding: 15px 10px;
}
#m-sidemenu .side-login .login-header a {
  display: block;
  color: #333;
  text-decoration: none;
}
#m-sidemenu .side-login .login-header img {
  width: 40px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}
#m-sidemenu .side-login .login-btn {
  width: 100%;
}
#m-sidemenu .side-login .login-btn ul {
}
#m-sidemenu .side-login .login-btn ul::after {
  content: "";
  display: block;
  clear: both;
}
#m-sidemenu .side-login .login-btn ul li {
  position: relative;
  float: left;
  width: 33.3%;
}
#m-sidemenu .side-login .login-btn ul li:first-child:before {
  display: none;
}
#m-sidemenu .side-login .login-btn ul li:before {
  content: "";
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  margin-top: -10px;
}
#m-sidemenu .side-login .login-btn ul li a {
  display: block;
  padding: 10px 0;
  color: #555;
  font-size: 15px;
  text-align: center;
}
#m-sidemenu .side-login .login-btn ul li.login-before {
  width: 50% !important;
}
#m-sidemenu .side-body-tit {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  background-color: #fff;
}
#m-sidemenu .side-body {
  background: #fff;
}
#m-sidemenu .side-body .navi {
}

#m-sidemenu .side-body .navi > li {
  position: relative;
  border-bottom: solid 1px #ddd;
  transition: all 0.3s;
}

#m-sidemenu .side-body .navi > li > a {
  display: block;
  padding: 18px 10px;
  font-size: 16px;
  color: #444;
}
#m-sidemenu .side-body .navi > li > a:hover {
  font-weight: bold;
}
#m-sidemenu .side-body .navi > li .dropdown-menu {
  position: relative;
  background: #fafafa;
  float: none;
  border: 0;
  border-top: solid 1px #ddd;
  box-shadow: none;
  padding: 10px;
  transition: all 0.3s;
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li > a {
  display: block;
  padding: 8px 5px;
  font-size: 15px;
  color: #777;
}
#m-sidemenu .side-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#m-sidemenu .side-footer > li {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 5px;
  background-color: #fff;
}
#m-sidemenu .side-footer > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#m-sidemenu .side-footer > li > a > img {
  max-width: 80px;
}

/* 캘린더 */
.mainCalendar::after {
  content: "";
  display: block;
  clear: both;
}
.mainCalendar .calendar .visualmonthyear {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.mainCalendar .calendar {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.mainCalendar .calendar .table.header {
  margin: 0;
}
.mainCalendar .calendar .header {
  margin: 0;
  border: solid 1px #e5e5e5;
  border-bottom: 0;
}
.mainCalendar .calendar .header td {
  font-size: 18px;
  text-align: center;
  height: 60px;
  cursor: pointer;
}
.mainCalendar .calendar .header td i {
  font-size: 20px;
}
.mainCalendar .calendar .header td:hover {
  background: #f5f5f5;
  color: #00aff0;
}
.mainCalendar .calendar .header td:hover i {
  color: #00aff0;
}
.mainCalendar .calendar .header td.year {
  cursor: text;
  color: #333;
}
.mainCalendar .calendar .header td.year:hover {
  background: none;
}
.mainCalendar .calendar .daysmonth {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.mainCalendar .calendar .daysmonth tr.week_days > td {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 58px;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.first {
  color: #f0391a;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.last {
  color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td {
  font-size: 16px;
  border: solid 1px #e5e5e5 !important;
  text-align: center;
  padding: 0;
}
.mainCalendar .calendar .daysmonth td a {
  line-height: 58px;
}
.mainCalendar .calendar .daysmonth td.first {
  border-left: 0;
  color: #f0391a;
}
.mainCalendar .calendar .daysmonth td.last {
  border-right: 0;
  color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td > a {
  display: block;
  color: #666;
}
.mainCalendar .calendar .daysmonth td > a:hover {
  background: #f5f5f5;
}
.mainCalendar .calendar .daysmonth td.event {
  background: #f7993f !important;
  color: #fff;
}
.mainCalendar .calendar .daysmonth td.event a {
  background: none;
  color: #fff;
}
.bootstrap-calendar .calendar .table.header td.year {
  border-top: 2px solid #e5e5e5 !important;
  border-right: 3px solid #e5e5e5 !important;
}

/* Sub Page */
#subContainer {
  margin-top: 140px;
  margin-bottom: 160px;
}

#sub-menu {
  background: #f8f8f8;
  border-bottom: solid 1px #e2e2e2;
}
#sub-menu .container {
  padding: 0 !important;
  text-align: center;
  width: 100%;
}
#sub-menu .navi {
  display: inline-block;
}
#sub-menu .navi li {
  display: inline-block;
  margin: 0 16px;
  text-align: center;
}
#sub-menu .navi li a {
  display: block;
  color: #333;
}
#sub-menu .navi li a span {
  display: inline-block;
  height: 60px;
  padding: 20px 12px 0;
  font-size: 16px;
}
#sub-menu .navi li a:hover span,
#sub-menu .navi li.active a span {
  border-bottom: solid 1px #282828;
}
#sub-menu .navi li.dropdown:hover .dropdown-menu {
  display: block;
}

#sub-menu .navi li > .dropdown-menu {
  top: 90%;
  border: solid 1px #333;
}
#sub-menu .navi li > .dropdown-menu ul {
}
#sub-menu .navi li > .dropdown-menu ul > li {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  margin: 5px 0;
}
#sub-menu .navi li > .dropdown-menu ul > li a span {
  border-bottom: 0;
  height: 22px;
  padding: 0;
  font-size: 14px;
}
#sub-menu .navi li > .dropdown-menu ul > li a:hover span,
#sub-menu .navi li > .dropdown-menu ul > li.active a span {
  color: #60bea3;
  border-bottom: solid 1px #60bea3;
}

.menuScroll {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menuScroll::-webkit-scrollbar {
  display: none;
}

/* SNS버튼 */
.btn-facebook {
  color: #fff;
  background-color: #3a5795;
  border-color: #334c83;
}
.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2c4270;
  border-color: #223357;
}
.btn-twitter {
  color: #fff;
  background-color: #59adea;
  border-color: #59adea;
}
.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:hover,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #4897d0;
  border-color: #4897d0;
}
.btn-kakao {
  color: #3c1e1e;
  background-color: #ffeb00;
  border-color: #ffeb00;
}
.btn-kakao.active,
.btn-kakao:active,
.btn-kakao:hover,
.open > .dropdown-toggle.btn-kakao {
  color: #3c1e1e;
  background-color: #ffde00;
  border-color: #ffde00;
}
.btn-naver {
  color: #fff;
  background-color: #1fcb02;
  border-color: #1fbc02;
}
.btn-naver.active,
.btn-naver:active,
.btn-naver:hover,
.open > .dropdown-toggle.btn-naver {
  color: #fff;
  background-color: #1fbc02;
  border-color: #1fbc02;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  color: #e5e5e5;
  width: 100%;
}
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #ddd;
}
.divider.divider-center {
  text-align: center;
}
.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

/* web a */
.checkSearch {
  position: relative;
  max-width: 500px;
  margin: 100px auto 0;
  text-align: center;
}
.checkSearch .main_logo {
  margin: 0 0 35px;
}
.checkSearch .main_logo img {
  max-width: 100%;
  height: auto;
}
.checkSearch .searchCont {
  background: #fff;
  display: block;
  height: 50px;
  padding: 8px 0;
  box-shadow: 0 2px 3px #bbb;
}
.checkSearch .searchCont .searchInput {
  width: 100%;
  padding: 0 15px;
  line-height: 35px;
  font-size: 15px;
  border: 0;
  outline: none;
}
.checkSearch .searchBtn {
  margin: 20px 0 0;
}
.checkSearch .searchBtn .search_toggle {
  background: #eee;
  border: solid 1px #ccc;
  padding: 10px 15px;
  color: #888;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
.checkSearch .searchBtn .search_toggle:hover {
  border: solid 1px #aaa;
  color: #333;
  font-weight: bold;
}
.alert {
  position: relative;
}
.alert i {
  position: absolute;
  height: 20px;
  top: 50%;
  left: 20px;
  margin-top: -18px;
}
.alert .pull-left {
  padding: 0 0 0 60px;
}

/* board */
.download_list {
  display: -webkit-flex;
  display: flex;
}
.download_list h2 {
  display: -webkit-flex;
  display: flex;
  width: 20%;
  font-size: 16px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.download_list ul {
  background: #ffffff;
  align-items: center;
  border-left: 1px solid #e2e7eb;
}
.download_list ul li {
}
.download_list ul li a {
  display: inline-block;
  font-size: 12px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 50px;
  margin: 5px 5px;
  color: #565656;
}
.download_list ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/** 필드값 체크 **/
.has-error .label-txt {
  color: #ff4343;
}
.has-error .form-control {
  border-color: #ff4343 !important;
}
.has-error .form-control:focus {
  border-color: #ff4343 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .text-danger {
  margin-top: 10px;
  color: #ff4343;
}
.has-error .input-group-addon {
  color: #ff4343;
}
.has-success .label-txt {
  color: #103257;
}
.has-success .form-control {
  border-color: #103257 !important;
  color: #111 !important;
}
.has-success .input-group-addon {
  border-color: #103257 !important;
  color: #111 !important;
  background-color: #eee;
}
.has-success .label-txt {
  color: inherit;
}
.has-success .form-control {
  border-color: inherit;
}
.has-success .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.apply-btn {
  color: #979797;
}
.btn.apply-btn.apply-change {
  border: 1px solid #103257 !important;
  color: #103257 !important;
  font-weight: 700;
}
.btn.apply-btn input {
  margin-right: 5px;
  margin-top: 0px;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion a:hover,
.accordion a:active {
  color: inherit;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link a {
  display: block;
}
.accordion .second_link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 15px;
  background: #f9f9f9;
}
.accordion .second_link li a {
  position: relative;
  color: #333;
  padding: 10px;
  font-size: 12px;
}
/* .accordion .second_link .dot {
  position:absolute;
  width:4px;
  height:4px;
  background:#797979;
  top:18px;
  left:2px;
  border-radius:10px;
} */
.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #333;
}
.accordion li.open i {
  color: #333;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.submenu > li {
  background-color: #ffffff;
}

.submenu li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.depth03 {
  margin-top: 0;
  padding: 10px;
  background: #efefef;
}
.depth03 li a {
  text-align: left;
  /* padding: ; */
  position: relative;
  padding-left: 10px;
  font-size: #797979;
}
.depth03 li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  background: #797979;
  border-radius: 10px;
  width: 3px;
  height: 3px;
}
/* subpage */
.mypage-title-wrap {
  padding: 80px 0 55px;
  text-align: center;
}
.mypage-title-wrap .pageHeader-title {
  position: relative;
  display: inline-block;
  font-size: 58px;
  font-weight: 700;
  color: var(--bs-inverse);
}
.mypage-title-wrap .pageHeader-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--bs-theme);
  opacity: 0.3;
  z-index: -1;
}
.mypage-title-wrap .breadcrumb {
  margin-top: 24px;
}
.mypage-title-wrap .breadcrumb > li {
  display: inline-block;
  font-size: 16px;
  color: var(--bs-inverse);
}
.mypage-title-wrap .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #212121;
  padding: 0 8px;
  opacity: 0.3;
}
.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.page-nav a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  margin: 0 15px;
  color: #676767;
  font-weight: 300;
}
.page-nav a.active {
  font-weight: 700;
  color: #111;
}
/* .page-nav a.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -0px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: var(--bs-theme);
  border-radius: 50%;
}
.page-nav a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
} */
.page-nav a:last-child::after {
  display: none;
}
.page-nav-3depth {
  margin-top: -40px;
}
.page-nav-3depth .page-nav a {
  font-size: 17px;
}
.page-nav-3depth .page-nav a.active {
  font-weight: 500;
}
.page-nav-3depth .page-nav a.active::before {
  display: none;
}
.page-nav-select-wrap {
  display: none;
}
.page-nav-select {
  position: relative;
}
.page-nav-select .nav-select-toggle {
  position: relative;
  display: block;
  padding: 0 15px;
  line-height: 46px;
  border-top: solid 1px #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  z-index: 100;
  background-color: #fff;
}
.page-nav-select .nav-select-toggle:hover {
  color: #000;
}
.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* .page-nav-select .nav-select-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  height: 14px;
  line-height: 14px;
  width: 14px;
  text-align: center;
} */
.page-nav-select.no_sub .nav-select-toggle::after {
  color: #ccc;
}
.page-nav-select.open .nav-select-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.page-nav-select.open::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
.select-dropdown {
  position: fixed;
  width: 100%;
  /* height: calc(var(--vh, 1vh) * 68); */
  height: calc(calc(var(--vh, 1vh) * 100) - 107px);
  background-color: #fff;
  bottom: -200%;
  left: 0;
  z-index: 99;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: 0.5s ease-out;
  transform: translate3d(0px, -100%, 0px);
}
.page-nav-select.open .select-dropdown {
  box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.select-scroll-layout {
  position: relative;
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.select-scroll-layout .scroll-content {
  overflow-y: scroll;
  right: -18px;
  padding-right: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: -18px;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.select-scroll-layout .scroll-content .page-nav-select-tit {
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 700;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button i {
  margin-right: 7px;
  font-weight: 700;
  margin-top: 2px;
}
.select-scroll-layout .menu-list .item.depth1 {
  background-color: #f5f5f5;
  font-weight: 900;
}
.select-scroll-layout .menu-list .item.depth1 a::after {
  content: "";
}
.select-scroll-layout .menu-list .item a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 54px;
  padding: 0px 60px 0px 20px;
  font-size: 15px;
  color: #565656;
}
.select-scroll-layout .menu-list .item.depth2 a.active {
  font-weight: 700;
  color: var(--bs-theme);
}
.select-scroll-layout .menu-list .item a::after {
  font-family: "Font Awesome 6 pro";
  content: "\f105";
  position: absolute;
  right: 40px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
.select-scroll-layout .menu-list .item.depth2 a:hover {
  background-color: #eaeaea;
}
.select-scroll-layout .menu-list .item a[aria-expanded="true"] {
  background-color: #f5f5f5;
}
.select-scroll-layout .menu-list .item a[data-toggle="collapse"]::after {
  content: "\f107";
}
.select-scroll-layout
  .menu-list
  .item
  a[data-toggle="collapse"][aria-expanded="true"]::after {
  content: "\f106";
}
.select-scroll-layout .menu-list .item .collapse,
.select-scroll-layout .menu-list .item .collapsing {
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.select-scroll-layout .menu-list .item .collapse > a,
.select-scroll-layout .menu-list .item .collapsing > a {
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}
/* .modal.fade .modal-dialog.video-modal {
  -webkit-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
.modal.in .modal-dialog.video-modal {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
} */
.modal-dialog.video-modal {
  width: 75%;
  max-width: 1400px;
}
@media (max-height: 960px) {
  .modal-dialog.video-modal {
    width: 75%;
    max-width: 1200px;
  }
}
@media (max-height: 900px) {
  .modal-dialog.video-modal {
    width: 75%;
    max-width: 900px;
  }
}
.modal-dialog.video-modal .modal-content {
  background: none;
  overflow: visible;
  box-shadow: none;
}
.modal-dialog.video-modal .modal-body {
  padding: 0;
}
.modal-dialog.video-modal .close-cont {
  position: relative;
  width: 100%;
  height: 50px;
}
.modal-dialog.video-modal .close-cont .close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  text-indent: 0;
  opacity: 1;
  font-size: 35px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-shadow: none;
  background-color: #000;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  transition: 0.4s ease-in;
}
.modal.in .modal-dialog.video-modal .close-cont .close {
  opacity: 1;
}
.video-popup-box {
  position: relative;
}
.video-popup-box::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-popup-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-popup-container {
  background-color: #000;
}
.video-popup-container .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.video-popup-container .swiper-slide .oooo {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #000;
}
.video-popup-thumbs {
  background-color: #000;
  max-height: 148px;
}
.video-popup-thumbs .swiper-wrapper {
  padding: 5px;
  height: 100%;
}
.video-popup-thumbs .swiper-slide {
}
.video-popup-thumbs .swiper-slide .cover {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video-popup-thumbs .swiper-slide .cover::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.video-popup-thumbs .swiper-slide.swiper-slide-active .cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid red;
  position: absolute;
  top: 0;
  left: 0;
}
.video-popup-button-next,
.video-popup-button-prev {
  width: 72px;
  height: 72px;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: calc(50% - 45px);
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.swiper-button-disabled.video-popup-button-next,
.swiper-button-disabled.video-popup-button-prev {
  opacity: 0.5;
  display: none;
}
.video-popup-button-next:hover,
.video-popup-button-prev:hover {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  color: #fff;
}
.video-popup-button-prev {
  left: -90px;
}
.video-popup-button-next {
  right: -90px;
}
.video-popup-container .media {
  position: relative;
}
.video-popup-container .youtube_img {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup-container .play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}
.video-popup-container .play::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .play-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(245, 91, 91, 0.2);
}
.video-popup-container .play-btn::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .pause-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(131, 91, 245, 0.2);
}
.video-popup-container .pause-btn::after {
  content: "\f04c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .swiper-button-disabled.video-popup-button-next,
  .swiper-button-disabled.video-popup-button-prev {
    display: inline-flex;
    opacity: 0.5;
  }
  .video-popup-button-next,
  .video-popup-button-prev {
    top: calc(100% + 44px);
    width: 56px;
    height: 56px;
    font-size: 24px;
    background-color: #000;
  }
  .video-popup-button-next {
    right: calc(50% - 61px);
  }
  .video-popup-button-prev {
    left: calc(50% - 61px);
  }
}
/* ----- form 관련 */
.contact-panel {
  position: relative;
}
.contact-panel .row {
  --bs-gutter-x: 40px;
}
.contact-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #111;
}
.contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.contact-title .required-txt {
  font-size: 16px;
  font-weight: 300;
  color: #ff3232;
}
.agreement-group {
}
.agreement-group .agreement-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}
.agreement-group .agreement-cont {
  /* border: 1px solid #eee; */
  /* background-color: #f5f5f5; */
  background-color: #f2f2f2;
  /* padding: 15px 20px; */
  padding: 16px 24px;
  color: #676767;
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
  border-radius: 12px;
}
.agreement-group .agreement-check {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agreement-group .agreement-check > div {
  font-weight: 700;
  font-size: 18px;
}
.agreement-group .agreement-check .ck-box {
}
.agreement-group .agreement-check .ck-box label {
  margin: 0;
  font-weight: 300;
}
.agreement-box .ck-box {
  margin-top: 16px;
  padding-left: 12px;
}
.agreement-box .ck-box label {
  margin: 0 !important;
  font-size: 18px;

  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.agreement-box .ck-box label::before {
  content: "";
  border: 1px solid #cacaca;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}
.agreement-box .ck-box label::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 4px;
  top: 50%;
  color: #bbbbbb;
  transform: translateY(-50%);
}
.agreement-box .ck-box input[type="checkbox"] {
  display: none;
}
.agreement-box .ck-box input:checked + label::before {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.agreement-box .ck-box input:checked + label::after {
  color: #fff;
}

/* @media (max-width: 767px) { */
@media (max-width: 998px) {
  .contact-title {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .contact-title h2 {
    font-size: 18px;
  }
  .contact-title .required-txt {
    font-size: 13px;
  }
  .agreement-group .agreement-check {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .agreement-group .agreement-check > div {
    text-align: center;
    word-break: keep-all;
  }
  .agreement-group .agreement-check .ck-box {
    margin-top: 30px;
    font-weight: 300;
  }
}
/* form 관련 ----- */
@media (max-width: 1024px) {
  /* Header */
  /* #header {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #e5e5e5;
    z-index: 1015;
  }
  .header-cont {
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    text-align: center;
  } */
  .header-cont > .m-util {
    background: none;
    border: 0;
    box-shadow: none;
  }

  .logo .mlogo {
    display: block;
  }
  .logo .wlogo {
    display: none;
  }
  .util li.user {
    display: none;
  }
  .util ul > li {
    padding: 0;
  }
  .util ul > li.w-login {
    display: none;
  }
  .util ul > li.login {
    position: inherit;
  }
  .util ul > li.login a {
    position: absolute;
    top: 0;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #eee;
    z-index: 1016;
    display: block;
  }
  .util ul > li a span {
    display: inline-block;
    text-indent: -9999999px;
  }
  /* toggle */
  .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 12px;
    text-align: center;
    z-index: 1016;
  }
  .nav-toggle span {
    height: 2px;
    background: #eee;
    margin: 5px 0;
    display: block;
    width: 20px;
  }
  .nav-toggle span:nth-child(2) {
    width: 20px;
  }
  .nav-toggle span:nth-child(3) {
    width: 20px;
  }
  .search-toggle {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #eee;
    z-index: 1016;
    display: block;
  }
  .search-toggle i {
    line-height: inherit;
    font-size: 18px;
  }

  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  #sub-menu .navi li {
    margin: 0px;
  }
  #sub-menu .navi li a {
    display: inline-block;
    padding: 12px 13px;
    vertical-align: middle;
  }
  #sub-menu .navi li a span {
    display: inline-block;
    height: auto;
    padding: 0;
    font-size: 1rem;
  }
  #sub-menu .navi li a:hover span,
  #sub-menu .navi li.active a span {
    border-bottom: 0;
  }
  .navi li.active a span {
    font-weight: 700;
    color: #333;
  }

  /* 갤러리 */
  .gallery_wrap .owl-stage {
    padding-left: 0 !important;
  }
  .gallery_wrap li.gallery_box {
    padding: 0;
    margin: 0 5px;
  }
  .gallery_wrap li.gallery_box div.gallery_list {
    margin: 0 5px;
    height: auto;
  }
  .gallery_wrap li.gallery_box div.gallery_list dl {
    padding-top: 100%;
  }
  .gallery_wrap li.gallery_box div.gallery_list dl dd.desc {
    -webkit-line-clamp: 1;
  }

  #subContainer {
    margin: 60px 0 80px;
    /* overflow: hidden; */
  }
  body:has(.nav-select-toggle.show) {
    overflow: hidden;
  }
  body:has(.nav-select-toggle.show) .header-container {
    background-color: #fff;
  }

  .mypage-title-wrap {
    padding: 50px 0 35px;
  }
  .mypage-title-wrap .pageHeader-title {
    font-size: 50px;
  }
  .mypage-title-wrap .pageHeader-title::before {
    height: 12px;
  }
  .page-nav a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-nav-select-wrap {
    display: block;
  }
  .page-subMenu,
  .page-nav-3depth {
    display: none;
  }
  .mypage-title-wrap .pageHeader-title {
    font-size: 42px;
  }
  .mypage-title-wrap .breadcrumb > li {
    font-size: 12px;
  }
  .modal-dialog.video-modal {
    width: 100%;
    margin: 0;
  }
  .video-popup-container .button-next,
  .video-popup-container .button-prev {
    font-size: 24px;
  }
  #sub-menu .navi {
    display: flex;
    flex: 1;
  }
  .menuScroll {
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .mypage-title-wrap .pageHeader-title {
    font-size: 32px;
  }
  .main-sns .sns-link .txt p {
    font-size: 13px;
  }
  .main-sns .sns-link .img-box img {
    width: 20px;
    height: 20px;
  }
}

/* new css 2026/03/13 */
/* 공통 */
.h-100px {
  height: 100px !important;
}
.mb-12px {
  margin-bottom: 12px !important;
}
.bold-color {
  color: var(--bs-theme);
  font-weight: 800;
}
.section {
  display: flex;
  flex-direction: column;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}
.full-w {
  width: 100%;
  padding: 120px 0;
}
.tit-box {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.tit-box > div {
  color: #767676;
}
.tit-box .tit {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #000 !important;
}
.main-text {
  font-family: "nanummyeongjo", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section {
    /* margin: 120px auto; */
  }
}
@media (max-width: 768px) {
  .section {
    /* margin: 100px auto; */
  }
  .tit-box .tit {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .section {
    /* margin: 80px auto;
    padding: 0 16px; */
  }
  .full-w {
    padding: 100px 0;
  }
}

/* 메인 */
.main {
  margin: 0 auto;
  height: 100vh;
  background: url("../img/main-1.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.main-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  transform: translate(-50%, -50%);
  color: #ededed;
  transition: all 0.2s ease;
  padding: 0 20px;
}
.main-text-box > *,
.main-text-box > * > * {
  transition: all 0.2s ease;
}
.main-text-box .text {
  margin-bottom: 80px;
}
.main-text-box .text > div {
  font-size: 1.2857rem;
}
.main-text-box .top {
  font-size: 1.7143rem !important;
  color: var(--bs-theme-sub);
  font-weight: 900;
}
.main-text-box .title {
  font-size: 4rem !important;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 16px;
}
.main-text-box .btn-box {
  gap: 20px;
}
.main-text-box .btn-box a {
  width: 240px;
  height: 56px;
  border-radius: 4px;
  background-color: rgba(var(--bs-theme-sub-rgb), 1);
  border: solid 2px var(--bs-theme-sub);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.main-text-box .btn-box a:nth-child(2n) {
  border: solid 2px #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.main-text-box .btn-box a:hover {
  background-color: rgba(var(--bs-theme-sub-rgb), 0.8);
  transition: all 0.2s ease;
}
.main-text-box .btn-box a:nth-child(2n):hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .main-text-box {
    transition: all 0.2s ease;
  }
  .main-text-box .text > div {
    font-size: 1rem;
  }
  .main-text-box .top {
    font-size: 1rem !important;
  }
  .main-text-box .title {
    font-size: 2.5rem !important;
  }
  .main-text-box .btn-box {
    gap: 12px;
  }
  .main-text-box .btn-box a {
    width: 200px;
    height: 52px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .main-text-box {
    top: auto;
    bottom: 5%;
    transform: translate(-50%, 0);
  }
  .main-text-box .title {
    font-size: 2rem !important;
    margin-bottom: 8px;
  }
  .main-text-box .text {
    margin-bottom: 60px;
  }
  .main-text-box .btn-box {
    gap: 12px;
  }
  .main-text-box .btn-box a {
    border: solid 1px var(--bs-theme-sub);
  }
  .main-text-box .btn-box a:nth-child(2n) {
    border: solid 1px #fff;
  }
}

/* sec1 */
.img-cont:has(#sec1) {
  background-color: var(--bs-theme-sub-light);
}
#sec1 {
  background: url(../img/main-2.png) center right no-repeat;
  background-size: contain;
  position: relative;
}
.sub-text-box > *,
.sub-text-box > * > * {
  transition: all 0.2s ease;
}
.sub-text-box {
  font-size: 20px;
}
.sub-text-box .text {
  margin-bottom: 80px;
}
.sub-text-box .top {
  font-size: 24px;
  color: #c69e65;
  font-weight: 700;
}
.sub-text-box .title {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.2;
  word-break: keep-all;
}
.sec1-btn {
  width: fit-content;
  height: 56px;
  padding: 4px 40px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1-btn:hover {
  background-color: #111;
  color: #ddd;
}
#sec1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#sec1 .section {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #sec1 {
    background-size: cover;
    background-position: center center;
  }
  #sec1::before {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.6) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media (max-width: 768px) {
  .sub-text-box {
    font-size: 16px;
  }
  .sub-text-box .text {
    margin-bottom: 60px;
  }
  .sub-text-box .top {
    font-size: 18px;
  }
  .sub-text-box .title {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 32px;
  }
  .sec1-btn {
    height: 52px;
    padding: 4px 30px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #sec1 {
    background-position: center right;
  }
  .sub-text-box {
    font-size: 1rem;
  }
  .sub-text-box .top {
    font-size: 1rem;
  }
  .sub-text-box .title {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 24px;
  }
}

/* 영상 video-no-sound */
.video-no-sound > *,
.video-no-sound > * > *,
.video-no-sound > * > * > * {
  transition: all 0.2s ease;
}
.video-no-sound {
  height: 100vh;
  background-color: #000;
  position: relative;
}
.video-no-sound .text-box {
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-align: right;
  z-index: 2;
}
.video-no-sound video {
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.video-no-sound::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.video-no-sound .deco-line {
  position: relative;
}
.video-no-sound .deco-line::before {
  position: absolute;
  content: "";
  top: -16px;
  right: 0;
  width: 20%;
  height: 4px;
  background-color: #c69e65;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .video-no-sound .deco-line {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .video-no-sound .deco-line {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .video-no-sound .deco-line {
    font-size: 14px;
    padding-left: 20px;
    word-break: keep-all;
  }
}

/* sec2 */
#sec2 .product-list,
#sec2 .product-list > *,
#sec2 .product-list > * > *,
#sec2 .product-list > * > * > * {
  transition: all 0.2s ease;
}
#sec2 .product-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec2 .step-cont {
  display: flex;
  align-items: center;
  width: 100%;
}
#sec2 .step-cont > div,
#sec2 .step-cont > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  flex: 1;
  border-radius: 1000px;
  border: solid 2px #c69e65;
  font-size: 16px;
  width: auto !important;
}
#sec2 .step-cont p {
  color: #767676;
}
#sec2 .step-cont i {
  font-size: 24px;
  padding: 0 18px;
  color: #c69e65;
}
#sec2 .step-cont .strong-cont {
  background-color: #c69e65;
  color: #fff;
}
#sec2 .step-cont .strong-cont p {
  color: #eee;
}
#sec2 .detail-box {
  max-width: 840px;
  width: 70%;
  list-style: disc;
  border: solid 2px #c69e65;
  border-radius: 12px;
  padding: 28px 28px 28px 60px;
  line-height: 46px;
  font-size: 16px;
  margin-top: 60px;
  font-weight: 900;
  color: #333;
}
@media (max-width: 1024px) {
  .tit-box > div {
    color: #767676;
    gap: 12px !important;
  }
  #sec2 .step-cont {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  #sec2 .step-cont > div,
  #sec2 .step-cont > a {
    flex: none;
    padding: 12px 20px;
    font-size: 14px;
  }
  #sec2 .step-cont i {
    font-size: 20px;
    padding: 0;
  }
  #sec2 .detail-box {
    max-width: none;
    width: 100%;
    padding: 18px 18px 18px 40px;
    line-height: 36px;
    margin-top: 32px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #sec2 .step-cont {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #sec2 .step-cont > div,
  #sec2 .step-cont > a {
    width: 100% !important;
  }
  #sec2 .step-cont i {
    display: none;
  }
}

/* sec3 */
#sec3 {
  background-color: var(--bs-theme-sub-light);
}
#sec3 .product-list,
#sec3 .product-list > *,
#sec3 .product-list > * > *,
#sec3 .product-list > * > * > *,
#sec3 .product-list > * > * > * > *,
#sec3 .product-list > * > * > * > * > *,
#sec3 .product-list > * > * > * > * > * > * {
  transition: all 0.2s ease;
}
#sec3 .product-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#sec3 .tab-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#sec3 .tab-box button {
  flex: 1;
  border: solid 1px #c69e65;
  background-color: #fff;
  color: #333;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 0px 5px 0px 0px #c69e65;
}
#sec3 .tab-box button p {
  color: #767676;
}
#sec3 .tab-box button.active {
  background-color: #c69e65;
  box-shadow: 0px 0px 0px 0px #c69e65;
  color: #fff;
  transform: translateY(5px);
}
#sec3 .tab-box button.active p {
  color: #eee;
}
#sec3 .tab-box button:not(.active):hover {
  background-color: rgba(198, 158, 101, 0.4);
}
#sec3 .cont {
  display: flex;
}
#sec3 .cont .left-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#sec3 .cont .bottom-info {
  width: 40%;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#sec3 .cont .bottom-info > div {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  font-size: 18px;
  padding: 24px;
}
#sec3 .cont .bottom-info > ul {
  background-color: #c69e65;
  border-radius: 12px;
  color: #fff;
  padding: 12px 32px 12px 40px;
  font-size: 16px;
  line-height: 32px;
}
#sec3 .btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#sec3 .order-btn {
  width: 240px;
  height: 56px;
  border-radius: 4px;
  background-color: rgba(var(--bs-theme-sub-rgb), 1);
  border: solid 2px var(--bs-theme-sub);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
#sec3 .order-btn:hover {
  background-color: rgba(var(--bs-theme-sub-rgb), 0.8);
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  #sec3 .cont {
    flex-direction: column;
  }
  #sec3 .cont .left-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #sec3 .cont .bottom-info {
    width: 100%;
    margin: 0;
  }
  #sec3 .cont .bottom-info > div {
    font-size: 16px;
    padding: 20px;
  }
  #sec3 .cont .bottom-info > ul {
    padding: 12px 32px 12px 28px;
  }
}
@media (max-width: 768px) {
  #sec3 .tab-box {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sec3 .tab-box button {
    flex: none;
    width: 30%;
    font-size: 14px;
  }
  #sec3 .order-btn {
    width: 200px;
    height: 52px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #sec3 .tab-box button {
    width: 47%;
  }
  #sec3 .cont .bottom-info > div {
    font-size: 14px;
    padding: 16px;
    line-height: 24px;
  }
  #sec3 .cont .bottom-info > ul {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    line-height: 28px;
    word-break: keep-all;
  }
  #sec3 .order-btn {
    border: solid 1px var(--bs-theme-sub);
  }
}

/* sec4 */
#sec4 .product-list,
#sec4 .product-list > *,
#sec4 .product-list > * > *,
#sec4 .product-list > * > * > *,
#sec4 .product-list > * > * > * > * {
  transition: all 0.2s ease;
}
#sec4 .product-list > div {
  border: solid 1px #ddd;
  border-radius: 4px;
  width: 24%;
  margin-bottom: 16px;
}
#sec4 .product-list > div .img-box {
  position: relative;
  cursor: unset;
}
.product-list .prod-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #c69e65;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.2);
}
#sec4 .product-list .img-box {
  height: 300px;
}
.themeBtn-border-black {
  background-color: #fff;
  border: solid 1px #767676;
  color: #333;
  flex: 1;
  width: auto !important;
  transition: all 0.2s ease;
  padding: 12px;
  margin: 20px;
  margin-top: 0;
  font-weight: 900;

  display: flex;
  justify-content: center;
  align-items: center;
}
.themeBtn-border-black:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  #sec4 .product-list {
    gap: 2%;
  }
  #sec4 .product-list > div {
    width: 32%;
  }
  #sec4 .product-list .img-box {
    height: 240px;
  }
  .product-list .prod-link {
    font-size: 1rem;
    height: 48px;
  }
}
@media (max-width: 768px) {
  #sec4 .product-list {
    gap: 2%;
  }
  #sec4 .product-list > div {
    width: 49%;
  }
}
@media (max-width: 480px) {
  #sec4 .product-list > div {
    width: 100%;
  }
  .product-list .prod-link p {
    display: none;
  }
}

/* sec5 */
#sec5 {
  background-color: var(--bs-theme-sub-light);
}
#sec5,
#sec5 > *,
#sec5 > * > *,
#sec5 > * > * > *,
#sec5 > * > * > * > *,
#sec5 > * > * > * > * > *,
#sec5 > * > * > * > * > * > *,
#sec5 > * > * > * > * > * > * > * {
  transition: all 0.2s ease;
}
#sec5 .section {
  flex-direction: row;
}
#sec5 .sub-text-box {
  width: 30%;
  padding-right: 40px;
}
.sec5-btn {
  width: 260px;
  height: 56px;
  padding: 4px 40px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.sec5-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.main-story-cont {
  display: flex;
  gap: 12px;
  width: 70%;
}
.main-story-box {
  flex: 1;
  border: solid 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.main-story-box .tit,
.main-story-box i {
  color: #000;
}
.main-story-box .under .text-box {
  width: 100%;
}
.main-story-box .date,
.main-story-box .text {
  color: #767676;
}
.main-story-box:hover .tit,
.main-story-box:hover i {
  color: #000;
}
.main-story-box:hover .date,
.main-story-box:hover .text {
  color: #767676;
}
.main-story-box .img-box {
  border-radius: 4px 4px 0 0;
  height: 200px;
}
.main-story-box .img-box img {
  object-fit: cover;
}
.main-story-box .under {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  background-color: #fff;
}
.main-story-box .text-box .tit {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}
.main-story-box .text-box .tit,
.main-story-box .text-box .text {
  font-size: 16px;
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-story-box .text-box .text {
  height: 44px;
}

@media (max-width: 1024px) {
  #sec5 .section {
    flex-direction: column;
  }
  #sec5 .sub-text-box {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #sec5 .sub-text-box .text,
  #sec5 .sub-text-box .title {
    margin-bottom: 0;
  }
  .main-story-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-story-cont {
    flex-direction: column;
  }
  #sec5 .sub-text-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .main-story-box {
    display: flex;
  }
  #sec5 .img-box {
    width: 40%;
    height: auto;
  }
  .main-story-box .under {
    width: 60%;
    padding: 16px 20px;
  }
  .main-story-box .text-box .tit,
  .main-story-box .text-box .text {
    font-size: 1rem;
  }
  .sec5-btn {
    height: 52px;
    padding: 4px 30px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .main-story-box .text-box .text {
    display: none;
  }
  .main-story-box .text-box .tit {
    margin-bottom: 0;
  }
  .main-story-box .under {
    padding: 12px 16px;
  }
}

/* map */
#map {
  background-color: #2a2621;
  padding: 0;
  display: flex;
}
.map-cont {
  width: 60%;
  position: relative;
}
.map-cont img {
  object-fit: cover;
  height: 100%;
}
.map-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ededed;
  padding: 90px 60px;
}
.map-text .text-box > div {
  margin-top: 32px;
}
.map-text .text-box > div:nth-child(1) {
  margin-top: 0;
}
.map-text .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.map-text .sub {
  font-size: 16px;
  line-height: 2;
}
.themeBtn-gold {
  width: 260px;
  height: 56px;
  padding: 4px 40px;
  background-color: #c69e65;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-top: 52px;
  color: #fff;
}
.themeBtn-gold:hover {
  color: #ededed;
}
.mapping-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  background-color: var(--bs-theme);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  width: max-content;
}
.mapping-link:hover {
  color: #fff;
}
.text-link {
  text-decoration: underline;
}
.mapping-link::before {
  position: absolute;
  content: "";
  bottom: calc(50% - 77px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 15px solid var(--bs-theme);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: -1;
}
.mapping-link:hover .text-link {
  color: #ededed;
}
@media (max-width: 1024px) {
  .themeBtn-gold {
    width: 200px;
    height: 48px;
    padding: 4px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #map {
    flex-direction: column;
  }
  .map-cont {
    width: 100%;
  }
  .map-text {
    width: 100%;
    padding: 60px 30px;
  }
  .map-text .text-box {
    display: flex;
    justify-content: space-between;
  }
  .map-text .text-box > div {
    flex: 3;
    margin: 0;
    word-break: keep-all;
  }
  .map-text .text-box > div:nth-last-child(1) {
    flex: 1;
  }
  .map-text .tit {
    font-size: 18px;
  }
  .map-text .sub {
    font-size: 14px;
  }
  .themeBtn-gold {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .map-text {
    padding: 40px 20px;
  }
  .map-text .text-box {
    flex-direction: column;
  }
  .map-text .text-box > div {
    flex: 1;
    margin-top: 24px;
  }
}
/* 끝 */

.fix-order {
  position: fixed;
  bottom: -60px;
  left: 0;
  background-color: var(--bs-theme);
  width: 100%;
  padding: 0 20px;
  z-index: 2;
  transition: all 0.25s ease;
}
.fix-order.active {
  bottom: 0;
  transition: all 0.25s ease;
}
.fix-order .exp-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: #fff;
  max-width: 1280px;
  margin: 0 auto;
}
.exp-cont .txt {
  font-weight: 900;
  font-size: 1.5rem;
}
.exp-cont .btn-cont {
  display: flex;
  gap: 20px;
}
.exp-cont .btn-cont a {
  border: solid 2px #fff;
  border-radius: 100px;
  color: #fff;
  height: 40px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
.exp-cont .btn-cont a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1024px) {
  .fix-order {
    display: none;
  }
}

/* 상품 공통 */
.product-box {
  display: flex;
  flex-direction: column;
  color: #000;
}
.product-category {
  color: #767676;
}
.price-cont {
  color: #000;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 12px;
}
.prod-inquiry {
  font-size: 1.1429rem;
  line-height: 1.5;
}
.prod-inquiry .tit {
  font-size: 2rem;
  color: var(--bs-theme);
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 4px;
}
.prod-inquiry .tit:nth-child(1) {
  margin-top: 0;
}
.prod-inquiry ul {
  padding: 12px 24px 24px 32px !important;
  background-color: #f9f9f9;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .prod-inquiry {
    font-size: 1rem;
    line-height: 1.25;
    padding-top: 20px !important;
  }
  .prod-inquiry ul {
    padding: 12px 16px 24px 24px !important;
  }
  .prod-inquiry .tit {
    font-size: 1.5rem;
  }
}

/* new css 2025/04/16 */
/* add css 2026/03/18 */
/* 서브페이지 */
.mypage-container {
  display: flex;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.subpage-title-wrap,
.mypage-title-wrap {
  display: none;
}
body:has(.subpage-on) .subpage-title-wrap {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 40px;
  font-size: 1.7143rem;
  font-weight: 700;
}
.searchWrap {
  font-size: 1.1429rem;
  border: solid 1px #ddd;
  padding: 14px 24px;
  margin-bottom: 40px;
}
.category-subWrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.category-subWrap a {
  padding: 14px;
  border-radius: 4px;
}
.category-subWrap a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #000;
}
.category-subWrap a.active {
  font-weight: 700;
  color: var(--bs-theme);
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3%;
}
.product-list > a {
  width: 24%;
  margin-bottom: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
.product-list > a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.product-list .img-box {
  height: 240px;
  border-radius: 4px;
}
.product-list .col-info {
  padding: 20px;
}
@media (max-width: 1024px) {
  body:has(.subpage-on) .subpage-title-wrap {
    margin-top: 20px;
  }
  .product-list {
    gap: 2%;
  }
  .product-list a {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .mypage-container {
    padding: 40px 16px;
  }
  .category-subWrap {
    gap: 12px;
  }
  .category-subWrap a {
    padding: 10px;
  }
  .product-list {
    gap: 2%;
  }
  .product-list a {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .category-subWrap a {
    font-size: 1rem;
  }
  .product-box-col .img-box,
  .product-box-col .img-box img {
    height: 140px;
  }
  .product-box-col .col-info {
    padding: 12px;
  }
}
body:has(.mypage-on) .mypage-title-wrap {
  display: flex;
  padding: 0;
  padding-bottom: 40px;
}
#subContainer > .container {
  margin-top: 0;
}
.mypage-subMenu {
  min-width: 250px;
  max-width: 250px;
}
.page-subMenu {
  position: relative;
}
.page-nav {
  display: flex;
  flex-direction: column;
  position: static;
  text-align: left;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mypage-subMenu .pageHeader-title {
  background-color: #51740b;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;

  border-radius: 4px;
}
.mypage-title-wrap .mypage-cont {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1280px;
  padding: 0 20px;
  padding-left: 320px;
  margin: 0 auto;
}
.mypage-title-wrap .pageHeader-title {
  font-size: 32px;
}
.mypage-title-wrap .breadcrumb {
  margin-top: 12px;
}
.page-nav a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  margin: 0 15px;
  color: #676767;
  font-weight: 300;
}
.mypage-subMenu .page-nav a {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 18px 20px 18px 24px;
  border-bottom: solid 1px #dcdcdc;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.mypage-subMenu .page-nav a:hover {
  text-decoration: none;
  /* color: #51740b; */
  color: #51740b;
  background-color: rgba(81, 116, 11, 0.2);
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.sub-cont {
  width: calc(100% - 240px);
  margin-top: 52px;
  min-width: calc(75% - 200px);
  /* margin-left: 60px; */
}
@media (max-width: 1024px) {
  .mypage-title-wrap {
    padding: 30px 0;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-nav-select-wrap {
    display: block;
  }
  .mypage-title-wrap {
    margin-top: 0px;
  }
  .mypage-title-wrap .mypage-cont {
    align-items: center;
    padding-left: 20px;
  }
  .mypage-subMenu {
    display: none;
  }
  .sub-cont {
    width: 100%;
    margin: 0;
    /* margin-top: 20px; */
  }
}

/* new footer */
#footer {
  border-top: 1px solid #767676;
  background-color: #2a2621;
  color: #fff;
  margin-top: auto;
}
#footer .footer-submenu {
  border-bottom: solid 1px #767676;
  height: 48px;
}
#footer .footer-container {
  display: flex;
  height: 100%;
}
#footer .footer-container > div {
  width: 50%;
  border-right: solid 1px #767676;
  height: stretch;
}
#footer .footer-container > div:nth-last-child(1) {
  border: none;
}
#footer .footer-list {
  display: flex;
  align-items: center;
}
#footer .footer-list .menu {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-right: 24px;
}
#footer .footer-notice {
  display: flex;
}
#footer .footer-notice .tit {
  height: stretch;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-right: solid 1px #767676;
}
#footer .footer-notice .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex: 1;
  background-color: #fff;
  color: #000;
  border-right: solid 1px #767676;
}
#footer .footer-notice .none-notice {
  background-color: #ddd;
}
#footer .footer-admin {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 300;
}
#footer .footer-admin .left {
  border: none;
}
#footer .footer-admin ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#footer .footer-admin ul li {
  display: flex;
  gap: 12px;
}
#footer .footer-admin .right {
  display: flex;
}
#footer .footer-admin .right > div {
  width: 50%;
}
#footer .footer-admin .title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 20px;
}
#footer .footer-admin .footer-sub {
  font-weight: 700;
  color: #eaeaea;
}
#footer .footer-admin .footer-sub.call {
  font-size: 16px;
  align-items: center;
}
#footer .qr-box {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
#footer .qr-box > img {
  width: 100px;
}
#footer .qr-box .text img {
  width: 30px;
  margin-bottom: 8px;
}
#footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 13px;
  color: #b5b5b5;
  border-top: solid 1px #767676;
}
.notice-text {
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-link {
  color: #fff;
  font-weight: 700;
  margin-left: 6px;
  text-decoration: underline;
}
.business-link:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  #footer .footer-submenu {
    height: auto;
    border: none;
  }
  #footer .footer-submenu .footer-container {
    flex-direction: column-reverse;
    margin: 0;
    width: 100%;
  }
  #footer .footer-container > div {
    width: 100%;
    border: none;
  }
  #footer .footer-submenu .footer-container > div {
    /* height: auto; */
    border-bottom: solid 1px #767676;
    /* padding: 20px;
    gap: 20px; */
    flex-wrap: wrap;
    height: 48px;
    padding: 0;
    padding-left: 20px;
    gap: 0;
  }
  #footer .footer-admin {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 30px 20px;
  }
  #footer .footer-admin .footer-container {
    flex-direction: column;
    gap: 40px;
    margin: 0;
    width: 100%;
  }
  #footer .footer-admin .title {
    padding-bottom: 12px;
  }
  #footer .footer-admin,
  #footer .copyright {
    font-size: 12px;
  }
  #footer .footer-list .menu,
  #footer .footer-admin .title {
    font-size: 13px;
  }
  #footer .footer-admin .footer-sub.call {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #footer .footer-submenu .footer-container > div {
    height: 48px;
  }
}
@media (max-width: 480px) {
  #footer .footer-notice {
    display: none;
  }
  #footer .footer-admin .right {
    flex-direction: column;
    gap: 40px;
  }
  #footer .footer-admin .right > div {
    width: 100%;
  }
  #footer .copyright {
    font-size: 10px;
  }
  #footer .footer-admin ul li {
    gap: 4px;
    flex-direction: column;
  }
  #footer .footer-admin .footer-sub.call {
    flex-direction: row;
  }
}

#google_translate_element {
  position: fixed;
  right: 5px;
  bottom: -15px;
  z-index: 99;
}
body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element > div > div {
  position: relative;
  min-width: 168px;
  height: 60px;
}
#google_translate_element > div > div > select::-ms-expand {
  display: none;
}

#google_translate_element > div > div:after {
  content: ">";
  font:
    17px "Consolas",
    monospace;
  color: #333;
  transform: rotate(90deg);
  right: 12px;
  top: 18px;
  position: absolute;
  pointer-events: none;
}
#google_translate_element > div > div > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 168px;
  height: 46px;
  float: right;
  margin: 5px 0px;
  padding: 0px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

/* pagination */
.pagination {
  justify-content: center;
  gap: 4px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  width: 100%;
  height: 100%;
  border-radius: 12px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-theme) !important;
  /* padding-top: 2.5px !important; */
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent !important;
}
.pagination > li:hover > a,
.pagination > li:hover > span {
  background-color: rgba(var(--bs-theme-rgb), 0.2) !important;
}

.contact-cont {
  margin-bottom: 80px;
}
.contact-box {
  padding: 60px 0;
  margin-bottom: 20px;
  border-bottom: dotted 1px #767676;
  display: flex;
  flex-direction: column;
}
.contact-box:nth-child(1) {
  padding-top: 0;
}
.contact-box:nth-child(3) {
  padding-bottom: 0;
  border: none;
}
.contact-box .title,
body:has(.searchWrap) .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.title h2 {
  font-size: 28px;
  font-weight: 700;
}
.contact-inner {
  padding-bottom: 40px;
}
.required-txt {
  font-size: 16px;
  color: #f00;
}
.form-inputBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.form-inputBox:nth-last-child(1) {
  margin-bottom: 0;
}
.form-labelTxt {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
}
.contact-input {
  height: 56px;
  border-radius: 0;
  border: solid 2px #f2f2f2;
  background-color: #f2f2f2;
  box-shadow: none;
  font-size: 16px;
  padding-left: 24px;
}
.contact-input:hover,
.contact-input:active,
.contact-input:focus {
  box-shadow: none;
  outline: none;
}
.contact-input:active,
.contact-input:focus {
  border: solid 2px #767676;
}
.contact-cont .editor-content {
  margin: 0 !important;
}
.contact-cont .editor-content .ck.ck-editor__main {
  /* margin: 0;
  border: solid 1px #ddd; */
}
.contact-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.contact-footer .contact-btn {
  width: 100%;
  max-width: 400px;
  height: 72px;
  border: none;
  border-radius: 100px;
  background-color: #51740b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.1s ease;
}
.contact-footer .contact-btn:hover {
  background-color: rgba(81, 116, 11, 0.8);
  transition: all 0.1s ease;
}
.admin-cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .title h2 {
    font-size: 24px;
  }
  .contact-box .title {
    align-items: flex-start;
    flex-direction: column;
  }
  .agreement-box .ck-box label {
    word-break: keep-all;
    font-size: 14px;
  }
  .contact-footer .contact-btn {
    height: 56px;
    font-size: 16px;
  }
}

/* 상품 상세페이지 관련 */
.prod-view-header {
  display: flex;
  gap: 4% !important;
}
.prod-view-header > div {
  width: 48%;
  overflow: hidden;
}
.prod-swiperbox {
  width: 100%;
  margin-bottom: 100px;
}
.prod-swiperbox .prodSwiper2 {
  margin-bottom: 20px;
  position: relative;
}
.prod-swiperbox .prodSwiper2 .swiper-slide {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #eee inset;
  cursor: pointer;
}
.prod-swiperbox .prodSwiper2 .swiper-pagination {
  display: none;
  bottom: 10px;
  left: calc(100% - 56px);
  width: 40px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.prod-swiperbox .prodSwiper .swiper-slide {
  opacity: 0.5;
  border-radius: 8px;
  max-width: 84px;
  max-height: 84px;
  box-shadow: 0 0 0 1px #999 inset;
  cursor: pointer;
}
.prod-swiperbox .prodSwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 0 0 2px #212121 inset;
}
.prod-img {
  display: block;
  width: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-size: cover; */
  background-size: contain;
}
.prod-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.prod-infobox {
  font-size: 16px;
  padding-bottom: 100px;
}

.prod-infobox .info-top {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}
.sale-box {
  display: flex;
  gap: 8px;
  font-size: 1rem;
}
.sale-box .sale-percent {
  color: #ff0000;
}
.sale-box .cost {
  color: #999;
}
.prod-infobox .strong-font {
  font-size: 24px;
}

.prod-infobox .info-top > div {
  margin-bottom: 20px;
}

.prod-infobox .info-top .info-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prod-infobox .info-top .info-shop .shop-link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.prod-infobox .info-detail > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.prod-infobox .detail-box {
  display: flex;
  align-items: center;
}
.prod-infobox .detail-box .name {
  width: 120px;
  color: #767676;
}
.detail-add {
  padding-left: 20px;
}
.detail-add > div {
  margin-bottom: 8px;
}
.detail-add > div:nth-last-child(1) {
  margin: 0;
}
.add-info {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 12px;
  font-weight: 900;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}
.btn-box {
  display: flex;
}
.btn-box > button,
.btn-box > a {
  width: 50%;
}
.shopBtn,
.themeBtn,
.themeBtn.withdrawal-btn {
  border: solid 1px var(--bs-theme);
  background-color: var(--bs-theme);
  color: #fff;
  flex: 1;
  width: 100%;
  transition: all 0.2s ease;
  text-align: center;
  padding: 12px;
  font-weight: 900;

  display: flex;
  justify-content: center;
  align-items: center;
}
.themeBtn.withdrawal-btn {
  background-color: #af1212;
  border: solid 1px #af1212;
}
.shopBtn-border,
.themeBtn-border,
.themeBtn-border-mini,
.themeBtn-border.withdrawal-btn {
  border: solid 1px var(--bs-theme);
  background-color: #fff;
  color: var(--bs-theme);
  flex: 1;
  width: 100%;
  transition: all 0.2s ease;
  padding: 12px;
  font-weight: 900;

  display: flex;
  justify-content: center;
  align-items: center;
}
.themeBtn-border.withdrawal-btn {
  border: solid 1px #af1212;
  color: #af1212;
}
.themeBtn-border-mini {
  padding: 4px !important;
  font-size: 1rem !important;
  flex: none !important;
  width: auto !important;
}
.shopBtn:hover,
.shopBtn-border:hover,
.themeBtn:hover,
.themeBtn-border:hover,
.themeBtn-border-mini:hover {
  background-color: rgba(var(--bs-theme-rgb), 0.5);
  color: #fff;
  transition: all 0.2s ease;
}
.themeBtn.withdrawal-btn:hover,
.themeBtn-border.withdrawal-btn:hover {
  background-color: #861c1c;
  border: solid 1px #861c1c;
}
button[disabled].themeBtn:hover {
  cursor: inherit;
  background-color: #eee;
  color: #878c9a;
}
.prod-view-body .prod-tabs {
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 2;
  position: sticky;
  top: 63px;
  left: 0;
  z-index: 1;
}
.prod-view-body .prod-tabs li {
  width: 50%;
  height: 56px;
}
.prod-view-body .prod-tabs li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ddd;
  border-right: none;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
}
.prod-view-body .prod-tabs li:nth-last-child(1) a {
  border-right: solid 1px #ddd;
}
.prod-view-body .prod-tabs li.active a {
  border-bottom: none;
  background-color: #fff;
  color: var(--bs-theme);
  font-weight: 700;
  text-decoration: none;
  word-break: keep-all;
  padding: 0 10px;
  text-align: center;
}
.prod-view-body .prod-desc {
  width: 80%;
  padding: 16px 0 20px 0;
  margin: 0 auto;
}
.prod-view-body .prod-desc .image {
  width: 100%;
}
.prod-view-body .prod-desc .image > img {
  width: 100%;
  margin: 0 auto !important;
}
.prod-view-body .prod-desc,
.prod-view-body .prod-review,
.prod-view-body .prod-contact,
.prod-view-body .prod-inquiry {
  padding-top: 50px;
  display: none;
}
.prod-view-body .prod-desc.active,
.prod-view-body .prod-review.active,
.prod-view-body .prod-contact.active,
.prod-view-body .prod-inquiry.active {
  display: block;
}
.prod-view-body .prod-inquiry h3 {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: solid 2px #000;
}
.prod-view-body .prod-desc p,
.prod-view-body .prod-desc ul li,
.prod-view-body .prod-review p,
.prod-view-body .prod-review ul li,
.prod-view-body .prod-contact p,
.prod-view-body .prod-contact ul li,
.prod-view-body .prod-inquiry p,
.prod-view-body .prod-inquiry ul li {
  word-break: keep-all;
  padding-top: 12px;
}
.prod-view-body .prod-desc ul,
.prod-view-body .prod-review ul,
.prod-view-body .prod-contact ul,
.prod-view-body .prod-inquiry ul,
.li-list-style {
  list-style-type: "- ";
}
.prod-view-body .prod-desc ul,
.prod-view-body .prod-review ul,
.prod-view-body .prod-contact ul,
.prod-view-body .prod-inquiry ul,
.li-list-style {
  padding-left: 20px;
}
.prod-view-body .prod-desc p:has(strong),
.prod-view-body .prod-review p:has(strong),
.prod-view-body .prod-contact p:has(strong),
.prod-view-body .prod-inquiry p:has(strong) {
  padding-top: 20px;
}
.prod-view .moblie-wrap-btn {
  display: none;
  padding: 7px 16px;
  background-color: #fff;
  border-top: solid 1px #ddd;
  width: 100%;
  /* z-index: 1014; */
  z-index: 999;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
}
.moblie-wrap-btn {
  display: none;
  padding: 7px 16px;
  background-color: #fff;
  border-top: solid 1px #ddd;
  width: 100%;
  /* z-index: 1014; */
  z-index: 999;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
/* 상품 상세 문의 모달 */
.modal-check-content:has(.contact-modal) {
  padding: 0 !important;
}
.modal-check-content:has(.contact-modal) > div {
  text-align: left !important;
  width: 100%;
}
.contact-modal .tit {
  font-weight: 700;
  padding-bottom: 8px;
}
.contact-modal .table-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.contact-modal .table-contact > div {
  display: flex;
  border: solid 1px #767676;
  margin-bottom: -1px;
}
.contact-modal .table-contact > div:nth-last-child(1) {
  margin: 0;
}
.contact-modal .table-contact > div div {
  padding: 12px;
  width: 70%;
  font-weight: 500;
}
.contact-modal .table-contact > div .sub-tit {
  background-color: #f1f1f1;
  border-right: solid 1px #767676;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.contact-modal .table-contact > div img {
  width: 35%;
  min-width: 150px;
}
@media (max-width: 768px) {
  .prod-view-body .prod-desc,
  .prod-view-body .prod-review,
  .prod-view-body .prod-contact,
  .prod-view-body .prod-inquiry {
    padding-top: 20px;
    width: 100%;
  }
  .prod-view {
    padding-top: 0;
  }
  .prod-view-header {
    flex-direction: column;
  }
  .prod-view-header > div {
    width: 100%;
  }
  .prod-swiperbox {
    margin-bottom: 24px;
  }
  .prod-swiperbox .prodSwiper2 {
    margin-bottom: 0;
  }
  .prod-swiperbox .prodSwiper2 .swiper-slide {
    border-radius: 0;
  }
  .prodSwiper2 .swiper-pagination {
    display: flex !important;
    padding: 0 6px;
    justify-content: space-around;
    align-items: center;
  }
  .prod-swiperbox .prodSwiper {
    display: none;
  }
  .prod-infobox {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .prod-infobox .info-top {
    border-bottom: solid 3px #ddd;
  }
  .prod-infobox .info-top > div {
    margin-bottom: 12px;
  }
  .prod-infobox .info-top > div:nth-child(1) {
    margin-bottom: 8px;
    font-size: 0.8571rem;
  }
  .prod-infobox .info-top > div:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .prod-infobox .info-detail > div {
    font-size: 1rem;
  }
  .prod-infobox .strong-font {
    font-size: 1.1429rem;
  }
  .prod-infobox .option-area {
    display: none;
  }
  .prod-view-body .prod-tabs ul {
    width: 100%;
  }
  .prod-view-body .prod-desc {
    width: 100%;
    padding-top: 20px;
  }
  .prod-view-body .prod-review,
  .prod-view-body .prod-contact,
  .prod-view-body .prod-inquiry {
    padding-top: 40px;
  }
  .prod-view-body .prod-desc p,
  .prod-view-body .prod-desc ul,
  .prod-view-body .prod-review,
  .prod-view-body .prod-contact {
    padding-left: 16px;
    padding-right: 16px;
  }
  .prod-view-body .prod-inquiry {
    padding-left: 0;
    padding-right: 0;
  }
  .prod-view-body .prod-desc ul {
    padding-left: 30px;
  }
  .prod-tabs {
    top: 56px;
  }
  .moblie-wrap-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .offcanvas-header .btn-close {
    box-sizing: content-box;
    width: 100%;
    height: 1.5em;
    padding: 0.5rem 0.5rem;
    margin: 0 auto;
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath d='M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67'/%3e%3c/svg%3e")
      center/1em auto no-repeat center / 1em auto no-repeat;
    color: #999;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    background-size: 100% 100%;
  }
}

/* 장바구니 & 예약하기 */
.cart-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 32px;
}
.cart-page button {
  z-index: 1 !important;
}
.cart-page .cart-wrap {
  display: flex;
  gap: 2%;
}
.cart-page .cart-wrap .cart-cont,
.reserv-page .reserv-wrap > div:nth-child(1) {
  /* flex-basis: calc(100% - 360px); */
  /* width: calc(100% - 360px); */
  width: calc(100% - 300px - 2%);
}
.cart-page .cart-wrap .cart-cont .cart-top {
  position: sticky;
  z-index: 999;
  top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 100%;
  padding: 16px;
  margin-bottom: 0;
}
.all-clicker {
  display: flex;
  align-items: center;
}
.cart-page input[type="checkbox"] {
  position: relative;
  margin-left: 3px;
  margin-right: 19px;
}
.cart-page input[type="checkbox"]::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.cart-page input[type="checkbox"]:checked::before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "\2713";
  border: none;
  background-color: var(--bs-theme);
}
.allDel-Btn {
  border: none;
  background-color: transparent;
  color: #e6230a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}
.cart-page .cart-total {
  margin-top: 30px;
  border: none;
  position: relative;
}
.goods-list {
  width: 100%;
  border-top: solid 2px #999;
}
.cart-goods-box {
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 16px;
  width: 100%;
  background-color: #fff;
}
.cart-goods-info {
  width: 100%;
  display: flex;
  font-weight: 900;
}
.cartDelBtn {
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}
.cart-page .cart-prod {
  width: 100%;
}
.cart-prod-info,
.return-prod-info {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 80%;
}
.return-prod-info {
  width: 100%;
  padding: 12px 0;
}
.cart-prod-info .img-box,
.return-prod-info .img-box {
  max-width: 80px;
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border-radius: 8px;
}
.cart-prod-name {
  width: calc(100% - 116px);
  height: 100%;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-prod-name > div:nth-child(1) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-prod-num {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 900;
}
.cart-prod-num .price {
  color: var(--bs-theme);
}
.cart-page .sticky-cont,
.reserv-page .sticky-cont {
  width: 300px;
}
.cart-page .sticky-cont .total-cont,
.reserv-page .sticky-cont .total-cont {
  position: sticky;
  top: 80px;
}
.reserv-page .sticky-cont .total-cont {
  padding: 20px;
  padding-right: 0;
  border-left: solid 1px #ddd;
}
.total-box {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 16px;
}
.total-box .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #212121;
}
.total-box .info li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.total-box > .price {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #767676;
}
.total-box .total-priceBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.total-box .total-priceBox > strong {
  color: var(--bs-theme);
  font-size: 16px;
}
/* 예약하기 */
.reserv-page .reserv-wrap {
  display: flex;
  gap: 2%;
}
.add-guideBtn {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #c0d2c8;
  margin-left: auto;
  margin-bottom: 8px;
}
.reserv-page .guide-textBox {
  border: solid 1px #7a9f8a;
  background-color: #e6ede9;
  padding: 20px 20px 20px 40px;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 1.8;
  list-style: disc;
}
.reserv-page .reserv-wrap .reserv-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
}
.reserv-cont .tit {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 4px 16px;
  background-color: #7a9f8a;
  font-size: 1.1429rem;
  font-weight: 900;
  color: #fff;
}
.reserv-cont .program-list {
  display: flex;
  flex-direction: column;
}
.reserv-cont .program-list button,
.cart-program .full-reserv {
  border: solid 1px #ddd;
  margin-top: -1px;
  background-color: transparent;
  padding: 12px 16px;
}
.reserv-cont .program-list button:hover {
  background-color: rgba(192, 210, 200, 0.4);
}
.reserv-cont .program-list button.cart-add {
  background-color: #c0d2c8;
}
.reserv-cont .program-list button.cart-add .bold-color,
.reserv-cont .program-list button.cart-add .price {
  color: #767676;
}
.reserv-cont .program-list button:nth-child(1) {
  margin-top: 0;
}
.reserv-cont .program-cont {
  width: calc(50% - 8px);
}
.program-cont .memo:not(:empty) {
  padding: 8px 16px;
  border: solid 2px #7a9f8a;
  font-weight: 900;
  background: rgba(122, 159, 138, 0.1);
}
.text-theme {
  color: var(--bs-theme) !important;
}
.program-cont .memo .sub {
  font-size: 12px;
  font-weight: 400;
  color: #7a9f8a;
}
.reserv-cont > img {
  width: 50%;
}
.reserv-cart {
  background-color: transparent;
  padding: 0px;
  border-radius: 0;
}
.reserv-cart > .tit {
  font-size: 1.1429rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.cart-program {
  margin-bottom: 20px;
}
.cart-program .tit {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 8px;
  padding-left: 4px;
}
.cart-program li {
  border: solid 1px #ddd;
  display: flex;
  margin-top: -1px;
}
.cart-program li:nth-child(1) {
  margin-top: 0;
}
.cart-program li .left {
  padding: 12px 14px;
  border-right: solid 1px #ddd;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
}
.cart-program li .x-btnArea {
  width: 48px;
  height: auto;
  background-color: #dd403c;
  color: #fff;
  font-size: 1.1429rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.program-list button .name {
  width: 100%;
  text-align: left;
}
.program-list button .price,
.cart-program .price {
  color: var(--bs-theme);
  font-weight: 900;
  /* width: 100%; */
  /* text-align: right; */
}
.reserv-time {
  width: calc(100% - 195px);
  overflow: hidden;
}
.swiper-slide-auto .swiper-wrapper .swiper-slide {
  width: auto;
}
.slide-time-select input {
  position: absolute !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.slide-time-select label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  height: 44px;
  border-radius: 4px;
  background-color: #fff;
  color: var(--bs-theme);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  border: solid 1px var(--bs-theme);
}
.slide-time-select input:checked + label {
  background-color: var(--bs-theme);
  color: #fff;
}
.slide-time-select input[disabled] + label {
  background-color: #eee;
  color: #979797;
  cursor: default;
}
.themeBtn.offcanvas-inBtn {
  transition: none !important;
}
.reserv-total {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 12px 16px;
  margin-bottom: 12px;
  border: 4px;
  font-weight: 900;
}
.datepicker-btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  border: 1px solid #eee;
  height: 50px;
  background: transparent;
  color: #767676;
  font-weight: 600;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ddd !important;
}
.input-datepicker .datepicker td.today {
  background: #e5e5e5 !important;
}
.input-datepicker .datepicker td.active,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background: var(--bs-theme) !important;
}
.input-datepicker .datepicker,
.input-datepicker .datepicker table {
  width: 100%;
}
.input-datepicker .datepicker th,
.input-datepicker .datepicker td {
  width: 36px;
  height: 36px;
  font-size: 16px;
}
.offcanvas-bottom {
  height: auto;
  max-width: 768px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  bottom: auto;
  transition: none !important;
}
.bottomSheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.bottomSheet-title {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
}
.bottomSheet-close {
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  background: transparent;
  border: 0;
  justify-content: center;
  align-items: center;
}
.bottomSheet-body {
  padding: 4px 16px;
}
.box-scroll-inner {
  /* box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5); */
  overflow: auto;
  overflow-x: hidden;
  max-height: 60vh;
}
.bottomSheet-footer {
  padding: 16px;
}
.reserv-user {
  border: solid 1px #ddd;
}
.reserv-user .sub-box {
  display: flex;
  border-bottom: solid 1px #ddd;
}
.reserv-user .sub-box:nth-last-child(1) {
  border: none;
}
.reserv-user .sub-box > div {
  padding: 8px 12px;
  width: 70%;
}
.reserv-user .sub-box .tit {
  border-right: solid 1px #ddd;
  min-width: 90px;
  width: 20%;
  text-align: center;
}
.fa-bag-shopping {
  color: var(--bs-theme);
}
.select-custoBbox .shop-text {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.time-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.time-item {
  width: calc(12.5% - 8px);
  min-width: 89px;
}
.time-item input {
  display: none;
}
.time-item label {
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}
.time-item label:hover {
  background: #f8f9fa;
}
.time-item input:checked + label {
  background: var(--bs-theme);
  color: #fff;
  font-weight: 700;
  border-color: var(--bs-theme);
}
/* 예약하기 > 프로그램 상세설명 모달 */
#program_guide .modal-dialog {
  max-width: 1280px;
}
.program-guide .program-box {
  border-radius: 12px;
  overflow: hidden;
  border: solid 1px #7a9f8a;
  margin-bottom: 16px;
}
.program-guide .program-box .top {
  background-color: #7a9f8a;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.program-guide .program-box .top .tit {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 32px;
}
.program-guide .program-box .under {
  display: flex;
}
.program-guide .program-box .program-img {
  width: 300px;
  height: 300px;
  border-right: solid 1px #7a9f8a;
}
.program-guide .program-box .text-box {
  width: calc(100% - 300px);
  background: #f4fff9;
  word-break: keep-all;
}
.program-guide .program-box .text-box .summ {
  min-height: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-bottom: solid 1px #7a9f8a;
  background-color: #fff;
}
.program-guide .program-box .text-box ul {
  width: 100%;
  padding: 12px 20px;
  padding-left: 32px;
}
.program-guide .program-box .text-box ul li {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.program-guide .program-box .text-box ul li::before {
  position: absolute;
  left: -9px;
  top: 15px;

  content: "";
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: #333;
}
@media (max-width: 1024px) {
  .cart-title {
    margin-top: 20px;
  }
  .cart-goods-info {
    flex-direction: column;
  }
  .cart-page .cart-prod-info {
    width: 100%;
  }
  .cart-prod-num {
    width: 100%;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    margin-left: 116px;
  }
  .reserv-cont .program-cont {
    width: 100%;
  }
  #step2 .reserv-wrap .reserv-cont {
    width: calc(100% - 360px);
  }
  .reserv-time {
    width: 100%;
  }
  .program-guide .program-box .text-box ul li {
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .cart-page .cart-wrap,
  .reserv-page .reserv-wrap {
    flex-direction: column;
  }
  .cart-page .cart-wrap .cart-cont,
  .reserv-page .reserv-wrap > div:nth-child(1) {
    width: 100%;
  }
  .total-cont {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background-color: #fff;
    z-index: 999;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
  }
  .total-box {
    margin-bottom: 16px;
    max-height: 160px;
    overflow: auto;
  }
  .reserv-page .sticky-cont .total-cont {
    border: none;
    padding: 20px;
  }
  .total-cont:has(.cart-program) .reserv-cart {
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
  }
  #step2 .reserv-wrap .reserv-cont {
    width: 100%;
  }
  .offcanvas-bottom {
    border-radius: 10px 10px 0 0;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none !important;
    max-height: 90vh;
  }
  .program-guide .program-box .top {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
  }
  .program-guide .program-box img {
    width: 100%;
  }
  .program-guide .program-box .under {
    flex-direction: column;
  }
  .program-guide .program-box .text-box ul li {
    font-size: 14px;
  }
  .program-guide .program-box .top .tit,
  .program-guide .program-box .text-box .summ {
    font-size: 1.2rem;
  }
  .program-guide .program-box .program-img,
  .program-guide .program-box .text-box {
    width: 100%;
  }
  .program-guide .program-box .program-img {
    border: none;
    height: 260px;
    border-bottom: solid 1px #7a9f8a;
  }
  .program-guide .program-box img {
    object-fit: contain;
    height: inherit;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .reserv-page .reserv-wrap .reserv-cont {
    flex-direction: column;
  }
  .reserv-page .reserv-wrap .reserv-cont > img {
    width: 100%;
  }
  .cart-prod-info .img-box.cart {
    display: none;
  }
  .cart-prod-info .img-box,
  .return-prod-info .img-box {
    max-width: 60px;
    height: 60px;
  }
  .cart-prod-num {
    margin: 0;
    justify-content: flex-end;
  }
  .return-prod-info {
    padding: 8px;
  }
}

/* 주문서 작성 및 결제 */
.order-info {
  display: flex;
  gap: 2%;
}
.order-info > div {
  width: 49%;
}
.payment-page .cart-prod-info {
  width: 100%;
}
.cart-prod-name > div .price {
  color: var(--bs-theme);
}
.cart-cont .title,
.reserv-cont .title {
  font-size: 1.25rem;
  font-weight: 900;
  background: #f5f5f5;
  padding: 8px;
  border-top: solid 2px #999;
}
.payment-page .cart-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-prod-name {
  width: calc(100% - 96px);
  font-weight: 900;
}
@media (max-width: 480px) {
  .order-info {
    flex-direction: column;
  }
  .order-info > div {
    width: 100%;
  }
  .cart-page .cart-prod-name {
    width: 100%;
    gap: 4px;
    padding: 8px 0;
  }
  .payment-page .cart-prod-name {
    width: calc(100% - 96px);
    font-weight: 900;
  }
}

.fb-70 {
  flex-basis: 70%;
}

/* 마이페이지 layout */
.subMenu-width {
  width: 20%;
  min-width: 200px;
  margin-right: 40px;
}
.pageHeader-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #000;
}
.page-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.page-nav a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  padding: 12px 0;
  color: #676767;
  font-weight: 300;
}
.nav-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav-column > a,
.nav-column > .tit {
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
}
.nav-column a.active {
  font-weight: 700;
  color: var(--bs-theme);
}
.nav-column > a:hover {
  background-color: #f5f5f5;
}
.nav-column > .tit {
  height: 50px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  border-bottom: solid 1px #ddd;
}
.nav-column > a:nth-last-child(1) {
  border-bottom: solid 1px #ddd;
}
.page-nav a:last-child::after {
  display: none;
}
.mypage-css .member-intro {
  border: solid 1px #ddd;
  border-radius: 8px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.mypage-css .member-intro > p {
  font-size: 18px;
}
.mypage-css .moreBtn {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}
.box-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.box-info .box-tit {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.box-info .box-tit h3 {
  font-weight: 700;
  width: 160px;
}
.box-info .box-tit p {
  width: calc(100% - 180px);
  word-break: keep-all;
}
.mypage-reserv {
  width: 100%;
}
.mypage-reserv thead tr {
  height: 52px;
  font-weight: 700;
}
.mypage-reserv thead tr td {
  background-color: #eeeeee;
}
.mypage-reserv thead tr td:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.mypage-reserv thead tr td:nth-last-child(1) {
  border-radius: 0 8px 8px 0;
}
.mypage-reserv tr td {
  text-align: center;
  padding: 12px 20px;
}
.mypage-reserv tr td:nth-child(1) {
  text-align: start;
}
.mypage-reserv tbody tr td {
  border-bottom: solid 1px #ddd;
}
.mypage-reserv tr td:nth-last-child(1) > div {
  display: flex;
  align-items: center;
}
.mypage-reserv tr td:nth-last-child(1) > div > * {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-reserv .btn-reserve {
  border: none;
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 12px;
}
.table-col-1 {
  width: 60%;
}
.table-col-2 {
  width: 40%;
}
@media (max-width: 1024px) {
  .table-col-1 {
    width: 50%;
  }
  .table-col-3 {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .subMenu-width {
    display: none;
  }
  .box-info .box-tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .box-info .box-tit p {
    width: 100%;
  }
  .mypage-css .member-intro {
    padding: 0 20px;
    height: 70px;
  }
  .mypage-css .member-intro p,
  .mypage-css .member-intro a {
    font-size: 14px;
  }
  body:has(.mypage-css) .mypage-container {
    padding: 5px 16px;
  }
  /* body:has(.mypage-css) .nav-select-toggle.nav_toggle, */
  body:has(.mobile-tit-none) .page-nav-select {
    display: none;
  }
  body:has(.mypage-css) .select-dropdown.dropdown-menu {
    /* display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 80px);
    height: calc(calc(var(--vh, 1vh) * 100) - 140px);
    padding: 0;
    box-shadow: none; */
  }
  .mypage-reserv tr td {
    padding: 8px 16px;
  }
  .mypage-reserv button {
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .mypage-reserv thead {
    display: none;
  }
  .mypage-reserv tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 12px;
    overflow: hidden;
  }
  .mypage-reserv,
  .mypage-reserv tbody {
    display: flex;
    width: 100%;
  }
  .mypage-reserv tbody {
    flex-direction: column;
    gap: 8px;
  }
  .mypage-reserv tbody tr td {
    border: none;
  }
  .mypage-reserv tbody tr td:nth-child(1) {
    background-color: #eee;
  }
  .mypage-reserv button {
  }
}

/* 주문취소 페이지 */
.radio-box input:checked + label {
  background-color: transparent !important;
  color: #000 !important;
}

/* 상품 후기 / 리뷰 */
.star-box {
  display: inline-flex;
  position: relative;
  font-size: 13px;
}
.star-box .star-empty,
.star-box .star-fill {
  display: flex;
  align-items: center;
  height: 14px;
}
.star-box .star-empty i,
.star-box .star-fill i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: 0 2px;
}
.star-box .star-empty .fa-star {
  color: #d9d9d9;
}
.star-box .star-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
}
.star-select-list {
  padding: 5px 0;
}
.star-select-list .star-select-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.star-select-list .star-select-item + .star-select-item {
  margin-top: 12px;
}
.star-select-item .star-tit {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #505050;
  margin-right: 10px;
}
.star-select {
  position: relative;
  font-size: 16px;
  display: inline-flex;
}
.star-select .star-empty {
  display: inline-flex;
  align-items: center;
  color: #ddd;
}
.star-select.big {
  font-size: 32px;
}
.star-select .fa-star {
  color: #ddd;
}
.star-select input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.star-select .star-fill {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
}
.star-select .star-fill .fa-star {
  color: var(--bs-theme);
}
.review-images.active .img-box {
  max-width: calc(33.3% - 12px);
  height: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .review-images.active .img-box {
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .review-images.active .img-box {
    max-width: 100%;
    margin: 0;
  }
}
/* 상품 문의 */
.item-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000 !important;
}
.img-box.cursor-box {
  cursor: pointer;
}
.w-200px {
  display: flex;
  justify-content: center;
  max-width: 200px !important;
  width: 200px !important;
}
.info:has(.cart-prod-info.review-images) > p {
  padding: 12px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 12px;
}

/* 주문내역 조회 */
.delivery-order {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
.delivery-order .cart-goods-box {
  border: none;
  width: 70%;
}
.delivery-order .button-box {
  width: 30%;
}
@media (max-width: 768px) {
  .delivery-order {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .delivery-order .cart-goods-box {
    width: 100%;
  }
  .delivery-order .button-box {
    width: 100%;
  }
}

/* 문의하기 */
.ui-selectmenu-button.ui-button {
  height: 48px;
  padding: 13px 16px 11px 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.ui-menu .ui-menu-item {
  height: 36px;
}
.ui-menu .ui-menu-item-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

/* 바이오 스토리 */
.story-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.story-wrap > a {
  width: calc(25% - 8px);
}
.story-wrap > a:hover {
  color: #000;
}
.story-wrap > a:hover .title {
  color: var(--bs-theme-hover);
}
.story-wrap .img-box {
  height: 250px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.story-wrap .img-box > * {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.story-wrap .info {
  padding: 16px 4px;
  margin-bottom: 32px;
}
.product-list .info {
  padding: 16px;
}
.story-wrap .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.story-wrap .writer {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
.story-wrap .tag-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.story-wrap .tag-box .tag {
  padding: 4px 12px;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.bio-writeBtn {
  width: 100px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--bs-theme);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}
.bio-writeBtn:hover {
  color: #fff;
  background-color: var(--bs-theme-hover);
  transition: all 0.2s ease;
}
#subContainer:has(.subContainer-margin) {
  margin-bottom: 200px;
}
body:has(.storySwiper) .subpage-title-wrap,
body:has(.storySwiper) .page-nav-select .nav-select-toggle {
  display: none;
}
.story-view-header {
  display: flex;
  gap: 2% !important;
  align-items: flex-end;
}
.story-view-header > div {
  width: 49%;
  overflow: hidden;
}
.storySwiper {
  width: 100%;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.storySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.storySwiper img {
  object-fit: cover;
  height: 100%;
}
#image-table {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.img-item {
  width: 140px;
}
.img-box {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story-textarea {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 32px 32px 40px 32px;
  margin-top: 24px;
}
.story-top {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.story-title {
  display: flex;
  justify-content: space-between;
}
.story-top .title {
  width: calc(100% - 200px);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.story-top .sub {
  font-size: 16px;
  display: flex;
  gap: 40px;
}
.story-top .tag-box {
  display: flex;
  gap: 12px;
}
.story-textarea .edit-box {
  display: flex;
  gap: 12px;
}
.story-textarea .edit-box > a {
  padding: 4px 12px;
  border-radius: 4px;
  border: solid 1px #1696c4;
  color: #1696c4;
  height: fit-content;
}
.story-textarea .edit-box > a:has(.fa-trash) {
  border: solid 1px #f00;
  color: #f00;
}
.story-textarea + .list-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.story-textarea + .list-btn > a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
}
@media (max-width: 1024px) {
  .story-wrap > a {
    width: calc(33% - 8px);
  }
  .story-wrap .img-box {
    height: 220px;
  }
  .bio-writeBtn {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    position: fixed;
    right: 40px;
    bottom: 80px;
    flex-direction: column;
    margin: 0;
  }
  .story-view-header {
    flex-direction: column;
    gap: 12px !important;
  }
  .story-view-header > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body:has(.story-wrap) .page-nav-select .nav-select-toggle {
    display: none;
  }
  .story-wrap > a {
    width: calc(50% - 8px);
  }
  .story-wrap .img-box {
    height: 200px;
  }
  .story-title {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .story-wrap .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .story-top .sub {
    flex-direction: column;
    gap: 8px;
  }
  .story-top .title {
    width: 100%;
  }
  .story-wrap .info {
    padding: 12px 4px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .story-wrap > a {
    width: 100%;
    border: solid 1px #eee;
    border-radius: 8px;
  }
  .story-wrap .img-box {
    height: 160px;
  }
  .story-wrap .title,
  .story-wrap .writer,
  .story-wrap .tag-box {
    font-size: 14px;
  }
  .story-wrap .info {
    padding: 8px;
    margin-bottom: 0;
  }
  .story-textarea {
    border: none;
    padding: 12px 12px 40px 12px;
  }

  .bio-writeBtn {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .bio-writeBtn span {
    display: none;
  }
  .storySwiper {
    height: 320px;
  }
  .img-item {
    width: 80px;
  }
  .img-box {
    height: 80px;
  }
}

/* 바이오 스토리 작성 및 편집 */
body:has(.story-list-title) .subpage-title-wrap,
body:has(.story-list-title) .nav-select-toggle {
  display: none;
}
.story-list-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.dz-preview {
  display: none !important;
}
.my-dropzone.dz-clickable:not(.dz-started) {
  min-height: 120px !important;
}
.my-dropzone.dz-clickable.dz-started {
  min-height: 50px !important;
}
.my-dropzone.dz-clickable.dz-started .dz-message {
  gap: 20px;
}
.my-dropzone.dz-clickable.dz-started h4 {
  margin: 0 !important;
}
#image-table {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.edit-body .img-item {
  width: 120px;
}
.edit-body .img-box {
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  cursor: grab;
  transition: transform 0.2s ease;
  background: #f5f5f5;
}
.edit-body .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.move-container {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  gap: 6px;
}
.move-btn {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 4px;
  background: #f1f3f5;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.move-btn:hover {
  background: #343a40;
  color: #fff;
}
.move-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.tag-addBtn {
  border: solid 1px #ddd;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .story-list-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .my-dropzone.dz-clickable.dz-started .dz-message {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}

.modal-dialog-scrollable .modal-content {
  max-height: 90% !important;
}
@media (max-width: 480px) {
  .modal-dialog-scrollable .modal-content {
    max-height: 100% !important;
  }
  #program_guide .modal-content {
    margin: 0 !important;
  }
}
