@charset "utf-8";

/* KHU Main Page Styles - Extracted from khu_html/css/layout.css */

/* Pretendard Font */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Pretendard-Light.woff2) format('woff2'), url(../fonts/Pretendard-Light.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Pretendard-Medium.woff2) format('woff2'), url(../fonts/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Pretendard-Bold.woff2) format('woff2'), url(../fonts/Pretendard-Bold.woff) format('woff');
}

/* Fade animation */
.fade-wrap {
    transition: 1s;
    opacity: 0.2;
    position: relative;
    top: 70px;
    width: 100%;
}
.fade-wrap.fade-in {
    opacity: 1;
    top: 0;
}

/* Visual wrap (hero) */
.m_type02_visual_wrap { background: url(../img/background/main_visual_bg.jpg) no-repeat 50% 0; background-size: cover; }
.m_type02_visual_wrap .h_fixed { transition: all 0.3s ease; background: transparent; border-bottom: 0px; }
.m_type02_visual_wrap .h_fixed .h1_logo a { background: url(../img/background/logo_w.png) no-repeat 0 50%; }
.m_type02_visual_wrap .h_fixed.active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

/* Header nav */
.h_fixed nav { }
.h_fixed nav ul { display: flex; flex-direction: row; gap: 40px; }
.h_fixed nav ul li { }
.h_fixed nav li a { display: block; color: #fff; font-size: 18px; line-height: 68px; }

/* m_type02_h_inner */
.m_type02_h_inner { position: relative; display: flex; justify-content: space-between; align-items: center; }
.m_type02_h_inner .h1_logo { }
.m_type02_h_inner .h_t_search .h_t_search_bt { width: 34px; background: url(../img/background/m_h_r_search_w.png) no-repeat 50% 50%; margin: 0; height: 34px; }
.m_type02_h_inner .top_right_row .h_r_nav_bt { background: url(../img/background/h_nav_icon_w.png) no-repeat 50% 50%; }
.m_type02_h_inner .my_id_bt { border: 1px solid #fff; background: transparent; }

/* Top right box */
.top_right_box { }
.top_right_row { display: flex; gap: 10px; align-items: center; }
.t_r_link_bt { background: rgba(66,62,58,0.4); border: 1px solid #797979; line-height: 32px; color: #fff; font-size: 14px; padding: 0 20px; border-radius: 20px; margin-right: 20px; }
.t_r_link_bt:hover { background: rgba(66,62,58,0.1); border-color: #fff; }
.top_right_row .h_r_nav_bt { display: none; margin-top: 0; height: 34px; }
.top_right_row .h_t_search { margin-right: 0; }

/* Language dropdown */
.r_t_language .r_t_language_bt { color: #fff; font-size: 18px; line-height: 34px; width: 34px; text-align: center; display: block; }
.r_t_language .dropdown-menu { min-width: 100px; }

/* Main content wrap */
.kh_main_con_wrap { padding: 115px 0 0 0; }
.kh_main_con { display: flex; gap: 60px; flex-wrap: wrap; }
.kh_ob_box { background-color: rgba(0,0,0,0.6); border-radius: 16px; }
.kh_ob_inner { padding: 20px; }

/* Search column */
.kh_search_col { flex: 1; min-width: 0; }
.kh_search_box { padding: 30px 20px 0 20px; height: 242px; }
.kh_s_t01 { color: #d0d0d0; font-family: 'Gmarket Sans'; font-size: 20px; margin-bottom: 10px; }
.kh_s_t02 { color: #fff; font-family: 'Gmarket Sans'; font-size: 24px; margin-bottom: 20px; }

/* Search type */
.kh_search_type { height: 55px; border-radius: 30px; padding: 9px 110px 0 20px; border-color: #fff; margin-bottom: 25px; }
.kh_search_type .m_s_bt { background: url(../img/background/m_search_i.png) no-repeat 50% 50%; width: 55px; height: 55px; border-radius: 30px; right: 10px; }
.kh_search_type .m_s_bt:hover { background-color: #f3f3f3; }

/* Recent Keywords */
.m_recommend_box h4 {
    padding: 0 0 0 22px;
    color: #e3e3e3;
    float: left;
    background: url(../img/background/s_arr_w.png) no-repeat 0 3px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    line-height: 20px;
    margin-bottom: 3px;
}
.m_recommend_box ul { margin: 0 0 0 160px; height: 19px; overflow: hidden; }
.m_recommend_box ul li { float: left; position: relative; padding: 0 0 0 20px; margin-left: 20px; }
.m_recommend_box ul li:after { content: ''; display: block; position: absolute; left: 0; top: 5px; background: #5e5e5e; width: 1px; height: 12px; }
.m_recommend_box ul li:first-child { padding: 0; margin-left: 0; }
.m_recommend_box ul li:first-child:after { display: none; }
.m_recommend_box ul li a { display: block; color: #c4c4c4; font-size: 15px; }
.m_recommend_box ul li a:hover { color: #fff; }

/* News column */
.kh_m_news_col { width: 400px; flex-shrink: 0; }
.m_news_img_box { position: relative; height: 166px; overflow: hidden; border-radius: 15px; }
.m_news_img { position: relative; }
.m_news_text {
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    left: 0; right: 0; bottom: 0;
    position: absolute;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

/* Headings */
.kh_m_h3,
.kh_m_h3_b { font-size: 20px; font-family: 'Gmarket Sans'; margin-bottom: 15px; }
.kh_m_h3 { color: #fff; }
.kh_m_h3_b { color: #000; }

/* Info column */
.kh_m_info_col { flex-shrink: 0; width: 100%; }
.kh_m_i_state { background-color: rgba(255,255,255,0.1); border-radius: 16px; padding: 17px; }
.kh_m_i_state h4 { font-size: 20px; color: #fff; margin-bottom: 12px; }
.kh_m_i_state .row { margin-left: -20px; margin-right: -20px; }
.kh_m_i_state .row .col-md-6,
.kh_m_i_state .row .col-md-4 { padding-left: 20px; padding-right: 20px; }
.kh_m_i_s_col { display: flex; justify-content: space-between; position: relative; align-items: center; }
.col_line_add:after { content: ''; display: block; position: absolute; right: 0; top: 2px; width: 1px; height: 30px; background: #7f7f7f; }
.kh_m_i_s_col p {
    font-size: 16px; color: #c0c0c0; position: relative; line-height: 32px; padding: 0 0 0 40px;
    text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden;
}
.kh_m_i_s_col p span { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 22px; position: absolute; left: 0; top: 0; background: #d6d6d6; font-size: 16px; color: #222; }
.kh_m_i_s_col p span i { display: inline-block; width: auto; height: auto; line-height: 1; }
.kh_m_i_s_col em { font-family: 'Gmarket Sans'; display: block; color: #e3e3e3; font-size: 22px; font-weight: 300; }
.col_rows_5 { width: 20%; }

/* Visual bottom logos */
.kh_main_v_bottom { padding: 15px 20px 20px 0; display: flex; justify-content: flex-end; gap: 30px; }
.kh_main_v_bottom p { height: 41px; }
.kh_m_bk_logo { background: url(../img/background/kh_m_bk_logo.png) no-repeat 50% 50%; width: 86px; text-indent: -99999px; overflow: hidden; }
.kh_m_kh_logo { background: url(../img/background/kh_m_kh_logo.png) no-repeat 50% 50%; width: 282px; text-indent: -99999px; overflow: hidden; }

/* Chart section */
.kh_chart_wrap { background: #f0f0f0; padding: 46px 0; }
.brick_box { background: #fff; border-radius: 16px; }
.m_chart_inner { padding: 20px; }

/* Researcher section */
.kh_researcher_wrap { padding: 45px 0; }
.kh_m_h3_b em { font-size: 18px; color: #fff; font-family: 'Gmarket Sans'; background: #6a6a6a; line-height: 30px; font-weight: 300; display: inline-block; border-radius: 10px; padding: 0 10px; }
.m_researcher_box { border: 1px solid #dfdddb; border-radius: 10px; padding: 20px 20px 10px 20px; overflow: hidden; position: relative; transition: all 0.3s ease; background: #fff; }
.m_researcher_box:after { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; height: 4px; background: #ececec; transition: all 0.3s ease; }
.m_researcher_box:hover { border-color: #26336a; }
.m_researcher_box:hover:after { background: #26336a; }
.m_r_img_box { position: absolute; left: 0; top: -2px; display: block; width: 64px; height: 64px; overflow: hidden; border-radius: 27px; border: 1px solid #c8bfbf; }
.m_r_img_box img { width: 100%; height: 100%; object-fit: cover; }
.m_r_i_top .r_i_text { border-top: 0px; padding: 8px 0 0 0; }
.m_r_i_top .r_i_text .r_name_t { margin-bottom: 7px; }
.m_r_i_top { position: relative; padding: 0 0 0 75px; }
.m_r_i_top .r_name_t a { letter-spacing: -1px; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; }
.m_r_i_bottom { border-top: 1px solid #e4e4e4; padding-top: 10px; margin-top: 15px; padding-bottom: 10px; }
.m_r_i_bottom p { font-size: 14px; color: #555555; height: 34px; overflow: hidden; }
.kh_researcher_wrap .row { margin-top: -15px; margin-right: -9px; margin-left: -9px; }
.kh_researcher_wrap .row .col-md-6 { margin-top: 15px; padding-left: 9px; padding-right: 9px; }
.kh_researcher_bottom { text-align: center; margin-top: 20px; }
.kh_researcher_bottom a { display: inline-block; width: 276px; font-size: 16px; line-height: 42px; text-align: center; background: #fff; border: 1px solid #dfdddb; border-radius: 30px; }
.kh_researcher_bottom a:hover { border-color: #26336a; color: #000; }

/* Webinar section */
.m_bottom_webinar { background: #f0f0f0; padding: 40px 0 70px 0; }
.m_b_webinar_box { display: flex; background: #f9f9f9; border: 1px solid #cbc9c9; border-radius: 16px; overflow: hidden; }
.m_b_w_tit_box { position: relative; width: 226px; font-size: 20px; color: #212121; flex-shrink: 0; align-items: center; gap: 20px; display: flex; padding: 0px 0 0 20px; }
.m_b_w_tit h3 { font-size: 20px; color: #212121; font-family: 'Gmarket Sans'; margin-bottom: 5px; }
.m_b_w_t_i { font-size: 36px; color: #212121; }
.m_b_w_con { flex: 1; background: #fff; min-width: 0; padding: 20px; }
.m_b_w_more { display: inline-block; font-size: 14px; color: #555; line-height: 28px; background: #fff; border-radius: 20px; padding: 0 20px; border: 1px solid #ddd; }
.m_b_w_more:hover { border-color: #26336a; color: #111; }
.m_b_w_line { position: relative; }
.m_b_w_line:after { content: ''; display: block; position: absolute; right: 0; top: 2px; width: 1px; height: 90px; background: #c8c8c8; }
.m_b_w_title { display: block; font-size: 16px; position: relative; padding: 0 20px 0 20px; margin-bottom: 5px; color: #222; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; }
.m_b_w_user { font-size: 14px; color: #777777; margin: 0 0 0 20px; display: flex; align-items: center; gap: 5px; }
.m_b_w_user em { display: block; font-size: 10px; color: #555; width: 18px; height: 18px; text-align: center; line-height: 18px; border-radius: 20px; background: #e1e1e1; }
.m_w_state_box { padding: 0 20px; margin-top: 20px; position: relative; }
.m_w_state_box .m_w_state { line-height: 24px; font-size: 14px; min-width: 70px; width: auto; padding: 0 10px; text-align: center; white-space: nowrap; }
.m_w_state_box .m_w_date { line-height: 24px; font-size: 14px; }
.m_w_close { background: #c5c5c5; color: #fff; }
.m_w_state_box .m_w_state_more {
    float: none; width: 30px; height: 30px; border-radius: 15px;
    position: absolute; background: #e9e9e9 url(../img/background/arr_sm_i.png) no-repeat 7px 9px;
    text-indent: -9999px; overflow: hidden; right: 0; display: block; top: 4px; border: 1px solid #e9e9e9;
}
.m_w_state_box .m_w_state_more:hover { border-color: #26336a; background-color: #fff; }

/* Quick box */
.m_quick_box { position: fixed; width: 80px; z-index: 9; right: 20px; top: 50%; transform: translateY(-50%); }
.q_slide_box { background: #26336a; border-radius: 12px; margin-bottom: 15px; overflow: hidden; }
.q_slide_box ul li { position: relative; }
.q_slide_box ul li:after { content: ''; display: block; position: absolute; width: 60px; height: 1px; background: #3d4f9c; left: 50%; margin-left: -30px; }
.q_slide_box ul li:last-child:after { display: none; }
.q_slide_box ul li a { padding: 12px 0; color: #fff; font-size: 12px; text-align: center; display: block; background: transparent; width: auto; height: auto; border: 0; z-index: auto; }
.q_slide_box ul li a span { display: block; width: 30px; height: 30px; margin: 0 auto 10px auto; }
.q_slide_box ul li a .m_q_b_i01 { background: url(../img/background/m_q_b_i01.png) no-repeat 50% 50%; }
.q_slide_box ul li a .m_q_b_i02 { background: url(../img/background/m_q_b_i02.png) no-repeat 50% 50%; }
.q_slide_box ul li a .m_q_b_i03 { background: url(../img/background/m_q_b_i03.png) no-repeat 50% 50%; }
.q_slide_box ul li a:hover { background-color: #1c2858; }
.q_black_box a { display: block; background: #372e2f; color: #fff; font-size: 12px; text-align: center; border-radius: 12px; padding: 12px 0; }
.q_black_box a span { display: block; font-size: 22px; margin-bottom: 8px; }
.q_black_box a:hover { background: #222; }

/* Side nav additions */
.s_n_bottom_link { margin-top: 15px; border-top: 1px solid #ddd; padding-top: 15px; }
.s_n_bottom_link a { display: block; font-size: 16px; line-height: 36px; background: #f7f7f7; border-radius: 4px; padding: 0 0 0 10px; position: relative; transition: all 0.3s ease; }
.s_n_bottom_link a:after { content: ''; display: block; height: 12px; width: 7px; background: url(../img/background/s_n_middle_arr.png) no-repeat 0 0; position: absolute; right: 15px; top: 11px; opacity: 0.3; }
.s_n_bottom_link a:hover { background: #26336a; color: #fff; }
.s_n_bottom_link a:hover:after { opacity: 1; background: url(../img/background/s_n_middle_arr_on.png) no-repeat 0 0; }
.extra_link_box { margin-top: 30px; }
.extra_link_box ul li { margin-bottom: 10px; }
.extra_link_box ul li a { display: block; border-radius: 5px; padding: 14px 20px; position: relative; background: #fff; border: 1px solid #ddd; font-size: 15px; }
.extra_link_box ul li a:hover { border-color: #000; }
.extra_link_box ul li a:after { content: ''; display: block; position: absolute; right: 10px; top: 7px; width: 52px; height: 30px; }
.extra_link_box ul li a.e_l_i01:after { background: url(../img/background/m_q_b_i03_b.png) no-repeat 50% 50%; background-size: auto 24px; }
.extra_link_box ul li a.e_l_i02:after { background: url(../img/background/s_resume_info_icon.png) no-repeat 50% 50%; background-size: 32px auto; }
.s_n_language { text-align: right; position: absolute; right: 0; left: 0; bottom: 0; padding: 15px; }
.s_n_language a { background: #f3f3f3; line-height: 30px; padding: 0 20px; font-size: 14px; color: #000; border-radius: 20px; display: inline-block; border: 1px solid #ddd; }

/* KHU Search overlay (from khu_html/css/layout.css line 2036-2136) */
.mobile_s_wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    top: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #ddd;
    pointer-events: none;
}
.mobile_s_wrap.search_active { opacity: 1; visibility: visible; pointer-events: auto; }
/* Reset layout.css .mobile_s_inner styles only inside .mobile_s_wrap */
.mobile_s_wrap .mobile_s_inner {
    opacity: 1; visibility: inherit; position: static; z-index: auto;
    background: #fff; height: auto; left: auto; right: auto;
    width: auto; top: auto; transition: none;
}
/* 2026-03-10 : khu_html/css/layout.css (line 2060~2136) 원본 기준으로 검색 오버레이 스타일 적용 */
.mobile_s_wrap .ms_box {
    padding: 70px 20px 0 20px;
    background: #fff;
    height: 134px;
    position: relative;
}
.mobile_s_wrap .ms_box .ms_sel {
    display: block;
    float: left;
    width: 90px;
}
.mobile_s_wrap .ms_box .ms_sel select {
    border: 0;
    background: #fff;
    height: 22px;
    width: 100%;
}
/* 2026-03-10 : layout.css의 height:70px, padding:19px 15px 0 15px 를 리셋하여 select와 input 나란히 정렬 */
.mobile_s_wrap .ms_box .mmobile_s_int {
    margin: 0 34px 0 100px;
    height: auto;
    padding: 0;
}
.mobile_s_wrap .mmobile_s_int input {
    width: 99.8%; border: 0; background: transparent;
    color: #000; height: 30px; font-size: 18px; padding: 0 0 0 8px; border-radius: 0;
}
.mobile_s_wrap .ms_box .sub_search_close {
    background: #f9f9f9 url(../img/background/rn_close_bt.png) no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 20px;
    background-size: 20px auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 19px;
}
.mobile_s_wrap .ms_box .ms_seartch_bt {
    position: absolute;
    background: url(../img/background/m_search_icon.png) no-repeat 50% 50%;
    text-indent: -99999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 0;
    right: 0;
    top: 0;
    background-size: 18px auto;
    border-radius: 16px;
}
.mobile_s_wrap .ms_box .ms_seartch_bt:hover { background-color: #f9f9f9; }
.mobile_s_wrap .ms_contents { border-bottom: 5px solid #eee; padding-bottom: 10px; }

/* Link text / language */
.t_r_link_t { color: #fff; font-size: 18px; line-height: 34px; width: 34px; text-align: center; display: block; }

/* Footer override */
.footer_inner { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; }

/* Login button - main page (white text on dark hero) */
.h_login_bt { color: #fff; }

/* Login page - KHU theme */
.login_contents .login_bt { background-color:#26336a; border-color:#26336a; }
.login_contents .login_bt:hover { background-color:#1c2858; border-color:#1c2858; }

/* Hide wave decoration from layout.css */
.main_body:before { display: none !important; }

/* Global overrides for KHU */
body { background: #f6f6f6; font-family: Pretendard, Nanum Barun Gothic, Malgun Gothic, 맑은 고딕, Verdana, Arial, '돋움', Dotum; }
.h_t_search { display: block; }
.seltype_a { background: #fff; }
.m_r_slide_wrap, .m_d_slide_wrap { overflow: hidden; }

/* Login page - KHU theme */
.login_header { background: transparent; border-bottom: 0; }
.login_header .h1_logo a { background: url(../img/background/logo_w.png) no-repeat 0 50%; }
.login_wrap { background: url(../img/background/main_visual_bg.jpg) no-repeat 50% 0; background-size: cover; }
.login_inner { top: 50%; padding: 20px 0 0 0; background-color: rgba(0,0,0,0.6); border-radius: 16px; }
.login_inner h2 { margin-bottom: 45px; font-weight: 300; background: url(../img/background/logo_w.png) no-repeat 20px 50%; height: 36px; text-indent: -99999px; overflow: hidden; font-size: 0; color: transparent; }
.login_t_box p { color: #fff; }
.login_t_box span { color: #d0d0d0; }

/* sub_t02_type (sub pages with new header) */
.sub_t02_type .h1_logo a { background: url(../img/background/khu_logo.png) no-repeat 0 50%; }
.sub_t02_type .h_t_search .h_t_search_bt { background: url(../img/background/h_s_bt.png) no-repeat 50% 50%; }
.sub_t02_type nav li a { color: #222; }
.sub_t02_type .t_r_link_bt { border-color: #dfdddb; background: #fff; color: #555; }
.sub_t02_type .t_r_link_bt:hover { border-color: #26336a; color: #111; }
.sub_t02_type .r_t_language .r_t_language_bt { color: #555; }
.sub_t02_type .my_id_bt { color: #fff; background: #26336a; }
.sub_t02_type .top_right_row .h_r_nav_bt { background: url(../img/background/h_nav_icon.png) no-repeat 50% 50%; }
.sub_t02_type .h_login_bt { color: #222; }

/* KHU responsive overrides (applies to all KHU pages via decorator) */
@media all and (max-width: 1280px) {
    .h_fixed nav { display: none; }
    .top_right_row .h_r_nav_bt { display: block; }
    .t_r_link_bt { display: none; }
    .r_t_language { display: none; }
}
