@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_product__item-info {
  margin-top: 23px;
}
@media screen and (max-width: 1023.9px) {
  .com_product__item-info {
    margin-top: 15px;
  }
}

a.com_product__item:hover img {
  transform: scale(1.1);
}

.p_product_list .visual {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_product_list .visual.pc {
  height: 300px;
}
@media screen and (max-width: 1023.9px) {
  .p_product_list .visual.pc {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_product_list .visual.mobile {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_product_list .visual.mobile {
    height: 655px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_product_list .visual.mobile {
    height: 320px;
  }
}

.p_specs_detail, .p_product_detail {
  position: relative;
}
.p_specs_detail .visual, .p_product_detail .visual {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_specs_detail .visual.pc, .p_product_detail .visual.pc {
  height: 765px;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .visual.pc, .p_product_detail .visual.pc {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_specs_detail .visual.mobile, .p_product_detail .visual.mobile {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .visual.mobile, .p_product_detail .visual.mobile {
    height: 768px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_specs_detail .visual.mobile, .p_product_detail .visual.mobile {
    height: 375px;
  }
}
.p_specs_detail .abs_container, .p_product_detail .abs_container {
  max-width: 1280px;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_specs_detail .abs_container, .p_product_detail .abs_container {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .abs_container, .p_product_detail .abs_container {
    padding-block: 30px 40px;
  }
}
.p_specs_detail .abs_container .com_breadcrumb, .p_product_detail .abs_container .com_breadcrumb {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_specs_detail .abs_container .com_breadcrumb, .p_product_detail .abs_container .com_breadcrumb {
    margin-bottom: 212px;
  }
}
.p_specs_detail .abs_container .pg_tit__wrap .sub_top, .p_product_detail .abs_container .pg_tit__wrap .sub_top {
  font-size: 20px;
  margin-bottom: 10px;
}
.p_specs_detail .abs_container .pg_tit__wrap .sub, .p_product_detail .abs_container .pg_tit__wrap .sub {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  max-width: 500px;
}
.p_specs_detail .abs_container .pg_tit__wrap .pg_tit, .p_product_detail .abs_container .pg_tit__wrap .pg_tit {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .abs_container .pg_tit__wrap .pg_tit, .p_product_detail .abs_container .pg_tit__wrap .pg_tit {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.p_specs_detail .abs_container .pg_tit__wrap .com_btn_wrap, .p_product_detail .abs_container .pg_tit__wrap .com_btn_wrap {
  justify-content: flex-start;
  margin-top: 40px;
}
.p_specs_detail .abs_container .pg_tit__wrap .com_btn_wrap .com_btn, .p_product_detail .abs_container .pg_tit__wrap .com_btn_wrap .com_btn {
  padding-inline: 15px;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .abs_container .pg_tit__wrap .com_btn_wrap, .p_product_detail .abs_container .pg_tit__wrap .com_btn_wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
    z-index: 2;
    margin-top: 0;
  }
  .p_specs_detail .abs_container .pg_tit__wrap .com_btn_wrap .com_btn, .p_product_detail .abs_container .pg_tit__wrap .com_btn_wrap .com_btn {
    flex: 1;
    border-radius: 0;
    height: 56px;
  }
}
.p_specs_detail .com_product_type-tit, .p_product_detail .com_product_type-tit {
  font-weight: 600;
}
.p_specs_detail .mathing_slider .swiper-slide.empty-slide, .p_product_detail .mathing_slider .swiper-slide.empty-slide {
  visibility: hidden;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .mathing_slider .swiper-slide.empty-slide, .p_product_detail .mathing_slider .swiper-slide.empty-slide {
    width: 0 !important;
  }
}

@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab {
    margin-top: 0;
    padding-block: 21px;
    gap: 120px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab {
    border-top: 8px solid #eeeeee;
  }
}
.p_product_detail .com_tab .tab {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab .tab {
    color: #d6d6d6;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab .tab:before {
    left: -60px;
    border-color: #111;
  }
}
.p_product_detail .com_tab .tab.active {
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab .tab.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .com_product__list.type_m_row .com_product__item {
    min-width: calc(90% - 50px);
  }
}
.p_product_detail .com_tab_contents.overview .com_product_type-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_product_detail .com_tab_contents.overview .com_product_type-tit .com_btn {
  gap: 5px;
  padding-inline: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .com_product_type-tit .com_btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .com_product_type-tit .com_btn {
    background-color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .com_product_type-tit .com_btn .pc {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .com_product_type-tit .com_btn .mobile {
    display: none;
  }
}
.p_product_detail .com_tab_contents.overview .detail_sec {
  margin-top: 80px;
}
.p_product_detail .com_tab_contents.overview .detail_sec:first-child, .p_product_detail .com_tab_contents.overview .detail_sec:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .detail_sec {
    margin-top: 40px;
  }
}
.p_product_detail .com_tab_contents.overview .detail_sec__tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 24px;
}
.p_product_detail .com_tab_contents.overview .detail_sec__tit strong {
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.overview .detail_sec__tit {
    font-size: 20px;
  }
}
.p_product_detail .com_tab_contents.overview .detail_sec__sub {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 1.5;
}
.p_product_detail .com_tab_contents.specs .com_tab {
  border-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .com_tab_contents.specs .com_tab {
    display: none;
  }
}
.p_product_detail .com_tab_contents.specs .swiper-button-prev,
.p_product_detail .com_tab_contents.specs .swiper-button-next {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_swiper_next.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
  transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  position: static;
}
.p_product_detail .com_tab_contents.specs .swiper-button-prev:after,
.p_product_detail .com_tab_contents.specs .swiper-button-next:after {
  display: none;
}
.p_product_detail .com_tab_contents.specs .swiper-button-prev {
  transform: rotate(180deg);
}
.p_product_detail .com_tab_contents.specs .swiper-button-disabled {
  opacity: 0.5;
}
.p_product_detail .com_tab_contents.specs .swiper_pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.specs .swiper_pagination {
    display: none;
  }
}
.p_product_detail .com_tab_contents.specs .swiper_pagination .txt {
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 40px;
  line-height: 40px;
  gap: 10px;
}
.p_product_detail .com_tab_contents.specs .swiper_pagination .txt > * {
  height: 40px;
}
.p_product_detail .com_tab_contents.specs .swiper_pagination .total_slides {
  color: #bbb;
}
.p_product_detail .com_tab_contents.features .com_info_txt {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.features .com_info_txt {
    margin-top: 20px;
  }
}
.p_product_detail .com_tab_contents.features .com_product__item.full {
  width: 100%;
  min-width: 100%;
}
.p_product_detail .com_tab_contents.features .com_product__item.full .flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 24px;
}
.p_product_detail .com_tab_contents.features .com_product__item.full .flex_row .thumb {
  flex: 1;
  min-width: auto;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .com_tab_contents.features .com_product__item.full .flex_row {
    flex-direction: column;
    gap: 10px;
  }
}
.p_product_detail .specs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  width: 100%;
  align-items: flex-start;
}
.p_product_detail .specs__list > * {
  width: calc((100% - 24px * 2) / 3);
  min-width: calc((100% - 24px * 2) / 3);
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .specs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0px;
    width: 100%;
  }
  .p_product_detail .specs__list > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.p_product_detail .specs__item {
  align-items: stretch;
}
.p_product_detail .specs__item .thumb {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.4642857143;
}
.p_product_detail .specs__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_product_detail .specs__item .thumb > img, .p_product_detail .specs__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_product_detail .specs__item .thumb img {
  min-width: auto;
}
.p_product_detail .specs__item-info {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_product_detail .specs__item-info {
    margin-top: 15px;
  }
}
.p_product_detail .specs__item-info .name {
  font-weight: 600;
  font-size: 20px;
}
.p_product_detail .specs__item-info .name strong {
  font-weight: 600;
}
.p_product_detail .specs__item-info .des {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 1023.9px) {
  .p_product_detail .specs__item-info .des {
    max-width: 80%;
  }
}

.com_dimensions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
}
.com_dimensions__list > * {
  width: calc((100% - 24px * 1) / 2);
  min-width: calc((100% - 24px * 1) / 2);
}
@media screen and (max-width: 1023.9px) {
  .com_dimensions__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_dimensions__list > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .com_dimensions__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 0px;
    width: 100%;
  }
  .com_dimensions__list > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.com_dimensions__item {
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
  padding: 40px;
  align-self: stretch;
}
@media screen and (max-width: 1023.9px) {
  .com_dimensions__item {
    flex-direction: row;
    background: none;
    padding: 12px 0;
    gap: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_dimensions__item {
    flex-direction: column;
    gap: 20px;
  }
}
.com_dimensions__item-thumb {
  background-color: #f6f6f6;
}
@media screen and (min-width: 1023.9px) {
  .com_dimensions__item-thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-width: auto;
    aspect-ratio: 1.4328358209;
    max-width: 192px;
  }
  .com_dimensions__item-thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_dimensions__item-thumb > img, .com_dimensions__item-thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_dimensions__item-thumb {
    max-width: none;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: auto;
    min-width: 60px;
    aspect-ratio: 1;
  }
  .com_dimensions__item-thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_dimensions__item-thumb > img, .com_dimensions__item-thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_dimensions__item-row {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_dimensions__item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 40px;
  }
}
.com_dimensions__item-info {
  flex: 1;
}
.com_dimensions__item-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 8px;
}
.com_dimensions__item-info dl dt {
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_dimensions__item-info dl dt {
    font-size: 16px !important;
    padding-left: 70px;
    padding-block: 15px;
  }
}
.com_dimensions__item-info dl dt.tit {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_dimensions__item-info dl dt.tit.top {
    display: none;
  }
}
.com_dimensions__item-info dl dd {
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
}
.com_dimensions__item-info dl dd strong {
  font-weight: 600;
}
.com_dimensions__item-info dl dd.tip {
  margin-top: 8px;
}
.com_dimensions__item-info .info_txt {
  font-size: 14px;
  margin-top: 15px;
  color: #666;
  line-height: 1.4;
}
.com_dimensions__item .btn_detail {
  min-width: 81px;
}

.p_specs_detail .com_dimensions__item-thumb {
  max-width: 226px;
}
@media screen and (min-width: 1023.9px) {
  .p_specs_detail .com_dimensions__item-thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-width: auto;
    aspect-ratio: 0.7635135135;
  }
  .p_specs_detail .com_dimensions__item-thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_specs_detail .com_dimensions__item-thumb > img, .p_specs_detail .com_dimensions__item-thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .com_dimensions__item-thumb {
    position: static;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    min-width: auto;
    aspect-ratio: 0.7635135135;
  }
  .p_specs_detail .com_dimensions__item-thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_specs_detail .com_dimensions__item-thumb > img, .p_specs_detail .com_dimensions__item-thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.p_specs_detail .com_dimensions__item .img_wrap {
  width: 226px;
}
@media screen and (max-width: 1299.9px) {
  .p_specs_detail .com_dimensions__item .img_wrap {
    width: 30%;
    margin-inline: auto;
  }
}
.p_specs_detail .com_dimensions__item .thumb_txt {
  margin-top: 20px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .com_dimensions__item .thumb_txt {
    margin-top: 10px;
  }
}
.p_specs_detail .com_dimensions__item .tit {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_specs_detail .com_dimensions__item .tit {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.p_specs_detail .com_dimensions__item .tbl {
  table-layout: fixed;
  border-top: 1px solid #ddd;
}
.p_specs_detail .com_dimensions__item .tbl th {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
}
.p_specs_detail .com_dimensions__item .tbl td {
  border-bottom: 1px solid #eee;
  color: #666;
  font-weight: 500;
}
.p_specs_detail .com_dimensions__item .tbl th, .p_specs_detail .com_dimensions__item .tbl td {
  padding-block: 20px;
  vertical-align: middle;
  text-align: center;
}