@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;
    font-family: 'noto7';
}

.cat_main_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 26px;
}

.cat_main_cont .main_title span+p {
    font-size: 35px;
}

.cat_main_cont .main_title h3 {
    margin-top: 4px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: #1339d3;
    font-size: 43px;
}

.cat_main_cont .main_title>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 353px;
    height: 95px;
    padding: 40px 0 0 4px;
    margin: 0 auto 42px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: 'noto6';
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/sotitle_bg.png') no-repeat 0 0;
}

@keyframes pointerBounceDiagonal {

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

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

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 좌측 플로팅 배너 */
#banner_open_fmb {
    z-index: 98;
}

.floating_banners {
    position: fixed;
    top: 268px;
    left: 50px;
    z-index: 99;
}

.floating_banners .banner_review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 314px;
    height: 389px;
    margin: 0 0 20px -50px;
    padding: 36px 0 0 50px;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_social_new/images/apply/con1_2/v2/hugi_pop.png') no-repeat 0 0;
}

.floating_banners .banner_review .reviews_title {
    line-height: 1.25;
    letter-spacing: -0.03em;
    font-size: 22px;
}

.floating_banners .banner_review .reviews_title em {
    font-family: 'noto7';
}

.floating_banners .banner_review .reviews_slide {
    position: relative;
    width: 220px;
    height: 218px;
    margin: 14px 0 0;
    overflow: hidden;
}

.floating_banners .banner_review .reviews_slide p {
    line-height: 1.25;
    word-break: keep-all;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.floating_banners .banner_review .reviews_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 191px;
}

.floating_banners .banner_review .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.floating_banners .banner_review .swiper-pagination-bullet {
    width: 10px;
    height: 9px;
    margin: 0;
    border-radius: 9px;
    background: #000;
    opacity: 0.2;
}

.floating_banners .banner_review .swiper-pagination-bullet-active {
    width: 26px;
    border: none;
    background: #fff;
    opacity: 0.7;
}

.floating_banners .banner_review .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 219px;
    height: 34px;
    margin: 12px 0 0;
    line-height: 1.2;
    border-radius: 34px;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 17px;
    font-family: 'noto5';
    background: #000;
}

.floating_banners .banner_noti {
    position: relative;
}

.floating_banners .banner_noti .noti_text {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ff2a2a;
    font-size: 19px;
    font-family: 'noto6';
}

/* 비주얼 */
.visual_cont {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/top_bg.png') no-repeat center top;
}

.visual_cont .main_inner {
    align-items: flex-start;
    height: 754px;
    padding: 76px 0 0;
}

/* 상품 */
.product_cont .main_inner {
    padding: 97px 0 229px;
}

.product_cont .main_title p {
    color: #ffa200;
}

.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: 16px;
    width: 100%;
}

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

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

.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;
    min-width: 147px;
    height: 40px;
    padding: 0 25px;
    border-radius: 40px;
    letter-spacing: -0.075em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
    background: #565656;
}

.product_cont .product_list .item_tags .tag_point {
    letter-spacing: -0.05em;
    font-size: 24px;
    font-family: 'noto7';
    background: #ff4e00;
    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: #1339d3;
}

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

.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;
    justify-content: flex-end;
    position: relative;
}

.product_cont .product_list .price_wrap {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}

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

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

.product_cont .product_list .origin_num {
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.product_cont .product_list .price_total {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1339d3;
    font-family: 'noto7';
}

.product_cont .product_list .price_total span {
    font: inherit;
}

.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 100%;
    text-align: center;
}

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

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

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

.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_chemical_analysis/images/content1_2/v3/apply_icon1.png') no-repeat right center;
}

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

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

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

.product_cont .product_list_1 .list_item {
    padding: 49px 47px 53px 46px;
}

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

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

.product_cont .product_list_1 .btn_scroll {
    width: 409px;
    height: 65px;
    border-radius: 65px;
    font-size: 30px;
}

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

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

.product_cont .product_list_1 .price_total {
    font-size: 53px;
    margin: 0 0 0 15px;
}

.product_cont .product_list_1 .price_badge {
    width: 97px;
    height: 97px;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/one_point1.png') no-repeat 0 0 / contain;
}

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

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

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

.product_cont .product_list_2 .list_item {
    padding: 12px 47px 38px 49px;
}

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

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

.product_cont .product_list_2 .item_list li {
    letter-spacing: -0.075em;
    font-size: 18px;
}

.product_cont .product_list_2 .btn_scroll {
    width: 100%;
    height: 48px;
    margin: 33px 0 0;
    border-radius: 48px;
    font-size: 22px;
}

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

.product_cont .product_list_2 .item_price {
    flex-direction: row;
    align-items: center;
    margin: 32px 0 0;
}

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

.product_cont .product_list_2 .price_total {
    font-size: 38px;
    margin: 0 0 0 8px;
}

.product_cont .product_list_2 .price_badge {
    bottom: 117%;
    width: 72px;
    height: 72px;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/one_point2.png') no-repeat 0 0 / contain;
}

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

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

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

.benefit_cont .main_inner {
    padding: 128px 0 162px;
}

.benefit_cont .benefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 17px 0;
    margin: 45px 0 0;
    width: 100%;
}

.benefit_cont .benefit_list .list_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    width: 543px;
    min-height: 195px;
    padding: 0 0 0 40px;
    border-radius: 20px;
}

.benefit_cont .benefit_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img1.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img2.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_3 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img3.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_4 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img4.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_5 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img5.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_6 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img6.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_7 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img7.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .list_item_8 {
    background: #fff url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/passfree_img8.png') no-repeat right 2px center;
}

.benefit_cont .benefit_list .item_text {
    line-height: 1.2;
    letter-spacing: -0.075em;
    color: #151947;
    font-size: 20px;
}

.benefit_cont .benefit_list .item_title {
    line-height: 1.3;
    letter-spacing: -0.075em;
    font-size: 28px;
    font-family: 'noto6';
}

/* 이유 */
.why_cont .main_inner {
    padding: 116px 0 124px;
}

.why_cont .main_title {
    margin: 0 0 35px;
}

/* 커리큘럼 */
.curriculum_cont .main_inner {
    margin: -3px auto 0;
}

.curriculum_cont .main_title {
    margin: 21px 0 45px;
}

.content_point {
    margin: 83px auto 120px;
    width: 1100px;
}

.content_point table {
    width: 100%;
    border: 1px solid #000;
    background: #ffffff;
}

.content_point .table_1 {
    margin-bottom: 36px;
}

.content_point th,
.content_point td {
    border: 1px solid #000;
    text-align: center;
}

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

.content_point th:not(:first-child) {
    border-bottom: 1px dashed #000;
}

.content_point th {
    padding: 15px 0 12px;
    font-size: 14px;
    font-family: 'noto7';
    font-weight: 100;
    color: #fff;
}

.content_point th:nth-child(2) {
    background: linear-gradient(to right, #fbbd46, #f0ac61);
}

.content_point th:nth-child(3) {
    background: linear-gradient(to right, #f0ac61, #ff9567);
}

.content_point th:nth-child(4) {
    background: linear-gradient(to right, #ff9567, #ff7271);
}

.content_point th:nth-child(5) {
    background: linear-gradient(to right, #ff7271, #e36280);
}

.content_point .table_2 th:nth-child(2) {
    background: linear-gradient(to right, #7993ea, #4a97e5);
}

.content_point .table_2 th:nth-child(3) {
    background: linear-gradient(to right, #4a97e5, #1d99df, #417bde);
}

.content_point .table_2 th:nth-child(4) {
    background: linear-gradient(to right, #417bde, #535dd8);
}

.content_point th:first-child {
    border: 2px solid #f9c766;
    box-sizing: border-box;
    background: #fefef6;
    font-family: 'noto7';
    font-size: 20px;
    letter-spacing: -0.065em;
    color: #f9c766;
}

.content_point .table_2 th:first-child {
    border: 2px solid #67c1f5;
    background: #cce9f9;
    color: #1877ad;
}

.content_point th b {
    display: inline-block;
    font-size: 22px;
    font-family: 'noto7';
    margin-top: -6px;
}

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

.content_point td:first-child,
.content_point td:nth-child(4) {
    padding: 18px 0 0;
}

.content_point .table_2 td {
    padding: 20px 0;
}

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

.content_point td .bg-red {
    margin-top: 14px;
    padding: 4px 0;
    background: #f74447;
    font-family: 'noto6';
    font-size: 18px;
    color: #fff;
}

/* 교수 */
.professor_cont .main_inner {
    padding: 114px 0 0;
}

.professor_cont .professor_slide {
    position: relative;
    width: 100vw;
    margin: 67px 0 0;
    padding: 59px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 13px;
    top: 0;
    width: 100vw;
    z-index: 10;
}

.professor_cont .professor_slide .page_item {
    position: relative;
    width: 275px;
    height: 101px;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item_1 {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/t_tab1_out.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_1:hover,
.professor_cont .professor_slide .page_item_1.is_active {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/t_tab1_over.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_2 {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/t_tab2_out.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_2:hover,
.professor_cont .professor_slide .page_item_2.is_active {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/t_tab2_over.png') no-repeat 0 0;
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
}

.professor_cont .professor_slide .popupVideo {
    position: absolute;
    bottom: 127px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: auto;
}

.professor_cont .professor_slide .popupVideo a {
    display: block;
    width: 544px;
    height: 331px;
}

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

.cat_main_cont .book_cont .evidence_area {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0 0;
}

.cat_main_cont .book_cont .evidence_popup_area {
    left: 50%;
    transform: translateX(-50%);
}

.cat_main_cont .book_cont .evidence_btn {
    border-color: #000;
    color: #000;
    background: transparent;
}

.book_cont .book_video {
    position: relative;
    margin: 44px 0 0;
}

.book_cont .book_video .popupVideo {
    position: absolute;
    bottom: 36px;
    right: 58px;
    width: 340px;
    height: 193px;
}

.book_cont .book_video .popupVideo a {
    display: block;
    width: 400px;
    height: 300px;
}

.book_cont .book_slide {
    position: relative;
    width: 940px;
    height: 627px;
    margin: 17px 0 0 0;
    overflow: hidden;
}

.book_cont .book_slide img {
    width: 100%;
}

.book_cont .book_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.book_cont .book_slide .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 30px;
    margin: 0;
    background: #edebf8;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
    width: 70px;
    height: 21px;
    background: #9a3bf9;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.book_cont .book_review {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 10px 24px;
    margin: 51px 0 0;
    overflow: hidden;
}

.book_cont .book_review .swiper-slide {
    position: relative;
    width: 1056px;
    border: 2px solid #273859;
    border-radius: 30px;
}

.book_cont .book_review .slide_header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 69px;
    padding: 0 167px 0 53px;
    border-radius: 20px 20px 0 0;
    background: #273859 url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_star.png') no-repeat right 36px center;
}

.book_cont .book_review .slide_contents {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 108px;
    padding: 10px 53px;
}

.book_cont .book_review .slide_header::after {
    content: '';
    width: 88px;
    height: 88px;
}

.book_cont .book_review .swiper-slide_1 .slide_header::after {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_face1.png') no-repeat 0 0;
}

.book_cont .book_review .swiper-slide_2 .slide_header::after {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_face2.png') no-repeat 0 0;
}

.book_cont .book_review .swiper-slide_3 .slide_header::after {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_face3.png') no-repeat 0 0;
}

.book_cont .book_review .swiper-slide_4 .slide_header::after {
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_face4.png') no-repeat 0 0;
}

.book_cont .book_review .slide_title {
    flex: 1 1 auto;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 27px;
    font-family: 'noto7';
}

.book_cont .book_review .slide_text {
    width: 80%;
    line-height: 1.4;
    letter-spacing: -0.025em;
    word-break: keep-all;
    font-size: 20px;
    font-family: 'noto6';
}

.book_cont .book_review .swiper-button-prev,
.book_cont .book_review .swiper-button-next {
    top: 103px;
    width: 48px;
    height: 49px;
    margin: 0;
}

.book_cont .book_review .swiper-button-prev {
    left: 0;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_btn_left.png') no-repeat 0 0;
}

.book_cont .book_review .swiper-button-next {
    right: 0;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_2/v3/book_btn_right.png') no-repeat 0 0;
}

/* 모의고사 */
.mock_cont .main_inner {
    padding: 67px 0 95px;
}

.mock_cont .main_title {
    margin: 0 0 32px;
}

/* 특강 */
.lecture_cont .main_title {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
}

.lecture_cont .main_title p {
    color: #fff;
}

.lecture_cont .main_title h3 {
    color: #fff7c8;
}

/* 단기 합격 */
.short_cont .main_inner {
    padding: 65px 0 111px;
}

.short_cont .main_title {
    margin: 0 0 48px;
}

/* 시작 */
.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';
}

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

.banner_bottom button {
    display: block;
}