@import url("style-basics.css");
@import url("../refer/fontello/css/fontello.css");

html {overflow-x: hidden;}
body {
    font-family:'Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','Open Sans',sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    white-space: normal;
    word-break: break-all;   
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: none;  
    overflow-x: hidden;
}
@media screen and (max-width:768px) {
    body {
    font-size: 0.923rem;
    }
}
::-webkit-scrollbar {display: none;}
.width-cnf {
    width: 1250px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .width-cnf {
        width: 100%;
        margin: auto;
    }
}

/* --- Header --- */
header {
    width: 100%;
    z-index: 10;    
}
.head-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
header, .wrap-topz, .wrap-topbarz, .wrapper-galv {
    background-color: #212121;
    color: #fff;
}
.wrap-topz {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    text-align: left;
    padding: 15px 10px 10px;
    box-sizing: border-box;
}    
@media screen and (max-width:768px) {
    .wrap-topz {
        text-align: center;
        flex-direction: column;
        padding: 5px 10px;
    } 
}
.wrap-topz h1 {
    font-size: 1.9em;
    font-weight: bold;
    margin: 5px 0 10px;
}

.wrap-topz > p {
    font-size: 0.86em;
    color: #777;
    margin-top: 3px;
}
.wrap-topz .wrap-schaz {
    width: 500px;
    margin-left: 13%;
    text-align: center;
}
/*
@media screen and (max-width:768px) {
    .wrap-topz .wrap-schaz {
        width: 100%;
        margin-left: 0;
    }
    .wrap-topz h1 {
        font-size: 1.9em;
        font-weight: bold;
        margin: 5px 0;
    }    
    .wrap-topz h1 img {
        width: 70%;
    }
}
*/
.wrap-topz h1 .btn-goo, .wrap-topz h1 .btn-ont {display: none;}
@media screen and (max-width:768px) {
    .wrap-topz .wrap-schaz {
        width: 100%;
        margin-left: 0;
    }
    .wrap-topz h1 {
        width: 100%;
        font-size: 1.9em;
        font-weight: bold;
        margin: 5px 0;
        position: relative;
    }    
    .wrap-topz h1 img {
        width: 36%;
    }
    .wrap-topz h1 .btn-goo, .wrap-topz h1 .btn-ont {
        display: block;
        position: absolute;
        top: 50%; transform: translateY(-50%);
    }
    .wrap-topz h1 .btn-goo {left: 0;}
    .wrap-topz h1 .btn-ont {right: 0;}
    .wrap-topz h1 .btn-goo img, .wrap-topz h1 .btn-ont img {
        width: 100%;
        max-width: 95px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 5px;
        overflow: hidden;
    }
}

.wrap-topz .wrap-schaz .box-schaz {
    width: 100%;
    position: relative;
}
.wrap-topz .wrap-schaz .box-schaz legend {
    visibility: hidden;
    font-size: 0;
}
.wrap-topz .wrap-schaz .box-schaz .input-az {
    //width: 100%;
    width: 70%;
    height: 32px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    //padding: 0 50px 0 25px;
    padding: 0 50px 0 15px;
    //border-radius:42px;
    border-radius:0;
    font-size: 1em;
    box-sizing: border-box;
}
.wrap-topz .wrap-schaz .box-schaz .btnz {
    position: absolute;
    top: 50%;
    //right: 5px;
    right: 2px;
    transform: translateY(-50%);
    border: none;
    background-color: #222;
    color: #fff;
    //width: 35px; height: 35px;
    width: 31px; height: 31px;
    //border-radius: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #ddd;
}
.wrap-topz .wrap-schaz .box-schaz .btnz:hover {
    background-color: #ffce00;
}
.wrap-topz .wrap-schaz .recom-schaz {
    width: 93%;
    margin: auto;
    font-size: 0.96em;
    margin-top: 5px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
}
.wrap-topz .wrap-schaz .recom-schaz li {
    display: inline-block;
    margin: 5px;
}
.wrap-topz .wrap-schaz .recom-schaz li a {
    display: block;
}
.wrap-topz .wrap-schaz .recom-schaz li a:hover {
    color: #ffce00;
    text-decoration: underline;
}
.wrap-topbarz {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.81);
    z-index: 10;
}
.wrap-topbarz.visible {
    position: fixed;
    top: 0;
    left: 0; right: 0;
}
.wrap-topbarz .gnb-top {
    width: calc(100% - 50px);
    max-width: 900px;
    height: 50px;
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
}
.wrap-topbarz .gnb-top li {
    flex: 1;
    display: flex;
    align-items: center;
    text-align:left;
    height: 100%;
    font-weight: 600;
    letter-spacing: -0.15px;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .wrap-topbarz .gnb-top {
        width: calc(100% - 50px);
        white-space:nowrap;
        overflow-x: auto;
    }
    .wrap-topbarz .gnb-top li {
        text-align: center;
        flex:none;
        position: relative;
    }  
    .wrap-topbarz .gnb-top li:not(:last-of-type):after {
        content: '';
        position: absolute;
        top: 50%; right: 0px;
        transform: translateY(-50%);
        display: block;
        height: 40%;
        width: 1px;
        background-color: rgba(255,255,255,0.23);
    }
}
.wrap-topbarz .gnb-top li.on, .wrap-topbarz .gnb-top li:hover {
    color: #ffce00;
    font-weight: 600;
}
.wrap-topbarz .gnb-top li a {
    display: block;
    vertical-align: middle;
    white-space: nowrap ; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 13px;
    box-sizing: border-box;
}

/* Side-List */
.wrap-topbarz > input {display: none;}
.wrap-topbarz > label {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 38;    
    cursor: pointer;
    font-size: 30px;
    box-sizing: border-box;
}
.wrap-topbarz > label i:before {
    transition: all 0.5s;
    position: relative;
}
.wrap-topbarz > .side-gnblst {
    position:absolute;
    top: 50px;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    box-sizing: border-box;
    opacity: 0;
    z-index: 20;
    transition: all 0.6s;
}
.wrap-topbarz > .side-gnblst:after {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    display: block;
    width: 0; height: 0;
    background-color: rgba(0,0,0,0.9);
    border-radius: 0 0 0 100vh;
    transition: all 0.6s;
    z-index: -1;
}

.wrap-topbarz > input:checked ~ label i:before {
    transform: rotate(45deg);
    color: #ffce00;
}

.wrap-topbarz > input:checked ~ .side-gnblst {
    right: 0;
    opacity: 1;
}
.wrap-topbarz > input:checked ~ .side-gnblst:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.wrap-topbarz > .side-gnblst li {
    display: block;
    width: 60%;
    margin: auto;
    overflow: hidden;
}
.wrap-topbarz > .side-gnblst li a {
    display: block;
    white-space: nowrap ; 
    overflow: hidden;
    padding: 15px 5px;
    text-align: center;
    text-overflow: ellipsis;  
    box-sizing: border-box;
}
.wrap-topbarz > .side-gnblst li a:hover {
    color: #ffce00;
    font-weight: 600;
    text-decoration: underline;
}
/* Side-List END */

/* Influencer-List */
.wrap-topbarz .btn-toplist {
    width: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 55px; right: 0;
}
.wrap-topbarz .btn-toplist input {display: none;}
.wrap-topbarz .btn-toplist label {
    cursor: pointer;
    font-size: 1.2em;
}
.wrap-topbarz .btn-toplist label > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffce00;
    background-color: rgba(0,0,0,0.8);
}

.wrap-topbarz .btn-toplist .top-gnblst {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px; right: 10px;
    width: 150px;
    height: auto;
    padding: 7px;
    box-sizing: border-box;
    z-index: 10;
    transition: all 0.45s;
}
.wrap-topbarz .btn-toplist .top-gnblst:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 0;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;    
    z-index: -1;
    transition: all 0.35s;
}
.wrap-topbarz .btn-toplist input:checked ~ label > span {
    color: yellow;
    background-color: #ffce00;
}
.wrap-topbarz .btn-toplist input:checked ~ .top-gnblst {
    visibility: visible;
    opacity: 1;
}
.wrap-topbarz .btn-toplist input:checked ~ .top-gnblst:before {
    height: 100%;
}
.wrap-topbarz .btn-toplist .top-gnblst li {
    display: block;
    overflow: hidden;
}
.wrap-topbarz .btn-toplist .top-gnblst li a {
    display: block;
    white-space: nowrap ; 
    overflow: hidden;
    text-overflow: ellipsis;  
    padding: 6px 0;
    box-sizing: border-box;
}
.wrap-topbarz .btn-toplist .top-gnblst li a:hover {
    color: #ffce00;
    text-decoration: underline;
}
/* Influencer-List END */

/* --- Header - END --- */

/* --- Main --- */
.wrapper-galv {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    padding: 0 15%;
}
.wrapper-galv .part-galv {
    flex: 0 1 auto;
    flex-basis: 20%;
}
//@media screen and (min-width:1610px) {.wrapper-galv .part-galv{flex-basis: 12.5%;}}
k@media screen and (max-width:1200px) {.wrapper-galv .part-galv{flex-basis: 25%;} .wrapper-galv{padding:0 10%;}}
@media screen and (max-width:992px) {.wrapper-galv .part-galv{flex-basis: 33.3%;} .wrapper-galv{padding:0 5%;}}
@media screen and (max-width:768px) {.wrapper-galv .part-galv{flex-basis: 50%;} .wrapper-galv{padding:0 2%;}}

.wrapper-galv .part-galv .part-inner {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border: 0.3px solid rgba(0,0,0,0.05);
    box-sizing: border-box;          
    background-color: rgba(100,100,100,0.05);
}
.wrapper-galv .part-galv .part-inner .part-const {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    min-height: 100%;
    //background: url(../images/icons/images-no.svg) no-repeat center;
    background-size: 30%;       
    overflow: hidden;
}
.wrapper-galv .part-galv .part-inner .part-const img {
    width: 100%;
    min-height: 100%;
}

.wrapper-galv .part-galv .part-inner .part-const .namez_inst {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4%;
    right: 4%;
    color: #fff;
    font-size: 0.9em;
}
.wrapper-galv .part-galv .part-inner .part-const .namez_inst .nmzt {
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 7px;
    margin-right: 3px;
    border-radius: 4px;
    box-sizing: border-box;
}
.wrapper-galv .part-galv .part-inner .part-const .namez_inst .favz {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;

}
.wrapper-galv .part-galv .part-inner .part-const .namez_inst .nmzt:hover {
    color: red;
    background-color: rgba(255,255,255,0.7);
    text-decoration: underline;
}
.wrapper-galv .part-galv .part-inner .part-const .namez_inst .favz:hover {
    color: red;
    background-color: rgba(255,255,255,0.7);
}
.more-btnz {
    flex-basis: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #fff !important;
    background-color: #000;
    //background-color: rgba(0,0,0,0.5);
}
.more-btnz > i {
    display: inline-block;
    margin-right: 10px;
}

/* --- Main - END --- */

/* --- Modal-layerz --- */
#modal-layerz {
    display: none;
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
#modal-layerz .bg-layerz {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.85);  
}
#modal-layerz .mdl-imgz {
    width: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    padding: 2%;
    box-sizing: border-box;
}
#modal-layerz .mdl-imgz p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-layerz .mdl-imgz p > .imgz {
    max-width: 100%;
    max-height: 93vh;
}
#modal-layerz .mdl-imgz p > .videoz {
    display: none;
    max-width: 100%;
    max-height: 93vh;
}

#modal-layerz .profile {
    display: flex;
    align-items: flex-start;
    max-width: 80%;
    position: absolute;
    top: 2%; 
    //bottom: 2%; 
    left: 2%;
    font-size: 0.9em;
    background-color:rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px 5px 0;
    z-index: 55;
}
#modal-layerz .profile .inz-imgz {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
}
#modal-layerz .profile .inz-imgz img {
    width: 100%;
    min-height: 100%;
}
#modal-layerz .profile .inz-cont {
}
#modal-layerz .profile .inz-cont h2 > a {
    font-size: 1.11em;
    font-weight: bold;
}
#modal-layerz .profile .inz-cont h2 > a > span {
    font-size: 0.8em;
    font-weight: normal;
    color: #999;
    margin-left: 5px;
}
#modal-layerz .profile .inz-cont h2 > i {color: red; font-size: 0.9em;}
#modal-layerz .profile .inz-cont h2 > span {color: #eee;  font-size: 0.9em;}
#modal-layerz .profile .inz-cont > p.area_caption_detail {
    margin-top: 2px;
    line-height: normal;
    color: #ccc;
}
#modal-layerz .profile .inz-cont > p.area_caption {
    margin-top: 2px;
    font-size: 1em;
    line-height: 1.5;
    color: #ccc;
    max-height: 3em;            
    overflow: hidden;
    text-overflow: ellipsis;      
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
#modal-layerz .btn-closez {
    display: inline-block;
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 1.75em;
    color: rgba(255,255,255,0.6);
    z-index: 60;
    cursor: pointer;
}
#modal-layerz .btn-closez:hover {
    color: azure;
}
#modal-layerz .btnz2 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 40;
}
#modal-layerz .btnz2 button {
    background: none;
    outline: none;
    border: none;
    font-size: 2.5em;
    //color: rgba(255,255,255,0.4);
    color: #FDD533;
    cursor: pointer;
}
#modal-layerz .btnz2 button:hover {
    //color: rgba(255,255,255,1);
    color: #ffce00;
}
#modal-layerz .btnz2 .prev, #modal-layerz .btnz2 .next {
    position: absolute;
}
#modal-layerz .btnz2 .prev {
    left: 0.75%;
}
#modal-layerz .btnz2 .next {
    right: 0.75%;
}
/* --- Modal-layerz - END --- */

/* --- Footer --- */
footer {
    background-color: #222222;
    color: #bbb;
    font-size: 0.83em;
    line-height: 1.5;
    padding: 15px 0 0;
}
footer .footz {
    max-width: 800px;
    margin: 0 auto 15px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}
footer .footz .tit-foot {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    color: #f3f3f3;
    margin: 0 0 5px;
}
footer .copy-foot {
    text-align: center;
    color: #777;
    padding: 10px 15px; 
    background-color: #000;
    box-sizing: border-box;
}

/* --- Footer - END --- */

/* --- Top-Button --- */
#Btn-Up {
   position: fixed;   
   right: 4%;         
   bottom: 25px;       
   z-index: 10;
}
.topup-btn {
	position:fixed;
	bottom:24px;
	right:24px;
	display:none;
	z-index:25;
}
.topup-btn a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    transition:transform .2s;
    background-color: rgba(0,0,0,0.5);
    box-shadow:0 4px 32px 0 rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,0.2);
}
.topup-btn a > i {
    font-size: 20px;
    line-height: 40px;
    transition: all 0.4s;
    color: #fff;
}
.topup-btn a:hover {
    background-color: rgba(0,0,0,0.7);
}
.topup-btn a:hover > i {
    color: #fff;
}
/* --- Top-Button - End --- */


/* --- Contact Page --- */
.wrapper-contactz {
    background-color: #111;
    min-height: 100vh;
}
.wrap-contactz {
    max-width: 800px;
    width: 100%;
    padding: 35px 10px;
    margin: auto;  
    text-align: center;
    box-sizing: border-box;
}
.wrap-contactz h2 {
    color: #f5f5f5;
    font-size: 2em;
    font-weight: 600;
    color: #ffce00;
}
.wrap-contactz .desc-contz {
    color: #ededed;
    padding: 10px 18px;
    line-height: 1.6;
    box-sizing: border-box;
}
.wrap-contactz .bx-contactz {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px;
}
.wrap-contactz .bx-contactz input[type="text"], .wrap-contactz .bx-contactz textarea {
    display: block;
    width: 100%;    
    font-size: 1em;    
    outline: none;
    background-color: #f5f7fa;
    border: 1px solid #ccc;
    box-sizing: border-box;    
} 
.wrap-contactz .bx-contactz input[type="text"] {
    margin: 15px 0;
    height: 40px;
    padding: 0 15px;
    text-indent: 10px;
    border-radius: 40px;
}
.wrap-contactz .bx-contactz textarea {
    border-radius: 10px;
    padding: 15px;
    background-color: #f5f7fa;
}
.wrap-contactz .bx-contactz input::placeholder {
    font-size: 0.95em;
}
.wrap-contactz .bx-contactz textarea::placeholder {
    font-size: 1em;
}
.wrap-contactz .bx-contactz .wid100 {
    font-size: 1em;
}
.wrap-contactz .bx-contactz .btn_rgt {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.05em;
    font-weight: 600;
    color: #fff;
    background-color: #ffce00;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    
}
/* --- Contact Page - END --- */

/* --- SJ 추가 Start--- */
.selbox_sch_field {
	width:27%;
	height:32px;
	background-color:#fafafa;
	border:1px solid #ddd;
}
/* --- SJ 추가 End--- */

