@charset "utf-8";
*{ margin:0; padding:0; list-style:none; font-family:'NanumSquare', 맑은 고딕, sans-serif; box-sizing:border-box;}
html{ overflow-y:scroll; margin:0 0 -400px 0; width:100%; height:100%; background:url(/images/b_bg.jpg); background-size:100% 100%; background-attachment:fixed;}
@media(min-width:700px){
    html{ background:url(/images/i_bg1_pc.jpg); background-size:100% 100%; background-attachment:fixed;}
}
body{ overflow:hidden; -webkit-text-size-adjust:none;}
body ::selection { color:#000; background-color:#ffd746; text-shadow:none;}
body ::-moz-selection { color:#000; background-color:#ffd746; text-shadow:none;}





.new1 *{ line-height: 1.2; font-family: "Pretendard", sans-serif; font-weight: 400; letter-spacing: -0.5px;}
.new1_bg{ background: url(/images/new/new1_bg.jpg) center/cover;}
.new1_back_btn{ display: block; position: fixed; z-index: 10000; top: 20px; left: 20px; cursor: pointer;}
.new1_back_btn svg{ width: 30px; height: 30px;}
.new1_back_btn svg path{ color: rgba(255 255 255/60%);}

.new1_home{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000;}
.new1_home .inner{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 30px; background: url(/images/new/new1_home_bg.jpg) center top/cover;}
.new1_home .top{ flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 50px;}
.new1_home .top .logo{ display: block; height: 70px;}
.new1_home .top .tit{ display: block; height: 60px;}
.new1_home .bottom{ display: flex; flex-direction: column; align-items: center; width: 100%;}
.new1_home .bottom .btn{ display: grid; grid-gap: 10px;}

.new1_login{ position: fixed; top: 0; right: 0; bottom: 0; left: 0;}
.new1_login .inner{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 30px;}
.new1_login .top{ flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 50px;}
.new1_login .top .logo{ display: block; height: 70px;}
.new1_login .bottom{ display: flex; flex-direction: column; align-items: center; width: 100%;}
.new1_login .bottom .btn{ display: grid; grid-gap: 10px;}

.new1_join{}
.new1_join .inner{ padding: 80px 30px 30px 30px;}
.new1_join .head{ flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.new1_join .head .logo{ display: block; height: 90px;}
.new1_join .head .step{ display: block; margin-top: 30px; height: 20px;}
.new1_join .head .tit{ font-family: "Castoro", sans-serif; font-size: 24px; color: #FFF;}
.new1_join .head .txt{ margin-top: 5px; text-align: center; line-height: 1.4; font-size: 14px; color: rgba(255 255 255/70%);}
.new1_join .head .txt b{ font-weight: 500; color: rgba(252 238 168/80%);}
.new1_join .new1_write{ margin-top: 30px;}
.new1_join .bottom{ display: flex; flex-direction: column; align-items: center; width: 100%;}
.new1_join .bottom .btn{ display: grid; grid-gap: 10px;}

.new1_write{ display: grid; grid-gap: 10px;}
.new1_write .wrap{ position: relative; border-radius: 10px; border: 1px solid rgba(255 255 255/10%); box-shadow: inset 0 0 20px rgba(0 0 0/70%); background: rgba(0 0 0/30%);}
.new1_write .wrap .icon{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 45px; height: 45px;}
.new1_write .wrap .icon img{ display: block; height: 20px;}
.new1_write .wrap .in{ display: flex; align-items: center; padding: 0 15px 0 45px; width: 100%; height: 45px; border-radius: 0; border: 0; background: none; font-size: 15px; font-weight: 300; color: #FFF; letter-spacing: 0; outline: none; -webkit-appearance: none;}
.new1_write .wrap .in::-webkit-input-placeholder{ color: rgba(255 255 255/60%);}
.new1_write .wrap select{ display: flex; margin: 0; padding: 0 15px 0 45px; height: 45px; width: 100%; border-radius: 0; border: 0; background:url(/images/new/down.png) no-repeat center right 15px rgba(0 0 0/0); background-size: 15px auto; font-size: 15px; font-weight: 300; color: rgba(255 255 255/60%); outline: none; -webkit-appearance: none;}
.new1_write .wrap select::-ms-expand{ display: none;}
.new1_write .wrap textarea{ display:block; padding:10px 15px; width:100%; max-width:100%; height:150px; max-height:150px; border-radius:5px; border:0; background:rgba(0,0,0,0.5); line-height:25px; font-size:15px; color:#FFF; outline:none; -webkit-appearance:none;}
.new1_write .wrap textarea::-webkit-input-placeholder{ color:#FFF;}
.new1_write .save{ display: flex; justify-content: space-between; align-items: center;}
.new1_write .save p{ font-size: 13px; color: rgba(255 255 255/80%);}
.new1_write .save .btn{ position: relative; cursor: pointer;}
.new1_write .save .btn .icon{ display: block; position: absolute; z-index: 1; top: 3px; left: 4px; height: 24px; filter: grayscale(100%); transition: all .5s;}
.new1_write .save .btn .bg{ border-radius: 20px; background: rgba(0 0 0/40%);}
.new1_write .save .btn .bg img{ display: block; height: 30px;}
.new1_write .save .btn.on .icon{ left: 30px; filter: grayscale(0);}
.new1_write .new1_btn_ok{ margin-top: 15px;}
.new1_write .menu{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin-top: 15px;}
.new1_write .menu a{ display: block; font-size: 13px; color: rgba(255 255 255/60%); cursor: pointer;}
.new1_write .menu span{ display: block; width: 1px; height: 12px; background: rgba(255 255 255/20%);}

.new1_btn_ok{ display: flex; justify-content: center; align-items: center; position: relative; width: 100%; cursor: pointer;}
.new1_btn_ok p{ position: absolute; z-index: 1; font-size: 18px; font-weight: 600; color: #000;}
.new1_btn_ok img{ display: block; width: 100%;}

.new1_btn_join{ display: flex; justify-content: center; align-items: center; position: relative; width: 100%; height: 50px; border-radius: 10px; border: 1px solid rgba(250 216 119/80%); cursor: pointer;}
.new1_btn_join:before{ content: ""; display: block; position: absolute; z-index: 1; top: -1px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, rgba(255 255 255/0), rgba(255 255 255/70%), rgba(255 255 255/0));}
.new1_btn_join:after{ content: ""; display: block; position: absolute; z-index: 1; bottom: -1px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, rgba(255 255 255/0), rgba(255 255 255/70%), rgba(255 255 255/0));}
.new1_btn_join p{ font-size: 18px; font-weight: 600; color: #FFF;}

.new1_info{ display: flex; margin-top: 40px; width: 100%;}
.new1_info .wrap{ display: flex; flex-direction: column; align-items: center; grid-gap: 10px; position: relative; width: 33.333%;}
.new1_info .wrap:before{ content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: linear-gradient(180deg, rgba(240 205 119/0), rgba(240 205 119/80%), rgba(240 205 119/0));}
.new1_info .wrap:first-child:before{ display: none;}
.new1_info .wrap img{ display: block; height: 20px;}
.new1_info .wrap p{ font-size: 13px; color: rgba(254 246 221/80%);}

.new1_info2{ display: flex; margin-top: 40px; padding: 20px 0; width: 100%; border-radius: 10px; border: 1px solid rgba(255 255 255/15%); background: rgba(0 0 0/30%);}
.new1_info2 .wrap{ display: flex; flex-direction: column; align-items: center; grid-gap: 10px; position: relative; width: 33.333%;}
.new1_info2 .wrap:before{ content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: linear-gradient(180deg, rgba(240 205 119/0), rgba(240 205 119/80%), rgba(240 205 119/0));}
.new1_info2 .wrap:first-child:before{ display: none;}
.new1_info2 .wrap img{ display: block; height: 20px;}
.new1_info2 .wrap p{ font-size: 13px; color: rgba(254 246 221/80%);}

.new1_foot{ display: grid; grid-gap: 5px; margin-top: 30px; width: 100%;}
.new1_foot .ft{ display: flex; justify-content: center; align-items: center; grid-gap: 10px;}
.new1_foot .fb{ display: flex; justify-content: center; align-items: center;}
.new1_foot p{ font-size: 11px; font-weight: 300; color: rgba(255 255 255/60%);}
.new1_foot span{ display: block; width: 1px; height: 12px; background: rgba(255 255 255/20%);}

@media(min-width: 700px){
    .new1_back_btn{ left: calc(50% - 250px + 20px);}
    .new1_home .inner{ right: initial; left: calc(50% - 250px); width: 500px;}
    .new1_login{ background: #000;}
    .new1_login .inner{ position: initial; margin: 0 auto; width: 500px; min-height: 100vh; background: url(/images/new/new1_bg.jpg) center/cover;}
    .new1_join{ background: #000;}
    .new1_join .inner{ position: initial; margin: 0 auto; width: 500px; min-height: 100vh; background: url(/images/new/new1_bg.jpg) center/cover;}
}































