@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
*:before,
*:after {box-sizing: border-box;}
html, body {
    -webkit-overflow-scrolling: touch; /* iOS 사파리 전용 */
    touch-action: auto; /* 또는 pan-y */
}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;background: #131313;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;max-width: 1420px;}

.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}


.overlay{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}


/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}


/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}

.progress-bar{position: fixed;top: 0;left: 0;width: 0%;height: 4px;background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #feca57);z-index: 1000;}
/* HTML: <div class="loader"></div> */
.spinner-wrap {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0,1);z-index: 9999999;}
.spinner-wrap.hide {display: none;visibility: hidden;}
.spinner{position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);display: flex;align-items: center;flex-direction: column;gap:10px;}
.spinner i{opacity: 0.8;width:130px;display: inline-block}
.spinner i img{display: block;width:100%;}
/* HTML: <div class="loader"></div> */
.loader {
    width: calc(6*30px);
    height: 50px;
    display: flex;
    color: #fff;
    filter: drop-shadow(30px 25px 0 currentColor) drop-shadow(60px 0 0 currentColor) drop-shadow(120px 0 0 currentColor);
    clip-path: inset(0 100% 0 0);
    animation: l11 2s infinite steps(7);
}
.loader:before {
    content: "";
    width: 30px;
    height: 25px;
    background: currentColor;
    clip-path: polygon(0 50%,30% 40%,100% 0,60% 40%,100% 50%,60% 60%,100% 100%,30% 60%);
}


.scroll-down{
    position: fixed;
    left:50%;
    transform: translateX(-50%);
    bottom:30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll-down p{margin-top:10px;text-align: center;color:#fff;font-family: 'Pretendard';font-size:16px}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 60px;
   position: relative;
  }
  .mouse::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
  }
  
  @keyframes wheel {
    to {
      opacity: 0;
      top: 40px;
    }
  }
  @-webkit-keyframes wheel {
    to {
      opacity: 0;
      top: 40px;
    }
  }


.radio1{position: relative;}
.radio1 input[type="radio"]{position: absolute;opacity: 0;}
.radio1 label{display: flex;flex-direction: column;align-items: center;cursor: pointer;border-radius: 10px;background-color: #27282c;padding:30px 30px 20px;border:1px solid #27282c;transition: all 0.3s;}
.radio1 label .img{display: block;overflow: hidden;border-radius: 10px;}
.radio1 label .t1{font-family: 'Pretendard';display: inline-block;margin-top:20px;font-size: 18px;font-weight: bold;color: #fff;}
.radio1 label .t2{font-family: 'Pretendard';display:inline-block;margin-top:10px;font-size: 18px;font-weight: normal;text-align: center;color: #aaa;}
.radio1 input[type="radio"]:checked + label{border-color: #3fafb8;}
.radio1 label:hover{border-color: #3fafb8}

header{position: fixed;top: 0;left:0;width:100%;height:50px;display: flex;align-items: center;justify-content: space-between;padding:0 30px;border-bottom: 1px solid rgba(255, 255, 255, 0.05);box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);transition: all 0.3s ease;z-index: 2000;}
header:before{content: "";position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, 0.1);backdrop-filter: blur(20px) saturate(180%);}
header .logo{display: inline-block;opacity: 0.5;}
header .logo img{display:block;}
header h1{position:absolute;left:50%;transform:translateX(-50%);font-size: 18px;font-weight: 800;letter-spacing: -0.36px;color: #fff;opacity: 0.5;line-height: 1;}
header .share-box .open-share{opacity: 0.5;}
header .share-box .share-list{display:none;position: absolute;right: 20px;top: 50px;padding: 20px;border-radius: 10px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);background-color: #555;width:256px;z-index: 10;}
header .share-box .share-list ul{display: flex;gap:20px;}
header .share-box .share-list ul li{flex:1;}
header .share-box .share-list ul li button{display: block;}
header .share-box .share-list ul li button img{display: block;}
header .share-box .share-list .close-share{font-family: 'Pretendard';margin-top:20px;display: flex;align-items:center;justify-content: center;width:100%;height:35px;border-radius: 5px;background-color: #333;font-size: 16px;font-weight: 600;letter-spacing: -0.32px;color: #fff;}
header.scroll{top:-100px;}


footer{text-align: center;background: #787878;padding:20px 0;text-align: center;}
footer copyright{display: inline-block;font-size: 14px;font-weight: bold;text-align: center;color: #aaa;}


@media all and (max-width:1760px) {
}

@media all and (max-width:1600px) {
}

@media all and (max-width:1460px) {
}

@media all and (max-width:1280px) {
}

@media all and (max-width:1024px) {
    .spinner i{width:100px;}
    .loader{height: 40px;}
    .loader:before{width: 20px;height: 17px;}

    .radio1 label{padding:20px;}
    .radio1 label .t1{margin-top:10px;font-size:16px;}
    .radio1 label .t2{font-size:16px;}

    header{padding:0 20px;}
    header .logo{width:80px;}
    header h1{font-size: 16px;}
    header .share-box .open-share{width:20px;}


}

@media all and (max-width:768px) {

    @keyframes wheel {
        to {
            opacity: 0;
            top: 20px;
        }
    }
    @-webkit-keyframes wheel {
        to {
            opacity: 0;
            top: 20px;
        }
    }


    .radio1 label{padding:10px;}
    .radio1 label .t1{margin-top:10px;font-size:14px;}
    .radio1 label .t2{font-size:14px;}

    .scroll-down{bottom:20px;}
    .mouse{width:20px;height:30px;}
    .mouse::before {top:2px;width:6px;height:6px;}
    .scroll-down p{margin-top:5px;font-size:14px;}
    header{padding:0 10px;}
    header .logo{width:70px;}
    header h1{font-size:14px;left:55%;}
    header .share-box{position:relative;top:2px;}
    header .share-box .open-share{width:18px;}
    header .share-box .share-list{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);}
}

@media all and (max-width:460px) {
}
