.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;
}

@charset "UTF-8";

.popupVideo {
    width: 366px;
    height: 220px;
    left: -90px;
    top: 830px;
}

#book_play.book_play1 {
    background: url('/_skin/tpl_skin/basic_identification/images/book_play.png') no-repeat;
}

.video-popup {
    display: none;
}

.video-popup .video-content {
    position: absolute;
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: -157.5px 0 0 -280px;
}

.book_play1 {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 1_2 , 1_3*/
.container1_2 {
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    /* width: auto; */
}

.inner_ti {
    width: 1100px;
    margin: 0 auto;
    /* text-align: left; */
    position: relative;
    left: -371px;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.apply_txt {
    text-align: left;
    color: #070405;
    margin-bottom: 74px;
}

.apply_txt .point {
    display: block;
    margin-bottom: 17px;
    padding-left: 10px;
    line-height: 180%;
    letter-spacing: -1.7px;
    font-size: 20px;
    font-family: 'noto5';
    color: #fdfdfd;
    background: url('/_skin/tpl_skin/basic_identification/images/apply/apply_top/title_purple_bg.png') no-repeat;
    background-position: -7px 0px;
}

.apply_txt h3 {
    font-size: 57px;
    line-height: 128%;
    letter-spacing: -4.5px;
    font-family: 'noto6';
    font-weight: 100;
}

.apply_txt h3 span {
    position: relative;
}

.apply_txt h3 span::before {
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 100%;
    height: 14px;
    background-color: #fdd01d;
    content: '';
    z-index: -1;
}


.container1_2 .top_img {
    position: relative;
    background-color: #fdd01d;
    padding-left: 76px;
}

.container1_2 .top_img .event_pop {
    position: absolute;
    top: 440px;
    left: 230px;
    display: none;
}

.container1_2 .top_img div:nth-child(3) {
    position: absolute;
    top: 173px;
    left: 488px;
    z-index: 1;
}

.container1_2 .top_img div:nth-child(4) {
    position: absolute;
    top: 452px;
    left: 495px;
    background: url('/_skin/tpl_skin/basic_identification/images/apply/apply_top/top_text.png') no-repeat -48px -32px;
    width: 921px;
    height: 237px;
}

.container1_2 .top_img p {
    position: absolute;
    top: 133px;
    left: 788px;
    font-size: 27px;
    font-family: 'noto5';
    font-family: 100;
    color: #fdfdfd;
}

.container1_2 .top_img .event_pop p {
    position: absolute;
    top: 157px;
    left: 46px;
    color: #050505;
}

.container1_2 .second_img {
    height: 1030px;
    background-color: #141315;
}

.container1_2 .second_img .inner {
    padding-top: 130px;
    box-sizing: border-box;
}

.container1_2 .third_img {
    padding: 143px 0 92px 0;
}

.container1_2 .third_img .inner {
    box-sizing: border-box;
    text-align: center;
}

.container1_2 .third_img .inner .i_img {
    padding-top: 67px;
    box-sizing: border-box;
}

/* 그래프 : s */
.container1_2 .chart_cont {
    position: relative;
}

.container1_2 .chart_wrap {
    height: 495px;
    padding: 24px 75px 0 56px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    color: #7b7b7b;
}

.container1_2 .chart_cont .graph_bullet {
    position: absolute;
    top: -50px;
    right: -20px;
    z-index: 1;
}

.container1_2 .chart_wrap .chart_num {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

.container1_2 .chart_wrap .chart_num::after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 29px;
    width: 1px;
    height: 312px;
    border-right: 1px solid #dbdbda;
    box-sizing: border-box;
}

.container1_2 .chart_wrap .chart_num li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    height: 31px;
    padding: 0;
    margin: 0;
}

.container1_2 .chart_wrap .chart_num li::after {
    content: '';
    width: 940px;
    height: 1px;
    border-bottom: 1px dotted #e3e3e3;
    box-sizing: border-box;
}

.container1_2 .chart_wrap .chart_num li:last-child::after {
    border-bottom: 1px solid #7f7f7f;
}

.container1_2 .chart_wrap .graph_cont {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container1_2 .chart_wrap .chart_info {
    display: flex;
    gap: 16px;
    width: 100%;
    height: 42px;
    padding: 15px 0 0 75px;
}

.container1_2 .chart_wrap .chart_info p {
    margin: 0;
    font-family: 'noto6';
    color: #000;
}

.container1_2 .chart_wrap .chart_info span {
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 5px;
}

.container1_2 .chart_wrap .chart_info+p {
    padding-left: 75px;
    font-family: 'noto6';
    font-size: 14px;
    text-align: left;
    color: #000;
}

.container1_2 .chart_wrap .chart_info :nth-child(1) span {
    background: #999a9d;
}

.container1_2 .chart_wrap .chart_info :nth-child(2) span {
    background: #f67b18;
}

.container1_2 .chart_wrap .chart {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    width: 100%;
    height: calc(62px * 5);
    padding: 0 95px 0 110px;
    margin-top: 75px;
}

.container1_2 .chart_wrap .chart li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}

.container1_2 .chart_wrap .chart li::after {
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -30px;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
    font-family: 'noto4';
    font-size: 17px;
}

.container1_2 .chart_wrap .chart li span {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 40px;
}

.container1_2 .chart_wrap .chart li span:nth-child(1) {
    background: #999a9d;
}

.container1_2 .chart_wrap .chart li span:nth-child(2) {
    background: #f67b18;
}

.container1_2 .chart_wrap .chart li span::before {
    display: block;
    margin: -1.5em;
    letter-spacing: -0.05em;
    font-size: 17px;
    font-family: 'noto6';
    text-align: center;
    content: attr(title);
    white-space: nowrap;
    word-wrap: break-word;
}

.container1_2 .chart_wrap .chart li span:nth-child(1)::before {
    color: #999a9d;
}

.container1_2 .chart_wrap .chart li span:nth-child(2)::before {
    color: #f67b18;
}

.container1_2 .chart_wrap.type2 .chart_info {
    margin-bottom: -20px;
}

.container1_2 .chart_wrap.type2 .chart_num {
    bottom: -36px;
}

.container1_2 .chart_wrap.type2 .chart_num li {
    height: 10%;
}

.container1_2 .chart_wrap.type2 .chart {
    height: 345px;
}

/* 그래프 : e */
.container1_2 .book_area_slide {
    height: 800px;
}

.container1_2 .book_area_slide .apply_txt {
    margin-bottom: 90px;
}

.container1_2 .book_area_slide .inner {
    position: relative;
    padding: 100px 0;
    box-sizing: border-box;
}

.container1_2 .book_area_slide .inner .book_blet {
    position: absolute;
    top: 50px;
    left: 50px;
}

.container1_2 .book_area_slide .inner .book_blet .swiper-wrapper .swiper-slide {
    background: url('/_skin/tpl_skin/basic_identification/images/main/book_page1__2.png') no-repeat;
    width: 714px;
    height: 481px;
}

.container1_2 .book_area_slide .inner .book_blet .swiper-wrapper .book1_2 {
    background-position: -8px -95px;
}

.container1_2 .book_area_slide .inner .book_blet .swiper-wrapper .book2_2 {
    background-position: -8px -589px;
}

.container1_2 .book_area_slide .inner .reason_slide {
    position: relative;
    top: 302px;
    left: 295px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.container1_2 .book_area_slide .inner .reason_slide .btn_arrow {
    position: absolute;
    top: 40%;
    background: url('/_skin/tpl_skin/basic_identification/images/main/book_page1_2.png') no-repeat -29px -19px;
    width: 58px;
    height: 58px;
    z-index: 11;
    cursor: pointer;
}

.container1_2 .book_area_slide .inner .reason_slide .btn_prev {
    left: 47px;
    z-index: 50;
}

.container1_2 .book_area_slide .inner .reason_slide .btn_next {
    background-position: -99px -19px;
    width: 58px;
    height: 58px;
    right: 314px;
}

.container1_2 .book_area_slide .inner .reason_slide .swiper-wrapper {
    left: 75px;
}

.container1_2 .book_area_slide .book_blet .inner p {
    position: absolute;
    top: 484px;
    left: 77px;
    line-height: 145%;
    font-size: 25px;
    font-family: 'noto6';
    font-weight: 100;
    color: #050405;
    text-align: center;
}

.container1_2 .teacher_int {
    padding-top: 500px;
}

.container1_2 .teacher_int .inner {
    position: relative;
}

.container1_2 .teacher_int .teachi_text {
    position: absolute;
    left: 10px;
    top: -15px;
    z-index: 0;
}

.container1_2 .teacher_int .teachi_text .ment {
    display: block;
    margin-bottom: 17px;
    padding-left: 0;
    padding-top: 26px;
    line-height: 125%;
    letter-spacing: -0.7px;
    font-size: 40px;
    background: none;
    color: #050405;
}

.container1_2 .teacher_int .sample {
    position: absolute;
    width: 515px;
    height: 290px;
    /* right: 51.5%; */
    left: 0;
    top: 66%;
    font-size: 0;
    /* background: url(/_skin/gov/images/apply/ilhaeng/years/con3_player.png) no-repeat center center; */
}

.container1_2 .teacher_int .inner .sample a {
    display: block;
    height: 100%;
    /* background: url(/_skin/gov/images/apply/ilhaeng/years/con3_player_btn.png) no-repeat center center; */
    color: #eee;
}

.container1_2 .six_img {
    padding-top: 160px;
}

.container1_2 .prime {
    height: 1060px;
    padding-top: 205px;
    margin-bottom: 133px;
    box-sizing: border-box;
}

.container1_2 .prime .inner .support_prime .book_teach {
    width: 100%;
    height: 230px;
    padding: 66px 70px;
    line-height: 1;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #8669f7;
    z-index: -1;
}

.container1_2 .prime .support_prime {
    position: relative;
}

.container1_2 .prime .support_prime .sp_text span:first-child {
    display: block;
    margin-bottom: 16px;
    letter-spacing: -1.7px;
    font-size: 33px;
    font-family: 'noto6';
    font-weight: 100;
}

.container1_2 .prime .support_prime .sp_text span:nth-child(2) {
    letter-spacing: -5.7px;
    font-size: 50px;
    font-family: 'noto6';
    font-weight: 100;
}

.container1_2 .prime .support_prime .cont_1 {
    position: absolute;
    top: 53px;
    left: 733px;
    background: url('/_skin/tpl_skin/basic_identification/images/footer_service/footer_service_img.png') no-repeat -40px -31px;
    width: 266px;
    height: 122px;
}

.container1_2 .prime .support_prime .inventory {
    padding-top: 20px;
}

.container1_2 .prime .support_prime .inventory li {
    position: relative;
    float: left;
    width: calc((100% - 60px) / 4);
    height: 400px;
    margin-right: 20px;
    padding-top: 36px;
    padding-left: 30px;
    border: 1px solid #dfe0df;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-sizing: border-box;
    color: #141315;
}

.container1_2 .prime .support_prime .inventory li:last-child {
    margin-right: 0;
}

.container1_2 .prime .support_prime .inventory li .txt1 {
    display: block;
    margin-bottom: 17px;
    line-height: 1.4;
    font-size: 20px;
    font-family: 'noto5';
    font-weight: 100;
}

.container1_2 .prime .support_prime .inventory li .txt2 {
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'noto6';
    font-weight: 100;
}

.container1_2 .prime .support_prime .inventory li div {
    position: absolute;
    top: 215px;
    left: 51px;
    background: url('/_skin/tpl_skin/basic_identification/images/footer_service/footer_service_img.png ') no-repeat -337px -29px;
    width: 190px;
    height: 174px;
}

.container1_2 .prime .support_prime .inventory li .apply-title {
    width: 50px;
    background-color: #73757b;
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: lighter;
    font-family: 'noto1';
    margin-top: 13px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
}

.container1_2 .prime .support_prime .inventory li:nth-child(2) div {
    background-position: -47px -225px;
    top: 233px;
    left: 26px;
    width: 212px;
    height: 131px;
}

.container1_2 .prime .support_prime .inventory li:nth-child(3) div {
    background-position: -295px -227px;
    top: 234px;
    left: 47px;
    width: 176px;
    height: 137px;
}

.container1_2 .prime .support_prime .inventory li:nth-child(4) div {
    background-position: -500px -240px;
    top: 240px;
    left: 45px;
    width: 198px;
    height: 145px;
}

/* applica */

.container1_2 .applica .apply-title {
    background-color: #1c252b;
    padding: 65px;
    letter-spacing: -4.7px;
    font-size: 50px;
}

.container1_2 .applica .apply-title span {
    display: inline-block;
    width: 215px;
    background-color: #fdd01d;
    border-radius: 30px;
    line-height: 165%;
    white-space: nowrap;
    letter-spacing: -2.7px;
    margin-right: 30px;
    font-family: 'noto6';
    font-weight: 100;
    font-size: 38px;
    color: #1e1f23;
}

.container1_2 .applica .apply-item .apply-box .b-price {
    padding-left: 230px;
}