.close-preview {
    display: none;
}

/* 카테고리 기본 컨테이너 */
.global_container {}

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

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

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

.type_apply+.cat_sub_cont {
    padding-top: 0;
}

.cat_sub_cont .sub_inner {
    position: relative;
    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_sub_header {
    color: #fff;
    background: #41537d no-repeat center;
}

.cat_sub_header.type_book {
    background-image: url('/_skin/tpl_skin/common_images/sub_head/book.png');
}

.cat_sub_header.type_exam {
    background-image: url('/_skin/tpl_skin/common_images/sub_head/exam_info.png');
}

.cat_sub_header.type_community {
    background-image: url('/_skin/tpl_skin/common_images/sub_head/community.png');
}

.cat_sub_header.type_data {
    background-image: url('/_skin/tpl_skin/common_images/sub_head/study_data.png');
}

.cat_sub_header.type_apply {
    background-image: url('/_skin/tpl_skin/common_images/sub_head/apply.png');
}

.cat_sub_header .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 1100px;
    height: 191px;
    margin: 0 auto;
}

.cat_sub_header .header_title {
    line-height: 1;
    font-size: 33px;
    font-family: 'noto5';
}

.cat_sub_header .header_title::before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin: 0 0 20px 0;
    background: #fff;
}

.cat_sub_header .header_text {
    margin: 16px 0 0 0;
    line-height: 1;
    font-size: 17px;
}

.cat_sub_lnb {
    border-bottom: 1px solid #000;
}

.cat_sub_lnb .main_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1100px;
    height: 71px;
    margin: 0 auto;
}

.cat_sub_lnb .lnb {
    display: flex;
    align-items: center;
}

.cat_sub_lnb .lnb a {
    display: flex;
    position: relative;
    padding: 10px 28px;
    font-size: 15px;
}

.cat_sub_lnb .lnb a:first-child {
    padding-left: 0;
}

.cat_sub_lnb .lnb a:hover,
.cat_sub_lnb .lnb a:focus {
    color: #0953a7;
}

.cat_sub_lnb .lnb a+a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #afb7b9;
}

.cat_sub_lnb .lnb a.is_active {
    color: #000;
    font-family: 'noto5';
}

.cat_sub_lnb .breadcrumb {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px;
}

.cat_sub_lnb .breadcrumb *+*::before {
    content: '>';
    padding: 0 5px;
}

.cat_sub_lnb .breadcrumb strong {
    color: #41537d;
    font-family: 'noto5';
}

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

.is_active+.global_container .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+.global_container .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~.global_container>.content_top_banner {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: var(--z-index-sidebar, 60);
}

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

/* 수험정보 : 레이아웃 */
.cat_sub_cont {
    line-height: 1.65;
    color: #6a6a6a;
}

.cat_sub_cont .color_noti {
    color: #dc1a1a !important;
}

.cat_sub_cont .color_normal {
    color: #000 !important;
}

.cat_sub_cont .justify_wrap {
    display: flex;
    justify-content: space-between;
}

.cat_sub_cont .exam_tab {
    display: block !important;
    /* TODO : lec_extension_popup */
    width: 100%;
}

.cat_sub_cont .exam_tab .tab_list {
    display: flex;
    width: 100%;
}

.cat_sub_cont .exam_tab .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    line-height: 1.2;
    color: #5d5e58;
    font-size: 17px;
    background: #cdcec8;
    transition: 0.3s ease-in-out;
}

.cat_sub_cont .exam_tab .btn_tab:not(.is_active):hover {
    background: #b9bab3;
}

.cat_sub_cont .exam_tab .btn_tab.is_active {
    color: #fff;
    background: #434e5c;
}

.cat_sub_cont .exam_tab .tab_content {
    display: none;
    width: 100%;
    margin: 50px 0 0;
}

.cat_sub_cont .exam_tab .tab_content.is_active {
    display: flex;
}

.cat_sub_cont .exam_block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    word-break: keep-all;
    font-size: 14px;
}

.cat_sub_cont .exam_block+.exam_block {
    margin: 55px 0 0;
}

.cat_sub_cont .exam_block h3 {
    position: relative;
    margin-bottom: 13px;
    color: #000;
    font-size: 19px;
    font-family: 'noto6';
}

.cat_sub_cont .exam_block h3::before {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    margin: 0 0 14px;
    background: #142e9a;
}

.cat_sub_cont .exam_block table {
    border: 1px solid #d1d1d1;
    border-top: none;
}

.cat_sub_cont .exam_block th {
    padding: 10px 0;
    border: 1px solid #d1d1d1;
    color: #686868;
    font-family: 'noto5';
    background: #f8f8f8;
}

.cat_sub_cont .exam_block td {
    padding: 15px 15px;
    border: 1px solid #d1d1d1;
}

.cat_sub_cont .exam_block b {
    font-weight: normal;
    font-family: 'noto6';
}


.cat_sub_cont .exam_block ul,
.cat_sub_cont .exam_block ol {
    width: 100%;
}

.cat_sub_cont .exam_block *+ul,
.cat_sub_cont .exam_block *+ol {
    margin: 0.4em 0 0;
}

.cat_sub_cont .exam_block li {
    position: relative;
}

.cat_sub_cont .exam_block .btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: auto 0 0;
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    background: #eee;
}

.cat_sub_cont .exam_block .btn_go:hover {
    color: #fff;
    background: #000;
}

.cat_sub_cont .list-dot li,
.cat_sub_cont .list-bar li {
    padding: 0 0 0 0.5em;
}

.cat_sub_cont .list-number li {
    padding: 0 0 0 1.5em;
}

.cat_sub_cont .list-dot li::before,
.cat_sub_cont .list-bar li::before,
.cat_sub_cont .list-number li::before {
    position: absolute;
    top: 0;
    left: 0;
}

.cat_sub_cont .list-number {
    counter-reset: item;
}

.cat_sub_cont .list-dot li::before {
    content: '\00B7';
}

.cat_sub_cont .list-bar li::before {
    content: '-';
}

.cat_sub_cont .list-number li::before {
    content: '(' counter(item) ')';
    counter-increment: item;
}

/* 수험정보 : 차트 */
.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;
}

/* 수험 정보 하단 배너 */
.content_footer_banner {
    background: #303845;
    text-align: center;
}

/* 수강신청 (99) */
.apply-all {
    width: 100%;
}

/* 이벤트 */
.global_container .board_top {
    padding: 60px 0 0;
}

.global_container form[name="fwrite"] {
    width: 1100px;
    margin: 0 auto !important;
    padding: 60px 0;
}

/* 게시판 */
.A-board-wrap {
    width: 1100px;
    margin: 0 auto;
    color: #000;
}