/* @import url("/common/fonts/SpoqaHanSanNeo/SpoqaHanSansNeo.css"); */
@import url("/common/fonts/Pretendard/pretendard.css");
/* @import url("/common/fonts/Freesentation/stylesheet.css"); */
/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400&family=Gowun+Batang&family=IBM+Plex+Sans+KR:wght@300;400&family=Nanum+Gothic&family=Noto+Sans+KR:wght@100..900&display=swap'); */

@font-face {
    font-family: 'Tenada';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 
.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.nanum-gothic-regular {
    font-family: "Nanum Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
.gothic-a1-light {
  font-family: "Gothic A1", serif;
  font-weight: 300;
  font-style: normal;
}

.gothic-a1-regular {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
}
.ibm-plex-sans-kr-light {
  font-family: "IBM Plex Sans KR", serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-kr-regular {
  font-family: "IBM Plex Sans KR", serif;
  font-weight: 400;
  font-style: normal;
}
.gowun-batang-regular {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
} */

/*
@font-face {
    font-family: 'GothicA1-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GothicA1-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
*/
/* @font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
} */
/*
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
} */


:root {
    --b24-blue: #13469b;
    --b24-blue1: #051227;
    --b24-blue2: #081F44;
    --b24-blue3: #0C2C61;
    --b24-blue4: #0F3A7E;
    --b24-blue5: #1654B9;
    --b24-blue6: #1A62D6;

    --b24-blue-80: #3561a9;
    --b24-blue-60: #6788be;
    --b24-blue-40: #9ab0d4;
    --b24-blue-20: #ccd7e9;

    --b-mwidth: 1320px;
    --swiper-theme-color: var(--b24-blue);
}


body.mobile {
    margin: 0;
    overflow-x: hidden;
}
#event_header {
    background-color: #00448d80;
}
#event_header nav a img {
    padding: 11px 10px;
    height: 40px;
}


#event_blue_consulting {
    max-width: 3000px;
    margin: 0 auto;
}



.s_b {
    margin: 0 auto 100px auto;
    max-width: 2000px;
}
.s_b h1 {
    font-family: 'Tenada';
    font-size: 2.2rem;
    color: var(--b24-blue);
}
.s_b h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--b24-blue1);
    font-family: 'Pretendard';
}
.s_b p {
    margin: 0 0 1rem 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Pretendard';
    color: #000;
}
.s_b h2,
.s_b h4,
.s_b h5,
.s_b h6 {
    color: #000;
    font-family: 'Pretendard';
}
.highlight {
    display: inline-block;
    background: linear-gradient(to top, #a8faff 40%, #ffffff57 50%);
}
.s_b strong {
    /* font-size: 1.2em; */
    /* color: var(--b24-blue); */
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to top, #a8faff 40%, #ffffff57 50%);
}

@media (min-width: 992px) {
    .s_b {
        margin: 0 auto 8rem auto;
    }
    .s_b h1 {
        font-size: 3.1rem;
    }
    .s_b h3 {
        font-size: 2rem;
    }
    .s_b p {
        font-size: 18px;
    }
}


.img_hr_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* margin-bottom: 7rem; */
}
.img_hr_logo img {
    display: inline-block;
    margin: 0 2rem;
    /* padding: 11px 10px 8px 10px; */
    height: 30px;
    background-color: #fff;
    /* border-radius: 4px; */
}
.img_hr_logo::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: -1;
    height: 0;
    width: 100%;
    border-top: 4px solid #13469b;
}











#section_1 {
    display: flex;
    align-items: start;
    position: relative;
    /* margin: 0 auto; */
    /* max-width: 3000px; */
    height: 100vh;
    background: url('/common/event/images/consulting2/s1_0_m.webp') no-repeat center center;
    background-size: cover;
}
#event_main {
    margin-top: 8vh;
    text-align: center;
}
#event_main h4 {
    display: block;
    margin: 0;
    padding: 15px 0px 5px 0;
    color: #eb6300;
    font-weight: 700;
}
#event_main h3 {
    margin: 0;
    margin-top: 4px;
    line-height: 100%;
    font-family: 'Tenada';
    font-size: 3rem;
    color: #0032a7;
}
#event_main h1 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
#event_main h1 .main {
    margin: 0 0 0 10px;
    line-height: 100%;
    font-family: 'Tenada';
    font-size: 4.5rem;
    color: #0032a7;
}
#event_main h1 .sub {
    display: block;
    font-family: 'Tenada';
    font-size: 2.6rem;
    color: #0032a7;
}
#event_main h5 {
    margin: 20px 0 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
#event_main h5 .st24h {
    display: inline-block;
    margin: 20px 0 0 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #c34122;
    color: #c34118;
    font-size: 1em;
    font-weight: bold;
}
#event_main h5 .strong {
    /* color: #ffcece; */
    font-weight: 700;
}
#event_main .event_main_footer {
    position: absolute;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}


#event_main .event_main_footer li {
    display: inline-block;
}
#event_main .event_main_footer li:after {
    display: inline-block;
    content: '|';
    margin: 0 10px;
    color: #dbdbdb;
}
#event_main .event_main_footer li.last:after {
    content: '';
    margin: 0;
}


@media (min-width: 992px) {
    #section_1 {
        background: url('/common/event/images/consulting2/s1_0.webp') no-repeat center center;
        background-position-x: 50%;
        align-items: center;
    }
    #event_main {
        margin-top: 0;
        text-align: right;
    }
    #event_main h1 {
        flex-direction: row;
        font-size: 4.2rem;
    }
    #event_main h1 sub {
        display: inline-block;
    }
    #event_main h4 {
        margin: 0 0 10px 0;
        font-size: 1.7rem;
    }
    #event_main h5 {
        font-size: 1.4rem;
    }
    #event_main .event_main_footer {
        font-size: 14px;
    }
}





#section_2 {
    display: flex;
    align-items: start;
    position: relative;
}

#growth_period img {
    width: 100%;
}
#growth_period b {
    font-weight: 700;
}
#growth_period h3 {
    margin: 0 0 1.3rem 0;
}
#growth_period h3 .strong {
    color: var(--b24-blue);
}
#growth_period img.blue_square_ko {
    height: 2rem;
    width: auto;
    margin: -6px 3px 0 3px;
}













#section_3 {
    /* background: url('/common/event/images/consulting2/s3_0.webp') 50% 0% no-repeat; */
    /* padding-top: 88vh; */
    /* padding-bottom: 8rem; */
    /* border-bottom: 1px solid #f1f1f1; */
}

#section_3 .bg {
    position: relative;
    z-index: -1;
    width: 100%;
    min-height: 500px;
    object-fit: cover;

}

#blue_consult_guide {
    margin: -8rem auto 0 auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background-color: #fff;
}
@media (min-width: 992px) {
    #blue_consult_guide {
        padding: 3rem 3rem 0 3rem;
    }
}





#section_4 {
    margin: 0 auto;
    padding: 5rem 0;
    /* border-top: 1px solid #efefef; */
    background-color: #f4fcff;
}

#special_reason h1 {
    margin: 0 0 3rem 0;
    text-align: center;
    line-height: 150%;
}

#special_reason h1 .reddot {
    display: inline-block;
    position: relative;
}
#special_reason h1 .reddot:before {
    display: block;
    position: absolute;
    left: 48%;
    top: -1.7em;
    content: '\2e';
    color: #ff0d0d;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 20px;
}

.special_reason_el {
    margin: 0 0 2rem 0;
}
.special_reason_el img {
    width: 100%;
}

.special_reason_el .txt {
    padding: 1.5rem;
    border-top: 1px solid var(--b24-blue);
    background-color: #fff;
}
.special_reason_el .txt h3 {
    margin: 0 0 1.5rem 0;
    color: #eb6300;
}
.special_reason_el .txt h3 span {
    color: #b70000;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to top, #b4fbbe 40%, #ffffff57 50%);
}

@media (min-width: 992px) {
    .reverse .row {
        flex-direction: row-reverse;
    }
    #special_reason h1 .reddot:before {
        top: -2.4em;
    }
}






#section_5 {
    position: relative;
}

#section_5 #bg_logo {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    height: 30px;
}
#section_5 .bg {
    position: relative;
    z-index: -1;
    width: 100%;
    min-height: 75vh;
    /* object-fit: cover; */
    background: url(/common/event/images/consulting2/s5_0.webp) 21% 0% no-repeat;
    background-size: cover;
}

#blue_consult_faq {
    margin: -8rem auto 0 auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background-color: #fff;
}

#blue_consult_faq h1 {
    margin: 0 0 3rem 0;
    line-height: 150%;
}
.faq_el {
    margin: 0 0 3rem 0;
}

.faq_el h4 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 1.5rem 0;
    padding: 1rem 0 .5rem 0;
    line-height: 170%;
    border-bottom: 1px dashed #d7d7d7;
    color: #eb6300;
}
.faq_el h4 .question_mark{
    margin: 0 10px 0 0;
}
.faq_el h4 .question_mark i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    /* padding: 4px 6px; */
    border-radius: 50%;
    background-color: #e1400e;
    color: #fff;
}
.faq_el p {
    /* padding: 1rem;
    background-color: #f6f9ff; */
    color: #000;
}
.faq_el p .highlight {
    font-weight: bold;
}
@media (min-width: 992px) {
    #blue_consult_faq {
        padding: 3rem 3rem 0 3rem;
    }

    #section_5 .bg {
        background-position: 50% 0%;
    }
    /* .faq_el p {
        padding: 2rem;
    } */
}






#section_consulting_bar {
    background-color: #13469b;
    padding: 3rem 0;
    text-align: center;
}
#section_consulting_bar img {
    max-height: 35px;
}
.consult_btn {
    display: block;
    margin: 1.4rem auto 0 auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #3d001d;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media (min-width: 992px) {
    #section_consulting_bar img {
        height: 50px;
    }
}





/* 
#shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
    background-color: var(--consult);
    color: #fff;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#shotcut_consulting .text {
    display: block;
    padding: 14px 12px 14px 14px;
    text-align: center;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #fff;
}
@media (min-width: 992px) {
    #shotcut_consulting {
        bottom: 50px;
        right: 50px;
        border-radius: 4px;
        border-bottom: 3px solid #7d400a;
    }
    #shotcut_consulting .text {
        padding: 15px;
    }
} */