@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;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.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.025em;
    font-size: 32px;
    font-family: 'noto5';
}

.cat_main_cont .main_title h3 {
    display: block;
    line-height: 1.3;
    margin: 9px 0 0;
    letter-spacing: -0.025em;
    font-size: 43px;
    font-family: 'noto7';
}

.cat_main_cont .main_title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px;
    letter-spacing: -0.025em;
    font-size: 20px;
    font-family: 'noto6';
    color: #dd0a0a;
}

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

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

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

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

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

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* visual : s */
.visual_cont {
    height: 904px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/top_bg.png') center no-repeat;
}
.visual_cont .main_inner {
    padding: 58px 0 0;
}
.visual_cont .sub_title {
    margin: 0 0 0 10px;
    font-family: 'noto3';
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.visual_cont .sub_title em {
    font-family: 'noto6';
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #ffc600;
}
.visual_cont .sub_txt {
    margin: 9px 0 0 7px;
    font-family: 'noto3';
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    color: #baaaaa;
}
.visual_cont .visual_title {
    margin: -3px 0 0 -64px;
    transform: scale(0.4);
    transition: 0.5s;
    opacity: 0;
}
.visual_cont .visual_title.is_active {
    transform: scale(1);
    opacity: 1;
}
.visual_cont .item_list_wrap {
    display: flex;
    gap: 23px;
    width: 100%;
}
.visual_cont .item_list_wrap .item_list {
    width: 100%;
    height: 168px;
    margin-top: -18px;
    padding: 50px 0 0 40px;
    border: 1px solid #c19494;
    border-radius: 20px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #181514, #742222);
}
.visual_cont .item_list_wrap .item_list_1 {
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/ico_1.png') top 57% right 13px no-repeat, linear-gradient(to bottom, #181514, #742222);
}
.visual_cont .item_list_wrap .item_list_2 {
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/ico_2.png') top 60% right 22px no-repeat, linear-gradient(to bottom, #181514, #742222);
}
.visual_cont .item_list_wrap .item_list_3 {
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/ico_3.png') top 54% right 27px no-repeat, linear-gradient(to bottom, #181514, #742222);
}
.visual_cont .item_list_wrap .item_list p {
    font-family: 'noto6';
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 1.4;
    color: #fff;
}
/* visual : e */

/* 비교 : s */
.cost_cont {
    height: 1349px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/vs_bg.png') center no-repeat;
}
.cost_cont .main_inner {
    padding: 271px 0 131px;
}
.cost_cont .main_title p,
.cost_cont .main_title h3 {
    letter-spacing: -0.05em;
    color: #fff;
}
.cost_cont .main_title h3 {
    font-size: 58px;
}
.cost_cont .main_title h3 span {
    font-family: 'noto3';
    font-size: 34px;
    vertical-align: super;
}
.cost_cont .main_desc {
    margin-top: 14px;
}
.cost_cont .cost_data {
    position: relative;
    margin: -10px 0 0 43px;
}
.cost_cont .cost_data .data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 112px;
    left: 0;
    width: 492px;
    padding: 0 34px 0 52px;
    text-align: center;
    box-sizing: border-box;
}
.cost_cont .cost_data .data_item .data_title {
    margin-left: -14px;
    padding: 113px 0 18px;
    font-family: 'market-b';
    font-size: 43px;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
    color: #7d7d7d;
}
.cost_cont .cost_data .data_item .item_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    width: 100%;
    padding: 17px 0 0 47px;
}
.cost_cont .cost_data .data_item .item_list li p {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.065em;
    color: #8f8f8f;
    font-size: 22px;
    font-family: 'noto4';
}
.cost_cont .cost_data .data_item .item_list li p::before {
    clear: both;
    content: '';
    display: block;
    width: 33px;
    height: 34px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/x_icon.png') center no-repeat;
}
.cost_cont .cost_data .data_item_2 {
    position: absolute;
    top: 66px;
    left: 492px;
    width: 611px;
    padding: 53px 47px 0 48px;
}
.cost_cont .cost_data .data_item_2 .vs_tag {
    transform: translateX(7px);
}
.cost_cont .cost_data .data_item_2 .data_title {
    margin: 5px 0 0 -7px;
    padding: 0px 0 25px;
    font-family: 'market-b';
    font-size: 53px;
    letter-spacing: -0.055em;
    line-height: 1;
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.cost_cont .cost_data .data_item_2 .item_list {
    gap: 13px;
    padding: 14px 0 0 55px;
}
.cost_cont .cost_data .data_item_2 .item_list li {
    width: 402px;
    height: 53px;
    border-radius: 50px;
    background: #1e0101;
}
.cost_cont .cost_data .data_item_2 .item_list li:nth-child(3),
.cost_cont .cost_data .data_item_2 .item_list li:nth-child(4) {
    background: #310202;
}
.cost_cont .cost_data .data_item_2 .item_list li p {
    justify-content: center;
    gap: 2px;
    margin-left: -10px;
    font-family: 'noto4';
    font-size: 24px;
    letter-spacing: -0.065em;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.cost_cont .cost_data .data_item_2 .item_list li:nth-child(1) p {
    margin-left: -20px;
}
.cost_cont .cost_data .data_item_2 .item_list li p::before {
    width: 39px;
    height: 39px;
    margin-top: 13px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/check_icon.png') center no-repeat;
}
.cost_cont .cost_data .data_item_2 .main_desc {
    width: 100%;
    margin: 50px -36px 0 0;
    font-family: 'noto4';
    font-size: 15px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: right;
    color: #090909;
}
.cost_cont button {
    width: 662px;
    height: 162px;
    margin: -19px 0 0 21px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/vs_btn.png') center no-repeat;
}
.cost_cont button p {
    margin: -30px 0 0 -30px;
    font-family: 'noto4';
    font-size: 27px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: center;
    color: #fff;
}
/* 비교 : e */

/* 혜택 : s */
.benefit_cont {
    height: 1776px;
    background: linear-gradient(to bottom, #de3030 45%, #350104);
}
.benefit_cont .main_inner {
    padding-top: 127px;
}
.benefit_cont .problem_wrap {
    position: relative;
}
.benefit_cont .problem_title {
    font-family: 'noto7';
    font-size: 60px;
    letter-spacing: -0.05em;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 0 25px rgba(158, 0, 9, 0.9);
    color: #fff;
}
.benefit_cont .problem_bg {
    margin: 30px 0 0 50px;
}
.benefit_cont .speechBubble {
    position: absolute;
    transform: translateY(100px);
    transition: 0.5s;
    opacity: 0;
}
.benefit_cont .speechBubble_1 {
    top: 185px;
    left: -2px;
}
.benefit_cont .speechBubble_2 {
    top: 332px;
    right: -60px;
    transition-delay: 0.2s;
}
.benefit_cont .speechBubble_3 {
    top: 438px;
    left: -34px;
    transition-delay: 0.4s;
}
.benefit_cont .speechBubble.is_active {
    transform: translateY(0px);
    opacity: 1;
}
.benefit_cont .main_title {
    margin: 117px 0 61px 0;
}
.benefit_cont .main_title p {
    font-family: 'noto3';
    letter-spacing: -0.05em;
    color: #fff;
}
.benefit_cont .main_title h3 {
    font-size: 58px;
    letter-spacing: -0.05em;
    color: #fff;
}
.benefit_cont .benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 24px;
    width: 100%;
}
.benefit_cont .benefit_wrap .benefit {
    width: 350px;
    height: 269px;
    padding-top: 36px;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #fff;
    background-position: bottom 15px left 50%;
    background-repeat: no-repeat;
}
.benefit_cont .benefit_wrap .big_benefit {
    width: 538px;
    height: 209px;
    padding: 40px 30px;
    background-position: top 64% right 26px;
}
.benefit_cont .benefit_wrap .big_benefit.benefit_1 {
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/benefit_1.png');
}
.benefit_cont .benefit_wrap .big_benefit.benefit_2 {
    background-position: top 56% right 11px;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/benefit_2.png');
}
.benefit_cont .benefit_wrap .benefit_3 {
    background-position: bottom 24px left 50%;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/benefit_3.png');
}
.benefit_cont .benefit_wrap .benefit_4 {
    background-position: bottom 24px left 50%;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/benefit_4.png');
}
.benefit_cont .benefit_wrap .benefit_5 {
    background-position: bottom 14px left 54%;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/benefit_5.png');
}
.benefit_cont .benefit_wrap .benefit p {
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.055em;
    line-height: 1.2;
    text-align: center;
    color: #6d6d6d;
}
.benefit_cont .benefit_wrap .benefit h3 {
    font-family: 'noto7';
    font-size: 24px;
    letter-spacing: -0.055em;
    line-height: 1.2;
    text-align: center;
    color: #000;
}
.benefit_cont .benefit_wrap .big_benefit p {
    padding-left: 13px;
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: left;
    color: #6d6d6d;
}
.benefit_cont .benefit_wrap .big_benefit h3 {
    padding-left: 11px;
    font-family: 'noto7';
    font-size: 30px;
    letter-spacing: -0.065em;
    line-height: 1.4;
    text-align: left;
    color: #000;
}
.benefit_cont .benefit_wrap .big_benefit.benefit_2 p,
.benefit_cont .benefit_wrap .big_benefit.benefit_2 h3 {
    padding-left: 0;
}
.benefit_cont .benefit_wrap .big_benefit .bullet {
    width: 151px;
    height: 36px;
    margin-bottom: 14px;
    padding-left: 0;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/problem_bullet.png') center no-repeat;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.benefit_cont .benefit_wrap .big_benefit.benefit_2 .bullet {
    width: 157px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/problem_bullet2.png') center no-repeat;
}
/* 혜택 : e */

/* 상품 : s */
.product_cont {
    height: 1139px;
    background: #e8e6e6;
}
.product_cont .main_inner {
    padding: 126px 0 134px;
}
.product_cont .main_title p {
    background: linear-gradient(to bottom, #625656, #e01200);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    letter-spacing: -0.055em;
}
.product_cont .main_title h3 {
    margin: 21px 0 0;
    font-size: 56px;
}
.product_cont .product_list {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 68px 0 0;
}
.product_cont .product_list .list_item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 486px;
    height: 640px;
    padding: 69px 37px 34px;
    border-radius: 20px;
    border: 4px solid #c4c4c4;
    background: #fff;
    box-shadow: 8px 8px 22px 0px rgba(0, 0, 0, 0.12);
}
.product_cont .product_list .list_item_1 {
    width: 590px;
    padding: 26px 53px 33px;
    border: 5px solid #f50c0c;
}
.product_cont .product_list .product_bullet {
    width: 150px;
    height: 37px;
    margin: 0 auto;
    border-radius: 30px;
    background: #f50c0c;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 37px;
    text-align: center;
    color: #fff;
    animation: blink 1s ease infinite;
}
.product_cont .product_list .item_title {
    margin-left: -5px;
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 47px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.product_cont .product_list .list_item_1 .item_title {
    margin-top: 15px;
}
.product_cont .product_list .item_title em {
    font-family: 'noto7';
}
.product_cont .product_list .item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 281px;
    padding: 41px 0 0 5px;
    border-bottom: 1px solid #b2b2b2;
    box-sizing: border-box;
    white-space: nowrap;
}
.product_cont .product_list .list_item_1 .item_list {
    gap: 5px;
    height: 271px;
    padding: 29px 0 0 39px;
}
.product_cont .product_list .item_list li {
    display: flex;
    align-items: center;
    line-height: 1.2;
    letter-spacing: -0.085em;
    color: #333;
    font-size: 19px;
    font-family: 'noto5';
}
.product_cont .product_list .list_item_1 .item_list li {
    line-height: 1.4;
}
.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_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto 23px 18px 0;
}
.product_cont .product_list .list_item_1 .item_price_wrap {
    gap: 0;
    margin: auto 56px 12px 56px;
}
.product_cont .product_list .item_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.product_cont .product_list .price_wrap {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    margin: 0 0 21px 0;
}
.product_cont .product_list .price_origin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 0 0 -3px 21px;
    font-size: 22px;
}
.product_cont .product_list .origin_tag {
    line-height: 1.2;
    letter-spacing: 0.015em;
    color: #000;
    font-size: 18px;
}
.product_cont .product_list .origin_num {
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #a3a3a3;
    color: #a3a3a3;
    font-size: 26px;
    font-family: 'noto6';
}
.product_cont .product_list .price_total {
    line-height: 1.2;
    margin: 0 0 0 15px;
    letter-spacing: -0.055em;
    color: #000000;
    font-size: 48px;
    font-family: 'noto7';
}
.product_cont .product_list .list_item_1 .price_total {
    color: #f60c0c;
}
.product_cont .product_list .price_total span {
    letter-spacing: -0.075em;
    font: inherit;
    font-size: 48px;
}
.product_cont .product_list .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    text-align: center;
    background: #ffca13;
}
.product_cont .product_list .price_badge p {
    line-height: 1.3;
    letter-spacing: -0.055em;
    color: #000;
    font-size: 21px;
    font-family: 'noto6';
}
.product_cont .product_list .price_badge span {
    font: inherit;
}
.product_cont .product_list .btn_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    margin: 10px 0 0;
    border-radius: 10px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 19px;
    font-family: 'noto5';
    line-height: 1.2;
    background: #525252;
}
.product_cont .product_list .list_item_1 .btn_scroll {
    background: #000;
}
.product_cont .product_list .btn_scroll::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 69px;
    width: 40px;
    height: 63px;
    background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}
.product_cont .product_list .btn_scroll::after {
    content: '>';
    margin: 0 0 0 0.4em;
}
/* 상품 : e */

/* 이유 : s */
.reason_cont {
    padding: 117px 0 100px;
}
.reason_cont .main_title p {
    font-size: 31px;
}
.reason_cont .main_title h3 {
    margin-top: 4px;
    font-size: 57px;
    letter-spacing: -0.04em;
}
.reason_cont .reason_list {
    margin: 60px 0 0 10px;
}
/* 이유 : e */

/* 커리큘럼 : s */
.curriculum_cont {
    background: #f5f5f5;
}
.curriculum_cont .main_inner {
    padding: 0 0 108px;
}
.curriculum_cont .main_title {
    margin-top: 76px;
}
.curriculum_cont .main_title p {
    letter-spacing: -0.06em;
}
.curriculum_cont .main_title h3 {
    font-size: 56px;
}
.curriculum_cont .curri_table {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 66px auto 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.curriculum_cont .curri_table_2 {
    width: 670px;
    margin: 30px 0 0 -431px;
}
.curriculum_cont .curri_table_2::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 54%;
    left: 678px;
    transform: translateY(-50%);
    width: 449px;
    height: 270px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/curri_icon.png') center no-repeat;
}
.curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
    height: 100%;
}
.curriculum_cont .curri_table .table_head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 229px;
    border-radius: 10px;
    letter-spacing: -0.045em;
    color: #fff;
    font-family: 'noto4';
    font-size: 18px;
    background: #bdbdbd;
    color: #000;
}
.curriculum_cont .curri_table_2 .table_head {
    height: 220px;
}
.curriculum_cont .curri_table .td_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #000;
    background: #fff;
}
.curriculum_cont .curri_table tr + tr .td_inner {
    border-top: none;
}
.curriculum_cont .curri_table th + th .td_inner,
.curriculum_cont .curri_table td + td .td_inner {
    border-left: none;
}
.curriculum_cont .curri_table th:not(:last-child) .td_inner,
.curriculum_cont .curri_table td:not(:last-child) .td_inner {
    border-right: 1px solid #e1e1e1;
}
.curriculum_cont .tr_title .td_inner {
    padding: 9px 0 0;
    border-bottom: none;
    background: #000;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 14px;
    font-family: 'noto6';
}
.curriculum_cont .tr_title th:nth-child(2) .td_inner {
    border-left: 1px solid #000;
    border-radius: 10px 0 0 0;
}
.curriculum_cont .tr_title th:last-child .td_inner {
    border-radius: 0 10px 0 0;
}
.curriculum_cont .tr_sub_title .td_inner {
    position: relative;
    padding: 8px 0 18px;
    letter-spacing: -0.035em;
    background: #000;
    font-size: 23px;
    font-family: 'noto5';
    color: #fff;
}
.curriculum_cont .curri_table_2 .tr_sub_title .td_inner {
    padding: 0 0 15px;
}
.curriculum_cont .tr_contents {
    height: 106px;
}
.curriculum_cont .tr_contents .td_inner {
    align-items: center;
    line-height: 1.35;
    letter-spacing: -0.035em;
    text-align: center;
    font-size: 18px;
}
.curriculum_cont .tr_badge .td_inner {
    margin: -1px 0 0;
    padding: 4px 0 5px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 18px;
    font-family: 'noto5';
    background: #ff3333;
}
.curriculum_cont .curri_table .tr_badge td .td_inner {
    border: 1px solid #000;
    box-sizing: border-box;
}
.curriculum_cont .tr_badge .td_inner.badge_yellow {
    border-radius: 0 0 0 10px;
    background: #ffc046;
    color: #000;
}
.curriculum_cont .tr_badge .td_inner.type-col-4 {
    border-right: 1px solid #000;
}
.curriculum_cont .curri_table_2 .tr_contents td:nth-child(1) .td_inner {
    border-radius: 0 0 0 10px;
}
.curriculum_cont .tr_contents td:last-child .td_inner {
    border-radius: 0 0 10px 0;
}
/* 커리큘럼 : e */

/* 교수 : s */
.professor_cont {
    height: 1867px;
    background: #000 url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/teacher_bg.png') center no-repeat;
    overflow-x: hidden;
}
.professor_cont .main_inner {
    padding: 109px 0 107px;
}
.professor_cont .main_title.main_title_2 {
    padding-top: 145px;
}
.professor_cont .main_title p,
.professor_cont .main_title h3 {
    color: #fff;
}
.professor_cont .main_title.main_title_2 p {
    font-size: 32px;
    letter-spacing: -0.065em;
}
.professor_cont .main_title.main_title_2 h3 {
    margin: 0;
    font-size: 50px;
    letter-spacing: -0.065em;
}
.professor_cont .main_title p {
    letter-spacing: -0.05em;
    font-size: 32px;
    font-family: 'noto3';
}
.professor_cont .main_title h3 {
    font-size: 56px;
}
.professor_cont .professor_wrap {
    position: relative;
    width: 471px;
    margin: 140px 0 0 auto;
}
.professor_cont .professor_wrap::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: -85px;
    left: -720px;
    width: 696px;
    height: 897px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/teacher.png') center no-repeat;
}
.professor_cont .slide_sub_title {
    font-family: 'noto4';
    font-size: 25px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #ffb8b7;
}
.professor_cont .slide_title {
    display: block;
    margin: 10px 0 0 -4px;
    font-family: 'noto7';
    font-size: 66px;
    letter-spacing: -0.065em;
    line-height: 1;
    color: #ffb8b7;
    background: linear-gradient(to right, #eea2a1, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.professor_cont .slide_list {
    margin-top: 30px;
    font-family: 'noto4';
    font-size: 19px;
    letter-spacing: -0.045em;
    line-height: 1.8;
    color: #fff;
}
.professor_cont .list_item_wrap {
    margin-top: 30px;
}
.professor_cont .list_item_wrap .list_item {
    width: 100%;
    height: 118px;
    margin-bottom: 21px;
    padding: 32px 46px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
    background-position: center right 21px;
    background-repeat: no-repeat;
    font-family: 'noto6';
    font-size: 21px;
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #000;
}
.professor_cont .list_item_wrap .list_item_1 {
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/teacher_icon_1.png');
}
.professor_cont .list_item_wrap .list_item_2 {
    background-position: top 10px right 33px;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/teacher_icon_2.png');
}
.professor_cont .list_item_wrap .list_item_3 {
    background-position: top 17px right 53px;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/teacher_icon_3.png');
}
.professor_cont .reviews_slide {
    width: 100vw;
    margin: 72px 0 0;
}
.professor_cont .review_list {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}
.professor_cont .review_list:hover {
    animation-play-state: paused;
}
.professor_cont .review_list li {
    position: relative;
    width: 440px;
    height: 354px;
    margin-right: 48px;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    font-family: 'noto4';
    text-align: center;
    letter-spacing: -0.065em;
    transition: transform 0.2s ease-in;
    background: #fff;
}
.professor_cont .review_list li * {
    cursor: default;
}
.professor_cont .review_list li .review_img {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 200px;
    background: #e3e4ef url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/completion/hugi_icon.png') no-repeat 0 0;
}
.professor_cont .review_list li.review01 .review_img {
    background-position: 7px 0;
}
.professor_cont .review_list li.review02 .review_img {
    background-position: -93px 0;
}
.professor_cont .review_list li.review03 .review_img {
    background-position: -193px 0;
}
.professor_cont .review_list li.review04 .review_img {
    background-position: -297px 0;
}
.professor_cont .review_list li.review05 .review_img {
    background-position: -399px 0;
}
.professor_cont .review_list li.review06 .review_img {
    background-position: -497px 0;
}
.professor_cont .review_list li.review07 .review_img {
    background-position: -593px 0;
}
.professor_cont .review_list li.review08 .review_img {
    background-position: -693px 0;
}
.professor_cont .review_list li.review09 .review_img {
    background-position: -793px 0;
}
.professor_cont .review_list li.review10 .review_img {
    background-position: -893px 0;
}
.professor_cont .review_list li .list_title {
    margin-top: 24px;
    font-family: 'market-b';
    font-size: 30px;
    letter-spacing: -0.08em;
    line-height: 1;
    color: #000;
}
.professor_cont .review_list li .list_text {
    margin: 10px 0 20px;
    font-family: 'noto4';
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}
.professor_cont .review_list li .list_text span {
    font-family: 'noto6';
}
.professor_cont .review_list li .list_name {
    font-size: 16px;
    color: #9d9d9d;
}
/* 교수 : e */

/* 도서 : s */
.book_cont .main_inner {
    padding: 101px 0 109px;
}
.book_cont .main_title p {
    letter-spacing: -0.05em;
}
.book_cont .main_title h3 {
    font-size: 56px;
}
.book_cont .book_item {
    position: relative;
    margin: 52px 0 0 -155px;
}
.book_cont .book_item .item_bullet {
    position: absolute;
    top: -15px;
    right: -131px;
}
.book_cont .book_item .item_bullet.bullet_2 {
    top: 148px;
}
.book_cont .book_step {
    margin: 49px 0 52px 9px;
}
.book_cont .book_slide {
    position: relative;
    margin: 34px 0 0;
    width: 1100px;
    height: 720px;
    overflow: hidden;
}
.book_cont .book_slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
}
.book_cont .book_slide .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.book_cont .book_slide .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 1;
    background: #b0b0b0;
}
.book_cont .book_slide .swiper-pagination-bullet-active {
    background: #db0303;
}
/* 도서 : e */

/* 모의고사 : s */
.mock_cont {
    background: #f4f4f4;
}
.mock_cont .main_inner {
    padding: 102px 0;
}
.mock_cont .main_title p {
    letter-spacing: -0.05em;
}
.mock_cont .main_title h3 {
    margin: 8px 0 0;
    letter-spacing: -0.03em;
    font-size: 56px;
}
.mock_cont .mock_box {
    position: relative;
    margin: 22px 0 0 -49px;
}
.mock_cont .mock_box .box_img_1 {
    position: relative;
    z-index: 1;
}
.mock_cont .mock_box .box_img_2 {
    position: absolute;
    top: 86px;
    left: 282px;
}
.mock_cont .mock_box .box_item {
    position: absolute;
    border-radius: 5px;
    background: #f4f4f4 no-repeat 0 0;
}
.mock_cont .mock_box .box_item_1 {
    top: 128px;
    left: 326px;
    width: 640px;
    height: 345px;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/test_img1.png');
}
.mock_cont .mock_box .box_item_2 {
    top: 102px;
    left: 73px;
    width: 344px;
    height: 95px;
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img2.png');
    z-index: 1;
}
.mock_cont .mock_box .box_item_3 {
    top: 66px;
    right: 41px;
    width: 304px;
    height: 76px;
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/allclass/v2/test_img3.png');
    z-index: 1;
}
.mock_cont .mock_box .box_item_4 {
    top: 412px;
    left: 40px;
    width: 389px;
    height: 209px;
    background-image: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/test_img4.png');
    z-index: 1;
}
.mock_cont .mock_list {
    margin: 49px 0 0;
}
/* 모의고사 : e */

/* 특별 혜택 : s */
.special_cont {
}
.special_cont .main_inner {
    padding: 105px 0 108px;
}
.special_cont .main_title p {
    font-family: 'noto4';
    letter-spacing: -0.05em;
}
.special_cont .main_title h3 {
    margin: 8px 0 0;
    font-size: 56px;
}
.special_cont .special_list {
    display: flex;
    gap: 60px;
    width: 100%;
    margin: 57px 0 0;
    padding: 0 25px 0 12px;
}
.special_cont .special_list .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 570px;
    padding: 41px 0 48px;
    border: 2px solid #d4d4d4;
    border-radius: 16px;
    box-shadow: 0px 10px 32px 0px rgba(96, 96, 96, 0.38);
    box-sizing: border-box;
    background: #fff;
}
.special_cont .special_list .list_item_1 {
    background: #fff url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/bottom_benefit_1.png') no-repeat left 66% bottom 170px;
}
.special_cont .special_list .list_item_2 {
    background: #fff url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/bottom_benefit_2.png') no-repeat left 53% bottom 157px;
}
.special_cont .special_list .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 48px;
    border: 3px solid #ea8989;
    border-radius: 47px;
    letter-spacing: -0.065em;
    font-size: 30px;
    font-family: 'noto7';
    line-height: 1;
    background: #fff;
    color: #e34242;
}
.special_cont .special_list .item_text {
    margin-top: 25px;
    line-height: 1.3;
    letter-spacing: -0.065em;
    text-align: center;
    font-size: 30px;
    font-family: 'noto5';
}
.special_cont .special_list .item_text em {
    font-family: 'noto7';
    font-size: 36px;
}
.special_cont .special_list .item_info {
    width: 100%;
    margin: auto 0 0;
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #585858;
    font-size: 13px;
}
.special_cont .special_list .item_info li {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 345px;
    height: 40px;
    margin: 0 auto;
    padding-left: 23px;
    border-radius: 43px;
    box-sizing: border-box;
    background: #eaeaea;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.065em;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.special_cont .special_list .list_item_2 .item_info li {
    width: 315px;
    padding-left: 43px;
}
.special_cont .special_list .item_info li::before {
    clear: both;
    content: '';
    display: block;
    width: 13px;
    height: 18px;
    background: url('/_skin/tpl_skin/basic_safety_engineer/images/apply/yearpass/check_icon_2.png') center no-repeat;
}
.special_cont .special_list .item_info li + li {
    margin-top: 10px;
}
.special_cont .special_list .item_noti {
    position: absolute;
    bottom: -37px;
    right: 13px;
    width: 100%;
    font-family: 'noto6';
    line-height: 1.2;
    letter-spacing: -0.045em;
    text-align: right;
    color: #5c5c5c;
    font-size: 18px;
}
/* 특별 혜택 : e */

/* 시작 : s */
.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_title {
    position: relative;
    z-index: 2;
}
.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;
}
.evidence_area_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.evidence_area_wrap.align_center {
    justify-content: center;
}
.evidence_area {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.evidence_btn {
    display: block;
    height: 25px;
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-family: 'market-l';
    color: #000000;
    cursor: pointer;
}
.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}
.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}
.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}
.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}
.evidence_popup_area li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}
.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}
.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}
.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}
.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}
.evidence_popup_area li:nth-child(even) {
    color: red;
}
/* 레이아웃 */
.main-container .evidence_area {
    top: 6px;
}
.cat_main_cont .evidence_area {
    position: absolute;
    top: 93px;
    right: 103px;
}
.cat_main_cont .start_cont .evidence_area {
    position: absolute;
    top: 90px;
    right: 65px;
}
.cat_main_cont .evidence_popup_area {
    left: auto;
    right: 0;
}
.cat_main_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #000;
    color: #000;
    font-size: 15px;
    font-family: 'noto4';
    background-color: #fff;
}
.cat_main_cont .start_cont .evidence_btn {
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    border-color: #1e8c84;
    color: #1e8c84;
    font-size: 15px;
    font-family: 'noto4';
    text-align: center;
    background-color: #243c3c;
}
/* 시작 : e */
