/* keyframes */
@keyframes pointerBounceDiagonal {

    0%,
    100% {
        transform: translate(0, 0);
    }

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

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

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

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

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

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes blink-v2 {

    5%,
    45% {
        opacity: 0;
    }

    55%,
    95% {
        opacity: 1;
    }
}

/* 기존 스타일 리셋 */
.w1000 {
    width: auto;
}

.mgt50 {
    margin-top: 0;
}

.center-wrap {
    width: auto;
    margin: 0;
}

.container,
.container.teacher {
    margin: 0 auto;
    padding: 0;
}

.container {
    overflow: hidden;
}

.container.sub-container {
    padding: 0;
    border: none;
}

.container.sub-container .content {
    padding: 0;
}

.sub-content.center-wrap {
    padding: 0;
}

/* common */
.screen_out {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.hider {
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}

/* 공통 head */
.head .head-top {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #bfbfbf;
}

.head .head-top-inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.head .banner-section {
    display: flex;
    align-items: center;
    float: left;
    height: 100%;
    margin-left: 12px;
}

.head .sdedu-logo,
.head .tmp-logo,
.head .logo_bullet {
    float: left;
    margin-top: 0;
    height: 100%;
}

.head .logo_bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
}

.head .logo_bullet .txt_wrap {
    height: fit-content;
}

.head .logo_bullet .txt_wrap p,
.head .logo_bullet .txt_wrap h3 {
    height: 20px;
    line-height: 1;
}

.head .logo_bullet .txt_wrap p {
    font-family: 'noto5';
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #0009ff;
}

.head .logo_bullet .txt_wrap h3 {
    font-family: 'noto7';
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.head .sdedu-logo a,
.head .tmp-logo a,
.head .footer-logo,
.head .footer-address .customer {
    display: block;
}

.head .sdedu-logo a {
    margin-right: 15px;
    width: 109px;
    height: 70px;
    background: url('/_skin/tpl_skin/basic_gongin2/images/common/sidae_logo.png') no-repeat left -8px center;
}

.head .tmp-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 70px;
    font-family: 'noto5';
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -1px;
}

.head .tmp-logo a>* {
    display: flex;
    align-items: center;
    padding-top: 0;
}

.head .tmp-logo a span {
    font: inherit;
}

.head .tmp-logo a .icon-ebs {
    padding-top: 3px;
}

.head .tmp-logo a>i img {
    vertical-align: middle;
}

.head .head-top ul li a {
    display: block;
    font-family: 'noto3';
    font-weight: 300;
    font-size: 16px;
}

.head .move-head {
    position: absolute;
    left: 0;
    top: 126px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #bfbfbf;
    z-index: 11;
}

.head .move-head.active {
    position: fixed;
    left: 0;
    top: 0;
}

.head .head-nav {
    position: relative;
    height: 50px;
    line-height: 50px;
}

.head .head-nav .logo-section {
    height: 70px;
}

.head .head-nav .total-menu {
    display: block;
    font-family: 'noto5';
    font-size: 15px;
    width: 130px;
    overflow: hidden;
    cursor: pointer;
    color: #2f2f30;
    line-height: 50px;
    font-weight: 100;
    font-family: 'noto3', sans-serif;
    text-align: left;
    background: none;
    border: 0;
    margin-left: 5px;
}

.head .head-nav .total-menu:focus {
    outline: none;
}

.head .head-nav .total-menu img {
    vertical-align: middle;
    margin-top: -3px;
}

.head .head-nav .head-gnb-section {
    margin-right: 10px;
}

.head .head-nav .head-gnb-section li {
    float: left;
    width: 120px;
}

.head .head-nav .head-gnb-section li a {
    display: block;
    width: 100%;
    color: #2f2f30;
    font-size: 15px;
    font-weight: 600;
    font-family: 'noto3', sans-serif;
    text-align: center;
}

.head .head-nav .head-gnb-section li a.selected {
    font-family: 'noto5', sans-serif;
    color: #1583b8;
}

.head .date_bn {
    float: right;
    height: 100%;
}

.head .date_bn a {
    display: block;
    position: relative;
    line-height: 19px;
    height: auto;
    padding: 15px 18px 0 50px;
    box-sizing: border-box;
    letter-spacing: -0.075em;
    text-align: left;
    font-size: 15px;
    font-family: 'noto6';
    background: none;
}

.head .date_bn a::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 40px;
    left: 0;
    bottom: 0;
    background: url('/_skin/tpl_skin/common_images/gnb/text_date_icon.png') no-repeat right center;
}

.head .date_bn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    bottom: 0px;
    right: 0;
    background: url('/_skin/tpl_skin/common_images/gnb/text_date_arrow.png') no-repeat 2px center;
}

.head .date_bn.voucher_bn a {
    padding-left: 62px;
}

.head .date_bn.voucher_bn a::before {
    width: 54px;
    height: 35px;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn.png') no-repeat right center;
}

.head .date_bn.voucher_ai a::before {
    width: 80px;
    height: 35px;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn.png') no-repeat right top;
}

.head .dday {
    display: table;
    width: auto;
    height: 70px;
    line-height: 18px;
}

.head .dday span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    letter-spacing: -0.7px;
    font-family: 'noto3';
}

.head .dday span b {
    font-family: 'noto5';
}

.head .dday span:first-child {
    font-size: 13px;
}

.head .dday span:last-child {
    font-size: 20px;
    font-family: 'noto6';
}

/* 카테고리 페이지 내 공통 GNB*/
.gnb_area {
    position: relative;
    height: 50px;
}

.gnb_area .gnb_wrap {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 101;
    border-top: none;
    border-bottom: 1px solid #bfbfbf;
}

.head-nav .gnb_wrap {
    border-top: 1px solid #bfbfbf;
}

.gnb_area .gnb_wrap.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 103;
    background: #fff;
    border-bottom: 1px #ccc solid;
}

.gnb_area .gnb_wrap .big_gnb {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 100;
}

.gnb_area .gnb_wrap .big_gnb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.gnb_area .gnb_wrap .big_gnb ul li {
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: 'noto5';
    font-weight: 400;
}

.gnb_area .gnb_wrap .big_gnb ul li .selected {
    color: #3694b6;
    font-family: 'noto6';
}

.gnb_area .gnb_wrap .big_gnb ul li.btn {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    /* width: 185px; */
    width: 245px;
}

.gnb_area .gnb_wrap .big_gnb ul li.btn .gnb_bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 124px;
    height: 27px;
    background: #ffe000;
    border-radius: 30px;
    color: #000;
    animation: colorBlink 1s step-end infinite;
}

@keyframes colorBlink {

    0%,
    100% {
        color: #000;
        background-color: #ffe000;
    }

    50% {
        color: #fff;
        background: #ff0000;
    }
}

.gnb_area .gnb_wrap .big_gnb ul li.btn .gnb_bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    border-width: 0;
    border-style: solid;
    border-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 1px;
    border-right-width: 1px;
    right: 12px;
    z-index: 1;
}

.gnb_area .gnb_wrap .big_gnb ul li.btn .gnb_bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -9.5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
}

.gnb_area .gnb_wrap .big_gnb ul li.btn .gnb_bullet span {
    text-indent: -14px;
    line-height: 1;
}

.gnb_area .gnb_wrap .big_gnb ul li a {
    position: relative;
    font-weight: 400;
}

.gnb_area .gnb_wrap .big_gnb ul li a .new {
    position: absolute;
    top: -7px;
    left: 0;
    font-family: 'market-m';
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: red;
}

.gnb_area .gnb_wrap .big_gnb ul li input {
    background: none;
    vertical-align: middle;
    margin: 0;
    padding: 5px 0 5px 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'noto4';
    background: url('https://static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_list_icon.png') no-repeat left center;
    cursor: pointer;
}

.gnb_area .gnb_wrap .big_gnb ul li dl {
    width: 100%;
    padding: 10px 0 0 0;
    position: absolute;
    display: none;
}

.gnb_area .gnb_wrap .big_gnb ul li dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 12px 0 0 0;
    width: 110px;
    letter-spacing: -1.5px;
    font-family: 'noto4';
    font-weight: 400;
}

.gnb_area .gnb_wrap .big_gnb ul li dl dd a {
    display: block;
    text-align: left;
    white-space: nowrap;
}

.gnb_area .gnb_wrap .big_gnb ul li dl dd:hover,
.gnb_area .gnb_wrap .big_gnb ul li dl dd a.selected {
    color: #3694b6;
    font-family: 'noto5';
}

.gnb_area .gnb_wrap .big_gnb .icon_new {
    position: absolute;
    top: -22px;
    left: 50%;
    min-width: 70px;
    height: 18px;
    line-height: 1.35;
    transform: translate(-50%, 0);
    border: 1px solid #ec303d;
    border-radius: 18px;
    color: #ec303d;
    font-size: 12px;
    font-family: 'noto4';
    background: #fff;
}

.gnb_area .gnb_wrap .sub_gnb_wrap {
    border-top: 1px #bfbfbf solid;
    border-bottom: 2px #000 solid;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}

.gnb_area .gnb_wrap .sub_gnb_wrap .mid {
    width: 1100px;
    margin: 0 auto;
    padding: 25px 0 20px 0;
    position: relative;
}

.gnb_area .gnb_wrap .sub_gnb_wrap .bn_box {
    width: 140px;
}

.gnb_area .gnb_wrap .sub_gnb_wrap .bn_box a {
    display: block;
}

.gnb_area .gnb_wrap .sub_gnb_wrap input {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    bottom: 20px;
    right: 0px;
    width: 110px;
    height: 17px;
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_close.png') 0 0 no-repeat;
}

/* 독학사 GNB */
.head.type_2 .head-nav .total-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    margin-top: 12px;
    overflow: hidden;
    cursor: pointer;
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/images/main/gnb_list_icon.png') center no-repeat;
    border: 1px solid #000000;
    background-size: cover;
}

.head.type_2 .head-nav .total-menu:hover {
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_fire_system/images/main/gnb_list_icon.png') center no-repeat;
    background-size: cover;
}

.head.type_2 .head-nav .total-menu>img {
    width: 100%;
}

.head.type_2 .head-nav .total-menu:focus {
    outline: none;
}

.head.type_2 .head-nav .head-gnb-section {
    overflow: hidden;
}

.head.type_2 .head-nav .head-gnb-section li {
    float: left;
    width: auto;
    text-align: center;
    padding: 0 75px 0 0;
}

.head.type_2 .head-nav .head-gnb-section li:last-child {
    padding: 0;
}

.head.type_2 .head-nav .head-gnb-section li a {
    display: block;
    width: 100%;
    color: #2f2f30;
    font-size: 18px;
    font-weight: 100;
    font-family: 'noto4', sans-serif;
}

.head.type_2 .head-nav .head-gnb-section li a.selected,
.head.type_2 .head-nav .head-gnb-section li a:hover {
    font-family: 'noto4', sans-serif;
    color: #5804a2;
}

/* 독학사 GNB : 메뉴 전체보기*/
.head.type_2 .dim-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    color: #000000;
    transform: skew(-0.03deg);
    overflow: auto;
    background: #ffffff;
}

.head.type_2 .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
}

.head.type_2 .total-menu-wrap {
    width: 1100px;
    height: auto;
    max-height: 100%;
    font-family: 'noto4';
    margin: 0 auto;
    overflow: auto;
}

/*.total-menu-wrap .menu_scroll {height:762px;  overflow:auto;}*/
.head.type_2 .total-menu-wrap.active {
    display: block;
    background: #fff;
    z-index: 9999;
}

.head.type_2 .total-menu-wrap .total-menu-title {
    width: 100%;
    height: 53px;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}

.head.type_2 .total-menu-wrap .total-menu-title>.btn-tml-close {
    position: absolute;
}

.head.type_2 .total-menu-wrap .total-menu-sub-title {
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px;
}

.head.type_2 .total-menu-wrap .total-menu-sub-title ul li {
    float: left;
    width: 175px;
    font-size: 19px;
    box-sizing: border-box;
    padding-left: 11px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    margin-right: 52px;
}

.head.type_2 .total-menu-wrap .total-menu-sub-title ul li:last-child {
    margin-right: 0;
}

.head.type_2 .total-menu-wrap .left-menu {
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
}

.head.type_2 .total-menu-wrap .left-menu>a {
    display: block;
    width: 130px;
    height: 93px;
    margin-top: 20px;
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_security2/images/common/free_off.png') 0 0 no-repeat;
    cursor: pointer;
}

.head.type_2 .total-menu-wrap .left-menu>a:hover {
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_security2/images/common/free_on.png') 0 0 no-repeat;
}

.head.type_2 .total-menu-wrap .total-menu-list {
    width: 182px;
    margin-right: 43px;
    padding-left: 12px;
    min-height: 200px;
    line-height: 20px;
    font-family: 'noto3';
    font-weight: 100;
    box-sizing: border-box;
}

.head.type_2 .total-menu-wrap .total-menu-list:last-child {
    margin-right: 0;
}

.head.type_2 .total-menu-wrap .total-menu-list>h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'noto4';
}

.head.type_2 .total-menu-wrap .total-menu-list .btn-tml-style1.selected {
    color: #5804a2 !important;
}

.head.type_2 .total-menu-wrap .total-menu-list ul {
    width: auto;
    box-sizing: border-box;
    margin-bottom: 31px;
}

.head.type_2 .total-menu-wrap .total-menu-list ul:last-child {
    margin-bottom: 0;
}

.head.type_2 .total-menu-wrap .total-menu-list ul li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 8px;
    font-size: 13.5px;
    letter-spacing: 0.1px;
    transform: skew(-0.05deg);
    font-family: 'noto3';
    font-weight: 100;
    color: #2b2b2b;
}

.head.type_2 .total-menu-wrap .total-menu-list ul li::after {
    content: '';
    width: 4px;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    background: #333333;
}

.head.type_2 .total-menu-wrap .total-menu-list .cs-info {
    position: relative;
    margin-top: 29px;
}

.head.type_2 .total-menu-wrap strong {
    display: block;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #1c45c8;
}

.head.type_2 .total-menu-wrap ul li ul {
    margin-top: 5px;
}

.head.type_2 .total-menu-wrap h5>a:hover,
.total-menu-wrap ul li a:hove.head.type_2 r,
.total-menu-wrap ul li a.selec.head.type_2 ted {
    color: #5c0ab4;
    text-decoration: underline;
    font-family: 'noto4';
}

.head.type_2 .total-menu-wrap button.btn-tml-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-family: 'noto3';
    font-weight: 300;
    right: 24px;
    top: 13%;
    width: 25px;
    height: 25px;
    padding: 10px;
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/renew_img/main/close_btn.png') right 0 no-repeat;
}

.head.type_2 .total-menu-wrap button.btn-tml-close:hover {}

.head.type_2 .depth-menu-list .top-th {
    width: 175px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    box-sizing: border-box;
    padding-left: 11px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 89px 56px 22px 0;
}

.head.type_2 .depth-menu-list .top-th p {
    font-family: 'noto4';
}

.head.type_2 .depth-menu-list .link-list h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'noto4';
}

.head.type_2 .page-title .location {
    float: right;
}

/* 서브 head */
.top {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
}

.top .top_text {
    margin: 0 auto;
    width: 1100px;
    padding: 46px 0 55px 0;
    color: #fff;
}

/* 서브 네비 */
.snb-list-wrap.style3 .snb-list {
    width: 1100px;
}

/* 공통 레이아웃 : 카테고리 메인, 수강신청, 교수 페이지 */
.cat_main_cont {
    position: relative;
}

.cat_main_cont .main_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/* 공통 레이아웃 : 수험정보, 게시판, 무료 강의 등 */
.cat_sub_cont {
    position: relative;
    padding: 40px 0;
}

.cat_sub_cont .sub_inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.cat_sub_cont .banner_wrap {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.cat_sub_cont .banner_wrap img {
    max-width: 100%;
}

.cat_sub_cont .gichul-item {
    margin-bottom: 80px;
}

.cat_sub_cont .exam_txt:nth-of-type(1),
.cat_sub_cont .exam_txt h3:nth-of-type(1) {
    margin-top: 0;
}

.cat_sub_cont div.exam-info .define dl,
.cat_sub_cont exam-info dl {
    width: 100%;
}

.cat_sub_cont .guide-wrap .exam-info img {
    display: block;
    margin: 0 auto;
}

.examinfo_wrap {
    width: 1100px;
    margin: 0 auto;
}

.exam_txt .exam_list_wide {
    display: flex;
}

.exam_txt .exam_list_wide .list_item {
    width: 100%;
    text-align: center;
}

.exam_txt .exam_list_wide .txt_box strong {
    display: block;
    color: #000;
    font-family: 'noto5';
}

/* 게시판 등 */
.content-apply {
    width: 1100px;
    margin: 0 auto;
}

.A-board-wrap {
    max-width: none !important;
    width: 1100px !important;
    margin: 0 auto !important;
}

.A-board-wrap .A-board-title .title_banner.review_banner {
    height: 100px;
    padding-top: 40px;
}

.board_top {
    width: 1100px !important;
    margin: 30px auto 0;
}

.book-info .book-wrap {
    padding-top: 40px;
}

.guide-wrap .exam-info .define {
    padding: 0;
}

.bbs-container {
    /*width: 1100px;*/
    margin: 0 auto;
}

/* 헤더 영역 리뉴얼 */
.cat_main_head {
    position: relative;
    color: #161616;
    background: #fff;
    z-index: var(--z-index-header, 100);
}

.cat_main_head .main_inner {
    width: 1100px;
    margin: 0 auto;
}

.cat_main_head .head_top {}

.cat_main_head .head_top .main_inner {
    display: flex;
    align-items: center;
    position: relative;
    height: 92px;
    padding: 8px 0 0;
}

.cat_main_head .head_top .head_logo {
    margin-left: -8px;
}

.cat_main_head .head_top .head_sub_logo {
    display: flex;
    align-items: center;
    margin: 0 0 0 1px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-size: 25px;
    font-family: 'noto7';
}

.cat_main_head .head_top .head_side_slide {
    width: 249px;
    margin-left: auto;
    overflow: hidden;
}

.cat_main_head .head_top .head_bn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    line-height: 19px;
}

.cat_main_head .head_top .head_bn p {
    line-height: 1.2;
    padding: 0 0 12px;
    letter-spacing: -0.05em;
    font-size: 19px;
    font-family: 'noto6';
    color: #000;
}

.cat_main_head .head_top .head_bn em {
    color: #666;
    font-size: 17px;
    font-family: 'noto4';
}

.cat_main_head .head_top .bn_voucher::before {
    content: '';
    display: block;
    width: 98px;
    height: 47px;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn_lifetime.png') no-repeat right top;
}

.cat_main_head .head_top .bn_date::before {
    content: '';
    display: block;
    width: 82px;
    height: 40px;
    margin: 0 6px 0 0;
    background: url('/_skin/tpl_skin/common_images/gnb/text_date_icon.png') no-repeat right top;
}

.cat_main_head .head_top .bn_professional::before {
    content: '';
    display: block;
    width: 70px;
    height: 40px;
    margin: 0 6px 0 0;
    background: url('/_skin/tpl_skin/common_images/gnb/test.png') no-repeat right top 2px;
}

.cat_main_head .head_top .bn_survey::before {
    content: '';
    display: block;
    width: 70px;
    height: 40px;
    margin: 0 6px 0 0;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_img.png') no-repeat right top 2px;
}

.cat_main_head .head_top .bn_branding::before {
    content: '';
    display: block;
    width: 70px;
    height: 43px;
    margin: 0 6px 0 0;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn_3.png') no-repeat right top 2px;
}

.cat_main_head .head_top .bn_ai::before {
    content: '';
    display: block;
    width: 98px;
    height: 50px;
    background: url('/_skin/tpl_skin/common_images/gnb/gnb_bn_ai.png') no-repeat right -9px top;
}

.cat_main_head .head_nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.cat_main_head .head_nav.is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: var(--z-index-sticky-header, 100);
}

.cat_main_head .head_nav .new {
    display: flex;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 17px;
    padding: 0 5px;
    border: 1px solid #ff4e4e;
    border-radius: 13px;
    letter-spacing: 0;
    white-space: nowrap;
    font-family: 'noto4';
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #ff4e4e;
    background: #fff;
}

.cat_main_head .head_nav .flag_new {
    margin-left: 4px;
    font-family: 'market-m';
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.cat_main_head .head_top .gnb_bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 124px;
    height: 27px;
    margin: 0 0 0 13px;
    background: #ffe000;
    border-radius: 30px;
    color: #000;
    animation: colorBlink 1s step-end infinite;
}

.cat_main_head .head_top .gnb_bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    border-width: 0;
    border-style: solid;
    border-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 1px;
    border-right-width: 1px;
    right: 12px;
    z-index: 1;
}

.cat_main_head .head_top .gnb_bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -9.5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
}

.cat_main_head .head_top .gnb_bullet span {
    text-indent: -14px;
    line-height: 1;
    font-family: 'noto5';
}

.cat_main_head .head_nav .icon_arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 9px;
    background: url('/_skin/tpl_skin/common_images/gnb/icon_arrow_right.png') no-repeat 0;
}

.cat_main_head .head_nav .gnb_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    height: 58px;
}

.cat_main_head .head_nav .gnb_list .main_inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px 43px;
    min-height: 63px;
    padding: 20px 0;
}

.cat_main_head .head_nav .gnb_list .main_inner>a {
    width: 130px;
}

.cat_main_head .head_nav .gnb_list>li {
    display: flex;
    align-items: center;
    height: 100%;
}

.cat_main_head .head_nav .gnb_list>li>a {
    position: relative;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 19px;
    font-family: 'noto6';
}

.cat_main_head .head_nav .gnb_list>li>a:hover,
.cat_main_head .head_nav .gnb_list>li>a:focus,
.cat_main_head .head_nav .gnb_list>li>a.selected {
    color: #2151ed;
}

.cat_main_head .head_nav .gnb_depth {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background: #fff;
}

.cat_main_head .head_nav li.is_active .gnb_depth {
    display: block;
}

.cat_main_head .head_nav .gnb_depth ul {
    display: flex;
    gap: 28px;
    /* min-height: 60px; */
}

.cat_main_head .head_nav .gnb_depth a {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 16px;
    font-family: 'noto6';
}

.cat_main_head .head_nav .gnb_depth a+ul,
.cat_main_head .head_nav .gnb_depth ul+ul {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px;
    gap: 16px 40px;
}

.cat_main_head .head_nav .gnb_teacher_depth a+ul,
.cat_main_head .head_nav .gnb_teacher_depth ul+ul {
    max-height: 302px;
}

.cat_main_head .head_nav .gnb_depth ul a {
    display: flex;
    align-items: center;
    font-family: 'noto4';
}

.cat_main_head .head_nav .gnb_depth ul a:hover,
.cat_main_head .head_nav .gnb_depth ul a:focus,
.cat_main_head .head_nav .gnb_depth ul a.selected {
    color: #2855ed;
}

.cat_main_head .head_nav .gnb_depth ul a .tag {
    font-family: 'market-m';
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.cat_main_head .head_nav .gnb_depth ul a .tag_2 {
    margin-top: 4px;
    line-height: 1;
    font-size: 14px;
}

.cat_main_head .head_nav .gnb_depth ul a b {
    display: block;
    margin-right: 10px;
}

/* 수강신청 사이드바 리뉴얼 */
.cat_side_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 198px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* min-width: 1400px; */
    z-index: var(--z-index-sidebar, 10);
    transition: top 0.3s ease-in-out;
    pointer-events: none;
}

.cat_side_wrap>* {
    pointer-events: auto;
}

.cat_side_wrap button {
    cursor: pointer;
}

.cat_main_head.is_active~.container .cat_side_wrap,
.cat_main_head.is_active~.highscore_wrap .cat_side_wrap,
.cat_main_head.is_active~.cat_side_wrap {
    top: 70px;
}

.cat_side_wrap .btn_side_open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 68px;
    text-align: center;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
    font-family: 'noto4';
    opacity: 0;
    background: #000;
    pointer-events: none;
}

.cat_side_wrap .btn_side_open.is_active {
    opacity: 1;
    pointer-events: auto;
}

.cat_side_wrap .btn_side_open p {
    line-height: 1.2;
    color: #fff;
    font-size: 15px;
    font-family: 'noto3';
}

.cat_side_wrap .btn_side_open::after {
    content: '◀';
    position: relative;
    left: 0;
    margin: 2px 0 0;
    color: #fff;
    font-size: 12px;
    font-family: 'noto3';
    transition: 0.3s ease-in-out;
}

.cat_side_wrap .btn_side_open:hover::after {
    left: -10px;
}

.cat_side_wrap .side_list_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 158px;
    transform: translateX(100%);
    color: #fff;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.cat_side_wrap .side_list_wrap.is_active {
    transform: translateX(0);
}

.cat_side_wrap .btn_side_close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -5px;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    transform: rotate(45deg);
    transform-origin: center;
    border-radius: 50%;
    color: inherit;
    font-family: 'noto4';
    background: #000;
}

.cat_side_wrap .side_list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 5px 0 0;
    margin: 5px 0 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.cat_side_wrap .list_item {
    width: 100%;
}

.cat_side_wrap .list_item a:hover,
.cat_side_wrap .list_item a {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 38px;
    padding: 0 0 0 20px;
    color: #fff;
}

.cat_side_wrap .list_item a.is_active,
.cat_side_wrap .list_item a.is_active:hover {
    color: #78e6ff;
    font-family: 'noto4';
}

.cat_side_wrap .btn_scroll_apply {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 0 0 23px;
    letter-spacing: -0.04em;
    text-align: left;
    color: inherit;
    font: inherit;
    background: #df0000;
}

.cat_side_wrap .side_banners_wrap {
    margin: 20px 0 0;
}

/* 상단 픽스 배너 : 글로벌 */
.cat_top_wrap {
    position: relative;
    width: 100%;
}

.is_active+.cat_top_wrap {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: var(--z-index-sidebar, 60);
}

.cat_top_wrap:has(.banner_item) {
    height: 80px;
}

.is_active+.cat_top_wrap:has(.banner_item)~.cat_main_cont {
    padding-top: 80px;
}

.cat_top_wrap .banner_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cat_top_wrap .banner_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

/* 상단 픽스 배너 : 로컬 */
.content_top_banner {
    display: flex;
    position: relative;
    width: 100%;
    z-index: var(--z-index-content, 10);
}

.cat_top_wrap:has(.banner_item)~.content_top_banner {
    margin: -80px 0 0;
}

.is_active~.content_top_banner {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: var(--z-index-sidebar, 60);
}

.is_active~.cat_top_wrap:not(:has(*))~.content_top_banner~.cat_main_cont {
    padding-top: 80px;
}

/* *차트* */
.cat_sub_cont .chart_wrap {
    height: 395px;
    padding: 24px 75px 0 56px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    background: #20365c;
    color: #a2afc4;
}

.cat_sub_cont .chart_wrap .chart_num {
    position: relative;
    width: 100%;
    height: 100%;
}

.cat_sub_cont .chart_wrap .chart_num li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 59px;
    padding: 0;
    margin: 0;
}

.cat_sub_cont .chart_wrap .chart_num li::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #132139;
}

.cat_sub_cont .chart_wrap .graph_cont {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat_sub_cont .chart_wrap .chart_info {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    width: 100%;
    height: 53px;
    padding: 15px 51px 0 0;
}

.cat_sub_cont .chart_wrap .chart_info p {
    margin: 0;
    color: #fff !important;
}

.cat_sub_cont .chart_wrap .chart_info span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.cat_sub_cont .chart_wrap .chart_info :nth-child(1) span {
    background: #c8c8c8;
}

.cat_sub_cont .chart_wrap .chart_info :nth-child(2) span {
    background: #4b59f8;
}

.cat_sub_cont .chart_wrap .chart_info :nth-child(3) span {
    background: #22c7dc;
}

.cat_sub_cont .chart_wrap .chart {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    width: 100%;
    height: calc(59px * 5);
    padding: 0 95px 0 110px;
}

.cat_sub_cont .chart_wrap .chart li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}

.cat_sub_cont .chart_wrap .chart li::after {
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -30px;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
    font-family: 'noto4';
    font-size: 17px;
}

.cat_sub_cont .chart_wrap .chart li span {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 40px;
    box-shadow: 11px 0 10px rgba(0, 0, 0, 0.26);
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(1) {
    background: #c8c8c8;
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(2) {
    background: #4b59f8;
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(3) {
    background: #22c7dc;
}

.cat_sub_cont .chart_wrap .chart li span::before {
    display: block;
    margin: -1.5em;
    letter-spacing: -0.05em;
    font-size: 17px;
    font-family: 'noto6';
    text-align: center;
    content: attr(title);
    white-space: nowrap;
    word-wrap: break-word;
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(1)::before {
    color: #eee;
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(2)::before {
    color: #dbdeff;
}

.cat_sub_cont .chart_wrap .chart li span:nth-child(3)::before {
    color: #bdf8ff;
}

.cat_sub_cont .chart_wrap.type2 .chart_info {
    margin-bottom: -20px;
}

.cat_sub_cont .chart_wrap.type2 .chart_num {
    bottom: -36px;
}

.cat_sub_cont .chart_wrap.type2 .chart_num li {
    height: 10%;
}

.cat_sub_cont .chart_wrap.type2 .chart {
    height: 345px;
}

/* *차트* */

/* 초시생 클릭 팝업 : s */
.cat_main_head .gnb_bullet_wrap {
    position: relative;
    z-index: var(--z-index-popup, 100);
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup {
    display: none;
    position: absolute;
    top: calc(100% + 19px);
    left: -2px;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup.is_active {
    display: block;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup .btn_go {
    position: absolute;
    left: 20px;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup .btn_go_1 {
    width: 246px;
    height: 119px;
    top: 104px;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup .btn_go_2 {
    width: 246px;
    height: 119px;
    top: 234px;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup .btn_go_3 {
    width: 119px;
    height: 137px;
    top: 364px;
}

.cat_main_head .gnb_bullet_wrap .gnb_bullet_popup .btn_go_4 {
    width: 118px;
    height: 137px;
    top: 364px;
    left: 149px;
}

/* 초시생 클릭 팝업 : e */

/* 툴팁 팝업 : s */
.tooltip_popup {
    position: relative;
    z-index: 1;
}

.tooltip_popup .popup_wrap {
    display: none;
    position: absolute;
    width: 410px;
    height: 180px;
    padding: 6px 6px 20px 20px;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
}

.tooltip_popup .popup_wrap.evidence_popup_wrap {
    top: calc(100% + 10px);
    left: 0;
    height: fit-content;
}

.tooltip_popup .d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tooltip_popup .head_name {
    padding-top: 10px;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.tooltip_popup .close_btn {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #000;
    transform: rotate(45deg);
    cursor: pointer;
}

.tooltip_popup .close_btn::before,
.tooltip_popup .close_btn::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.tooltip_popup .close_btn::before {
    width: 2px;
    height: 14px;
}

.tooltip_popup .close_btn::after {
    width: 14px;
    height: 2px;
}

.tooltip_popup .popup_contents {
    font-family: 'noto4';
    font-size: 14px;
    letter-spacing: -0.035em;
    line-height: 1.8;
}

.tooltip_popup .popup_contents li {
    word-break: keep-all;
}

/* 툴팁 팝업 : e */

/* 근거확인 버튼 : s */
.btn_evidence_open {
    height: 28px;
    line-height: 25px;
    padding: 0 10px;
    letter-spacing: -0.05em;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'noto5';
}

/* 근거확인 버튼 : e */

/* 사이 배너 : s */
.head_middle_banner {
    position: absolute;
    top: 100px;
    right: -200px;
    z-index: var(--z-index-floating, 100);
}

.head_middle_banner button {
    cursor: pointer;
}

/* 사이 배너 : e */

/* 얼리버드 배지 : s */
.floating_badge {
    display: flex;
    align-items: center;
    position: absolute;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    box-shadow: 3px 11px 27px 0px rgba(0, 0, 0, 0.35);
    background: #ff4c4c;
    z-index: var(--z-index-floating, 100);
    animation: floating 1s ease infinite;
}

.floating_badge .badge_text {
    width: 100%;
    text-align: center;
    letter-spacing: -0.065em;
    color: #fff;
    font-family: 'noto7';
}

.floating_badge .badge_text.type_md {
    line-height: 1.25;
    font-size: 27px;
}

.floating_badge .badge_text.type_lg {
    line-height: 1.3;
    font-size: 33px;
}

/* 얼리버드 배지 : e */

/* 플로팅 배너 : s */
.cat_main_cont .banner_floating_wrap {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1400px;
    padding: 0 2px;
    z-index: var(--z-index-floating, 10);
    transition: top 0.3s ease-in-out;
    pointer-events: none;
}

.cat_main_cont.is_active .banner_floating_wrap {
    top: 85px;
}

.cat_main_cont .banner_floating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    pointer-events: auto;
}

.cat_main_cont .banner_floating a,
.cat_main_cont .banner_floating button {
    display: block;
    width: 100%;
}

/* 플로팅 배너 : e */

/* 웰컴쿠폰 팝업 : s */
.head_floating_popup {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 386px;
    left: 0;
    width: 100%;
    z-index: var(--z-index-floating, 30);
    overflow: hidden;
    pointer-events: none;
}

.branding_wrap~.head_floating_popup {
    top: 575px;
}

.head_floating_popup .floating_inner {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 1600px;
    pointer-events: none;
}

.head_floating_popup .btn_coupon {
    display: block;
    cursor: pointer;
    pointer-events: auto;
}

/* 웰컴쿠폰 팝업 : e */