@charset "utf-8";

/******************공통*******************/
*{box-sizing:border-box;word-break: keep-all;line-height:1.2;}
a {color: inherit;text-decoration: none;}
.con-flex{display:flex;align-items:center;}
.con-flex-bet{display:flex;align-items:center;justify-content:space-between;}
.btn{display:flex;align-items: center;justify-content: center;}
.m-only{display:none;}
.videoWrapper {position: relative;width:100%;height: 100%;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.br-m{display:none;}
.df{background:#f7f7f7;}

.inner{width:100%;padding:0 50px;max-width:1600px;margin:0 auto;}
header .inner{max-width:none;}

/******************헤더*******************/

/*공통*/
header{position:fixed;top:0;left:0;z-index:990;width:100%;height:75px;background:#060403;}
header .gnb>ul{gap:40px;}
header .gnb>ul>li{position:relative;line-height:75px;font-size: 17px;font-weight: 400;color:#fff;}
header .gnb a{display:inline-block;width:100%;height:100%;}
header .hd-menu-r ul{gap:40px;}
header h1 img,
footer h1 img{width:80px;}




/******************푸터*******************/
footer{padding:80px 0 150px;background:#060403;color:#d1d3d4;}
footer a{color:inherit}
footer .inner{position:relative;gap:100px;align-items: stretch;}
.copyright{position:absolute;bottom:10px;right:0;font-size: 13px;font-weight: 300;}
footer .con-r{align-items: stretch;gap:50px;font-weight: 300;font-size: 13px;}
footer .con-r h4{font-weight: 600;margin-bottom:5px;color:#fff;}
footer .con-r li{line-height:1.8;color:#d1d3d4;font-weight: 300;}
footer .con-l .contact{margin:30px 0 0;color:#fff !important;}
footer .con-l .contact span{display:block;font-size: 13px;font-weight: 300;}
footer .con-l .contact p{margin-top:5px;font-size: 35px;font-weight: 400;}
.top-btn{display:none;position:fixed;bottom:155px;right:30px;z-index:99;width:50px;height:50px;background:none;border:none;cursor:pointer;padding:0;}
.top-btn img{width:100%;}
footer .line{color:#414143;font-weight: 500;}

/******************섹션*******************/
section{margin-top:75px;}

#bt-menu{position:fixed;bottom:0;left:0;z-index:99;width:100%;height:70px;background:#474b4e;}
#bt-menu ul{height:100%;}
#bt-menu ul li{width:25%;height:100%;background:#474b4e;color:#fff;font-size:17px;border-right:1px solid #6d6e71}
#bt-menu ul li:first-child{background:#000;border-right:none;}
#bt-menu ul li:last-child{border-right:none;}
#bt-menu ul li a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align: center;}
#bt-menu ul li a img{width:90px;}
#bt-menu .contact-tab{background:#a37e43;}

/* .fixed-contact{display:flex;position:fixed;top:0px;left:50%;transform:translateX(-50%);width:100%;height:70px;max-width:1600px;align-items: center;justify-content: flex-end;} */
.fixed-contact{position: fixed;top: 20px;left: calc(50% + min(800px, 50vw)); transform: translateX(-100%); z-index: 9999;}
.fixed-contact img{width:200px;}