/* Custom CSS for iMSC */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

.noto-thin {font-weight:100;}
.noto-light {font-weight:300;}
.noto-regular {font-weight:400;}
.noto-medium {font-weight:500;}
.noto-bold {font-weight:700;}
.noto-black {font-weight:900;}

body {
    font-family: 'Noto Sans KR', sans-serif;
	color: #666666;
	background-color:#444;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
h1 {
	font-weight:300;
}
h2 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
	color:#000;
	padding-bottom: 1.5em;
	margin-top: 2em;
	margin-bottom: 1.5em;
	background-image:url(../images/sold-black.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 1.5em 2px;
}
@media (max-width: 767px) {
	h1 {
		padding-left:0.25em;
		padding-right:0.25em;
	}
	h2 {
		background-position: bottom center;
		background-size: 1.5em 2px;
		text-align:center;
	}
}
h2 span {
	font-weight:300;
}
h3 {
	font-size: 1.2em;
	font-weight: 400;
	color: #F7941E;
	line-height:1.3;
}
.pre-gap::before {
	display: table;
	content: " ";
	height:2em;
}
.follow-gap::after {
	display: table;
	content: " ";
	height:2em;
}
.br-md, br-sm {
	display:none;
}
@media (max-width:420px) {
	.br {
		display:block;
		width:0;
		height:0;
	}
}
@media (max-width:320px) and (max-width:340px) {
	.br-sm {
		display:block;
		width:0;
		height:0;
	}
}
@media (min-width:321px) and (max-width:420px) {
	.br-md {
		display:block;
		width:0;
		height:0;
	}
}

p {
	font-size: 1em;
	color: #666;
	line-height: 1.4em;
}
blockquote {
	background-color: #f9f9f9;
	color: #888;
	font-size:0.9em;
	font-style:italic;
	font-weight:400;
	border:none;
	border-bottom: 1px solid #eee;
	padding: 2em;
}
blockquote span {
	display: block;
	margin-top: 0.5em;
	text-align:right;
}

/* Main page */
.main-top {
	background-color:rgba(255, 255, 255, 0.8);
	text-align:center;
	padding:1em;
}
.cat-sci {
	height:100px;
	background-color:rgba(0, 200, 155, 0.8);
}
.cat-math {
	height:100px;
	background-color:rgba(0, 130, 230, 0.8);
}
.cat-btn {
	display:block;
	padding: 30px;
	font-size: 28px;
	font-weight: 300;
	color:#fff;
	background-image:url(../images/main-cat-btn-arrow.png);
	background-repeat:no-repeat;
	background-size:25px;
	background-position:right 30px center;
	cursor:pointer;
}
.cat-btn:hover {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.1);
}
.main-cat-col p {
	padding-left:0.2em;
	padding-right:0.2em;
}
@media (max-width: 767px) {
	.cat-sci {
		height:75px;
	}
	.cat-math {
		height:75px;
	}
	.cat-btn {
		padding: 20px;
		font-size: 24px;
	}
	.main-cat-col p {
		padding-left:2em;
		padding-right:2em;
	}
}
.cat-btn span {
	font-size:18px;
}
.floating {
	position:absolute;
	z-index:999;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}
#main .add-bg {
	background-image:url(../images/main-banner.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:100%;
}
#main .banner {
	height:20em;
	padding-top: 4em;
}
#main h1 {
	color: #000;
	font-size:3em;
}
#main h1 span {
	display:inline-block;
	margin:2em auto;
	padding:0.5em 1em;
	border:1px solid #444;
	border-radius: 2em;
	font-size:0.4em;
	font-weight:400;
	color:#000;
}
@media (max-width: 320px) {
	#main .add-bg{
		background-size: 300%;
		background-position-x: 75%;
	}
	#main .banner {
		height:17.5em !important;
		padding-top: 2em !important;
		padding-bottom: 0.5em;
	}
	#main h1 {
		font-size:2.2em !important;
	}
	#main h1 span {
		display:inline-block;
		margin:2em auto;
		padding:0.5em !important;
		border:1px solid #444;
		border-radius: 2em;
		font-size:0.4em;
		font-weight:400;
		color:#000;
	}
	#main h2 {
		background-position: bottom center;
		background-size: 1.5em 2px;
		text-align:center;
	}
	#main h1 span{
		display:inline-block;
		border:none;
		font-size: 0.45em;
		line-height:1.5em;
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media (min-width: 321px) and (max-width: 767px) {
	#main .add-bg{
		background-size: 260%;
		background-position-x: 75%;
	}
	#main .banner {
		padding-top: 4em;
	}
	#main h1 {
		font-size:2.5em;
		padding-left:0.8em;
		padding-right:0.8em;
	}
	#main h1 span{
		display:inline-block;
		border:none;
		font-size: 0.45em;
		line-height:1.5em;
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media (min-width: 768px) {
	#main .add-bg{
		background-size: 120%;
		background-position-y: 0;
	}
}
@media (min-width: 1366px) {
	#main .banner {
		height:25em;
		padding-top: 5em;
	}
	#main .add-bg{
		background-size: 100%;
	}
}
#main .offset {
	margin-top: 40px;
	margin-bottom: 20px;
}
#main .offset h3 {
	font-weight:500;
	margin-top: 10px;
	color: #000;
}
#main .offset img {
	width:65px;
	height:65px;
	margin:0 auto;
}
.btn-more a {
	display:inline-block;
	padding: 0.5em 1.5em;
	margin-bottom:1em;
	border: 1px solid #aaa;
	border-radius: 20px;
	color: #aaa;
	font-size:0.8em;
	font-weight:500 !important;
}
.btn-more a:hover {
	text-decoration:none;
	color:#666;
	border: 1px solid #666;
}



/* Submain, Sub Common */

#sub .banner {
	padding-top: 2em;
	padding-bottom: 2em;
	background-position:center;
	color:#fff;
	text-align:left;
}
#sub .banner h1 {
	font-size: 2.5em;
	font-weight: 500;
	text-align:left;
	margin: 0;
}
#sub .banner h1 span{
	font-weight: 100;
}
#sub .banner p {
	margin-top: 1em;
	font-size: 0.9em;
	font-weight: 400;
	padding: 0;
	color: #fff;
}
@media (max-width: 991px) {
	#sub .banner h1 {
		font-size: 2em;
	}
	#sub .banner p {
		font-size: 0.8em;
	}
}
@media (max-width: 767px) {
	#sub .banner h1 {
		font-size: 2em;
		text-align: center;
	}
	#sub .banner p {
		font-size: 0.8em;
		text-align: center;
	}
}



/* Submain Page */
.submain {
	padding: 3em 0 3.5em 0 !important;
}
.submainCon {
	padding: 1em 0 2.5em 0 !important;
}
.submainCon img {
	margin-bottom: 1em !important;
}
.submain h1 {
	font-size: 3em !important;
	font-weight: 700 !important;
	margin-bottom: 0.5em !important;
	text-align:center !important;
}
.submain h1 span {
	display:inline-block;
	padding:0.3em 0.7em 0.5em 0.7em;
	font-size: 0.4em;
	font-weight: 300 !important;
	border:1px solid #fff;
	border-radius:1.5em;
}
.submain p {
	text-align:center !important;
	font-size:1em !important;
	font-weight:300 !important;
}
.cnc {
	background-image:url(../images/cnc-banner-bg.png);
	background-position:center;
}
.cnc-bg-2 {
	background-image:url(../images/cnc-banner-bg-2.png);
	background-repeat:repeat;
	background-position:top left;
	background-size:200px;
}
.mri {
	background-image:url(../images/mri-banner-bg.png);
	background-position:center;
}
.mri-bg-2 {
	background-image:url(../images/mri-banner-bg-2.png);
	background-repeat:repeat;
	background-position:top left;
	background-size:200px;
}
.notice {
	height:25em;
	background-color:#c0bcbd;
	background-image:url(../images/submain-pic.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;	
	background-size: 1440px;
}
.notice .overlay {
	height: 7em;
	margin-top:18em;
	background-color:#E0E0E2;
	background-image:url(../images/submain-pic-filter.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;	
	background-size: 1440px;
}
.notice a {
	font-size: 1.5em;
	color:#000;
}
.notice a:hover {
	text-decoration:underline;
}
.notice img {
	margin-right:1em;
}
.notice .outlink {
	padding:1.5em;
}
.notice .outlink:first-child {
	background-image:url(../images/sold-black.png);
	background-repeat:no-repeat;
	background-position: center right;
	background-size: 1px 2em;
}
@media (max-width: 767px) {
	.notice img {
		margin-right:0;
		width: 40px;
		height: 40px;
	}
	.notice span {
		display:block;
		font-size: 0.5em;
		margin-top: 0.5em;
	}
	.notice .outlink {
		padding:1.5em;
	}
}
.history {
	background-image:url(../images/submain-patter.png);
	background-repeat:repeat-x;
	background-position: bottom center;	
	background-size: 1440px;
}
.history-quote {
	text-align:center;
	font-size: 1.1em;
	font-style:italic;
	margin-bottom: 1.5em;
}
.history-quote span {
	display:block;
	margin-top: 0.5em;
	color:#888;
	font-size: 0.8em;
	font-style:italic;
}
.history .history-text {
	font-size:0.9em;
	padding:1em;
}
.history .history-text p {
	color:#444;
	padding:0 1em 0 1em;
	margin-top:1em;
	margin-bottom:1em;
	border-left:1px solid #000;
}
.history .history-text:last-child {
	margin-bottom:3em;
}
@media (min-width:991px) {
	.history .history-text p {
		margin-bottom:4em;
	}
}



/* Sub Page */

.img-frame {
	padding-top: 2em;
}
.img-frame img {
	width:100%;
	height:100%;
}
.table-type {
	text-indent:1em;
	padding:1em;
}
.table-th {
	padding-bottom: 0.3em;
	font-size: 1.5em;
	font-weight: 400;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background-color:#fff;
}
.table-th span {
	display:block;
	color:#888;
	font-weight:300;
	font-size: 0.8em;
}
.type-1 {
	color: #4389CF !important;
	border-bottom-color: #4389CF;
}
.type-2 {
	color: #17C3BE;
	border-bottom-color: #17C3BE;
}
.type-3 {
	color: #FFC669;
	border-bottom-color: #FFC669;
}
.type-4 {
	color: #F37A6C;
	border-bottom-color: #F37A6C;
}
.table-td {
	background-color:#f5f5f5;
	padding-left:1em;
	padding-right:1em;
	text-indent:0;
	padding-top: 1em;
	padding-bottom: 1em;
}
.table-td span {
	display:block;
	margin-top:1em;
	color:#000;
}
.table-gap {
	padding:0;
	border-left:1px solid #fff;
}
.tbody-wrapper {
	background-color:#f5f5f5;
	border-bottom:1px solid #eee;
}
.clearfix .tbody-wrapper {
	background-color:#fff !important;
}
.table-caption {
	margin-top:2em;
	color: #17C3BE;
	font-size: 0.8em;
}
.table-outline {
	border:1px solid #ddd;
}
@media (max-width: 767px) {
	.table-type {
		padding:0;
	}
	.table-gap {
		padding:0.5em 1em;
		border:none;
	}
	.tbody-wrapper {
		background-color:#fff;
	}
}	
@media (min-width: 768px) {
	.table-gap {
		padding:0.5em 0.5em;
		border:none;
	}
}
@media (min-width: 991px) {
	.table-gap {
		padding:0;
		border-left:1px solid #fff;
	}
}
#sub .offset {
	margin-bottom: 3em;
}
#sub .offset img {
	width:140px;
	height:140px;
	margin:0 auto;
}
#sub .offset h3 {
	font-weight:500;
	margin-top: 10px;
	color: #000;
}
#sub .offset .subtitle {
	display:inline-block;
	padding: 0.5em 1.5em;
	margin-bottom:1em;
	border: 1px solid #aaa;
	border-radius: 20px;
	color: #aaa;
	font-size:0.8em;
	font-weight:500 !important;
}
.submain-h2 {
	  background-position: bottom center;
	  background-size: 1.5em 2px;
	  text-align:center;
}
.add-area {
	padding-top:3em;
	text-align:center;
	font-size:0.8em;
	color:#aaa;
}
.img-figure {
	display: block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}
.booklist {
	display:inline-block;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.booklist li {
	display:inline-block;
	margin-left:0;
	margin-top:0;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#eee;
	border:1px solid #ccc;
}
.booklist li img {
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	height: 120px;
}
.booklist li:last-child {
	margin-right:0;
}
.booklist li a {
	display:block;
	height: 120px;
	background-color:orange;
	color:#fff;
}
/* Common */
.switch-cat {
	color: #0583C8 !important;
	
}
.footer-top {
	height:80px;
	text-align:center;
	background-image:url(../images/btn-top-bg.png);
	background-size:5px 80px;
	background-repeat:repeat-x;
	margin-top:-40px;
}
.footer-top a {
	display:block;
	margin:0 auto;
	width: 80px;
	height: 80px;
	background-image:url(../images/btn-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: 80px;
	cursor:pointer;
}
.footer-top a:hover {
	background-position-y:-80px;
}
.footer-info {
	padding:1em 1em 3em 1em;
	background-color:#555;
	color:#ccc;
	font-size:0.9em;
}
.footer-content {
	padding-left:120px;
	padding-bottom:1em;
	text-align:left;
	background-image:url(../images/footer-logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 95px 35px;
	line-height:2em;
}
@media (max-width: 767px) {
	.footer-content {
		background-position: top center;
		padding-top: 50px;
		padding-left:0;
		text-align:center;
		font-size:0.8em;
	}
}
.footer-copyright {
	padding:20px;
	background-color:#444;
	color:#aaa;
	font-size:0.8em;
	text-align:center;
}

@media (min-width: 768px) {
	.img-small {
		position:absolute;
		width:1px;
		height: 1px;
		left:-999px;
		padding:0;
		margin:0;
	}
	.figure-txt {
		display:none;
	}
}
@media (max-width: 767px) {
	.img-normal {
		position:absolute;
		width:1px;
		height: 1px;
		left:-999px;
		padding:0;
		margin:0;
	}
}	



/* Extra */
.wrapper {
	padding:0 !important;
	background-color:#fff;
}
.bg-f5 {
	background-color: #f5f5f5;
}
.no-gap {
	padding:0;
	margin:0;
}
.no-pad {
	padding:0;
}
.no-indent {
	text-indent:0;
}
.no-bullet {
	margin-left:0;
	padding-left:0;
}
.no-bullet li {
	list-style:none !important;
}
.spacing {
	height:2em;
	margin-bottom: 40px;
}
.space {
	height:2em;
}
.l-margin {
	padding:0 0 0 0.5em;
}
.r-margin {
	padding:0 0.5em 0 0;
}
.image-fit {
	width:80%;
	height:auto;
	margin-top:3em;
	margin-right:1em;
	float:right;
}
.plain-list {
	margin:0;
	padding:0;
	list-style:none;
}
.plain-list li {
	margin-bottom:1em;
}
.plain-list img {
	width:60%;
	height:auto;
	margin-top: 1em;
}

@media (max-width: 450px) {
	.l-margin {
		padding:0 !important;
	}
	.r-margin {
		padding:0 !important;
	}
	.image-fit {
		width:60%;
		height:auto;
		margin:3em auto 0 auto;
		float:none;
	}
}
@media (max-width: 767px) {
	.image-fit {
		width:50%;
		height:auto;
		margin:3em auto 0 auto;
		float:none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.image-fit {
		width:100%;
		height:auto;
		margin-top:8em;
		margin-right:auto;
		margin-left:auto;
		float:right;
	}
}
@media (min-width: 992px) and (max-width: 1198px){
	.image-fit {
		width:90%;
		height:auto;
		margin-top:5.5em;
		margin-right:auto;
		margin-left:auto;
		float:right;
	}
}
@media (min-width: 1199px) {
	.image-fit {
		width:80%;
		height:auto;
		margin-top:3em;
		margin-right:auto;
		margin-left:auto;
		float:right;
	}
}

.mri-img1 {
	width:100%; 
	height:auto;
	margin-top: 9em;
}
.mri-img2 {
	width:100%; 
	height:auto;
	margin-top: 3.5em;
}
@media (max-width:420px) {
	.mri-img1, .mri-img2 {
		margin-top: 1em;
		margin-bottom:1em;
	}
}
.mri-pro-t {
	border:none;
}
.mri-pro-t tr,
.mri-pro-t th{
	border:none !important;
}

.panel-ex {
	text-align:center;
	border:1px solid orange; 
	border-radius:6px; 
	padding: 1em; 
	font-size: 12px; 
	color: orange; 
	margin-bottom:1em;	
}
.prog-arrow {
	margin-bottom:1em; 
	text-align:center;
}
@media (min-width: 992px) {
	.prog-alt {
		display:none;
	}
}