@charset "UTF-8";

/* 공통 */
html {
    scroll-behavior: smooth;
}

.top_navi_new {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 63px;
    background: #fff;
}

.event_container {
    position: relative;
    min-width: 1100px;
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}

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

.event_container li {
    float: none;
}

.event_container img {
    display: block;
}

.event_container .screen_out {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

.event_container .event_cont {
    position: relative;
}

.event_container .main_inner {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.event_container .event_cont .main_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event_container .main_title {
    line-height: 1.3;
    text-align: center;
    color: #000;
    font-weight: normal;
}

.event_container .main_title p {
    letter-spacing: -0.035em;
    font-size: 50px;
    font-family: 'noto4';
}

.event_container .main_title h2 {
    letter-spacing: -0.035em;
    font-size: 50px;
    font-family: 'noto7';
}

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

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

@keyframes pointerBounceDiagonal {

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

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

@keyframes floating {
    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }
}

/* 하단 배너 */
.banner_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: var(--z-index-floating, 10);
}

.banner_bottom button {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* 컨텐츠 */
.event_cont_1 {
    background: url('/img/event/9088/pc/2026/top_bg.png') no-repeat center top;
    height: 1912px;
}

.event_cont_1 .main_inner {
    padding: 55px 0 100px;
}

.event_cont_1 .event_visual_1 {
    position: absolute;
    top: 598px;
    left: 311px;
    z-index: 1;
    transition: 0.4s ease-in-out 0s;
}

.event_cont_1 .event_visual_2 {
    position: absolute;
    top: 566px;
    left: -120px;
    transition: 0.4s ease-in-out 0.2s;
}

.event_cont_1 .event_visual_3 {
    position: absolute;
    top: 685px;
    left: 416px;
    transition: 0.4s ease-in-out 0.4s;
}

.event_cont_1 .event_visual {
    opacity: 0;
    transform: translate(0, -100px);
}

.event_cont_1.is_active .event_visual {
    opacity: 1;
    transform: translate(0, 0);
}

.event_cont_1 .event_text {
    position: absolute;
    top: 323px;
    left: 140px;
    width: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out 0.6s;
}

.event_cont_1.is_active .event_text {
    width: 242px;
}

.event_cont_1 .event_bullet {
    position: absolute;
    top: 797px;
    left: 393px;
    opacity: 0;
    z-index: 1;
    transition: 0.4s ease-in-out 0.6s;
}

.event_cont_1.is_active .event_bullet {
    opacity: 1;
}

.event_cont_1 .btn_event_scroll {
    display: flex;
    /* position: relative; */
    align-items: center;
    justify-content: center;
    width: 1100px;
    /* height: 146px; */
    padding: 18px 0;
    margin: 577px auto 0;
    border-radius: 64px;
    background: #000;
    box-shadow: 0px 19px 51px 0px rgba(22, 37, 118, 0.42);
    z-index: 1;
}

.event_cont_1 .btn_event_scroll p::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -83px;
    width: 59px;
    height: 73px;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_1 .btn_event_scroll p {
    position: relative;
    font-size: 25px;
    font-family: 'noto7';
    background: linear-gradient(to right, #ff86e9 40%, #92f3ea 60%);
    color: transparent;
    -webkit-background-clip: text;
}

.event_cont_1 .point_content {
    width: 1100px;
    margin: 130px auto 0;
    padding: 115px 42px 66px 383px;
    background: url('/img/event/9088/pc/2026/top_img_01.png')no-repeat;
}

.event_cont_1 .point_content h1 {
    font-size: 39px;
    font-family: 'noto6';
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
}

.event_cont_1 .point_content h1>span {
    color: #f403b8;
    font-family: 'noto6';
}

.event_cont_1 .hash_point {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 20px;
}

.event_cont_1 .hash_point li {
    padding: 11px 40px;
    font-size: 22px;
    background: #ffffff;
    border-radius: 30px;
    font-family: 'noto5';
    letter-spacing: -1px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.event_cont_1 .hash_point li.is_active {
    background: #f403b8;
    color: #ffffff;
}

.event_cont_2 {
    background: linear-gradient(to bottom, #fbfbfb, #ecebeb);
}

.event_cont_2 .main_inner {
    padding: 59px 0 0;
}

.event_cont_2 .book_slide {
    display: flex;
    margin: 104px 0 167px;
}

.event_cont_2 .slide_inner {
    display: flex;
    animation: marquee 70s linear infinite;
}

.event_cont_2 .slide_inner li {
    margin-right: 15px;
}

.event_cont_3 .main_inner {
    padding: 124px 0 160px;
}

.event_cont_3 .event_tab {
    width: 100%;
    margin: 84px auto 0;
}

.event_cont_3 .event_tab .tab_wrap {
    display: flex;
    gap: 39px;
}

.event_cont_3 .event_tab .tab_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 69px;
    line-height: 1.2;
    border-radius: 69px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 27px;
    font-family: 'noto5';
    background: #aaadc1;
}

.event_cont_3 .event_tab .tab_btn.is_active {
    background: #293eb0;
}

.event_cont_3 .event_tab .tab_content {
    padding: 100px 0 0;
}

.event_cont_3 .event_tab .tab_content+.tab_content {
    margin: 30px 0 0;
}

.event_cont_3 .event_tab .content_title {
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.035em;
    font-size: 42px;
    font-family: 'noto7';
}

.event_cont_3 .event_tab .content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin: 51px 0 0;
}

.event_cont_3 .event_tab .list_item {
    position: relative;
    width: 541px;
    height: 293px;
    padding: 31px 10px 20px 249px;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.22);
}

.event_cont_3 .event_tab .list_item:hover {
    border: 1px solid #525fa4;
}

.event_cont_3 .event_tab .item_thumb {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 52px;
    width: 161px;
    height: 100%;
}

.event_cont_3 .event_tab .item_thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #dfdfdf;
}

.event_cont_3 .event_tab #tab_content_1 .item_thumb img {
    border-color: #36509d;
}

.event_cont_3 .event_tab #tab_content_2 .item_thumb img {
    border-color: #42a398;
}

.event_cont_3 .event_tab #tab_content_3 .item_thumb img {
    border-color: #fd5230;
}

.event_cont_3 .event_tab .item_title {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 33px;
    font-family: 'noto6';
}

.event_cont_3 .event_tab .item_desc {
    line-height: 1.4;
    margin-top: 12px;
    letter-spacing: -0.035em;
    font-size: 24px;
    font-family: 'noto4';
}

.event_cont_3 .event_tab .btn_download {
    display: inline-flex;
    align-items: center;
    height: 35px;
    line-height: 1.1;
    border-radius: 35px;
    margin: 24px 0 0 2px;
    padding: 0 26px 0 40px;
    letter-spacing: -0.035em;
    color: #fff;
    font-size: 16px;
    font-family: 'noto4';
    background: #6f738b url('/img/event/9088/pc/icon_down.png') no-repeat 20px 10px / 14px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.3);
}

.event_cont_3 .event_tab .list_item:hover .btn_download {
    background-color: #525fa4;
}

.event_cont_3 .event_notice {
    width: 100%;
    margin: 65px 0 0;
}

.event_cont_3 .event_notice strong {
    letter-spacing: -0.035em;
    font-size: 25px;
    font-family: 'noto7';
}

.event_cont_3 .event_notice ul {
    margin: 15px 0 0;
}

.event_cont_3 .event_notice li {
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-size: 18px;
    font-family: 'noto4';
}

.event_cont_3 .event_notice li+li {
    margin-top: 8px;
}


.event_cont_3 .wing-bn {
    position: absolute;
    top: 160px;
    left: 0;
    transform: translateX(-120%);
    z-index: var(--z-index-popup)
}

.event_cont_4 {
    background: #f8f8f8 url('/img/event/9088/pc/title_bar.png') no-repeat center top;
}

.event_cont_4 .main_inner {
    padding: 46px 0 85px;
}

.event_cont_4 .main_title {
    padding-bottom: 215px;
    color: #fff;
}

/* 컨텐츠 리포트 S:*/
.hab_number {
    padding-top: 153px;
    padding-bottom: 119px;
}

.hab_number .title {
    margin-bottom: 80px;
    text-align: center;
}

.hab_number .title>img {
    margin: 0 auto;
}

.hab_number .report>ul {
    display: flex;
}

.hab_number .report>ul>li {
    float: none;
    width: calc((100% - 20px) / 4);
    margin-right: 20px;
    text-align: center;
}

.hab_number .report>ul>li:last-child {
    margin-right: 0;
}

.hab_number .report .count-number {
    position: relative;
    font-size: 62px;
    font-family: 'market-b';
    background: linear-gradient(130deg, #0439f7, #1e3d7b);
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -1px;
}

.hab_number .report sup {
    color: #2a3862;
    font-size: 20px;
    font-family: 'noto2';
    vertical-align: top;
    position: static;
    line-height: 25px;
    font-weight: lighter;
    letter-spacing: -1.5px;
}

.hab_number .report li .count-number::after {
    position: absolute;
    top: -25px;
    left: 0px;
    content: '';
    width: 19px;
    height: 18px;
    background: url('/_skin/sidae/popkon/main/2023/number_data_line.png') no-repeat;
}

.hab_number .report .content_txt {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-family: 'noto6';
    letter-spacing: -0.5px;
    color: #2a3862;
}

/* 컨텐츠 리포트 E:*/

/* 합격생 리스트 S:  */
#hab_list {
    position: relative;
    background: url('/_skin/sidae/popkon/main/2023/review_bg_img.png') 133% top no-repeat #f7d036;
    padding: 70px 0 130px;
}

.pass_person_wrap {
    width: auto;
    padding: 88px 0 0;
}

.pass_person_wrap>.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pass_person_wrap .title {
    margin-bottom: 60px;
}

.pass_person_wrap .title>img {
    margin: 0 auto;
}

.pass_person_wrap .title>strong {
    font-family: 'noto6';
    font-size: 47px;
    color: #000;
    letter-spacing: -4px;
    line-height: 55px;
}

.pass_person_wrap .line_box .hidden {
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 355px;
}

.pass_person_wrap .line_box .hidden:after {
    display: block;
    content: '';
    background: linear-gradient(to bottom, #f7d036 -25%, rgba(201, 184, 166, 0) 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pass_person_wrap .line_box .slick-list {
    height: 355px !important;
}

.pass_person_wrap .add_txt {
    text-align: right;
    position: absolute;
    right: 50px;
    bottom: -125px;
    color: #7a736d;
    font-size: 16px;
}

.pass_person_wrap .pass_list li {
    display: table;
    width: 100%;
}

.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: 19px;
    padding: 8px 0;
    text-align: left;
    font-family: 'noto3';
}

/* 합격생 리스트 E:  */

/* 합격생 후기 이미지 리스트 S:  */
.hab_review_new {
    width: auto;
}

.hab_review_new .hab_review_slide {
    display: flex;
    width: calc(401px * 100);
    height: 100%;
    flex-wrap: nowrap;
    animation: marquee 250s linear infinite;
}

.hab_review_new .hab_review_slide:hover {
    animation-play-state: paused;
}

.more_hugi {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
}

/* 합격생 후기 이미지 리스트 E:  */
/*브랜딩*/
.event_cont_branding {
    position: relative;
    padding: 124px 0 0;
    background: url('/img/event/9088/pc/2026/branding_bg.png')no-repeat;
}

.event_cont_branding .main_inner {
    position: relative;
    width: 1623px;
    padding-bottom: 234px;
    background: url('/img/event/9088/pc/2026/branding_img.png') center 190px no-repeat;
}

.event_cont_branding .main_title {
    position: relative;
    font-size: 40px;
    font-family: "noto3";
}

.event_cont_branding .main_title>b {
    font-size: 56px;
    color: #049281;
    font-family: "noto6";
}

.event_cont_branding .character {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    ;
}

.event_cont_branding .character_1 {
    margin: 194px 0 42px;
}

.event_cont_branding .character_2 {
    padding: 0 38px;
}

.event_cont_branding .char_list {
    display: flex;
    justify-content: start;
    align-items: center;
    ;
    gap: 40px;
}

.event_cont_branding .char_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 298px;
    min-height: 161px;
    padding: 16px 0 29px;
    background: url('/img/event/9088/pc/2026/branding_txt_bg.png')no-repeat;
    text-align: center;
    font-size: 24px;
    font-family: "noto6";
    letter-spacing: -1px;
    line-height: 1.2;
}

.event_cont_branding .char_point b {
    display: block;
    font-size: 40px;
    font-family: "market-b";
    color: #f22dc1;
}

/*근거문구*/
.event_cont_branding .evidence_btn {
    display: inline-block;
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-family: 'noto4';
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #243c3c;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #243c3c;
    cursor: pointer;
}

.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}

.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}

.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}

.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}

.evidence_popup_area li {
    position: relative;
    float: none;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}

.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}

.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: red;
}

.evidence_popup_area li:nth-child(odd)::before {
    background-color: transparent;
}

.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.evidence_popup_area li:nth-child(even) {
    color: red;
}