@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");

iframe.video {
    border: 0;
    width: -webkit-fill-available;
   height: 500px;
}

:root{
    --bg-white: #fff;
    --nav-bg: #370474;
    --primary-purple-color: #5D0DBE;
    --primary-purple-color-hover: #470894;
    --primary-text: #232323;
    --text-white: #fff;
}
*{
  font-family: 'Pretendard', sans-serif; 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p{
    margin: 0;
}
body{
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    background: #f9f9f9;
}
.hidden{
    display: none!important;
}
.navbar-brand > img {
    width: 150px;
  }
  .auth_body .bg-light{
      background: var(--nav-bg)!important;
  }
  .auth_body .navbar-nav .nav-item .nav-link{
      color: var(--text-white);
      font-size: 17px;
  }
  .auth_body .navbar-nav .nav-item .nav-link.active {
    color: #ffd581;
    font-weight: bold;
}
.addfund_cta{
    color: white;
    position: relative;
    top: -1px;
    border: 1px solid white;
    border-radius: 12px;
    background-color: #151b3c;
    font: normal normal normal 12px/14px Noto Sans KR;
    letter-spacing: 0px;
    padding: 1px 8px 3.5px 8px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(230, 230, 230); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary-purple-color); 
    border-radius: 50px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:#4d09a0; 
  }
footer{
    background: var(--nav-bg);
    padding: 4rem 0;
}
.footer_wrap{
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    justify-content: space-between;
    align-items: center;
}
.footer_wrap .logo img{
    width: 120px;
}
.footer_wrap .company_infos {
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer_wrap .info_text{
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.footer_wrap .info_text .item{
    font-size: 14px;
    color: var(--text-white);
}
.links_footer .link {
    border: none;
    background: transparent;
    color: #fff;
}
.links_footer .link:first-child:after{
    padding-left: 5px;
    content: '|';
}

#modalPop .modal-content{
    border-radius: 2rem;
    padding: 3rem;
    border: none;
}

#modalPop .modal-content .modal_scroller{
    height: 360px;
    overflow: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#modalPop .modal-content .modal_title_tr{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.btn_terms_modal {
    width: 100%;
    padding: 1rem 0;
    border-radius: 50px;
    font-size: 18px;
    color: var(--bg-white);
    background: var(--primary-purple-color);
    border: none;
    outline: none;
    margin-top: 20px;
}
.btn_terms_modal:hover{
    outline: none;
    background: var(--primary-purple-color-hover);
}
.shrinker{
    top: -500px;
    transition: 0.5s;
}
.addNavTop{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.announce_scroller{
    height: 250px;
    overflow: auto;
}

.btn.btn-primary{
    display: flex;
   align-items: center;
    text-align: center;
    justify-content: center;
}
.card-body .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 11px;
}

/* After Login */

.auth_main{
    min-height: 970px;
    margin-bottom: 3rem;
}
.no_auth_main{
    min-height: 400px;
}
#page_title {
    padding: 3rem 0;
}

#page_title .contents .title {
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.page_title_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page_title_wrap .icons {
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: var(--primary-purple-color);
    color: #fff;
    font-size: 28px;
    border-radius: 10px;
}

.card_custom{
    box-shadow: 10px 10px 50px #00000029;
    border-radius: 38px;
    border: 0;
    margin: 0;
    padding: 1rem 2rem;
}

.form-control {
    border: 1px solid #cbcbcb;
    background-color: #efefef;
    border-radius: 38px;
    height: 52px;
    font: normal normal normal 14px/20px Noto Sans KR;
    letter-spacing: -0.42px;
    color: #333333;
    padding-left: 18px;
    padding-right: 30px;
}

.auth_body .btn.btn-primary,
.btn_custom,
.btn_notauth {
    height: 52px;
    background: var(--primary-purple-color);
    border-radius: 38px;
    font: normal normal normal 20px/29px Noto Sans KR;
    color: #ffffff;
    border: none;
    padding-bottom: 8px;
    width: 100%;
    transition: 0.3s;
  padding-bottom: 8px;
}
.auth_body .btn.btn-primary:hover,
.btn_custom:hover,
.btn_notauth {
    background: var(--primary-purple-color-hover);
}
.cat_filter_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.cat_filter_wrap .btn_cat_filter {
    border:none;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    opacity: 0.6;
}
.btn_cat_filter.active{
    opacity: 1;
}
.btn_cat_filter .icon {
    font-size: 35px;
    color: #fff;
}
.btn_cat_filter .content p{
    color: #fff;
}
.btn_cat_filter.btn_insta{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btn_cat_filter.btn_fb{
    background: #4e6abd;
}
.btn_cat_filter.btn_etc{
    background: #00a9ff;
}
.btn_cat_filter.btn_yt{
    background: #d40c18;
}
.form-group {
    margin-bottom: 22px;
}
.control-label {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}
.control-label .neworder-step__title{
    font: normal normal bold 16px/24px Noto Sans KR;
    letter-spacing: -0.48px;
    color: var(--primary-purple-color);
    padding-right: 5px;
}
.control-label a{
    display: inline-block;
    vertical-align: text-top;
    font: normal normal normal 11px/15px Malgun Gothic;
    letter-spacing: 0px;
    color: #ffffff;
    background: var(--primary-purple-color) 0% 0% no-repeat padding-box;
    padding: 1px 5px 3px 5px;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 11px;
}
.control-label .neworder-step__title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background: #cccccc;
    margin-left: 10px;
    margin-right: 2px;
}
#server {
    padding: 1rem 0rem;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #fff;
}
#server .server_text{
    font-size: 18px;
}

/*MASS ORDER*/
.form-control.massOrder {
    border-radius: 10px;
    height: 200px;
}
/*Add Fund Page */
   .table_content .table {order-collapse: unset;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 0px;
}

.table_content .table tr th:first-child, 
.table_content .table tr td:first-child {
    border-left: none;
}
.table_content .table tr th, 
.table_content .table tr td {
    white-space: nowrap;
    text-align: center;
    border: none;
    border-bottom: 1px solid #d2d2d8;
    border-right: 1px solid #d2d2d8;
    font: normal normal normal 13px/22px Malgun Gothic;
}
.table_content .table tr th {
    background-color: #efefef;
}
.table_content .table tr th:last-child, 
.table_content .table tr td:last-child {
    border-right: none;
    text-align: center;
}
.btn.btn-primary.btn_kakao {
    background: #f9c940;
    color: #000;
}
.btn.btn-primary.btn_kakao:hover{
   background: #daaf38;
    color: #000;
}
.fund_content ul li {
    margin-bottom: 20px;
}

.fund_content.tips ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 23px;
    min-height: 320px;
}

.fund_content.tips ul li {
    margin-bottom: 20px;
    font-size: 14px;
}

.fund_content.tips ul li::before {
    content: '*';
}
/*Ticket Page*/
.form-control.ticket_msg {
    border-radius: 10px;
    height: 300px;
}
.messages.message_support{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.messages.message_support .messages {
    width: 70%;
    background: #37047421;
    padding: 10px;
    border-radius: 10px;
}
.messages.message_user{
    width: 70%;
    float: right;
    margin-bottom: 15px;
}
.message_user .messages {
    width: 100%;
    background: #13f5c421;
    padding: 10px;
    border-radius: 10px;
}
.form-control.text_box{
    height: 200px;
    border-radius: 10px;
}
/* Reset Password */
.resetPassword{
    margin-top: 6rem;
}

/* Order Page */
.order_top_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.order_top_wrap .top_wrap_left > ul > li > a {
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #5d0dbe;
    border-radius: 11px;
    color: #000;
    margin-bottom: 15px;
    transition: 0.5s;
}
.order_top_wrap .top_wrap_left > ul > li > a:hover{
    background: var(--primary-purple-color);
    color: #fff;
}
.order_top_wrap .top_wrap_left > ul > li.active > a {
    background: var(--primary-purple-color);
    color: #fff;
}

.top_wrap_right .input-group .form-control{
    border-radius: 50px!important;
    border-color: #5d0dbe;
}
.top_wrap_right .input-group .input-group-btn .btn.btn-default{
    border: 1px solid var(--primary-purple-color);
    text-align: center;
    margin-left: 9px;
    display: flex;
    border-radius: 50px;
    padding: 12px 33px;
    background: #5d0dbe;
    color: #fff;
}

/* Order Table */
.table_wraper{
    overflow: scroll;
    border-style: groove;
}
.table_wraper.orders table.table {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table_wraper.orders table.table thead tr>th {
    border-bottom: none;
    background: #5d0dbe;
    color: #fff;
}
.table_wraper.orders .table th {
    background: none;
}
.table_wraper.orders th, 
.table_wraper.orders td{
    white-space: nowrap;
    font-weight: normal;
    padding: 5px 10px 8px 10px;
    font-size: 13px;
    text-align: center!important;
}

/* Service Page Table */
#topServices .search {
    display: flex;
}
#topServices .search .input-group-btn button{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #370474;
    margin: 0px 10px;
    padding: 1rem 4rem;
    border-radius: 50px;
    color: #fff;
}


/* Signup wrap */
.signup_wrap {
    position: relative;
}
.signup_wrap > .signup_btn{
    position: absolute;
    top: 10px;
    right: 10px;
}
.signup_wrap >.signin_logo{
    position: absolute;
    top: 10px;
    left: 10px;
}
.signup_wrap >.signin_logo img {
    width: 150px;
}
.signup_wraper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.signup_wraper .left_wrap{
    width: 48%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.signup_wraper .left_wrap .left_inner_wrap{
    width: 100%;
    padding-left: 5rem;
    padding-right: 2rem;
}

.marketing h1 {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
      padding-top: 53px;
}

.marketing h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #4B4A4A;
}

h4.aos-init.aos-animate {
    color: #ff6a6a;
    padding-top: 21px;
}

.signup_wraper .right_wrap{
    width: 48%;
}
.sign_up_title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 13px;
      font-size: 20px;
}
.sign_up_title h2 {
    font-size: 35px;
    font-weight: 900;
    color: #470894;
}
.home_btn {
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: center;
    font-size: 21px;
    color: gray;
    z-index: 999;
    font-weight: bold;
    text-transform: capitalize;
}
.home_btn:hover{
    color: var(--primary-purple-color);
}
.right_img{
    pointer-events: none;
}


/* Sign in page css */
#features,
#counter{
    padding: 3rem 0;
    text-align: center;
}

#features .feture_wrap .icon {
    text-align: center;
  }
  #features .feture_wrap .icon img {
    width: 150px;
    margin-bottom: 20px;
  }
  #features .content {
    margin: 0 auto;
    width: 90%;
  }
  #features .feture_wrap .content h4 {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #features .feture_wrap .content p {
    font-size: medium;
    text-align: center;
    line-height: 1.5;
  }
  .feture_wrap .sec_title {
    text-align: center;
  }
  #counter .sec_title h2 ,
  #features .sec_title h2 {
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 4rem;
    text-align: center;
  }

  .count_wrap{
      text-align: center;
      margin-bottom: 3rem;
  }
  .count_wrap .icon{
      text-align: center;
  }
  .count_wrap .icon img{
      width: 180px;
      margin-bottom: 20px;
  }
  .count_wrap .content h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .count_wrap .content p{
    font-size: x-large;
    font-weight: bolder;
    text-align: center;
    line-height: 1.5;
  }
/* Services Part */
#services{
    padding: 7rem 0;
    text-align: center;
}
#services .sec_title h2{
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 15px;
}
#services .sec_title {
    font-size: 16px;
    margin-bottom: 5rem;
}
#services
#services .services_wrap{
    text-align: center;
    margin-bottom: 3rem;
}
#services .services_wrap .icon{
    text-align: center;
}
#services .services_wrap .icon img{
    width: 104px;
    margin-bottom: 20px;
}
#services .services_wrap .content h3{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
}
#testLogin {
    margin-top: 20px;
    padding: 15px 60px;
        border-radius: 17px;
    border: none;
    background: #fff;
    color: #232323;
    font-weight: bold;
    font-size: 18px;
  letter-spacing: 8px;
    font-family: 'Pretendard', sans-serif;
  }
/* Contact Support System */
#testimonial{
    padding: 5rem 0;
}
#testimonial .support_wrap h3 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #testimonial .support_btn .btn_support{
    padding: 20px 100px;
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 18px;
    background: var(--primary-purple-color);
    font-weight: bold;
    transition: 0.45s;
  }
  #testimonial .support_btn .btn_support:hover{
    background: var(--primary-purple-color-hover);
    color: #fff;
  }

 .no_auth #navbar{
      background: var(--nav-bg);
  }

.no_auth #navbar .nav-item .nav-link{
    color: #fff;
  }

  #banner{
     min-height: 81vh;
     background: #470894;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     display: flex;
     align-items: center;
  }
  .banner h3 {
font-size: 43px;
    color: #fff;
    font-weight: 900;
    text-shadow: #c9c9c9 1px 1px 2px;
    letter-spacing: -0.01em;
    font-family: 'Pretendard', sans-serif;
    margin-bottom: 15px;
    line-height: 78px;
    }

    .banner h2{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    }

    /* Testimonial  */
    .title_testi {
        margin-bottom: 3rem;
      }
      .title_testi h2{
        font-size: 35px;
        font-weight: bolder;
        margin-bottom: 15px;
      }
    .testimonial_wraper .single_item {
        display: flex;
        gap: 30px;
        align-items: center;
        padding: 1rem 0;
      }

      .testimonial_wraper .content{
        background:rgba(200, 200, 200, 0.24);
        padding: 10px;
        border-radius: 10px;
      }
      .testimonial_wraper .content p{
          margin-bottom: 10px;
      }
      .testimonial_wraper .content .name{
          color: rgb(127, 127, 127);
      }
    .testimonial_wraper .single_item .item_left{
        display: flex;
        align-items: center;
        gap: 20px;
      }

      .testimonial_wraper .single_item .item_left .user img{
        width: 100px;
      }

      .testimonial_wraper .single_item .item_right{
          display: flex;
          align-items: center;
          gap: 20px;
      }

      .testimonial_wraper .single_item .item_right .user{
          order: 1;
      }
      .testimonial_wraper .single_item .item_right img{
          width: 100px;
      }
    /* Loading */

    .loading {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        z-index: 99;
        background: #fff;
        opacity: 1;
        pointer-events: none;
        transition: 1s;
      }
      .loading.hideLoader{
          opacity: 0;
          
      }
.w-0 {
    width: 0;
  }
  .f-w-0 {
    filter: url(#w-0);
  }
  .stop1 {
    stop-color: var(--primary-purple-color);
  }
  .stop2 {
    stop-color: rgb(37 99 235);
  }
  .path-class {
    animation: key01 8s infinite linear;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
  }
  .cricle-class {
    animation: key01 4s infinite linear;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
  }
  .svg-class-1 {
    filter: blur(5px);
    opacity: 0.3;
    position: absolute;
    transform: translate(3px, 3px);
  }
  @keyframes key01 {
    0% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: -403px;
    }
  }

  .navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(249, 249, 249);
  }

/*
#################################

----------------------- RESPONSIVE AREA FOR ALL DEVICES

################################
*/

@media only screen and (max-width: 991px) {
/* Footer */
    .footer_wrap{
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        text-align: center;
    }
    .footer_wrap .info_text{
        justify-content: center;
    }
}


@media only screen and (max-width: 768px) {
    
    #modalPop .modal-content{
        border-radius: 1rem;
        padding: 2rem;

    }
    .order_top_wrap{
        flex-direction: column;
    }
    .signup_wrap .left_wrap{
        width: 100%;
    }
    .signup_wrap .right_wrap{
        display: none;
    }
    .signup_wraper .left_wrap .left_inner_wrap{
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
          padding-top: 5rem;
      padding-bottom: 7rem;
    }
    .testimonial_wraper .single_item{
        flex-direction: column;
    }
}


@media only screen and (max-width: 550px) {
  .count_wrap .content h3 {
    font-size: 87%;
    font-weight: bold;
    margin-bottom: 10px;
}
  
  img.kakaoChat {
    position: fixed;
    right: 1px;
    bottom: 20px;
width: 6.5rem;
    height: 6.5rem;
    z-index: 99;
}
  
  h2.text-center.aos-init.aos-animate {
    font-weight: 700;
    font-size: 110%;
}
  
  .count_wrap .icon img {
    width: 100%;
    margin-bottom: 20px;
}
  
    #testiRun{
        overflow: hidden;
    }
    #modalPop .modal-content{
        border-radius: 1rem;
        padding: 1rem;
    }
    .cat_filter_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    #banner {
    min-height: auto;
    padding: 4rem 0;
    background-image: url(https://storage.perfectcdn.com/2t0awj/y7rzku9r5gt2y1il.png);
      }
    .banner{
        text-align: center;
    }
    .banner h3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    text-shadow: #c9c9c9 1px 1px 2px;
    letter-spacing: -0.01em;
    font-family: 'Pretendard', sans-serif;
    margin-bottom: 15px;
    line-height: 55px;
      }
    .banner h2 {
        text-align: center;
        font-size: 14px;
        margin: 1rem 0;
      }
  
  h4.aos-init.aos-animate {
    font-size: 18px;
    padding-top: 7px;
}
  
  .marketing h1 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 100%;
    /* line-height: 43px; */
    text-align: center;
    padding-top: 31px;
}
  
  .marketing h2 {
    font-weight: 500;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    color: #4B4A4A;
}
  
      #banner .right_img {
          display: none;
      }
      .card_custom{
        border-radius: 15px;
        padding: .5rem;
        margin-bottom: 30px;
      }
    }


@media only screen and (max-width: 480px) {
    /* Footer */
    .footer_wrap{
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
        text-align: center;
            font-size: 8px;
      
    }
    .footer_wrap .info_text .item {
        font-size: 13px;

    }
    
}


@media only screen and (max-width: 370px) {
/* Footer */
    .footer_wrap .info_text{
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }
    .footer_wrap .info_text .item{
        font-size: 14px;
    }
}





* {font-family: 'Pretendard', sans-serif;}


 .kakaoChat {
    position: fixed;
    right: 62px;
    bottom: 62px;
    width: 109px;
    height: 109px;
    z-index: 99;
}



@media screen and (max-width: 1102px)
{
  
iframe.video {
    border: 0;
    width: -webkit-fill-available;
    height: 300px;
}

.kakaoChat {
  position: fixed;
  right: 1px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 99;
}

}



.faq-header{
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 7px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 18px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 5px 8px 4px 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 16px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  z-index: 99;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 11px;
  margin-top: -8px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}



.faqcard{
    box-shadow: 10px 10px 50px #00000029;
    border-radius: 38px;
    border: 0;
    margin: 0;
    padding: 1rem 2rem;
  background-color: white;
}

.topimg{
  width: -webkit-fill-available;


}


.feture_wrap.mb-3.aos-init.aos-animate {
    transition: all 0.2s ease;
    cursor: pointer;
}

.feture_wrap.mb-3.aos-init.aos-animate:hover {
    transform: scale(1.2);
}

.count_wrap.aos-init.aos-animate {
    transition: all 0.2s ease;
    cursor: pointer;
}



.count_wrap.aos-init.aos-animate:hover{
    transform: scale(1.2);
}

.services_wrap.aos-init.aos-animate{
    transition: all 0.2s ease;
    cursor: pointer;
}


.services_wrap.aos-init.aos-animate:hover{
    transform: scale(1.2);
}


#testLogin:hover {
    color: #ffffff;
    background-color: #374291;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

a.btn.btn-secondary.btn_support:hover {
    color: #ffffff;
    background-color: #374291;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}



.auth_body .navbar-nav .nav-item .nav-link:hover {
   color:blue;
  transform: scale(1.1);
  padding-left:1rem;
  
}

.no_auth #navbar .nav-item .nav-link:hover{
   color:blue;
  transform: scale(1.1);
  padding-left:1rem;
  
}

input#remember {
    margin-right: 7px;
}

.kakaoChat:hover {
    transform: scale(1.1);
}

.btn_cat_filter.btn_insta:hover{
opacity: 1;
   transform: scale(1.05);
}
.btn_cat_filter.btn_fb:hover{
opacity: 1;
   transform: scale(1.05);
}
.btn_cat_filter.btn_yt:hover{
opacity: 1;
   transform: scale(1.05);
}
.btn_cat_filter.btn_etc:hover{
opacity: 1;
   transform: scale(1.05);
}



.order-actions a.btn.btn-xs.btn-primary {
    height: 23px;
    background: var(--primary-purple-color);
    border-radius: 38px;
    font: normal normal normal 15px/25px Noto Sans KR;
    color: #ffffff;
    border: none;
    padding-bottom: 8px;
    width: 100%;
    transition: 0.3s;
    padding-bottom: 8px;
}

.pagination li {
    margin-right: 4px;
    font-size: 20px;
    letter-spacing: 4px;
}

/* ==========================================================================
   부트스트랩 5 에셋 전환으로 인해 누락된 퍼펙트 패널 코어 필수 클래스 강제 복구
   ========================================================================== */
.hidden { 
    display: none !important; 
    visibility: hidden !important; 
}
.visible { 
    display: block !important; 
    visibility: visible !important; 
}