@charset "utf-8";
/* CSS Document */


/* ////////////
nav 
/////////////////////////////////////////////*/
@media screen and (min-width: 1980px) {
    /* body {
      transform: scale(0.80);
      transform-origin: top left;
      width: 125%;
      height: 100%;
  }
  .navbar {
    top: -70px;
    position: fixed;
    top: calc(-70px / 0.8); 
  }
  .header-top {
    position: fixed;
    top: calc(-149px / 0.8); 
  }

    .floating-quick-franchise {
    position: fixed;
    bottom: calc(0px / 0.8); 
  } */

    .accumulation .accu-right {
        font-size: 1.6vw;
    }
}

@media screen and (max-width:2000px) {
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1400px;
}

@media screen and (max-width:1200px) {

    .header-navbar > .in {
        padding: 0 !important;
    }

    .gnb-sub-bg {
        display: none;
    }

    .header-top .navbar-brand {
        display: none;
    }

    .header-navbar .navbar-brand {
        display: block;
        margin-left: 20px;
    }

    .header-menu > ul > li > a {
        padding: 0px 8px;
        font-size: 1.5rem;
    }

    .header-menu {
        margin-right: 9px;
    }

    .header-menu {
        display: none;
    }

    .gnb-all-btn {
        height: 20px;
    }
}

@media screen and (max-width:768px) {

    .header > .in {
        padding: 15px !important;
    }

    .header-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #16cae5;
        top: 0;
        left: 100%;
        transition: .5s;
    }

        .header-menu.on {
            left: 0;
            transition: .5s;
        }

        .header-menu > ul {
            flex-direction: column;
            justify-content: center;
        }

            .header-menu > ul > li {
                height: auto;
                margin-bottom: 16px;
                text-align: center;
            }

                .header-menu > ul > li:last-of-type {
                    margin-bottom: 0;
                }

                .header-menu > ul > li > a {
                    padding: 4px 8px;
                    display: inline-block;
                    font-size: 2.1rem;
                }

                    .header-menu > ul > li > a > span > span {
                        top: -11px;
                        right: -26px;
                        background: #18252d;
                        color: #16cae5;
                        font-size: 1rem;
                        padding: 0px 5px;
                    }
}


@media (min-width: 1200.1px) {

    html.on,
    body.on {
        overflow: visible;
    }
}

@media screen and (max-width:1200px) {
    .gnb-all {
        display: block;
        margin-left: 13px;
        position: fixed;
        right: 16px;
        z-index: 1000;
        top: 18px;
        right: 12px;
    }

    .header-top--log-btn-set {
        position: absolute;
        margin-right: 80px;
        width: fit-content;
        right: 0;
        top: 11px;
        background: var(--main-color);
        padding: 0;
        border-radius: 10px;
        display: flex;
        z-index: 1000;
        border: 1px solid rgba(255, 255, 255, .3);
    }

    .header-navbar.on .header-menu > ul > li:hover > a {
        color: #000;
    }

    .header-navbar.on .gnb-sub {
        transition: 0s;
    }

    .header-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 100%;
        transition: .5s;
        display: block;
    }

        .header-menu.on {
            left: 0;
            transition: .5s;
            background: var(--main-color);
        }

        .header-menu > ul {
            flex-direction: column;
            padding: 30px 42px 0px;
            margin-top: 65px;
            height: calc(var(--vh, 1vh) * 100 - 65px);
            background: var(--main-color);
            background-position: right;
            overflow: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
            align-items: flex-start;
            gap: 0;
            background-image: url(/img/logo-simbol-bg.png);
            background-repeat: no-repeat;
            background-position: bottom right;
        }

            .header-menu > ul::-webkit-scrollbar {
                display: none;
            }

            .header-menu > ul > li {
                margin-bottom: 0;
                height: auto;
                width: 100%;
                overflow: visible;
                flex-direction: column;
            }

                .header-menu > ul > li > a {
                    padding: 0;
                    font-size: 3rem;
                    display: inline-block;
                    height: auto;
                    font-weight: 600;
                    color: #000;
                }

                    .header-menu > ul > li > a span {
                        padding: 0;
                        position: relative;
                        font-size: 2.2rem;
                    }

                        .header-menu > ul > li > a span::after {
                            background: #fcbc25;
                            width: 20px;
                            height: 3px;
                            content: '';
                            display: inline-block;
                            transform: rotate(0deg) translate(9px, -9px);
                            transform-origin: center center;
                            transition: .4s;
                        }

                .header-menu > ul > li.active > a span::after {
                    transform: scale(1) translate(12px, -3px) rotate(229deg);
                    transition: .4s;
                    height: 15px;
                    width: 15px;
                    border-radius: 50%;
                }

    .gnb-sub {
        position: static;
        height: auto;
        opacity: 1;
    }

        .gnb-sub li a:hover {
            color: var(--main-link-hover-color);
        }

    .gnb-sub {
        position: static;
        height: auto;
        opacity: 1;
        padding: 20px 42px;
        margin: 0 -44px;
        background: var(--main-color-over);
        width: calc(100% + 88px);
        display: none;
        transform: translate(0);
    }

        .gnb-sub li {
            text-align: left;
            color: var(--main-link-hover-color);
        }

            .gnb-sub li a {
                padding: 12px 0;
                font-size: 1.8rem;
                display: inline-block;
            }

    .header-menu > ul > li > a::after {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .gnb-all {
    }

    .in {
        padding: 0 15px !important;
    }

    .header-menu {
        background: var(--main-color);
    }

        .header-menu > ul {
            justify-content: flex-start;
            margin-top: 65px;
            height: calc(var(--vh, 1vh) * 100 - 65px);
        }

            .header-menu > ul > li {
                text-align: left;
            }

                .header-menu > ul > li > a span {
                    font-size: 1.8rem;
                }

    .header-search form button {
        padding: 5px 10px;
    }

    .gnb-sub li a {
        font-size: 1.4rem;
        padding: 10px 0;
    }
}

/* ////////////////// 
END] nav
////////////////////*/



/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {


    .pc-xlg {
        display: none !important;
    }

    .mobile-xlg {
        display: block !important;
    }



    .floating-quick-franchise.pc-flex {
        display: none;
    }

    .floating-quick-franchise.mobile-flex {
        display: flex;
        height: 65px;
    }

    .accumulation {
        padding: 15px 0;
    }

        .accumulation > .container > .row > .col {
            flex-direction: column;
        }

            .accumulation > .container > .row > .col img {
                width: 60%;
                margin-top: 20px;
            }

        .accumulation .accu-left {
            text-align: center;
        }

        .accumulation .accu-right {
            font-size: 3.4rem;
            margin-left: 0;
        }


    .header-top {
        height: 0;
    }

        .header-top.navbar-fixed-top {
            height: 0;
        }

    .navbar {
        height: 65px;
        top: 0;
    }

        .navbar.navbar-fixed-top {
            height: 65px;
            top: 0;
        }

    main {
        margin-top: 65px;
    }

        main.navbar-fixed-top {
            margin-top: 65px;
        }

    .navbar-nav a.nav-link {
        font-size: 2.2rem;
    }

    .header-top--loginfo {
        display: none;
    }

    .navbar-brand img {
        width: 80%;
    }

    .gnb-overlay-bg {
        display: none;
    }

        .gnb-overlay-bg.open {
            display: none;
        }

    .branch-direct.dropdown-toggle {
        margin-top: 40px;
    }


    .aside-menu-top {
        display: none;
    }

    .aside-menu {
        min-height: auto;
        max-width: 100%;
        background: var(--bgcolor-gray);
        border-right: 1px solid #eee;
        /* display: flex; */
        /* flex-direction: row; */
        /* align-items: flex-end; */
        position: fixed;
        z-index: 10;
        box-shadow: none;
    }

        .aside-menu .accordion-item {
            position: relative;
            margin-bottom: 0px;
        }

        .aside-menu .accordion-button {
            max-width: 100%;
            min-width: 100%;
        }

    .aside-item {
        padding: 16px 26px 16px 26px;
    }

        .aside-item ul {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }


    .layout-sub .contents {
        margin-top: 58px !important;
    }

        .layout-sub .contents .container {
            padding: 65px 50px 40px 50px;
        }

        .layout-sub .contents .breadcrumb {
            height: 35px !important;
        }

    .aside-menu .accordion-button {
        padding-left: 40px;
    }

    .reading-step-box::after {
        height: 25px;
        width: 20px;
    }



    .main-slide-item .right-text {
        padding: 0 0 0 50px !important;
    }
}

@media (min-width: 992px) {


    .footer--btn-set .container {
        gap: 26px;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.99px) {

    .mobile {
        display: block !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .pc {
        display: none !important;
    }

    .pc-flex {
        display: none !important;
    }

    .pc-lg {
        display: none !important;
    }

    .mobile-lg {
        display: block !important;
    }

    .pc-lg-cell {
        display: none !important;
    }

    .accumulation {
        padding: 15px 0;
    }

        .accumulation > .container > .row > .col {
            flex-direction: column;
        }

            .accumulation > .container > .row > .col:nth-child(1) {
                border-bottom: 1px solid #eee;
                padding-bottom: 20px;
            }

            .accumulation > .container > .row > .col:nth-child(2) {
                border-right: 0;
                border-bottom: 1px solid #eee;
                padding-bottom: 20px;
            }

            .accumulation > .container > .row > .col img {
                width: 60%;
                margin-top: 20px;
            }

        .accumulation .accu-left {
            text-align: center;
        }

        .accumulation .accu-right {
            font-size: 3.4rem;
            margin-left: 0;
        }

    .navbar-nav a.nav-link {
        font-size: 1.8rem;
    }


    .aside-menu-top {
        display: none !important;
    }

    .aside-menu {
        min-height: auto;
        max-width: 100%;
        background: var(--bgcolor-gray);
        border-right: 1px solid #eee;
        /* display: flex; */
        /* flex-direction: row; */
        /* align-items: flex-end; */
        position: fixed;
        z-index: 10;
    }

        .aside-menu .accordion-item {
            position: relative;
        }

        .aside-menu .accordion-button {
            max-width: 100%;
            min-width: 100%;
        }

    .aside-item {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 16px 16px 16px 16px;
    }

    .layout-sub .contents {
    }

        .layout-sub .contents .container {
            padding: 34px 20px 40px 20px;
        }

    .aside-menu .accordion-button {
        padding-left: 40px;
    }

    .aside-item a {
        font-size: 2rem;
        padding: 0 10px 0 25px;
    }


    .contents-form h1::before {
        left: -83px;
        border-radius: 0 5px 5px 0;
    }

    .contents-main h1 {
        margin-bottom: 50px !important;
        font-size: 3.2rem !important;
    }

    .cf-1 {
        font-size: 2.6rem;
        margin-top: 42px;
    }

    .cf-right {
        padding: 0;
    }

    .row.text-box.vs1 > div {
        justify-content: flex-start;
    }

    .text-box.vs1 .card-header {
        width: 25%;
        min-width: 150px;
    }

    .text-box.vs1 .card {
        flex-direction: row;
        max-width: 100%;
    }

    .text-box.vs1 .card-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .text-box.vs1 .text-box {
        gap: 10px;
    }

    .vs2-inner-box--1::before,
    .vs2-inner-box--2::before,
    .vs2-inner-box--3::before {
        margin-right: 15px;
        margin-left: 0px;
    }

    .vs2-inner-box--1 small,
    .vs2-inner-box--2 small,
    .vs2-inner-box--3 small {
        padding-left: 36px;
    }

    .vs2-inner-box--1 {
        margin-top: 50px;
    }

    .vs3-t1 {
        padding-left: 0px;
    }


    .library .text-box > div.text {
        padding: 0 20px 0 40px;
    }

        .library .text-box > div.text h3 {
            padding: 30px 0 20px 0;
            font-size: 3.0rem !important;
        }

    .library .text-box.right > div.text {
        padding: 0 20px 0 20px;
    }

    .reading-step-box {
        max-width: 28% !important;
        flex: 1 0 28% !important;
        padding: 37px 30px;
        margin-bottom: 40px;
    }

    .reading-step {
        gap: 6%;
    }

        .reading-step div:nth-of-type(4n)::after {
            display: block;
        }

        .reading-step div:nth-of-type(3n)::after {
            display: none;
        }

    table.fc-edit th {
        background: var(--bgcolor-gray);
        width: 127px !important;
        font-size: 1.4rem;
    }

    .branch-list-item h3 .branch-title {
        font-size: 1.8rem !important;
        display: flex;
    }


    .branch-list-item h3 {
        padding: 0px 4px 0px 0px;
        line-height: 23px;
        font-size: 1.6rem;
    }

        .branch-list-item h3 .branch-title i {
            padding: 5px 0;
        }

    .branch-title span {
        padding: 7px 0px 6px 7px;
        font-weight: 600;
    }

    .branch-list-item .tel {
        display: block;
        font-size: 1.8rem;
        font-weight: 300;
    }

    .cct-img {
        display: none;
    }

    .main-slide-item .left-bg-img {
        height: 81%;
        margin-top: -44px;
        width: 86%;
        border-radius: 0 40px 40px 0;
    }

    .main-slide-item .right-text {
        padding: 0 60px 0 0px !important;
    }

    .main-branch-Swiper .swiper-button-next,
    .main-branch-Swiper .swiper-button-prev {
        display: none;
    }
}

/* // max-width: 991.99px */



@media (max-width: 768px) {

    html,
    body {
        font-size: 9px;
    }

    .pc-md {
        display: none !important;
    }

    .mobile-md {
        display: block !important;
    }

    .pc-md-cell {
        display: none !important;
    }


    /* Board */
    .board .table-form {
        width: 100%;
        overflow-y: auto;
    }

    .board table {
        /* width: 1000px; */
    }

    .search.d-flex.align-items-center {
        padding: 16px 0;
        flex-direction: column;
    }

    .search .d-inline {
        width: 100% !important;
        margin-bottom: 8px;
    }

    .border-table .no {
        width: 50px;
    }

    .border-table .date {
        width: auto;
    }

    .board table td:last-child {
        border-right: 0 !important;
        padding: 1.1rem 4px;
        font-size: 1.4rem;
        text-align: right !important;
    }

    .board table th:last-child {
        font-size: 1.4rem;
    }
    /*// Board */



    .header-top .header-top--log-btn-set {
        display: none;
    }

    body.on .header-top .header-top--log-btn-set {
        display: flex;
    }

    main {
        margin-top: var(--navbar-fix-height) !important;
    }

    .first-slide {
        margin-left: 0 !important;
    }

    .last-slide {
        display: none !important;
    }

    #back2Top {
        display: none !important;
    }

    section h2 {
        font-size: 3.0rem;
    }

    /* section h2 small {font-size: 1.4rem;} */
    section h3 {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 140%;
    }

    /* section h3 small {font-size: 1.4rem;} */


    .main-notice-branch .main-notice {
        padding-right: 16px !important;
    }

    .main-branch {
        margin-top: 40px;
    }

    .main-branch-Swiper .swiper-button-next,
    .main-branch-Swiper .swiper-button-prev {
        display: none;
    }

    .main-branch-Swiper .swiper-slide {
        padding-left: 0;
    }

    .main-branch-Swiper .col-md.branch-info {
        padding-left: 0;
    }

    .main-notice-branch {
        padding: 0px 0 40px 0;
    }

        .main-notice-branch h3 {
            margin-top: 42px;
        }

    .main-branch-Swiper .col-md.branch-photo {
        text-align: center;
    }

    .main-faq-accordion .accordion-button {
        font-size: 1.6rem;
    }

    .main-faq {
        padding: 50px 0 60px 0;
    }


    .row.text-box.vs1 > div {
        justify-content: center;
    }

    .text-box.vs1 .card-header {
        width: 25%;
        min-width: 150px;
    }

    .text-box.vs1 .card {
        flex-direction: column;
        align-items: center;
    }

    .text-box.vs1 .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-box.vs1 .text-box {
        gap: 10px;
        text-align: center;
    }

    .text-box.vs1 .card-text {
        text-align: center;
    }

    .library .row {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
    }

    .library .text-box > div.text {
        padding: 0 20px;
    }

    .library .text-box.right .r-img {
        padding: 0 0;
    }

    .location .address,
    .location .callcenter {
        font-size: 2.0rem;
        line-height: 140%;
        flex-direction: column;
    }

    .location .map-container {
        height: 300px !important;
    }

    .location .map {
        background: #eee;
        border-radius: 7px;
        padding: 7px;
        margin-top: 6px;
    }


    .overview .ovv01 {
        margin-bottom: 0px;
    }

        .overview .ovv01 img {
            margin-bottom: 52px;
        }

    .overview h2 {
        font-size: 2.2rem;
    }

    .overview .ovv-lst .ovv-01 {
        padding-left: 0;
        padding-top: 40px;
    }

    .overview .ovv-lst .ovv-02 {
        padding-right: 0;
    }

    .course h2 {
        font-size: 2.2rem;
    }

    .enter-step {
        gap: 16px;
        padding: 20px 20px !important;
    }

    .enter-step-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .enter-step-box img {
            height: 80% !important;
            max-width: 120px;
        }

        .enter-step-box .text {
            padding-top: 12px;
            padding-bottom: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .enter-step-box h4 {
            margin-top: 0;
        }

        .enter-step-box::after {
            display: none;
        }


    .reading-step-box {
        flex-direction: column;
        padding: 30px 20px;
        align-items: center;
        min-width: 100%;
    }

        .reading-step-box .step-no {
            transform: translate(13px, -19px);
            left: 0;
        }

    .rsb-img {
        width: 30%;
        display: flex;
    }

    .reading-step-box .text {
        font-size: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 17px;
    }

    .reading-step-box::after {
        top: auto;
        bottom: -37px;
        right: 50%;
        transform: translate(9px, -1px) rotate(90deg);
    }

    .reading-step-box h4 {
        margin-top: 0;
    }

    .reading-step div:nth-of-type(4n)::after {
        display: block;
    }

    .reading-step div:nth-of-type(3n)::after {
        display: block;
    }

    .curi-contents-tab {
        background: #f6f4f3;
        padding: 20px 9px;
    }

        .curi-contents-tab .nav-link {
            flex: 1 0 26%;
        }

    .curi-contents-tab-box h2 {
        background: #efe7e0;
        padding: 33px 22px;
        /* height: 288px; */
    }

    .footer--copyright {
        text-align: center;
        font-size: 1.8rem;
        padding: 23px 16px 30px 16px;
    }

    .lns-img {
        position: static;
        display: flex;
        align-items: flex-end;
        margin-bottom: -92px;
    }

        .lns-img img {
            width: 134px;
        }

    .cct-img {
        position: absolute;
        right: 29px;
        top: inherit;
        bottom: -26px;
    }

    .pieChart,
    .barChart {
        max-width: 100%;
    }

    .fc-contact-box .row > div {
        padding: 9px 6px;
        border-bottom: 1px solid #e5e5e5;
        justify-content: flex-start;
    }

    .fc-contact-box .tel,
    .fc-contact-box .mail {
        flex-direction: row !important;
        justify-content: center;
    }

        .fc-contact-box .tel i,
        .fc-contact-box .mail i {
            margin-right: 10px;
        }

    .fc-contact-box .addr {
        flex-direction: row !important;
        justify-content: center;
        text-align: left !important;
    }

        .fc-contact-box .addr i {
            margin-right: 10px;
        }

    .fc-date {
        width: 100%;
    }


    .fc-edit-box {
        padding: 13px 0px 0px 0px !important;
    }

    .btn-group {
        width: 100%;
    }

        .btn-group .btn-outline-main-color {
            padding: var(--bs-btn-padding-y) 0;
        }

    .gd01-01 {
        padding: 0px 0 0 0;
    }

    .table.fc-edit tr {
        display: flex;
        flex-direction: column;
        border-width: 0;
    }

    table.fc-edit th {
        width: 100% !important;
    }

    table.tb-data th {
        width: 100% !important;
    }


    table.tb-data thead {
        display: none;
    }

    table.tb-data th {
        background: var(--bgcolor-gray);
        width: 100% !important;
        font-size: 1.4rem;
    }


    .table.tb-data tr {
        display: flex;
        flex-direction: column;
        border-width: 1px;
    }

    .tb-data tbody th:nth-child(2),
    .tb-data tbody td {
        border-left: 0px solid #dfdfdf;
    }

    .branch-list {
        margin-top: 24px;
    }

    .main-slide {
        height: 400px;
    }

    .main-slide-item .row > .left {
        display: none;
    }

    .main-slide-item .right-text {
        padding: 0 90px 0 90px !important;
    }
}

/*// @media (max-width: 768px)  */


/* Small */
@media (max-width: 575.98px) {
    .pc-sm {
        display: none !important;
    }

    .mobile-sm {
        display: block !important;
    }

    .pc-sm-cell {
        display: none !important;
    }

    .mobile-cell {
        display: block !important;
    }

    .mobile-sm-cell {
        display: block !important;
    }

    .main-slide-item .right-text {
        font-size: 3.2rem;
        padding: 0 30px 0 30px !important;
        margin-top: -71px;
    }

    .main-slide-item a {
        display: none;
    }

    .main-slide-deco-img {
        display: none;
    }

    .main-slide-item02 .sg01 {
        font-size: 2.2rem;
    }

    .main-slide-item02 .sg02 {
        font-size: 6rem;
        margin: 2px 0 10px 0;
    }

        .main-slide-item02 .sg02 img {
            max-width: 100px;
        }

    .main-slide-item .swiper-button-next,
    .main-slide-item .swiper-button-prev {
        display: none;
    }

    .scroll-ani {
        left: 49%;
        width: auto;
        bottom: 15px;
        transform: scale(0.7) translate(-50%, 0px);
    }

    .doi {
        display: none;
    }
}
