/*
Theme Name: postech_ee
Author: metabrain
Description: 포항공대 전자전기공학과
Version: 1.0
Tags: postech
Text Domain: postech_ee

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";

/*=========================================================
  1. 폰트
=========================================================*/ 
/*Titillium Web*/
@import url('//fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
/*오픈산스*/
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
/*나눔명조*/
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);


/*나눔스퀘어*/
@font-face {
  font-family:'NanumSquare';
  font-style: normal;
  src: url(font/NanumSquare.eot);
  src: local('NanumSquare'),
       local('NanumSquare'),
       url(font/NanumSquare.eot?#iefix) format('embedded-opentype'),
       url(font/NanumSquare.woff) format('woff'),
       url(font/NanumSquare.ttf) format('truetype');
}

/*Nanum Barun Gothic*/
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(font/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       local('NanumBarunGothicUltraLight'),
       url(font/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(font/NanumBarunGothicUltraLight.woff) format('woff'),
       url(font/NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(font/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       local('NanumBarunGothicLight'),
       url(font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothicLight.woff2) format('woff2'),
       url(font/NanumBarunGothicLight.woff) format('woff'),
       url(font/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(font/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothic.woff2) format('woff2'),
       url(font/NanumBarunGothic.woff) format('woff'),
       url(font/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(font/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url(font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothicBold.woff2) format('woff2'),
       url(font/NanumBarunGothicBold.woff) format('woff'),
       url(font/NanumBarunGothicBold.ttf) format('truetype');
}

/*Noto*/
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: normal;
	src: url('font/notokr-regular.eot');
	src: url('font/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('font/notokr-regular.woff2') format('woff2'),
		 url('font/notokr-regular.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('font/notokr-medium.eot');
	src: url('font/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('font/notokr-medium.woff2') format('woff2'),
		 url('font/notokr-medium.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold;
	src: url('font/notokr-bold.eot');
	src: url('font/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('font/notokr-bold.woff2') format('woff2'),
		 url('font/notokr-bold.woff') format('woff');
}

 
/*=========================================================
  2. 리셋
=========================================================*/
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,button {margin: 0;padding: 0;border: 0;font-size: 16px;vertical-align: baseline;font-family:'Noto Sans KR','Open Sans', sans-serif;line-height: normal;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;color:#555;}
input[type="text"],input[type="email"],input[type="number"],button,input[type="submit"],input[type="reset"],button,input[type="tel"],button,input[type="password"],input[type="url"],input[type="search"],input[type="file"],button,textarea{-webkit-appearance:none ;appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin:0; padding:0;font-family: 'Noto Sans KR','Open Sans', sans-serif;border:none;box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	-o-box-sizing:border-box;background: none;}
body { line-height: 1;text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;position: relative;background: #fff;word-break: keep-all; white-space: -moz-pre-wrap; white-space: -pre-wrap;
    white-space: -o-pre-wrap; word-wrap: break-word;}
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
input:focus,button:focus{outline: none; border:none;}
table {border-collapse:collapse;border-spacing: 0;}
ul, ol, li {margin:0; padding:0;}
li {list-style: none;}
a:focus{outline: none !important;}
a{text-decoration: none;}
:invalid { box-shadow: none;}
:-moz-submit-invalid {box-shadow: none;}
:-moz-ui-invalid { box-shadow:none;}
button::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
input::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
img{max-width: 100%;}
button:hover{cursor: pointer;}
button{background: transparent;}
.just_contact_form{padding:}
textarea:focus{outline: none;}
:focus{outline:none;}
#buffer-extension-hover-button{display: none !important;}
.entry-footer{clear: both;display: none;}
.skip-link{display:none;}
html{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow-y:scroll;}
.post-edit-link{display: none !important;}
.screen-reader-text{display: none;}
.dropdown-toggle{display: none;}
.mt0{margin-top:0 !important;}
.site-header svg{display: none !important;}

@media screen and (max-width: 600px){
#wpadminbar{position: fixed;}
}