html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 55.5%;}
}
.mobr{display:none;}
@media (max-width:767px) {
	.mobr {display:block!important;}
}

div {transition:all 0.1s ease-in;}
header {transition:all 0.1s ease-in;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button,
article, aside, canvas, details, embed, figure, figcaption, footer, header, menu,
nav, output, ruby, section, summary, time, mark, audio, video
{ margin:0;padding:0;border:0;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block;}
html {height:auto;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content:none;}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#231815;}
a:hover {text-decoration:none;}
legend, caption, hr {display:none;}
img {vertical-align:top;max-width: 100%;}
input {vertical-align:middle;}
body {width:100%;height:auto;font-family: 'Pretendard';background:#fff;}
p,h3,h2,h1{letter-spacing: normal;}
input,textarea,button,select{ font-family: 'Pretendard';}
em {font-style:normal; color:#f37321;}

@font-face {
    font-family: 'TTBookendBatangR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-2@1.0/TTBookendBatangR.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* ======================== :::::: 헤더 ~  :::::: ========================  */
body.sbhidden{overflow:hidden;}
#header{position:fixed; width:100%; height: 12.2rem; left:0; top:0; transition:all .4s; z-index:200;}
#header .headInner {
    padding: 0 8rem 0 0;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
}
#header .headInner .hdLogo { z-index:10;transform: translateY(-50%);top: 50%;left: 8rem;position: absolute;display: inline-block;}
#header .headInner .hdLogo a{display:inline-block; width:19.5rem; height:5rem; background-image: url(/public/img/myosu/common/sitelogo_white.png);background-position: center center;background-repeat: no-repeat;background-size: cover;vertical-align:top; transition:all .3s linear;}

/* pc nav */
#navmenu {height: 100%;position: Relative;z-index:5;}
#navmenu ul {    gap: 7rem;margin: 0;padding: 0;height: 100%;width: 100%;font-size: 0;display: flex;justify-content: center;align-items: center;}
#navmenu ul li{display:inline-block; vertical-align:top; text-align:center; position: relative;}
#navmenu ul li > a{display:block;box-sizing:border-box; transition:all .3s linear;}
#navmenu ul li > a span {
    display: inline-block;
    position: Relative;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    font-family: pretendard-600;
    line-height: 4rem;
    /* padding: 3.8rem 0; */
	letter-spacing: -0.6px;
}
#navmenu ul li:hover > a span{text-decoration:underline;}
#navmenu ul li > a span:before{content:none;position:absolute;left:0;bottom: 1px;width:100%;height:3px;background:#000;}
/* #navmenu ul li:hover > a span:before{content:'';} */
#navmenu ul li dl{position: absolute; left:0; top: 11rem; 
padding: 3rem 0 5rem 0;width:100%; transform:scaleY(0); transform-origin: top; opacity:0; visibility:hidden; transition:all .2s;}
#navmenu ul li dl:hover{}
#navmenu ul li dl dd{padding:0 0 1rem 0;margin:0;}
#navmenu ul li dl dd:last-child{padding:0;}
#navmenu ul li dl dd a{display:block; color: #888;font-size:1.6rem;font-family: pretendard-400; font-weight: 400;line-height:3rem;}
#navmenu ul li dl dd a:hover{color:#F4020C !important; font-family: pretendard-600;font-weight: 600;text-decoration:none;}

/* 헤더 스크롤 */
#header.nofixed{top:-200px;}
#header.fixed{background:#fff;height:10rem;}
#header.fixed .headInner .hdLogo a{background-image: url(/public/img/myosu/common/sitelogo_color.png);}
#header.fixed #navmenu ul li > a span{color:#000;}
#header.fixed .hamBtn {background-image: url(/public/img/myosu/common/hammenu_icon_black.png);}

/* 헤더 흰배경 고정 */
#header.subfixed{background:#fff;height:10rem;}
#header.subfixed .headInner .hdLogo a{background-image: url(/public/img/myosu/common/sitelogo_color.png);}
#header.subfixed #navmenu ul li > a span{color:#000;}
#header.subfixed .hamBtn {background-image: url(/public/img/myosu/common/hammenu_icon_black.png);}

/* 헤더 우측 컨텐츠 */
.headright {position: absolute;right: 9rem;z-index: 10;transform: translateY(-50%);top: 50%;display: flex;gap: 5rem;align-items: center;}

/* 헤더햄버거메뉴 버튼 */
.hamBtn{
	display:none;
	cursor:pointer;
	position:Relative;
	width:3.6rem;
	height:4.8rem;
	background-image: url(/public/img/myosu/common/hammenu_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


/* 헤더햄버거메뉴 */
.hamArea.show {
	background: rgba(0,0,0,0.4);
	z-index: 210;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.hamAreaInner {
	width: 54rem;
	height: 100%;
	position: fixed;
	right: -110%;
	top: 0;
	display:none;
	background: #FFF;
	padding: 0rem;
	transition: all 0.4s ease-in-out;
}
.hamArea.show .hamAreaInner {
	right: 0;
	display:block;
}
.hamCloseBtn {
    z-index: 2;
    display: inline-block;
    top: 5.4rem;
    right: 5.4rem;
    position: absolute;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/public/img/myosu/common/hamCloseBtn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamContBox {
	overflow-y: scroll;
    overflow-x: hidden;
	margin: 0 0 8rem 0;
    padding: 8rem;
    gap: 6rem;
    display: flex;
    width: 100%;
    height: 100%;
    position: Relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamCont {
    display: flex;
    position: Relative;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamContSt{
	width:100%;
	position:Relative;
}
.hamContSt a{
	margin:0;
	color: #000;
	font-family: pretendard-600;
	font-size:3.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.2rem;
}
.hamMenulist{
	width:50%;
	position:Relative;
}
.hamMenulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamMenulist ul li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.hamMenulist ul li a {
    text-decoration: none!important;
    text-align: left;
    color: #000;
    font-family: pretendard-300;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
}
.hamMenulist ul li a:hover{
	font-family: pretendard-700;
	color: #15833B;
	font-weight: 700;
}


@media (max-width:1800px) {
	#header .headInner .hdLogo{
		left:5rem;
	}
	#header .headInner {
		padding: 0 5rem 0 0;
	}
}
@media (max-width:1600px) {
	#header .headInner .hdLogo{
		left:4rem;
	}
	#header .headInner {
		padding: 0 4rem 0 0;
	}
}
@media (max-width:1400px) {
	#header .headInner .hdLogo{
		left:3rem;
	}
	#header .headInner {
		padding: 0 3rem 0 0;
	}
}
@media (max-width:1200px) {
	#header {
		height: 9rem;
	}
	#header.fixed {height: 9rem;}
	#header.subfixed{height:9rem;}
	#navmenu ul {
		gap: 5rem;
	}
	/* #navmenu{display:none;} */

}
@media (max-width:991px) {
	#header{
		height:7rem;
	}
	#header.fixed {height: 7rem;}
	#header.subfixed{height:7rem;}
	#header .headInner .hdLogo a {
		width: 16rem;
		height: 4rem;
	}
	#navmenu{display:none;}
	.headright {
		right: 3rem;
		gap: 3rem;
	}
	.hamBtn{
		background-size: 80%;
		display:inline-block;
	}
	.hamContBox {
		margin: 0 0 6rem 0;
		padding: 6rem;
		gap: 5rem;
	}
	.hamCloseBtn {
		top: 3.4rem;
		right: 3.4rem;
		width: 2.6rem;
		height: 2.6rem;
	}
	.hamContSt a {
		font-size: 2.6rem;
		line-height: 4rem;
	}
}
@media (max-width:767px) {
	
	#header{
		height:5.6rem;
	}
	#header.fixed {height: 5.6rem;}
	#header.subfixed{height:5.6rem;}
	#header .headInner .hdLogo{
		left:2rem;
	}
	#header .headInner .hdLogo a {
		width: 11.7rem;
		height: 3rem;
	}
	.headright{
		gap: 0rem;
		right: 0.6rem;
	}
	
	.hamBtn{
		width:5rem;
		height:5rem;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#header.fixed .hamBtn {background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;}
	#header.subfixed .hamBtn {background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;}
	
	.hamAreaInner {
		width: 75%;
	}
	.hamContBox {
		margin: 0 0 5rem 0;
		padding: 5rem 2rem;
		gap: 3rem;
	}
	.hamCloseBtn {
		background-size: 18px;
		top: 2rem;
		right: 2rem;
		width: 3rem;
		height: 3rem;
	}
	.hamContSt a {
		font-size: 2rem;
		line-height: 3rem;
	}
	.hamMenulist {
		width: 55%;
	}
	.hamMenulist ul {
		gap: 1rem;
	}
	.hamMenulist ul li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
/* ======================== :::::: // 헤더  :::::: ========================  */


/*-----------------------------------------
# 우측 플로팅
-------------------------------------------*/
.rigNavBox {
    position: fixed;
    right: 5.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: flex-end;
}
.rigNav{
	display:flex;
}
.rigNav a{
	position:Relative;
	width:100%;
	height:100%;
	display:flex;
	color: #FFF;
}
.rigNav a img{
	height:10rem;
}
.rigNav a:hover span{
	display:inline-block;
}
.rigNav a span {
	display:none;
	mix-blend-mode: difference;
    width: 8rem;
    text-align: right;
    position: absolute;
    left: -8.6rem;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-family: pretendard-600;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}


@media (max-width:1600px) {
	.rigNavBox {
		right: 3rem;
		gap: 1.6rem;
	}
	.rigNav a img {
		height: 8rem;
	}
}
@media (max-width:991px) {
	.rigNavBox {
		right: 2rem;
		gap: 1.6rem;
	}
	.rigNav a img {
		height: 7rem;
	}
}
@media (max-width:767px) {
	.rigNavBox {
		right: 2rem;
		gap: 1rem;
	}
	.rigNav a img {
		height: 5.5rem;
	}
	.rigNav a span {
		width: 8rem;
		left: -8.6rem;
		font-size: 1.3rem;
	}
}
@media (max-width:500px) {
	.rigNavBox {
		display: flex;
		padding: 0 2rem 3rem 2rem;
		width: 100%;
		top: inherit;
		transform: inherit;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
		right: 0;
		gap: 1rem;
		flex-direction: row;
	}
	.rigNav {
		width: 100%;
		display: flex;
	}
	.rigNav a {
		gap: 1rem;
		position: Relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.rigNav a span {
		text-align: center;
		position: relative;
		transform: inherit;
		top: inherit;
		display: block;
		width: 100%;
		left: 0;
		font-size: 1.3rem;
	}
}
/* ======================== :::::: 푸터 ~  :::::: ========================  */

.footerHDinner{
	border-top: 1px solid #EEE;
	z-index:10;
	position:relative;
	width:100%;
	background: #fff;
	padding:5rem 0;
}
.fooInner {
    max-width: 150rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}

.fooInnerLogo {
    display: flex;
    margin: 0 0 4.4rem 0;
    justify-content: center;
    align-items: flex-start;
}
.fooInnerLogo img{
	height:5rem;
}

.fBoxBomWrap {
    gap: 0rem;
    position: Relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.fBoxBom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fBoxBomList {
    margin: 0;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.fBoxBomList li {
	gap:1.4rem;
    display: flex;
    margin: 0 0 1.4rem 0;
    position: relative;
    padding: 0 6rem 0 0;
}
.fBoxBomList.bot li{
	margin: 0;
}
.fbspan {
    color: #000;
	font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
}
.fbTxt {
    color: #000;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}
.fBoxBomList li a {
    color: #000;
	font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}

.fob_info{
	width:100%;
}
.fob_info dl{
	width:100%;
	padding:3rem 0 0 0;
	margin:3rem 0 0 0;
	border-top:1px solid #eee;
	opacity: 0.6;
	color: #888;
	text-align: center;
	font-family: pretendard-300;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

.fobSnsBox {
    z-index: 5;
    position: absolute;
    right: 0rem;
    top: 0;
    display: flex;
    gap: 3rem;
}
.fobSns img {
    height: 3.4rem;
}
@media (max-width:991px) {
	.fooInner {
		padding: 0 2rem;
	}
	.fBoxBomList.bot li {
		margin: 0 0 0.8rem 0;
	}
	.fBoxBomList.bot li:last-child{
		margin:0;
	}
	.fBoxBomList li {
		gap: 1.4rem;
		display: flex;
		margin: 0 0 1rem 0;
		position: relative;
		padding: 0 4rem 0 0;
	}
	.fbspan {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.fbTxt {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.fBoxBomList li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
@media (max-width:767px) {
	.footerHDinner {
		padding: 4rem 0 10rem 0;
	}
	.fooInnerLogo {
		margin: 0 0 2.6rem 0;
	}
	.fooInnerLogo img {
		height: 3rem;
	}
	
	
	.fBoxBomList.bot li {
		margin: 0 0 1.6rem 0;
	}
	.fBoxBomList li {
		width: 100%;
		gap: 1.2rem;
		display: flex;
		margin: 0 0 1.6rem 0;
		position: relative;
		padding: 0 0rem 0 0;
		justify-content: center;
	}
	.fbspan {
		/* position:absolute; */
		/* left:0; */
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.fbTxt {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.fBoxBomList li a {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.fob_info dl {
		padding: 3rem 0 0 0;
		margin: 2.6rem 0 0 0;
		font-size: 1.1rem;
		line-height: 1.7rem;
		letter-spacing: 0;
	}
}

/* ======================== :::::: // 푸터  :::::: ========================  */