@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%;}


.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: 40px;}
.flex {display: flex; gap: 2em;}
.logo_left {    align-items: center; display: flex;}
.content_right b{font-size: 40px;color: #474747;display: block;}
.content_right {flex: auto; justify-content: center;}

.mbbr {display:none;}
.pcbr {display:block;}


@media (max-width: 991px) {
.content_right {padding:0 10px;}
.flex {display:block !important;}
.about_title{width:100% !important;}
.logo_left img {width:50%;}
.about_title p {font-size:13px !Important;         text-align: center;}
.scroll_on {padding: 20px 0 !important;}
}