@charset "utf-8";

/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
*/

@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(/web/css/fonts/eot/NotoSansKR-Thin-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(/web/css/fonts/wot/NotoSansKR-Light-Hestia.eot),
    url(/web/css/fonts/wot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(/web/css/fonts/wot/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(/web/css/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(/web/css/fonts/eot/NotoSansKR-Regular-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(/web/css/fonts/eot/NotoSansKR-Medium-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(/web/css/fonts/eot/NotoSansKR-Bold-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(/web/css/fonts/eot/NotoSansKR-Black-Hestia.eot),
    url(/web/css/fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/web/css/fonts/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
    url(/web/css/fonts/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
}



/* Type */
html {
    font-size: 12pt;
}
	@media only screen and (max-width: 1200px) {
		html {
			font-size: 11pt;
		}
	}
	@media only screen and (max-width: 900px) {
		html {
			font-size: 10pt;
		}
	}
	@media only screen and (max-width: 768px) {
		html {
			font-size: 9pt;
		}
	}
	@media only screen and (max-width: 500px) {
		html {
			font-size: 7.5pt;
		}
	}



/* Basic */
@-ms-viewport {
	width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}
@media only screen and (max-width: 500px) {
	html, body {
		min-width: 320px;
	}
}



/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0;
	font-family:'Noto Sans KR', 'Montserrat', sans-serif; 
	border:0;
}
body {
	color:#555; line-height: 1.6; font-weight: 400; font-size:100%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
hr {	
	height:1px; 
	margin: 2em 0;
	border: 0; border-top: solid 1px #ddd; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
    width: 100%;
    margin: 0; padding: 0;
    font-size: 0; text-align: right; line-height: 0;
}
legend, caption {
    display: none;
}
strong, b {
	color: #252122; font-weight: 500;
}
br.clear {
	clear: both;
}
.clearfix {
	content:""; 
	display:block; 
	clear:both;
}


/* */
input, textarea, button {
	-webkit-appearance:none; 
	-moz-appearance:none; 
	appearance:none;
}
input, textarea, button, select {
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	-o-border-radius:0; 
	color: #555; font-weight: 400; font-size: 100%;
	border-radius:0;
}
input[type="checkbox"] {
	width:20px; height:20px;
	background-color:#fff; 
	-webkit-appearance:checkbox;
}
input[type="radio"] {
	width:20px; height:20px;
	margin:3px;
	background-color:#fff; 
	-webkit-appearance:checkbox;
}
input, textarea, select { 
	box-sizing: border-box; 
	max-width: 96%; height: 40px; 	
	padding: 5px;	
	vertical-align: middle;
	border: 1px solid #ccc;
}
input[type="file"]	{ 
	height:auto;
	border:0;
}
select, label { 
	cursor:pointer;
}

	@media only screen and (max-width: 500px) {
		input, textarea, select { 
			height: 30px;
			padding: 2px;
		}
	}



/* link */
a {
	text-decoration: none; 
	color:#555;
}
a:hover {
	text-decoration: none;
}



/* h */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700; color: #555; vertical-align: top;
	word-break: keep-all;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h2 {
	color: #1e1e1e; font-size: 1.7rem; line-height: 54px; 
}
h3 {
	color: #244a6d; font-size: 1.3rem; line-height: 34px; font-weight: 500;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.05rem;
}
h6 {
	font-size: 1rem;
}



/* align */
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}
.inline_block {
	display:inline-block;
}
input + label { 
	margin-right:15px;
}
.cheditor-tb-wrapper { 
	height:auto !important;
}



/* Color / Background */
.gray { 
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-size:11px; color:#999; line-height: normal;
}
.bgwhite { 
	background:#fff !important;
}
.floatright { 
	float:right !important;
}
.pb_5 { 
	padding-bottom:5px !important;
}
.orange { 
	color:#ff6c00 !important;
}
.gray_r { 
	float:right;
	font-size:11px; color:#999; line-height: normal;
}
.red { 
	color: #ff2222;
}
.lightBlue { 
	color: #0078cb;
}



/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.tab-content .info {
	margin-bottom: 20px; padding: 10px;
	color: #fff; text-align: center; font-size: 105%;
	background-color: #b22d2d;
}


/* 스킵네비게이션 */
.skip_navigation {
    margin: 0 !important
}

.skip_navigation dt {
    position: absolute;
    top: -10000px; left: 0;
}
.skip_navigation a {
    display: block;
    position: absolute;
    top: -10000px; left: 0;    
    width: 100%;
    font-size: 1.3em; text-align: center;
	z-index: 100;
}

.skip_navigation a:focus {
    position: absolute;
    top: 0;    
    padding: 15px 0;
	font-weight: 600; color: #fff;
    background: #368dc9;    
	z-index: 100;
}



/* All */
.skip, .sound_only, .blind, hr, legend, #accessibility, caption.blind { 
	position:absolute; 
	left:-9999rem; top:-9999rem; 
	width:100%; height:1px; 
	overflow:hidden; 
	color:#fff; 
	text-indent:-999rem;
}
caption.blind { 
	position:relative; 
}
.skip { 
	padding-top:10px; 
	font-size:12px;
}
.skip a { 
	position:absolute; 
	display:block; 
	left:-1000%; 
	overflow:hidden;
	width:1px; height:1px;
}
.skip a:focus, .skip a:active { 
	position:relative; 
	left:0; 
	width:100%; height:auto; 
	padding:5px 0; 
	text-align:center; font-weight:bold; 
	border-bottom:1px solid #dcdcdc;
}



/* 전체 레이아웃 */
#wrap {
    min-width: 768px
}
#container .container,
#container.container {
    max-width: 750px !important;
	margin-left:auto;
	margin-right:auto;
}


#container {
    position: relative;
    z-index: 20;
    *zoom: 1
}
#container:after {
    content: '';
    clear: both;
    display: block
}



/* 헤더 */
#header {
    position: relative;
    z-index: 30;
    *zoom: 1
}
#header:after {
    content: '';
    clear: both;
    display: block
}
#header .container {
    position: relative;
    z-index: 0
}



/* Footer */
.snu_login_area_footer {	
	width: 100%;
	min-height: 130px;
	padding: 25px 0;
	color: #fff; text-align: center; font-size: 14px;
	background: #000;	
}
.snu_login_area_footer span {
	position:relative;
	display:inline-block; *display:inline; zoom:1;
	padding: 2px 10px 0;
	font-weight: 350;
}
.snu_login_area_footer span + span:before {
	content:"";
	display: inline-block;
	position: relative;
	top: 3px; left: -10px;
	width: 1px; height: 13px;
	background: #888;
}
.snu_login_area_footer div {
	margin: 5px 0 0;
}
.snu_login_area_footer a,
.snu_login_area_footer a * {
	color: yellow
}

	@media only screen and (max-width: 767px) {
		.snu_login_area_footer span + span:before {
			display: none;
		}
	}



/* 개인정보취급방침 */
body.private #header {
	padding-top:50px;
}
body.private .content_section h1 {
	width:86%; 
	margin:0 auto;
	padding-top:50px;
	font-size:24px;
}
body.private .content_section div {
	text-align:justify;
}
body.private .content_section div.bt_write {
	margin:20px auto;
	text-align:center;
}
body.private .content_section .agree {
	padding-top:20px; 
	/* border-top:1px dashed #ccc; */
}
.bt_write input { 
	width: 150px; height:46px; 
	margin:0 auto; 
	background: #85cd33;
}



/* 아이콘 */
.ico_id {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(/img/login/ico_id.png) no-repeat 50% 50%
}
.ico_pw {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(/img/login/ico_pw.png) no-repeat 50% 50%
}
.ico_mail{
    display: inline-block;
    width:16px;
    height: 18px;
    background: url(/img/login/ico_mail.png) no-repeat 50% 50%
}
.ico_key{
    display: inline-block;
    width:16px;
    height: 18px;
    background: url(/img/login/ico_key.png) no-repeat 50% 50%
}


/* Colorbox Core Style */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity 80)
}

#colorbox {
    outline: 0
}

#cboxWrapper {
    max-width: none
}

#cboxTitle {
    margin: 0
}

#cboxContent {
    overflow: visible;
    position: relative;
    margin-top: 32px;
    background: #000
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    padding: 0;
    background: #000;
    -webkit-overflow-scrolling: touch
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxLoadingGraphic {
    background: url(../../images/logon/new_img/common/modal_pop_loading.gif) no-repeat center center
}

#cboxLoadingOverlay {
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity 80)
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxClose {
    display: none
}