@charset "UTF-8";
.annual_pass {
    overflow: hidden;
}
.con {
    width: 100%;
    font-family: 'noto4';
    line-height: 1;
}
.con .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* top : s */
.top {
    height: 992px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/top.png') center / cover no-repeat;
}
.top .inner {
    padding-top: 532px;
}
.top .item_wrap {
    display: flex;
    justify-content: center;
    gap: 44px;
    width: 100%;
}
.top .item_wrap .item {
    position: relative;
    width: calc((100% - 132px) / 3);
    height: 255px;
    padding-top: 36px;
    border-radius: 36px;
    box-shadow: 0 10px 20px rgba(192, 105, 138, 0.3);
    box-sizing: border-box;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom 34px;
}
.top .item_wrap .item_01 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/top_benefit_01.png');
}
.top .item_wrap .item_02 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/top_benefit_02.png');
    background-position: left 63% bottom 36px;
}
.top .item_wrap .item_03 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/top_benefit_03.png');
    background-position: left 54% bottom 34px;
}
.top .item_wrap .item_01 .bullet {
    position: absolute;
    top: -80px;
    left: -62px;
    width: 127px;
    height: 127px;
    padding-top: 34px;
    border-radius: 50%;
    background: #fd2448;
    font-family: 'noto7';
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}
.top .item_wrap .item p {
    font-family: 'noto5';
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    color: #000;
}
.top .item_wrap .item p span {
    font-family: 'noto7';
}
.top .link_btn {
    display: block;
    width: 590px;
    height: 87px;
    margin: 61px auto 0;
    border-radius: 50px;
    background: #000;
    font-family: 'market-b';
    font-size: 32px;
    letter-spacing: -0.065em;
    line-height: 91px;
    text-align: center;
    color: #fff;
}
.top .link_btn span {
    font-family: 'market-m';
    margin-left: 16px;
}
/* top : e */
/* pass_bene : s */
.pass_bene {
    padding: 170px 0 82px;
}
.pass_bene .pass_bene_wrap {
    width: 100%;
    height: 570px;
    border: 1px solid #dfcfd7;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(51, 39, 31, 0.2);
    background: #fff;
}
.pass_bene .pass_bene_wrap .pass_bene_item_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 397px;
    padding: 56px 47px 51px 43px;
}
.pass_bene .pass_bene_wrap .item_marker {
    position: absolute;
    top: -40px;
    left: -44px;
    animation: blink 1s infinite;
}
.pass_bene .pass_bene_wrap .txt_wrap .bullet_txt_wrap {
    display: flex;
    gap: 9px;
}
.pass_bene .pass_bene_wrap .txt_wrap .bullet_txt_wrap .bullet_txt {
    padding: 9px 15px 7px;
    border: 2px solid #458bff;
    border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'market-b';
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #458bff;
}
.pass_bene .pass_bene_wrap .txt_wrap .bullet_txt_wrap .bullet_txt_1 {
    background: #458bff;
    color: #fff;
}
.pass_bene .pass_bene_wrap .txt_wrap h3 {
    margin: 25px 0 20px;
    font-family: 'noto7';
    font-size: 58px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #000;
}
.pass_bene .pass_bene_wrap .txt_wrap h3 em {
    color: #ff2279;
}
.pass_bene .pass_bene_wrap .txt_wrap .txt_info_wrap {
    font-family: 'noto5';
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -0.025em;
    color: #000;
}
.pass_bene .pass_bene_wrap .price_wrap {
    position: relative;
}
.pass_bene .pass_bene_wrap .price_wrap .bullet {
    position: absolute;
    top: -34px;
    right: -22px;
    width: 154px;
    height: 154px;
    padding-top: 46px;
    border-radius: 50%;
    background: #b6005b;
    font-family: 'market-b';
    font-size: 26px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}
.pass_bene .pass_bene_wrap .price_wrap .bullet em {
    font-size: 36px;
    color: #fff700;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap {
    display: flex;
    align-items: center;
    margin-top: 125px;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap .discount_price {
    position: relative;
    margin-top: 34px;
    margin-right: 23px;
    font-family: 'noto6';
    font-size: 28px;
    letter-spacing: -0.065em;
    color: #b7b7b7;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap .discount_price::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 2px;
    background: #000;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap .discount_price span {
    font-size: 23px;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap .price {
    font-family: 'noto7';
    font-size: 75px;
    letter-spacing: -0.055em;
    color: #ff2279;
}
.pass_bene .pass_bene_wrap .price_wrap .price_wrap .price span {
    font-size: 50px;
}
.pass_bene .pass_bene_wrap .price_wrap .link_btn {
    display: block;
    width: 378.56px;
    height: 68px;
    margin-top: 26px;
    margin-left: 69px;
    border-radius: 16px;
    border-radius: 20px;
    background: #000;
    font-family: 'noto6';
    font-size: 25px;
    letter-spacing: -0.065em;
    line-height: 72px;
    text-align: center;
    color: #fff;
}
.pass_bene .pass_bene_wrap .price_wrap .link_btn span {
    font-family: 'noto4';
    margin-left: 10px;
}
.pass_bene .pass_bene_wrap .item_wrap {
    display: flex;
    align-items: center;
    height: 170px;
    padding: 32px 0 40px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
    background: #f2f2f2;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/pass_benefit.png') top 58% right 30px no-repeat;
}
.pass_bene .pass_bene_wrap .item_wrap .item {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    height: 100%;
    padding: 0 44px;
}
.pass_bene .pass_bene_wrap .item_wrap .item_01 {
    width: 390px;
}
.pass_bene .pass_bene_wrap .item_wrap .item_02 {
    width: 364px;
}
.pass_bene .pass_bene_wrap .item_wrap .item_03 {
    width: 345px;
}
.pass_bene .pass_bene_wrap .item_wrap .item:not(:last-child)::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
}
.pass_bene .pass_bene_wrap .item_wrap .item p {
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #000;
}
/* pass_bene : e */
/* early_cont : s */
.early_cont .inner {
    display: flex;
    justify-content: center;
}
/* early_cont : e */
/* bene : s */
.bene_wrap {
    padding: 141px 0 168px;
    background: linear-gradient(to bottom, #fbfeff, #d1eeff);
}
.bene_wrap .inner {
    width: 1135px;
}
.bene_wrap .main_title p {
    font-family: 'noto4';
    font-size: 34px;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #000;
}
.bene_wrap .main_title h3 {
    font-family: 'noto6';
    font-size: 52px;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1.5;
    color: #b6005b;
}
.bene_wrap .title_img {
    margin-top: 41px;
    margin-left: 36px;
}
.bene_wrap .big_bene_wrap {
    width: 100%;
    margin-bottom: 20px;
}
.bene_wrap .big_bene_wrap .big_bene {
    width: 100%;
    height: 246px;
    padding: 76px 46px;
    border-radius: 16px;
    box-sizing: border-box;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_01.png') top 33px right 55px no-repeat, linear-gradient(to right, #458bff 50%, #fea0df);
}
.bene_wrap .big_bene_wrap .big_bene p {
    font-family: 'noto5';
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fff;
}
.bene_wrap .big_bene_wrap .big_bene h3 {
    font-family: 'noto6';
    font-size: 47px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
}
.bene_wrap .small_bene_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 29px 18px;
    width: 100%;
    padding: 18px;
    border-radius: 16px;
    background: #ffcde1;
}
.bene_wrap .small_bene_wrap .bene {
    width: 354.28px;
    height: 342px;
    padding-top: 26px;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom 30px;
    text-align: center;
}
.bene_wrap .small_bene_wrap .bene_1 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_02.png');
    background-position: left 40% bottom 30px;
}
.bene_wrap .small_bene_wrap .bene_2 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_03.png');
    background-position: left 40% bottom 30px;
}
.bene_wrap .small_bene_wrap .bene_3 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_04.png');
    background-position: left 55% bottom 25px;
}
.bene_wrap .small_bene_wrap .bene_4 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_05.png');
}
.bene_wrap .small_bene_wrap .bene_5 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_06.png');
}
.bene_wrap .small_bene_wrap .bene_6 {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/ic_benefit_07.png');
}
.bene_wrap .small_bene_wrap .bene strong {
    font-family: 'noto7';
    font-size: 35px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #000;
}
.bene_wrap .small_bene_wrap .bene p {
    margin-top: 16px;
    font-family: 'noto4';
    font-size: 26px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #707070;
}
/* bene : e */
/* video : s */
.video_wrap {
    padding: 160px 0 140px;
    background: #f9f9f9;
}
.video_wrap .main_title {
    text-align: center;
}
.video_wrap .main_title p {
    font-family: 'noto4';
    font-size: 34px;
    letter-spacing: -0.035em;
    line-height: 1.5;
    color: #ff2279;
}
.video_wrap .main_title h3 {
    font-family: 'noto5';
    font-size: 52px;
    letter-spacing: -0.035em;
    line-height: 1.4;
    color: #000;
}
.video_wrap .main_title h3 em {
    font-family: 'noto6';
}
.video_wrap .lecture_cont {
    padding: 52px 0 0;
}
.video_wrap .lecture_cont .lecture_video {
    position: relative;
    overflow: hidden;
}
.video_wrap .lecture_cont .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 619px;
}
.video_wrap .lecture_cont .video_box .start_video {
    background: rgba(0, 0, 0, 0.5) url('/_skin/tpl_skin/basic_customs2/images/apply/1_2/btn.png') no-repeat 778px 365px;
}
.video_wrap .lecture_cont .video_box .layer,
.video_wrap .lecture_cont .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.video_wrap .video_btm_img {
    margin-top: -193px;
    margin-left: -470px;
}
/* video : e */
/* vs : s */
.vs_wrap {
    padding-bottom: 64px;
}
.vs_wrap .speechBubble_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -33px;
    overflow: hidden;
}
.vs_wrap .inner {
    padding-top: 90px;
}
/* vs : e */
/* curri : s */
.curri_wrap {
    height: 1038px;
    padding-top: 228px;
    background: #f0f0f0;
}
.curri_wrap .main_title {
    margin-left: -10px;
}
.curri_wrap .curri_table_wrap {
    margin: 50px 0 78px;
}
.curri_wrap .table_arrow_wrap {
    display: flex;
    width: 100%;
    padding-left: 106px;
    box-sizing: border-box;
}
.curri_wrap .table_arrow_wrap_2 {
    margin-top: 10px;
}
.curri_wrap .table_arrow_wrap .table_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 57px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/week.png') center no-repeat;
    font-family: 'noto7';
    font-size: 21px;
    letter-spacing: -0.025em;
    color: #b6005b;
}
.curri_wrap table {
    width: 100%;
    height: 224px;
    border-collapse: collapse;
}
.curri_wrap table th,
.curri_wrap table td {
    position: relative;
    border: 1px solid #e1cfd5;
    background: #fff;
}
.curri_wrap table th:not(:last-child),
.curri_wrap table td:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}
.curri_wrap table td:not(:last-child) {
    border-right: 1px solid #ffe6ee;
}
.curri_wrap table th::after {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 37px;
    height: 49px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/arrow.png') center no-repeat;
    z-index: 1;
}
.curri_wrap table th:first-child::after,
.curri_wrap table th:last-child::after {
    display: none;
}
.curri_wrap table th {
    height: 88px;
    border-bottom: 1px solid #fff;
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.4;
    color: #000;
}
.curri_wrap table th em {
    font-family: 'noto7';
}
.curri_wrap table th:first-child {
    font-family: 'noto7';
    background: #ffcddd;
    color: #b6005b;
}
.curri_wrap table th:not(:first-child) {
    position: relative;
    background: #ffe8f0;
}
.curri_wrap table th:not(:last-child) {
    border-right: 1px solid #fff;
}
.curri_wrap table td {
    border-top: 0;
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 1.3;
    color: #333333;
}
.curri_wrap table tr:nth-of-type(2) td {
    height: 100px;
}
.curri_wrap table tr:nth-of-type(3) td {
    font-family: 'noto6';
    color: #000;
}
.curri_wrap table tr:nth-of-type(3) td.blue {
    background: #88fff0;
}
.curri_wrap table tr:nth-of-type(3) td.purple {
    background: #6924bd;
    color: #fff;
}
/* curri : e */
/* teacher : s */
.teacher_wrap {
    padding: 230px 0 150px;
    background: linear-gradient(to bottom, #fff 509px, #212121 510px);
}
.teacher_wrap .main_title {
    margin-left: -10px;
}
.teacher_wrap .tab-wrap {
    margin-top: 91px;
}
.teacher_menu {
    display: flex;
    gap: 24px;
    width: 100%;
}
.teacher_menu li {
    width: 50%;
    height: 95px;
    margin-right: 4px;
}
.teacher_menu li a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 150px;
    background: #7a7a7a;
}
.teacher_menu li a.selected {
    background: #de0093;
}
/* .teacher_menu a:after {
	position: absolute;
	display: block;
	content: '';
	width: 134px;
	height: 134px;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 50%;
	background: #444c5f;
}
.teacher_menu li a.selected:after {
	background: #2d63fa;
} */
.teacher_menu li a p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    position: relative;
    z-index: 1;
    padding-right: 70px;
    color: #ababab;
    font-size: 24px;
    font-family: 'noto4';
    line-height: 96px;
    letter-spacing: -0.065em;
}
.teacher_menu li a.selected p {
    color: #ffffff;
}
.teacher_menu li a p b {
    font-family: 'noto6';
    font-size: 38px;
}
.teacher_menu li a p:after {
    position: absolute;
    display: block;
    content: '';
    width: 114px;
    height: 125px;
    top: -53px;
    left: 50px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/tab_teacher_off.png');
    background-repeat: no-repeat;
    background-size: 680px 140px;
}
.teacher_menu li a.selected p:after {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/tab_teacher.png');
    background-repeat: no-repeat;
}
.teacher_menu li a.teacher_img1 p:after {
    background-position: 2px 4px;
}
.teacher_menu li a.teacher_img2 p:after {
    background-position: -561px 4px;
}
.tab-teacher {
    width: 1100px;
    height: 746px;
    margin: 52px 0 0 0;
    text-align: left;
}
.tab-teacher p {
    margin: 107px 0 41px 40px;
    font-size: 34px;
    font-family: 'noto6';
    color: #ffffff;
    line-height: 100%;
    font-weight: 1;
}
.tab-teacher span {
    display: block;
    margin-left: 38px;
    font-size: 34px;
    font-family: 'noto6';
    color: #ffffff;
    line-height: 100%;
    font-weight: 1;
}
.tab-teacher h1 {
    margin: 12px 0 0 40px;
    font-size: 53px;
    line-height: 100%;
    background: -webkit-linear-gradient(-24deg, #ffeff6 1%, #ffb5d6 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'noto7';
    letter-spacing: -1.7px;
}
.tab-teacher span {
    display: block;
    font-size: 23px;
    font-family: 'noto4';
    letter-spacing: -0.055em;
    line-height: 1.2;
    color: #fedfed;
}
.tab-teacher ul {
    margin-top: 27px;
    margin-left: 40px;
}
.tab-teacher ul li {
    font-family: 'noto4';
    font-size: 20px;
    letter-spacing: -0.055em;
    line-height: 1.8;
    color: #e6e6e6;
}
.tab-teacher .video_box {
    position: relative;
    width: 482px;
    height: 306px;
    margin-top: 32px;
    margin-left: 34px;
}
.tab-teacher .video_box span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.teacher1 {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/teacher_01.png') right 38px top 4px no-repeat;
}
.teacher2 {
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/teacher_02.png') right 38px top 4px no-repeat;
}
.teacher_wrap .teacher_wrap_slide {
    position: static;
    width: 1074px;
    height: 251px;
    margin-top: -10px;
    padding: 11px 20px;
    box-sizing: border-box;
}
.teacher_wrap .swiper-container .btn_arrow {
    position: absolute;
    z-index: 4;
    width: 47px;
    height: 48px;
    cursor: pointer;
    top: 89.5%;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat;
}
.teacher_wrap .swiper-container .btn_arrow {
    top: 89.5%;
}
.teacher_wrap .swiper-container .btn_prev {
    left: -49px;
    background-position: -8px -5px;
}
.teacher_wrap .swiper-container .btn_next {
    right: -49px;
    background-position: -60px -5px;
}
.teacher_wrap .swiper-container .div-table {
    width: 100%;
    height: 100%;
}
.teacher_wrap .swiper-container .div-table > * {
    vertical-align: middle;
}
.teacher_wrap .teacher_wrap_slide .swiper-slide {
    position: relative;
    padding: 0 0px 21px 50px;
    box-sizing: border-box;
    background-color: #e6d6de;
    line-height: 130%;
    border-radius: 30px;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 41%);
    border-radius: 26px;
}
.teacher_wrap .teacher_wrap_slide .review_content {
    padding-left: 6px;
    padding-top: 10px;
    width: 100%;
}
.teacher_wrap .teacher_wrap_slide .writer span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}
.teacher_wrap .teacher_wrap_slide .review_tit {
    font-size: 32px;
    line-height: 100%;
    color: black;
}
.teacher_wrap .teacher_wrap_slide .review_txt {
    margin-top: 11px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 143%;
    font-weight: 400;
}
.teacher_wrap .teacher_wrap_slide .div-table span {
    font-size: 17px;
    font-weight: bold;
}
.rv_imoti {
    position: absolute;
    top: 36px;
    left: 730px;
}
/* teacher : e */
/* book : s */
.book_wrap {
    padding: 138px 0 53px;
}
.book_wrap .inner {
    transform: translateX(50px);
}
.book_wrap .main_title {
    position: relative;
    margin-bottom: 80px;
    transform: translateX(-60px);
    z-index: 1;
}
.book_wrap .inner_title {
    position: relative;
}
.book_wrap .evidence_area {
    position: absolute;
    top: 91px;
    right: 25px;
}
.book_wrap .book_img.all {
    margin-top: 90px;
    margin-bottom: 38px;
}
.book_wrap .div-table.book_area.renew {
    display: block;
    width: 100%;
}
.book_wrap .div-table.book_area.renew > div {
    display: block;
}
.book_player_area {
    position: relative;
    margin-top: 60px;
    font-size: 0;
}
.book_player_area > div {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}
.book_player_area .popupVideo {
    width: 464px;
    position: relative;
    height: auto;
}
.book_player_area .popupVideo a {
    display: block;
    height: auto;
}
.book_wrap .book_info {
    width: 100%;
}
.book_wrap .book_info:after {
    content: '';
    display: block;
    clear: both;
}
.book_wrap .book_info li {
    float: left;
    width: 46%;
    padding-bottom: 15px;
}
.book_wrap .num {
    padding-right: 25px;
    width: 20%;
}
.book_wrap .num p {
    display: inline-block;
    width: 104px;
    height: 104px;
    padding-top: 34px;
    box-sizing: border-box;
    background: #ffe15b;
    text-align: center;
    line-height: 104px;
    border-radius: 50%;
    font-size: 0;
}
.book_wrap .num p img {
    vertical-align: top;
}
.book_wrap .book_intro {
    width: 80%;
    font-size: 22px;
    text-align: left;
    line-height: 130%;
    color: #000;
}
.book_wrap .book_intro.no-border {
    border-bottom: none;
}
.book_wrap .book_intro b {
    font-size: 25px;
}
.book_wrap .teacher_slide {
    position: static;
    height: 321px;
    width: 1074px;
    margin: 70px 0px 0 -30px;
    padding: 30px 26px;
    box-sizing: border-box;
}
.book_wrap .teacher_slide .swiper-slide {
    width: 100%;
    height: 188px;
    padding: 46px 30px 30px 48px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 1px 22px rgb(0 0 0 / 41%);
    border-radius: 26px;
    box-sizing: border-box;
}
.book_wrap .ts .verti_top {
    vertical-align: top;
}
.book_wrap .review_content span {
    color: #6f6f6f;
}
.book_wrap .btn_arrow {
    position: absolute;
    z-index: 4;
    width: 47px;
    height: 48px;
    cursor: pointer;
    top: 86.5%;
    background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat;
}
.book_wrap .btn_arrow.btn_prev {
    left: -91px;
    background-position: -8px -5px;
}
.book_wrap .btn_arrow.btn_next {
    right: -1px;
    background-position: -60px -5px;
}
/* book : e */
/* mock : s */
.mock_wrap {
    padding: 145px 0 110px;
    background: #f0f0f0;
}
.mock_wrap img {
    margin-left: -103px;
}
/* mock : e */
/* final_bene : s */
.final_bene_wrap {
    padding: 140px 0 160px;
    background: #fff;
}
.final_bene_wrap img {
    margin-left: -6px;
}
/* final_bene : e */
/* passtory : s */
.passtory_wrap {
    height: 1789px;
    padding-top: 156px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/review_bg.png') center;
}
.passtory_wrap .main_title {
    transform: translateX(6px);
}
.passtory_wrap .main_title p {
    font-family: 'noto4';
    font-size: 34px;
    letter-spacing: -0.035em;
    line-height: 1.2;
    text-align: center;
    color: #222222;
}
.passtory_wrap .main_title h3 {
    font-family: 'noto7';
    font-size: 52px;
    letter-spacing: -0.035em;
    line-height: 1.3;
    text-align: center;
    color: #222222;
}
.passtory_wrap .pass_wrap .inner::before {
    content: '';
    position: absolute;
    top: -79px;
    right: -254px;
    width: 350px;
    height: 340px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/pass_object.png') no-repeat 0 0;
    z-index: 1;
    pointer-events: none;
}

.passtory_wrap .pass_wrap .pass_tab_wrap {
    margin-top: 64px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
}

.passtory_wrap .pass_wrap .tab_list {
    display: flex;
    height: 94px;
    border-bottom: 4px solid #d63586;
}

.passtory_wrap .pass_wrap .tab_list li {
    width: 100%;
}

.passtory_wrap .pass_wrap .tab_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 1.8em;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.08em;
    color: #fff;
    font-size: 24px;
    font-family: 'spoqa4';
    background: #c9cacf;
    cursor: pointer;
}

.passtory_wrap .pass_wrap .tab_list button::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    filter: grayscale(100%);
}

.passtory_wrap .pass_wrap .tab_list .list_item_1::before {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/review/interviewee_1.png') no-repeat 0 0;
}

.passtory_wrap .pass_wrap .tab_list .list_item_2::before {
    background: #fff url('/_skin/tpl_skin/basic_imsang2/images/review/interviewee_2.png') no-repeat 0 0;
}

.passtory_wrap .pass_wrap .tab_list button.is_active {
    background: #d63586;
}

.passtory_wrap .pass_wrap .tab_list button.is_active::before {
    filter: none;
}

.passtory_wrap .pass_wrap .tab_content {
    display: none;
    position: relative;
}

.passtory_wrap .pass_wrap .tab_content.is_active {
    display: block;
}

.passtory_wrap .pass_wrap .video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('/_skin/tpl_skin/basic_imsang2/images/review/play_btn.png') no-repeat center 236px;
    cursor: pointer;
}

.passtory_wrap .pass_wrap .video_box .layer,
.passtory_wrap .pass_wrap .video_box .start_video {
    display: block;
    width: 100%;
    height: 100%;
}

.passtory_wrap .review_wrap .inner {
    width: 100%;
}

.passtory_wrap .review_wrap .review_slide_1 {
    position: relative;
    height: 608px;
    margin-top: 98px;
}

.passtory_wrap .review_wrap .review_slide_1 .slide_control {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -117px;
    right: -10px;
    width: 149px;
}

.passtory_wrap .review_wrap .review_slide_1 .slide_control button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.passtory_wrap .review_wrap .review_slide_1 .slide_control button::after {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/icon.png') no-repeat 0 0;
}

.passtory_wrap .review_wrap .review_slide_1 .slide_control .swiper-button-prev::after {
    background-position: -27px -22px;
}

.passtory_wrap .review_wrap .review_slide_1 .slide_control .swiper-button-next::after {
    background-position: -58px -22px;
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400px;
    height: 510px;
    padding: 0 40px 35px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide::after,
.passtory_wrap .review_wrap .review_slide_1 .swiper-slide::before {
    content: '';
    display: block;
    width: 400px;
    height: 200px;
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide::before {
    margin-left: -40px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/img_1.png') no-repeat center;
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-1::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_1.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-2::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_2.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-3::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_3.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-4::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_4.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-5::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_5.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-6::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_6.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-7::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_7.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-8::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_8.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-9::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_9.png');
}

.passtory_wrap .review_wrap .review_slide_1 .swiper-slide-10::before {
    background-image: url('/_skin/tpl_skin/basic_imsang2/images/review/img_10.png');
}

.passtory_wrap .review_wrap .review_slide_1 .slide_title {
    display: block;
    line-height: 35px;
    margin-top: 35px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #000;
    font-size: 26px;
    font-family: 'spoqa4';
    font-weight: 900;
}

.passtory_wrap .review_wrap .review_slide_1 .slide_text {
    margin-top: 10px;
    line-height: 28px;
    letter-spacing: -0.08em;
    word-break: keep-all;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
}

.passtory_wrap .review_wrap .review_slide_1 .slide_footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    letter-spacing: -0.08em;
    color: #666;
    font-size: 18px;
    font-family: 'spoqa3';
    background: url('/_skin/tpl_skin/basic_imsang2/images/review/star.png') no-repeat right 14px / 94px auto;
}
/* passtory : e */
/* bottom_bene : s */
.bottom_bene_wrap {
    height: 845px;
    padding: 150px 0 94px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/bottom_bg.png') center;
}
.bottom_bene_wrap .content_title {
    text-align: center;
    font-size: 50px;
    font-family: 'noto7';
    line-height: 57px;
    font-weight: 100;
    letter-spacing: -0.045em;
    color: #ffffff;
}
.bottom_bene_wrap .txt_bg {
    display: block;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
    background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/con1_txt_bg.png') center no-repeat;
    background-size: contain;
    color: #ff9dbc;
    font-size: 35px;
    font-family: 'noto4';
    line-height: 47px;
}
.bottom_bene_wrap ul {
    margin-top: 87px;
}
.bottom_bene_wrap ul li {
    width: 352px;
    height: 352px;
    margin-right: 22px;
    padding-top: 36px;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/circle.png') center no-repeat;
    text-align: center;
}
.bottom_bene_wrap ul li:last-child {
    padding-top: 15px;
}
.bottom_bene_wrap h5 {
    font-size: 31px;
    line-height: 1.2;
    font-family: 'noto6';
    letter-spacing: -0.025em;
}
.bottom_bene_wrap ul li:last-child h5 {
    margin-top: 13px;
}
.bottom_bene_wrap p {
    margin-top: 14px;
    font-size: 19px;
    font-family: 'noto4';
    line-height: 1.4;
    letter-spacing: -0.045em;
}
/* bottom_bene : e */

#banner_open_fmb {
    display: none !important; /* 하단 상단바 제거 */
}
.bottom_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.bottom_fixed .inner {
    position: relative;
    width: 1379px;
    height: 92px;
    margin: 0 auto;
    background: url('/_skin/tpl_skin/basic_imsang2/images/apply/annual_pass/bottom_bn.png') center no-repeat;
}
.bottom_fixed .inner > * {
    font-size: 0;
}
.bottom_fixed .inner a {
    position: absolute;
    display: block;
    right: 121px;
    bottom: 20px;
    width: 235px;
    height: 53px;
    font-size: 0;
}
