/* common */
.system .page-summary {text-align: center;}
.system .page-summary::before {content: ''; display: block; width: 30px; height: 2px; background: #e30613; margin: 0 auto 25px;}
.system .page-summary .title {font-family: 'BMDOHYEON'; font-size: 36px; color: #000; line-height: 1.58;}
.system .page-summary .title strong {color: #e30613;}
.system .page-summary .description {font-size: 19px; font-weight: 300; line-height: 1.79; color: #333; margin-top: 18px;}

/* system */
.system {overflow: hidden;}
.system article:nth-of-type(2n) {background: #f7f7f7;}
.system article:nth-of-type(2n+1) {background: #fff;}
.system .inner {padding: 90px 0 100px;}

/* system-detail */
.system-detail h4 {position: relative; font-family: 'BMDOHYEON'; font-size: 30px; color: #000; padding-left: 20px; margin-bottom: 40px;}
.system-detail h4::before {content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: #000;}
.system-detail__list {display: flex; justify-content: space-between;}
.system-detail__list li {width: calc(33.33% - 24px);}
.system-detail__list .txt-and-img {position: relative; margin-bottom: 30px;}
.system-detail__list .txt-and-img .title {position: absolute; left: 0; top: 0; width: 100%; font-size: 19px; font-weight: 700; color: #fff; background: #e30613; text-align: center; padding: 17px 0; z-index: 1;}
.system-detail__list .txt-and-img .image {background: #fff; padding-top: 60px; text-align: center;}
.system-detail__list .txt-and-img .image.border {border: 1px solid #dfe3ed !important;}
.system-detail__list .txt-and-img .image img {width: 100%;}
.system-detail__list .text-group {text-align: center;}
.system-detail__list .text-group strong {font-size: 19px; font-weight: 700; color: #000;}
.system-detail__list strong + .desc {border-top: 1px solid #ddd; padding-top: 20px; margin-top: 20px;}
.system-detail__list .desc p {font-size: 17px; font-weight: 300; color: #555; white-space: nowrap;}
.system-detail__list .desc p + p {margin-top: 5px;}
.system-detail__list .desc.bullet {text-align: left;}
.system-detail__list .desc.bullet p {position: relative; padding-left: 15px; line-height: 1.71; color: #333;}
.system-detail__list .desc.bullet p + p {margin-top: 12px;}
.system-detail__list .desc.bullet p::before {content: ''; position: absolute; left: 0; top: 13px; width: 4px; height: 4px; border-radius: 50%; background: #420101;}
.system-detail__list .desc p span {font-weight: 400; color: #000;}
.system-detail__list .btn-area {display: flex; justify-content: space-between; margin-top: 35px;}
.system-detail__list .btn-area .btn {position: relative; display: block; width: calc(50% - 5px); border-radius: 5px; padding: 10px 0; z-index: 1; overflow: hidden; color: #fff; z-index: 1;}
.system-detail__list .btn-area .btn::before {content: ''; position: absolute; right: 0; top: 0; width: 0; height: 100%; transition: .4s; z-index: -1;}
.system-detail__list .btn-area .btn:hover::before {left: 0; width: 100%;}
.system-detail__list .btn-area .btn.download-btn {background: #333;}
.system-detail__list .btn-area .btn.link-btn {background: #e30613;}
.system-detail__list .btn-area .btn.download-btn::before {background: #000;}
.system-detail__list .btn-area .btn.link-btn::before {background: #ba040e;}
.system-detail__list .btn-area .btn span {font-size: 14px; font-weight: 400; margin-right: 10px; vertical-align: top;}
.system-detail__list .btn-area .btn i {font-size: 20px; color: inherit;}

.system-detail__list.product-list li {width: calc(25% - 24.75px);}
.system-detail__list.product-list .text-group {min-height: 183px;}
.system-detail__list.coffee-beans__list .text-group {min-height: 140px;}
.system-detail__list.green-beans__list .text-group {min-height: 110px;}

.system-area {}
.system-area .system-thumb {display: flex; justify-content: space-between;}
.system-area .system-thumb .thumb-box {width: calc((100% - 35px) / 2); overflow: hidden;}
.system-area .system-thumb .thumb-box img {width: 100%; transition: .3s;}
.system-area .thumb-box:hover img {transform: scale(1.1);}
.system-area .system-info {margin-top: 35px; background: #333; border-radius: 20px; font-size: 17px; font-weight: 300; line-height: 1.7; color: #fff; padding: 45px 20px; text-align: center;}


/* media query */
@media screen and (max-width: 1700px) {
    /* common */
    .system .inner {padding: 90px 20px 100px;}

    .system-detail__list .desc p {white-space: normal;}
    .system-detail__list .desc p br {display: none;}
    .system-detail__list.green-beans__list .text-group {min-height: 158px;}
}

@media screen and (max-width: 1400px) {
    /* common */
    .system .inner {padding: 90px 60px 100px;}
}

@media screen and (max-width: 1300px) {
    .system .page-summary .title br, .system .page-summary .description br {display: none;}
    .system-detail__list .text-group strong br {display: none;}
    .system-detail__list.coffee-beans__list .text-group {min-height: 158px;}
    .system-area .system-info br:not(.only-br) {display: none;}
}

@media screen and (max-width: 1200px) {
    .system-detail__list {flex-wrap: wrap;}
    .system-detail__list.product-list li {width: calc(50% - 10px);}
    .system-detail__list.product-list li:nth-child(n+3) {margin-top: 80px;}
    .system-detail__list.coffee-beans__list .text-group {min-height: 190px;}
}

@media screen and (max-width: 1100px) {
    .system-detail__list.green-beans__list .text-group {min-height: 187px;}
}

@media screen and (max-width: 1024px) {
    .system .page-summary .title {font-size: 33px;}
    .system .page-summary .description, .system-detail__list .txt-and-img .title, .system-detail__list .text-group strong {font-size: 18px;}

    .system-detail h4 {font-size: 26px;}
    .system-detail__list li {width: 100%;}
    .system-detail__list:not(.product-list) li + li {margin-top: 80px;}
    .system-detail__list.coffee-beans__list .text-group, .system-detail__list.green-beans__list .text-group {min-height: 0;}
    .system-detail__list.product-list .text-group {min-height: 178px;}
    .system-detail__list .desc p, .system-area .system-info {font-size: 16px;}
}

@media screen and (max-width: 768px) {
    /* common */
    .system .inner {padding: 60px 40px;}
    .system .page-summary .title {font-size: 30px;}
    .system .page-summary .description, .system-detail__list .txt-and-img .title, .system-detail__list .text-group strong {font-size: 17px;}

    .system-detail h4 {font-size: 24px;}
    .system-detail__list .txt-and-img .image {padding-top: 50px;}
    .system-detail__list .desc p, .system-area .system-info {font-size: 15px;}
    .system-area .system-thumb .thumb-box {width: calc((100% - 20px) / 2);}
    .system-area .system-info {margin-top: 20px;}
}

@media screen and (max-width: 640px) {
    /* common */
    .system .page-summary .title {font-size: 28px;}
    .system .page-summary .description, .system-detail__list .txt-and-img .title, .system-detail__list .text-group strong {font-size: 16px;}

    .system-detail h4 {font-size: 22px; margin-bottom: 30px;}
    .system-detail__list.product-list li {width: 100%;}
    .system-detail__list.product-list li:nth-child(n+2), .system-detail__list:not(.product-list) li + li {margin-top: 50px;}
    .system-detail__list.product-list .text-group {min-height: 0;}
    .system-area .system-info {padding: 35px 20px;}
}


@media screen and (max-width: 480px) {
    /* common */
    .system .inner {padding: 60px 20px;}
    .system .page-summary .title {font-size: 24px;}
    .system .page-summary .description, .system-detail__list .txt-and-img .title, .system-detail__list .text-group strong {font-size: 15px;}

    .system-detail h4 {font-size: 20px;}
    .system-detail__list .txt-and-img .title {padding: 14px 0;}
    .system-detail__list .txt-and-img .image {padding-top: 40px;}
    .system-detail__list .desc p, .system-area .system-info {font-size: 14px;}
    .system-detail__list .btn-area .btn span {font-size: 13px;}
}
