@charset "UTF-8";

* {margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, span, a, button, label, td, th, dt, dd, i, em, div {font-family: 'Pretendard', sans-serif; color: #333; text-decoration: none;}
li {text-decoration: none; list-style: none;}
.mo {display: none;}

body {width: 100%; height: auto; overflow-x:hidden;}
.clearfix:after{content:""; display:block; clear:both;}
.fix-layout{max-width:1824px; margin:0 auto; width:100%; padding:0 12px;}

footer .fsitelink {z-index:101; display:inline-block; position:relative; box-sizing:border-box; text-align: left;  width:50%;}
footer .fsitelink:first-child{border-right:1px solid #393939}
footer .fsitelink:last-child {margin:0}
footer .fsitelink .tit a {display:block;position:relative; padding-right:70px; padding-left:14px; font-size:16px;font-weight:300;white-space:nowrap;letter-spacing:-.05em;  color:#fff; line-height:80px;}
footer .fsitelink .tit a:hover, #footer-wr .fsitelink-wr .fsitelink .tit a:active, #footer-wr .fsitelink-wr .fsitelink .tit a:focus { text-decoration: none; }
footer .fsitelink .tit a .gogo {/* display:block;*/ display:none; position:absolute;box-sizing:border-box;right:0;top:0;height:100%;color:#4b403a;background:#fff;font-weight:500;line-height:1;padding-right:50px;}
footer .fsitelink .tit a:after {content:"";display:block;position:absolute;/* right:50px;*/ right:40px;top:50%;transform:translateY(-50%); background:url(/resources/custom/images/main/common/fsitelink.png) no-repeat 0px 0;width:19px;height:19px;transition:all .3s ease}
footer .fsitelink .tit{background:none; padding-left:0; margin-bottom:0;}
footer .fsitelink.is-open .tit a:after {transform:rotate(180deg);margin-top:-7px}
footer .fsitelink .fsitelink-cate-box {position:absolute;bottom:100%;left:0;/*background:#000;*/background: rgba(8, 31, 89, 0.95);width:100%;height:0;overflow:hidden;box-sizing:border-box;transition:all .3s ease; display:none;}
footer .fsitelink.is-open .fsitelink-cate-box {display:block;height:279px;overflow-y:auto;border:1px solid #fff;border-bottom:0 ; display:block;}
footer .fsitelink .fsitelink-cate-box .inwr {height:240px;margin:10px;box-sizing:border-box}
footer .fsitelink .fsitelink-cate-box ul {margin:0px 10px}
footer .fsitelink .fsitelink-cate-box li {margin:1px 0}
footer .fsitelink .fsitelink-cate-box li a {display:block;padding:2px 0; color:#fff;}
footer .fsitelink .fsitelink-cate-box li a span {font-size:14px;color:#bfa89c;transition:all .3s ease}
footer .fsitelink .fsitelink-cate-box li a:hover span,
footer .fsitelink .fsitelink-cate-box li a:focus span,
footer .fsitelink .fsitelink-cate-box li a:active span {text-decoration:underline;color:#fff} 
@media all and (max-width:1300px) {
    footer .fsitelink-wr{float:none; margin-top:50px;}
    footer .fsitelink-wr .fsitelink{float:none; margin-bottom:10px; width:100%;}
}


@media all and (max-width:767px){
		footer .fsitelink .tit a:after{right:12px;}
    footer .fsitelink:first-child{margin-right:0px;}
    footer .fsitelink .tit a{text-align:left;}
    footer .ft-bn .desc{display:block; margin-bottom:12px;}
    footer .ft-bn .bn-list-box{display:block; margin-left:0; width:100%;}
}

.ft-sitelink-box{background-color:#191919}
.ft-top,.ft-bottom{background:#282828;}
.ft-top .fix-layout{display:flex; justify-content:space-between; border-bottom:1px solid #515151; padding:40px 12px; align-items: center;}
.ft-top ul{display:flex; flex-wrap:wrap;}
.ft-top .ft-etc-box{gap:30px}
.ft-top .ft-etc-box a{color:#bfbfbf; font-size:20px; font-weight:500;}
.ft-top .ft-etc-box .w-txt{color:#fff;}
.ft-top .ft-sns-box{gap:10px}
.ft-bottom{padding:40px 0;}
.ft-bottom .fix-layout{display:flex; gap:40px;}
.ft-bottom p{color:#bfbfbf; font-weight:500; font-size:16px;} 

@media all and (max-width:767px){
		.ft-top .ft-etc-box a{font-size:16px;}
		.ft-top .fix-layout{flex-direction:column; justify-content: center; gap:20px;}
		.ft-top .ft-etc-box{justify-content: center; gap:10px;}
		.ft-top .ft-sns-box{justify-content: center;}
		.ft-bottom .fix-layout{flex-direction:column; align-items:center; gap:10px; text-align:center;}
}