@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
.product-left .item {
    display: flex !important;
    justify-content: center;
    margin-top: 2rem;
}
.product-right.col-sm-12 {
    margin-top: 2rem;
}
p {
    font-family: 'NanumSquare', sans-serif;
} 
.productItem {
    display: flex;
    justify-content: center;
}
.fontLg {
    font-weight: 800;
    font-size: 1.5rem !important; 
    margin-bottom: 2rem !important; 
}
li.itemF.col-sm-12 strong {
    font-weight: 800;
    font-size: 1.3rem;
    color: #ffc107;
}
.itemF {
    text-align: center;
}
.itemF p {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.productItem .item {
    border: 6px solid #ffc107;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.product-left .item img {
    width: 60%;
}
.itemInner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.itemInner .imgInner {
    margin: 0 auto;
    width: 70px;
}
.itemInner h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.itemInner p {
    font-size: 0.8rem;
    text-align: center;
}
.imgInner img {
    width: 100%;
}
.kokorightC {
    padding: 1rem;
}
.imgInner {
    margin: 0 auto;
}
.koitem div {
    float: left;
}
.kokoRTxt p {
    margin: 0;
    margin-left: 1rem ;
    /* font-family: 'Noto Sans KR' ,sans-serif; */
}
.koimgbox img {
    width: 100px;
}
.kokoleftC {
    width: 100%;
    display: flex;
    justify-content: center;
}
li.kokoleftImg img {
    width: 100%;
}
.kokoinner {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}
li.koitem {
    margin-bottom: 2.5rem; 
    
}
.koitem div {
    float: left;
}
@media (min-width: 320px) and (max-width: 480px) {
    .product-left .item img {
        width: 100%;
    }
    .product-left.row {
        padding: 0;
        margin: 0;
    }
    .kokoright {
        margin-top: 0;
    }
    .productItem .item {
        margin-bottom: 1rem;
    }
    .productInfo {
        padding: 0 !important;
        margin: 0 !important;
    }
}