@import url('font-awesome/css/font-awesome.css');
@import url("https://cdn.adlinktech.com/vendor/css/mktoFroms.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
#AIIPC_Expert * {
    font-family: Ubuntu, 'Noto Sans TC', 微軟正黑體, "Microsoft JhengHei", "Arial", "Helvetica Neue", sans-serif;
}
#AIIPC_Expert *, #AIIPC_Expert *::before, #AIIPC_Expert *::after {
    box-sizing: border-box;
}
#AIIPC_Expert img {
    width: 100%;
    height: auto;
}
#AIIPC_Expert picture {
    display: block;
}
.AIIPC_Expert_hero {
    position: relative;
    background-color: #c7e9f7;
}
.AIIPC_Expert_hero picture {
    position: relative;
    z-index: 1;
}
.AIIPC_Expert_hero_copy {
    font-size: 5vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 5%;
}
.AIIPC_Expert_hero_copy h1 {
    font-weight: bold;
    font-size: 176%;
    margin: 0;
    line-height: normal;
}
.AIIPC_Expert_hero_copy h1 + p {
    font-weight: 400;
    font-size: 100%;
    margin: .5em 0;
    line-height: normal;
}
.AIIPC_Expert_hero_copy a {
    display:inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #d0343a;
    padding: .5em 1em;
    font-weight: 400;
    font-size: 150%;
    vertical-align: top;
    line-height: 1;
	white-space:nowrap;
}
.AIIPC_Expert_hero_copy a img {
    max-width: 1em;
    margin-left: .2em;
}
.AIIPC_Expert_info {
    padding: 50px 0 0;
}
.AIIPC_Expert_content, .mktoFroms_content {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.AIIPC_Expert_content .AIIPC_Expert_features {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}
.AIIPC_Expert_content .mktoFroms {
    max-width: 60%;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #e2e5ea;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul:last-of-type {
    margin: 0;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul li:first-of-type {
    max-width: 50px;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul li:last-of-type {
    flex: 1;
    padding-left: 25px;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul li h3 {
    font-size: 21px;
    margin: 0 0 10px;
    line-height: normal;
}
.AIIPC_Expert_content .AIIPC_Expert_features ul li h3 + p {
    margin: 0;
}
.AIIPC_Expert_mktofroms_title  {
	padding: 50px 0 25px;
}
.AIIPC_Expert_mktofroms_title h2, .AIIPC_Expert_info h2 {
    width: 100%;
    color: #d0343a;
    border: none;
    padding: 0;
    margin: 0 auto 15px;
	text-align: center;
}
@media (max-width: 767px) {
    .AIIPC_Expert_hero {
        padding-top: 32%;
    }
    .AIIPC_Expert_hero_copy h1 span {
        display: block;
    }
    .AIIPC_Expert_mktofroms_title h2 {
        font-size: 26px;
        line-height: 1.5;
    }
    .AIIPC_Expert_mktofroms_title h2 br {
        display: none;
    }
}
@media (min-width: 768px) {
    .AIIPC_Expert_hero_copy {
        font-size: 1.7vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 0 25%;
    }
    .AIIPC_Expert_content .AIIPC_Expert_features {
        grid-template-columns: repeat(2, 1fr);
    }
}