@charset "utf-8";
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 내용관리 */
.top_banner { }
.top_banner img {width: 100%;}

.logo_left {width:200px;}
.logo_left img {width:200px;}
.about-tit {position:relative; font-size: 6.25em; font-family: "SF_HambakSnow", serif; color: #FFD97E; font-weight: 400;    text-align: center; text-align: center;    top: -250px; }
.about_content {font-size: 2.25em; letter-spacing: -2px;font-family: "SF_HambakSnow", serif;}
.about_content b {    color: #333;}

.about_title {width: 1300px;margin: 0 auto;}
.about_title p {text-align: left;    font-weight: 400;font-size: 18px;line-height: 30px;}
.flex {display: flex; gap: 2em;}
.logo_left {    align-items: center; display: flex;}
.content_right b {font-size: 20px;}
.content_right {    display: flex;flex: auto; }

@media (max-width: 991px) {
	
.logo_left {margin: 0 auto;}
.flex {display:block !important;}
.about_title{width:100% !important;}

.about_title p {font-size:13px !Important; width:100%; text-align: center;}

.top_banner {margin-top:0;}
.about-tit {top:0 !important;}
}