@font-face{font-family:'Jalnan'; src:url('../fonts/Jalnan.woff')}
/* styles.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: 'pretendard';}
li{list-style: none;}
.fm-nomal{font-family: sans-serif !important;}

.m-br{display: none;}
/* common-style */
.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-info-light{background: #F0EEFF;color: #705CF6;}
.btn-info-light:hover {background:#ebe8fd;color: #705CF6;}


.btn-gray-n100{
    background-color:#F5F5F5;;
    color:#B0B0B0 !important;
}
.btn-gray-n100:hover{
    background-color:#e6e6e6;;
    color:#B0B0B0 !important;
}

.btn-gray-n200{
    background-color:#F4F4F4;
    color:#374151 !important;
    border: 1px solid #DFDFDF !important;
    font-size: 13px;
    font-weight: 600;
}
.btn-gray-n200:hover{background: #ebebeb;}
.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;
}
.btn-center{display: inline-flex;align-items: center;justify-content: center;}
.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}
.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;}
.fs-12{font-size: 12px;}


.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;
}
.badge-green{background-color: #6FB968 !important;color: #fff;height: 18px;}
.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:#111827 !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: 250px !important;
}
/* 고정컨텐츠,패딩값없음 */
.card-new2{
    height: 100vh !important;
    padding-bottom: 180px !important;
}


.fixed-btn-wrap{
    position: fixed;
    left: 265px;
    width: calc(100% - 265px);
    bottom:0;
    background-color:#fff;
    height:60px;
    z-index: 2;
}

.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: 60px !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;
    /* background-size:14px; */
}

/* 고정테이블 */
.table-fix-wrap{
    height:500px;
}

/* pc에서만 스크롤없앰 */
.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-image:url(../img/icon-chk.svg); */
    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{}


/* SNS포스팅 */
.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;
   /*  border-radius: 5px; */
    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: 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: 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: 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;
}
/* range */
.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;
}


/* E:planList */

/* toggle */
.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: #111827;
    transition: 0.1s;
    /* border-bottom: 1px solid #ffffff09; */
}

.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: 90px;}
.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;}

/* .typed-cursor{opacity: 0 !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{}
.sec3-cont .li-type2{margin-top: 150px;}
.sec3-cont .li2-item{
    display: flex;
    flex-wrap: wrap;
    
    margin-bottom: 120px;
}
.sec3-cont .li2-item.left{
    justify-content: space-between;
}
.sec3-cont .li2-item .li2-img{}
.sec3-cont .li2-item .li2-txt-box{
    padding-top: 40px;
}
.sec3-cont .li2-item.right .li2-txt-box{padding-left: 50px;}
.sec3-cont .li2-item.left .li2-txt-box{padding-right: 50px;}
.sec3-cont .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;
}


/* 리뷰swiper-slide */
/* 슬라이드 사이드 흐리게 가리기 */

.review-wrap .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.review-wrap .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
.review-wrap{
    position: relative;
    /* height: 100%; */
}
.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;
    /* height: 22px; */
    /* border: 1px solid #b9b9b9; */
}
.slide-box2{
    height: 126px;
}

/* sns계정연결 */
.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;}

/* sns포스팅미리보기 */
.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;
}

/* 트위터3등분이미지 */
.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릴스 */
.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;
    /* font-weight: 500; */
    padding: 6px 18px;
    border-radius: 20px;
    color: #ffffff;
   /*  background-color: #aeb6be; */
    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;} */
.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;
}
.m-table th{width: 60px;}
.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: 'Jalnan';
    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;
}
.tit-new .tit-new-icon.small img{width: 44px !important;} 


/* 실시간검색어 영역*/
.ranking-wrap{
    width: 47%;
    margin-right: 2%;
    /* border: 1px solid #e3e5e8; */
}
.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;
    z-index: 9;
}
.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 !important;}
.fs-18px{font-size: 18px !important;}
.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: #111827;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;white-space: pre-line;}
.more-txt{
    color: #111827;
    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 #111827;
}
.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: #111827;
    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{
   /*  border: 1px solid #fff; */
    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: #111827;
    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 #111827;/* 화살표 */
	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;}
.btn-dark3{background: #8d8e92 !important;color: #fff !important;}
.btn-info2{background: #F3F5FF !important;color: #705CF6 !important;border: 1px solid #705CF6 !important;font-size: 13px;font-weight: 700;}


.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;
    cursor: pointer;
}
.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;
}
.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;
}

/* 멤버십메뉴 */
.ani-txt{
    animation: aniTxt2 1s infinite alternate-reverse;
}
@keyframes aniTxt2{
    from{color: #986dfc;}
    to{color: #50cd89;}
}
.text-info3{color: #8c7ffd !important;}
.membership-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #7f14fa, rgb(32, 164, 252));
    color: #fff;
    font-weight: 600;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 36px;
}

/* 참고링크 문구추가 */
.form-txt-wrap{
    position: relative;
}
.form-txt-input{
    padding-right: 80px;
}
.form-txt{
    width: 54px;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    /* border-left: 1px solid #dddddd; */
}
.form-txt .spinner-border{
    width: 15px;
    height: 15px;
    border-width: 2px;
}

/* 새로운글로바꾸기 */
.box-type6{}
.box-type6 .b6-tit{padding-top: 24px;}

/* 가제트스쿨 */
.top-notice{
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #181C31;
}
.topnotice-icon{
    position: relative;
}
.topnotice-icon img{width: 18px;}
.topnotice-icon .notice-new{
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #DC3545;
    border-radius: 4px;
}
.topnotice-txt{
    padding-left: 14px;
}
.topnotice-txt a{
    display: inline-block;
    font-size: 14px;
    color: #41a4f5;
    font-weight: 600;
}

.mainschool-item{
    position: relative;
    display: inline-block;
}
.mainschool-item h5{
    font-size: 16px;
    padding: 16px;
    text-align: center;
    margin-bottom: 0;
}
.mainschool-thum{
    position: relative;
}
.mainschool-thum .thum-img {
    height: 212px;
}
.mainschool-thum .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
}
.mainschool-item .school-badge{
    position: absolute;
    top: 10px;
    left: 10px;
}
.school-badge{
    position: relative;
}
.school-badge img{
    width: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.school-badge span{
    background: #4f3fb4e7;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px 2px 20px;
    margin-left: 12px;
}

/* 스쿨 리스트 */
.school-list{
    gap: 40px 0;
}
.school-item .school-thumBox{
    height: 155px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.school-item .school-thumBox .thumBox-ctg{
    position: absolute;
    top: 10px;
    left: 8px;
}
.school-item .school-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;}

.school-thumBox .school-img{
    width: 100%;
    height: 100%;
}

.shcool-info{}
.shcool-info h6{
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.shcool-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;
}

/* 스쿨 상세 */
.school-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.school-video video{
    width: 100%;
}
/* 영역나눔 */
.school-detailInfo{
    max-width: 670px;
    width: 100%;
    padding-bottom: 40px;
}

.school-contWrap{}

.school-tit{}
.school-tit h5{
    font-size: 20px;
    font-weight: 600;
}
.school-contTxt{}
.school-contTxt h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.school-contTxt p{
    white-space: pre-line;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
}

/* 강사소개 */
.school-detailPrice{
    max-width: 458px;
    width: 100%;
}


/* 금칙어 검사기 */
.fw-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.fw-left{width: 48%;}
.fw-right{width: 48%;}
.line-wrap{width: 2%;}
.line-vertical{
    width: 1px;
    height: 100%;
    background: #E1E3EA;
    margin: 0 auto;
}

.fw-Top{
    min-height: 128px;
}

/* 금칙어 결과 */
.textarea-default{
    position: relative;
}
.bg-infoLight{
    background-color: #F9F8FF !important;
}
.bg-grayLight{
    background-color: #F5F7F8 !important;
}
.fw-default{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.fw-default img{width: 78px;}

.fw-textBox pre{
    white-space: pre-line;
    font-family: 'pretendard';
}

/* 금칙어 위반 목록 */
.fw-liWrap{}
.fw-li{
    display: flex;
    margin-bottom: 8px;
}
.fw-li h5{padding-left: 40px;}
.fw-li-input{
    display: flex;
    align-items: center;
}
.fw-li-input .num{width: 35px;}
.fw-control{width: 150px;}
.fw-li .arrow{
    width: 50px;
    position: relative;
    display: flex;
    align-items: end;
}
.fw-li .arrow i{
    font-size: 18px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

/* 형태소분석기 */
.accordion2 {
    width: 100%;
}

.accordion2-header {
    cursor: pointer;
    padding: 15px;
    outline: none;
    border: 0;
    background: transparent;
    width: 100%;
}


.accordion2-content {
    padding: 0 15px;
    display: none;
    overflow: hidden;
}

.accordion2-header i {
    margin-right: 10px;
    transition: transform 0.3s;
}

.accordion2-item.active .accordion2-header i {
    transform: rotate(180deg);
}
.tab-type-9{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF0F4;
    height: 36px;
    border-radius: 7px;
    padding: 2px 4px;
}
.tab-type-9 li{
    width: 100%;
    height: 100%;
}
.tab-type-9 li span{
    width: 100%;
    height: 100%;
    color: #6B7280;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tab-type-9 li.active span{
    color: #705CF6 !important;
    background: #fff !important;
}


.tab-type-10{
    max-width: 210px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF0F4;
    height: 30px;
    border-radius: 7px;
    padding: 2px 4px;
}
.tab-type-10 li{
    width: 100%;
    height: 100%;
}
.tab-type-10 li span{
    width: 100%;
    height: 100%;
    color: #6B7280;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tab-type-10 li.active span{
    color: #705CF6 !important;
    background: #fff !important;
}





/* 보관합 */
.slide-wrap{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 9;
    left: -100%;
    background: #fff;
    padding-bottom: 76px;
    background: #F4F7F9;
    display: none;
}
.slide-wrap.active{
    left: 0;
    display: block;
    animation: ani3 0.3s;
}
.slide-cont{
    height: 100%;
    overflow-y: auto;
    padding-bottom: 150px;
}
@keyframes ani3{
    0%{left: -100%;}
    100%{left: 0;}
}



/* 보관함 리스트 */
.storage-wrap{}

.slide-wrap .slide-btm{
    width: 100%;
    height: 76px;
    background: #ffffff;
    padding: 16px 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.slide-top{
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #E1E3EA;
    z-index: 1;
}

.storage-item{
    border: 1px solid #E1E3EA;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    padding: 16px 18px;
    cursor: pointer;
    margin-bottom: 10px;
}
.storage-item.active{
    background: #F9F8FF !important;
    border-color: #705CF6 !important;
}


.storage-item .storagee-tit{
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #E1E3EA;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.storage-item .storage-date{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 보관함필터 */
.filter-wrap{
    position: relative;
}
.filter-btn{
    display: flex;
    align-items: center;
    color: #6B7280;
    font-weight: 600;
    height: 30px;
}
.filter-li{
    position: absolute;
    top: 30px;
    right: 0;
    width: 200px;
    background: #fff;
    padding-left: 0;
    overflow: hidden;
    display: none;
}
.filter-li li{
    cursor: pointer;
    padding: 6px 24px;
    font-size: 13px;
    color: #6B7280;
    font-weight: 600;
}
.filter-li li:first-child{padding-top: 12px;}
.filter-li li:last-child{padding-bottom: 12px;}
.filter-li li.active{color: #171717;font-weight: 700;}


/* 형태소분석결과 */
.morpheme-result{
    margin-top: 32px;
}

.mr-li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mr-item{
    width: 48%;
    position: relative;
    margin-bottom: 10px;
}
.mr-num{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #6B7280;
    border-radius: 7px;
    padding: 6px 12px;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
}
.mr-num-selected{
    border-color: #705CF6 !important;
    color: #705CF6 !important;
}
.mr-num-disabled{
    border-color: #a7a7a7 !important;
    background: #eee !important;
    color: #666 !important;
}


.select-li4{
    position: absolute;
    font-size: 1.15rem;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 2;
    padding: 0.5rem 0;
    text-align: center;
    max-height: 150px;
    margin-bottom: 0;
}
.select-li4.active{display: block;}
.select-li4 li{
    cursor: pointer;
    padding: 0.5rem;
    font-size: 12px;
}

.toggle-cont{display: none;}


/* 상위블로그분석 */

.li-type9{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.li-type9 li{
    width: 100%;
    text-align: center;
    background: #FAF5FF;
    border-radius: 7px;
    padding: 8px;
}

/* 추천형태소 */
.rem-li{}
.rem-item{
    background: #fff;
    border: 1px solid #E1E3EA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-bottom: 8px;
}
.rem-rank{
    width: 96px;
    text-align: center;
    position: relative;
}
.rem-rank::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background: #E1E3EA;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.rem-rank .icon img{width: 18px;}
.rem-rank .rank{
    color: #374151;
    font-size: 12px;
    font-weight: 600;
}
.rem-word{
    padding: 0 16px;
    width: 100%;
    font-size: 14px;
}
.text-brown{color: #C3745B;}
.text-green2{color: #509760;}
.text-purple{color: #6A5BC3;}

.top-blog-box{}


.tb-item{
    display: flex;
    margin-bottom: 16px;
}
.tb-item .tb-rank{
    width: 42px;
    padding-top: 16px;
    font-size: 13px;
    color: #374151;
    font-weight: 600;
}
.tb-item .tb-cont{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E1E3EA;
    position: relative;
}
.tb-cont .tb-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E3EA;
}

.analysis-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analysis-li .analysis-item{
    padding: 20px 8px;
    text-align: center;
    width: 1000%;
    border-right: 1px solid #e1e3ea;
}
.analysis-li .analysis-item:last-child{border-right: 0;}
.analysis-item .icon img{width: 20px;}


/* 형태소분석 */
.li-type10{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
    flex-wrap: wrap;
}
.li-type10 li{
    width: 23%;
}
.li10-cont{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6B7280;
    font-size: 13px;
}
.li10-cont .txt{color: #374151;font-weight: 500;}
.li10-cont .num{color: #374151;font-weight: 600;}

.tb-cont-slide{
    display: none;
    border-top: 1px solid #e1e3ea;
    padding: 16px 24px;
}
#morphemeBox{
    padding-bottom: 100px !important;
    min-height: 100vh;
}
.border-gray-n400{border-color: #c4c4c4 !important;}
.min-h-100vh{min-height: 100vh !important;}


/* 형태소 결과확인 */
.morpheme-results{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.morpr-item{
    width: 49%;
    border: 1px solid #E1E3EA;
    border-radius: 7px;
    background: #F9F9F9;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.morpr-item.active{
    color: #705CF6 !important;
    background: #F9F8FF;
    border-color: #705CF6 !important;
}
.morpr-item.active i{color: #705CF6 !important;}
.morpr-item .left{
    display: flex;
    align-items: center;
}
.morpr-word{
    display: flex;
    align-items: center;
}
.morpr-word .word{
    padding-right: 8px;
}
.morpr-word .number{
    display: flex;
    align-items: center;
}
.morpr-word .number i{
    padding-top: 2px;
}

.morpr-item .right{}

.pc-xl-none{display: none !important;}
.pc-l-none{display: none !important;}


/* 메뉴팝업pc에서만 */
.target-item {
    position: relative;
}

/* Full-screen overlay for the background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 999; /* Ensure it's above other content */
    display: none; /* Initially hidden */
}

/* Popup styling */
.menu-popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 16px;
    width: 280px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    pointer-events: auto;
    left: 30%; /* Center horizontally */
    transform: translateX(-30%);

}


/* Arrow for the speech bubble */
.menu-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px; /* Position the arrow to the left */
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.close-popup {
    position: absolute;
    top: 5px;
    right: 0px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

/* 생성결과 사이즈수정 */
.editor-bg{
    background: #fff;
    padding: 32px 0;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 1rem;
}
.w-800px{
    max-width: 800px;
    width: 100% !important;
    margin: 0 auto;
}
.editor-width{
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    background: #fff; 
    padding-left: 20px; padding-right: 20px;
}



/* 알림수신여부 토글 */
.toggle-type1{
    border-radius: 8px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    gap: 4px;
    border: 1px solid #705CF6;
    max-width: 230px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.toggle1-btn{
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    color: #575663;
    font-size: 12.9px;
    font-weight: 500;
    border-radius: 8px;
    background: none;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}
.toggle1-btn.on{
    color: white;
}
.toggle-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #705CF6;
    transition: transform 0.3s ease;
    border-radius: 5px;
    z-index: 0;
}

/* 복사버튼 */
.btn-list{
    position: relative;
    width: 120px;
}

.btn-listBox{
    display: none;
    position: absolute;
    background: #fff;
    bottom: 35px;
    width: 100%;
    right: 0;
    text-align:left;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px 0;
}

.btn-listBox li{}
.btn-listBox li i{
    font-size: 15px;
    width: 18px;
    display: inline-block;
    color: #374151;
}
.btn-listBox li span{
    width: 100%;
    font-size: 12px;
    padding: 8px;
    display: inline-block;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
}

/* 유튜브로 블로그쓰기 */
.youtube-video{}
.youtube-video iframe{width: 100%;height: 258px;border-radius: 7px;}
.youtube-tit{margin-bottom: 24px;}
.youtube-tit h5{font-size: 18px;}
.youtube-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.yout-thum{
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 40px;
    overflow: hidden;
    flex: 1 0 0 0;
}
.yout-thum img{width: 100%;height: 100%;}
.yout-name{
    display: flex;
    align-items: center;
}
.yout-name .name-dt{flex: 1;}
.yout-name .name-dt h6{
    max-width: 180px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;

}
.yout-date{
    text-align: right;
}
.hits-box{}
.yout-date span{
    font-size: 13px;
    font-weight: 500;
}

.text-box2{
    border: 1px solid #E1E3EA;
    border-radius: 5px;
}
.text-box2 .tb2-tit{
    padding: 8px 12px;
    background: #F5F7F8;
    border-bottom: 1px solid #E1E3EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-box2 .tb2-tit h5{font-size: 13px;}
.tb2-cont{padding: 12px 18px;max-height: 500px;overflow-y: auto;}
.tb2-cont pre{white-space: pre-line;font-size: 14px;}


/* 글쓰기영역 넓이 변경 */
.card-left{
    flex: 0 0 auto;
    width: 33.3333%;
}
.card-right{
    flex: 0 0 auto;
    width: 66.66666667%;
}

/* 버튼스타일추가 */

.btn-type9{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 100px;
    width: 100%;
    border-radius: 7px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #BFC3D2;
    color: #6B7280;
    font-weight: 600;
}
.btn-type9.active{
    border-color: #705CF6;
    color: #5241C2;
    background: #F9F8FF;
}


/* 이미지옵션토글버튼 */
.toggle-type2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }

  .toggle-type2 .toggle {
    width: 50px;
    height: 20px;
    border-radius: 15px;
    background-color: #ccc;
    position: relative;
    transition: background-color 0.3s;
  }

  .toggle-type2 .toggle::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s;
  }

  .toggle-type2 .toggle.on {
    background-color: #705CF6;
  }

  .toggle-type2 .toggle.on::before {
    left: calc(100% - 20px);
  }

.toggle2-wrap{display: flex; align-items: center;}
.toggle2-txt{font-size: 13px;font-weight: 500;}



/* 뉴스로 블로그 쓰기 */
.news2-list{}
.news2-ul{
    max-height: 300px;
    overflow-y: auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 10px;
}
.news2-ul li{
    font-size: 14px;
    display: inline-block;
    color: #374151;
}

.news2-wrap{}
.news2-cont{}
.news2-cont .news2-img{
    width: 100%;
    height: 258px;
    border-radius: 5px;
    overflow: hidden;
}
.news2-cont .news2-img img{width: 100%;height: 100%;}
.news2-tit{}
.news2-tit .news2-h1{font-size: 18px;font-weight: 600;}
.n2-dateBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n2-dateBox .n2-media{font-size: 14px;color: #6B7280;font-weight: 600;}
.n2-dateBox .n2-date{font-size: 12px;color: #6B7280;}

/* 말투선택 */
.accent-wrap{
    background: #F8F8F8;
    border-radius: 5px;
    padding: 16px;
}
.accent-list{}
.accent-flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accent-item{
    width: 49%;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #545454;
    background: #fff;
    border: 1px solid #BFC3D2;
    border-radius: 7px;
    margin-bottom: 6px;
}
.accent-item.active{
    background: #F9F8FF;
    border-color: #705CF6;
    color: #705CF6;
}
.accent-item.active::before{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/sns-icon/icon-check-info.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.toggle-wrap{
    position: relative;
}
.toggle-common-btn{
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.toggle-common-btn .toggle-arrow{
    position: absolute;
    right: 16px;
}
.toggle-common-btn .toggle-arrow.on{
    transform: rotate(180deg);
    transition: 0.2s;
}


/* 이미지생성 */
.slt-box{}
.slt-box .slt-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-stit{
    width: 250px;
    text-align: left;
}
.img-creation-wrap{}
.ic-main{
    position: relative;
}
.ic-main-img{}
.ic-main-img img{
    height: 300px;
    object-fit: cover;
    
}

/* 써클로딩바 */
.ic-main-loading{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #F6F6F6;
    border: 1px solid #DFE0E3;
}
.circular-loader {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: conic-gradient(#705CF6 270deg, #e0e0e0 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circular-loader::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: white;
    border-radius: 50%;
}

.percentage {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}





.dw-icon2{
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dw-icon2 img{
    width: 20px;
}

.ic-item-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.ic-item-box .ic-item{}
.ic-item-box .ic-item img{
    height: 94px;
    object-fit: cover;
}


.img-expansion{
    position: relative;
}
.close-tpye2{
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
.modal-md{
    max-width: 380px;
}
.modal-lg2{max-width: 560px;}

/* ai이미지 생성하기 */
.ai-img-card{
    min-height: 400px;
}
.ai-text-wrap{}
.ai-text-box{
    display: grid;
    grid-template-columns: auto 278px;
    align-items: start;
    gap: 10px;
}
.ai-text-box2{
    display: grid;
    grid-template-columns: 200px auto 278px;
    align-items: start;
    gap: 6px;
}
.ai-text-top{
    display: grid;
    grid-template-columns: 150px 278px;
    margin-right: 10px;
    justify-content: end;
    margin-bottom: 4px;
}

.ai-text-left{
    width: 100%;
}
.ai-text-left{}

.ai-textarea{
    position: relative;
    margin-bottom: -5.5px;
}
.textarea-type3{
    border: 1px solid #D4D5DD;
    padding: 16px 18px;
    color: #333;
    width: 100%;
    min-height: 100px;
    padding-right: 46px;
    font-size: 16px;
    font-weight: 400;
}
.textarea-type3:focus{
    border-color: #705CF6;
    outline: none;
}
.placeholder-type::placeholder{color: #a1a5b7;}

.toast-box2{
    position: relative;
    cursor: pointer;
}
.toast-cont2{
    position: absolute;
    top: -50px;
    width: auto;
    z-index: 9;
}
.toast-cont2.left-100px{left: 100px;}
.toast-cont2 p{
    width: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 12px;
}
.toast-cont2::after{
    position: absolute;
    content: '';
    width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, 0.6);/* 화살표 */
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;;
    bottom: -10px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.ai-text-delete{
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
}
.ai-text-btn{
    width: 100%;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.ai-text-btnM{display: none;}

/* 스타일셀렉트 */
.ai-style-wrap{
    display: flex;
    gap: 8px;
}

.ai-select-1 .toggle-btn{
    width: 160px;
}
.select-li5{
    position: absolute;
    width: 840px;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 10px;
    background: #fff;
    z-index: 9;
}
.si5-item{
    width: 100%;
    text-align: center;
}

.si5-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.si5-item-img{
    width: 100%;
    height: 128px;
    overflow: hidden;
}

.si5-item.active .si5-item-img{border-width: 2px !important;border-color: #705CF6 !important;}
.si5-item.active .si5-item-tit{color: #705CF6;position: relative;}
.si5-item.active .si5-item-tit::before{
    content: '\f00c';
    font-family: 'Font Awesome 6 Free'; /* FontAwesome 폰트 지정 */
    margin-right: 2px;
    font-weight: 900;
}

.si5-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.si5-item-tit{
    font-size: 14px;
    color: #374151;
    margin-top: 6px;
    font-weight: 500;
}

/* 화면비율 셀렉트 */
.ai-select-2{}
/* .ai-select-2.ml-200px{margin-left: 206px;} */
.ai-select-2 .toggle-wrap{
    width: 250px;
}
.select-li6{
    background: #fff;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.select-li6 .si6-item{}
.select-li6 .si6-item.active a{color: #705CF6;background: #F9F8FF;}
.select-li6 .si6-item a:hover{color: #705CF6;background: #F9F8FF;}
.select-li6 .si6-item.active a .square{border-color: #705CF6;}
.select-li6 a{
    width: 100%;
    display: flex;
    align-items: center;
    color: #374151;
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
}
.square-box{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.square{
    background: #fff;
    border: 1px solid #6B7280;
}
.square1{width: 20px;height: 20px;}
.square2{width: 12px;height: 20px;}
.square3{width: 20px;height: 12px;}
.square4{width: 14px;height: 20px;}
.square5{width: 20px;height: 14px;}

.select-li7{
    display: flex;
    align-items: center;
    gap: 4px;
}
.si7-item a{
    width: 100%;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #374151;
    background: #fff;
}
.si7-item.active a{background: #F9F8FF;color: #705CF6 !important;border-color: #705CF6 !important;}


.ai-select-3{margin-left: 16px;}
.as3-tit{
    font-size: 14px;
    margin-right: 8px;
}




/* 이미지생성 비율 */
.ai-img2-wrap{
    width: 100%;
    background: #fff;
    margin: 50px 0;
    padding: 30px 18px;
}
.ai-img2-container{
    display: flex;
    justify-content: center;
}

.aspect-box-item{}


.aspect-box {
    position: relative;
    width: 100%; /* 부모 요소 기준으로 가로 100% */
    overflow: hidden;
  }
  
  .aspect-box::before {
    content: "";
    display: block;
  }
  .aspect-loading{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border: 1px solid #DFE0E3;
  }
  .aspect-box .aspect-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 비율 유지하면서 가득 채우기 */
  }

  .aspect-box > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* 1:1 (정사각형) */
  .aspect-1-1::before {
    padding-top: 100%; /* (1 ÷ 1) × 100 */
  }
  
  /* 9:16 (세로형) */
  .aspect-9-16::before {
    padding-top: 177.78%; /* (16 ÷ 9) × 100 */
  }
  
  /* 16:9 (가로형) */
  .aspect-16-9::before {
    padding-top: 56.25%; /* (9 ÷ 16) × 100 */
  }
  
  /* 3:4 (세로형) */
  .aspect-3-4::before {
    padding-top: 133.33%; /* (4 ÷ 3) × 100 */
  }
  
  /* 4:3 (가로형) */
  .aspect-4-3::before {
    padding-top: 75%; /* (3 ÷ 4) × 100 */
  }
  
/* 이미지보관함 */
.img-storage-wrap{}
.img-storage-cont{
    background: #fff;
    padding: 30px 18px;
}
.img-storage-default{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
}

.s-item-top{
    position: relative;
}
.s-item-modify{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    outline: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.s-item-modify:hover{background: rgba(0, 0, 0, 0.6);}
.s-item-modify i{
    font-size: 17px;
    padding: 0;
    padding-bottom: 1px;
    margin: 0;
    color: #f5f5f5;
}

.s-item-link{}
.s-item-img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.s-item-btm{}
.s-item-data{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.s-item-data span{font-size: 13px;color: #6B7280;}
.s-item-tit{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space:nomal;
}

.accordion-button2::after{display: none !important;}

/* 형태소 글쓰기 */
.rem-word-txt{}
.rem-word-btn{}

.li10-btn{position: relative;}
.li10-btn .li10-cont{position: relative;}
.li10-btn:hover{}
.li10-btn:hover .li10-cont::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.li10-btn:hover .li10-cont::before{
    content: '+';
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.li-type10 .li10-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.li-type10 .li10-flex .li10-cont{flex: 1;}
.li-type10 .li10-add{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-item-delete{
    position: relative;
}
.mr-item-delete:hover .mr-delete{display: block;}
.mr-delete{
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    background: rgba(95, 95, 95, 0.8);
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    border-radius: 22px;
    right: -10px;
    top: -10px;
}
/* 형태소및 반영결과 */
.morpheme-results2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.morpr-item2{
    border: 1px solid #E1E3EA;
    border-radius: 7px;
    background: #F9F9F9;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.morpr-item2.active{
    color: #705CF6 !important;
    background: #F9F8FF;
    border-color: #705CF6 !important;
}
.morpr-item2.active i{color: #705CF6 !important;}
.morpr-item2 .left{
    display: flex;
    align-items: center;
}
.morpr-word2{
    display: flex;
    align-items: center;
}
.morpr-word2 .word{
    padding-right: 8px;
}
.morpr-word2 .number{
    display: flex;
    align-items: center;
}
.morpr-word2 .number i{
    padding-top: 2px;
}

  
  .keyword-box {
    display: flex;
    flex-direction: column; /* 내부 요소들이 위에서 아래로 정렬되도록 설정 */
  }
  
  .keyword-cont {
    flex-grow: 1; /* 높이를 동일하게 맞춤 */
    display: flex;
    flex-direction: column;
  }
  

  
  .pagination-type2 {
    margin-top: auto; /* 페이지네이션을 아래쪽에 고정 */
  }
  
.table-type9{
    width: 100%;
}
.table-type9 tr{}
.table-type9 th{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    background: #F9F9F9;
}
.table-type9 td{
    vertical-align: middle;
    text-align: center;
    padding: 8px 4px;
    vertical-align: middle;
    font-size: 14px;
}
.table-type9 tbody tr{border-bottom: 1px solid #eee;}
.table-type9 tbody tr:last-child{border-bottom:0;}

.tit-type3{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tit-type3 .tit3-h5{text-align: center;}
.tit-type3 .tit3-dw{}
.tit-type3 .tit3-dw img{width: 22px;}

.pagination-type2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page2-link{
    border: 1px solid #D6D6D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 40px;
}
.arrow-left{
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid rgb(142, 147, 156);
}

.arrow-right{
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid rgb(142, 147, 156);
}

.toast-box3{
    position: absolute;
    right: 0;
}
.toast-cont3{
    position: absolute;
    top: -50px;
    width: 100px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.toast-cont3 p{
    width: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 7px;
}
.toast-cont3::after{
    position: absolute;
    content: '';
    width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, 0.7);/* 화살표 */
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;;
    bottom: -10px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.link-container {
    display: grid;
    grid-template-columns: auto max-content; /* 텍스트와 배지를 나란히 배치 */
    align-items: center; /* 세로 중앙 정렬 */
    gap: 8px; /* 텍스트와 배지 간격 */
}

.drag-imgBox{
    position: relative;
    display: inline-block;
}
/* .drag-imgBox:hover{
    border: 2px dashed #777;
} */

.drag-imgBox .drag-txt{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 0, 0,0.6);
    padding: 6px 18px;
    border-radius: 20px;
    color: #fff;
}


/* 로딩바-sm */
.ic-item-loading{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border: 1px solid #DFE0E3;
    height: 94px;
}
.circular-loader-sm {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: conic-gradient(#705CF6 270deg, #e0e0e0 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circular-loader-sm::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 50%;
}

.percentage-sm {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}
.drag-imgBox-sm{
    position: relative;
    display: inline-block;
}

.drag-imgBox-sm .drag-icon{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(0, 0, 0,0.6);
    padding: 8px;
    border-radius: 6px;
    color: #fff;
}
.drag-imgBox-sm .drag-icon .drag-icon-img{height: 20px !important;}


/* 좌측메뉴리뉴얼250523 */
.menu-group{}
.menu-group-tit{color: #818CA3;font-size: 13px;font-weight: 500;}
.menu-item-new{}
.mn-box{}
.mn-box .mn-tit{}


/* ai이미지생성 셀렉트 */
.si7-item{position: relative;}
.si7-item-sub{
    display: none;
    position: absolute;
    top: 40px;
    width: 60px;
    height: 178px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e1e3ea;
    padding-left: 0;
    border-radius: 8px;
    /* -ms-overflow-style: none; */
    z-index: 99;
}
.si7-item-sub.active{display: block;}
/* .si7-item-sub::-webkit-scrollbar{
  display:none;
} */
.si7-item-sub li{
    width: 100%;
    padding: 6px 0;
    cursor: pointer;
    text-align: center;
    
}
.si7-item-sub li.active{color: #705CF6;background: #F9F8FF;font-weight: 600};
.scrollbar2::-webkit-scrollbar {
    width: 5px;
}

.scrollbar2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scrollbar2::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.scrollbar2::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Firefox 스크롤바 스타일 */
.scrollbar2 {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #ffffff;
}

/* 이미지첨부 */
.ai-img-file{
    position: relative; 
    height: 100%;
}
.img-delete{
    width: 25px;
    height: 25px;
    background: #3b3b3bcb;
    border-radius: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-type2-wrap{
    display: grid;
    grid-template-columns: auto 80px auto;
}
.img-type2-box img{
    border: 1px solid #eee;
}
/* 화살표 */
.arrow-custom img{width: 40px;}
.img-type2{
    height: 180px;
    object-fit: cover;
}
.ai-img-thum{
    max-width: 180px;
    max-height: 80px;
    object-fit: cover;
}




/* 호버웹에서만 */
@media (hover: hover){
    
    .si7-item-sub li:hover{background: #F9F8FF;}
    .drag-imgBox:hover .drag-txt{display: block;}
    .drag-imgBox-sm:hover .drag-icon{display: block;}
    .page2-link:hover{background: #F3F4F9;transition: 0.2s;}
    .si7-item a:hover{background: #F9F8FF;color: #705CF6;border-color: #705CF6 !important;}
    .accent-item:hover{border-color: #705CF6;background: #F9F8FF;color: #705CF6;transition: 0.2s;}
    .btn-listBox li span:hover{background: #f9f8ff;}
    .select-li4 li:hover{
        background-color: #f9f8ff;
    }
    .storage-item:hover{
        background: #F9F8FF !important;
        border-color: #705CF6 !important;
        transition: 0.1s;
    }
    .filter-li li:hover{background: #eee;}
    .hover-underline:hover{text-decoration: underline !important;}
    .delete-wrap .btn-delete{opacity: 0;}
    .delete-wrap:hover .btn-delete{opacity: 1;}
    .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;}


   

}/* end:호버웹에서만 */




/******************** 반응형 *********************/
@media screen and (max-width:1700px) { 
    .accordion-stit{width: 200px;}
}
@media screen and (max-width:1600px){
    /* 글쓰기영역 넓이수정*/
    .card-left{
        width: 444px;
        float: 0;
    }
    .card-right{
        flex: auto;
        width: 55% !important;
    }
}
@media screen and (max-width:1440px){

    /* 글쓰기영역 넓이수정*/

    .card-right{
        flex: auto;
        width: 55% !important;
    }
    
    .m1440-none{display: none;}
    .pc1440-none{display: block;}

    .m-xl-none{display: none !important;}
    .pc-xl-none{display: block !important;}

    /* 형태소분석기 */
    .morpheme-blur .mb-img2{display: none;}
    .morpr-item{width: 100%;}
    
    .tab-type-9 li span{font-size: 12px;}

    /* 가제트스쿨 */
    .school-detail{justify-content: center;}
    .school-detailInfo{max-width: 100%;}
    .school-detailPrice{max-width: 100%;}

    .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:1251px){
    .card-right{
        width: 52% !important;
    }
}
@media screen and (max-width:1199px){
    .ai-text-btn{font-size: 16px;}
    /* rag이미지 */
    .ic-item-box .ic-item img{ height: 150px;}
    .ic-item-loading{height: 150px;}

    .keyword-box{margin-bottom: 30px;}

    /* 형태소글쓰기 */
    .mr-num-box{position: relative;width: 100%;}
    .mr-item-delete{
        display: inline-flex;
        align-items: center;
    }
    .mr-item-delete .mr-num{width: 100%;order: 2;}
    .mr-delete{
        order: 1;
        display: block;
        position: static;
        width: auto;
        height: auto;
        background: none;
        cursor: pointer;
        text-align: center;
        line-height: auto;
        border-radius: 22px;
        margin-left: 4px;
        padding: 4px 4px 0 4px;
    }
    .mr-delete i{color: #666 !important;font-size: 20px !important;}
    
    .accordion-stit{width: 300px;}
    /* 글쓰기영역 넓이수정*/
    .card-left{
        width: 100% !important;
    }
    .card-right{
        flex: auto;
        width: 100% !important;
    }


     /* begin하단고정버튼 */
     /* 하단고정버튼 높이만큼 */
     .app-sidebar{padding-bottom: 120px;} 
     .fixed-btn-wrap{
        position:fixed;
        bottom:0;
        background-color:#fff;
        width:100%;
        height:60px;
        z-index: 999;
        left: 0;
    }
    .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;
    }
    /* 고정컨텐츠 */
    .card-new{
        height: auto !important;
        padding-bottom: 150px !important;;
    }
    /* 고정컨텐츠2*/
    .card-new2{
        height: auto !important;
    }
    

    /* end하단고정버튼 */

    

    .m-l-none{display: none !important;}
    .pc-l-none{display: block !important;}

    /* 형태소분석기 */
    .slide-wrap-mobile{
        position: fixed;
        top: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 999;
    }
    .slide-cont{padding-bottom: 50px;}
    .slide-wrap .slide-btm{
        position: absolute;
        z-index: 9;
    }
    
    
    

    /* 금칙어 검사기 */
.fw-wrap{
    flex-wrap: wrap;
    justify-content: space-between;
}
.fw-left{width: 100%;}
.fw-right{width: 100%;}
.fw-wrap .line-wrap{width: 100%;}
.fw-wrap .line-vertical{
    width: 100%;
    height: 1px;
    background: #E1E3EA;
    margin: 20px 0;
}
.fw-control{width: 100px;}
.fw-li .arrow{width: 30px;}
.fw-li .arrow i{font-size: 15px;}

    /* 새로운글로바꾸기 */
    .box-type6{
        flex-wrap: wrap;
    }
    .box-type6 .b6-tit{padding-top: 0px;text-align: left !important;margin-bottom: 8px !important}

    /* 엑셀일괄생성 */
    .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;
    }
     /* pc에서만 스크롤없앰 */
     .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: 60px;}
    .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: #111827;
        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 #111827;/* 화살표 */
        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);
    }

    /* 이미지생성 */
    .ai-style-wrap{flex-wrap: wrap;}
    .ai-text-box{grid-template-columns: auto 150px;}
    .ai-text-box2{grid-template-columns: 180px auto 100px;}
    .ai-text-top{grid-template-columns: auto 150px;}
    .ai-select-1{width: 49%;}
    .ai-select-2{width: 49%;}
    .ai-select-1 .toggle-btn{width: 100%;}
    .ai-select-2 .toggle-wrap{width: 100%;}
    .select-li5{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
    .si5-item-img{height: 100px;}

}


@media screen and (max-width:992px){
    
    /* 하단고정바 */
    .fixed-btn-wrap {
        left: 0 !important;
        width: 100% !important;
      }

    /* begin하단고정버튼 */
    /* 하단고정버튼 높이만큼 */
    .app-sidebar{padding-bottom: 0 !important;}
    .fixed-btn-wrap{z-index: 9;}
    /* 모바일패딩바텀0 */
    .mpb-0{padding-bottom: 0 !important;}
    .card-new.card-new-left{padding-bottom: 0 !important;}
    .card-new.card-left{padding-bottom: 0 !important;}
    .card-new .card-body{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    

    

    
    .popup-overlay{display: none !important;}
    
    .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;}
    .tit-new .tit-new-icon.small img{width: 32px !important;} 
    .school-tit h5{font-size: 16px;}

    .fw-Top{min-height: auto;}

    

    /* 모바일 패딩값제거 */
    .m-px-0{
        padding-left: 0 !important;
        padding-right:0 !important;
    }
    .m-card{
        padding: 1rem !important;
    }
    .m-mb-10px{margin-bottom: 10px;}
    .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;
    }

   

    /* 로딩 */
    .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;
    }



    
    /* 모바일테이블 */
    .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;}

    /* 이미지생성 */
    .ai-img2-wrap{margin-top: 30px;}
    .ai-img-card{min-height: auto;padding-bottom: 50px;}
    .ai-text-btnPc{display: none;}
    .ai-text-btnM{display: block;}
    .ai-text-btnM .ai-text-btn{height: 50px;font-size: 14px;border-radius: 7px !important;}
    .ai-text-box{grid-template-columns: auto;}
    .ai-text-box2{grid-template-columns: auto;}
    .ai-text-top{grid-template-columns: auto;}
    .ai-style-wrap{}
    .ai-select-1{width: 100%;}
    .ai-select-2{width: 100%;}
    .ai-select-3{width: 100%;margin-left: 0;}
    
    .toast-cont2{top: -75px;}
    .toast-cont2.left-100px{left: 0;}
    .ai-textarea textarea{font-size: 14px;}
    .s-item-img{height: 350px;}
    
    .ai-img-file{height: 150px !important;overflow-y: scroll;}
    .ai-img-thum{max-height: 100% !important; max-width: 100%;}
    
}/* end:992px */

@media screen and (max-width:720px){
    
    /* 형태소및 반영결과 */
    .morpheme-results2{grid-template-columns: repeat(2, 1fr);}
    .accordion-stit{width: 100%;white-space: wrap;}
    .btn-mobile{width: 100%;}
    .mt-mobile{margin-top: 8px;}
    .accent-wrap{padding: 16px 8px;}
    .news2-cont .news2-img{height: 180px;}
    
    .yout-name .name-dt h6{max-width:260px}
    .yout-name{margin-bottom: 4px;}
    .youtube-info{
        flex-direction: column;
        align-items: start;
    }
    .youtube-info span{text-align: left;display: inline-block;}
    .yout-date{display: flex;align-items: center;width: 100%;gap: 12px;}

    .youtube-video iframe{height: 200px;}

    .tb2-cont{max-height: 300px;}
    .m-zindex{position: relative;z-index: 9999;}
    .toggle-type1{max-width: 100%;margin-top: 4px;}

    /* 형태소분석기 */
    .morpheme-blur .mb-img1{display: none;}
    .morpheme-blur .mb-img2{display: block;}
    .li-type9{
        flex-wrap: wrap;
    }
    .li-type9 li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 16px;
    }
    .tb-item{
        flex-wrap: wrap;
    }
    .tb-item .tb-rank{
        width: 100%;
        padding-top: 0;
        padding-bottom: 8px;
    }
    .analysis-li{
        flex-wrap: wrap;
    }
    .analysis-li .analysis-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-right: 0;
        padding: 8px 16px;
        border-bottom: 1px solid #e1e3ea;
    }
    .analysis-li .analysis-item:last-child{border-bottom: 0;}
    .analysis-item-btn{
        justify-content: center !important;
    }
    .tb-cont-slide{position: 8px !important;}
    .li-type10 li{
        width: 100%;
    }
    .li10-cont{font-size: 12px;}
    
    .tb-cont .tb-tit{flex-wrap: wrap;padding: 12px !important;}
    .tb-cont .tb-tit h6{margin-bottom: 4px;}

    

    /* 카테고리편집 */
    .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;
    }



}

@media screen and (max-width:576px){
    .img-type2-wrap{grid-template-columns: auto 60px auto;}
    .img-type2{height: 100px;}
    .arrow-custom img{width: 30px;}
    /* rag이미지 */
    .ic-item-box .ic-item img{height: 94px;}
    .ic-item-loading{height: 94px;}

    /* 이미지생성 */
    .modal-md{max-width: 100%;}
    .ic-main-loading{height: 240px;}
    .ic-main-img img{height: 240px;}

    .select-li7{width: 100%;flex: 1;}
    .si7-item{width: 100%;}
    .si7-item a{width: 100%;}
    .s-item-img{height: 185px;}
    
    .slt-box .slt-item{flex-direction: column;justify-content: start;align-items: start;}
    .slt-box .slt-item .toggle-wrap{width: 100% !important;}
}

@media screen and (max-width:375px){
    .mr-li.m-w100 .mr-item{width: 100%;}
    /* 형태소및 반영결과 */
    .morpheme-results2{grid-template-columns: repeat(1, 1fr);}
}


