@charset "utf-8";

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul-table,
.div-table {
    display: table;
}

.ul-table>*,
.div-table>* {
    display: table-cell;
}

.mgr0 {
    margin-right: 0 !important;
}

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-over {
    overflow: hidden;
}

.col50 {
    width: 50%;
}

.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.skip,
legend,
caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}


/* common */
.inner {
    width: 1100px;
    margin: 0 auto;
}

.professor_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_bx {
    text-align: center;
}

.title_bx .tit {
    display: block;
    color: #000;
    font-family: 'market-l';
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
}

.title_bx .tit_b {
    display: block;
    color: #000;
    font-family: 'market-b';
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -3px;
}

.top .top_txt {
    opacity: 0;
}

.top .s_tit {
    position: relative;
    animation: 1s 0.5s forwards firstt;
}

.top .tit_num {
    position: relative;
    animation: 1s 0.9s forwards second;
}

.top .tit_tit {
    position: relative;
    animation: 1s 1.1s forwards third;
}

.top .tit_tit .title1 {
    display: none;
    position: absolute;
    top: -24px;
    left: -11px;
    opacity: 0.5;
}

.top .txt {
    position: relative;
    animation: 1s 1.4s forwards fourth;
}

@keyframes firstt {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes second {
    0% {
        left: -140px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes third {
    0% {
        left: -150px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fourth {
    0% {
        left: -100px;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.blind {
    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;
}

/* contents */
.double_wrap {
    overflow: hidden;
    min-width: 1100px;
}

.double_wrap .top {
    height: 953px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/top_bg.jpg') center top no-repeat;
    background-size: 2560px 953px;
}

.double_wrap .top {
    padding-top: 115px;
}

.double_wrap .top .top_txt {
    text-align: center;
}

.double_wrap .top .tit_num {
    margin-top: 30px;
}

.double_wrap .top .txt {
    margin-top: 40px;
}

.benefit_top {
    padding: 150px 0;
    background: #dadada;
}

.benefit_top .cont_bx {
    margin-top: 90px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
}

.benefit_top .lst_benefit {
    font-size: 0;
    background: #fff;
}

.benefit_top .lst_benefit li {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 365px;
    padding-top: 55px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    vertical-align: top;
}

.benefit_top .lst_benefit li:nth-child(4n) {
    border-right: none;
}

.benefit_top .lst_benefit li .txt {
    position: relative;
    color: #222;
    font-family: 'noto6';
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -2px;
}


.benefit_top .lst_benefit li.cont1 .bullet {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 149px;
    right: 22px;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #ff5252;
    font-size: 20px;
    text-align: center;
    font-family: 'market-b';
    color: #ffffff;
}

.benefit_top .lst_benefit li.cont2 .txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 89px;
    right: 22px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_bullet_4.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont5 .txt:before,
.benefit_top .lst_benefit li.cont6 .txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 89px;
    right: 22px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_bullet_2.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont1 .txt:after {
    content: '';
    display: block;
    width: 228px;
    height: 161px;
    margin: 60px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_1.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont2 .txt:after {
    content: '';
    display: block;
    width: 270px;
    height: 150px;
    margin: 60px 0 0 -20px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_2.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont3 .txt:after {
    content: '';
    display: block;
    width: 251px;
    height: 152px;
    margin: 60px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_3.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont4 .txt:after {
    content: '';
    display: block;
    width: 242px;
    height: 227px;
    margin: 11px 0 0 17px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_4.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont5 .txt:after {
    content: '';
    display: block;
    width: 262px;
    height: 159px;
    margin: 44px 0 0 -20px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_5.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont6 .txt:after {
    content: '';
    display: block;
    width: 214px;
    height: 134px;
    margin: 60px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_6.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont7 .txt:after {
    content: '';
    display: block;
    width: 228px;
    height: 177px;
    margin: 27px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_7.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont8 .txt:after {
    content: '';
    display: block;
    width: 232px;
    height: 179px;
    margin: 33px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_8.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont9 .txt:after {
    content: '';
    display: block;
    width: 245px;
    height: 127px;
    margin: 38px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_9.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont10 .txt:after {
    content: '';
    display: block;
    width: 251px;
    height: 165px;
    margin: 38px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_10.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont11 .txt:after {
    content: '';
    display: block;
    width: 254px;
    height: 162px;
    margin: 38px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_11.png') 0 0 no-repeat;
    background-size: cover;
}

.benefit_top .lst_benefit li.cont12 .txt:after {
    content: '';
    display: block;
    width: 199px;
    height: 122px;
    margin: 47px auto 0;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_12.png') 0 0 no-repeat;
    background-size: cover;
}

.plus_note_wrap {
    background: #373d4b;
    padding: 110px 0 107px;
    position: relative;
}

.plus_note_wrap .tit,
.plus_note_wrap .tit_b {
    color: #ffffff;
}

.plus_note_wrap .special_list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin: 82px auto 0;
}

.plus_note_wrap .special_list>div {
    position: relative;
    height: 474px;
    border: 4px solid #4071ec;
    border-radius: 25px;
    padding: 64px 0 0 35px;
}

.plus_note_wrap .special_list>div.list_1 {
    background: url(/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/img_1.png) no-repeat center bottom 42px #ffffff;
}

.plus_note_wrap .special_list>div.list_2 {
    background: url(/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/img_2.png) no-repeat center bottom 42px #ffffff;
}

.plus_note_wrap .special_list>div.list_3 {
    background: url(/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/img_3.png) no-repeat center bottom 20px #ffffff;
}

.plus_note_wrap .benefit_name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-bottom: 41px;
}

.plus_note_wrap .benefit_name h1 {
    font-size: 34px;
    font-family: 'noto7';
    line-height: 1.2;
    letter-spacing: -1px;
}

.plus_note_wrap .check_list li {
    padding-left: 41px;
    margin-bottom: 19px;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-family: 'noto5';
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/check_point.png') left center no-repeat;
}

.plus_note_wrap .point {
    position: absolute;
    right: -13px;
    top: -13px;
    display: block;
    padding: 16px 21px;
    background: #ff3b65;
    border-radius: 0 21px 0 21px;
    z-index: 1;
    font-size: 27px;
    color: #ffffff;
    font-family: 'noto5';
    line-height: 1;
    letter-spacing: -1.7px;
}

.strategy {
    padding: 165px 0 275px;
    text-align: center;
}

.strategy .inner {
    width: 1300px;
}

.strategy .tit {
    font-size: 60px;
    line-height: 75px;
    color: #000;
    font-family: 'market-l';
    letter-spacing: -2px;
}

.pass_person_wrap {
    height: 936px;
    padding-top: 185px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/pass_bg.png') no-repeat center top;
    background-size: 2560px 936px;
    position: relative;
}

.pass_person_wrap .title_bx>p {
    color: #ddc8b2;
}

.pass_person_wrap .line_box {
    margin: 120px 0 0;
}

.pass_person_wrap .pass_list {
    transform: perspective(307px) rotateX(40deg);
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}

.pass_person_wrap .pass_list li {
    display: table;
    width: 100%;
    color: #fff;
}

.pass_person_wrap .pass_list li dl {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.pass_person_wrap .pass_list li dl dd {
    font-size: 37px;
    padding: 11px 0;
    text-align: center;
    font-family: 'noto3';
    letter-spacing: -3px;
    line-height: 22.4px;
}

.pass_person_wrap .line_box .hidden {
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 410px;
}

.pass_person_wrap .pass_list:after {
    display: block;
    content: '';
    background: linear-gradient(to bottom, rgb(48 48 62 / 0.9) 19%, rgba(47, 48, 61, 0.2));
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.pass_person_wrap .add_txt {
    width: 1100px;
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    font-size: 18px;
    color: #62636f;
}

.atoz_wrap {
    padding-bottom: 200px;
}

.atoz_wrap .cont_bx {
    margin-top: 140px;
}

.atoz_wrap .atoz_tab {
    position: relative;
    margin-top: 20px;
}

.atoz_tab .tab_img {
    width: 887px;
}

.atoz_wrap .atoz_tab .tab-content {
    position: relative;
    /*margin-left: -8px;*/
}

.atoz_wrap .atoz_tab .video_box {
    position: absolute;
    left: 0px;
    top: 17px;
    width: 831px;
    height: 471px;
}

.atoz_wrap .atoz_tab .video_box .layer,
.atoz_wrap .atoz_tab .video_box .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.atoz_wrap .atoz_btn {
    margin-left: -28px;
}

.atoz_menu {
    position: relative;
    left: 4px;
    margin-top: 26px;
    margin-left: -4px;
    z-index: 3;
}

.atoz_menu li {
    position: relative;
    width: 324px;
    margin-right: 28px;
    box-sizing: border-box;
}

.atoz_menu li .atoz_txt {
    position: relative;
    margin-top: 2px;
}

.atoz_menu li .atoz_txt:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/play_s_arrow.png') 0 0 no-repeat;
}

.atoz_menu li .atoz_txt .s_txt {
    color: #62636f;
    font-family: 'noto3';
    font-size: 18px;
    line-height: 51px;
    letter-spacing: -1px;
}

.atoz_menu li .atoz_txt .txt {
    margin-top: -3px;
    color: #000;
    font-family: 'market-b';
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -1px;
}

.atoz_menu li a {
    display: inline-block;
    width: 100%;
    padding-top: 183px;
}

.atoz_menu li a>div {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 193px;
    opacity: 0.5;
}

.atoz_menu .tab1 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/play_s_1.png') 0 0 no-repeat;
    border: 5px solid transparent;
}

.atoz_menu .tab2 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/play_s_2.png') 0 0 no-repeat;
    border: 5px solid transparent;
}

.atoz_menu .tab1:hover,
.atoz_menu .tab1.selected {
    /*opacity: 1;*/
    border-color: #ff5d5b;
}

.atoz_menu .tab1:hover>div,
.atoz_menu .tab1.selected>div {
    display: block;
    opacity: 0;
}

.atoz_menu .tab2:hover,
.atoz_menu .tab2.selected {
    border-color: #ff5d5b;
    opacity: 1;
}

.atoz_menu .tab2:hover>div,
.atoz_menu .tab2.selected>div {
    display: block;
    opacity: 0;
}

.atoz_tab .img_teacher {
    position: absolute;
    right: -250px;
    top: -231px;
    z-index: 5;
}

.knowhow_box {
    /*padding:0 0 245px;*/
    padding: 176px 0 220px;
}

.knowhow_box .video_box {
    margin: 100px 0 60px;
}

.knowhow_box .slick-list {
    padding: 10px 0 40px 0;
    width: 1100px;
    margin: 0 auto;
}

.knowhow_box #pass_slider .slick-slide {
    height: 400px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 0 45px 0;
    box-shadow: 0 10px 20px #bababa;
    margin: 0 10px;
    word-break: keep-all;
}

.knowhow_box #pass_slider .slick-slide img {
    display: block;
    margin: 0 auto 30px;
}

.knowhow_box #pass_slider h3 {
    font-size: 25px;
    line-height: 100%;
    margin: 0 0 30px;
    font-family: 'noto5';
    font-weight: 600;
}

.knowhow_box #pass_slider p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 25px;
    color: #5d5d5d;
}

.knowhow_box #pass_slider b {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    color: #bababa;
    font-family: 'noto2';
    font-weight: 400;
}

/* .knowhow_box .start_video {
	display: block;
	height: 542px;
	background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/hugi_play.png') no-repeat center center;
	font-size: 0;
	cursor: pointer;
} */
.knowhow_box .pass_tab_wrap {
    margin-top: 64px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
}

.knowhow_box .pass_tab_wrap .tab_list {
    display: flex;
    height: 94px;
    border-bottom: 4px solid #392aff;
}

.knowhow_box .pass_tab_wrap .tab_list li {
    width: 100%;
}

.knowhow_box .pass_tab_wrap .tab_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.08em;
    color: #fff;
    font-size: 24px;
    font-family: 'spoqa4';
    background: #c9cacf;
    cursor: pointer;
}


.knowhow_box .pass_tab_wrap .tab_list button.is_active {
    background: #392aff;
}

.knowhow_box .pass_tab_wrap .tab_content {
    display: none;
    position: relative;
}

.knowhow_box .pass_tab_wrap .tab_content.is_active {
    display: block;
}

.knowhow_box .pass_tab_wrap .tab_content .pass_video {
    position: relative;
    width: 1100px;
    height: 600px;
}

.knowhow_box .pass_tab_wrap .tab_content_1 .pass_video {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/double_thum_1.png') no-repeat -23px -1px;
}

.knowhow_box .pass_tab_wrap .tab_content_2 .pass_video {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/double_thum_2.png') no-repeat -23px -1px;
}

.knowhow_box .pass_tab_wrap .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.5) url('/_skin/tpl_skin/basic_youth_counselor3/img/review/v2/play_btn.png') no-repeat center 236px; */
}

.knowhow_box .pass_tab_wrap .video_box button,
.knowhow_box .pass_tab_wrap .video_box .layer {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.knowhow_box .pass_review_wrap {
    position: relative;
    width: 1300px;
    padding: 0 30px;
    margin: 50px auto 0;
}

.knowhow_box .pass_review_wrap:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: -80px;
    bottom: -50px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/hugi_img.png') no-repeat center center;
}

.knowhow_box .pass_review_wrap .slick-arrow {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 0;
    top: 50%;
    margin: -32.5px;
    cursor: pointer;
}

.knowhow_box .pass_review_wrap .slick-prev {
    background: #e3e3e3 url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/arrow_l.png') no-repeat center center;
    left: 0;
}

.knowhow_box .pass_review_wrap .slick-next {
    background: #e3e3e3 url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/arrow_r.png') no-repeat center center;
    right: 0;
}

.knowhow_box #pass_slider {
    width: auto;
    margin: 0 auto;
}

.review_new {
    padding: 50px 0 0;
}

.review_new .slick-slide {
    margin: 20px 0 30px 30px;
    padding: 85px 0 0;
    border-radius: 20px;
    opacity: 1;
    box-shadow: 5px 5px 20px #858585;
    background-color: #fff;
    width: 347px;
    height: 276px;
    position: relative;
}

.review_new .slick-slide:focus,
.review_new .slick-slide .slick-prev:focus,
.review_new .slick-slide .slick-next:focus {
    border: none;
    outline: none;
}

.review_new .slick-slide:nth-of-type(1) {
    margin: 0;
}

.review_new .slick-current {
    opacity: 1;
}

.review_new .review_tit {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 20px;
    word-break: keep-all;
    font-family: 'noto5';
    font-weight: 600;
}

.review_new .review_txt {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-family: 'noto2';
    text-align: center;
    letter-spacing: -1.2px;
}

.review_new .review_txt strong {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
    font-family: 'noto6';
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -1px;
}

.review_new .review_txt .wirte_name {
    display: block;
    margin: 20px 0 0px;
    color: #9d9d9d;
}

.profile-image {
    width: 124px;
    height: 124px;
    display: block;
    position: absolute;
    top: -62px;
    left: 34%;
}

.review_slide .slick-list .slick-track {
    padding-top: 40px;
}

.book_video_wrap {
    padding: 240px 0 200px;
}

.book_video_wrap .bullet_list {
    margin: 110px 0 140px 0;
    position: relative;
    padding: 0 0 0 590px;
    border: 1px transparent solid;
}

.book_video_wrap .bullet_list:before {
    position: absolute;
    content: '';
    left: -220px;
    top: 0;
    width: 72%;
    height: 110%;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/book.png') no-repeat left top;
}

.book_video_wrap .img_bx {
    position: relative;
    margin-top: 137px;
}

.book_video_wrap .img_book {
    margin-left: -68px;
}

.book_video_wrap .img_1st {
    position: absolute;
    top: 210px;
    right: -170px;
}

.book_video_wrap .gray_txt {
    width: 1196px;
    margin-left: 20px;
    margin-top: 20px;
    color: #bfbfbf;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
}

.book_video_wrap .popup_box {
    position: relative;
    margin: 90px 0 0;
}

.book_video_wrap .popup_box .popupVideo {
    position: absolute;
    width: 335px;
    height: 100%;
    top: 0;
    right: 0;
}

.book_video_wrap .popup_box .popupVideo.btn1 {
    right: 380px;
}

.book_video_wrap .popup_box .popupVideo a {
    display: block;
    height: 100%;
}

/* 교수 */
.professor_cont {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_bg.png') no-repeat top 298px center, linear-gradient(to bottom, rgba(0, 0, 0, 0) 486px, #05062c 486px);
}

.professor_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center;
}

.professor_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.065em;
    font-size: 37px;
    font-family: 'noto6';
}

.professor_cont .main_title h3 {
    display: block;
    margin-top: 6px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    color: #030dff;
    font-size: 52px;
    font-family: 'noto7';
}

.professor_cont .main_title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 138px;
    height: 50px;
    margin: 0 0 6px;
    padding: 0 17px 0 17px;
    letter-spacing: 0.025em;
    color: #fff;
    font-size: 20px;
    font-family: 'noto6';
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/title_bg.png') no-repeat 0 0;
    overflow: hidden;
}

.professor_cont .main_inner {
    position: relative;
    padding: 140px 0 0;
}

.professor_cont .main_title span {
    margin: 0 0 25px;
}

.professor_cont .professor_slide {
    position: relative;
    width: 2560px;
    height: 1064px;
    margin: 49px 0 0;
    padding: 54px 0 0;
    overflow: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 12px;
    top: -30px;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
}

.professor_cont .professor_slide .page_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 105px;
    padding: 0 0 0 53px;
    border-radius: 105px;
    box-sizing: border-box;
    letter-spacing: -0.075em;
    font-size: 25px;
    font-family: 'noto6';
    background: #474748;
    color: #9e9e9f;
    cursor: pointer;
}

.professor_cont .professor_slide .page_item.is_active {
    color: #fff;
    background: #cc00ff;
}

.professor_cont .professor_slide .page_item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 189px;
    height: 126px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_tab.png') no-repeat 0 0;
}

.professor_cont .professor_slide .page_item_1::before {
    background-position-x: 0px;
}

.professor_cont .professor_slide .page_item_2::before {
    background-position-x: -189px;
}

.professor_cont .professor_slide .page_item_3::before {
    background-position-x: -378px;
}

.professor_cont .professor_slide .page_item.is_active::before {
    background-image: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_tab_active.png');
}

.professor_cont .professor_slide .swiper-slide {
    position: relative;
    width: 100%;
    z-index: 1;
}

.professor_cont .professor_slide .slide_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 105px 0 0;
    text-align: left;
}

.professor_cont .professor_slide .swiper-slide::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2560px;
    height: 1064px;
    background: no-repeat 0 0;
    z-index: -1;
}

.professor_cont .professor_slide .swiper-slide_1::after {
    background-image: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_visual_01.png');
}

.professor_cont .professor_slide .swiper-slide_2::after {
    background-image: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_visual_02.png');
}

.professor_cont .professor_slide .swiper-slide_3::after {
    background-image: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/professor_visual_03.png');
}

.professor_cont .professor_slide .slide_badge {
    position: absolute;
    top: 332px;
    right: 0;
}

.professor_cont .professor_slide .slide_history {
    display: flex;
    gap: 16px;
    margin: 0 0 43px 0;
}

.professor_cont .professor_slide .slide_history li {
    width: 182px;
    height: 77px;
    padding: 15px 0 0;
    line-height: 1.2;
    letter-spacing: -0.075em;
    text-align: center;
    color: #e4d080;
    font-size: 18px;
    background: url('/_skin/tpl_skin/basic_chemical_analysis/images/content1_4/teacher_shape.png') no-repeat 0 0;
}

.professor_cont .professor_slide .slide_sub_title {
    line-height: 1.28;
    margin-bottom: 16px;
    letter-spacing: -0.065em;
    color: #fff;
    font-family: 'noto6';
    font-size: 36px;
}

.professor_cont .professor_slide .slide_sub_title em {
    display: block;
    font-family: 'noto6';
}

.professor_cont .professor_slide .slide_title {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 30px;
    color: #ffe400;
}

.professor_cont .professor_slide .slide_title p,
.professor_cont .professor_slide .slide_title span {
    line-height: 1.1;
}

.professor_cont .professor_slide .slide_title span {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 11px 0 12px;
    border-radius: 60px;
    background: #fff;
}

.professor_cont .professor_slide .slide_name {
    display: block;
    line-height: 1.2;
    width: fit-content;
    margin: 8px 0 0;
    letter-spacing: -0.065em;
    font-family: 'noto7';
    font-size: 55px;
    color: #ffe400;
}

.professor_cont .professor_slide .slide_list {
    position: absolute;
    right: 152px;
    bottom: 100px;
}

.professor_cont .professor_slide .slide_list li {
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_list li+li {
    margin: 8px 0 0;
}

.professor_cont .professor_slide .slide_list li::before {
    content: '·';
}

.professor_cont .professor_slide .slide_check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 35px 0 50px 7px;
    gap: 11px;
}

.professor_cont .professor_slide .slide_check li {
    display: inline-flex;
    align-items: center;
    min-width: 356px;
    height: 52px;
    padding: 0 30px 0 66px;
    border: 2px solid #eabe0e;
    border-radius: 100px;
    letter-spacing: -0.055em;
    color: #fff;
    font-size: 21px;
    font-family: 'noto5';
    background: #2b2b2e url('/_skin/tpl_skin/basic_bosaesa2/images/apply/refund/v2/teacher_check.png') no-repeat 33px center;
}

.professor_cont .professor_slide .tab-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 539px;
    border-bottom: 2px solid #ffe400;
    /* margin-top: 60px; */
}

.professor_cont .professor_slide .tab-menu li {
    width: 100%;
}

.professor_cont .professor_slide .tab-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    letter-spacing: -0.065em;
    color: rgba(255, 255, 255, 0.4);
    font-size: 21px;
    font-family: 'noto6';
    background: #000;
}

.professor_cont .professor_slide .tab-menu a.selected {
    color: #000000;
    background: #ffe400;
}

.professor_cont .professor_slide .popupVideo {
    position: relative;
    width: 539px;
    height: 330px;
    /* margin: 49px 0 0 0; */
}

.professor_cont .professor_slide .popupVideo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.professor_cont .professor_slide .btn_video {
    display: block;
    margin: 61px 0 0;
    width: 539px;
}

.professor_cont .professor_slide .slide_review {
    display: flex;
    gap: 35px;
    margin: 50px 0 0;
}

.professor_cont .professor_slide .slide_review li {
    display: flex;
    align-items: center;
    width: 343px;
    height: 165px;
    padding: 6px 20px 0 148px;
    border-radius: 20px;
    word-break: keep-all;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.25);
    background: #fff url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png') no-repeat 31px 31px;
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_1.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_2.png');
}

.professor_cont .swiper-slide_1 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_4 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_3.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_4.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .swiper-slide_2 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_5 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_7 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_6.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(1),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(1) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_7.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(2),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(2) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_8.png');
}

.professor_cont .swiper-slide_3 .slide_review li:nth-child(3),
.professor_cont .swiper-slide_6 .slide_review li:nth-child(3) {
    background-image: url('/_skin/tpl_skin/basic_sports_renew/images/cm_teacher/v2/reviewer_5.png');
}

.professor_cont .professor_slide .slide_review p {
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.045em;
    font-size: 20px;
    font-family: 'noto4';
}

.professor_cont .professor_slide .slide_review em {
    color: #0054ff;
    font-family: 'noto6';
}

.curri_wrap {
    height: 1246px;
    padding-top: 150px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/curri_bg.png') center top no-repeat;
    background-size: 2560px 1246px;
}

.curri_wrap .title_bx p {
    color: #fff;
}

.curri_wrap .cont_bx {
    margin-top: 125px;
}

.curri_wrap .cont_bx .tit_step {
    position: relative;
    width: 192px;
    height: 55px;
    border-radius: 25px;
    background: linear-gradient(to right, #feed8c, #f8b464);
    text-align: center;
}

.curri_wrap .cont_bx .tit_step>strong {
    color: #000;
    font-family: 'market-b';
    font-size: 31px;
    line-height: 56px;
    letter-spacing: -1px;
}

.curri_wrap .step_bx.cont2 {
    margin-top: 70px;
}

.curri_wrap .lst_process {
    display: flex;
    /* justify-content: space-evenly; */
    gap: 20px;
    margin-top: -30px;
}

.curri_wrap .lst_process li {
    width: calc((100% - 60px) / 4);
    height: 260px;
    display: table;
    border-radius: 100%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.44);
}

.curri_wrap .lst_process li.step1_1 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step1_1.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step1_2 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step1_2.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step1_3 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step1_3.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step1_4 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step1_4.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step2_1 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step2_1.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step2_2 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step2_2.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li.step2_3 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/step2_3.png') 0 0 no-repeat;
    background-size: cover;
}

.curri_wrap .lst_process li .detail_bx {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.curri_wrap .lst_process .detail_bx .num {
    display: block;
    text-align: center;
}

.curri_wrap .lst_process .detail_bx .tit {
    display: block;
    margin-top: 26px;
    color: #fff;
    font-family: 'noto6';
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: center;
}

.curri_wrap .lst_process .detail_bx .desc {
    margin-top: 20px;
    color: #bacfff;
    font-family: 'noto3';
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
}

.curri_wrap .step_bx.cont2 .lst_process .detail_bx .desc {
    color: #f6eaea;
}

.tip_wrap {
    padding: 165px 0 0;
}

.tip_wrap .inner {
    position: relative;
}

.tip_wrap .inner span {
    position: absolute;
}

.tip_wrap .inner span.obj1 {
    top: 253px;
    left: -330px;
}

.tip_wrap .inner span.obj2 {
    top: 234px;
    right: -367px;
}

.tip_wrap .inner span.obj3 {
    top: -84px;
    right: -380px;
}

.book_tab_wrap .tab_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 33px;
}

.book_tab_wrap .tab_list li {
    width: 49%;
    text-align: center;
    line-height: 72px;
    font-size: 26px;
    font-family: 'market-b';
    background: #e3e3e3;
    border-radius: 10px;
    color: #9a9a9a;
    cursor: pointer;
}

.book_tab_wrap .tab_list li:hover,
.book_tab_wrap .tab_list li.act {
    background: #5b5b5b;
    color: #fff;
}

.book_tab_wrap .tab_content {
    border: 1px #000 solid;
    padding: 65px 0 33px;
    background: #ececec;
    display: none;
    text-align: center;
}

.book_tab_wrap .tab_content.active {
    display: block;
}

.book_tab_wrap .tab_content.ta1 {
    /*display:block;*/
}

.book_tab_wrap .tab_content .swiper-wrapper {
    height: auto;
}

.refund_wrap .bookimg_box #book_slide .slick-slide img {
    margin: 0 auto;
}

.book_tab_wrap .swiper-container-horizontal>.swiper-pagination-bullets {
    position: relative;
    margin-top: 65px;
}

.book_tab_wrap .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: #b8b8b8;
    opacity: 1;
}

.book_tab_wrap .swiper-pagination-bullet-active {
    background: #ff5d68;
}

.bookreview_slide {
    position: static;
    width: 1123px;
    margin: 0 0px 0px -7px;
    padding: 10px 16px 32px 9px;
    box-sizing: border-box;
}

.bookreview_slide .swiper-wrapper {
    height: 250px;
}

.book_tab_wrap .btn_arrow {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    z-index: 4;
    cursor: pointer;
}

.book_tab_wrap .btn_arrow {
    bottom: 120px;
}

.book_tab_wrap .btn_arrow.btn_prev {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/arrow_l.png') no-repeat 47% center #e3e3e3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: -125px;
}

.book_tab_wrap .btn_arrow.btn_next {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/arrow_r.png') no-repeat 55% center #e3e3e3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: -125px;
}

.slide_area {
    position: relative;
    margin-top: 90px;
}

.slide_area .bookreview_slide li {
    /*position: relative;*/
    width: 49%;
    border-radius: 30px;
    padding: 50px 0;
    display: table;
    background: #fff;
    box-shadow: 2px 10px 17px #b5b3b3;
}

/*.slide_area .bookreview_slide li:before{*/
/*    position: absolute;top: 0;right: 0;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius:30px;*/
/*    box-shadow:10px 10px 25px #b5b3b3;*/
/*}*/
.slide_area .bookreview_slide li div {
    display: table-cell;
    vertical-align: middle;
}

.slide_area .bookreview_slide li .writer {
    text-align: center;
    line-height: 110%;
    font-size: 17px;
    color: #9c9c9c;
    width: 150px;
}

.slide_area .bookreview_slide li .writer img {
    display: block;
    margin: 0 auto 20px auto;
}

.slide_area .bookreview_slide li .b_content .star {
    display: block;
    color: #ffc94b;
    font-size: 20px;
    font-family: 'noto5';
    margin: 0 0 8px;
}

.slide_area .bookreview_slide li .b_content b {
    color: #000;
    font-size: 22px;
    font-family: 'noto5';
    display: block;
    margin: 0 0 15px;
}

.slide_area .bookreview_slide li .b_content p {
    font-size: 18px;
    line-height: 140%;
    color: #5d5d5d;
}

.special_benefit {
    margin-top: 217px;
    padding: 160px 0 120px;
    background: #f2f2f2;
    text-align: center;
}

.special_benefit .title_bx .tit {
    display: inline-block;
    vertical-align: top;
}

.special_benefit .title_bx .tit_b {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.special_benefit ul {
    margin: 90px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.special_benefit ul li {
    background: #fff;
    width: 350px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 300px 0 60px 0;
    font-size: 24px;
    line-height: 100%;
    color: #5a5a5a;
    box-shadow: 10px 5px 30px #a0a0a0;
    letter-spacing: -1px;
}

.special_benefit ul li.cont1 {
    background: #fff url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_plus_1.png') no-repeat center 70px;
}

.special_benefit ul li.cont2 {
    background: #fff url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_plus_2.png') no-repeat center 70px;
}


.special_benefit ul li.cont3 {
    background: #fff url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_plus_3.png') no-repeat center 70px;
}

.special_benefit ul li b {
    display: block;
    line-height: 40px;
    font-size: 33px;
    margin: 15px 0 0 0;
    font-family: 'noto5';
    color: #ff5757;
}

.mock_cont {
    padding: 151px 0 0;
}

.benefit_bottom_wrap {
    padding: 190px 0;
}

.benefit_bottom_wrap .title_bx>p {
    display: inline-block;
    vertical-align: top;
}

.benefit_bottom_wrap .title_bx .tit {
    margin-right: 10px;
}

.benefit_bottom_wrap ul {
    margin-top: 67px;
}

.benefit_bottom_wrap ul:after {
    content: '';
    display: block;
    clear: both;
}

.benefit_bottom_wrap ul li {
    float: left;
    box-sizing: border-box;
    width: 540px;
    height: 188px;
    padding: 30px 0 0 50px;
    border-radius: 20px;
    margin-top: 20px;
    color: #000;
    box-shadow: 0px 0px 20px #b2acac;
}

.benefit_bottom_wrap ul li:nth-child(2n) {
    float: right;
}

.benefit_bottom_wrap ul li.cont1 {
    height: 228px;
    padding: 4px;
    background: linear-gradient(40deg, #ff5959 10%, #d3a4ff);
}

.benefit_bottom_wrap ul li.cont1 .detail_bx {
    position: relative;
    padding: 38px 0 0 40px;
    border-radius: 20px;
    height: 100%;
    background: #fff url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_1.png') no-repeat 86% 30px;
}

.benefit_bottom_wrap ul li.cont1 .bullet {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 430px;
    top: 25px;
    width: 79px;
    height: 79px;
    background: #ff5959;
    border-radius: 50%;
    background-size: cover;
    text-align: center;
    font-family: 'market-b';
    color: #ffffff;
    line-height: 1.2;
}

.benefit_bottom_wrap ul li.cont2 {
    height: 228px;
    padding: 4px;
    background: linear-gradient(40deg, #ff5959 10%, #d3a4ff);
}

.benefit_bottom_wrap ul li.cont2 .detail_bx {
    position: relative;
    padding: 38px 0 0 40px;
    border-radius: 17px;
    height: 100%;
    background: #fff url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_2.png') no-repeat 90% 49px;
}

.benefit_bottom_wrap ul li.cont2 .detail_bx:after {
    content: '';
    position: absolute;
    left: 430px;
    top: 25px;
    width: 79px;
    height: 79px;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/benefit_bullet_3.png') no-repeat 0 0;
    background-size: cover;
}

.benefit_bottom_wrap ul li.cont3 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_3.png') no-repeat 90% 30px;
}

.benefit_bottom_wrap ul li.cont4 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_4.png') no-repeat 90% 60%;
}

.benefit_bottom_wrap ul li.cont5 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_5.png') no-repeat 90% 30px;
}

.benefit_bottom_wrap ul li.cont6 {
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/doble/v2/bottom_benefit_6.png') no-repeat 89% bottom;
    padding: 23px 40px 20px 40px;
}

.benefit_bottom_wrap ul li.big {
    height: 388px;
    padding: 40px 0 0 160px;
    text-align: left;
    margin: 0 0 55px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0 25px 30px #bababa;
}

.benefit_bottom_wrap ul li.big:before {
    content: '환급혜택';
    position: absolute;
    top: 40px;
    left: 50px;
    width: 88px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    line-height: 115%;
    background: #fe7877;
    color: #fff;
    font-family: 'noto5';
    border-radius: 20px;
}

.benefit_bottom_wrap ul li.big:nth-of-type(2):before {
    content: '수강연장';
    background: #5d97d7;
}

.benefit_bottom_wrap ul li.big:nth-of-type(1) {
    border: 3px #fea0a0 solid;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/benefit_top_1.png') no-repeat center 110%;
}

.benefit_bottom_wrap ul li.big:nth-of-type(2) {
    border: 3px #5d97d7 solid;
    background: url('/_skin/tpl_skin/basic_bosaesa2/images/apply/2023_refund/benefit_top_2.png') no-repeat center bottom;
}

.benefit_bottom_wrap ul li.big span {
    font-size: 20px;
    margin: 0 0 15px;
    display: block;
}

.benefit_bottom_wrap ul li.big p {
    font-size: 36px;
    line-height: 110%;
    font-family: 'noto6';
}

.benefit_bottom_wrap ul li.big:nth-of-type(1) p {
    color: #b53f3f;
}

.benefit_bottom_wrap ul li.big:nth-of-type(2) p {
    color: #3a517b;
}

.benefit_bottom_wrap ul li span {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
}

.benefit_bottom_wrap ul li p {
    margin-top: 5px;
    color: #000;
    font-size: 32px;
    line-height: 37px;
    font-family: 'noto6';
    letter-spacing: -1px;
}

.benefit_bottom_wrap ul li a {
    display: block;
    width: 95px;
    height: 30px;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0 0 0;
}