@charset "utf-8";

/* SCF_MAIN_01 */



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.SCF_MAIN_01 {
    position: relative;
    padding-top: 10rem;
    overflow: hidden;    z-index: 9;  padding-bottom: 6rem
   
}
.SCF_MAIN_01 .contents-inner {
    width: 100%; 
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.SCF_MAIN_01 {
    position: relative;
    padding-top: 5rem;
    overflow: hidden;    z-index: 9;  padding-bottom:2rem
   
}

	.SCF_MAIN_01 .contents-inner {
    width: 100%; 
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.SCF_MAIN_01 .content-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;z-index: 8; position: relative;  margin-bottom: 10px
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.SCF_MAIN_01 .content-title-box {
  widows: 100%; float: left
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.SCF_MAIN_01 .content-title-box .title-wrap {
    display: flex;flex-direction: row; grid-gap: 20px 
}


.SCF_MAIN_01 .content-title-box .title-wrap .title {
    letter-spacing: -2px
}

.SCF_MAIN_01 .content-title-box .title-wrap p {
    color: var(--text-color4);
    margin-left: 0.8rem
}
.main_info_size{
    color: #666; padding-top: 20px; padding-bottom: 0px; font-weight:500
}


.SCF_MAIN_01 .content-title-box .title-link {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.SCF_MAIN_01 .content-title-box .title-link span {
    color: var(--black);
    margin-right: 0.8rem
}

.SCF_MAIN_01 .content-title-box .title-link em {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: var(--white);
    border-radius: 1rem;
    border: 1px solid var(--line-color1)
}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
.SCF_MAIN_01 .tabset { width: auto;
    margin: 0rem 0; position: absolute;right:0px;  bottom:15px; z-index: 9
}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
.SCF_MAIN_01 .tabset { width: 100%;
    margin: 0px 0; z-index: 9
}


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

.SCF_MAIN_01 .tabset-list {
    justify-content: flex-start;
    overflow-x: auto; grid-gap: clamp(15px, 2.632vw, 5px)
}

.SCF_MAIN_01 .tabset-item {
    flex-shrink: 0
}

.SCF_MAIN_01 .tabset-link {
    padding:clamp(14px, 1.042vw, 26px) 5px clamp(14px, 1.042vw, 26px) 20px;
    transition: 0.3s; position: relative
}
.SCF_MAIN_01 .tabset-link span{
    color: #999; font-size: clamp(16px, 1.5vw, 20px); font-weight: 700;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
}


.SCF_MAIN_01 .tabset-link.active {
	  padding:clamp(14px, 1.042vw, 26px) clamp(75px, 5.469vw, 80px) clamp(14px, 1.042vw, 26px) 20px;
    transition: 0.3s; position: relative;
    color: #000; font-weight: 700; background-color: transparent!important;
}

.SCF_MAIN_01 .tabset-link.first.active {
	  padding:clamp(14px, 1.042vw, 26px) 5px clamp(14px, 1.042vw, 26px) 0px;
    transition: 0.3s; position: relative;
    color: #000; font-weight: 700; background-color: transparent!important;
}

.SCF_MAIN_01 .tabset-link .morebtn{
position: absolute; right: 5px;top: 50%;transform: translateY(-50%); background-color: #333; color: #fff; border-radius: 50px; padding: clamp(2px, 0.391vw, 5px) 10px; display: none;font-size: 12px
}

.SCF_MAIN_01 .tabset-link.active .morebtn{
position: absolute; right: 5px;  to: 50%;transform: translateY(-50%); background-color: #333; color: #fff; border-radius: 50px; padding: clamp(2px, 0.391vw, 5px) 10px; display: block
}


.SCF_MAIN_01 .tabset-link:before {
   content: "";    width: 1px; height:15px; border-radius: 100%; background-color: #666; position: absolute; top: 50%; transform: translateY(-50%); left:0px
}
.SCF_MAIN_01 .tabset-item:first-child .tabset-link:before {
  display: none
}


.SCF_MAIN_01 .tabset-link.active span{
    color: #000;

}
.SCF_MAIN_01 .tabset-link:hover{
  background-color: transparent!important;
}
.SCF_MAIN_01 .tabset-link:hover span{
     color: #000; 
}
.SCF_MAIN_01 .content-swiper-box {
    position: relative;
    display: none
}

.SCF_MAIN_01 .content-swiper-box.active {
    display: block
}

.SCF_MAIN_01 .content-swiper {
    overflow: hidden;
    position: relative;
   
}

.SCF_MAIN_01 .content-swiper .swiper-wrapper {
    position: relative
}

.SCF_MAIN_01 .rank-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0; width: auto;
    left: 3.4rem;
    width:auto;
    height: 4.4rem; border-radius: 50px;
 background-color: var(--primary);  padding: 0px 15px
}

.SCF_MAIN_01 .rank-box strong {
    color: var(--white);
    margin-top: -0.8rem;font-size: 14px
}

.SCF_MAIN_01 .rank-box.rank-no1 {
    background: url(../icons/ico_rank_color.svg) no-repeat center
}

.SCF_MAIN_01 .cardset {
    display: block;
    width: 100%; 
}

.SCF_MAIN_01 .cardset .co-gary {
    color: var(--text-color4)
}

.SCF_MAIN_01 .cardset .co-red {
    color: #ee1c25
}

.SCF_MAIN_01 .cardset .cardset-figure {
    position: relative;
    height: 41rem;
    border-radius: 4rem;
    overflow: hidden
}

.SCF_MAIN_01 .cardset .cardset-body {
    padding: 0;
   
}

.SCF_MAIN_01 .cardset .cardset-desc {
    margin-bottom: 0
}

.SCF_MAIN_01 .cardset .cardset-desc+.cardset-desc {
    margin-top: 0.4rem
}

.SCF_MAIN_01 .cardset .cardset-del {
    margin-top: 2.4rem
}

.SCF_MAIN_01 .cardset .cardset-price {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.4rem
}

.SCF_MAIN_01 .swiper-button-prev,
.SCF_MAIN_01 .swiper-button-next {
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 0;
    top: calc(50% - 8rem); left: 0px;
    transform: translateY(-50%); 
}


.SCF_MAIN_01 .swiper-button-prev::after,
.SCF_MAIN_01 .swiper-button-next::after {
    content: none
}

.SCF_MAIN_01 .swiper-button-next.swiper-button-disabled,
.SCF_MAIN_01 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5
}

.SCF_MAIN_01 .swiper-horizontal>.swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    height: 3px
}

.SCF_MAIN_01 .content-swiper .swiper-pagination-progressbar {
    background: var(--line-color1)
}

.SCF_MAIN_01 .content-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--primary)
}





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.SCF_MAIN_01  .content-swiper-wrap{  padding: 0px 0px}
.SCF_MAIN_01 .contents-container .contents-inner .content-swiper-wrap .content-swiper-box .swiper-button-prev{position: absolute; top:45%; left:auto;  left:-60px; right: auto;  border-radius: 100%;  background-image: url(../icons/ico_prev.svg); background-size: 40px;}
.SCF_MAIN_01 .content-swiper-box .swiper-button-next{position: absolute; top:45%; left:auto;   right: -60px;  border-radius: 100%;   background-image: url(../icons/ico_next.svg); background-size: 40px;}




}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	    .SCF_MAIN_01 .swiper-button-prev,
    .SCF_MAIN_01 .swiper-button-next {
        left: auto;
        top: auto;
        bottom: 0;
        transform: none;
        width: 40px;
        height: 40px
    }
	.SCF_MAIN_01  .content-swiper-wrap{  padding: 0px 0px}
.SCF_MAIN_01 .contents-container .contents-inner .content-swiper-wrap .content-swiper-box .swiper-button-prev{position: absolute; top:-100px; right:45px; background-color: #fff; border-radius: 100%;  background-image: url(../icons/ico_prev.svg)}
.SCF_MAIN_01 .content-swiper-box .swiper-button-next{position: absolute; top:-100px; right:00px;  background-color: #fff; border-radius: 100%;   background-image: url(../icons/ico_next.svg)}





}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

