@charset "UTF-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

/* @font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
} */

:root {
  --color-point : rgb(42,121,210);
}
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}

.mts{
  /* font-family: 'Montserrat', sans-serif !important; */
}
.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar{background-color: var(--color-point);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: var(--color-point);}
.all_gnb_nav p.depth1_a::after{background-color: var(--color-point);}
.all_gnb_nav .depth2 a:hover {color: var(--color-point);}
.gnb_nav .snb .depth2.on a{
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a
{
  /* color: var(--color-point); */
  font-weight: bold;
}

/* 헤더컬러 */

.header{
  background: #fff;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);
  background: rgba(0,0,0,0.5);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
background: #fff;
max-width: 2560px;
padding: 0 60px;
}
.header .logo img,
.header .logo svg
{display: block; max-width: 241px; position: relative; width: 100%; display: block;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 60px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 120px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {position: relative; white-space: nowrap; top : 2px;
  font-size: 24px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}
/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-point);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.gnb_nav .snb .depth2 a {display: block; padding: 5px 2rem; word-break: keep-all;

  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 20px 0;
  height: 170px;
}
.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 14px;
}
.right-btn-area > div{
  cursor: pointer;
}
.right-btn-area > a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.right-btn-area .contact-us-btn-wrap a{
  display: block;
  width: 133px;
  text-align: center;
  border-radius: 16px;
  border: solid 1px rgb(14, 14, 14);
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  color: rgb(14, 14, 14);
}
.right-btn-area .contact-us-btn-wrap a:hover{
  background: rgb(14,14,14);
  color: #fff;
}
.ham_open{
  display: none;
}


@media screen and (max-width: 1600px){
  .header .inner{
    padding: 0 20px;
  }
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }

  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-left: 80px;
    padding-right: 30px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  } 
  .gnb_nav .gnb{
    /* gap: 24px; */
  }
  .header .logo img,
  .header .logo svg
  {
    max-width: 200px;
  }
  .gnb_nav .gnb .depth1{
    line-height: 100px;
  }
}
@media(max-width:1200px){
  .header .logo img, .header .logo svg{
    width: 160px;
  }
  .gnb_nav .gnb{
    gap: 30px;
  }
  .gnb_nav .snb{
    font-size: 15px;
    min-width: 200px;
  }
  .all-toggle-wrap{
    height: 220px;
  }

}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img,
  .header .logo svg
  {width: 130px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }

  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
  }

  .right-btn-area .contact-us-btn-wrap a{
    width: 110px;
    border-radius: 8px;
    padding: 6px 0;
    font-size: 14px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    /* color: rgb(51, 139, 73); */
    font-weight: bold;
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

@media(max-width:480px){
  .header .logo svg
  {width: 100px;}
}

@media(max-width:330px){
  .right-btn-area .contact-us-btn-wrap a{
    font-size: 12px;
    width: 90px;
  }
  .header .logo img,
  .header .logo svg
  {
    width: 100px;
  }
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual02.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}

.sub_visual .subtop-txtbox{
  text-align: center;
  margin-bottom: 40px;
}
.sub_visual .subtop-txtbox h2{
  font-size: 48px;
  font-weight: bold;
  color: rgb(10, 10, 10);
}

.sub_nav {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_nav_ul {
  display: flex;
  border-radius: 8px;
  background-color: rgba(25, 25, 25,0.5);

  font-size: 16px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
}
.sub_nav_ul .home a img{
  max-width: 18px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li,
.sub_nav_ul .depth3_li
{
  min-width: 160px;
  padding-right: 48px;
}
.sub_nav_ul .depth2_li::before,
.sub_nav_ul .depth1_li::before,
.sub_nav_ul .depth3_li::before
{
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  opacity: 0.15;
  background-color: rgb(204, 204, 204);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  background: url(/html/img/bottom-arrow.svg) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
  .subtop-con-wrap{
    padding: 60px 0;
  }
  .sub_visual .subtop-txtbox h2{
    font-size: 32px;
  }
  .sub_visual .subtop-txtbox{
    margin-bottom: 20px;
  }
  .sub_nav_ul {
    font-size: 14px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sub_nav_ul .home{
    display: none;
  }
  .sub_nav_ul .home.nostr{
    display: flex;
  }
  .sub_nav_ul .home a{
    width: 50px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li,
  .sub_nav_ul .depth3_li
  {
    width: 50%;
    width: calc(50% - 0px);
    padding-right: 20px;
    min-width: initial;
  }
  .sub_nav_ul .depth_p {
    padding: 15px 10px;
  }
  .sub_nav_ul .home a img{
    max-width: 15px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}



/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}


.sub-wrap{
  padding: 100px 0;
}
.search-top-category,
#bo_cate
{
  width: 100%;
  margin-bottom: 54px;
}
.search-top-category .con-line,
#bo_cate ul
{
  display: flex;
  gap: 10px; 
}
.search-top-category .con-line > li:first-child,
#bo_cate ul li:first-child
{
  display: none;
}
.search-top-category .con-line > li,
#bo_cate ul li
{
  width: calc(33.33% - (20px / 3));
}
.search-top-category .con-line > li a,
#bo_cate ul > li a
{
  display: block;
  width: 100%;
  padding: 20px 6px;
  font-size: 24px;
  font-weight: normal;
  color: rgb(89, 89, 89);
  text-align: center;
  border-radius: 10px;
  border: solid 1px rgb(206, 206, 206);
  background: rgb(255,255,255);
  transition: all 0.3s ease-in-out;
}
.search-top-category .con-line > li.active a,
.search-top-category .con-line > li a:hover,
#bo_cate ul > li a:hover,
#bo_cate ul > li a#bo_cate_on
{
  background-color: rgb(227, 19, 50);
  border: 1px solid rgb(227, 19, 50);
  color: #fff;
  font-weight: bold;
}

.ipt-box label{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(34, 34, 34);
  margin-bottom: 17px;
  display: block;
}
.search-ipt{
  padding: 16.5px 5px;
  font-size: 18px;
  font-weight: normal;
  color: rgb(25,25,25);
  width: 100%;

  border-radius: 12px;
  border: solid 1px rgb(236, 237, 240);
  background-color: rgb(250, 250, 250);
  position: relative;
  overflow: hidden;
}
.search-ipt::placeholder,
select.search-ipt{
  color: rgb(85, 85, 85);
}
select.search-ipt.change{
  color: rgb(25,25,25);
}
select.search-ipt{
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/sel-arrow-btn.svg) no-repeat right 5px center / 37px 37px;
  cursor: pointer;
  padding-right: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sel-box{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.sel-box.loading-sel::before,
.sel-box.loading-sel::after
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sel-box.loading-sel::before{
  background: rgba(229,229,229,1);
}
.sel-box.loading-sel::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 3;

  animation: skeletonLoading 1.2s linear infinite;

  background: linear-gradient(
    90deg,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-size: 200% 100%; /* 가로 2배 크기 → 자연스러운 이동 */
  border-radius: 4px; /* 선택사항: 모서리 부드럽게 */
}

@keyframes skeletonLoading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}


.parts-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.parts-wrapper > .left{
  width: 300px;
}
.parts-wrapper > .right{
  width: calc(100% - 340px);
}
.parts-wrapper > .left .filter-tit{
  position: relative;
  padding: 16px 20px;
  padding-right: 40px;
  border-radius: 12px;
  background-color: rgb(65, 65, 65);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.parts-wrapper > .left select.search-ipt{
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.parts-search-wrap{
  margin-bottom: 40px;
}
.parts-search-wrap .search-line{
  display: flex;
  padding: 20px;
  align-items: center;
  border-radius: 16px;
  background-color: rgb(246, 246, 246);
}
.parts-search-wrap .search-line label{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: rgb(14, 14, 14);
  width: 130px;
}
.parts-search-wrap .search-line input{
  font-size: 18px;
  font-weight: normal;
  color: rgb(25,25,25);
  padding: 12px 17px;
  border: solid 1px rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  overflow: hidden;

  width: calc(100% - 195px);
}
.parts-search-wrap.search-full .search-line input{
  width: calc(100% - 65px);
}
.parts-search-wrap .search-line input::placeholder{
  color: rgb(153, 153, 153);
}
.parts-search-wrap .search-line button{
  width: 65px;
  height: 49.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
}
.parts-search-wrap .search-line button img{
  display: block;
  width: 20px;
}

.parts-search-wrap.full .search-line label{
  display: none;
}
.parts-search-wrap.full .search-line input{
  width: calc(100% - 65px);
}

@media(max-width:1600px){
  .parts-wrapper{
    gap: 30px;
  }
  .parts-wrapper > .left .filter-tit{
    width: 250px;
  }
  .parts-wrapper > .right{
    width: calc(100% - 280px);
  }

}

@media(max-width:1024px){
  .sel-box{
    border-radius: 6px;
  }
  .search-top-category,
  #bo_cate
  {
    margin-bottom: 30px;
  }
  .search-top-category .con-line,
  #bo_cate ul
  {
    gap: 6px; 
    flex-wrap: wrap;
  }
  .search-top-category .con-line > li,
  #bo_cate ul > li
  {
    width: calc(50% - 3px);
  }
  .search-top-category .con-line > li a,
  #bo_cate ul > li a
  {
    padding: 10px 6px;
    font-size: 16px;
  }
  .ipt-box label{
    font-size: 16px;
    margin-bottom: 3px;
    padding: 0;
  }
  .search-ipt{
    padding: 12px 15px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    border-radius: 6px;
  }
  select.search-ipt{
    background: url(../img/sel-arrow-btn.svg) no-repeat right 5px center / 22px 22px;
  }
  .search-frm-wrapper .submit-box button{
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    gap: 6px;
  }

  .parts-wrapper{
    gap: 20px;
    flex-wrap: wrap;
  }
  .parts-wrapper > .left{
    width: 100%;
  }
  .parts-wrapper > .right{
    width: 100%;
  }
  .parts-wrapper > .left .filter-tit{
    padding: 12px 10px;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 6px;
    width: 100%;
  }
  .parts-wrapper > .left select.search-ipt{
    padding-left: 10px;
    padding-right: 25px;
  }

  .parts-search-wrap{
    margin-bottom: 20px;
  }
  .parts-search-wrap .search-line{
    flex-wrap: wrap;
    padding: 20px 15px;
    border-radius: 12px;
  }
  .parts-search-wrap .search-line label{
    font-size: 16px;
    width: 100%;
    margin-bottom: 4px;
  }
  .parts-search-wrap .search-line input{
    font-size: 16px;
    padding: 10px 15px;
    width: calc(100% - 50px);
  }
  .parts-search-wrap .search-line button{
    width: 50px;
    height: 42.8px;
  }
}



.pd-swiper{
  overflow: hidden;
}
.parts-list-wrap .top-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.mb0{
  margin-bottom: 0 !important;
}
.parts-list-wrap .top-num{
  font-size: 15px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  /* margin-bottom: 20px; */
}
.parts-list-wrap .right-btn-line .viewlist-btn img,
.parts-list-wrap .right-btn-line .viewgallery-btn img{
  display: none;
}
.parts-list-wrap .right-btn-line .viewlist-btn::before{
  content: "List";
}
.parts-list-wrap .right-btn-line .viewgallery-btn::before{
  content: "Gallery";
}
.parts-list-wrap .right-btn-line .viewlist-btn,
.parts-list-wrap .right-btn-line .viewgallery-btn{
  border: 1px solid #cecece;
  background: linear-gradient(53deg, #222 28.32%, #5B5B5B 85.11%);
  color: #fff;
  outline: none !important;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 3px;
}
.parts-list-wrap .right-btn-line .viewlist-btn:hover,
.parts-list-wrap .right-btn-line .viewgallery-btn:hover{
  text-decoration: underline;
}

.parts-list-wrap .parts-list-line{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.parts-list-wrap .parts-list-line > li{
  width: calc(33.33% - (40px / 3));
  border: solid 1px rgb(237, 237, 237);
  border-radius: 12px;
  overflow: hidden;
}
.pd-swiper .swiper-slide .conbox,
.parts-list-wrap .parts-list-line li .list-box
{
  display: block;
  cursor: pointer;
  background: #fff;
}
.parts-list-wrap .parts-list-line li div.list-box{
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pd-swiper .swiper-slide .conbox .imgbox,
.parts-list-wrap .parts-list-line li .list-box .imgbox
{
  text-align: center;
  border-bottom: solid 1px rgb(237, 237, 237);
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.pd-swiper .swiper-slide .conbox .imgbox img,
.parts-list-wrap .parts-list-line li .list-box .imgbox img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.pd-swiper .swiper-slide .conbox:hover .imgbox img,
.parts-list-wrap .parts-list-line li a.list-box:hover .imgbox img
{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.pd-swiper .swiper-slide .conbox .txtbox,
.parts-list-wrap .parts-list-line li .list-box .txtbox
{
  padding: 20px 30px;
  height: 100%;
  /* border-bottom: solid 1px rgb(237, 237, 237); */
}
.pd-swiper .swiper-slide .conbox .txtbox .subject,
.parts-list-wrap .parts-list-line li .list-box .txtbox .subject
{
  font-size: 20px;
  font-weight: 500;
  color: rgb(14, 14, 14);
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-swiper .swiper-slide .conbox .txtbox .txt1,
.parts-list-wrap .parts-list-line li .list-box .txtbox .txt1
{
  font-size: 18px;
  font-weight: normal;
  color: rgb(14, 14, 14);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-swiper .swiper-slide .conbox .txtbox .txt2,
.parts-list-wrap .parts-list-line li .list-box .txtbox .txt2
{
  font-size: 18px;
  font-weight: normal;
  color: rgb(141, 141, 141);
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-swiper .swiper-slide .conbox .txtbox .tag,
.parts-list-wrap .parts-list-line li .list-box .txtbox .tag
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-swiper .swiper-slide .conbox .txtbox .tag span,
.parts-list-wrap .parts-list-line li .list-box .txtbox .tag span
{
  display: block;
  border-radius: 999px;
  background-color: rgb(222, 228, 255);
  padding: 4px 12px;
  font-size: 15px;
  font-weight: normal;
  color: #E31332;
  text-align: center;
  background: #FFE3E7;
}
.pd-swiper .swiper-slide .conbox .pd-viewmore,
.parts-list-wrap .parts-list-line li .list-box .pd-viewmore
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 25px 0;
  border-top: solid 1px rgb(237, 237, 237);
}
.pd-swiper .swiper-slide .conbox .pd-viewmore .txt,
.parts-list-wrap .parts-list-line li .list-box .pd-viewmore .txt
{
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.pd-swiper .swiper-slide .conbox .pd-viewmore .icon,
.parts-list-wrap .parts-list-line li .list-box .pd-viewmore .icon
{
  width: 14px;
}
.parts-list-wrap .parts-list-line li .list-box a.pd-viewmore:hover{
  text-decoration: underline;
}

.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .imgbox .skeleton-box{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(229,229,229,1);
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox{
  height: 166px;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .subject,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt1,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt2,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .pd-viewmore
{
  position: relative;
  display: block;
  background: rgba(229,229,229,1);
  height: 24px;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .subject{
  width: 100%;
  height: 26px;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt1,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt2
{
  width: 80%;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .tag span{
  background: rgba(229,229,229,1);
  width: 50px;
  height: 24px;
  position: relative;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .pd-viewmore{
  height: 69.5px;
}
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .imgbox .skeleton-box::before,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .subject::before,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt1::before,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt2::before,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .pd-viewmore::before,
.parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .tag span::before
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: skeletonLoading 1.2s linear infinite;
  background: linear-gradient(
    90deg,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-size: 200% 100%; /* 가로 2배 크기 → 자연스러운 이동 */
}


.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox label{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 2.5px;
  background: rgb(255,255,255);
  border: 1px solid rgb(51,51,51);
  overflow: hidden;
  cursor: pointer;
}
.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox label .box{
  display: block;
  width: 65%;
}
.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox label .box img{
  max-width: 100%;
  position: relative !important;
  height: auto !important;
}
.parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox input:checked + label{
  background: #E31332;
  border: 1px solid #E31332;
}
.parts-list-wrap .parts-list-line li .list-box .txtbox .subject{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}
.favorite-btn-box{
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.favorite-btn-box input{
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.favorite-btn-box label{
  cursor: pointer;
}
.favorite-btn-box label .fv-iconbox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.favorite-btn-box label .fv-iconbox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.favorite-btn-box label .fv-iconbox img.active,
.favorite-btn-box input:checked + label .fv-iconbox img.normal
{
  opacity: 0;
}
.favorite-btn-box input:checked + label .fv-iconbox img.active{
  opacity: 1;
}

/* #E31332 */

/* 즐겨찾기, 체크박스 추가 */

@media(max-width:1600px){
  .pd-swiper .swiper-slide .conbox .imgbox{
    height: 280px;
  }
}

@media(max-width:1200px){
  .pd-swiper .swiper-slide .conbox .imgbox{
    height: 200px;
  }
}

@media(max-width:1024px){
  .pd-swiper .swiper-slide .conbox .txtbox,
  .parts-list-wrap .parts-list-line li .list-box .txtbox
  {
    padding: 20px 20px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox .subject,
  .parts-list-wrap .parts-list-line li .list-box .txtbox subject
  {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox .txt1,
  .parts-list-wrap .parts-list-line li .list-box .txtbox .txt1
  {
    font-size: 16px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox .txt2,
  .parts-list-wrap .parts-list-line li .list-box .txtbox .txt2
  {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox .tag,
  .parts-list-wrap .parts-list-line li .list-box .txtbox .tag
  {
    gap: 6px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox .tag span,
  .parts-list-wrap .parts-list-line li .list-box .txtbox .tag span
  {
    padding: 4px 10px;
    font-size: 14px;
  }
  .pd-swiper .swiper-slide .conbox .pd-viewmore,
  .parts-list-wrap .parts-list-line li .list-box .pd-viewmore
  {
    gap: 10px;
    padding: 15px 0;
  }

  .parts-list-wrap .parts-list-line{
    gap: 10px;
  }
  .parts-list-wrap .parts-list-line > li{
    width: calc(50% - 5px);
  }


  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .imgbox .skeleton-box{
    height: 150px;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox{
    height: 130px;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .subject,
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt1,
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt2,
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .pd-viewmore
  {
    height: 20px;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .subject{
    height: 20px;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt1,
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .txt2
  {
    width: 90%;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .txtbox .tag span{
    width: 30px;
    height: 20px;
  }
  .parts-list-wrap .parts-list-line > li.skeleton-li .list-box .pd-viewmore{
    height: 56px;
  }

  .parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox{
    top: 14px;
    right: 14px;
  }
  .parts-list-wrap .parts-list-line li .list-box .imgbox .pd-chkbox label{
    width: 16px;
    height: 16px;
  }
}

@media(max-width:767px){
  .parts-list-wrap .right-btn-line .viewlist-btn{
    margin-left: 0;
    margin-right: 2px;
  }
  .parts-list-wrap .right-btn-line .brand-sellbtn{
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* product-list */

/* search -sub02 */

.product-group-filter-tit{
  margin-top: 20px;
}
.filter-toggle{
  cursor: pointer;
}
.filter-toggle .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  right: 20px;
  width: 12px;
  transition: all 0.3s ease-in-out;
}
.filter-toggle .icon img.mb_icon{
  width: 12px;
  display: none;
}
.filter-toggle.on .icon{
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.filter-chk-wrap{
  padding: 16px;
  border: solid 1px rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  position: relative
}
.filter-chk-wrap .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 20000%;
  height: 20000%;
  background: rgba(0,0,0,0.45);
  display: none;
}
.filter-chk-wrap .filter-mb-title{
  display: flex;
  align-items: center;
  gap: 6px;
  display: none;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgb(219,219,219);
}
.filter-chk-wrap .filter-mb-title h3{
  font-size: 20px;
  font-weight: bold;
  width: calc(100% - 32px);
}
.filter-chk-wrap .filter-mb-title .filter-toggle-close{
  width: 24px;
}
.filter-chk-wrap .filter-toggle-close{
  position: absolute;
  top: 9px;
  right: 15px;
  border: none;
  outline: none;
  background: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  z-index: 3;
  background: #fff;
  padding: 4px;
}
.filter-chk-wrap .filter-chk-box{
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  z-index: 2;
}
.filter-chk-wrap .filter-chk-box:last-child{
  margin-bottom: 0;
}
.filter-chk-wrap .filter-chk-box label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
}
.filter-chk-wrap .filter-chk-box label .box{
  width: 13px;
  height: 13px;
  border-radius: 2.5px;
  border: solid 1px rgb(14, 14, 14);
  background-color: rgb(255, 255, 255);
  position: relative;
  display: block;
  top: 7px;
}
.filter-chk-wrap .filter-chk-box label .box img{
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 90%;
  display: block;
  opacity: 0;
}
.filter-chk-wrap .filter-chk-box label .txt{
  width: calc(100% - 23px);
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}
.filter-chk-wrap .filter-chk-box input:checked + label .box{
  border: solid 1px rgb(227, 19, 50);
  background-color: rgb(227, 19, 50);
}
.filter-chk-wrap .filter-chk-box input:checked + label .box img{
  opacity: 1;
}
.filter-chk-wrap .filter-chk-box input:checked + label .txt{
  color: rgb(255, 45, 55);
}
.filter-chk-wrap .filter-chk-box input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.brand-filter-wrap .first-alpha-box{
  margin-bottom: 16px;
}
.brand-filter-wrap .first-alpha-box .tit{
  font-size: 20px;
  font-weight: bold;
  color: rgb(49, 55, 61);
  margin-bottom: 4px;
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox{
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: rgb(85, 85, 85);
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox::after{
  content: "|";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox:last-child::after{
  display: none;
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox input:checked + label{
  font-weight: bold;
}
.brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox label{
  cursor: pointer;
  min-width: 12px;
  text-align: center;
  display: block;
  z-index: 9;
  position: relative;
  padding: 0 8px;
}

.alpha-result-wrap {
  margin-bottom: 20px;
}
.alpha-result-wrap .alpha-result-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.alpha-result-wrap .alpha-result-line > .alpha-result-iptbox{
  width: calc(16.6666% - (50px / 6));
  position: relative;
}
.alpha-result-wrap .alpha-result-line > .alpha-result-iptbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.alpha-result-wrap .alpha-result-line > .alpha-result-iptbox label{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 16px 13px;
  border-radius: 12px;
  border: solid 1px rgb(236, 237, 240);
  background-color: rgb(250, 250, 250);
  cursor: pointer;

  font-size: 15px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  position: relative;
  z-index: 9;
}
.alpha-result-wrap .alpha-result-line > .alpha-result-iptbox input:checked + label{
  color: rgb(227, 19, 50);
  font-weight: bold;
}
.alpha-result-allview{
  margin-bottom: 30px;
}
.alpha-result-allview button{
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 16px 5px;
  border-radius: 12px;
  border: solid 1px rgb(34, 34, 34);
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.alpha-result-allview button .txt{
  font-size: 15px;
  font-weight: bold;
  color: rgb(85, 85, 85);
}
.alpha-result-allview button .icon{
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.alpha-result-allview button.on .icon{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
} 
.filter-select-line{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.filter-select-line .filter-select-iptbox{
  flex: 1;
}
.filter-select-line .filter-select-iptbox label,
.filter-list-wrap > .title
{
  font-size: 20px;
  font-weight: bold;
  color: rgb(49, 55, 61);
  margin-bottom: 16px;
  display: block;
}

.dummy-bottom-submitbtn{
  text-align: center;
  background: linear-gradient(53deg, #222 28.32%, #5B5B5B 85.11%);
  padding: 10px 5px;
  position: relative;
  z-index: 2;
  display: none;
}
.dummy-bottom-submitbtn h3{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}


.filter-list-wrap{
  margin-bottom: 30px;
}
.filter-list-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
}
.filter-list-line > li{
  display: flex;
  align-items: center;
  gap: 8px 16px;
  position: relative;
  flex-wrap: wrap;
}
.filter-list-line > li .model-name{ 
  font-size: 20px;
  font-weight: 700;
  color: #31373d;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line{
  display: flex;
  align-items: center; 
  gap: 12px;
  flex-wrap: wrap;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-chk-span{
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-chk-span label{
  cursor: pointer;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-deletebtn{
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-popup-btn{
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  padding: 4px 6px;
  color: #fff;
  background: rgb(227, 19, 50);
  border-radius: 6px;
  overflow: hidden;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-popup-btn .txt{
  max-width: calc(100% - 16px);
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-popup-btn img{
  width: 12px;
}
.filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line .vh-popup-btn:hover{
  text-decoration: underline;
}

@media(max-width:1024px){
  .product-group-filter-tit{
    margin-top: 10px;
  }
  .filter-toggle .icon img.mb_icon{
    display: block;
  }
  .filter-toggle .icon img.pc_icon{
    display: none;
  }
  .filter-toggle .icon{
    right: 15px;
  }
  .filter-chk-wrap{
    padding: 0;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    display: none;
  }
  .filter-chk-wrap .filter-mb-title{
    display: flex;
  }
  .filter-chk-wrap .bg{
    display: block;
  }
  .filter-chk-wrap .filter-chk-ovc{
    position: relative;
    z-index: 2;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    background: #fff;
    padding: 10px 15px 15px 15px;
  }
  .filter-chk-wrap .filter-toggle-close{
    font-size: 24px;
  }
  .filter-chk-wrap .filter-chk-box{
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(219,219,219);
  }
  .filter-chk-wrap .filter-chk-box label{
    gap: 6px;
    padding: 6px 0;
  }
  .filter-chk-wrap .filter-chk-box label .box{
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .filter-chk-wrap .filter-chk-box label .txt{
    width: calc(100% - 18px);
    font-size: 16px;
  }
  .brand-filter-wrap .first-alpha-box{
    margin-bottom: 10px;
  }
  .brand-filter-wrap .first-alpha-box .tit{
    font-size: 16px;
    margin-bottom: 3px;
  }
  .brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line{
    gap: 0px;
  }
  .brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox{
    font-size: 15px;
  }
  .brand-filter-wrap .first-alpha-box .alpha-first-wrap .alpha-first-line .alpha-iptbox label{
    min-width: 10px;
    padding: 0 5px;
  }
  .alpha-result-wrap {
    margin-bottom: 10px;
  }
  .alpha-result-wrap .alpha-result-line{
    gap: 5px;
  }
  .alpha-result-wrap .alpha-result-line > .alpha-result-iptbox{
    width: calc(33.33% - (10px / 3));
  }
  .alpha-result-wrap .alpha-result-line > .alpha-result-iptbox label{
    padding: 10px 12px;
  }
  .alpha-result-allview{
    margin-bottom: 20px;
  }
  .alpha-result-allview button{
    padding: 12px 5px;
  }
  .filter-select-line{
    flex-wrap: wrap;
    gap: 5px;
  }
  .filter-select-line .filter-select-iptbox{
    flex: none;
    width: calc(50% - 2.5px);
  }
  .filter-select-line .filter-select-iptbox label,
  .filter-list-wrap > .title
  {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .dummy-bottom-submitbtn{
    display: block;
  }


  .filter-list-line{
    gap: 8px 20px;
  }
  .filter-list-line > li{
    gap: 6px 12px;
    flex-wrap: wrap;
  }
  .filter-list-line > li .model-name{ 
    font-size: 16px;
  }
  .filter-list-line > li .vihicle-chk-wrap .vihicle-chk-line{
    gap: 8px;
  }
}


/* product-group */


.sub02-view-sec01 .parts-top{
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  gap: 40px; 
}
.sub02-view-sec01 .parts-top .img-wrapper{
  width: 505px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sub02-view-sec01 .parts-top .info-wrapper{
  width: calc(100% - 525px);
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper{
  width: 95px;
  height: 512px;
  overflow: hidden;
}
.sub02-view-sec01 .parts-top .img-wrapper .big-swiper{
  width: calc(100% - 105px);
  overflow: hidden;
  position: relative;
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide .imgbox,
.sub02-view-sec01 .parts-top .img-wrapper .big-swiper .swiper-slide .imgbox
{
  border-radius: 16px;
  border: solid 1px rgb(221, 221, 221);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.sub02-view-sec01 .parts-top .img-wrapper .big-swiper .swiper-slide .imgbox{
  width: calc(100% - 1px);
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide .imgbox{
  position: relative;
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide .imgbox img{
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide.swiper-slide-thumb-active .imgbox img{
  filter: grayscale(0%);
  opacity: 1;
}
.sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide.swiper-slide-thumb-active .imgbox{
  border: solid 1px rgb(227, 19, 50)
}

.sub02-view-sec01 .parts-top .info-wrapper .tit-line{
  position: relative;
  padding-right: 70px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgb(221, 221, 221);
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .subject{
  font-size: 30px;
  font-weight: bold;
  color: rgb(14, 14, 14);
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .txt1{
  font-size: 18px;
  font-weight: normal;
  color: rgb(14, 14, 14);
  margin-bottom: 8px;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .txt2{
  font-size: 18px;
  font-weight: normal;
  color: rgb(141, 141, 141);
  margin-bottom: 15px;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .tag{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .tag span{
  display: block;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgb(255, 227, 231);
  font-size: 15px;
  font-weight: normal;
  color: rgb(227, 19, 50);
  text-align: center;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .golist{
  border-radius: 5px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3 ease-in-out;
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .golist:hover{
  border: 1px solid rgb(25,25,25);
}
.sub02-view-sec01 .parts-top .info-wrapper .tit-line .golist img{
  display: block;
  width: 48%;
}
.sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 10px;
  background-color: rgb(237, 237, 237);
  margin-bottom: 8px;
}
.sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line:last-child{
  margin-bottom: 0;
}
.sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .tit{
  width: 190px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}
.sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .txt{
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  position: relative;
  padding-left: 10px;
}
.sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .txt::before{
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}
.sub02-view-sec01 .parts-bottom .parts-tab{
  display: flex;
  flex-wrap: wrap;
}
.sub02-view-sec01 .parts-bottom .parts-tab button{
  display: block;
  width: 33.33%;
  outline: none;
  border: none;
  border-top: solid 2px rgb(0, 0, 0);
  background-color: rgb(237, 237, 237);
  padding: 18px 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: rgb(136, 136, 136);
  border-bottom: 1px solid rgb(237,237,237);
}
.sub02-view-sec01 .parts-bottom .parts-tab button:hover,
.sub02-view-sec01 .parts-bottom .parts-tab button.active{
  background: #fff;
  color: rgb(25, 25, 25);
}
.sub02-view-sec01 .parts-bottom .tabcontent{
  display: none;
  padding-top: 60px;
}
.sub02-view-sec01 .parts-bottom .tabcontent.first{
  display: block;
}
.parts-table-wrap .parts-table{
  width: 100%;
  border-top: 1px solid rgb(234,236,240);
  border-left: 1px solid rgb(234,236,240);
  border-spacing: 0;
}
.parts-table-wrap .parts-table thead th{
  padding: 13px 24px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(25, 25, 25);
  background-color: rgb(245, 246, 250);
  text-align: left;
}
.parts-table-wrap .parts-table tbody td{
  padding: 13px 24px;
  font-size: 18px;
  font-weight: normal;
  color: rgb(102, 112, 133);
}
.parts-table-wrap .parts-table tr th,
.parts-table-wrap .parts-table tr td{
  border-right: solid 1px rgb(234, 236, 240);
  border-bottom: solid 1px rgb(234, 236, 240);
}

.parts-table-wrap .parts-table .col-12{
  width: 12%;
}
.parts-table-wrap .parts-table .col-22{
  width: 22%;
}
.parts-table-wrap .parts-table .col-26{
  width: 26%;
}
.parts-table-wrap .parts-table .col-32{
  width: 32%;
}
.parts-table-wrap .parts-table .col-40{
  width: 40%;
}
.parts-table-wrap .parts-table .col-60{
  width: 60%;
}
.parts-table-wrap .parts-table .col-78{
  width: 78%;
}

.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .img-wrapper{
  position: relative;
  min-height: 300px;
}
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .img-wrapper::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(229,229,229,1);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .subject,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt1,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt2
{
  background: rgba(229,229,229,1);
  width: 80%;
  height: 26px;
  position: relative;
}
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt1{
  background: rgba(229,229,229,1);
  width: 60%;
}
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt2{
  background: rgba(229,229,229,1);
  width: 60%;
}
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .tag span{
  width: 50px;
  height: 24px;
  position: relative;
  background: rgba(229,229,229,1);
}
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .stat-wrap .stat-line{
  width: 100%;
  position: relative;
  height: 58px;
}

.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .subject::after,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt1::after,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt2::after,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .img-wrapper::after,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .tag span::after,
.sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .stat-wrap .stat-line::after{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 3;

  animation: skeletonLoading 1.2s linear infinite;

  background: linear-gradient(
    90deg,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-size: 200% 100%; /* 가로 2배 크기 → 자연스러운 이동 */
}
.sub02-view-sec01.sub02-view-skeleton .parts-bottom{
  display: none;
}
.sub02-view-sec01 .parts-top.parts-top-real{
  display: none;
}

.pd-detail-btn-wrap{
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
.pd-detail-popup-btn{
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #CECECE;
  outline: none;
  background: linear-gradient(180deg, #EBEBEB 0%, #D9D9D9 100%);
  display: flex;
  align-items: center;
  gap: 4px;
}
.pd-detail-popup-btn .icon{
  width: 16px;
}
.pd-detail-popup-btn .txt{
  max-width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 300;
  color: #31373D;
}
.pd-detail-popup-btn:hover{
  text-decoration: underline;
}

@media(max-width:1500px){
  .sub02-view-sec01 .parts-top .info-wrapper,
  .sub02-view-sec01 .parts-top .img-wrapper
  {
    width: calc(50% - 20px);
  }
}

@media(max-width:1300px){
  .sub02-view-sec01 .parts-top .img-wrapper{
    gap: 5px;
    flex-wrap: wrap;
  }
  .sub02-view-sec01 .parts-top .info-wrapper{
    width: 100%;
  }
  .sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper{
    width: 100%;
    height: auto;
    order: 1;
  }
  .sub02-view-sec01 .parts-top .img-wrapper .big-swiper{
    width: 100%;
    overflow: hidden;
    order: 0;
  }
}

@media(max-width:1024px){
  .sub02-view-sec01 .parts-top{
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 30px; 
  }
  .sub02-view-sec01 .parts-top .img-wrapper{
    width: 100%;
  }
  .sub02-view-sec01 .parts-top .img-wrapper .thumb-swiper .swiper-slide .imgbox,
  .sub02-view-sec01 .parts-top .img-wrapper .big-swiper .swiper-slide .imgbox
  {
    border-radius: 10px;
  }
  .sub02-view-sec01 .parts-top .img-wrapper .big-swiper .swiper-slide .imgbox{
    width: 100%;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line{
    padding-right: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .subject{
    font-size: 22px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .txt1{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .txt2{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .tag{
    gap: 4px 6px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .txtbox .tag span{
    padding: 4px 10px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .golist{
    width: 30px;
    height: 30px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .tit-line .golist img{
    display: block;
    width: 80%;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line{
    flex-wrap: wrap;
    gap: 3px;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .tit{
    width: 100%;
    font-size: 16px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .txt{
    font-size: 16px;
    padding-left: 0px;
  }
  .sub02-view-sec01 .parts-top .info-wrapper .stat-wrap .stat-line .txt::before{
    display: none;
  }


  .sub02-view-sec01 .parts-bottom .parts-tab button{
    width: 50%;
    border-top: solid 1px rgb(0, 0, 0);
    padding: 10px 5px;
    font-size: 16px;
  }
  .sub02-view-sec01 .parts-bottom .tabcontent{
    padding-top: 30px;
  }
  .parts-table-wrap .parts-table thead th{
    padding: 10px 15px;
    font-size: 15px;
  }
  .parts-table-wrap .parts-table tbody td{
    padding: 8px 15px;
    font-size: 15px;
  }


  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .subject,
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt1,
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt2
  {
    width: 90%;
    height: 20px;
  }
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt1{
    width: 80%;
  }
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .txt2{
    width: 80%;
  }
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .tit-line .txtbox .tag span{
    width: 30px;
    height: 20px;
  }
  .sub02-view-sec01.sub02-view-skeleton .parts-top.parts-top-loading .info-wrapper .stat-wrap .stat-line{
    height: 40px;
  }


  .pd-detail-btn-wrap{
    bottom: 20px;
    right: 20px;
  }
  .pd-detail-popup-btn .icon{
    width: 14px;
  }
  .pd-detail-popup-btn .txt{
    max-width: calc(100% - 18px);
    font-size: 14px;
  }
}

@media(max-width:640px){
  .parts-table-wrap .parts-table thead th{
    padding: 10px 10px;
    font-size: 13px;
  }
  .parts-table-wrap .parts-table tbody td{
    padding: 8px 8px;
    font-size: 13px;
  }
  .parts-table-wrap{
    overflow-x: auto;
  }
  .parts-table-wrap .parts-table{
    min-width: 300px;
  }
}

/* sub02-view */


.pre_css {
	background-color: #f4f4f4;
	color: #333;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 14pt;
	line-height: 1.5;
	overflow-x: auto;
	white-space: pre-wrap; /* 줄바꿈 허용 */
	word-break: break-word; /* 긴 단어 줄바꿈 */
}


/* pre_css */

.foot-sec,
.foot-wrap{
  width: 100%;
  position: relative;
}
.foot-sec01{
  padding: 70px 0 50px;
  background-color: rgb(48, 48, 48);
  margin-top: 150px;
}
.foot-sec01 .top-line{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.foot-sec01 .top-line .logo{
  width: 185px;
}
.foot-sec01 .top-line .prv-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.foot-sec01 .top-line .prv-line a{
  font-size: 18px;
  font-weight: 600;
  color: rgb(237, 237, 237);
  display: block;
}
.foot-sec01 .top-line .prv-line a:hover{
  text-decoration: underline;
}
.foot-sec01 .middle-line{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid rgba(221, 221, 221,0.1);
}
.foot-sec01 .middle-line > .left .infobox p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 16px;
  margin-bottom: 2px;
}
.foot-sec01 .middle-line > .left .infobox p:last-child{
  margin-bottom: 0;
}
.foot-sec01 .middle-line > .left .infobox p span{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: rgb(142, 142, 142);
}
.foot-sec01 .middle-line > .right{
  display: flex;
  align-items: center;
  gap: 16px;
}
.foot-sec01 .middle-line > .right .partner-line{
  display: flex;
  align-items: center;
  gap: 23px;
}
.foot-sec01 .middle-line > .right .sns-line{
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot-sec01 .middle-line > .right .sns-line a{
  width: 40px;
  display: block;
}
.foot-sec01 .bottom-line{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.foot-sec01 .bottom-line .copyright p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(153, 153, 153);
}
.foot-sec01 .bottom-line .family-site .site-toggle-wrap{
  position: relative;
  width: 200px;
  height: auto;
}
.foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-btn{
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  color: rgb(34, 34, 34);
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  width: 100%;
  text-align: left;
}
.foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-conbox{
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 8px 16px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  display: none;
}
.foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-conbox a{
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: rgb(34,34,34);
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 40px 0;
    margin-top: 100px;
  }
  .foot-sec01 .top-line{
    gap: 12px;
  }
  .foot-sec01 .top-line .logo{
    width: 100%;
  }
  .foot-sec01 .top-line .logo img{
    max-width: 140px;
    width: 100%;
  }
  .foot-sec01 .top-line .prv-line{
    gap: 6px 12px;
  }
  .foot-sec01 .top-line .prv-line a{
    font-size: 15px;
  }
  .foot-sec01 .middle-line{
    gap: 10px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .foot-sec01 .middle-line > .left .infobox p{
    gap: 3px 10px;
    flex-wrap: wrap;
    margin-bottom: 3px;
  }
  .foot-sec01 .middle-line > .left .infobox p span{
    width: 100%;
    font-size: 14px;
  }
  .foot-sec01 .middle-line > .right{
    gap: 10px;
    flex-wrap: wrap;
  }
  .foot-sec01 .middle-line > .right .partner-line{
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
  }
  .foot-sec01 .middle-line > .right .partner-line .imgbox:first-child img{
    max-width: 160px;
    width: 100%;
  }
  .foot-sec01 .middle-line > .right .partner-line .imgbox:last-child img{
    max-width: 80px;
    width: 100%;
  }
  .foot-sec01 .middle-line > .right .sns-line{
    gap: 4px;
    width: 100%;
  }
  .foot-sec01 .middle-line > .right .sns-line a{
    width: 28px;
  }
  .foot-sec01 .bottom-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .foot-sec01 .bottom-line .copyright{
    order: 1;
    width: 100%;
  }
  .foot-sec01 .bottom-line .family-site{
    width: 100%;
    order: 0;
  }
  .foot-sec01 .bottom-line .copyright p{
    font-size: 12px;
  }
  .foot-sec01 .bottom-line .family-site .site-toggle-wrap{
    width: 180px;
  }
  .foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-btn{
    font-size: 14px;
    padding: 6px 15px;
  }
  .foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-conbox{
    padding: 6px 15px;
  }
  .foot-sec01 .bottom-line .family-site .site-toggle-wrap .site-toggle-conbox a{
    font-size: 14px;
  }

}


/* footer */

.bo_inner{
  padding-top: 100px;
}
.gallery-titbox{
  text-align: center;
  margin-bottom: 60px;
}
.gallery-titbox h3{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.32px;
  color: rgb(17, 17, 17);
}
.gallery-titbox p{
  font-size: 20px;
  font-weight: normal;
  color: rgb(102, 102, 102);
  margin-top: 8px;
}
#captcha #captcha_mp3{
  display: none !important;
}

@media(max-width:1024px){
  .bo_inner{
    padding-top: 80px;
  }
  .gallery-titbox{
    margin-bottom: 30px;
  }
  .gallery-titbox h3{
    font-size: 26px;
  }
  .gallery-titbox p{
    font-size: 16px;
    margin-top: 5px;
  }
}

/* board */


.lineup-sec01 .con1-wrap{
  margin-bottom: 60px;
}
.lineup-sec01 .con1-wrap .lineup-titbox{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgb(34, 34, 34);
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.lineup-sec01 .con1-wrap .lineup-titbox h2{
  font-size: 40px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: calc(100% - 350px);
}
.lineup-sec01 .con1-wrap .lineup-titbox .multysimilar{
  width: 100%;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.lineup-sec01 .con1-wrap .lineup-titbox .gopartslist{
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #747474;
  backdrop-filter: blur(2px);
  padding: 16px 20px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: center;
}
.lineup-sec01 .con1-wrap .lineup-titbox .gopartslist .txt{
  width: calc(100% - 20px);
}
.lineup-sec01 .con1-wrap .lineup-titbox .gopartslist img{
  width: 8px;
}
.lineup-sec01 .con1-wrap .lineup-titbox .gopartslist:hover{
  text-decoration: underline;
}
.lineup-sec01 .con1-wrap .lineup-titbox .golist{
  width: 60px;
  height: 60px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-sec01 .con1-wrap .lineup-titbox .golist:hover{
  border: 1px solid rgb(25,25,25);
}
.lineup-sec01 .con1-wrap .lineup-titbox .golist img{
  max-width: 28px;
  width: 100%; 
}
.lineup-sec01 .con1-wrap .top-imgline{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.lineup-sec01 .con1-wrap .top-imgline.nop{
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
  border: none  !important;
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap .top-imgline{
  padding-bottom: 0;
  margin-bottom: 24px;
  border: none;
}

.lineup-sec01 .con1-wrap .top-imgline .lineup-contit{
  width: 100%;
  margin-bottom: 4px;
}
.lineup-sec01 .con1-wrap .top-imgline .conbox{
  width: calc(33.333% - (40px / 3));
}
.lineup-sec01 .con1-wrap .top-imgline .conbox .imgbox
{
  border-radius: 16px;
  border: solid 1px rgb(221, 221, 221);
  overflow: hidden;
}
.lineup-sec01 .con1-wrap .top-imgline .conbox .imgbox img{
  width: auto;
  display: block;
  margin: 0 auto;
}
.lineup-sec01 .con1-wrap .top-imgline .conbox .subject{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  margin-top: 20px;
  display: none;
}

.lineup-sec01 .con1-wrap .bottom-txt-wrap2{
  margin-top: 60px;
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w33{
  width: calc(33.33% - 10px);
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w66{
  width: calc(66.66% - 10px);
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w100{
  width: 100%;
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .imgbox.w33{
  border: solid 1px rgb(221, 221, 221);
  border-radius: 16px;
  overflow: hidden;
}
.lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w100{
  border: solid 1px rgb(221, 221, 221);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.lineup-contit{
  font-size: 30px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  margin-bottom: 24px;
}
.mk-p1{
  font-size: 20px;
  font-weight: 600;
  color: rgb(85, 85, 85);
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.mk-p1:last-child{
  margin-bottom: 0;
}
.mk-p1::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgb(85, 85, 85);
  position: absolute;
  top: 8px;
  left: 0;
}
.lineup-sec01 .con2-wrap .parts-conwrap{
  margin-bottom: 60px;
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li{
  width: calc(33.333% - (40px / 3));
  border-radius: 16px;
  background-color: rgb(243, 243, 243);
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox{
  padding: 30px;
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line > .left{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(34, 34, 34);
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line > .right{
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}
.lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .imgbox{
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-sec01 .con2-wrap .parts-conwrap .bottom-total{
  padding: 10px;
  border-radius: 999px;
  background-color: rgb(227, 19, 50);
  margin-top: 20px;
}
.lineup-sec01 .con2-wrap .parts-conwrap .bottom-total p{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.48px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap .half-conbox{
  width: calc(50% - 12px);
}


.lineup-sec01 .con2-wrap .app-conwrap .app-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lineup-sec01 .con2-wrap .app-conwrap .app-line li{
  width: calc(25% - (30px / 4));
  border-radius: 999px;
  background-color: rgb(65, 65, 65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-sec01 .con2-wrap .app-conwrap .app-line.fullline li{
  width: 100%;
}
.lineup-sec01 .con2-wrap .app-conwrap .app-line li p{
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 20px 15px;
}
.lineup-sec01 .con2-wrap .app-conwrap .app-line li.w100{
  width: 100%;
}

.lineup-sec01 .youtube-wrap{
  margin-top: 60px;
}
.iframe-box{
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
}
.iframe-box > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:1024px){
  .lineup-sec01 .con1-wrap{
    margin-bottom: 40px;
  }
  .lineup-sec01 .con1-wrap .lineup-titbox{
    gap: 12px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
  .lineup-sec01 .con1-wrap .lineup-titbox h2{
    font-size: 24px;
    width: calc(100% - 152px)
  }

  .lineup-sec01 .con1-wrap .lineup-titbox .gopartslist{
    padding: 12px 15px;
    font-size: 16px;
  }
  .lineup-sec01 .con1-wrap .lineup-titbox .golist{
    width: 30px;
    height: 30px;
  }
  .lineup-sec01 .con1-wrap .lineup-titbox .golist img{
    max-width: 100%;
    width: 80%; 
  }
  .lineup-sec01 .con1-wrap .top-imgline{
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .lineup-sec01 .con1-wrap .top-imgline.nop{
    margin-bottom: 10px !important;
  }
  .lineup-sec01 .con1-wrap .top-imgline .conbox{
    width: calc(50% - 5px);
  }
  .lineup-sec01 .con1-wrap .top-imgline .conbox .imgbox{
    border-radius: 12px;
  }
  .lineup-sec01 .con1-wrap .top-imgline .conbox .subject{
    font-size: 16px;
    margin-top: 15px;
  }

  .lineup-sec01 .con1-wrap .bottom-txt-wrap2{
    margin-top: 30px;
  }
  .lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline{
    gap: 10px;
  }
  .lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w33{
    width: 100%;
  }
  .lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .w66{
    width: 100%;
  }
  .lineup-sec01 .con1-wrap .bottom-txt-wrap2 .bottom-wrap2-imgline .imgbox.w33{
    border-radius: 12px;
  }

  .lineup-sec01 .con1-wrap .bottom-txt-wrap .top-imgline{
    margin-bottom: 16px;
  }
  .lineup-contit{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .mk-p1{
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 3px;
  }
  .mk-p1::before{
    width: 4px;
    height: 4px;
    top: 6px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap{
    margin-bottom: 40px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline{
    gap: 10px;
    justify-content: center;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li{
    width: calc(50% - 5px);
    border-radius: 12px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox{
    padding: 20px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line{
    gap: 6px;
    margin-bottom: 16px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line > .left{
    font-size: 16px;
    width: 100%;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .top-line > .right{
    font-size: 16px;
    width: 100%;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li .conbox .imgbox{
    border-radius: 12px;
    height: 200px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .bottom-total p{
    font-size: 18px;
    margin-top: 15px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap{
    gap: 20px 6px;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap .half-conbox{
    width: calc(50% - 3px);
  }


  .lineup-sec01 .con2-wrap .app-conwrap .app-line{
    gap: 6px;
  }
  .lineup-sec01 .con2-wrap .app-conwrap .app-line li{
    width: calc(50% - 3px);
  }
  .lineup-sec01 .con2-wrap .app-conwrap .app-line li p{
    font-size: 16px;
    padding: 10px 10px;
  }
}

@media(max-width:640px){
  .lineup-sec01 .con1-wrap .top-imgline{
    gap: 30px;
  }
  .lineup-sec01 .con1-wrap .top-imgline.nop{
    margin-bottom: 30px !important;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap .parts-imgline > li,
  .lineup-sec01 .con1-wrap .top-imgline .conbox,
  .lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap .half-conbox
  {
    width: 100%;
  }
  .lineup-sec01 .con2-wrap .parts-conwrap.half-conwrap .half-conbox .lineup-contit{
    margin-bottom: 8px;
  }
  .lineup-sec01 .con1-wrap .lineup-titbox h2{
    width: 100%;
  }
}

/* sub01-1-1 */

/* 회원가입 */

.page-tit{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.96px;
  color: rgb(25,25,25);
  margin-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

@media(max-width:1024px){
  .page-tit{
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 60px;
  }
}

/* 회원가입 */


.dl-modal-backdrop{
  position:fixed; 
  inset:0;
  z-index:99999;
  display: none;
}
.dl-modal-backdrop .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.45);
}
.dl-modal-backdrop .dl-modal{
  position:absolute; 
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:calc(100% - 40px); max-width:420px;
  background:#fff;
  border-radius:14px;
  padding:30px 20px;
}
.dl-modal-backdrop .dl-modal .dl-title{
  font-size:24px;
  font-weight:700;
  margin-bottom:24px; }
.dl-modal-backdrop .dl-modal .dl-close{
  position:absolute;
  right:20px;
  top:27px;
  border:0;
  background:transparent;
  font-size:32px;
  cursor:pointer;
  line-height: 1;
}
.dl-modal-backdrop .dl-modal .dl-btns{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.dl-modal-backdrop .dl-modal .dl-btns a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 12px;
  border:1px solid #e5e5e5;
  border-radius:10px;
  text-decoration:none;
  color:#111;
  font-size: 16px;
  font-weight: 400;
}
.dl-modal-backdrop .dl-modal .dl-btns a:hover{ border-color:#000; }
.dl-modal-backdrop .dl-modal .dl-btns .fname{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.dl-modal-backdrop .dl-modal .dl-con-box{
  margin-bottom: 20px;
}
.dl-modal-backdrop .dl-modal .dl-con-box .dl-con-tit{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dl-modal-backdrop .dl-modal .dl-ovc-ht{
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

@media(max-width:1024px){
  .dl-modal-backdrop .dl-modal{
    width:calc(100% - 40px);
    padding:30px 15px;
  }
  .dl-modal-backdrop .dl-modal .dl-title{
    font-size:20px;
    margin-bottom:16px; }
  .dl-modal-backdrop .dl-modal .dl-close{
    right:15px;
    top:27px;
    font-size:26px;
  }
  .dl-modal-backdrop .dl-modal .dl-btns{
    gap:8px;
  }
  .dl-modal-backdrop .dl-modal .dl-btns a{
    gap:8px;
    padding:10px 10px;
    font-size: 15px;
  }
  .dl-modal-backdrop .dl-modal .dl-con-box{
    margin-bottom: 16px;
  }
  .dl-modal-backdrop .dl-modal .dl-con-box .dl-con-tit{
    font-size: 17px;
    margin-bottom: 8px;
  }
  .dl-modal-backdrop .dl-modal .dl-ovc-ht{
    max-height: calc(100vh - 140px);
  }

}

/* 다운팝업 */


.compare-btn-wrap{
  position: fixed;
  bottom: 40px;
  right: 20px;
  max-width: 180px;
  width: 100%;
  z-index: 999;
}
.compare-btn-wrap .pd-compare-btn{
  outline: none;
  border: none;
  background: linear-gradient(180deg, #E31332 0%, #A62437 100%), #222;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
}
.compare-btn-wrap .pd-compare-btn:hover{
  text-decoration: underline;
}
.cm-btn{
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 3px;
}
.cm-btn:hover{
  text-decoration: underline;
}
.cm-btn1{
  border: 1px solid #CECECE;
  background: linear-gradient(180deg, #FEFEFE 0%, #E0E0E0 100%);
  color: #31373d;
}
.cm-btn2{
  background: linear-gradient(180deg, #E31332 0%, #A62437 100%), #222;
  color: #fff;
}
.brand-sellbtn.active{
  font-weight: bold;
  color: rgb(227, 19, 50);
}
.cm-stat-wrap{
  width: 100%;
  overflow-x: auto;
}
.cm-stat-wrap table{
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  text-align: center;
  border-top: solid 3px #000;
  border-left: solid 1px rgb(209, 209, 209);
}
.cm-stat-wrap table .col1{
  width: 44px;
}
.cm-stat-wrap table .col2{
  width: 140px;
}
.cm-stat-wrap table .col4{
  width: 280px;
}
.cm-stat-wrap table .col3{
  width: 210px;
}
.cm-stat-wrap table .free{
  width: auto;
}
.cm-stat-wrap table tr th{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: rgb(14, 14, 14);
  padding: 13px 5px;
}
.cm-stat-wrap table tr td{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(102, 112, 133);
  padding: 13px 5px;
}
.cm-stat-wrap table tr th,
.cm-stat-wrap table tr td{
  border-bottom: solid 1px rgb(209, 209, 209);
  border-right: solid 1px rgb(209, 209, 209);
}
.mobile{
  display: none !important;
}

@media(max-width:1024px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
  .cm-stat-wrap table{
    border-top: solid 2px #000;
  }
  .cm-stat-wrap table .col1{
    width: 30px;
  }
  .cm-stat-wrap table .col2{
    width: 80px;
  }
  .cm-stat-wrap table .col4{
    width: 150px;
  }
  .cm-stat-wrap table .col3{
    width: 100px;
  }
  .cm-stat-wrap table .free{
    width: 140px;
  }
  .cm-stat-wrap table tr th{
    font-size: 15px;
    padding: 8px 5px;
  }
  .cm-stat-wrap table tr td{
    font-size: 14px;
    padding: 7px 5px;
  }
}

/* cm */ 

.lineup-list-page #bo_cate ul li:first-child{
  display: block !important;
}
.lineup-list-page #bo_cate ul li{
  width: calc(25% - (30px / 4));
}
.lineup-list-page #bo_cate ul li a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-pd-list-wrap .con-line{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.lineup-pd-list-wrap .con-line > li{
  width: calc(33.333% - (60px / 3));
}
.lineup-pd-list-wrap .con-line > li a{
  display: block;
  height: 100%;
  border-radius: 16px;
  background: #F6F6F6;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lineup-pd-list-wrap .con-line > li a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #DDD;
}
.lineup-pd-list-wrap .con-line > li > div{
  position: relative;
  z-index: 2;
}
.lineup-pd-list-wrap .con-line > li a .imgbox{
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 20px;
}
.lineup-pd-list-wrap .con-line > li a .txtbox{
  text-align: center;
}
.lineup-pd-list-wrap .con-line > li a .txtbox .subject{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.lineup-pd-list-wrap .con-line > li a .viewmore-btn{
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.lineup-pd-list-wrap .con-line > li a .viewmore-btn .txt{
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  max-width: calc(100% - 50px);
  transition: all 0.3s ease-in-out;
}
.lineup-pd-list-wrap .con-line > li a .viewmore-btn .img{
  width: 26px;
  height: 26px;
  position: relative;
}
.lineup-pd-list-wrap .con-line > li a .viewmore-btn .img img,
.lineup-pd-list-wrap .con-line > li a .viewmore-btn .img::after
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.lineup-pd-list-wrap .con-line > li a .viewmore-btn .img::after{
  content: "";
  display: block;
  background: url(../img/lineup-plusicon-active.svg) no-repeat center / 100%;
  opacity: 0;
}
.lineup-pd-list-wrap .con-line > li a:hover::after{
  border: solid 6px rgb(227, 19, 50);
}
.lineup-pd-list-wrap .con-line > li a:hover .viewmore-btn .txt{
  color: rgb(227, 19, 50);
}
.lineup-pd-list-wrap .con-line > li a:hover .viewmore-btn .img img{
  opacity: 0;
}
.lineup-pd-list-wrap .con-line > li a:hover .viewmore-btn .img::after{
  opacity: 1;
}

@media(max-width:1024px){
  .lineup-list-page #bo_cate ul li{
    width: calc(50% - 3px);
  }
  .lineup-pd-list-wrap .con-line{
    gap: 30px 10px;
  }
  .lineup-pd-list-wrap .con-line > li{
    width: calc(50% - 5px);
  }
  .lineup-pd-list-wrap .con-line > li a{
    border-radius: 12px;
  }
  .lineup-pd-list-wrap .con-line > li a::after{
    border-radius: 12px;
  }
  .lineup-pd-list-wrap .con-line > li a .imgbox{
    padding: 24px 0 20px;
  }
  .lineup-pd-list-wrap .con-line > li a .txtbox .subject{
    font-size: 17px;
  }
  .lineup-pd-list-wrap .con-line > li a .viewmore-btn{
    padding: 20px 0 20px;
    gap: 8px;
  }
  .lineup-pd-list-wrap .con-line > li a .viewmore-btn .txt{
    font-size: 16px;
    max-width: calc(100% - 30px);
  }
  .lineup-pd-list-wrap .con-line > li a .viewmore-btn .img{
    width: 22px;
    height: 22px;
  }
}

@media(max-width:355px){
  .lineup-pd-list-wrap .con-line > li,
  .lineup-list-page #bo_cate ul li
  {
    width: 100%;
  }
}

.product-compare-thumb-wrap{
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 99;

  background: rgba(0, 0, 0, .7);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.product-compare-thumb-wrap.active{
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.product-compare-thumb-wrap .compare-list-toggle-btn{
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.product-compare-thumb-wrap .compare-list-toggle-btn button{
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 16px;
}
.product-compare-thumb-wrap .compare-list-toggle-btn button img{
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product-compare-thumb-wrap.open .compare-list-toggle-btn button img{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.product-compare-thumb-wrap .inner{
  padding: 20px;
}
.product-compare-thumb-wrap .inner .top-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.product-compare-thumb-wrap.open .inner .top-line{
  margin-bottom: 15px;
}
.product-compare-thumb-wrap .inner .top-line .compare-thumb-tit{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.product-compare-thumb-wrap .inner .top-line .top-right-line{
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}
.product-compare-thumb-wrap .inner .top-line .top-right-line button{
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
}
.product-compare-thumb-wrap .inner .top-line .top-right-line .allclearbtn{
  background: linear-gradient(53deg, #222 28.32%, #5B5B5B 85.11%);
}
.product-compare-thumb-wrap .inner .top-line .top-right-line .pd-compare-btn{
  background: linear-gradient(180deg, #E31332 0%, #A62437 100%), #222;
}
.product-compare-thumb-wrap .inner .top-line .top-right-line button:hover{
  text-decoration: underline;
}
.compare-thumb-list-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling : touch;
}
.compare-thumb-list-wrap .compare-listbox{
  display: inline-block;
  margin-left: 10px;
  width: calc(25% - (40px / 4));
  position: relative;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-deletebtn{
  color: rgb(14,14,14);
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  z-index: 2;
}
.compare-thumb-list-wrap .compare-listbox:first-child{
  margin-left: 0;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox{
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .imgbox{
  width: 100px;
  height: 0;
  padding-bottom: 100px;
  position: relative;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .imgbox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox{
  width: calc(100% - 106px);
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox *{
  color: rgb(14,14,14);
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox h3{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p{
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p.txt1{
  font-size: 16px;
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p.txt2{
  color: rgba(14,14,14,0.8);
}
.compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p.txt3{
  font-weight: bold;
}

@media(max-width:1024px){
  .product-compare-thumb-wrap .compare-list-toggle-btn{
    top: 13px;
  }
  .product-compare-thumb-wrap .compare-list-toggle-btn button{
    width: 13px;
  }
  .product-compare-thumb-wrap .inner{
    padding-top: 40px;
  }
  .product-compare-thumb-wrap .inner .top-line{
    gap: 6px;
  }
  .product-compare-thumb-wrap.open .inner .top-line{
    margin-bottom: 10px;
  }
  .product-compare-thumb-wrap .inner .top-line .compare-thumb-tit{
    font-size: 18px;
  }
  .product-compare-thumb-wrap .inner .top-line .top-right-line{
    gap: 6px;
  }
  .product-compare-thumb-wrap .inner .top-line .top-right-line button{
    font-size: 14px;
    padding: 5px 12px;
  }
  .compare-thumb-list-wrap .compare-listbox{
    margin-left: 5px;
    width: 80px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-deletebtn{
    font-size: 20px;
    top: 0px;
    right: 4px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox{
    padding: 0px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .imgbox{
    width: 100%;
    padding-bottom: 80px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox{
    display: none;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox h3{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p{
    font-size: 14px;
  }
  .compare-thumb-list-wrap .compare-listbox .compare-list-smallbox .txtbox p.txt1{
    font-size: 15px;
  }
}

/* compare */

/* 프로덕트 리스트 */

.pd_compare_wrap{
  position: relative;
  width: 100%;
  background-color: rgb(238, 238, 238);
}
.pd_compare_wrap .pd-compare-pagetit{
  font-size: 60px;
  font-weight: bold;
  color: rgb(14, 14, 14);
  margin-bottom: 70px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .titline{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .titline .subject{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.22px;
  color: rgb(14, 14, 14);
  width: calc(100% - 34px);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .imgbox{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 100%;
  position: relative;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .imgbox > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .imgbox .pd-detail-popup-btn2{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap{
  border-top: 1px solid rgb(221,221,221);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box{
  padding: 20px 28px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box:nth-child(even){
   background-color: rgb(245, 245, 245);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .tit{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: rgb(102, 112, 133);
  margin-bottom: 12px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap{
  font-size: 16px;
  font-weight: normal;
  color: rgb(34, 34, 34);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box{
  margin-bottom: 10px; 
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box:last-child{
  margin-bottom: 0;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box .dsd-tit{
  font-weight: bold;
  margin-bottom: 6px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box .dsd-dsc{
  font-weight: 400;
  padding-left: 12px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download{
  padding: 20px 28px;
  background-color: rgb(245, 245, 245);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 0;
  border-radius: 10px;
  border: solid 1px rgb(119, 119, 119);
  background-color: rgb(255, 255, 255);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a .txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(34, 34, 34);
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a .img{
  width: 20px;
}
.pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a:hover{
  text-decoration: underline;
}

.pd_compare_wrap .pd-swiper-scrollbar{
  width: 100%;
  height: 4px;
  margin-top: 15px;
  position: relative;
  background: rgba(48, 48, 48,0.1);
}

.pd_compare_wrap .pd-swiper-scrollbar .swiper-scrollbar-drag{
  background: rgb(227, 19, 50);
}


@media(max-width:1024px){
  .pd_compare_wrap .pd-compare-pagetit{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox{
    padding-top: 20px;
    border-radius: 12px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .titline{
    gap: 6px;
    padding: 0 20px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .titline .subject{
    font-size: 18px;
    width: calc(100% - 30px);
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .imgbox{
    margin-top: 20px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .imgbox .pd-detail-popup-btn2{
    top: 10px;
    right: 10px;
    width: 30px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box{
    padding: 12px 20px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .tit{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap{
    font-size: 15px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box{
    margin-bottom: 5px; 
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box .dsd-tit{
    margin-bottom: 4px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .spec-wrap .spec-box .dsc-wrap .detail-spec-dsc-box .dsd-dsc{
    padding-left: 6px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download{
    padding: 12px 20x;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a{
    gap: 4px;
    padding: 12px 0;
    border-radius: 8px;
  }
  .pd_compare_wrap .pd-compare-swiper .swiper-slide .conbox .pdf-download a .txt{
    font-size: 15px;
  }
}

/* compare-view */


.vh-popup-wrap{
  border: solid 1px rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  padding: 0;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: calc(100% - 40px);
  max-width: 550px;
  display: none;
}
.vh-popup-wrap .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 20000%;
  height: 20000%;
  background: rgba(0,0,0,0.45);
}
.vh-popup-wrap .vh-popup-title{
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgb(219,219,219);
}
.vh-popup-wrap .vh-popup-title h3{
  font-size: 20px;
  font-weight: bold;
  width: calc(100% - 32px);
}
.vh-popup-wrap .vh-popup-title .vh-popup-close{
  width: 24px;
}
.vh-popup-wrap .vh-popup-close{
  position: absolute;
  top: 9px;
  right: 15px;
  border: none;
  outline: none;
  background: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.7;
  z-index: 3;
  background: #fff;
  padding: 4px;
}
.vh-popup-wrap .vh-chk-ovc{
  position: relative;
  width: 100%;
  z-index: 2;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  background: #fff;
  padding: 10px 15px 0px 15px;
}

.vh-popup-wrap .vh-chk-box{
  border-bottom: 1px solid rgb(219,219,219);
}
.vh-popup-wrap .vh-chk-box:last-child{
  margin-bottom: 0;
  border: none;
}
.vh-popup-wrap .vh-chk-box label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
}
.vh-popup-wrap .vh-chk-box label .box{
  width: 13px;
  height: 13px;
  border-radius: 2.5px;
  border: solid 1px rgb(14, 14, 14);
  background-color: rgb(255, 255, 255);
  position: relative;
  display: block;
  top: 7px;
}
.vh-popup-wrap .vh-chk-box label .box img{
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 90%;
  display: block;
  opacity: 0;
}
.vh-popup-wrap .vh-chk-box label .txt{
  width: calc(100% - 23px);
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}
.vh-popup-wrap .vh-chk-box input:checked + label .box{
  border: solid 1px rgb(227, 19, 50);
  background-color: rgb(227, 19, 50);
}
.vh-popup-wrap .vh-chk-box input:checked + label .box img{
  opacity: 1;
}
.vh-popup-wrap .vh-chk-box input:checked + label .txt{
  color: rgb(255, 45, 55);
}
.vh-popup-wrap .vh-chk-box input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.vh-popup-wrap .dummy-bottom-submitbtn{
  text-align: center;
  background: linear-gradient(53deg, #222 28.32%, #5B5B5B 85.11%);
  padding: 10px 5px;
  position: relative;
  z-index: 2;
  display: block;
}
.vh-popup-wrap .dummy-bottom-submitbtn h3{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}



@media(max-width:1024px){
  .vh-popup-wrap .vh-popup-title{
    display: flex;
  }
  .vh-popup-wrap .vh-chk-ovc{
    max-height: calc(100vh - 200px);
    padding: 10px 15px 15px 15px;
  }
  .vh-popup-wrap .vh-popup-close{
    font-size: 24px;
  }
  .vh-popup-wrap .vh-chk-box{
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(219,219,219);
  }
  .vh-popup-wrap .vh-chk-box label{
    gap: 6px;
    padding: 6px 0;
  }
  .vh-popup-wrap .vh-chk-box label .box{
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .vh-popup-wrap .vh-chk-box label .txt{
    width: calc(100% - 18px);
    font-size: 16px;
  }
}

/* 비히클 팝업 (개수많을떄) */