/* content ê³µí†µ css */
/*탭메뉴 */
header.active {
  position: absolute;
}

body.active {
  overflow: hidden;
}

.detail_main.fixed.active {
  position: absolute;
}

.tab_cont.on {
  display: block;
}

.tab_cont {
  display: none
}

.size_guide {
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
}

.size_guide .box_2 {
  display: block;
  width: 100%;
}

.size_guide .box_2 img {
  display: block;
  width: 100%;
}

.size_guide .box_2 .size_mo {
  display: none
}

.size_guide .box_2 .size_pc {
  display: block;
}

#size_guide_pop {
  cursor: pointer;
}

.tab_list_area {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 35px 0;
}

.tab_list_area>.list {
  display: flex;
  gap: 10px;
}

.tab_list_area>.list>li {}

.tab_list_area>.list>li.on {}

.tab_list_area>.list>li .btn {
  border: none;
  border-radius: 5px;
  background-color: #d6d6d6;
  color: #ffffff;
  width: 200px;
  height: 50px;
  font-size: 16px;
}

.tab_list_area>.list>li.on .btn {
  background-color: #000000;
  color: #ffffff;
}

.modal-content .tab_cont {
  width: 100%;
}

.modal-content .tab_cont .tit {
  font-size: 18px;
  color: #000000;
  margin: 0 0 15px 0;
}

.modal-content .tab_cont .size_conts {
  width: 100%;
}

.modal-content .tab_cont .size_conts .img01 {
  display: block;
  margin: 0 0 50px 0;
}

.modal-content .tab_cont .size_conts:last-child .img01,
.modal-content .tab_cont .size_conts:last-child .img02 {
  margin: 0 0 0 0;
}

.modal-content .tab_cont .size_conts .img02 {
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
}

.m_size_0614 {
  display: none;
}

.modal_2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 10;
  opacity: 0;
  transition: .5s;
  overflow: auto;
  height: calc(100% - 40px);
  pointer-events: none;
  z-index: 999999;
}

.modal_2.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.modal_2 .modal-content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  pointer-events: none;
  z-index: 99999;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 35px;
  color: #999;
  cursor: pointer;
  outline: none;
  color: #000000;
}

/*상세 사이즈 표*/
.resolution_txt {
  margin: 0 0 0 0 !important;
}

.resolution_txt .txt {
  font-family: 'Neo_Semibold';
  font-size: 15px;
  color: #333333;
  margin: 0 0 7px 0;
}

.resolution_txt .s_txt {
  font-size: 14px;
  color: #676666;
  line-height: 21px;
}

.tb_frm {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 15px 0 100px 0;
}

.tb_frm tr th {
  font-size: 15px;
  padding: 12px 0;
  line-height: 20px;
  border-top: 2px solid #d4a871;
  color: #ae6e1f;
  border-bottom: 1px solid #d4a871;
  font-family: 'Neo_Semibold';
}
.tb_frm tr th .mobile_br {
  display: none;
}

.tb_frm tbody tr:nth-child(2n) {
  background-color: #fffdfa;
}

.tb_frm tbody tr td {
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  color: #333333;
  height: 45px;
  line-height: 45px;
}

/* ì¼ëŸ¬ìŠ¤íŠ¸ ë°°ë„ˆ */
.detail_frames .il_banner_wrap {
  background-image: url(../img/list3/il_bg.png);
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

.detail_frames .il_banner_left {
  width: 55%;
}

.detail_frames .il_banner_left .banner_mo {
  display: none;
}

.detail_frames .il_banner_right {
  width: 45%;
  text-align: left;
}

.detail_frames .il_banner_right .name {
  font-size: 25px;
  font-family: 'Neo_Semibold';
  display: inline-block;
  color: #333;
}

.detail_frames .il_banner_right .name span {
  font-size: 18px;
  font-family: 'Neo_R';
}

.detail_frames .il_banner_right .line2 {
  margin-bottom: 10px;
}

.detail_frames .il_banner_right p {
  font-size: 14px;
  line-height: 24px;
  color: #616161;
}

/*ì•¡ìžêµì²´*/
.detail_frames {
  text-align: center;
}

.detail_frames .main_title .tit_b {
  margin-bottom: 15px;
  color: #ecc9a6;
  font-family: 'Neo_Semibold';
}

.detail_frames .main_title .tit_s {
  font-size: 22px;
  font-family: 'Neo_Semibold';
}

.detail_frames .main_title .tit_plus {
  line-height: 24px;
  margin-top: 20px;
}

.detail_frames .main_title .tit_plus span {
  border-bottom: 3px solid #ecc9a7;
}

.detail_frames .option_info {
  margin: 70px 0;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.detail_frames .option_info .body_title .xi-hand-pointing {
  font-size: 20px;
  vertical-align: middle;
}

.detail_frames .option_info .nt_frame {
  margin-top: 15px;
  color: #777;
}

.process_img_wrap {
  margin-top: 30px;
}

.process_img_wrap img {
  width: 100%;
}


/* 제작일정 css */
.product_step_container {
  width: 100%;
  margin-bottom: 75px !important;
}
.product_step_container .product_step_title {
  font-size: 18px;
  font-family: 'Neo_Semibold';
  margin-bottom: 50px;
  text-align: center;
}
.product_step_container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 42px;
  position: relative;
}
.product_step_container .product_step {
  width: calc(100% / 6);
  text-align: center;
  position: relative;
}
.product_step_container .product_step::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/img/product/arrow_dark.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 30%;
}
.product_step_container .product_step:last-child::after {
  display: none;
}
.product_step_container .product_step .circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fef6ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product_step_container .product_step .circle img {
  width: 40%;
  opacity: 0.5;
}
.product_step_container .product_step .title {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}
.product_step_container .etc {
  font-size: 12px;
  line-height: 20px;
  margin-top: 50px;
  margin-left: 50px;
  text-align: center;
  color: #bdbdbd;
}
.product_step_container .etc br {
  display: none;
}




#main .detail_box {
  padding: 20px;
}

#main .detail_box .detail_tit {
  font-size: 16px;
  font-family: 'Neo_Semibold';
  color: #393939;
  margin-bottom: 5px;
}

#main .main_wrap .sub_tit {
  font-family: 'Neo_bold';
  text-align: center;
}

.detail_frames li:nth-child(3) {
  margin-bottom: 100px;
  text-align: left;
}

.detail_frames li:nth-child(3) .body_title {
  display: inline-block;
  font-family: 'Neo_Semibold';
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  padding: 5px 25px;
  background-color: #fad5b05e;
}

.detail_frames li:nth-child(3) .plus_info {
  margin-top: 30px;
}

.detail_frames li:nth-child(3) p {
  line-height: 30px;
  color: #686868;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}

.detail_frames li:nth-child(3) p::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 2px;
  background-color: #999;
  position: absolute;
  top: 13px;
  left: 0;
}

.seaTabs * {
  box-sizing: border-box;
}

.seaTabs {}

.seaTabs_switch {
  display: inline-block;
}

.seaTabs_switch>.main_wrap .b_tit {
  text-align: center;
}

.seaTabs_switch>.main_wrap .s_tit {
  text-align: center;
}

.seaTabs_switch>.main_wrap .sub_tit {
  text-align: center;
}

.seaTabs_item {
  display: none;
}

.seaTabs_switch_active {
  cursor: default;
}

.seaTabs_content_active {
  display: block;
}

.seaTabs_switch {}

.seaTabs_tab:first-child {
  border-left: 0px solid #ccc;
  /*border-top-left-radius: 0px;*/
}

.seaTabs_tab:last-child {
  border-top-right-radius: 0px;
}

.seaTabs_content {
  margin-top: -1px;
}

.seaTabs_item {
  padding: 3px 0px;
  border: 0px solid #ccc;
  border-radius: 0 0 0px 0px;
}

.seaTabs_tab.poster {
  width: 50%;
}

.seaTabs_tab {
  float: left;
  cursor: pointer;
  border-width: 0px 1px 0px 0;
  border-style: solid;
  border-color: #fff;
  background: #efefef;
  margin-bottom: 90px;
  width: 33.3%;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
}

.seaTabs_switch_active {
  border-bottom: 1px solid #fff;
  background: #ecc9a6;
  display: block;
}

.detail_frame li:nth-child(3)>video {
  width: 1200px;
  margin-top: 30px;
  position: relative;
  top: 0;
  left: 0;
}

.detail_frame li:nth-child(1) {
  width: 1200px;
  margin: 0 auto;
}

.detail_frame li:nth-child(1) p:nth-child(1) {
  font-size: 13px;
  font-family: NotoSansKR-Light;
  color: #ad8c49;
  margin-top: 150px;
}

li:nth-child(2) ul li div>.no_color {
  color: #999999;
  margin-top: 0;
}

.detail_frame li:nth-child(3) ul li {
  display: inline-block;
  width: 355px;
  text-align: center;
  vertical-align: top;
  margin-top: 0;
}

.detail_frame li:nth-child(4) ul .notic_title {
  display: inline-block;
  font-size: 13px;
  font-family: NotoSansKR-Regular;
  width: 100px;
  color: #ad8c49;
  margin-top: 0;
}

.content .seaTabs_tab strong {
  color: #000;
  font-family: 'Neo_Semibold';
  font-size: 16px;
}

.content .seaTabs_switch_active strong {
  color: #fff;
}

.content>div:not(.detail_main) {
  margin-top: 120px;
}

.content div.sns_swiper {
  margin-top: 25px;
}

/*0416 ìˆ˜ì •*/
.content>div>.box {
  width: 100%;
  height: auto;
  padding: 45px;
  background-color: #fafafa;
  border-radius: 20px;
}

.content .review_top .btn span:hover {
  background-color: #f6f6f6;
}

.content>div span.sub_title {
  display: block;
  font-size: 15px;
  font-family: Neo_Semibold;
  margin-bottom: 22px;
}

.content>div span.sub_title i {
  font-size: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}

span.title_num {
  font-size: 16px;
  font-family: Neo_Semibold;
  margin-left: 5px;
  color: #999;
}

.not_con {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

/* rec_list(ì¶”ì²œ ìƒí’ˆ) css */
.rec_list {
  margin-top: 90px;
}

.rec_list>p {
  font-size: 18px;
  font-family: Neo_Semibold;
  margin-bottom: 35px;
}

.rec_list .product_img {
  border-radius: 10px;
  overflow: hidden;
}

.rec_list .product_img img {
  display: block;
  width: 100%;
}

.rec_list .swiper-slide .product_name {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 10px;
  margin-bottom: 15px;
}

.rec_list .swiper-slide .product_price {
  margin-top: 18px;
  font-size: 18px;
  font-family: 'Neo_Bold';
}

.rec_list .swiper-slide .product_price>span {
  margin-left: 3px;
}

/* ìƒì„¸ ë©”ë‰´ */
.detail_main.fixed {
  position: sticky;
  top: 80px;
  z-index: 9;
  background-color: #fff;
  /* padding-top: 30px; */
  width: 1200px;
}

.detail_main .orderFixed {
  display: none;
}

.detail_menu {
  width: 100%;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail_menu li div {
  display: inline-block;
  font-size: 16px;
  position: relative;
  color: #6E6E6E;
  height: 30px;
  cursor: pointer;
}

.detail_menu li a:hover {
  font-family: 'Neo_Semibold';
  color: #1a1a1a;
}

.detail_menu li div.on {
  font-family: 'Neo_Semibold';
  color: #1a1a1a;
}
.detail_menu li div.on .mobile_br {
  font-family: 'Neo_Semibold';
  color: #1a1a1a;
}

.detail_menu li div.on::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.detail_menu li div .menu_num {
  display: inline-block;
  margin-left: 3px;
  font-size: 10px;
  color: #666;
  vertical-align: unset;
  padding: 0px 9px;
  background: #fd7676;
  border-radius: 10px;
  color: #fff;
  line-height: 16px;
}

.detail_menu li div.on .menu_num {
  color: #fff;
}

.detail_main.fixed .orderFixed {
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 30%;
  display: block;
}

.detail_main.fixed .orderFixed div {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-family: Neo_Semibold;
  border: 1px solid #adadad;
}

.detail_main.fixed .orderFixed div:nth-child(1) {
  padding: 15px 0px;
  background-color: #fff;
  font-size: 14px;
  width: 35%;
  float: left;
}

.detail_main.fixed .orderFixed div:nth-child(2) {
  color: #fff;
  background-color: #000;
  width: 63%;
  padding: 15px 0px;
  font-size: 14px;
  margin-left: 2%;
  float: right;
}

/* ìƒì„¸ì •ë³´ */
#main {
  margin-top: 60px;
}

#main>div {
  margin-bottom: 150px;
}

#main .main_wrap {
  display: inline-block;
}

#main .tit_bg {
  width: 2.5%;
  background-color: #ECC9A6;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#main .tit_bg span {
  color: #fff;
  font-family: 'Neo_Semibold';
}

#main .b_tit {
  font-size: 1.5rem;
  font-family: 'Neo_Bold';
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#main .s_tit {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}

#main .s_tit_mo {
  display: none;
}

#main .txt3 {
  font-family: 'Pretendard-Light';
  font-size: 13px;
  text-align: center;
  color: #8f8f8f;
  padding: 5px 0 5px 0;
}

#main .line {
  border: 1px solid #ECC9A6;
  width: 0.1px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #757575;
  margin-bottom: 20px;
  margin-top: 20px;
}

#main .main_wrap .info {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 50px;
  color: #686868;
  text-align: center;
  word-break: keep-all;
}

#main .main_wrap .size_info {
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
  font-family: 'Neo_R';
  display: flex;
  flex-direction: column;
}

/* #main .main_wrap .size_info img{
  margin: 0 auto;
} */
#main .main_wrap .main_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

#main .main_img>img {
  width: 100%;
  margin-bottom: 20px;
}

#main .main_img:last-of-type {
  margin-bottom: 0;
}

#main .sub_tit {
  font-size: 21px;
  font-family: Neo_Semibold;
  margin-bottom: 35px;
}

#main .detail_wrap {
  margin-top: 100px;
}

#main .detail_img {
  display: flex;
  gap: 2%;
}

#main .detail_img>div {
  width: 32%;
  border-radius: 15px;
  border: 1px solid #ededed;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

#main .detail_img .img_wrap {
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#main .detail_img .img_wrap img {
  width: 100%;
}

#main .detail_img>div p {
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  color: #686868;
}

#main .detail_wrap .detail_box {
  padding: 20px;
}

#main .detail_wrap .detail_tit {
  font-size: 16px;
  font-family: 'Neo_Semibold';
  color: #393939;
  margin-bottom: 5px;
}

#main .sub_tit font {
  margin-left: 10px;
  color: #999;
  font-size: 13px;
}

#main .main_wrap .com_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

#main .main_wrap .com_wrap .com_info {
  font-size: 16px;
  word-break: keep-all;
  margin-bottom: 40px;
  color: #444;
}

#main .main_wrap .com_wrap .com_content {
  display: inline-block;
  width: 49%;
  float: left;
  margin-right: 2%;
}

#main .main_wrap .com_wrap .com_content:last-child {
  margin-right: 0;
}

#main .main_wrap .com_wrap .com_content .d_img {
  width: 100%;
  height: 350px;
  background: url(/img/product/d_img.jpg) 50% 100% / cover no-repeat;
}

#main .main_wrap .com_wrap .com_content .d_img2 {
  width: 100%;
  height: 350px;
  background: url(/img/product/d_img2.jpg) 50% 100% / cover no-repeat;
}

#main .main_wrap .com_wrap .com_content .com_txt {
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
  background: #fad5b05e;
  padding: 5px 25px;
  color: #000;
}

#main .media_wrap {
  width: 100%;
  height: auto;
  margin-bottom: 55px;
}

#main .media_wrap img {
  width: 100%;
}

#main .artluxe_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .artluxe_detail>div {
  width: 49%;
  margin-bottom: 50px;
}

#main .artluxe_detail>div:nth-child(n+3) {
  margin-bottom: 0;
}

#main .artluxe_detail .content_img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  border: 1px solid #eee;
}

#main .artluxe_detail>div:nth-child(1) .content_img {
  background: url(/img/product/art_t1.jpg) 50% 50% / cover no-repeat;
}

#main .artluxe_detail>div:nth-child(2) .content_img {
  background: url(/img/product/art_t2.jpg) 50% 50% / cover no-repeat;
}

#main .artluxe_detail>div:nth-child(3) .content_img {
  background: url(/img/product/art_t3.jpg) 50% 50% / cover no-repeat;
}

#main .artluxe_detail>div:nth-child(4) .content_img {
  background: url(/img/product/art_t4.jpg) 50% 50% / cover no-repeat;
}

#main .artluxe_detail>div span {
  display: inline-block;
  font-size: 18px;
  font-family: Neo_Semibold;
  margin: 20px 0 15px;
}

#main .artluxe_detail>div p {
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.tb_size {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 50px;
}

.tb_size th {
  border-top: 1px solid #000000;
  background-color: #fafafa;
  font-size: 13px;
  line-height: 45px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.tb_size th:last-child {
  border-right: 0;
}

.tb_size td {
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  line-height: 45px;
  border-right: 1px solid #ededed;
}

.tb_size td:nth-child(2n) {
  border-right: 0;
}

#main .frame_vedio {
  width: 1200px;
  margin-top: 50px;
}

#main .frame_vedio iframe {
  width: 100%;
  height: 680px;
  border: 0;
}

#main .frame_explanation {
  width: 1200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}

#main .notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .notice .grid_2 {
  width: 49%;
  margin-bottom: 40px;
}

#main .notice .grid_3 {
  width: 32%;
}

#main .notice .grid .wrap_img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

#main .notice .grid_2 .wrap_img {
  height: 300px;
}

#main .notice .grid_3 .wrap_img {
  height: 250px;
}


/* 구매 전 확인해 보세요 항목 4가지 입니다. */
/* 품질서비스 */
#main .notice>div:nth-child(1) .wrap_img {
  background: url(/img/product/test1.jpeg) center no-repeat;
  background-size: cover;
}
/* 사진업로드 */
#main .notice>div:nth-child(2) .wrap_img {
  background: url(/img/order/free.png) 50% 50% no-repeat;
  background-size: cover;
}
/* 아크릴액자 */
#main .notice>div:nth-child(3) .wrap_img {
  background: url(/img/product/chk_img03.png) center no-repeat;
  background-size: cover;
}
/* 우드액자 */
#main .notice>div:nth-child(3) .wrap_img.pack_type_2 {
  background: url(/img/product/chk_img02.png) center no-repeat;
  background-size: cover;
}
/*배송*/
#main .notice>div:nth-child(4) .wrap_img {
  background: url(/img/product/test4.png) center no-repeat;
  background-size: cover;
}



#main .notice .grid .img_text {
  margin-left: 5px;
  margin-top: 25px;
}
#main .notice .grid .img_text_mo {
  display: none;
}

#main .notice .grid span {
  display: inline-block;
  font-size: 17px;
  font-family: 'Neo_Semibold';
  margin-bottom: 10px;
}

#main .notice .grid p {
  font-size: 14px;
  line-height: 22px;
  color: #797979;
  word-break: keep-all;
}

#main .bag_wrap {
  background-color: #fafafacc;
  padding: 60px 100px;
  position: relative;
  margin-bottom: 0;
}

#main .bag_wrap .bag_name {
  font-size: 27px;
  word-break: keep-all;
}

#main .bag_wrap .bag_name span {
  font-family: 'Neo_Bold';
  text-decoration: #febc7a wavy underline;
  text-underline-offset: 8px;
  -webkit-text-decoration: #febc7a wavy underline;
  -webkit-text-underline-offset: 8px;
  /* text-underline-position: under; */
}

#main .bag_wrap .bag_size {
  font-size: 15px;
  color: #888;
  margin: 40px 0 30px;
}

#main .bag_wrap .bag_size span {
  padding: 0 10px;
  color: #999;
}
#main .bag_wrap .btn_bag_size_pop {
  display: none;
  width: 45%;
  padding: 10px;
  border-radius: 20px;
  background-color: #febc7a;
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Neo_Semibold';
  text-align: center;
  margin-bottom: 2rem;
  cursor: pointer;
}

#main .bag_wrap .bag_size_pop_wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#main .bag_wrap .bag_size_pop_wrap.on {
  display: block;
}
#main .bag_wrap .bag_size_pop {
  width: 90%;
  height: 90%;
  padding: 1.5rem;
  border-radius: 20px;
  overflow: scroll;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#main .bag_wrap .bag_size_pop_wrap .close_bag_size_pop {
  text-align: right;
}
#main .bag_wrap .bag_size_pop_wrap .close_bag_size_pop i {
  font-size: 1.5rem;
}
#main .bag_wrap .bag_size_pop .size_con {
}

#main .bag_wrap .bag_size_pop .size_con .size_tit {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  font-family: 'Neo_Semibold';
  margin-bottom: 30px;
}

#main .bag_wrap .bag_size_pop .size_con .con_img {
  width: 100%;
}

#main .bag_wrap .bag_size_pop .size_con img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

#main .bag_wrap .bag_size_pop .size_tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  float: right;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 8px;
  font-size: 0.75rem;
  align-items: center;
}

#main .bag_wrap .bag_size_pop .size_tb .top_list {
  border-top: 1px solid #000;
  background-color: #fafafa;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li {
  text-align: center;
}
#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li br{
  display: block;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li:first-child {
  width: 20%;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li:nth-child(2) {
  width: 15%;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li:nth-child(3) {
  width: 25%;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li:nth-child(4) {
  width: 40%;
  line-height: 20px;
}

#main .bag_wrap .bag_size_pop .size_tb>ul.size_tb_list>li:nth-child(5) {
  width: 45%;
}

#main .bag_wrap .bag_size_pop .size_tb ul:first-child {
  line-height: 20px;
  font-size: 0.75rem;
  padding: 16px 8px;
}

#main .bag_wrap .bag_size_pop .size_tb ul:first-child>li {
  font-family: 'Neo_Semibold';
}

#main .bag_wrap .bag_size_pop .size_tb .size_tb_list2 {
  margin-top: 30px;
  padding-bottom: 50px;
}

#main .bag_wrap .bag_size_pop .size_tb .size_tb_list2 li {
  font-size: 0.825rem;
  color: #5a5a5a;
  text-align: left;
  line-height: 1.25rem;
  padding-left: 15px;
  position: relative;
}

#main .bag_wrap .bag_size_pop .size_tb .size_tb_list2 li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
  display: inline-block;
  font-size: 16px;
}


#main .bag_wrap .bag_content {
  display: flex;
  justify-content: space-between;
}

#main .bag_wrap .con_wrap {
  display: inline-block;
  width: 48%;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 60px;
}

#main .bag_wrap .con_wrap .bag_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#main .bag_wrap .con_wrap .bag_img img {
  display: block;
  width: 100%;
}

#main .bag_wrap .con_wrap .bag_txt {
  margin-top: 35px;
}

#main .bag_wrap .con_wrap .bag_txt .tit {
  font-family: 'Neo_Semibold';
  font-size: 18px;
  margin-bottom: 20px;
}
#main .bag_wrap .con_wrap .bag_txt .tit_mo {
  display: none;
}
#main .bag_wrap .con_wrap .bag_txt .txt {
  font-size: 15px;
  line-height: 22px;
}

#main .bag_wrap .bag_info {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

#main .bag_wrap .bag_info .visit_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #5e5e5e;
}

#main .bag_wrap .bag_info .visit_tit .top_tit {
  font-size: 17px;
  font-family: 'Neo_Semibold';
}

#main .bag_wrap .bag_info .visit_tit .top_tit .xi-maker {
  font-size: 27px;
  color: #febc7a;
  vertical-align: sub;
}

#main .bag_wrap .bag_info .visit_tit a {
  display: inline-block;
  font-size: 15px;
  color: #F8AA5B;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
  vertical-align: text-top;
  border-bottom: 1px solid #f8aa5b;
  display: flex;
  align-items: center;
}

#main .bag_wrap .bag_info .visit_tit a::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #F8AA5B;
  transition: 350ms;
}

#main .bag_wrap .bag_info .visit_tit a:hover::before {
  left: 0;
}

#main .bag_wrap .bag_info .visit_tit a i {
  font-size: 15px;
  color: #F8AA5B;
  vertical-align: revert;
}

#main .bag_wrap .bag_info .visit_txt {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

#main .bag_wrap .pr_btn {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

#main .bag_wrap .pr_btn a {
  font-size: 16px;
  font-family: 'Neo_Semibold';
  padding: 10px 30px;
  color: #fff;
  background-color: #F8AA5B;
  border-radius: 50px;
}

/*PREMIUM QUALITY 동영상 추가*/
#main .video_box {
  width: 100%;
}

#main .video_box .inr {
  width: 100%;
  padding: 90px 0 100px 0;
  text-align: center;
}

#main .video_box .inr .tit {
  font-family: 'Neo_R';
  font-size: 21px;
  color: #252525;
}

#main .video_box .inr .video_line {
  display: block;
  margin: 35px auto;
  width: 62px;
  height: 1px;
  background-color: #c1c0bc;
}

#main .video_box .inr .s_tit {
  font-size: 15px;
  color: #6b6b6b;
}

#main .video_box .inr .video_box_inr {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  padding: 0 130px;
}

#main .video_box .inr .video_box_inr video {
  width: 100%;
  height: 100%;
}

#main .video_box .inr .video_box_inr .video_product_pc {
  display: block;
}

#main .video_box .inr .video_box_inr .video_product_mo {
  display: none;
}

#main .merit_wrap .merit_top {
  background: url(/img/product/merit.png) center no-repeat;
  background-size: contain;
  height: 600px;
  text-align: center;
}

#main .merit_wrap .merit_top span {
  font-size: 20px;
  font-family: Neo_Semibold;
  border-bottom: 1px solid #b4b4b4;
  display: block;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#main .merit_wrap .merit_top p {
  line-height: 20px;
  color: #666;
  font-size: 14px;
}

#main .merit_wrap .merit_bottom {
  text-align: center;
  margin-top: 40px;
}

#main .merit_wrap .merit_bottom p {
  line-height: 23px;
  font-size: 14px;
  word-break: keep-all;
}

/* ì œìž‘ì¼ì •/ì£¼ë¬¸ë°©ë²• */
#how_order .box>div:not(.photo_wrap) {
  margin-bottom: 30px;
}

#how_order .box .order_info {
  line-height: 22px;
  color: #555;
  letter-spacing: 0.3px;
  font-size: 14px;
}

#how_order .box p strong {
  font-family: Neo_Semibold;
  color: #555;
}

#how_order .order_info_btn {
  display: inline-block;
  background-color: #1a1a1a;
  padding: 8px 33px;
  border-radius: 50px;
  color: #fff;
  font-family: Neo_Semibold;
  cursor: pointer;
  transition: all .2s ease;
}

#how_order .order_info_btn:hover {
  background-color: #888;
}

#how_order .box .order_info_wrap .step_img {
  width: 100%;
  height: 110px;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
  background: url(/img/product/step.png) 50% no-repeat;
}

#how_order .box .order_info_wrap .step_img img {
  display: none;
  width: 100%;
}

#how_order .box .info_box2 .box_info {
  display: flex;
  margin-top: 20px;
}

#how_order .box .info_box2 ul {
  display: inline-block;
  width: 50%;
}

#how_order .box .info_box2 .info_bar {
  border-right: 1px solid rgba(116, 116, 116, 0.57);
  padding-right: 50px;
  margin-right: 50px;
}

#how_order .box .info_bar li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}

#how_order .box .info_bar li::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

#how_order .box>div ul li {
  color: #555;
  font-size: 14px;
}

#how_order .box .info_box2 .mail_info li:first-child {
  margin-bottom: 20px;
  font-family: 'Neo_Semibold';
  line-height: 18px;
}

#how_order .box .info_box2 .mail_info li:first-child .stl {
  display: block;
  font-size: 12px;
  color: #ef0000;
  margin: 3px 0 0 0;
}

#how_order .box .info_box2 .mail_info li.mail_bar {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

#how_order .info_box2 .mail_info li.mail_bar span {
  font-size: 14px;
  font-family: 'Neo_Semibold';
  margin-right: 3px;
}

#how_order .box .photo_wrap ul li {
  margin-bottom: 10px;
}

/* í›„ê¸° */
#review .xi-star {
  color: #ffb92c;
}

#review .xi-star-o {
  color: #ddd;
}

#review .review_top {
  margin-top:50px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}

#review .review_top .s_title,
#ask .ask_top .s_title {
  margin-bottom: 0;
}

#review .review_top .title {
  font-size: 18px;
  font-family: Neo_Semibold;
}

#review .review_top .btn span {
  display: inline-block;
  width: 100px;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #D9D9D9;
  transition: all 200ms;
  font-size: 13px;
}

#review .box {
  display: flex;
  margin-top: 20px;
}

#review .box .star_box_left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(211 211 211 / 64%);
}

#review .box .star_box_left>span {
  font-family: Neo_Semibold;
  font-size: 23px;
}

#review .box .star-rating span {
  margin: 0 10px;
}

#review .box .star-rating span i {
  font-size: 23px;
  margin: 0 1px;
}

#review .box .star_box_left>div {
  font-family: Neo_Semibold;
  font-size: 23px;
  color: #999;
}

#review .box .star_box_left>div .score_num {
  font-family: Neo_Semibold;
  font-size: 22.5px;
}

#review .box .star_box_right {
  width: 40%;
  margin-left: 60px;
}

#review .score_wrap {
  display: flex;
  padding: 10px 20px;
  /* margin-bottom: 15px; */
  border-radius: 10px;
  justify-content: space-between;
}

#review .score_wrap:last-child {
  margin-bottom: 0;
}

#review .score_name {
  width: 21%;
  font-size: 14px;
}

#review .score_bg {
  display: inline-block;
  width: 60%;
  height: 12px;
  border-radius: 8px;
  background-color: #eee;
}

#review .score_num {
  width: 14%;
  font-size: 13px;
  color: #888;
  padding-left: 5px;
}

#review .score_num.best_pr {
  color: #1c77ffa6;
  font-family: 'Noto_B';
  font-size: 15px;
}

#review .score {
  background-color: #1c77ff66;
  height: 12px;
  border-radius: 8px;
  /* width: 20%; */
}

#review .score_bar_num {
  width: 10%;
  margin-left: 5%;
}

#review .review_body .review_filter {
  margin: 50px 0 30px;
  display: none;
}

#review .review_body .review_filter input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

#review .review_body .review_filter label {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 7px 18px 8px;
  line-height: 1.6;
  margin-right: 15px;
  cursor: pointer;
}

#review .review_no_data {
  display: none;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
  padding: 200px 0;
  text-align: center;
}

#review .review_no_data p:first-child {
  font-size: 16px;
  font-family: Neo_Semibold;
  margin-bottom: 10px;
}

#review .review_no_data p:last-child {
  color: #999;
}

#review .reviews {}

#review .reviews li {
  padding: 35px 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#review .reviews_left {
  width: 85%;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
}

#review .reviews_right {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#review .reviews_right p {
  font-size: 13px;
}

#review .reviews .info {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#review .reviews_left .product .name {
  font-size: 15px;
  font-family: Neo_Semibold;
  margin-bottom: 10px;
}

#review .reviews_left .product .name span {
  color: #888888;
  font-size: 12px;
  margin-left: 10px;
}

#review .reviews_left .product .option,
#review .reviews_left .product .option span {
  color: #888888;
}

#review .reviews .star {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

#review .reviews .word_btn {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}

#review .reviews .img_icon .xi-image-o {
  font-size: 16px;
  vertical-align: bottom;
  margin-left: 5px;
  display: none;
}

#review .reviews .star-rating span {
  margin-right: 5px;
}

#review .reviews .star-rating span i {
  font-size: 16px;
}

#review .reviews .star .star_num {
  line-height: 25px;
  font-family: Neo_Semibold;
  color: #888888;
  font-size: 12px;
}

#review .reviews .star .user_mo {
  display: none;
}

#review .reviews .info .date {
  color: #999;
  font-size: 12px;
}

#review .reviews .review_text_sec {
  display: none;
}

#review .reviews .review_text_sec .re_op {
  display: inline-block;
  margin: 10px 0;
  color: #999;
  font-size: 12px;
}

#review .reviews .review_text {
  font-size: 14px;
  margin: 10px 0 20px;
  line-height: 20px;
  word-break: break-all;
}

#review .review_img_sec {
  display: inline-block;
}

#review .reviews .review_img {
  width: 144px;
  height: 144px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background-size: cover;
  cursor: pointer;
  background-position: 50% 50%;
}

#review .reviews .review_img img {
  display: none;
}

#review .review_section {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#review .review_answer {
  display: none;
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
}

#review .review_like {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #999;
  cursor: pointer;
}

#review .review_like:hover span {
  color: #444;
}

#review .review_like:hover img {
  fill: #444;
}

#review .review_like span,
#review .review_comment span {
  color: #999;
  font-size: 12px;
}

#review .review_like img {
  width: 18px;
  vertical-align: bottom;
}

#review .review_comment {
  cursor: pointer;
}

#review .review_comment span i {
  margin-left: 2px;
  font-size: 15px;
  vertical-align: bottom;
  color: #999;
}

#review .review_comment_box {
  display: inline-block;
  width: 100%;
  background-color: #fafafa;
  padding: 35px;
  border-radius: 10px;
  margin-top: 20px;
}

.review_comment_box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review_comment_box .top span:first-child {
  color: #777;
}

.review_comment_box .top span:last-child {
  color: #a6a6a6;
}

.review_comment_box .comment {
  color: #1a1a1a;
  line-height: 20px;
}

/* ë¬¸ì˜ */
#ask .ask_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

#ask .ask_top .title {
  border-bottom: 0;
  margin-bottom: 0;
}

#ask .ask_top .button {
  width: auto;
}

#ask .ask_top .button span {
  width: 100px;
  padding: 10px 0;
  font-size: 13px;
}

#ask ul li {
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  line-height: 20px;
}

#ask ul.ask_com li:nth-child(1) {
  width: 12%;
}

#ask ul.ask_com li:nth-child(2) {
  width: 50%;
}

#ask ul.ask_com li:nth-child(2) i {
  vertical-align: text-top;
}

#ask ul.ask_com li:nth-child(3) {
  width: 20%;
}

#ask ul.ask_com li:nth-child(4) {
  width: 20%;
}

#ask .ask_title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(212, 212, 212, 0.82);
  padding: 25px 0;
}

#ask .ask_title li {
  font-family: Neo_Semibold;
  font-size: 13px;
  color: #999;
}

#ask .ask_list_wrap {
  border-bottom: 1px solid rgba(212, 212, 212, 0.82);
  padding: 30px 0;
}

#ask .ask_list {
  display: flex;
  width: 100%;
}

#ask .ask_list li {
  font-size: 14px;
}

#ask .ask_list li:nth-child(3) img {
  width: 20px;
  margin-right: 5px;
}

#ask .ask_list li:nth-child(3) i {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-left: 2px;
  color: #555;
}

#ask .ask_list_comment {
  display: inline-block;
  width: 100%;
  background-color: #fafafac4;
  border: 1px solid #ededed;
  padding: 35px 50px;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 20px;
}

#ask .ask_list_comment>div {
  display: flex;
}

#ask .ask_list_comment .ask_content {
  margin-bottom: 20px;
}

#ask .ask_list_comment .comment {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

#ask .ask_list_comment>div span {
  font-size: 28px;
  font-family: Neo_Bold;
  display: inline-block;
  width: 5%;
  margin-top: 5px;
}

#ask .ask_list_comment>div>div {
  font-size: 14px;
  width: 95%;
}

#ask .ask_view {
  display: none;
  padding: 10px 0px;
  width: 100%;
}

#ask .ask_view ul {}

#ask .ask_view ul li {
  width: 100%;
  padding: 20px 0px;
  display: inline-block;
  border-bottom: 1px solid rgba(212, 212, 212, 0.82);
}

#ask .ask_view.on {
  display: inline-block;
}

#ask .ask_view ul li:nth-child(1) {
  /* margin-bottom: 50px; */
  /* border-bottom: 1px solid rgba(212, 212, 212, 0.82); */
  /* padding: 20px 0px; */
}

#ask .ask_view ul li:nth-child(2) {
  padding: 20px 0px;
}

#ask .ask_view ul li div {
  font-size: 14px;
  display: inline-block;
  float: left;
}

#ask .ask_view ul li div:nth-child(1) {
  width: 12%;
}

#ask .ask_view ul li div:nth-child(2) {
  width: 88%;
  text-align: center;
}

#ask .not_con {
  margin-top: 20px;
}

/* ë°°ì†¡í™˜ë¶ˆ */
#delivery .delivery_info>li {
  display: flex;
  margin-bottom: 15px;
  color: #555;
}

#delivery .delivery_info .mobile_lh br {
  display: none;
}

#delivery .delivery_info li span {
  font-family: Neo_Semibold;
  margin-right: 10px;
  color: #555;
  font-size: 14px;
}

#delivery .delivery_info li p {
  font-size: 14px;
}

#delivery .return {
  margin-top: 35px;
}

#delivery .return .bar_top {
  margin-top: 20px;
}

#delivery .return ul li:first-child {
  font-size: 13.5px;
  font-family: Neo_Semibold;
  margin-bottom: 10px;
}

#delivery .return ul li:first-child::before {
  display: none;
  content: '';
}

#delivery .delivery_bar li {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  line-height: 20px;
  margin-bottom: 8px;
}

#delivery .delivery_bar li:last-child {
  margin-bottom: 0;
}

#delivery .delivery_bar li::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

#delivery .return ul li {
  margin-bottom: 10px;
}

#delivery .return p {
  margin-top: 20px;
  font-family: Neo_Semibold;
  color: #ff4949;
  line-height: 18px;
  font-size: 14px
}

/* ì›íŒì•¡ìž */
.won_wrap {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  padding: 60px 0;
  margin-bottom: 70px;
}

.won_wrap .won_con {
  width: 1000px;
  margin: 0 auto;
}

.won_wrap .won_name {
  font-size: 27px;
  font-family: 'Pretendard-bold';
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.won_wrap .won_info {
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.2px;
  font-family: 'Pretendard-Regular';
  line-height: 24px;
}

.won_wrap .won_info .fc {
  font-family: 'Pretendard-Medium';
  font-size: 19px;
  color: #e45252;
}

.won_wrap .won_info span {
  font-size: 19px;
  font-family: 'Pretendard-Regular';
}

.won_wrap .won_faq {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
}

.won_wrap .won_faq li {
  margin-top: 30px;
}

.won_wrap .won_faq li:first-child {
  margin-top: 0;
}

.won_wrap .won_faq li .q_tit {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-family: 'Pretendard-Medium';
  margin-bottom: 12px;
}

.won_wrap .won_faq li .q_tit::before {
  content: 'Q.';
  display: inline-block;
  font-size: 18px;
  color: #ffa141;
  font-family: 'Neo_Bold';
  position: absolute;
  top: 0px;
  left: 0;
}

.won_wrap .won_faq li .q_txt {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: 'Pretendard-Regular';
  margin-bottom: 10px;
  line-height: 23px;
}

.won_wrap .won_faq li .q_txt::before {
  content: 'A.';
  display: inline-block;
  font-size: 15px;
  color: #7b7b7b;
  font-family: 'Neo_Semibold';
  position: absolute;
  top: 0px;
  left: 0;
}

.won_wrap .won_faq li .q_txt span {
  font-size: 15px;
  font-family: 'Pretendard-Medium';
  color: #e45252;
}

#popWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #333333a6;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

#popWrap .review_popWrap {
  height: 100%;
  position: relative;
}

#popWrap .review_popWrap .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

#popWrap .review_popWrap .swiper-slide .review_popImg {
  width: 60%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

#popWrap .swiper-button-next, #popWrap .swiper-button-prev {
  color: #000
}

#popWrap .xi-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  color: #000;
  padding: 15px;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999999;
}

#popWrap .swiper-pagination-bullet {
  background: #fff;
}

#popWrap .swiper-horizontal>.swiper-pagination-bullets, #popWrap .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, #popWrap .swiper-pagination-fraction {
  top: inherit;
  bottom: 5%;
}

/* ê°œì¸ê²°ì œì°½ */
.content #main .private_main_wrap {
  width: 70%;
  margin: 80px auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
}

.content #main .private_img_box {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.content #main .private_img_box img {
  width: 10%;
}

.content #main .private_txt_box.private_txt_box_mo {
  display: none;
}

.content #main .private_txt_box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}

.content #main .private_txt_box .private_info_tit {
  font-family: 'Neo_Semibold';
  font-size: 17px;
  margin-top: 20px;
  display: inline-block;
}

.content #main .private_txt_box .private_info_txt {
  margin-top: 25px;
  font-size: 14px;
}

.content #main .private_txt_box .private_info_txt span {}

.content #main .private_txt_box .private_info_txt2 {
  padding-top: 10px;
  font-size: 14px;
}

.content #main .private_txt_box .private_info_thanks {
  margin-top: 50px;
  font-size: 14px;
}

.content #main .private_precautions_wrap {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.content #main .private_precautions_wrap .xi-info-o {
  font-size: 18px;
  vertical-align: middle;
}

.content #main .private_precautions_wrap .private_pr {
  font-size: 17px;
  font-family: 'Neo_Semibold';
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.content #main .private_precautions_wrap ul {
  line-height: 26px;
  font-size: 14px;
  background-color: #fafafa;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
}

.content #main .private_precautions_wrap ul li {}

.content #main .private_precautions_wrap .xi-check-min {
  margin-right: 5px;
}

.content #main .private_pr_mo {
  display: none;
}

.buyers_info {
  position: absolute;
  bottom: 5%;
  transform: translateX(-50%);
  left: 50%;
  background-color: #fd7676;
  padding: 10px 15px;
  border-radius: 10px;
}

.buyers_info>p {
  color: #fff;
}

/* 마스터픽스 액자 추가 240808*/
.masterpix_wrap {
  text-align: center;
}

.masterpix_wrap>.img_box, .masterpix_wrap>.img_box2 {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0
}

.masterpix_wrap>.img_box a img, .masterpix_wrap>.img_box2 a img {
  width: 100%;
}

.masterpix_wrap>.img_box>img {
  display: block;
  width: 100%;
}

.masterpix_wrap>.img_box2>img {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.masterpix_wrap>.img_box2>img:last-child {
  margin: 0 0 0 0;
}

.masterpix_wrap .txt_list {
  margin: 80px 0 80px 0;
}

.masterpix_wrap .txt_list .s_txt {
  font-family: 'Neo_R';
  font-size: 18px;
  color: #ECCAA6;
  margin: 0 0 17px 0;
}

.masterpix_wrap .txt_list .tit {
  font-family: 'Neo_Bold';
  font-size: 26px;
  color: #333333;
  margin: 0 0 24px 0;
}

.masterpix_wrap .txt_list .txt {
  color: #333333;
  line-height: 30px;
  font-size: 14px;
}

.masterpix_wrap>.conts {
  margin: 120px 0 50px 0;
}

.masterpix_wrap>.conts>.tit {
  font-size: 30px;
  text-align: left;
  font-family: 'Neo_Bold';
  margin: 0 0 55px 0;
  color: #000000;
}

.masterpix_wrap>.conts>.tit .stl {
  display: block;
  font-size: 24px;
  margin: 0 0 16px 0;
}

.masterpix_wrap>.conts>.tit .stl .fw {
  font-family: 'Neo_Heavy';
  color: #1851BC;
  box-shadow: inset 0 -6px 0 #85e1fa;
}

.masterpix_wrap>.conts .box {
  margin: 0 0 100px 0;
  display: flex;
}

.masterpix_wrap>.conts .box:last-child {
  margin: 0 0 0 0;
}

.masterpix_wrap>.conts .box .img_box {
  overflow: hidden;
  border-radius: 15px;
  width: 50%;
}

.masterpix_wrap>.conts .box .img_box img {
  display: block;
  width: 100%;
}

.masterpix_wrap>.conts .box .txt_box {
  position: relative;
  text-align: left;
  padding: 108px 0 0 50px;
  width: 50%;
}

.masterpix_wrap>.conts .box .txt_box:not(.txt_box.pd)::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #d5e6f9;
  width: calc(100% - 50px);
}

.masterpix_wrap>.conts .box .txt_box.pd {
  padding: 108px 30px 0 0;
}

.masterpix_wrap>.conts .box .txt_box.pd::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #d5e6f9;
  width: calc(100% - 50px);
}

.masterpix_wrap>.conts .box .txt_box .tit_box {
  font-size: 0;
}

.masterpix_wrap>.conts .box .txt_box .tit_box .num {
  display: inline-block;
  margin: 0 12px 0 0;
  font-family: 'Neo_Bold';
  color: #ffffff;
  vertical-align: middle;
  font-size: 15px;
  background-color: #1851BC;
  width: 42px;
  line-height: 29px;
  border-radius: 20px;
  text-align: center;
}

.masterpix_wrap>.conts .box .txt_box .tit_box .tit {
  display: inline-block;
  font-family: 'Neo_Semibold';
  color: #000000;
  font-size: 20px;
  vertical-align: middle;
}

.masterpix_wrap>.conts .box .txt_box .txt {
  color: #333333;
  font-size: 16px;
  margin: 24px 0 0 0;
  line-height: 26px;
}

.masterpix_wrap>.video_box {}

.masterpix_wrap>.video_box video {
  width: 100%
}

.masterpix_wrap>.video_box_mo.block {
  display: none;
}

/*상세 내용 액자 가이드 240611추가 */
.inforation {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 30px 0;
  margin: 0 0 50px 0
}

.inforation .info_box {
  background-color: #fff7ed;
  padding: 0 35px;
}

.inforation .info_box .txt {
  position: relative;
  color: #000000;
  line-height: 50px;
  font-size: 15px;
  padding: 0 0 0 15px;
  text-align: left;
}

.inforation .info_box .txt::before {
  position: absolute;
  content: '';
  top: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #d3b795;
}

.inforation .item_group {
  display: flex;
}

.inforation .item_group .item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 40px 0 0 0;
}

.inforation .item_group .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 70px;
  width: 1px;
  height: 58%;
  border-right: 1px dashed #f2f2f2;
}

.inforation .item_group .item:last-child:after {
  display: none;
}

.inforation .item_group .item .img_box {
  width: 87px;
  height: 121px;
  margin: 0 auto;
}

.inforation .item_group .item .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.inforation .item_group .item .txt_group {
  margin: 20px 0 0 0;
}

.inforation .item_group .item .txt_group .s_txt {
  color: #8f8f8f;
  font-size: 13px;
}

.inforation .item_group .item .txt_group .txt {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  margin: 7px 0 0 0;
}

.inforation .item_group .item .txt_group .one_bs {
  display: inline-block;
  background-color: #efe1d0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
}

.inforation .item_group .item .txt_group .one_ch {
  display: inline-block;
  background-color: #3a312d;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
}

.inforation .item_group .item .txt_group .one_b {
  display: inline-block;
  background-color: #000000;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
}

.inforation .item_group .item .txt_group .one_brn {
  display: inline-block;
  background-color: #764408;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
}

.inforation .item_group .item .txt_group .one_w {
  display: inline-block;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
  border: 1px solid #dddddd;
}

.inforation .item_group .item .txt_group .one_wd_bs {
  display: inline-block;
  background-color: #bb947f;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 10px auto 0;
}
