@font-face {
    font-family: Marcellus;
    src: url(/assets/fonts/Marcellus-Regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: NS;
    src: url(/assets/fonts/NanumSquareR.woff2);
    font-weight: 400;
}
@font-face {
    font-family: NS;
    src: url(/assets/fonts/NanumSquareB.woff2);
    font-weight: 700;
}
@font-face {
    font-family: PT;
    src: url(/assets/fonts/Pretendard-Light.woff2);
    font-weight: 300;
}
@font-face {
    font-family: PT;
    src: url(/assets/fonts/Pretendard-Regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: PT;
    src: url(/assets/fonts/Pretendard-Medium.woff2);
    font-weight: 500;
}
@font-face {
    font-family: PT;
    src: url(/assets/fonts/Pretendard-Bold.woff2);
    font-weight: 700;
}
@font-face {
    font-family: AV;
    src: url(/assets/fonts/Antro_Vectra.woff2);
    font-weight: 400;
}
@font-face {
    font-family: CC;
    src: url(/assets/fonts/CarismaClassic-600DemiBold.woff2);
    font-weight: 600;
}
@font-face {
    font-family: CG;
    src: url(/assets/fonts/CarismaGothic-500Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: SPOKA;
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: SPOKA;
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

*{margin : 0;padding : 0; box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none; color : inherit}
img{display: block;max-width: 100%;}

/* 마우스오버 ANIMATION CSS */
.hover_ani{position:relative;/*width:500px;height:500px;*/}
.hover_ani>span.line{position:absolute;transition:width .5s,height .5s;background:#111;z-index: 10;}
.hover_ani>span.line:nth-child(1){width:0px;height:1px;left:0;top:0;}
.hover_ani>span.line:nth-child(2){width:1px;height:0px;right:0;top:0;}
.hover_ani>span.line:nth-child(3){width:0px;height:1px;right:0;bottom:0;}
.hover_ani>span.line:nth-child(4){width:1px;height:0px;left:0;bottom:0;}
.hover_ani:hover>span.line:nth-child(1),.hover_ani:hover>span.line:nth-child(3){width:100%;height:1px;}
.hover_ani:hover>span.line:nth-child(2),.hover_ani:hover>span.line:nth-child(4){width:1px;height:100%;}
/* 마우스오버 ANIMATION CSS END*/

/**/

.header{display: flex;justify-content: center; position :fixed; width : 100%; padding : 0 60px;top : 0; height : 120px;z-index: 1000; opacity: 1; transition : opacity .5s, background .5s; border-bottom : 1px solid transparent}
.header.sub{position : absolute; opacity: 1; border : 1px solid #e5e5e5;}
.header.on{background: #fff; border-color : rgba(0,0,0,0.1)}
.header.hide{opacity : 0; pointer-events : none;}
.header-inner{display: flex;align-items: center;justify-content: space-between; width : 100%; max-width: 1800px;}

.main-logo{width : 326px; height: 45px; background: url(/assets/images/common/main-logo.png?v=1)no-repeat center / contain; transition : background .5s;}
/* .header.white .main-logo{background: url(../../assets/images/common/main-logo.png?v=1)no-repeat center / contain;}
.header.dark .main-logo{background: url(../../assets/images/common/main-logo.png?v=1)no-repeat center / contain;}
.header.sub .main-logo{background: url(../../assets/images/common/main-logo.png?v=1)no-repeat center / contain;}
.header.on .main-logo{background: url(../../assets/images/common/main-logo.png?v=1)no-repeat center / contain;} */

.main-logo > a{display: block; font-size: 0; color : transparent; width : 100%;height : 100%;}

.header-nav{height : 100%;}
.header-nav > ul{display: flex;}
.header-nav > ul{height : 100%;}
.header-nav > ul > li{height : 100%;}
.header-nav > ul > li > a{display: flex;align-items: center;height : 100%; padding: 0 20px; font-size: 16px; letter-spacing: -0.028em; position : relative; color : #000;}
.header.white .header-nav > ul > li > a{color : #fff;}
.header.dark .header-nav > ul > li > a{color : #000;}
.header.sub .header-nav > ul > li > a{color : #000;}
.header.on .header-nav > ul > li > a{color : #000;}
.header .header-nav > ul > li:hover > a{color : #cb5a2a; font-weight: 700;}
.header-nav > ul > li > a::after{position : absolute; content : ''; width : 100%; height : 3px; bottom : 0; left : 0; background: #cb5a2a; clip-path: inset(0 50%); transition : clip-path .5s;} 
.header-nav > ul > li:hover > a::after{clip-path: inset(0);}

.header-right{display: flex;align-items: center; gap: 28px;}

.header-open{font-size: 21px; font-family: Noto Sans KR; color : #fff; background: #002a4e; padding : 10px 30px; line-height: 1em; border-radius: 12px 0 12px 0;}

.header .customer{display: flex; align-items: center; gap :10px; color : #cb5a2a;font-family: 'Futura PT', sans-serif; font-weight: 500; font-size: 22px;}
.customer-icon{width : 19px;height : 21px; background: url(/assets/images/common/header-open.png)no-repeat center / contain;}

.header-tel{display: flex; align-items: center; gap : 10px; font-size: 22px; font-family: CG; color : #000; transition : color .5s;}
.header.white .header-tel{color : #fff;}
.header.dark .header-tel{color : #000;}
.header.sub .header-tel{color : #000;}
.header.on .header-tel{color : #000;}

.header-tel-icon{ background: #fff; border-radius: 50%; transition : filter .5s; padding: 20px;}
.header.white .header-tel-icon{filter: brightness(20) grayscale(1);}
.header.dark .header-tel-icon{filter: brightness(1) grayscale(0);}
.header.sub .header-tel-icon{filter: brightness(1) grayscale(0);}
.header.on .header-tel-icon{filter: brightness(1) grayscale(0);}
/**/


/**/

.footer{display: flex;justify-content: center; background: #000; color : #eee;padding : 50px 0; font-size: 14px; font-family: PT;position : relative; font-family: PT;}
.footer-inner{display: flex;justify-content: start;position : relative;width : 100%; max-width: 1580px; margin : 0 auto;}

.footer-logo-02{margin-bottom: 14px;}

.footer-ul{display: flex; gap : 30px; font-size: 14px; color: #aaa; margin-bottom: 14px;}

.footer-info{color : #8E8E8E; font-size: 14px; letter-spacing: -0.06em; margin-bottom: 23px;}
.footer-copy{color : #8E8E8E; font-size: 14px; letter-spacing: -0.06em;}
.sigong{position : absolute;right : 0;top : 0;}

.footer-left{display: flex;align-items: flex-start; padding-right: 50px;margin-right: 50px; border-right: 0px solid rgba(255,255,255,0.5);}

.footer-btn-box{display: flex;flex-direction: column; gap : 10px; position :absolute; right : 0; top : 0;}
.footer-btn-box > a{position : relative;}
.footer-btn-box > a::after{position : absolute; content :''; width : 100%;height : 100%; background: rgba(255,255,255,0.2);left : 0;top : 0; transition : clip-path .3s; clip-path: inset(0 100% 0 0);}
.footer-btn-box > a:hover::after{clip-path: inset(0);}
.footer-btn-box > a > img{position : relative; z-index: 1;}