/* 메인 */
.main_header_wrap .header_wrap {
    background: transparent;
}

.main_header_wrap .header_wrap.active {
    background: rgba(0, 0, 0, 0.4);
}

.main_header_wrap .h_t_link {
    color: #fff;
}

.main_header_wrap .sub_search_bt {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.main_header_wrap .h_link_drop .link-dropdown-btn {
    border-color: #cecece;
    background: transparent;
    color: #fff;
}

.main_search_con {
    padding: 200px 0 0 0;
}

.m_s_top_tit {
    text-align: center;
    font-family: "Gmarket Sans", serif;
    color: #fff;
    position: relative;
    padding: 30px 0 0 0;
}

.m_s_top_tit:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 58px;
    height: 3px;
    background: #c8e69e;
    border-radius: 5px;
    margin-left: -29px;
}

.m_s_top_tit p {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 10px;
}

.m_s_top_tit span {
    display: block;
    font-size: 46px;
}

.main_search_box {
    width: 810px;
    background: #fff;
    height: 82px;
    position: relative;
    padding: 28px 65px 0 30px;
    margin: 0 auto 30px;
    border-radius: 50px;
}

.main_search_box input {
    height: 26px;
    background: #fff;
    border: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.main_search_box .m_search_bt {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 78px;
    height: 78px;
    background: url(../../image/layout/main_search_bt.png) no-repeat 50% 50%;
    text-indent: -9999px;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.main_search_box .m_search_bt:hover {
    background-color: #f3f3f3;
}

.m_search_wrap {
    padding: 64px 0 0 0;
    border-radius: 20px;
    height: 252px;
    margin-bottom: 120px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.m_recommend_box {
    width: 810px;
    margin: 0 auto;
    padding-left: 20px;
}

.m_recommend_box ul {
    height: 30px;
    overflow: hidden
}

.m_recommend_box ul li {
    float: left;
    position: relative;
    margin-left: 6px
}

.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 button {
    display: block;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 20px;
    font-weight: lighter;
}

.m_recommend_box ul li button:hover {
    color: #b5ffcf;
}

.m_v_bottom {
    background: rgba(0, 0, 0, 0.3);
}

.m_v_bottom .col {
    border-right: 1px solid #41435b;
}

.m_v_bottom .col:first-child {
    border-left: 1px solid #41435b;
}

.m_s_q_item {
    transition: all 0.3s ease;
}

.m_s_q_item a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 58px;
    line-height: 90px;
    transition: all 0.3s ease;
}

.m_s_q_item:hover {
    background: rgba(0, 0, 0, 0.3);
}

.m_s_q_item a:after {
    content: '';
    display: block;
    width: 28px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 40px;
    background: url(../../image/layout/m_s_q_arr.png) no-repeat 0 0;
    background-size: 22px auto;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.m_s_q_item a span {
    display: block;
    position: absolute;
    left: 10px;
    top: 23px;
    width: 44px;
    height: 44px;
    border-radius: 27px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 44px;
}

.m_h3_tit {
    font-size: 34px;
    color: #222;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.m_chart_wrap {
    padding: 0 0 40px 0;
}

.m_researcher_l_wrap {
    padding: 70px 0 90px 0;
    background: url(../../image/layout/m_researcher_l_bg.png) repeat-y 50% 50%;
    background-size: 100% auto;
    position: relative;
}

.m_researcher_l_wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 478px;
    height: 297px;
    left: 0;
    top: 0;
    background: url(../../image/layout/m_researcher_l_bg02.png) no-repeat 0 0;
    z-index: 0;
}

.m_researcher_l_wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 687px;
    height: 77px;
    right: 0;
    bottom: 0;
    background: var(--profile-featured-logo-w-bg) no-repeat 0 0;
}

.m_researcher_l_wrap .m_h3_tit {
    color: #fff;
    margin-bottom: 40px
}

.m_researcher_l_wrap .more_bt {
    background: #596890 url(../../image/layout/more_plus_w.png) no-repeat 50% 50%;
    border-color: #596890;
}

/*
#featured_slide_wrap .owl-dots { margin-top: 50px; }
#featured_slide_wrap .owl-dots .owl-dot span {  background:#8fa7ea; }
#featured_slide_wrap .owl-dots .owl-dot.active span {  background:#fff; }
*/
#featured_slide_wrap .owl-dots {
    display: none;
}

#featured_slide_wrap .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -88px;
}

#featured_slide_wrap .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

#featured_slide_wrap .owl-nav .owl-prev {
    background: url(../../image/layout/slide_arr_w_l.png) no-repeat 10px 50%;
}

#featured_slide_wrap .owl-nav .owl-next {
    background: url(../../image/layout/slide_arr_w_r.png) no-repeat 10px 50%;
}

.more_bt {
    display: block;
    background: #fff url(../../image/layout/more_plus.png) no-repeat 50% 50%;
    width: 41px;
    border-radius: 22px;
    height: 41px;
    border: 1px solid #ddd;
    text-indent: -9999px;
    overflow: hidden;
    transition: all .3s ease;
}

.more_bt:hover {
    transform: rotate(90deg)
}

.add_more_box {
    position: relative;
}

.add_more_box:after {
    clear: both
}

.add_more_box:after,
.add_more_box:before {
    display: table;
    content: " "
}

.add_more_box .m_h3_tit {
    float: left;
    position: relative;
    z-index: 1;
}

.add_more_box .more_bt {
    float: left;
    margin: 2px 0 0 10px;
}

.m_r_info {
    overflow: hidden;
    margin-bottom: 10px;
}

.m_r_i_img {
    width: 115px;
    height: 153px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    float: left;
}

.m_r_i_img img {
    width: 100%;
    height: auto;
}

.m_r_i_text {
    padding-top: 20px;
    margin: 0 0 0 150px;
    color: #fff;
    position: relative;
}

.m_r_i_text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
}

.m_r_i_name {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.m_r_i_name:hover {
    color: #fff;
}

.m_r_i_t01 {
    font-size: 15px;
    margin-bottom: 23px;
}

.m_r_i_t02 {
    font-size: 15px;
}

.m_r_i_t02 span {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.m_r_r_journal {
    padding: 0 80px 0 20px;
    border-left: 1px solid #808ba8;
    position: relative;
    height: 100%;
}

.m_r_r_journal:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 21px;
    background: #fff;
}

.m_r_r_journal span {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    color: #a3c6e6;
}

.m_r_r_journal p {
}

.m_r_r_journal p a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 0 0 12px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.m_r_r_journal p a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.m_r_r_journal p a:hover {
    color: #fff;
    cursor: pointer
}

.m_r_r_j_more {
    text-indent: -9999px;
    overflow: hidden;
    width: 68px;
    height: 68px;
    border: 1px solid #8c97b6;
    display: block;
    background: transparent url(../../image/layout/m_s_q_arr.png) no-repeat 50% 50%;
    border-radius: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -37px;
}

.m_r_r_j_more:hover {
    border-color: #fff;
}

.m_r_info_row {
    position: relative;
    padding: 0 100px 0 0;
    z-index: 99999;
}

.h3_tit_icon {
    font-size: 22px;
}

.h3_tit_icon span {
    display: inline-block;
    margin: 0 8px 0 0
}

.m_b_c_box {
    height: 230px;
}

.m_file_info {
    overflow: hidden;
    padding: 0 18px;
    height: 230px
}

.data_num_box {
    float: left;
    width: 50%;
    margin-top: 35px;
}

.data_num_box em {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: #001b55;
    border-radius: 10px 0 10px 10px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.d_n_type02 em {
    background: #48a951;
}

.d_n_type02 p {
    color: #48a951;
}

.d_n_type03 em {
    background: #a54fb8;
}

.d_n_type04 em {
    background: #d17645;
}

.data_num_box p {
    margin: 0 0 0 74px;
    font-size: 14px;
    padding: 6px 0 0 0;
}

.data_num_box p span {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    font-family: Pretendard, serif;
}

.m_j_tab_box {
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.m_j_tab_box ul li {
    float: left;
    margin-right: 3px;
}

.m_j_tab_box ul li span {
    text-align: center;
    display: inline-block;
    background: #d6d6d6;
    color: #555;
    font-size: 20px;
    line-height: 45px;
    border-radius: 24px;
    min-width: 228px;
    transition: all 0.3s ease;
    position: relative;
}

.m_j_tab_box ul li span a {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    width: 40px;
    height: 40px;
    background: #596890 url(../../image/layout/more_plus_w.png) no-repeat 50% 50%;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.m_j_tab_box ul li span:hover {
    color: #000;
    cursor: pointer
}

.m_j_tab_box ul li span.on {
    background: #2c3d6d;
    color: #fff;
    position: relative;
    padding-right: 44px;
}

.m_j_tab_box ul li span.on a {
    opacity: 1;
    visibility: visible;
}

.m_j_tab_box ul li span a:hover {
    transform: rotate(90deg);
}

.m_j_l_item {
    position: relative;
}

.m_j_l_item span {
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.m_j_l_item .j_l_t_bg01 {
    background: #3073d7;
}

.m_j_l_item .j_l_t_bg02 {
    background: #3daaba;
}

.m_j_l_item .j_l_t_bg03 {
    background: #3dba80;
}

.m_j_l_item .j_l_t_bg04 {
    background: #789f71;
}

.m_j_l_item .j_l_t_bg05 {
    background: #e6a940;
}

.m_j_l_item .j_l_t_bg06 {
    background: #df8fc7;
}

.m_j_l_item .j_l_t_bg07 {
    background: #a3a3a3;
}

.m_j_l_tit {
    margin-bottom: 15px;
    font-size: 16px;
    overflow: hidden;
    height: 50px;
    color: #111;
    display: block;
}

.m_j_l_tit:hover {
    color: #000;
}

.m_j_l_item p {
    padding: 0 50px 0 0;
    display: block;
    text-overflow: ellipsis;
    color: #616161;
    white-space: nowrap;
    overflow-wrap: normal;
    overflow: hidden;
}

.m_j_l_download {
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url(../../image/layout/file_download_icon.png) no-repeat 50% 50%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.m_j_l_download:hover {
    background-color: #ddd;
}

#main_journal_slide .owl-dots {
    margin: 0;
    display: none;
}

#main_journal_slide .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -76px;
}

#main_journal_slide .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

#main_journal_slide .owl-nav button.owl-prev {
    background: url(../../image/layout/slide_arr_l.png) no-repeat 10px 50%;
}

#main_journal_slide .owl-nav button.owl-next {
    background: url(../../image/layout/slide_arr_r.png) no-repeat 10px 50%;
}

#main_journal_slide .owl-nav button.owl-prev:hover,
#main_journal_slide .owl-nav button.owl-next:hover {
    border-color: #888
}

.m_j_l_inner {
    position: relative;
}

.main_journal_more {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 24px;
    padding: 0 20px;
    display: block;
}

.main_journal_more span {
    display: inline-block;
    padding: 0 35px 0 0;
    background: url(../../image/layout/more_plus.png) no-repeat right 50%;
    color: #333;
    line-height: 40px
}

.main_journal_more:hover {
    border-color: #888;
}

.main_journal_more:hover span {
    color: #273764;
}

.m_footer_about {
    margin-bottom: 60px
}

.m_footer_about .line_brick {
    margin-top: -65px
}

.m_about_box {
    position: relative;
    background: url(../../image/layout/m_about_link.png) no-repeat 30px 18px;
    padding: 45px 270px 45px 256px;
    overflow: hidden;
    border-radius: 12px
}

.m_about_t01 {
    font-size: 20px;
    color: #777;
    margin-bottom: 5px
}

.m_about_t02 {
    font-size: 16px;
    color: #222
}

.m_about_link {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 68px;
    height: 68px;
    border-radius: 34px;
    text-align: center;
    margin-top: -34px;
    text-indent: -9999px;
    overflow: hidden;
    background: #273764 url(../../image/layout/link_arr_w.png) no-repeat 50% 50%;
}

.no_reult_box {
    background: url(../../image/layout/no_result_img.png) no-repeat 50% 30px;
    padding: 360px 0 80px 0;
}

.no_reult_text {
    font-family: Gmarket Sans, serif;
    text-align: center;
}

.no_reult_text strong {
    display: block;
    font-size: 44px;
    color: #4ba125;
    margin-bottom: 10px;
}

.no_reult_text p {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px
}

.no_reult_text p em {
    font-size: 20px;
    color: #1762ad;
    display: inline-block;
}

.no_reult_text span {
    font-size: 18px;
    color: #555;
}

.m_con_box {
    padding: 70px 0;
}

.m_bg_row {
}

.m_bg_row .m_bg_col:nth-child(odd) {
    background: #f3f3f3;
}

.m_bg_row .m_bg_col:nth-child(even) {
    background: #eaeaea;
}

.news_box_item p {
    height: 220px;
    overflow: hidden;
    border-radius: 16px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 20%);
    border: 1px dashed #ccc;
}

.news_box_item p img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.news_box_item span {
    display: block;
    font-size: 16px;
    color: #0a0a0a;
    overflow: hidden;
    height: 46px;
    margin-top: 8px;
}

.news_box_item:hover p img {
    transform: scale(1.1, 1.1);
}

.news_box_item:hover span {
    color: #2b3c6b;
}

#news_slide_wrap .slide_text {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}

#news_slide_wrap .slide_text span {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 25px 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: auto;
}

#news_slide_wrap .slide_text em {
    display: block;
    font-size: 14px;
    color: #e4e2e2;
    padding: 0 10px;
    overflow: hidden;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: auto;
}

#researcher_news_slide .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -62px;
}

#researcher_news_slide .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

#researcher_news_slide .owl-nav .owl-prev {
    background: url(../../image/layout/slide_arr_l.png) no-repeat 10px 50%;
}

#researcher_news_slide .owl-nav .owl-next {
    background: url(../../image/layout/slide_arr_r.png) no-repeat 14px 50%;
}

#researcher_news_slide .owl-dots .owl-dot {
    margin: 30px 0 0 0;
}

.m_about_wrap {
    background: #fff;
}

.m_a_t_logo > span {
    background: var(--profile-about-logo-bg) no-repeat 0 0;
    color: transparent;
    overflow: hidden;
    width: 150px;
    height: 70px;
    display: inline-block;
}

.m_about_video_wrap {
    padding: 70px 0;
    background: var(--profile-about-bg) no-repeat 40% bottom;
}

.m_a_t_logo {
    margin-bottom: 15px;
}

.m_a_v_t_b {
    font-size: 16px;
}

.m_a_v_t02 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.m_a_v_t03 {
    margin-bottom: 30px
}

.m_a_v_t03 em {
    display: block;
}

.m_a_v_t_b .normal_bt {
    height: 64px;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 64px;
    min-width: 460px
}

.m_a_v_t_b .normal_bt:hover {
    color: #fff;
    border: 1px solid #2b55b8;
    background: #2b55b8;
}

.m_a_v_t_b h2 {
    font-size: 36px;
    color: #014ea2;
    font-weight: 700;
    margin-bottom: 20px;
}

.m_a_video {
    border-radius: 12px;
    overflow: hidden;
}