@charset "UTF-8";
/* 공통 */
.screen_out {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

.cat_main_cont {
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

.cat_main_cont button {
    cursor: pointer;
}

.cat_main_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat_main_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center;
}

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 38px;
    font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1551da;
    font-size: 48px;
    font-family: 'noto7';
}

.cat_main_cont .main_title h3 em {
    color: #ff6c00;
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 32px;
    margin: 0 0 34px;
    border-radius: 46px;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 22px;
    font-family: 'noto6';
    background: linear-gradient(to right, #1445a0, #0f2c60);
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px #11377d;
}

.cat_main_cont .main_desc {
    line-height: 1.4;
    letter-spacing: -0.045em;
    text-align: center;
    color: #ebe9f3;
    font-size: 21px;
    font-family: 'noto3';
}

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

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

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 비주얼 */
.visual_cont {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/top_teacher.png') no-repeat center bottom,
        url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/top_bg.png') no-repeat center top;
}

.visual_cont .main_inner {
    padding: 36px 0 55px;
}

.visual_cont .btn_scroll {
    position: absolute;
    bottom: 141px;
    left: 234px;
    width: 620px;
    height: 88px;
}

/* 혜택 */
.benefit_cont {
    background: #0034c7;
}

.benefit_cont .main_inner {
    padding: 153px 0 159px;
}

.benefit_cont .main_title {
    color: #fff;
}

.benefit_cont .main_title h3 {
    color: #ffde00;
}

.benefit_cont .benefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px;
    margin: 46px 0 0;
}

.benefit_cont .benefit_list .list_item {
    width: 535px;
    min-height: 195px;
    padding: 40px 0 0 29px;
    border-radius: 20px;
    background: #fff;
}

.benefit_cont .benefit_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_1.png') no-repeat right 48px top 43px;
}

.benefit_cont .benefit_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_2.png') no-repeat right 38px top 34px;
}

.benefit_cont .benefit_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_3.png') no-repeat right 57px top 27px;
}

.benefit_cont .benefit_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_4.png') no-repeat right 36px top 31px;
}

.benefit_cont .benefit_list .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_5.png') no-repeat right 16px top 34px;
}

.benefit_cont .benefit_list .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_6.png') no-repeat right 34px top 42px;
}

.benefit_cont .benefit_list .list_item_7 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_7.png') no-repeat right 10px top 20px;
}

.benefit_cont .benefit_list .list_item_8 {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/benefit_8.png') no-repeat right 54px top 29px;
}

.benefit_cont .benefit_list .item_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 20px;
}

.benefit_cont .benefit_list .item_title {
    display: block;
    margin: 10px 0 0;
    line-height: 1.28;
    letter-spacing: -0.065em;
    font-size: 28px;
    font-family: 'noto7';
}

/* 상품 */
.product_cont .main_inner {
    padding: 155px 0 159px;
}

.product_cont .product_banner {
    position: relative;
    margin: 51px 0 0;
}

.product_cont .product_banner .btn_go {
    position: absolute;
    top: 19px;
    right: 0;
    width: 365px;
    height: 70px;
}

.product_cont .product_list {
    display: flex;
    gap: 39px;
    width: 100%;
}

.product_cont .product_list .list_item {
    position: relative;
    width: 100%;
    border: 3px solid #000;
    border-radius: 20px;
    background: #fff;
}

.product_cont .product_list .item_top_contents {
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 12px;
}

.product_cont .product_list .item_marker {
    position: absolute;
    top: -40px;
    left: -46px;
    animation: blink 1s infinite;
}

.product_cont .product_list .item_detail {
    flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
    display: flex;
    gap: 5px;
}

.product_cont .product_list .item_tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 15px;
    border: 1px solid #333;
    border-radius: 34px;
    letter-spacing: -0.025em;
    font-size: 17px;
    font-family: 'market-b';
}

.product_cont .product_list .item_tags .tag_point {
    border-color: #aaa51e;
    background: #ffde00;
    animation: blink 1s infinite;
}

.product_cont .product_list .item_title {
    display: block;
    line-height: 1.3;
    color: #151947;
    font-family: 'noto7';
}

.product_cont .product_list .item_title em {
    color: #e40d44;
}

.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product_cont .product_list .item_list li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto5';
}

.product_cont .product_list .item_list li::before {
    content: '·';
    margin: 0 4px 0 0;
}

.product_cont .product_list .item_list li em {
    color: #bf1919;
}

.product_cont .product_list .item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.product_cont .product_list .price_wrap {
    display: flex;
    align-items: flex-end;
    margin: 0 0 22px;
    gap: 12px;
}

.product_cont .product_list .price_origin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #000;
    font-family: 'noto7';
}

.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.product_cont .product_list .origin_num {
    color: rgba(123, 123, 123, 0.6);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #000;
}

.product_cont .product_list .price_total {
    line-height: 1.2;
    letter-spacing: -0.055em;
    color: #e40d44;
    font-size: 42px;
    font-family: 'noto7';
}

.product_cont .product_list .price_total span {
    font: inherit;
    font-size: 50px;
}

.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    border-radius: 50%;
    text-align: center;
    background: #003ff0;
}

.product_cont .product_list .price_badge p {
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #fff;
    font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
    color: #fff;
    font-family: 'noto7';
}

.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: -0.045em;
    color: #fff;
    font-family: 'noto7';
    background: #000;
}

.product_cont .product_list .item_benefits {
    display: flex;
    margin: 49px 3px 0 9px;
    padding: 26px 0 0;
    border-top: 1px solid #cecece;
    gap: 11px;
}

.product_cont .product_list .item_benefits li {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 97px;
    line-height: 1.3;
    padding: 0 0 0 31px;
    border: 1px solid #cecece;
    border-radius: 20px;
    letter-spacing: -0.075em;
    color: #151947;
    font-size: 20px;
    font-family: 'noto6';
    background: #fff;
}

.product_cont .product_list .item_benefits li:nth-child(1) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon1.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(2) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon2.png') no-repeat right center;
}

.product_cont .product_list .item_benefits li:nth-child(3) {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/apply_icon3.png') no-repeat right center;
}

.product_cont .product_list_1 {
    margin: 35px 0 0;
}

.product_cont .product_list_1 .list_item {
    padding: 39px 29px 47px 19px;
}

.product_cont .product_list_1 .item_title {
    margin: 21px 0 0;
    letter-spacing: -0.05em;
    font-size: 50px;
}

.product_cont .product_list_1 .item_list {
    margin: 22px 0 5px;
}

.product_cont .product_list_1 .btn_scroll {
    width: 368px;
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
}

.product_cont .product_list_1 .origin_tag {
    font-family: 'noto4';
    font-size: 15px;
}

.product_cont .product_list_1 .origin_num {
    font-size: 23px;
}

.product_cont .product_list_1 .price_total {
    margin: 0 0 0 15px;
}

.product_cont .product_list_1 .price_badge {
    width: 107px;
    height: 107px;
}

.product_cont .product_list_1 .price_badge p {
    font-size: 18px;
}

.product_cont .product_list_1 .price_badge span {
    font-size: 28px;
}

.product_cont .product_list_2 {
    margin: 31px 0 0;
}

.product_cont .product_list_2 .list_item {
    padding: 12px 31px 41px 29px;
}

.product_cont .product_list_2 .item_title {
    margin: 27px 0 0;
    letter-spacing: -0.065em;
    font-size: 44px;
}

.product_cont .product_list_2 .item_list {
    gap: 4px;
    margin: 22px 0 5px;
}

.product_cont .product_list_2 .btn_scroll {
    width: 100%;
    height: 55px;
    margin: 26px 0 0;
    border-radius: 10px;
    font-size: 20px;
}

.product_cont .product_list_2 .origin_tag {
    font-size: 20px;
}

.product_cont .product_list_2 .item_price {
    margin: 35px 0 0;
}

.product_cont .product_list_2 .origin_num {
    font-size: 22px;
}

.product_cont .product_list_2 .price_total {
    margin: 0 0 0 8px;
}

.product_cont .product_list_2 .price_badge {
    bottom: 1px;
    right: auto;
    left: 3px;
    width: 91px;
    height: 91px;
}

.product_cont .product_list_2 .price_badge p {
    font-size: 18px;
}

.product_cont .product_list_2 .price_badge span {
    font-size: 18px;
}

/* 필수 */
.essential_cont {
    background: #040938 url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/info_bg.png') no-repeat center top;
}

.essential_cont .main_inner {
    padding: 163px 0 160px;
}

/* 소개 : s */
.intro_cont {
    background: #d7e6fa url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/class_bg.png') no-repeat center top;
}

.intro_cont .main_inner {
    padding: 156px 0 107px;
}

.intro_cont .intro_video {
    position: relative;
    margin: 47px 0 0 40px;
}

.intro_cont .intro_video .video_box {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 1100px;
    height: 619px;
}

.intro_cont .intro_video .video_box .layer,
.intro_cont .intro_video .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

/* 합격 후기 */
.review_cont {
    background: linear-gradient(110deg, #11409e, #050927);
}

.review_cont .main_inner {
    padding: 160px 0 34px;
}

.review_cont .main_title p {
    color: #fff;
    font-size: 33px;
}

.review_cont .main_title h3 {
    color: #ffea00;
}

.review_cont .review_video {
    position: relative;
    margin: 46px 0 0 42px;
}

.review_cont .review_video .video_box {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 1100px;
    height: 619px;
}

.review_cont .review_video .video_box .layer,
.review_cont .review_video .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.review_cont .reviews_slide {
    position: relative;
    width: 1300px;
    height: 500px;
    padding: 50px 71px 50px 63px;
    margin: -52px 0 0;
    overflow: hidden;
}

.review_cont .reviews_slide .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.review_cont .reviews_slide .swiper-button-prev,
.review_cont .reviews_slide .swiper-button-next {
    top: 189px;
    width: 86px;
    height: 86px;
    margin: 0;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/arrow.png') no-repeat 0 0;
}

.review_cont .reviews_slide .swiper-button-prev {
    left: 25px;
    background-position: left center;
}

.review_cont .reviews_slide .swiper-button-next {
    right: 25px;
    background-position: right center;
}

.review_cont .reviews_slide .slide_item:nth-child(2) {
    margin: 0 0 0 -27px;
}

/* 그래프 */
.graph_cont {
}

.graph_cont .main_title {
    margin: 95px 0 55px;
}

/* 교수 */
.professor_cont {
    background: linear-gradient(to bottom, #fff 498px, #070720 498px);
}

.professor_cont .main_inner {
    padding: 160px 0 74px;
}

.professor_cont .tab-wrap {
    margin-top: 91px;
}
.teacher_menu {
    display: flex;
    gap: 24px;
    width: 100%;
}
.teacher_menu li {
    width: 50%;
    height: 95px;
    margin-right: 4px;
}
.teacher_menu li a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 150px;
    background: #7a7a7a;
}
.teacher_menu li a.selected {
    background: #0042fd;
}
/* .teacher_menu a:after {
	position: absolute;
	display: block;
	content: '';
	width: 134px;
	height: 134px;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 50%;
	background: #444c5f;
}
.teacher_menu li a.selected:after {
	background: #2d63fa;
} */
.teacher_menu li a p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    position: relative;
    z-index: 1;
    padding-right: 70px;
    color: #ababab;
    font-size: 24px;
    font-family: 'noto4';
    line-height: 96px;
    letter-spacing: -0.065em;
}
.teacher_menu li a.selected p {
    color: #ffffff;
}
.teacher_menu li a p b {
    font-family: 'noto6';
    font-size: 38px;
}
.teacher_menu li a p:after {
    position: absolute;
    display: block;
    content: '';
    width: 114px;
    height: 125px;
    top: -53px;
    left: 50px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/tab_teacher_off.png');
    background-repeat: no-repeat;
    background-size: 680px 140px;
}
.teacher_menu li a.selected p:after {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/tab_teacher.png');
    background-repeat: no-repeat;
}
.teacher_menu li a.teacher_img1 p:after {
    background-position: 2px 4px;
}
.teacher_menu li a.teacher_img2 p:after {
    background-position: -561px 4px;
}
.tab-teacher {
    width: 1100px;
    height: 746px;
    margin: 52px 0 0 0;
    text-align: left;
}
.tab-teacher p {
    margin: 107px 0 41px 40px;
    font-size: 34px;
    font-family: 'noto6';
    color: #ffffff;
    line-height: 100%;
    font-weight: 1;
}
.tab-teacher span {
    display: block;
    margin-left: 38px;
    font-size: 34px;
    font-family: 'noto6';
    color: #ffde00;
    line-height: 100%;
    font-weight: 1;
}
.tab-teacher h1 {
    margin: 12px 0 0 40px;
    font-size: 53px;
    line-height: 100%;
    color: #ffde00;
    font-family: 'noto7';
    letter-spacing: -1.7px;
}
.tab-teacher span {
    display: block;
    font-size: 23px;
    font-family: 'noto4';
    letter-spacing: -0.055em;
    line-height: 1.2;
    color: #ffde00;
}
.tab-teacher ul {
    margin-top: 27px;
    margin-left: 40px;
}
.tab-teacher ul li {
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.055em;
    line-height: 1.8;
    color: #e6e6e6;
}
.tab-teacher .video_box {
    position: relative;
    width: 482px;
    height: 306px;
    margin-top: 32px;
    margin-left: 34px;
}
.tab-teacher .video_box span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.teacher1 {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/teacher_01.png') right 38px top 4px no-repeat;
}
.teacher2 {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/teacher_02.png') right 38px top 4px no-repeat;
}
.professor_cont .teacher_wrap_slide {
    position: static;
    width: 1074px;
    height: 251px;
    margin-top: -10px;
    padding: 11px 20px;
    box-sizing: border-box;
}
.professor_cont .swiper-container .btn_arrow {
    position: absolute;
    z-index: 4;
    width: 47px;
    height: 48px;
    cursor: pointer;
    top: 89.5%;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat;
}
.professor_cont .swiper-container .btn_arrow {
    top: 89.5%;
}
.professor_cont .swiper-container .btn_prev {
    left: -49px;
    background-position: -8px -5px;
}
.professor_cont .swiper-container .btn_next {
    right: -49px;
    background-position: -60px -5px;
}
.professor_cont .swiper-container .div-table {
    width: 100%;
    height: 100%;
}
.professor_cont .swiper-container .div-table > * {
    vertical-align: middle;
}
.professor_cont .teacher_wrap_slide .swiper-slide {
    position: relative;
    padding: 0 0px 21px 50px;
    box-sizing: border-box;
    background-color: #e6d6de;
    line-height: 130%;
    border-radius: 30px;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 41%);
    border-radius: 26px;
}
.professor_cont .teacher_wrap_slide .review_content {
    padding-left: 6px;
    padding-top: 10px;
    width: 100%;
}
.professor_cont .teacher_wrap_slide .writer span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}
.professor_cont .teacher_wrap_slide .review_tit {
    font-size: 32px;
    line-height: 100%;
    color: black;
}
.professor_cont .teacher_wrap_slide .review_txt {
    margin-top: 11px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 143%;
    font-weight: 400;
}
.professor_cont .teacher_wrap_slide .div-table span {
    font-size: 17px;
    font-weight: bold;
}

/* 커리큘럼 */
.curri_cont {
    background: #f0f0f0;
}

.curri_cont .main_inner {
    padding: 160px 0 159px;
}

.curri_cont .table_wrap {
    margin: 60px auto 0;
    width: 1100px;
}

.curri_cont .table_wrap table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #c3c8cf;
    background: #ffffff;
}

.curri_cont .table_wrap .table_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 109px;
    margin: 0 0 19px;
}

.curri_cont .table_wrap table + .table_head {
    margin-top: 33px;
}

.curri_cont .table_wrap .table_head p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 495px;
    height: 16px;
    letter-spacing: -0.025em;
    color: #39414b;
    font-size: 22px;
    font-family: 'noto6';
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/curri_week.png') no-repeat 0 0;
}

.curri_cont .table_wrap .table_1 {
    margin-bottom: 30px;
}

.curri_cont .table_wrap th,
.curri_cont .table_wrap td {
    text-align: center;
}

.curri_cont .table_wrap th:not(:last-child),
.curri_cont .table_wrap td:not(:last-child) {
    border-right: 1px solid #c3c8cf;
}

.curri_cont .table_wrap th:not(:first-child) {
}

.curri_cont .table_wrap th {
    padding: 19px 0 13px;
    background: #eaeef3;
    line-height: 1.4;
    font-size: 20px;
    font-family: 'noto4';
    font-weight: 100;
    color: #232323;
}

.curri_cont .table_wrap th:first-child {
    border-right: 1px solid #fff;
    font-family: 'noto7';
    font-size: 20px;
    letter-spacing: -0.065em;
    color: #000;
    background: #cde3ff;
}

.curri_cont .table_wrap th b {
    display: inline-block;
    font-family: 'noto7';
}

.curri_cont .table_wrap td {
    padding-top: 20px;
    border-top: 0;
    color: #020202;
    font-size: 18px;
    vertical-align: top;
}

.curri_cont .table_wrap td p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.curri_cont .table_wrap td b {
    font-family: 'noto6';
    font-size: 20px;
}

.curri_cont .table_wrap td .bg-red,
.curri_cont .table_wrap td .bg-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 34px;
    margin-top: 26px;
    text-align: center;
    font-family: 'noto4';
    font-size: 15px;
    color: #fff;
    background: #ad35df;
    z-index: 1;
}

.curri_cont .table_wrap td .bg-yellow {
    color: #000;
    background: #ffea00;
}

.curri_cont .table_wrap td .type-col2 {
    width: 200%;
}

/* 모의고사 */
.mock_cont {
}

.mock_cont .main_inner {
    padding: 160px 0 161px;
}

.mock_cont .mock_box {
    margin-top: 44px;
}

.mock_cont .mock_box .box_item_1 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img4.png');
}

/* q&a */
.qna_cont {
    background: #f0f0f0;
}

.qna_cont .main_inner {
    padding: 160px 0 75px;
}

.qna_cont .qna_img {
    margin: 15px 0 0 -55px;
}

/* 특별 제공 */
.special_cont .main_inner {
    padding: 164px 0 161px;
}

.special_cont .main_title {
    margin: 0 0 61px;
}

/* 도서 */
.book_cont .main_inner {
    padding: 159px 0 160px;
}

.book_cont .book_item {
    position: relative;
    margin: 38px 0 0 102px;
}

.book_cont .popupVideo {
    position: absolute;
    top: 335px;
    left: -42px;
    width: 420px;
    height: 235px;
}

/* 시작 */
.start_cont {
    height: 732px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

.start_cont .main_inner {
    padding: 135px 0 0;
}

.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
}

.start_cont .main_title h3 {
    color: #40f37e;
}

.start_cont .start_list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 15px;
    width: 100%;
    margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
    position: relative;
    width: 215px;
    height: 129px;
    padding: 18px 0 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 21px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
    left: 90px;
}

.start_cont .start_list .list_item em {
    font-family: 'noto6';
}

.start_cont .main_title .evidence_area {
    top: 82px;
    right: 103px;
}

/* 하단 배너 */
.banner_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.banner_bottom button {
    display: block;
}
