@charset "UTF-8";
:root{
  --bg-111: #111;
  --bg-fff: #fff;
  --bg-f6f6f6 : #f6f6f6;
  --color-defalut: #333;
  --color-fff:#fff;
  --box-shadow-color-10 : rgba(0,0,0,.1);
  --box-shadow-color-15 : rgba(0,0,0,.15);
  --box-shadow-color-20 : rgba(0,0,0,.2);

}
html.dark{
  /* 
  filter: invert(1);
  */
  --bg-111: #f9f9f9;
  --bg-fff: #001325;
  --bg-f6f6f6 : #002B54;
  --color-defalut: #e9e9e9;
  --color-fff:#333;
  --box-shadow-color-10 : rgba(94, 94, 94, .1);
  --box-shadow-color-15 : rgba(94, 94, 94, 0.15);
  --box-shadow-color-20 : rgba(94, 94, 94, .2);

}
html.dark .ic_my,
html.dark .ic_search,
html.dark .ic_cart,
html.dark .ic_cart span,
html.dark .ic_like,
html.dark .btn_close,
html.dark .m_total_menu .top_menu a::before,
html.dark .pop_btn_close,
html.dark .search_box .ic_search_b,
html.dark .m_top_fix_menu .back{filter: invert(1)}


/* 
html.dark img,
html.dark *::before,
html.dark *::after,
html.dark footer{filter: invert(1);}
 */
/* 인풋 */
html {
  font-size: 16px; image-rendering: -webkit-optimize-contrast; color: var(--color-defalut);}

body {
  font-size: 0.875rem; background: var(--bg-fff);}

body.fix {
  overflow: hidden; }

.hr {
  background-color: #ddd;
  width: 100%;
  height: 1px; }

.content_box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.content_box.has_lnb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row; }

.content_box.has_lnb .lnb_wrapper {
  margin-right: 40px; }

.content_box.has_lnb .right_con {
  flex: 1; }

.com_info_box{
  padding: 15px;background: #fbfbfb;
}
.com_info_box li{font-size: 12px;color: #999;
  display: flex;margin-bottom: 10px;line-height: 1.5;
}
.com_info_box li:last-child{margin-bottom: 0;}
.com_info_box li::before{content: "";display: inline-block;
  width: 2px;height: 2px;background: #999;margin-right: 5px;
  position: relative;top: 8px;
}

h2.sub_title{font-size: 36px; margin-bottom: 40px;font-family: 'SBAggroM';text-align: center;}

@media (max-width: 1024px) {
  h2.sub_title{display: none;}
  .content_box.has_lnb {
    padding: 0; } }

.col_main {
  color: #D39F4B; }

.col_gray {
  color: #999; }

.col_bd {
  color: #bebdbd; }

.fon_li {
  font-weight: 300; }

.fon_nm {
  font-weight: 500; }

.fon_bd {
  font-weight: 700; }

.fon_mon_li {
  font-family: "Montserrat";
  font-weight: 300; }

.fon_mon_nm {
  font-family: "Montserrat";
  font-weight: 500; }

.fon_mon_bd {
  font-family: "Montserrat";
  font-weight: 700; }

/* font-size */
.fon_11 {
  font-size: 0.688rem; }

.fon_12 {
  font-size: 0.75rem; }

.fon_13 {
  font-size: 0.813rem; }

.fon_14 {
  font-size: 0.875rem; }

.fon_15 {
  font-size: 0.938rem; }

.fon_16 {
  font-size: 1rem; }

.fon_17 {
  font-size: 1.063rem; }

.fon_18 {
  font-size: 1.125rem; }

.fon_19 {
  font-size: 1.188rem; }

.fon_20 {
  font-size: 1.25rem; }

.fon_21 {
  font-size: 1.313rem; }

.fon_22 {
  font-size: 1.375rem; }

.fon_23 {
  font-size: 1.438rem; }

.fon_24 {
  font-size: 1.5rem; }

.fon_25 {
  font-size: 1.563rem; }

.fon_26 {
  font-size: 1.625rem; }

.flex_box {
  display: flex; }

.flex_box.a_cen {
  align-items: center; }

.flex_box.a_end {
  align-items: flex-end; }

.flex_box.j_cen {
  justify-content: center; }

.flex_box.j_bet {
  justify-content: space-between; }

.flex_box.j_end {
  justify-content: flex-end; }

.flex_box.d_col {
  flex-direction: column; }

h2.title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat"; }

h2.title.type2 {
  font-size: 18px;
  margin-top: 10px; }

h3.title {
  font-size: 1.5rem;
  font-weight: 700; }

.title {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500; }

.crop {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.crop.line2 {
  -webkit-line-clamp: 2; }

.crop.line3 {
  -webkit-line-clamp: 3; }

.crop.line4 {
  -webkit-line-clamp: 4; }

.crop.line5 {
  -webkit-line-clamp: 5; }

#header {
  height: 80px;
  box-shadow: 0 3px 6px 0 var(--box-shadow-color-10);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: var(--bg-fff); }




.header_box {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }

.header_box .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.header_box .left .logo {
  margin-top: -8px;
  margin-right: 60px; }

.header_box .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.header_box .right li {
  margin-right: 30px;
  position: relative; }
.header_box .right li.welcome_name{font-size:12px;margin-right:30px;position:relative;top:2px}
.header_box .right li.mypage:hover .mypage_pop {
  display: flex;
  z-index: 1;
  animation: fade_in 0.2s both; }

.header_box .right li:last-child {
  margin-right: 0; }

.header_box .right .mypage_pop {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  display: none; }

.header_box .right .mypage_pop .list {
  background-color: var(--bg-fff);
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--bg-f6f6f6);
  font-size: 0.75rem;
  min-width: 80px; }

.header_box .right .mypage_pop .list li {
  display: block;
  text-align: center;
  padding: 12px 18px 11px;
  margin: 0; }

.header_box .right .mypage_pop .list li:first-child {
  margin-top: 5px; }

.header_box .right .mypage_pop .list li a {
  display: block;
  text-align: center; }

.header_box .right .mypage_pop .list li a.office {
  padding: 9px 17px 7px;
  background-color: var(--color-defalut);
  border-radius: 3px;
  color: var(--color-fff); }

.header_box .right .mypage_pop::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  transform: rotate(45deg);
  border: 1px solid var(--bg-f6f6f6); }

.header_box .right .mypage_pop::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bg-fff);
  z-index: 10; }

.header_box .right .mypage_pop .log_out {
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #bebdbd;
  padding: 0 !important;
  border-top: 1px solid #e6e6e6;
  font-size: 0.75rem;
  margin-top: 6px !important; }

.product_sub_total {
  position: fixed;
  top: 80px;
  z-index: 100;
  width: 100%;
  background-color: var(--bg-fff);
  border-bottom: 1px solid #e6e6e6;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s; }

.product_sub_total.on {
  height: auto;
  opacity: 1; }

.product_sub_total .content_box {
  padding: 20px 0 20px 162px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row; }

.product_sub_total .content_box dl {
  line-height: 1.5;
  font-size: 14px;
  margin-right: 40px;
  min-width: 110px; }

.product_sub_total .content_box dl dt {
  color: #a88421;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 8px;
  font-weight: 500;
  padding-left: 10px; }

.product_sub_total .content_box dl dd {
  padding-left: 10px;
  margin-bottom: 10px; }

.product_sub_total .content_box dl dd:last-child {
  margin-bottom: 0; }

@media all and (max-width:1024px){
	.product_sub_total{display:none}
}

@keyframes fade_in {
  to {
    opacity: 1; } }

#gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

#gnb>li {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-right: 60px;
  font-size: 18px; }

#gnb>li:last-child {margin-right: 0; }

#gnb li.gnb_all{display: flex; gap: 10px; align-items: center; justify-content: center; padding: 0 10px; transition: all .3s; cursor: pointer;}
#gnb li.gnb_all:hover{background: var(--color-defalut); }
#gnb li.gnb_all::before{content: ""; display: block; width: 20px; height: 20px; background: url(../img/ic_ham.png)  no-repeat center / contain; transition: all .3s;}
.dark #gnb li.gnb_all::before{filter: invert(1);}
#gnb li.gnb_all:hover::before{filter: invert(1);}
#gnb li.gnb_all:hover>a{color: var(--bg-fff)}

#gnb li.gnb_all .dep_2{position: absolute; top: 100%; left: 50%; width: 1300px; transform: translateX(-50%); background: var(--bg-fff); border:  1px solid var(--color-defalut); display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; padding: 40px; display: none; }
#gnb li.gnb_all:hover .dep_2{display: grid;}
#gnb li.gnb_all .dep_2 li{}
#gnb li.gnb_all .dep_2>li>a{font-size: 18px; font-weight: bold; border-bottom: 2px solid var(--color-defalut); margin-bottom: 10px; padding-bottom: 10px;display: block;}


.foot_temp_link{
  background-color: #ac9e83;
  padding:10px 0;
  text-align:center;
}
.foot_temp_link .content_box{
  display:flex;justify-content:center;
  flex-wrap:wrap;
}
.foot_temp_link .content_box a{
  color:var(--bg-fff);
  margin-right:10px;
  font-size:14px;
  line-height:1.5
}

#footer {
  background-color: #000a14;
  padding: 30px 0; }

#footer .footer_box{padding-right: 200px;}

#footer .top_box {
  color: #f9f9f9;
  margin-bottom: 16px }

#footer .top_box .footer_logo {
  margin-right: 1.875rem;
  position: relative;
  top: -5px; }

#footer .top_box .link_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; 
flex-wrap: wrap;}

#footer .top_box .link_box li {
  margin-right: 10px;
  font-weight: 500;
  position: relative; 
padding-right: 10px; }

#footer .top_box .link_box li:last-child {
  margin-right: 0; }

#footer .top_box .link_box li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--bg-fff);
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  font-weight: 500; }

#footer .top_box .link_box li:last-child::after {
  display: none; }

  
#footer .top_box .link_box li a{font-size: 12px; line-height: 1.5;}

#footer .info_box {}
#footer .info_box p span{position: relative;color: #f9f9f9; font-size: 12px; line-height: 1.5;}
#footer .info_box p span a{white-space: nowrap;}
#footer .info_box p span em{margin:0 5px;}
#footer .info_box p span:last-child em{display: none}

#footer .info_box .copy {
  display: block;
  margin-top: 0.875rem; 
  color: #f9f9f9;
  font-size: 12px;
  line-height: 1.5;}

#footer .cs_center {
  width: 100%;
  max-width: 197px;
  padding: 22px 0;
  border: 1px solid var(--bg-fff);
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #f9f9f9; }

#footer .cs_center dt {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 500; }

#footer .cs_center .call {
  font-size: 1.75rem;
  margin-bottom:10px;
  font-weight: 700; }
  #footer .cs_center .call a{font-family: 'Montserrat';}

#footer .cs_center .time {
  font-size: 12px;
  text-align: center; }

#footer .cs_center .time strong {
  display: block;
  margin-bottom: 4px; 
  font-family: 'Montserrat';}
  #footer .cs_center .time span{font-family: 'Montserrat'; margin-bottom: 5px;}

.lnb_wrapper {
  width: 220px;
  flex-shrink: 0; }

.lnb_wrapper h2 {
  font-size: 2rem;
  margin-bottom: 1.875rem; }

.lnb_wrapper .lnb {
  width: 100%;
  margin-top: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; }

.lnb_wrapper .lnb > li {
  margin-top: -1px;
  width: 100%;
  position: relative;
  border: 1px solid #f2f2f2;
  border-width: 1px 0; }

.lnb_wrapper .lnb > li > a {
  display: block;
  font-size: 1.125rem;
  padding: 17px 45px 17px 10px;
  font-weight: 500; }

.lnb_wrapper .lnb > li.has_sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 11px;
  transition: 0.2s;
  background-color: var(--color-defalut);
  right: 31px;
  top: 21px; }

.lnb_wrapper .lnb > li.has_sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: var(--color-defalut);
  right: 26px;
  top: 26px; }

.lnb_wrapper .lnb > li.on.has_sub::before {
  transform: rotate(90deg); }

.lnb_wrapper .lnb > li.on .depth_2 {
  display: block; }

.lnb_wrapper .lnb .depth_2 {
  display: none;
  margin-bottom: 10px; }

.lnb_wrapper .lnb .depth_2 li a {
  display: block;
  padding: 11px 20px;
  font-size: 1rem;
  color: #bebdbd; }

.lnb_wrapper .lnb.no_acd > li {
  border: none; }

.lnb_wrapper .lnb.no_acd > li h3 {
  padding: 17px 0;
  font-size: 18px; }

.lnb_wrapper .lnb.no_acd .depth_2 {
  display: block; }

.lnb_wrapper .lnb.no_acd .depth_2 li {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.lnb_wrapper .lnb.no_acd .depth_2 li.on {
  background-color: #C3AF8E; }

.lnb_wrapper .lnb.no_acd .depth_2 li.on a {
  color: var(--color-fff); }

.lnb_wrapper .lnb.no_acd .depth_2 li a {
  color: var(--color-defalut);
  padding: 0 10px; }

.com_bg_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.com_bg_pop .pop_box {
  max-height: 90vh;
  overflow: auto;
  min-width: 320px;
  background: var(--bg-fff);
  position: relative;
  z-index: 1; }
.com_bg_pop .pop_box.w_650 {
  width: 650px; }
.com_bg_pop .pop_box.w_920 {
  width: 920px; }

.com_bg_pop .pop_box.no_tit {
  padding-top: 65px; }

.com_bg_pop .pop_box .header {
  position: sticky;
  top: 0;
  height: 70px;
  background-color: var(--bg-fff);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 22px;
  border-bottom: 1px solid #e6e6e6; }

.com_bg_pop .pop_box h2.tit {
  font-size: 1.625rem;
  text-align: center;
  font-weight: 500; }

.com_bg_pop .pop_box .pop_btn_close {
  top: 50%;
  right: 1.375rem;
  transform: translateY(-50%); }

.com_bg_pop .pop_box .con_box {
  padding: 0 50px 50px 50px; }

.com_bg_pop.on {
  z-index: 1000;
  opacity: 1; }

.com_bg_pop p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center; }

.com_bg_pop .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 35px; }

.com_bg_pop .btn_box button {
  flex: 1;
  max-width: 174px; }

.com_bg_pop .btn_box button:first-child {
  margin-right: 5px; }

.com_bg_pop .info_box {
  padding: 15px;
  background-color: #fbfbfb; }

.com_bg_pop .info_box .list {
  color: #999;
  font-size: 12px; }

.com_bg_pop .info_box .list > li {
  padding-left: 7px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px; }

.com_bg_pop .info_box .list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 8px; }

.com_bg_pop .info_box .list > li ul > li {
  padding-left: 8px;
  position: relative;
  line-height: 1.4; }

.com_bg_pop .info_box .list > li ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 8px; }

.com_bg_pop .inner_bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .com_bg_pop .pop_box {
    width: 100%;
    height: 100%; } 
  }

.com_pop_box {
  min-width: 320px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  background: var(--bg-fff); }

.com_pop_box .header {
  position: sticky;
  top: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 22px;
  border-bottom: 1px solid #e6e6e6; }

.com_pop_box h2.tit {
  font-size: 1.625rem;
  text-align: center;
  font-weight: 500; }

.com_pop_box .pop_btn_close {
  top: 50%;
  right: 1.375rem;
  transform: translateY(-50%); }

.com_pop_box.on {
  z-index: 1000;
  opacity: 1;
  transform: translate(-50%, -50%); }

.com_pop_box .con_box {
  padding: 0 50px 50px 50px; }

@media (max-width: 768px) {
  .com_pop_box {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transform: translate(0, 0) !important; }
  .com_pop_box .con_box {
    padding: 10px; }
  .com_pop_box.on {
    left: 0;
    top: 0;
    transform: translate(0, 0); } 
  }

.pop_btn_close {
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/close_ic_black.svg) no-repeat center/contain;
  position: absolute; }

.com_fix_bg,
.com_pop_bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s; }

.com_fix_bg.on,
.com_pop_bg.on {
  opacity: 1;
  z-index: 500; }

.ic_search_b {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/search_ic_black.svg) no-repeat center/contain; }

.btn_close_g {
  display: none;
  width: 13px;
  height: 13px;
  background: url(../img/close_ic.svg) no-repeat center/contain; }

.btn_close_g.on {
  display: block; }

.custom_input {
  min-width: 120px;
  height: 48px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  font-size: 16px; }

.custom_input.datepicker {
  color: #bebdbd; }

.custom_radio_box {
  margin-left: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.custom_radio_box .custom_radio.type2 + label {
  min-width: 120px;
  height: 48px;
  margin-left: -1px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  color: #bebdbd;
  text-align: center;
  line-height: 47px; }

.custom_radio_box .custom_radio:checked + label {
  border-color: var(--color-defalut);
  color: #a88421;
  z-index: 1; }

.custom_radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0; }

.custom_radio:checked + .btn_basic {
  background-color: var(--color-defalut);
  color: var(--color-fff);
  border: none; }

input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: var(--bg-fff);
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 5px; }

input::placeholder {
  color: #bebdbd; }

.checkbox {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1; }

.checkbox + label {
  padding-left: 28px;
  display: inline-block;
  line-height: 1.4; }

.checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bebdbd;
  background: var(--bg-fff) url(../img/icon_check.svg) center no-repeat;
  background-size: 10px auto; }

.checkbox:checked + label::before {
  border: none;
  background: var(--color-defalut) url(../img/icon_check_white.svg) center no-repeat;
  background-size: 10px auto; }

.checkbox.no_txt + label::before {
  top: 50%;
  transform: translateY(-50%); }

.checkbox2 {
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1; }

.checkbox2 + label {
  padding-left: 26px; }

.checkbox2 + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  background: var(--bg-fff) url(../img/icon_check.svg) center no-repeat;
  background-size: 10px auto; }

.checkbox2:checked + label::before {
  background: var(--color-defalut) url(../img/icon_check_white.svg) center no-repeat;
  background-size: 10px auto;
  border: none; }

.input_box {
  position: relative;
  font-size: 16px;
  margin-bottom: 45px; }

.input_box .info {
  position: absolute;
  left: 0;
  bottom: -21px;
  font-size: 12px; }

.input_box .info.able {
  color: #3897f0; }

.input_box .info.disable {
  color: #fd3b31; }

.input_box.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.input {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 1px solid #bebdbd;
  padding: 0 10px;
  line-height: 48px;
  outline: none; }

.input + label {
  position: absolute;
  left: 10px;
  bottom: 17px;
  color: #ccc;
  transition: all 0.2s;
  font-weight: 300; }

.input + label.require span::after {
  content: "*"; }

.input:focus {
  border-bottom-color: var(--color-defalut); }

.input:focus + label,
.input.on + label {
  left: 0;
  bottom: 46px;
  color: var(--color-defalut);
  font-size: 14px; }

.input.on + label {
  color: #bebdbd; }

.input.on:focus + label {
  left: 0;
  bottom: 46px;
  color: var(--color-defalut);
  font-size: 14px; }

.input_read {
  width: 100%;
  height: 48px;
  background-color: #f1f1f1;
  color: #bebdbd;
  padding: 0 10px;
  line-height: 48px;
  outline: none; }

.input_read::placeholder {
  color: #bebdbd; }

.input_read + label {
  position: absolute;
  left: 0;
  top: -24px;
  font-weight: 400;
  font-size: 0.875rem; }

.input_radio {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0; }

.input_radio + label {
  height: 48px;
  padding: 0 1rem;
  border: 1px solid #bebdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1rem;
  flex-shrink: 0; }

.input_radio.read + label {
  color: #929292;
  background-color: #f1f1f1; }

.input_radio:checked + label {
  background-color: #bebdbd; }

.radio_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.radio_box label {
  margin-left: -1px; }

.check_radio {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0; }

.check_radio + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.check_radio + label .ic {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bebdbd;
  background: var(--bg-fff) url(../img/icon_check.svg) center no-repeat;
  background-size: 10px auto;
  margin-right: 14px; }

.check_radio:checked + label .ic {
  border: none;
  background: var(--color-defalut) url(../img/icon_check_white.svg) center no-repeat;
  background-size: 10px auto; }

.bd_input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #bebdbd; }

.bd_input::placeholder {
  color: #bebdbd; }

.input_box.file_box{width:100%;margin-bottom:40px}
.input_box.file_box .input_file{
  position:absolute;width:0;height:0;
}
.input_box.file_box .file_name{position:absolute;left:10px;bottom:10px;color:#555;font-size:14px}
.input_box.file_box .input_file + label{
  border-bottom:1px solid #bebdbd;width:100%;
  display: block;
  height: 48px;
}
.input_box.file_box .input_file + label span{
  color:#ccc;position:absolute;left:10px;bottom:15px;transition:all 0.2s;
}
.input_box.file_box .input_file + label span::after {
  content: "*"; }
.input_box.file_box .input_file.on + label span{
  font-size:14px;left:0;top:-10px;
}

@media (max-width: 1024px) {
  .bd_input {
    height: 42px; } }

.pop_input {
  margin-bottom: 20px; }

.pop_input h3 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #bebdbd;
  font-weight: 300; }

.pop_input textarea,
.pop_input input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #bebdbd; }

.pop_input textarea::placeholder,
.pop_input input::placeholder {
  color: #bebdbd; font-family: 'Noto Sans KR',sans-serif; font-weight: 300;}

.pop_input textarea.read,
.pop_input input.read {
  background-color: #f1f1f1; }

.pop_input textarea {
  height: auto;
  min-height: 200px;
  padding: 15px;
  line-height: 1.5; 
resize: vertical} 

.pop_input p.info_txt {
  text-align: left;
  font-size: 12px !important;
  margin-top: 3px; }

.pop_input .email_agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }

.pop_input .email_agree .txt {
  font-size: 16px; }

.pop_input .email_agree dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 10px 15px; }

.pop_input .email_agree dd label:first-of-type {
  margin-right: 80px; }

@media (max-width: 1024px) {
  .pop_input h3 {
    font-size: 12px; }
  .pop_input textarea {
    min-height: 150px;
    max-height: 150px;
    font-size: 14px;
    padding: 10px; }
  .pop_input input {
    height: 42px;
    font-size: 14px; }
  .pop_input .email_agree {
    flex-direction: column;
    padding: 5px 10px;
    align-items: flex-start; }
  .pop_input .email_agree dt {
    margin-bottom: 10px; }
  .pop_input .email_agree dd {
    padding: 10px 0; }
  .pop_input .email_agree dd label:first-of-type {
    margin-right: 50px; } }

.fileBox {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  overflow: hidden; }

  
.fileBox:last-child{margin-right: 0;}

.fileBox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1; }

.fileBox label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.fileBox label img {
  max-width: 100%;
  max-height: 100%;
  z-index: 1; }

.fileBox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #bebdbd;
  left: 22px;
  top: 29px; }

.fileBox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #bebdbd;
  left: 29px;
  top: 22px; }

.fileBox .btn_file_clear {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  width: 17px;
  height: 17px;
  display: none;
  right: 2px;
  top: 2px;
  line-height: 15px;
  color: var(--color-fff); }

.check_radio_box {
  width: 100%; }

.check_radio_box .check_radio_input {
  width: 100%;
  margin-bottom: 10px; }

.check_radio_box .check_radio_input:last-child {
  margin-bottom: 0; }

.check_radio_box .check_radio_input dl {
  border: 1px solid #bebdbd;
  border-radius: 5px;
  color: #bebdbd;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 1rem; }

.check_radio_box .check_radio_input dt {
  font-weight: 500;
  padding-left: 40px;
  position: relative; }

.check_radio_box .check_radio_input dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/icon_check.svg) center no-repeat;
  border: 1px solid #bebdbd;
  background-size: 10px auto; }

.check_radio_box input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0; }

.check_radio_box input[type="radio"]:checked + label dl {
  border-color: var(--color-defalut);
  color: var(--color-defalut); }

.check_radio_box input[type="radio"]:checked + label dt::before {
  background: var(--color-defalut) url(../img/icon_check_white.svg) center no-repeat;
  background-size: 10px auto;
  border: none; }

.input_file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.input_file input + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.input_file input + label .txt {
  flex: 1;
  height: 48px;
  border: 1px solid #bebdbd;
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 15px; }

@media (max-width: 768px) {
  .input_file input + label .txt {
    height: 42px; } }

.date_picker_box {
  position: relative; }

.date_picker_box label {
  width: 22px;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.date_picker_box label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #bebdbd;
  z-index: -1; }

.date_picker_box label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 16px;
  top: 5px;
  left: 0;
  border: 1px solid #bebdbd;
  z-index: -1; }

.date_picker_box .datepicker {
  font-family: "Montserrat";
  font-weight: 300;
  width: 147px;
  margin: 0; }

.ui-datepicker td a {
  padding: 6px 5px; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: var(--bg-fff);
  text-align: center;
  font-family: "Montserrat"; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color: #a88421; }

.ui-state-active,
.ui-widget-content .ui-state-active {
  border-color: var(--color-defalut);
  color: var(--color-defalut);
  font-weight: 700; }

.textarea {
  border: 1px solid #bebdbd;
  padding: 10px;
  min-height: 100px;
  width: 100%;
  resize: none; }

.textarea::placeholder {
  color: #ccc; }

.bank_select select {
  width:100%; margin-top:10px;
  height:40px;padding:0 10px;
}

.custom_select_box {
  font-size: 16px;
  background-color: var(--bg-fff);
  position: relative;
  border: 1px solid #bebdbd;
  color: #bebdbd; }

.custom_select_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 9px;
  right: 1rem;
  top: 19px;
  background: url(../img/arrow_down_ic.svg) no-repeat center/contain;
  transition: 0.2s; }

.custom_select_box select {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0; }
.custom_select_box select option{opacity: 0;}

.custom_select_box .select_txt {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  padding-right: 40px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  flex-direction: row; }

.custom_select_box .select_txt.on {
  color: var(--color-defalut); }

.custom_select_box .list {
  width: 100%;
  position: absolute;
  top: 48px;
  display: none; }

.custom_select_box .list li {
  height: 48px;
  line-height: 48px;
  padding: 0 10px; }

.custom_select_box.on {
  z-index: 50;
  box-shadow: 0 2px 8px 0 var(--box-shadow-color-10);
  border-color: var(--color-defalut); }

.custom_select_box.on::after {
  transform: rotate(180deg); }

.custom_select_box.on .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: var(--bg-fff);
  z-index: 10; 
  border: 1px solid var(--color-defalut); border-top: none; width: calc(100% + 2px); left: -1px;}
/*
  .custom_select_box.on .list::before{content: ""; display: block; width: 100%; height: 1px; background: var(--color-defalut); position: absolute; bottom: 0; left: 0; ;}

.custom_select_box.on .list li {
  cursor: pointer;
  width: calc(100% + 2px);
  background-color: var(--bg-fff);
  border: 1px solid var(--color-defalut);
  border-width: 0 1px;
  color: var(--color-defalut); }
*/
.custom_select_box.on .list li {
    cursor: pointer;
    /*
    width: calc(100% + 2px);*/
    width: 100%;
    background-color: var(--bg-fff);
    color: var(--color-defalut); }

.custom_select_box.on .list li:last-child {
  border-bottom-width: 1px; }

.custom_select_box.on .list li:hover {
  background-color: #f9f9f9; }

.custom_select_box.on .list li:active {
  background-color: var(--color-defalut);
  color: var(--color-fff); }

.custom_select_box.type2 {
  border: none; }

.custom_select_box.type2 .select_txt {
  color: var(--color-defalut); }

.custom_select_box.type2.on {
  box-shadow: none; }

.custom_select_box.type2.on .list {
  border-top: 1px solid var(--color-defalut); }

.custom_select_box.type3 {
  border-width: 0 0 1px 0; }

.custom_select_box.type3 .select_txt {
  color: #bebdbd; }

.custom_select_box.type3 .select_txt.on {
  color: var(--color-defalut); }

.custom_select_box.type3.on {
  box-shadow: none; }

.custom_select_box.type3.on .list {
  border-top: 1px solid var(--color-defalut); }

select.custom_select_box2{padding: 8px 16px; }

.com_tab_type1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.com_tab_type1 li {
  font-size: 1rem;
  flex: 1;
  color: #bebdbd;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-bottom: 3px solid #bebdbd; }

.com_tab_type1 li a {
  display: block; }

.com_tab_type1 li.on {
  color: var(--color-defalut);
  border-color: var(--color-defalut); }

.com_tab_type2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 100%; }

.com_tab_type2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 0; }

.com_tab_type2 li {
  padding: 0 20px;
  color: var(--color-defalut);
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-bottom: 1px solid #bebdbd;
  color: #bebdbd;
  font-size: 16px; }

.com_tab_type2 li a {
  display: block; }

.com_tab_type2 li.on {
  border-color: var(--color-defalut);
  z-index: 1;
  color: var(--color-defalut); }

@media (max-width: 1024px) {
  .com_tab_type2 li {
    flex: 1;
    font-size: 12px;
    height: 42px;
    padding: 0; } }

.com_tab_type3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 100%; }

.com_tab_type3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  bottom: 0;
  left: 0; }

.com_tab_type3 li {
  font-size: 16px;
  padding: 0 20px;
  color: var(--color-defalut);
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-bottom: 2px solid #bebdbd;
  color: #bebdbd; }

.com_tab_type3 li a {
  display: block; }

.com_tab_type3 li.on {
  color: var(--color-defalut);
  border-color: var(--color-defalut);
  z-index: 1; }

@media (max-width: 1024px) {
  .com_tab_type3 li {
    padding: 0 10px;
    font-size: 14px;
    flex: 1; } }

.no_link_tab li {
  cursor: pointer; }

.tab_con_box .con {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.tab_con_box .con.on {
  position: relative;
  opacity: 1;
  z-index: 1; }

.btn_basic {
  color: var(--color-fff);
  background: var(--color-defalut);
  padding: 0 20px;
  height: 48px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.btn_basic.disable {
  background: #bebdbd; }

.btn_basic.type2 {
  border: 1px solid #bebdbd;
  background-color: var(--bg-fff);
  color: #bebdbd; }

.btn_basic.type3 {
  border: 1px solid var(--color-defalut);
  background-color: transparent;
  color: var(--color-defalut); }

.btn_basic.small {
  height: 32px;
  font-size: 14px; }

.btn_basic.sub_col {
  background-color: #c4ae7f !important;
  color: var(--color-fff) !important;
  border: none !important; }

.kakao_login_btn,
.naver_login_btn{flex: 1; }
  .kakao_login_btn::before{content: ""; display: block; width: 16px; aspect-ratio: 1/1; background: url(../img/ic_kakao_ci.png) no-repeat center / contain; margin-right: 5px;}
.naver_login_btn::before{content: ""; display: block; width: 16px; aspect-ratio: 1/1; background: url(../img/ic_naver_color.svg) no-repeat center / contain; margin-right: 5px;}

@media (max-width: 1600px) {
  .content_box {
    padding: 0 20px; } }

@media (max-width: 1024px) {
    .content_box {
      padding: 0 10px; }
      .content_box.no_pd {
        padding: 0}
  .input_radio + label {
    height: 42px; } }

@media (max-width: 768px) {
  html {
    font-size: 13px; }
  body {
    font-size: 12px; }
  .content_box {
    width: 100%; } }

.page_box {
  margin: 75px auto 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.page_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 2.5px;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #bebdbd;
  border: 1px solid #bebdbd;
  font-weight: 500; }

.page_box a.on {
  border-color: var(--color-defalut);
  color: var(--color-defalut); }

  .page_box a.first,
  .page_box a.prev,
  .page_box a.next,
  .page_box a.last{text-indent: -9999px;}

  .page_box a.first::after,
  .page_box a.prev::after,
  .page_box a.next::after,
  .page_box a.last::after{content: ""; display: inline-block; position: absolute; top: 0; left: 0; background: no-repeat center / auto 20px;width: 100%; height: 100%;}
  .page_box a.first::after {background-image: url(../img/next_arrow_double.svg); transform: rotate(180deg);}
  .page_box a.prev::after {background-image: url(../img/next_arrow.svg); transform: rotate(180deg);}
  .page_box a.next::after {background-image: url(../img/next_arrow.svg);}
  .page_box a.last::after {background-image: url(../img/next_arrow_double.svg);}

/* 기본 테이블 */
.th_left tbody th {
  text-align: left; }

.td-left tbody td {
  text-align: left; }

.td_center tbody td,
.th-center tbody th {
  text-align: center; }

.td_left2 tbody th + td,
.td_left2 tbody tr td:first-child {
  text-align: left; }

/* th 다음에 오는 td만 왼쪽정렬 */
.td_left2 tbody td[rowspan] + td {
  text-align: left; }

.td_left3 tbody tr td:first-child + td {
  text-align: left; }

.td_right tbody td,
.td_right tfoot td {
  text-align: right; }

.tbl_basic th,
.tbl_basic td {
  border: 0;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-defalut); }

@media (max-width: 768px) {
  .tbl_basic th,
  .tbl_basic td {
    font-size: 14px; } }

.tbl_basic td {
  color: var(--color-defalut); }

.tbl_basic {
  width: 100%;
  border-spacing: 0;
  border-left: 0;
  border-right: 0;
  border-collapse: collapse;
  border-top: 2px solid var(--color-defalut);
  line-height: 1.5; }

.tbl_basic.no_bd td,
.tbl_basic.no_bd th {
  border-left: none !important;
  border-right: none !important; }

.tbl_basic tr {
  text-align: center; }

.tbl_basic thead th {
  background: #f8f9fb;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5; }

.tbl_basic thead th:first-child {
  border-left: 0; }

.tbl_basic thead tr th.fnone {
  border-left: 0 !important; }

.tbl_basic thead th[colspan] {
  border-bottom: 1px solid #d5d5d5; }

/* th가 두줄이상으로 합쳐질때 border-bottom 값 */
.tbl_basic thead th[rowspan] {
  border-right: 1px solid #d5d5d5; }

/* th가 두줄이상으로 합쳐질때 border-right 값 */
.tbl_basic thead th[rowspan]:last-child {
  border-right: 0; }

.tbl_basic thead th.none {
  border-bottom: 1px solid #d5d5d5; }

/* th가 한줄일때 class추가 */
.tbl_basic tbody th {
  background: #fafafa;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }

.tbl_basic tbody th:first-child {
  border-left: 0; }

.tbl_basic tbody th[rowspan] {
  border-right: 1px solid #d5d5d5; }

.tbl_basic tbody tr:first-child th,
.tbl_basic tbody tr:first-child td {
  border-top: 1px solid #d5d5d5; }

.tbl_basic tbody td {
  background: var(--bg-fff);
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }

.tbl_basic tbody td:first-child {
  border-left: 0; }

.tbl_basic tbody td[rowspan] {
  border-right: 1px solid #d5d5d5; }

.tbl_basic tbody td[rowspan]:last-child {
  border-right: 0; }

.tbl_basic tbody td + th {
  border-left: 1px solid #d5d5d5; }

.tbl_basic tfoot th {
  background: #fafafa;
  border-right: 1px solid #d5d5d5; }

.tbl_basic tfoot td {
  border-left: 1px solid #d5d5d5; }

.tbl_basic tfoot td[colspan] {
  border-left: 0; }

.tbl_basic tbody th.line,
.tbl_basic tbody td.line,
.tbl_basic tbody tr.line td,
.tbl_basic tbody tr.line th {
  border-bottom: 1px dashed #d5d5d5; }

.tbl_basic thead tr th.h_line,
.tbl_basic tbody th.h_line {
  border-left: 1px solid #d5d5d5; }

.tbl_basic tr.bg th,
.tbl_basic tr.bg td,
.tbl_basic th.bg,
.tbl_basic td.bg {
  background: #f9f9f9 !important; }

.tbl_basic tr.bold th,
.tbl_basic tr.bg td,
.tbl_basic th.bg,
.tbl_basic td.bg {
  font-weight: 500; }

.thead-bg thead th {
  background: #fafafa; }

.tbl_basic.no_bd tbody td,
.tbl_basic.no_bd tbody th,
.tbl_basic.no_bd thead td,
.tbl_basic.no_bd thead th {
  border-left: none;
  border-right: none; }

.tbl-style1 td,
.tbl-style1 th {
  border: 0;
  height: 30px;
  text-align: center; }

.tbl-style1 th {
  background-color: #f2f2f2; }

.tbl-style1 thead th {
  color: var(--color-defalut); }

.tbl-style1 thead .p_color_bg {
  background-color: #cc921d;
  color: var(--color-fff);
  font-weight: bold; }

.tbl-style1 tbody th {
  font-weight: normal; }

.tbl-style1 tbody th,
.tbl-style1 tbody td {
  border-bottom: 1px solid #e2e2e2; }

.tbl_basic.tbl_style2 {
  border: 2px solid #000;
  border-width: 2px 0;
  font-size: 18px;
  color: var(--color-defalut); }

.tbl_basic.tbl_style2 tbody td,
.tbl_basic.tbl_style2 tbody th,
.tbl_basic.tbl_style2 thead td,
.tbl_basic.tbl_style2 thead th {
  border-left: none;
  border-right: none; }

.tbl_basic.tbl_style2 td,
.tbl_basic.tbl_style2 th {
  padding: 20px 30px; }

.tbl_basic.tbl_style2 td .big {
  font-size: 24px;
  font-weight: bold; }

@media (max-width: 768px) {
  .tbl_basic.tbl_style2 td .big {
    font-size: 20px; } }

.tbl_basic.tbl_style2 th {
  background-color: #f8f9fb; }

.m_top_fix_menu {
  margin-bottom: 30px; }

.m_top_fix_menu.title.m_only {
  display: none; }

.m_top_fix_menu .back {
  display: none; }

.m_top_fix_menu .content_box.no_pd {
  padding: 0; }

@media (max-width: 1024px) {
  .m_top_fix_menu.title.m_only {
    display: block; 
    margin-bottom: 20px;
  }
}

@media (max-width: 1600px) {
  .header_box .right {
    right: 20px; } }

.m_only,
.m_only2 {
  display: none; }

.m_bg_line {
  display: none; }

@media (max-width: 1024px) {
  .m_bot_pd {
    padding-bottom: 50px; }
  .m_only {
    display: inline-block; }
  .m_bg_line {
    display: block;
    width: 100%;
    height: 8px;
    background-color: #f2f2f2; }
  #header {
    height: 52px; }
  #header #gnb {
    display: none; }
  #header .top_box .right li {
    margin-right: 10px; }
  #header .header_box {
    height: 100%; }
  #header .header_box .left .logo {
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: calc(50% + 5px);
    transform: translate(-50%, -50%); }
  #header .header_box .left .logo img {
   }
  #header .header_box li.welcome_name{display:none}
  #header .header_box .right li.mypage {display: none; } 
  #header .btn_total_menu {
    width: 45px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #header .btn_total_menu span {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: var(--color-defalut); }
  #header .btn_total_menu .line2 {
    margin: 6px 0; }
  .custom_select_box {
    height: 42px;
    width: 100%;
    font-size: 14px; }
  .custom_select_box .select_txt {
    height: 42px;
    line-height: 42px; }
  .custom_select_box::after {
    top: 16px; }
  .custom_select_box .list {
    top: 40px; }
  .m_total_menu {
    display: block;
    max-width: 340px;
    width: 90%;
    height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    transition: 0.2s;
    left: -100%;
    top: 0;
    background-color: var(--bg-fff);
    z-index: 2000;
    padding: 20px 0 48px 0;
    overflow-y: auto; }
  .m_total_menu .logout {
    bottom: 0;
    position: absolute;
    height: 48px;
    color: #bebdbd;
    padding: 0 10px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
  .m_total_menu .logout i {
    display: inline-block;
    width: 16px;
    height: 16px;
	background: url(../img/logout_ic.svg) no-repeat;}
  .m_total_menu .top_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding: 0 10px; }
  .m_total_menu .top_box .welcome {
    font-size: 18px;
    font-weight: 700; }
  .m_total_menu .top_box .welcome span {
    font-size: 14px;
    font-weight: 300; }
  .m_total_menu .top_box a {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 3px; }
  .m_total_menu .top_box .btn_login {
    width: 73px;
    height: 32px;
    background-color: var(--color-defalut);
    color: var(--color-fff);
    margin-right: 10px; }
  .m_total_menu .top_box .btn_join {
    width: 84px;
    height: 32px;
    border: 1px solid var(--color-defalut); }
  .m_total_menu .top_box .btn_close {
    width: 21px;
    height: 21px;
    background: url(../img/close_ic_black.svg) no-repeat center/contain;
    position: absolute;
    right: 10px;
    top: -8px; }
  .m_total_menu .top_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 1px; }
  .m_total_menu .top_menu a {
    display: block;
    flex: 1;
    height: 83px;
    position: relative;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    padding-top: 50px;
    text-align: center;
    font-size: 12px; }
  .m_total_menu .top_menu a::before {
    left: 50%;
    transform: translateX(-50%); }
  .m_total_menu .top_menu a.profile {
    border-left: none; }
  .m_total_menu .top_menu a:last-child {
    border-right: none; }
  .m_total_menu .top_menu a.profile::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 19px;
    background: url(../img/profile_ic.svg) no-repeat center/contain; }
  .m_total_menu .top_menu a.deliver::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 24px;
    top: 18px;
    background: url(../img/delivery_ic.png) no-repeat center/contain; 
  }
  .m_total_menu .top_menu a.cs::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 31px;
    height: 26px;
    top: 18px;
    background: url(../img/cs_ic.svg) no-repeat center/contain; }
  .m_total_menu .top_menu a.office::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 25px;
    top: 18px;
    background: url(../img/office_ic1.svg) no-repeat center/contain; }
  .m_total_menu.on {
    left: 0; }
  .m_total_menu .m_nav {
    margin-top: 20px;
    padding: 0 10px; }
  .m_total_menu .m_nav .depth_1 > li {
    margin-bottom: 20px; }
  .m_total_menu .m_nav .depth_1 > li.on .depth_2 {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 10px;}
  .m_total_menu .m_nav .depth_1 .tit {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700; }
  .m_total_menu .m_nav .depth_2 {
    display: none;
    padding: 15px 10px 0 10px;
    padding-bottom: 0; }
  .m_total_menu .m_nav .depth_2 > li {
    font-size: 16px; }
  .m_total_menu .m_nav .depth_2 > li:last-child {
    margin-bottom: 0; }
    .m_total_menu .m_nav .depth_2 > li>a{font-weight: normal;}

  .m_total_menu .m_nav .depth_3{margin-top: 5px;}
  .m_total_menu .m_nav .depth_3>li{margin-bottom: 5px;}
  .m_total_menu .m_nav .depth_3>li:last-child{margin-bottom: 0; }
  .m_total_menu .m_nav .depth_3>li>a{font-size: 13px;}

  .m_total_menu .m_total_menu__bot_wrap{
    width:100%;
    bottom: 48px;
    position: absolute;
    padding: 20px 10px;
    border-top: 1px solid #e6e6e6;
  }
  .m_total_menu__bot_wrap h3{margin-bottom: 5px;font-size: 13px;font-weight: 700;}
  .m_total_menu__bot_wrap article{display: flex;justify-content: space-between;}
  .m_total_menu__bot_left h4{font-size: 26px;font-weight: 700;margin-bottom: 10px;}
  .m_total_menu__bot_left .time li{color: #909090;}
  .m_total_menu__bot_left .time li span{color: #494748;font-weight: 500;}
  .m_total_menu__bot_right{display: flex;flex-direction: column;}
  .m_total_menu__bot_right li{width: 90px;height: 28px;border: 1px solid #e5e5e5;margin-bottom: 4px;}
  .m_total_menu__bot_right li a{display: flex;align-items: center;justify-content: center;font-size: 12px;color: #9c9c9c;height: 100%;letter-spacing: -1.5px;}


    /* 푸터 1024 */
  #footer {
    padding: 0; }
    
    #footer.shop_footer{padding-bottom: 48px;}
    #footer .footer_box{padding-right: 0;}

  #footer .content_box {
    padding: 0; }
  #footer .footer_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
  #footer .footer_box .cs_center {
    position: static;
    transform: none;
    top: 0;
    right: 0;
    order: -1;
    border: none;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 1.25rem 10px;
    padding-top: 40px;
    border-bottom: 1px solid var(--bg-fff);
    border-radius: 0; align-items: flex-start;}

  #footer .footer_box .cs_center dt {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 16px; }
  #footer .footer_box .cs_center .call {margin-bottom: 0}
  #footer .footer_box .cs_center .time {text-align: left; }
  #footer .footer_box .cs_center .time br:last-child{display: none;}
  #footer .footer_box .top_box {
    padding: 1.25rem 10px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start; }
  #footer .footer_box .top_box .footer_logo img {
     }
  #footer .footer_box .top_box .link_box {
    margin-top: 5px;
    flex-wrap: wrap; }
  #footer .footer_box .top_box .link_box li {
    font-size: 12px;}
  #footer .footer_box .top_box .link_box li:last-child {
    margin-right: 0; }
  #footer .footer_box .top_box .link_box li::after {
    height: 10px;
    opacity: 0.5; }
  #footer .footer_box .info_box {
    font-size: 12px;
    padding: 1.25rem 10px;
    padding-top: 0; }
    #footer .cs_center .time strong{display: inline-block;}
  .m_top_fix_menu {
    background-color: var(--bg-fff);
    position: sticky;
    position: -webkit-sticky;
    top: 52px;
    z-index: 150; }
  .m_top_fix_menu .content_box {
    padding: 0; }
  .m_top_fix_menu .back {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/arrow_ic_black.svg) no-repeat center/11px 21px;
    transform: rotate(180deg); }
  .m_top_fix_menu h2.title {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2; }
  .m_lnb {
    font-size: 16px;
    background-color: var(--bg-fff);
    width: 100%;
    height: 48px; }
  .m_lnb .select_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer; }
  .m_lnb .select_menu h2 {
    font-weight: 500;
    font-size: 16px; }
  .m_lnb .select_menu i {
    width: 15px;
    height: 8px;
    background: url(../img/arrow_down_ic.svg) no-repeat center/contain;
    margin-left: 24px; }
  .m_lnb ul {
    display: none;
    opacity: 0; }
  .m_lnb .bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0; }
  .m_lnb.on .select_menu {
    position: relative;
    z-index: 10;
    background-color: var(--bg-fff); }
  .m_lnb.on ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    display: block;
    animation: fadeIn 0.3s both;
    position: absolute;
    background-color: var(--bg-fff);
    width: 100%;
    padding-bottom: 5px;
    z-index: 10; }
  .m_lnb.on ul li {
    width: 100%; }
  .m_lnb.on ul li a {
    display: block;
    line-height: 48px;
    text-align: center; }
  .m_lnb.on .bg {
    display: block;
    animation: fadeIn 0.3s both; }
  .m_lnb_depth_2 {
    width: 100%;
    overflow-x: auto;
    padding: 0 10px; }
  .m_lnb_depth_2 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 48px; }
  .m_lnb_depth_2 ul li {
    margin-right: 19px; }
  .m_lnb_depth_2 ul li a {
    color: #bebdbd;
    white-space: nowrap;
    font-size: 14px; }
  .m_lnb_depth_2 ul li a.on {
    font-weight: 700;
    color: var(--color-defalut); }
  .m_lnb_depth_2 ul li:last-child {
    margin-right: 0; }
  .date_picker_box .datepicker {
    height: 42px; }
  .date_picker_box label {
    display: none; }
  .btn_basic {
    height: 42px;
    font-size: 14px;
    font-size: 14px; }
  .input,
  .input_read {
    height: 42px;
    line-height: 42px;
    font-size: 14px; }
  .input + label,
  .input_read + label {
    font-size: 14px;
    bottom: 14px; }
  .input:focus + label,
  .input.on:focus + label,
  .input.on + label {
    bottom: 44px;
    font-size: 12px; }
  .page_box {
    margin-top: 40px; }
  .com_bg_pop {
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start; }
  .com_bg_pop .pop_box {
    max-width: 100%;
    max-height: 100vh; }
  .com_bg_pop .pop_box .header {
    background-color: var(--bg-fff);
    z-index: 100;
    height: 48px; }
  .com_bg_pop .pop_box .header h2.tit {
    font-size: 16px; }
  .com_bg_pop .pop_box.no_tit {
    padding-top: 55px; }
  .com_bg_pop .pop_box p {
    font-size: 16px; }
  .com_bg_pop .pop_box .con_box {
    padding: 0 10px 50px 10px; }
  .com_bg_pop .btn_box button {
    max-width: 100%; } }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@media all and (min-width: 1025px) {
  .m_total_menu,
  .btn_total_menu {
    display: none; }
  .m_lnb_depth_2,
  .m_top_fix_menu {
    display: none; }
  .m_top_fix_menu.title {
    display: block; } }

@media (max-width: 768px) {
  .mb_scroll {
    position: relative; }
  .mb_scroll .tb_box {
    position: relative;
    overflow: auto;
    padding-bottom: 15px; }
  .mb_scroll::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); }
  .mb_scroll table {
    min-width: 600px; }
  .pc_only {
    display: none; }
  .m_only2 {
    display: inline-block; }
  .header_box .right {
    right: 15px; }
  .header_box .right li {
    margin-right: 20px; }
  .header_box .right li.ebook{display: none;}
  .header_box .right li.cart {
    margin-right: 0; }

    /* 푸터 760 */
    #footer .footer_box .cs_center{flex-direction: column;}
    #footer .footer_box .info_box p{display: inline;}    
    #footer .footer_box .info_box p span em{display: inline; opacity: .5;}

    

    
  .com_bg_pop .pop_box .header{position: fixed; width: 100%;}
  .com_bg_pop .pop_box .con_box{padding: 70px 10px 50px;}
       
}

.tbl_info{border-top: 1px solid #e6e6e6;font-size: 12px;padding:10px;}
.tbl_info li{padding-left:10px;margin-bottom:5px;color:#999;position:relative}
.tbl_info li::before{content:"";width:4px;height:1px;background:#999;display:inline-block;position:absolute;left:0;top:7px}
@media all and (max-width: 1024px) {
  .tbl_info li{font-size:12px}
}

/* 개인정보 동의 */
.private_box{line-height:1.4}
.private_box p{text-align:left;font-size:inherit}
.private_box{position: relative;width: 100%;margin-bottom: 10px}
.private_box .check_box label{font-weight: bold;}
.private_box .txt_more{color: #999;display: inline-block;position: absolute;right: 0;top: 0px;}
.private_box .private_txt{border:1px solid #ccc;padding: 20px;margin:15px 0;max-height: 300px;overflow-y: auto;display: none;color: #888;background-color: var(--bg-fff)}
.private_box .private_txt.on{display: block;}

.private_box h2.private_h2{font-size: 18px;font-weight: bold;margin-bottom: 20px;text-align: left;color: #111}
.private_box h3.private_h3{font-size: 15px;font-weight: bold;margin-bottom: 5px;color: var(--color-defalut)}
.private_box p + h2.private_h2,
.private_box p + h3.private_h3,
.private_box ul + h2.private_h2,
.private_box ul + h3.private_h3{margin-top: 20px}

/* 결제대행서비스 이용동의 */
.private_txt.type2{padding:0;max-height:1000px;border-bottom:none}
.private_txt.type2 .acd_btn{width:100%;text-align:left;padding:17px 15px;border-bottom:1px solid #ddd;position:relative}
.private_txt.type2 .acd_btn::after{
  content:"";display:inline-block;width:9px;height:16px;position:absolute;right:20px;top:16px;
  background: url(../img/m/arrow.svg) no-repeat;transform:rotate(90deg);opacity:0.4
}
.private_txt.type2 .acd_con{border-bottom:1px solid #ddd;padding:17px 15px;display:none;max-height:300px;overflow-y: auto;}
.private_txt.type2 .on + .acd_con{display:block}

.private_box h3.title{font-size: 16px;font-weight: bold;padding-left: 22px;position: relative;margin-top:15px;margin-bottom: 10px;color: var(--color-defalut)}
.private_box h3.title::before{content: "";display: inline-block;width: 17px;height: 17px;position: absolute;left: 0;top: 4px;background: url(../img/com_img.png) -24px -136px no-repeat}



/* 탭 */
.tab_basic{display: flex; gap: 10px; justify-content: center;}
.tab_basic>li{}
.tab_basic>li>a{display: flex; align-items: center; justify-content: center; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid var(--color-defalut); flex-shrink: 0; font-size: 1.125rem; color: var(--color-defalut);}
.tab_basic>li.on>a{background: var(--bg-111); color: var(--color-fff);}