/*top*/
.slide_overlay{
    /*background-color: rgba(0,0,0,0.4);*/
    /*position: absolute;*/
    margin-top: -70px;

    text-align: center;
}

.so_content{
    margin: 280px auto 40px auto;
}
.so_logo{
    max-width: 320px;
    margin: 110px auto auto auto;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #fff;
}
.so_info{
    padding: 10px 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}

.so_datetime {
    display: inline-block;
}
.so_datetime:first-child{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.so_btn_wrap{
    padding: 10px 0;
}
.so_btn_wrap > a{
    margin-right: 10px;
}
/*about*/
.about_wrap{
    padding: 20px 0;
}
.about_top{
    text-align: left !important;
    padding: 0 20px;
}
.about_desc {
    padding: 20px;
    word-break: KEEP-ALL;
    line-height: 1.8rem;
    /*font-size: 1.15rem;*/
    /*font-weight: bold;*/
}

.about_desc > h4,
.about_desc > h5,
.about_desc > p{
    margin: 0;
}
.cnt_wrap{
    text-align: right;
    /*max-width: 150px;*/
}
.cnt_title{
    font-weight: bold;
    padding-top: 10px;
    font-size: 1.25rem;
    display: inline-block;
    border-bottom: 2px solid #00a087;
}


.cnt_num{
    padding-bottom: 10px;
    font-size: 3rem;
    font-weight: bold;
}
/*intention*/
.intention_wrap{
    border-top: 1px solid #8cc63e;
}
.intention_back{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.intention_info {
     padding-right: 21%;
 }
.int_title{

    font-weight: bold;
    padding-bottom: 10px;
    font-size: 2.5rem;
    padding-top: 60px;
    text-align: right;
}
.int_desc > p{
    margin: 0;

}
.int_desc{
    line-height: 1.8rem;
    word-break: KEEP-ALL;
    /*font-size: 1.15rem;*/
    /*font-weight: bold;*/
    padding: 20px 20px 60px 20px;
}
/*speaker*/
.speaker_wrap{
    padding: 20px 0;
    background-color: #e5f7c6;
}
.speaker_sub_text{
    color: rgba(0,0,0,0.6);
    text-align: center;
}
.speaker_sub_text_sm{
	padding-bottom: 10px;
	font-size: 0.85rem;
	color: rgba(0,0,0,0.3);
	text-align: center;
}
.speaker_info{
    text-align: center;
}
.speaker_name{
    font-weight: bold;
    padding: 10px 0;
}
.speaker_job,
.speaker_company{
    color: rgba(0,0,0,0.6);
    font-size: 0.85rem;
}
.speaker_company{
    white-space: normal; line-height: 1.2; height: 3.6em;
    text-align: center;
    word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;

}
.speaker_box{
    margin-top: 20px;
}

.speaker_img > img{
    max-width: 150px;
    margin: auto;
    border: 3px solid transparent;
    border-radius: 5rem;
}
.speaker_img > img:hover{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 3px solid #00a087;
}
/*map*/
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.map_wrap{

    padding: 20px 0;
    margin-bottom: 30px;
}

.map_info{
    padding: 20px;
    min-height: 400px;
    color: #fff;
    background: #3b4f3d;
    /*background: -moz-linear-gradient(-45deg, #3b4f3d 1%, 3b4f3d 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #8cc63e 1%,#00a087 100%);*/
    /*background: linear-gradient(135deg, #8cc63e 1%,#00a087 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63e', endColorstr='#00a087',GradientType=1 );*/
}
.venue_name{
    text-align: center;
    font-size: 1.85rem;
    font-weight: bold;
    padding: 10px 0;

}
.venue_title{
border-bottom: 1px solid #fff;
    font-weight: bold;
    display: inline-block;

 }

.subway_name{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 0.85rem;
}
.subway_num{
    line-height: 1.3rem;
    color: #8cc63e;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4rem;
    text-align: center;
}
.shuttle_map,
.car_map,
.bus_map,
.trans_title,
.general_desc_map,
.venue_tel > span,
.venue_address > span{
    font-size: 0.85rem;
    display: block;
	padding-bottom: 10px;

}
.transport_wrap,
.venue_address,
.venue_tel{
    /*padding: 10px 0;*/
}
.shuttle_link{
	color: #fff;
	text-decoration: underline;
}

/*popup*/
#popup{
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 10px;
    margin: auto;
    z-index: 9999;

}
.popup_cont{
    max-width: 520px;
    min-width: 30%;
    margin: auto;
    background: #fff;
    padding: 10px;
}
.popup_close,
.popup_dont_show{
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 0.85rem;
}
.main_popup{
    max-width: 100%;
}
@media (max-width: 1767px) {

    .intention_info{
        padding-right: 18%;
    }
}
@media (max-width: 1679px) {

    .intention_info{
        padding-right: 15%;
    }
}
@media (max-width: 1479px) {

    .intention_info{
        padding-right: 10%;
    }
}
@media (max-width: 1335px) {

    .intention_info{
        padding-right: 8%;
    }
}
@media (max-width: 1220px) {

    .intention_info{
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .about_top {
        padding: 0;
    }
    .about_desc {
        padding:20px 0;
    }
    .intention_back{
        height: 300px;
    }

    #hamburger {
        display: block;
    }

    .cnt_wrap{
        text-align: center;
        max-width: 150px;
    }
    .slick-slide{
        margin-top: 0px;
        margin: 10px;
    }
    .speaker_box {
         margin-top: 0px;
    }
    .so_content{
        margin: 240px auto 40px auto;
    }
    .int_title{
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .int_desc{
        padding: 20px 0;
    }
    #map{
        margin-top: 20px;
    }

    .map_info{
        min-height: inherit;
    }
    .venue_name {
        font-size: 1.85rem;
    }
    .map_wrap {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px){

}
