@charset "utf-8";

.bg-orora {background: linear-gradient(128deg, #63bc8b 10%, #2d9392 25%, #2d9392 22%, #3d75bb 57%, #5c4e9e 74%, #8c4c9a 90%) !important;}
.landing-header,.landing-wrap{width: 100%; overflow: hidden; font-family:'Pretendard', sans-serif;}
.landing-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99;
    border-bottom:1px solid #ddd;
    background:#fff;
}
.landing-header-in{
    display: flex;
    align-items: center;
    justify-content:space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding:20px 0;
}
.gnb{
    display: flex;
    align-items: center;
}
.gnb_m{
    display: flex;
    width:calc(100% - 110px);
    justify-content: space-between;
}

.gnb > div{
    display: flex;
    align-items: center;
    margin-left:35px;
}
.gnb_m > div{
    gap:30px;
}
.logo{
    width:120px;
    height:100%;
    margin-right:40px;
}
.logo a{
    width:100%;
    height:100%;
    display: block;
}

.logo img{
    width:100%;
    height:100%;
}

.gnb > div a{

    font-size:1.8rem;

    font-weight:bold;

}

.gnb .free_btn{

    background:#3182f6;

    border-radius:10px;

}

.gnb .free_btn a{

    color:#fff;

    font-size:1.5rem;

    padding:10px 20px;

    font-weight:400;

}

.landing_header {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.landing_header_in {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
}

.hamburger-btn,
.mobile-menu {
    display: none;
}

/* 햄버거 버튼 */
.hamburger-btn {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
}

.hamburger-btn span {
    position: absolute;
    left: 9px;
    width: 24px;
    height: 2px;
    background: #111;
    border-radius: 999px;
    transition: .25s ease;
}

.hamburger-btn span:nth-child(1) { top: 12px; }
.hamburger-btn span:nth-child(2) { top: 20px; }
.hamburger-btn span:nth-child(3) { top: 28px; }

.hamburger-btn.is-open span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}

.hamburger-btn.is-open span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.is-open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

/* 모바일 메뉴 */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .25s ease;
    pointer-events: none;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-menu-inner {
    padding: 20px 16px 24px;
}

.mobile-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.mobile-login {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.mobile-free-start a {
    position: relative;
    align-items: center;
    justify-content: center;
}

/*.mobile-free-start .deadline-badge {*/
/*    position: absolute;*/
/*    top: -14px;*/
/*    right: 10px;*/
/*    transform: scale(.78);*/
/*    transform-origin: right top;*/
/*    white-space: nowrap;*/
/*}*/
.mobile-free-start .free_txt{
    min-height: 56px;
    padding: 16px 20px 14px;
    border-radius: 18px;
    background: #000;
    color: #fff;
    text-align: center;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
}

.mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 4px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}
.mobile-nav a:last-child{
    border-bottom:0;
}



.gnb .gnb_l .gnb_cs a{
    cursor: none;
    opacity: 0.4;
}
.deadline-badge {
    display: inline-flex;
    align-items: center;
    gap:5px;
    padding-bottom:8px;

    animation: badgeFloat 3s ease-in-out infinite;
    transform-origin: 50% 100%;
}
@keyframes badgeFloat {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-4px); }
    40% { transform: translateY(0); }
}

.deadline-icon {
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #ff6a00;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #111;
    box-shadow: 2px 2px 0 #111;
    flex-shrink: 0;

    animation: iconPop 3s ease-in-out infinite;
}
@keyframes iconPop {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.08); }
    30% { transform: scale(1); }
}

.deadline-text {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -1px;
    color: #f4c542;
    -webkit-text-stroke:3px #111;
    paint-order: stroke fill;
    text-shadow: 3px 3px 0 #111;
}

.deadline-text em {
    font-style: normal;
    color: #ff5a00;
    -webkit-text-stroke:3px #111;
    paint-order: stroke fill;
    text-shadow: 3px 3px 0 #111;
}
.free_start_btn .free_txt{
    background:#000;
    border-radius:20px;
    color:#fff;
    padding:5px 25px;
    display: flex;
    align-items: center;
    gap:3px;
    font-size:16px;
}

.cont02_list_box{

    padding:50px 0 30px;

}

.cont02_list_box ul{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    gap:15px;

}

.cont02_list_box ul li{

    border:1px solid #eee;

    border-radius:20px;

    padding:20px 40px;

    width:calc(25% - 15px);

    text-align: center;

    font-size:1.8rem;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 0px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.cont02_list_box ul li img{

    width:auto;

    height:32px;

    margin-right:15px;

    filter: invert(37%) sepia(24%) saturate(21%) hue-rotate(15deg) brightness(98%) contrast(86%);

}

.txt_caption{

    font-size:1.4rem;

    color:red;

}



.sign_up_btn{

    margin:40px 0 20px;

    display: flex;

}

.sign_up_btn a{

    display: flex;

    align-items: center;

    color:#fff;

    padding:20px 40px;

    font-size:18px;

    background:#333;

    border-radius:10px;

    width:auto;

}

.sign_up_btn a i{

    margin-left:4px;

}

.procedure{

    padding:50px 0;

    border-radius:20px;

    gap:80px;

    margin-top:100px;

}

.procedure > div{

    text-align:left;

    position: relative;

}

.procedure > div:after{

    content:"▶";

    position: absolute;

    right:-42px;

    top:50%;

    transform: translateY(-50%);

    font-size: 20px;

    color: #ddd;

}

.procedure > div:last-child:after{

    display: none;

}

.procedure > div span{

    font-weight:bold;

    font-size:18px;

}

.procedure > div p{

    font-weight:500;

    font-size:24px;

    padding-top:15px;

    color:#666;

}

.procedure > div p a{

    color:#666;

}

.faq_item {

    border-radius: 12px;

    margin: .5rem 0;

    overflow: hidden;

}

.faq_question {

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:.75rem;

    cursor:pointer;

    padding:2rem;

    font-size:18px;

    background: #fff;

    color: #666;

    text-align:left;

}

.faq_icon {

    transition: transform .25s ease;

    margin-left:10px;

}

.faq_answer {

    display: none;

    line-height:1.65;

    overflow:hidden;

    text-align: left;

    font-size:16px;

    background: #eee;

}

.faq_item.active .faq_answer {

    display: block;

    padding:20px 30px;

}

.faq_item.active .faq_icon {

    transform: rotate(180deg);


}

.faq_answer > a.faq_link{

    display: inline-block;
    text-decoration: underline;
    font-weight:bold;
    color:#006dd7;
    padding-left:5px;
}

.swiper {

    width: 100%;

    height: 100%;

    padding-bottom:50px;

    position:relative;

}



.swiper-slide {

    height: auto;

    text-align: center;

    font-size: 18px;

    background: #444;

    display: flex;

    justify-content: center;

    align-items: center;

    padding:60px 30px;

    border-radius:20px;

}

.swiper-slide.swiper-slide-active{

    background:#fff;

}



.swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.swiper-pagination{

    bottom:10px !important;

}

.review_txt{

    flex-direction: column;

    word-break: break-all;

    text-align:left;

    align-items: flex-start;

    justify-content: space-between;

    font-size:16px;

    opacity: 0.5;

    background: #294061;

    color:#fff;

    font-weight:normal;

    padding:80px 30px 30px;

    position: relative;

}

.review_txt:before{

    content:"“";

    display: block;

    font-family: "Stack Sans Text", sans-serif;

    font-optical-sizing: auto;

    font-weight:bold;

    font-style: normal;

    font-size:100px;

    color: #4975b2;

    line-height:0px;

    padding-top:0;

    position: absolute;

    top:70px;

    left:30px;

}

.review_txt p{

    font-size:18px;

    color:#fff;

    padding-top:40px;

    display: flex;

    align-items: center;

}

.review_txt p span{

    display: inline-block;

    width: 35px;

    height: 35px;

    padding: 5px;

    border-radius: 50%;

    margin-right: 5px;

    background: #dedede;

}

.review_txt p span img{

    width:100%;

    height:100%;

    /*filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(232deg) brightness(105%) contrast(101%);*/

}

.swiper-slide-active{

    opacity: 1;

    background:#fff;

    color:#000;

}

.swiper-slide-active p{

    color:#000;

    font-weight:600;

}

.swiper-slide-active:before{

    color:#3182f6

}

.f_menu{

    gap:20px;

    font-size:16px;

    padding-bottom:30px;

}

.f_menu a{

    color:#fff;

}

.f_menu a.f_person_info{

    color:#3182f6;

    font-weight:bold;

}

.f_info{

    color:#ccc;

    justify-content: space-between;

}

.f_info_l{

    line-height:26px;

}

.f_info_l a{

    display: inline-block;

    color:#fff;

    text-decoration: underline;

}

.f_info_r{

    line-height:26px;

}

.f_info_r a{

    color:#fff;

    display: inline-block;

    padding:8px 20px;

    border-radius:10px;

    margin-bottom:15px;

    font-weight:500;

    font-size:18px;

}

.f_copy{

    padding-top:50px;

    color:#ccc;

}





#layer_popup, #layer_loading{display: none;}

.ju-between{justify-content: space-between;}

.ju-center{justify-content: center;}

.bg-dark{background-color: #191f28;}

.bg-lblue{background-color: #dde8f6;}

.bg-blue{background-color: #86b8ff;}

.bg-dblue{background-color: #3182f6;}

.bg-gray{background-color: #f5f5f5;}

.bg-white{background-color: #fff;}

.bg-lgray{background-color: #f8f8f8}

.inner{width: 1200px; padding: 0;}

.inner02{width:1000px;margin: 0 auto;}

.landing-flex > .txt-box{ }

.landing-cont-box{padding:15rem 0; }

.landing-footer-box{padding:6rem 0;}

.txt.txt48{font-size:48px; line-height: 60px;}

.txt.txt40{font-size:40px; line-height: 50px;}

.txt.txt24{font-size:24px;}

.txt.txt20{font-size:20px; line-height:32px;}

.txt.txt18{font-size:18px; line-height:26px;}

.txt.txt16{font-size:16px;}

.txt.dgray{color: #666;}

.txt.write{color: #fff;}

.txt.blue{color: #1f66cc;}

.txt.wgray{color: #86909c;}

.txt.bolder{font-weight: 800;}

.txt.center{text-align: center;}

.ptop20{padding-top: 20px;}

.ptop30{padding-top: 30px;}

.ptop40{padding-top: 40px;}

.ptop50{padding-top: 50px;}

.ptop70{padding-top: 70px;}

.ptop100{padding-top: 100px;}

.round-box{border-radius: 10px;}

.landing-btn{

    display: flex;

    align-items: center;

    justify-content: center;

    width:100%;

    gap:8px;

    padding: 2rem 3rem;

    border-radius: 10px;

    color: #fff;

    font-weight: 500;

    font-size:1.6rem;

    background:#444;

}

.landing-btn img{

    width:24px;

    height: 24px;

}

.landing-btn.cont_free_btn{

    background:#3182f6 !important;

    font-size:1.8rem !important;

}

.landing-btn.blue{background-color: #3182f6; color: #fff;}

.landing-btn.blue-line{background-color: #dde8f6; color: #3182f6}

.landing-btn.gray{background-color: #666666; border: 1px solid #666666;}

.tag-box > span{font-size: 16px;margin:4px 4px 0; display: block; width: fit-content; padding: 4px 10px; background-color:#dde8f6; border-radius: 10px; color: #666; }



.landing-cont-box > .inner02 > .flex > .txt-box{ width:520px; flex: 0 0 auto;}

.landing-cont-box > .inner02 > .flex > .img-box{width: calc(100% - 280px); flex: 0 0 auto;}

.landing-cont-box > .inner02 > .flex > .img-box img{width:100%; height:100%;}

.ci-box > div {width: 26rem;}

.ci-box > div > div.round-box{padding:5rem 3rem 3rem; }

.ci-box > div:nth-child(2){margin: 0 2rem;}

.ci-box .ci-box-img img{

    width:auto;

    height:60px;

    filter: invert(39%) sepia(99%) saturate(1566%) hue-rotate(200deg) brightness(97%) contrast(98%);

}

.ci-box02 > div{ padding: 2rem;    width: 30rem;margin: 0 auto 8px;}

.ci-box03{display: flex; justify-content: center;}

.ci-box03 > div{width: 304px; height: 426px; background-color: #dde8f6; overflow: hidden;}

/*.ci-box04{padding-top: 12rem;}*/

.ci-box04 > div {justify-content:flex-end;align-items: flex-end;}

.ci-box04 .round-box img{

    width:100%;

    height:100%

}

.ci-box05 > div{display: flex; flex-direction:column;  position:relative; width: 32%; padding: 3rem 3rem;}

.ci-box05 > div dl dt{padding-bottom: 8px;}

.ci-box05 > div > div.flex-col{position: absolute; top:3rem; right: 3rem; display: flex; flex-direction: column; }

.ci-box05 > div > div.flex-col .round{border-radius: 50%; background-color: #222; width: 50px; height: 50px; color: #fff; font-size: 3rem;display: flex;justify-content: center;align-items: center;}

.ci-box05 > div > div.flex-col span.round{ margin-top: 16px; font-weight: bolder; font-size: 2rem; background-color: #3182f6; }

.ci-box06 { justify-content: flex-end;}

.cont06-txt-box{

    position: absolute;

    top:35rem;

}



.landing-cont-box.bg-img06{padding-bottom:80rem; position: relative;}

.landing-cont-box.bg-img06 div.img-bg{position: absolute;}

.landing-cont-box.bg-img06 div.img-bg{

    width: 1200px;

    border-radius: 0 40px 40px 0;

    overflow: hidden;

    left: -1rem;

    top: 35rem;

}

.landing-cont-box.bg-img06 div.img-bg > img{width: 100%;}





.flex.center{justify-content: center;}

.ma-c > a:nth-child(2){margin: 0 8px;}



.lan-footer{color: #8c8f94}

.lan-footer ul > li{padding: 0 22px;}

.lan-footer ul > li > p {color: #fff; padding-bottom: 16px;}

.lan-footer ul > li > ul > li > a{padding: 12px 0; color: #8c8f94}



.landing-cont-box > .inner02 > div{align-items: center;}

.landing-cont-box > .inner02 > .flex > .img-box.ci-box07{width: 35rem;height: 35rem;background: #dde8f6;border-radius: 100%;}



.main_box .img-box{

    width: 60rem;

    height: 100%;

    display: block;

}

.main_box .img-box img {

    width:100%;

    height:100%;

    border-radius: 20px;

}

.main_box .img-box-m{

    display: none;

}

.tag-box{

    flex-wrap: wrap;

}

.m_down_box{

    display: flex;

    margin-top:20px;

}

.m_down_box a{

    margin-right:20px;

}

.m_down_box a:last-child{

    margin-right:0;

}

.cont6_btn a{

    width:220px;

}





.floating_box{

    position:fixed;

    bottom:30px;

    right:20px;

    z-index: 9;

    padding:20px;

    border-radius:10px;

    color:#fff;

    font-family:'Pretendard', sans-serif;

}

.floating_box >  div{

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.floating_box .floating_txt{

    color:#fff;

    font-weight:bold;

    padding-bottom:10px;

    font-size:16px;

    line-height:28px;

    text-align: center;

}
.floating_box .floating_txt span{
    display: block;
    font-size:25px;
    padding-bottom:5px;
}

.floating_box button{

    display: block;

    background:#333;

    color:#fff;

    border-radius:10px;

    padding:10px 20px;

    font-weight:bold;

    font-family:'Pretendard', sans-serif;

}

.floating_box button.m_btn{

    display: none;

}

.body-lock { overflow: hidden; }



.modal{

    position:fixed;

    inset:0;

    z-index:9999;

    display:none;

}

.modal.open{

    display:block;

}



.modal_overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55); }





.modal_panel{

    position:relative;

    z-index: 1;

    left:50%;

    top:50%;

    transform:translate(-50%, -50%);

    max-width:540px;

    width:90%;

    max-height:95%;

    background:#fff;

    border-radius:12px;

    box-shadow:0 10px 40px rgba(0,0,0,.25);

    color:#fff;

    display:flex;

    flex-direction:column;

}

form[name="write_form"]{
    display:flex;
    flex-direction:column;
    flex:1;
    min-height:0;
}

.modal_close{

    position:absolute;

    top:8px;

    right:5px;

    width:36px;

    height:36px;

    border:none;

    border-radius:8px;

    font-size:22px;

    cursor:pointer;

    color:#fff;

}
/*.modal_panel form{*/

/*    margin:15px 20px;*/

/*}*/

.modal_form{
    flex:1;

    color: #000;

    max-height:50vh;

    overflow-y:auto;

    min-height:0;

    padding: 15px 20px;

}

.modal_form::-webkit-scrollbar {

    display: none;

}

.modal_txt_wrap{

    text-align: center;

    background: #000;

    padding:15px 20px;

    border-radius: 12px 12px 0 0;

}

.modal_txt_top{

    font-size:30px;

    font-weight:bold;

    line-height:35px;

    padding-bottom:15px;

}

.modal_txt_top span{

    display: block;

    font-size:18px;

    font-weight:normal;

}

.modal_txt_mid{

    padding-bottom:15px;

}

.modal_txt_mid:last-child{

    padding-bottom:0;

}

.modal_txt_mid span{

    display: block;

    color: #4f98ff;

    font-weight:500;

    padding-bottom:5px;

}

.modal_form .form_flex{

    display: flex;

    gap:10px;

}

.modal_form .row{

    display: flex;

    flex-direction: column;

    padding-bottom:8px;

    width:100%;

}

.modal_form .row label{

    margin-bottom:4px;

    color:#666;

}

.modal_form .row select, input{

    border:1px solid #ddd;

    border-radius:5px;

    padding:0 10px;

}

.modal_form .row input{

    height:40px;

    padding:0 10px;

}

.modal_form .row input::placeholder {

    color:#ccc;

    font-weight:normal;

}

#preModal .modal_form .agree{

    display: flex;

    align-items:center;

    margin-top:5px;

}

/* 모달 내부 체크박스 전역 커스텀 완전 무력화 */

#preModal .modal_form .agree input[type="checkbox"]{

    all: unset; /* 상속된 속성 초기화 */

    appearance: auto !important;

    -webkit-appearance: checkbox !important; /* 크롬/사파리 */

    width: 15px;

    height: 15px;

    margin: 0;

    vertical-align: middle;

    opacity: 1;

    accent-color: #3182f6;/* 지원 브라우저에서 체크 색상 */

    border:1px solid #ddd;

    margin-right:5px;

}



/* 라벨/장식이 클릭을 가로막는 경우 차단 */

/*#preModal .modal_form .agree{*/

/*    display: inline-flex; align-items: center; gap: 8px;*/

/*    font-size: 13px; color: #374151; cursor: pointer;*/

/*}*/

.modal_btn{
    flex-shrink:0;
    /*position: absolute;*/

    /*bottom:0;*/

    /*left:0;*/

    width:100%;

    padding:15px;

    background: #fff;

    border-top:1px solid #ddd;

    border-radius: 0 0 15px 15px;

}

.modal_btn .submit{

    width:100%;

    padding:12px 14px;

    border:none;

    cursor:pointer;

    background:#3182f6;

    color:#fff;

    border-radius:10px;

    font-weight:700;



}

/*.modal_form .help{*/

/*    margin:8px 6px 0;*/

/*    color:#94a3b8;*/

/*    font-size:12px;*/

/*}*/



/* 완료 화면 */

.modal__done{

    text-align:center;

    padding:30px 10px 10px;

}

.modal__done h4{

    margin:0 0 8px;

    font-size:18px;

}

.modal__done p{

    color:#475569;

}



::-webkit-scrollbar {background-color:#dde8f6;}

::-webkit-scrollbar-track{border: 2px solid #fff; box-sizing: padding-box;}

::-webkit-scrollbar-thumb { background-color: #c5d4f6;border-radius: 2px;}

::-webkit-scrollbar-thumb:hover{background-color: #acc0f6}

.landing_top_box .inner{
    padding-top:82px;
}
.landing-cont-box .top_logo{
    display: flex;
    align-items:center;
    gap:10px;
    margin-bottom:30px;
}
/*.landing-cont-box .top_logo p{*/
/*}*/
.landing-cont-box .top_logo p img{
    width:100%;
    max-height: 40px;
}
.landing-cont-box .top_logo span i{
    font-size:22px;
    font-weight:bold;
    color:#fff;
}
.sec_text_wrap{
    display: flex;
    flex-direction: column;
}
.sec_top_badge{
    width: 110px;
    background:#000;
    border-radius:30px;
    color:#fff;
    font-size:18px;
    text-align: center;
    padding:6px 10px;
}
.landing_sec_box .sec_top_text{
    display: inline-block;
    padding: 4px 6px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
    margin:12px 0 20px;
}
.landing_sec_box .sec_top_text span{
    -webkit-text-stroke: 8px #000;
    paint-order: stroke fill;
    text-shadow:
            2px 2px 0 #000,
            4px 4px 0 #000,
            6px 6px 0 rgba(0, 0, 0, 0.55);
}
.landing_sec_box .sec_top_text .yellow {
    color: #ffd400;
}

.landing_sec_box .sec_top_text .white {
    color: #ffffff;
}

.landing_sec_box .sec_top_text .red {
    color: #ff4b00;
}

.landing_sec_box .top_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.landing_sec_box .top_txt{
    font-size:60px;
    line-height:75px;
    letter-spacing:-2px;
}
.landing_sec_box .top_stxt{
    font-size:22px;
    font-weight:600;
    padding-top:30px;
}
.landing_sec_box .top_txt_list{
    font-size:20px;
    color:#fff;
}
.landing_sec_box .top_txt_list p{
    display: flex;
    align-items: center;
    background:rgba(255,255,255,0.14);
    border:2px solid rgba(255,255,255,0.22);
    border-radius:15px;
    color:#FFFFFF;
    margin-bottom:8px;
    padding:16px 30px;
}
.landing_sec_box .top_txt_list p i{
    margin-right:8px;
    font-weight:bold;
}
.top_explain{
    position:relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:22px;
    background: #fff;
    padding:20px 30px;
    border-radius:10px;
    font-weight: bold;
    margin-top:100px;
}
.top_explain .info{
    position: relative;
    padding-left:60px;
}
.top_explain .info:before{
    content:"!";
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    font-size:28px;
    color: #ce0000;
    border:3px solid #ce0000;
    border-radius:50%;
    position:absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}
.top_explain .top_btn a{
    display: flex;
    align-items: center;
    gap:8px;
    background:#243B63;
    color:#fff;
    font-size:18px;
    padding:15px 40px;
    border-radius:30px;
}


.price_box_wrap{
    display: flex;
    gap:20px;
    padding-top:50px;
}
.price_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*border:1px solid #eee;*/
    padding:40px;
    border-radius:15px;
    width:calc(33.3% - 10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
}
.price_box.smart{
    background-color: #1e7eff;
    color:#fff;
    border:0;
}
.price_box.general{
    background-color: #8b1eff;
    color:#fff;
    border:0;
}
.price_box .txt{
    font-size:20px;
    font-weight:normal;
}
.price_box .txt .title{
    font-size:28px;
    font-weight:bold;
    padding-bottom:10px;
}
.price_box .price_t{
    font-weight:bold;
    font-size:26px;
}
.price_box .price{
    display: flex;
    align-items: center;
    gap:10px;
    font-weight:bold;
    font-size:24px;
}
.price_box .price i{
    margin-right:10px;
}
.price_box span.txt_line{
    text-decoration: line-through;
    font-weight:normal;
    font-size:20px;
}
.price_box span.txt_sm{
    font-size:13px;
    font-weight:normal;
    padding-left:3px;
}
.price_box .s_txt{
    padding-top:50px;
    font-size:15px;
    line-height:25px;
}
.price_box .s_txt .s_txt_top{
    font-size:18px;
    font-weight:bold;
    padding-bottom:15px;
}
.price_box .s_txt ul{
    line-height:35px;
}
.price_box .s_txt ul li{
    display: flex;
    align-items: center;
    font-size:16px;
}
.price_box .s_txt ul li .t_u_line{
    font-weight:bold;
    text-decoration: underline;
}
.price_box .s_txt ul li i{
    margin-right:5px;
    font-weight:bold;
}
.price_box .s_txt ul li i.xi-error-o{
    font-weight: normal;
}
.price_box .price_btn{
    margin-top:30px;
}
.price_box .price_btn a{
    background-color: #fff;
    border-radius:8px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    padding:10px 20px;
}
.price_box.smart .price_btn a{
    color:#1e7eff;
}
.price_box.general .price_btn a{
    color: #8b1eff;
}
.price_box.free .price_btn a{
    background:#9e9e9e;
    color:#fff;
}

.price_overlay_wrap{
    position: relative;
}

.price_box_overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom:5%;
    /*transform: translateY(-50%);*/
    height:320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    color:#fff;
    font-size:60px;
    font-weight:bold;
    padding: 30px 20px;
    text-align: center;
    z-index: 8;
}
.countdown_day{
    background: #FFD76A;
    color:#444;
    padding:10px 30px;
    border-radius:10px;
    margin:10px 0;
    font-weight: 900;
}
.price_box_overlay p{
    font-size:34px;
    padding-top:30px;
    color: red;
}

.price_btn_box{
    display: flex;
    justify-content: center;
    padding-top:50px;
}
.price_btn_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:50%;
    background:#444;
    padding:2rem 3rem;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
    color:#fff;
}


.crm_hero_box{
    background: #010e1f;
}
.crm_hero_box .top_logo{
    justify-content: center;
    padding-bottom:0;
}
.crm_hero_cont > div{
    padding:50px;
}
.box_title{
    color:#fff;
    font-size:40px;
    font-weight:bold;
}
.crm_tit{
    text-align: center;
    padding-bottom:20px;
    word-break: keep-all;
}
.crm_img{
    width:100%;
    height:100%;
    text-align:center;
}
.crm_img img{
    width:100%;
    height:100%;
    max-width: 750px;
}

.crm_info_card{
    display: flex;
    justify-content:center;
    align-items: center;
    gap:10px;
    padding:50px 0;
}
.crm_info_card span{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    background: #444;
    width:45px;
    height:45px;
    border-radius:50%;
    padding-bottom:4px;
    margin:0 10px;
}
.card_box{
    background:#fff;
    border:5px solid transparent;
    border-radius:10px;
    padding:20px;
    width:20%;
    text-align: center;
    /*height:150px;*/
}
.card_box .card_tit{
    font-size:30px;
    font-weight:900;
    color: #e35fff;
    padding-bottom:10px;
}
.card_box p{
    font-size:18px;
    color:#fff;
}
.card_box:nth-child(1){
    border-color:#63bc8b;
    background:#010e1f;
}
.card_box:nth-child(1) .card_tit{
    color:#63bc8b;
}
.card_box:nth-child(3){
    border-color:#3d75bb;
    background:#010e1f;
}
.card_box:nth-child(3) .card_tit{
    color:#3d75bb;
}
.card_box:nth-child(5){
    border-color:#e35fff;
    background:#010e1f;
}
/*.card_box:nth-child(5){*/
/*    background:*/
/*            linear-gradient(#010e1f, #010e1f) padding-box,*/
/*            linear-gradient(128deg, #63bc8b 10%, #2d9392 25%, #2d9392 22%, #3d75bb 57%, #5c4e9e 74%, #8c4c9a 90%) border-box;*/
/*}*/
.crm_info_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crm_info_btn a{
    color:#010e1f;
    background: #ffd81d;
    padding:10px 50px;
    border-radius:30px;
    font-size:20px;
    font-weight:bold;
}
.crm_info_btn a i{
    margin-left:5px;
}

.crm_box_bottom .crm_t_tit{
    text-align:center;
}
.crm_box_bottom .crm_s_tit{
    display: flex;
    align-items: center;
    gap:20px;
    justify-content: center;
}
.crm_box_bottom .crm_s_tit .point_t{
    color:#1e7eff;
    font-size:46px;
    font-weight:800;
}
.crm_box_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    padding:120px 0 20px;
}

.crm_box_wrap .crm_compare{
    position: relative;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    justify-content: center;
    min-height: 300px;
    border-radius: 24px;
    padding:80px 50px 30px 50px;
    box-sizing: border-box;
    overflow: visible;
}

.crm_box_wrap .crm_box_l {
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.crm_box_wrap .crm_box_r {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height:400px;
    margin-left:10px;
    background: linear-gradient(180deg, #1473ff 0%, #0b58c0 100%);
    box-shadow:5px 20px 45px rgba(20, 115, 255, 0.35);
    z-index: 2;
}

.crm_box_wrap .crm_compare img {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 200px;
    /*height: auto;*/
    pointer-events: none;
}
.crm_box_wrap .crm_box_r img{
    max-width:240px;
}
.crm_box_wrap > span {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 35px;
    line-height: 35px;
    border-radius: 999px;
    /*background: #010e1f;*/
    background: linear-gradient(270deg, #010e1f 10%, #0b61e8 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 5px 5px rgba(10, 90, 220, 0.35);
    z-index: 5;
}

.crm_box_wrap .crm_box_tit{
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 30px;
}

.crm_box_wrap .crm_box_l > div {
    color: #bdbdbd;
}

.crm_box_wrap .crm_box_r > div {
    color: #fff;
}

.crm_box_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.crm_box_wrap li {
    position: relative;
    padding-left: 34px;
    font-size:20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.crm_box_wrap li + li {
    margin-top: 14px;
}

.crm_box_wrap .crm_box_l li {
    color: #bdbdbd;
}

.crm_box_wrap .crm_box_r li {
    color: #fff;
}

.crm_box_wrap .crm_box_l li::before,
.crm_box_wrap .crm_box_r li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.crm_box_wrap .crm_box_l li::before {
    background: #bdbdbd;
}

.crm_box_wrap .crm_box_r li::before {
    background: #bff7eb;
}

.crm_box_wrap .crm_box_l li::after,
.crm_box_wrap .crm_box_r li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 10px;
    height: 5px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.crm_box_wrap .crm_box_l li::after {
    border-color: #fff;
}

.crm_box_wrap .crm_box_r li::after {
    border-color: #148d7a;
}

.crm_box_wrap .crm_box_r li span {
    color: #ff6b7a;
    font-weight: 800;
}

.crm_box_wrap p {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.crm_box_wrap .crm_box_l p {
    color: #bdbdbd;
}

.crm_box_wrap .crm_box_r p {
    color: rgba(255, 255, 255, 0.72);
}
.crm_b_tit{
    text-align: center;
    padding-top:40px;
    font-size:40px;
    color:#fff;
    font-weight:bold;
    word-break: keep-all;
}
.crm_b_tit span{
    color:#1e7eff;
}




/*개인정보처리방침*/

.page_wrap{

    padding:100px 0;

}

.page_wrap .box{

    padding:1rem 2rem;

}

.page_tit{

    padding:0 2rem;

    font-size:26px;

}

.box h2{

    font-size:20px;

    padding-bottom:10px;

}

.box h3{

    font-size:16px;

    padding-bottom:5px;

}

.box section{

    padding-bottom:10px;

}

.box .privacy_list{

    padding-bottom:10px;

}

.box .privacy_list li{

    padding-bottom:5px;

}

.box .privacy_list .mt_10{

    margin-top:10px;

}

.box .privacy_list a{

    display: inline-block;

}

.box_table h4{

    padding-top:5px;

}

.box_table table{

    width: 100%;

    border-top: 1px solid #222;

    margin: 5px 0 10px;

}

.box_table table thead th{

    border-bottom: 1px solid #ddd;

    border-right: 1px solid #ddd;

    background: #f7f7f7;

    padding: 10px;

    text-align: center;

    font-weight: normal;

    color: #222;

}

.box_table table tbody td{

    border-left: 1px solid #ddd;

    border-right: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

    padding: 10px;

    line-height: 22px;

    font-size: 14px;

}

.box_table table thead th:first-child, .box_table table tbody td:first-child{

    border-left:0;

}

.box_table table thead th:last-child, .box_table table tbody td:last-child{

    border-right: 0;

}

.box_table table tbody td.text_center{

    text-align: center;

}



/*이용약관*/

.agreement_wrap > div.box > p{

    padding-bottom:8px;

}

.agreement_wrap .box > ul > li{

    padding-bottom:5px;

}

.agreement_wrap .box > ul > li > ul{

    padding-left:10px;

    padding-top:5px;

}

.agreement_wrap .box ul li a{

    display: inline-block;

}



.provision > div{

    padding-bottom:10px;

    font-size:18px;

    font-weight:bold;

}


/*ppt viewer*/
#pptroot.ppt{
    display:flex;
    gap:24px;
    height:100vh;          /* 필요하면 100%로 */
    padding:110px 24px 24px 24px;
    box-sizing:border-box;
    /*background:#f5f6f8;*/
}

/* 왼쪽 썸네일 */
#pptroot .ppt_left{
    width:220px;
    height: calc(100vh - 140px);
    min-width:220px;
    background: #f2f4f8;
    border-radius:16px;
    padding:16px 10px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    overflow:hidden;

}
#pptroot .pptThumbs{
    height: 100%;
    overflow: hidden;

    scrollbar-gutter: stable;
    padding-right:5px;
    box-sizing: border-box;
}
#pptroot .pptThumbs:hover{
    overflow-y: auto;
}
#pptroot .pptThumbs::-webkit-scrollbar{
    width:5px;
}
/*#pptroot .pptThumbs::-webkit-scrollbar-track{*/
/*    background:transparent;*/
/*}*/
#pptroot .pptThumbs::-webkit-scrollbar-thumb{
    background: rgba(245, 245, 245, 0.18);
    border-radius:10px;
    transition:.2s;
}
#pptroot .pptThumbs:hover::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.35);
}
#pptroot .pptThumbs .swiper-wrapper{
    align-items: flex-start !important;
    transform: none !important;
}

#pptroot .pptThumbs .swiper-slide{
    height:auto !important;
    display:flex;
    justify-content:center;
    cursor:pointer;
    padding:10px;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
}

#pptroot .pptThumbs img{
    width:170px !important;     /* ⭐ 고정 폭 */
    height:auto !important;
    display:block;
    border-radius:6px;
    box-shadow:0 4px 12px rgba(0,0,0,.10);
}
#pptroot .pptThumbs .swiper-slide-thumb-active img{
    outline:3px solid rgba(0, 99, 206, 0.8);
}

#pptroot .pptThumbs .swiper-slide .slide_num span{
    font-size:13px;
    font-weight:500;
}

/* 오른쪽 메인 */
#pptroot .ppt_right{
    flex:1;
    background:#fff;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
#pptroot .pptMain{
    width:100%;
    height:100%;
    padding-bottom: 0;
}
#pptroot .pptMain .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    box-sizing:border-box;
    background: transparent;
}
#pptroot .pptMain .pptMain-next{
    right:8%;
}
#pptroot .pptMain .pptMain-prev{
    left:8%;
}
#pptroot .pptMain .swiper-pagination{
    display: none;
}
#pptroot .pptMain .pptMain-next svg, #pptroot .pptMain .pptMain-prev svg{
    display: none;
}
#pptroot .view{
    width:auto;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 5px 5px 15px #ddd;
    border-radius: 12px;
}
#pptroot .pptMain .swiper-zoom-container{
    touch-action: pan-y pinch-zoom; /* 중요 */
}
#pptroot .view-img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    border-radius:15px;
}


/*제휴문의*/
.alliance-wrap{
    color:#333;
}
.alliance_top_box{
    padding:18rem 0 0;
}
.alliance_tit h2{
    font-size:45px;
    color:#000;
}
.alliance_tit h2 span{
    color:#3182f6;
}
.alliance_box{
    padding:4rem 0 8rem;
}
.alliance_box .required_mark{
    color:#ff5252;
}
.alliance_desc{
    font-size:16px;
    font-weight:400;
    line-height:30px;
    padding:30px 0;
}
.alliance_desc ul div{
    font-size:22px;
    font-weight:600;
    padding-bottom:10px;
    word-break: keep-all;
}
.alliance_desc ul li{
    padding-left:12px;
    position: relative;
    word-break: keep-all;
}
.alliance_desc ul li:before{
    content:"";
    display: block;
    width:5px;
    height:5px;
    background:#535862;
    border-radius:50%;
    position: absolute;
    left:0;
    top:13px;
}
.alliance_form {
    padding: 30px 0;
}

.alliance_form_box {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-bottom:2rem;
}
.alliance_form_box .form_item{
    width:calc((100% - 32px) /2);
}
.alliance_field {
    width:100%;
}
.alliance_form_box .form_item p,
.alliance_form_box .form_item_full p{
    padding-bottom:5px;
    font-size:16px;
    font-weight:600;
}
.alliance_form_box .form_item_full{
    width:100%;
}

.alliance_form_box .form_item_full textarea{
    width:100%;
    height:300px;
    border:1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    padding: 15px;
}

.alliance_field input{
    width: 100%;
    height: 46px;
    padding: 0 60px 0 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03125em;
    line-height: 46px;
    text-align: left;
    z-index: 1;
    transition: all ease-in-out .15s;
    border-radius: 6px;
}
.alliance_label {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
}
.alliance_file_box{
    position:relative;
}

.alliance_file_real{
    position:absolute;
    left:0;
    top:0;
    width:1px;
    height:1px;
    opacity:0;
    pointer-events:none;
}

.alliance_file_fake{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
}

.alliance_file_name{
    flex:1;
    height:46px;
    padding:0 16px;
    border:1px solid #ddd !important;
    border-radius:8px;
    background:#fff;
    box-sizing:border-box;
    cursor:pointer;
}

.alliance_file_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:110px;
    height:45px;
    padding:0 20px;
    border-radius:8px;
    background:#444;
    color:#fff;
    cursor:pointer;
}

.form_agree .agree_box{
    border:1px solid #ddd;
    border-radius: 6px;
    padding:15px;
    margin-bottom:15px;
    background:#f5f5f5;
    line-height:25px;
}

.agree_check{
    display: flex;
    align-items: center;
    gap:10px;
    padding-bottom:3rem;
}
.check_box input {
    display: none;
}

.check_box label {
    position: relative;
    display: inline-block;
    padding-left:25px;
    line-height: 20px;
    cursor: pointer;
}

.check_box label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.check_box input:checked + label::before {
    background: #3182f6;
    border-color: #3182f6;
}

.check_box input:checked + label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.alliance_btn_area{
    display: flex;
    align-items: center;
    justify-content: center;
}

.alliance_btn_area button{
    width: 200px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    height:50px;
    border-radius: 10px;
    background: #3182f6;
}

.captcha_div {
    justify-content: center;
    padding-bottom: 30px;
}


@media screen and (max-width: 1838px) {.landing-cont-box.bg-img06 div.img-bg {width: 1000px;top: 42rem;}  }

@media screen and (max-width: 1450px) {.landing-cont-box.bg-img06 div.img-bg {width: 700px;top: 49rem;}  }

@media screen and (max-width: 1200px) {

    .inner{width: 100%; padding: 0 4%;}

    .inner02{width:100%;padding: 0 4%;}

    .landing-header-in{

        padding:20px;

    }

    #pptroot .view{
        height:auto;
    }

}

@media screen and (max-width: 1068px) {.ci-box06 { flex-flow: column;}  .landing-cont-box.bg-img06 div.img-bg {border-radius:40px; width: 100%; position: static;}  .landing-cont-box.bg-img06 div.img-bg > img {height: 100%;}  }



@media screen and (max-width: 1000px) {

    .landing-cont-box > .inner02 > .flex{flex-direction: column;align-items: center;}

    .landing-cont-box > .inner02 > .flex > .txt-box {width: 100%;     text-align: center;}

    .landing-cont-box > .inner02 > .flex > .img-box {width: 100%; margin-top: 7rem;}

    .landing-cont-box > .inner02 .txt-box {width: 100%;   text-align: center;}

    .landing-cont-box > .inner02 > .flex.ci-box {flex-direction: row}

    .ci-box05 {flex-direction: column;}

    .ci-box05 > div { width: 100%;}



    .landing-cont-box {padding: 7.4rem 0;}

    .txt.txt40 {font-size: 28px;  line-height: 38px;  }

    .txt.txt48 {font-size: 30px;line-height: 40px;}

    .txt.txt24 {font-size: 20px;}

    .txt.txt20 {font-size: 18px; word-break: keep-all;}

    .txt.txt18 {font-size: 16px;}

    .txt.txt16 {font-size: 15px;}

    .ptop100 {padding-top: 50px;}

    .ptop70 {padding-top: 40px;}

    .ptop50 {padding-top:25px;}

    .ptop40 {padding-top: 20px;}

    .ci-box04 {  padding-top: 0;}



    .landing-cont-box > .inner02 > .ci-box08{flex-direction: row;}



    .ci-box05 > div:nth-child(2){margin: 2rem 0;}

    .landing-cont-box.bg-img06 { padding-bottom: 7.4rem; text-align: center;}



    .lan-footer > .inner > .flex{flex-direction: column;}

    .main-cont-box{

        padding-bottom:0 !important;

    }

    .main_box{

        display: block;

    }

    .main_box > div > p{

        text-align: center;

    }

    .main_box .txt-box{

        margin-bottom:30px;

    }

    .main_box .ma-c{

        max-width:500px;

        padding:40px 20px;

        margin:0 auto;

    }

    .main_box .ma-c .landing-btn.cont_free_btn{

        font-size:15px !important;

    }

    .main_box .ma-c .landing-btn{

        font-size:15px;

        padding:1.5rem;

    }

    .main_box .img-box{

        display: none;

    }

    .main_box .img-box-m{

        display: flex;

        justify-content: center;

    }

    .main_box .img-box-m img{

        width:auto;

        height: 100%;

    }

    .procedure{

        display: block;

        margin-top:50px;

        padding:25px 0;

    }

    .procedure > div{

        text-align: center;

        margin:20px 0 50px;

    }

    .procedure > div:after{

        content:"▼";

        position: absolute;

        bottom:-40px;

        left:50%;

        right:inherit;

        top:inherit;

        transform: translateX(-50%);

        font-size: 20px;

        color: #ddd;

    }

    .price_box_wrap{
        display: block;
    }
    .price_box{
        width:100%;
        margin-bottom:40px;
    }
    .price_box:last-child{
        margin-bottom:0;
    }

    .landing_sec_box .top_wrap{
        display: block;
    }
    .top_txt_list{
        padding-top:50px;
    }
    .top_explain{
        display: block;
    }
    .top_explain .top_btn a{
        justify-content: center;
        margin-top:20px;
    }

    .crm_info_card{
        flex-direction: column;
    }
    .card_box{
        width:100%;
    }

    .price_btn_box{
        padding-top:20px;
    }
    .price_btn_box a{
        width:100%;
    }
    .price_box_overlay{
        height:100%;
        bottom:0;
        font-size:40px;
    }
    .countdown_day{
        display: block;
    }






}

@media screen and (max-width: 768px) {

    .logo{

        height: auto;
        width: 90px;

    }

    .gnb div{

        margin-left:15px;

    }

    .gnb div a{

        font-size:16px;

    }

    .landing_header_in {
        min-height: 72px;
        padding: 0 16px;
    }

    .logo img {
        width: 96px;
        height: auto;
    }

    .gnb_m {
        display: none;
    }

    .hamburger-btn {
        display: block;
    }

    .mobile-menu {
        display: block;
    }
    .mobile-top{
        flex-direction: column-reverse;
    }
    .mobile-free-start{
        padding-bottom:20px;
    }
    .deadline-badge{
        padding-bottom:15px;
    }
    .mobile-free-start .free_txt{
        min-height:100%;
        padding:15px 30px;
        border-radius:10px;
    }

    .procedure{

        padding:20px 0;

        margin-top:20px;

    }

    .landing-cont-box{

        padding:5rem 0;

    }



    .landing-cont-box > .inner02 > .ci-box08{flex-wrap: wrap;}

    .landing-cont-box > .inner02 > .flex.ci-box {flex-direction:column;}

    .ci-box08 > div{width: 50%; text-align: center;}

    .ci-box > div{

        width: 80%;

    }

    .cont02_list_box ul li{
        width:calc(50% - 10px);
    }

    .sign_up_btn{

        margin:20px 0;

        justify-content: center;

    }

    .bottom-txt{

        padding-top:15px;

    }

    .cont6_btn{

        flex-direction: column;

        align-items: center

    }

    .cont6_btn a{

        margin:14px 0;

        font-size:15px;

        padding: 1.5rem 2.5rem;

    }

    .ci-box > div > div.round-box{

        padding:3rem;

        margin-top:20px;

    }

    .procedure > div p{

        font-size:22px;

    }

    .faq_question{

        font-size:16px;

    }


    .swiper-slide{

        font-size:16px;

        padding:70px 20px 30px;

    }

    .review_txt:before{

        font-size:80px;

        top:65px;

        left:20px;

    }

    .review_txt p{

        font-size:16px;

        padding-top:20px;

        letter-spacing:-0.5px;

    }

    .floating_box{

        padding:12px 18px;

        border-radius:8px;

    }

    .floating_box button.pc_btn{

        display: none;

    }

    .floating_txt{

        display: none;

    }

    .floating_box button.m_btn{

        background:transparent;

        padding:0;

        display: flex;

        align-content:center;

    }

    .floating_box button.m_btn i{

        font-size:20px;

        margin-right:4px;

    }

    /*.floating_box button.m_btn span{*/

    /*    display: block;*/

    /*}*/



    .f_info{

        display: block;

    }

    .f_info_r{

        width:100%;

        padding-top:40px;

    }

    .f_info_r a{

        font-size:15px;

    }

    /*서비스소개서*/
    .introduce-header{
        position: fixed;
        z-index:99;
    }
    #pptroot.ppt{
        padding:0;
        height:100dvh;
    }
    #pptroot .ppt_left{
        display: none;
    }
    #pptroot .control_btn{
        display: flex;
        width: auto;
        position: absolute;
        left: 50%;
        bottom:10%;
        transform: translate(-50%, -50%);
        z-index: 10;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5);
        gap: 25px;
        border-radius: 20px;
        padding: 5px 20px;
    }
    #pptroot .control_btn > div{
        position: initial;
        color:#fff;
        width:auto;
        height:30px;
        line-height:28px;
        margin-top:0;
    }
    #pptroot .pptMain .swiper-pagination{
        display: block;
    }
    /*#pptroot .pptMain .pptMain-prev, #pptroot .pptMain .pptMain-next{*/
    /*    */
    /*}*/
    #pptroot .pptMain .pptMain-prev:after, #pptroot .pptMain .pptMain-next:after{
        font-size:18px;
    }

    #pptroot .view{
        height: auto;
    }

    .top_explain{
        font-size:18px;
        margin-top:50px;
    }

    .crm_hero_cont > div{
        padding:40px 20px;
    }

    .crm_box_wrap{
        flex-direction:column;
        padding:40px 0 20px;
        gap:20px;
    }
    .crm_box_wrap .crm_compare{
        width:80%;
        min-height: 100%;
        padding:20px;
        align-items: center;
    }
    .crm_box_wrap .crm_box_r{
        width:100%;
        margin-left:0;
    }
    .crm_box_bottom .crm_s_tit{
        /*flex-direction: column;*/
        font-size:26px;
    }
    .crm_box_bottom .crm_s_tit .point_t{
        font-size:32px;
    }

    .crm_box_wrap > span {
        position: initial;
        transform: none;
    }
    .crm_box_wrap .crm_compare img{
        position: initial;
        transform: none;
        margin-bottom:20px;
        max-width:200px;
    }
    .crm_box_wrap .crm_box_tit{
        text-align: left;
        font-size:25px;
        margin-bottom:15px;
    }
    .crm_box_wrap li{
        font-size:18px;
    }
    .crm_b_tit{
        font-size:30px;
    }
    .box_title{
        font-size:35px;
    }

    .landing_sec_box .top_txt{
        font-size:45px;
        line-height:60px;
    }

    /*제휴/제안*/
    .alliance_top_box{
        padding:13rem 0 0;
    }
    .alliance_form_box{
        gap:15px;
    }
    .alliance_tit h2{
        font-size:38px;
    }
    .alliance_box{
        padding:3rem 0 6rem;
    }
    .alliance_form_box .form_item{
        width:100%;
    }
    .alliance_form_box .form_item p,
    .alliance_form_box .form_item_full p{
        font-size:15px;
    }
    .alliance_field input,
    .alliance_file_name,
    .alliance_form_box .form_item_full textarea {
        font-size:14px;
    }

    .alliance_desc{
        padding:15px 0;
        line-height:25px;
    }
    .alliance_desc ul div{
        font-size:18px;
        letter-spacing: -1px;
    }
    .alliance_desc ul li{
        font-size:14px;
    }
    .alliance_desc ul li:before{
        top:10px;
    }

    .alliance_desc ul li span{
        display: block;
    }



}

@media screen and (max-width: 600px) {

    .landing-wrap{width: 100%; min-width: 320px; }



    .ci-box > div { width: 100%; }

    .ci-box > div > div.round-box {
        margin: 0 auto;
        width: 80%;
        padding: 2rem 3rem 2rem;
    }

    .ci-box > div:nth-child(2){margin: 4rem 0;}

    .ci-box02 > div {width: 100%;}



    .modal_form .form_flex{

        flex-wrap: wrap;

    }

    .landing_sec_box .top_txt{
        font-size:40px;
        line-height:50px;
        letter-spacing:-1px;
    }
    .landing_sec_box .top_stxt{
        font-size :18px;
    }
    .landing_sec_box .top_txt_list{
        font-size:18px;
    }
    .crm_hero_cont > div{
        padding-top:0;
    }
    .landing-cont-box .top_logo p img{
        max-height: 28px;
    }
    .landing-cont-box .top_logo span i{
        font-size:18px;
    }

    .top_explain{
        font-size:16px;
    }
    .top_explain .info{
        padding-left:0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align:center;
    }
    .top_explain .info:before{
        position: initial;
        transform: none;
        width: 40px;
        height: 40px;
        font-size: 30px;
        border-width: 2px;
        margin-bottom:15px;
    }
    .ptop100{
        padding-top:30px;
    }
    .landing-cont-box > .inner02 > .flex > .img-box{
        margin-top:2rem;
    }






}

@media screen and (max-width: 500px) {

    /*.logo{*/

    /*    height: auto;*/

    /*    width: 100px;*/

    /*}*/
    .landing-header-in{
        padding:20px 10px;
    }
    .logo{
        /*width:60px;*/
        margin-right:0;
    }
    /*.gnb div a{*/
    /*    font-size:15px;*/
    /*}*/
    .gnb .free_btn a{
        padding:8px 12px;
    }


    .modal_txt_top{

        font-size:25px;

        line-height: 32px;

    }
    .modal_form{
        padding-bottom:10px;
    }
    .txt.txt48{
        font-size:28px;
        line-height:38px;
    }
    .txt.txt40{
        font-size:24px;
    }
    .txt.txt20{
        font-size:15px;
        line-height: 25px;
        padding-top:20px;
    }
    .ci-box .ci-box-img img{
        height:50px;
    }
    .tag-box{
        gap:4px;
    }
    .tag-box > span{
        margin:0;
        font-size:14px;
    }


    .landing_sec_box .top_txt{
        font-size:36px;
        line-height:50px;
        letter-spacing:-2px;
    }
    .landing_sec_box .top_stxt{
        font-size :16px;
        word-break: keep-all;
    }
    .landing_sec_box .top_txt_list{
        font-size:16px;
    }

    .m_block{
        display: block;
    }

    .price_box .price{
        flex-wrap:wrap;
        gap:0;
    }
    .price_box .price_t{
        padding-bottom:15px;
    }
    .price_box .price i{
        margin-right:5px;
    }

    .box_title{
        font-size:30px;
    }
    .crm_tit{
        line-height:40px;
        padding:10px 20px 30px;
    }
    .crm_box_bottom .crm_s_tit{
        font-size: 22px;
        gap: 10px;
    }
    .crm_box_bottom .crm_s_tit .point_t{
        font-size:28px;
    }


    .card_box{
        border-width:3px;
    }
    .card_box .card_tit{
        font-size:22px;
    }
    .card_box p{
        font-size:14px;
    }
    .crm_info_btn a{
        font-size:16px;
    }
    .sec_top_badge{
        width:90px;
        font-size:15px;
    }
    .landing_sec_box .sec_top_text{
        font-size:28px;
    }
    .landing_sec_box .top_txt{
        font-size:30px;
        line-height:42px;
        letter-spacing:-2px;
    }
    .landing_sec_box .top_txt_list p{
        font-size:15px;
        padding:14px 20px;
    }
    .top_explain .top_btn a{
        font-size:16px;
        padding:10px 25px;
    }
    .cont02_list_box{
        padding:30px 0 15px;
    }
    .cont02_list_box ul{
        gap:8px;
    }
    .cont02_list_box ul li{
        width:calc(50% - 8px);
        margin-right:0;
        font-size:14px;
        padding:15px 10px;
        border-radius:10px;
    }
    .cont02_list_box ul li img{
        height:25px;
    }
    .landing-btn.cont_free_btn{
        font-size:16px !important;
    }
    .sign_up_btn a{
        font-size:16px;
        padding:10px 30px;
    }
    .txt.txt24{
        font-size:16px;
    }
    .price_box{
        padding:30px;
    }
    .price_box .txt .title{
        font-size:24px;
        padding-bottom:0;
    }
    .price_box .s_txt{
        padding-top:30px;
    }
    .price_box .s_txt ul li{
        font-size:14px;
    }
    .price_box .price_btn a{
        font-size:15px;
    }
    .price_box_overlay{
        font-size:28px;
    }
    .price_box_overlay p{
        font-size:28px;
    }
    .price_btn_box a{
        font-size:15px;
        padding:15px 20px;
    }
    .procedure > div span{
        font-size:16px;
    }
    .procedure > div{
        margin:10px 0 40px;
    }
    .procedure > div:last-child{
        margin-bottom:10px;
    }
    .procedure > div p{
        font-size:18px;
    }
    .faq_question{
        font-size:15px;
    }
    .faq_item.active .faq_answer{
        font-size:15px;
    }
    .swiper-slide{
        font-size:14px;
    }
    .review_txt p{
        font-size:14px;
    }
    .review_txt:before{
        font-size:65px;
    }
    .f_menu{
        font-size:14px;
        padding-bottom:20px;
    }
    .f_info{
        font-size:13px;
    }
    .f_copy{
        font-size:12px;
        padding-top:25px;
    }
    .f_info_r{
        padding-top:25px;
    }
    .f_info_r a{
        font-size:14px;
    }
    .landing-footer-box{
        padding:4rem 0;
    }

}

