@charset "UTF-8";
/* CSS Document */

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

ol, ul, li { list-style: none; margin: 0; padding: 0; }

input { -webkit-border-radius: 0; }
input[type=submit], input[type=button] { -webkit-appearance:none; }

textarea { resize: none; -webkit-border-radius: 0; -webkit-appearance: none; }

input:focus, textarea:focus { outline: none; }

a:link, a:visited { color: #ffffff; text-decoration: none; font-weight: bold;}

a[href^="/toolbar/popup/abuseReport/"], .container_postbtn, .sidebar > ul > li > a { display: none; }

html, body { margin: 0; padding: 0; width: 100%; height: 100%; }

body {
	font-family: 'Chosunilbo_myungjo'; font-size: 12pt;
}

.whole {
	margin: 70px 0px;
}

.header {
	font-size: 15pt;
	margin-bottom: 35px;
	background-color: #fa7c80;
  padding: 15px 0px 15px 0px;
}

.header img {
	margin: 0px 70px 0px 70px;
	vertical-align: middle;
}

.header .left, .header .right {
	display: inline-block;
	vertical-align: middle;
}

.header .left a, .header .right a {
	margin-right: 70px;
}

.header .left a:last-child, .header .right a:last-child {
	margin-right: 0;
}

.container {
	width: 1140px;
}

.marquee, .bxslider, .mpc, .header i, .header ul, .mobile-main {
	display: none;
}

.marquee {
	width: 50%;
	background: rgba(226, 226, 226, 0.288);
	padding: 10px;
	margin-bottom: 35px;
	color:  #fa7c80;
	font-weight: bold;
}

.bxslider li img {
	width: 1140px;
	height: 508px;
	object-fit: cover;
}

.container-bottom {
	margin-top: 35px;
	padding-bottom: 70px;
}

.twitter {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background: rgba(255,255,255,0.2);
	margin-right: 35px;
}

.sub-menu {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

.sub-menu li {
	width: 100%; height: 78px;
	background: #fa7c80;
	line-height: 78px;
	margin-bottom: 20px;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.calendar {
	display: inline-block;
	vertical-align: top;
	margin: 0px 35px 0px 0px;
	width: 515px;
	height: 370px;
	object-fit: cover;
}

#countdown {
	display: inline-block;
	vertical-align: top;
	width: 245px;
	color : #fa7c80; font-weight: bold;
}

.countdown-header {
	margin-bottom: 35px; 
	padding-top: 100px;
}

#countdown li {
	display: inline-block;
	width: 55px;
}

#countdown span {
	display: block;
	font-size: 22pt;
}

.copy {
	position: fixed; bottom: 35px; right: 35px;
	font-size: 8pt; color: #fff;
}

.copy a {
	color: #fff;
}

.article {
	margin-bottom: 35px;
	line-height: 2;
	color: black;
	text-align:justify;
}

.mpc {
	margin-bottom: 35px;
}

.mpc a {
	margin-right: 20px;
}

.mpc img {
	width: 270px;
	height: 770px;
	object-fit: cover;
}

.mpc a:last-child {
	margin-right: 0;
}

@media (max-width: 1000px) {
	
	* { max-width: 100%; }
	
	.whole {
		width: 100%;
		margin: 0px 0px 70px 0px;
	}
	
	.header {
		position: relative;
		width: 100%;
		background: #ffffff;
	}
	
	.header .left, .header .right {
		display: none;
	}
	
	.header img {
		height: 50px;
		margin: 0;
		padding: 20px 0px;
	}
	
	.header i {
		display: block;
		position: absolute; top: 35px; right: 35px;
	}
	
	.header ul li {
		margin-bottom: 20px;
	}
	
	.container {
		width: 90%;
	}
	
	.marquee {
		width: calc(100% - 20px);
	}
	
	.mobile-main {
		margin-bottom: 35px;
	}
	
		.twitter {
		width: calc(100% - 20px);
		display: block;
		margin-right: 0; margin-bottom: 20px;
	}

	.sub-menu {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.calendar {
		display: block;
		margin: 0;
		width: 100%;
	}

	#countdown {
		display: block;
		width: 100%;
	}
	
	.countdown-header {
		padding-top: 35px;
	}

	#countdown li {
		display: inline-block;
		width: 15%;
	}

	.copy {
		position: static; bottom: auto; right: auto;
		text-align: right;
		padding: 0px 20px 20px 0px;
	}
	
	.mpc a {
		margin-right: 0; 
	}

	.mpc img {
		width: 100%;
		height: 200vw;
		margin-bottom: 20px;
	}

	.mpc a:last-child {
		margin-bottom: 0;
	}

}