@charset "utf-8";


#no_design_main {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 8px;
}

.main_con_left {
	width: calc(100% - 308px);
	height: 100%;
	display: flex;
}

.main_con_right {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bor_box {
	background: #FFFFFF;
	border: 2px solid #1B1B1B;
	border-radius: 25px;
	padding: 20px;
	width: 100%;
}

.main_banner_tit {}

.main_banner {}

.main_schedule {}

.main_latest {}

.main_dday {
	width: 49%;
	font-size: 28px;
	font-weight: 200;
	text-align: center;
	letter-spacing: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main_dday img {
    width: 80px;
    margin-bottom: 10px;
}

#no_design_main:after {
	content: "";
	display: block;
	position: relative;
	clear: both;
}

#main_visual_box {
	min-height: 100px;
	background: #000;
	margin-bottom: 20px;
}

#main_twitter_box {
	position: relative;
	width: 32%;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}

.twitter {
	max-height: 100%;
}

#main_image_box {
	position: relative;
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
	height: 260px;
	text-align: center;
	line-height: 260px;
	float: left;
	margin-bottom: 20px;
}

#main_side_box {
	position: relative;
	width: 32%;
	height: 260px;
	float: right;
	margin-bottom: 20px;
}

#main_login_box {
	margin-bottom: 20px;
}

#main_banner_box {
	padding: 20px;
	height: 130px;
	text-align: center;
	box-sizing: border-box;
}


#main_copyright_box {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
}