

/** +++++++++++++ header +++++++++++++ **/
.textEffect {overflow:hidden;}

header {
    z-index: 1111;
    position: relative;
}


#hd {
	width: 100%;
	padding: 0 auto;
	height: auto;
	background: transparent;
	position: fixed;
	top: 0;
	margin: 0 auto;
	background: #0e3e30!important;
	border-top: none;
}

#hd #hd_inner {
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 144rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 2rem 1.1rem;
}

#hd #hd_inner .logo {
	width:16.2rem;
	height:auto;
}
#hd #hd_inner .logo a {display:block;}
#hd #hd_inner .logo img {
	width:100%; height:auto;
}

#hd #hd_inner .gnb_wrap {}
#hd #hd_inner .gnb_wrap .gnb_ul {display:flex;justify-content:flex-start;align-items:center;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li {
    position: relative;
	margin-right: 9.2rem;
}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li:last-child {margin-right:0;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li > a {
    color: #222;
    display: block;
    font-family: "Pretendard", sans-serif;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 400;
    word-break: keep-all;
}

#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li:hover a {
	font-weight:700;
	color:#ff6c00;
}
.lnb_ulWrap {
    /**padding-top: 5.1rem;**/

}

.lnb_ulWrap.on {display:block;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul {
    width: 14rem;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    box-shadow: 0 0 6px rgba(10,27,55,0.2);
    top: 100%;
    display: none;
}

#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li:hover .lnb_ul {display:block;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul.on {display: block;}

#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul.lnb_wih {width: 160px;}

#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li {text-align: center;padding:1rem 0;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li:nth-child(2) {padding:1.5rem 0;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li.on a,
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li:hover a {font-weight:700; color:#ff6c00;}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li a {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0;
    line-height: 1;
}
#hd #hd_inner .gnb_wrap .gnb_ul .gnb_li .lnb_ul li.on a {font-weight: 700;color:#0a1b37}

.inqBtn {
    display: flex;
    align-items: center;
}

.inqBtxt {
    font-weight: 700;
    font-size: 2.2rem;
    color: #111;
    font-family: "Pretendard";
    letter-spacing: -0.02em;
    padding: 1rem 1.9rem 1rem 1.8rem;
    background: #f0b320;
    border-radius: 2rem;
    display: inline-block;
}

.inqTel {
	font-size:2rem;
	color:#fff;
	margin-left:1.2rem;
}

.hdRight {
    display: flex;
    align-items: center;
}


.menuList {
    display: flex;
    /* margin-right: 17rem;*/
}

.menuList li {
    font-size: 1.8rem;
    font-family: "Pretendard";
    color: #fff;
    margin-right: 5.5rem;
}

.menuList li:last-child {
	margin-right:0;
}



@media (max-width:768px) {

	#hd #hd_inner .logo {
		width: 7.9rem;
		height: auto;
	}


	.menuList, .inqBtn {display:none;}
}



/** +++++++++++++ footer +++++++++++++ **/
#aside {display: none;}

#footer {
    width:100%;
    height: auto;
    padding:5.6rem 0 6.5rem;
    background: #1c1c1c;
}


a[href^="tel"],
a[href^="mailto"],
a[href^="http"],
a[href^="https"] {
  text-decoration: none !important;
  color: inherit; /* 필요시 색상도 상속 */
}

footer a {
  text-decoration: none !important;
  color: inherit;
}


#footer .footerInner {
    width: 100%;
    max-width:144rem;
    padding:0 2rem;
    margin:0 auto;
}

.footerTop {
    padding-bottom: 4.6rem;
    dos: fle;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footerLogo {
    width:36.7rem;
    height: auto;
}

.footerLogo img {
    width:100%;
    height: auto;
}

.storeCeo {}
.storeCeo a {
    font-family: "Pretendard";
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    color: #9c9c9c;
    font-weight: 500;
}
.footerBotm {
    word-break: keep-all;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerBotmLeft {
    width: 70%;
}

.footerBotmRight {
    width: 30%;
}

.footerBotm .infoList {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.05em;
    color: #a6a5a5;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    font-family: "Pretendard";
}

.footerBotm .infoList li {
    margin-right: 1.5rem;
    font-family: "Pretendard";
}

.infoList span {
    color: #ffffff;
    font-family: "Pretendard";
}

.copyright {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #a6a5a5;
    margin-top: 1.7rem;
    font-family: "Pretendard";
}
.copyright span {
    color: #ffffff;
    font-family: "Pretendard";
}


ul.private {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#footer .private li {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: -0.05em;
    color: #FFF;
    font-family: "Pretendard";
}
#footer .private li:first-child {
    font-weight: 700;
    color: #f8b300;
    padding-right:2rem;
    position: relative;
}

#footer .private li:first-child::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background-color: #FFF;
    border-radius: 999%;
    position: absolute;
    right: 0.46rem;
    top: 50%;
    transform: translate(-50%,-50%);
}

#footer .inner .cleft li span {
    font-weight: 500;
    color: #d5d5d5;
    padding-left: 0.5em;
}

.privacy-policy.active {
	display:block!important;
}

.email-policy.active {
	display:block!important;
}

@media (max-width:768px) {
	#footer {
		padding: 8.5333vw 0 6.5rem;
	}
	
	.footerLogo {
		width: 47.7333vw;
		height: auto;
	}
	
	.footerTop {
		padding-bottom: 5.0667vw;
	}


	.footerBotm {
		padding-top: 4.2667vw;
		flex-direction: column-reverse;
	}
	
	.footerBotmLeft, .footerBotmRight {
		width: 100%;
	}
		
	.footerBotm .infoList {
		font-size: 2.6053vw;
		line-height: 3.9067vw;
		letter-spacing: -0.05em;
	
		width: 100%;
	}
	.footerBotm .infoList li {
		margin-right: 2.6667vw;
	}
	
	.copyright {
		font-size: 2.6053vw;
		line-height: 2.4rem;
		letter-spacing: -0.05em;
		margin-top: 7.2000vw;
	}
	
	ul.private {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 4.2667vw;
	}


	.storeCeo a {
		font-size: 3.1253vw;
		letter-spacing: -0.02em;
	}
	
	#footer .private li {
		font-size: 3.1253vw;
		line-height: 1;
		letter-spacing: -0.05em;
		color: #FFF;
		font-family: "Pretendard";
	}


	#footer .private li:first-child::before {
		content: '';
		width: 0.2rem;
		height: 0.2rem;
		background-color: #FFF;
		border-radius: 999%;
		position: absolute;
		right: 0.65rem;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

/** +++++++++++++ popUp +++++++++++++ **/



/************** policy layer s *************/
.policy_wrap {
	position: fixed;
	/* keeps the policy_wrap window in the current viewport */
	top: 0;left: 0;display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000, endColorstr=#A6000000);
	text-align: center;z-index: 999999;font-family: 'Pretendard', sans-serif;
}
.policy_wrap .policy-wrapper {
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    width: 90%;
    background-color: #fff;
    border: 1px solid #999;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    max-width: 820px;
    border-radius: 10px;
}
.close-popup {
	position: absolute;top: 20px;right: 20px;background-color: #fff;font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;font-weight: bold;line-height: 1;color: #ccc;text-shadow: 0 1px 0 #fff;border: none;
}
.policy_wrap .policy-wrapper h4 {
    padding: 15px;border-bottom: 1px solid #e5e5e5;font-size: 18px;font-weight: 500;font-family: var(--font-family-ptd);
}
.policy_wrap .policy {overflow-y: auto;padding: 30px;text-align: left;line-height: 163%;font-size: 12px;}
form a.popup-trigger {
    display: inline-block;padding: 0 5px;line-height: 1.25;text-indent: 0;color: #fff;background-color: #8C8984;font-size: 12px;
    vertical-align: middle;
}