@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: "Noto Sans KR", sans-serif !important;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}

/* 0603 */
.header_logo{
    height: auto;
    height: 100%;;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
.header_logo a img{ margin-top: 16px;}
.header_box_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_gnb_list{
}
.main_gnb_list ul{
    display: flex;
    padding: 20px 20px;
    margin-right: 200px;
}
.main_gnb_list ul li{
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* 헤더 */
.headerbox {
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1300px;
    max-width: 1300px;
    /* padding-top: 60px; */
    background-color: #fff;
    margin-top: 60px;
    padding: 0px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
    transition: 500ms;
}
.gnb_sub_list{
    padding: 0 20px;
    display: flex;
    margin-right: 200px;
}
.gnb_sub_list.d_none{
    display: none;
}
.gnb_sub_list ul{
    padding-bottom: 10px;
}
.gnb_sub_list ul li{
    width: 140px;
    text-align: center;
    margin-bottom: 14px;
}
.gnb_sub_list ul li a{
    display: block;
    width: 100% !important;
    color: #4f4f4f;
    transition: 300ms
}
.gnb_sub_list ul li a:hover{
    color: rgba(195,0,3,1.00);
    font-weight: 600;
    transition: 200ms;
}

.header_dropdown_wrap{

    height: auto;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translate(0,-50%);
    display: flex;
}
.appledown{
    height: 40px;
}
.dropdown{
    height: 40px;
    margin-top: 10px
}
.gnb_sub_list_animation{
    animation: gnb_sub_list .5s linear both ;
}
@keyframes gnb_sub_list {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.header-snsul{
    margin-top: 10px;
}
.header_sub_btn{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.header_sub_btn > button{
    height: 40px;
    cursor: pointer;
    z-index: 20000 !important;
}
/* .header_open_animation{
    animation: header_open .5s linear both ;
}
@keyframes header_open {
    0%{transform: scaleY(0);}
    100%{transform: scaleY(1)}
} */



















.w100{
    width: 100%;
}
.h100{
    height: 100%;
}

.mr60{
    margin-right: 60px;
}

.circle{
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255, 0.4);
}

.circle:hover{
    background-color: #fff;
}

.active .circle{
    background-color: #fff !important;
    width: 20px;
    height: 20px;
    color: #e60f0f;
}
/* 왼쪽 */
.leftfixmenu-title{
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.leftfixmenu{
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    left: 40px;
    width: 198px;
    height: auto;
}
.leftfixmenu li{
    margin-top: 12px;
}
.leftfixmenu li a{
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #f4f4f4;
    transition: 0.2s;
    cursor: pointer;
}
.leftfixmenu li a:hover{
    margin-left: -10px;
}
/* --=- */

.subut{
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #00BCA5;
    color: #00BCA5;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
    margin-left: 8px;
    cursor: pointer;
}
.subut02{
    border: 1px solid #F57600;
    color: #F57600;
}
.subut03{
    border: 1px solid #0087f5;
    color: #0087f5;
}
.subut span{
    margin-left: 5px;
}

.subut04{
    position: relative;
    border: 1px solid #6a2bff;
    color: #6a2bff;
}

.today-bubble{
    position: absolute;
    top: -38px;
    left: -62px;
}


.in-content-block .contentbigtitle{
    font-size: 44px;
    line-height: 70px;
}

.in-content-block .contentbigtitle span{
    font-size: 54px;
    font-weight: 800;
}

.contentbigtitle-little{
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
    color: #fff;
}

.contentlittletitle{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 46px;
    margin-top: 30px;
}

/* 스크롤 */
.scroll-bar-css::-webkit-scrollbar {
    width: 20px;
}
.scroll-bar-css::-webkit-scrollbar-thumb {
    background-color: #AC000A;
    border-radius: 10px;
}
.scroll-bar-css::-webkit-scrollbar-track {
    background-color: #c2c2c2;
    border-radius: 10px;
}

/* 마우스 */
.mouse-wrap {
    position: fixed;
    display: block;
    bottom: 30px;
    left: 50%;
    margin-left: -14px;

}

.mouse {
    width: 28px;
    height: 50px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scroller {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    top: 7px;
    left: 11px;
    position: relative;
    -webkit-animation: mousescroll 1s ease-out infinite;
    -moz-animation: mousescroll 1s ease-out infinite;
}

@-webkit-keyframes mousescroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        height: 4px;
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        height: 10px;
    }
}

/* 세팅 */
.max1300 {
    width: 1300px;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    padding-top: 200px;
}



.header-snsul {
    display: flex;
}

.header-snsul li {
    margin-right: 12px;
    transition: 0.2s;
}


.headerbox-right {
    display: flex;
}

.loginbut {
    background-color: #131415;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0 18px;
    margin-left: 15px;
}

.appledown{
    background-color: #AC000A;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0 18px;
    margin-left: 5px;
}
.loginafterbut{
    display: flex;
    align-items: center;
}
.loginafterbut .logspan{
    font-weight: 500;
}
.loginafterbut .logspan span{
    font-size: 13px;
}
.logout-down{
    display: flex;
    align-items: center;
}
.logout-down-span{
    font-size: 15px;
    font-weight: 500;
    margin-left: 8px;
}

/* 로고 */
.logowidth {
    width: 150px;
}

/* 세팅변경 */
.fp-tableCell {
    vertical-align: baseline !important;
}

.max1200 {
    max-width: 1280px;
    margin: 0 auto;
}

/* 카슈얼 탭 세팅 */
.car-tabbox {
    margin: 0 !important;
    justify-content: normal !important;
    text-align: left !important;
    top: 80px !important;
    bottom: auto !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 10px;
}

.car-tabbox [data-bs-target] {
    box-sizing: unset !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
    padding: auto !important;
    margin: 0;
    background-color: transparent !important;
    background-clip: unset !important;
    border: none !important;
    opacity: 1 !important;
    text-indent: 0 !important;
}

.car-tabbox button {
    font-size: 20px;
    font-weight: 500;
    color: #C5C5C5;
    margin-right: 30px !important;
}

.car-tabbox button.active {
    color: #090E34;
    font-weight: 600;
}


/* ---- */
.fullpagebox {
    width: 100%;
    height: 100%;
}

/* 전 */
/* .dot-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 30px 20px;
    display: inline-block;
    width: 234px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
} */
/* 후 */
.dot-menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    z-index: 90;
    display: inline-block;
    width: 234px;
    border-bottom-right-radius: 20px;
}

.dot-menu li {
    margin-top: 16px;

}

.dot-menu li:nth-child(1) {
    margin-top: 0;
}




.quicktitle{
    font-size: 46px;
    font-weight: 600;
}



/* -------------------------- */
.full-bigtitle {
    font-size: 56px;
    line-height: 70px;
    font-weight: 700;
    color: #252525;
}

.full-littletitle {
    font-size: 18px;
    line-height: 26px;
}

.sec1-little-title {
    margin-top: 40px;
}

/* 인강 */
.in-content {
    width: 100%;
    display: flex !important;
    justify-content: left !important;
}


.right-content {
    width: calc(100% - 480px);
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.pbar{
    width: 60px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}
.contentbigtitle {
    font-size: 70px;
    line-height: 88px;
    font-weight: 400;
    color: #fff;
}

.contentbigtitle-tt{
    font-size: 43px !important;
}

.in-content-left {
    position: relative;
    padding-top: 80px;
    z-index: 11;
}

.in-content-right {
    width: 924px;
}

.in-tab-ul {
    display: block !important;
}

.in-content-left::before {
    content: "";
    position: absolute;
    display: block;
    left: -807px;
    width: 1200px;
    height: 620px;
    background-color: #F4F5F8;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    z-index: -10;
}

.in-content-left-box {
    padding: 60px 0;
}

.full-title {
    font-size: 40px;
    font-weight: 600;
    color: #272727;
    line-height: 54px;
}

.full-title span {
    font-weight: 800;
}

.full-title02 {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    line-height: 30px;
}

.full-title02 span {
    color: #3156EC;
}

.in-content-left-box .full-title02 {
    margin-top: 24px;
}

.in-tab-ul {
    margin-top: 40px;
}

.in-tab-ul li button {
    width: 316px;
    text-align: left;
    height: 50px;
    border-radius: 50px;
}

.in-tab-ul li button {
    border-radius: 50px !important;
    font-size: 20px;
    font-weight: 500;
    color: #9B9B9B;
    padding-left: 30px;
}

.in-tab-ul li button.active {
    position: relative;
    background-color: #3156EC !important;
    border-radius: 50px;
}

.in-tab-ul li button.active:after {
    content: "";
    position: absolute;
    display: block;
    right: 26px;
    top: 17px;
    background: url("/usher/images/in-arrow.png");
    width: 9px;
    height: 15px;
}

.car-rightbox {
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
}

.lit-blue {
    font-size: 18px;
    font-weight: 600;
    color: #3156EC;
}

.lit-big {
    font-size: 42px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 56px;
}

.lit-middle {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.lit-middle span {
    color: #3156EC !important;
}

.lit-middle02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 14px;
}

.lit-middle02-02 {
    margin-top: 30px !important;
}

.lit-middle02-02 .mi02span {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
}

.lit-middle02-02 span {
    color: #3156EC;
}

.viewmorebut {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.viewmorebut-span {
    font-family: 'Nokora', sans-serif !important;
    font-weight: 600;
    color: #adadad;
    margin-right: 8px;
    font-size: 26px;
    margin-bottom: -6px;
}

.viewmorebut:hover .viewmorebut-span,
.viewmorebut:hover .iconify {
    color: #3156EC !important;
}


.sec2-next {
    right: 1190px !important;
}

/* 모의토플 카슈알 */
.slide03-01,
.slide04-01 {
    width: 700px;
}


.full-mo-right {
    height: 440px;
    margin-top: -30px;
}


.moto-ul {
    margin-top: 30px;
    display: flex;
}

.moto-li-box {
    background-color: #f3f3f3;
    /* border: 1px solid #e0e0e0; */
    border-radius: 6px;
    padding: 20px;
    width: 50%;
}

.moto-li-box:nth-child(1) {
    margin-right: 10px;
}

.moto-li-box img {
    margin-right: 10px;
}

.moto-li-box-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600 !important;
    margin-bottom: 7px;
}

.moto-li-box p.moto-li-text {
    line-height: 24px;
}

/* css 슬라이드 */
.mySlides {
    display: none;
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer;
}

.w3-badge {
    display: inline-block;
    background-color: rgb(190, 190, 190);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: none !important;
    margin: 0 2px;
}

.full-munbox {
    width: 520px;
    margin-top: 20px;
}

.full-munbox img {
    width: 100%;
}

.w3-display-bottommiddle {
    text-align: center;
    margin-top: 30px;
    padding-left: 130px;
}

.w3-white,
.w3-white02,
.w3-white03,
.w3-white04,
.w3-white05,
.w3-white06,
.w3-white07,
.w3-white08,
.w3-white09 {
    width: 22px;
    background-color: #3a3a3a !important;
    border-radius: 50px;
}

.book-text-ul {
    margin-top: 20px;
}

.book-text-li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.book-text-li-t02 {
    font-size: 18px;
    margin-top: -2px;
}

.book-text-li-num {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #3156EC;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.st-blankbut {
    font-size: 18px !important;
    margin-right: 25px !important;
}

/* 도움되는 수기 */
.sugibut{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}
.sugibut span{
    margin-left: 10px;
}

/* 소수정예제 */
.full01-but{
    background-color: #131415;
    color: #fff;
    padding: 1px 8px;
    font-size: 13px;
    border-radius: 4px;
}
.full01box {
    height: 560px;
    margin-top: 100px;
}
.full01box-scrollbox{
    width: 100%;
    padding-right: 10px;
}
.full01box-scrollbox .nav-link{
    font-size: 18px;
}


.question-butbox{
    text-align: center;
}
.question-but{
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ac000a;
    color: #AC000A;
    padding: 14px 25px;
    transition: 0.2s;
    animation: motion 0.3s linear 0s infinite alternate; margin-top: 0;
}
.question-but:hover{
    border: none;
    background-color: #ac000a;
    color: #fff;
}
@keyframes motion {
    0% {margin-top: 0px;}
    100% {margin-top: 10px;}
}

.esta-table {
    width: 100%;
}

.esta-table01 thead tr {
    background-color: #AC000A;
}

.esta-table thead tr th {
    padding: 12px 0;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.esta-table tbody tr {
    border-bottom: 1px solid #DEE2E6;
}

.esta-table tbody tr td {
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}

.esta-table01 tbody tr:nth-child(1) td:nth-child(1) {
    background-color: #FFF0F0;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.esta-table02 tbody tr:nth-child(1) td:nth-child(1) {
    background-color: #E9F3FE;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.esta-table02box {
    margin-top: 40px;
}

.esta-table02 thead tr {
    background-color: #151B2C;
}

/* 낮불가반 */
.bul-02{
    margin-top: 10px;
    word-break: keep-all;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.bul-02 span{
    font-weight: 600;
    text-decoration: underline;
}

.bul-02ul li{
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 20px;
}

/* 철저한 개인관리 */
.aboutusher02-p{
    background-color: #f4f4f4;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.sec03-bigtexttitle{
    font-style: oblique;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.aboutusher02-ul{
    padding: 30px 80px 0 30px;
}
.aboutusher02-ul li{
    margin-top: 30px;
}
.aboutusher02-ul li:nth-child(1){
    margin-top: 0;
}

.aboutusher02-li-p01{
    display: inline-block;
    background-color: #AC000A;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.aboutusher02-li-p02{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.aboutusher02-button{
    background-color: #303030;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 14px;
    height: 30px;
}
.aboutusher02-button:hover{
    background-color: #181818;
}

.full03-graph-ul{
    margin-top: 20px;
}
.full03-graph-ul li{
    margin-top: 0 !important;
}

/* 스파르타 */
.aboutusher03-top-pbox{
    background-color: #f4f4f4;
    padding: 30px 80px;
    border-radius: 10px;
}
.aboutusher03-top-pbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    word-break: keep-all;
}

.aboutusher03-top-pbox-p02{
    margin-top: 20px;
}

.aboutusher03-ul{
}

.aboutusher03-ul li{
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 12px 0;
    margin-top: 30px;
}

.aboutusher03-ul li .aboutusher03-ul-num{
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    background-color: #AC000A;
    margin-right: 10px;
}

.aboutusher03-ul-p02{
    width: calc(100% - 50px);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.spart-slide{
    height: 300px !important;
    background-color: #3f3f3f;
    padding: 20px 60px 60px 60px;
}

.sec4 .fp-slidesContainer{
    height: 300px !important;
}
.carousel-control-prev{
    height: 40px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next{
    height: 40px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.fp-tableCell{
    height: auto !important;
}
.carousel-indicators{
    bottom: 8px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 4rem;
    height: 4rem;
}

.giveupbutton{
    background-color: #131415;
    padding: 12px 15px;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}
/* 수업분위기 */
.aboutusher03-innerul{
    background-color: #f4f4f4;
    padding: 0px 20px;
    border-radius: 6px;
    margin-top: 8px;
}

.aboutusher03-innerul li{
    font-size: 15px;
}

.full05-div{
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 30px;
}

.full05-div ul{
    display: flex;
    gap: 17px;
}
.full05-div ul li{
    width: calc(100%/3 - 10px);
    background-color: #fff;
    text-align: center;
    padding: 10px 10px 20px 10px;
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
}
.atmos-iconbox{
    height: 54px;
    line-height: 54px;
}
.atmos-li-title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
    color: #e02f2f;
}

.atmos-li-content{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.atmos-li-ex{
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.full05-div-p01{
    line-height: 35px;
}
.full05-div-p01 span{
    font-weight: 600;
    color: #e02f2f;
    font-style: italic;
}
.full05-ulbox{
    margin-top: 20px;
}

.full05-div-p02{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.full05-youtube{
    margin-left: 34px;
}
/* 선택과 집중 */
.aboutusher05-pbox-top-p{
    text-align: center;
    font-weight: 500;
    word-break: keep-all;
}
.aboutusher05-pbox-top-p span{
    font-size: 22px;
    font-weight: 600;
    line-height: 52px;
    color: #132675;
}
.aboutusher05-pbox{
    background-color: #E9F3FE;
    border-radius: 10px;
    padding: 30px;
    line-height: 26px;
    word-break: keep-all;
}
.aboutusher05-pbox-whitebox p{
    word-break: keep-all;
}
.aboutusher05-pbox-whitebox p:nth-child(1){
    font-weight: 600;
    font-size: 20px;
}

.aboutusher05-pbox-p02{
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
.aboutusher05-pbox-whitebox{
    background-color: #fff;
}
.aboutusher05-pbox-whitebox{
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
}
.white-text{
    margin-top: 10px;
}

.aboutusher05-pbox-p02-gray{
    padding: 15px 0;
    background-color: #f4f4f4;
    font-weight: 600;
}

.aboutusher05-pbox-p02-gray span{
    color: #e9151f;
}

.p02-gray{
    color: #e9151f;
    font-weight: 500;
    font-size: 18px;
}

/* 기초부터 탄탄 */
.full07tablebox .esta-table tr:nth-child(1){
    background-color: #AC000A;;
}
.full07tablebox .esta-table tr:nth-child(1) td{
    color: #fff;
    text-align: center;
    line-height: inherit !important;
}
.full07tablebox .esta-table tr td{
    vertical-align: middle;
}
.full07tablebox .esta-table tr td,
.full07tablebox .esta-table{
    border: 1px solid #dee2e6;
}
.full07-p{
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.full07-p02{
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
    font-weight: 500;
}
.full07-p02 span{
    font-weight: 600;
    color: #c91919;
}

.full07-graph-ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.full07-graph-ul button{
    background-color: none !important;
    border: none !important;
    opacity: 0.4;
}
.full07-graph-ul .nav-link.active{
    opacity: 1;
    background-color: transparent !important;
}

.full07-graph-ul li:nth-child(1){
    background-image: url("/images/personbut01.png");
    width: 156px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}

.full07-graph-ul li:nth-child(2) button{
    background-image: url("/images/personbut02.png");
    width: 156px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}

.full07-graph-ul li:nth-child(3) button{
    background-image: url("/images/personbut03.png");
    width: 156px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}

.full07-graph-ul li:nth-child(4) button{
    background-image: url("/images/personbut04.png");
    width: 156px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}


.full07-graph-ul li{
    position: relative;
    margin-right: 0 !important;
    transition: 0.2s;
}
.full07-graph-ul .nav-link{
    display: flex;
    align-items: baseline;
    padding-top: 20px;
}

.full07-graph-ul li:after{
    content: "Click!!";
    position: absolute;
    display: block;
    top: -18px;
    left: 31px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 59px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 19px;
    line-height: 20px;
    background-color: #131415;
}
.full07-graph-ul li:hover{
    margin-top: -14px;
}

.full07-graph-ul li:nth-child(1):after{
    display: none !important;
}

.full07-graph-ul li:nth-child(1) p{
    font-family: 'Cafe24Ssurround' !important;
    text-align: left !important;
    margin-left: 36px;
    line-height: 105px;
    color: #fff !important;
}

.full07-graph-ul .nav-link p{
    font-family: 'Cafe24Ssurround' !important;
    text-align: left !important;
    margin-left: 20px;
    color: #fff !important;
}
.full07-graph-ul .nav-link p:nth-child(1){
    font-size: 24px;
}
.full07-graph-ul .nav-link p:nth-child(2){
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}

.ful07-li-mt{
    margin-top: 25px;
}
.ful07-p-title{
    font-weight: 600;
    font-size: 18px;
}
.ful07-p-little{
    font-size: 15px;
    line-height: 24px;
    margin-top: 9px;
}

.full07-t03p{
    font-weight: 500;
    line-height: 24px;
}

.full07-graybox{
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #cfcfcf;
}

.full07-graybox-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.full07-graybox-round{
    background-color: #131415;
    padding: 5px 12px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.base-munbox{
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 20px 10px 0 10px;
    margin-top: 25px;
}
.base-munbox p{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
/* 유학대비반 */
.aboutusher06-p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

/* 편리한 교통 */
.map-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
}
.mapbox{
    display: flex;
}

.map-red{
    color: #FF3939;
}

.map-title-sm{
    font-size: 18px;
    font-weight: 500;
}

.mapbox-01{
    margin-right: 15px;
}

.map-imgbox{
    margin-top: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 360px;
}

/* 토종강사 */
.sec09-p{
    text-align: center;
    font-weight: 500;
}

.sec09-p span{
    font-size: 20px;
    font-weight: 600;
}

/* 버스 이용시 */
.full018box-busbox{
    margin-top: 20px;
}
.full018box-bus{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.bustable thead tr{
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
}
.bustable thead tr th{
    text-align: center;
    padding: 15px 10px;
}
.bustable tbody tr:nth-child(1) td{
    vertical-align: middle;
}
.bustable tbody tr td{
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
}

.bustable tbody tr td.gan-bus a{
    display: inline-block;
    background-color: #3156EC;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    margin-top: 5px;
}
.bustable tbody tr td.ji-bus a{
    display: inline-block;
    background-color: #25C83F;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    margin-top: 5px;
}

.bustable tbody tr td.guang-bus a{
    display: inline-block;
    background-color: #FF1E1E;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    margin-top: 5px;
}

.bus-phone{
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
}

/* 푸터 */
.bottom-sns-p{
    font-size: 46px;
    font-weight: 800;
    line-height: 62px;
}
.bottom-sns-p span{
    font-size: 24px;
    font-weight: 600;
}

.bottom-sns-p span.bigspan{
    font-size: 46px;
    color: #AC000A;
    font-weight: 800;
}
.bottom-sns{
    display: flex;
    margin-top: 50px;
}

.bottom-sns li{
    margin-right: 12px;
    transition: 0.2s;
}
.bottom-sns li:hover{
    margin-top: -10px;
}


.detail-popup p{
    line-height: 26px;
    word-break: keep-all;
}

.detail-popup p span{
    font-weight: 500;
    font-size: 20px;
}
.full05-lastul{
    margin-left: 34px;
    margin-top: 15px;
}
.full05-lastulbox{
    text-align: center;
    background-color: #e0e3f8;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 15px;
}
.full05-lastulbox p{
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 15px;
}


.full01box ul li button.nav-link{
    color: #3f3f3f;
    border: 1px solid #c7c7c7;
    font-weight: 500;
}
.full01box ul li{
    margin-right: 10px;
}

.nomastermodal .modal-header{
    border: none;
}
.nomaster-p{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 28px;
}

.nomaster-p span{
    font-size: 16px;
    font-weight: 500;
}

/* --------------- */
.bigspan{
    font-size: 24px;
    font-weight: 600;
    color: #AC000A;
}

.bigspan02{
    font-weight: 600;
    color: #AC000A;
    text-decoration: underline;
}

.si-p{
    font-weight: 500;
}

.footer-info{
    margin-top: 50px;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}
.footer-phone{
    font-size: 20px;
    font-weight: 600;
}
.footer-phonetime{
    font-size: 16px;
    color: #a0a0b6;
    margin-top: 10px;
}

.footer-info02{
    margin-top: 30px;
}

.footer-info02 ul li{
    font-size: 14px;
}


/* 학사일정 */
.main-cabox{
    position: relative;
    margin: 0 auto !important;
}
.main-cabox .carousel-indicators{
    bottom: 8px !important;
}

.carousel-imgbox{
    margin: 0 auto;
    position: relative;
}
.main-carousel .carousel-item img{
    width: 100%;
}
/* 1 */
.main-slide-calender{
    width: 300px;
    position: absolute;
    right:8%;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid #DE1B34;
    border-radius: 6px;
}
/* 2 */
.main-slide-calender02{
    width: 300px !important;
    right: 17% !important;
    top: 47% !important;
}
/* 3 */
.main-slide-calender03{
    width: 286px !important;
    right: 32.3% !important;
    top: 24% !important;
}
.main-slide-calender03 table tbody tr td{
    height: 30px !important;
}
/* 4 */
.main-slide-calender04{
    top: 24% !important;
    right: 9.5% !important;
    border-color: #176fb8 !important;
}

.main-slide-calender04 .select{
    background-color: #0b518a !important;
}

.main-slide-calender07{
    top: 71% !important;
    border-color: #8619ec !important;
}
.main-slide-calender07 .select{
    background-color: #501686 !important;
}


.main-slide-calender08{
    top: 71% !important;
    right: 9.5% !important;
    border-color: #4f8b0b !important;
}
.main-slide-calender08 .select{
    background-color: #2f4b0f !important;
}

/* 5 */
.main-slide-calender05{
    width: 324px !important;
    right: 12% !important;
    top: 53.5% !important;
}


/* 학사일정 테이블 */
.main-slide-calender table{
    background-color: #fff;
}
.main-slide-calender table thead tr{
    background-color: #DE1B34;
}
.main-slide-calender table thead tr th{
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
}
.main-slide-calender table tbody tr td{
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 40px;
}
.main-slide-calender table tbody tr td:last-child{
    border-right: none;
}

.main-slide-calender .main-slide-month{
    background-color: #DE1B34;
    padding: 8px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.main-slide-calender .main-slide-month span{
    color: #fff;
    font-size: 16px;
}

.main-slide-calender table tbody tr td.select{
    background-color:rgb(255, 136, 24);
    color: #fff;
}

.main-slide-calender table tbody tr td.orangebg{
    background-color:rgb(255, 136, 24);
    color: #fff;
}
.main-slide-calender table tbody tr td.purplebg{
    background-color:#501686 !important;
    color: #fff;
}
.main-slide-calender table tbody tr td.bluebg{
    background-color:#0b518a !important;
    color: #fff;
}
.main-slide-calender table tbody tr td.greenbg{
    background-color:#538a0b !important;
    color: #fff;
}
.main-slide-calender table tbody tr td.redbg{
    background-color:#8a1e0b !important;
    color: #fff;
}


.main-arrow{
    width: 6rem !important;
    height: 6rem !important;
}

.main-prevbut{
    left: -5% !important;
}
.main-nextbut{
    right: -5% !important;
}

/* 년도 */
.year-span{
    position: absolute;
    top: 0%;
    left: 0%;
}
.year-span span{
    font-size: 24px;
    font-weight: 500;
    color: #131415;
}

.yearbg{
}

.yearbg:after{
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 185px;
    left: -13px;
    top: -15px;
    background: url("/images/year-span-bg.png");
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
/* 년도 2 */
.year-span02{
    top: 2.5%;
    left: 11.8%;
    z-index: 99;
}
.calender-textbox{
    position: absolute;
    left: 5%;
    bottom: 9%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.calender-textbox-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.calender-textbox-p{
    font-weight: 500;
    font-size: 15px;
}
/* 년도 3 */
.year-span03{
    top: 2.5%;
    left: 14.5%;
    z-index: 99;
}

/* 월수금 화목 */
.daycircle01{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    color: #131415;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 21%;
    line-height: 100px;
    font-size: 26px;
}

.daycircle02{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    color: #131415;
    text-align: center;
    position: absolute;
    top: 63%;
    right: 21%;
    line-height: 100px;
    font-size: 26px;
}

/* -------------------------- */
.new-flex{
    width: 100%;
    display: flex;
}

.new-offcanvas{
    width: 60%;
    padding-bottom: 40px;
    margin: 0 auto;
    --bs-offcanvas-height:90vh;
}

.new-offcanvas .offcanvas-title{
    font-size: 30px;
}

.new-offcanvas .offcanvas-header{
    border-bottom: 1px solid #dee2e6;
}

.new-offcanvas.show:not(.hiding){
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.off-bottom-but{
    background-color: #fff;
    border: none;
    padding: 8px 10px 8px 20px;
    color: #131415;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px !important;
    margin-top: 30px;
}

.offbut-flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offbut-flex-box span{
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.off-but-img{
    width: 30px;
}

.usher-linkbox{
    display: flex;
    margin-top: 30px;
}

.usher-linkbox li{
    margin-right: 10px;
}

.usher-linkbox li a{
    display: block;
    width: 160px;
}

.usher-linkbox li a img{
    width: 100%;
}


.offclose{
    background:url("/images/close-off.png") !important ;
    width: 12px;
    height: 12px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    margin-right: 3px !important;
}

.section05-center .carousel-item{
    text-align: center;
}


.enroll-mr15{
    width: 520px;
    margin-right: 15px;
    padding-top: 10px;
}
.enroll-box{
    display: flex;
    margin-top: 10px;
}
.en-qu-div{
    display: flex;
}

.en-qu-div-p{
    font-size: 20px;
    font-weight: 600;
    margin-top: 1px;
    margin-left: 6px;
    line-height: 26px;
    word-break: keep-all;
}


.en-aw-div-p{
    font-size: 18px;
    font-weight: 400;
    margin-top: -3px;
    margin-left: 6px;
    line-height: 26px;
    word-break: keep-all;
}





/* ----------------------------------------------- */


.left-content{
    width: 490px;
}







/* ------------------------------------------- */
@media all and (min-width:601px) and (max-width:1800px){
    .headerbox{
        margin-top: 30px;
    }
    .max1300{
        max-width: 70% !important;
        margin: 0 auto;
        padding-top: 140px;
    }
    .dot-menu{
        width: auto;
        right: 30px;
    }
    .dot-menu li{
        margin-top: 15px;
    }
    .dot-menu li a,
    .dot-menu li.active a{
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }
    .in-content-block .contentbigtitle{
        font-size: 40px;
        line-height: 54px;
    }
    .contentlittletitle{
        font-size: 24px;
        line-height: 34px;
    }

    /* 도움되는 수기 */
    .section02-imgbox{
        width: 50%;
    }
    .section02-imgbox img{
        width: 100%;
    }

    /* 하단 */
    .bottom-sns-p{
        font-size: 30px;
        line-height: 35px;
    }
    .bottom-sns-p span.bigspan{
        font-size: 30px;
    }
    .bottom-sns-p span{
        font-size: 18px;
    }
    .usher-linkbox li a{
        width: 130px;
    }
    .bottom-sns{
        margin-top: 20px;
    }
    .footer-info{
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer-phone{
        font-size: 16px;
    }
    .bottom-sns li a img{
        height: 40px !important;
    }
}

.enroll-ac-p{
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
}

.enroll-ac-p span{
    color: #df3333;
}