@charset "utf-8";
html{
  scroll-behavior: smooth;
}
.gift_visual{
    margin-top: 50px;
    width: var(--default-width);
    margin: 0 auto;
    color: var(--text-color);
    text-align: center;
}
 
.gift_visual > h4{
    padding: 30px 0 10px;
    font-size: 36px;
    font-family: 'TmonMonsori';
}
.gift_visual > p{
    font-size: 16px;
}
 
.gift_visual > .right{
    font-family: 'TmonMonsori';
    font-size: 66px;
    padding-right: 116px;
}
.gift_visual > .left{
    font-size: 23px;
    font-weight: 600;
    padding-left: 85px;
}
.gift_product{
    padding-top: 54px;
    width: var(--default-width);
    margin: 0 auto;
}
.gift_product > ul::after{
    content: '';
    display: block;
    float: none;
    clear: both;
}
.gift_product > ul > li{
    float: left;
    margin-right: 42px;
    width: 450px;
    background-color: #fff;
    border-radius: 70px;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .1);
    margin-bottom: 70px;
}
.gift_product > ul > li:nth-child(3n){
    margin-right: 0;
}
.gift_product > ul > li > .img > img{
    width: 100%;
}

.gift_product > ul > li > .keyword > ul{
    /* padding: 9px 16px 9px; */
    padding:20px 20px 10px;
}
.gift_product > ul > li > .keyword > ul > li{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    color: #4b4b4b;
    background-color: #ededed;
    border-radius: 3px;
    margin-right: 5px;
}
.gift_product > ul > li > h5{
    padding-left: 20px;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 8px;
}
.gift_product > ul > li > .price{
    font-size: 30px;
    font-weight: 800;
    padding-left: 20px;
    padding-bottom: 46px;
}
.gift_product > ul > li > .price > span{
    font-weight: 400;
}
.gift_product > ul > li > .option{
    border-top: 1px solid #eee;
    box-sizing: border-box;
    padding: 36px 0 62px 20px;
    font-size: 16px;
}
.gift_product > ul > li > .option > li{
    height: 30px;
    line-height: 30px;
    color: var(--text-color);
    padding-left: 15px;
    box-sizing: border-box;
    background: url(../img/green-circle-svgrepo-com.svg);
    background-size: 8px ;
    background-repeat: no-repeat;
    background-position: 0 13px;
    
}
.gift_product > ul > li > .option > li > span{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #f9d976;
    border-radius: 15px;
    padding: 0 7px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin:  0 4px 4px;
}
.gift_product > ul > li > .option > li > a{
    background-color: var(--text-color);
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-left: 5px;
}
.gift_product > ul > li > .img.best{
    position: relative;
}
.gift_product > ul > li > .img.best::after{
    content: 'best';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: var(--point-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 600;
    top: 30px;
    left: 30px;
}

.gift_product > ul > li > .img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 296px;
}
.gift_product > ul > li > .img.n11{
    background-image: url('../img/gift_product0101.png');
}


.gift_product > ul > li > .option > li > a:hover{
    background-color: #000;
}
.gift_faq_banner_wrap{
    text-align: center;
    font-weight: 100;
    font-size: 50px;
    padding-top: 70px;
}
.gift_faq_banner_wrap > a{
    position: relative;
}
.gift_faq_banner_wrap > a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 6px; /* 텍스트 아래 약간 떨어진 위치 */
      width: 0%;
      height: 22px;
      background-color: var(--main-color);
      transition: width 0.3s ease;
      z-index: -1;
    }

.gift_faq_banner_wrap > a:hover::after {
      width: 100%;
    }

    .sub_top_banner_wrap.on .sub_top_banner{
        z-index: 99999;
        top: 2.5rem;
    position: fixed;
    }

    .gift_contents::before{
        content: '';
        display: block;
        height: 70px;
    }
