/* topic path */
@media only screen and (min-width:1401px){
    .lineup_detail .topic-path {
        margin-left: calc(50% - 580px);
    }
}
/* top distance */
.lineup_detail main {
    width: 90%;
    padding: 60px 5% 0 5%;
    flex-wrap: nowrap;
    justify-content: center;
}
@media only screen and (min-width:1401px){
    .lineup_detail main {
        width: auto;
        padding: 70px 120px 0 120px;
    }
}
/* detail_content */
.detail_content {
    flex-grow: 1;
    max-width: 862px;
    margin-left: 30px;
    width: calc(90% - 264px);
}
@media only screen and (min-width:1401px){
    .detail_content {
        margin-left: 60px;
    }
}
.content_inner {
    flex-wrap: nowrap;
    margin-bottom: 56px;
}
.content_inner .slider-for {
    width: 48vw;
    max-width: 470px;
    max-height: 540px;
    position: relative;
    overflow: hidden;
}
/* @media only screen and (max-width:1100px){
    .content_inner .slider-for {
        width: 35.6vw;
        height: 47.3vw;
    }
    .content_inner .slider-for img {
        width: 19.36vw;
        height:41.6vw
    }
} */
.content_inner .slider-for li {
    width: 100%;
    height: auto;
    max-height: 540px;
    background: #fff;
    justify-content: center;
    display: none;
    transition: 0.3s;
}
.content_inner .slider-for li.current {
    display: flex;
    z-index: 10;
}
.content_inner .slider-for img {
    height: auto;
}
.content_inner .product_infolist {
    flex-grow: 1;
    margin-left: 22px;
    max-width: 370px;
}
@media only screen and (max-width:1100px){
    .content_inner .product_infolist {
        margin-left: 10px;
    }
}
.content_inner .product_info {
    display: none;
    overflow: hidden;
}
.content_inner .product_info.current {
    display: block;
}
.product_info .product_scale {
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #9ea3a5;
}
.product_info .product_scale p {
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 22px;
    border: #b4b9bb 2px solid;
    border-radius: 100%;
    padding-top: 2px;
}
.product_info h1 {
    font-size: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.4;
}
.product_info h1 .narrowleft {
    margin-left: -5px;
}
@media only screen and (min-width: 640px) and (max-width: 1140px){
    .product_info h1 br {
        display: none;
    }
    .product_info h1 .narrowleft {
        margin-left: 0px;
    }
}
.product_info .product_detail {
    font-size: 14px;
    width: 100%;
}
.product_info .product_detail th {
    width: 22%;
    min-width: 70px;
    padding-left: 2px;
    font-weight: bold;
    border-top: #e4e7eb 1px solid;
}
.product_info .product_detail td {
    color: #515354;
    letter-spacing: 0.03em;
    line-height: 1.71;
    padding: 10px 2px 10px 27px;
    border-top: #e4e7eb 1px solid;
}
.product_info .product_detail tr:nth-last-child(1) th,
.product_info .product_detail tr:nth-last-child(1) td {
    border-bottom: #e4e7eb 1px solid;
}
.product_lineup {
    margin-bottom: 50px;
}
.product_lineup p {
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: bold;
}
.product_lineup .slide_nav {
    flex-wrap: wrap;
}
.product_lineup .slide_nav li {
    width: 127px;
    height: 127px;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 18px;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.product_lineup .slide_nav li:nth-last-child(1) {
    margin-right: 0px;
}
.pencil .product_lineup .slide_nav li {
    background-color: rgba(207,237,230, 0.5);
    transition: 0.3s;
}
.colorpencil .product_lineup .slide_nav li {
    background-color: rgba(255,225,233, 0.5);
}
.eraser .product_lineup .slide_nav li {
    background-color: rgba(213,241,255, 0.5);
}
.glue .product_lineup .slide_nav li {
    background-color: rgba(255,213,78, 0.5);
}
.other .product_lineup .slide_nav li {
    background-color: rgba(217,220,255, 0.5);
}
.product_lineup .slide_nav li:hover,
.product_lineup .slide_nav li.current {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.01), 10px 11px 15px 0px rgba(56, 64, 62, 0.15);
}
.pencil .product_lineup .slide_nav li:hover,
.pencil .product_lineup .slide_nav li.current {
    background-color: #cfede6;
}
.colorpencil .product_lineup .slide_nav li:hover,
.colorpencil .product_lineup .slide_nav li.current {
    background-color: #ffe1e9;
}
.eraser .product_lineup .slide_nav li:hover,
.eraser .product_lineup .slide_nav li.current {
    background-color: #d5f1ff;
}
.glue .product_lineup .slide_nav li:hover,
.glue .product_lineup .slide_nav li.current {
    background-color: #ffd54e;
}
.other .product_lineup .slide_nav li:hover,
.other .product_lineup .slide_nav li.current {
    background-color: #cdd1ff;
}
.back_btn a {
    width: 171px;
    height: 40px;
    border-radius: 20px;
    background-color: #ff4d3d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 5px;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}
.back_btn a:hover {
    background-color: #f52e1c;
    transition: 0.3s;
}
.back_btn a::before {
    content: "";
    width: 6px;
    height: 10px;
    background: url(/assets/img/common/btn_arrow.png) center center / contain no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    transform: scale(-1,1);
    transition: 0.3s;
}
.back_btn a:hover::before {
    left: 11px;
    transition: 0.3s;
}






















/* .. */
