@charset "utf-8";
/* css form event modal */
.evtm-imodal{
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
}


.evtm-imodal .imodal-body{
    padding:0;
}

.evtm-container{
    --hr-color:#000;
    
}

.evtm-container{
    box-sizing: border-box;
    font-size: 26px;
    background-color: #fff;
    width:700px;
    margin:1em auto; 
    border-radius: 1em;
    border:2px solid #9ba77f;
}
.evtm-container *{
    box-sizing: border-box;
}
.evtm-form{
    padding:0.5em 0;
}
.evtm-form-container{
    width:600px;
    margin:0 auto;
}

.evtm-logo-img{
    /* max-width: 100%;
    max-height: 100%; */
    max-width:100%;
    max-height:100%;
    object-fit: contain;
}
.evtm-hr{
    height: 1px;
    background-color: var(--hr-color,#000);
    padding: 0;
    margin: 0.5em 0;
    border-width: 0;
}

.evtm-layer{
    border:2px solid #000;
    background-color: #fff;
    padding:0.5em;
    width: 100%;

}
.evtm-layer-parent{
    z-index: 10;
}
.evtm-layer-header{
    font-size: 24px;
}
.evtm-layer-body{
    font-size: 16px;
}
/* 공유피드 정방형 */
.evtm-feed-img-box{
    width: 600px;
    margin: 0.5em auto;
}
.evtm-feed-img-box-img{
    display: block;
    width: 600px;
    height: 600px;
    border:3px solid #000;
    background-color: #fff;
}
.evtm-feed-img-box-download{
    display: block;
    width: 600px;
    border:3px solid #000;
    border-top-width: 0px;
    background-color: #fff;

    text-align: center;
    font-weight: bold;
    padding: 0.5em 0;
}
.evtm-feed-img-box-ios-notice{
    text-align: center;
}
.evtm-feed-img-box-ios-notice-img{
    width:506px;height: 243px;
    margin:0 auto;
    background-image: url(imgs/evtm-feed-img-box-ios-notice-img.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.evtm-btn-link-ig{
    
    
    background-image: linear-gradient(45deg, #FF933D,#f347aa, #613BCF);
    color: #fff !important;
}

.evtm-btn{
    display: block;
    padding:1em;
}

.evtm-feed-img-box img{
    display: block;
    width:100%;height: 100%;
}

/* 해시태그 */
.evtm-hash-tag-box{
    width: 600px;
    margin: 1em auto 1em auto;

}
.evtm-hash-tag-box-hash-tag{
    background-color: #fff;
    text-align: center;
    padding:1em 2em;
    font-weight: bold;
}
.evtm-hash-tag-box-hash-tag > span{
    display: inline-block;
}
.evtm-hash-tag-box-btn{
    padding:1em;
    font-weight: bold;
}

.evtm-share-box{

}
.evtm-share-btns{

}
.evtm-share-btn{
    height: 90px;
    background-size: auto;
}
.evtm-share-btn-box{
    margin-bottom: 1em;
}


.evtm-text-box{
    margin:0.5em auto;
}
.evtm-text-box.big{
    font-size:30px
}
.evtm-text-box.small{
    font-size:20px
}
.evtm-text-box.bold{
    font-weight: bold;
}