/* font */
@import url("fonts/Pretendard/Pretendard.css"); /* btn fix top */
.btn_fix_box {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 33px;
  bottom: 88px;
  z-index: 61;
}
.btn_fix_box .btn_fix_top {
  display: none;
  border-radius: 100%;
}
.btn_fix_box .btn_fix_top img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.btn_fix_box .btn_fix_channel {
  margin-top: 5px;
  border-radius: 100%;
}
.btn_fix_box .btn_fix_channel img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
}

/* dtl */
.dtl_wrap * {
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.025em;
}
.dtl_wrap a:hover {
  text-decoration: none;
}

.dtl_info_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 30px 170px;
}

.dtl_info_div_navi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1370px;
  margin: 0 auto;
  padding: 20px; 
}

.dtl_thumb_box {
  width: 58.68%;
}
.dtl_thumb_inbox {
  position: sticky;
  top: 0;
}
.dtl_thumb_swiper .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 92%;
}
.dtl_thumb_swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.dtl_thumb_swiper .swiper-button-prev {
  left: 15px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/btn_dtl_swp_prev.svg) no-repeat center center;
  background-size: contain;
}
.dtl_thumb_swiper .swiper-button-next {
  right: 15px;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background: url(../images/btn_dtl_swp_next.svg) no-repeat center center;
  background-size: contain;
}
.dtl_thumb_swiper .swiper-button-next.swiper-button-disabled,
.dtl_thumb_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.dtl_thumb_swiper .swiper-pagination {
  display: none;
}
.dtl_thumb_list_swiper {
  margin-top: 10px;
}
.dtl_thumb_list_swiper .swiper-slide {
  width: 14.5%;
}
.dtl_thumb_list_swiper .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.dtl_thumb_list_swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  vertical-align: top;
}

.dtl_con_box {
  display: flex;
  flex-direction: column;
  width: 37.96%;
  margin-top: 30px;
}

.dtl_top_info {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dtl_name_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dtl_name_btn .dtl_name {
  padding: 8px 0;
  color: #191919;
  font-size: 32px;
  line-height: 24px;
  font-weight: 500;
}
.dtl_name_btn .dtl_top_ico {
  flex: none;
  display: flex;
}
.dtl_name_btn .dtl_top_ico .ico_like {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/ico_dtl_like.svg) no-repeat center center;
  background-size: contain;
}
.dtl_name_btn .dtl_top_ico .ico_like.on {
  background-image: url(../images/ico_dtl_like_on.svg);
}
.dtl_name_btn .dtl_top_ico .ico_share {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/ico_dtl_share.svg) no-repeat center center;
  background-size: contain;
}
.dtl_name_btn .dtl_top_ico .share_box {
  display: flex;
  position: relative;
}
.dtl_name_btn .dtl_top_ico .share_tooltip {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.dtl_name_btn .dtl_top_ico .share_tooltip.on {
  display: flex;
}
.dtl_name_btn .dtl_top_ico .share_tooltip .tooltip_tit {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.dtl_name_btn .dtl_top_ico .share_tooltip .tooltip_close {
  width: 24px;
  height: 24px;
  background: url(../images/btn_dtl_tooltip_close.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.dtl_name_btn .dtl_top_ico .share_tooltip .share_btns {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.dtl_name_btn .dtl_top_ico .share_tooltip .share_btns > * + * {
  margin-left: 23px;
}

.dtl_rating_box {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #dfe0e2;
}
.dtl_rating_box .dtl_rating {
  display: flex;
  margin-right: 5px;
}
.dtl_rating_box .dtl_rating_cnt {
  color: #767676;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.dtl_price_box {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.dtl_price_box .price_b {
  margin-right: 5px;
  color: #a6a6a7;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: line-through;
}
.dtl_price_box .price_c {
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.dtl_desc_box {
    margin-top: 30px;
    color: #484848;
}
.dtl_desc_box > *{
  font-size:15px;
  color: #333333;
}

.conbox2 > *{
  font-size:15px;
  color: #333333;
}


.dtl_opt_tit {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
}
.dtl_opt_con + .dtl_opt_tit.wr {
  margin-top: 10px;
}
.dtl_opt_tit .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.dtl_opt_tit .tit .val {
  margin-right: 10px;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.dtl_opt_tit .tit .desc_info {
  color: #909090;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}
.dtl_opt_tit .tit .desc_info .other {
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.6;
}
.dtl_opt_tit .tit .desc {
  margin-left: 10px;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.6;
  white-space: wrap;
}
.dtl_opt_tit .tit .link_service {
  margin-left: 10px;
}
.dtl_opt_tit .tit .link_service img {
  height: 24px;
}
.dtl_opt_tit .info_guide {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.dtl_opt_tit .info_guide .txt {
  margin-right: 5px;
  color: #909090;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}
.dtl_opt_tit .info_guide img {
  width: 17px;
  height: 17px;
}
.dtl_opt_tit .dl_txt {
  display: flex;
  width: 100%;
  margin: 0;
}
.dtl_opt_tit .dl_txt dt {
  flex: none;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.dtl_opt_tit .dl_txt dd {
  flex: 1;
  margin-left: 10px;
  color: #767676;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.info_guide_layer {
  display: none;
}
.info_guide_layer.display_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.info_guide_layer_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
}
.info_guide_layer_con {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 840px;
  max-height: calc(100vh - 128px);
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}
.info_guide_layer_con .in_head {
  flex: none;
  position: relative;
  background: #171717;
}
.info_guide_layer_con .in_head .in_tit {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.info_guide_layer_con .in_head .btn_close {
  position: absolute;
  top: 13px;
  right: 17px;
  width: 24px;
  height: 24px;
  background: url(../images/btn_dtl_close_white.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.info_guide_layer_con .in_body {
  flex: 1;
  padding-top: 40px;
  overflow: auto;
}
.file_upload .info_guide_layer_con .in_body {
  padding: 15px 32px 25px;
}
.info_guide_layer_con .in_foot {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 30px;
}
.info_guide_layer_con .in_foot .btn_ok {
  padding: 15px 80px;
  border: 1px solid #171717;
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
.info_guide_layer_con .in_foot .btn_ok:disabled {
  border-color: #909090;
  color: #909090;
}
.info_guide_layer_con .in_foot .btn_addcart {
  padding: 15px 80px;
  border: 1px solid #171717;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.info_guide_layer .cont {
  padding: 0 40px 15px;
  text-align: center;
}
.info_guide_layer .cont img {
  max-width: 100%;
}
.info_guide_layer .cont .cont_tit {
  color: #171717;
  font-size: 32px;
  line-height: 51px;
  font-weight: 500;
}
.info_guide_layer .cont .cont_img {
  margin-top: 50px;
}
.info_guide_layer .cont .cont_tit + .cont_img {
  margin-top: 20px;
}
.info_guide_layer .cont .cont_txt {
  margin-top: 20px;
  color: #909090;
  font-size: 20px;
  line-height: 24px;
}

.info_guide_layer .imglist li {
  display: none;
}
.info_guide_layer .imglist li.active {
  display: block;
}
.info_guide_layer .imglist li img {
  width: 100%;
}
.info_guide_layer .txtlist {
  padding: 20px 35px 30px;
}
.info_guide_layer .txtlist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.info_guide_layer .txtlist ul li {
  flex: 0 1 calc(25% - 7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border: 1px solid #d8d8da;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  cursor: pointer;
}
.info_guide_layer .txtlist ul li.active {
  border-color: #171717;
  font-size: 14px;
  font-weight: 500;
}

.file_guide_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.file_guide_list > li {
  flex: 0 1 calc(33.3% - 8px);
}
.file_guide_list > li > a {
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 16px;
  border-radius: 4px;
  background: url(../images/ico_file_download.svg) no-repeat right 16px center #dfe0e2;
  background-size: 24px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.file_upload_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 380px;
  margin-top: 12px;
  border: 1px solid #dfe0e2;
  border-radius: 16px;
  box-sizing: border-box;
}
.file_upload_area.uploading,
.file_upload_area.uploadcomplete {
  height: 337px;
}
.file_upload_area .ico_img {
  width: 97px;
  height: 97px;
  background: url(../images/img_file_upload_off.svg) no-repeat center center;
  background-size: contain;
}
.file_upload_area.uploadcomplete .ico_img {
  background-image: url(../images/img_file_upload_on.svg);
}
.file_upload_area .in_tit {
  margin-top: 7px;
  color: #171717;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.file_upload_area .in_txt {
  margin-top: 11px;
  color: #909090;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.file_upload_area .btn_upload {
  display: flex;
  align-items: center;
  width: 256px;
  height: 56px;
  padding: 0 46px 0 22px;
  margin-top: 41px;
  border: 1px solid #171717;
  border-radius: 28px;
  background: url(../images/ico_file_upload.svg) no-repeat right 22px center;
  background-size: 24px;
  color: #171717;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
}
.file_upload_area .btn_upload input {
  display: none;
}

.file_upload_info {
  display: flex;
  margin-top: 10px;
  padding: 18px 27px;
  border-radius: 8px;
  background: #f8f8f8;
}
.file_upload_info .file_name {
  margin-right: 10px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.file_upload_info .upload_status {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.file_upload_info .upload_status .txt {
  display: flex;
  align-items: center;
  color: #484848;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.file_upload_info .upload_status .txt.complete {
  color: #149ae5;
}
.file_upload_info .upload_status .txt .dot {
  width: 10px;
}
.file_upload_info .upload_status .btn_cancel {
  width: 13px;
  height: 14px;
  margin-left: 8px;
  border: none;
  background: url(../images/ico_file_upload_del.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}

.ico_badge_red {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: url(../images/ico_badge_red.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.ico_badge_yellow {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: url(../images/ico_badge_yellow.svg) no-repeat center center;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}

.do_label input:disabled + .do_inbox,
.do_label input:disabled + .do_inbox * {
  color: #909090 !important;
}
.do_label input:disabled + .do_inbox img {
  filter: grayscale(1);
  opacity: 0.6;
}

.dtl_opt_write {
  width: 100%;
  height: 70px;
  border: 1px solid #171717;
  border-radius: 8px;
  padding: 0 30px;
  margin-top: 10px;
  color: #171717;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
}
.dtl_opt_write_notice {
  margin-top: 20px;
}
.dtl_opt_write_notice > li {
  padding-left: 23px;
  background: url(../images/ico_opt_notice.svg) no-repeat 0 2px;
  background-size: 18px;
  color: #484848;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}
.dtl_opt_write_notice > li + li {
  margin-top: 5px;
}

.dtl_opt_size {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}
.dtl_opt_size > li:not(.dtl_size_view) {
  position: relative;
  flex: 0 1 calc(25% - 7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.dtl_opt_size > li:not(.dtl_size_view) img {
  display: none;
}
.dtl_opt_size li.best {
  position: relative;
}
.dtl_opt_size li.best::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 51px;
  height: 26px;
  margin-bottom: 10px;
  background: url(../images/bg_union_best.svg) no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}

.dtl_opt_size > li:not(.dtl_size_view) .do_label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.dtl_opt_size > li:not(.dtl_size_view) .do_label input {
  display: none;
}
.dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox {
  border: 1px solid #d8d8da;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
  box-sizing: border-box;
}
.dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_size > li:not(.dtl_size_view) .do_label input:checked + .do_inbox {
  border-color: #171717;
  font-size: 14px;
  font-weight: 500;
}

.dtl_size_view {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  margin-right: 15px;
  border: 1px solid #a6a6a7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.dtl_size_view > img {
  width: 100%;
  object-fit: cover;
}
.dtl_size_view .dtl_size_name {
  display: block;
  padding: 12px 12px 0 12px;
  color: #212121;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.dtl_size_view .dtl_size_name_cm {
  display: block;
  padding: 4px 12px 12px 12px;
  color: #484848;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.dtl_opt_txtbtn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}
.dtl_opt_txtbtn > li {
  position: relative;
  flex: 0 1 calc(25% - 7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.dtl_opt_txtbtn.col3 > li {
  flex: 0 1 calc(33.3% - 7px);
}

.dtl_opt_txtbtn .do_label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.dtl_opt_txtbtn .do_label input {
  display: none;
}
.dtl_opt_txtbtn .do_label .do_inbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dtl_opt_txtbtn .do_label .do_inbox {
  border: 1px solid #d8d8da;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
  box-sizing: border-box;
}
.dtl_opt_txtbtn .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_txtbtn .do_label input:checked + .do_inbox {
  border-color: #171717;
  font-size: 14px;
  font-weight: 500;
}

.dtl_opt_group {
  margin-top: 40px;
}
.dtl_opt_group .dtl_opt_question {
  color: #191919;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.dtl_opt_group .dtl_opt_tit {
  margin-top: 20px;
}

.dtl_opt_mt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
}
.dtl_opt_mt > li {
  display: flex;
  flex: 0 1 calc(50% - 5px);
  box-sizing: border-box;
}

.dtl_opt_mt .do_label {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.dtl_opt_mt .do_label input {
  display: none;
}
.dtl_opt_mt .do_label .do_inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dtl_opt_mt .do_label .do_inbox {
  width: 100%;
  padding: 20px;
  border: 1px solid #d8d8da;
  border-radius: 6px;
  box-sizing: border-box;
}
.dtl_opt_mt .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_mt .do_label input:checked + .do_inbox {
  border-color: #171717;
}

.dtl_opt_mt > li .txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 10px;
}
.dtl_opt_mt > li .txtbox .tit {
  display: flex;
  align-items: center;
  color: #212121;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.dtl_opt_mt > li .txtbox .tit .ico_badge_red {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 0 5px;
  margin-left: 4px;
  background: #f64027;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-indent: 0;
}
.dtl_opt_mt > li .txtbox .tit .ico_badge_yellow {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 0 5px;
  margin-left: 4px;
  background: #ffcb0a;
  color: #484848;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-indent: 0;
}
.dtl_opt_mt > li .txtbox .txt {
  color: #a6a6a7;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.dtl_opt_mt > li .imgbox {
  flex: none;
  width: 50px;
}
.dtl_opt_mt > li .imgbox img {
  width: 100%;
}

.dtl_opt_color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
}
.dtl_opt_color > li {
  position: relative;
  width: 40px;
  height: 40px;
}

.dtl_opt_color .do_label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.dtl_opt_color .do_label input {
  display: none;
}
.dtl_opt_color .do_label .do_inbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dtl_opt_color .do_label .do_inbox {
  border: 1.5px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
}

.dtl_opt_color .do_label .do_inbox:hover {
  border-color: #d8d8da;
}
.dtl_opt_color .do_label input:checked + .do_inbox {
  border-color: #333;
}

.dtl_opt_color .do_label .ico_badge_red,
.dtl_opt_color .do_label .ico_badge_yellow {
  top: 0;
  right: -5px;
  left: auto;
}

.dtl_opt_color > li img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
  overflow: hidden;
}

.dtl_opt_cnt {
  display: flex;
  width: 147px;
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
}
.dtl_opt_cnt button {
  flex: none;
}
.dtl_opt_cnt button img {
  width: 36px;
  height: 36px;
}
.dtl_opt_cnt .cnt_num {
  flex: 1;
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  border: none;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  outline: none;
}

.dtl_opt_num_wrapper {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  border-radius: 4px;
  background: #f8f8fa;
}
.dtl_opt_num_wrapper + .dtl_opt_num_wrapper {
  margin-top: 10px;
}
.dtl_opt_num_wrapper .dtl_opt_tit {
  margin: 0 40px 0 0;
}
.dtl_opt_num_wrapper .dtl_opt_tit .names {
  color: #a6a6a7;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}
.dtl_opt_num_wrapper .dtl_opt_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt {
  margin-top: 0;
  border-color: #fff;
}
.dtl_opt_num_wrapper .dtl_opt_con .price {
  display: flex;
  align-items: center;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
}
.dtl_opt_num_wrapper .dtl_opt_con .price em {
  margin: -2px 2px 0 0;
  color: #171717;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}
.dtl_opt_num_wrapper .btn_del {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/btn_dtl_del.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.dtl_opt_select {
  width: 100%;
  height: 46px;
  margin-top: 10px;
  padding: 0 48px 0 20px;
  border: 1px solid #484848;
  border-radius: 4px;
  background: url(../images/ico_dtl_select.svg) no-repeat right 20px center;
  background-size: 24px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  cursor: pointer;
}
.dtl_opt_select option {
  color: #171717;
  font-size: 16px;
}
.dtl_opt_select .current {
  display: flex;
  align-items: center;
  height: 44px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}
.dtl_opt_select.nice-select {
  border-color: #a6a6a7;
  background: #f8f8f8;
  float:none;
}
.dtl_opt_select.nice-select.open {
  border-color: #171717;
}
.dtl_opt_select.nice-select:after {
  right: 29px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-color: #333;
}
.dtl_opt_select.nice-select .list {
  left: -1px !important;
  right: -1px !important;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  max-height: 252px;
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #000000 #ffffff;
}
.dtl_opt_select.nice-select .list::-webkit-scrollbar {
  width: 12px;
}
/*.dtl_opt_select.nice-select .list::-webkit-scrollbar-track { background: #ffffff; } */
.dtl_opt_select.nice-select .list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 3px solid #ffffff;
}
.dtl_opt_select.nice-select .option {
  color: #212121;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
}
.dtl_opt_select.nice-select .option:hover,
.dtl_opt_select.nice-select .option.focus,
.dtl_opt_select.nice-select .option.selected.focus {
  background-color: #f8f8fa;
}

.dtl_opt_cardtxt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  margin-top: 10px;
}
.dtl_opt_cardtxt > li {
  flex: 0 1 calc(33.3% - 8px);
}

.dtl_opt_cardtxt .do_label {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.dtl_opt_cardtxt .do_label input {
  display: none;
}
.dtl_opt_cardtxt .do_label .do_inbox {
  display: flex;
  flex-direction: column;
}

.dtl_opt_cardtxt .do_label .do_inbox {
  padding: 11px;
  border: 1px solid #dedede;
  border-radius: 6px;
  box-sizing: border-box;
}
.dtl_opt_cardtxt .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_cardtxt .do_label input:checked + .do_inbox {
  border-color: #171717;
}

.dtl_opt_cardtxt > li .img img {
  width: 100%;
}
.dtl_opt_cardtxt > li .txt {
  margin-top: 16px;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.dtl_total_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.dtl_total_price .price_b {
  width: 100%;
  margin-bottom: 3px;
  color: #b0b0b0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: line-through;
  text-align: right;
}
.dtl_total_price .txt_total {
  margin-right: 5px;
  color: #f64027;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.dtl_total_price .price_c {
  color: #191919;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.dtl_btn_box {
  display: flex;
  margin-top: 40px;
}
.dtl_btn_box .dtl_btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.dtl_btn_box .dtl_btn:disabled {
  background-color: #a6a6a7;
}

.dtl_detail_info {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  border-top: 1px solid #dfe0e2;
}
.dtl_detail_info .in_title {
  margin-top: 20px;
  color: #171717;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.dtl_detail_info .in_title br {
  display: none;
}
.dtl_detail_info .in_title_p {
  margin-top: 15px;
  color: #484848;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.dtl_detail_info .in_list {
  margin-bottom: 20px;
}
.dtl_detail_info .in_list li {
  position: relative;
  padding-left: 24px;
  color: #484848;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.dtl_detail_info .in_list li::before {
  content: "¡¤";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font-weight: 700;
  text-align: center;
}
.dtl_detail_info .in_toggle {
  margin-top: 40px;
}

.dtl_detail_info .in_toggle .titbox {
  position: relative;
  padding: 0 24px 5px 0;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.dtl_detail_info .in_toggle .titbox {
  position: relative;
  padding: 0 24px 5px 0;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.dtl_detail_info .in_toggle .titbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/ico_dtl_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s;
}
.dtl_detail_info .in_toggle .titbox.on::before {
  transform: rotate(0);
}

.dtl_detail_info .in_toggle .titbox .tit {
  color: #212121;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
} 

.dtl_detail_info .in_toggle .conbox {
  padding-top: 20px;
}
.dtl_detail_info .in_toggle .conbox dl {
  display: flex;
  margin: 0;
  color: #767676;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.dtl_detail_info .in_toggle .conbox dl + dl {
  margin-top: 10px;
}
.dtl_detail_info .in_toggle .conbox dl dt {
  flex: none;
  width: 72px;
  font-weight: 400;
}
.dtl_detail_info .in_toggle .conbox dl dd {
  flex: 1;
  margin: 0 0 0 16px;
}
.dtl_detail_info .in_toggle .conbox dl dd em {
  color: #107c55;
  font-weight: 500;
  font-style: normal;
}

.dtl_tab_nb_wrap {
  position: relative;
  height: 62px;
  z-index: 30;
}
.dtl_tab_nb {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.dtl_tab_nb.fixed {
  position: fixed;
}
.dtl_tab_nb ul {
  display: flex;
  max-width: 1370px;
  margin: 0 auto;
}
.dtl_tab_nb ul li {
  flex: 1;
}
.dtl_tab_nb ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  color: #a6a6a7;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.dtl_tab_nb ul li a.active {
  color: #333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.dtl_tab_nb ul li a:hover {
  text-decoration: none;
}

.dtl_tab_area:not(.dtl_info_div) {
  max-width: 1370px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}

.dtl_tab_area:not(.dtl_info_div) img {
  max-width: 100%;
}

.dtl_delivery {
  padding: 103px 0;
  text-align: left;
}
.dtl_delivery .item_row {
  display: flex;
}
.dtl_delivery .item_row + .item_row {
  margin-top: 40px;
}
.dtl_delivery .item_row .titbox {
  flex: none;
  width: 160px;
}
.dtl_delivery .item_row .titbox .tit {
  color: #212121;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.dtl_delivery .item_row .titbox .more {
  display: flex;
  margin-top: 8px;
  color: #a6a6a7;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.dtl_delivery .item_row .conbox {
  flex: 1;
  margin-left: 32px;
}
.dtl_delivery .item_row .conbox .dl_row {
  display: flex;
  margin: 0;
}
.dtl_delivery .item_row .conbox .dl_row + .dl_row {
  margin-top: 12px;
}
.dtl_delivery .item_row .conbox .dl_row dt {
  flex: none;
  width: 72px;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.dtl_delivery .item_row .conbox .dl_row dd {
  flex: 1;
  margin-left: 20px;
  color: #767676;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.dtl_delivery .item_row .conbox .dl_col {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.dtl_delivery .item_row .conbox .dl_col + .dl_col {
  margin-top: 24px;
}
.dtl_delivery .item_row .conbox .dl_col dt {
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.dtl_delivery .item_row .conbox .dl_col dd {
  margin: 8px 0 0 0;
  color: #767676;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.dtl_delivery .item_row .conbox .dl_col dd ul li {
  position: relative;
  padding-left: 24px;
  color: #767676;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.dtl_delivery .item_row .conbox .dl_col dd ul li::before {
  content: "¡¤";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font-weight: 700;
  text-align: center;
}

.dtl_opt_size_less {
  margin-top: 10px;
}
.dtl_opt_size_less ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.dtl_opt_size_less li {
  flex: 0 1 calc(33.3% - 7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 52px;
}
.dtl_opt_size_less li .img,
.dtl_opt_size_less li .cm {
  display: none;
}
.dtl_opt_size_less li.best {
  position: relative;
}
.dtl_opt_size_less li.best::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 51px;
  height: 26px;
  margin-bottom: 10px;
  background: url(../images/bg_union_best.svg) no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}

.dtl_opt_size_less .do_label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.dtl_opt_size_less .do_label input {
  display: none;
}
.dtl_opt_size_less .do_label .do_inbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dtl_opt_size_less .do_label .do_inbox {
  border: 1px solid #d8d8da;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01em;
  box-sizing: border-box;
}
.dtl_opt_size_less .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_size_less .do_label input:checked + .do_inbox {
  border-color: #171717;
  font-size: 14px;
  font-weight: 500;
}

.dtl_opt_bntxt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
}
.dtl_opt_bntxt li {
  display: flex;
  flex: 0 1 calc(50% - 5px);
}

.dtl_opt_bntxt .do_label {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.dtl_opt_bntxt .do_label input {
  display: none;
}
.dtl_opt_bntxt .do_label .do_inbox {
  display: flex;
  flex-direction: column;
}

.dtl_opt_bntxt .do_label .do_inbox {
  width: 100%;
  border: 1px solid #d8d8da;
  padding: 14px;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.dtl_opt_bntxt .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_bntxt .do_label input:checked + .do_inbox {
  border-color: #171717;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.dtl_opt_bntxt li .imgbox img {
  width: 100%;
}
.dtl_opt_bntxt li .txtbox {
  margin-top: 10px;
}
.dtl_opt_bntxt li .txtbox .tit {
  display: flex;
  align-items: center;
  color: #212121;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.dtl_opt_bntxt li .txtbox .tit .ico_badge_red {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 0 5px;
  margin-left: 4px;
  background: #f64027;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-indent: 0;
}
.dtl_opt_bntxt li .txtbox .tit .ico_badge_yellow {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 0 5px;
  margin-left: 4px;
  background: #ffcb0a;
  color: #484848;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-indent: 0;
}

.dtl_opt_bntxt li .txtbox .txt {
  margin-top: 2px;
  color: #999;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.dtl_opt_process {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-top: 10px;
}
.dtl_opt_process li {
  flex: 0 1 calc(50% - 5px);
}

.dtl_opt_process .do_label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dtl_opt_process .do_label input {
  display: none;
}
.dtl_opt_process .do_label .do_inbox {
  display: flex;
  flex-direction: column;
}

.dtl_opt_process .do_label .do_inbox {
  height: 100%;
  border: 1px solid #ededed;
  padding: 39px 9px;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.dtl_opt_process .do_label .do_inbox:hover {
  border-color: #a6a6a7;
}
.dtl_opt_process .do_label input:checked + .do_inbox {
  border-color: #171717;
  box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.16);
}

.dtl_opt_process li .imgbox {
  text-align: center;
}
.dtl_opt_process li .imgbox img {
  width: 97px;
}
.dtl_opt_process li .txtbox {
  margin-top: 20px;
  text-align: center;
}
.dtl_opt_process li .txtbox .tit {
  color: #333;
  font-size: 16px;
  line-height: 1.64;
  font-weight: 600;
}
.dtl_opt_process li .txtbox .txt {
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
}

.dtl_dashed_line {
  width: 100%;
  height: 0;
  margin-top: 15px;
  border-top: 1px dashed rgba(237, 237, 237, 0.6);
}

.dtl_card_layer .dtl_card_view {
  position: absolute;
}
.dtl_card_layer .dtl_card_view {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  margin-right: 15px;
  border: 1px solid #a6a6a7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.dtl_card_layer .dtl_card_view .imgbox img {
  width: 100%;
  object-fit: cover;
}
.dtl_card_layer .dtl_card_view .tit {
  display: block;
  padding: 12px 12px 0 12px;
  color: #212121;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.dtl_card_layer .dtl_card_view .txt {
  display: block;
  padding: 4px 12px 0 12px;
  color: #484848;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.dtl_card_layer .dtl_card_view .chklist {
  padding: 10px 12px 12px;
}
.dtl_card_layer .dtl_card_view .chklist li {
  padding-left: 23px;
  background: url(../images/ico_dtl_card_chklist.svg) no-repeat 0 0;
  background-size: 18px;
  color: #484848;
  font-size: 12px;
  line-height: 17px;
}
.dtl_card_layer .dtl_card_view .chklist li + li {
  margin-top: 5px;
}
.dtl_card_html {
  display: none;
}

/* 1440px */
@media screen and (max-width: 1440px) {
  .btn_fix_box {
    /* display: none; */ /* 240711 ¸ð¹ÙÀÏ ¹öÀü È¨ÆäÀÌÁö¿¡µµ Ã¤³ÎÅå ³ëÃâµÇµµ·Ï ÁÖ¼® Ã³¸® */
  }

  .dtl_opt_mt .do_label .do_inbox {
    padding: 16px 12px;
  }

  .dtl_opt_tit .info_guide {
    display: flex;
  }

  .dtl_opt_mt > li .txtbox .txt br {
    display: none;
  }
  .dtl_opt_bntxt li .txtbox .txt br {
    display: none;
  }
}

/* 1024px ÀÌ»ó */
@media screen and (min-width: 1025px) {
  .info_guide_layer_con .in_body::-webkit-scrollbar {
    width: 20px; /* ½ºÅ©·Ñ¹Ù ³Êºñ */
  }
  .info_guide_layer_con .in_body::-webkit-scrollbar-thumb {
    background-color: #dfe0e2; /* ½ºÅ©·Ñ¹Ù »ö»ó */
    border-radius: 10px; /* ½ºÅ©·Ñ¹Ù ¸ð¼­¸® µÕ±Û°Ô */
    background-clip: padding-box;
    border: 6px solid transparent;
  }
  .info_guide_layer_con .in_body::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f8f8f8; /* ½ºÅ©·Ñ¹Ù Æ®·¢ ¹è°æ»ö */
  }

  .dtl_con_box {
    margin-top: 0px;
  }
}

/* 1024px ÀÌÇÏ °øÅë */
@media screen and (max-width: 1024px) {
  .dtl_size_view,
  .dtl_card_layer .dtl_card_view {
    display: none !important;
  }

  .dtl_info_div {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 120px;
  }

  .dtl_thumb_box {
    width: 100%;
  }
  .dtl_thumb_inbox {
    position: static;
  }

  .dtl_con_box {
    width: 100%;
    margin-top: 24px;
  }

  /* ÅØ½ºÆ®¹öÆ°¿¡¼­ ÀÌ¹ÌÁöÈ­ */
  .dtl_opt_size_less ul {
    margin: 0 -30px -30px;
    padding: 0 30px 19px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #ffffff;
  }
  .dtl_opt_size_less ul::-webkit-scrollbar {
    width: 12px;
  }
  .dtl_opt_size_less ul::-webkit-scrollbar-track {
    background: #ffffff;
  }
  .dtl_opt_size_less ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 3px solid #ffffff;
  }
  .dtl_opt_size_less li {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: 25.87%;
    height: auto;
  }
  .dtl_opt_size_less li .img {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
  }
  .dtl_opt_size_less li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dtl_opt_size_less li .ico_badge_red {
    top: auto;
    bottom: 70px;
    left: 9px;
    width: 53px;
    height: auto;
    border-radius: 16px;
    background: #f64027;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    text-indent: 0;
  }
  .dtl_opt_size_less li .ico_badge_yellow {
    top: auto;
    bottom: 70px;
    left: 9px;
    width: 53px;
    height: auto;
    border-radius: 16px;
    background: #ffcb0a;
    color: #484848;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    text-indent: 0;
  }
  .dtl_opt_size_less li .cm {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #909090;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
  }
  .dtl_opt_size_less li.best::before {
    display: none;
  }

  .dtl_opt_size_less .do_label {
    display: block;
    position: relative;
    width: 100%;
  }
  .dtl_opt_size_less .do_label .do_inbox {
    flex: 0 0 auto;
    justify-content: flex-start;
    position: relative;
    border-radius: 6px;
    color: #171717;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    overflow: hidden;
  }
  .dtl_opt_size_less .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_size_less .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  /* ÃÑ ±Ý¾× ¹öÆ° ¿µ¿ª fixed°íÁ¤ */
  .dtl_total_btn_wrap {
    /*height: 100px; */
    margin: 40px -30px 0;
  }
  .dtl_total_btn {
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0px -11px 16px 0px rgba(0, 0, 0, 0.08);
    z-index: 40;
  }
  /*.dtl_total_btn.fixed { } */
  .dtl_total_price {
    flex: none;
    height: 50px;
    margin-top: 0;
    padding: 0 30px 0 10px;
    border-bottom: none;
  }
  .dtl_total_price .price_b {
    display: none;
  }
  .dtl_total_price .txt_total {
    margin-right: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .dtl_total_price .price_c {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
  .dtl_btn_box {
    flex: 1;
    margin-top: 0;
  }
  .dtl_btn_box .dtl_btn {
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
  }
}

/* 1024px ~ 768px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  .dtl_thumb_list_swiper {
    margin-top: 5px;
  }
  .dtl_thumb_list_swiper .swiper-slide {
    width: 21.34%;
  }

  .dtl_name_btn .dtl_name {
    padding: 0;
    font-size: 24px;
    line-height: 34px;
  }
  .dtl_name_btn .dtl_top_ico .ico_like,
  .dtl_name_btn .dtl_top_ico .ico_share {
    width: 38px;
    height: 38px;
  }

  .dtl_rating_box .dtl_rating {
    margin-right: 3px;
  }
  .dtl_rating_box .dtl_rating img {
    width: 26px;
  }
  .dtl_rating_box .dtl_rating_cnt {
    color: #a6a6a7;
    font-size: 13px;
    line-height: 16px;
  }

  .dtl_price_box .price_b {
    margin-right: 7px;
  }
  .dtl_price_box .price_b,
  .dtl_price_box .price_c {
    font-size: 17px;
    line-height: 21px;
  }

  .dtl_top_info {
    margin-bottom: 15px;
  }
  .dtl_top_info + .dtl_opt_tit {
    margin-top: 20px;
  }

  .dtl_opt_tit .tit .desc {
    margin-left: 5px;
    font-size: 16px;
  }

  .dtl_opt_tit .tit .desc_info,
  .dtl_opt_tit .tit .desc_info .other {
    font-size: 16px;
    line-height: 26px;
  }

  .dtl_opt_tit .info_guide .txt {
    color: #909090;
    font-size: 16px;
    line-height: 26px;
  }
  .dtl_opt_tit .info_guide img {
    width: 14px;
    height: 14px;
  }
  .dtl_opt_tit .dl_txt dt {
    font-size: 16px;
    line-height: 26px;
  }
  .dtl_opt_tit .dl_txt dd {
    font-size: 14px;
    line-height: 26px;
  }
  .dtl_opt_tit .tit .link_service img {
    height: 37px;
  }

  .info_guide_layer {
    padding: 0 36px;
  }
  .info_guide_layer_con {
    max-width: 760px;
    box-sizing: border-box;
  }
  .info_guide_layer_con .in_head .btn_close {
    right: 15px;
  }
  .info_guide_layer .cont {
    padding: 0 0 15px;
  }
  .info_guide_layer .txtlist ul {
    gap: 14px;
  }
  .info_guide_layer .txtlist ul li {
    flex: 0 1 calc(25% - 11px);
    height: 58px;
    font-size: 18px;
  }
  .info_guide_layer .txtlist ul li.active {
    font-size: 19px;
  }

  .dtl_opt_select {
    height: 50px;
    padding: 0 48px 0 15px;
    border-radius: 6px;
    background-position: right 12px center;
    background-size: 24px;
    font-size: 16px;
  }
  .dtl_opt_select.nice-select:after {
    right: 20px;
  }
  .dtl_opt_select option {
    font-size: 16px;
  }
  .dtl_opt_select .current {
    height: 48px;
    font-size: 16px;
  }
  .dtl_opt_select.nice-select .list {
    margin-top: 7px;
    padding: 7px 10px;
    border-radius: 6px;
    max-height: 295px;
  }
  .dtl_opt_select.nice-select .option {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 48px;
  }

  .dtl_opt_txtbtn > li {
    height: 60px;
  }
  .dtl_opt_txtbtn.col3 li {
    flex: 0 1 calc(33.3% - 15px);
  }
  .dtl_opt_txtbtn .do_label .do_inbox {
    border-radius: 6px;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_txtbtn .do_label .do_inbox:hover {
    border-color: #d8d8da;
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_txtbtn .do_label input:checked + .do_inbox {
    border-color: #171717;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
  }

  .dtl_opt_size > li:not(.dtl_size_view) {
    height: 60px;
  }
  .dtl_opt_size li.best::before {
    display: none;
  }

  .dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox {
    border-radius: 6px;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox:hover {
    border-color: #d8d8da;
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_size > li:not(.dtl_size_view) .do_label input:checked + .do_inbox {
    border-color: #171717;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
  }

  .dtl_opt_mt .do_label .do_inbox {
    padding: 28px;
    border-radius: 8px;
  }
  .dtl_opt_mt .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_mt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_mt > li .txtbox {
    margin-right: 14px;
  }
  .dtl_opt_mt > li .txtbox .tit {
    font-size: 16px;
    line-height: 26px;
  }
  .dtl_opt_mt > li .txtbox .tit .ico_badge_red,
  .dtl_opt_mt > li .txtbox .tit .ico_badge_yellow {
    padding: 0 12px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 22px;
  }
  .dtl_opt_mt > li .txtbox .txt {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .dtl_opt_mt > li .txtbox .txt br {
    display: block;
  }
  .dtl_opt_mt > li .imgbox {
    width: 74px;
  }

  .dtl_opt_color {
    gap: 12.45px;
    margin-top: 12px;
  }
  .dtl_opt_color > li {
    width: 44px;
    height: 44px;
  }

  .dtl_opt_color .do_label .do_inbox:hover {
    border-color: transparent;
  }
  .dtl_opt_color .do_label input:checked + .do_inbox {
    border-color: #333;
  }

  .dtl_opt_color > li img {
    width: 36px;
    height: 36px;
  }

  .dtl_opt_cardtxt {
    gap: 14px;
  }
  .dtl_opt_cardtxt > li {
    flex: 0 1 calc(33.3% - 10px);
  }

  .dtl_opt_cardtxt .do_label .do_inbox {
    padding: 13px;
  }
  .dtl_opt_cardtxt .do_label .do_inbox:hover {
    border-color: #dedede;
  }
  .dtl_opt_cardtxt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_cardtxt > li .txt {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .dtl_opt_cnt {
    width: 170px;
    padding: 5px 9px;
    border-radius: 7px;
    box-sizing: border-box;
  }
  .dtl_opt_cnt button img {
    width: 42px;
    height: 42px;
  }
  .dtl_opt_cnt .cnt_num {
    height: 42px;
    font-size: 16px;
  }

  .dtl_opt_bntxt .do_label .do_inbox {
    flex-direction: row;
    padding: 7px 9px;
  }
  .dtl_opt_bntxt .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_bntxt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_bntxt li .imgbox {
    flex: none;
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 36.6%;
  }
  .dtl_opt_bntxt li .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dtl_opt_bntxt li .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 10px;
  }
  .dtl_opt_bntxt li .txtbox .tit {
    /* margin-top: 10.06%; */
    font-size: 14px;
    line-height: 25px;
  }
  .dtl_opt_bntxt li .txtbox .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .dtl_opt_bntxt li .txtbox .txt br {
    /* display: block; */
  }

  .dtl_opt_con + .dtl_opt_tit.wr {
    margin-top: 26px;
  }
  .dtl_opt_write {
    height: 62px;
  }
  .dtl_opt_write_notice {
    margin-top: 26px;
  }

  .dtl_opt_process .do_label .do_inbox {
    flex-direction: row;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    box-shadow: none;
  }
  .dtl_opt_process .do_label .do_inbox:hover {
    border-color: #ededed;
  }
  .dtl_opt_process .do_label input:checked + .do_inbox {
    border-color: #171717;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  }

  .dtl_opt_process li .imgbox {
    order: 2;
    flex: none;
  }
  .dtl_opt_process li .imgbox img {
    width: 80px;
  }
  .dtl_opt_process li .txtbox {
    order: 1;
    flex: 1;
    margin: 0 15px 0 0;
    text-align: left;
  }
  .dtl_opt_process li .txtbox .tit {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  .dtl_opt_process li .txtbox .txt {
    margin-top: 3px;
    font-size: 14px;
    line-height: 23px;
  }

  .dtl_opt_num_wrapper {
    border-radius: 6px;
  }
  .dtl_opt_num_wrapper .dtl_opt_tit .names {
    font-size: 18px;
    line-height: 38px;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt {
    width: 145px;
    padding: 10px;
    border: none;
    background: none;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt button {
    width: 36px;
    height: 36px;
    border: 1px solid #dedede;
    border-radius: 100%;
    overflow: hidden;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt button img {
    width: 100%;
    height: auto;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt .cnt_num {
    height: 36px;
    background: none;
    font-size: 16px;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .price {
    font-size: 17px;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .price em {
    margin-top: 0;
    font-size: 21px;
  }
  .dtl_opt_num_wrapper .btn_del {
    width: 28px;
    height: 28px;
  }

  .dtl_detail_info .in_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  .dtl_detail_info .in_title_p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .dtl_detail_info .in_list li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .dtl_detail_info .in_list li::before {
    width: 30px;
  }

  .dtl_detail_info .in_toggle {
    margin-top: 30px;
  }
  .dtl_detail_info .in_toggle .titbox {
    padding: 0 36px 5px 0;
  }
  .dtl_detail_info .in_toggle .titbox::before {
    top: 0;
  }
  .dtl_detail_info .in_toggle .titbox .tit {
    font-size: 14px;
    line-height: 24px;
  }
  .dtl_detail_info .in_toggle .conbox dl {
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_detail_info .in_toggle .conbox dl dt {
    width: 88px;
  }

  .dtl_tab_nb_wrap {
    height: 70px;
  }
  .dtl_tab_nb ul li a {
    height: 68px;
    font-size: 16px;
  }
  .dtl_tab_nb ul li a.active {
    font-weight: 400;
  }

  .dtl_delivery {
    padding: 40px 0;
  }
  .dtl_delivery .item_row + .item_row {
    margin-top: 40px;
  }
  .dtl_delivery .item_row .titbox {
    width: 96px;
  }
  .dtl_delivery .item_row .titbox .tit {
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_delivery .item_row .titbox .more {
    font-size: 12px;
    line-height: 15px;
  }
  .dtl_delivery .item_row .titbox .more img {
    height: 15px;
  }
  .dtl_delivery .item_row .conbox {
    margin-left: 20px;
  }
  .dtl_delivery .item_row .conbox .dl_row + .dl_row {
    margin-top: 10px;
  }
  .dtl_delivery .item_row .conbox .dl_row dt {
    width: 52px;
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_delivery .item_row .conbox .dl_row dd {
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_delivery .item_row .conbox .dl_col + .dl_col {
    margin-top: 20px;
  }
  .dtl_delivery .item_row .conbox .dl_col dt {
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_delivery .item_row .conbox .dl_col dd ul li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_delivery .item_row .conbox .dl_col dd ul li::before {
    width: 20px;
  }
}

/* 767px */
@media screen and (max-width: 767px) {
  
  .dtl_info_div_navi{
    display: none;
  }

  .dtl_info_div {
    padding: 0 0 60px;
  }
  .dtl_thumb_swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 14px;
  }
  .dtl_thumb_swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #a6a6a7;
    opacity: 1;
  }
  .dtl_thumb_swiper .swiper-pagination-bullet-active {
    background: #171717;
  }
  .dtl_thumb_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  .dtl_thumb_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin: 0 0 0 5px;
  }
  .dtl_thumb_swiper .swiper-button-next,
  .dtl_thumb_swiper .swiper-button-prev {
    display: none;
  }
  .dtl_thumb_list_swiper {
    display: none;
  }

  .dtl_con_box {
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dtl_top_info {
    margin-bottom: 0;
  }

  .dtl_name_btn .dtl_name {
    padding: 0;
    font-size: 24px;
  }
  .dtl_name_btn .dtl_top_ico .ico_like,
  .dtl_name_btn .dtl_top_ico .ico_share {
    width: 24px;
    height: 24px;
    margin-left: 9px;
    background-size: 36px;
  }

  .dtl_rating_box .dtl_rating {
    margin-right: 3px;
  }
  .dtl_rating_box .dtl_rating img {
    width: 26px;
  }
  .dtl_rating_box .dtl_rating_cnt {
    color: #a6a6a7;
    font-size: 13px;
  }

  .dtl_price_box .price_b {
    margin-right: 7px;
    font-size: 17px;
    line-height: 21px;
  }
  .dtl_price_box .price_c {
    font-size: 17px;
    line-height: 21px;
  }

  .dtl_opt_tit .tit .desc {
    font-size: 12px;
    line-height: 20px;
  }

  .info_guide_layer.display_flex {
  }
  .info_guide_layer_con {
    max-width: 375px;
    max-height: calc(100vh - 100px);
  }
  .info_guide_layer_con .in_head .btn_close {
    right: 4px;
  }
  .info_guide_layer .cont {
    padding: 0 5px 15px;
  }
  .info_guide_layer .cont .cont_tit {
    font-size: 24px;
    line-height: 38px;
  }
  .info_guide_layer .cont .cont_txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .info_guide_layer_con .in_foot .btn_ok,
  .info_guide_layer_con .in_foot .btn_addcart {
    padding: 16px 84px;
    line-height: 26px;
  }

  .info_guide_layer .txtlist {
    padding: 20px 0 16px;
    overflow: hidden;
  }
  .info_guide_layer .txtlist ul {
    padding: 0 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #ffffff;
  }
  .info_guide_layer .txtlist ul::-webkit-scrollbar {
    width: 12px;
  }
  .info_guide_layer .txtlist ul::-webkit-scrollbar-track {
    background: #ffffff;
  }
  .info_guide_layer .txtlist ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 3px solid #ffffff;
  }
  .info_guide_layer .txtlist ul li {
    flex: auto;
    height: 46px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
  }
  .info_guide_layer .txtlist ul li.active {
    font-size: 15px;
    font-weight: 400;
  }

  .dtl_opt_select {
    height: 50px;
    padding-left: 14px;
  }
  .dtl_opt_select .current {
    height: 48px;
    font-weight: 400;
  }
  .dtl_opt_select.nice-select:after {
    right: 20px;
  }
  .dtl_opt_select.nice-select .list {
    margin-top: 7px;
    padding: 6px 10px;
    border-radius: 6px;
    max-height: 234px;
  }
  .dtl_opt_select.nice-select .option {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 44px;
  }

  .dtl_opt_txtbtn > li {
    flex: 0 1 calc(33.3% - 7px);
  }
  .dtl_opt_txtbtn .do_label .do_inbox {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_txtbtn .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_txtbtn .do_label input:checked + .do_inbox {
    border-color: #171717;
    font-size: 14px;
    font-weight: 400;
  }

  .dtl_opt_size > li:not(.dtl_size_view) {
    flex: 0 1 calc(33.3% - 7px);
  }
  .dtl_opt_size li.best::before {
    display: none;
  }

  .dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox {
    font-size: 14px;
    font-weight: 400;
  }
  .dtl_opt_size > li:not(.dtl_size_view) .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_size > li:not(.dtl_size_view) .do_label input:checked + .do_inbox {
    border-color: #171717;
    font-size: 14px;
    font-weight: 400;
  }

  .dtl_opt_mt {
    gap: 15px;
  }
  .dtl_opt_mt > li {
    flex: 0 1 calc(50% - 8px);
  }

  .dtl_opt_mt .do_label .do_inbox {
    flex-direction: column;
    justify-content: flex-start;
    padding: 14px;
  }
  .dtl_opt_mt .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_mt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_mt > li .txtbox {
    margin: 10px 0 0 0;
    text-align: center;
    order: 2;
  }
  .dtl_opt_mt > li .txtbox .tit {
    font-size: 16px;
    line-height: 29px;
  }
  .dtl_opt_mt > li .txtbox .txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.033em;
  }
  .dtl_opt_mt > li .imgbox {
    width: 74px;
    order: 1;
  }

  .dtl_opt_color {
    gap: 12px;
    margin-top: 12px;
  }
  .dtl_opt_color > li {
    width: 44px;
    height: 44px;
  }

  .dtl_opt_color .do_label .do_inbox:hover {
    border-color: transparent;
  }
  .dtl_opt_color .do_label input:checked + .do_inbox {
    border-color: #333;
  }

  .dtl_opt_color > li img {
    width: 36px;
    height: 36px;
  }

  .dtl_opt_cardtxt {
    gap: 10px;
  }
  .dtl_opt_cardtxt > li {
    flex: 0 1 calc(50% - 5px);
  }

  .dtl_opt_cardtxt .do_label .do_inbox:hover {
    border-color: #dedede;
  }
  .dtl_opt_cardtxt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_cardtxt > li .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .dtl_opt_cnt {
    width: 120px;
  }
  .dtl_opt_num_wrapper .dtl_opt_con .dtl_opt_cnt {
    flex: none;
    margin-right: 10px;
  }

  .dtl_total_btn {
    padding: 9px 20px 13px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
  }
  .dtl_total_price {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px 0 5px;
  }
  .dtl_total_price .txt_total {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 21px;
  }
  .dtl_total_price .price_c {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .dtl_btn_box .dtl_btn {
    font-size: 16px;
  }

  .dtl_detail_info .in_title {
    font-size: 23px;
    line-height: 37px;
  }
  .dtl_detail_info .in_title br {
    display: block;
  }
  .dtl_detail_info .in_title_p {
    font-size: 14px;
    line-height: 25px;
  }
  .dtl_detail_info .in_list li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .dtl_detail_info .in_list li::before {
    width: 20px;
  }

  .dtl_detail_info .in_toggle {
    margin-top: 15px;
  }

  .dtl_tab_nb_wrap {
    height: 45px;
  }
  .dtl_tab_nb ul {
    justify-content: space-around;
  }
  .dtl_tab_nb ul li {
    flex: auto;
  }
  .dtl_tab_nb ul li a {
    height: 43px;
    font-size: 14px;
  }

  .dtl_tab_area:not(.dtl_info_div) {
    padding: 0 20px;
  }

  .dtl_delivery {
    padding: 50px 0;
  }
  .dtl_delivery .item_row {
    flex-direction: column;
  }
  .dtl_delivery .item_row .titbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 0;
  }
  .dtl_delivery .item_row .titbox .tit {
    font-size: 21px;
    line-height: 34px;
  }
  .dtl_delivery .item_row .titbox .more {
    margin-top: 0;
  }
  .dtl_delivery .item_row .conbox {
    flex: none;
    margin: 20px 0 0 0;
  }
  .dtl_delivery .item_row .conbox .dl_row + .dl_row {
    margin-top: 15px;
  }
  .dtl_delivery .item_row .conbox .dl_row dt {
    font-size: 14px;
    line-height: 23px;
  }
  .dtl_delivery .item_row .conbox .dl_row dd {
    margin-left: 24px;
    padding: 2px 0;
    font-size: 13px;
    line-height: 19px;
  }
  .dtl_delivery .item_row .conbox .dl_col + .dl_col {
    margin-top: 15px;
  }
  .dtl_delivery .item_row .conbox .dl_col dt {
    font-size: 14px;
    line-height: 23px;
  }
  .dtl_delivery .item_row .conbox .dl_col dd {
    margin-top: 5px;
  }
  .dtl_delivery .item_row .conbox .dl_col dd ul li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 19px;
  }
  .dtl_delivery .item_row .conbox .dl_col dd ul li::before {
    width: 20px;
  }

  .dtl_opt_size_less ul {
    margin: 0 -20px -30px;
    padding: 0 20px 19px;
  }
  .dtl_opt_size_less li {
    width: 47.76%;
  }
  .dtl_opt_size_less li .img {
    margin-bottom: 10px;
  }
  .dtl_opt_size_less li .cm {
    margin: 2px 0 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .dtl_opt_size_less .do_label .do_inbox {
    font-size: 14px;
    line-height: 25px;
  }
  .dtl_opt_size_less .do_label input:checked + .do_inbox {
    font-size: 14px;
  }

  .dtl_opt_bntxt {
    gap: 15px;
  }
  .dtl_opt_bntxt li {
    flex: 0 1 calc(50% - 8px);
  }

  .dtl_opt_bntxt .do_label .do_inbox {
    padding: 9px 14px;
    border-radius: 6px;
  }
  .dtl_opt_bntxt .do_label .do_inbox:hover {
    border-color: #d8d8da;
  }
  .dtl_opt_bntxt .do_label input:checked + .do_inbox {
    border-color: #171717;
  }

  .dtl_opt_bntxt li .txtbox {
    margin-top: 5px;
  }
  .dtl_opt_bntxt li .txtbox .tit {
    font-size: 14px;
    line-height: 25px;
  }
  .dtl_opt_bntxt li .txtbox .txt {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.033em;
  }

  .dtl_opt_process {
    flex-direction: column;
  }
  .dtl_opt_process li {
    flex: auto;
  }

  .dtl_opt_process .do_label .do_inbox {
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 17px 28px;
    border-radius: 8px;
    border-color: #dfe0e2;
  }
  .dtl_opt_process .do_label .do_inbox:hover {
    border-color: #dfe0e2;
  }
  .dtl_opt_process .do_label input:checked + .do_inbox {
    border-color: #333;
  }

  .dtl_opt_process li .imgbox {
    flex: none;
    order: 2;
  }
  .dtl_opt_process li .imgbox img {
    width: 80px;
  }
  .dtl_opt_process li .txtbox {
    flex: 1;
    order: 1;
    margin: 0 15px 0 0;
    text-align: left;
  }
  .dtl_opt_process li .txtbox .tit {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  .dtl_opt_process li .txtbox .txt {
    margin-top: 3px;
    font-size: 14px;
    line-height: 23px;
  }

  .dtl_opt_write {
    height: 62px;
  }

  .file_upload .info_guide_layer_con .in_body {
    padding: 20px 5px;
  }
  .file_guide_list {
    gap: 8px;
  }
  .file_guide_list > li {
    flex: 0 1 calc(50% - 4px);
  }

  .file_upload_area {
    height: 374px;
    margin-top: 20px;
  }
  .file_upload_area.uploading,
  .file_upload_area.uploadcomplete {
    height: 303px;
  }
  .file_upload_area .btn_upload {
    margin-top: 20px;
  }
}

/* 20240814 °ÇÈñ´Ô ¿äÃ»À¸·Î Ãß°¡ÇÑ CSS */
.dtl_tab_area h1 {
	color : #111111;
}

.dtl_tab_area h2, 
.dtl_tab_area h3, 
.dtl_tab_area h4, 
.dtl_tab_area h5, 
.dtl_tab_area h6 {
    color : #424242;
}

.dtl_tab_area P {
    color : #111111;
}