 @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);



.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}


.spinner {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #705CF6;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading2-img img{width: 150px;}



body{font-family: Noto Sans KR, sans-serif;}
li{list-style: none;}
.fm-nomal{font-family: Noto Sans KR, sans-serif;}

.m-br{display: none;}

.bg-gray-n800{
    background-color:#6B7280;
}
.bg-gray-n200{
    background-color:#E5E7EB;
}
.bg-gray-n300{
    background-color:#E1E3EA;s
}
.btn-check:active + .btn.btn-info, .btn-check:checked + .btn.btn-info, .btn.btn-info.active, .btn.btn-info.show, .btn.btn-info:active:not(.btn-active), .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active), .show > .btn.btn-info{
    background-color: #5014d0 !important;
}
.btn.btn-info{ color:#fff !important;}


.btn-gray-n300{
    background-color:#E1E3EA;
    color:#6B7280 !important;
}
.btn-gray-n300.text-dark{color: #000000 !important;}
.btn-gray-n300 i{color:#6B7280 !important;}
.btn-gray-n300:hover{
    background-color:#ebedf3;
}
.btn-gray-n800{background-color:#6B7280;}
.btn-gray-n800:hover{
    background-color:#888e9b;
}
.text-white{color: #fff !important;}
.text-gray-n800{color:#6B7280 !important;}
.text-green{color:#09aa5c !important;}
.text-888{color:#888888;}
.text-8d8d{color:#8D8D8D;}
.text-info2{color: #7e39ea !important}
.text-info3{color: gold !important}
.border-gray-100{
    border: 1px solid #E1E3EA !important;
}
.border-gray-top{
    border-top: 1px solid #E1E3EA !important;
}
.border-gray-bottom{
    border-bottom: 1px solid #E1E3EA !important;
}

.fs-64{font-size: 64px;}
.fs-48{font-size: 48px;}
.fs-32{font-size: 32px;}
.fs-26{font-size: 26px;}
.fs-24{font-size: 24px;}
.fs-18{font-size: 18px;}
.fs-16{font-size: 16px;}
.fs-14{font-size: 14px;}


.text-gray-n700{color: #5C5C5C !important;}
.text-black-n{color: #222222 !important}
.text-333{color: #333 !important}



.fs-1-5hx{
    font-size: 2.3em;
}
.fw-ebold{
    font-weight: 700;
}


.logo-type img{
    width:100px;
}
.bg-green{
    background-color: #03c75a !important;
}
.bg-green:hover{
    background-color: #09b857 !important;
}
.hover-white:hover{
    color:#e1e3ea !important;
}
.bg-yellow{
    background-color: #FEE500 !important;
}
.bg-yellow:hover{
    background-color: #f8e005  !important;
}
.hover-dark:hover{
    color:#000 !important;
}
.lh-2{line-height:1.2;}


#kt_app_header{
    display:none !important;
}


.ct-mt-0{
    margin-top: 0 !important;
}
.text-hover-line:hover{
    text-decoration-line: underline !important;
}


.user-wrap{
    display:flex;
    align-items: center;
}
.user-wrap .menu-link{
    flex: 0;
}
[data-kt-app-layout="dark-sidebar"] .app-sidebar #user-cnt{
    background-color: #fff !important;
}
#user-cnt .menu-item:hover .menu-link .menu-title{color:#371A5E !important}


.btn-mark.active i{
    color:var(--bs-info);
}



.user-picture img{
    width:40px;
    height: 40px;
    border-radius: 38px;
}


.item-wrap{
    background-color: #fff;
    display:inline-block;
    border: 1px solid #E5E7EB;
    transition: 0.2s;
    position: relative;
    min-height: 300px;
}
.item-wrap:hover{
    border: 1px solid #705CF6;
    transition: 0.2s;
}
.item-wrap:hover .item-btn{
    background-color: #705CF6;
    transition: 0.2s;
}
.item-wrap .item-cnt{
    padding-bottom:50px !important; 
}
.item-icon{
    width:44px;
    height:44px;
    padding:10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #00000017;
    text-align: center;
}

.table-type2{}
.table-type2 th{
    min-width:80px;
}
.table-type2 th, td{
    vertical-align: top;
}
.tag-wrap{}
.tag-wrap li{
    list-style: none;
    padding: 3px 10px;
    border-radius: 0.625em;
    background-color: #edf0f5;
    margin: 4px;
}
.item-btn{
    background-color:#6B7280;
    transition: 0.2s;
    position:absolute;
    bottom:0;
    width:100%;
}


.stepper-new{
    justify-content: flex-end;
}


.tl-wrap{
    position:relative;
}
.tl-box{
    position: absolute;
    top:-15px;
    right:0;
}


.tag-style{}
.tag-style li{
    list-style:none;
    background-color: #F4F4F4;
    margin-right:10px;
    margin-bottom:5px;
    padding:3px 7px;
    border-radius: 0.625rem;
    font-weight:500;
    color: #7E8299;
}
.tag-item{
    display:flex;
    align-items:center;
}
.tag-item i{
    cursor: pointer;
}





.accordion-new.accordion-icon-toggle .collapsed .accordion-icon{
    transform: rotate(0);
}

.accordion-new.accordion-icon-toggle .accordion-icon{
    transform: rotate(180deg);
}


.card-new{
    height: 100vh !important;
    padding-bottom: 200px !important;
}

.card-new2{
    height: 100vh !important;
    padding-bottom: 180px !important;
}


.fixed-btn-wrap{
    position: absolute;
    bottom:0;
    background-color:#fff;
    width:100%;
    height:60px;
}
.fixed-left{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}
.fixed-right{
    padding-right: 5rem;
    padding-left: 5rem;
}


.btn-new{
    padding: 1rem 0.5rem;
    border-radius: 0.625rem;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-outline-new{
    padding: 0.775rem 0.5rem;
    border-radius: 0.625rem;
    text-align:center;
    border: 1px solid #eee;
}
.btn-outline-new:hover{
    background-color:#fafafa;
}
.btn-outline-gray{
    border: 1px solid #BFC3D2 !important;
}


.list-type2{}
.list-type2 .li2-item{
    list-style: none;
}
.list-type2 .li2-item a{
    display:inline-block;
    padding-right: 40px !important;
}
.list-type2 .li2-item a:hover{
    border: 1px solid #705CF6 !important;
    color: #705CF6 !important;
}

.list-type2 .li2-item.active a{
    border: 1px solid #705CF6 !important;
    color: #705CF6 !important;
    background-image: url(../img/icon-chk.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    transition:0;
    
}


.table-fix-wrap{
    height:500px;
}


.overflow-hidden-pc {
    overflow: hidden !important;
}


.loading-wrap{
    max-width: 400px;
    width:100%;
    background-color: #00000098;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.btn-padding{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}


.page-box{
    width: 50px;
    height: 43px;
}
.page-box .input-type2{
    width: 80%;
    text-align: center;
}
.btn-nomal{
    outline: none;
    border: 0;
    background: none;
}
.input-type2{
    border: 0;

}
.arrow-icon{
    width: 30%;
    text-align: right;
    padding-right: 20px;
}
.arrow-icon a{
    display: block;
    width: 100%;
    height: 15px;
}


.form-check-input2[type="radio"]{
    vertical-align: middle;
    appearance: none;
    border: 1px solid #b2b4bb;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background-color: #fff;
}
.form-check-input2[type="radio"]:checked{
    border: 1px solid #705CF6;
    background-image: url(../img/icon-chk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.form-check-input3{}
.form-check-input3[type="checkbox"] {
    border-radius: 0.45em;
}
.form-check .form-check-input3 {
    float: left;
    margin-left: -2.25rem;
}
.form-check-input3 {
    --bs-form-check-bg: transparent;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.125rem;
    vertical-align: top;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--bs-gray-400);
    appearance: none;
    print-color-adjust: exact;
}
.form-check-input3:checked[type="checkbox"] {
    background-image:url(../img/icon-chk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-check:not(.form-switch) .form-check-input3[type="checkbox"] {
    background-size: 60% 60%;
}

.box-type2{
    background-color: #fff;
}
.box-type2.active{
    border: 1px solid #705CF6;
}
.box-type3{
    background-color: #fff;
    border: 1px solid #b5b5c3;
}
.box-type3.active{
    border: 1px solid #705CF6;
}




.drag-box{}
.drag-box .btn-box{}



.m-none{}
.pc-none{display: none !important;}

.mobile-table{}



.w-18px{width: 18px;}
.h-18px{height: 18px;}

.tab-wrap{position: relative;}

.tab-type-1{
    display: flex;
    padding-left: 0;
    
}
.tab-type-1 li{
    list-style: none;
}
.tab-type-1 li a{
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #E1E3EA;
    border-radius: 5px 5px 0 0 ;
    margin-right: 6px;
    height: 100%;
    background: #ffffff;
}

.tab-type-1 li.active a{border-bottom: 1px solid #fff;}
.tab-type-1 li img{
    width: 24px;
    height: 24px;
}


.tab-cont-1{}
.tab-cont-1 > div{
    border:1px solid #E1E3EA;
    background: #ffffff;
   
    margin-top: -1px;
}

.tab-type-2{
    display: flex;
    padding-left: 0;
    border-bottom:1px solid #E1E3EA;
    
}
.tab-type-2 li{
    list-style: none;
}
.tab-type-2 li a{
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0 ;
    margin-right: 6px;
    height: 100%;
    background: #ffffff;
    border:1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tab-type-2 li.active a{
    border:1px solid #E1E3EA;
    border-bottom: 1px solid #fff;
    position: relative;
}
.tab-type-2 li.active a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -2px;
}

.tab-type-2 li img{
    width: 24px;
    height: 24px;
}


.tab-cont-2{margin-top: 20px;}
.text-box-wrap{
    border:1px solid #E1E3EA;
    background: #ffffff;
}

.text-box{
    border: 0;
    width: 100%;
    resize: none;
}
.text-box:focus{outline:none;}

.editor-item{
    cursor: pointer;
    width: 60px;
}
.editor-item img{
    height: 22px;
    display: inline-block;
}
.font-sans{font-family: var(--bs-font-sans-serif) !important;}

.file-item{
    width: 125px;
    height: 125px;
    margin: 0 20px 20px 0;
}
.file-img img{
    width: 125px;
    height: 125px;
}
.file-video img{
    width: 125px;
    height: 125px;
}
.play-btn{
    position:  absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.play-btn img{
    width: 46px;
}
.file-item .btn-icon{
    position: absolute;
}
.file-item .file-close{
    right: -10px;
    top: -10px;
}
.file-item .file-modify{
    right: -10px;
    bottom: -10px;
}


.fix-btn{
    width: 100%;
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.thumbnail{
    margin-right: 10px;
    margin-bottom: 10px;
}
.thumbnail img{
    width: 88px;
    height: 88px;
}

.menu-filter a.active{
    font-weight: bold !important;
    background-image: url(../img/icon-chk.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 97% center;
    color: var(--bs-info-text) !important;
}

.list-type3{
    cursor: pointer;
}
.list-type3.active{
    border: 1px solid #705CF6 !important;
    background-color: #FAFAFF;
}
.li3-icon img{
    width: 24px;
}

.border-type1{
    width: 1px;
    height: 20px;
    background-color: #E1E3EA;
    margin: 0 15px;
}
.border-type2{
    width: 1px;
    height: 15px;
    background-color: #d4d6dd;
    margin: 0 10px;
}

.side-modal{}
.side-modal .modal-dialog{
    position: relative;
    flex: 0 0 auto;
    max-width: 33.33333333% !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.side-modal .modal-content{
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 80px; 
}
.side-modal .modal-footer{
    position: absolute;
    height: 80px;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 5px 0 5px 5px #8585851c;
}

.side-modal.fade .modal-dialog{
    transform: translate(50px, 0);
}
.side-modal.show .modal-dialog {
    transform: none;
}


.select-chk{
    position: relative;
}
.select-chk-text{}
.select-chk-li{
    position: absolute;
    display: none;
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    box-shadow: var(--bs-dropdown-box-shadow);
    z-index: 1;
}
.select-chk-li.active{display: block;}
.select-chk-li li{
    list-style: none;
    margin-bottom: 10px;
}
.check-sm{width: 20px;height: 20px;}

.text-danger2{color: #e91e18 !important;}

.ribbon-box{position: relative;}
.ribbon-box .ribbon2{
    position: absolute;
    padding: 5px 6px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 12px;
    background: #f1416c;
    border-radius: 3px;
}
.ribbon-box .ribbon2.right{
    right: -56px;
}
.ribbon-box .ribbon2.right::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    top: 50%;
    transform: translate(0,-50%);
    border-width: 8px;
    border-right-color: #f1416c !important;
    left: -15px;
}
.ribbon-box .ribbon2.left{
    left: -60px;
}
.ribbon-box .ribbon2.left::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    top: 50%;
    transform: translate(0,-50%);
    border-width: 8px;
    border-left-color: #f1416c !important;
    right: -15px;
}

.mh-110px{
    min-height: 118px;
}
.mw-150px{max-width: 150px;}

.circle-icon{
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.btn-chk{
    background-image: url(../img/icon-chk-gray.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 12px;
    transition: 0;
}


.board-tag{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.board-tag-txt{
    border: 1px solid #ffc6c9;
    background-color: #ffe3e4;
    color: #ff4e59;
    font-size: 11px;
    display: block;
    width: 56px;
    height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 800;
    line-height: 19px;
    font-family: Noto Sans KR, sans-serif;
}
.board-tag-txt2{
    border: 1px solid #c6e5ff;
    background-color: #e3f2ff;
    color: #4e8cff;
    font-size: 11px;
    display: block;
    width: 56px;
    height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 800;
    line-height: 19px;
    font-family: Noto Sans KR, sans-serif;
}
.board-tag-txt3{
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    color: #808080;
    font-size: 11px;
    display: block;
    width: 56px;
    height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 800;
    line-height: 19px;
    font-family: Noto Sans KR, sans-serif;
}

.plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plan_list li {
    flex: 1;
    list-style: none;
}
.plan_list > li + li {
    margin-left: 5px;
}
.plan_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eff1f2;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.plan_item .plan_head {
    position: relative;
    height: 250px;
    padding: 42px 36px 34px;
    border-bottom: 1px solid #f1f1f1;
    flex: 0 0 auto;
}
.plan_item .plan_head .plan_name {
    font-size: 26px;
    font-weight: 700;
    color: #0f151b;
    line-height: 1;
}
.plan_item .plan_head .plan_name .subs_term {
    display: inline-block;
    margin-left: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #7265f7;
    vertical-align: top;
}
.plan_item .plan_head .plan_desc {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6e6f;
}
.plan_item .plan_head .plan_price {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}
.plan_item .plan_head .plan_price .original_p {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #8b8d8f;
    line-height: 1.57;
    text-decoration: line-through;
}
.plan_item .plan_head .plan_price .discount_p {
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
}
.plan_item .plan_head .plan_price .year_p {
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
    color: #8b8d8f;
    vertical-align: baseline;;
}
.plan_item .plan_head .discount_percent {
    position: absolute;
    top: 30px;
    right: 30px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 130px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #705CF6;
}
.plan_item .plan_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 36px 36px;
}
.plan_item .plan_body h5 {
    margin-bottom: 22px;
}
.func_list li{
    font-weight: 500;
}
.plan_btn{
    padding: 0 36px 36px;
}

.plan_range{
    padding-top: 15px;
}
.slider-container {
    width: 100%;
  }
.button-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.button-container .button{
    display: inline-block;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 600;
}
.range-box{
    width: 100%;
    height: 10px;
    margin-top: 15px;
    position: relative;
}
.range-bar{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e1e6f3;
}
.range-fill{
    height: 100%;
    position: absolute;
    background: #705CF6;
    border-radius: 5px;
    left: 0;
    top: 0;
}
.range-handel{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    outline: 2px solid #705CF6;
    z-index: 1;
    cursor: pointer;
}
.range-handel-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    cursor: pointer;
}





.toggle_new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 47px;
    margin-bottom: 47px;
}
.toggle_new .term_txt {
    position: relative;
    display: block;
    padding: 0 16px;
    font-size: 14px;
}
.toggle_new .term_txt.on {
    color: #0f151b;
}
.toggle_new .term_txt .benefit {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    padding: 0 10px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 600;
    color: #705CF6;
    white-space: nowrap;
    background: #eeecfd;
    border-radius: 13px;
}
.toggle_btn input {
    display: none;
}
.toggle_btn input + label {
    position: relative;
    display: block;
    width: 60px;
    height: 20px;
    background: #97969a;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.toggle_btn input + label .circle {
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 9px 0 rgba(0,0,1,0.13);
    transition: all .3s ease;
}
.toggle_btn input:checked + label {
    background: #c0bbf5;
}
.toggle_btn input:checked + label .circle {
    left: 35px;
    background: #7265f7;
}

.tit-type1{
    font-size: 40px;
    letter-spacing: -0.025em;
}
.comment{
    display: flex;
    flex-direction: column;
    min-width: 40px;
    text-align: center;
}
.comment-inner{
    width: 40px;
    height: 56px;
    padding: 12px 0;
    border-radius: 6px;
    background-color: #f5f6f8;
}


.list-type4{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.list-type4 .li4-item{
    list-style: none; 
}
.list-type4 .li4-item a{
    margin-bottom: 6px;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #e1e3ea;
    background: #fff;
    color: #868686;
    border-radius: 15px;
    font-weight: 600;
}
.list-type4 .li4-item a.active{
    border: 1px solid #705CF6;
    color: #705CF6;
}


.comment-box{
    position: relative;
    height: 118px;
    padding: 15px;
    width: 100%;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 2px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.475rem;
}
.commentInput{
    width: 100%;
    resize: none;
    height: auto;
    border: 0;
}
.commentInput:focus{outline: none;}
.commentInput::placeholder{
    color: #bbbbbb;
    font-size: 15px;
}
.cmt-submitBox{
    width: 100%;
    text-align: right;
    
}
.cmt-submit{}

.cmt-ul{
    padding-left: 0;
}
.cmt-ul li{
    list-style: none;
}
.cmt-item{}
.cmt-list{
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2
}
.item2{
    display: flex;
    align-items: center;
}
.item2 .cmt-icon{
    width: 48px;
    text-align: center;
}

.cmt-inner{
    display: flex;
    width: 100%;
}
.cmt-item .cmt-thumb{
    width: 48px;
}
.cmt-item .cmt-thumb img{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #dddddd;
}
.cmt-boxWrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cmt-nikBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cmt-nikBox .cmt-nik{
    font-size: 13px;
    margin-right: 6px;
    font-weight: 600;
}
.cmt-nikBox .cmt-date{
    font-size: 12px;
    color: #979797;
}

.cmt2-txtBox{
    padding-left: 48px;
    margin-top: 10px;
}
.cmt2-modify{
    width: 100%;
}
.cmt-btn{
    color: #797979;
    text-decoration: underline;
}
.icon-new{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #e23f3f;
    border: 1px solid #e23f3f;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.icon-new.info{
    color: #705CF6;
    border: 1px solid #705CF6;
}
.toast-new{
    background-color: #2b2b2b98;
}
.bottom-30px{
    bottom: 30px;
}






.top-banner{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.top-banner .container{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-banner-cont{
    display: flex;
    align-items: center;
}
.banner-close{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.header-main{
    width: 100%;
    position: fixed;
    top: 0;
    height: 65px;
    z-index: 99;
    background-color: #371A5E;
    transition: 0.1s;
    
}

.top-0{top: 0 !important;}

/* .header-main.active{
    background-color: #fff;
    border-bottom: 1px solid #00000023;
}
.header-main.active a{color: #222;}
.header-main.active .btn.border-white{border: 1px solid #705CF6 !important;color: #705CF6 !important;}
.header-main.active #logo-main .logo-white{display: none;}
.header-main.active #logo-main .logo-black{display: block;}
#logo-main .logo-black{display: none;} */
.logo-mobile{display: none;}


.header-cont nav{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-cont nav #logo-main{max-width: 120px;}
.header-cont nav #logo-main img{width: 100%;}
.header-ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.header-ul li{}
.header-ul li a{
    display: inline-block;
    height: 100%;
    line-height: 65px;
    color: #fff;
    padding: 0 15px;
}

.main{}

.section{letter-spacing: -0.03em;}
.section .container{
    padding-top: 150px;
    padding-bottom: 150px;
}

#sec1{
    padding-top: 130px; 
    padding-top: 100px;
}
.rounded-30 {border-radius: 30px !important;}



.main-tit-wrap{}
.main-tit{}
.main-tit h2{}

.main-video-wrap{
    position: relative;
}



#sec2{}
.li-type1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.li-type1 li{
    height: 300px;
    border-radius: 7px;
}
.li-type1 li a{
    height: 100%;
}
.li-type1 li .li1-top{
    height: 200px;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.li-type1 li .li1-top img{
    width: 100%;
    height: 100%;
}
.li-type1 li .li1-txt{
    padding: 20px 20px 0 20px;
}


#sec3{}
.li-type2{margin-top: 150px;}
.li2-item{
    display: flex;
    flex-wrap: wrap;
    
    margin-bottom: 120px;
}
.li2-item.left{
    justify-content: space-between;
}
.li2-item .li2-img{}
.li2-item .li2-txt-box{
    padding-top: 40px;
}
.li2-item.right .li2-txt-box{padding-left: 50px;}
.li2-item.left .li2-txt-box{padding-right: 50px;}
.li2-item .li2-txt-box .num{
    font-size: 15px;
    font-weight: bold;
}

#sec4{
    height: 520px;
    margin-bottom: 140px;
}

.li3-wrap{
    position: absolute;
    z-index: 9;
    width: 1320px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.li-type3{
    display: flex;
    width: 100%;
}
.li-type3 li{
    background-color: #fff;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    height: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.li-type3 li h5{
    font-size: 48px;
    font-weight: bold;
}


.container-full{
    padding-top: 150px;
    padding-bottom: 70px;
}





.review-wrap .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

.review-wrap .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    background: linear-gradient(120deg, 
        rgba(255, 236, 210, 0.7) 0%, 
        rgba(252, 225, 208, 0.7) 20%, 
        rgba(255, 229, 217, 0.7) 40%, 
        rgba(255, 236, 235, 0.7) 60%, 
        rgba(234, 255, 236, 0.7) 80%, 
        rgba(220, 237, 255, 0.7) 100%
    );
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
	font-weight:800;
}


@keyframes softColorShift {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.review-wrap .swiper-slide {
    animation: softColorShift 20s infinite alternate;
}
.review-wrap{
    position: relative;
    
}
.review-wrap::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 110%;
    background: linear-gradient(90deg,#fff,#ffffff00);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.review-wrap::after{
    content: '';
    position: absolute;
    width: 200px;
    height: 120%;
    background: linear-gradient(-90deg,#fff,#ffffff00);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.reviewSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
}

.review-item{
    height: 100%;
    border: 1px solid #705CF6;
    border-radius: 7px;
    padding: 40px;
    text-align: left;
    height: 350px !important;
    display: flex !important;
    flex-direction: column;
}


.review-box{
    height: 200px;
}
.review-box h4{margin-bottom: 20px;}
.review-box p{font-size: 16px;}
.review-btm{
    margin-top:  auto;
    padding-top: 15px;
    border-top: 1px solid #705CF6;
    display: flex;
    align-items: center;
}
.review-btm .user-icon{width: 32px;}


.faq-wrap{
    background: #FAFAFA;
    padding: 40px;
    border-radius: 7px;
}

#sec7 .container{
    padding-top: 80px;
    padding-bottom: 80px;
}





#footer{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
}
.ft-cont{
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.ft-btm{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.scr-top{
    position: fixed;
    cursor: pointer;
    z-index: 105;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 43px;
    right: 7px;
    background-color: #715cf675 !important;
    border-radius: 0.475rem;
    opacity: 0;
}
.scr-top.active{opacity: 1;}


.tit-icon img{
    width: 28px;
}


.slide-box .slide-box-btm{
    height: 146px;
}



.mainSwiper2{}
.slide-box2{}
.slide-box2-top{}
.slide-box2-top span{
    width: 22px;
    
    
}
.slide-box2{
    height: 126px;
}


.sns-list{}
.sns-li-item{}
.sns-icon img{
    max-width: 70px;
}
.page-li-item{}
.page-li-item.active{}
.active-info{background-color: #FAFAFF !important;border: 1px solid #705CF6 !important;}
.minus-icon{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #eeedf3;
    text-align: center;
    line-height: 30px;
}
.minus-icon i{color: #575663;}


.img-type{}
/* .img-type .sns-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
 .sns-img{object-fit: cover;}
 .sns-img.lg{
    height: 300px;
}
 .sns-img.sm{
    height: 200px;
}
 .sns-img.xs{
    height: 130px;
}
.more-img{
    position: relative;
}
.more-box{
    position: absolute;
    background: #00000088;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.more-box span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}


.img3-box{
    display: flex;
    height: 300px;
    overflow: hidden;
}
.img3-box .img1{
    width: 50%;
    padding: 0 5px;
}
.img3-box .img2{
    width: 50%;
    padding: 0 5px;
}
.img3-box .img2 img{
    height: 50%;
}


.tab-type-3{
    display: flex;
    align-items: center;
}
.tab-type-3 li{
    margin-right: 6px;
    height: 32px;
}
.tab-type-3 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #999;
    color: #222;
}
.tab-type-3 li.active a{color: #fff;background: #222;border: 0;}

.tab-type-3 .icon{margin-left: 4px;}
.tab-type-3 .icon.on{display: none;}

.tab-type-3 li.active a .icon.on{display: inline-block;}
.tab-type-3 li.active a .icon.off{display: none;}


.sns-video-wrap{position: relative;}
.sns-video{height: 600px;}
.sns-video .video-content{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.sns-video::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background:linear-gradient(#00000000,#000000cc);
}
.sns-video-cont{
    position: absolute;
    bottom: 0;
}
.sns-video-cont .inner{
    color: #fff;
}


.video-controls{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}
.video-controls a img{width: 54px;}


.slider-img .img-item{
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.tns.tns-new  .tns-nav button{
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    background-color: var(--bs-gray-300);
    margin: 0 0.25rem;
    border: 0;
    border-radius: 8px;
}
.tns.tns-new .tns-nav button.tns-nav-active {
    background-color: var(--bs-primary);
}
.sns-slide-wrap{
    position: relative;
}
.sns-icon-btm{
    position: absolute;
    bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form-check-input.sm{
    width: 16px !important;
    height: 16px !important;
}
.img-close{
    position: absolute;
    right: -10px;
    top: -10px;
}
.tag-item-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tag-item{
    padding: 6px 8px;
    text-align: center;
    background: #f3f3f3;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #000;
}
.btn-new2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background: #fff;
    color: #222;
    
}


.youtube-wrap{
    display: flex;
    align-items: flex-end;
}
.youtube-wrap .video-box{
    width: 35%;
    height: 200px;
    position: relative;
    overflow: hidden;
    padding-right: 5px;
    padding-bottom: 5px;
}
.youtube-wrap .video-box button{
    width: 100%;
    height: 100%;
}
.youtube-wrap .video-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail{
    width: 63%;
    height: auto;
    padding-left: 5px;
}
.thumbnail-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.thumbnail-box .t-item{
    width: 25%;
    height: 90px;
    padding: 5px;
}
.thumbnail-box .t-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt-box2{
    background-color: #f2f2f2;
    border-radius: 10px;
}

.bg-red{background-color: #e01616;}
.icon-btm2{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f32d57;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.loading-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: rgba(93, 94, 100, 0.349);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadin-cont{text-align: center;}
.loading-img{
    width: 110px;
}
.loading-txt{padding-left: 0;text-align: center;}
.loading-txt li{
    display: none;
    font-size: 14px;
    
    padding: 6px 18px;
    border-radius: 20px;
    color: #ffffff;
   
    background: linear-gradient(to right, #7f14fa, rgb(32, 164, 252));
}
.loading-txt li.on{
    display: inline-block;
}
.default-img{
    width: 100px !important;
}
.badge-xs{
    min-width: 1rem;
    font-size: 0.5rem !important;
    --bs-badge-padding-x: 0.4rem;
    --bs-badge-padding-y: 0.3rem;
}
.badge-red{
    background: rgb(233, 15, 15) !important;
    color: #fff;
}
.text-red{color: rgb(233, 15, 15) !important;}
.text-red2{color: #D40022 !important;}


.sub-manu2{
    padding-left: 20px;
    padding-right: 20px;
}
.text-gray-n500{color: #9d9da6;}
.logo-mark{
    position: relative;
}
.icon-mark{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 28px;
    height: 28px;
}
.sub-manu2 .menu-title.active{color: #8473f3 !important;}


.dot-deco{
    position: relative;
}
.dot-deco::after{
    content: '';
    position: absolute;
    margin-left: 1px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--bs-danger);
}
.dot-deco-m{
    margin-right: 3px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--bs-danger);
    display: inline-block;
}


.invite-wrap{
    display: flex;
    justify-content: center;
    position: relative;
}
.invite-item{
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #705CF6;
    box-shadow: 5px 5px 5px #00000011;
    width: calc(100%/2);
    margin: 0 8px;
    overflow: hidden;
}
.deco-icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #705CF6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.invite-item h4{
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #715cf62c;
    font-weight: bold;
}
.invite-item ul{
    padding: 1.5rem;
    margin-bottom: 0;
}
.invite-item ul li{}


.btn-gradation{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, #7f14fa, rgb(32, 164, 252));
    animation: aniTxt 0.8s infinite alternate-reverse;
}
@keyframes aniTxt{
    from{color: #ffffff86;}
    to{color: #fff;}
}


.under_construction{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.logo2{
    margin-bottom: 50px;
}
.logo2 img{
    width: 120px;
}
.system-guide{
    width: 100%;
    padding: 50px 20px;
    border-top: 2px solid #222;
    background: #f5f5f5;
}
.system-guide-tit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.system-guide-tit img{width: 35px;margin-right: 6px;}
.system-guide-txt{
    font-size: 17px;
}
.system-tiem-box{
    max-width: 540px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #fff;
    border: 1px solid #9e9e9e;
    margin: 30px 0;
}
.system-tiem{
    font-size: 20px;
    font-weight: 500;
}
.notice2{
    font-size: 15px;
    color: rgb(235, 22, 22);
}


.w-new6{
    width: 61%;
    margin-right: 1%;
}
.w-new4{
    width: 38%;
}
.tab-type-4{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #705CF6;
}
.tab-type-4 li{
    width: 100%;
}
.tab-type-4 li a{
    width: 100%;
    color: #181c32;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    margin-right: 6px;
    height: 100%;
    border: 1px solid #E1E3EA;
    border-bottom: 0;
    background: #fcfcfc;
    transition: 0.2s;
    
}
.tab-type-4 li.active a{
   border: 1px solid #705CF6;
   border-bottom: 0;
   color: #705CF6;
   background: #f9f8ff;
}

.table-type3{
    width: 100%;
}
.table-type3.table-row-bordered tbody tr{
    border-bottom: 1px solid #f4f4f4;
}
.table-type3.table-row-bordered tbody tr:last-child{border-bottom: 0;}
.table-type3 tbody tr:nth-child(even){
    background: #f7f7fa;
}
.table-type3 thead{
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
}
.table-type3 tr{}

.table-type3 th{
    vertical-align: middle;
    padding: 12px 8px;
}
.table-type3 td{
    vertical-align: middle;
    text-align: center;
    padding: 12px 8px;
}
.input-type3{
    border: 0;
    width: 100%;
    background: none;
    text-align: center;
}
.input-type3:focus{background: #fff;outline: 1px solid #333;}
.textarea-type1{
    width: 100%;
    border: 0;
    height: auto;
    resize: none;
    text-align: center;
    background: none;
    vertical-align: middle;
}
.textarea-type1:focus{background: #fff;outline: 1px solid #333;}
.table-cursor .btn-delete{opacity: 0;}
.table-cursor tbody tr:hover{background: #eee;}
.table-cursor tbody tr:hover .btn-delete{opacity: 1;}

.m-table{
    width: 100%;
}
.m-table tr{
    border-bottom: 1px solid #f4f4f4;
}
.m-table tr:last-child{border-bottom: 0;}
.m-table td,.m-table th{
    padding: 10px 0;
}
.btn-type1{
    max-width: 120px;
    width: 100%;
    margin-right: 10px;
}


.tab-type-5{
    display: flex;
    align-items: center;
}
.tab-type-5 li{}
.tab-type-5 li a{
    text-align: center;
    min-width: 56px;
    padding: 4px 8px;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #E1E3EA;
    color: #333;
}
.tab-type-5 li.active a{
    background: #333;
    color: #fff;
}

.li-type4{
    width: 100%;
    border-top: 1px solid #333;
}
.li-type4 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
}
.select-text2-wrap{
    position: relative;
    width: 250px;
}
.select-text2{
    background-color: #fff;
    position: relative;
}
.select-li2{
    position: absolute;
    display: none;
    font-size: 1.15rem;
    border-radius: 0.625rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    z-index: 2;
    padding: 0.5rem 0;
}
.select-li2.active{display: block;}
.select-li2 li{
    cursor: pointer;
    padding: 0.5rem;
}
.select-li2 li:hover{
    background-color: #f9f8ff;
}
.select-li2.h-200px{
    height: 200px;
    overflow-y: auto;
}
.date-wrap{}
.date-btn-box{}

.li-type5{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.li-type5 li{
    width: 100%;
}
.li-type5 li a{
    text-align: center;
    display: inline-block;
    border: 1px solid #dcdee0;
    border-right: 0;
    color: #333;
    width: 100%;
    line-height: 42px;
}
.li-type5 li.active a{
    font-weight: 600;
    color: #705CF6;
    border: 1px solid #705CF6 !important;
}
.li-type5 li:first-child a{border-radius: 5px 0 0 5px;}
.li-type5 li:last-child a{border-radius: 0 5px 5px 0;border-right: 1px solid #dcdee0;}

.calendar-wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #dcdee0;
    border-radius: 5px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 10px;
}
.calendar-wrap.active{
    border-color: #705CF6;
}
.calendar-input{
    border: 0;
    width: 90%;
}
.ui-datepicker-trigger{
    width: 20px;
}
.calendar-input:focus{outline: 0;}

.gradient-bg{
    background: linear-gradient(to right, #846cdb, rgb(90, 71, 199));
}

.my-conin{
    text-align: center;
}
.my-conin .my-conin-item{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.my-conin .my-conin-item span{
    font-size: 16px;
    font-weight: 500;
    color: #d6cef1;
}

.my-conin2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.my-conin2-item{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff23;
    padding: 5px 15px;
    border-radius: 15px;
}
.my-conin2-item h6{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.my-conin2-item p{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


.charge-box{}
.charge-item{
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    color: #333;
    padding: 40px 24px 40px 24px;
}

.coin-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.coin-img img{
    width: 40px;
}
.coin-txt{
    font-size: 20px;
    font-weight: 800;
    font-family: Noto Sans KR, sans-serif;
    color: #4b4368;
}
.charge-price{
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.charge-bnt-box{
    text-align: center;
}


.loading-ani{
    animation: ani1 1s linear infinite;
}

@keyframes ani1{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}


.charge2-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.charge2-box{
    display: flex;
    align-items: center;
    
}


.swiper-menu-wrap{
    overflow: hidden;

}
.swiper-menu-wrap .swiper-slide{
    width: auto !important;
}



.ranking-page{
    justify-content: center;
    flex-wrap: wrap;
}
.tit-new{
    padding-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.tit-new h1{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}
.tit-new h1.tit-new-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tit-new h1 img{
    width: 30px;
}


.ranking-wrap{
    width: 47%;
    margin-right: 2%;
    
}
.news-wrap{
    width: 47%;
}


.ranking-list{
    width: 100%;
}
.ranking-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ranking-list li:last-child{margin-bottom: 0;}
.ranking-left{
    display: flex;
    align-items: center;
    color: #333333;
}
.ranking-left .ranking-num{
    font-weight: 600;
    font-size: 18px;
    width: 28px;
    flex-shrink: 0;
}
.ranking-left .ranking-name{
    font-size: 18px;
}


.ranking-right{
    display: flex;
    align-items: center;
    text-align: right;
}
.ranking-right .ranking-link{
    background: #eee;
    color: #858585;
    font-weight: 600;
    border-radius: 7px;
    padding: 3px 0;
    width: 70px;
    font-size: 12px;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
}
.ranking-right .ranking-icon{
    min-width: 34px;
}
.ranking-right .ranking-icon img{
    width: 12px;
}


.news-list{}
.news-item{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
}
.news-item:first-child{padding-top: 0;}
.news-item:last-child{border-bottom: 0;}
.news-item > a{
    display: inline-flex;
}
.news-thumbnail{
    width: 104px;
    height: 104px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 12px;
}
.news-cont{}
.news-cont .news-txt{
    color: #333;
}


.news-cont .news-txt h5{
    font-size: 17px;
    color: #009ef7;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-cont .news-txt p{
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space:normal;
}
.news-date{
    width: 100%;
    text-align: right;
    color: #7E8299;
    margin-top: 10px;
}
.news-date span{}
.news-date span::after{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #c5c5c7;
    vertical-align: 3px;
}


.newsSwiper .swiper-slide{
    width: 100% !important;
}
.newsSwiper .swiper-button-next, .newsSwiper .swiper-button-prev{
    height: auto;
    margin-top: 0;
}

.swiper-button-box img{width: 36px;}
.newsSwiper .swiper-pagination-fraction{
    display: inline-block;
}
.newsSwiper .swiper-button-next {}
.newsSwiper .swiper-button-prev {}
  .newsSwiper .swiper-button-next::after, .newsSwiper .swiper-button-prev::after {
  display: none;
}
.swiper-button-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-box .swiper-button-prev, .swiper-button-box .swiper-button-next, .swiper-button-box .swiper-pagination{
    position: static;
}
.swiper-button-box .swiper-pagination{
    display: inline-block;
    width: auto;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 500;
}
.swiper-button-box .swiper-pagination-current{
    color: #606060;
}
.swiper-button-box .swiper-pagination-total{
    color: #60606080;
}
.swiper-button-box .swiper-pagination-bullet-active{
    background-color: #8473f3;
}
.swiper-button-box .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
}




.search-wrap2{
    position: relative;
    width: 100%;
}
.search-input{
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 8px 35px 8px 8px;
    font-size: 18px;
    position: relative;
}
.search-wrap2 button{
    position: absolute;
    right: 0;
    outline: 0;
    background: 0;
    border: 0;
    
}
.search-input::placeholder{
    color: #AEAEAE;
}


input::-ms-clear,
input::-ms-reveal{
	display:none;width:0;height:0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
	display:none;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.scroll-custom{overflow: auto;}
.scroll-custom::-webkit-scrollbar{
    height: 6px;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #2f35428e;
  }
.scroll-custom::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  





.tab-type-6{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.tab-type-6 li{
    padding: 8px 0;
}
.tab-type-6 li.active a{border-color: #333; color: #333;font-weight: 600;}
.tab-type-6 li a{
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9c9c9;
    color: #6F6F6F;
    border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.tit-tyep2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit-tyep2 h4{
    font-size: 20px;
}
.tit-tyep2 h4 span{
    font-size: 14px;
    font-weight: 400;
}

.select-li3{position: relative;}
.select-li3 .select-li3-tit{
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.select-li3 .select-li3-tit.active img{
    transform: rotate(180deg);
}
.select-chk-li2{
    position: absolute;
    display: none;
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;
    min-width: 150px;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    box-shadow: var(--bs-dropdown-box-shadow);
    z-index: 1;
    right: 0;
}
.select-chk-li2.active{display: block;}

.select-chk-li2 li {
    list-style: none;
    padding-bottom: 10px;
    cursor: pointer;
}
.select-chk-li2 li:hover{
    font-weight: 700;
}


.book-list{
    gap: 40px 0;
}
.book-item .book-thumBox{
    height: 200px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.book-item .book-thumBox .thumBox-ctg{
    position: absolute;
    top: 10px;
    left: 8px;
}
.book-item .book-thumBox .like-button{
    position: absolute;
    top: 10px;
    right: 8px;
    
}
.like-button{outline: none;
    background: none;
    border: none;}
.like-button .heart-icon img{
    width: 22px;
}
.like-button .heart-icon img.on{
    transform: scale(1);
    animation: ani2 0.3s;;
}
@keyframes ani2{
    0%{transform: scale(1.5);}
    100%{transform: scale(1);}
}
.mark-type1{
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding: 3px 4px;
    font-weight: 500;
}
.bg-purple{background: #9753EF;}
.book-thumBox .book-img{
    width: 100%;
    height: 100%;
}

.book-info{}
.book-info h6{
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 4px;
}
.book-info .category{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}
.like-box{
    display: flex;
    align-items: center;
    gap: 8px;
}
.like-box > div{
    font-size: 12px;
    font-weight: 500;
}

.price-box{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.price-box .discount{
    font-size: 16px;
    font-weight: 700;
}
.price-box .price{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}



.book-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book-detailInfo{
    max-width: 670px;
    width: 100%;
    padding-bottom: 40px;
}
.pagination-white .swiper-pagination-bullet{background: #b1b1b1;}

.book-imgList{}
.book-imgList .swiper-slide{border: 1px solid #E4E5ED;}
.book-imgList .swiper-slide img{
    width: 100%;
    height: 482px;
}

.tab-type-7{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-top: 32px;
    position: sticky;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #575663;
}
.tab-type-7 li{}
.tab-type-7 li a:hover{
    border-bottom: 2px solid #333;
    color: #333;
    font-weight: 700;
}
.tab-type-7 li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-right: 24px;
}

.detail-cont{}
.detail-cont .detail-box{}
.line{
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E4E5ED;
}
.detail-cont .detail-box h5{
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
.detail-cont .detail-box .detail-txt{}
.detail-cont .detail-box .detail-txt h6{
    font-size: 16px;
    line-height: 1.8;
}
.detail-cont .detail-box .detail-txt p{
    font-size: 16px;
    line-height: 1.8;
}


.more-btn{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    border: 1px solid #D4D5DD;
    border-radius: 5px;
    text-align: center;
}


.review2-box{}

.review2-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.review2-tit h6{
    font-size: 14px;
    font-weight: 600;
}

.select-type2{
    display: flex;
    align-items: center;
    gap: 32px;
}
.select-type2 .item{
    font-size: 14px;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
}
.select-type2 .item.active{
    color: #705CF6;
    position: relative;
    padding-left: 18px;
}
.select-type2 .item.active::before{
    content: '';
    background-image: url(../img/sns-icon/icon-check-info.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
}

.review2-item{
    padding: 40px 0;
    border-bottom: 1px solid #E4E5ED;
}
.review2-item:last-child{
    border-bottom: 0;
}

.review2-info{}
.review2-info .user-id{
    font-size: 12px;
    font-weight: 500;
}
.review2-user{
    display: flex;
}
.review2-user .review2-icon{width: 32px; height: 32px; overflow: hidden;}
.review2-user .review2-icon img{width:100%;height: 100%;border-radius: 32px;}
.review2-star{
    display: flex;
    align-items: center;
}
.review2-star .date{}
.review2-star .date::before{
    content: '|';
    margin: 0 4px;
    color: #cacaca;
}

.review2-modify{
    text-align: right;
}
.input-box{
    position: relative;
    border: 1px solid #000;
    padding: 4px 65px 4px 4px;
    border-radius: 5px;
    height: 40px;
}
.input-box input{
    width: 100%;
    border: 0;
    outline: none;
    height: 100%;
}
.input-box button{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    color: #555;
    font-weight: 600;
    background: #f5f5f;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    outline: none;
    border: none;
    font-size: 13px;
}


.rate{
    background: url(../img/star_bg02.png) no-repeat;
    width: 68px;
    height: 13px;
    position: relative;
}
.rate span{
    position: absolute;
    background: url(../img/star02.png) no-repeat;
    width: auto;
    height: 13px;
}
.review2-comment{
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}


.book-detailPrice{
    max-width: 458px;
    width: 100%;
}
.box-type4{
    border: 1px solid #E4E5ED;
    padding: 40px 24px;
}
.fs-14px{font-size: 14px;}
.fs-18px{font-size: 18px;}
.writer-wrap{}
.writer-info{
    display: flex;
    align-items: center;
}
.writer-img{
    width: 54px;
    height: 54px;
    border-radius: 54px;
}
.writer-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.icon-box{
    background: #F5F5F5;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-item{
    width: 100%;
    text-align: center;
    position: relative;
}
.icon-box-item.link{color: #371A5E;background: 0;}
.icon-box-item::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #DFDFDF;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-item:last-child::before{content: none;}
.icon-box-item span{display: block;}

.writer-txt-wrap{}
.writer-txt-wrap h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.writer-txt{}
.writer-txt p{font-size: 14px;color: #374151;}
.more-txt{
    color: #371A5E;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 8px;
}


.book-price{}
.book-priceTit{}
.book-priceTit .book-category{font-size: 14px;color:#6B7280 ;margin-bottom: 8px;}
.book-priceTit h5{font-size: 20px;font-weight: 700;margin-bottom: 32px;}

.price2-box{}
.price2-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price2-item h5{font-size: 14px;color: #6B7280;font-weight: 600;}
.price2-item h5 span{font-size: 20px; color: #D40022;}
.price2-item p{margin-bottom: 0;}
.price2-item .basics{
    font-size: 16px;
    font-weight: 500;
    color: #6B7280;
    text-decoration: line-through;
}
.price2-item .discount{
    font-size: 20px;
    font-weight: 700;
    color: #D40022;
}
.price2-item .discount span{font-size: 16px;}
.btn-type2{
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background: #333333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}


.share-li{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.share-li li{}
.share-li li a{}
.share-li li a img{
    width: 40px;
}
.share-li li .text-link{
    color: #6b6b6b;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
}


.order-info{}
.order-book{
    display: flex;
    gap: 12px;
}
.order-book .book-small{
    width: 120px;
    height: 90px;
    flex: 0;
}
.order-text{}
.order-text .order-tit{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
.order-writer{
    display: flex;
    align-items: center;
}
.order-writer img{
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.order-writer span{
    color: #6B7280;
    margin-left: 4px;
    font-weight: 500;
}


.tab-type7{
    display: flex;
    align-items: center;
}
.tab-type7 li{}
.tab-type7 li.active a{
    border-color: #705CF6;
    color: #705CF6;
}
.tab-type7 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 46px;
    border: 1px solid #DFE0E3;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}


.success-box{
    text-align: center;
}
.success-tit{}
.success-tit .icon{width: 70px;}
.success-tit h5{font-size: 30px;font-weight: 700;}


.my-book-select{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.my-book-select .select-box{
    display: flex;
    align-items: center;
    gap: 4px;
}
.my-book-select .calendar-wrap{
    max-width: 280px;
    width: 100%;
    line-height: 40px;
}


.my-bookList{
    border-top: 1px solid #371A5E;
}
.book-li-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F4F4F4;
    flex-wrap: wrap;
}
.book-li-item:last-child{border-bottom: 0;}
.book-li-info{
    display: flex;
    align-items: center;
    gap: 8px;
}
.book-liTum{}
.book-liTum img{
    width: 130px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}
.book-li-box{}
.book-li-box p{
    font-size: 13px;
    color: #7E8299;
    margin-bottom: 0;
    font-weight: 500;
}
.book-li-box h5{
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}
.book-li-box .price{font-size: 16px;font-weight: 700;}
.btn-type3{
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #371A5E;
    padding: 0 6px;
    font-weight: 600;
}


.banner-wrap{
    background: linear-gradient( 45deg, #ff5a3c, #ff2eaf);
    padding: 20px 20px;
    border-radius: 8px;
}
.banner-wrap .banner-cont{
    text-align: center;
}
.banner-wrap .banner-cont h2{
    color: #fff;
}
.banner-wrap .banner-cont h2 strong{
    color: #ffffff;
}
.banner-wrap .banner-cont p{
    color: #ffffff;
}
.banner-btm{}
.banner-btm p{
    color: #f5f5f5;
    text-align: center;
}
.btn-type4{
   
    background: #111;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.link-wrap{
    background: #ffefef;
    padding: 16px;
    border-radius: 8px;
}
.link-wrap h5{font-size: 16px;font-weight: 600;color: #222;margin-bottom: 4px;}
.link-wrap a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-wrap .link-arrow{
    display: flex;
    align-items: center;
}

.link-wrap .link-tit{
    width: 100%;
    display: inline-block;
    color: #f33232;
    font-size: 14px;
    font-weight: 700;
}


.bubble-deco{
    background: #FFE600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 12px;
}
.bubble-deco::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24%;
    transform: translateX(-24%);
    border-top: 14px solid #FFE600;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.calendar-wrap2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-wrap2 .arrow-btn{
    display: inline-flex;
}
.calendar-wrap2 .arrow-btn i{
    font-size: 16px;
}

.calendar-wrap2 .cal-btn{
    border-bottom: 1px solid #6B7280;
    margin: 0 24px;
}
.calendar-wrap2 .cal-btn .date-btn{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}


.li-type6{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}
.li-type6 li{}
.li-type6 li.active{}
.li-type6 li.active a{
    background: linear-gradient(to right, #8152E7, #4A88E4);
    color: #fff;
    transition: 0.3s;
}
.li-type6 li a{
    font-size: 14px;
    color: #6B7280;
    font-weight: 600;
    border: 1px solid #ECECEC;
    border-radius: 24px;
    padding: 4px 12px;
    display: inline-block;
    text-align: center;
    background: #fff;
}
.li-type6 li a:hover{
    background: linear-gradient(to right, #8152E7, #4A88E4);
    color: #fff;
}


.keyword-wrap{
    margin-top: 50px;
}
.tit-type2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tit-type2 .tit-type2-txt{}
.tit-type2 h4{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.03rem;
}
.tit-type2  span{
    font-size: 13px;
    font-weight: 500;
}
.tit-type2 .tit-right{}
.table-type4{
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.t-head{
    display: table-row;
    font-weight: bold;
    text-align: center;
    background: #F9F9F9;
}
.t-row{
    display: table-row;
    text-align: center;
}
.t-head .cell{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.cell{
    display: table-cell;
    border-bottom: 1px solid #E4E5ED;
    padding: 6px 4px;
    vertical-align: middle;
    font-size: 14px;
}
.cell p{margin: 0;}
.toast-box{
    position: relative;
    cursor: pointer;
}
.toast-cont{
    position: absolute;
    bottom: 38px;
    width: 420px;
    z-index: 9;
}
.toast-cont p{
    width: auto;
    display: inline-block;
    background: #371A5E;
    color: #fff;
    font-size: 12.5px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.toast-cont::after{
    position: absolute;
    content: '';
    width: 0;
	height: 0;
	border-top: 10px solid #371A5E;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
    margin-top: 3px;
    bottom: -10px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.filter-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.filter-arrow{
    display: inline-flex;
    flex-direction: column;
    margin-left: 8px;
}
.filter-arrow a{
    display: inline-block;
}

.filter-arrow .arrow-up{
    width: 0;
	height: 0;
	border-bottom: 6px solid rgb(142, 147, 156);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
    margin-bottom: 3px;
}
.filter-arrow .arrow-down{
    width: 0;
	height: 0;
	border-top: 6px solid rgb(142, 147, 156);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
    margin-top: 3px;
}
.filter-arrow .arrow-up.active{border-bottom: 6px solid #a269ff !important;}
.filter-arrow .arrow-down.active{border-top: 6px solid #a269ff !important;}
.blur-img{
    background-image: url(../img/keyworldblur.jpg);
    background-size: 100%;
    width: 100%;
    height: 200px;
    position: relative;
}
.blur-img2{background-image: url(../img/keyworldblur-0624.jpg);
    background-size: 100%;
    width: 100%;
    height: 200px;
    position: relative;}
.blur-img.smart-img{background-image: url(../img/smartkeyworldblur.jpg) !important;}
.blur-img.smart-img2{background-image: url(../img/smartkeyworldblur2.jpg) !important;}
.blur-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.btn-type5{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #8152E7, #4A88E4);
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 24px;
}
.blur-guide{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.m-table-wrap{display: none;}

.btn-type6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #181c32;
    border: 1px solid #b5b5c3;
    background: #f5f5f5;
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14.5px;
}
.btn-type6:hover{
    background: #eee;
}
.btn-text{
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #333;
}
.vertical-align-middle td{vertical-align: middle !important;}




#review_modal .modal-content{max-width: 400px;}
.review-cont{}
.star-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating {
    direction: rtl; 
    unicode-bidi: bidi-override; 
}

.star {
    font-size: 4em;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
    margin: 0 2px;
}

.star:hover,
.star:hover ~ .star,
.star.selected {
    color: #FFD400;
}

.textarea-type2{
    border-radius: 8px;
    border: 1px solid #D4D5DD;
    padding: 8px 12px;
    position: relative;
}
.textarea-type2:focus{
    border-color: #705CF6;
    box-shadow: 0px 0px 4px #715cf6c0;
    outline: none;
}
.btn-type7{
    color: #705CF6;
    font-weight: 600;
    background: #ebe8ff;
    border-radius: 5px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
.btn-box2{
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.btn-box2 a{
    min-width: 100px;
}


.smart-item{
    background: #FAF5FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 14px 20px;
}
.smart-item .smart-icon{margin-right: 20px;}
.smart-item .smart-icon img{width: 25px;}
.smart-item .smart-txt{}
.smart-item .smart-txt h6{font-size: 13px;margin-bottom: 0;color: #374151;}
.smart-item .smart-txt .smart-num{
    font-size: 20px;
    font-weight: 600;
    color: #705CF6;
}




.table-type5{
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-type5 thead{
    font-weight: bold;
    text-align: center;
    background: #F9F9F9;
}
.table-type5 thead th{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.table-type5 tr td{
    border-bottom: 1px solid #E4E5ED;
    padding: 8px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.table-type5 .event-logo{width: 80px;height: 80px;border: 1px solid #E5E7EB;}
.btn-dark2{background: #374151 !important;color: #fff !important;}


.link-box{
    width: 100%;
    background: #FAF5FF;
    padding: 8px 0;
}
.link-cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
}
.link-cont h5{
    display: flex;
    width: 100px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
.link-cont h5 img{
    position: absolute;
    left: 0;
}
.url-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
}
.url-wrap .url-box{
    border: 1px solid #E5E7EB;
    background: #fff;
    border-radius: 3px;
    height: 30px;
    max-width: 650px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    white-space:normal;
    text-align: left;
    padding-left: 16px;
    display: inline-flex;
    align-items: center;
}
.url-wrap .url-box a{
    text-decoration: underline;
    width: 100%;
}
.url-wrap .copy-btn{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
} 
.btn-disable{
    background: #E1E3EA !important;
    color: #7E8299 !important;
    cursor: default;
}

.mobile-table2{}
.mt2-item{
    border-bottom: 1px solid #E4E5ED;
    padding: 16px 0;
}
.mt2-item .mt2-top{
    display: flex;
}
.mt2-item .mt2-top .logo{}
.mt2-item .mt2-top .logo img{width: 80px; height: 80px;border: 1px solid #E5E7EB;}
.mt2-item .mt2-top .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
}
.mt2-item .mt2-top .right .date{}
.mt2-item .mt2-top .right h5{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.mt2-item .mt2-btm{}
.mt2-item .mt2-btm .link-box{padding: 6px;}
.mt2-item .url-wrap{width: 100%;}
.mt2-item .url-wrap .url-box{
    border: none;
    background: none;
    border-radius: 3px;
    max-width: 640px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: left;
    padding-left: 8px;
}


.mt2-item .mt2-btm .link-cont{
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
}


.table-type6{
    border-top: 2px solid #000;
    width: 100%;
}
.table-type6 tr{
    border-bottom: 1px solid #E5E7EB;
}
.table-type6 th{
    width: 200px;
    padding: 30px 20px 20px 20px;
    font-size: 15px;
    font-weight: 500;
    background: #FCFAFF;
    vertical-align: top;
   
}
.table-type6 td{
    padding: 18px;
}

.calendar-box{
    background: #F9F9F9;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 8px;
}
.calendar-box input{background: none;width: 100px;}

.file-type1{
    width: 150px;
    height: 150px;
    border: 2px dashed #e1e3ea;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.file-type1 .plus-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.custom-file-input{opacity: 0;}

.tag-list2{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.tag-list2 .tag-item2{
    background: #6B7280;
    color: #fff;
    border-radius: 50px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}



.table-border td{
    border: 1px solid #E4E5ED;
}

.emoji-box{}
.emoji-box img{width: 24px;height: 24px;}
.emoji-box p{font-size: 14px;font-weight: 500;margin-bottom: 0;}

.li-type7{}
.li-type7 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.li-type7 li:last-child{margin-bottom: 0;}
.li-type7 li h5{margin: 0;font-size: 13px;color: #6B7280;font-weight: 500;}
.li-type7 li p{margin: 0;font-size: 13px;color: #6B7280;font-weight: 500;}
.li-type7 li p b{font-weight: 500;}
.link-txt{}
.link-txt a{
    max-width: 250px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space:normal;
}
.pc1440-none{display: none;}



.layerPopup .layerBox{
    width: 560px;
}
.layerPopup .layer_img{
    width: 100%;
    margin-bottom : 10px;
}


.layerPopup:before {
    display:block;
    content:"";
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:9000
}
.layerPopup .layerBox {
    z-index:10000;   
    position:fixed;
    left:50%;
    top:40%; transform:translate(-50%, -50%);
    padding:24px 18px;
    background:#fff;
    border-radius:6px;
}
.layerPopup .layerBox .title {
    margin-bottom:10px;
    padding-bottom:10px;
    font-weight:600;
    border-bottom:1px solid #d9d9d9;
}
.layerPopup .layerBox .btnTodayHide {
    font-size:14px;
    font-weight:600;
    color:black; 
    float: left;
    text-decoration:none;
    width: 150px;
    height : 30px;
    line-height:30px;
    border:black solid 1px;
    text-align : center;
    text-decoration:none;
}
.layerPopup div{
    display : inline;
}
.layerPopup form{
    margin-top : 5px;
    font-size:16px; font-weight:600;
    height : 30px;
    line-height:30px
}
.layerPopup #close {
    font-size:16px; font-weight:600; width: 40px; height : 30px;color:black; float: right; line-height:30px; text-align : center;text-decoration:underline;
}
.layerPopup a{
    text-decoration : none;
    color : black;width: 50px;height : 40px;
}



.tab-type-8{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.tab-type-8 li{
    width: 100%;
    height: 60px;
}
.tab-type-8 li:first-child span{border-radius: 8px 0 0 8px;}
.tab-type-8 li:nth-child(2) span{border-radius: 0 8px 8px 0;}
.tab-type-8 li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DFE0E3;
    color: #374151;
    font-weight: 500;
}

.tab-type-8 li:first-child span{border-radius: 8px 0 0 8px;}
.tab-type-8 li:nth-child(2) span{border-radius: 0 8px 8px 0;}

.tab-type-8 li span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DFE0E3;
    color: #374151;
    font-weight: 500;
}

.tab-type-8 li.active a{
    background: #F9F8FF;
    border: 1px solid #705CF6;
    color: #705CF6;
    font-weight: 600;
}

.tab-type-8 li.active span{
    background: #F9F8FF;
    border: 1px solid #705CF6;
    color: #705CF6;
    font-weight: 600;
}

.bg-light-purple{background: #F9F8FF !important;}
.box-type5{
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 28px;
}
.box-type5 .cont-btn a:hover{text-decoration: underline !important;}

.table-type8{
    width: 100%;
}
.table-type8 thead{
    border: 1px solid #DFE0E3;
}
.table-type8 th, .table-type8 td{vertical-align: middle;}
.table-type8 th{
    background: #F9F9F9;
    padding: 10px 8px;
    text-align: center;
}
.table-type8 td{
    padding: 8px 16px;
    text-align: center;
    border: 1px solid #DFE0E3;
}
.text-left{text-align: left !important;}



.input-wrap2{}
.input-type4{
    height: 36px;
    width: 100%;
    border: 1px solid #DFE0E3;
    background: #F9F9F9;
    outline: none;
    padding-left: 8px;
}
.input-type4:focus{border-color: #000;background: #fff;}

.li-type8{}
.li-type8 li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}
.li-type8 li:last-child{margin-bottom: 0;}
.li-type8 li .li-num{
    width: 50px;
}
.li-input{
    width: 100%;
    display: flex;
    align-items: center;
}
.li-input input{
    height: 36px;
    border: 1px solid #DFE0E3;
    width: 100%;
    padding-left: 8px;
}
.li-input input:focus{border-color: #000;background: #fff;outline: none;}
.pm-btn{
    display: flex;
    align-items: center;
}
.pm-btn{
    width: 80px;
    height: 36px;
}
.pm-btn .plus{
    width: 50%;
    height: 100%;
    background: #E1E3EA;
    color: #6B7280;
    border: 1px solid #DFE0E3;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
}
.pm-btn .minus{
    width: 50%;
    height: 100%;
    color: #6B7280;
    background: #fff;
    border: 1px solid #DFE0E3;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
}

.border-right-none{
    border-right: 0 !important;
}
.border-left-none{
    border-left: 0 !important;
}

.btn-type8{
    font-size: 13px;
    color: #fff;
    background: #7E8299;
    border: 1px solid #6B7280;
    padding: 8px 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.radio-custom[type="radio"]{
    width: 20px;
    height: 20px;
    border-color: #6B7280;
}
.radio-custom:checked[type="radio"]{
    background-image: url(../img/sns-icon/icon-radio.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: #fff;
    border-color: #705CF6;
}

.btn-box .file-wrap{width: 400px;}

.delete-box{
    position: relative;
}
.delete-box .btn-delete{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}


.category-btn{}
.category-btn a{
    width: 72px !important;
    background: #F2F2F2 !important;
}

.category-li{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.category-li li{
    width: 32%; 
}
.category-li li label{
    cursor: pointer;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 16px 0 16px 8px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}
.category-li li.active label{border-color: #705CF6; font-weight:600;}



.form-check-input4[type="checkbox"]{
    vertical-align: middle;
    appearance: none;
    border: 1px solid #b2b4bb;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.form-check-input4[type="checkbox"]:checked{
    border: 1px solid #705CF6;
    background-image: url(../img/icon-chk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}







@media (hover: hover){
    .category-btn a:hover{border-color: #705CF6;background: #FAF5FF !important;color: #705CF6 !important;}
    .category-btn a:hover i{color: #705CF6 !important;}
    
    .tab-type-1 li a:hover{
        background-color: #f0f0f8;
    }
    .tab-type-1 li.active a:hover{
        background-color: #ffffff;
    }
    .hover-info{transition: 0.2s;}
    .hover-info:hover{
        border: 1px solid #705CF6 !important;
    }
    .hover-info:hover .hover-text{
        background: linear-gradient(to right, #7f14fa, rgb(32, 164, 252));
        color: transparent;
        -webkit-background-clip: text;
    }
    .tab-type-2 li a:hover{
        background-color: #f0f0f8;
        border: 1px solid #E1E3EA;
        border-bottom: 1px solid #fff;
    }
    .btn-new2:hover{
        background-color: #f0f0f8;
    }
    .tab-type-3 li:not(.active) a:hover{
        background-color: #f0f0f8;
    }
    .tab-type-4 li a:hover{
        border: 1px solid #705CF6;
        border-bottom: 0;
        color: #705CF6;
        background: #f9f8ff;
     }
     .news-cont .news-txt:hover{
        text-decoration: underline;
    }
    .text-hover-underline:hover{
        border-bottom: 1px solid #333;
    }
    .btn-dark2:hover{background: #252c36 !important;}


   

}





@media screen and (max-width:1440px){
    .m1440-none{display: none;}
    .pc1440-none{display: block;}

    .slide-box .slide-box-btm{height: 180px;}
    .slide-box2{height: 180px;}
    
    .mt3-itme{
        padding: 8px 0;
        border-bottom: 1px solid #333;
    }
    .table-type7{
        width: 100%;
    }
    .table-type7 tr{}
    .table-type7 th{
        width: 80px;
        background: #FCFAFF;
    }
    .table-type7 th, .table-type7 td{padding: 8px;border: 1px solid #E5E7EB;}
    .pm-0{padding: 0 !important;}
    
    
    

    
}
@media screen and (max-width:1199px){

    
    .box-type5{
        flex-wrap: wrap;
        padding: 16px;
    }
    .box-type5 .btn-box{margin-top: 16px;width: 100%;}
    .box-type5 .btn-box .btn{width: 100%;}
    .btn-box .file-wrap{width: 100%;}
   
  
    
    
    .table-type6 th, .table-type6 td{
        display: block;
    }
    .table-type6 th{
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
    }
    .table-type6 td{
        padding: 16px 0px;
    }
    .calendar-wrap3{}
    .calendar-box input{
        width: 100%;
    }
    .mw-100{width: 100%;}
    
    
    .smart-item .smart-icon{margin-right: 16px;}
    .smart-item .smart-txt .smart-num{font-size: 18px;}
    .star {font-size: 3.5em;}
    
    .table-wrap{display: none;}
    .keyword-wrap{
        margin-top: 16px;
    }
    .li-type6{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding-bottom: 10px;
    }
    .li-type6 li{
        max-width: 120px;
        width: 100%;
        flex: 1;
    }
    .li-type6 li a{
        width: 100%;
        font-size: 13px;
        white-space: nowrap;
        padding: 8px 8px;
    }
    .calendar-wrap2 .cal-btn .date-btn{font-size: 18px;}
   
    
    /* .tit-type2.m-block{
        display: block;
    } */
    /* .tit-type2 .tit-right{
        justify-content: space-between;
        width: 100%;
    } */

    
    .m-table-wrap{display: block !important;}
    .m-table2{
        display: flex;
    }
    .m-table2 .cell{
        font-size: 13px;
        padding: 0;
    }
    .m-table2 .t-head{
        padding: 0 6px;
        height: 50px;
    }
    .m-table2 .t-head p{line-height: 1.2;}
  
    .table-fix{
        width: 150px;
        display: table;
        flex-shrink: 0;
        border-right: 1px solid #eee;
    }
    .table-right{
        width: 100%;
        overflow: auto;
    }
    .table-scroll{
        min-width: 550px;
        width: 100%;
        display: table;
        overflow-x: auto;
        vertical-align: middle;
    }
    .table-scroll2{
        min-width: 750px;
        width: 100%;
        display: table;
        overflow-x: auto;
        vertical-align: middle;
    }
    .m-table2 .t-row{}
    .m-table2 .t-row p{
        padding: 0 6px;
        overflow-y: auto;
        vertical-align: middle;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        font-size: 12.5px;
        line-height: 1.2;
    }


    .m-table2.smart-table .t-row .cell{
        width: 100px;
    }



    .hidden-item{}
    .hidden-item .cell{padding: 0;}
    .hidden-bg{
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        height: 56px;
        padding: 0;
    }

    .hd-1{background-image: url(../img/m-hidden1.jpg);}
    .hd-2{background-image: url(../img/m-hidden2.jpg);}
    .hd-3{background-image: url(../img/m-hidden3.jpg);}
    .hd-3-2{background-image: url(../img/m-hidden2-2.jpg);}
    .hd-4{background-image: url(../img/m-hidden4.jpg);}
    .hd-4-2{background-image: url(../img/m-hidden4-2.jpg);}
    .hd-5{background-image: url(../img/m-hidden5.jpg);}
    .hd-5-2{background-image: url(../img/m-hidden5-2.jpg);}
    .hd-6{background-image: url(../img/m-hidden6.jpg);}
    .hd-6-2{background-image: url(../img/m-hidden6-2.jpg);}
    .hd-7{background-image: url(../img/m-hidden7.jpg);}

    

    
    .book-list{gap: 24px 0;}
    
    .book-info h6{font-size: 14px;}
    
    
    .box-type4{
        padding: 24px 16px;
        width: 100%;
    }
    .book-detailInfo{max-width: 100%;}
    .book-detailPrice{max-width: 100%;}
    .review2-item{padding: 24px 0;}
    .icon-box{padding: 8px;}
    .tab-type7 li{width: 100%;}
    .tab-type7 li a{min-width: auto;width: 100%;}
    .order-text .order-tit{font-size: 16px;}
    .success-tit h5{font-size: 20px;}
    .success-tit .icon{width: 50px;}
    .book-li-dw{width: 100%;margin-top: 4px;}
    .book-li-dw .btn-type3{width: 100%;}
    .btn-box2 a{
        width: 100%;
    }
    .book-liTum img{
        width: 100px;
        height: 80px;
    }
    .book-li-box h5{font-size: 15px;}

    
    .px-m-2{padding-left: 6px; padding-right: 6px;}
    /* .header-main{
        height: 100px;
        border-bottom: 1px solid #34446677;
    } */
    .header-cont{
        height: 100%;
    }
    /* .header-cont nav{
        flex-direction: column;
        justify-content: center;
    } */
    .header-ul{
        /* width: 100%;
        margin-top: 8px; */
        justify-content: flex-end;
    }
    /* .header-ul li a{
        line-height: 30px;
        padding: 0;
    } */
    .header-ul li a{padding: 0 8px;font-size: 12px;}

    .w-new6{
        width: 100%;
        margin-right: 0%;
        border: none !important;
    }
    .w-new4{
        width: 100%;
        border: none !important;
    }
    .m-border{
        border: 1px solid #b5b5c3;
    }
     
     .overflow-hidden-pc {
        overflow: scroll !important;
    }
    
    .m-br{display: block;}
    .pc-br{display: none;}


    
    .logo-pc{display:none;}
    .logo-mobile{display: block;}
    .header-cont nav #logo-main{max-width: 100px;}
    .top-banner .container{
        justify-content: start;
    }
    .top-banner .top-banner-cont{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 16px;
    }
    .top-banner .top-banner-cont .ms-5{margin-left: 0 !important;}
    .header-ul li a{padding: 0 8px;font-size: 12px;}

    .header-cont{width: 100%;}
    .container{width: 100%;}
    .section .container{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 24px;
        padding-right: 24px;

    }
    .li-type1{flex-direction: column;}
    .li-type1 li{margin-bottom: 20px;}


    .li-type2{margin-top: 20px;}
    .li2-item{margin-bottom: 20px;}
    .li2-item.right .li2-img{order: 1;}
    .li2-item.right .li2-txt-box{padding-left: 0;}
    .li2-txt-box{margin-bottom: 20px;}
    
    #sec4{height: auto;margin-bottom: 0;}
    .li3-wrap{
        width: 100%;
        position: static;
        transform: translateX(0);
        
    }
    .li-type3{flex-wrap: wrap;}

    .li-type3 li{ height: 80px;}
    .li-type3 li h5{font-size: 22px;}

    #sec5{
        height: auto !important;
    }
    .container-full{
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .review-item {
        border: 1px solid #705CF6;
        border-radius: 7px;
        padding: 24px;
        text-align: left;
        height: auto !important;
        display: flex !important;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .review-box p{font-size: 14px;}
    .review-wrap::after{display: none;}
    .review-wrap::before{display: none;}
    .review-box{height: auto;}
    .faq-wrap{padding: 20px;}

    #sec7 .container{padding-top: 50px;padding-bottom: 50px;}

    .ft-cont{width: 100%;}

    
    
    .mp-0{padding: 0 !important;}
    .slide-box{margin-bottom: 15px;}
    .slide-box .slide-box-btm{
        padding: 20px !important;
        text-align: center;
        height: auto;
    }
    .slide-box .slide-box-btm h5{font-size: 14px !important;}


    
    .slide-box2-top{
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0 !important;
    }
    .slide-box2-top span{
        margin-bottom: 8px;
    }
    .slide-box2{
        height: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .sns-icon img{
        max-width: 40px;
    }
    .sns-li-link a{
        width: auto !important;
        padding-left: 5px;
    }
    .txt-byte{
        width: 100%;
        text-align: right;
    }


     .sns-img.lg{
        height: 250px;
    }
     .sns-img.sm{
        height: 130px;
    }
     .sns-img.xs{
        height: 100px;
    }

    .youtube-wrap {
        display: flex;
        flex-direction: column;
        align-items:flex-start;
    }
    .youtube-wrap .video-box{
        width: 100%;
        padding: 5px;
    }
    .video-thumbnail{
        width: 100%;
    }
    .thumbnail-box .t-item{
        height: 80px;
    }
    

    .under_construction{
        width: 100%;
    }
    .system-guide{padding-left: 10px;padding-right: 10px;}
    .system-guide-tit{
        font-size: 2rem;
    }
    .system-tiem{font-size: 15px;}
    .system-tiem-box{padding: 10px;}
    .system-guide-tit img{width: 30px;}
    .system-guide-txt{font-size: 15px;}

    .toast-cont{
        bottom: 0;
        top: 35px;
        width: 250px;
        z-index: 9;
        left: 0;
        transform: translateX(0);
        text-align: left;
    }
    .toast-cont p{
        width: auto;
        display: inline-block;
        background: #371A5E;
        color: #fff;
        font-size: 12.5px;
        font-weight: 400;
        padding: 8px 12px;
        border-radius: 5px;
        box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    }
    .toast-cont::after{
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: none;
        border-bottom: 10px solid #371A5E;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin-top: 3px;
        bottom: 0;
        top: -10px;
        z-index: 9;
        left: 10px;
        transform: translateX(0);
    }
}




@media screen and (max-width:992px){
    .fs-64{font-size: 24px;}
    .fs-48{font-size: 20px;}
    .fs-32{font-size: 20px;}
    .fs-26{font-size: 20px;}
    .fs-24{font-size: 18px;}
    .fs-18{font-size: 16px;}
    .fs-16{font-size: 14px;}
    
    #kt_app_header{
        display:flex !important;
    }

    .link-wrap h5{font-size: 14px;}

    

    
    .m-px-0{
        padding-left: 0 !important;
        padding-right:0 !important;
    }
    .m-card{
        padding: 1rem !important;
    }
    .flex-m-1{flex: 1;}
    .btn-type1{margin-right: 0;max-width: 90px;}

    
    /* .table-new{}
    .table-new thead{
        display:none;
    }
    .table-new tbody tr{
        position:relative;
        width:100%;
    }
    .table-new tbody tr{
        hegiht:400px;
    }
    .table-new .m-td{
        position:absolute;
        bottom:0;
        lefe:0;
    } */


    
    .stepper-new{
        justify-content: start;
    }
    .stepper-new .stepper-line{
        display:none;
    }
    .stepper-new .stepper-icon{
        margin-right: 4px !important;
        width:25px !important;
        height:25px !important;
        margin-bottom: 6px !important;
    }
    .stepper-new .stepper-wrapper{
        justify-content: center;
        text-align: center;
    }

    
    .table-fix-wrap{
        height:300px;
    }

    
    .fixed-btn-wrap{
        position:fixed;
        bottom:0;
        background-color:#fff;
        width:100%;
        height:60px;
        z-index: 9;
    }
    .fixed-btn-wrap.mh-x2{
        height:120px;
    }
    .fixed-btn-wrap.mh-x2 .fixed-left{
        height: 50% !important;
    }
    .fixed-btn-wrap.mh-x2 .fixed-right{
        height: 50% !important;
    }
    .fixed-btn-wrap.mh-x2 .fixed-right{
        background-color: #e1e3ea;
        border-top: 1px solid #bdbdbd;
    }
    .fixed-btn-wrap.mh-x2 .fixed-btn-con{
        display: block !important;
    }
    .fixed-btn-con{
        justify-content: space-between;
    }
    .fixed-left{
        padding-right: 0;
        padding-left: 0;
    }
    .fixed-right{
        padding-right: 0;
        padding-left: 0;
    }
    .fixed-btn-con .pm-s{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .m-content-between{
        justify-content: space-between !important;
    }
    .mobile-px-20{
        padding-left: 20px;
        padding-right: 20px;
    }

    
    .loading-wrap{
        width:94%;
    }

    
    .mobile-btm{
        display: flex;
        align-items:end;
        margin:0;
        min-height: 100%;
        max-width: 100% !important;
        width: 100% !important;
    }
    .mobile-btm .modal-content{
        border-radius: 0.625rem 0.625rem 0 0;
    }
    .fade-m.modal.show .modal-dialog {
        transform: none;
    }
    .fade-m.modal.fade .modal-dialog {
        transform: none;
    }



    
    .card-new{
        height: auto !important;
        padding-bottom: 150px !important;;
    }
    
    .card-new2{
        height: auto !important;
    }
    
    .mpb-0{padding-bottom: 0 !important;}
    .card-new.card-new-left{padding-bottom: 0 !important;}
    .card-new .card-body{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .m-none{display: none !important;}
    .pc-none{display: block !important;}

    
    .stepper-new .stepper-title{
        display: none;
    }
    .stepper-new .stepper-desc{display: none;}
    .stepper-new .stepper-desc.active{
        display: block;
    }
    .side-modal .modal-dialog{
        max-width: 100% !important;
        margin-left: 0;
    }
    .li3-subTit{display: flex;margin-bottom: 6px;}
    .li3-subTit h6{ margin-right: 6px;}
    .fix-btn {
        position: fixed;
        padding: 0;
    }
    .tab-type-1{
        flex-wrap: wrap;
    }
    .tab-type-1 li{margin-bottom: 6px;}
    .tab-type-1 li a{
        border-radius: 5px;
        background: #f5f5f5;
    }
    .tab-type-1 li.active a{
        border: 2px solid #705CF6;
        color: #705CF6 !important;
        background-color: #FAFAFF;
    }

    .tab-type-2{
        flex-wrap: wrap;
    }
    .tab-type-2 li{margin-bottom: 6px;}
    .tab-type-2 li a{
        border-radius: 5px;
        background: #f5f5f5;
    }
    .tab-type-2 li.active a{
        border: 2px solid #705CF6;
        color: #705CF6 !important;
        background-color: #FAFAFF;
    }
    .tab-type-2 li.active a::after{
        display: none;
    }
    
    .m-justify-content-center{
        justify-content: center;
    }
    .m-text-align-center{
        text-align: center;
    }
    .prf-email{
        padding-left: 0 !important;
    }
    .text-item b{
        width: 100%;
        display: inline-block;
    }
    .mh-110px{height: auto;}
    .mw-150px{max-width: 120px !important;}
 

    .m-text-center{text-align: center !important;}
    .m-text-left{text-align: left !important;}
    .m-mt-10{margin-top: 10px;}

    .m-border-top{
        display: block;
        border-top: 1px solid #e1e3ea;
        padding-bottom: 15px;
        width: 100%;
    }

    .tit-type1{
        font-size: 24px;
    }
    .plan_list{
        flex-direction: column;
    }
    .plan_list li{
        margin-bottom: 10px;
    }

    .box-type3-like{
        width: 100%;
       justify-content: center;
       padding-bottom: 8px;
    }
    .box-type3-like i{
        font-size: 20px !important;
    }

    .loading-box{max-width: 300px;height: 150px;}
    .loading-img{ width: 80px;}
    .default-img{width: 80px !important;}

    
    .invite-wrap{
        flex-wrap: wrap;
    }
    .invite-item{
        background: #ffffff;
        border-radius: 1rem;
        border: 1px solid #705CF6;
        box-shadow: 5px 5px 5px #00000011;
        width: calc(100%);
        margin: 0 8px;
        overflow: hidden;
    }
    .deco-icon{
        position: static;
        transform: none;
        width: 30px;
        height: 30px;
        margin: 5px 0;
    }
    .mp-18{padding: 4rem 1.2rem !important;}
    .my-conin .my-conin-item{font-size: 18px;}
    .my-conin .my-conin-item span{font-size: 14px;}
    .my-conin2{flex-wrap: wrap;}
    .m-p-20px{padding: 20px !important;}
    .charge-item{
        padding: 24px;
    }

    .nav-tabs-m{
        gap: 4px;
    }
    .nav-tabs-m .nav-item{}
    .nav-tabs-m .nav-item .nav-link{
        padding: 6px 12px !important;
        border: 1px solid #E1E3EA !important;
        border-radius: 0 !important;
        margin-right: 0 !important;
        margin-left: 0;
        margin-bottom: 6px;
        background: #fff;
        text-align: center;
    }
    .nav-tabs-m .nav-item .nav-link.active{background: #705CF6;color: #fff !important;}


    
    
    .news-thumbnail{
        width: 80px;
        height: 80px;
    }
    .news-cont .news-txt h5{font-size: 16px;}
    .news-cont .news-txt p{font-size: 15px;}

    
    .tit-new{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .tit-new h1{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .tit-new h1 img{
        width: 22px;
    }
    .ranking-right .ranking-icon{min-width: 30px;}

    
    .ranking-wrap{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 18px !important;
        padding-right: 18px !important;
        margin-right: 0;
    }
    
    .news-wrap{
        width: 100%;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .ranking-left .ranking-num{font-size: 15px;width: 24px;}
    .ranking-left .ranking-name{font-size: 15px;}
    .news-cont .news-txt h5{font-size: 14px;}
    .news-cont .news-txt p{font-size: 14px;}
    .link-wrap .link-arrow{
        margin-top: 10px;
    }
    .link-wrap .link-arrow span{
        color: #009ef7;
        font-size: 14px;
        font-weight: 600;
    }
    .link-wrap .link-arrow i{font-size: 14px !important;color: #009ef7 !important;}

    .mt2-item .url-wrap .copy-btn{
        width: 100px;
    }

    
    .input-wrap2{width: 100%;}
    .li-type8 li .li-num{width: 30px;}
    .m-table.th-w90 th{width: 90px;}
    .tab-type-8{padding: 0 18px;}
    .tab-type-8 li{height: 50px;}
    
    

    
}

@media screen and (max-width:720px){

    
    .category-li li{width: 48%; }

    .book-item .book-thumBox{height: 120px;}
    .book-imgList .swiper-slide img{height: 250px;}
    .link-txt a{width: 150px}

     
     .layerPopup .layerBox{
        width: 94% !important;
    }
    
    
}





.li-type3 li {
    background-color: #fff;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    height: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.li-type3 li .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.li-type3 li h5 {
    margin-bottom: 0.5rem;  /* 8px, 기존의 2rem에서 줄임 */
}

.li-type3 li p {
    margin-top: 0;
}