#wrap {
    overflow: hidden;
}

.sidenav-opened {
    overflow: hidden;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
}
.scrolled .header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.header-top {
    width: 100%;
    height: 4.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #e3e3e3;
    position: relative;
}
.header-top .logo {
    font-size: 1rem;
}
.header-top .logo a {
    width: 100%;
    height: 4.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.header-top .cart-btn {
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    right: 0;
    background: url('../../images/www/common/icon_cart.svg') no-repeat center;
}


.header-top .cart-btn.on::after {
    content:"";
    width: 5px;
    height: 5px;
    background: #ed1c24;
    border-radius: 50%;
    position: absolute;
    right: 9px;
    top: 11px;
}

.header-top .cart-btn a {
    width: 100%;
    height: 100%;
    display: block;
}

.navi-type {
    position: relative;
    border-bottom: 2px solid #f7f7f7;
    padding-left: 10px;
}

.navi-type.static .menus {
    justify-content: space-around;
}

.navi-type.static .menus a {
    padding: 0 1rem;
}

.navi-type .menus {
    display: flex;
    align-items: center;
    height: 4.5rem;
    padding: 0;
}

.navi-type .menus a {
    display: inline-block;
    width: initial !important;
    height: 6.4rem;
    padding: 0 1rem;
    line-height: 6.4rem;
    font-size: 1.6rem;
    color: #a0a0b6;
    text-align: center;
    letter-spacing: -0.8px;
    box-sizing: border-box;
}

.navi-type .menus a span {
    position: relative;
    display: inline-block;
}

.navi-type .menus a:hover, .navi-type .menus a:active, .navi-type .menus a:focus {
    color: #088767;
    font-weight: 700;
}

.navi-type .menus a.active {
    color: #088767;
    font-weight: 700;
}

.navi-type .swiper-container {
    width: 100%;
    height: 100%;
}

.navi-type.navi-move {
    position: fixed;
}

.navi-type02 {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.navi-type02 .menus {
    display: flex;
    align-items: center;
    padding: 0;
}

.navi-type02 .menus a {
    display: inline-block;
    width: initial !important;
    height: 4rem;
    padding: 0 1rem;
    line-height: 4rem;
    color: #222;
    text-align: center;
    box-sizing: border-box;
}

.navi-type02 .menus a span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.navi-type02 .menus a:hover, .navi-type .menus a:active, .navi-type .menus a:focus {
    color: #088767;
}

.navi-type02 .menus a.active {
    color: #088767;
}


footer {
    border-top: 1px solid #e3e3e3;
    padding: 25px 0 40px;
}

footer .footer-info {
    padding: 0 2rem;
}

footer .app-footer-content {
    margin-top: 20px;
    padding: 2rem 2rem 0 2rem;
    border-top: 1px solid #e5e5e5;
}

footer .link-items a {
    font-size: 1.1rem;
    letter-spacing: -0.07rem;
}

footer .link-items a:last-child {
    margin-left: 8px;
}

footer .link-items a:last-child::before {
    content: "|";
    margin-right: 10px;
    color: #b5b5b5;
}

.app-footer-content .copyright {
    font-size: 11px;
    color: #6e6e6e;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

footer .footer-logo {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}

footer .footer-logo span {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    margin-right: 13px;
}

footer .footer-logo .more-btn {
    width: 17px;
    height: 17px;
    border: 1px solid #979797;
    border-radius: 50%;
    background: url('../../images/www/common/icon_up_arrow.svg') no-repeat center;
}

footer .footer-logo.up .more-btn {
    background: url('../../images/www/common/icon_down_arrow.svg') no-repeat center;
}

footer .info,
footer .tels, 
footer .private {
    font-size: 1.1rem;
    line-height: 1.3rem;
    letter-spacing: -0.06rem;
    color: #6e6e6e;
}

footer .tels, 
footer .private {
    margin-top: 10px;
}

.back-to-top {
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 170px;
    right: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    border: solid 1.5px #e6e6e6;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.footer-menu {
    display: flex;
    border-top: 1px solid #e3e3e3;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 13;
}

.footer-menu .item {
    width: 20%;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    position: relative;
}

.footer-menu .counsel {
    position: absolute;
    top: -8px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    box-shadow: 1px 3px 7px 0 rgba(156, 222, 205, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-top: 8px;
}
.footer-menu .counsel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(to left, #034b39, #088767);
    animation: rotateBtn 2.7s ease infinite;
}

@keyframes rotateBtn {
	0%, 100% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-180deg);
	}
}

.footer-menu .item i {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.footer-menu .item:nth-child(1) i {
    background: url('../../images/www/common/icon_tel.svg') no-repeat center;
}

.footer-menu .item:nth-child(2) i {
    background: url('../../images/www/common/icon_reg.svg') no-repeat center;
}

.footer-menu .item:nth-child(3) i {
    background: url('../../images/www/common/icon_counsel.svg') no-repeat center;
}

#counseling.show ~ .footer-menu .item:nth-child(3) .counsel {
    font-size: 0;
    padding-top: 17px;
}

#counseling.show ~ .footer-menu .item:nth-child(3) i {
    background: url('../../images/www/common/counsel_close.svg') no-repeat center;
}

.footer-menu .item:nth-child(4) i {
    background: url('../../images/www/common/icon_kakao.svg') no-repeat center;
}

.footer-menu .item:nth-child(5) i {
    background: url('../../images/www/common/icon_menu.svg') no-repeat center;
}

.sidenav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 12;
    transition: opacity ease-out 0.2s
}

.sidenav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 14;
    padding: 1.6rem 0;
    transform: translate(100%, 0);
}

.sidenav.can-transition {
    transition: all ease-out 0.2s
}

.sidenav .sidenav-header {
    border-bottom: 10px solid #f7f7f7;
    padding-bottom: 20px;
}

.sidenav .sidenav-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.sidenav .sidenav-top .sidenav-top-left {
    margin-top: 15px;
}

.sidenav .sidenav-top .sidenav-top-left .member-top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sidenav .sidenav-top .sidenav-top-left .member-top .logout {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidenav .sidenav-top .sidenav-top-left .login-member {
    font-size: 1.6rem;
    font-weight: 600;
    height: 41px;
    display: flex;
    align-items: center;
}

.sidenav .sidenav-top .sidenav-top-left .login-member::after {
    content:"";
    width: 16px;
    height: 41px;
    background: url("../../images/www/common/icon_title_arrow.svg") no-repeat right center;
}

.sidenav .sidenav-top .sidenav-top-left .login-member span {
    font-size: 1.6rem;
    font-weight: 400;
}

.sidenav .sidenav-top .sidenav-top-left .login-member span:first-child {
    font-size: 2rem;
    font-weight: 600;
}

.sidenav .sidenav-top .sidenav-top-left .login-member span:last-child {
    padding-top: 3px;
}

.sidenav .sidenav-top .sidenav-top-left .manager {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 21px;
    padding-left: 28px;
    background: url('../../images/www/common/icon_profile.svg') no-repeat center left;
}

.sidenav .sidenav-top .sidenav-top-right {
    display: flex;
    align-items: center;
}

.sidenav .sidenav-top .sidenav-top-right .setting-btn {
    width: 41px;
    height: 41px;
    background: url('../../images/www/common/icon_setting.svg') no-repeat center;
}

.sidenav .sidenav-top .sidenav-top-right .close-btn {
    width: 41px;
    height: 41px;
    background: url('../../images/www/common/icon_close.svg') no-repeat center;
}

.sidenav .sidenav-menu-box {
    background: #088767;
    border-radius: 10px;
}

.sidenav .sidenav-menu-box .item-list {
    display: flex;
    justify-content: center;
}

.sidenav .sidenav-menu-box .item-list .item {
    flex: 1;
}

.sidenav .sidenav-menu-box .item-list .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 15px 0;
}

.sidenav .sidenav-menu-box .item-list .item i {
    width: 48px;
    height: 38px;
    margin-bottom: 5px;
}

.sidenav .sidenav-menu-box .item-list .item i.lecture {
    background: url('../../images/www/common/icon_menu_lecture.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item i.app {
    background: url('../../images/www/common/icon_menu_appDown.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item i.cart {
    background: url('../../images/www/common/icon_menu_cart.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item i.design {
    background: url('../../images/www/common/icon_menu_design.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item i.import {
    background: url('../../images/www/common/icon_menu_import.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item i.down {
    background: url('../../images/www/common/icon_menu_down.svg') no-repeat center;
}

.sidenav .sidenav-menu-box .item-list .item span {
    font-size: 1.4rem;
}

.sidenav-content {
    display: flex;
    position: relative;
}

.sidenav-content .menu-tab {
    width: 33%;
    position: absolute;
    left: 0;
    top: 0;
}

.sidenav-content .menu-tab li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
}

.sidenav-content .menu-tab li.on {
    color: #088767;
}

.sidenav-content .menu-tab li a {
    padding: 15px 20px;
    display: block;
}

.sidenav-content .tab-cont {
    flex: 1;
    position: relative;
    border-left: 1px solid #eee;
    min-height: calc(100vh - 223px);
    margin-left: 33%;
}

.sidenav-content .tab-cont .tab-cont-list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    padding: 1.5rem 2rem;
    display: none;
}

.sidenav-content .tab-cont #course {
    display: block;
}

.sidenav-content .depth1-tit {
    padding: 0 10px 15px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.sidenav-content .depth1-tit span {
    position: relative;
}

.sidenav-content .depth1-tit span.on::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #088767;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: 2px;
}

.sidenav-content .menus {
    padding: 10px;
    color: #444;
}

.sidenav-content .menus p {
    font-size: 1.4rem;
    line-height: 3.5rem;
    font-weight: 600;
}

.sidenav-content .menus p a {
    color: #444;
}

/* 20240328 추가 */
.sidenav-content .menus .apply-all {
    position: relative;
}

.sidenav-content .menus .apply-all a {
    font-size: 1.4rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #444;
}

.sidenav-content .menus .apply-all .apply-deco {
    width: 122px;
    height: 35px;
    background: url("../../images/www/common/menu_apply_bg.png");
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.64px;
    padding-top: 9px;
    position: absolute;
    top: -25px;
    left: 40px;
    animation: upDown 1s infinite linear;
}

@keyframes upDown {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0);
    }
  }

.sidenav-content .menus ul {
    margin-bottom: 10px;
}

.sidenav-content .menus ul:last-child {
    margin-bottom: 0;
}

.sidenav-content .menus ul li {
    position: relative;
}

.sidenav-content .menus ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 3.5rem;
    text-indent: 10px;
}

.sidenav-content .menus ul li a::before {
    content: "·";
    position: absolute;
    left: 0;
}

.sidenav-content .menus ul li a .menu-deco {
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 1.1rem;
    line-height: 1;
    align-content: center;
    display: inline-block;
    border-radius: 15px;
    margin-left: 5px;
    vertical-align: 1px;
    text-indent: 0;
}

.sidenav-content .menus ul.etc-list li a {
    padding-left: 0;
    text-indent: 0;
}

.sidenav-content .menus ul.etc-list li a::before {
    display: none;
}

.sidenav-content .fixed-tel {
    position: absolute;
    width: 33%;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6d7687;
    padding: 0 8px;
}

.sidenav-content .fixed-tel a {
    font-size: 1.6rem;
}

.sidenav-content .fixed-tel span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -1px;
}

.sidenav-content .fixed-tel .tel-info {
    max-width: 110px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.sub-toolbar {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 10px solid #f7f7f7;
    background: #fff;
    position: relative;
    box-sizing: content-box;
    padding: 0 68px;
}

.sub-toolbar.border-bottom-1 {
    border-bottom: 1px solid #f7f7f7;
}

.sub-toolbar h2 {
    font-size: 1.8rem;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}

.sub-toolbar .toggle-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    padding: 0;
    border: 0;
    background: url("../../images/www/common/icon_prev_arrow.svg") no-repeat center;
}

.sub-toolbar .view-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    padding: 0;
    border: 0;
    background: url("../../images/www/common/icon_menu2.svg") no-repeat center;
}

#counseling {
    z-index: 12;
}

#counseling .bottom-sheet-container {
    margin-bottom: 69px;
}

#counseling .more-btn {
    vertical-align: middle;
    padding: 1rem 0 1rem 1rem;
}

#counseling .more-btn img {
    vertical-align: middle;
}

#counseling .more-btn.open img {
    transform: rotate(180deg);
}

#counseling .more-info {
    padding: 20px 0;
    display: none;
}

.bottom-cart-sheet {
    position: fixed;
    left: 0;
    bottom: 69px;
    width: 100%;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    padding: 25px 2rem 25px;
    z-index: 10;
}

.bottom-cart-sheet .subject-wrap {
    max-height: 70vh;
    overflow-y: auto;
}

.bottom-cart-sheet .sheet-btn {
    display: block;
    content: '';
    width: 50px;
    height: 19px;
    background: url("../../images/www/content/toggle-arr-bg.svg") no-repeat center center;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -25px;
    z-index: -1
}

.bottom-cart-sheet .toggle-open {
    background: url("https://img.hunet.co.kr/mobile/edubank/v3/shared/toggle-arr-btn.svg") no-repeat center center;
    width: 100%;
    height: 19px;
    padding: 0;
    border: 0;
    outline: none
}

.bottom-cart-sheet.opened .toggle-open {
    transform: rotate(180deg);
    background-position: center 6px;
}

.bottom-cart-sheet.opened .subject-group {
    display: block;
}
.bottom-cart-sheet.opened .price-box {
    display: block;
}

.bottom-cart-sheet .subject-group {
    display: none;
}

.bottom-cart-sheet .subject-group:not(:last-child) {
    margin-bottom: 15px;
}

.bottom-cart-sheet .subject-group p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.bottom-cart-sheet .subject-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    max-height: 20vh;
    overflow-y: auto;
}

.bottom-cart-sheet .subject-list span {
    font-size: 1.4rem;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.bottom-cart-sheet .subject-list span .delete {
    width: 15px;
    height: 15px;
    border: 1px solid #b0b0b0;
    position: relative;
}
.bottom-cart-sheet .subject-list span .delete::before {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}
.bottom-cart-sheet .subject-list span .delete::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}

.bottom-cart-sheet .subject-group .delete {
    width: 15px;
    height: 15px;
    border: 1px solid #b0b0b0;
    position: relative;
    margin-left: 3px;
}
.bottom-cart-sheet .subject-group .delete::before {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}
.bottom-cart-sheet .subject-group .delete::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #b0b0b0;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 6px;
}

.bottom-cart-sheet .price-box {
    background: #fff;
    border-radius: 10px;
    padding: 18px 22px;
    line-height: 26px;
    margin-bottom: 20px;
    display: none;
}

.bottom-cart-sheet .price-box img {
    vertical-align: middle;
}

.bottom-cart-sheet .total-price {
    margin: 0 0 20px;
    background-position: center 6px
}

.bottom-cart-sheet .total-price > div:not(:last-of-type) {
    margin-bottom: 10px;
}

.bottom-cart-sheet .more {
    height: 17px;
    line-height: 15px;
    font-size: 1.2rem;
    color: #c52c22;
    font-weight: 500;
    padding: 0 5px;
    background-color: #fff3f3;
    border: 1px solid #c32419;
    border-radius: 3px;
}

.scrolled .app-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: #fff;
}

.app-header-toolbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.app-header-toolbar h1 {
    width: 100%;
    padding: 0 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 18px;
    letter-spacing: -1px;
    color: #222;
    text-align: center;
    font-weight: 400;
}

.app-header-toolbar .since {
    width: 62px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}

.app-header-toolbar .toggle-sidenav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: url("https://img.hunet.co.kr/mobile/edubank/v3/shared/sidenav.svg") no-repeat center center;
}

.app-header-toolbar .toggle-sidenav:focus {
    outline: 0;
}

.app-header-toolbar .toggle-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: url("https://img.hunet.co.kr/mobile/edubank/v3/shared/back.svg") no-repeat center center;
}

.app-header-toolbar .toggle-back:focus {
    outline: 0;
}

.app-header-toolbar .toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: url("../../images/www/common/x.svg") no-repeat center center;
}

.app-header-toolbar .toggle-close:focus {
    outline: 0;
}

.privacy {
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.privacy .h6 {
    font-size: 1.6rem;
}

.privacy ol {
    list-style: decimal;
}

.privacy .tbl-privacy {
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    border-top: 2px solid #333;
}

.privacy .tbl-privacy th {
    background-color: #fafafa;
    padding: 10px 5px;
    font-weight: 400;
}

.privacy .tbl-privacy td {
    padding: 5px 5px;
    border: 1px solid #fafafa;
}

.privacy .tbl-privacy .bt-none {
    border-top: none;
}

.privacy .tbl-privacy .bl-none {
    border-left: none;
}

.privacy .privacy-use .h6 {
    color: #333;
}