@charset "utf-8";
html{
  scroll-behavior: smooth;
}
.top_slogun{
    font-size: 32px;
    color: #c2c2c2;
    font-family: 'TmonMonsori';
    text-align: center;
    padding: 80px 0 60px;
}
.top_slogun img{
    height: 100px;
    margin: 0 30px;
}
.cake_contents{
    width: var(--default-width);
    margin: 0 auto;
    color: var(--text-color);
    text-align: center;
}
.cake_contents > ul > li > .img img{
    width: 90%;
}
.cake_contents > ul::after{
    content: '';
    display: block;
    float: none;
    clear: both;
}
.cake_contents  > ul > li{
  float: left;
    margin-right: 42px;
    width: 450px;
    overflow: hidden;
    margin-bottom: 70px;
}
.cake_contents  > ul > li:nth-child(3n){
    margin-right: 0;
}
.cake_contents > ul > li > .con > h6{
    font-size: 24px;
    padding-top: 40px;
    font-weight: normal;
}
.cake_contents > ul > li > .con > p.sub{
    color: #afafaf;
    font-size: 16px;
}
.cake_contents > ul > li > .con > .preice{
    display: flex;
    color: #9254b3;
    font-size: 16px;
    padding-top: 10px;
}
.cake_contents > ul > li > .con > .preice > div{
    width: 50%;
}
.cake_contents > ul > li > .con > .preice > .left{
    text-align: right;
    padding: 5px;
}
.cake_contents > ul > li > .con > .preice > .right{
    text-align: left;
    padding: 5px;
}
.cake_contents > ul > li > .con > .preice > div > span{
    font-weight: bold;
}
.cake_contents_options > h3{
    text-align: center;
    padding: 50px 0 30px;
    font-size: 36px;
    font-family: 'TmonMonsori';
    color: var(--text-color);
}
.cake_faq_banner_wrap{
    text-align: center;
    font-weight: 100;
    font-size: 50px;
    padding-top: 120px;
}
.cake_faq_banner_wrap > a{
    position: relative;
}
.cake_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;
    }

.cake_faq_banner_wrap > a:hover::after {
      width: 100%;
    }
    .cake_contents_options{
        width: 1024px;
        margin: 0 auto;
    }
    .cake_contents_options > .option_con > ul{
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .cake_contents_options > .option_con > ul > li > .img{
        background-color: #eee;
        border-radius: 50%;
        height: 300px;
        width: 300px;
        line-height: 300px;
        overflow: hidden;
    }
    .cake_contents_options > .option_con > ul > li > .con{
    color: #9254b3;
    font-size: 16px;
    padding-top: 10px;
}
.cake_contents_options > .option_con > ul > li > .con >span{
    font-weight: bold;
    margin-left: 6px;
}