@import "style.css"; /* common */
*::selection { background-color:rgba(82,195,241,0.5); } 
.clearfix::after { content:""; display:block; clear: both; } 
body { width:100%; height:100%; } 
.inner-01 { width:calc(100% - 80px); margin: 0 auto; } 
.inner-02 { max-width: 1400px; margin: 0 auto; padding:150px 0 100px; } 
.title { margin:0 0 80px; } 
.title h2 { font-size: 43px; text-align: center; font-weight: 600; line-height: 1.3; position: relative; top:-20px; opacity: 0; transition: top 0.3s ease, opacity 0.3s ease; } 
.title.left h2 { text-align: left; } 
.title p.sub { font-size: 18px; text-align: center; margin-top:25px; line-height: 1.4; position: relative; top:-20px; opacity: 0; transition: top 0.3s ease, opacity 0.3s ease; transition-delay: 0.2s; } 
.title p.sub.big { font-size: 24px; } 
.title.left p.sub { text-align: left; } 
.title p.sub br { display: none; } 
.main-cont.on .title h2, .content .inner-02.on .title h2 { top:0; opacity: 1; } 
.main-cont.on .title p.sub, .content .inner-02.on .title p.sub { top:0; opacity: 1; } 
.highlighter { text-decoration: none; display: inline-block; padding: 5px 0; position: relative; transition: 0.7s; } 
.on .highlighter { transition: 1.5s ease; background-position: bottom right; } 
.highlighter:after { background: none repeat scroll 0 0 transparent; bottom: 6px; content: ""; display: block; height: 7px; left: 0; position: absolute; z-index: -1; background: #ff9933; transition: width 0.5s ease 0s; width: 0; transition-delay: 0s; } 
.on .highlighter:after { width: 100%; transition-delay: 0.5s; } 
.btnWrap { text-align: center; font-size: 0; } 
.btn { display: inline-block; padding:25px 77px; border-radius: 10px; font-size: 22px; border:none; cursor: pointer; position: relative; overflow: hidden; line-height: 1; } 
.btn.orange { background: #ff9933; } 
.btn.orange span { color:#fff; position: relative; z-index: 2; } 
.btn.orange::after { content:''; display: block; width:0; height: 100%; background: #eb3800; position: absolute; top:0; left:0; transition: width 0.5s ease-in-out; } 
.btn.orange:hover::after { width:100%; } 
.btn.skyblue { background: #ff9933; } 
.btn.btnSend { width:100%; border-radius: 0; padding:17px 0 15px; font-size: 14px; font-weight: 600; letter-spacing: 4px; } 
.btn.btnSend em { margin-left: 0; transition: margin 0.3s ease; } 
.btn.btnSend:hover em { margin-left: -10px; } 
.btn.btnSend span { vertical-align: middle; font-size: 18px; position: absolute; opacity: 0; margin-top: -3px; margin-left: -5px; transition: opacity 0.3s ease, margin 0.3s ease; } 
.btn.btnSend:hover span { opacity: 1; margin-left: 0; } 
/* header */
#header { width:100%; position: fixed; top:0; left:0; z-index: 998; padding:40px 0 0; background: linear-gradient(rgba(0,0,0,1), 15%, transparent); transition: padding 0.3s ease, background 0.7s ease; } 
#header .inner-01 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
#header .logo { width:140px; } 
#header .logo a { display: block; width:140px; height:80px; background: url("../../img/logo.png") no-repeat 0 0; background-size: contain; text-indent: -9999px; transition: background 0.3s ease; } 
#header .logo:hover { -webkit-animation-name: buzz; animation-name: buzz; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } 
#header .gnb .gnb-ul { display: flex; flex-wrap: wrap; } 
#header .gnb .gnb-ul li { margin: 0 20px; } 
#header .gnb .gnb-ul li a { font-size: 22px; font-weight: 600; color:#fff;} 
#header .btn-wrap { display: flex; flex-wrap: wrap; align-items: center; } 
#header .inquiry { font-size: 16px; font-weight: bold; display: block; margin: 0 30px 0 0; letter-spacing: 1.5px; color:#ff9933; border:1px solid #ff9933; border-radius: 2px; padding: 8px 12px 6px; transition: 0.3s ease; } 
#header .inquiry:hover { background:#ff9933; color:#fff; } 
/*가운데서 좌우로 펼쳐지는 라인 에니메이션*/
.spread-underline { text-decoration: none; display: inline-block; padding: 5px 0; position: relative; } 
.spread-underline:after { background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; display: block; height: 2px; left: 50%; position: absolute; background: #fff; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0; } 
.spread-underline:hover:after { width: 100%; left: 0; } 
.inquiry .spread-underline { text-decoration: none; display: inline-block; padding: 7px 10px 5px; position: relative; transition: 0.7s; background:#fff; background-position: left top; background-image: url("../img/wave.png"); background-size: cover; color: #fff; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; white-space: nowrap; font-weight: 700; } 
.inquiry .spread-underline:hover { transition: 1s ease; background-position: bottom right; } 
.inquiry .spread-underline:after { background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; display: block; height: 2px; left: 50%; position: absolute; background: #ff9933; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0; transition-delay: 0s; } 
.inquiry .spread-underline:hover:after { width: 100%; left: 0; transition-delay: 0.6s; } 
/*가운데서 좌우로 펼쳐지는 라인 에니메이션:끝*/
#header #allMenuBtn { width:50px; height:50px; background: none; border:none; position: relative; cursor: pointer; } 
#header #allMenuBtn .btn-line { display: block; width:40px; height:2px; background: #fff; position: absolute; top:12px; left:50%; margin-left: -20px; transition: top 0.3s ease, transform 0.3s ease } 
#header #allMenuBtn span:nth-child(2).btn-line { top:24px; } 
#header #allMenuBtn .btn-line.short { width:25px; height:2px; background: #fff; top:36px; transition: top 0.3s ease, transform 0.3s ease, margin 0.3s ease; } 
#header #allMenuBtn:hover .btn-line, #header #allMenuBtn:hover .btn-line.short { top:24px; } 
#header #allMenuBtn.close .btn-line { transform: rotate(45deg); top:24px; } 
#header #allMenuBtn.close span:nth-child(2).btn-line { transform: rotate(-45deg); } 
#header #allMenuBtn.close .btn-line.short { top:19.5px; margin-left: -17px; } 
@keyframes shake { 2% { transform:translate(-.5px,2.5px) rotate(-.5deg) } 4% { transform:translate(.5px,-1.5px) rotate(-.5deg) } 6% { transform:translate(1.5px,-1.5px) rotate(1.5deg) } 8% { transform:translate(.5px,2.5px) rotate(-.5deg) } 10% { transform:translate(-1.5px,2.5px) rotate(1.5deg) } 12% { transform:translate(2.5px,-.5px) rotate(-.5deg) } 14% { transform:translate(2.5px,2.5px) rotate(1.5deg) } 16% { transform:translate(1.5px,1.5px) rotate(.5deg) } 18% { transform:translate(.5px,2.5px) rotate(1.5deg) } 20% { transform:translate(1.5px,-1.5px) rotate(-.5deg) } 22% { transform:translate(.5px,1.5px) rotate(1.5deg) } 24% { transform:translate(-.5px,1.5px) rotate(.5deg) } 26% { transform:translate(-1.5px,-1.5px) rotate(.5deg) } 28% { transform:translate(1.5px,2.5px) rotate(1.5deg) } 30% { transform:translate(2.5px,-1.5px) rotate(1.5deg) } 32% { transform:translate(1.5px,1.5px) rotate(1.5deg) } 34% { transform:translate(2.5px,.5px) rotate(-.5deg) } 36% { transform:translate(2.5px,-.5px) rotate(-.5deg) } 38% { transform:translate(.5px,.5px) rotate(.5deg) } 40% { transform:translate(1.5px,-1.5px) rotate(1.5deg) } 42% { transform:translate(.5px,-.5px) rotate(.5deg) } 44% { transform:translate(-.5px,-.5px) rotate(-.5deg) } 46% { transform:translate(1.5px,2.5px) rotate(-.5deg) } 48% { transform:translate(2.5px,2.5px) rotate(1.5deg) } 50% { transform:translate(.5px,2.5px) rotate(1.5deg) } 52% { transform:translate(1.5px,-1.5px) rotate(1.5deg) } 54% { transform:translate(.5px,.5px) rotate(1.5deg) } 56% { transform:translate(1.5px,1.5px) rotate(.5deg) } 58% { transform:translate(.5px,.5px) rotate(1.5deg) } 60% { transform:translate(-.5px,.5px) rotate(-.5deg) } 62% { transform:translate(2.5px,-1.5px) rotate(1.5deg) } 64% { transform:translate(2.5px,-.5px) rotate(.5deg) } 66% { transform:translate(.5px,.5px) rotate(1.5deg) } 68% { transform:translate(-1.5px,-.5px) rotate(.5deg) } 70% { transform:translate(2.5px,.5px) rotate(-.5deg) } 72% { transform:translate(1.5px,.5px) rotate(1.5deg) } 74% { transform:translate(.5px,.5px) rotate(1.5deg) } 76% { transform:translate(-1.5px,-.5px) rotate(.5deg) } 78% { transform:translate(-1.5px,-1.5px) rotate(-.5deg) } 80% { transform:translate(-.5px,-.5px) rotate(.5deg) } 82% { transform:translate(-.5px,1.5px) rotate(1.5deg) } 84% { transform:translate(-1.5px,2.5px) rotate(-.5deg) } 86% { transform:translate(-1.5px,-.5px) rotate(-.5deg) } 88% { transform:translate(2.5px,-.5px) rotate(-.5deg) } 90% { transform:translate(2.5px,-1.5px) rotate(-.5deg) } 92% { transform:translate(2.5px,.5px) rotate(-.5deg) } 94% { transform:translate(.5px,1.5px) rotate(-.5deg) } 96% { transform:translate(1.5px,2.5px) rotate(.5deg) } 98% { transform:translate(2.5px,-.5px) rotate(1.5deg) } 0%,100% { transform:translate(0,0) rotate(0) } 
 }
@-webkit-keyframes buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
 100% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 
 }
@keyframes buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
 100% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 
 }
.btnFloor .btnMain { display: inline-block; width:60px; height:60px; font-size: 0; padding:0; border:none; background: none; text-align: center; cursor: pointer; position: fixed; right:90px; bottom:40px; z-index: 997; } 
.btnFloor a.btnMain { bottom:85px; } 
.btnFloor .btnMain img { transform-origin: 50% 0%;margin-top:5px; /*animation-name: shake; animation-duration: 8s; animation-iteration-count: infinite; animation-delay: 0.5s; */ } 
 /*
 @keyframes shake { 
 0% { transform: rotate(0deg); } 
 10% { transform: rotate(45deg); } 
 20% { transform: rotate(-45deg); } 
 30% { transform: rotate(30deg); } 
 40% { transform: rotate(-30deg); } 
 50% { transform: rotate(10deg); } 
 60% { transform: rotate(-10deg); } 
 70% { transform: rotate(0deg); } 
 100% { transform: rotate(0deg); } }
 */
.textcircle textPath { letter-spacing: 17px; } 
.textcircle text { font-size: 32px; text-transform: uppercase; fill: #ff9933; } 
.textcircle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 200px; transition: 0.5s;animation: rotateIt 7s linear infinite; } 
.btnMain { position: relative; } 
@keyframes rotateIt { 100% { transform: translate(-50%, -50%) rotate(360deg); } 
 } 
/* header on */
#header.on { /*background: linear-gradient(rgba(14,23,43,1), 70%, transparent); */background:#0E172B; /*border-bottom: 1px solid #576583; */ } 
#header.narrow { padding:30px 0; } 
#allMenu { width:100%; height:100%; position: fixed; z-index: 997; background: rgba(0,0,0,0.85); display: none; } 
#allMenu .inner-01 { height:100%; position: relative; } 
#allMenu .inner-02 { height:100%; } 
#allMenu .siteMapWrap { height:100%; display: flex; align-items: center; } 
#allMenu .siteMapWrap .siteMap li { font-size: 75px; margin-bottom: 35px; } 
#allMenu .siteMapWrap .siteMap li:last-child { margin-bottom: 0; } 
/* #allMenu .siteMapWrap .siteMap li a:hover { color:#52C3F1; } */
#allMenu .siteMapWrap .siteMap li a { transition: 0.7s; background:#fff; background-position: left top; background-image: url("../img/wave.png"); color: #fff; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; /* display: inline-block; */
 white-space: nowrap; font-weight: 700; } 
#allMenu .siteMapWrap .siteMap li a::after { content: ""; display: none; width:13px; height:13px; border-radius: 6.5px; background: #52C3F1; margin-left: 10px; /* opacity: 0; transition: opacity 0s ease; */ } 
#allMenu .siteMapWrap .siteMap li a:hover { transition: 1.5s ease; background-position: bottom right; } 
#allMenu .siteMapWrap .siteMap li a:hover::after { display: inline-block; /* opacity: 1; transition: opacity 0s ease 1.5s; */ } 
#allMenu .company-info { position: absolute; bottom:40px; right:0; text-align: right; } 
#allMenu .company-info .contactBtn { font-size: 0; display: inline-block; } 
#allMenu .company-info .info { margin:35px 0 10vw; font-size: 20px; line-height: 1.8; } 
#allMenu .company-info .info .mbr { display: none; } 
#allMenu .company-info .copy { font-size: 18px; } 


/* footer */
#footer { background: #000; color:#fff; } 
#footer .inner-02 { position: relative; padding:100px 0 100px; display: flex; flex-wrap: wrap; justify-content: space-between; } 
#footer #btnTop { position: absolute; top: -40px; right: -50px; background: none; border: none; margin: 0;padding: 0;} 

#footer h6 { font-size:20px; text-align:left; font-weight: 700; } 
#footer .profile { font-size: 0; } 
#footer .profile .company-dw-btn { display: block; text-align: center; margin-top: 35px; } 
#footer .profile .company-dw-btn p { margin-top: 30px; font-size: 18px; } 
#footer .info .txt { font-size: 16px; line-height: 1.4; } 
#footer .info .txt p { line-height: 1.5; } 
#footer .info .txt .address { margin:35px 0 37px; } 
#footer .info .txt .address span { font-weight: 500; } 
#footer .contact { width:240px; padding-right: 5%; box-sizing: content-box; } 
#footer .contact .number { font-size: 16px; color:#ff9933; margin: 25px 0 18px; font-weight: 800; white-space: nowrap; } 
#footer .contact p { line-height: 1.5; } 
#footer .copyright { background: #0E172B; text-align: center; padding:30px 0 30px; } 
#footer .copyright p { color:#BCBCBC; } 

/* reverse */
.reverse #header.on { background: #fff; border-bottom: 1px solid #ddd; } 
.reverse #header .gnb .gnb-ul li { color:#fff; } 
.reverse #header.on .gnb .gnb-ul li { color:#000; } 
.reverse #header .gnb .gnb-ul li a:hover { color: #ff9933; } 
.reverse #header .spread-underline:after { background: #ff9933; } 
.reverse #header #allMenuBtn .btn-line { background: #fff; } 
.reverse #header.on #allMenuBtn .btn-line { background: #000; } 
.reverse #footer { background: #eee; } 
.reverse #footer .copyright { background: #fff; } 
.reverse #footer .copyright p { color:#666; } 


#footer .termsPopupBg h6 {text-align: left;line-height: 1.5;}
#footer .termsPopupBg p {line-height: 1.5;}
#footer .info .button-box {margin-top: 20px;}
#footer .info .button-box button{background: none; color:#fff !important;}
.termsPopupBg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    
}
.termsPopup.on {
    height: inherit;
    max-height: calc(100% - 350px);
    opacity: 1;
    z-index: 30;
}
.termsPopup {
    width: 80%;
    max-width: 1120px;
    height: 0;
    background: #fff;
    padding: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
    color: #000;
    z-index: 10;
}
.termsPopup .close {
    width: 18px;
    height: 18px;
    background: url(../img/content/ico-close.png) no-repeat 0 0;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    right: 0;
}
.termsPopup > .terms-wrap {
    height: 100%;
    overflow-y: auto;
}
.termsPopup .terms-wrap .terms-tit {
    font-size: 30px;
    font-weight: 700;
}
.termsPopup .terms-wrap .terms-cont {
    margin-top: 30px;
}
.termsPopup .terms-wrap .terms-cont .flexRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 50px;
}
.termsPopup .terms-wrap .terms-cont .flexRight span a {
    text-decoration: underline;
    color: var(--point);
}
