
/*--------------------------------------------------------------
# νλ
--------------------------------------------------------------*/
header {
    border-bottom: 1px solid #dedede;
    position: fixed;
    width: 100%;
    height: 88px;
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
}
#head{
	transition: all 0.3s;
}
#head.down_header{
	height: 60px;
	transition: all 0.3s;
}
#head.down_header .headlogo img {
    height: 33px;
	transition: all 0.3s;
}
.headInner {
    padding: 0 2.86vw;
    height: 100%;
    width: 100%;
    position: relative;
}
.headlogo {
    transform: translateY(-50%);
left: 2.86vw;
    top: 50%;
    position: absolute;
    display: inline-block;
}
.headlogo img {
	position:relative;
	transition: all 0.3s;
    height: 43px;
}
.headlogo img.pclogo{display:inline-block;}
.headlogo img.mologo{display:none;}

.headNavBox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headNav{
	height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headNav.pc{
	display:flex;
}
.headNav.mo{
	display:none;
}

.headN_item {
    width: clamp(100px, 7.81vw, 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
/* .headN_item:last-child{ */
	/* padding:0 0 0 50px; */
/* } */
.headN_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
font-family: 'Pretendard-Medium';
    font-weight: 500;
    font-size: clamp(16px, 1.04vw, 20px);
    line-height: 24px;
    color: #000000;
	/* letter-spacing: -0.5px; */
}
.headN_item a:hover{
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}

.headN_item a.pc{
	display: flex;
}
.headN_item a.mo{
	display: none;
}

.headN_item dl{
	font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(102, 102, 102);
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

.headN_item b {
    letter-spacing: -0.5px;
    display: flex;
    gap: 4px;
    height: 17px;
    color: #808080;
    font-size: 16px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}
.headN_item b img.hanhwaText {
    top: 0px;
    position: relative;
    height: 14px;
}
.bTCgHC {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
}
.bTCgHC > svg {
    vertical-align: top;
    width: 10px;
    height: 10px;
    fill: rgb(102, 102, 102);
}

.mochat{
	display:none;
}
@media (max-width: 1600px) {
	/* header { */
		/* height: 90px; */
	/* } */
}
@media (max-width: 1400px) {
	.headNavBox {
		justify-content: flex-end;
	}
	.headN_item {
		width: clamp(94px, 6.81vw, 130px);
		line-height: 24px;
		color: #222;
	}
}
@media (max-width: 991px) {
	header {
		height: 80px;
	}
	.headInner {
		padding: 0 20px;
	}
	.headlogo img {
		height: 30px;
	}
	#head.down_header .headlogo img {
		height: 30px;
	}
	
	
	.headN_item {
		width: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 100%;
		cursor: pointer;
	}
	.headN_item {
		padding: 0 0 0 1.6rem;
		width: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 100%;
		cursor: pointer;
	}
	.headN_item a {
		font-size: 15px;
	}
	/* .headN_item { */
		/* padding: 0px 14px; */
	/* } */
	/* .headN_item:last-child { */
		/* padding: 0 0 0 14px; */
	/* } */
}
@media (max-width: 800px) {
	.headN_item {
		padding: 0px 0 0 14px;
	}
	/* .headN_item:last-child { */
		/* padding: 0 0 0 10px; */
	/* } */
}
@media (max-width: 767px) {
	header {
		height: auto;
	}
	#head.down_header {
		height: auto;
	}
	.headlogo {
		transform: inherit;
		left: 20px;
		top: 12px;
		position: absolute;
		display: inline-block;
	}
	.headlogo img {
		height: 32.48px;
	}
	#head.down_header .headlogo img {
		height: 32.48px;
	}
	.headlogo img.pclogo{display:none;}
	.headlogo img.mologo{display:inline-block;}
	
	.headN_item.mononeitem{
		display:none;
	}
	
	.headNavBox {
		padding: 60px 0 10px 0;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headNav.pc{
		display:none;
	}
	.headNav.mo{
		display:flex;
	}
	.headNav {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headN_item {
		padding:0;
		/* padding: 0px 10px; */
	}
	.headN_item a {
		font-size: 14px;
		line-height: 20px;
		color: rgb(102, 102, 102);
	}
	.headN_item a.pc{
		display: none;
	}
	.headN_item a.mo{
		display: flex;
	}
	
	.mochat {
		top: 14px;
		right: 20px;
		position: absolute;
		display: inline-block;
	}
	.mochat img{
		height:20px;
	}
}
/*--------------------------------------------------------------
# νΈν°
--------------------------------------------------------------*/
.footerWrap{
	position:relative;
	width:100%;
	background: #1a1a1a;
    padding: 80px 0px;
	z-index: 120;
	overflow: hidden;
}
.footerSideBox{
	max-width:1640px;
	padding:0 20px;
	margin:0 auto;
}

.footer_bottom {
    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
}
.footer_info div {
    line-height: 1.7;
}
.footer_info h3 {
		font-family: 'Pretendard-Bold';
    font-size: 16px;
    font-weight: 700;
    color: #999;
}
.p_t20 {
    padding-top: clamp(10px, 1.04vw, 20px);
}
.footer_info span {
	font-family: 'Pretendard-Light';
    font-size: 15px;
    color: #999;
    font-weight: 300;
    margin-right: 20px;
}
.footer_bottom .sns{
    display: flex;
	padding-top: clamp(15px, 1.56vw, 30px);
}
.footer_bottom .sns a {
	display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
}
.footer_bottom .sns .blog {
    background-image: url(/public/img/icon/blog_icon.svg);
}
.footer_bottom .sns .instagram {
    background-image: url(/public/img/icon/insta_icon.svg);
    margin: 0 16px;
}
.footer_bottom .sns .youtube {
    background-image: url(/public/img/icon/youtube_icon.svg);
}
@media (max-width: 991px) {
	.footer_bottom {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.footer_bottom .sns {
		display: flex;
		padding-top: 0;
		margin-bottom: 50px;
	}
	.footer_bottom .footer_info div {
		display: flex;
		flex-direction: column;
	}
	.footer_bottom .footer_info div br:not(.mo_br) {
		display: none;
	}
}
@media (max-width: 767px) {
	.footerWrap {
		padding: 60px 0px;
	}
	
	
	.footer_bottom .footer_info{
		padding-top: clamp(40px, 10.67vw, 80px);
	}
	
	.footer_bottom .footer_info h3 {
		font-size: clamp(18px, 4vw, 30px);
	}
	.footer_bottom .footer_info div span {
		font-size: clamp(12px, 3.47vw, 26px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	.footer_bottom .footer_info div {
		padding-top: clamp(15px, 4vw, 30px);
	}
	
	
	.footer_bottom .sns {
		display: flex;
		padding-top: 0;
		margin-bottom: 0;
	}
	.footer_bottom .sns a {
		width: clamp(50px, 13.33vw, 100px);
		height: clamp(50px, 13.33vw, 100px);
	}
	.footer_bottom .sns .instagram {
		background-size: clamp(22px, 5.33vw, 40px);
		margin: 0 clamp(10px, 2.67vw, 20px);
	}
}