.top-title{
    background: url(../images/product-top.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-title h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
}
.container{
    max-width: 1250px;
    margin: 0 auto 120px;
    padding: 0 30px;
}
.title h4{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 50px 0 12px;
}
.title p{
    text-align: center;
}
/* 라벨제품 */
.label-note{
    color: var(--color-red);
    margin: 50px 0 10px;
    text-align: right;
    font-size: 14px;
}
.label-content .item{
    width: 100%;
    border: 1px solid var(--border-color);
    display: flex;
    margin-bottom: 25px;
}
.label-content .item:last-of-type{
    margin-bottom: 0;
}
.label-content .item .img{
    width: 26%;
    border-right: 1px solid var(--border-color);
    display: grid;
    place-content: center;
    min-width: 230px;
}
.label-content .item .info{
    width: 74%;
}
.label-content .item .item-title{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 35px;
    border-bottom: 1px solid var(--border-color);
}
.label-content .item .info ul{
    padding: 35px;
}
.label-content .item .info ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.label-content .item .info ul li:last-of-type{margin-bottom: 0;}
.label-content .item .info .sub-title{
    width: 10%;
    color: #d1d1d1;
    min-width: 60px;
    line-height: 1.6;
}
.label-content .item .info .text{
    line-height: 1.6;
}
/* 인쇄제품 */
.print-content{
    max-width: 1250px;
    margin: 0 auto;
}
.print-product{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.print-product .item{
    width: 32%;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 500px;
}
.print-product .item h5{
    font-size: 20px;
    color: var(--color-blue);
    margin-bottom: 15px;
}
.print-product .item p{
    line-height: 1.6;
}
.Printing-method{
    margin-top: 120px;
}
.Printing-method .item{
    display: flex;
}
.Printing-method .item:first-of-type{
    margin-bottom: 80px;
}
.Printing-method .item > .img{
    width: 38%; min-width: 165px;
    height: 260px;
}
.Printing-method .item > .img img{
    max-height: 260px;
}
.Printing-method .item .info{
    width: 62%;
    padding: 0 40px;
}
.Printing-method .item h5{
    font-size: 20px;
    font-weight: 700;
}
.Printing-method .item h5 span{
    display: block;
    width: 30px; height: 2px;
    background-color: var(--color-blue);
    margin: 10px 0 30px;
}
.Printing-method .item .coverage{
    font-weight: 600;
}
.Printing-method .item .coverage span{
    font-size: 14px;
    color: #a2a2a2;
    display: block;
    margin: 10px 0 36px;
}
.Printing-method .item .text{
    line-height: 1.6;
}
.Printing-method .item .note{
    color: var(--color-red);
    font-size: 14px;
    display: block;
    margin-top: 25px;
}
.option-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1250px;
    padding: 0 30px;
    margin-top: 54px;
}
.option-content .item{
    width: 49%;
}
.option-content .item h5{
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
}
.option-content .item h5 span{
    display: block;
    width: 30px; height: 2px;
    background-color: var(--color-blue);
    margin: 10px 0 25px;
}
.option-content .item p{
    line-height: 1.6;
}
@media screen and (max-width: 1110px) {
    .print-product .item{height: 440px;}
}
@media screen and (max-width: 960px) {
    .label-content .item .info ul li{margin-bottom: 30px;}
    .Printing-method{margin-top: 100px;}
}
@media screen and (max-width: 900px) {
    .print-product .item{height: 410px;}
}
@media screen and (max-width: 768px) {
    h4{margin: 40px auto; font-size: 26px; min-width: 150px;}
    .title h4{font-size: 26px;}
    .top-title{height: 260px;}
    .label-content .item{flex-direction: column;}
    .label-content .item .img{width: 100%; border-right: 0;}
    .label-content .item .info{width: 100%;}
    .label-content .item .img img{width: 75%; margin: 0 auto; max-width: 230px;}
    .label-content .item .item-title{padding: 5px 0 10px; text-align: center; font-size: 18px;}
    .print-product{flex-direction: column;}
    .print-product .item{width: 100%; margin-bottom: 25px; display: flex; align-items: center; height: auto;}
    .print-product .item img{width: 45%;}
    .print-product .item h5{font-size: 18px;}
    .Printing-method{margin-top: 80px;}
    .Printing-method .item{flex-direction: column;}
    .Printing-method .item > .img{width: 100%; height: auto; margin: 0 auto;}
    .Printing-method .item .info{padding: 0; width: 100%; margin-top: 20px;}
    .Printing-method .item:first-of-type{margin-bottom: 40px;}
    .option-content .item h5{font-size: 18px;}
    .label-content .item .info ul{padding: 20px;}
    .container{margin: 0 auto 85px;}
}
    
@media screen and (max-width: 560px) {
    h4{font-size: 20px;}
    .title h4{font-size: 20px;}

}
@media screen and (max-width: 500px) {
    .top-title{height: 200px;}
    .top-title h3{font-size: 28px;}
    .Printing-method{margin-top: 60px;}
    .print-product .item{flex-direction: column; height: auto;}
    .print-product .item img{width: 50%;}
    .option-content{flex-direction: column; padding: 0;}
    .option-content .item{width: 100%;}
    .option-content .item:first-of-type{margin-bottom: 20px;}
}
