/* CSS Document */
/*@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");*/

@font-face{font-family:'Pretendard Variable';font-weight:45 920;font-style:normal;font-display:swap;src:url('/css/font/PretendardVariable.woff2') format('woff2-variations')}


*{box-sizing: border-box;}
html, body{margin: 0; padding: 0;}
ul, ol{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none; color: #444444;}

.m_r40{margin-right:40px !important;}
.bt_line{border-bottom: 1px solid #979797;}
.white{color: #fff; text-decoration: none;}


/* 상단해더 */

.warp{
	margin: auto;
}

.topmenu{
	padding: 7px 0;
	width: 1140px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.category{
	display: flex;
	margin-top: 7px;
	font-size: 19px;
	font-family: "Pretendard Variable";
	font-weight: 500;
	margin-top: 17px;
}

.mainbar{
	background-color:#bb2c32;
}

.bn{
	text-align: center;
}

/* 왼쪽 메뉴바 + 포스팅 본문 */

.middle{
	width: 1200px;
	margin: auto;
	padding: 35px 70px 0 30px;
}

.contents_format{
	padding-top: 20px ;
	display: flex;
}

.menu_way{
	font-size: 13.5px;
	font-family: dotum;
	color: #6d6d6d;
	text-align: right;
	letter-spacing: 0.8px;
}

.left_menu{
	margin: 0;
	width: 260px;
}

.left_menu>li:not(:last-child){
	background-color: #424242;
}

.menu_tit{
	display: flex;
	justify-content: space-between;
	font-size: 19px;
	color: #fff;
	padding: 5px 20px;
	font-family: "Pretendard Variable";
	font-weight: 400;
}

.menu_tit>div:hover{
	color: #fff;
}

.menu_btn{
	font-size: 6px;
	margin: auto 0;
	font-stretch: expanded;
	color: #a5a5a5;
}

.menu_detail{
	font-size: 16px;
	color: #fff;
	padding: 20px;
	font-weight: 200;
	font-family: "Pretendard Variable";
}

.menu_group>li:first-child{
	font-size: 15px;
	margin-bottom: 10px;
}

.menu_group>li:not(:first-child){
	height: 30px;
}

.info{
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.contents{
	margin-left: 110px;
}

.youtube_link{
	text-align: center;
	margin: 20px;
}

.video_from{
	color: #8b8b8b;
	font-size:13px;
	margin-top: 25px;

}

/* 하단 푸터 */

.bottom_menu{
	margin-top: 80px;
	padding: 15px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #aaaaaa;
}

.foot_info_wrap{
	display: flex;
	gap: 20px;
	color: #888888;
	font-size: 13px;
	font-family: dotum;
	width: 1100px;
	margin: auto;
}
.bottom_footer{
	background-color: #505050;
}
.footer_copyright {
    font-size: 12px;
    color: #959595;
    width: 900px;
    line-height: 25px;
	font-family: dotum;
	width: 1100px;
	margin: auto;
	padding: 30px 0px;
}
.footer_all{
	display: flex;
	width: 1100px;
	margin: auto;
}

.footer_logo{
	margin-top: 50px;
}