/* 상품정보 더보기 CSS 시작 */
.detail_table {
    border-spacing: 0px;
    border: 0px;
}

.detail_table tr {
    padding: 0px;
}

.style1 td {
    text-align: center;
}

#only_pop_bg {
    position: absolute;
}

#only_pop {
    position: absolute;
    left: 400px;
    top: 230px;
}

#hideContent {
    overflow: hidden;
    line-height: 1em;
    height: auto;
}

#showContent {
    line-height: 1em;
    height: auto;
}

#showContent table {
    margin: 0;
}

#show-more {
    width: 20em;
    background-color: #655a58;
    border: 1px solid #655a58;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2em;
    letter-spacing: .25em;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
}

#show-more:hover {
    background-color: #009ea1;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-color: #009ea1;
}

#show-more:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}
/* 상품정보 더보기 CSS 끝 */

#movie-player-wrapper { position: relative; width: 100%; overflow: hidden;}
#player {width: 900px;height: 506px;}

@media screen and (max-width:767px) {
    #player {width:100%; height:50vw;} 
}

.titWrap {
    padding-top: 20px;
}
.contTopWrap {
    min-height: auto;
}
.contTopWrap .imgWrap {
    position:relative; 
    width: auto;
    border:0;
}
.contTopWrap .txtWrap {
    width: 620px;
}
.contTopWrap .txtWrap dl {
    display: flex;
    font-size: 1.8rem;
    padding-bottom: 15px;
}
.contTopWrap .txtWrap dl dt {
    width: 130px;
}
.contTopWrap .txtWrap .contTitWrap .recipeExp {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.contTopWrap .btn_wrap {
    padding-top: 12px;
}
.contTopWrap .btn_wrap > a {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
    height: 52px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.contTopWrap .detail_mainBtn {
    background-color: #a91054;
    color: #fff;
}
.contTopWrap .detail_subBtn {
    background-color: #fff;
    color: #a91054;
    border: 1px solid #a91054;
}
.hotel-btn {
    display: inline-block;
    min-width: 140px;           
    padding: 10px 20px;        
    margin-right: 8px;         
    margin-bottom: 8px;         
    
    border: 1px solid #AEAEAE;  
    border-radius: 6px;        
    background-color: #F9F9F9;  
    
    color: #555;                
    font-size: 15px;
    font-weight: 600;          
    text-align: center;        
    text-decoration: none;     
    
    box-sizing: border-box;
    transition: all 0.2s ease;  
    cursor: pointer;
}

.hotel-btn:hover {
    border-color: #A01749;      
    color: #A01749;
}

.hotel-btn.on {
    border-color: #A01749;    
    background-color: #A01749; 
    color: #fff;              
    font-weight: bold;
}

dl dt {
        font-weight: 700;
        color: #333;    
        line-height: 26px; 
}