@charset "utf-8";
/* 투어머치 - 전현진 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* reset css
*{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
	-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.3);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.3);box-shadow:0px 2px 5px rgba(0,0,0,0.3);
	text-align:justify;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
	나눔스퀘어 font-weight: 300, 400, 700, 800;
} */

/* 초기화 */
html, body {
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}

body.open {
    overflow-y: hidden;
}

body, textarea, select, td, th, button, input {
	font: 14px/1.5 'Pretendard', 'Malgun Gothic', '돋움', 'Dotum', '굴림', 'Gulim', 'arial', 'sans-serif';
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-stretch: normal;
	color: #333;
	box-sizing: border-box;
	vertical-align: middle;
}

body * {
	box-sizing: border-box;
}

body.mnuopen {
	overflow: hidden;
	height: 100%;
}

b,
strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
	blockquote, tbody, tfoot, thead, th, td, article, figure, em, address {
	margin: 0;
	padding: 0;
	font-style: normal
}

table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

legend, .sound-only, .skip, .none {
	position: absolute;
	left: -5000px;
	top: 0;
	overflow: hidden;
	line-height: 0.1%;
	font-size: 0.1%;
	width: 0.1%;
	height: 0.1%;
}

img, fieldset {
	border: 0 none;
}

label, button {
	cursor: pointer;
}

a {
    display:inline-block;
	color: #0a1615;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0a1615;
}

img {
	max-width: 100%;
}

img.objectfit {
	object-fit: cover;
}

input[type=text],
input[type=password],
input[type=date],
textarea,
select {
	background-color:#fff;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}

input[type=text]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=text]:-moz-placeholder {color: #b5b5b5;}
input[type=text]::-moz-placeholder {color: #b5b5b5;}
input[type=text]:-ms-input-placeholder {color: #b5b5b5;}
input[type=password]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=password]:-moz-placeholder {color: #b5b5b5;}
input[type=password]::-moz-placeholder {color: #b5b5b5;}
input[type=password]:-ms-input-placeholder {color: #b5b5b5;}
input[type=date]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=date]:-moz-placeholder {color: #b5b5b5;}
input[type=date]::-moz-placeholder {color: #b5b5b5;}
input[type=date]:-ms-input-placeholder {color: #b5b5b5;}
textarea::-webkit-input-placeholder {color: #b5b5b5;}
textarea:-moz-placeholder {color: #b5b5b5;}
textarea::-moz-placeholder {color: #b5b5b5;}
textarea:-ms-input-placeholder {color: #b5b5b5;}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input.basic-check,
input.basic-radio {
	display: none;
}

input.basic-check+label,
input.basic-radio+label {
	font-weight: normal;
	color: #666;
}

input.basic-check+label span,
input.basic-radio+label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 5px 0 0;
    border: 2px solid #004b9c;
	background: #fff;
	vertical-align: middle;
    border-radius: 50%;
	cursor: pointer;
}

input.basic-check:checked+label span,
input.basic-radio:checked+label span {
	background: #004b9c url("../../images/common/ico_check.png") no-repeat center/cover;
}

input.basic-check+label span {
    border-radius: 5px;
}

input.basic-input {
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #fff;
    box-shadow: inset 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}

input.basic-input:focus {
	border-color: #666;
}

input.basic-input.readonly {
	background-color: #eee;
}

input.basic-input.h50px {
    height: 50px;
    line-height: 50px;
}

input.basic-input.round5px {
    border-radius: 5px;
}

select.basic-select::-ms-expand {
	display: none;
}

select.basic-select {
	height: 36px;
	padding: 0 30px 0 10px;
	border: 1px solid #ccc;
	background: #fff url("../../images/common/ico_select.png") no-repeat center right;
	background-size: 20px auto;
    color: #596fa7;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.basic-select:focus {
	border: 1px solid #666;
}

select.basic-select.h50px {
    height: 50px;
}

textarea.basic-textarea {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}

textarea.basic-textarea:focus {
    background-color: #fff;
}

.nopm, .nopm>li, .nopm>dt, .nopm>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul, ul>li, dl, dl>dt, dl>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

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

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

.floats {
	zoom: 1;
}

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

.floats > li {
	float: left;
}

.floats > li.fr {
	float: right;
}

.scrollbox {
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}

.scrollbox::-webkit-scrollbar {
	width: 6px;
}

.scrollbox::-webkit-scrollbar-track {
	background-color: #eee;
}

.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #999;
}

.scrollbox::-webkit-scrollbar-thumb:hover {
	background: #006752;
}

.width-scrollbox {
	overflow-x: auto;
	padding-bottom: 10px;
	-ms-overflow-style: scrollbar;
}

.height-scrollbox {
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smooth,
.smooth * {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 햄버거 메뉴 */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: rgba(255,255,255,0);
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 25px;
	left: 14px;
	right: 14px;
	height: 2px;
	background: #212121;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #212121;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property:top, transform;
}

.c-hamburger--htx span::after {
	transition-property:bottom, transform;
}

.open .c-hamburger--htx span {
	background: none;
}

.open .c-hamburger--htx span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #212121;
}

.open .c-hamburger--htx span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #212121;
}

.open .c-hamburger--htx span::before,
.open .c-hamburger--htx span::after {
	transition-delay: 0s, 0.3s;
}


/* 페이징 */
.pagenation {
    margin: 30px auto 0;
	text-align: center;
	font-size: 0;
}

.pagenation a,
.pagenation span {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0 1px;
    border: 1px solid #dcdcdc;
    border-left: none;
    background-color: #fff;
	font-size: 13px;
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans';
}

.pagenation a:first-child,
.pagenation span:first-child {
    border-left: 1px solid #dcdcdc;
    border-radius: 5px 0 0 5px;
}

.pagenation a:last-child,
.pagenation span:last-child {
    border-radius: 0 5px 5px 0;
}

.pagenation a.num {
	display: none;
}

.pagenation span.on {
	background-color: #333;
	color: #fff;
}

@media screen and (min-width:639px) {
	.pagenation a,
	.pagenation span {
		min-width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0 5px;
	}
	
	.pagenation a.num {
		display: inline-block;
	}
}


/* 버튼 모음 */
.btns {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	text-align: center;
	color: #535353;
	vertical-align: middle;
}

.btns.h24px {
	height: 24px;
	line-height: 22px;
	font-size: 14px;
}

.btns.h30px {
	height: 30px;
	line-height: 28px;
	font-size: 14px;
}

.btns.h50px {
	height: 50px;
	line-height: 48px;
}

.btns.round5px {
	border-radius: 5px;
}

.btns.whiteBtn {
    border-color: #fff;
    background-color: #fff;
    color: #626262;
}

.btns.grayBtn {
	border-color: #DCDCDC;
	background-color: #DCDCDC;
	color: #6E6E6E;
}

.btns.darkGrayBtn {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

.btns.blueBtn {
	border-color: #0056a2;
	background-color: #0056a2;
	color: #fff;
}

.btns.blueLineBtn {
	border-color: #0056a2;
	background-color: #fff;
	color: #0056a2;
}

.btns.greenBtn {
	border-color: #a6ce39;
	background-color: #a6ce39;
	color: #fff;
}

.btns.skyBtn {
	border-color: #e1edfd;
	background-color: #e1edfd;
	color: #212121;
}

/* 컬러 */
/* 텍스트 */
.colorWhite {
	color: #fff !important;
}

.colorGray {
    color: #999;
}

.colorDarkGray {
	color: #333 !important;
}

.colorBlue {
	color: #0056a2 !important;
}

.colorRed {
	color: #ff0000 !important;
}

.colorGreen {
	color: #a6ce39 !important;
}

/* 배경 */
.bgDarkGray {
	background-color: #333;
    color: #fff;
}

.bgBlue {
	background-color: #0056a2;
    color: #fff;
}

.bgGreen {
	background-color: #a6ce39;
    color: #fff;
}


/* 논문 등재 아이콘 모음 */
.s-state-type-ico {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    margin: 0 1px;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}

.s-state-type-ico.h24ver {
    height: 24px;
    line-height: 22px;
}

.s-state-type-ico.miniver {
    height: 20px;
    line-height: 18px;
}

.s-state-type-ico.type-ico1.ico { /* KCI 등재 */
    padding: 0 10px 0 25px;
    color: #0355a3;
    background: #fff url("../img/h1_mark.png") no-repeat 5px center/auto 90%;
    border: 1px solid rgba(0,0,0,0.15) !important
}

.s-state-type-ico.type-ico2.ico { /* KCI 후보 */
    padding: 0 10px 0 25px;
    color: #5bb0bf;
    background: #fff url("../img/h1_mark.png") no-repeat 5px center/auto 90%;
    border: 1px solid rgba(0,0,0,0.15) !important
}

.s-state-type-ico.type-ico1 { /* KCI 등재 */
    border-color: #0355a3;
    background-color: #0355a3;
    color: #fff;
}

.s-state-type-ico.type-ico2 { /* KCI 후보 */
    border-color: #5bb0bf;
    background-color: #5bb0bf;
    color: #fff;
}

.s-state-type-ico.type-ico3 { /* SCOPUS */
    border-color: #3562a4;
    color: #3562a4;
}

.s-state-type-ico.type-ico4 { /* SCIE */
    border-color: #f0873a;
    color: #f0873a;
}

.s-state-type-ico.type-ico5 { /* SSOi */
    border-color: #cc423e;
    color: #cc423e;
}

.s-state-type-ico.type-ico6 { /* AHCi */
    border-color: #000;
    color: #000;
}

.s-state-type-ico.type-ico7 { /* 그외 */
    border-color: #666;
    color: #666;
}


/* 사이즈 */
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

.w50px {width: 50px !important;}
.w80px {width: 80px !important;}
.w100px {width: 100px !important;}
.w130px {width: 130px !important;}
.w150px {width: 150px !important;}
.w200px {width: 200px !important;}
.w250px {width: 250px !important;}
.w300px {width: 300px !important;}
.w350px {width: 350px !important;}
.w400px {width: 400px !important;}
.w450px {width: 450px !important;}
.w500px {width: 500px !important;}
.w550px {width: 550px !important;}
.w600px {width: 600px !important;}
.w650px {width: 650px !important;}
.w700px {width: 700px !important;}
.w750px {width: 750px !important;}
.w800px {width: 800px !important;}
.w850px {width: 850px !important;}
.w900px {width: 900px !important;}
.w950px {width: 950px !important;}
.w1000px {width: 1000px !important;}

.mgt0px {margin-top: 0px !important;}
.mgt5px {margin-top: 5px !important;}
.mgt10px {margin-top: 10px !important;}
.mgt15px {margin-top: 15px !important;}
.mgt20px {margin-top: 20px !important;}
.mgt30px {margin-top: 30px !important;}
.mgt40px {margin-top: 40px !important;}
.mgt50px {margin-top: 50px !important;}
.mgt60px {margin-top: 60px !important;}
.mgt70px {margin-top: 70px !important;}
.mgt80px {margin-top: 80px !important;}
.mgt90px {margin-top: 90px !important;}
.mgt100px {margin-top: 100px !important;}

.mgb0px {margin-bottom: 0px !important;}
.mgb5px {margin-bottom: 5px !important;}
.mgb10px {margin-bottom: 10px !important;}
.mgb15px {margin-bottom: 15px !important;}
.mgb20px {margin-bottom: 20px !important;}
.mgb30px {margin-bottom: 30px !important;}
.mgb40px {margin-bottom: 40px !important;}
.mgb50px {margin-bottom: 50px !important;}
.mgb60px {margin-bottom: 60px !important;}
.mgb70px {margin-bottom: 70px !important;}
.mgb80px {margin-bottom: 80px !important;}
.mgb90px {margin-bottom: 90px !important;}
.mgb100px {margin-bottom: 100px !important;}

.mgl5px {margin-left: 5px !important;}
.mgl10px {margin-left: 10px !important;}
.mgl20px {margin-left: 20px !important;}
.mgl30px {margin-left: 30px !important;}
.mgl40px {margin-left: 40px !important;}
.mgl50px {margin-left: 50px !important;}
.mgl60px {margin-left: 60px !important;}
.mgl70px {margin-left: 70px !important;}
.mgl80px {margin-left: 80px !important;}
.mgl90px {margin-left: 90px !important;}
.mgl100px {margin-left: 100px !important;}

.mgr5px {margin-right: 5px !important;}
.mgr10px {margin-right: 10px !important;}
.mgr20px {margin-right: 20px !important;}
.mgr30px {margin-right: 30px !important;}
.mgr40px {margin-right: 40px !important;}
.mgr50px {margin-right: 50px !important;}
.mgr60px {margin-right: 60px !important;}
.mgr70px {margin-right: 70px !important;}
.mgr80px {margin-right: 80px !important;}
.mgr90px {margin-right: 90px !important;}
.mgr100px {margin-right: 100px !important;}

/* 폰트 사이즈 */
.fsize0 {font-size: 0px !important;}
.fsize12 {font-size: 12px !important;}
.fsize13 {font-size: 13px !important;}
.fsize14 {font-size: 14px !important;}
.fsize16 {font-size: 16px !important;}
.fsize18 {font-size: 18px !important;}
.fsize20 {font-size: 20px !important;}
.fsize22 {font-size: 22px !important;}
.fsize24 {font-size: 24px !important;}
.fsize26 {font-size: 26px !important;}
.fsize28 {font-size: 28px !important;}
.fsize30 {font-size: 30px !important;}

@media screen and (min-width:767px) {
    body, textarea, select, td, th, button, input {
        font-size: 16px;
    }
}

@media screen and (min-width:1240px) {
    body, textarea, select, td, th, button, input {
        font-size: 18px;
    }

    .respon1200 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1340px) {
}

@media screen and (min-width:1439px) {
    .respon {
        position: relative;
        width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1640px) {
    .respon1600 {
        position: relative;
        width: 1600px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1840px) {
}