﻿.detail_title {
    padding: 0 10px;
    line-height:24px;
}
    .detail_title span {
        border: 1px solid #EC174C;
        background-color: #EC174C;
        color: white;
        border-radius: 5px;
        padding: 0 3px;
        margin-left: 50px;
        margin-right: 5px;
    }

.detail_content h1 {
    text-align: center;
    margin: 50px 0;
}

.eventsubinfo {
    padding: 5px 10px;
    font-size:13px;
    line-height:25px;
}

.event_name {
    font-weight: normal;
    cursor: pointer;
    vertical-align:text-top
    
}

.downimg > input{
    background:url(/common/image/main/event/down.png) no-repeat;
    background-size: 18px 26px;
    background-position:0px 2px ;
    padding-left:24px;
}
.upimg > input{
    background:url(/common/image/main/event/up.png) no-repeat;
    background-size: 18px 26px;
    padding-left:0px;
    background-position:0px 2px ;
}
.event_button {
    background-color: white;
    font-size: 13px;
    
   
    
    }

.detail_content h1 img {
    text-align: center;
    display: block;
}

.detail_content img{
    max-width: 100%;
}

.event_title h1 {
    padding: 12px 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.detail_content{
    min-height:250px;
}

.event_title h1 span{
    vertical-align: text-top;
}

.event_title h1 #status{
    font-size:12px;
    position:relative;
    top:4px;
}

.event_title {
    border-bottom:1px solid #e2e2e2;
    /*border-bottom: 3px solid #E6E6E6;*/
}

.detail_content {
    text-align: center;
    margin: 30px 0;
}

.next_event input, .prev_event input {
    border: 0px;
    margin-left: 20px;
   padding:5px 0; 
    
}

.next_event {
    padding:4px 0px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.prev_event {
    padding:4px 0px;
    vertical-align:text-top;
    border-bottom: 1px solid #e2e2e2;
   margin-bottom:50px;
}

div .list_button {
    margin: auto;
    text-align: center;
}

.list_button input {
    padding: 1px 7px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #BCBCBC;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.ing {
    background-color: #FD5E6D;
    color: white;
    padding: 1px 10px;
    border-radius: 6px;
    margin: 0 10px;
}

.end {
    background-color: #000;
    color: white;
    padding: 0 10px;
    border-radius: 6px;
    margin-bottom:4px;
    margin: 0 10px;
}
.preving {
   background-color: #B47AC8;
    color: white;
    padding: 0 10px;
    border-radius: 6px;
    margin-bottom:4px;
    margin: 0 10px;
}

/*미디어쿼리*/
@media screen and (max-width: 768px) {
    .detail_title span {
        margin-left: 0px;
    }

    .next_event input, .prev_event input {
        border: 0px;
        margin-left: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .next_event input, .prev_event input {
        border: 0px;
        margin-left: 30px;
    }
}

@media all and (min-width:1024px) {
}
