@charset "UTF-8";

/* 공통 */
.cat_main_cont {
    position: relative;
    width: 100%;
    color: #000;
    font-family: 'noto4';
    background: #fff;
    overflow: hidden;
}

.cat_main_cont button {
    border: none;
    background: none;
    cursor: pointer;
}

.cat_main_cont li {
    float: none;
}

.cat_main_cont img {
    display: block;
}

.cat_main_cont .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 .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

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

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

@keyframes pointerBounceDiagonal {

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

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

/* 상단 비주얼 */
.visual_cont {
    height: 943px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/top.png') no-repeat center top;
}

.visual_cont .visual_list {
    display: flex;
    position: absolute;
    top: 773px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 960px;
}

.visual_cont .visual_list li {
    position: relative;
    width: 100%;
}

.visual_cont .visual_list li p {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.visual_cont .visual_list li p em {
    font-family: 'noto6';
}

.visual_cont .visual_list .list_badge {
    position: absolute;
    top: -171px;
    left: -45px;
    width: 114px;
}

/* 상품 + 혜택 */
.product_cont {
    background: linear-gradient(to bottom, #d6ffff 70%, #7feded);
}

.product_cont .main_inner {
    padding: 128px 0 127px;
}

.product_cont .d-flex {
    display: flex;
}

.product_cont .product_item_1 {
    width: 1150px;
    height: 624px;
    margin-left: -3px;
    padding: 58px 27px 0 33px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/con1_pass_bg.png') no-repeat top center;
}

.product_cont .sidetxt {
    display: flex;
    gap: 8px;
    margin-bottom: 23px;
}

.product_cont .sidetxt span {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 3px 17px 0;
    border: 2px solid #00a5a5;
    border-radius: 42px;
    color: #fff;
    font-size: 22px;
    font-family: 'market-b';
    background: #00a5a5;
}

.product_cont .sidetxt .txt-orange {
    color: #00a5a5;
    background: #fff;
}

.product_cont .sidetxt .txt-yellow {
    border: 2px solid #f3c340;
    color: #000;
    background: #f3c340;
}

.product_cont .product_detail {
    padding: 0 42px 0 39px;
}

.product_cont .d-flex {
    justify-content: space-between;
    margin-bottom: 24px;
}

.product_cont h2 {
    margin-bottom: 21px;
    font-family: 'noto7';
    font-size: 58px;
    line-height: 73px;
}

.product_cont h2 .txt_blue {
    color: #0230c5;
}

.product_cont .list-dot {
    color: #2b2b2b;
    font-size: 21px;
}

.product_cont .list-dot li {
    margin-bottom: 15px;
}

.product_cont .bullet {
    display: block;
    transform: translate(203%, -22%);
    width: 159px;
    height: 160px;
    line-height: 1.25;
    font-size: 24px;
    text-align: center;
    padding-top: 48px;
    color: #fff;
    font-family: 'market-b';
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/pass_dis.png') center no-repeat;
}

.product_cont .bullet em {
    font-size: 36px;
    color: #fff700;
}

.product_cont .price {
    margin: -36px 0 0 0;
}

.product_cont .price .d-flex {
    gap: 25px;
    align-items: flex-end;
}

.product_cont .or_price em {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-family: 'noto3';
}

.product_cont .or_price {
    position: relative;
    margin: 0 0 12px;
    color: #b7b7b7;
    font-size: 25px;
    font-family: 'noto6';
}

.product_cont .or_price i {
    font-size: 23px;
    font-style: normal;
}

.product_cont .or_price:after {
    content: '';
    position: absolute;
    width: calc(100% + 7px);
    height: 2px;
    left: -3.5px;
    top: 39px;
    display: block;
    background: #000000;
}

.product_cont .price h3 {
    display: block;
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-size: 72px;
    font-family: 'noto7';
    font-weight: 100;
    color: #fe0000;
}

.product_cont .price h3 em {
    font-size: 50px;
}

.product_cont .buy_btn {
    display: block;
    width: 379px;
    height: 68px;
    margin: 0 7px 0 auto;
    background: #09090a;
    letter-spacing: -0.025em;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 63px;
    border-radius: 15px;
    font-family: 'noto5';
}

.product_cont .buy_btn::after {
    content: '>';
    margin-left: 20px;
    font-family: 'noto4';
}

.product_cont .product_info {
    display: flex;
    gap: 60px;
    padding: 62px 0 37px 40px;
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
    font-family: 'noto5';
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/pass_benefit.png') no-repeat 234px 49px;
}

.product_cont .product_info li {
    width: 100%;
}

.product_cont .product_info li:last-child {
    border-right: none;
}

.product_cont .product_wrap {
    display: flex;
    gap: 49px;
    width: 1100px;
    margin: 12px auto 0;
}

.product_cont .product_item_2 {
    width: 100%;
    padding: 43px 41px 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.product_cont .product_item_2 .item_title {
    display: block;
    line-height: 1.25;
    letter-spacing: -0.055em;
    font-size: 50px;
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_title em {
    color: #00a5a5;
    font-size: 55px;
}

.product_cont .product_item_2 .item_list {
    margin: 45px 0 0 6px;
}

.product_cont .product_item_2 .item_list li {
    letter-spacing: -0.025em;
    font-size: 20px;
}

.product_cont .product_item_2 .item_list li+li {
    margin-top: 15px;
}

.product_cont .product_item_2 .item_list li em {
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin: 92px 0 0;
    padding: 0 34px;
}

.product_cont .product_item_2 .item_price .price_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -48px;
    left: 5px;
    width: 130px;
    height: 132px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/pass_dis_m.png') no-repeat 0 0;
}

.product_cont .product_item_2 .item_price .price_badge p {
    text-align: center;
    line-height: 1.25;
    color: #fff;
    font-size: 25px;
    font-family: 'market-b';
}

.product_cont .product_item_2 .item_price .original_price {
    height: 34px;
    line-height: 1.2;
    margin: 0 8px 0 0;
    text-decoration: line-through;
    text-decoration-color: #000;
    color: #b7b7b7;
    font-size: 28px;
    font-family: 'noto6';
}

.product_cont .product_item_2 .item_price .original_price.hide {
    height: 34px;
}

.product_cont .product_item_2 .item_price .discount_price {
    display: block;
    line-height: 1.25;
    letter-spacing: -0.055em;
    color: #ff3030;
    font-size: 66px;
    font-family: 'noto7';
}

.product_cont .product_item_2 .item_price .discount_price>span {
    font-size: 66px;
}

.product_cont .product_item_2 .item_price .discount_price span {
    font-size: 44px;
}

.product_cont .product_item_2 .buy_btn {
    margin: 12px 0 0;
    width: 429px;
    height: 71px;
    line-height: 71px;
}

.product_cont .product_benefit {
    position: relative;
    margin: 181px 0 0;
}

.product_cont .benefit_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 598px;
    left: 0;
    width: 100%;
    padding: 0 25px;
}

.product_cont .benefit_list {
    display: flex;
    gap: 18px;
}

.product_cont .benefit_list li {
    position: relative;
    width: 100%;
    padding: 41px 0 0 30px;
}

.product_cont .benefit_list_1 li {
    height: 261px;
}

.product_cont .benefit_list_2 li {
    height: 316px;
    padding-top: 36px;
}

.product_cont .benefit_list_1 p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 28px;
}

.product_cont .benefit_list_1 strong {
    display: block;
    margin: 10px 0 0;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 36px;
    font-family: 'noto6';
}

.product_cont .benefit_list_1 .benefit_desc {
    position: absolute;
    bottom: 41px;
    left: 30px;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 14px;
    opacity: 0.5;
}

.product_cont .benefit_list_2 p {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 23px;
}

.product_cont .benefit_list_2 strong {
    display: block;
    margin: 10px 0 0;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 31px;
    font-family: 'noto6';
}

/* 영상 */
.video_cont {
    background: #f9f9f9;
}

.video_cont .main_inner {
    padding: 130px 0 70px;
}

.video_cont .video_slide {
    position: relative;
    width: 1176px;
    height: 691px;
    margin: 65px auto 0;
    overflow: hidden;
}

.video_cont .video_slide .video_box {
    position: absolute;
    top: 17px;
    left: 19px;
    width: 1099px;
    height: 619px;
}

.video_cont .video_slide .video_box .layer,
.video_cont .video_slide .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.video_cont .video_slide .swiper-pagination {
    display: flex;
    bottom: 0;
    width: 1100px;
    margin: 0 0 0 21px;
}

.video_cont .video_slide .swiper-pagination-bullet {
    width: 100%;
    height: 3px;
    margin: 0;
    border-radius: 0;
    background: #e2e2e2;
    opacity: 1;
}

.video_cont .video_slide .swiper-pagination-bullet-active {
    background: #666;
}

.video_cont .video_list {
    margin: 63px 0 0 -20px;
}

/* 비교 */
.compare_cont {
    margin: -24px auto 0;
    padding: 417px 0 109px;
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/m_title.png') no-repeat center top;
}

.compare_cont .compare_wrap {
    display: flex;
    gap: 25px;
    position: absolute;
    top: 195px;
    left: -45px;
    width: 1100px;
}

.compare_cont .compare_item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 46px 49px 0 51px;
}

.compare_cont .compare_item .item_title {
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 40px;
    font-family: 'market-m';
}

.compare_cont .compare_item_1 .item_title {
    color: #424c4c;
}

.compare_cont .compare_item_2 .item_title {
    color: #fff;
}

.compare_cont .compare_item .item_title span {
    font-family: 'market-b';
}

.compare_cont .compare_item .item_title em {
    color: #fff606;
}

.compare_cont .compare_item .item_price {
    line-height: 1.2;
    padding: 0 14px;
    margin: 51px 0 0 auto;
    letter-spacing: -0.025em;
    font-size: 42px;
}

.compare_cont .compare_item_2 .item_price {
    color: #fff606;
}

.compare_cont .compare_item .item_price em {
    line-height: 1;
    font-size: 64px;
    font-family: 'market-b';
}

.compare_cont .item_list {
    margin: 55px 0 0 33px;
}

.compare_cont .item_list .list_item {
    display: flex;
    gap: 4px;
    font-size: 20px;
}

.compare_cont .item_list .list_item+.list_item {
    margin: 6px 0 0;
}

.compare_cont .item_list .list_item dt {
    flex: 0 0 auto;
    line-height: 1.4;
}

.compare_cont .item_list .list_item p {
    line-height: 1.4;
    word-break: keep-all;
}

.compare_cont .item_list .list_item p+p {
    margin: 4px 0 0;
}

.compare_cont .item_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -107px;
    right: -72px;
    width: 200px;
    height: 200px;
}

.compare_cont .item_badge p {
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.045em;
    font-size: 26px;
    font-family: 'market-b';
}

.compare_cont .item_badge span {
    font-size: 34px;
}

.compare_cont .item_badge em {
    color: #ff071e;
}

/* 커리큘럼 */
.curriculum_cont {
    padding: 81px 0 98px;
    background: #f0f0f0;
}

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

.professor_cont .professor_img {
    margin-right: auto;
}

.professor_cont .professor_slide_wrap {
    margin: 185px 0 0;
    background: #212121;
}

.professor_cont .professor_slide {
    width: 1150px;
    padding: 60px 0 118px;
    margin: -124px 0 0;
    overflow-x: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 1108px;
    position: static;
}

.professor_cont .professor_slide .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    height: 97px;
    padding: 0 0 8px 220px;
    border-radius: 97px;
    text-align: center;
    color: #ababab;
    background: #7a7a7a;
    opacity: 1;
}

.professor_cont .professor_slide .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 55px;
    width: 154px;
    height: 160px;
    z-index: 1;
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/tab_t_off.png') no-repeat 0 22px;
}

.professor_cont .professor_slide .bullet_1::before {
    background-position: 0 22px;
}

.professor_cont .professor_slide .bullet_2::before {
    background-position: 102% 22px;
}

.professor_cont .professor_slide .swiper-pagination-bullet p,
.professor_cont .professor_slide .swiper-pagination-bullet strong {
    position: relative;
    z-index: 2;
}

.professor_cont .professor_slide .swiper-pagination-bullet p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 24px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .swiper-pagination-bullet strong {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 38px;
    font-family: 'noto6';
}

.professor_cont .professor_slide .swiper-pagination-bullet.is_active,
.professor_cont .professor_slide .swiper-pagination-bullet:hover {
    color: #fff;
    background: #12acab;
}

.professor_cont .professor_slide .swiper-pagination-bullet:hover::before,
.professor_cont .professor_slide .swiper-pagination-bullet.is_active::before {
    background-image: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/tab_t.png');
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    padding: 155px 48px 100px;
}

.professor_cont .professor_slide .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100px;
    background: linear-gradient(to top, #212121, transparent);
}

.professor_cont .professor_slide .swiper-slide_1 {
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/double/teacher_01.png') no-repeat left 90% top 61px;
}

.professor_cont .professor_slide .swiper-slide_2 {
    background: url('/_skin/tpl_skin/basic_electricity5/images/apply/double/teacher_02.png') no-repeat left 92% top 60px;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.2;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 36px;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_category {
    display: inline-block;
    line-height: 1.2;
    margin-top: 34px;
    letter-spacing: -0.065em;
    font-size: 23px;
    font-family: 'noto4';
    background: linear-gradient(to right, #bbd4d9, #12f1ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_title {
    display: inline-block;
    line-height: 1.2;
    margin-top: 7px;
    letter-spacing: -0.065em;
    font-size: 55px;
    font-family: 'noto6';
    background: linear-gradient(to right, #bbd4d9, #12f1ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.professor_cont .professor_slide .btn_video {
    position: relative;
    display: block;
    width: 400px;
    height: auto;
    margin: 55px 0 0;
}

.professor_cont .professor_slide .btn_video a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 전략 */
.strategy_cont {
    padding: 105px 0 133px;
    background: #f0f0f0;
}

.strategy_cont .strategy_img {
    margin-right: auto;
}

.strategy_cont .sub_txt {
    padding: 31px 0 46px;
    font-family: 'noto4';
    font-size: 28px;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    text-indent: 70px;
    color: #000;
}

.strategy_cont img {
    transform: translateX(36px);
}

.strategy_cont img+p {
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.2;
    font-size: 17px;
    text-indent: 80px;
}

.strategy_cont .main_cat_tab {
    margin: 63px auto 0 0;
    width: 1100px;
}

.strategy_cont .main_cat_tab .tab_list {
    display: flex;
    gap: 10px;
    width: 100%;
}

.strategy_cont .main_cat_tab .tab_list .btn_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    font-family: 'noto6';
    background: #59595b;
}

.strategy_cont .main_cat_tab .tab_list .btn_tab.is_active {
    color: #fff;
    background: #00a5a5;
}

.strategy_cont .main_cat_tab .tab_content {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 41px 0 33px;
    background: #fff;
}

.strategy_cont .main_cat_tab .tab_content.is_active {
    display: flex;
}

.strategy_cont .main_cat_tab .tab_content p {
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.2;
    font-size: 17px;
}

/* 교재 */
.contents_wrap_11 {
    padding: 146px 0 0;
    position: relative;
    height: 903px;
    background: #fff;
}

.contents_wrap_11 .mid .cm_title {
    margin-right: auto;
}

.contents_wrap_11 .image_box {
    position: relative;
    margin: 67px auto 0 0;
}

.contents_wrap_11 .image_box img {
    /* position: absolute; */
    display: block;
}

/* .contents_wrap_11 .image_box::before {
	content: url('/_skin/tpl_skin/basic_electricity5/images/apply/year/var_1/book_bullet.png');
	position: absolute;
	z-index: 1;
	right: -142px;
	top: -76px;
} */
.contents_wrap_11 .image_box .popupVideo {
    position: absolute;
    top: 320px;
    left: 0;
}

.contents_wrap_12 {
    padding: 0 0 30px;
    height: 321px;
    position: relative;
    background: #fff;
}

.contents_wrap_12 .image_box {
    position: relative;
    margin: 17px 0 0 11px;
}

.contents_wrap_12 .image_box img {
    /* position: absolute; */
    display: block;
    left: -48px;
}

.contents_wrap_17 {
    padding: 30px 0 235px;
    background: #fff;
}

.contents_wrap_17 .book_slide {
    width: 100%;
    height: 69px;
    border-radius: 35px;
    background: #122e6e;
    overflow: hidden;
    box-shadow: 7px 13px 29px 0 rgba(0, 0, 0, 0.38);
}

.contents_wrap_17 .book_slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 6px 0 0 0;
}

.contents_wrap_17 .book_slide .slide_thumb {
    width: 47px;
    height: 63px;
}

.contents_wrap_17 .book_slide .swiper-slide-1 .slide_thumb {
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/hugi_list_1.png') no-repeat center top 1px;
}

.contents_wrap_17 .book_slide .swiper-slide-2 .slide_thumb {
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/hugi_list_2.png') no-repeat center top 3px;
}

.contents_wrap_17 .book_slide .swiper-slide-3 .slide_thumb {
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/hugi_list_3.png') no-repeat center top 3px;
}

.contents_wrap_17 .book_slide .swiper-slide-4 .slide_thumb {
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/hugi_list_5.png') no-repeat center top 1px;
}

.contents_wrap_17 .book_slide .swiper-slide-5 .slide_thumb {
    background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v2/hugi_list_6.png') no-repeat center top 1px;
}

.contents_wrap_17 .book_slide .slide_text {
    letter-spacing: -0.065em;
    color: #8ffeff;
    font-size: 24px;
    font-family: 'market-b';
}

.contents_wrap_17 .book_slide .slide_name {
    letter-spacing: -0.065em;
    color: #8ffeff;
    font-size: 18px;
    font-family: 'market-m';
}

/* 추가 혜택 */
.benefit_cont {
    background: #f0f0f0;
}

.benefit_cont .main_inner {
    padding: 130px 0 130px;
}

/* 합격 */
.pass_cont {
    background: #e0ecec;
}

.pass_cont .main_inner {
    padding: 130px 0 100px;
}

.pass_cont .video_box {
    position: absolute;
    top: 285px;
    left: 0;
    width: 1100px;
    height: 527px;
}

.pass_cont .video_box .layer,
.pass_cont .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pass_cont .review_slide {
    position: relative;
    width: 1300px;
    padding: 0 100px;
    margin: 58px 0 0 0;
    height: 930px;
    overflow-y: hidden;
}

.pass_cont .review_slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    width: 1100px;
    height: 290px;
    border: 3px solid #2553f9;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 13px 24px 65px 0px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.pass_cont .review_slide .swiper-wrapper {
    z-index: 1;
}

.pass_cont .review_slide .swiper-slide {
    display: flex;
    align-items: center;
    gap: 100px;
    width: 100%;
    height: 290px;
    padding: 0 90px 0 105px;
    border-radius: 20px;
    background: #c7e0e0;
    opacity: 0.5;
    transition: 0.3s ease-in;
}

.pass_cont .review_slide .swiper-slide-active {
    background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/con9_box_bg.png') no-repeat center top;
    opacity: 1;
}

.pass_cont .review_slide .slide_left_side {
    flex: 0 0 auto;
    width: 194px;
    padding-top: 13px;
}

.pass_cont .review_slide .slide_name {
    display: block;
    line-height: 1.2;
    letter-spacing: -0.045em;
    text-align: center;
    font-size: 20px;
    font-family: 'market-m';
}

.pass_cont .review_slide .slide_name::before {
    content: '';
    display: block;
    width: 194px;
    height: 194px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #333 url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/icon_human.png') no-repeat left bottom -5px;
}

.pass_cont .review_slide .swiper-slide_1 .slide_name::before {
    background-position: left -0.5% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_2 .slide_name::before {
    background-position: left 16.5% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_3 .slide_name::before {
    background-position: left 33% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_4 .slide_name::before {
    background-position: left 50% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_5 .slide_name::before {
    background-position: left 67.5% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_6 .slide_name::before {
    background-position: left 85.5% bottom -5px;
}

.pass_cont .review_slide .swiper-slide_7 .slide_name::before {
    background-position: left 99% bottom -5px;
}

.pass_cont .review_slide .slide_title {
    line-height: 1.2;
    word-break: keep-all;
    letter-spacing: -0.055em;
    /* font-size: 38px; */
    font-size: 26px;
    font-family: 'noto6';
}

.pass_cont .review_slide .slide_title::before {
    content: '';
    display: block;
    width: 181px;
    height: 28px;
    margin-top: -4px;
    margin-bottom: 16px;
    background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0;
}

.pass_cont .review_slide .slide_text {
    line-height: 1.45;
    margin-top: 16px;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #36383d;
    font-size: 22px;
    font-family: 'noto4';
}

.pass_cont .review_slide .slide_text em {
    color: #0202b6;
    font-family: 'noto5';
}

/* 하단 배너 */
.bottom_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    z-index: 10;
}

.bottom_banner .btn_event_scroll {
    display: block;
}