@charset "utf-8";
@import "add.css";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: normal;
    src: url(../font/NotoSansKR-Regular.woff2) format('woff2'), url(../font/NotoSansKR-Regular.woff) format('woff'), url(../font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: bold;
    src: url(../font/NotoSansKR-Bold.woff2) format('woff2'), url(../font/NotoSansKR-Bold.woff) format('woff'), url(../font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: normal;
    src: url('../font/GmarketSansMedium.woff') format('woff'),
    url(../font/GmarketSansMedium.ttf) format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: bold;
    src: url('../font/GmarketSansBold.woff') format('woff'),
    url(../font/GmarketSansBold.ttf) format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    line-height: normal;
    background: #fafafa;
    font-size: 14px;
    color: #555;
    font-family: Noto Sans KR, Nanum Barun Gothic, Malgun Gothic, 맑은 고딕, Verdana, Arial, '돋움', Dotum;
}

body, div, dl, dt, dd, ul, ol, menu, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset, img, abbr, acronym {
    margin: 0px;
    border: 0px;
    _vertical-align: top;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, menu {
    list-style: none;
}

legend {
    position: absolute;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

q:before, q:after {
    content: '';
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    display: none;
}

em {
    color: inherit;
    font-weight: normal;
    font-style: normal;
}

table caption {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

:focus {
    outline: none;
}

/*공통클래스*/
.mgb_0 {
    margin-bottom: 0px !important;
}

.mgt_0 {
    margin-top: 0px !important;
}

.mgb_5 {
    margin-bottom: 5px !important;
}

.mgb_10 {
    margin-bottom: 10px !important;
}

.mgb_20 {
    margin-bottom: 20px !important;
}

.mgb_30 {
    margin-bottom: 30px !important;
}

.mgb_35 {
    margin-bottom: 35px !important;
}

.mgb_40 {
    margin-bottom: 40px !important;
}

.mgb_50 {
    margin-bottom: 50px !important;
}

.mgb_60 {
    margin-bottom: 60px !important;
}

.mgr_0 {
    margin-right: 0px !important;
}

.mgr_5 {
    margin-right: 5px !important;
}

.mgr_10 {
    margin-right: 10px !important;
}

.mgr_20 {
    margin-right: 20px !important;
}

.mgt_5 {
    margin-top: 5px !important;
}

.mgt_10 {
    margin-top: 10px !important;
}

.mgl_5 {
    margin-left: 5px !important;
}

.mgl_10 {
    margin-left: 10px !important;
}

.dp_none {
    display: none;
}

.dp_inline {
    display: inline !important;
}

.clear {
    clear: both !important;
}

.fl_none {
    float: none !important;
}

.fl_left {
    float: left !important;
}

.fl_right {
    float: right !important;
}

.al_right {
    text-align: right !important;
}

.al_left {
    text-align: left !important;
}

.al_center {
    text-align: center !important;
}

.bold_t {
    font-weight: bold !important;
}

.int_type01 {
    height: 26px;
    border: 1px solid #b7b7b7;
    width: 99.8%;
    vertical-align: middle;
    font-size: 14px;
}

.inputtype_a {
    border: 1px solid #b2b2b2;
    height: 26px;
    width: 100%;
    background: #fff;
}

.int_br_none {
    border: 0px !important;
}

.select_type01 {
    border: 1px solid #ccc;
    background: #fff;
    height: 24px;
    font-size: 14px;
    vertical-align: middle;
}

.select_type02 {
    border: 1px solid #b7b7b7;
    background: #fff;
    height: 24px;
    width: 99.8%;
    font-size: 12px;
    vertical-align: middle;
}

.textarea_type {
    width: 99.8%;
    border: 1px solid #cacaca;
}

.seltype_a {
    border: 1px solid #b2b2b2;
    height: 26px;
    width: 100%;
    background: #fff;
    vertical-align: top;
    font-size: 12px;
    border-radius: 4px;
}

.h_fix:after {
    clear: both;
}

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

.ani_ef {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.col_width {
    width: 1200px;
    margin: 0 auto;
}

.brick {
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.brick:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.m_header {
    background: url(../image/background/visual_bg.jpg) no-repeat 50% 0;
    background-attachment: fixed;
    padding: 0 0 80px 0;
}

.header_wrap {
    background: url(../image/background/header_bg.png) repeat 0 0;
}

.header_box {
    margin: 0 auto;
    width: 1200px;
}

.header_box .tablet_nav {
    display: none;
}

.header_box .header_inner {
    width: 1200px;
    margin: 0 auto 70px auto;
    height: 66px;
}

.header_box .header_inner h1 {
    padding: 0px 0px 0px 0px;
    float: left;
}

.header_box .header_inner h1 a {
    width: 430px;
    height: 66px;
    background: url(../image/background/logo.png) no-repeat 0 50%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.header_box .header_inner h1 em {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    background: url(../image/background/logo_line.png) no-repeat left 50%;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    vertical-align: middle;
}

.main_search_wrap h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-family: GmarketSans;
    margin-bottom: 20px;
}

.m_s_t_box {
    font-size: 20px;
    color: #fff;
    font-family: GmarketSans;
    text-align: center;
    margin-bottom: 10px;
}

.header_search {
    position: relative;
    margin: 0 auto 30px auto;
    width: 630px;
    height: 56px;
    border-radius: 28px;
    background: #fff;
}

.header_search dl {
    position: relative;
    padding: 0 70px 0 162px;
}

.header_search dl dt {
    display: none;
}

.header_search dl .int_dd {
    padding: 17px 0px 0px 0px;
    height: 45px;
    background: #fff;
}

.header_search dl .int_dd .inttype {
    width: 100%;
    height: 22px;
    border: 0px;
    font-weight: bold;
    color: #222;
    font-size: 16px;
}

.header_search dl .s_bt_dd {
    position: absolute;
    right: 2px;
    top: 2px;
}

.header_search dl .s_bt_dd a {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../image/background/m_search_icon.png) no-repeat 50% 50%;
    border-radius: 26px;
    text-indent: -99999px;
    display: inline-block;
}

.header_search dl .s_bt_dd a:hover {
    background-color: #f3f3f3;
}

.header_search dl .m_s_sel {
    position: absolute;
    left: 10px;
    top: 17px;
    display: block;
    width: 140px;
    border-right: 1px solid #ddd;
}

.header_search dl .m_s_sel select {
    border: 0px;
    background: #fff;
    height: 20px;
    outline: none;
    font-size: 15px;
}

.main_quick_wrap {
    text-align: center;
}

.m_q_box {
    display: inline-block;
    padding: 0 30px;
}

.m_q_box a {
    display: block;
    background: url(../image/background/m_quick_icon01.png) no-repeat 50% 0;
    padding: 62px 0 0 0;
}

.m_q_box .m_q_icon02 {
    background: url(../image/background/m_quick_icon02.png) no-repeat 50% 2px;
}

.m_q_box .m_q_icon03 {
    background: url(../image/background/m_quick_icon03.png) no-repeat 50% 2px;
}

.m_q_box .m_q_icon04 {
    background: url(../image/background/m_quick_icon04.png) no-repeat 50% 5px;
}

.m_q_box strong {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: GmarketSans;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.m_q_box p {
    width: 210px;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    color: #222;
    transition: all 0.3s ease;
}

.m_q_box a:hover p {
    background-color: #8e283b;
    color: #fff;
}

.m_container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.m_container .con_inner {
    margin-top: -40px;
}

#news_slide_wrap .item {
    position: relative;
    max-height: 360px;
}

#news_slide_wrap .item img {
    display: block;
    width: 100%;
    height: 100%;
}

#news_slide_wrap .slide_text {
    color: #fff;
    background: url(../image/background/slide_text_bg.png) repeat 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 9px 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: 38px;
}

#news_slide_wrap .owl-nav.disabled + .owl-dots {
    margin: 0;
    position: absolute;
    right: 0;
    top: -40px;
}

#news_slide_wrap .owl-dots .owl-dot span {
    transition: all 0.3s ease;
}

#news_slide_wrap .owl-dots .owl-dot.active span {
    width: 25px;
    background: #8e283b;
}

.m_contents {
}

.m_contents:after {
    clear: both;
}

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

.left_contents {
    float: left;
    width: 57%;
}

.right_contents {
    float: right;
    width: 40%;
}

.mh3_title {
    font-weight: normal;
    color: #222;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: GmarketSans;
}

.mh3_title span {
    display: inline-block;
    color: #8e283b;
}

.m_con_box {
    position: relative;
    margin-bottom: 15px;
    padding: 20px
}

.more_plus {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #e8e8e8 url(../image/background/more_plus.png) no-repeat 50% 50%;
    width: 28px;
    height: 28px;
    display: block;
    text-indent: -99999px;
    border-radius: 14px;
}

.more_plus:hover {
    background-color: #e1e1e1;
}

.m_con_box .more_plus {
    right: 15px;
    top: 15px;
}

.w_researcher {
    padding: 15px;
}

.researcher_area {
    overflow: hidden;
}

.researcher_area:after {
    content: '';
    display: block;
    clear: both;
}

.researcher_img_box {
    background: url(../image/background/m_img_shadow.png) no-repeat right bottom;
    padding: 0 8px 8px 0;
    float: left;
}

.researcher_img_box span {
    border: 1px solid #dfdfdf;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    border-radius: 5px;
}

.researcher_img_box span img {
    width: 120px;
    height: 144px;
}

.reseacher_info {
    margin: 0 0 0 150px;
}

.reseacher_info dl dt {
    margin-bottom: 4px;
}

.reseacher_info dl dt a {
    color: #1d1254;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.reseacher_info dl dt a:hover {
    text-decoration: underline;
}

.reseacher_info dl dd {
    color: #776f6f;
    font-size: 14px;
}

.reseacher_info dl .interests_dd {
    margin: 20px 0 0 0;
}

.reseacher_info dl .interests_dd span {
    display: inline-block;
    background: #eaeaea;
    font-size: 12px;
    color: #555;
    line-height: 22px;
    border-radius: 11px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.reseacher_info dl .interests_dd li {
    padding: 0 0 0 7px;
    overflow: hidden;
    height: 63px;
}

.mlist_ul {
    margin: 0 -20px;
}

.mlist_ul li {
    position: relative;
    padding: 0 20px;
}

.mlist_ul li:nth-child(even) {
    background: #f5f5f5;
}

.mlist_ul li .dot {
    display: block;
    background: url(../image/background/bullet_list02.gif) no-repeat 0px 15px;
    padding: 9px 10px 9px 10px;
    font-size: 15px;
    font-weight: normal;
    color: #3d3535;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.mlist_ul li a:hover {
    text-decoration: underline;
}

.recent_list_box li {
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.recent_list_box li:nth-child(even) {
    background: #f5f5f5;
}

.recent_list_box li:last-child {
    margin-bottom: 0px;
}

.recent_list_box li:hover {
    border: 1px solid #114886;
    transform: translate(3px, -3px);
}

.recent_list_box li .r_l_title_t {
    font-size: 15px;
    padding: 0 0 0 15px;
    background: url(../image/background/square_bullet03.png) no-repeat 0px 8px;
    display: block;
    color: #111;
    max-height: 41px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 22px;
}

.recent_list_box li p {
    font-size: 13px;
    color: #555;
    padding: 0 0 0 15px;
    position: relative;
    overflow: hidden;
}

.recent_list_box li p em {
    background: url(../image/background/col_line.png) no-repeat right 50%;
    padding-right: 10px;
    margin-right: 10px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    max-width: 200px;
    float: left;
}

.recent_list_box li p .r_l_date_t {
    float: left;
}

.rl_right_icon {
    float: right;
}

.rl_right_icon a {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
}

.rl_right_icon .list_pdf_icon {
    background: url(../image/background/list_download_icon.png) no-repeat 0px 0px;
}

.rl_right_icon .list_oa_icon {
    background: url(../image/background/oa_icon.png) no-repeat 50% 0px;
    margin: 0 0 0 4px;
}

.add_iconlist li a {
    width: 346px;
}

/*rss 추가*/

.rss_img_wrap, .rss_link_wrap {
    display: inline-block;
    margin-right: 5px;
}

.rss_link_wrap {
    font-size: 20px;
    font-weight: bold;
}

.rss_img {
    vertical-align: bottom;
}

span.bar {
    color: #898787;
    display: inline-block;
    margin-right: 5px;
}

/*morebtn mobile 추가*/
.more_mobile {
    display: none;
    position: absolute;
    right: 0px;
    top: 12px;
    background: #a3a3a3 url(../image/background/plus_icon.gif) no-repeat 50% 50%;
    width: 23px;
    height: 23px;
    text-indent: -99999px;
    margin-right: 10px;
}

.more_mobile:hover {
    background: #969696 url(../image/background/plus_icon.gif) no-repeat 50% 50%;
}

.footer_banner {
    clear: both;
    border-top: 1px solid #d1d1d1;
    background: #f6f6f6;
    border-bottom: 0px;
    overflow: hidden;
}

.footer_banner:after {
    content: '';
    display: block;
    clear: both;
}

.footer_banner ul {
    width: 1200px;
    margin: 0 auto;
}

.footer_banner ul li {
    background: url(../image/background/footer_bline.png) no-repeat right 50%;
    float: left;
    width: 20%;
}

.footer_banner ul .last_banner {
    background: none;
}

.footer_banner ul li a {
    text-align: left;
    display: block;
    background: url(../image/background/banner_arrow.png) no-repeat right 50%;
    padding: 10px 0 10px 15px;
}

.footer_wrap {
    background: #303030;
    margin: 0 0 0 0px;
    overflow: hidden;
}

.footer_wrap:after {
    content: '';
    display: block;
    clear: both
}

.footer_wrap .footer_inner {
    width: 1200px;
    margin: 0 auto;
}

.footer_statics_wap {
    background: #212121;
}

.homepage_info {
    overflow: hidden;
    line-height: 44px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.homepage_info:after {
    content: '';
    display: block;
    clear: both;
}

.homepage_info dl dt {
    font-size: 14px;
    color: #7cd5ef;
    float: left;
    background: url(../image/background/homepage_info_line.png) no-repeat right 50%;
    margin-right: 16px;
    padding-right: 15px;
    line-height: 44px;
}

.homepage_info dl dd {
    margin-right: 20px;
    font-size: 14px;
    color: #a8a8a8;
    float: left;
    line-height: 44px;
}

.homepage_info dl dd:last-child {
    margin-right: 0px;
}

.homepage_info dl dd span {
    color: #dbdbdb;
    display: inline-block;
    margin-left: 4px;
    font-weight: bold;
}

.footer_address {
    color: #adadad;
    font-size: 14px;
    padding: 20px 0;
}

.fd_text {
}

.fd_text p {
    line-height: 20px;
}

.footer_phone {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../image/background/footer_phone.png) no-repeat 0 4px;
    margin-left: 20px
}

.footer_mail {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../image/background/footer_mail_icon.png) no-repeat 0 4px;
    margin-left: 10px
}

.tablet_nav {
    float: right;
}

.tablet_nav .tablet_nav_bt {
    display: block;
    width: 66px;
    height: 66px;
    background: #114886;
    padding: 16px 0 0 0;
    text-align: center;
}

.right_nav_box h3 {
    font-size: 18px;
    line-height: 69px;
    height: 69px;
    font-weight: bold;
    color: #979797;
    background: #292929;
    padding: 0 0 0 20px;
    margin-bottom: 14px;
}

.right_nav_box ul li {
    border-bottom: 1px solid #404040;
}

.right_nav_box ul li a {
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #b9b9b9;
    background: url(../image/background/right_nav_arrow.gif) no-repeat right 50%;
    padding: 0 0 0 16px;
}

.m_browse_title {
    position: relative;
}

.tablet_nav_bt .line {
    width: 34px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.sb-active-right .tablet_nav_bt .line:nth-child(2) {
    opacity: 0;

}

.sb-active-right .tablet_nav_bt .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);

}

.sb-active-right .tablet_nav_bt .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);

}

.header_inner .library_link {
    display: block;
    float: right;
    padding: 6px 17px 0 17px;
    margin: 19px 0 0 0;
    height: 30px;
    background: transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.header_inner .library_link span {
    color: #222;
    background: url(../image/background/header_link_icon.png) no-repeat right 50%;
    display: inline-block;
    padding: 0 20px 0 0;
}

.header_inner .library_link:hover {
    background: #fff;
}

.h_language {
    float: right;
    position: relative;
    margin: 18px 5px 0 0;
    padding-right: 14px;
}

.h_language:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
    height: 12px;
    background: #958282;
}

.language_bt {
    display: block;
    background: url(../image/background/h_language_icon.png) no-repeat right 5px;
    padding: 0 22px 0 0px;
    line-height: 30px;
    position: relative;
    color: #777;
}

.language_bt:hover {
    color: #111;
    background: url(../image/background/h_language_icon_hover.png) no-repeat right 5px;
}

.footer_r_box {
    position: absolute;
    right: 0;
    top: 0;
}

.footer_r_box p {
    background: url(../image/background/footer_rss_icon.png) no-repeat 12px 50%;
    float: left;
    padding: 0 14px 0 34px;
}

.footer_r_box p a {
    color: #a8a8a8;
    font-size: 13px;
    display: inline-block;
    background: url(../image/background/footer_rss_line.png) no-repeat right 50%;
    padding: 0 10px 0 0;
    margin-right: 10px;
}

.footer_r_box p a:hover {
    text-decoration: underline;
}

.footer_r_box p a:last-child {
    background: none;
    padding: 0 0px 0 0;
    margin-right: 10px;
}

.footer_r_box p .rss_line {
    background: url(../image/background/footer_rss_line.png) no-repeat right 50%;
    padding: 0 10px 0 0;
    margin-right: 10px;
}

.homepage_info .contact_bt {
    color: #dbdbdb;
    display: block;
    float: right;
    background: #0e0e0e url(../image/background/footer_mail.png) no-repeat 15px 50%;
    padding: 0 20px 0 34px;
    height: 44px;
    line-height: 44px;
}

.homepage_info .contact_bt:hover {
    text-decoration: underline;
}

/* sub */

.sub_header {
    background: url(../image/background/sub_visual_bg.jpg) no-repeat 50% 0;
    background-attachment: fixed;
    padding: 0;
}

.sub_header .header_inner {
    margin: 0 auto 0px auto;
}

.sub_nav_wrap {
    overflow: hidden;
    margin: 7px 0 0 0;
}

.sub_nav_inner {
    width: 1200px;
    margin: 0 auto;
}

.sub_nav {
    float: left;
}

.sub_nav ul li {
    float: left;
    padding: 0 21px 0 0;
    background: url(../image/background/nav_line.png) no-repeat right 50%;
    margin-right: 20px;
    font-weight: bold;
}

.sub_nav ul li:last-child {
    padding: 0 0px 0 0;
    background: none;
}

.sub_nav ul li a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 72px;
    background: url(../image/background/nav_on.png) repeat-x 0 73px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub_nav ul li a:hover,
.sub_nav ul .on a {
    background: url(../image/background/nav_on.png) repeat-x 0 bottom;
}

.sub_top_search {
    float: right;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 0 26px 4px 0;
    width: 234px;
    margin: 18px 0 0 0;
}

.sub_top_search .st_search_bt {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    background: url(../image/background/st_search_bt.png) no-repeat 0 0px;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
}

.sub_top_search input {
    background: transparent;
    border: 0px;
    font-size: 13px;
    color: #f3d5b7;
    height: 22px;
    width: 99.8%;
}

.sub_top_search input::-webkit-input-placeholder {
    font-size: 13px;
    color: #fff;
}

/* Firefox 4-18 */
.sub_top_search input:-moz-placeholder {
    font-size: 13px;
    color: #fff;
}

/* Firefox 19+ */
.sub_top_search input::-moz-placeholder {
    font-size: 13px;
    color: #fff;
}

/* IE10+ */
.sub_top_search input:-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.sub_container {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    width: 1200px;
}

.sub_container:after {
    clear: both;
}

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

.top_option_wrap {
    background: #fff;
    padding: 30px 0 0px 0;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(72, 72, 72, 0.4);
    overflow: hidden;
}

.top_option_wrap .sub_title {
    margin: 0 auto 20px auto;
    width: 1200px;
}

.top_option_wrap .sub_title h3 {
    font-size: 18px;
}

.form_search_wrap {
    margin: 0 auto;
    width: 648px;
    margin-bottom: 20px;
}

.form_search_wrap:after {
    clear: both;
}

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

.search_field_box {
    border: 1px solid #b2b2b2;
    position: relative;
    height: 38px;
    padding: 3px 40px 0 10px;
    border-radius: 7px;
}

.search_field_box .sf_int {
    border: 0px;
    width: 99.8%;
    height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

.search_field_box .sf_int::-webkit-input-placeholder {
    color: #7e7e7e;
}

/* Firefox 4-18 */
.search_field_box .sf_int:-moz-placeholder {
    color: #7e7e7e;
}

/* Firefox 19+ */
.search_field_box .sf_int::-moz-placeholder {
    color: #7e7e7e;
}

/* IE10+ */
.search_field_box .sf_int:-ms-input-placeholder {
    color: #7e7e7e;
}

.fs_bt {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
    background: url(../image/background/sub_search_bt.png) no-repeat 50% 50%;
    text-indent: -99999px;
    border: 0px;
}

.browse_alphabet {
    width: 866px;
    margin: 0 auto 11px auto;
    overflow: hidden;
    display: flex;
}

.browse_alphabet a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid transparent;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    min-width: 32px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.browse_alphabet a:hover {
    border: 1px solid #787878;
    text-decoration: underline;
}

.browse_alphabet .on {
    background: #114886;
    color: #fff;
}

.mobile_select {
    display: none;
}

.alphabet_eng {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

.browse_alphabet .key_all {
    width: 60px;
}

.page_num_box {
    margin-bottom: 13px;
    padding: 0 0 0 20px;
    background: url(../image/background/page_num_icon.png) no-repeat 0 0;
    color: #777;
}

/* paginate  */
.paginate_complex {
    line-height: normal;
    text-align: center;
    margin: 20px 0 0px 0;
    padding-bottom: 30px;
}

.paginate_complex a,
.paginate_complex strong {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 -2px;
    padding: 0px 8px;
    line-height: 22px;
    font-size: 13px;
    color: #777;
    text-decoration: none;
    vertical-align: middle
}

.paginate_complex a:hover,
.paginate_complex a:active,
.paginate_complex a:focus {
    background-color: #f8f8f8;
}

.paginate_complex strong {
    color: #2c34d3;
    font-weight: bold;
    border-radius: 3px;
}

.paginate_complex .direction {
    border: 1px solid #dcdbdb;
    text-indent: -9999px;
    width: 28px;
    margin: 0;
    height: 28px;
    text-decoration: none !important;
    z-index: 1;
    border-radius: 14px;
}

.paginate_complex .first_prev {
    background: #fff url(../image/background/pagenav_bg.png) no-repeat 8px 50%;
    margin: 0;
}

.paginate_complex .prev {
    background: #fff url(../image/background/pagenav_bg.png) no-repeat -21px 50%;
    margin-left: 4px;
}

.paginate_complex .last_next {
    background: #fff url(../image/background/pagenav_bg.png) no-repeat -76px 50%;
    margin: 0;
}

.paginate_complex .next {
    background: #fff url(../image/background/pagenav_bg.png) no-repeat -46px 50%;
    margin-right: 4px;
}

.paginate_complex .direction:hover,
.paginate_complex .direction:active,
.paginate_complex .direction:focus {
    border: 1px solid #636363;
    position: relative;
    z-index: 999;
}

.researcher_card {
    margin: 10px 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 12px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
    box-shadow: 0 0 12px #fff;
}

.researcher_card:after {
    display: block;
    content: '';
    width: 3px;
    height: 16px;
    position: absolute;
    left: -1px;
    top: 14px;
    background: #705757;
}

.researcher_card:hover {
    border: 1px solid #114886;
    box-shadow: 0 0 12px #d0d0d0;
}

.researcher_info_top dl dt {
    font-size: 16px;
    margin-bottom: 5px;
    color: #222;
    padding: 0 0 0 16px;
    height: 34px;
    overflow: hidden;
    background: url(../image/background/sm_authors_icon.png) no-repeat 0 2px;
    font-weight: normal;
}

.researcher_info_top dl dd {
    height: 41px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #888
}

.researcher_info_top dl .ra_dd {
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 190px;
    font-style: italic;
    font-size: 11px;
}

.add_widget {
    padding: 30px 0 40px 0;
}

.add_widget .sub_contents {
    float: left;
    width: 75%;
}

.add_widget .sub_right_box {
    float: right;
    width: 22%;
}

.v_aside_wrap {
    padding: 15px;
}

.s_pd_inner {
    padding: 20px;
}

.aside_wrap {
    padding: 0px 17px;
}

.researcher_view_wrap {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative
}

.researcher_view_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.pic_box {
    padding: 0 4px 5px 0;
    float: left;
}

.pic_box span {
    display: block;
    padding: 5px;
    border: 1px solid #d9d9d9;
}

.pic_box span img {
    width: 116px;
    height: 145px;
}

.researcher_info {
    margin: 2px 0 0 164px;
    position: relative;
}

.researcher_info .r_name {
    font-size: 16px;
    margin-bottom: 10px;
}

.researcher_info .r_name strong {
    font-size: 24px;
    line-height: 31px;
    color: #114886;
    font-weight: bold;
}

.ri_circle a {
    vertical-align: top;
    display: inline-block;
    width: 31px;
    height: 31px;
    text-indent: -99999px;
    margin-left: 8px;
}

.ri_circle .r_type {
    background: url(../image/background/researcher_r.png) no-repeat 0 0;
}

.ri_circle .ri_type {
    background: url(../image/background/researcher_id.png) no-repeat 0 0;
}

.ri_circle .scopus_type {
    background: url(../image/background/researcher_sc.png) no-repeat 0 0;
}

.rc_text {
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 15px 0;
    margin-bottom: 18px;
}

.basic_info {
    overflow: hidden;
}

.basic_info:after {
    content: '';
    display: block;
    clear: both;
}

.r_info_dl {
    margin-bottom: 8px;
    overflow: hidden;
}

.r_info_dl dt {
    float: left;
    background: url(../image/background/r_info_icon01.png) no-repeat 0 0px;
    font-size: 14px;
    color: #555;
    padding: 0 0 0 32px;
    line-height: 26px;
}

.r_info_dl dd {
    margin: 0 0 0 152px;
    line-height: 26px;
    font-size: 15px;
}

.d_link {
    color: #3d72b2;
    text-decoration: underline;
    margin-right: 5px;
    display: inline-block;
}

.d_link:hover {
    color: #18467c;
    text-decoration: underline;
}

.ri_box {
    overflow: hidden;
}

.ri_box ul li {
    float: left;
    width: 33.3%;
    padding: 0 0 0 32px;
    line-height: 26px;
    color: #555;
}

.ri_box ul .ri_icon01 {
    background: url(../image/background/r_info_icon02.png) no-repeat 0 0px
}

.ri_box ul .ri_icon02 {
    background: url(../image/background/r_info_icon03.png) no-repeat 0 0px
}

.ri_box ul .ri_icon03 {
    background: url(../image/background/r_info_icon04.png) no-repeat 0 0px
}

.ri_box ul .disable_type {
    opacity: 0.4
}

.ri_box ul .disable_type a {
    color: #777;
    background: none;
    text-decoration: none;
    cursor: default
}

.ri_box ul .ri_icon01 span {
    display: inline-block;
    color: #000;
    margin: 0 9px 0 0;
}

.ri_box ul li a {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../image/background/r_info_arrow.png) no-repeat right 8px;
    text-decoration: underline;
    font-size: 15px;
}

.ri_type_box {
    position: absolute;
    right: 0;
    top: 0;
}

.ri_type_box a {
    margin-left: 5px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -99999px;
}

.rid_type {
    background: url(../image/background/r_rid_icon.png) no-repeat 0 0;
}

.id_type {
    background: url(../image/background/r_id_icon.png) no-repeat 0 0;
}

.rg_type {
    background: url(../image/background/r_rg_icon.png) no-repeat 0 0;
}

.gi_type {
    background: url(../image/background/r_gi_icon.png) no-repeat 0 0;
}

.si_type {
    background: url(../image/background/r_si_icon.png) no-repeat 0 0;
}

.rid_type_dis {
    background: url(../image/background/r_rid_icon_gray.png) no-repeat 0 0;
}

.id_type_dis {
    background: url(../image/background/r_id_icon_gray.png) no-repeat 0 0;
}

.rg_type_dis {
    background: url(../image/background/r_rg_icon_gray.png) no-repeat 0 0;
}

.gi_type_dis {
    background: url(../image/background/r_gi_icon_gray.png) no-repeat 0 0;
}

.si_type_dis {
    background: url(../image/background/r_si_icon_gray.png) no-repeat 0 0;
}

.tab_wrap {
    overflow: hidden;
    padding: 0 0 0 1px;
    margin-bottom: 24px;
    background: url(../image/background/tab_line_bg.png) repeat-x 0 bottom;
}

.tab_wrap:after {
    content: "";
    clear: both;
    display: block;
}

.tab_wrap ul li {
    float: left;
}

.w_16 ul li {
    width: 16.66%;
}

.w_25 ul li {
    width: 25%;
}

.w_33 ul li {
    width: 33.3%;
}

.w_20 ul li {
    width: 20%;
}

.tab_wrap ul li a {
    display: block;
    border: 1px solid #dadada;
    height: 36px;
    line-height: 36px;
    background: #f3f3f3;
    color: #777;
    text-align: center;
    margin-left: -1px;
    font-size: 14px;
    letter-spacing: -1px;
}

.tab_wrap ul li a:hover {
    background: #f9f9f9;
}

.tab_wrap ul li .on {
    background: #114886 !important;
    color: #fff;
    border: 1px solid #54c5c3 !important;
    position: relative;
}

.list_top_box {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 20px 0 20px;
    border-bottom: 1px solid #ddd;
}

.list_top_box .page_num_box {
    float: left;
}

.list_pd_type {
    padding: 15px 0px 0 0px;
}

.list_right_option {
    float: right;
}

.list_top_box .list_sort_box {
    float: left;
}

.list_sort_box ul li {
    float: left;
    padding-left: 14px;
    margin-left: 14px;
    background: url(../image/background/sort_line.png) no-repeat 0 50%;
}

.list_sort_box ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
    background: none;
}

.list_sort_box ul li a {
    display: block;
    line-height: 22px;
}

.list_sort_box ul li a em {
    text-align: left;
    display: inline-block;
    width: 9px;
    height: 20px;
    text-indent: -99999px;
    margin-left: 10px;
}

.list_sort_box ul li .des_type em {
    background: url(../image/background/sort_arrow.png) no-repeat right -25px;
}

.list_sort_box ul li .as_type em {
    background: url(../image/background/sort_arrow.png) no-repeat right 3px;
}

.list_sel {
    display: inline-block;
    vertical-align: middle;
}

.article_list_box {
    position: relative;
    padding: 0 0px 20px 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.alb_title_box {
    margin: 0 0 8px 0px;
    padding: 0 0px
}

.alb_title {
    display: inline;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}

.alb_title:hover {
    text-decoration: underline;
}

.abl_under_row {
    overflow: hidden;
    padding: 0 20px;
}

.list_bt_box {
    float: left;
    margin: 0 0 0 14px;
}

.export_bt {
    display: inline-block;
    background: #705757;
    vertical-align: middle;
    padding: 0 10px;
}

.export_bt:hover {
    background: #333;
}

.export_bt em {
    display: inline-block;
    background: url(../image/background/export_arrow.png) no-repeat right 50%;
    padding: 0 20px 0 0;
    color: #fff;
    line-height: 22px;
}

.abl_info_right {
    margin-top: 10px;
}

.abl_info_right span {
    color: #838383;
    font-size: 14px;
    padding: 0 0px 0 8px;
    line-height: 20px;
    background: url(../image/background/square_bullet02.png) no-repeat 0 50%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.abl_info_right span em {
    color: #333;
    font-weight: normal;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.abl_info_right .l_type_text {
    display: block;
    float: left;
    background: #ebebeb;
    border-radius: 11px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 2px;
    padding: 0 12px;
}

.add_list_img {
    overflow: hidden;
    position: relative;
}

.list_img_box {
    float: left;
    margin: 0 14px 0 0;
}

.alb_authors {
    color: #838383;
    font-size: 14px;
    padding: 0 0 0 18px;
    background: url(../image/background/sm_authors_icon.png) no-repeat 0 0;
}

.add_list_img .alb_title_box {
    margin: 0 0 10px 70px;
}

.add_list_img .abl_under_row {
    margin: 0 0 0px 70px;
}

/* .alb_paper {vertical-align: middle; margin: 0 0 0 3px; display: inline-block; width:20px; height: 20px; text-indent:-9999px;background: url(../image/background/list_paper_icon.png) no-repeat 50% 1px;   } */

.alb_paper {
    vertical-align: middle;
    margin: 0 0 0 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url(../image/background/list_download_icon.png) no-repeat 50% 0px;
}

.list_oa_icon {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url(../image/background/oa_icon.png) no-repeat 50% 0px;
    margin: 0 0 0 4px;
}

.sub_list_inner {
    padding: 0 20px;
}

.widget_title {
    font-size: 14px;
    font-weight: bold;
    background: url(../image/background/widget_title_line.png) no-repeat 0 bottom;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    color: #555;
}

.tab_sel {
    display: none;
    background: #ccc;
    padding: 10px;
}

.tab_sel select {
    width: 100%;
    height: 32px;
}

.sub_title {
    background: url(../image/background/sub_title_bg.png) repeat-x 0 bottom;
    position: relative;
    margin-top: 0px;
}

.sub_title h3 {
    background: url(../image/background/sub_title_line.png) no-repeat 0 bottom;
    font-size: 20px;
    color: #434343;
    padding: 0 0 16px 0;
    font-family: GmarketSans;
}

.view_top_box {
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.view_bt_box {
    float: left;
    font-size: 13px;
}

.view_bt_box .cited_span {
    display: inline-block;
    line-height: 30px;
}

.view_bt_box .cited_span img {
    vertical-align: middle
}

.view_bt_box .cited_span em {
    color: #cb7a11;
    font-weight: bold;
}

.view_bt_box .science_span {
    padding: 0 12px 0 0px;
    background: url(../image/background/view_box_line.png) no-repeat right 9px;
    margin-right: 12px;
}

.view_bt_area {
    float: right;
}

.view_bt_area span {
    float: left;
    font-size: 13px;
    color: #777;
    line-height: 29px;
}

.view_bt_area ul li {
    float: left;
}

.view_bt_area ul li a {
    display: block;
    border: 1px solid #b2b2b2;
    background: #fff;
    font-size: 13px;
    margin: 0 0 0 -1px;
    line-height: 27px;
    width: 86px;
    text-align: center;
}

.view_bt_area ul li a:hover {
    border: 1px solid #555;
    position: relative;
}

.view_bt_area .view_downbt {
    margin: 0 0 0 10px;
    float: left;
}

.view_title {
    margin-bottom: 16px;
    font-size: 18px;
    color: #515151;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 16px;
    font-weight: normal;
    line-height: 24px;
}

.view_title .list_oa_icon {
    vertical-align: top;
}

.view_contents {
    padding: 0 0px;
}

.view_contents .view_title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #515151;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 16px;
    font-weight: normal;
    line-height: 22px;
}

.view_inner_con {
    margin-bottom: 30px;
}

.view_inner_con dl {
    overflow: hidden;
    margin-bottom: 7px;
}

.view_inner_con dl:after {
    content: '';
    display: block;
    clear: both;
}

.view_inner_con dl dt {
    color: #134f98;
    background: url(../image/background/cc_dt_bullet.png) no-repeat 0 50%;
    padding: 0 0 0 18px;
    float: left;
    line-height: 22px;
}

.view_inner_con dl dd {
    text-align: justify;
    line-height: 24px;
    margin: 0 0 0 170px;
    color: #555;
}

.view_inner_con .row_dl dt {
    float: left;
    margin-right: 14px;
}

.view_inner_con .row_dl dd {
    float: left;
    line-height: 22px;
    text-align: justify
}

.view_inner_con .file_item_dl dt {
    float: none;
}

.view_inner_con .file_item_dl dd {
    margin: 0 0 0 0;
}

.view_inner_con dl .file_download {
    text-align: left;
    overflow: hidden;
    background: #f7f7f7;
}

.view_inner_con dl .file_download:after {
    content: '';
    display: block;
    clear: both;
}

.view_inner_con dl .file_download ul li {
    border-bottom: 1px solid #e9e9e9;
}

.view_inner_con dl .file_download .file_text {
    display: inline-block;
    padding: 6px 0 6px 22px;
}

.view_inner_con dl .file_download .download_bt {
    line-height: 26px;
    display: block;
    float: right;
    background: #f8f8f8 url(../image/background/download_icon02.png) no-repeat 50% 50%;
    width: 26px;
    text-indent: -99999px;
    height: 26px;
    margin: 2px 0 0 0;
}

.view_inner_con dl .file_download .download_right {
    line-height: 26px;
    display: block;
    float: right;
    margin: 7px 10px 0 0;
    background: url(../image/background/download_icon02.png) no-repeat right 4px;
    padding: 0 28px 0 0;
}

.view_inner_con dl .file_download .download_right em {
    display: inline-block;
    height: 26px;
    font-size: 13px;
    color: #777;
}

.researcher_type {
    display: inline-block;
    color: #3057e7;
}

.researcher_type em {
    margin-right: 2px;
    padding: 0 16px 0 0;
    display: inline-block;
    background: url(../image/background/view_member_icon.png) no-repeat right 3px;
}

.link_type {
    background: url(../image/background/view_link_icon.png) no-repeat right 4px;
    display: inline-block;
    color: #2b6eb8;
    text-decoration: underline;
    padding: 0 18px 0 0;
}

.record_bt_box {
    text-align: center;
    margin-bottom: 40px;
}

.record_bt_box a {
    color: #fff;
    text-align: center;
    width: 313px;
    height: 43px;
    background: #114886;
    display: inline-block;
    line-height: 42px;
    border-radius: 21px;
}

.record_bt_box a:hover {
    background: #2c6cb4;
}

.sns_wrap {
    overflow: hidden;
    padding: 0 10px 0 0;
    border: 1px solid #ddd;
}

.sns_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.sns_wrap .sns_box {
    overflow: hidden;
}

.sns_wrap .sns_box:after {
    content: '';
    display: block;
    clear: both;
}

.sns_wrap .sns_box .qr_box {
    float: left;
}

.sns_wrap .sns_box .sns_inner {
    margin: 12px 0 0 84px;
}

.sns_inner ul li {
    overflow: hidden;
}

.sns_inner ul li p {
    float: left;
    margin-right: 8px;
}

.share_bt_box {
    float: left;
}

.share_bt {
    display: inline-block;
    background: #4b94d8;
    padding: 0 10px;
}

.share_bt span {
    display: block;
    line-height: 28px;
    background: url(../image/background/share_icon.png) no-repeat right 6px;
    color: #fff;
    padding: 0 26px 0 0;
}

.sns_like_box {
    float: left;
    margin: 3px 0 0 8px
}

.sns_like_box span a {
    display: inline-block;
    margin: 0 0 0 6px;
    text-decoration: underline;
}

.sns_like_box a {
    display: inline-block;
}

.sns_like_box .facebook_bt {
    background: #4865b9;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
}

.sns_like_box .facebook_bt:hover {
    background: #304a9b;
}

.sns_like_box .facebook_bt em {
    display: inline-block;
    background: url(../image/background/facebook_icon.gif) no-repeat 0 2px;
    vertical-align: middle;
    width: 12px;
    height: 20px;
    margin-right: 4px;
}

.sns_bt_wrap {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.sns_text {
    margin-bottom: 10px;
    float: left;
}

.sns_text span {
    display: block;
    background: url(../image/background/sns_arrow.png) no-repeat 2px 0px;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.w_researcher .researcher_img_box {
    background: none;
    width: auto
}

.w_researcher .researcher_img_box span img {
    width: 65px;
    height: 82px;
}

.w_researcher .reseacher_info {
    margin: 0 0 0 86px;
}

.w_researcher .reseacher_info dl dt a {
    font-size: 12px;
}

.w_researcher .reseacher_info dl dd {
    font-size: 12px;
}

.w_researcher .read_more {
    border: 1px solid #d4d4d4;
    background: #f5f5f5;
    margin: 10px 0 0 0;
    display: inline-block;
    padding: 0 13px;
    border-radius: 12px;
}

.w_researcher .read_more em {
    display: inline-block;
    background: url(../image/background/read_arrow02.png) no-repeat right 50%;
    line-height: 24px;
    padding: 0 12px 0 0;
    font-size: 13px;
}

.w_researcher .read_more:hover {
    border: 1px solid #ababab;
}

.total_search {
    width: 922px;
    position: relative;
}

.total_search .search_field_box {
    margin: 0 0 0 286px;
}

.total_search .ts_sel {
    float: left;
    padding: 4px 4px 0 4px;
    border: 1px solid #b2b2b2;
    height: 38px;
    width: 276px;
}

.total_search .ts_sel .seltype_a {
    border: 0px;
}

.ts_top {
    margin-bottom: 16px;
}

.add_filter_box dl dt {
    float: left;
    text-align: right;
    line-height: 22px;
}

.add_filter_box dl dd {
    padding: 0 0px 0 230px;
    margin: 0 0 0 150px;
    position: relative;
}

.add_filter_box dl dd .first_sel {
    left: 0px;
    display: block;
    position: absolute;
    top: 0;
    width: 110px;
}

.add_filter_box dl dd .second_sel {
    left: 115px;
    display: block;
    position: absolute;
    top: 0;
    width: 110px;
}

.add_filter_box dl dd .fillter_int_em {
    display: block;
    position: relative;
    padding: 0 102px 0 0;
}

.fillter_int_em .normal_bt {
    position: absolute;
    right: 0;
    top: 0;
}

.sort_wrap {
    padding: 12px 0;
    background: #f7f7f7;
    border-top: 1px solid #d6d6d6;
    text-align: center;
}

.sort_wrap:after {
    clear: both;
}

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

.sort_wrap .sort_option {
    display: inline-block;
    margin: 0 20px;
    line-height: 26px;
    font-size: 14px;
}

.sort_wrap .sort_text {
    display: inline-block;
    vertical-align: middle
}

.sort_wrap .sort_select {
    display: inline-block;
    width: 95px;
    vertical-align: middle
}

.normal_bt {
    display: inline-block;
    color: #fff;
    width: 96px;
    text-align: center;
    line-height: 26px;
    background: #114886;
    border: 0px;
    border-radius: 4px;
}

.normal_bt:hover {
    background: #2c6cb4;
}

.jump_year_wrap {
    width: 602px;
    margin: 0 auto 16px auto;
}

.jump_year_box {
    overflow: hidden;
}

.jump_year_box dl {
    margin-bottom: 10px;
}

.jump_year_box dl dt {
    float: left;
    padding: 5px 0 0 0;
}

.jump_year_box dd {
    margin: 0 0 0px 198px;
}

.jump_year_box .jump_int span {
    position: relative;
    padding: 3px 4px 0 4px;
    display: inline-block;
    border: 1px solid #b2b2b2;
    height: 34px;
    width: 160px;
}

.jump_year_box .jump_int span .fs_bt {
    right: 0px;
    top: 0px;
}

.jump_year_box .jump_int .inputtype_a {
    width: 120px;
    border: 0px;
}

.search_w_bt {
    display: inline-block;
    width: 60px;
    color: #fff;
    height: 34px;
    vertical-align: top;
    background: #114886 url(../image/background/st_search_bt.png) no-repeat 50% 7px;
    text-align: center;
    border: none;
    text-indent: -9999px;
}

.search_w_bt:hover {
    background: #2c6cb4 url(../image/background/st_search_bt.png) no-repeat 50% 7px;
}

.sel_box {
    padding: 3px 4px 0 4px;
    display: inline-block;
    border: 1px solid #b2b2b2;
    height: 34px;
    width: 160px;
}

.sel_box .seltype_a {
    border: 0px;
}

.discover_wrap {
}

.discover_wrap:after {
    clear: both;
}

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

.discover_box {
    margin-bottom: 16px
}

.list_left {
    float: left;
    width: 74%;
}

.discover_right {
    float: right;
    width: 23%;
}

.discover_right h3 {
    font-size: 18px;
    color: #555;
    font-weight: normal;
    padding: 10px 15px
}

.discover_inner {
    padding: 0px 14px 10px 14px;
    margin: 0 0 2px 0;
    border-bottom: 1px solid #ddd;
}

.dp_line {
    border-top: 1px solid #a7a7a7;
}

.discover_inner h4 {
    font-size: 15px;
    padding: 12px 0 6px 17px;
    font-weight: bold;
    background: #fff url(../image/background/widget_title_line.png) no-repeat 14px bottom;
    margin: 0 -14px 6px -14px;
}

.discover_inner ul li {
    position: relative;
    padding: 0 52px 0 0
}

.discover_inner ul li a {
    display: block;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.discover_inner ul li a:hover {
    text-decoration: underline;
}

.discover_inner ul li span {
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    color: #7d7d7d;
    padding: 0 10px;
    line-height: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
}

.discover_page {
    overflow: hidden;
    padding: 10px 0 0 0;
}

.discover_page:after {
    content: '';
    display: block;
    clear: both;
}

.discover_page a {
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -9999px;
}

.discover_page .discover_prev {
    background: url(../image/background/discover_move_bt.png) no-repeat 0 0;
    float: left;
}

.discover_page .discover_next {
    background: url(../image/background/discover_move_bt.png) no-repeat 0 bottom;
    float: right;
}

.search_bt_box .sub_search_bt {
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background: url(../image/background/st_search_bt.png) no-repeat 50% 50%;
    background-size: 20px auto;
}

.search_bt_box {
    position: relative;
    float: right;
    margin: 14px 0 0 0px;
    display: none;
}

.menu_bt_box {
    float: left;
    margin-left: 4px
}

.mobile_s_inner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    background: url(../image/background/search_bg.png) repeat;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mmobile_s_int {
    padding: 70px 20px 0 20px;
    background: #222;
    height: 134px;
}

.mmobile_s_int input {
    width: 99.8%;
    border: 0px;
    background: transparent;
    color: #fff;
    height: 30px;
    font-size: 16px;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #8e8e8e;
    border-radius: 0px;
}

.mobile_s_inner.search_active {
    opacity: 1;
    visibility: visible;
}

.mmobile_s_int input::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox 4-18 */
.mmobile_s_int input:-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.mmobile_s_int input::-moz-placeholder {
    color: #fff;
}

/* IE10+ */

.mobile_s_inner .sub_search_bt {
    background: url(../image/background/menu_close_bt.png) no-repeat 50% 50%;
    position: absolute;
    right: 22px;
    top: 20px;
    background-size: 20px auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 0px;
}

.h4_title {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
    margin-top: 20px;
}

.top_help_wrap {
    background: #fff;
    margin-bottom: 20px;
}

.info_top_box {
    background: url(../image/background/help_box_bg.png) right 0px no-repeat;
}

.info_top_box .item_link {
    color: #3e95df;
}

.info_top_box ul {
    padding: 20px 20px 20px 70px;
    background: url(../image/background/help_left_icon.png) no-repeat 3px 20px;
}

.info_top_box ul li {
    font-size: 14px;
    margin-bottom: 5px;
    background: url(../image/background/sm_gray_bullet.png) no-repeat 0px 7px;
    padding: 0 0 0 10px;
}

.info_top_box ul li:last-child {
    margin-bottom: 0px;
}

.cc_list_wrap {
    overflow: hidden;
}

.cc_list_wrap ul li {
    border-bottom: 1px solid #ebebeb;
    background: url(../image/background/cc_icon.png) no-repeat 14px 24px;
    padding: 16px 0 16px 70px;
}

.cc_list_wrap ul li .cc_title_p {
    position: relative;
    padding: 0 32px 0 0;
}

.cc_list_wrap ul li .cc_title_p .cc_text01 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    padding-bottom: 16px;
}

.cc_list_wrap ul li .cc_title_p .large_r_num {
    vertical-align: top;
}

.cc_list_wrap ul li .cc_text01 em {
    display: block;
    font-size: 13px;
    color: #555;
}

.cc_toggle_bt {
    display: block;
    position: absolute;
    right: 15px;
    top: 2px;
    width: 28px;
    height: 28px;
    background: url(../image/background/cc_toggle_down.png) no-repeat 50% 50%;
    text-indent: -9999px;
    border: none;
}

.cc_toggle_up {
    background: url(../image/background/cc_toggle_up.png) no-repeat 50% 50%;
}

.cc_list_wrap .cc_row_ul {
    display: none;
    border-top: 1px solid #ebebeb;
    padding: 6px 0 0 0;
    margin-top: 12px;
}

.cc_list_wrap .cc_row_ul li {
    border-bottom: 0px;
    background: url(../image/background/cc_bullet.png) no-repeat 0 9px;
    padding: 4px 0 4px 20px;
}

.cc_list_wrap .cc_row_ul li a {
    display: block;
    line-height: 22px;
    font-size: 16px;
    color: #555;
}

.cc_list_wrap .cc_row02 li {
    background: url(../image/background/square_bullet.png) no-repeat 0 12px;
    padding: 5px 0 5px 14px;
}

.cc_list_wrap .cc_row02 li a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #777;
}

.cc_list_wrap .cc_row03 li {
    background: url(../image/background/cc_bullet03.png) no-repeat 0 15px;
    padding: 6px 0 6px 11px;
}

.cc_list_wrap .cc_row03 li a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.large_r_num {
    display: inline-block;
    padding: 0 14px;
    color: #fff;
    background: #555;
    line-height: 28px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 16px;
    margin-left: 6px;
    vertical-align: middle;
}

.gray_r_num {
    display: inline-block;
    padding: 0 12px;
    color: #333;
    background: #ebebeb;
    line-height: 22px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 14px;
    margin-left: 6px;
    vertical-align: middle;
}

/* login */
.login_sub_con {
    background: url(../image/background/login_bg.png) no-repeat right top;
    padding: 100px 0 0 0;
}

.login_wrap {
    min-height: 500px;
    width: 870px;
    margin: 0 auto;
}

.login_wrap .brick {
    background: #8e283b url(../image/background/login_l_bg.png) no-repeat left 0;
    border-radius: 10px;
    overflow: hidden
}

.login_left_box {
    width: 312px;
    text-align: center;
    float: left;
    padding: 104px 0 0 0
}

.login_left_box h3 {
    font-size: 30px;
    color: #fff;
    font-family: GmarketSans;
    padding: 120px 0 0 0;
    background: url(../image/background/login_l_icon.png) no-repeat 50% 0;
    font-weight: normal;
    margin-bottom: 20px;
}

.login_left_box p {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.login_wrap .sub_title {
    margin-bottom: 70px;
}

.login_inner {
    margin: 0 0 0 312px;
    background: #fff;
    padding: 76px 60px;
}

.login_inner h2 {
    height: 58px;
    margin-bottom: 26px;
    text-align: center;
}

.login_inner h2 img {
    width: auto;
    height: 100%;
}

.login_intbox {
    height: 49px;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px
}

.login_intbox input {
    border: 0px;
    background: transparent;
    width: 99.8%;
    height: 24px;
    font-size: 16px;
}

.login_inner .login_bt {
    display: block;
    height: 49px;
    background: #114886;
    text-align: center;
    color: #fff;
    line-height: 49px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 6px
}

/* .login_inner .login_bt:hover { background: #2c6cb4; } */
.login_inner .login_bt:hover {
    background: #2c6cb4;
}

.pg_top {
    width: 1200px;
    margin: 0 auto;
}

.pg_top:after {
    clear: both;
}

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

.pg_top .h4_title {
    margin-top: 0;
}

.browse_top_box {
    margin-bottom: 20px;
}

.browse_top_box h5 {
    font-size: 16px;
    color: #848484;
    margin-bottom: 4px;
    float: left;
    line-height: 34px;
}

.g_list_sel {
    display: none
}

.g_list_box {
    margin: 0 0 0 100px
}

.g_list_box:after {
    clear: both;
}

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

.g_list_box ul li {
    width: 25%;
    float: left;
}

.g_list_box ul li a {
    line-height: 34px;
    padding: 0 0 0 13px;
    display: block;
    background: #eee;
    border: 1px solid #d4d4d4;
    margin: -1px 0 0 -1px;
}

.g_list_box ul li a:hover {
    color: #000;
    background: #f3f3f3;
}

.g_list_box ul li .on {
    position: relative;
    background: #114886 url(../image/background/g_list_over.png) no-repeat right 50% !important;
    color: #fff !important;
    border: 1px solid #58c5c4;
}

.doc_list {
    padding: 0 20px;
}

.doc_list .cc_title_p {
    position: relative;
    padding: 0 0px 0 44px;
    margin-bottom: 16px;
    background: url(../image/background/cc_icon.png) no-repeat 2px 7px;
}

.doc_list .cc_title_p .cc_text01 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
}

.doc_list .cc_title_p .large_r_num {
    vertical-align: top;
}

.doc_list .cc_text01 em {
    display: block;
    font-size: 13px;
    color: #555;
}

.doc_list ul {
    padding: 20px 0 10px 10px;
    border-top: 1px solid #ebebeb;
}

.doc_list ul li {
    color: #555;
    background: url(../image/background/cc_bullet.png) no-repeat 1px 5px;
    padding: 0px 0 0px 22px;
    margin-bottom: 16px;
}

.doc_list ul li a {
    display: block;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 3px;
}

.doc_list ul li em {
    display: block;
    color: #555;
    font-size: 15px;
    padding: 0 0 0 18px;
    background: url(../image/background/list_author_icon.png) no-repeat 0 0;
    margin-bottom: 10px;
}

.rs_box {
    padding: 30px 20px;
    border-top: 1px solid #ddd;
    margin-top: 34px;
    position: relative
}

.rs_box h3 {
    margin-bottom: 14px;
    background: url(../image/background/widget_title_line.png) no-repeat 0 bottom;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: GmarketSans;
}

.rs_box ul li {
    margin-bottom: 16px;
}

.rs_box ul li a {
    display: block;
    padding: 0 0 0 14px;
    font-size: 15px;
    background: url(../image/background/bullet_list02.gif) no-repeat 2px 8px;
    line-height: 22px;
}

.rs_box ul li a:hover {
    text-decoration: underline;
}

.rs_box ul li:last-child {
    margin-bottom: 0px;
}

.rss_wrap {
    background: #f3f3f3;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 19px;
    padding: 5px 0;
}

.rss_box {
    background: url(../image/background/footer_rss_icon.png) no-repeat 12px 50%;
    float: right;
    padding: 0 14px 0 34px;
}

.rss_box a {
    color: #555;
    font-size: 13px;
    display: inline-block;
}

.rss_box a:hover {
    text-decoration: underline;
}

.rss_box .rss_line {
    background: url(../image/background/footer_rss_line.png) no-repeat right 50%;
    padding: 0 10px 0 0;
    margin-right: 10px;
}

.col_search_box {
    padding: 0 0 10px 0;
    overflow: hidden;
}

.col_search_box:after {
    content: '';
    display: block;
    clear: both;
}

.col_search_box .normal_bt {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    line-height: 34px;
}

.col_search_box ul li {
    width: 50%;
    float: left;
    margin-bottom: 6px;
}

.col_search_box ul li dl dt {
    float: left;
    line-height: 34px;
    font-size: 16px;
    color: #848484;
    font-weight: normal;
    width: 90px;
}

.col_search_box ul li dl .sec_dt {
    text-align: right
}

.col_search_box ul li dl dd {
    margin: 0 0 0 100px;
}

.col_search_box ul li dl .add_bt_dd {
    position: relative;
    padding: 0 74px 0 0;
}

.col_search_box ul li dl .add_link_dd a {
    display: inline-block;
    line-height: 22px;
    margin-right: 10px;
    background: url(../image/background/link_arrow02.gif) no-repeat right 8px;
    padding-right: 12px;
    color: #333;
}

.col_search_box ul li dl .add_link_dd .last_link {
    margin-right: 0;
}

.col_search_box ul li dl .add_link_dd a:hover {
    text-decoration: underline;
}

.n_list_wrap {
    padding: 0 15px;
}

.n_list {
    border-radius: 5px;
    position: relative;
    padding: 6px 40px 6px 10px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.n_list:hover {
    background: #f9f9f9;
}

.n_list a {
    font-size: 16px;
    display: block;
    line-height: 22px;
    color: #222;
    padding: 0 0 0 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: auto;
}

.author_l {
    background: url(../image/background/sm_authors_icon.png) no-repeat 0 3px;
}

.paper_l {
    background: url(../image/background/list_paper_icon.png) no-repeat 0 4px;
}

.journal_l_icon {
    background: url(../image/background/list_journal_icon.png) no-repeat 0 5px;
}

.n_list .sm_type {
    position: absolute;
    right: 10px;
    top: 5px;
}

.sm_type {
    color: #7d7d7d;
    padding: 0 8px !important;
    line-height: 22px !important;
    font-size: 14px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
}

.item_info_box {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.item_info_box p {
    margin: 0 0 0 254px;
    line-height: 23px;
    text-align: justify;
    background: url(../image/background/hi_bullet.png) no-repeat 0 0;
    padding: 12px 0 0 0;
}

.item_info_img {
    float: left;
}

.item_info_img table td {
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    padding: 14px;
    width: 220px;
    height: 90px;
    vertical-align: middle
}

.item_info_img table td img {
    width: 100%;
    height: auto;
}

.browse_top_box .seltype_a {
    height: 34px;
}

.view_top_title {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 15px 8px 20px;
}

.view_top_title h4 {
    float: left;
    font-size: 13px;
    color: #888;
    line-height: 30px;
}

.view_top_title .list_back_bt {
    display: block;
    padding: 0 15px;
    float: right;
    background: #eaeaea;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.view_top_title .list_back_bt span {
    display: inline-block;
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #555;
    background: url(../image/background/back_arr.png) no-repeat 0 10px;
    line-height: 28px;
}

.view_top_title .list_back_bt:hover {
    background: #fff;
    border: 1px solid #999;
}

.view_top_title .right_col_box {
    float: right;
}

.cc_open_bt {
    display: block;
    padding: 0 15px;
    background: #eaeaea;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.cc_open_bt:hover {
    background: #fff;
    border: 1px solid #999;
}

.cc_open_bt span {
    font-size: 14px;
    color: #333;
    padding: 0 0 0 20px;
    transition: all 0.3s ease;
    background: url(../image/background/cc_open_icon.png) no-repeat 0 4px;
    line-height: 28px;
}

.cc_close span {
    background: url(../image/background/cc_close_icon.png) no-repeat 0 4px;
}

.cc_open_bt:hover {
    color: #000
}

.journal_list_box {
    padding: 12px 60px 12px 40px;
}

.journal_list_box:after {
    display: none
}

.journal_list_box a {
    font-size: 15px;
    display: block;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.journal_list_box .gray_r_num {
    position: absolute;
    right: 15px;
    top: 10px;
}

.journal_list_box p {
    position: absolute;
    left: -2px;
    top: 10px;
}

.journal_list_box .j_l_type {
    display: block;
    width: 28px;
    height: 24px;
    background: #b3b3b3 url(../image/background/journal_list_icon01.png) no-repeat 8px 5px;
    border-radius: 0 13px 13px 0;
    background-size: 10px auto;
    text-indent: -9999px;
    overflow: hidden;
}

.journal_list_box .detail_view_i {
    background: #6089cb url(../image/background/journal_list_icon02.png) no-repeat 8px 5px;
    background-size: 10px auto;
}

.tooltip_type {
    position: relative;
}

.tooltip_type em {
    text-indent: -9999px;
    display: block;
    width: 34px;
    height: 34px;
}

.tooltip_type:hover em {
    position: relative;
}

.tooltip_type:hover em:after {
    background-color: #000;
    -webkit-border-radius: 5px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 0;
    color: #fff !important;
    font-size: 12px;
    content: attr(aria-label);
    margin-bottom: 10px;
    top: 25px;
    left: 50%;
    position: absolute;
    opacity: 0.6;
    padding: 7px 0px;
    text-align: center;
    margin: 0 auto;
    word-break: break-word;
    white-space: nowrap;

    z-index: 9999;
    margin-left: -40px;
    width: 80px;
}

.detail_view_i:hover em:after {
    margin-left: -25px;
    width: 50px;
}

/* 전체메뉴 툴팁  */

.help_info_box {
    border: 1px solid #ddd;
    border-top: 2px solid #333;
    padding: 15px;
    position: absolute;
    background-color: white;
    z-index: 999;
    font-weight: normal;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.help_info_box .h_i_title {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.help_info_box .h_i_title:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 1px;
    background: #000;
}

.help_info_box ul li {
    margin-bottom: 5px;
}

.help_info_box ul li:last-child {
    margin-bottom: 0px;
}

.j_v_title {
    position: relative;
    font-size: 20px;
    color: #222;
    padding: 0 0 0 15px;
    margin-bottom: 15px
}

.j_v_title:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 14px;
    background: #30427a;
}

.j_v_row {
    border-bottom: 1px solid #f1eaea;
    padding: 12px 15px;
}

.j_v_row:after {
    clear: both;
}

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

.j_v_row h4 {
    width: 120px;
    background: #f3f3f3;
    padding: 10px;
    color: #565656;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

.j_v_row h4 em {
    font-size: 13px;
    display: block;
}

.help_open_bt {
    border: none;
    display: inline-block;
    background: url(../image/background/journal_help_icon.png) no-repeat 50% 50%;
    background-size: 15px auto;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 4px;
    transition: all 0.3s ease;
}

.help_open_bt:hover {
    background: url(../image/background/journal_help_icon_hover.png) no-repeat 50% 50%;
    background-size: 15px auto;
}

.j_v_tbox {
    margin: 0 0 0 140px;
}

.j_v_public {
    padding: 9px 0 0 0;
}

.j_v_public li {
    color: #111;
}

.j_v_listed {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.j_v_listed tbody th {
    background: #fafafa;
    padding: 5px 8px;
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.j_v_listed tbody td {
    padding: 5px 5px 5px 10px;
    color: #111;
}

.j_v_tbl {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.j_v_tbl tbody th {
    font-weight: normal;
    padding: 8px 8px 8px 12px;
    vertical-align: top;
    background: url(../image/background/square_bullet02.png) no-repeat 0 16px;
}

.j_v_tbl tbody td {
    color: #111;
    padding: 8px;
}

.bottom_list_box {
    padding: 30px 20px
}

.bottom_list_box h4 {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
}

.j_v_link {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../image/background/j_v_link.png) no-repeat right 50%;
    background-size: 15px auto;
    color: #333;
}

.j_v_link:hover {
    text-decoration: underline;
    color: #2f61b9;
}

/* 0412 */
.search_add_redo {
    position: relative;
    padding: 0 46px 0 0;
}

.s_redo_bt {
    width: 38px;
    height: 38px;
    border: 0px;
    background: #f3f3f3 url(../image/background/s_redo_icon.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 7px;
}

.s_redo_bt:hover {
    background-color: #eee;
}

.search_add_redo .s_redo_bt {
    position: absolute;
    right: 0;
    top: 0;
}

.j_bottom_box {
    margin-top: 3px;
}

.j_bottom_box em {
    display: block;
    position: relative;
    padding: 0 0 0 12px;
    color: #777;
}

.j_bottom_box em:after {
    content: '';
    display: block;
    clear: both;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: 6px;
}

.j_bottom_box .openaccess_icon {
    position: absolute;
    right: 8px;
    bottom: 5px;
    background: url(../image/background/journal_oa_icon.png) no-repeat 50% 50%;
    background-size: 10px auto;
    width: 10px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
}

/* 0524 */
.aside_file_box h4 {
    padding: 0 0 0 17px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    background: url(../image/background/aside_title01.png) no-repeat 1px 0;
    margin-bottom: 12px;
}

.aside_file_box h4.link_fulltext {
    background: url(../image/background/aside_title02.png) no-repeat 0 0;
}

.aside_file {
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

.aside_file ul li {
    font-size: 12px;
    margin: 0 0 8px 0;
}

.aside_file ul li a {
    display: block;
    font-size: 12px;
    color: #2b6eb8;
    padding: 0 0 0 10px;
    position: relative;
}

.aside_file ul li a:after {
    content: '';
    display: block;
    clear: both;
    width: 3px;
    height: 2px;
    background: #c7c7c7;
    position: absolute;
    left: 2px;
    top: 7px;
}

.aside_file ul li a:hover {
    text-decoration: underline;
}

.aside_link ul li {
    font-size: 12px;
}

.aside_link ul li span {
    display: block;
    color: #8e8e8e;
}

.aside_link ul li a {
    display: block;
    font-size: 12px;
    color: #2b6eb8;
    position: relative;
    padding: 0 0 0 10px;
}

.journal_l_t {
    display: inline-block;
    line-height: 18px;
    background: #256dc6;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    width: 64px;
}

.j_l_scie {
    background-color: #2898c2;
}

.j_l_kci {
    background-color: #ff9e2b;
}

.j_l_ssci {
    background-color: #1ea476;
}

.inner_j_l {
    margin: 0 0 5px 0;
}

.add_list_img .inner_j_l {
    margin: 0 0 5px 70px;
}

.mobile_site_box {
    padding: 0 0 0 20px;
    margin-top: 40px;
}

.mobile_site_box dl dt {
    position: relative;
    padding: 15px 0 0 0;
    color: #979797;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.mobile_site_box dl dt:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mobile_site_box dl dd a {
    display: block;
    color: #b9b9b9;
    font-size: 15px;
    padding: 0 0 0 10px;
    position: relative;
}

.mobile_site_box dl dd a:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 8px;
    background: #ccc;
    width: 4px;
    height: 4px;
}

.mobile_site_box dl dd a:hover {
    color: #fff;
}

.mobile_language {
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile_language a {
    margin: 0 4px;
    display: inline-block;
    color: #b9b9b9;
    width: 96px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #b9b9b9;
}

.nav_user {
    padding: 24px 20px;
    background: #111;
}

.nav_user p {
    background: url(../image/background/nav_login_icon.png) no-repeat 50% 0;
    background-size: 22px auto;
    padding: 44px 0 0 0;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.nav_user ul {
    overflow: hidden;
}

.nav_user ul li {
    float: right;
    border-bottom: 0px
}

.nav_user ul li a {
    display: block;
    border: 1px solid #7f7f7f;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: #111;
    padding: 0 20px;
    font-weight: normal;
    border-radius: 20px;
}

.nav_user ul li:first-child {
    float: left;
}

.nav_user ul li:first-child a {
    background: #888;
    border-color: #888;
    color: #ccc;
}

/* 220215 */
.h_r_box {
    float: right;
    margin-top: 15px;
}

.h_r_link {
    float: left;
    margin-top: 12px;
}

.h_r_link li {
    float: left;
    margin-left: 25px;
}

.h_r_link li a {
    font-size: 13px;
    color: #333;
    display: block;
    padding: 0 20px 0 0;
    background: url(../image/background/header_link_icon.png) no-repeat right 2px;
}

.h_r_link li:first-child a {
    background: url(../image/background/h_language_icon.png) no-repeat right 0px;
    background-size: 15px auto;
}

.h_r_user {
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 0 15px
}

.h_r_user:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 1px;
    height: 18px;
    background: #958282;
}

.h_r_login {
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 0 15px;
    display: block;
}

.h_r_login:hover {
    color: #000;
    background: #f7f7f7;
}

.my_r_wrap {
    float: left;
    position: relative;
}

.my_r_wrap .my_r_bt {

    background: #00467f url(../image/background/top_user_icon.png) no-repeat 50% bottom;
    width: 40px;
    height: 40px;
    border-radius: 22px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;

}

/*
.my_r_wrap .dropdown-menu {
    border: 0; right: -7px;
    padding: 0;
    box-shadow: none;
    margin: 0;
    background: transparent;
}
*/

.my_r_wrap .mymenu_drop {
    width: 191px;
    background: #fff;
    z-index: 99;
    padding: 22px 0 0 0;
}

.mymenu_drop .mymenu_drop_inner {
    padding: 0 10px 26px 10px;
    margin: 0 0 0 0;
    background: #fff;
}

.mymenu_drop .mymenu_bottom {
    border-top: 1px solid #ddd;
    margin: 0 16px;
    text-align: right;
    padding: 13px 0 0 0;
}

.mymenu_drop .mymenu_bottom .line_bt {
    color: #777;
    background: #f3f3f3;
    display: inline-block;
    margin-right: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 13px;
    border: 1px solid #ddd;
}

.mymenu_drop_inner .my_img_box {
    position: relative;
    margin: 0 auto 6px auto;
    width: 53px;
}

.mymenu_drop_inner .my_img_box em {
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    display: block;
    /*background: url(../image/background/mymenu_round_bg.png) no-repeat 0 0;*/
}

.mymenu_name {
    border-bottom: 1px dashed #ddd;
    margin: 0 10px 10px 10px;
    padding: 50px 0 10px 0;
    background: url(../image/background/my_icon.png) no-repeat 50% 2px;
}

.mymenu_name span {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.mymenu_drop_inner ul {
    margin: 0 0 15px 16px
}

.mymenu_drop_inner ul li {
    margin-bottom: 10px;
}

.mymenu_drop_inner ul li:last-child {
    margin-bottom: 0;
}

.mymenu_drop_inner ul li a {
    position: relative;
    display: block;
    color: #000;
    height: 16px;
    line-height: 16px;

    padding: 0 0 0 14px;
}

.mymenu_drop_inner ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 4px;
    background: #ccc;
}

.mymenu_drop_inner ul li a:hover {
    color: #00467f
}

.right_login_top {
    background: #2a2a2a;
    padding: 20px;
}

.user_info_inner {
    padding: 20px;
}

.user_info_box {
    background: url(../image/background/my_icon.png) no-repeat 50% 0;
    padding: 60px 0 0 0px;
    margin-bottom: 25px;
    min-height: 48px;
}

.user_info_box p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.user_info_box a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #484848;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 14px;
}

.user_info_inner ul .admin_link_li {
    border-top: 1px dashed #e1e1e1;
    padding-top: 10px;
    margin-top: 10px;
}

.user_info_inner ul .admin_link_li a {
    background: url(../image/background/gear_icon.png) no-repeat 12px 0
}

.user_info_inner ul li a {
    display: block;
    padding: 0 0 0 32px;
    font-size: 15px;
    color: #fff;
    background: url(../image/background/refresh_icon.png) no-repeat 12px 0;
}

.user_info_inner ul li a:hover {
    text-decoration: underline;
}

.user_bottom_box {
    background: #eee;
    border-top: 1px solid #c8c8c8;
    padding: 10px;
    overflow: hidden;
}

.user_bottom_box ul {
    padding: 0 0 0 1px;
}

.user_bottom_box ul li {
}

.user_bottom_box ul li a {
    border: 1px solid #c8c8c8;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #222;
    background: #fff;
    margin-left: -1px
}

.user_bottom_box ul li a:hover {
    background: #f9f9f9;
    color: #111;
}

.rn_top_box {
    margin-top: 35px;
    padding: 0 0 0 24px;
    position: relative;
}

.rn_top_box:after {
    content: '';
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    width: 20px;
    height: 3px;
    background: #368ed6;
}

.rn_top_box ul {
    background: url("../image/background/right_link_bullet.png") no-repeat 0 0;
    padding: 16px 0 0 0;
}

.rn_top_box ul li {
    margin-bottom: 15px;
}

.rn_top_box ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.popup_help_box {
    background: #bff9eb;
    border-radius: 4px;
    padding: 12px 0;
    margin-bottom: 20px
}

.popup_help_box ul {
    padding: 0 0 0 20px;
    position: relative;
}

.popup_help_box ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #3566d6;
    border-radius: 3px;
}

.popup_help_box ul li {
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
}

.resume_int_box {
    margin-bottom: 20px
}

.resume_int_box label {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.resume_int {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
