/* BASIC css start */
#editorial-detail {
    width: calc(100% - var(--p-2));
    font-size:0;
    margin: 0 auto;
}
#editorial-detail .info {

}
#editorial-detail .info  p {
    font-size:var(--f-1);
    display:block;
}
#editorial-detail .info  h2 {
    font-size:var(--f-3);
    display:block;
    padding: var(--p-1) 0;
    font-weight: bold;
}
#editorial-detail .con {

}
#editorial-detail .con img {
    width:100%;
    max-width:max-content;
    
}
#editorial-detail .con *{
    font-size: var(--f-2) !important;
}
#editorial-detail .con * b{
    font-size: var(--f-3) !important;
}
#editorial-detail .plus-product {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0 var(--p-2);
}
#editorial-detail .plus-product h2 {
    padding: var(--p-1) 0;
    font-size: var(--f-2);
    width: 100%;
    display: block;
    border-top: 1px solid var(--gray);
}
#editorial-detail .plus-product ul {
    width: calc(100% + 3px);
}
#editorial-detail .plus-product ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing:border-box;
    padding:0 3px 0 0;
}
#editorial-detail .plus-product ul li .img-box {
    width:100%;
}
#editorial-detail .plus-product ul li .img-box img{
    width:100%;
}
#editorial-detail .plus-product ul li .text-box {
    padding: var(--p-0) var(--p-0) var(--p-2);
    font-size: var(--f-1);
    text-align: center;
}
#editorial-detail .plus-product ul li .text-box span{}
#editorial-detail .plus-product ul li .text-box p{}
#editorial-detail .plus-product ul li .text-box sub {display:none;}
#editorial-detail .plus-button {
    margin: 0 auto var(--p-2);
    display: block;
    width: 100px;
    background: #000;
    text-align: center;
    padding: var(--p-0) var(--p-1);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all var(--speed);
    color: #fff;
    box-sizing:border-box;
    border:1px solid #000;
    font-size: var(--f-1);
}
#editorial-detail .plus-button:hover {
    background:#fff;
    color:#000;
}
/* BASIC css end */

