@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day"); */

@import url("https://db.onlinewebfonts.com/c/1c45e28f8e86cc89876f003b953cc3e9?family=SF+Pro+Text+Regular");
@import url("https://v1.fontapi.ir/css/SFProDisplay:200;300;400;500;600;700");

/* **************************************************************************************
* 반응형 스킨 사용자/제작자 CSS
Author : 퍼스트몰(firstmall)
Author URL : http://www.firstmall.kr
Creation Date : 2019-03-05
Modify Date : 2021-02-25
************************************************************************************** */

/*********************************** 공통 영역  ***********************************/

html,
body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}
/* body,div,p,span,a,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,input,select,option,textarea,button {font-weight:300 !important;} */
.layout_header .bookmark > li > a,
.layout_header .util_wrap_menu2 > li > a,
.layout_header .categoryAllBtn,
.layout_header .nav_wrap .respCategoryList .categoryDepthLink,
.layout_footer .title,
.layout_footer .list > li,
.layout_footer .menu3 > li,
.layout_footer .copyright,
.layout_side .aside_cs_phone,
.layout_side .aside_cs_addinfo {
  font-family: "SF Pro Display", sans-serif !important;
}

/* 헤더 */
.layout_header {
  background-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
}
.layout_header .util_wrap {
  height: 0;
  border-color: transparent;
  background: transparent;
}
.layout_header .bookmark {
  position: absolute;
  top: 50px;
  left: 40px;
}
.layout_header .bookmark > li {
  float: left;
  position: relative;
  padding-right: 20px;
}
.layout_header .bookmark > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
#layout_header .benefit {
  top: 25px;
  margin-left: -38px;
}
.layout_header .util_wrap_menu2 {
  position: absolute;
  top: 50px;
  right: 80px;
}
.layout_header .util_wrap_menu2 > li {
  background: none;
}
.layout_header .util_wrap_menu2 > li > a {
  padding-left: 20px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
.layout_header .resp_top_hamburger {
  display: none;
  left: 40px;
}
.layout_header .resp_top_search {
  display: block;
  top: 50px;
  right: 75px;
}
.layout_header .resp_top_search a.btn_search_open {
  width: 22px;
  height: 22px;
  background: url("../images/design_resp/icon_search.png") 0 center no-repeat;
  background-size: cover;
}
.layout_header .resp_top_cart {
  display: block;
  right: 40px;
  margin-top: -15px;
  width: 22px;
  height: 22px;
  background: url("../images/design_resp/icon_cart.png") 0 center no-repeat;
  background-size: cover;
  padding-left: 0;
}
.layout_header .resp_top_cart .cart_cnt2 {
  position: absolute;
  top: -5px;
  right: -8px;
}
.layout_header .user_info {
  height: auto;
  line-height: 1.4;
  padding-top: 1px;
  padding-right: 15px;
  color: #999;
}
.layout_header .nav_wrap {
  border-color: transparent;
  clear: both;
}
.layout_header .nav_wrap .respCategoryList {
  width: auto;
  margin: auto;
  table-layout: auto;
}
.layout_header .nav_wrap .respCategoryList > li {
  padding: 0 15px;
  white-space: nowrap;
}
.layout_header .nav_wrap .respCategoryList .nav_category_all {
  width: auto;
}
.layout_header .nav_wrap .respCategoryList .nav_category_all .categoryAllBtn {
  width: 100%;
  border-color: transparent;
}
.layout_header .nav_wrap .respCategoryList .categoryDepthLink {
  color: #555;
}
.layout_header
  .nav_wrap
  .respCategoryList
  .categoryDepth1:hover
  .categoryDepthLink {
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .layout_header .bookmark,
  .layout_header .util_wrap_menu2 {
    display: none;
  }
  .layout_header .resp_top_hamburger {
    display: block;
    left: 50px;
    margin-top: -10px;
  }
  .layout_header .resp_top_search {
    right: 90px;
  }
  .layout_header .resp_top_search a.btn_search_open {
    width: 30px;
    height: 30px;
    background: url("../images/design_resp/icon_search2.png") 0 center no-repeat;
    background-size: cover;
  }
  .layout_header .resp_top_cart {
    right: 50px;
    width: 30px;
    height: 30px;
    background: url("../images/design_resp/icon_cart2.png") 0 center no-repeat;
    background-size: cover;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList {
    display: table;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {
    display: table-cell;
    padding: 0 15px;
  }
  .layout_header
    #cateSwiper
    .designCategoryNavigation
    .respCategoryList
    > li
    .categoryDepthLink {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .layout_header .resp_top_hamburger {
    left: 10px;
  }
  .layout_header .resp_top_search {
    right: 50px;
  }
  .layout_header .resp_top_cart {
    right: 10px;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .layout_header .resp_top_search {
    top: 50%;
    right: 10px;
  }
  .layout_header .resp_top_cart {
    display: none;
  }
}

/* 풋터 */
.layout_footer .footer_a {
  padding: 0;
}
.layout_footer .menu1 > li.foot_menu_d1 {
  width: 35%;
  max-width: 600px;
}
.layout_footer .menu1 > li.foot_menu_d3 {
  width: 25%;
}
.layout_footer .menu1 > li.foot_menu_d2,
.layout_footer .menu1 > li.foot_menu_d4 {
  width: 20%;
}
.layout_footer .title {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.layout_footer .list .img_call {
  display: none;
}
.layout_footer .list .compay_phone {
  font-weight: 400;
}
.layout_footer .list.v4 {
  font-size: 12px;
  color: #333;
}
.layout_footer .bank select {
  height: 30px;
  border: 1px solid #d0d0d0;
  padding: 2px 20px 2px 10px;
  font-size: 11px;
  color: #888;
}
.layout_footer .footer_c {
  border-color: transparent;
  padding-top: 30px;
}
.layout_footer .line {
  position: relative;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.layout_footer .line:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 1px;
  height: 60px;
  background: #fff;
}
.layout_footer .menu3 {
  color: #888;
}
.layout_footer .menu3 > li {
  position: relative;
}
.layout_footer .menu3 > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  width: 1px;
  height: 10px;
  background: #aaa;
}
.layout_footer .menu3 > li.first:before {
  display: none;
}
.layout_footer .pcolor {
  color: #333;
}
.layout_footer .copyright {
  position: relative;
  color: #333;
}
.layout_footer .escrow {
  top: 20px;
  right: 40px;
}
@media only screen and (max-width: 1023px) {
  .layout_footer .escrow {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_footer .menu1 > li.guide {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 479px) {
  .layout_footer .menu3 > li:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .layout_footer .menu3 {
    padding-right: 0;
  }
  .layout_footer .list.v4 {
    font-size: 11px;
  }
}

/*********************************** 메인 페이지 ***********************************/

/* 메인 - 타이틀 */
.title_group1 .title1 {
  font-style: italic;
  font-size: 60px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1024px) {
  .title_group1 .title1 {
    font-size: 50px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 479px) {
  .title_group1 .title1 {
    font-size: 40px;
  }
}

/* 메인 - md's pick */
.main_slider_a1 .slick-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_slider_a1 .slick-prev {
  left: 160px;
  background-image: url("../images/design_resp/arrow_left.png");
}
.main_slider_a1 .slick-next {
  right: 160px;
  background-image: url("../images/design_resp/arrow_right.png");
}
@media only screen and (max-width: 1023px) {
  .main_slider_a1 .slick-arrow {
    display: none !important;
  }
}

/* 메인 - best items */
.main_bnr_r2 {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}
.main_bnr_r2 .sslide {
  position: relative;
  float: left;
  width: 33.3333%;
  overflow: hidden;
}
.main_bnr_r2 .sslide > img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.main_bnr_r2 .sslide:hover > img {
  transform: scale(1.05);
}
.main_bnr_r2 .sslide .slide_contents {
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.4s 0.1s;
}
.main_bnr_r2 .sslide:hover .slide_contents {
  opacity: 1;
}
.main_bnr_r2 .wrap1 {
  display: table;
  width: 100%;
  height: 100%;
}
.main_bnr_r2 .wrap2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px 30px;
  color: #fff;
}
.main_bnr_r2 .wrap2 li {
  padding: 4px 0;
}
.main_bnr_r2 .wrap2 .item1 {
  font-size: 23px;
  font-weight: 100;
}
.main_bnr_r2 .wrap2 .item2 {
  font-size: 15px;
  font-weight: 100;
}
.main_bnr_r2 .wrap2 .item3 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
}
.main_bnr_r2 .wrap2 .item4 {
  font-size: 21px;
  font-weight: 300;
}
.main_bnr_r2 .wrap2 .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.main_bnr_r2 .wrap2 .link a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .main_bnr_r2 .wrap2 .item1 {
    font-size: 18px;
  }
  .main_bnr_r2 .wrap2 .item2 {
    font-size: 14px;
  }
  .main_bnr_r2 .wrap2 .item3 {
    margin-top: 0;
    font-size: 14px;
  }
  .main_bnr_r2 .wrap2 .item4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main_bnr_r2 .sslide {
    width: 50%;
  }
  .main_bnr_r2 .sslide .slide_contents {
    opacity: 1;
    background: none;
  }
  .main_bnr_r2 .wrap2 li {
    display: none;
  }
  .main_bnr_r2 .wrap2 .link {
    display: block;
  }
}

/* 메인 - new arrivals */
.displaY_sales_price .nuM,
.displaY_goods_price .nuM,
.searched_item_display .item_info_area .goods_price_area .sale_price .num {
  letter-spacing: 0;
}
.infO_style_4 .displaY_goods_name {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.main_disp_n1 .display_responsible_class .goods_list li.gl_item {
  width: 33.3% !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main_disp_n1 .display_responsible_class .goods_list li.gl_item {
    width: 50% !important;
  }
}

/*********************************** 서브 페이지 ***********************************/

/* 모바일 하단 화살표 */
#floating_over .ico_floating_back {
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_back.png") center no-repeat;
  background-size: cover;
}
#floating_over .ico_floating_foward {
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_foward.png") center no-repeat;
  background-size: cover;
}
#floating_over .ico_floating_top {
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_up.png") center no-repeat;
  background-size: cover;
}

/* 띠배너 */
.designPopupBand,
.designPopupBandMobile {
  z-index: 10;
}
.designPopupBandBtn {
  background: url("../images/design_resp/band_btn_open.png") center no-repeat;
  text-indent: -9999px;
  z-index: 210 !important;
}

/* 팝업BG 감추기 */
#designPopupModalBack {
  display: none;
}

/* 전체 카테고리 */
.all_list_contents .all_list_title {
  font-weight: 400;
  line-height: 1;
}
.all_list_contents .all_list_close {
  background: url("../images/design_resp/del.png") 50% 50% no-repeat;
}
@media only screen and (max-width: 1023px) {
  .all_list_contents .all_list_close {
    top: 18px;
  }
}

/* 사이드 메뉴 */
.layout_side .title_sub3.v2 {
  font-weight: 400;
}
.layout_side .aside_cs_phone:before {
  display: none;
}
.layout_side .aside_cs_phone {
  font-weight: 400;
}
.layout_side .aside_cs_addinfo {
  font-weight: 400;
  color: #666;
}
.side_close {
  margin-top: 10px;
}
.side_close:before,
.side_close:after {
  height: 2px;
}

/* 회원가입 혜택 */
#layout_header .benefit {
  /*background:#daab9c;*/
}
#layout_header .benefit .arrow {
  /*color:#daab9c;*/
}

/* 페이지 경로 */
.search_nav select,
.search_nav select option,
.search_nav .navi_linemap2 .selected_cate,
.search_nav .navi_linemap2 .navi_linemap_sub > li {
  font-size: 12px;
  color: #6e7c87;
  font-weight: 400;
}

/* 라디오/체크박스 크기 축소 */
input[type="radio"] {
  width: 17px;
  height: 17px;
}
input[type="checkbox"],
.pilsu_agree_all input[type="checkbox"],
.pilsu_agree_all2 input[type="checkbox"],
.agree_list2 input[type="checkbox"],
.agree_list3 input[type="checkbox"],
.resp_cart_wrap label.checkbox_allselect input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.agree_list2 .agree_view {
  padding-bottom: 0;
}

/* 상품상세 라인 제거 */
.goods_spec_sections .deatil_price_area,
.goods_spec_sections .goods_spec_shipping,
.goods_buy_sections {
  border: none;
}

/* 버튼 */
.goods_thumbs_spec #goods_spec .btn_resp.size_extra2,
.goods_thumbs_spec #goods_spec .btn_resp.color2 {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
} /* 상세 버튼 */

/* 버튼 색상 */
.payment_method_select > li > div.active > label, /* 결제수단 */
.resp_login_wrap .btn_resp.size_login1, /* 로그인 버튼 */
.btn_resp.color2 {
  /*border-color:#daab9c; background-color:#daab9c;*/
} /* 상세 버튼 */
.resp_login_wrap .btn_resp.size_login1:hover,
.btn_resp.color2:hover {
  /*border-color:#cd9c8b; background-color:#cd9c8b;*/
}
.btn_resp.color6 {
  border-color: #999;
  background-color: #999;
} /* 레이어 버튼 */
.btn_resp.color6:hover {
  border-color: #767676;
  background-color: #767676;
}

/* 단독 이벤트 */
.spec_solo_event .remain_time .title,
.displaY_event_time .title,
.cart_list .cgd_contents .event_area .title,
.spec_solo_event .event_datetime_box,
.displaY_event_time .time_container,
.cart_list .cgd_contents .event_area .time {
  /*background-color:#daab9c;*/
}

/* 할인율 외 */
.goods_spec_sections .deatil_price_area .org_price s {
  color: #999;
} /* 상세 정가 라인 */
.respGoodsIcon.typeText {
  top: 20px;
  right: 20px;
  border-radius: 50%;
}
.respGoodsIcon.typeText .respGoodsIconInner {
  width: 50px;
  height: 50px;
} /* 디스플레이 할인율 */
.deatil_sale_rate, /* 상품상세 할인율 */
.layout_header .resp_top_cart .cart_cnt2, /* 상단 장바구니 */
.asie_main_menu .push_count {
  border-radius: 50%; /*background-color:#daab9c;*/
} /* 사이드 장바구니 */
.goods_spec_customer_ev .ev_active2 > b {
  /*background:#daab9c;*/
} /* 상품후기 별점 */

/* 메뉴 */
.layout_header .nav_wrap .respCategoryList .custom_nav_link .categoryDepthLink,
.layout_header
  .nav_wrap
  .respCategoryList
  .custom_nav_link:hover
  .categoryDepthLink,
.layout_header
  .nav_wrap
  .respCategoryList
  .custom_nav_link.on
  .categoryDepthLink {
  /*color:#c37c65;*/
}
.layout_header
  .nav_wrap
  .respCategoryList
  .custom_nav_link.on
  .categoryDepthLink
  > em {
  /*border-color:#c37c65;*/
}
.layout_header
  .nav_wrap
  .respCategoryList
  .custom_nav_link
  .categoryDepthLink
  > em:after {
  /*background:#c37c65;*/
}

/* 탭메뉴 */
.tab_cart_top li.on .num, /* 최근본상품 */
.goods_information_tabs>a.current .num {
  /*background-color:#daab9c;*/
} /* 상품상세 */
.goods_information_tabs > a .num {
  margin-left: 5px;
  border-radius: 20px;
  padding: 3px 2px;
}

/* 테이블 */
.table_row_a > tbody > tr > th,
.resp_table_row > ul > li.th {
  border-left: 1px solid #fff;
}
.table_row_a > tbody > tr > td,
.resp_table_row > ul > li.td,
.resp_1line_table > ul > li {
  border-right: 1px solid #fff;
}
.resp_1line_table,
table.list_table_style,
.board_goods_select_display.v2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.no_data_area2 {
  color: #888;
}

/* 회원 */
.resp_login_wrap .box_id[type="text"]::placeholder,
.resp_login_wrap .box_pw[type="password"]::placeholder,
.resp_login_wrap .box_order[type="text"]::placeholder {
  font-size: 14px;
} /* 로그인 */
.resp_login_wrap .login_real_area .find_join > a.Fw500 {
  font-weight: 400 !important;
}
.login_ok_menu .btn_resp.size_c {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 300;
} /* 회원가입 완료 버튼 */

/* 주문/결제 */
.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection {
  position: relative !important;
}
.subpage_wrap.order_payment.flyingMode
  .order_payment_right
  .order_subsection
  .right_flying_wrap1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subpage_wrap.order_payment.flyingMode
  .order_payment_right
  .order_subsection
  .right_flying_wrap3 {
  width: 100% !important;
  box-shadow: none !important;
}
#typereceiptlay .labelgroup_design {
  margin-bottom: 5px;
}

/* 고객센터 */
.mycs_fcont_margin {
  margin-top: 60px;
}

/* 자주 묻는 질문 */
#bbslist .faq_new {
  border-top: 2px solid #333;
}
#bbslist .faq_new > li {
  margin-top: 0;
}
#bbslist .faq_new .question {
  border-bottom: 1px solid #e0e0e0;
}
#bbslist .faq_new .question:before {
  line-height: 58px;
  padding-left: 15px;
}
#bbslist .faq_new .question .subject {
  display: block;
  background: none;
  padding: 20px 10px 15px 12px;
}
#bbslist .faq_new .answer {
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 20px 10px 20px 52px;
}
#bbslist .faq_new .answer:before {
  line-height: 65px;
  padding-left: 15px;
}

/* nerd header */
.nerd_header {
  width: 100%;
  height: 50px;
  min-height: 50px;
  background-color: #010101;
  position: sticky;
  top: 0;
  border-bottom: solid 1px #262626;
}

.nerd_header .menu-wrap {
  height: 100%;
}

.nerd_header .menu-wrap .header-pc {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  height: 100%;
  box-sizing: border-box;
}

.nerd_header .menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

.nerd_header .user-menu {
  position: relative;
}

.nerd_header .user-menu button.hamburger-btn {
  width: 19px;
  height: 19px;
}

.user-login {
  position: relative;
  right: 0;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.user-login .user-login-inner {
  margin-left: auto;
  width: 146px;
  border-bottom: 1px solid #e4e4e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  box-sizing: border-box;
}

.user-login .user-thumbnail {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  overflow: hidden;
}

.user-login .user-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.user-login .login-out a {
  color: #71717a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
}

.nerd_header .user-menu a.shopping {
  width: 17px;
  height: 17px;
  display: block;
  position: relative;
}

.nerd_header .user-menu a .cart_cnt2 {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  right: -9px;
  background-color: #f0631c;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  width: 100%;
  height: 100%;
}

.main-logo {
  width: 74px;
  height: 22px;
  object-fit: cover;
  display: block;
}

.menu-link {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 1.85;
}

.nerd-login-wrap > form {
  position: relative;
  top: 130px;
}

.login-input-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #52525b;
  display: block;
  margin-bottom: 10px;
}

.resp_login_wrap .input_area {
  display: grid;
  gap: 10px;
}

.item-info {
  position: absolute;
  bottom: 3px;
  width: 100%;
  max-width: 1024px;
  padding: 0 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}

.cart-count {
  color: #71717a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.nerd-goods {
  width: 100%;
  border-bottom: 1px solid #e4e4e7;
  /* padding: 33px 0; */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 137px;
}

.nerd-goods.mobile {
  display: none;
}

.goods-info {
  display: flex;
  align-items: center;
  gap: 55px;
  flex: 1;
}

.goods-info a {
  height: 100%;
  aspect-ratio: 1/1;
  max-width: 137px;
}

.goods-info .name {
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
  padding-right: 30px;
}

.goods-info .cart_option {
  font-size: 14px;
  font-weight: 500;
  color: #71717a;
  line-height: 1.5;
}

.nerd-goods .detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nerd-goods .detail > h3 {
  flex: 0 0 100px;
  margin-left: 60px;
  text-align: right;
  font-size: 20px;
  color: #18181b;
  line-height: 1.2;
}

.nerd-goods .detail .btn_thisitem_del {
  width: 17px;
  min-width: 17px;
  height: 17px;
  display: block;
  margin-right: 45px;
}

.nerd-goods .detail .btn_thisitem_del img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nerd-goods .item-length {
  padding: 9px 15px;
  background-color: #fff;
  border-radius: 5px;
  border-color: #d4d4d8;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  color: #18181b;
  width: 70px;
  min-width: 70px;
}

.order-category {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 400;
  color: #0475ea;
  margin-left: 6px;
}

.color_option {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #1e1e20;
  margin-top: 20px;
}

.color_option p {
  font-weight: 400;
}

.add_notice {
  margin: 49px 0 0;
}

.add_notice .add_notice_list {
  display: grid;
  gap: 15px;
}

.add_notice_list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.add_notice_list li .left_icon img {
  display: block;
  height: 14px;
  object-fit: cover;
}

.add_notice_list li .right_text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #252c32;
  display: block;
  position: relative;
  top: -2px;
}

.add_notice_list li .right_text p {
  margin-bottom: 7px;
  display: block;
}

.nerd_header .menu-wrap .header-mobile {
  display: none;
}

.banner_wrap {
  position: relative;
  width: 100%;
  background: url(/images/main/banner.png) no-repeat;
  height: 762px;
  background-position: top center;
  background-size: cover;
}

.banner_wrap .inner {
  padding: 7px 15px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.banner_wrap .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 96vw;
  left: 50%;
  -webkit-transform: translateX(-48vw);
  transform: translateX(-48vw);
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6ddcff),
    to(#7f60f9)
  );
  background-image: linear-gradient(to right, #6ddcff 0%, #7f60f9 100%);
  bottom: 120px;
  z-index: 5;
}

.banner_wrap .top_text {
  font-size: 10px;
  font-weight: 400;
  color: #a1a1aa;
  line-height: 1.4;
  margin: 0;
  display: block;
}

.banner_wrap .main_text {
  text-align: center;
  margin-top: 97px;
}

.banner_wrap .main_text > img {
  width: 253px;
  margin: 0 auto;
  display: block;
  margin-bottom: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner_wrap .main_text > p {
  word-break: keep-all;
  font-size: 15px;
  font-weight: 400;
  color: #e1e1e1;
  line-height: 1.53;
  margin: 49px 0 80px;
}

.banner_wrap .search_wrap {
  width: 100%;
  max-width: 431px;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid transparent;
  background-image: linear-gradient(#000, #000),
    linear-gradient(98deg, #6ddcff 0%, #7f60f9 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  position: relative;
}

.banner_wrap .search_wrap > img {
  width: 18px;
  height: 18px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 16px;
}

.banner_wrap .search_wrap > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  border: 0;
  width: auto;
}

.banner_wrap .search_wrap > input:focus,
.banner_wrap .search_wrap > input:active {
  outline: 0;
}

.banner_wrap .search_wrap > input::placeholder {
  color: #71717a;
}

.banner_wrap .search_btn {
  width: 100%;
  max-width: 111px;
  height: 35px;
  padding: 6px 15px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #18181b;
  margin-right: 5px;
}

.banner_wrap .simple_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_wrap .simple_introduce p {
  position: relative;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.23px;
  margin: 0;
}

.banner_wrap .simple_introduce p::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #acacac;
  position: absolute;
  top: 3.5px;
  right: -8px;
}

.banner_wrap .simple_introduce p:last-child::after {
  display: none;
}

.more_banner {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
}

.more_banner > img {
  width: auto;
  max-width: initial;
  height: calc(100vw * 641 / 390);
}

.more_banner .text_box {
  display: grid;
  position: absolute;
}

.more_banner .text_box > p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 4px;
}

.more_banner .text_box > h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 10px;
  border-bottom: 1px solid #ababab;
  margin: 0;
}

.more_banner .text_box > span {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  flex-wrap: wrap;
}

.more_banner .text_box > span p {
  margin: 0;
}

.more_banner .more_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  border: 1px solid #f0631c;
  border-radius: 100px;
  padding: 4px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #f0631c;
  letter-spacing: -0.21px;
}

.more_banner .choice {
  position: relative;
}

.more_banner .choice img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 5;
}

.introduce {
  background-color: #f1f1f1;
  margin-top: 10px;
  padding: 30px 0 22px;
}

.introduce .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.introduce .inner::after {
  display: none;
}

.introduce .title {
  font-size: 40px;
  font-weight: 700;
  color: #1e1e20;
  margin: 0 0 30px;
}

.introduce .contents {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
}

.introduce .box {
  border-radius: 10px;
  overflow: hidden;
}

.introduce .box > img {
  width: 100%;
  height: calc(100vw * 245 / 370);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.introduce .explain {
  padding: 13px 17px;
  background-color: #fff;
  text-align: left;
  font-family: "Inter", sans-serif !important;
}

.introduce .explain > b {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0 0 7px;
  display: block;
}

.introduce .explain > p {
  font-size: 12px;
  font-weight: 400;
  color: #494949;
  line-height: 1.42;
  letter-spacing: -0.18px;
  margin: 0;
  display: block;
  word-break: break-all;
}

.introduce .etc {
  display: block;
  margin: 30px auto 0;
  color: #3d3d3d;
  line-height: 1.43;
  letter-spacing: -0.21px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 776px;
}

.introduce .plus_btn {
  margin: 14px 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.eco {
  background-color: #fff;
}

.eco .inner {
  width: 100%;
  max-width: 1024px;
  padding: 51px 15px 68px;
  margin: 0 auto;
  box-sizing: border-box;
}

.eco .inner::after {
  display: none;
}

.eco .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #1dcd4e;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.eco .title > img {
  width: 13px;
  height: 13px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.eco .title2 {
  margin: 51px 0 15px;
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.41px;
  color: #1e1e20;
}

.eco .explain {
  text-align: center;
  color: #3d3d3d;
  line-height: 1.43;
  letter-spacing: -0.21px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.eco .eco_img {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 552px;
  background: url(/images/main/eco_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 30px 0 0;
}

.eco .explain2 {
  word-break: keep-all;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.eco .for {
  margin: 40px 0 0;
  text-align: center;
  display: grid;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding-bottom: 46px;
}

.eco .for img {
  width: 49px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto 17px;
}

.eco .text_box {
  display: grid;
  gap: 13px;
}

.eco .for_title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.51px;
  color: #3d3d3d;
  text-align: center;
}

.eco .link {
  border-radius: 100px;
  border: 1px solid #f0631c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.21px;
  color: #f0631c;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.creative {
  margin-top: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.creative .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 63px 10px 98px;
  box-sizing: border-box;
}

.creative .inner::after {
  display: none;
}

.creative .title {
  color: #1e1e20;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #1e1e20;
  margin: 0 0 52px;
  text-align: center;
}

.creative .img_wrap {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
  background: url(/images/main/creative_bg.png) no-repeat;
  background-size: 760px;
  background-position: center;
  position: relative;
  height: 434px;
}

.creative .sale {
  letter-spacing: -0.2px;
  color: #10cb44;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  display: block;
  top: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.repair {
  width: 100vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.repair > img {
  width: auto;
  max-width: initial;
  height: calc(100vw * 386 / 390);
  object-position: 110px center;
}

.repair .text_box {
  text-align: center;
  position: absolute;
}

.repair .text_box p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.3px;
  display: block;
  margin: 0 0 122px;
}

.repair .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0 0 4px;
}

.repair .repair_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.repair .repair_btn img {
  width: 103px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 829px) {
  .nerd_header .menu-wrap .header-pc {
    display: none;
  }

  .nerd_header .menu-wrap .header-mobile {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
  }

  .nerd_header .menu-wrap .header-mobile .main-logo {
    height: 22px;
    display: block;
    object-fit: cover;
  }

  .nerd_header .menu-wrap .header-mobile .user-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    position: initial;
  }

  .nerd_header .menu-wrap .header-mobile .mobile-menu-list {
    position: absolute;
    display: none;
    width: 100vw;
    left: 50%;
    transform: translateX(-50vw);
    top: 50px;
    background-color: #262626;
    padding: 29px 0;
  }

  .nerd_header .menu-wrap .header-mobile .mobile-menu-list.active {
    display: block;
  }

  .nerd_header .menu-wrap .header-mobile .mobile-menu-list ul {
    display: grid;
    gap: 13px;
  }

  .nerd_header .menu-wrap .header-mobile .mobile-menu-list ul li a {
    display: block;
    color: #f5f5f7;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: initial;
  }

  .nerd_header .user-menu a .cart_cnt2 {
    font-size: 10px;
    width: 13px;
    height: 13px;
    bottom: -4px;
    right: -4px;
    line-height: 13px;
  }

  .nerd-goods {
    min-height: 100px;
  }

  .nerd-goods.mobile {
    display: flex;
  }

  .nerd-goods.pc {
    display: none;
  }

  .goods-info {
    gap: 17px;
  }

  .goods-info a {
    max-width: 100px;
  }

  .goods-info .item-name-info {
    height: 100%;
    padding: 7px 0;
    box-sizing: border-box;
    flex: 1;
    display: grid;
    align-items: center;
  }

  .nerd-goods .detail {
    justify-content: space-between;
  }

  .nerd-goods .detail > h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    flex: initial;
  }

  .goods-info .name {
    font-size: 13px;
    margin: 0;
  }

  .nerd-goods .detail .btn_thisitem_del {
    width: 13px;
    height: 13px;
    min-width: 13px;
    margin: 0;
  }

  .nerd-goods .item-length {
    padding: 4.5px 7px;
    width: 54px;
    min-width: 54px;
  }

  .order-category {
    font-size: 13px;
  }

  .item-info {
    margin: 44px 0 0;
    padding: 0;
    position: relative;
    left: auto;
    transform: initial;
  }

  .title_container.cart_page {
    padding: 21px 15px 0;
  }

  .title_container.cart_page > h2 {
    font-size: 20px;
  }
}

/* shop 페이지 */
.sub_shop .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

.sub_shop .banner_wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  box-sizing: border-box;
  height: calc(100vw * 518 / 350);
  background: none;
}

.sub_shop .banner_wrap > img {
  display: block;
  object-fit: cover;
  height: calc(100vw * 518 / 350);
  width: 100%;
  object-position: -250px center;
  max-width: 2560px;
  margin: 0 auto;
}

.sub_shop .banner_wrap .banner_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1024px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  bottom: 0;
}

.sub_shop .shopping {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  height: fit-content;
}

.sub_shop .shopping_category {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub_shop .left_text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.23px;
}

.sub_shop .shopping_category a {
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.2px;
}

.sub_shop .banner_text {
  margin: auto 0 81px;
}

.sub_shop .banner_text h3 {
  font-size: 48px;
  font-weight: 800;
  color: #f0631c;
  display: block;
  margin-bottom: 10px;
}

.sub_shop .banner_text span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.36px;
}

.sub_shop .section {
  padding: 80px 0 0;
  position: relative;
  /* background-color: #fff; */
}

.sub_shop .section .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e1e20;
  letter-spacing: -0.36px;
  margin-bottom: 60px;
}

.sub_shop .section.need_product .title {
  font-size: 24px;
}

.sub_shop .section.need_product .product_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sub_shop .section.need_product {
  padding-bottom: 80px;
  border-bottom: 1px solid #c9c9c9;
}

.sub_shop .section.need_product .product_list li {
  display: grid;
  align-items: center;
  text-align: center;
}

.sub_shop .section.need_product .product_list li > img {
  width: 57px;
  height: 57px;
  display: block;
  object-fit: cover;
  margin: 0 auto 17px;
}

.sub_shop .section.need_product .product_list li .product_name {
  font-size: 20px;
  font-weight: 800;
  color: #3d3d3d;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.sub_shop .section.need_product .product_list li > a {
  font-size: 15px;
  color: #ef631c;
}

.sub_shop .section.need_product .product_list li > a > img {
  width: 5px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: baseline;
}

.sub_shop .section.why_nerd {
  padding: 80px 0 0;
}

.sub_shop .section.why_nerd .title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e20;
  letter-spacing: -0.3px;
  display: block;
  text-align: left;
}

.sub_shop .section.why_nerd .top_sub_title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #f0631c;
  margin-bottom: 10px;
}

.sub_shop .section.why_nerd .sub_explain {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.24px;
  color: #3d3d3d;
  margin-top: 20px;
  display: block;
}

.sub_shop .section.why_nerd .slide_wrap {
  width: 100%;
  margin: 80px 0 0;
}

.sub_shop .section.why_nerd .slide_wrap .kits_list {
  position: relative;
}

.sub_shop .section.why_nerd .slide_wrap .kits_list .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: 0;
  top: auto;
  margin-top: 20px;
}

.sub_shop .section.why_nerd .slide_wrap .kits_list img {
  width: 100%;
  height: calc(100vw * 250 / 350);
  margin: 0 auto;
  object-fit: cover;
  display: block;
}

.sub_shop .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c1c1c1;
  opacity: 1;
}

.sub_shop .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #505050;
}

.sub_shop .section.about_equipment .about_main_img_wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.sub_shop .section.about_equipment .about_main_img_wrap > img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: calc(100vw * 412 / 350);
  max-height: 412px;
}

.sub_shop .section.about_equipment .about_main_img_wrap .about_main_explain {
  display: block;
  background-color: #f1f1f1;
  padding: 34px 20px;
  text-align: center;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.23px;
  word-break: keep-all;
}

.sub_shop .section.about_equipment .about_product {
  margin: 80px 0 0;
}

.sub_shop .section.about_equipment .about_product > img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.sub_shop .section.about_equipment .about_product .img_title {
  display: block;
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #3d3d3d;
}

.sub_shop .section.about_equipment .product_info_wrap {
  width: 100%;
  overflow: auto;
  margin: 25px 0 0;
}

.sub_shop .section.about_equipment .info_table th,
.sub_shop .section.about_equipment .info_table td {
  font-size: 13px;
  font-weight: 400;
  color: #3d3d3d;
  letter-spacing: -0.21px;
  height: 27px;
  padding: 0;
}

.sub_shop .section.about_equipment .info_table {
  width: 100%;
  min-width: 830px;
  table-layout: fixed;
  white-space: nowrap;
}

.sub_shop .section.about_equipment .info_table th {
  font-weight: 500;
}

.sub_shop .section.about_equipment .info_table thead tr {
  border-bottom: 1px solid #48839e;
}

.sub_shop .section.about_equipment .info_table tbody {
  border-bottom: 1px solid #48839e;
}

.sub_shop .gray_contents {
  position: relative;
  margin-top: 80px;
}

.sub_shop .gray_contents::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50vw);
  position: absolute;
  background-color: #f5f5f7;
}

.sub_shop .section.processing .processing_list {
  display: grid;
  gap: 15px;
}

.sub_shop .section.processing .processing_list li > img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.sub_shop .section.processing .processing_list li .explain {
  padding: 32px 15px 21px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #eaeaea;
}

.sub_shop .section.processing .processing_list li .explain > img {
  display: block;
  object-fit: cover;
}

.sub_shop .section.processing .processing_list li .explain p {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.23px;
  color: #3d3d3d;
  display: block;
}

.sub_shop .new_product {
  background: url(/images/shop/new_product_bg.jpg) no-repeat center / cover;
  margin: 80px 0 0;
  height: calc(100vw * 160 / 350);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_shop .new_product h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #fff;
  position: relative;
  top: -20px;
  display: block;
}

.sub_shop .helper {
  margin: 10px 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9c9c9;
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #6d6d6d;
}

.sub_shop .section.repair_privilege {
  padding-bottom: 80px;
}

.sub_shop .section.repair_privilege .repaier_sub_title {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  line-height: 1.67;
  letter-spacing: -0.23px;
  text-align: center;
  margin-bottom: 60px;
}

.sub_shop .section.repair_privilege .privilege_list {
  display: grid;
  gap: 15px;
}

.sub_shop .section.repair_privilege .privilege_list li {
  display: flex;
  flex-direction: column;
  gap: 54px;
  box-shadow: -3px 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 30px;
  height: calc(100vw * 590 / 350);
  max-height: 600px;
  overflow: hidden;
}

.sub_shop .section.repair_privilege .privilege_list li > img {
  width: 100%;
  max-width: 80%;
  display: block;
  object-fit: cover;
}

.sub_shop .section.repair_privilege .privilege_list li:first-child > img {
  margin-left: auto;
}

.sub_shop
  .section.repair_privilege
  .privilege_list
  li:last-child
  .privilege_explain {
  margin-top: 45px;
}

.sub_shop .section.repair_privilege .privilege_list li:last-child {
  gap: initial;
}

.sub_shop .section.repair_privilege .privilege_list li:last-child > img {
  order: 2;
  margin-top: auto;
}

.sub_shop .section.repair_privilege .privilege_list li .privilege_explain {
  padding: 0 15px 30px;
}

.sub_shop
  .section.repair_privilege
  .privilege_list
  li
  .privilege_explain
  p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 15px;
  color: #3d3d3d;
}

.sub_shop
  .section.repair_privilege
  .privilege_list
  li
  .privilege_explain
  p.privilege_explain_text {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: -0.27px;
  color: #3d3d3d;
}

.sub_shop .section.repair_privilege .privilege_list li .detail_link {
  display: block;
  margin: 20px 15px 43px auto;
  font-size: 13px;
  color: #ef631c;
  line-height: 1.08;
  width: fit-content;
}

.sub_shop .section.repair_privilege .privilege_list li .detail_link img {
  display: inline-block;
  vertical-align: baseline;
}

.sub_shop .section.why_nerd .slide_wrap .swiper-button-next,
.sub_shop .section.why_nerd .slide_wrap .swiper-button-prev {
  display: none;
}

.sub_about .inner {
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.top_menu {
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 15px; */
  margin: 0 auto;
  max-width: 980px;
}

.top_menu.shop {
  margin-top: 40px;
  padding: 0 15px;
}

.top_menu .menu_inner {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_menu span {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.23px;
  display: block;
}

.top_menu .sub_menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.top_menu .sub_menu a {
  display: block;
  padding: 12px 0;
  color: #3e3e3e;
  position: relative;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.top_menu .sub_menu a.active:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  bottom: -13px;
  left: 0;
  height: 1px;
  background-color: #000;
}

.sub_about .section {
  padding: 65px 0;
}

.sub_about .section .title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #1e1e20;
  margin-bottom: 29px;
  word-break: keep-all;
}

.sub_about .section.explain_1 > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #1e1e20;
  text-align: center;
  margin-bottom: 20px;
}

.sub_about .section.explain_1 > span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.26px;
  color: #565656;
  text-align: center;
  display: block;
}

.sub_about .section.explain_1 .banner {
  margin: 65px auto 0;
}

.sub_about .section.explain_1 .banner > img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
  display: block;
}

.sub_about .section.explain_1 .banner > img.pc {
  display: none;
}

.sub_about .section.explain_1 .banner > img.mobile {
  height: calc(100vw * 282 / 350);
  object-fit: cover;
  max-width: initial;
}

.sub_about .section.explain_1 .banner .img_text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.15px;
  color: #565656;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #cdcdcd;
  text-align: right;
}

.sub_about .section.explain_1 .banner > p {
  width: 100%;
  max-width: 816px;
  margin: 45px auto 0;
  word-break: keep-all;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: -0.26px;
  color: #1c1c1c;
}

.section.gray,
.section.black {
  position: relative;
  z-index: 10;
}

.section.gray:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #f4f4f4;
  z-index: -1;
}

.sub_about .section .explain_2 {
  font-size: 16px;
  max-width: 816px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: -0.24px;
  color: #1e1e20;
  display: block;
}

.sub_about .section .explain_card_wrap {
  margin: 50px 0 45px;
  display: grid;
  gap: 15px;
}

.sub_about .section .explain_card_wrap .card_item {
  background-color: #fff;
}

.sub_about .section .explain_card_wrap .card_item img,
.sub_about .section .explain_card_wrap .card_item iframe {
  width: 100%;
  object-fit: cover;
}

.sub_about .section .explain_card_wrap .card_item iframe {
  height: calc(100vw * 197 / 350);
}

.sub_about .section .explain_card_wrap .card_item .text_box {
  padding: 30px 23px;
  box-sizing: border-box;
}

.sub_about .section .explain_card_wrap .card_item .underline_title {
  display: block;
  text-decoration: underline;
  color: #cd041c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.36px;
  margin-bottom: 15px;
}

.sub_about .section .explain_card_wrap .card_item .text_box p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: -0.24px;
  color: #6b6b6b;
  display: block;
}

.sub_about .section .bottom_explain {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 18px 19px;
  box-sizing: border-box;
  background-color: rgba(203, 203, 203, 0.3);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  color: #18181b;
  border-left: 2.5px solid #18181b;
}

.sub_about .section .bottom_explain_p {
  text-align: right;
  width: 100%;
  display: block;
  max-width: 750px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #565656;
  margin: 15px auto 0;
}

.sub_about .section.about_privilege > img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 30px;
  object-fit: cover;
}

.sub_about .section.about_privilege .privilege_explain {
  text-align: center;
  display: block;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto 45px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.24px;
  color: #1e1e20;
}

.sub_about .section.about_privilege .img_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 45px;
}

.sub_about .section.about_privilege .img_wrap > img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.sub_about .director_img {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw) scale(1.05);
  max-width: 980px;
  object-fit: cover;
}

.sub_about .right_repair {
  width: 100%;
  margin: 50px 0 0;
  padding: 45px 15px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border-radius: 15px;
  margin-bottom: 65px;
}

.sub_about .right_repair .title {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.64;
  letter-spacing: -0.54px;
  color: #1e1e20;
  margin-bottom: 45px;
}

.sub_about .right_repair > p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #1e1e20;
  display: block;
  margin-bottom: 15px;
}

.sub_about .right_repair .list_explain {
  margin-bottom: 15px;
  display: block;
}

.sub_about .right_repair .list_explain b,
.sub_about .right_repair .list_explain p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #1e1e20;
  display: block;
}

.sub_about .right_repair .list_explain b {
  font-weight: 600;
  margin-bottom: 6px;
}

.sub_about .right_repair .list_explain.last {
  margin-bottom: 0;
}

.sub_about .section.gray > p.explain {
  font-size: 16px;
  font-weight: 500;
  max-width: 670px;
  margin: 0 auto 45px;
  line-height: 1.56;
  letter-spacing: -0.24px;
  color: #1e1e20;
  display: block;
  text-align: center;
}

.sub_about .section .content_wrap {
  display: grid;
  gap: 15px;
}

.sub_about .section .content_wrap .flex_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sub_about .section .content_wrap .flex_box:first-child {
  margin: 0 0 65px;
}

.sub_about .section .content_wrap .flex_box b,
.sub_about .section .content_wrap .flex_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.23px;
  color: #1e1e20;
  display: block;
  text-align: left !important;
}

.sub_about .section .content_wrap .flex_box b {
  font-weight: 600;
  margin-bottom: 4px;
}

.sub_about .section .content_wrap .flex_box.repair_cafe {
  margin: 50px 0;
  border-radius: 15px;
  background-color: #010101;
  overflow: hidden;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .left {
  padding: 39px 15px 24px;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .left > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: -0.21px;
  color: #cacaca;
  display: block;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .left > p > a {
  color: #cacaca;
  text-decoration: underline;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .left > p > b {
  color: #cacaca;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .title_img {
  width: 100%;
  max-width: 294px;
  display: block;
  margin-bottom: 28px;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .right {
  position: relative;
}

.sub_about .section .content_wrap .flex_box.repair_cafe .right > img {
  transform: scale(1.05);
}

.sub_about .section .content_wrap .flex_box.repair_cafe .right > P {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  text-align: right !important;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.15px;
  color: #fff;
}

.sub_about .korea_privilege {
  border-radius: 15px;
  background-color: #fff;
  padding: 45px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.23px;
  color: #1e1e20;
  display: block;
}

.section.black:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #000;
  z-index: -1;
}

.sub_about .free_repair {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  margin-bottom: 65px;
}

.sub_about .free_repair > img {
  width: 100%;
  max-width: initial;
  display: block;
  object-fit: cover;
  height: calc(100vw * 290 / 350);
}

.sub_about .free_repair .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.64;
  letter-spacing: -0.54px;
  color: #fff;
  width: 100%;
}

.sub_about .section.black > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #9e9e9e;
  display: block;
  padding-bottom: 64px;
  border-bottom: 1px solid #707070;
}

.sub_about .section.bottom_finish .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.45px;
  color: #1e1e20;
  display: block;
  margin-bottom: 20px;
}

.sub_about .section.bottom_finish > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: -0.24px;
  color: #1e1e20;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.sub_about .section.bottom_finish > img {
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
  display: block;
}

.sub_about .section.bottom_finish .reference_list {
  display: grid;
  margin: 99px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  gap: 10px;
}

.sub_about .section.bottom_finish ol {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #656565;
}

.sub_about .section.bottom_finish ol li {
  font-weight: 400;
}

.sub_about_more .inner {
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
}

.sub_about_more .section.black {
  padding-bottom: 90px;
}

.sub_about_more .section.black .title {
  white-space: pre-wrap;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.54px;
  color: #ececec;
  margin: 70px 0 45px;
  display: block;
}

.sub_about_more .black .top_menu .menu_inner {
  border-color: #616161;
}

.sub_about_more .black .top_menu span {
  color: #ececec;
}

.sub_about_more .black .top_menu .sub_menu a {
  color: #999;
}

.sub_about_more .black .top_menu .sub_menu a.active:after {
  background-color: #ececec;
}

.sub_about_more .section.black .sub_img {
  display: block;
  margin: 0 auto 40px;
  width: 180px;
  height: auto;
  object-fit: cover;
}

.sub_about_more .section.black .visual_img_wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50vw);
  display: block;
  max-width: initial;
}

.sub_about_more .section.black .visual_img_wrap .visual_img.mobile {
  width: 100%;
}

.sub_about_more .section.black .visual_img.pc {
  display: none;
}

.sub_about_more .section.black .word_img_list {
  display: flex;
  width: 100%;
  max-width: 830px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 60px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #585858;
}

.sub_about_more .section.black .intro_nerd {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.36px;
  color: #b0b0b0;
  display: block;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.sub_about_more .section.gray {
  padding: 70px 0;
}

.sub_about_more .small_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #171717;
  display: block;
  margin-bottom: 25px;
}

.sub_about_more .value_inner {
  position: relative;
  box-shadow: -3px 4px 6px 0 rgba(0, 0, 0, 0.13);
  background-color: rgba(255, 245, 0, 0.3);
  padding: 23px 26px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3f3f3f;
}

.sub_about_more .value_inner:before {
  content: "";
  display: block;
  width: 2.5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #18181b;
  z-index: 5;
}

.sub_about_more .nerd_story {
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 15px 65px;
  margin-top: 70px;
}

.sub_about_more .nerd_story > img {
  margin: 0 auto 40px;
  display: block;
}

.sub_about_more .nerd_story .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.36px;
  color: #f0631c;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  white-space: nowrap;
}

.sub_about_more .nerd_story .title::before,
.sub_about_more .nerd_story .title::after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 1px;
  line-height: 0;
  background-color: #d6d6d6;
  margin-right: 15px;
}

.sub_about_more .nerd_story .title::after {
  margin-left: 15px;
  margin-right: 0;
}

.sub_about_more .nerd_story .explain_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #828282;
  display: block;
  padding-bottom: 33px;
  border-bottom: 1px solid #c8c8c8;
}

.sub_about_more .nerd_story .explain_title br {
  display: none;
}

.sub_about_more .nerd_story .inner_explain {
  display: grid;
  gap: 35px;
  padding-top: 30px;
}

.sub_about_more .nerd_story .inner_explain span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: -0.23px;
  color: #696969;
}

.sub_about_more .partner {
  padding: 100px 0 400px;
}

.sub_about_more .partner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 65px;
}

.sub_about_more .partner > img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  display: block;
  margin: 65px auto;
}

.sub_about_more .partner .partner_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.sub_about_more .partner .partner_list > img {
  width: 100%;
  max-width: 115px;
  object-fit: contain;
  display: block;
}

.sub_about_more .nerd_value {
  width: 100%;
  max-width: 621px;
  margin: 0 auto;
}

.sub_eco {
  padding-bottom: 250px;
}

.sub_eco .inner {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  margin: -45px auto 0;
}

.sub_eco .top_menu {
  position: sticky;
  max-width: initial;
  top: 50px;
  width: 100%;
  left: 0;
  backdrop-filter: blur(7px);
  background-color: rgba(235, 235, 235, 0.73);
  z-index: 15;
}

.sub_eco .top_menu .menu_inner {
  max-width: 1024px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

.sub_eco .visual {
  position: relative;
}

.sub_eco .visual {
  background: #efefef url(/images/eco/visual_banner.jpg);
  background-size: 2560px 800px;
  background-position: top center;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
  padding: 0 15px;
  box-sizing: border-box;
  padding-top: 218px;
}

.sub_eco .visual .esg_wrap > img {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.sub_eco .visual .esg_wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 4%
  );
  bottom: 0;
  border-radius: 15px 15px 0 0;
  padding: 80px 20px 120px;
  text-align: center;
  display: grid;
  gap: 45px;
}

.sub_eco .visual .esg_wrap .title {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.72px;
  color: #1e1e20;
}

.sub_eco .visual .esg_wrap .sub_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: -0.48px;
  color: #1e1e20;
  display: block;
  word-break: keep-all;
}

.sub_eco .visual .esg_wrap .explain {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.23px;
  color: #2c2c2c;
  display: block;
  word-break: keep-all;
  width: 100%;
  max-width: 652px;
  margin: 0 auto 45px;
}

.sub_eco .issue {
  padding: 80px 0 180px;
}

.sub_eco .issue .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: -0.48px;
  color: #1e1e20;
  display: block;
  text-align: center;
  margin-bottom: 65px;
}

.sub_eco .issue .flex_box p {
  display: block;
  padding: 29px 21px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.23px;
  color: #1e1e20;
}

.sub_eco .issue .flex_box.mb {
  margin-bottom: 15px;
}

.sub_eco .issue .flex_box img,
.sub_eco .issue .flex_box iframe {
  width: 100%;
  height: calc(100vw * 180 / 350);
  object-fit: cover;
}

.sub_eco .issue .inner_section {
  width: 100%;
  max-width: 816px;
  margin: 65px auto 0;
}

.sub_eco .issue .inner_section .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.36px;
  color: #1e1e20;
  text-align: center;
  display: block;
  margin-bottom: 45px;
}

.sub_eco .issue .inner_section .inner_explain {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.23px;
  color: #1e1e20;
  display: block;
}

.sub_eco .issue .inner_section > img {
  display: block;
  margin: 65px auto 10px;
  width: 100%;
  max-width: 816px;
}

.sub_eco .issue .inner_section .img_caption {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.15px;
  color: #5e5e5e;
  display: block;
}

.sub_eco .issue .bottom_text_wrap {
  margin: 65px 0 0;
  text-align: center;
}

.sub_eco .issue .bottom_text_wrap > h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #1e1e20;
  display: block;
  margin-bottom: 10px;
}

.sub_eco .issue .bottom_text_wrap > p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1e1e20;
  word-break: keep-all;
}

.sub_eco .img_bg {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #000;
  text-align: center;
  padding: 114px 0 150px;
  z-index: 10;
}

.sub_eco .img_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 17%;
  max-width: 680px;
  left: 50%;
  transform: translateX(-50%);
  height: 232px;
  -webkit-filter: blur(210px);
  filter: blur(210px);
  background-image: linear-gradient(71deg, #6ddcff 0%, #7f60f9 100%);
}

.sub_eco .img_bg .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.06;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.sub_eco .img_bg .sub_title {
  font-size: 15px;
  line-height: 1.87;
  color: #a1a1aa;
}

.sub_eco .img_bg .img_bg_inner {
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.sub_eco .img_bg .three_box {
  margin: 102px 0 96px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(104deg, #6ddcff 0%, #7f60f9);
  border-image-slice: 0;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    linear-gradient(104deg, #6ddcff 0%, #7f60f9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.sub_eco .img_bg .three_box .item {
  margin: 1px;
  padding: 25px 5px 4px;
  background-color: rgba(0, 0, 0, 0.7);
  flex: 1;
  text-align: left;
}

.sub_eco .img_bg .three_box .item .number {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 1px;
}

.sub_eco .img_bg .three_box .item .caption {
  font-size: 10px;
  line-height: 2.8;
  color: #a1a1aa;
}

.sub_eco .img_bg .earth_effect {
  padding-top: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 139px;
  border-bottom: 1px solid #f0631c;
}

.sub_eco .img_bg .earth_effect .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  display: block;
  margin-bottom: 32px;
}

.sub_eco .img_bg .earth_effect .three_flex,
.sub_eco .img_bg .earth_effect .two_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #474747;
  box-sizing: border-box;
}

.sub_eco .img_bg .earth_effect .two_flex {
  border-bottom: 0;
}

.sub_eco .img_bg .earth_effect .three_flex > div:last-child,
.sub_eco .img_bg .earth_effect .two_flex > div:last-child {
  border-right: 0;
}

.sub_eco .img_bg .earth_effect .item {
  border-right: 1px solid #474747;
  padding: 13px 5px 9px;
  flex: 1;
}

.sub_eco .img_bg .earth_effect .item .number {
  background-image: linear-gradient(116deg, #6ddcff 0%, #7f60f9 100%);
  font-size: 28px;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 10px;
}

.sub_eco .img_bg .earth_effect .item .caption {
  font-size: 10px;
  line-height: 1.5;
  color: #a1a1aa;
}

@media screen and (min-width: 830px) {
  .sub_eco .top_menu .menu_inner {
    padding: 0 22px;
  }

  .sub_eco .issue .flex_box img,
  .sub_eco .issue .flex_box iframe {
    max-width: 450px;
    flex: 0 0 450px;
    height: auto;
  }

  .sub_eco .img_bg .earth_effect .two_flex .item {
    padding-top: 26px;
  }

  .sub_eco .img_bg .earth_effect .item .caption br {
    display: none;
  }

  .sub_eco .img_bg .earth_effect .item .caption {
    font-size: 18px;
    line-height: 1.56;
  }

  .sub_eco .img_bg .earth_effect .item .number {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .sub_eco .img_bg .earth_effect .item {
    padding: 10px 5px 30px;
  }

  .sub_eco .img_bg .earth_effect .title {
    font-size: 40px;
    margin-bottom: 100px;
  }

  .sub_eco .img_bg .earth_effect {
    padding-top: 200px;
    padding-bottom: 516px;
  }

  .sub_eco .img_bg .three_box .item .caption {
    font-size: 18px;
    line-height: 1.76;
  }

  .sub_eco .img_bg .three_box .item .number {
    font-size: 60px;
    line-height: 1.1;
  }

  .sub_eco .img_bg .three_box .item {
    padding: 28px 27px 44px;
  }

  .sub_eco .img_bg .three_box {
    margin: 100px 0 200px;
  }

  .sub_eco .img_bg .sub_title {
    font-size: 18px;
    text-align: left;
  }

  .sub_eco .img_bg .title {
    font-size: 60px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 26px;
  }

  .sub_eco .img_bg .img_bg_inner {
    padding: 0 22px;
  }

  .sub_eco .img_bg {
    padding: 210px 0 217px;
  }

  .sub_eco .issue .bottom_text_wrap > p {
    font-size: 16px;
  }

  .sub_eco .issue .bottom_text_wrap > h3 br {
    display: none;
  }

  .sub_eco .issue .bottom_text_wrap > h3 {
    line-height: 1.07;
    letter-spacing: -0.42px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sub_eco .issue .bottom_text_wrap {
    margin: 120px 0 0;
  }

  .sub_eco .issue .inner_section > img {
    margin-bottom: 15px;
  }

  .sub_eco .issue .inner_section {
    margin-top: 100px;
  }

  .sub_eco .issue .flex_box p {
    padding: 38px 42px;
  }

  .sub_eco .issue .flex_box {
    display: flex;
    align-items: stretch;
  }

  .sub_eco .issue .title br {
    display: none;
  }

  .sub_eco .issue .title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.72px;
    margin-bottom: 80px;
  }

  .sub_eco .inner {
    padding: 0 22px;
    margin-top: -50px;
  }

  .sub_eco .issue {
    padding: 120px 0 283px;
  }

  .sub_eco .visual .esg_wrap .explain {
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: -0.26px;
    margin-bottom: 140px;
  }

  .sub_eco .visual .esg_wrap .sub_title {
    font-size: 44px;
    margin-bottom: 45px;
  }

  .sub_eco .visual .esg_wrap .sub_title br {
    display: none;
  }

  .sub_eco .visual .esg_wrap .title {
    margin-bottom: 50px;
  }

  .sub_eco .visual .esg_wrap {
    padding: 80px 22px 170px;
    gap: initial;
  }

  .sub_eco .visual {
    padding: 220px 22px 0;
  }

  .repair > img {
    max-width: 2560px;
    aspect-ratio: 1.9/1;
    max-height: calc(100vw * 787 / 1440);
    height: auto;
    object-position: center;
  }

  .more_banner > img {
    max-width: 2560px;
    height: auto;
    max-height: calc(100vw * 819 / 1440);
    aspect-ratio: 1.9/1;
  }

  .sub_about_more .partner .partner_list {
    gap: 50px;
  }

  .sub_about_more .partner > img {
    width: 68px;
    height: 68px;
    margin-bottom: 104px;
  }

  .sub_about_more .partner .title {
    font-size: 48px;
    margin-bottom: 175px;
  }

  .sub_about_more .partner {
    padding: 195px 0 450px;
  }

  .sub_about_more .nerd_story .inner_explain span {
    font-size: 20px;
  }

  .sub_about_more .nerd_story .inner_explain {
    padding-top: 44px;
  }

  .sub_about_more .nerd_story .explain_title {
    font-size: 32px;
    padding-bottom: 49px;
  }

  .sub_about_more .nerd_story .explain_title br {
    display: block;
  }

  .sub_about_more .nerd_story .title {
    margin-bottom: 38px;
  }

  .sub_about_more .nerd_story > img {
    margin-bottom: 50px;
  }

  .sub_about_more .nerd_story {
    margin-top: 130px;
    padding: 74px 109px 124px;
  }

  .sub_about_more .small_title {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .sub_about_more .section.gray {
    padding: 130px 0;
  }

  .sub_about_more .inner {
    padding: 0 22px;
  }

  .sub_about_more .section.black {
    padding-bottom: 98px;
  }

  .sub_about_more .section.black .intro_nerd {
    font-size: 32px;
    line-height: 1.56;
    letter-spacing: 1px;
    padding-top: 28px;
  }

  .sub_about_more .section.black .word_img_list {
    gap: 100px;
    padding-bottom: 16px;
    margin-top: 105px;
  }

  .sub_about_more .section.black .visual_img.pc {
    display: block;
    margin: 0 auto;
  }

  .sub_about_more .section.black .visual_img_wrap > img {
    max-width: 1200px;
    margin-bottom: 105px;
    height: calc(100vw * 674 / 1440);
    max-height: 674px;
  }

  .sub_about_more .section.black .visual_img.mobile {
    display: none;
  }

  .sub_about_more .section.black .sub_img {
    margin-bottom: 80px;
  }

  .sub_about_more .section.black .title {
    margin: 130px 0 45px;
    white-space: nowrap;
    font-size: 48px;
  }

  .sub_about_more .section.black .title br {
    display: none;
  }

  .top_menu .sub_menu a.active:after {
    bottom: -16px;
  }

  .top_menu.shop {
    margin: 0 auto 77px;
    padding: 0;
  }

  /* .top_menu {
        padding: 0 22px;
    } */

  .sub_about .section.bottom_finish .reference_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .sub_about .section.bottom_finish > p {
    margin-bottom: 77px;
  }

  .sub_about .section.bottom_finish .title {
    margin-bottom: 36px;
  }

  .sub_about .section.bottom_finish {
    padding: 106px 0 0;
  }

  .sub_about .section.black .free_repair .title {
    font-size: 70px;
    line-height: initial;
  }

  .sub_about .free_repair {
    margin-bottom: 82px;
  }

  .sub_about .free_repair > img {
    height: auto;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
  }

  .sub_about .section.black {
    padding: 210px 0 130px;
  }

  .sub_about .korea_privilege {
    padding: 67px 82px;
  }

  .sub_about .section .content_wrap .flex_box.repair_cafe .right > img {
    transform: initial;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
  }

  .sub_about .section .content_wrap .flex_box.repair_cafe .title_img {
    margin-bottom: 24px;
  }

  .sub_about .section .content_wrap .flex_box.repair_cafe .left {
    padding: 35px 35px;
  }

  .sub_about .section .content_wrap {
    gap: 0;
  }

  .sub_about .inner {
    padding: 0 22px;
  }

  .sub_about .section .content_wrap .flex_box:first-child {
    gap: 10px;
    margin-bottom: 87px;
  }

  .sub_about .section .content_wrap .flex_box:nth-child(2) {
    margin-bottom: 20px;
  }

  .sub_about .section .content_wrap .flex_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .sub_about .section.gray > p.explain {
    font-size: 20px;
    margin-bottom: 87px;
    word-break: keep-all;
  }

  .sub_about .right_repair .list_explain {
    margin-bottom: 20px;
  }

  .sub_about .right_repair .list_explain b,
  .sub_about .right_repair .list_explain p {
    font-size: 15px;
  }
  .sub_about .right_repair > p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .sub_about .right_repair {
    margin: 84px 0 130px;
    padding: 67px 82px;
  }

  .sub_about .director_img {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    left: initial;
    transform: initial;
  }

  .sub_about .section.about_privilege .privilege_explain {
    margin-bottom: 53px;
  }

  .sub_about .section.about_privilege .img_wrap {
    display: grid;
    grid-template-columns: 1fr 0.79fr;
    margin-bottom: 71px;
  }

  .sub_about .section.about_privilege > img {
    margin-bottom: 35px;
  }

  .sub_about .section .bottom_explain_p {
    margin-top: 17px;
  }

  .sub_about .section .bottom_explain {
    padding: 26px 37px;
    font-size: 17px;
  }

  .sub_about .section .explain_card_wrap .card_item img,
  .sub_about .section .explain_card_wrap .card_item iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .sub_about .section .explain_card_wrap .card_item .text_box p {
    font-size: 20px;
  }

  .sub_about .section .explain_card_wrap .card_item .underline_title {
    margin-bottom: 12px;
  }

  .sub_about .section .explain_card_wrap .card_item .text_box {
    padding: 46px;
  }

  .sub_about .section .explain_card_wrap .card_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .sub_about .section .explain_card_wrap {
    margin: 80px 0 84px;
    gap: 20px;
  }

  .sub_about .section .explain_2 {
    font-size: 17px;
  }

  .sub_about .section.gray .title {
    margin-bottom: 48px;
  }

  .sub_about .section.explain_1 .title {
    font-size: 64px;
  }

  .sub_about .section.explain_1 .banner > p {
    margin: 53px auto 0;
  }

  .sub_about .section.explain_1 .banner .img_text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .sub_about .section.explain_1 .banner {
    margin-top: 104px;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50vw);
  }

  .sub_about .section.explain_1 .banner > img.pc {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    left: initial;
    transform: initial;
  }

  .sub_about .section.explain_1 .banner > img.mobile {
    display: none;
  }

  .sub_about .section.explain_1 > p {
    font-size: 30px;
  }

  .sub_about .section .title {
    font-size: 48px;
    margin-bottom: 27px;
  }

  .sub_about .section {
    padding: 78px 0 100px;
  }

  .top_menu .sub_menu {
    gap: 87px;
  }

  .top_menu .sub_menu a {
    padding: 15px 0;
  }

  .user-login {
    padding: 0 22px;
  }
  .sub_shop .banner_wrap > img {
    height: auto;
    aspect-ratio: 1.9/1;
    object-position: initial;
  }

  .sub_shop .section.repair_privilege .privilege_list li .detail_link {
    margin: 26px 0 0 auto;
  }

  .sub_shop .section.repair_privilege .privilege_list li:last-child {
    gap: 30px;
  }

  .sub_shop
    .section.repair_privilege
    .privilege_list
    li:last-child
    .privilege_explain {
    margin: auto;
  }

  .sub_shop
    .section.repair_privilege
    .privilege_list
    li
    .privilege_explain
    p:first-child {
    margin-bottom: 10px;
  }

  .sub_shop .section.repair_privilege .privilege_list li .privilege_explain {
    height: fit-content;
    margin: auto 0;
    padding: 0 0 0 43px;
  }

  .sub_shop .section.repair_privilege .privilege_list li:last-child > span {
    order: 2;
    padding: 0 37px 0 0;
  }

  .sub_shop .section.repair_privilege .privilege_list li:last-child > img {
    order: 1;
  }

  .sub_shop .section.repair_privilege .privilege_list li > img {
    max-width: 524px;
    max-height: 328px;
    order: 2;
  }

  .sub_shop .section.repair_privilege .privilege_list li {
    flex-direction: row;
    gap: 30px;
    height: fit-content;
    min-height: 398px;
  }

  .sub_shop .section.repair_privilege .repaier_sub_title {
    font-size: 20px;
    max-width: 670px;
    margin: 0 auto 86px;
  }

  .sub_shop .section.repair_privilege {
    padding: 0 0 118px;
  }

  .sub_shop .helper {
    font-size: 12px;
    margin-top: 14px;
    padding-bottom: 10px;
  }

  .sub_shop .new_product h3 {
    font-size: 48px;
  }

  .sub_shop .new_product {
    margin-top: 20px;
    height: calc(100vw * 492 / 1440);
    max-height: 492px;
  }

  .sub_shop .section.processing .processing_list li:nth-child(2) .explain,
  .sub_shop .section.processing .processing_list li:nth-child(3) .explain {
    align-items: center;
  }

  .sub_shop .section.processing .processing_list li .explain {
    padding: 32px;
    height: 100%;
  }

  .sub_shop .section.about_equipment .product_info_wrap {
    margin-top: 31px;
  }

  .sub_shop .section.processing .processing_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sub_shop .section.processing .processing_list li {
    display: flex;
    flex-direction: column;
  }

  .sub_shop .gray_contents {
    margin-top: 0;
  }

  .sub_shop .section.about_equipment .about_product .img_title {
    margin: 13px 0 0;
  }

  .sub_shop .section.about_equipment .about_product {
    margin-top: 115px;
  }

  .sub_shop .section.about_equipment .about_main_img_wrap .about_main_explain {
    padding: 32px 40px;
    font-size: 17px;
    line-height: 1.47;
  }

  .sub_shop .section.about_equipment .about_main_img_wrap > img {
    height: calc(100vw * 496 / 1440);
    max-height: 496px;
  }

  .sub_shop .inner {
    padding: 0 22px;
  }

  .sub_shop .section .title {
    font-size: 48px;
    margin-bottom: 65px;
  }

  .sub_shop .section.why_nerd .slide_wrap .swiper-button-next::after,
  .sub_shop .section.why_nerd .slide_wrap .swiper-button-prev::after {
    font-size: 0;
  }

  .sub_shop .section.why_nerd .slide_wrap .swiper-button-next,
  .sub_shop .section.why_nerd .slide_wrap .swiper-button-prev {
    background-image: url(/images/shop/icon_slide_arrow.svg);
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  .sub_shop .section.why_nerd .slide_wrap .swiper-button-next {
    transform: translateY(-50%) rotate(180deg);
    right: -35px;
  }

  .sub_shop
    .section.why_nerd
    .slide_wrap
    .swiper-button-next.swiper-button-disabled,
  .sub_shop
    .section.why_nerd
    .slide_wrap
    .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }

  .sub_shop .section.why_nerd .slide_wrap .swiper-button-prev {
    left: -35px;
  }

  .sub_shop .section.why_nerd .slide_wrap .kits_list img {
    max-height: 250px;
  }
  .sub_shop .section.why_nerd .slide_wrap {
    margin-top: 102px;
    position: relative;
  }
  .sub_shop .section.why_nerd .sub_explain {
    margin-top: 13px;
    font-size: 20px;
  }
  .sub_shop .section.why_nerd .top_sub_title {
    margin-bottom: 12px;
  }

  .sub_shop .section.why_nerd .title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .sub_shop .section.need_product .title {
    font-size: 32px;
    margin-bottom: 100px;
  }

  .sub_shop .section.need_product {
    padding-bottom: 122px;
  }

  .sub_shop .section {
    padding: 118px 0;
  }
  .sub_shop .banner_text h3 {
    font-size: 64px;
  }

  .sub_shop .banner_text span {
    font-size: 30px;
  }

  .sub_shop .banner_text {
    margin: auto 0 auto auto;
  }

  .sub_shop .banner_wrap {
    max-height: initial;
    height: fit-content;
  }

  .sub_shop .banner_wrap .banner_inner {
    padding: 0 22px;
    bottom: 0;
  }

  .sub_shop .shopping_category {
    gap: 87px;
  }

  .repair .text_box p {
    font-size: 30px;
    letter-spacing: -0.45px;
    margin: 0 0 17px;
  }
  .repair .title {
    margin: 0 0 10px;
    font-size: 60px;
  }
  .repair .repair_btn img {
    width: 136px;
  }

  .creative .inner {
    padding: 77px 22px;
  }
  .creative .title {
    font-size: 60px;
    letter-spacing: -0.9px;
    margin-bottom: 19px;
  }
  .creative .img_wrap {
    width: 1200px;
    height: 685px;
    background-size: cover;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
  .creative .sale {
    font-size: 16px;
    letter-spacing: -0.24px;
    top: 94px;
  }

  .eco .inner {
    padding: 98px 22px 115px;
  }
  .eco .title2 {
    font-size: 36px;
    letter-spacing: -0.54px;
    margin: 69px 0 21px;
  }
  .eco .explain {
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.3px;
  }
  .eco .explain2 {
    font-size: 60px;
    letter-spacing: -0.9px;
  }
  .eco .eco_img {
    width: 100%;
    left: auto;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 53px;
  }
  .eco .for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 36px;
    margin-top: 48px;
  }
  .eco .for img {
    margin: 0;
  }
  .eco .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .eco .text_box {
    gap: 0;
    text-align: left;
  }
  .eco .text_box p {
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
  .eco .text_box p br {
    display: none;
  }
  .eco .for_title {
    margin: 0;
    text-align: initial;
  }

  .introduce {
    padding: 77px 0 50px;
  }
  .introduce .inner {
    padding: 0 22px;
  }
  .introduce .title {
    font-size: 60px;
    margin: 0 0 55px;
  }
  .introduce .contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .introduce .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introduce .box > img {
    height: 393px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .introduce .box:nth-child(2) > img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .introduce .box .explain {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .introduce .explain {
    padding: 16px 26px;
  }
  .introduce .explain > b {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -0.36px;
  }
  .introduce .explain > p {
    font-size: 15px;
    letter-spacing: -0.23px;
  }
  .introduce .etc {
    margin: 51px auto 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.3px;
  }
  .introduce .plus_btn {
    position: absolute;
    right: 82px;
    bottom: 0;
  }

  .banner_wrap .inner {
    padding: 7px 22px;
  }
  .banner_wrap .inner:after {
    bottom: 98px;
    width: -webkit-fill-available;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
    margin: 0 22px;
  }
  .banner_wrap .main_text {
    margin-top: 145px;
  }
  .banner_wrap .main_text > img {
    width: 322px;
  }
  .banner_wrap .main_text > p {
    margin: 66px 0 120px;
  }
  .banner_wrap .search_wrap {
    margin: initial;
    max-width: 431px;
  }
  .banner_wrap .search_btn {
    max-width: 144px;
    margin-right: 6px;
    padding: 6px;
    text-align: center;
  }
  .banner_wrap .simple_introduce {
    gap: 21px;
  }
  .banner_wrap .simple_introduce p {
    font-size: 15px;
  }
  .banner_wrap .simple_introduce p::after {
    top: 5.5px;
    right: -11px;
  }

  .more_banner .text_box > p {
    font-size: 22px;
  }
  .more_banner .text_box > h3 {
    font-size: 64px;
  }
  .more_banner .text_box > span {
    padding-top: 18px;
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .more_banner .more_btn {
    margin: 27px auto 0;
  }

  .banner_wrap {
    height: 863px;
  }
}

@media (min-width: 830px) and (max-width: 1239px) {
  .sub_shop .section.repair_privilege .privilege_list li {
    height: fit-content;
    max-height: initial;
  }

  .sub_shop .section.repair_privilege .privilege_list li:last-child > span,
  .sub_shop .section.repair_privilege .privilege_list li .privilege_explain {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.y_menu {
  justify-content: flex-end !important;
  gap: 16% !important;
  margin-right: 6rem !important;
}