@charset "utf-8";
/* CSS Document */

/*********************
Main
*********************/

.page-wrap {
    max-width: 1350px;
    margin: 2.5em auto 5em;
}

.top-section .img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

.top-section .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    max-height: 360px;
    object-fit: cover;
}

.top-section h1 {
    color: #26374A;
    margin: 1em 0 .5em;
    font-size: 34px;
    letter-spacing: 1%;
}

.top-section h2 {
    color: #26374A;
    margin: 1em 0 0;
    font-size: 28px;
    letter-spacing: 1%;
}

.top-section .main-wrapper {
    display: grid;
    gap: 4em;
    grid-template-columns: 1fr 1fr;
    color: #232F3E;
}

.top-section .main-content p {
    letter-spacing: 1%;
    line-height: 23px;
    font-size: 16px;
}

.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 4em 0 4.5em;
}

.tech-product-wrap {
    background: #F5F5F7;
}

.tech-product-wrap h3 {
    font-weight: normal;
    margin: 1em 2.3em;
    font-size: 18px;
}

.hl {
    border-bottom: 1px solid #D2D2D7;
}

.product-link {
    margin: 1em 25% 1em 3em;
}

.product-link a {
    text-decoration: none;
}

.product-link a h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.product-link a p {
    color: #6C6C86;
    padding: 10px 0 20px;
    letter-spacing: 1%;
    line-height: 21px;
    margin: 0;
}

.product-link a span {
    color: #0066CC;
}

.product-link a span:hover {
    text-decoration: underline;
}

.product-container-img {
    height: 350px;
}

.product-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5em;
    background: #F9F9FB;
    padding: 2em 1em;
    border-radius: 6px;
}

.card-layout-grid .card {
    border: 1px solid #D2D2D7;
    border-radius: 6px;
    background: #fff;
}

.card-layout-grid .card img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    max-height: 250px;
    object-fit: cover;
}

.card-description {
    padding: 1em 1em 1.5em 1em;
}

.card-description h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
}

.card-description .card-link:nth-of-type(1) {
    margin-bottom: 10px;
}

.card-description .card-link a {
    color: #0066CC;
    display: inline-block;
}

.card-description .card-link a:hover {
    color: #087aec;
}

.card-description .card-link a:not(:last-of-type)::after {
    content: "|";
    padding: 0 10px;
}

.card-description .card-link:not(:last-of-type) a {
    padding-bottom: 10px;
}

.product-grid-section {
    margin: 4em 0;
}

.product-grid-section h2 {
    color: #26374A;
    font-size: 24px;
    letter-spacing: 1%;
}

.product-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6em;
}

.product-grid-wrap .product-grid {
    display: flex;
    flex-direction: column;
}

.product-grid-wrap .product-grid a {
    border-bottom: 1px solid #D2D2D7;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 1em 0;
}

.product-grid-wrap .product-grid a h3 {
    font-weight: normal;
    font-size: 16px;
    padding-left: 2.5rem;
}

.product-grid-wrap .product-grid a h3:hover {
    text-decoration: underline;
}

.product-grid-wrap .product-grid img {
    max-height: 90px;
    width: 120px;
}

.product-item-title {
    display: flex;
    align-items: baseline;
}

.product-item-title span {
    font-size: 16px;
    padding-left: .5rem;
}

.card-layout-list h2 {
    color: #26374A;
    font-size: 24px;
    letter-spacing: 1%;
}

.large-cards-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3em;
}

.large-cards-wrap .card-content {
    background: #F5F5F7;
}

.large-cards-wrap .card-content a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.large-cards-wrap .card-content a img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.large-cards-wrap .card-content .card-title {
    padding: 1.5em 2em;
    display: flex;
    align-items: baseline;
}

.large-cards-wrap .card-content .card-title h3 {
    font-size: 18px;
}

.large-cards-wrap .card-content .card-title span {
    font-size: 18px;
    padding-left: .5rem;
}

.large-cards-wrap .card-content .card-title h3:hover {
    text-decoration: underline;
}

.list-container {
    display: flex;
    grid-gap: 5%;
    margin: 4em 0;
}

.container-title h2 {
    margin: 0 0 1em;
    font-size: 32px;
}

.product-list-wrapper .product-list-item:nth-of-type(1) {
    border-top: 1px solid #D2D2D7;
}

.product-list-item {
    border-bottom: 1px solid #D2D2D7;
    padding: 1em 0;
    min-height: 105px;
}

.product-list-item a {
    text-decoration: none;
}

.product-list-item:hover {
    box-shadow: 0 -8px 6px -6px rgba(0, 0, 0, 10%), 0 8px 6px -6px rgba(0, 0, 0, 10%);
}

.product-list-item a > p {
    color: #0066CC;
    margin-top: 0;
}

.product-list-item a > p:hover {
    text-decoration: underline;
}

.product-list-item a div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.product-list-item a div p {
    margin: 10px 0 0;
    color: #000;
    font-size: 18px;
    max-width: 80%;
    line-height: 24px;
}

.product-list-item a div span {
    font-size: 24px;
    color: #0066CC;
}

.container-title {
    width: 30%;
}

.container-title p {
    font-size: 22px;
    width: 250px;
}

.product-list-wrapper {
    width: 80%;
}

.category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 4em 0;
}

.category-container img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.category-section {
    background: #F5F5F7;
}

.category-section h3 {
    font-weight: normal;
    margin: 1em 1.5em;
    font-size: 18px;
    color: #768792;
}

.category-link {
    margin: 1em 30% 1em 2em;
}

.category-link a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.category-link a span {
    display: inline-block;
}

.category-link a span:hover {
    text-decoration: underline;
}

.category-link a span:not(:last-of-type) {
    padding-bottom: 15px;
}

.inner-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
}

.inner-card-container .sub-card-wrap {
    border: 1px solid #AEB8BF;
    border-radius: 6px;
}

.inner-card-container .sub-card-wrap:hover {
      box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 10%);  
}

.inner-card-container .sub-card-wrap a {
    text-decoration: none;
}

.inner-card-container .sub-card-wrap a img {
    width: 100%;
}

.inner-card-container .sub-card-wrap a .sub-card-content {
    padding: 1em;
}

.inner-card-container .sub-card-wrap a .sub-card-content h3 {
    color: #26374A;
    margin: 0 0 10px;
    font-size: 17px;
}

.inner-card-container .sub-card-wrap a .sub-card-content p {
    color: #0E2841;
    min-height: 60px;
    letter-spacing: 1%;
    line-height: 21px;
}

.inner-card-container .sub-card-wrap a .sub-card-content span {
    color: #0066CC;
}

.inner-card-container .sub-card-wrap a .sub-card-content span:hover {
    text-decoration: underline;
}

.bottom-card-container {
    margin: 4em 0 0;
}

.bottom-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

.bottom-card-wrap {
    border: 1px solid #D2D2D7;
    border-radius: 6px;
    background: #fff;
}

.bottom-card-wrap:hover {
      box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 10%);  
}

.bottom-card-wrap a {
    text-decoration: none;
    color: #000;
}

.bottom-card-wrap a img {
    width: 100%;
}

.bottom-card-content {
    padding: 1em 1em 1.5em 1em;
    text-align: center;
}

.bottom-card-container h2 {
    color: #26374A;
    font-size: 24px;
    letter-spacing: 1%;
}

.bottom-card-content p {
    margin: 0;
}

.bottom-card-content p:hover {
    text-decoration: underline;
}

.card-grid-container h2 {
    margin-top: 0;
    color: #26374A;
    font-size: 24px;
    letter-spacing: 1%;
}

.sub-card-container h2 {
    color: #26374A;
    font-size: 24px;
    letter-spacing: 1%;
}























