/*--------------------------------------------------------------
# 헤더
--------------------------------------------------------------*/
header{
	position:fixed;
	width:100%;
	height:100px;
	z-index:100;
	background:#fff;
	left:0;
	top:0;
}
.headInner{
	margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
	height:100%;
	width:100%;
	position:relative;
}
.headlogo {
    transform: translateY(-50%);
    left: 20px;
    top: 50%;
    position: absolute;
    display: inline-block;
}
.headlogo img{
	height:34px;
}
.headNavBox {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headNav{
	height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headN_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgb(102, 102, 102);
    padding: 0px 20px;
}
.headN_item:last-child{
	padding:0 0 0 20px;
}
.headN_item a{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
	font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgb(102, 102, 102);
}
.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 {
    display: flex;
    gap: 4px;
    height: 17px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    align-items: center;
}
.bTCgHC {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
}
.bTCgHC > svg {
    vertical-align: top;
    width: 11px;
    height: 11px;
    fill: rgb(102, 102, 102);
}

.mochat{
	display:none;
}
@media (max-width: 1600px) {
	header {
		height: 90px;
	}
}
@media (max-width: 991px) {
	header {
		height: 80px;
	}
	.headN_item {
		padding: 0px 14px;
	}
	.headN_item:last-child {
		padding: 0 0 0 14px;
	}
}
@media (max-width: 800px) {
	.headN_item {
		padding: 0px 10px;
	}
	.headN_item:last-child {
		padding: 0 0 0 10px;
	}
}
@media (max-width: 767px) {
	header {
		height: auto;
	}
	.headlogo {
		transform: inherit;
		left: 20px;
		top: 10px;
		position: absolute;
		display: inline-block;
	}
	.headlogo img {
		height: 24px;
	}
	.headN_item.mononeitem{
		display:none;
	}
	
	.headNavBox {
		padding: 50px 0 10px 0;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.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: 12px;
		right: 20px;
		position: absolute;
		display: inline-block;
	}
	.mochat img{
		height:20px;
	}
}
/*--------------------------------------------------------------
# 푸터
--------------------------------------------------------------*/
.footerWrap{
	position:relative;
	width:100%;
	/* height:200px; */
	/* background:#222; */
	background: rgb(34, 34, 39);
    padding: 50px 0px 30px;
	z-index: 120;
	    overflow: hidden;
}
.footerInner {
	margin:0 auto;
	padding:0 20px;
    max-width: 1320px;
}


.fotLinkWrap{
	position:relative;
	width:100%;
}
.fotLinkWrap ul{
	position:relative;
	width:100%;
	display:flex;
}
.fotLinkWrap ul li{
	margin-left: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.fotLinkWrap ul li:nth-child(1){min-width: 179px;    margin-left: 0px;}
.fotLinkWrap ul li:nth-child(2){min-width: 227px;}
.fotLinkWrap ul li:nth-child(3){min-width: 176px;}
.fotLinkWrap ul li:nth-child(4){min-width: 180px;}
.fotLinkWrap ul li:nth-child(5){min-width: 175px;}
.fotLinkWrap ul li:nth-child(6){min-width:auto;}



.fotlTitle{
	font-family: 'Pretendard-Bold';
	color:#fff;
	font-weight:700;
	font-size:16px;
	line-height: 19px;
	letter-spacing:0px;
	margin-bottom: 20px;
}
.fotla{
	display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.fotla a {
	font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}
.fotla a.fontw{
	color: rgb(255, 255, 255);
}
.fotla dl{
	font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
}

.fotBottomBox{
	position:relative;
	width:100%;
	margin-top: 80px;
}
.fotlogoSnsBox{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fotlogo img{
	height:24px;
}
.fotsns {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fotsns a img.sns_insta{width:28px;}
.fotsns a img.sns_n{width:22px;}
.fotsns a img.sns_in{width:28px;}
.fotsns a img.sns_yt{width:32px;}

.hIuosx {
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 11px 0px 20px;
}


.fotSubTextBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.fottext{
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.fottext span {
    color: rgb(255, 255, 255);
}


.fotLink {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}
.link01 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 150%;
    padding: 0px 9px;
}
.link01:hover{
	color: rgb(255, 255, 255);
}
.link02 {
    font-weight: 400;
	/* color: #fff; */
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 150%;
    padding: 0px 9px;
}

.pLQIs{
	position:relative;
}
.pLQIs:hover .plqHoverBox{
	display: flex;
}
.plqHoverBox {
    display: none;
	/* display: flex; */
	position: absolute;
    left: 0;
    bottom: 0;
	padding:0 0 26px 0;
}
.plqHoverBoxInner{
	position:relative;
	width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	gap:6px;
}
.plqHoverBox a {
    text-align: left;
    width: 100%;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666;
}
.plqh{
	width:100%;
}
.plqh.dep2Link:hover .plqHoverBoxInner2{
	display:flex;
}
.plqHoverBoxInner2 {
    position: absolute;
    bottom: 0;
    left: 160px;
    width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    /* display: flex; */
	display:none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}


.eaCRgQ {
    display: flex;
    flex-direction: row;
    padding: 0px 9px;
    font-size: 16px;
	/* color: #fff; */
    color: rgba(255, 255, 255, 0.5);
    align-items: center;
}
span.eaqimg img {
    top: 2px;
    position: relative;
    margin: 0 0 0 4px;
    height: 16px;
}
.vJNVB {
	margin-left: 4px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
}

.fotcopy{
    width: 100%;
	display:block;
	text-align:left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.mofotBox{display:none;}
.fotnavBox{display:none;}
@media (max-width: 1200px) {
	.fotLinkWrap ul li{margin-left: 10px;}

	.fotLinkWrap ul li:nth-child(1){min-width: 149px;}
	.fotLinkWrap ul li:nth-child(2){min-width: 187px;}
	.fotLinkWrap ul li:nth-child(3){min-width: 156px;}
	.fotLinkWrap ul li:nth-child(4){min-width: 180px;}
	.fotLinkWrap ul li:nth-child(5){min-width: 145px;}
	.fotLinkWrap ul li:nth-child(6){min-width:auto;}
	
	.fottext {
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 17px;
	}
	
	.link01 {
		font-size: 14px;
		padding: 0px 9px;
	}
	.link02 {
		font-size: 14px;
		padding: 0px 9px;
	}
	.eaCRgQ {
		padding: 0px 9px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.fotLinkWrap{display:none;}
	.fotBottomBox{display:none;}
	
	.footerWrap{
		padding: 50px 0px;
		background:#F7F7F7;
	}
	.mofotBox{display:block;}
	.mofotTop {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mofotTopImg img{
		height:28px;
	}
	.mofotTopLink{
		display:flex;
	}
	.mofotTopLink a{
		color:#999;
		font-family: 'Pretendard-Bold';
		font-weight: 700;
		font-size: 15px;
        line-height: 24px;
		letter-spacing:0;
		position:relative;
		
		display: flex;
        align-items: center;
	}
	.mofotTopLink a.fdif{color:#666666;}
	.mofotTopLink a:last-child:after{content:none;}
	.mofotTopLink a:after {
		margin: 0 10px;
		display: inline-block;
		content: '';
		position: relative;
		width: 1px;
		height: 12px;
		background: #e6e6e6;
	}
	
	.mofottext{
		position:relative;
		display:block;
		text-align:left;
		margin:30px 0 30px 0;
	}
	.mofottext p{
		color:#A6A6A6;
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 15px;
        line-height: 24px;
		letter-spacing:0;
		position:relative;
	}
	.mofottext p span {
		margin: 0 0 20px 0;
		display: flex;
		color: #A6A6A6;
		align-items: center;
	}
	.mofottext p span b{
		margin: 0 10px;
		display: inline-block;
		content: '';
		position: relative;
		width: 1px;
		height: 12px;
		background: #e6e6e6;
	}
	
	.mofotcusBox{
		display:flex;
	}
	.mofotcus a {
		color: #000;
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0;
		background: #fff;
		display: flex;
		border-radius: 99px;
		border: 1px solid #ccc;
		width: 191px;
		height: 40px;
		align-items: center;
		justify-content: center;
	}
	.mofotcus a img {
		margin: 0 6px 0 0;
		height: 22px;
	}
	.mofottext.nonemer{
		margin: 30px 0 0 0;
	}
	.mofottext.nonemer p span{margin:0;}
}
@media (max-width: 767px) {
	.footerWrap {
		padding: 30px 0px 100px 0;
	}
	.mofotTopImg img{
		height:19px;
	}
	.mofotTopLink a{
		font-size:12px;
		line-height:18px;
	}
	.mofottext {
		margin: 15px 0 25px 0;
	}
	.mofottext p {
		font-size: 12px;
		line-height: 18px;
	}
	.mofotcus a img {
		margin: 0 4px 0 0;
		height: 16px;
	}
	.mofotcus a {
		font-size: 14px;
		line-height: 20px;
		width: 171px;
		height: 40px;
	}
	.mofottext.nonemer {
		margin: 20px 0 0 0;
	}
	.mofottext.nonemer p span {
		display: flex;
		margin: 0;
		gap:2px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.mofottext.nonemer p span b {
		margin: 0;
		background: initial;
		height: 0;
		/* display: none; */
	}
	
	.fotnavBox {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #fff;
		height: 72px;
		z-index: 200;
	}
	.fotnavInner{
		box-shadow: rgba(0, 0, 0, 0.07) 0px -4px 15px;
		width:100%;
		height:100%;
		position:relative;
		padding:0 20px;
	}
	.fotnavInner ul{
		display:flex;
		width:100%;
		        height: 100%;
	}
	.fotnavInner ul li{
		list-style:none;
		height: 100%;
		width:25%;
	}
	.fotnavInner ul li a {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 11px;
		line-height: 16px;
		font-weight: 400;
	}
	.fotnavInner ul li a img{
		margin:0 0 8px 0;
		height:28px;
	}
}