@charset "utf-8";

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

/* CSS 기본세팅 _ 초기화 */
* {box-sizing:border-box;}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {margin:0; padding:0;}
html, body {width:100%; height:100%;}
body {min-width:1200px; color:#3f3b3d; background:#e7e7e7;}
body, input, textarea, select, button, table {font-family:"Noto Sans KR"; font-size:13px;}
img, fieldset {border:0;}
ul, ol {list-style:none;}
em, address {font-style:normal;}
a {text-decoration:none; color:#3f3b3d;}
a:hover, a:active, a:focus {text-decoration:none;}

h1, h2, h3, h4, h5, h6, caption {font-family: "S-CoreDream"; font-weight:800;}

/*드래그색상변경*/
::-moz-selection {background:#34568a; color:#fff;}
::selection {background:#34568a; color:#fff;}

:root {
	--mainColor:#d71921;
	--gradient:linear-gradient(90deg, #e57d6f 0%, #9c56b3 100%);
	--side-width:260px;
	--con-gap:25px;
}

h3 {font-size:26px;}

/* 시작 */
.body_wrap {width:1500px; margin:40px auto 40px auto; position:relative; display:flex; gap:var(--con-gap);}
#header {width:320px; background:#fff; border-radius:20px; overflow:hidden;}

#header #top_m {display:none;}
#header #top_m .wrap {position:relative; height:50px; border-bottom:1px solid #adbdd9; background-image:linear-gradient(135deg, #e6e6e6 0%, #c1cadd 100%);}
#header #top_m .wrap a {position:absolute; right:0px; height:50px; border-right:1px solid #ccc; width:50px; text-align:center; display:block; cursor:pointer;}
#header #top_m .wrap a i {font-size:22px; color:#999; line-height:45px;}
#header #title {width:100%; padding:20px;}
#header #title .wrap .main_tit a {display:inline-block;}
#header #title .wrap .top_btn_area a {display:flex; justify-content:center; align-items:center; width:100%; height:60px; font-size:20px; font-weight:800; padding:10px; text-align:center;}
#header #title .wrap .e_sub_btn {background:var(--mainColor); border:1px solid transparent; border-radius:5px; box-shadow: 0 4px 6px rgba(211, 47, 47, 0.2); color:#fff; transition:box-shadow 0.5s ease-out, color 0.5s ease-out;}
#header #title .wrap .e_sub_btn2 {background:#efefef; font-size:20px; width:260px; margin:10px auto; text-align:center; font-weight:800; padding:15px 10px; border-radius:5px; box-shadow:inset 0 0 0 0 rgb(255, 255, 255); transition:box-shadow 0.5s ease-out, color 0.5s ease-out; display:flex; justify-content:center; align-items:center; border:1px solid #ccc; flex-wrap:wrap; height:75px;}
#header #title .wrap .e_sub_btn2 small {font-size:9px; display:block; width:100%; font-weight:normal; letter-spacing:0;}
#header #title .wrap .e_sub_btn2:hover {box-shadow:inset 260px 0 0 0 rgb(255, 255, 255); border-color:var(--mainColor);}
#header #title .wrap .e_sub_btn2:hover small {color:#333232;}
#header #title .wrap div {text-align:center;}
#header #title .wrap div small {font-size:15px; color:#fff;}
#header #title .wrap .top_link_btn {width:260px; margin:10px auto 10px auto;}
#header #title .wrap .top_link_btn:after {content:""; clear:both; display:block;}
#header #title .wrap .top_link_btn li {float:left; width:49%;}
#header #title .wrap .top_link_btn li:nth-child(1) {margin-right:2%;}
#header #title .wrap .top_link_btn li a {display:block; color:#8c8c8c; line-height:15px; font-size:11px; border-radius:8px; text-align:left; border:1px solid #b3b3b3; height:110px; padding:20px 0 0 20px; transition:all 0.5s ease-out; font-weight:400; letter-spacing:0;}
#header #title .wrap .top_link_btn li a img {display:block; margin-bottom:3px;}
#header #title .wrap .top_link_btn li:nth-child(1) a {background:#fff;}
#header #title .wrap .top_link_btn li:nth-child(2) a {background:#f4f4f4;}
#header #title .wrap .top_link_btn li a:hover {background:#282828;}

#header .search_pc {padding:0 20px; margin:20px 0;}
#header .search_pc form {display:flex;}
#header .search_pc #h_s_search {width:calc(100% - 70px); height:36px; border-color:#231f20; padding:0 10px;}
#header .search_pc .search-btn {background:#231f20; color:#fff; cursor:pointer; border:0; width:70px;}

#header #menu {border-top:1px solid #e4e4e4; padding:20px;}
#header #menu .main_menu {width:100%; border-bottom:1px solid #e4e4e4;}
#header #menu .main_menu > a {color:#5b5a5a; font-size:18px; display:flex; align-items:center; height:60px; font-weight:600; padding-left:15px; font-family:"S-CoreDream"; letter-spacing:-0.5px;}
#header #menu .main_menu > a i {display:none;}
#header #menu .main_menu > a small {font-style:normal; font-weight:300; font-size:17px; color:#8b8b8b; letter-spacing:0; margin-left:10px;}
#header #menu ol {display:none;}
#header #menu ol li {background:linear-gradient(135deg, #4a4a4a 0%, #2b2b2b 100%); padding-left:25px;}
#header #menu ol li a {font-size:16px; padding:15px 0; display:block; color:#fff; font-weight:500; font-family:"S-CoreDream";}
#header #menu ol li a small {font-weight:300; margin-left:10px; color:rgba(255,255,255,0.8); font-size:14px; font-style:normal;}
#header #menu ol li a:hover {color:#fffde2;}
#header #menu ol li a i {display:none;}

#menu_m .m_menu li.main_menu a span {margin-right:7px;}
#menu_m ul > li {float:inherit; width:100%; text-align:left;}
#menu_m ul > li > a {padding:20px 0 20px 15px; margin-bottom:0; border-bottom:1px solid #ccc; position:relative; display:block; font-size:18px; letter-spacing:-1px; cursor:pointer; font-weight:500;}
#menu_m ul > li > a > small {color:#999; letter-spacing:0; font-weight:300; margin-left:5px;}
#menu_m ul > li > a i {position:absolute; right:15px; color:#666; top:25px;}
#menu_m ul li ol {display:none; background:#edecf1;}
#menu_m ul li ol li {font-size:15px; padding:10px 10px 10px 16px; border-bottom:1px solid #b5bbbe;}
#menu_m ul li ol li:last-child {border-bottom:none;}
#menu_m ul li ol li a {color:var(--mainColor);}
#menu_m ul li ol li a small {color:#7186a3; font-weight:300;}

#con {width:calc(100% - 350px);}
#contents {width:100%; display:flex; flex-wrap:wrap; gap:var(--con-gap);}
#contents .contents_top {display:flex; width:100%;}
.sub_contents, .sub_journal, .main_contents {background:#fff; border-radius:20px; padding:20px 30px; width:100%; min-height:690px;}

#contents .contents_top .contents_top_tit {background:#fff; background-size:cover; width:100%; padding:30px 40px; border-radius:20px; display:block;}
#contents .contents_top .contents_top_most {background:#fff; width:39%; padding:33px 40px; border-radius:20px; position:relative;}
#contents .contents_top .contents_top_most h3 {font-size:26px; font-weight:800; margin-bottom:17px; display:block; position:relative; letter-spacing:-1px; font-family:"S-CoreDream";}
#contents .contents_top .contents_top_most h3 i {font-weight:200; font-size:15px; letter-spacing:0; font-style:normal;}
#contents .contents_top .contents_top_most h3 a {position:absolute; font-size:15px; font-weight:300; right:0; top:15px;}
#contents .contents_top .contents_top_most h3 a:hover {color:#0098bb;}
#contents .contents_top .contents_top_most p {line-height:23px; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; height:166px; display:-webkit-box; -webkit-box-orient:vertical; word-wrap:break-word; white-space:normal; -webkit-line-clamp:7; word-break:break-all; font-size:14px; color:#5b5a5a;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt {margin-bottom:10px; display:flex; align-items:flex-start;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt img {box-shadow:rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,  rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; max-width:127px; margin-right:20px;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section b {font-size:26px; font-weight:800; margin-bottom:10px; display:block; letter-spacing:-0.5px; line-height:30px; font-family:"S-CoreDream";}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section b small {display:block; font-weight:200; line-height:150%; margin-top:5px; font-size:15px; letter-spacing:0;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section .info {display:flex; flex-wrap:wrap; gap:5px; margin:10px 0;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section .info > span {display:inline-flex; justify-content:center; align-items:center; background:#fff; border:1px solid var(--mainColor); border-radius:5px; color:var(--mainColor); padding:2px 7px; font-size:14px; font-weight:700; font-style:italic; letter-spacing:0; width:142px; height:25px;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section p {font-size:14px; color:#5b5a5a; letter-spacing:0;}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section p span {color:#333; font-weight:500;}
#aside {display:none;}
#header section#search {background-image:var(--gradient); height:50px; text-align:left;}
#header section#search input {width:calc(100% - 88px); height:30px; border:0; margin:10px; padding-left:10px;}
#header section#search a {color:#fff;}

#aside .aside_box article:nth-child(1) a {background:url(../img/right_bn_bg1.jpg) no-repeat 0 0; text-align:center; height:145px; padding-top:40px; background-size:cover;}
#aside .aside_box article:nth-child(1) a:nth-child(2) {background:url(../img/right_bn_bg2.jpg) no-repeat 0 0; text-align:center; height:113px; padding-top:20px; background-size:cover;}
#aside .aside_box article:nth-child(2) {background:url(../img/right_bn_bg3.jpg) no-repeat 0 -10px; text-align:left; height:293px; background-size:cover; padding:40px 20px 0 20px;}
#aside .aside_box article h4 {font-size:32px; line-height:46px; color:#fff; font-family:"Montserrat";}
#aside .aside_box article:nth-child(1) a:nth-child(1) h4 i {color:#5db81f; margin-right:5px;}
#aside .aside_box article:nth-child(1) a:nth-child(2) h4 i {color:#fff; margin-right:5px;}
#aside .aside_box article p {font-size:15px; color:#fff;}
#aside .aside_box article:nth-child(2) h4 {color:#1a4223;}
#aside .aside_box article:nth-child(2) p {text-align:left; margin-top:10px; line-height:20px; font-size:14px; color:#1b3023;}
#aside .aside_box article:nth-child(2) p span {display:block; margin-top:10px; font-size:15px; color:#5c4221; font-family:"Montserrat"; font-weight:700; line-height:150%;}
#aside .aside_box article:nth-child(1) a {color:#fff; display:block; margin-bottom:10px;}
#aside ul:after {content:""; clear:both; display:block;}
#aside ul li {text-align:center; border:1px solid #bdbdbd; float:left; border-radius:16px; width:49.5%; margin-bottom:5px;}
#aside ul li:nth-child(odd) {margin-right:1%;}
#aside ul li a {display:block; padding:10px 0;}
#aside .j_info_box {border:1px solid #a1a1a1; padding:30px; box-sizing:border-box;}
#aside .j_info_box h3 {font-size:26px; color:#437e1b; font-family:"Montserrat"; font-weight:700; margin-bottom:10px; display:none;}
#aside .j_info_box div {}
#aside .j_info_box div:after {content:""; display:block; clear:both;}
#aside .j_info_box div .current_cover {width:55%; float:left;}
#aside .j_info_box div .current_cover img {width:90%;}
#aside .j_info_box div .j_info_con {float:left; width:45%; font-size:14px;}
#aside .j_info_box span {color:#437e1b; display:block; margin-top:10px; font-weight:500;}
#aside .j_info_box div .j_info_con span:first-child {margin-top:0;}
#aside .j_info_box .j_info_con2 {}

footer {background:#2a2a2a; margin-top:60px; padding:40px 0;}
footer .copyright {width:1200px; margin:auto; text-align:center; color:#fff; font-size:14px; font-weight:300;}
footer #toTop {position:fixed; bottom:15px; right:15px; cursor:pointer;}
footer #toTop i {font-size:30px; color:#4e4e4e;}

.con_box h2.title a {font-size:20px; margin-bottom:7px; display:block; word-break:keep-all; line-height:145%; font-weight:700; margin-right:10px; transition:color 0.5s ease-out;}
/* .con_box h2.title a:hover {color:var(--mainColor);} */
.con_box .author {color:#1385b2; margin-bottom:30px; font-weight:400; font-size:13px; letter-spacing:0.5px;}
.con_box .abstract {font-size:15px; color:#3a4a57; overflow:hidden; text-overflow:ellipsis; height:80px; display:-webkit-box; -webkit-box-orient:vertical; word-wrap:break-word; white-space:normal; -webkit-line-clamp:3; letter-spacing:0; word-break:break-all; margin-bottom:20px; font-weight:300;}
.con_box .j_name {line-height:23px !important; font-size:14px; font-weight:300; color:#6c737e; letter-spacing:0; font-style:italic;}
.con_box .btns {margin-top:10px;}

.sub_journal.main_currentissue h3 {margin-right:0; font-size:26px; margin-bottom:30px; display:block; letter-spacing:-0.5px; line-height:30px; font-family:"S-CoreDream"; margin-left:0;}
.sub_journal.main_currentissue .issueArticles .articles .list_img {display:none;}
.sub_journal.main_currentissue .issueArticles .articles li:last-child {border-bottom:none;}
.sub_journal.main_currentissue .issueArticles .articles li .title a {transition:color 0.5s ease-out;}
.sub_journal.main_currentissue .issueArticles .articles li .title a:hover {color:#1385b2;}

/* Current Issue 불러오는 부분*/
.issueArticles h3 {display:inline-block; color:#1385b2 !important; font-size:18px !important; padding:10px; border:1px solid #1385b2;}
.issueArticles h4 {font-size:20px; margin-top:20px; color:#bb8c59; font-weight:500;}
.v_count {color:#fff; padding:2px 8px; display:inline-block; background:#83a3aa; margin-top:5px; border-radius:15px; font-size:12px;}
.articles .title {display:block; margin-bottom:10px;}
.articles .title a {font-size:20px; margin-bottom:7px; display:inline; word-break:keep-all; line-height:145%; font-weight:800; margin-right:10px; color:#5b5a5a;}
.author {color:#1385b2; margin-bottom:30px; font-weight:400; font-size:13px; letter-spacing:0.5px;}
.author a {left:2px; position:relative; bottom:2px; margin-right:4px;}
.info {line-height:23px !important; font-size:13px; font-weight:300; color:#6c737e;}
.link {position:relative;}
.link .doi {line-height:23px !important; word-break:break-all; font-size:13px; font-weight:300; color:#6c737e;}
.preview {color:#986729 !important; font-size:15px !important; margin-top:10px; display:inline-block; font-family:"Montserrat"; font-weight:500; margin-bottom:10px; cursor:pointer;}
.list_btn_box {position:relative; min-height:30px;}
.articles li {border-bottom:3px solid #ddd; padding-bottom:30px; padding-top:20px;}
.maindown_btn {display:block; margin-top:10px;}
.downloadPdf {background:var(--mainColor); color:#fff; padding:5px 10px; font-family:"Montserrat"; font-weight:500; font-size:12px; display:inline-block; margin:2.5px 0; border:none; letter-spacing:1px; cursor:pointer;}
.exportCitation {background:#383838; color:#fff; padding:5px 10px; font-family:"Montserrat"; font-weight:500; font-size:12px; display:inline-block; margin:2.5px 0; letter-spacing:1px;}
.defaultButton {background:#c668c3; color:#fff; padding:5px 10px; font-family:"Montserrat"; font-weight:500; font-size:12px; display:inline-block; margin:12px 0; border:none; border-radius:3px; letter-spacing:1px; cursor:pointer;}
.metrics_btn {background:#888; color:#fff; padding:5px 10px; font-family:"Montserrat"; font-weight:500; font-size:12px; display:inline-block; margin:2.5px 0;}
.exportCitation:hover, .defaultButton:hover {color:#fdb833;}
.downloadPdf:hover {background:var(--gradient);}

/*2019 04 24 asy add*/
ul.articles a.preview {color:#0d3c7d; line-height:160%; cursor:pointer;}
ul.articles a.preview_on {}
ul.articles a.preview:hover {text-decoration:underline;}
ul.articles div.abstract {background-color:#fff; border:1px solid #ccc; border-radius:5px; padding:15px; width:100%; display:none;}
/*link_tab*/
.link_tab {width:100%; margin-bottom:20px;}
.link_tab {border-top:1px solid #ddd; border-left:1px solid #ddd;}
.link_tab:after {content:""; clear:both; display:block;}
.link_tab li {float:left; border-bottom:1px solid #ddd; border-right:1px solid #ddd; width:50%;}
.link_tab li a {display:block; padding:13px; font-size:16px; text-align:center;}
.link_tab li a:hover {color:#d2863b; background:#f5f5f5;}
.link_tab li.on a {background:#68431f; color:#fff;}
/*메인페이지 Current Issue*/
.main_h3_tit {font-size:30px; margin:20px 12px 10px 12px; font-weight:800; letter-spacing:-1px; position:relative;/*font-family:"Montserrat";*/}
.main_h3_tit span.journal_volume {font-family:"Noto Sans KR"; margin-left:10px; font-weight:400; font-size:20px;}
.main_h3_tit a {background:var(--mainColor); position:absolute; right:0; color:#fff; font-size:20px; letter-spacing:0; font-weight:700; padding:3px 25px; border-radius:20px; transition:background 0.5s ease-out; top:5px;}
.main_h3_tit a:hover {background:#222;}

/* 상단 모바일용 검색 */
/* 검색 */
select {height:25px; margin:0; border:1px solid #dcdcdc; padding:0; font-size:13px; vertical-align:middle; color:#464646;}
input[type="text"], input[type="password"], input[type="file"], input[type="search"] {height:40px; line-height:20px; font-size:15px; margin:0; border:1px solid #dcdcdc; color:#464646; padding:0 0 0 1%; vertical-align:middle; background:#fff;}
img, input, label {vertical-align:middle;}
.sb-search {position:absolute; width:0; right:49px; min-width:60px; height:5px; -webkit-transition:width 0.3s; -moz-transition:width 0.3s; transition:width 0.3s; -webkit-backface-visibility:hidden;}
.sb-search-input {position:absolute; top:0; right:0; border:none; outline:none; background:#fff; width:70%; height:50px !important; margin:0; z-index:10; padding:20px 65px 20px 20px; font-size:20px; color:#000;}
.sb-search.sb-search-open .sb-search-input {right:50px;}
.sb-search-input::-webkit-input-placeholder {color:#bfbfbf;}
.sb-search-input:-moz-placeholder {color:#bfbfbf;}
.sb-search-input::-moz-placeholder {color:#bfbfbf;}
.sb-search-input:-ms-input-placeholder {color:#bfbfbf;}
.sb-icon-search, .sb-search-submit {width:50px; height:50px; display:block; position:absolute; right:0; top:0; padding:0; margin:0; line-height:37px; text-align:center; cursor:pointer;}
.sb-search-submit {background:#fff; /* IE needs this */ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter:alpha(opacity=0); /* IE 5-7 */ opacity:0; color:transparent; border:none; outline:none; z-index:-1;}
.sb-icon-search {background:#fff; z-index:90; font-size:22px; speak:none; text-transform:none; -webkit-font-smoothing:antialiased; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.sb-icon-search i {line-height:45px; color:#999;}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {width:100%;}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {/*background:#fff ;*/
z-index:11;}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {z-index:90;}
/*모바일용 검색 끝*/

/* The Modal (background) */
.modal {display:none; /* Hidden by default */ position:fixed; /* Stay in place */ z-index:9999999999; /* Sit on top */ left:0; top:0; width:100%; /* Full width */ height:100%; /* Full height */ overflow:auto; /* Enable scroll if needed */ background-color:rgb(0, 0, 0); /* Fallback color */ background-color:rgba(0, 0, 0, 0.7); /* Black w/ opacity */ }
/* Modal Content/Box */
.modal-content {width:300px; box-sizing:border-box; padding:0; border:1px solid #e0e0e0; position:absolute; top:0; right:0; background:#fff; transition:right 0.5s ease-out; height:100%;}
/* The Close Button */
.close {color:#aaa; float:right; font-size:28px; font-weight:bold;}
.close:hover, .close:focus {color:black; text-decoration:none; cursor:pointer;}
#menu_top {display:none;}
#m_nav .m_menu > li > a {font-size:18px; margin-bottom:33px;}
#m_nav .m_menu .m_sub li a {font-size:15px; color:#666;}
#m_nav .m_menu .m_sub li a:hover {color:#01872f; font-weight:bold;}

/* 인용하기 모달팝업 */
.modal2 {display:none; /* Hidden by default */ position:fixed; /* Stay in place */ z-index:9999999999; /* Sit on top */ left:0; top:0; width:100%; /* Full width */ height:100%; /* Full height */ overflow:auto; /* Enable scroll if needed */ background-color:rgb(0, 0, 0); /* Fallback color */ background-color:rgba(0, 0, 0, 0.7); /* Black w/ opacity */ }
/* Modal Content/Box */
.modal-content2 {background-color:#fefefe; margin:10% auto; /* 15% from the top and centered */ padding:20px; border:1px solid #888; width:40%; /* Could be more or less, depending on screen size */ }

.img_list:after {content:""; display:block; clear:both;}
.img_list .list_img {float:left; width:250px; border:1px solid #c9c9c9; padding:10px; margin-right:20px; height:185px; overflow:hidden;}
.img_list .list_img img {width:100%;}
.img_list .list_txt {float:left; display:block; width:calc(100% - 270px);}
.img_list .list_txt2 {float:left; display:block; width:100%;}
/*slick-slide*/
.slider {width:50%; margin:100px auto;}
.slick-slide {margin:0px 20px;}
.slick-slide img {width:100%;}
.slick-prev:before, .slick-next:before {color:black;}
.slick-slide {transition:all ease-in-out 0.3s; opacity:0.2;}
.slick-active {opacity:0.5;}
.slick-current {opacity:1;}
.journal_con_article .list_txt .link .doi a {margin-left:5px;}
/*most_box*/
.most_box {/*! border:1px solid #999; */
text-align:left; background:#fff; width:100%;}
.most_box:after {content:""; display:block; clear:both;}
.most_box section {float:left;}
.most_box .most_img {width:30%; background:#fff; height:110px; position:relative;}
.most_box .most_txt {width:70%; padding:0 30px; box-sizing:border-box;}
.swiper .swiper-wrapper > div:nth-child(2n) .most_txt {}
.most_box .most_img img {position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:0; bottom:0; left:0; right:0;}
.most_box .most_txt .most_info {color:#2c4161; font-size:12px; margin-bottom:10px;}
.most_box .most_txt .most_tit {font-size:17px; color:#2c4161; line-height:130%; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; height:69px; margin-bottom:15px; font-weight:bold; font-family:"Montserrat";}
.most_box .most_txt .most_author {font-size:12px; color:#2c4161; max-width:90%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block; height:27px;}
.most_box .most_txt .most_author a img {display:none;}
.fulltext-wrap .table-wrap {overflow-x:scroll;}
.main_aim_and_scope {margin:20px 13px; margin-bottom:20px; margin-bottom:20px; background:#fff; border-radius:20px; padding:20px 30px; min-height:220px; margin-bottom:0;}
.main_aim_and_scope h3 {font-size:26px; font-weight:800; margin-bottom:17px; display:block; position:relative; letter-spacing:-1px; font-family:"S-CoreDream";}
.main_aim_and_scope h3 i {font-weight:200; font-size:15px; letter-spacing:0; font-style:normal;}
.main_aim_and_scope h3 a {position:absolute; font-size:15px; font-weight:300; right:0; top:15px;}
.main_aim_and_scope p {line-height:23px; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; height:117px; display:-webkit-box; -webkit-box-orient:vertical; word-wrap:break-word; white-space:normal; -webkit-line-clamp:5; word-break:break-all; font-size:14px; color:#5b5a5a;}
.kci_box {margin-top:20px;}
.kci_box section.kci_status {margin-bottom:15px;}
.kci_box section.kci_status h5 {font-size:30px; font-family:"S-CoreDream"; font-weight:700; color:#0b95a7;}
.kci_box section.kci_status h5 i {color:#df7f45;}
.kci_box section.kci_status span {font-size:22px; color:#0f6eab; font-family:"S-CoreDream";}
.kci_box section.kci_status span strong {}
.kci_box section.kci_if {display:flex;}
.kci_box section.kci_if span.kci_if_tit {display:flex; flex-direction:column;}
.kci_box section.kci_if span.kci_if_tit h5 {font-size:30px; font-family:"S-CoreDream"; font-weight:700; color:#0b95a7;}
.kci_box section.kci_if span.kci_if_tit h5 i {color:#c668c3;}
.kci_box section.kci_if span.kci_if_tit small {font-size:17px; color:#a0a0a0;}
.kci_box section.kci_if span.impact-index {background:#f0f3f3; margin:5px; min-width:80px; border-radius:10px; align-content:center; display:block; text-align:center; font-size:20px; font-weight:100; padding:0 20px;}
.contents_top_most .main_top_left_logo {position:absolute; right:20px; bottom:30px; opacity:40%; width:120px;}

/* 방문자수 카운트 */
.visitor_counter {padding:20px;}
.visitor_counter .wrap {background-color:#fafafa; border:1px solid #eee; font-size:13px; padding:15px; text-align:center;}
.visitor_counter .item {display:flex; justify-content:space-between; font-weight:bold;}
.visitor_counter .item + .item {margin-top:5px;}
.visitor_counter .label {color:#666;}
.visitor_counter .num {color:var(--mainColor);}

/* sjr_widget */
.sjr_widget_wrap {background:#fff; border-radius:20px; padding:20px 30px; max-width:260px; flex-direction:column; justify-content:space-evenly;}
.sjr_widget_wrap h3 {font-size:20px; line-height:1.4; margin-bottom:10px;}
.sjr_widget {background:#fff; border:1px solid #ddd; font-family:Arial, sans-serif; position:relative;}
.sjr_widget a {display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
/* 중간 Q2 및 카테고리 영역 */
.sjr_middle {display:flex; height:85px; background-color:#e6e6e6;}
.sjr_q2_box {width:35%; background-color:#eecd46; display:flex; justify-content:center; align-items:center; color:#fff; font-size:38px; font-weight:300;}
.sjr_category_box {width:65%; padding:10px; position:relative; display:flex; flex-direction:column; justify-content:flex-start;}
.sjr_cat_text {font-size:14px; font-weight:600; color:#333; line-height:1.3;}
.sjr_quartile_label {position:absolute; bottom:5px; right:8px; font-size:10px; color:#777;}
/* 하단 점수 및 그래프 영역 */
.sjr_bottom {display:flex; padding:10px; padding-bottom:0; align-items:flex-end; justify-content:space-between;}
.sjr_score {text-align:left;}
.sjr_year_label {font-size:11px; font-weight:bold; color:#333; margin-bottom:2px;}
.sjr_score_value {font-size:28px; color:#333; font-weight:400; line-height:1;}
.sjr_graph {width:100px; height:40px;}
/* 그래프 SVG */
.sjr_graph_svg {width:100%; height:100%; display:block;}
.sjr_graph_path {fill:#eebca6; stroke:#e07f56; stroke-width:2;}
.sjr_graph_dot {fill:#f0814f; stroke:#fff; stroke-width:1.5;}
.sjr_footer {text-align:right; font-size:9px; color:#888; padding:4px 10px 8px 0;}

@media (hover: hover) {
#header #title .wrap .e_sub_btn:hover, #header #title .wrap .e_sub_btn:focus {background:#fff; border-color:var(--mainColor); color:var(--mainColor);}
}

@media screen and (min-width:1281px) {
.pageMain #contents .contents_top {flex:1 1 auto; width:1%;}
.pageMain #contents .main_aim_and_scope {flex:1 1 auto; width:1%; margin-top:0;}
.pageMain .main_aim_and_scope p {height:165px; -webkit-line-clamp:7;}

.pageSub #contents .contents_top .contents_top_tit .contents_top_tit_txt section b small + i {margin-top:20px;}
.pageSub #contents .contents_top .contents_top_tit .contents_top_tit_txt {align-items:center;}
.pageSub #contents .contents_top .contents_top_tit .contents_top_tit_txt section {display:flex; margin-left:30px;}
.pageSub #contents .contents_top .contents_top_tit .contents_top_tit_txt section p {margin-left:50px; line-height:1.8;}
.pageSub #contents .contents_top .contents_top_tit .contents_top_tit_txt section .info {flex-direction:column;}
}

@media only screen and (max-width: 1730px) {
.body_wrap {width:92%;}
}

@media only screen and (max-width: 1690px) {
#contents .contents_top .contents_top_tit .contents_top_tit_txt span b i {margin-top: 20px;}
}

/*사용자 해상도가 1200px 이하일 때 이 코드가 실행됨.*/
@media only screen and (max-width: 1615px) {
  body {
    min-width: auto;
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
  }
  #menu .wrap {
    width: 100%;
    box-sizing: border-box;
  }

  #header #menu {
    width: 100%;
  }
  #header #menu .main_menu {
  }

  #header #top_p div {
    width: 100%;
    position: absolute;
  }

  footer .copyright {
    width: 100%;
  }

  #header #top_m {
    display: none;
  }
  #header #top_p ul {
    right: 10px;
  }
}

@media only screen and (max-width: 1520px) {
#contents .contents_top {display:inherit;}
#contents .contents_top .contents_top_tit {width:100%; margin-right:0;}
#contents .contents_top .contents_top_most {width:100%;}
#contents .contents_top .contents_top_most p {-webkit-line-clamp:6; height:133px;}
}

@media only screen and (max-width: 1420px) {
  #aside ul li a img {
    width: 80%;
  }
  #aside .aside_box article:nth-child(2) {
    height: auto;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1366px) {
  #aside .j_info_box div .current_cover {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #aside .j_info_box div .current_cover img {
    width: 70%;
    margin: 0 15%;
  }
  #aside .j_info_box div .j_info_con {
    width: 100%;
    float: none;
  }
  #aside .j_info_box div .j_info_con span {
    display: inline;
  }
  #aside .aside_box article h4 {
    font-size: 24px;
  }
}

/*사용자 해상도가 768px 이상이고 1024px 이하일 때 이 코드가 실행됨.*/
@media all and (min-width: 1024px) and (max-width: 1300px) {
  #con .wrap {
    /*! padding:0 315px 0 10px; */
  }
  #aside {
    right: 10px;
  }
  #header #top_m {
    display: none;
  }
  #book_info {
    display: block;
  }
  .modal-content2 {
    width: 60%;
  }
}

@media all and (max-width: 1280px) {
#contents .contents_top {width:100%;}
/* sjr_widget */
.sjr_widget_wrap {max-width:none; margin-top:-45px; background:#fafafa; border-top:1px solid #eee; border-radius:0 0 20px 20px; text-align:center;}
}

@media all and (max-width: 1090px) {
  .main_h3_tit span.journal_volume {
    display: block;
    margin-left: 0;
  }
}

@media all and (max-width: 1076px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt {
    align-items: flex-start;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt section b i {
  }
}

@media all and (min-width: 1024px) {
  .modal {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  #header section#search {
    display: none;
  }
  #header .search_pc {
    display: none;
  }
  .body_wrap {
    width: 100%;
    background-size: cover;
    margin: 0;
	flex-direction:column;
  }

  #header {
    width: 100%;
    border-radius: 0;
    margin: 0;
    top: 0;
  }
  #header #top_m .wrap {
    background: #e7e7e7;
    border-bottom: 0;
  }
  
  #header #title .wrap .main_tit a img {max-width:180px; max-height:65px;}

  #header #title .wrap div a .logo_pc {
    display: none;
  }
  #header #title .wrap div a .logo_m {
    display: block;
    width: 240px;
  }

  #header #title .wrap .top_btn_area {
	  max-width:360px;
	  margin:0 auto;
  }
  #header #title .wrap .top_btn_area a {
	  height:48px;
  }

  .sb-icon-search {
    background: #333;
    border: none;
  }
  .sb-icon-search i {
    color: #fff;
  }
  #header #top_m .wrap a i {
    color: #fff;
    position: relative;
    top: 2px;
  }

  #header #top_p {
    display: none;
  }
  #header #menu {
    display: none;
  }
  #header #top_m {
    display: block;
    position: relative;
  }
  #header #top_p div {
    width: 100%;
    position: absolute;
  }

  .modal {
    height: 100%;
  }
  .modal-content {
  }
  .modal-content h3 {
    display: none;
  }
  .modal-content #m_menu_tit {
    padding: 15px 20px;
    border-bottom: 1px dashed #999;
  }
  .modal-content #m_menu_tit a {
    display: block;
    color: #4d6397;
    font-size: 24px;
    /* width: 190px;*/
    font-weight: 800;
  }
  .modal-content #m_menu_tit img {
    width: 90%;
	max-width:160px;
  }

  #menu_top {
    display: block;
    width: 100%;
    margin-top: 58px;
  }
  #menu_top:after {
    content: "";
    clear: both;
    display: block;
  }
  #menu_top li {
    float: left;
    width: 50%;
  }
  #menu_top li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  #menu_top li a i {
    margin-right: 5px;
  }
  #menu_top li:first-child {
    background-color: #939393;
  }
  #menu_top li:last-child {
    background-color: #ae377a;
  }
  .modal-content .close {
    margin: 5px 5px 0 0;
    text-align: right;
  }
  #m_nav .m_menu {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #m_nav .m_menu > li {
    float: inherit;
    width: 100%;
    text-align: left;
  }
  #m_nav .m_menu > li > a {
    padding: 20px 0 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
  }
  #m_nav .m_menu > li > a:hover {
    color: #01872f;
  }
  #m_nav .m_menu > li > a > span {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    color: #999;
  }
  #m_nav .m_menu .m_sub {
    background-color: #efefef;
    margin: 0;
    display: none; /* s_menu 감춤*/
  }
  #m_nav .m_menu .m_sub li {
    height: auto;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
  }
  #m_nav .m_menu .m_sub li a {
    display: block;
    font-size: 16px;
    padding: 20px 0 20px 20px;
  }
  #header #top_m .wrap a {
    position: absolute;
    right: 0px;
    height: 50px;
    border-right: 1px solid transparent;
    width: 50px;
    text-align: center;
    display: block;
    background: var(--mainColor);
    top: 0;
  }

  #header #top_m .search_m {
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    width: calc(100% - 50px);
  }
  #header #top_m .search_m form {
    display: flex;
    justify-content: flex-end;
    height: 50px;
  }
  #header #top_m #h_s_search_m {
    height: 50px;
  }
  #header #top_m .search-btn {
    background: #333;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
  }
  #header #top_m .search-btn i {
    font-size: 22px;
  }

  #header #title .wrap div #main_tit {
    width: 260px;
    margin: auto;
  }

  #header #title .wrap .e_sub_btn {
    margin-top: 10px;
  }
  
  .visitor_counter {display:none;}

  #aside section#search {
    display: none;
  }
  #con {
    width: 100%;
	padding:0 15px;
  }

  .link .maindown_btn {
    position: initial;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  ul.articles a.preview_on {
    margin-bottom: 10px;
  }
  .modal-content2 {
    width: 70%;
  }
  s .img_list .list_img {
    width: 30%;
    height: auto;
  }
  .img_list .list_txt {
    width: calc(70% - 20px);
  }

  #con .wrap {
    padding: 20px 10px 0 10px;
  }

  #aside section {
    /*height: 236px;*/
    margin-top: 20px;
  }
  #aside section:after {
    content: "";
    clear: both;
    display: block;
  }
  #aside section article {
    width: 49%;
    float: left;
  }
  #aside .aside_box article:nth-child(1) {
    margin-right: 2%;
  }
  #aside .aside_box article:nth-child(1) a {
  }
  #aside .aside_box article:nth-child(2) {
    height: 268px;
    padding-top: 40px;
  }
  #aside .aside_box article:nth-child(2) p {
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
  }

  #aside ul li {
    float: left;
    height: 130px;
    width: 24%;
    margin: 0.5%;
  }
  #aside ul li:last-child a img {
  } /*로고배너중 세로길이가 긴것은 강제로 높이 맞추기*/
  #aside ul li:after {
    content: "";
    clear: both;
    display: block;
  }
  .sub_contents p {
    text-align: left;
  }

  #aside ul li:nth-child(odd) {
    margin: 0.5%;
  }
  #aside ul li a img {
  }

  #aside .j_info_box div .current_cover {
    float: left;
    width: 20%;
  }
  #aside .j_info_box div .current_cover img {
    width: 80%;
    margin: 0 20% 0 0;
  }
  #aside .j_info_box div .j_info_con {
    width: 80%;
    font-size: 17px;
    float: left;
  }
  #aside .j_info_box div .j_info_con span {
  }
}

@media only screen and (max-width: 940px) {
  #aside .aside_box article h4 {
    font-size: 28px;
  }
  #aside .aside_box article:nth-child(2) {
    padding-top: 20px;
    background: url(../img/right_bn_bg3.jpg) no-repeat 0 -63px;
  }
  #aside .aside_box article:nth-child(2) p {
    margin-top: 0;
  }
  #aside .aside_box article:nth-child(2) p span {
    font-size: 14px;
  }
  #aside ul li {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content2 {
    width: 80%;
  }

  .most_box section {
    float: none;
  }
  .most_box .most_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .most_box .most_txt {
    width: 100%;
    padding: 0;
  }

  #aside .j_info_box div .current_cover {
    float: left;
    width: 30%;
  }
  #aside .j_info_box div .j_info_con {
    width: 70%;
  }

  #contents .contents_top.sub_top {
    display: none;
  }
  
  /* sjr_widget */
  .sjr_widget_wrap {margin-top:0; border-radius:20px;}
  #contents .contents_top.sjr_widget_wrap {display:none;}
}

@media only screen and (max-width: 720px) {
  #header #title .wrap {
    display: block;
  }
  #header #title .wrap .top_btn_area .e_sub_btn {
    margin-left: inherit;
  }
  #header #title .wrap .top_link_btn {
    margin: 10px 0;
  }

  #aside section article {
    width: 100%;
  }
  #aside ul {
    margin-top: 25px;
  }
  #aside ul li {
  }
  #aside ul li a img {
  }
  #aside ul li:last-child a img {
  }
  footer .copyright p {
    font-size: 11px;
  }

  .modal-content2 {
    width: 90%;
  }

  .bbs_list colgroup col:nth-child(3),
  .bbs_list thead tr th:nth-child(3),
  .bbs_list tbody tr td:nth-child(3),
  .bbs_list colgroup col:nth-child(4),
  .bbs_list thead tr th:nth-child(4),
  .bbs_list tbody tr td:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .main_h3_tit span {
    display: block;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt img {
    display: none;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span {
    width: 100%;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span small {
    font-size: 15px;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b {
    font-size: 34px;
  }
  #contents .contents_top .contents_top_tit,
  #contents .contents_top .contents_top_most {
    padding: 30px;
  }

  .article_search .container .search_btn_box p img {
    display: none;
  }
  .article_search .container .search_btn_box p {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 530px) {
  .maindown_btn {
    position: initial;
    display: block;
    margin-top: 10px;
  }
  .img_list .list_img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .img_list .list_txt {
    width: 100%;
  }
  .swiper {
    margin-bottom: 30px;
  }
  .articles li {
    padding-top: 0;
  }
  .title a {
    font-size: 22px;
  }
  .bbs_list td.title a {
    font-size: inherit;
  }
  .sub_journal .title,
  .sub_journal .title.eng {
    font-size: 20px;
  }
  .sub_journal .article_search .search_box .title {
    font-size: 15px;
  }

  .main_h3_tit a {
    font-size: 17px;
    top: 0;
    padding: 2px 15px;
  }
}

@media only screen and (max-width: 500px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt section b i {
    display: block;
    width: 147px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 490px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b {
    font-size: 30px;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b i {
    margin-top: 10px;
    font-size: 15px;
    height: 27px;
  }

  #header #title .wrap .e_sub_btn2 {
    width: 90%;
    height: auto;
    margin: 5px auto;
  }

  #header #title .wrap .top_link_btn {
    width: 90%;
    margin: 10px auto;
  }
  #header #title .wrap .top_link_btn li a {
    padding: 15px;
    height: 100px;
  }
}

@media screen and (max-width: 460px) {
  ul.articles a.preview {
    font-size: 13px !important;
  }
  .link .downloadPdf,
  .link .exportCitation {
    padding: 5px;
    font-size: 12px;
  }

  #header #title {
    background-position: 6%;
  }
  .top_logo {
    width: 170px;
  }
  #header #title .wrap div #main_tit {
  }
  #header #title .wrap div span p {
    font-size: 15px;
  }
  .main_h3_tit span {
    font-size: 17px;
  }

  #aside .j_info_box {
    padding: 15px;
  }
  #aside .j_info_box h3 {
    font-size: 24px;
  }
  #aside .j_info_box div .j_info_con {
    width: 60%;
    font-size: 15px;
  }
  #aside .j_info_box div .current_cover {
    width: 40%;
  }
}
