
html {font-size:62.5%;  font-family: 'Pretendard';-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
@media (max-width: 1920px) and (min-width: 1601px) {`
	html {font-size: 57.5%;}
}
@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 48%;}
	.mid_only {display:block!important;}
}
.mo_only {display:none!important;}
@media (max-width:991px) {
	.mo_only {display:block!important;}
	.pc_only {display:none!important;}
}
.mobr{display:none;}
@media (max-width:767px) {
	.mobr {display:block!important;}
}
.overhidden {overflow:hidden;}


/* div {transition:all 0.2s ease-in;} */
/* header {transition:all 0.2s 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;}

@media (max-width: 1600px) and (min-width: 992px) {
	html {font-size: 57.5%;}
}


header{
	position:fixed;
	z-index:200;
	left:0;
	top:0;
	width:100%;
}
.headWrapper {
    height: 8rem;
    position: relative;
    width: 100%;
}
.headWrapper.change .logo{
	background-image: url(/public/img/snylogo_col.png);
}
.headWrapper.change{
	background:#fff;
}
.headWrapper.change ul.menu_box li a{
	color: #4C4241;
}

.logo {
    transform: translateY(-50%);
    top: 50%;
    z-index: 40;
    position: absolute;
    left: 3rem;
	height:3.6rem;
	width:21.4rem;
	background-image: url(/public/img/snylogo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}


.haadMenu {
	height:100%;
    padding: 0 3rem 0 0;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
ul.menu_box{
	gap:5rem;
	display:flex;
}
ul.menu_box li a{
	color: #FFF;
	font-family: "Outfit", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4rem;
	letter-spacing: 0.9px;
}
ul.menu_box li.active a{
	font-weight: 600;
}




.main-nav{
	display:none;
}
.main-nav ul {
	gap: 3.4rem;
    display: flex;
}
.main-nav ul li a {
    color: #FFF;
    font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: 0.9px;
}
.main-nav ul li.active a{
	font-weight: 600;
}

@media (max-width:1300px) {
	.logo {
		left: 2rem;
	}
	.haadMenu {
		padding: 0 2rem 0 0;
	}
	
	.gnbBox{
		display:none;
	}
	.main-nav{
		display:block;
	}
	.headWrapper.change .main-nav ul li a {
		color: #4C4241;
	}
}
@media (max-width:991px) {
	.headWrapper {
		height: 7rem;
	}
}
@media (max-width:767px) {
	.headWrapper {
		height: 5rem;
	}
	.logo {
		width: 14.2rem;
		height: 2.4rem;
		left: 2rem;
	}
}

/*--------------------------------------------------------------
# 모바일 햄버거 메뉴
--------------------------------------------------------------*/
.mobile-nav{display: none;}
.mobile-nav{ width: 100%; height: 100%;
    z-index: 36;position: absolute;left: 0;top: 0;
    cursor: pointer;
}
.Mbmenu-nav, .Mbhd_liveCall{display: none;}
.mobile-nav.on{z-index: 9999;}
.mobile-nav.on::after{content:"";
    width: 100%; height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 1;
    position: fixed;
}
.mobile_menuBtn{position: absolute;top: 50%;right: 20px;
    transform: translateY(-50%);
    width: 25px; height: 18px;
    display: none; 
    z-index: 99999;
}
.mobile_menuBtn:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -26px;
    width: 70px;
    height: 70px;
    background: #4C4241;
}
.mobile_menuBtn.is_active:before{
	background:#fff;
}
/* .mobile_menuBtn { */
    /* background: #4C4241; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* width: 7rem; */
    /* height: 7rem; */
    /* display: none; */
    /* z-index: 300; */
/* } */
.mobile_menuBtn span{width: 25px; height: 2px;
    background-color: #fff;
    display: block;
    position: absolute; left: 0;
    transition: 0.3s ease-in-out;
}
.mobile_menuBtn span:nth-child(1){top: 0;}
.mobile_menuBtn span:nth-child(2){top: 50%;
    transform: translateY(-50%);
}
.mobile_menuBtn span:nth-child(3) {
    width: 18px;
    bottom: 0;
}
.mobile-navWrap .main-nav{display: block}

.mobile-navWrap{
    /* opacity: 0; visibility: hidden; */
    right: -1000px;
    transition: right 0.5s ease
}
.mobile-navWrap.on {
    width: 330px;
    height: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 50px 40px;
    z-index: 10000;
	overflow-y: scroll;
}
.Mbmenu-List>a{
    display: flex!important;  justify-content: space-between; align-items: center;
}

/* on */
.mobile-navWrap.on .Mbhd_liveCall{display: block;}
.mobile-navWrap.on .Mbmenu-nav{display: block}
.mobile-navWrap.on .mobile_menuBtn {z-index: 10000;}
.mobile_menuBtn.is_active span{background-color: #000}

.mobile-navWrap.on .main-nav, .hd_liveCall{display: block;
    display: block;
    position: relative;
    overflow: hidden;
}

.Mbmenu-List:not(:first-child){border-top: 1px solid #eee;}
.Mbmenu-List{color: var(--txt-M); color: #444; }
.Mbmenu-List>a {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    letter-spacing: -0.2px;
    color: #111;
    font-weight: 400;
    line-height: 68px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}
.Mbmenu-List.on a {
    text-decoration: underline;
    font-weight: 600;
    color: #4C4241;
}

.mobile-navWrap.on .Mbsub-MenuWrap{border-top: 1px solid #eee;
    width: 100%;
    padding: 10px 0 10px 20px;
    display: none;
    font-size: 14px; letter-spacing: -0.2px; color: #666;
} 
.Mbsub-MenuList>a{line-height: 21px;  font-size: 14px; letter-spacing: -0.2px;
    position: relative;
}
.Mbsub-MenuList + .Mbsub-MenuList{padding-top: 10px;}
 .Mbhd_liveCall{ border: 1px solid #eee;
    width: 170px;
    margin: 45px auto 0 auto;
    border-radius: 50px;
}
.Mbhd_liveCall a::before{content:"";
	display: inline-block;
	width: 20px; height: 20px;
	background: url(../img/icon/icon-tel_blck.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 12px
}
.Mbmenu-List.on>a::after{

    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* hover */
.mobile_menuBtn.is_active span:nth-child(1){top: 50%;width: 19px;
    transform: rotate(45deg);

}
.mobile_menuBtn.is_active span:nth-child(3){top: 50%;width: 19px;
    transform: rotate(-45deg);
}
.mobile_menuBtn.is_active span:nth-child(2){right: 50px; 
    opacity: 0;
}
.Mbmenu-List.on .Mbsub-MenuWrap{display: block!important;}
.Mbmenu-List.on{color: #0048A3;}
.mobile-nav.on .Mbmenu-List:hover{color: var(--txt-Dblu); color: #0048A3 }
.Mbsub-MenuList:hover>a{font-weight: 500;}
@media (max-width: 991px){
    .main-nav{display: none;}
    .mobile_menuBtn{display: block}
    .mobile-nav{display: block;}
}
@media (max-width: 767px){
	.mobile_menuBtn {
		position: absolute;
		top: 18px;
		right: 18px;
		transform: inherit;
		width: 14px;
		height: 14px;
	}
	.mobile_menuBtn:before {
		left: -18px;
		top: -18px;
		width: 50px;
		height: 50px;
	}
	.mobile_menuBtn span {
		width: 14px;
		height: 2px;
		background-color: #fff;
		display: block;
		position: absolute;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.mobile_menuBtn span:nth-child(3) {
		width: 8px;
		bottom: 0;
	}
	.mobile-navWrap.on {
		width: 280px;
		padding: 50px 40px;
	}
	.Mbmenu-List>a {
		font-family: "Outfit", sans-serif;
		font-size: 18px;
		letter-spacing: 0;
		color: #111;
		font-weight: 400;
		line-height: 60px;
		display: inline-block;
		width: 100%;
		white-space: nowrap;
	}
}
/*--------------------------------------------------------------
# ??
--------------------------------------------------------------*/
.footerContBox {
    text-align: center;
    gap: 3rem;
    display: flex;
    position: relative;
    width: 100%;
    padding: 6rem 2rem 16rem 2rem;
    background: #fff;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.footerContBox ul {
    gap: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerContBox ul li{
	display:flex;
	gap:1.4rem;
	color: rgba(0, 0, 0, 0.90);
	font-family: 'Pretendard';
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}
.footerContBox ul li b{
	color: #000;
	font-family: Pretendard;
	font-weight: 700;
	opacity: 0.3;
}
.footerContBox .copy{
	color: rgba(0, 0, 0, 0.50);
	text-align: center;
	font-family: 'Pretendard-Light';
	font-size:1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4rem;
	letter-spacing: 0.42px;
}
@media (max-width:1300px) {
	.sec_08.section{
		padding:0;
	}
}
@media (max-width:991px) {
	.footerContBox {
		text-align: center;
		gap: 3rem;
		display: flex;
		position: relative;
		width: 100%;
		padding: 6rem 2rem 12rem 2rem;
		background: #fff;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.footerContBox ul {
		gap: 3rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
}
@media (max-width:767px) {
	.footerContBox {
		gap: 3rem;
		padding: 5rem 2rem 10rem 2rem;
	}
	.footerContBox ul {
		gap: 2rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.footerContBox ul li {
		display: flex;
		gap: 0.6rem;
		font-size: 1.3rem;
		line-height: 1.8rem;
		flex-direction: column;
	}
	.footerContBox .copy {
		font-size: 1.2rem;
		line-height: 2rem;
		letter-spacing: 0.42px;
	}
}