/* all, common, response : v-cash에서 사용하던 legacy css */
/* style.css : v-desk 신규 정의 css 및 override css */
body {
    background-color: #fcfcfc;
}

/*나혜린 추가*/
.main_cont{position: unset !important; display: flex; width:100%; justify-content: center; max-width:unset !important; align-items: center;}
.main_cont .txt_box{position: unset !important; margin-left:-100px; margin-bottom:90px; word-break: keep-all;}
@media screen and (max-width:1328px){
.main_cont{flex-direction: column; text-align: center;}
.main_cont .txt_box{margin-left:0; margin-bottom:0; width: 100% !important; word-break: keep-all;}
}

/*로그인*/
.xi-check-min{display: flex; justify-content: center; align-items: center;}
.xi-check-min img{height:9px;}


/*메인 추가*/
.tab_wrap .container .head_txt h2{white-space: pre-line; color:#111111; font-size: 70px; font-weight:400; line-height: 95px;}
.tab_wrap .container .head_txt p{color:#555555;font-size: 22px; margin-top:65px;}
.tab_item{display: flex; justify-content: space-between; max-width: 968px; width:100%; align-items: center; margin:0 auto; margin-bottom:48px; margin-top:83px;}
.tab_item li{width:100%; cursor: pointer; max-width:180px;}
.tab_box{}
.tab_cont{width:100%; max-width: 1200px; height:675px; border:1px solid #111111; margin:0 auto;}

.tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_btn ul li img {
  width:100%;
}

/* new 탭  */
.new_tab_area{
  margin-top: 80px;
}
.new_tab_area .new_tab_btn {
  margin-bottom: 60px;
}
.new_tab_area .new_tab_btn .new_tab_list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 999px;
  box-sizing: border-box;
  gap: 10px;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
  border-radius: 999px;
  gap: 8px;
  padding: 20px 0px;
  font-size: 20px;
  cursor: pointer;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item.active {
  background-color: #fff;
  transition: all 0.3s ease;
}

.new_tab_area .new_tab_btn .new_tab_list .new_tab_item span {
  color: #777;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item.active span {
  color: #111;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item:hover span {
  color: #111;
}


.new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div img {
  width: 30px;
  height: auto;
}
.new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div:last-child img {
  width: 40px;
  height: auto;
}

.new_tab_area .new_tab_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.new_tab_area .new_tab_box .new_tab_cont {
  width: 100%;
  max-width: 1200px;
  height: auto;
  opacity: 0.7;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  top: 0;
  left: 0;
}

.new_tab_area .new_tab_box .new_tab_cont.active { 
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
  transition: all 0.8s ease-out;
}

.new_tab_area .new_tab_box .new_tab_cont:not(.active) {
    position: absolute;
    transition: none;
}

.new_tab_area .new_tab_box .new_tab_cont .new_tab_flex {
    display: flex;
    gap: 30px;
}

.new_tab_area .new_tab_box .new_tab_cont .new_tab_flex .new_tab_flex_item {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
}

.new_tab_box.mobile .new_tab_flex_item {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.btn_area{
  width:100%; max-width: 1200px; margin:0 auto;text-align: center;
}
.bg4{background: #ffffff;}
.pd_0{padding:0 !important;}
.pdt_0{padding-top:0 !important;}


/*구독*/
.sub_card{display: flex; width:100%; justify-content: center; gap:20px;}
.subscribe_area{max-width:387px; width:100%;padding:40px 23px; background: #F9F9F9; border-radius: 30px; cursor: pointer;}
.sub_box{}
.product_intro{text-align: left;}
.product_intro .p_name{font-size:20px;color:#111111;font-weight:500; margin-bottom:18px;}
.product_intro .p_txt{font-size:16px; font-weight:400; color:#777777; margin-bottom:4px;}
.product_intro .p_price{color:#777777; font-weight:400; font-size:16px;margin-bottom:42px;}
.product_intro .p_price strong{font-size:40px; font-weight:600; line-height: 56px; color:#111111;} 
.p_btn_area{}
.p_btn_area p{margin-bottom:50px; color:#777777 !important; font-size:16px !important;}
.p_btn{ height:60px; /*max-width: 339px;*/ color:#FFFFFF; background: #111111; font-weight:700; font-size:20px;  border-radius: 50px;  border:none; padding:10px 50px;}
.p_btn_area p{font-size:16px; color:#777777;}
.p_list{width:90%; border-bottom:1px solid #D9D9D9; padding:0 10px; display: inline-block; padding-bottom:30px; margin-bottom:30px;}
.p_list li{display: flex; align-items: center; color:#777777; margin-bottom:8px;}
.p_list li::before{content: ''; width:3px; height:3px; background:#777777; border-radius: 50%; margin-right:19px;}
.p_list li:last-child{margin-bottom:0;}
.contact_area{ max-width:1090px; width:100%; margin:0 auto; display: flex; justify-content: space-between; padding:135px 0 196px;}
.contact_area img{width:600px; height:400px;}

.contact_area .p_btn {
  padding: 10px 50px;
  background-color: #f44336;
  transition: all 0.3s ease;
  border: none;
  font-weight: 500;
}

.contact_area .p_btn:hover {
    background-color: #d33025;
}

.download_wrap .c_tit_txt {
  padding: 0 5px;
}

.txt_cont{text-align: left;}
.txt_cont 
.txt_cont .c_tit_txt{}
.txt_cont .c_tit_txt span{font-size:16px; color:#777777; margin-bottom:6px;}
.txt_cont .c_tit_txt h1{color:#111111; font-size: 40px; font-weight: 500; line-height: 56px;margin-bottom:42px; } 
.chk_list_gray{margin-top:60px;}
.chk_list_gray li{color:#333333; font-size: 16px;}
.mb_19{margin-bottom:19px;}
.back_co1{background: #F44336 !important;}
.width_100{width:100%;}
.p_bottom .p_more_btn_mobile {
  display: none;
}
/*.r_info_area.info1 h2::before {
    background-image: url('../images/percent.svg');
}
.r_info_area.info2 h2::before {
    background-image: url('../images/paid.svg');
}
.r_info_area.info3 h2::before {
    background-image: url('../images/megaphone.svg');
}
.r_info_area h2::before {
    width: 40px;
    height: 40px;
    content: '';
    display: inline-block;
    left: -26px;
    position: absolute;
}*/
/*스와이퍼 슬라이드 커스텀 1*/
/* 좌우 위치 */
.custom-prev {
    
    background-image: url('../images/prev_ico.svg');
    
    
    }
    .custom-next {
    
    background-image: url('../images/next_ico.svg');
    
    }

.content-title-con {
    margin-bottom: 50px;
}

.content-title-con h2 {
    color: #222;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 140% */
    word-break: keep-all;
}

.content-title-con h2 em {
    color: #f44336;
    font-style: normal;
}

.content-title-con p {
    margin-top: 5px;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    word-break: keep-all;
}

.callout {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
}

i[class^='icon'] {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

i.icon-return {
    width: 15px;
    height: 15px;
    background-image: url('../images/icon-return.svg');
}

i.icon-record {
    width: 22px;
    height: 15px;
    background-image: url('../images/icon-record.svg');
}

i.icon-darkmode {
    width: 22px;
    height: 15px;
    background-image: url('../images/icon-darkmode.svg');
}

i.icon-auth {
    width: 22px;
    height: 15px;
    background-image: url('../images/icon-auth.svg');
}

i.icon-ip {
    width: 17.4px;
    height: 15px;
    background-image: url('../images/icon-ip.svg');
}

.footer {
    background-color: #212121;
}

.footer__inner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 80px;
}

.footer__inner .footer_cont {
    display: flex;
    flex-direction: column;
}

.footer__inner .footer_cont .copyright {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin-top: 30px;
}

.footer__inner .footer_cont ul {
    display: flex;
    flex-wrap: wrap;
}

.footer__inner .footer_cont ul.link {
    gap: 30px;
    margin-bottom: 20px;
}

.footer__inner .footer_cont ul.link li a {
    font-size: 16px;
    font-weight: 700;
    color: #999;
}

.footer__inner .footer_cont ul.link li:first-child a {
    color: #fff;
}

.footer__inner .footer_cont ul li {
    color: #666;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    word-break: keep-all;
}

.footer__inner .footer_cont ul li span {
    font-weight: 700;
    color: #333;
    margin-right: 8px;
}

.footer__inner .footer_cont ul:not(.link) li:not(:last-of-type)::after {
    margin: 0 8px;
    content: "|";
}

.index-bottom-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
    background-color: #454545;
}

.index-bottom-banner .image {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    transform: translateX(-380px);
}

.index-bottom-banner .image img {
    height: fit-content;
}

.index-bottom-banner .image img:first-of-type {
    position: absolute;
    bottom: 0;
    right: 34px;
}

.index-bottom-banner .image img:last-of-type {
    position: relative;
}

.index-bottom-banner .title h5 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    word-break: keep-all;
}

.index-bottom-banner .title p {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    word-break: keep-all;
}

.index-bottom-banner .button {
    position: absolute;
    transform: translateX(360px);
}

.index-bottom-banner .button a {
    display: inline-block;
    max-height: 43px;
    padding: 14px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 26px;
    box-sizing: border-box;
}

.index-bottom-quick {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 363px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.index-bottom-quick__inquiry {
    flex: 1 1 0;
}

.index-bottom-quick__inquiry .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index-bottom-quick__inquiry .title h4 {
    color: #222;
    font-size: 25px;
    font-weight: 500;
}

.index-bottom-quick__inquiry__list {
    display: flex;
    gap: 20px;

}

.index-bottom-quick__inquiry__item {
    position: relative;
    flex: 1 1 0;
    height: 136px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
}

.index-bottom-quick__inquiry__item h5 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    word-break: keep-all;
}

.index-bottom-quick__inquiry__item::before {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.index-bottom-quick__inquiry__item.call::before {
    width: 34.1px;
    height: 58px;
    background-image: url('../images/index_quick_1.png');
}

.index-bottom-quick__inquiry__item.kakao::before {
    right: 42px;
    width: 29.6px;
    height: 43.2px;
    background-image: url('../images/index_quick_2.png');
}

.index-bottom-quick__inquiry__item.qna::before {
    width: 57.2px;
    height: 51.8px;
    background-image: url('../images/index_quick_3.png');
}

.index-bottom-quick__inquiry__item h5 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.index-bottom-quick__notice {
    flex: 1 1 0;
}

.index-bottom-quick__notice .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index-bottom-quick__notice .title h4 {
    color: #222;
    font-size: 25px;
    font-weight: 500;
}

.index-bottom-quick__notice .title a {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 17px;
    font-weight: 500;
}

.index-bottom-quick__notice .title a::after {
    display: inline-block;
    width: 11px;
    height: 19px;
    margin-left: 6px;
    background-image: url('../images/arrow_right_b.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.index-bottom-quick__notice__table {
    height: 136px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
}

.index-bottom-quick__notice__table table {}

.index-bottom-quick__notice__table table tr {
    border-top: 10px solid transparent;
}

.index-bottom-quick__notice__table table tr:first-of-type {
    border-top: none;
}

.index-bottom-quick__notice__table table tr th,
.index-bottom-quick__notice__table table tr td {
    vertical-align: middle;
}

.index-bottom-quick__notice__table table tr th {
    text-align: left;
}

.index-bottom-quick__notice__table table tr th a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    max-width: 484px;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-bottom-quick__notice__table table tr td {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.image-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-title.bg1 {
    background-image: url('../images/image_title_bg_1.png');
}

.image-title.bg2 {
    /*background-image: url('../images/image_title_bg_2.png');*/
    background: #F9F9F9;
}

.image-title.bg3 {
    background-image: url('../images/image_title_bg_3.png');
}

/* .image-title::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
} */
.image-title h2 {
    position: relative;
    color: #111111;
    font-size: 70px;
    font-weight: 500;
    line-height: 100px;
    text-align: center;
    /*text-shadow: 0px 0px 15px rgba(28, 23, 24, 0.20);*/
    word-break: keep-all;
    letter-spacing: -3px;
}
.image-title h2 strong{color:#F44336; font-weight: 500;}
.image-title p {
    margin-top: 30px;
    color: #555555;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    word-break: keep-all;
}

.image-title__button {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.image-title__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 55px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 10px;
    border: 1px solid rgba(184, 11, 41, 0.90);
    background: rgba(0, 0, 0, 0.70);
    box-sizing: border-box;
    transition-duration: .2s;
}

.image-title__button a:hover {
    background-color: #fff;
    color: rgba(184, 11, 41, 0.90);
}

.image-title a::after {
    display: inline-block;
    width: 17px;
    height: 21px;
    margin-left: 18px;
    background-image: url('../images/icon-down.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

/* =================================================================================== */
/* ====================================== index ====================================== */
/* =================================================================================== */
.index-initial {
    position: relative;
    padding: 112px 0 104px;
    background: linear-gradient(180deg, #000 0%, #000 58%, rgba(13, 11, 11, 0.90) 100%);
}

.index-initial .bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 74%;
    overflow: hidden;
    transform: translateY(-112px);
}

.index-initial .bg::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* backdrop-filter: blur(1px); */
    content: '';
}

.index-initial .bg .circle {
    position: absolute;
    height: 100%;
    width: 1000px;
    height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    animation: ani-initial-bg-breath infinite 10s;
}

.index-initial .bg .circle.circle1 {
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(65% 27% at 55% 45%, #872BE6 0%, #6F01E1 29%, #6A01D7 31%, #4A0196 45%, #300061 59%, #1B0037 72%, #0C0019 83%, #030007 93%, #00000000 100%);
    animation-duration: 28s;
}

.index-initial .bg .circle.circle2 {
    left: 25%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(54% 15% at 44% 41%, rgba(42, 132, 244, 0.90) 0%, rgba(0, 107, 242, 0.90) 29%, rgba(0, 95, 215, 0.90) 34%, rgba(0, 66, 150, 0.90) 48%, rgba(0, 43, 97, 0.90) 61%, rgba(0, 24, 55, 0.90) 73%, rgba(0, 11, 25, 0.90) 84%, rgba(0, 3, 7, 0.90) 93%, rgba(0, 0, 0, 0) 100%);
    animation-duration: 30s;
}

.index-initial .bg .circle.circle3 {
    left: 80%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(59% 38% at 56% 37%, #DC2C2A 0%, #D50200 29%, #960100 44%, #610100 58%, #370100 71%, #190000 83%, #070000 93%, #00000000 100%);
    animation-duration: 25s;
}

.index-initial .bg .circle.circle4 {
    top: 10%;
    left: 55%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(50% 50% at 50% 50%, #2AD752 23%, #00CF30 29%, #009523 42%, #006116 57%, #00370D 70%, #001906 82%, #000702 93%, #00000000 100%);
    animation-duration: 10s;
}

.index-initial .bg .circle.circle5 {
    transform: translate(-50%, -50%);
    background-image: radial-gradient(64% 29% at 50% 50%, rgba(249, 217, 72, 0.70) 0%, rgba(247, 208, 30, 0.70) 29%, rgba(215, 181, 26, 0.70) 35%, rgba(150, 127, 18, 0.70) 49%, rgba(97, 81, 12, 0.70) 62%, rgba(55, 46, 7, 0.70) 74%, rgba(25, 21, 3, 0.14) 84%, rgba(7, 5, 1, 0.07) 93%, rgba(0, 0, 0, 0.00) 100%);
    animation-duration: 18s;
}

@keyframes ani-initial-bg-breath {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    30% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    60% {
        transform: translate(-50%, -50%) rotate(270deg);
    }

    90% {
        transform: translate(-50%, -50%) rotate(300deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.index-initial .container {
    position: relative;
}

.index-initial__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-initial__title h2 {
    color: #FFF;
    font-size: 38px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(28, 23, 24, 0.20);
    word-break: keep-all;
}

.index-initial__title__button {
    display: inline-block;
    margin-top: 60px;
}

.index-initial__title__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 55px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 10px;
    border: 1px solid rgba(184, 11, 41, 0.90);
    background: rgba(0, 0, 0, 0.70);
    box-sizing: border-box;
    transition-duration: .2s;
}

.index-initial__title__button a:hover {
    background-color: #fff;
    color: rgba(184, 11, 41, 0.90);
}

.index-initial__title__button a::after {
    display: inline-block;
    width: 17px;
    height: 21px;
    margin-left: 18px;
    background-image: url('../images/icon-down.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.index-initial__comparison {
    width: 100%;
    aspect-ratio: 1280 / 536;
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.image-comparison {
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.image-comparison__slider-wrapper {
    position: relative;
    height: 100%;
}

.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
    /* transform: scale(0.8);
    background-color: rgba(#00617f, 0.5); */
}

.image-comparison__image-wrapper::after {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    content: '';
}

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}

.image-comparison__figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #f2f2f2; */
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 41.866667%;
}

.image-comparison__picture {
    opacity: 0;
    transition-duration: 0.3s;
}

.image-comparison__picture.on {
    opacity: 1;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    /* responsive */
    height: 100%;
    object-fit: cover;
    object-position: 0 50%;
    overflow: hidden;

}

.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    top: 12px;
    width: 103px;
    height: 32px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 2;
}

.image-comparison__caption em {
    color: #f44336;
    font-style: normal;
}

.image-comparison__caption--before {
    left: 12px;
}

.image-comparison__caption--after {
    right: 12px;
}

.image-comparison__caption-body {
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: rgba(#000, 0.55);
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}

.image-comparison__slider .image-comparison__range--active~& {
    background-color: rgba(#fff, 0);
}

.image-comparison__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #3B2A2A33;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(#000, 0.5);
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 56px;
    height: 56px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 56px;
    height: 56px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 56px;
    height: 56px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}

.index-initial__controller {
    display: flex;
    gap: 25px;
    margin-top: 40px;
}

.index-initial__controller__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid rgba(231, 34, 68, 0.60);
    box-shadow: 0px 4px 12px 0px rgba(119, 24, 24, 0.20);
    transition-duration: .3s;
    opacity: 0.8;
    cursor: pointer;
}

.index-initial__controller__item h5 {
    color: #383838;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}

.index-initial__controller__item p {
    margin-top: 20px;
    color: rgba(85, 85, 85, 0.80);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}

.index-initial__controller__item:hover,
.index-initial__controller__item.on {
    opacity: 1;
}

.index-initial__controller__item:hover h5,
.index-initial__controller__item.on h5 {
    color: #f44336;
}

.function-main-callout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
    padding: 40px 35px;
}

.index-function {
    padding: 50px 0;
}

.function-main-callout__image {}

.function-main-callout__image img {
    max-width: 515px;
}

.function-main-callout__list {}

.function-main-callout__list ul {}

.function-main-callout__list ul li {
    padding: 18px 10px;
    border-bottom: 1px solid #E8E8E8;
}

.function-main-callout__list ul li:last-of-type {
    border-bottom: none;
}

.function-main-callout__list ul li h6 {
    display: flex;
    align-items: center;
    color: #CB213F;
    font-size: 15px;
    font-weight: 500;
}

.function-main-callout__list ul li h6 i {
    margin-right: 8px;
}

.function-main-callout__list ul li p {
    margin-top: 12px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    word-break: keep-all;
}

.index-function .grid-template-list__content {
    min-height: 173px;
}

.grid-template-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

.grid-template-list__item {
    border-radius: 10px;
    /*background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);*/
    transition-duration: .3s;
}

.grid-template-list__item:hover {
    transform: translateY(-8px);
}

.grid-template-list__image {}

.grid-template-list__image img {
    width: 100%;
}

.grid-template-list__content {
    padding: 20px;
    height: fit-content;
    box-sizing: border-box;
}

.grid-template-list__content h4 {
    color: #111111;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    word-break: keep-all;
    text-align: center;
}

.grid-template-list__content h3 {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    word-break: keep-all;
}

.grid-template-list__content p {
    margin-top: 26px;
    color: #777777;
    font-size: 20px;
    line-height: 32px;
    word-break: keep-all;
    text-align: center;
    letter-spacing: -1px;
}

.index-use {
    background-color: #fff;
    padding: 50px 0 55.5px;
}

.index-use__inner {
    display: flex;
    gap: 40px;
}

.index-use__content {
    flex: 1 1 0;
    height: 380px;
}

.index-use__content__title {}

.index-use__content__title h3 {
    color: #222;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    word-break: keep-all;
}

.index-use__content__title h3 em {
    color: #f44336;
    font-style: normal;
}

.index-use__content__controller {
    display: grid;
    grid-template-columns: repeat(3, 170px);
    row-gap: 5px;
    margin-top: 25px;
}

.index-use__content__controller__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 30px;
    color: #222;
    text-align: center;
    font-size: 17px;
    border-radius: 22.5px;
    transition-duration: .1s;
    cursor: pointer;
}

.index-use__content__controller__item::after {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    width: 1px;
    height: 19px;
    background-color: #E1E1E1;
    transform: translateY(-50%);
    opacity: 1;
    content: '';
}

.index-use__content__controller__item:nth-child(3n)::after {
    content: none;
}

.index-use__content__controller__item:hover {
    background-color: #eee;
}

.index-use__content__controller__item.on {
    background-color: #f44336;
    color: #fff;
    font-weight: 700;
}

.index-use__content__controller__item:hover::after,
.index-use__content__controller__item.on::after {
    opacity: 0;
}

.index-use__content__data {
    position: relative;
    margin-top: 25px;
}

.index-use__content__data__item {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .3s;
    transform: translateY(8px);
    opacity: 0;
}

.index-use__content__data__item h6 {
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
}

.index-use__content__data__item p {
    margin-top: 15px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    word-break: keep-all;
}

.index-use__content__data__item.on {
    transform: translateY(0);
    opacity: 1;
}

.index-use__image {
    position: relative;
    width: 580px;
    aspect-ratio: 580 / 326;
}

.index-use__image::after {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    width: 140px;
    aspect-ratio: 140 / 175;
    background-image: url('../images/index_use_awards.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(13.5px, 41.5px);
    content: '';
}

.index-use__image__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.80);
    transition-duration: .3s;
    overflow: hidden;
    transform: translateY(8px);
    opacity: 0;
}

.index-use__image__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index-use__image__item.on {
    transform: translateY(0);
    opacity: 1;
}

.index-review {
    padding: 50px 0;
    overflow: hidden;
}

.index-review__swiper {}

.review-swiper {}

.review-swiper .swiper-wrapper {
    /* user-select: none; */
    pointer-events: none;
    transition-timing-function: linear;
}

.review-swiper .swiper-slide {
    height: 100%;
}

.index-review__item {
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(155, 155, 155, 0.25);
}

.index-review__item__profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index-review__item__profile__info h6 {
    color: #f44336;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}

.index-review__item__profile__info__desc {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.index-review__item__profile__info__desc .star {
    display: flex;
    align-items: center;
    gap: -2.4px;
}

.index-review__item__profile__info__desc .star i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/review_star.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-review__item__profile__info__desc .star::after {
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 10px;
    background-color: #f1f1f1;
    content: '';
}

.index-review__item__profile__info__desc .date {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.index-review__item__profile__image {}

.index-review__item__profile__image img {}

.index-review__item__content {}

.index-review__item__content p {}


/* =================================================================================== */
/* ================================== introduction =================================== */
/* =================================================================================== */

.section-service {
    padding: 65px 0;
    background-color: #fff;
}

.section-service__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 65px 0;
}

.section-service .grid-template-list__content {
    min-height: 150px;
}

.section-performance {
    padding: 65px 0;
}

.performance-callout ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25px;
    background-color: #EDEDED;
    border-radius: 12.5px;
    overflow: hidden;
}

.performance-callout ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 171px;
    background-color: #fff;
}

.performance-callout ul img {
    height: 57px;
}

.performance-callout ul h6 {
    margin-top: 8px;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}

.performance-callout ul h6 em {
    color: #f44336;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}

.section-support-os {
    padding: 65px 0;
}

.section-support-os .grid-template-list__content {
    min-height: 100px;
}


/* =================================================================================== */
/* ===================================== center ====================================== */
/* =================================================================================== */
.center-nav__list {}

.center-nav__list ul {
    display: flex;
    justify-content: space-between;
}

.center-nav__list ul li {
    position: relative;
    flex: 1 1 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.center-nav__list ul li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 20px 0;
}

.center-nav__list ul li.on::after {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f44336;
    content: '';
}

.center-nav__list ul li.on a {
    color: #f44336;
    font-weight: 600;
}

.center-content {
    padding: 35px 0 70px;
}

.center-title {
    margin-bottom: 20px;
}

.center-title h3 {
    margin-bottom: 5px;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.7px;
    text-align: center;
}

.center-title p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: center;
}

.center-table {
    overflow-x: auto;
}

.center-table::-webkit-scrollbar {
    height: 5px;
    background-color: #eee;
    cursor: pointer;
}

.center-table::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #999;
    cursor: pointer;
}

.center-table table {
    border-top: 3px solid #333;
    width: 100%;
}

.center-table table thead {}

.center-table table thead tr {}

.center-table table thead tr th {
    padding: 12px 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #fbfbfb;
    border-bottom: 1px solid #dcdcdc;
}

.center-table table tbody {}

.center-table table tbody tr {}

.center-table table tbody tr th,
.center-table table tbody tr td {
    height: auto;
    padding: 12px 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.5px;
    word-break: break-all;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
}

.center-table table tbody tr th.text-left,
.center-table table tbody tr td.text-left {
    text-align: left;
}

.center-table table tbody tr th.text-center,
.center-table table tbody tr td.text-center {
    text-align: center;
}

.center-table table tbody tr th.text-right,
.center-table table tbody tr td.text-right {
    text-align: right;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 4px;
}


.center-table .qna-table {
    width: 100%;
}
.center-table .qna-table tr th {
    padding: 10px 0;
}
.center-table .qna-table tr td {
    padding: 10px 0;
}
.center-table .qna-table tr th:nth-child(1) {
    width: 10%;
}
.center-table .qna-table tr th:nth-child(2) {
    width: calc(75% - 60px);
}
.center-table .qna-table tr th:nth-child(3) {
    width: 15%;
}
.center-table .qna-table tr th:nth-child(4) {
    width: 60px;
}
.center-table .qna-table tr td:nth-child(2) {
    text-align: center;
}


.center-table .notice-table {
    width: 100%;
}
.center-table .notice-table tr th {
    padding: 10px 0;
}
.center-table .notice-table tr td {
    padding: 10px 0;
}
.center-table .notice-table tr th:nth-child(1) {
    width: 10%;
}
.center-table .notice-table tr th:nth-child(2) {
    width: 90%
}
.center-table .notice-table tr td:nth-child(2) {
    text-align: center;
}










.pagination .page {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    padding: 0 5px;
    color: #333;
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    transition-duration: .2s;
    outline: none;
}

.pagination .page:hover {
    background-color: #eee;
}

.pagination .page.active {
    background: #333;
    color: #fff;
    font-weight: 700;
}

.pagination .page i {
    color: #666;
    font-size: 0.8em;
}

.center-wrap .fa-lock {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    color: #4f818c;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background-color: #cbe3e8;
    border-radius: 3px;
    border: 1px solid #cbe3e8;
    vertical-align: middle;
    box-sizing: border-box;
    transform: translateY(-1.2px);
}

.state-box {
    display: inline-block;
    margin: 0 auto;
    padding: 3px 5px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    border-radius: 5px;
    font-size: 12px;
}

.state-box.state-ok {
    background: #e9460a;
    color: #fff;
}

.board-detail {
    padding: 30px 30px 35px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-top: 3px solid #333333;
}

.board-detail-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.board-detail-top__title {}

.board-detail-top__title h2 {
    font-size: 18px;
    font-weight: 700;
}

.board-detail-top__title p {
    margin-top: 20px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

.board-detail-top__info {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.board-detail-top__info__writer {
    white-space: nowrap;
}

.board-detail-top__info__date {
    white-space: nowrap;
}

.board-detail-content {
    border: 1px solid #DCDCDC;
    background: #FBFBFB;
    padding: 35px 25px;
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.board-detail-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.board-detail-bottom .btn-back a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f44336;
    border-radius: 5px;
}

.board-desc {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.btn-icon-back a {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    color: #bababa;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: transparent;
    border: 0;
}

.qna-answer-profile {
    margin-bottom: 20px;
}

.qna-answer-profile::before {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url('../images/icon-indent.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}

.qna-answer-profile .name {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
}

.qna-answer-profile .date {
    margin-left: 5px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.toggle-list {
    border-top: 3px solid #333;
}

.toggle-list ul {}

.toggle-list ul li {
    border-bottom: 1px solid #ececec;
}

.toggle-list ul li .toggle-list-head {
    position: relative;
}

.toggle-list ul li .toggle-list-head h3 {
    min-height: 50px;
    line-height: 30px;
    padding: 15px;
    padding-left: 50px;
    position: relative;
}

.toggle-list ul li .toggle-list-head input[type='checkbox'] {
    display: none;
}

.toggle-list ul li .toggle-list-head::before {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    text-align: center;
    color: #f44336;
    font-size: 19px;
    font-weight: 700;
    content: 'Q.';
}

.toggle-list ul li .toggle-list-body {
    position: relative;
    padding-left: 65px;
    padding-right: 5px;
    height: 0px;
    background: #f3f3f3;
    transition-duration: .4s;
    overflow: hidden;
}

.toggle-list ul li.on .toggle-list-body {}

.toggle-list ul li .toggle-list-body p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.toggle-list ul li .toggle-list-body::before {
    display: inline-block;
    position: absolute;
    left: 10px;
    text-align: center;
    width: 30px;
    line-height: 24px;
    height: 24px;
    color: #f44336;
    font-size: 19px;
    font-weight: 600;
    content: 'A';
}

.board-table-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.board-table-bottom .btn-write a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f44336;
    border-radius: 5px;
}

.input-label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
}

.input-label:first-of-type {
    margin-top: 0;
}

.input-label label {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.input-label input,
.input-label textarea {
    padding: 8px;
    color: #000;
    border: 1px solid #d0d3db;
    background: #fff;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-label textarea {
    min-height: 300px;
    resize: none;
}

.input-label.required label::after {
    color: #f44336;
    content: '*';
}

.board-write {
    border: 1px solid #DCDCDC;
    border-top: 3px solid #333333;
    padding: 30px 30px 35px;
}

.board-write-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.board-write-bottom input[type='button'] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f44336;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.input-file {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 8px;
    max-width: 500px;
}

.input-file input[type=file] {
    display: none;
}

.input-file input[type=text] {
    flex: 1 1 0;
    margin: 0;
}

.input-file input[type=text]:disabled {
    color: #666;
    background-color: #eee;
}

.input-file label {
    display: inline-block;
    width: 135px;
    min-width: 135px;
    height: 40px;
    color: #f44336;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f44336;
    border-radius: 5px;
    cursor: pointer;
}

.modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    max-width: 500px;
    max-height: 90vh;
    width: calc(100% - 30px);
    max-height: calc(100vh - 30px);
    background-color: #fff;
    border-radius: 16px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16);
}

.modal-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid #EFEFEF;
}

.btn-modal-close {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.modal-head .btn-modal-close i {
    vertical-align: top;
}

.modal-head+.modal-body {
    height: calc(100% - 56px);
}

.modal-body {
    padding: 30px;
    height: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-intro-title {
    text-align: left;
}

.modal-intro-title h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #333;
}

.modal-intro-title p {
    margin-top: 3px;
    color: #858585;
    font-size: 14px;
}

.modal-join-terms-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.modal-join-terms-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 350px;
    line-height: 50px;
    font-size: 13px;
    text-decoration: none;
    background-color: #f44336;
    border-radius: 5px;
}

.modal-join-terms-button a span {
    color: #fff;
}

.modal-join-terms-button a.kakao {
    background-color: #F8DF00;
}

.modal-join-terms-button a.naver {
    background-color: #1EC803;
}

.modal-join-terms-button a.kakao span {
    color: #3D1B1A;
    font-weight: 500;
}

.modal-join-terms-button a.google {
    background-color: #fff;
    border: 1px solid #888;
}

.modal-join-terms-button a.google span {
    color: #666;
}

.modal-terms-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.modal-terms-all+.modal-hr {
    margin: 10px 0;
}

.modal-terms-list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-terms-all input[type=checkbox],
.modal-terms-list ul li input[type=checkbox] {
    display: none;
}

.modal-terms-all .arrow,
.modal-terms-list ul li .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #858585;
    border-radius: 50%;
}

.modal-terms-all input[type=checkbox]:checked+.arrow,
.modal-terms-list ul li input[type=checkbox]:checked+.arrow {
    background-color: #f44336;
}

.modal-terms-all label,
.modal-terms-list ul li label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-terms-all label {
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 50px;
    height: 45px;
    transition: all 0.15s ease-in-out;
}

.modal-terms-all label span {
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
}

.modal-terms-all label.all_agreed {
    border: 1px solid #F44336;
    color: #F44336;
}

.modal-terms-list ul li label span {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.modal-terms-all label span em,
.modal-terms-list ul li label span em {
    color: #F44336;
    font-style: normal;
    font-weight: 400;
}

.modal-terms-all label span a,
.modal-terms-list ul li label span a {
    color: #333;
    font-weight: 700;
}

.modal-hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #efefef;
}

.next_btn {
    height: 45px;
    margin-top: 24px;
    background: #eee;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
}

.next_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    cursor: default;
    transition: all 0.15s ease-in-out;
}

.next_btn.active {
    background: #F44336;
}

.next_btn.active a {
    color: #fff;
    cursor: pointer;
}

/* v-machine lagacy */
.joinform_box {
    position: relative;
    /*min-height: 390px;*/
    display: block;
}

.joinform_box_tt {
    /* float: left; */
    /* width: 90px; */
    font-size: 13px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 3px;
}

.joinform_box_tt>div>span {
    color: #f44336;
    margin-left: 3px;
}

.joinform_box_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom:60px;
}
.joinform_box .next_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.joinform_input {
    width: 100%;
    border: 1px solid #EEE;
    border-radius: 50px;
    padding: 7px 16px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}
.joinform_input::placeholder {
    color: #999;
}

.joinform_input_chk>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 45px;
    padding: 8px 0;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 50px;
    border: 1px solid #eee;
    cursor: pointer;
}
.joinform_input_chk>a.active {
    color: #fff;
    border: 1px solid #f44336;
    background-color: #f44336;
}

.confirm_num {
    /* float: left; */
    width: calc(100% - 90px); 
}

.correct_txt {
    color: #db0303;
    font-size: 12px;
    word-break: keep-all;
    font-weight: 500;
}

.joinform_box_form_top {
    margin-bottom: 4px;
    width:100%;
}

.pwbox {
    width: 100%;
}

.correct_txt>span:not(.idcheck) {
    display: inline-block;
    background-color: #db0303;
    border-radius: 50%;
    padding: 0 7px;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
    font-size: 12px;
}

.correct_txt>span:last-child {
    background: transparent;
    color: #db0303;
    padding: 0;
    font-weight: 500;
}

.idcheck {
    padding-left: 90px !important;
    display: block;
}

.phone_box1 {
    float: left;
    width: 60px;
    margin-right: 5px;
}

.phone_box2 {
    float: left;
    width: calc(100% - 65px);
}

.next_box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.next_box>div:first-child {
    margin-right: 4px;
}

.next_box>div {
    background: #D1D1D1;
    border-radius: 3px;
    width: 100%;
}

.next_box>div>a {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
}

.next_box>div:last-child {
    margin-left: 4px;
}

.next_box>.join_success {
    background: #f44336;
}

.next_box>.join_success a {
    color: #fff;
}

.next_box>.btn_success {
    background: #f44336;
}

.next_box>.btn_success a {
    color: #fff;
}

.mail_chk {
    border: 1px solid #f44336;
    border-radius: 50px;
    text-align: center;
}

.mail_chk a {
    color: #f44336;
    background-color: #fff;
}

/* .modal-login .modal-head {
    height: 0;
} */
.modal-login .modal-head .btn-modal-close {
    top: 15px;
    right: 15px;
    transform: initial;
}

.modal-login {
    max-width: 530px;
}

.modal-login .modal-body {}

.login_tt {
    font-size: 18px;
    font-weight: 400;
}

.login_logo {
    text-align: center;
    margin-bottom: 27px;
}

.login_input div {
    position: relative;
}

.login_input div img {
    position: absolute;
    top: calc(50% - 12px);
    left: 16px;
}

.login_input div:first-child {
    margin-bottom: 12px;
}

.login_input div input {
    background: #fafafa;
    border: none;
    border-radius: 50px;
    padding: 15px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding-left: 52px;
    color: #666;
}

.login_condition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 25px;
}

.login_keep_box label span {
    cursor: pointer;
    font-size: 13px;
    color: #999;
}

.login_keep_box>label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.find_idpw {
    text-align: center;
    /* margin-top: 5px; */
}

.find_idpw a {
    display: inline;
    font-size: 13px;
    color: #999;
}

.find_idpw a:hover {
    text-decoration: underline;
}

.modal-login input[type=checkbox] {
    display: none;
}

.modal-login .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #858585;
    border-radius: 50%;
}

.modal-login input[type=checkbox]:checked+.arrow {
    background-color: #f44336;
}

.login_btn_box {
    border: 0;
    background: #f44336;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.sns_login_wrap {
    text-align: center;
    margin-bottom: 25px;
}

.sns_login_tt {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
}

.sns_login_img a {
    display: inline-block;
    margin-right: 15px;
}

.join_ms_btn {
    border: 1px solid #eee;
    border-radius: 50px;
    text-align: center;
}

.join_ms_btn>a {
    color: #999;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-weight: 700;
    font-size: 16px;
}

.find_top_wrap {
    display: flex;
    justify-content: space-around;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    margin-bottom: 20px;
    text-align: center;
}

.find_top_wrap>div {
    padding: 10px 0;
    cursor: pointer;
    color: #9F9F9F;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
}

.find_top_tt {
    text-align: center;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.find_top_tt>p:first-child {
    font-size: 18px;
    font-weight: 500;
}

.find_top_tt>p:last-child {
    color: #858585;
    font-weight: 350;
}

.find_detail_txt {
    border: 1px solid #f44336;
    background-color: #fff;
    color: #f44336 !important;
}

.find_next_btn {
    background-color: #f44336 !important;
}

.find_next_btn>a {
    color: #fff;
}

.modal-find-account .tab-content {
    display: none;
}

/* v-machine lagacy end */

.modal-text-box {
    padding: 27px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
}

.modal-text-box p {
    margin-top: 13px;
    color: #505567;
    font-size: 14px;
    font-weight: 400;
}

.modal-text-box p:first-child {
    margin-top: 0;
}

.modal-success-icon {
    display: flex;
    margin-bottom: 10px;
}

.modal-success-icon img {
    margin: 0 auto;
}


/***** new_main.html *****/
.main_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: 505px;*/
    background-color: #fff;
    padding:93px 0 108px;
}

.main_wrap p {
    font-size: 22px;
    font-weight: 400;
    color: #555555;
    /*margin-bottom:60px;*/
}

.main_wrap h3 {
    font-size: 90px;
    font-weight: 700;
    color: #111;
}

.main_wrap h3 span {
    color: #F44336;
}

.main_wrap .btn_wrap {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.main_wrap .btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 9999px;
    color: #fff;
    background-color: #f44336;
    transition: all .3s;
}
.main_wrap .btn_wrap a:hover {
    background-color: #d33025;
}

.main_wrap .btn_wrap a.mobile {
    display: none;
}

.mock_wrap {
    /*background: url(../images/vdesk_bg.png);*/
    background-position: center calc(100% - 150px);
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 48px;
    background-size: 100%;
}

.mock_wrap>div {
    position: relative;
}

.mock_wrap .txt_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    position: absolute;
    width: 490px;
    top: -28px;
    right: 0;
    gap: 25px;
}

.mock_wrap .txt_box h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
    color: #111
}

.mock_wrap .txt_box h3 span {
    color: #F44336
}

.mock_wrap .txt_box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #777777;
    word-break: keep-all;
}

.feature_wrap {
    background-color: #F9F9F9;
    padding: 50px 0;
}

.feature_wrap .cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
    gap: 140px;

}

.feature_wrap .cont .txt_box {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.6s ease-out;
    will-change: transform, opacity;
} 

.feature_wrap .cont .img_box {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s ease-out;
    will-change: transform, opacity;
}

.feature_wrap .cont:nth-child(2) .txt_box {
    transform: translateX(40px);
}
.feature_wrap .cont:nth-child(2) .img_box {
    transform: translateX(-40px);
}


.feature_wrap .cont .txt_box.animate {
    opacity: 1;
    transform: translateX(0);
}

.feature_wrap .cont .img_box.animate {
    opacity: 1;
    transform: translateX(0);
}









.feature_wrap .cont .txt_box {
    display: flex;
    flex-direction: column;
    width: 45%;
    gap: 22px;
    padding: 20px 30px;
}

.feature_wrap .cont .txt_box p {
    font-size: 36px;
    line-height: 58px;
    font-weight: 600;
    color: #111;
}

.feature_wrap .cont .txt_box span {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #777777;
    word-break: keep-all;
}

.feature_wrap .cont .img_box {
    width: 530px;
    height: auto;
    aspect-ratio: 1.32 / 1;
    border-radius: 30px;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.feature_wrap .cont .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature_wrap .cont:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.feature_wrap .cont:nth-child(even) .txt_box {
}

.sub_banner {
    /* background: radial-gradient(24.22% 104.41% at 32.99% 71%, #FF9113 0%, #F44336 76.9%); */
    background: radial-gradient(24.22% 104.41% at 32.99% 71%, #6D6D6D 0%, #3F4246 100%);
}

.sub_banner>div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sub_banner .txt {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 28px;
}

.sub_banner .txt p {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: center;
}

.sub_banner .txt p span {
    font-weight: 700;
}

.sub_banner .txt button {
    padding: 10px 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    background-color: transparent;
}

.sub_banner .txt button.mobile {
    display: none;
}

.main_v2 .intro_wrap {
    padding: 100px 0 150px;
    background-color: #fff;
}

.main_v2 .intro_wrap .container {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
    will-change: transform, opacity;
  }
  
.main_v2   .intro_wrap .container.animate {
    opacity: 1;
    transform: translateY(0);
  }

.main_v2 .method-wrap {
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.8s ease-out;
    will-change: transform, opacity;
}
.main_v2 .method-wrap.animate {
    opacity: 1;
    transform: translateY(0);
}


.intro_wrap.use {
    padding-top: 0;
}

.intro_wrap h6 {
    font-size: 32px;
    font-weight: 600;
    color: #f44336;
}

.intro_wrap .head_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.intro_wrap .head_txt h3 {
    font-size: 50px;
    font-weight: 700;
    color: #111;
}

.intro_wrap .head_txt p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    color: #111;
}

.intro_wrap .img_wrap {
    margin-top: 100px;
    text-align: center;
}

/*25.04.07 다운로드 영역 css 추가 나혜린*/
.os_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 30px;
    margin-bottom:69px;
  }
  
  .os_area p {
    max-width: 589px;
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #F44336;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    top: -30px;
    text-align: center;
  }
  
  .os_box {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    /*padding: 69px 109px 62px 109px;*/
    height:180px;
    max-width:1200px;
    width:100vw;
    flex-wrap: wrap;
  }
  
  .os_box div img {
    
    height: auto;
  }
  
  .sub_txt{font-size:46px; color:#555555; font-weight: 400;}

  .chk_list{padding:0 5px;}
  .chk_list li::before{content: ''; background-image:url('../images/chk_ico.png'); width:16px; height:12px; margin-right:12px;}
 .chk_list li{display: flex; align-items: center; color:#333333; margin-bottom:10px;}
 .chk_list li:last-child{margin-bottom: 0;}
 .chk_list_gray li::before{content: ''; background-image:url('../images/chk_ico.png') !important; width:16px; height:12px; margin-right:12px;}

 .center-content {
    padding: 55px 0 120px;
}

.flex{display: flex;}
 /*어필리에이트*/
 .image-title p span{color:#777777;}
 .img_cont{background: #fff; border-radius: 30px; box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.15); max-width: 996px; width:100%; height:655px; margin:0 auto; padding:52px 48px;}
 .img_tit{display: flex; justify-content: space-between; align-items: center; border-bottom:1px solid #D9D9D9; padding-bottom:30px; margin-bottom:33px;}
 .img_tit h2{font-size: 40px; color:#F44336; line-height: 40px; font-weight: 600;}
 .img_tit p{font-size: 36px; color:#111111; line-height: 36px; margin-bottom:16px; font-weight: 600;}
 .flex_col1{display: flex; flex-direction: column; justify-content: flex-start;}
 .img_flex{gap:17px; display: flex; }
 .img_txt{display: flex; flex-direction: column; justify-content: end; align-items: center;}
 .img_txt img{width:100%; position: relative;}
 .img_txt p{font-size: 26px;  color:#fff; font-weight: 400; position: absolute; text-align: center; white-space: pre-line; line-height: 34px; margin-bottom:40px;}
 .img_txt p strong{font-weight: 600; color:#fff;text-align: center; margin-bottom:8px;}
 .bti_area{display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top:120px;}
 .b_img_area{display: flex; gap:48px;}
 .b_img_area img{width:170px; height:170px;}
 .b_img_area div{display: flex; flex-direction: column;}
 .b_img_area div h2{font-size: 40px; font-weight: 600; color:#111111; margin-bottom:16px; white-space: pre-line; text-align: left; line-height: 50px;}
 .b_img_area div p{color:#777777; font-size: 26px; text-align: left;}
 .btn_style1{border:2px solid #F44336 !important; color:#F44336 !important; font-size:20px; font-weight: 600; background: #fff !important; max-width: 260px; width:100%; margin-top:40px;}
 .no_back{background: none !important;}
 .mt_48{margin-top:48px;}
 .review_swiper_area{width:100%; max-width: 1200px; height:600px; background: #F8F9FA; border-radius: 30px; margin:0 auto; padding:40px 50px; display: grid;   grid-template-columns: auto 1fr;gap: 40px;align-items: start; padding-right:0;}
 .review_cont{display: flex; flex-direction: column; gap:38px; }
 .r_info_area{ display: flex; justify-content: flex-start;}
 .flex_col2{display: flex; flex-direction: column; width: calc(100% - 66px);}
  .flex_col2 h2{font-size: 26px; color:#111111;}
  .flex_col2 p{white-space: pre-line; color:#777777; font-size: 20px;}
  .mr_26{margin-right:26px;}
  .affiliate_wrap .mr_26 {
    width: 40px;
  }
  .affiliate_wrap .mr_26 i {
    width: 100%;
    height: auto;
    display: inline-block;
  }

/* 버튼 공통 스타일 */
.custom-prev,
.custom-next {
width: 68px !important;
height: 40px !important;
background-color: #4C4C4C !important;
border-radius: 50px !important;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
transition: all 0.3s ease;
background-repeat: no-repeat;
background-position: center;
background-size: 36px 17px !important;
}
.custom-next:after, .custom-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after
{content:'' !important;}
/* 슬라이드 전체 스타일 */
.re_swiper 
.re_swiper .re_slide {
width: 300px;                
height: 360px;                 
background: #ffffff;
border-radius: 20px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
transition: transform 0.3s ease;
}

.re_swiper .re_slide:hover {
transform: translateY(-8px); 
}
.re_swiper .swiper-slide{width:auto !important;}

/* 내부 이미지 스타일 */
.re_swiper .re_slide img {
width: 100%;
height: auto;
border-radius: 12px;
object-fit: cover;
}
.review_slide {overflow: hidden; position: relative;}

.re_swiper {
}

.swiper-pagination-bullet {
background-color: #aaa;
opacity: 1;
}
.swiper-pagination-bullet-active {
background-color: #333;
}


.intro_wrap .useful_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 80px;
    row-gap: 166px;
}

.intro_wrap .useful_list li {
    width: 326px;
    height:271px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top:30px;
}

.description p {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color:#111111;
}

.description span {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #777777;
    word-break: keep-all;
}

.comm_wrap {
    background-color: #111111;
    color: #fff;
}

.comm_wrap>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.comm_wrap .notice {
    max-width: 783px;
    width: 100%;
}

.comm_wrap .notice h2 {
    color: #999;
    font-weight: 500;
}

.comm_wrap .notice h2 span {
    font-weight: 700;
    color: #f44336;
}

.comm_wrap .nt_list li {
    display: flex;
    flex-direction: column;
}

.comm_wrap .nt_list .tit {
    display: flex;
    justify-content: space-between;
}

.comm_wrap .nt_list .detail {
    color: #888
}

.comm_wrap .qa_box {
    max-width: 377px;
    width: 100%;
}

/***** new introduction *****/
.intro_tit {
    display: flex;
    align-items: center;
    height: 400px;
    background-color: #f9f9f9;
}

.intro_tit>div {
    width: 100%;
    text-align: center;
}

.intro_tit h2 {
    font-size: 50px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}

.intro_tit p {
    font-size: 22px;
}

.info_use .useful_list {
    margin-top: 0;
}

.spec_wrap {
    background-color: #fff;
    padding-bottom: 150px;
}

.spec_wrap .head_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    margin-bottom: 67px;
}

.spec_wrap .head_txt h3 {
    font-size: 50px;
    font-weight: 700;
    color: #111;
}

.spec_wrap .head_txt p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
}

.spec_wrap .img_wrap {
    text-align: center;
}

.spec_wrap .img_wrap img {
    width: 980px;
    height: auto;
}

.spec_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 100px;
    width: 85%;
    margin-inline: auto;
}

.spec_list li {
    flex: 1 1 calc((100% / 3) - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 40px 10px 18px;
}

.spec_list li img {
    width: 80px;
    height: 80px;
}

.spec_list li p {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    text-align: right;
}

.spec_list li p span {
    font-weight: 400;
    color: #333;
}

.download_wrap .main_wrap {
    min-height: 630px;
    text-align: center;
}

.download_wrap .main_wrap h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 50px;
    margin-top:64px;
}

.download_wrap .intro_wrap {
    padding-top: 0;
    margin-bottom: 200px;
}
.app_btn_area button {
    background-color: transparent;
}



.main_v2 .main_wrap {
    
  opacity: 0;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}

.main_v2 .main_wrap.animate {
    opacity: 1;
    transform: translateY(0);
}
.main_v2 .mock_wrap {
    
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
  }
  
  .main_v2 .mock_wrap.animate {
      opacity: 1;
      transform: translateY(0);
  }
  

.affiliate_wrap .p_btn {
    background-color: #f44336 !important;
    color: #fff !important;
    transition: all 0.3s ease;
}
.affiliate_wrap .p_btn:hover {
    background-color: #d33025 !important;
}

.board-wrap .image-title h2 {
    color: #fff;
}
.center-wrap .image-title h2 {
    color: #fff;
}


/* 사용방법 페이지 스타일 */


.sc_method_tab {
    display: flex;
    width: 100%;
    padding: 60px 0 120px;

    gap: 30px;

}

.sc_method_tab button {
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.sc_method_tab .method_tab_menu {
    width: 15%;
    max-width: 180px;
    position: relative;
}
.sc_method_tab .method_tab_menu .method_tab_menu_list {
    position: sticky;
    top: 150px;

    border-radius: 10px;
    padding: 10px;
    background-color: #f6f7f9;
}
.method_tab_menu_list .method_tab_menu_item {
    margin-bottom: 5px;
}

.method_tab_menu_list .method_tab_menu_item button {
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    text-align: left;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.method_tab_menu_list .method_tab_menu_item.active button {
    background-color: #ff4f2d;
    color: #Fff;
}
.method_tab_menu_list .method_tab_menu_item button:hover {
    color: #ff4f2d;
}
.method_tab_menu_list .method_tab_menu_item.active button:hover {
    color: #fff;
}

.method_tab_menu_item:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.method_tab_menu_item:last-child {
    margin-bottom: 0;
}
.method_tab_menu_item:nth-child(3) {
    margin-top: 20px;
}


.method_tab_content_wrap {
    width: calc(85% - 30px);
    position: relative;
}

.method_tab_content_wrap .method_tab_content {
    display: none;
}
.method_tab_content_wrap .method_tab_content.active {
    display: block;
}


.method_tab_content_wrap .method_tab_img_box {
    border-radius: 10px;
    width: 100%;
    background-color: #f6f7f8;
    overflow: hidden;
    margin-bottom: 50px;
}

.method_tab_content_wrap .method_tab_content_txt {
    padding: 0px 0;
    margin-bottom: 60px;
}

.method_tab_content_txt .guide_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
.method_tab_content_txt .guide_box .guide_num {
    width: 30px;
    height: 30px;
    background-color: #f44336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.method_tab_content_txt .guide_box .guide_desc {   
    width: calc(100% - 50px);
}
.method_tab_content_txt .guide_box .guide_desc h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}
.method_tab_content_txt .guide_box .guide_desc_txt {
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.method_tab_content_txt .guide_box .guide_desc i {
    position: relative;
    top: 4px;
}
.method_tab_content_txt .guide_box .guide_desc p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
}

.method_tab_content_txt .guide_box .guide_desc p strong {
    color: #f44336;
}

.method_tab_content_txt .guide_box button {
  background-color: #f44336;
  color: #fff;
  border: none;
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
  pointer-events: none;
}





.method_tab_content_txt .title_box {
    margin-bottom: 30px;
}

.method_tab_content_txt .title_box h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 50px 0 50px;
}
.method_tab_content_txt .title_box h4 {
    font-size: 18px;
    color: #111;
    margin-bottom: 10px;
}

.method_tab_content_txt .title_box p {
    font-size: 16px;
    color: #555;
}
.method_tab_content_txt .title_box p i {
    margin-right: 5px;
}
.method_tab_content_txt .title_box p b {
    color: #f44336;
}
.method_tab_content_txt .title_box .pay_txt {
    margin-top: 0px;
}


.method_tab_content_txt .tip_box h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 30px;
}

.method_tab_content_txt .tip_box .tip_box_list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tip_box .tip_box_list .tip_txt_box {
    width: 80%;
}
.tip_box .tip_box_list .tip_img_box {
    width: 20%;
}

.method_tab_content_txt .tip_box h4 {
    font-size: 18px;
    color: #0267D1;
    margin-bottom: 20px;
}
.method_tab_content_txt .tip_box p {
    font-size: 16px;
    color: #111;
}
.method_tab_content .payment_method_box h3 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* 활용사례 페이지 스타일 */

.usecase_wrap {
    position: relative;
}


.usecase_wrap .section_usecase {
    padding: 100px 0;
}

.usecase_wrap .usecase_item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
}

.usecase_wrap .usecase_item:nth-child(even) {
    flex-direction: row-reverse;
}

.usecase_list .usecase_item .usecase_item_img {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    transform: translateX(-40px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.usecase_wrap .usecase_item:nth-child(even) .usecase_item_img {
    transform: translateX(40px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.usecase_list .usecase_item .usecase_item_img.animate {
    transform: translateX(0);
    opacity: 1;
}

.usecase_list .usecase_item .usecase_item_txt {
    transform: translateX(40px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.usecase_wrap .usecase_item:nth-child(even) .usecase_item_txt {
    transform: translateX(-40px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.usecase_list .usecase_item .usecase_item_txt.animate {
    transform: translateX(0);
    opacity: 1;
}


.usecase_list .usecase_item .usecase_item_img img {
    width: 100%;
    height: 100%;
}

.usecase_list .usecase_item .usecase_item_txt {
    width: 50%;
    margin: 20px 0 40px;
}

.usecase_list .usecase_item .usecase_item_txt h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.usecase_item .usecase_txt_wrap .txt{
    display: block;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    word-break: keep-all;
}
.usecase_item .usecase_txt_wrap .txt.basic {
  margin-bottom: 10px;
}

.usecase_item .usecase_txt_wrap .txt.detail {
    display: none;
}
.usecase_item .usecase_txt_wrap .txt.detail.active {
    height: auto;
}

.usecase_item .usecase_txt_wrap .txt .dot_txt {
    position: relative;
    display: block;
    padding-left: 20px;
}
.usecase_item .usecase_txt_wrap .txt .dot_txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #111;
    border-radius: 50%;
    transform: translateY(-50%);
}
.usecase_item .usecase_txt_wrap .txt .dot_txt:nth-of-type(1) {
    margin-top: 0px;
}
.usecase_item .usecase_txt_wrap .txt .dot_txt:nth-child(3) {
    margin-bottom: 10px;
}
.usecase_txt_wrap_5 .txt .dot_txt:nth-child(2), .usecase_txt_wrap_6 .txt .dot_txt:nth-child(2) {
    margin-bottom: 10px;
}



.usecase_item .usecase_btn_wrap button {
    border: 1px solid #f44336;
    background-color: #fff;
    color: #f44336;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 40px;
}
.usecase_item .usecase_btn_wrap button:hover {
    background-color: #f44336;
    color: #fff;
    border: 1px solid #f44336;
}
.usecase_item .usecase_btn_wrap button span {
    margin-left: 10px;
}
.usecase_item .usecase_btn_wrap button span i {
    font-size: 16px;
}






@media (max-width: 1320px) {
    
    .feature_wrap .cont .txt_box {
        width: 55%;
    }
    
}

@media (max-width: 1200px) {


    /* 활용사례 페이지 스타일 - Laptop */
    
    .usecase_list .usecase_item .usecase_item_txt h3 {
        font-size: 28px;
        line-height: 38px;
    }


    .usecase_item .usecase_txt_wrap .txt {
        font-size: 16px;
        line-height: 26px;
    }


    
}


@media (max-width: 1024px) {
    .re_swiper .swiper-slide {
        width: auto;
    }

@media screen and (max-width: 991px) {
    .sub_card{width:100%; justify-content: center; flex-direction: column; align-items: center; padding:0 20px;}
    .subscribe_area{max-width: unset;}
    .download_wrap .main_wrap h3 {
        font-size: 55px;
        font-weight: 700;
        line-height: 65px;
        margin-bottom: 25px;
        margin-top: 32px;
    }
    
    .contact_area{flex-direction: column; align-items: center; padding:135px 20px 196px 20px;}
    .txt_cont{text-align: center !important;}
    .contact_area img{width:100%; height: auto;}
    .os_area{padding:0 20px;}
    .os_box {
     width:100%;
      gap: 8px;
      padding: 50px 30px;
      border:none;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      align-items: baseline;
    }
    .os_box div{background: #F9F9F9;  border-radius: 10px; width:160px; height:50px; display: flex; justify-content: center; align-items: center;}
    .os_box div img {
      max-width: 50%;
    }
  
    .os_area p {
     line-height: 26px;
     background: none;
      /*height: 50px;
      top: -25px;*/
      color:#111111;
      font-size: 17px !important;
      white-space: pre-line;
      text-align: center;
    }

    .main_wrap {
        width: 95%;
        margin: 0 auto;
        padding: 40px 0 50px;
    }

    .main_wrap p {
        font-size: 18px;
    }
    .main_wrap h3 {
        font-size: 60px;
        line-height: 76px;
        margin-top: 20px;
    }
    .main_wrap .btn_wrap a.web_btn {
        font-size: 15px;
    }

    .mock_wrap {
        padding: 40px 0 60px;
    }
    .mock_wrap .main_cont {
        width: 70%;
        margin: 0 auto;
    }
    .mock_wrap .txt_box {
        width: 100%;
    }
    .mock_wrap .txt_box h3 {
        margin-top: 30px;
    }
    .mock_wrap .txt_box p {
        font-size: 16px;
        line-height: 26px;

    }
    .mock_wrap .txt_box p br.tablet_none {
        display: none;
    }
    .feature_wrap {
        padding: 20px 0;
    }
    .feature_wrap .cont {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .feature_wrap .cont .txt_box {
        width: 100%;
        text-align: center;
    }
    .feature_wrap .cont .txt_box p {
        font-size: 32px;
        line-height: 42px;
    }
    .feature_wrap .cont .txt_box span {
        
        font-size: 16px;
        line-height: 26px;
    }
    .feature_wrap .cont .txt_box br {
        display: none;
    }
    .feature_wrap .cont .img_box {
        width: 70%;
        margin: 0 auto;
        height: auto;
        aspect-ratio: 1.32 / 1;
    }
    .feature_wrap .cont:nth-child(even) {
        
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .intro_wrap {
        padding: 60px 0 80px;
    }

    .tab_wrap .container .head_txt h2 {
        font-size: 48px;
        line-height: 60px;
        margin-top: 20px;
    }
    .tab_wrap .container .head_txt p {
        margin-top: 32px;
        font-size: 20px;
    }
    .new_tab_area {
        margin-top: 60px;
    }

    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item  {
        padding: 15px 0;
        font-size: 15px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div img {
        width: 25px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div:last-child img {
        width: 30px;
    }

    .image-title p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 28px;
    }
    .image-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .section-performance .grid-template-list {
        gap: 30px;
    }
    .section-performance .grid-template-list__content {
        padding: 5px;
    }
    .section-performance .grid-template-list__content h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 20px;
    }
    .section-performance .grid-template-list__content p {
        margin-top: 0;
        font-size: 15px;
        line-height: 26px;
    }

    
    .main_v2 .intro_wrap  {
        padding: 60px 0 50px;
    }
    .section-performance {
        padding: 30px 0 30px;
    }



    .feature_wrap .cont .txt_box {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.6s ease-out;
        will-change: transform, opacity;
    } 
    
    .feature_wrap .cont .img_box {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.6s ease-out;
        will-change: transform, opacity;
    }
    
    .feature_wrap .cont:nth-child(2) .txt_box {
        transform: translateY(40px);
    }
    .feature_wrap .cont:nth-child(2) .img_box {
        transform: translateY(40px);
    }
    
    
    .feature_wrap .cont .txt_box.animate {
        opacity: 1;
        transform: translateY(0);
    }
    
    .feature_wrap .cont .img_box.animate {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* 활용사례 페이지 스타일 - mobile-tablet */

    .usecase_wrap .usecase_item {
        gap: 30px;
    }
    .usecase_list .usecase_item .usecase_item_txt h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .usecase_item .usecase_txt_wrap .txt {
        font-size: 15px;
        line-height: 26px;
    }

    .usecase_item .usecase_btn_wrap button {
        font-size: 14px;
        padding: 3px 10px;
        margin-top: 20px;
    }
  }

  @media(max-width:880px){
    .review_cont{padding:0 20px;}
    .review_slide{max-width: 378px; padding: 10px}
    .review_swiper_area{display: flex; flex-direction: column; align-items: center; 
        height:100%; padding:30px 0;padding-right:0; margin-top: 30px;}

    .re_swiper .swiper-slide {
        width: 100% !important;
    }
    .re_swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }


    /* 사용방법 페이지 반응형 */
    
    .sc_method_tab {
        display: block;
        width: 100%;
        padding: 30px 0 60px;
    }
    .sc_method_tab .method_tab_menu {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;

        position: sticky;
        top: 65px;
        z-index: 9;
        background-color: #fff;
        padding: 5px 0;
    }
    .sc_method_tab .method_tab_menu .method_tab_menu_list {
        width: 100%;
        max-width: 600px;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 30px;
        gap: 20px;
        padding: 10px;

        position: static;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .method_tab_menu_list .method_tab_menu_item  {
        margin-bottom: 0 !important;
        width: 25%;
    }
    .method_tab_menu_list .method_tab_menu_item:nth-child(2) {
        padding-bottom: 0;
    }
    .method_tab_menu_item:nth-child(3) {
        margin-top:0px;
    }



    .method_tab_menu_list .method_tab_menu_item button {
        border-radius: 5px;
        text-align: center;
        border-radius: 999px;
    }

    .sc_method_tab button {
        font-size: 16px;
    }
    .method_tab_menu_item:nth-child(2) {
        border: none;
    }

    .method_tab_content_wrap {
        width: 100%;

    }

    .method_tab_content > h3 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 600;
    }



}

@media screen and (max-width: 767px) {
    .img_tit h2{font-size:25px !important; line-height: unset !important;}
    .img_tit p{font-size:20px !important; margin-bottom:0 !important; line-height: unset !important;}
    .img_tit img{width:15% !important;}
    /* .img_txt img{width:unset !important;} */
    .img_flex{flex-direction: column !important;}
    .img_cont{height:100%;padding: 20px 20px;}
    .tab_wrap .container .head_txt h2{font-size:32px !important; line-height: 40px !important;}
    .tab_item{display: grid; grid-template-columns: repeat(2, 2fr); gap:20px;}
    .img_tit {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .download_wrap .main_wrap h3  {
      font-size: 20px;
      line-height: 1rem;
      margin-top: 10px;
      margin-bottom: 10px;
      display: none;
    }
    .subscribe_area {
      width: 100%;
      padding: 20px 15px;
      border-radius: 20px;
      cursor: pointer;
    }
    .product_intro {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .p_desc_box .p_name {
      margin-bottom: 0px;
      font-size: 18px;
    }
    .p_desc_box .p_txt {
      font-size: 15px;
      margin-bottom: 0px;
    }
    .product_intro .p_price {
      margin-bottom: 0px;
      font-size: 15px;
    }
    .product_intro .p_price strong {
      font-size: 32px;
      line-height: 42px;
    }
    .p_btn {
      height: 45px;
      font-size: 15px;
      border-radius: 30px;
      padding: 10px 30px;
      margin-bottom: 10px !important;
    }
    .p_btn_area p {
      margin-bottom: 0px;
      font-size: 14px !important;
    }
    .p_list {
      width: 100%;
      display: none;
      padding: 10px 0;
      margin: 10px auto 10px;
    }
    .chk_list {
      display: none;
      padding: 0px 10px;
    }
    
    .p_list.active {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 5px
    } 
    .p_list.active li {
      padding: 4px 8px;
      font-size: 13px;
      border: 1px solid #d9d9d9;
      border-radius: 5px;
      margin-bottom: 2px;
    }
    
    .p_list.active li::before {
      display: none;
    }
    
    .p_list.active li:last-child {
      margin-bottom: auto;
    }
    
    .chk_list.active {
      display: block;
    }

    .p_bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 3px;
    }
    
    .p_bottom .p_more_btn_mobile {
      display: flex;
      outline: none;
      font-size: 13px !important;
      color: #333;
      border-radius: 5px;
      background-color: transparent;
      align-items: center;
      justify-content: center;
      gap: 5px;
      border: none;
    }
    .p_bottom .p_more_btn_mobile span {
        width: 18px;
        height: auto; 
        margin-bottom: 2px;
    }
    .p_bottom .p_more_btn_mobile span img.active {
      transform: rotate(180deg);
    }

    .tab_wrap .container .head_txt h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-top: 0 ;
    }
    .tab_wrap .container .head_txt p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 0px;
    }
    .new_tab_area .new_tab_btn .new_tab_list {
        gap: 0;
    }
    .new_tab_area .new_tab_btn {
        margin-bottom: 30px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item {
        padding: 10px 0;
        font-size: 13px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div img {
        width: 30px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div img.apple_ico_m {
        transform: translateX(5px);
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item > div:last-child img {
        width: 40px;
    }
    .new_tab_area {
        margin-top: 30px;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item span {
        display: none;
    }
   
    .new_tab_area .new_tab_btn .new_tab_list .new_tab_item .android {
        margin-left: 10px;
    }


    .image-title {
        padding: 30px 24px;
    }
    .contact_area {
        padding: 60px 20px 80px 20px;
    }
    .contact_area img {
        margin-top: 50px;
    }

    .contact_area .txt_cont .c_tit_txt h1 {
        margin-bottom: 30px;
    }

    .affiliate_wrap .p_btn {
        margin-top: 20px;
    }

    .affiliate_wrap .bti_area {
        margin-top: 60px;
    }
    .affiliate_wrap .b_img_area img {
        width: 80px !important;
        height: 80px !important;
    }

    .review_swiper_area .review_cont {
        padding: 0px 20px;
    }
    .review_cont .flex_col2 h2 {
        font-size: 20px;
    }
    .review_cont .flex_col2 p {
        font-size: 16px;
    }

    .affiliate_wrap .mr_26 {
        width: 30px;
    }
    .affiliate_wrap .flex_col2 h2{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .affiliate_wrap .flex_col2 p {
        font-size: 15px;
        white-space: inherit;
    }

    .main_v2 .mock_wrap .main_cont {
        width: 95%;
        margin: 0 auto;
    }
    .main_v2 .mock_wrap .txt_box h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .main_v2 .main_wrap p {
        font-size: 15px;
    }
    .main_v2 .mock_wrap .txt_box p {
        font-size: 15px;
    }
    .main_v2 .image-title {
        padding: 0 12px;
    }
    
    .main_v2 .image-title p {
        font-size: 15px;
    }
    
    .main_v2 .image-title h2 {
        font-size: 22px;
    }

    .main_v2 .method_list h4{
        font-size: 22px !important;
        margin: 15px 0 18px;
    }
    .main_v2 .method_list p{
        font-size: 15px !important;
    }

    /* 사용방법 페이지 반응형 모바일 lg */

    .sc_method_tab {
        padding: 20px 0 30px;
    }

    .sc_method_tab .method_tab_menu .method_tab_menu_list {
        margin-bottom: 20px;

    }
    .method_tab_content_wrap .method_tab_img_box {
        margin-bottom: 30px;
    }

    .method_tab_content_wrap .method_tab_content_txt {
        margin-bottom: 30px;
    }
    
    .method_tab_content_txt .guide_box  {
        margin-bottom: 20px;
    }
    
    .method_tab_content_txt .guide_box .guide_num {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    .method_tab_content_txt .guide_box .guide_desc {
        width: calc(100% - 35px);
    }
    .method_tab_content_txt .guide_box .guide_desc h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .method_tab_content_txt .guide_box .guide_desc p {
        font-size: 15px;
        line-height: 25px;
    }


    .method_tab_content_txt .title_box h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 50px 0 30px;
    }
    .method_tab_content_txt .title_box h4 {
        font-size: 16px;
    }
    .method_tab_content_txt .title_box p {
        font-size: 15px;
    }
    .method_tab_content_txt .tip_box h3 {
        font-size: 22px;
        margin: 50px 0 20px;
    }
    .method_tab_content_txt .tip_box .tip_box_list {
        display: flex;
        flex-direction: column-reverse;
        
        gap: 20px;
    }
    
    .method_tab_content_txt .tip_box h4  {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .method_tab_content_txt .tip_box p {
        font-size: 15px;
    }
    .tip_box .tip_box_list .tip_img_box {
        width: 20%;
        min-width: 200px;
    }
    
    .tip_box .tip_box_list .tip_txt_box {
        width: 100%;
    }

    /* 활용사례 페이지 스타일 - mobile-lg */
    .usecase_wrap .section_usecase {
        padding: 40px 0;
    }

    .usecase_wrap .usecase_item {
        display: block;
        margin-bottom: 60px;
        gap: 0;
    }
    .usecase_list .usecase_item .usecase_item_img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        transform: translateY(100px);
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }
    .usecase_list .usecase_item .usecase_item_txt {
        width: 100%;
        transform: translateY(100px);
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }
    .usecase_list .usecase_item:nth-child(even) .usecase_item_img {
        transform: translateY(100px);
    }
    .usecase_list .usecase_item:nth-child(even) .usecase_item_txt {
        transform: translateY(100px);
    }

    .usecase_list .usecase_item .usecase_item_img.animate {
        transform: translateY(0);
        opacity: 1;
    }
    .usecase_list .usecase_item .usecase_item_txt.animate {
        transform: translateY(0);
        opacity: 1;
    }

    .usecase_list .usecase_item .usecase_item_txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .usecase_list .usecase_item .usecase_item_txt h3 br {
        display: none;
    }
    .usecase_item .usecase_txt_wrap .txt {
        font-size: 15px;
        line-height: 25px;
    }
    .usecase_item .usecase_btn_wrap button {

    }

}

@media screen and (max-width: 550px) {
    .img_tit h2{font-size:18px !important;}
    .img_tit p{font-size:15px !important; }
    .b_img_area img{width:100px !important; height:100px !important;}
    .b_img_area{flex-direction: column; align-items: center;}
    .b_img_area div h2{font-size: 28px !important; line-height: 38px !important; text-align: center;}
    .b_img_area div p{font-size: 18px !important;}
    .affiliate_wrap .btn_style1 {
        border: none !important;
        white-space: nowrap;
    }

    

    .p_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin-top: 5px;
      }
      .p_bottom p {
        display: none;
      }
      
      .p_bottom .p_more_btn_mobile span {
          width: 18px;
          height: auto; 
          margin-bottom: 2px;
      }
      .p_bottom .p_more_btn_mobile span img.active {
        transform: rotate(180deg);
      }

      /* 사용방법 페이지 반응형 모바일 sm */
          
    .method_tab_content_txt .guide_box {
        gap: 10px;
    }
    .method_tab_content_txt .guide_box .guide_num {
        width: 20px;
        height: 20px;
        font-size: 13px;
        margin-top: 2px;
    }

    .method_tab_content_txt .guide_box .guide_desc {
        width: calc(100% - 30px);
    }
    .sc_method_tab .method_tab_menu .method_tab_menu_list {
        padding: 5px;
        gap: 0;
    }
    .method_tab_menu_list .method_tab_menu_item button {
        font-size: 14px;
        padding: 4px 5px;
    }
    .method_tab_menu_list .method_tab_menu_item button:hover {
        color: #f44336;
    }
    .method_tab_content_txt .guide_box .guide_desc h4 {
        font-size: 17px;
        line-height: 25px;
    }
    .method_tab_content_txt .guide_box .guide_desc p {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }
    .tip_box .tip_box_list .tip_img_box {
        min-width: 200px;
    }

}
   @media screen and (max-width: 390px) {
    .download_wrap .main_wrap p{font-size:11px !important;}
    .img_tit h2{font-size:13px !important;}
    .img_tit p{font-size:10px !important; }

    .download_wrap .main_wrap p {
      font-size: 14px !important;
    }
    .sc_method_tab .method_tab_menu .method_tab_menu_list {
        padding: 5px;
    }
    .method_tab_menu_list .method_tab_menu_item button {
        font-size: 14px;
        padding: 2px 4px;
    }
  }


  @media screen and (max-width: 340px) {
    .sc_method_tab .method_tab_menu .method_tab_menu_list {
        padding: 3px;
    }
    .method_tab_menu_list .method_tab_menu_item button {
        font-size: 12px;
        padding: 2px 0px;
    }
  }

}