@charset "utf-8";

/* GNS_MAIN_01 */



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.GNS_MAIN_01 {
position: relative;
padding-top: 10rem;
overflow: hidden;    z-index: 9;  padding-bottom: 6rem

}
.GNS_MAIN_01 .contents-inner {
width: 100%; 
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.GNS_MAIN_01 {
position: relative;
padding-top: 5rem;
overflow: hidden;    z-index: 9;  padding-bottom:2rem

}

.GNS_MAIN_01 .contents-inner {
width: 100%; 
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .GNS_MAIN_01 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .GNS_MAIN_01 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.GNS_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) {
.GNS_MAIN_01 .content-title-box {
widows: 100%; float: left
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .GNS_MAIN_01 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .GNS_MAIN_01 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}



.GNS_MAIN_01 .content-title-box .title-wrap {
display: flex; flex-direction: row; grid-gap: 20px  
; align-items:flex-end;
}


.GNS_MAIN_01 .content-title-box .title-wrap .title {
letter-spacing: -1px
}

.GNS_MAIN_01 .content-title-box .title-wrap p {
color: var(--text-color3);
margin-left: 0.8rem
}
.main_info_size{
color: #666; padding-top: 20px; padding-bottom: 0px; font-weight:500
}


.GNS_MAIN_01 .content-title-box .title-link {
display: flex;
justify-content: flex-end;
align-items: center
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.GNS_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) {

.GNS_MAIN_01 .tabset { width: 100%;
margin: 0px 0; z-index: 9; margin-bottom: 30px
}


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .GNS_MAIN_01 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .GNS_MAIN_01 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}

.GNS_MAIN_01 .tabset-list {
justify-content: flex-start;
overflow-x: auto; grid-gap: clamp(15px, 2.632vw, 5px)
}

.GNS_MAIN_01 .tabset-item { position: relative; width: auto; float: left;
flex-shrink: 0;
}



.GNS_MAIN_01 .tabset-link {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--primary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--primary)!important;  background-color:#fff;
}
.GNS_MAIN_01 .tabset-link:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--primary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--primary)!important;  background-color:#fff!important;
}




.GNS_MAIN_01 .tabset-link.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.GNS_MAIN_01 .tabset-link.first.active {
color: var(--primary-700)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--primary-700); ;  background-color:  #fff!important; 
}
.GNS_MAIN_01 .tabset-link.first.active:hover{
color: var(--primary-700)!important;   
}


.GNS_MAIN_01 .tabset-link.first.active a{
color: var(--primary-700);
}


.GNS_MAIN_01 .tabset-link.first .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.GNS_MAIN_01 .tabset-link.first .morebtn i{  font-size:35px; color:var(--primary); 
}



.GNS_MAIN_01 .tabset-link.first.active .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.GNS_MAIN_01 .tabset-link.first.active .morebtn i{  font-size:35px; color:var(--primary-700);  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
-webkit-transform: scale(0.95);
	transform: scale(0.95); 
}
.GNS_MAIN_01 .tabset-link.first.active .morebtn:hover i{  font-size:35px; color:#333; 	-webkit-transform: scale(1);
	transform: scale(1); 
}








.GNS_MAIN_01 .tabset-link.second {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--point2); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--point2)!important;  background-color:#fff;
}
.GNS_MAIN_01 .tabset-link.second:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--point2); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--point2)!important;  background-color:#fff!important;
}




.GNS_MAIN_01 .tabset-link.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.GNS_MAIN_01 .tabset-link.second.active {
color: var(--point2-hover)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--point2-hover); ;  background-color:  #fff!important; 
}
.GNS_MAIN_01 .tabset-link.second.active:hover{
color: var(--point2-hover)!important;   
}


.GNS_MAIN_01 .tabset-link.second.active a{
color: var(--point2-hover);
}


.GNS_MAIN_01 .tabset-link.second .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.GNS_MAIN_01 .tabset-link.second .morebtn i{  font-size:35px; color:var(--point2); 
}



.GNS_MAIN_01 .tabset-link.second.active .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.GNS_MAIN_01 .tabset-link.second.active .morebtn i{  font-size:35px; color:var(--point2-hover);  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
-webkit-transform: scale(0.95);
	transform: scale(0.95); 
}
.GNS_MAIN_01 .tabset-link.second.active .morebtn:hover i{  font-size:35px; color:#333; 	-webkit-transform: scale(1);
	transform: scale(1); 
}






.GNS_MAIN_01 .tabset-link.all {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 20px 13px 20px; border:2px solid  var(--tertiary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--tertiary)!important;  background-color:#fff;
}
.GNS_MAIN_01 .tabset-link.all:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 20px 13px 20px; border:2px solid  var(--tertiary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--tertiary)!important;  background-color:#fff!important;
}




.GNS_MAIN_01 .tabset-linkall.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.GNS_MAIN_01 .tabset-link.all.active {
color: var(--tertiary-700)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--tertiary-700); ;  background-color:  #fff!important; 
}
.GNS_MAIN_01 .tabset-link.all.active:hover{
color: var(--tertiary-700)!important;   
}


.GNS_MAIN_01 .tabset-link.all.active a{
color: var(--tertiary-700);
}












.GNS_MAIN_01 .content-swiper-box {
position: relative;
display: none
}

.GNS_MAIN_01 .content-swiper-box.active {
display: block
}

.GNS_MAIN_01 .content-swiper {
overflow: hidden;
position: relative;

}

.GNS_MAIN_01 .content-swiper .swiper-wrapper {
position: relative
}

.GNS_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
}

.GNS_MAIN_01 .rank-box strong {
color: var(--white);
margin-top: -0.8rem;font-size: 14px
}

.GNS_MAIN_01 .rank-box.rank-no1 {
background: url(../icons/ico_rank_color.svg) no-repeat center
}

.GNS_MAIN_01 .cardset {
display: block;
width: 100%; 
}

.GNS_MAIN_01 .cardset .co-gary {
color: var(--text-color4)
}

.GNS_MAIN_01 .cardset .co-red {
color: #ee1c25
}

.GNS_MAIN_01 .cardset .cardset-figure {
position: relative;
height: 41rem;
border-radius: 4rem;
overflow: hidden
}

.GNS_MAIN_01 .cardset .cardset-body {
padding: 0;

}

.GNS_MAIN_01 .cardset .cardset-desc {
margin-bottom: 0
}

.GNS_MAIN_01 .cardset .cardset-desc+.cardset-desc {
margin-top: 0.4rem
}

.GNS_MAIN_01 .cardset .cardset-del {
margin-top: 2.4rem
}

.GNS_MAIN_01 .cardset .cardset-price {
display: inline-flex;
align-items: center;
gap: 0.4rem;
margin-top: 0.4rem
}

.GNS_MAIN_01 .swiper-button-prev,
.GNS_MAIN_01 .swiper-button-next {
width: 6.4rem;
height: 6.4rem;
margin-top: 0;
top: calc(50% - 8rem); left: 0px;
transform: translateY(-50%); 
}


.GNS_MAIN_01 .swiper-button-prev::after,
.GNS_MAIN_01 .swiper-button-next::after {
content: none
}

.GNS_MAIN_01 .swiper-button-next.swiper-button-disabled,
.GNS_MAIN_01 .swiper-button-prev.swiper-button-disabled {
opacity: 0.5
}

.GNS_MAIN_01 .swiper-horizontal>.swiper-pagination-progressbar {
top: auto;
bottom: 0;
height: 3px
}

.GNS_MAIN_01 .content-swiper .swiper-pagination-progressbar {
background: var(--line-color1)
}

.GNS_MAIN_01 .content-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--primary)
}





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.GNS_MAIN_01  .content-swiper-wrap{  padding: 0px 0px}
.GNS_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; background-repeat: no-repeat}
.GNS_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; background-repeat: no-repeat}




}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.GNS_MAIN_01 .swiper-button-prev,
.GNS_MAIN_01 .swiper-button-next {
left: auto;
top: auto;
bottom: 0;
transform: none;
width: 40px;
height: 40px
}
.GNS_MAIN_01  .content-swiper-wrap{  padding: 0px 0px}
.GNS_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);background-repeat: no-repeat}
.GNS_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);background-repeat: no-repeat}





}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .GNS_MAIN_01 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .GNS_MAIN_01 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .GNS_MAIN_01 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .GNS_MAIN_01 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}

