﻿
/* W3 CSS */
@import url("https://www.w3schools.com/w3css/4/w3.css");

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR&display=swap');

/* FONT ******************************/

.logo { 
	height: 60px;
	font-family: 'Nanum Myeongjo', 'Noto Serif KR', serif;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	font-optical-sizing: auto;
	margin: 0;}

.menufont {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	color: #606060;
	margin: 0;}

.titlefont {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
	color: #606060;
	margin: 0px 0px 15px 0px;}

.thumbfont {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	color: #606060;
	margin: 0;}
	
.mainfont {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	color: #606060;
	margin: 0;}

.projdatafont {
	color: #808080;}

.underline {
	text-decoration: none;
	border-bottom: 1px solid black;
   	padding-bottom: 0px;}

/* GENERAL ***************************/

a {
	color: black;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

/* INDEX *****************************/

#menuframe { 
	position: absolute;
	top: 0%;
	left: 0%;
	width: 180px;
	height: 100%;
	padding: 20px;
	border: 0;
	background-color: white;
	z-index: 9;}
@media (max-width:600px) {#menuframe {background-color: transparent;}}

.menuicons {
	height: 25px;}

#fullframe { 
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: white;
	z-index: 1;}
	
#newsframe { 
	position: absolute;
	top: 0%;
	left: 200px;
	width: 100%;
	height: 100%;}
@media (max-width:600px) {#newsframe {left: 0%;}}

#dataframe { 
	position: absolute;
	top: 0%;
	left: 300px;
	width: 80%;
	height: 100%;}
@media (max-width:600px) {#dataframe {left: 5%; width: 90%; top: 30%;}}

#thumb {
	display: inline-block;
	text-align: left;
	margin: 5px 0px 15px 0px;}  /* top,right,bottom,left */

#thumbimg {
	object-fit: contain;
	width: 400px;}
@media (max-width:600px) {#thumbimg {width: 100%;}}

#thumbtext {
	margin: 5px 0px 0px 0px;}

/* ABOUT **************************/

#aboutframe {
	text-align: left;
	width: 70%;
	max-width: 600px;}
@media (max-width:600px) {#aboutframe {width: 100%;}}

/* PROJECTS **************************/

#projframe {
	text-align: left;
	width: 70%;
	max-width: 700px;}
@media (max-width:600px) {#projframe {width: 100%;}}

#img-contain {
	object-fit: contain;
	width: 100%;
	margin: 0px 0px 10px 0px;}
@media (min-width:1000px) {#img-contain {max-width: 700px; max-height: 600px;}}







