@charset "utf-8";

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --mainColor: #794938;
  --subColor: #d6bc9f;
  --Color01: #0782e9;
}

.box1{width:1300px; max-width:95%; margin:0 auto; position: relative;}

#hd #hd_wr {
  background-color: #fff;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-size: 16px;
  transition: 0.3s;
}
#hd .tnb {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}
#hd .tnb ul li a {
  font-size: 0.8125em;
  color: #666;
  margin-left: 30px;
}
#hd #hd_wr .h_top {
  padding: 28px 0;
}
#hd #hd_wr .h_top .hd_search .in_sch {
  position: relative;
}
#hd #hd_wr .h_top .hd_search .in_sch #sch_str {
  padding: 0;
  margin: 0;
  width: 380px;
  height: 46px;
  border-radius: 50px;
  border-color: #666;
  background-color: #fff;
  padding: 0 60px 0 30px;
}
#hd #hd_wr .h_top .hd_search .in_sch #sch_submit {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 46px;
  text-align: center;
  font-size: 1.5em;
}
#hd #hd_wr .h_top .hd_right_btn > *,
#hd #hd_wr .h_top .hd_right_btn button {
  margin-left: 25px;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
}
#hd #hd_wr .h_top .hd_right_btn .tx {
  width: 100%;
  display: block;
  font-size: 0.8125em;
  font-weight: 600;
  color: #666;
}

#hd #hd_wr .h_bottom {
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-right: 0;
}
#hd #hd_wr .h_bottom .gnb_box {
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
}
#hd #hd_wr .h_bottom .h_gnb > li {
  position: relative;
}
#hd #hd_wr .h_bottom .h_gnb > li > a {
  color: #333;
  font-size: 1em;
  font-weight: 800;
  padding: 18px 0;
  margin: 0 35px;
  display: block;
}
#hd #hd_wr .h_bottom .h_gnb > li:hover .dp2_list {
  opacity: 1;
  visibility: visible;
}
#hd #hd_wr .h_bottom .h_gnb > li:hover .dp2_list:after {
  width: 100%;
}
#hd #hd_wr .h_bottom .h_gnb .dp2_list {
  position: absolute;
  width: 12rem;
  background: #fff;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
  text-align: center;
}
#hd #hd_wr .h_bottom .h_gnb .dp2_list:after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 0;
  height: 3px;
  background: var(--mainColor);
  z-index: 1;
  transition: 0.3s;
}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li {
  padding: 0.8em 0.5em;
  border-bottom: 1px dotted #ededed;
  font-size: 0.938em;
}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li:last-child {
  border-bottom: 0;
}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li:hover {
  background-color: #f9f9f9;
}

.mo_menu_btn {
  display: none!important;
}
.mo_menu_btn .xi {
  font-size: 1.625em;
  color: #444;
  margin-bottom: 2px;
}
#sidr .cate.st2 .Aon .sub_cate {
  display: block;
}

.main #st_footer {
  margin-top: 0;
}
#st_footer {
  background-color: #fff;
  font-size: 16px;
  margin-top: 7em;
  border-top: 1px solid #e4e4e4;
}
#st_footer ul {
  margin: 0;
}
#st_footer .f_contact {
  padding: 40px 0;
}
#st_footer .f_contact .in_cont > li {
  width: 33.33%;
  border-right: 1px solid #ddd;
}
#st_footer .f_contact .in_cont > li:last-child {
  border-right: 0;
}
#st_footer .f_contact .in_cont > li .in {
  padding: 0 70px;
}
#st_footer .f_contact .in_cont > li:nth-child(1) .in {
  padding-left: 0px;
}
#st_footer .f_contact .in_cont > li:nth-child(3) .in {
  padding-right: 0px;
}
#st_footer .f_contact .in_cont > li .in .tt {
  color: #444;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 500;
  font-family: "Montserrat";
}
#st_footer .f_contact .in_cont > li .in .stt {
  color: #333;
  font-size: 1.75em;
  font-weight: 700;
  margin: 20px 0 15px;
  font-family: "Montserrat";
}
#st_footer .f_contact .in_cont > li .in .stx {
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  margin: 5px 0 15px;
  font-family: "Montserrat";
}
#st_footer .f_contact .in_cont > li .in .tx {
  font-size: 0.8125em;
  font-weight: 600;
  color: #666;
  margin-bottom: 2px;
}
#st_footer .f_contact .in_cont > li .in .tx span {
  margin-right: 30px;
  position: relative;
}
#st_footer .f_contact .in_cont > li .in .tx span.tx_bar:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #bbb;
  position: absolute;
  top: 2px;
  right: -15px;
}
#st_footer .f_contact .in_cont > li .in .nm_01 {
  font-size: 1.75em;
  color: #333;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}
#st_footer .f_contact .in_cont > li .com_list {
  margin-right: -5px;
}
#st_footer .f_contact .in_cont > li .com_list > li {
  width: 50%;
}
#st_footer .f_contact .in_cont > li .com_list > li a {
  display: block;
  font-size: 0.8125em;
  color: #666;
  line-height: 1;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding: 12px 0;
  border-radius: 3px;
  transition: 0.3s;
}
#st_footer .f_contact .in_cont > li .com_list > li a:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}
#st_footer .f_top {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
#st_footer .f_top .f_menu {
  padding: 13px 0;
}
#st_footer .f_top .f_menu > li a {
  font-size: 0.875em;
  color: #333;
  margin-right: 60px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 600;
}
#st_footer .f_top .f_menu > li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -30px;
  top: 5px;
  background: #f8f8f8;
  opacity: 0.8;
}
#st_footer .f_top .f_menu > li:last-child a:after {
  display: none;
}
#st_footer .f_box {
  padding: 50px 0 0;
}
#st_footer .f_box .f_left {
}
#st_footer .f_box .f_left .f_info {
  margin-left: 100px;
}
#st_footer .f_box .f_left .f_info > li {
  margin-right: 35px;
  color: #777;
  margin-bottom: 5px;
  font-size: 0.85em;
}
#st_footer .kcp {
  margin-left: auto;
}
#st_footer .kcp img {
  width: auto;
  height: 40px;
  margin: 0 2px;
}
#st_footer .copyright {
  font-size: 0.8em;
  color: #ccc;
  max-width: 96%;
  margin: 15px auto 0;
  padding-bottom: 35px;
  text-align: center;
}

/*탑버튼*/
#hd_btn {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 100;
}
#hd_btn li {
  position: relative;
}
#hd_btn .tx.on {
  display: block;
}
#hd_btn .tx {
  font-size: 0.815em;
  width: 65px;
  background-color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 7px 0;
  border-radius: 5px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -80px;
  border: 1px solid #ddd;
  display: none;
}
#hd_btn .tx:before {
  content: "";
  width: 4px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#hd_btn .tx:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ddd;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -6px;
}
#hd_btn .qk_btn {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: var(--mainColor);
  text-align: center;
  box-shadow: 0 3px 0 rgb(0 0 0 / 15%);
  font-size: 1.5em;
  margin-top: 5px;
  cursor: pointer;
}
#hd_btn .qk_btn .xi {
  line-height: 2em;
}
#hd_btn .qk_btn.all_btn {
  background: var(--mainColor);
  color: #fff !important;
}
#hd_btn .qk_btn.kakao_btn {
  background: #ffcf3d;
  color: #512929 !important;
}
#hd_btn .qk_btn.naver_btn {
  background: #3bb51c;
  color: #fff !important;
}
#hd_btn .qk_btn.hp_btn {
  background: var(--Color01);
  color: #fff !important;
}
#hd_btn .qk_btn.inq_btn {
  background: var(--subColor);
  color: #fff !important;
}
#hd_btn .qk_btn.top_btn {
  background: #333;
  color: #fff !important;
}

/*퀵메뉴 고객센터*/
#hd_btn .cs_info {
  position: relative;
  color: #fff;
}
#hd_btn .in {
  width: 300px;
  height: 165px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  right: -5px;
  top: -115px;
  border-radius: 10px;
  transition: 0.3s;
  padding: 20px;
}
#hd_btn .in.on {
  right: -320px;
}
#hd_btn .in .ip_x {
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #999;
  cursor: pointer;
}
#hd_btn .in .in_txt .ti {
  font-size: 16px;
  font-weight: 800;
  color: #333;
  margin-bottom: 5px;
}
#hd_btn .in .in_txt .t1 {
  font-size: 2em;
  font-weight: 800;
  color: var(--mainColor);
  margin-bottom: 5px;
}
#hd_btn .in .in_txt .t1 .xi {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--mainColor);
  margin-right: 8px;
}
#hd_btn .in .in_txt .t2 {
  font-size: 14px;
  color: #333;
}
#hd_btn .con_close {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 1.325em;
  background: #000;
  color: #fff;
  border-radius: 0px 0 0 0px;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================================메인===================================================================*/

.main #container {
  padding: 0;
  max-width: 100%;
}
.bor_r {
  border-radius: 50px;
  overflow: hidden;
}

/*메인비주얼*/
.mainSlider_wrap.mo_only {
  display: none;
}
.mainSlider_wrap {
  position: relative;
  margin-top: 200px;
}
.mainSlider_wrap #main_bn {
  margin: 0;
  border: 0;
  width: 100%;
}
.mainSlider_wrap .shop_control {
  z-index: 100;
  width: 98%;
}
.mainSlider_wrap .shop_pagen {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

/*.mainSlider_wrap.mo_only #main_bn img{border-radius:10px;}*/

.main_con {
  padding: 85px 0;
  overflow: hidden;
}
.main_con.st {
  background-color: #f8f5f2;
}
.main_tit {
  margin-bottom: 35px;
  text-align: center;
}
.main_tit .in_en {
  font-size: 0.938em;
  color: #666;
  border-bottom: 1px solid #888;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}
.main_tit .in_tt {
  font-size: 2.375em;
  color: #333;
  font-weight: 800;
}
.mainSlider_wrap .shop_control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mainSlider_wrap .shop_control .xi {
  font-size: 5em;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.mainSlider_wrap .shop_control .xi:hover {
  color: #888;
}
.mainSlider_wrap .shop_pagen {
}
.mainSlider_wrap .shop_pagen span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  opacity: 1;
  margin: 0 4px;
}
.mainSlider_wrap .shop_pagen span.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 50px;
  background-color: var(--mainColor);
}

.main_sec .sec_con {
  margin-right: -25px;
}
.main_sec .sec_con .sec_list {
  width: 100%;
}
.main_sec .sec_con .sec_list > li {
  width: 33.33%;
}
.main_sec .sec_con .sec_list .in {
  display: block;
  height: 100%;
  margin-right: 25px;
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden;
}
.main_sec .sec_con .sec_list .in .img_z {
  height: 250px;
}
.main_sec .sec_con .sec_list .in .txt_z {
  padding: 30px 20px;
  text-align: center;
}
.main_sec .sec_con .sec_list .in .txt_z .ti {
  font-size: 1.125em;
  font-weight: 800;
  color: #444;
  margin-bottom: 10px;
}
.main_sec .sec_con .sec_list .in .txt_z .tt {
  font-size: 1em;
  color: #666;
}

.main_pick {
  overflow: hidden;
}
.main_pick .tab_idx {
  margin-bottom: 20px;
}
.main_pick .tab_idx > li a {
  color: #666;
  margin-left: 25px;
}
.main_pick .tab_idx > li a:hover {
  color: #111;
}
.main_pick .tab_idx > li.on a {
  color: #111;
  border-bottom: 1px solid #111;
}
.main_pick .pick_con {
  position: relative;
}
.main_pick .pick_con .slider_wrap {
  overflow: hidden;
}
.main_pick .pick_icon {
  display: inline-block;
  font-size: 0.8125em;
  color: #ef7676;
  border: 1px solid #ef7676;
  padding: 3px 7px;
  margin-bottom: 15px;
}
.main_pick .wood_style {
  margin-top: 0 !important;
}
.main_pick .wood_style li {
  margin-bottom: 25px !important;
  padding: 0 !important;
}
.main_pick .wood_style .in {
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.main_pick .wood_style .in > div {
  width: 50%;
}
.main_pick .wood_style .sct_img {
  border: 0;
  border-right: 1px solid #ddd;
  border-radius: 0;
}
.main_pick .wood_style .in .sct_ct_wrap {
  margin: 0;
  padding: 60px 55px;
}
.main_pick .wood_style .sct_cart {
  width: auto;
  height: auto;
  background: none;
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.main_pick .wood_style .sct_cart .btn_wish {
  border: 1px solid;
}
.main_pick .wood_style .sct_cart .btn_cart {
  background-color: #aaa;
}

.main_sbn.main_con {
  border: 0;
  background-color: transparent;
}
.main_sbn.main_con .cbm2_bn > li {
  width: 50%;
}
.main_sbn img {
  border-radius: 7px;
  width: 100%;
  height: auto;
}

.main_review .review_con .in_more {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #aaa;
  padding: 12px 25px;
  line-height: 1;
  color: #666;
  font-size: 0.938em;
  transition: 0.3s;
  margin-top: 30px;
}
.main_review .review_con .in_more:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.main_review .review_con .swiper-slide:nth-child(3n-2) .in {
  border-radius: 25px 25px 25px 0;
}
.main_review .review_con .swiper-slide:nth-child(3n-1) .in {
  border-radius: 25px;
}
.main_review .review_con .swiper-slide:nth-child(3n) .in {
  border-radius: 25px 0 25px 25px;
}
.main_review .review_con .in {
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  height: 100%;
}
.main_review .review_con .in .in_img {
  width: 100%;
  height: 180px;
}
.main_review .review_con .in .in_txt {
  padding: 40px 30px;
}
.main_review .review_con .in .in_txt .lt_tit a {
  line-height: 1.3;
  font-size: 1.068em;
}
.main_review .review_con .in .in_txt .lt_cont {
  font-size: 0.875em;
  line-height: 1.3;
  margin-top: 10px;
  min-height: 37px;
}
.main_review .review_con .in .in_txt .lt_cont br {
  display: none;
}
.main_review .review_con .in .in_txt .lt_info {
  font-size: 0.875em;
  color: #999;
  margin-top: 15px;
}
.main_review .review_con .in .in_txt .lt_info .lt_name {
  margin-left: 10px;
}
.main_review .review_con .in .more_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.main_review .review_con .in .more_box .xi {
  width: 46px;
  height: 46px;
  line-height: 45px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.25em;
}
.main_review .review_con .in:hover .more_box {
  opacity: 1;
}
.main_review .review_control {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_review .review_control .swiper-pagination-fraction {
  width: auto;
  margin: 0 20px;
}
.main_review .review_control .xi {
  font-size: 1.5em;
  color: #aaa;
  cursor: pointer;
}
.main_review .review_control .xi:hover {
  color: #111;
}
.main_review .wood_style ul > li {
  width: 25%;
}
.main_review .wood_style .fl_wrap > li {
  width: 25%;
}
.main_review .wood_style .sct_ct_wrap {
  margin: 13px 10px;
}
.main_review .wood_style .sct_txt a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_review .wood_style .sct_basic {
  margin-bottom: 20px;
}
.main_review .wood_style .sct_basic p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_review .wood_style .sv_wrap {
  font-size: 0.8125em;
}

.main_com {
  background-color: #aaa;
  text-align: center;
  padding: 100px 0 90px;
  margin-top: 40px;
}
.main_com .in_tt {
  font-size: 2.25em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.main_com .in_tt .strong {
  font-weight: 800;
}
.main_com .in_tt i {
  font-style: italic;
}
.main_com .in_btn a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 60px;
  border-radius: 50px;
  transition: 0.3s;
}
.main_com .in_btn a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

#ssch_cate li {
  width: auto;
}

.main_bo_list {
  border-top: 1px solid #555;
}
.main_bo_list li {
  border-bottom: 1px dashed #ccc;
}
.main_bo_list li .in {
  padding: 25px 10px;
}
.main_bo_list li .in_tt {
  color: #555;
}
.main_bo_list li .in_tt .xi {
  color: #ff2f2f;
  font-size: 1.25em;
}
.main_bo_list li .in_info {
  font-size: 0.875em;
  color: #aaa;
}
.main_bo_list li .in_info p {
  margin-left: 20px;
}
.main_bo_list li.empty_li {
  text-align: center;
  padding: 2em;
}



.sub .wood_style > li {
  width: 25%;
}
.sub .wood_style > li .in {
  height: 100%;
}

/*===================================================================서브===================================================================*/

.sub #container {
  width: 1300px;
  max-width: 96%;
  margin: 0 auto;
  padding: 80px 0 0 !important;
  min-height: 500px;
}
.sub #wrapper {
  margin-top: 200px;
}

/*서브 비주얼*/
.main .conSection {
  display: none;
}
.conSection {
  height: 20em;
}
.load .page_cover .cover_bg {
  transform: scale(1, 1);
}
.page_cover {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page_cover .cover_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page_cover .cover_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1, 1.1);
  transition: 1s;
}

.page_cover .tt {
  color: #fff;
}
.page_cover .cover_cell {
  position: relative;
  max-width: 90%;
}
/*.page_cover .cover_cell .t1{ font-size:.875em; font-weight:500; letter-spacing:.3em; }*/
.page_cover .cover_cell .t2 {
  font-size: 3em;
  font-weight: 700;
}
/*.page_cover .cover_cell .t3{ font-size:1.5em; line-height:1.5;}
.page_cover .cover_cell .t1 > span{ position:relative; display:inline-block; padding:0 1em;}
.page_cover .cover_cell .t1 > span:before,
.page_cover .cover_cell .t1 > span:after { content:""; position:absolute; top:50%; width:5em; height:1px; background:#fff; opacity:.3;}
.page_cover .cover_cell .t1 > span:before{ left:-5em;}
.page_cover .cover_cell .t1 > span:after { right:-5em;}*/

/*인사말*/
.intro_tit {
  background-color: #aaa;
  padding: 8.5em 0;
}
.intro_tit .in_tt {
  font-size: 5em;
  font-weight: 900;
  line-height: 1;
  width: 40%;
  padding-top: 70px;
}
.intro_tit .in_tt .t1 {
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
}
.intro_tit .in_tt .t2 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-style: italic;
}
.intro_box {
  background-color: #fff;
  padding: 5em;
  width: 60%;
  box-sizing: border-box;
  color: #333;
}
.intro_box .page_tx {
  margin-top: 25px;
}
.intro_box .page_tx .yy {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.125em;
  color: var(--subColor);
}

/*오시는 길*/
.location_box {
  margin: 0 auto;
  padding: 0 1em;
  color: #111;
}
.location_box .map_tw {
  padding-bottom: 1em;
  font-size: 1.375em;
}
.location_box .map_tw .xi {
  width: 44px;
  height: 44px;
  background: var(--mainColor);
  border-radius: 50%;
  line-height: 44px;
  margin-right: 10px;
  font-size: 0.938em;
  color: #fff;
}
.location_box .map_view {
  border-top: 3px solid var(--subColor);
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
.location_box .map_view .tt {
  padding-bottom: 10px;
  font-size: 1.125em;
  color: #333;
  letter-spacing: -2px;
  vertical-align: middle;
}
.location_box .map_view .xi {
  vertical-align: middle;
  font-size: 1.125em;
  padding-right: 5px;
}
.location_box .map_view .map_cont .root_daum_roughmap .wrap_controllers {
  display: none;
}
.location_box .info_list {
  margin-top: 1em;
}
.location_box .info_list > li {
  padding: 2.5em 0;
  border-bottom: 1px dotted #ddd;
}
.location_box .info_list > li h3 {
  float: left;
  font-size: 1.125em;
  font-weight: 500;
  position: relative;
  padding-top: 7px;
}
.location_box .info_list > li h3:before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  top: 0;
  left: 0;
}
.location_box .info_list > li h3 .xi {
  font-size: 1.125em;
  margin-right: 5px;
}
.location_box .info_list > li .info {
  margin: 0 0 0 240px;
}
.location_box .info_list > li .info .in_tbox {
  border: 1px solid #ddd;
  padding: 1.5em;
  background-color: #f9f9f9;
  color: #333;
}
.location_box .info_list > li .info .in_tbox .fwB {
  margin-right: 15px;
}
.location_box .info_list > li .info .in_tbox .dot_list > li {
  margin-bottom: 10px;
  font-size: 0.938em;
}
.location_box .info_list > li .info .in_tbox .dot_list > li:last-child {
  margin-bottom: 0px;
}

/*개인정보&이용약관*/
.agree_box {
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 5px;
}
.agree_box .in_con {
  padding: 2em;
  border: 1px solid #ededed;
  margin: 1em;
  background: #fff;
}
.agree_box .in_con .agree_wrap {
  font-size: 0.938em;
}
.agree_box .in_con .agree_wrap span {
  display: block;
}
/*==============================================================shop_스킨 수정==============================================================*/

/*제품 리스트*/
#sct_lst {
  display: none;
}
#sct_sort button {
  display: none;
}
#sct_sort ul {
  display: block !important;
  position: inherit;
  border: 0;
}
#sct_sort ul:before {
  display: none;
}
#sct_sort ul:after {
  display: none;
}
#sct_sort li {
  border-top: 0;
  padding: 15px 0;
  height: auto;
}
#sct_sort li a {
  background-color: transparent;
  padding: 0 20px;
}
#sct_sort li a:hover {
  color: #000;
}

.sct_ct ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sct_ct ul li {
  padding: 0;
  float: none;
}
.sct_ct ul li span {
  color: var(--subColor);
}
#sct_ct_1 li a:hover {
  color: #000;
}

/*제품 뷰 슬라이드*/
#sit_siblings {
  display: none;
}

/*제품 뷰 상단*/
.con_item_veiw {
  width: 100% !important;
  max-width: 100% !important;
}
#sit_title {
  font-size: 1.375em;
  line-height: 1.2;
}
#sit_ov_wrap {
  padding: 0;
  margin-bottom: 3em;
  background-color: #fff;
  border-top: 0;
}
#sit_ov_wrap .sit_ov_innr {
  max-width: 100%;
}
#sit_pvi {
  width: 48%;
  box-sizing: border-box;
  padding: 3em;
  background-color: #fff;
}
#sit_ov {
  width: 42%;
}
#sit_ov_btn {
  margin-right: -5px;
}
#sit_ov_btn button {
  height: 50px;
  line-height: 49px;
  border-radius: 5px;
  font-size: 1.125em;
  font-weight: normal;
}
#sit_ov_btn > * {
  flex: 33.33%;
  margin-right: 5px;
}
#sit_ov_btn #sit_btn_wish {
  flex: 10%;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  font-size: 1.375em;
  font-weight: normal;
}
#sit_ov_btn #sit_btn_wish .xi {
  vertical-align: baseline;
}
#sit_btn_cart,
#sit_ov_btn #sit_btn_wish {
  border-color: #555;
}
#sit_btn_cart:hover {
  color: #3d3e3e;
  border-color: #555;
}
#sit_btn_buy:hover {
  background-color: #111;
}
#sit_ov_btn #sit_btn_wish:hover {
  color: #ff4f4f;
  border-color: #555;
}
#sit_star_sns {
  display: none;
}

/*제품 뷰 상세정보*/
#sit_ov_bottom {
  max-width: 100%;
}
.sanchor {
  border-bottom: 0;
  margin-right: -0.5em;
  margin-bottom: 30px;
}
.sanchor > li {
  width: calc(100% / 5);
  margin-left: 0;
}
.sanchor > li a {
  margin-right: 0.5em;
  font-weight: normal !important;
  font-size: 1.25em;
  padding: 5px 30px;
  border: 1px solid #ddd !important;
  border-radius: 5px;
}
.sanchor > li a:hover {
  background-color: #fcfcfc !important;
}
.sanchor > li a .count {
  font-size: 13px;
  font-family: "Noto Sans Kr";
  padding: 0 6px;
}
.sanchor > li.on a {
  border: 1px solid #111 !important;
  color: #111;
  background-color: #fcfcfc !important;
}
.sanchor > li.on a .count {
  background: #333;
}
#sit_ov_bottom h3,
#sit_rel h2 {
  color: #333;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
#sit_inf {
  padding: 0;
}
#sit_inf_open th,
#sit_inf_open td {
  padding: 10px;
}
a.qa_wr {
  background: #333;
  color: #fff;
}
#itemqa_list,
#itemuse_list {
  border-color: #333;
}
#sit_qa_wbtn a,
#sit_use_wbtn a {
  line-height: 37px;
  font-weight: normal;
}
#sit_use_wbtn {
  position: inherit;
  top: inherit;
  right: inherit;
}
.sit_use_li_title:hover {
  background-color: transparent !important;
  color: #222 !important;
}
.sit_use_cmd a.btn01,
.sit_qa_cmd a.btn01 {
  font-size: 0.875em;
  color: #333 !important;
  padding: 0 10px;
  line-height: 30px;
}
.sit_use_dl,
.sit_qa_dl {
  position: inherit;
  top: inherit;
  right: inherit;
  padding: 0;
}
.sit_use_li {
  padding-left: 0;
}
.sit_qa_li {
  padding: 15px 25px;
}
.sit_qa_li_title {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  float: none;
}
.sit_qa_dl dd.sit_qaa_yet,
.sit_qa_dl dd.sit_qaa_done {
  width: auto;
  font-weight: normal;
}
.sit_qa_dl {
  line-height: 25px;
  float: none;
}
.sit_qa_qaq,
.sit_qa_qaa {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 10px;
  min-height: inherit;
}
.sit_qa_p {
  margin: 0;
}
.sit_qa_p strong {
  display: none;
}
.sit_alp {
  color: #111;
  display: block;
}
.sit_qa_dl dd.sit_qaa_done {
  color: #fff;
}
.sit_qa_dl {
  width: 100%;
}

/*헤더 멤버 클릭시*/
.tnb_con,
#hd_wr.fixed .tnb_con {
  top: 88px;
}
.tnb_con:after,
.tnb_con:before {
  display: none;
}
#popular {
  display: none;
}
#ol_after {
  width: 220px;
}
#ol_after_private {
  font-size: 0.8em;
}
#ol_after_private li,
#ol_after .ol_hd {
  text-align: left;
}
#ol_after_private li a {
  font-weight: normal;
  color: #666;
}
#ol_after_private li:hover i {
  color: #333;
}
#ol_after_private li strong {
  color: var(--mainColor);
}
#ol_after .profile_img img {
  width: 45px;
}
#ol_after .ol_hd {
  padding-left: 80px;
}

/*회원가입&로그인*/
#mb_login .sns-icon .txt i {
  vertical-align: baseline;
}
#fregister .chk_all {
  color: #333;
}
.form_01 .frm_info {
  color: #8ba4cb;
}

/*FAQ*/
#faq_hhtml {
  display: none;
}
#faq_wrap p {
  margin: 0 !important;
  font-family: "noto Sans kr", sans-serif !important;
}
#faq_wrap * {
  font-family: "noto Sans kr", sans-serif !important;
  font-size: 16px !important;
}
#faq_con h3 {
  padding: 0;
}
#faq_con h3 a {
  padding: 20px 150px 20px 60px;
}
#faq_con .con_inner {
  padding: 20px 150px 20px 60px;
}
#faq_con .con_closer {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
#faq_con .faq_alp {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  left: 14px;
  background-color: var(--mainColor);
}
#faq_con .faq_alp.faq_alp_a {
  background-color: #aaa;
}

/*상품후기*/
#sps_sch select {
  margin: 0;
  padding: 0;
  height: 40px;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  background: none;
  border: 1px solid #dddcde;
  color: #555;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  padding: 0 10px;
}
.btn_b01:hover,
.btn_b01:hover {
  border-color: #ada5b9;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  padding: 0 10px;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #000;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: none;
  border: 1px solid #000;
  color: #000;
  background: none;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  padding: 0 10px;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #000;
  color: #fff;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  background: #d13f4a;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  padding: 0 10px;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  background: #ff3746;
}
#sod_ws_act .btn02 {
  border: 1px solid #b6a272;
  color: #b6a272;
}
#sod_ws_act .btn01 {
  background: #b6a272;
}
.btn_cke_sc {
  height: auto;
}
#bo_w .btn_submit,
#bo_w a.btn_cancel {
  padding: 0 20px;
}
#guest_privacy {
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
}
#guest_privacy p {
  border: 0;
  height: auto;
  min-height: inherit;
  margin: 0;
  padding: 0;
}
#wrapper_title {
  font-size: 2.5em;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  margin-bottom: 0.8em;
  color: #333;
}

/*쿠폰*/
.od_coupon_wrap {
  position: relative;
}

/*이메일인증*/
.rg_em {
  width: 600px;
  max-width: 96%;
  margin: 2em auto;
}
.rg_em table {
  width: 100%;
}
.rg_em table th,
.rg_em table td {
  padding: 1em;
}

/*장바구니*/
#sod_bsk_act .total {
  display: none;
}
#sod_bsk_act .btn_submit {
  margin-top: 40px;
}

/*주문폼*/
.btn_address {
  background: #333;
  border-color: #333;
  font-size: 0.938em;
  font-weight: normal;
}
#order_address {
  background: #f9f9f9;
  border: 1px solid #333;
  color: #333;
  font-weight: normal;
}
#sod_frm .btn_submit {
  width: 49%;
}

/*마이페이지*/
#sod_inquiry li .inv_status,
.my_cou_wr {
  font-weight: normal;
}

/*전체검색*/
#ssch_frm .ssch_scharea {
  height: auto;
}
#ssch_frm h2 strong {
  color: var(--mainColor);
}
/*컨텐츠*/
#ctt {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
}

/* 특가할인 */
.ssale .wood_style .in > div {
  width: 100%;
}
