@charset "utf-8";

/************************************* 
Basic Style Sheet
Version : 1.0
Author : uracle(sejong) - sk.k
Create date : 2025. 09.
*************************************/

@import url('general.css');

.rtl{
	direction: rtl;
}

#header{
	width: 160rem;
	max-width: calc(100% - 24px - 24px);
	margin: 0 auto;
	text-align: center;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	padding: 2rem 0;
}
#header .logo{
	display: inline-flex;
	align-items: center;
	gap: 0 2rem;
	flex-wrap: wrap;
	justify-content: center;
}
#header .logo .nation{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 2rem;
	color: #777;
	font-weight: 500;
	font-size: 2rem;
}
#header .logo .nation span{
	position: relative;
}
#header .logo .nation span:first-child::after{
	content: "";
	position: absolute;
	right: -1rem;
	top: 0.8rem;
	display: block;
	width: 1px;
	height: 1.6rem;
	background-color: #ccc;
}
#header .logo .nation span:last-child{
	font-weight: 700;
}
.container{
	width: 160rem;
	max-width: calc(100% - 24px - 24px);
	margin: 0 auto;
}
.cont-sorry{
	display: block;
	margin-bottom: 2rem;
	padding: 2.5rem;
	background-color: #f6f6f6;
	text-align: center;
	word-break: keep-all;
}
.cont-apec{
	display: block;
	height: 10rem;
	margin-bottom: 2rem;
	padding: 1rem;
	background: url(../images/img-apec-pattern.png) 50% 0% no-repeat #F5FAFF;
	text-align: center;
}
.cont-apec a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cont-sns{
	display: block;
	padding: 3rem;
	margin-bottom: 2rem;
	border: 1px #ddd solid;
	text-align: center;
	font-size: 1.8rem;
}
.cont-sns > ul{
	display: inline-flex;
	flex-flow: row wrap;
	gap: 5rem;
}
.cont-sns > ul > li{
	flex: 1 auto;
}
.cont-sns a{
	display: flex;
	align-items: center;
	gap: 1rem;
}
.icon-sns{
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	align-items: center;
}
.cont-body{
	display: block;
	margin: 5rem 0;
}
.img-ready{
	text-align: center;
}
.board-tit{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	font-size: 3rem;
	font-weight: bold;
	align-items: center;
	margin-bottom: 2rem;
}
.board-sns{
	display: inline-flex;
	gap: 1.5rem;
}
.board-sns a{
	display: flex;
}
.board-sns .icon{
	display: flex;
	width: 2rem;
	height: 2rem;
}
.board-list{
	border-top: 2px #000 solid;
}
.board-list > ul > li{
	display: flex;
	flex-flow: row wrap;
	gap: 4rem;
	padding: 3rem 0;
	border-bottom: 1px #ccc solid;
}
.board-list .thumb{
	display: inline-block;
	width: 40rem;
	height: 22.5rem;
	overflow: hidden;
}
.board-list .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.board-list .desc{
	display: flex;
	flex-direction: column;
	width: calc(100% - 4rem - 40rem);
}
.board-list .desc .tit{
	display: block;
	/*display: -webkit-box;
	/*max-height: calc((2.8rem * 1.2) * 2);*/
	line-height: 1.2;
	font-weight: 700;
	font-size: 2.8rem;
	/*-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
.board-list .desc .tit + span{
	margin-top: 2rem;
}
.board-list .desc .icon{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.board-list .desc .icon-link{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5px;
}
.cont-banner{
	display: flex;
	gap: 2rem;
	margin-bottom: 2rem;
}
.banner-area{
	flex: 0 auto;
}
.bannerbox{
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 27rem;
	height: 100%;
}
.bannerbox02{max-width: 64rem;}
.bannerbox04{max-width: 36rem;}
.bannerbox .img{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.bannerbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerbox .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 2rem 1rem;
	background: rgba(255, 255, 255, 0.5);
	word-break: keep-all;
	text-align: center;
	line-height: 1.3;
	vertical-align: middle;
	font-weight: 400;
	z-index: 1;
}
.bannerbox .tit .icon-sns{
	display: inline-block;
	margin: 0 1rem;
	width: 2rem;
	height: 2rem;
	line-height: 0;
}
.bannerbox.blackbox .tit{
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#footer{
	display: block;
	padding: 5rem 0;
	border-top: 1px #ddd solid;
	color: #666;
	font-size: 1.6rem;
}
@media only screen and (max-width: 1024px) {
	html{
		font-size: 9px;
	}
	.bannerbox .tit{
		font-size: 1.6rem;
		padding: 1.5rem 0.5rem;
	}
	.bannerbox .tit .icon-sns{
		margin: 0 0.5rem;
	}
}

@media only screen and (max-width: 768px) {
	html{
		font-size: 8px;
	}
	.cont-apec img{
		width: 38.5rem;
	}
	.board-list .thumb{
		margin: 0 auto;
		text-align: center;
	}
	.board-list .desc{
		width: 100%;
		text-align: center;
	}
	.cont-banner{
		flex-flow: wrap;
	}
	.banner-area{
		display: flex;
		flex-direction: column;
		align-items: center;
		flex: calc(50% - 2rem);
		border: 1px #ddd solid;
	}
	.bannerbox{
		width: 100%;
	}
	.bannerbox .img{
		padding: 1.5rem;
	}
	.bannerbox .tit,
	.bannerbox.blackbox .tit{
		position: unset;
		background: #fafafa;
		color: inherit;
	}
}