﻿/*****************************************************************
 *
 * 共用樣式
 *
 *****************************************************************/
.prd_detail_share.black_type .btn_area a {
    color: #fff
}

body {
    color: #111;
    font-size: 1em;
    line-height: 1em
}

header,
header.desktop {
    z-index: 50;
}

#container .contents {
    font-family: 'Noto Sans'
}

#container .contents[data-lang="sc"],
#container .contents[data-lang="sc"] *:not(.c-inlineBlock) {
    font-family: 'Noto Sans SC';
}

#container .contents[data-lang="jp"],
#container .contents[data-lang="jp"] *:not(.c-inlineBlock) {
    font-family: 'Noto Sans JP';
}

#container .contents[data-lang="ko"],
#container .contents[data-lang="ko"] *:not(.c-inlineBlock) {
    font-family: 'Noto Sans KR';
}

#container .contents[data-lang="ko"] {
    word-break: keep-all;
    overflow-wrap: break-word;
}

#container .contents[data-lang="tw"],
#container .contents[data-lang="tw"] *:not(.c-inlineBlock) {
    font-family: 'Noto Sans TC';
}

section {
    width: 100%;
    display: inline-block
}

article {
    width: 1200px;
    display: inline-block
}

strong.wightMedium {
    font-weight: 500;
}

.c-inlineBlock {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-align: inherit;
}

.text_box {
    width: 100%;
    display: inline-block;
    text-align: center
}

.text_box.left {
    text-align: left
}

.text_box.right {
    text-align: right
}

/****title01****/
.mainTitle01 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.mainTitle01_sub {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: inherit;
    opacity: .5;
}

.mainTitle01_main {
    position: relative;
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-family: 'Anton';
    font-weight: 400;
    text-align: inherit;
}

.contents[data-lang="sc"] .mainTitle01_main {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .mainTitle01_main {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .mainTitle01_main {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .mainTitle01_main {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

/* .mainTitle01_main::before {
    content: '';
    position: absolute;
    bottom: -160px;
    left: -90px;
    display: block;
    width: 803px;
    height: 191px;
    background: url(../kimg/prd_details/common/title_gray.png) bottom left no-repeat;
    background-size: contain;
} */

.mainTitle01_main_text {
    position: relative;
    z-index: 10;
}

.mainTitle01_main_color {
    position: relative;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    background: linear-gradient(to right, #ebcd00 0%, #8deb47 50%, #39a5f7 100%);
    background-size: 100% 100%;
    text-align: inherit;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 10;
}

.mainTitle01_main_color_bg::before {
    content: attr(data-text);
    text-align: inherit;
}

.mainTitle01 b {
    font-weight: inherit;
    vertical-align: top;
    display: inline;
    font-size: .6em;
}

.mainTitle01 b.rMark {
    line-height: 1.7;
}

.contents[data-lang="sc"] .mainTitle01 b.rMark,
.contents[data-lang="jp"] .mainTitle01 b.rMark,
.contents[data-lang="tw"] .mainTitle01 b.rMark {
    font-size: .9em;
    line-height: 1.4;
}

.contents[data-lang="en"] .mainTitle01 b {
    line-height: 1.5;
}

.contents[data-lang="en"] .mainTitle01 b.rMark {
    line-height: 1.2;
}

.mainTitle01_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    font-weight: 300;
    text-align: inherit;
    /* opacity: .5; */
    z-index: 10;
}

.mainTitle01_text b {
    position: relative;
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.contents[data-lang="en"] .mainTitle01_text b.rMark {
    padding: .3em 0 0 0;
}

.mainTitle01_note {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    font-family: inherit;
    text-align: left;
}

.mainTitle01_note.black {
    color: #505050;
}

.mainTitle01_note.center {
    text-align: center;
}

.mainTitle01.dark .mainTitle01_sub {
    color: #686868;
}

.mainTitle01.dark .mainTitle01_main {
    color: #6c6c6c;
}

.mainTitle01.dark .mainTitle01_main::before {
    display: none;
}

.mainTitle01.dark .mainTitle01_text {
    color: #828282;
    opacity: 1;
}

/****title02****/
.mainTitle02 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.mainTitle02_sub {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 1;
    color: #505050;
    font-weight: 600;
    text-align: inherit;
    opacity: .5;
}

.mainTitle02_main {
    position: relative;
    display: block;
    width: 100%;
    font-size: 42px;
    line-height: 1.2;
    color: #111;
    font-family: 'Anton';
    font-weight: 400;
    text-align: inherit;
}

.contents[data-lang="sc"] .mainTitle02_main {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .mainTitle02_main {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .mainTitle02_main {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .mainTitle02_main {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.mainTitle02_main b {
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.mainTitle02_main_text {
    position: relative;
    z-index: 10;
}

.mainTitle02_main_color {
    position: relative;
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #47a2cc;
}

.mainTitle02_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: #505050;
    font-weight: 400;
    /* letter-spacing: -1px; */
    text-align: inherit;
    z-index: 10;
}

.mainTitle02_text b {
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

/****title03****/
.mainTitle03 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.mainTitle03_sub {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 1;
    color: #505050;
    font-weight: 600;
    text-align: inherit;
    opacity: .5;
}

.mainTitle03_main {
    position: relative;
    display: block;
    width: 100%;
    font-size: 42px;
    line-height: 1.4;
    color: #111;
    font-family: 'Anton';
    font-weight: 400;
    text-align: inherit;
}

.contents[data-lang="sc"] .mainTitle03_main {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .mainTitle03_main {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .mainTitle03_main {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .mainTitle03_main {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.mainTitle03_main b {
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.mainTitle03_main_text {
    position: relative;
    z-index: 10;
}

.mainTitle03_main_color {
    position: relative;
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #47a2cc;
}

.mainTitle03_main_color_bg {
    position: relative;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    background: linear-gradient(135deg, #ffb810 0%, #ffd67d 20%, #ffe8b6 35%, #ffd67d 50%, #ffb810 100%) left center repeat-x;
    background-size: 315px 100%;
    text-align: inherit;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 10;
}

.mainTitle03_main_color_bg::before {
    content: attr(data-text);
    text-align: inherit;
}

.mainTitle03_main_color_bg_text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.nowrap .mainTitle03_main_color,
.nowrap .mainTitle03_main_text {
    display: inline;
}

.mainTitle03_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: #505050;
    font-weight: 400;
    /* letter-spacing: -1px; */
    text-align: inherit;
    z-index: 10;
}

.mainTitle03_text b {
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.psText {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 0 0 calc(1em - 1px);
    font-size: 15px;
    line-height: 1.73;
    color: #848484;
    font-family: inherit;
    font-weight: 400;
    text-align: left;
}

.psText::before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

.psText~.psText {
    margin: 10px 0 0 0;
}

/*****************************************************************
 *
 * banner
 *
 *****************************************************************/
.productBanner {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 850px;
    max-height: 1000px;
    overflow: hidden;
    z-index: 0;
}

/*****************************************************************
 *
 * 商品特色
 *
 *****************************************************************/
.features {
    padding: 120px 0 30px 0;
    background: url(../kimg/prd_details/common/features_bg.png) no-repeat center;
    background-size: cover;
    line-height: normal
}

.features article {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.features article h3 {
    font-size: 36px;
    font-family: 'Anton';
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px
}

[data-lang="sc"] .features article h3 {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

[data-lang="jp"] .features article h3 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

[data-lang="ko"] .features article h3 {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

[data-lang="tw"] .features article h3 {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.features article ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
}

.features article li {
    width: calc(33.3% - 30px);
    margin: 0 15px 90px 15px;
    text-align: center;
}

.features article li::before {
    content: '';
    position: relative;
    display: block;
    width: 45px;
    height: 5px;
    margin: 0 auto 15px auto;
    background: #47a2cc;
}

.features article li span:not(.c-inlineBlock) {
    display: block;
    font-size: 1.8em;
    margin: 0 auto 15px auto;
    font-family: 'Anton'
}

.features article li .brackets-before,
.features article li .brackets-after {
    display: inline-block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}

.features article li .brackets-before {
    margin: 0 0 0 -.5em;
}

.features article li .brackets-after {
    margin: 0 -.5em 0 0;
}

#container .contents[data-lang="sc"] .features article li>span:not(.c-inlineBlock) {
    font-family: 'Anton', 'Noto Sans SC';
}

#container .contents[data-lang="jp"] .features article li>span:not(.c-inlineBlock) {
    font-family: 'Anton', 'Noto Sans JP';
}

#container .contents[data-lang="ko"] .features article li>span:not(.c-inlineBlock) {
    font-family: 'Anton', 'Noto Sans KR';
}

#container .contents[data-lang="tw"] .features article li>span:not(.c-inlineBlock) {
    font-family: 'Anton', 'Noto Sans TC';
}

.contents[data-lang="sc"] .features article li span:not(.c-inlineBlock) {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .features article li span:not(.c-inlineBlock) {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .features article li span:not(.c-inlineBlock) {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .features article li span:not(.c-inlineBlock) {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.features article li span b {
    position: relative;
    top: .1em;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.contents[data-lang="en"] .features article li span b.rMark {
    top: 0;
}

.features article li p br.mo {
    display: none
}

.features article li p {
    color: #505050;
    font-size: 16px;
    line-height: 22px
}

.features article li b {
    font-weight: inherit;
    vertical-align: top;
    display: inline-block;
    font-size: .6em;
}

.features article li p b {
    position: relative;
    top: -.5em;
}

/*****************************************************************
 *
 * 共用文案
 *
 *****************************************************************/
.c-productArea {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.c-productArea_bg {
    position: absolute;
    bottom: 0;
    left: max(0%, calc(50% - 960px));
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 1920px;
    height: 100%;
}

.c-productArea_bg::before,
.c-productArea_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.c-productArea_bg::before {
    left: -3px;
}

.c-productArea_bg::after {
    left: auto;
    right: -3px;
    transform: scaleX(-1);
}

.c-productArea_bg img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.c-productArea_bg .pad,
.c-productArea_bg .mb {
    display: none;
}

.c-productArea_inner {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1620px;
    margin: 0 auto;
}

.c-productArea_inner_content {
    width: 50%;
    max-width: 675px;
}

.c-productArea[data-direction="right"] .c-productArea_inner_content {
    margin: 0 0 0 auto;
}

.c-productArea_inner_content_logo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 45px 0 0 0;
}

.c-productArea_inner_content_logo_item {
    display: block;
    width: auto;
    height: 17px;
    max-width: 100%;
    margin: 0 25px 20px 0;
}

.c-productArea_inner_content_logo_item img {
    display: block;
    width: auto;
    height: 100%;
}

.c-productArea_inner_content_rgb {
    position: relative;
    display: block;
    width: 100%;
    margin: 65px 0 0 0;
}

.c-productArea_inner_content_rgb_pic {
    display: block;
    width: 100%;
    height: auto;
    max-width: 287px;
}

.c-productArea_inner_content_rgb+.mainTitle01_note {
    margin: 20px 0 0 0;
}

/*****************************************************************
 *
 * 備份軟體
 *
 *****************************************************************/
.includes {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.includes_top {
    position: relative;
    display: block;
    width: 100%;
    padding: 130px 0 350px 0;
    overflow: hidden;
}

.includes_top_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.includes_top_bg img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.includes_top_bg .pad,
.includes_top_bg .mb {
    display: none;
}

.includes_top_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 690px;
    margin: 0 auto;
}

.includes_top_content_title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.includes_top_content_title .mainTitle01_main {
    color: #000;
}

.includes_top_content_title .mainTitle01_text {
    color: #525252;
}

.includes_top_content_title .mainTitle03_main {
    color: #fff;
}

.includes_top_content_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 35px auto 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(207, 210, 211, .8);
    font-family: inherit;
    text-align: center;
}

.includes_center {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 580px;
    margin: -210px auto -158px auto;
    z-index: 10;
}

.includes_center img {
    display: block;
    width: 100%;
    height: auto;
}

.includes_center_btGroup {
    position: absolute;
    bottom: -110px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: center;
    justify-content: center;
    width: 100%;
}

.includes_center_btGroup_bt {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: auto;
    min-width: calc(50% - 30px);
    max-width: 100%;
    margin: 0 15px 15px 15px;
    padding: 22px 10px;
    font-size: .8em;
    line-height: 1.2;
    color: #fff;
    font-family: inherit;
    background: #47a2cc;
}

.includes_center_btGroup_bt span {
    display: block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    flex: 0 0 auto;
}

.includes_center .includes_center_btGroup_bt_arrow {
    display: block;
    width: 5px;
    height: auto;
    margin: 0 0 0 10px;
    flex: 0 0 auto;
}

.includes_bottom {
    position: relative;
    display: block;
    width: 100%;
    padding: 335px 0 145px 0;
    background: #fff;
    overflow: hidden;
}

.includes_bottom_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.includes_bottom_content_title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.2;
    color: #111;
    font-family: 'Anton';
    font-weight: normal;
}

[data-lang="sc"] .includes_bottom_content_title {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

[data-lang="jp"] .includes_bottom_content_title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

[data-lang="ko"] .includes_bottom_content_title {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

[data-lang="tw"] .includes_bottom_content_title {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.includes_bottom_content_text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 595px;
    margin: 30px auto 40px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #505050;
}

.includes_bottom_icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    width: calc(100% - 120px);
    margin: 40px auto 0 auto;
}

.includes_bottom_icon_item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin: 2.5px;
    border-radius: 50%;
    background: #e9e8e4;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.includes_bottom_icon_item img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*****************************************************************
 *
 * 國際標準
 *
 *****************************************************************/
.standard {
    display: block;
    width: 100%;
    padding-top: 112px;
    overflow: hidden;
}

.standard br.mo {
    display: none
}

.standard article {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 110px auto;
}

.standard .standard_bg {
    margin-top: 40px;
    width: 100%
}

.standard .standard_img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw
}

.standard .standard_img img {
    display: inline-block;
    width: 33.3333vw;
    margin-right: -4px
}

.standard .standard_img img:first-child {
    margin-left: -5px;
}

.standard h2 {
    font-size: 2em;
    line-height: 1.2;
    font-family: 'Anton';
    font-weight: normal
}

.contents[data-lang="sc"] .standard h2 {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .standard h2 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .standard h2 {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .standard h2 {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.standard h2 br {
    display: none
}

.standard h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 40px 0;
    color: #505050
}

.standard .prd_list {
    width: 100%;
    display: inline-block
}

.standard .prd_list li {
    float: left;
    width: 33.3%
}

.standard .prd_list li img {
    width: 100%
}

/*****************************************************************
 *
 * Youtube影片
 *
 *****************************************************************/
.video {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.video__item {
    display: block;
    width: calc(100% - 100px);
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}


/*****************************************************************
 *
 * CPU相容性區域
 *
 *****************************************************************/
.c-compatible {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    background: #202429;
    overflow: hidden;
}

.c-compatible::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #202429 25%, #20242900 100%);
    z-index: 10;
}

.c-compatible__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1560px;
    margin: 0 auto;
}

.c-compatible__inner__title {
    width: 100%;
}

.c-compatible__inner__title .mainTitle01_main_text {
    color: #fff;
}

.c-compatible__inner__content {
    position: relative;
    display: block;
    width: calc(50% - 25px);
    z-index: 0;
}

/* .c-compatible__inner__content .mainTitle01 {
    text-align: center;
} */

.c-compatible__inner__content .mainTitle01_main_text,
.c-compatible__inner__content .mainTitle01_text {
    color: #fff;
}

.c-compatible__inner__content .mainTitle01_text {
    max-width: 605px;
}

.contents[data-lang="sc"] .c-compatible__inner__content .mainTitle01_text,
.contents[data-lang="en"] .c-compatible__inner__content .mainTitle01_text,
.contents[data-lang="tw"] .c-compatible__inner__content .mainTitle01_text {
    max-width: 605px;
}

.contents[data-lang="en"] .c-compatible__inner__content .mainTitle01_text {
    max-width: 585px;
}

.contents[data-lang="jp"] .c-compatible__inner__content .mainTitle01_text {
    max-width: 655px;
}

.contents[data-lang="ko"] .c-compatible__inner__content .mainTitle01_text {
    max-width: none;
}

.c-compatible__inner__content__bg {
    position: relative;
    left: -22.5%;
    display: block;
    width: 145%;
    margin: max(-95px, -6vw) auto max(-220px, -12vw) auto;
    z-index: 0;
}

.c-compatible__inner__content__bg img {
    display: block;
    width: 100%;
    height: auto;

    -webkit-mask-image:
        linear-gradient(to top, transparent, black 20%),
        linear-gradient(to right, transparent, black 15%),
        linear-gradient(to bottom, transparent, black 30%),
        linear-gradient(to left, transparent, black 15%);
    -webkit-mask-composite: intersect;
    mask-composite: intersect;
    mask-image:
        linear-gradient(to top, transparent, black 20%),
        linear-gradient(to right, transparent, black 15%),
        linear-gradient(to bottom, transparent, black 30%),
        linear-gradient(to left, transparent, black 15%);
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.c-compatible__inner__table {
    position: relative;
    display: block;
    width: calc(50% - 25px);
    margin: 30px 0 0 0;
    z-index: 10;
}

.c-compatible__inner__table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(#202429aa, #202429aa),
        repeating-radial-gradient(#202429 0 0.007%, #fff 0 0.01%) 10% 0 / 300px 300px,
        repeating-conic-gradient(#202429 0 0.007%, #fff 0 0.01%) 20% 20% / 300px 300px;
    background-blend-mode: normal, difference;
    opacity: .25;
    pointer-events: none;
}

.c-compatible__inner__table table {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-family: inherit;
    text-align: center;
    background: rgba(110, 110, 110, .2);
}

/* .c-compatible__inner__table tr {
    border-bottom: 1px solid #d1d3d4;
}

.c-compatible__inner__table tr:last-child {
    border-bottom: none;
} */

.c-compatible__inner__table thead {
    background: rgba(187, 193, 201, .3);
    border-bottom: 1px solid #d1d3d4;
}

.c-compatible__inner__table th {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    border-right: 1px solid #d1d3d4;
}

.c-compatible__inner__table td {
    padding: 10px 20px;
    border-right: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
}

.c-compatible__inner__table th:last-child,
.c-compatible__inner__table td:last-child {
    border-right: none;
}

.c-compatible__inner__table .align-left {
    text-align: left;
}

.c-compatible__inner__table .title {
    padding: 20px 10px;
}

.c-compatible__inner__table .title__main {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
}

.c-compatible__inner__table .title__sub {
    display: block;
    width: 100%;
    margin: 5px auto 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
}

.c-compatible[data-style="fitv"] .c-compatible__inner__table td {
    padding: 30px 20px;
}

.optimized_amd {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 10px auto 0 auto;
}

.optimized_amd img {
    display: block;
    width: 100%;
    height: auto;
}

/*****************************************************************
 *
 * 商品規格
 *
 *****************************************************************/
.specTable {
    display: block;
    width: 100%;
    padding: 75px 0 50px 0;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden;
}

.specTable article {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.specTable .specifications {
    padding: 0 50px;
    text-align: left
}

.specTable .specifications h3 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Anton';
    font-weight: normal
}

.contents[data-lang="sc"] .specTable .specifications h3 {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .specTable .specifications h3 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .specTable .specifications h3 {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .specTable .specifications h3 {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.specTable table th.sticky,
.specTable table td.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: #e5e5e5;
    z-index: 10;
}

.specTable table th.sticky::before,
.specTable table td.sticky::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    background:linear-gradient(to right, #d6d6d6 0%,#d6d6d6 100%) bottom center/100% 1px no-repeat #e5e5e5;
    z-index: -10;
}

.specTable table td.sticky.last::before {
    height: 100%;
    background: #e5e5e5;
}

.specTable .specTab {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.contents[data-lang="sc"] .specTable .specTab_item {
    font-family: 'Noto Sans SC';
}

.contents[data-lang="jp"] .specTable .specTab_item {
    font-family: 'Noto Sans JP';
}

.contents[data-lang="ko"] .specTable .specTab_item {
    font-family: 'Noto Sans KR';
}

.contents[data-lang="tw"] .specTable .specTab_item {
    font-family: 'Noto Sans TC';
}

.specTable .specTab_item {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 150px;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #414141;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    border: none;
    background: #e5e5e5;
    border-bottom: none;
    transition: color .4s ease-in-out, background-color .4s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.specTable .specTab_item.active {
    color: #fff;
    background: #414141;
}

.specTable .specTab_item:not(.active):hover {
    color: rgba(17, 17, 17, .5);
}

.specTable .specifications table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    table-layout: fixed;
    border-top: 4px solid #414141;
    border-bottom: 4px solid #414141;
}

.specTable .specifications table.j-specTab-box:not(.active) {
    display: none;
}

.specTable .specifications table tr {
    border-bottom: 1px solid #d6d6d6
}

.specTable .specifications table th {
    width: 100px;
    padding: 21px 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    table-layout: fixed;
}

.specTable .specifications table td {
    padding: 21px 0;
    color: #505050;
    font-weight: 300;
    border-left: 1px solid #d6d6d6;
    font-size: 14px;
    line-height: 1.2;
    word-break: break-all;
    /* letter-spacing: 0.6px */
}

.specTable .specifications table td .gap {
    display: block;
    width: 100%;
    height: 1px;
    margin: 1.5px 0;
}

.contents[data-lang="en"] .specTable .specifications table td,
.contents[data-lang="ko"] .specTable .specifications table td {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.specTable .specifications table[data-text="left"] td {
    padding: 21px;
    text-align: left;
}

.specTable .ordering_info {
    padding: 70px 50px;
    text-align: left
}

.specTable .ordering_info+.ordering_info {
    padding: 0 50px 70px 50px;
}

.specTable .ordering_info h3 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Anton';
    font-weight: normal
}

.specTab__box {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    overflow: hidden;
    overflow-x: auto;
}

.specTab__box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #ddd;
}

.specTab__box::-webkit-scrollbar-thumb {
    background: #3f4041;
}

.specTab__box>table {
    min-width: 800px;
}

.specTable__control {
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 20px);
    will-change: transform;
    pointer-events: none;
    z-index: 10;
}

.specTable__control.hide {
    display: none;
}

.specTable__control__arrow {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #424242;
    background: rgba(255, 255, 255, .7);
    transition: opacity .4s ease-in-out;
    pointer-events: all;
    overflow: hidden;
}

.specTable__control__arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 21%;
    height: 21%;
    border: 2px solid transparent;
    border-top-color: #424242;
    border-right-color: #424242;
    transform-origin: center;
}

.specTable__control__arrow:hover {
    opacity: .7;
}

.specTable__control__arrow.disable {
    opacity: .15;
    pointer-events: none;
}

.specTable__control__arrow[data-type="prev"]::before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.specTable__control__arrow[data-type="next"]::before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.contents[data-lang="sc"] .specTable .ordering_info h3 {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

.contents[data-lang="jp"] .specTable .ordering_info h3 {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.contents[data-lang="ko"] .specTable .ordering_info h3 {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

.contents[data-lang="tw"] .specTable .ordering_info h3 {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.specTable .noticeText {
    display: inline;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #00b7e7;
    font-family: inherit;
}

.specTable .noticeText.c-inlineBlock {
    display: inline-block;
}

.specTable .ordering_info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-top: 4px solid #414141;
    border-bottom: 4px solid #414141
}

.specTable .ordering_info table.j-specTab-box:not(.active) {
    display: none;
}

.specTable .ordering_info table tr {
    border-bottom: 1px solid #d6d6d6
}

.specTable .ordering_info table th {
    padding: 12px 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 1px solid #d6d6d6;
    font-size: 14px;
    line-height: 1.2
}

.specTable .ordering_info table th:first-child {
    border-left: none
}

.specTable .ordering_info table td {
    padding: 20px 0;
    color: #505050;
    text-align: center;
    font-weight: 300;
    border-right: 1px solid #d6d6d6;
    font-size: 14px;
    line-height: 1.2;
    word-break: break-all
}

.specTable .ordering_info table td strong {
    display: inline-block;
    padding: 0 10px;
    color: #111;
    word-break: normal
}

.specTable .ordering_info table td:last-child {
    border-right: none
}

.specTable table td .blue {
    color: #00b7e7;
}

.specTable .ordering_info table td br {
    display: none
}

.specTable a.com_btn1 {
    display: inline-block;
    padding: 22px 0;
    background: #47a2cc;
    border: 1px solid #2d89b4;
    color: #fff;
    font-size: 0.8em;
    width: 290px;
    text-align: center;
    margin: 0 15px 15px 15px
}

.specTable a.com_btn1_2 {
    display: inline-block;
    padding: 22px 0;
    background: #424242;
    border: 1px solid #343434;
    color: #fff;
    font-size: 0.8em;
    width: 290px;
    text-align: center;
    margin: 0 15px 15px 15px
}

.specTable .btn a img {
    margin-left: 10px
}

.ordering_info_notice {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.2;
    color: #585858;
    font-weight: 400;
    opacity: .8;
}

.ordering_info_notice.blue {
    color: #00b7e7;
}

.specTable .pc-center {
    text-align: center;
}

@media all and (max-width:1400px) {

    /*****************************************************************
 *
 * banner
 *
 *****************************************************************/
    .productBanner {
        height: calc(100vh - 60px);
    }
}

@media all and (max-width:1200px) {

    /*****************************************************************
     *
     * 共用樣式
     *
     *****************************************************************/
    /****title02****/
    .mainTitle02_sub {
        font-size: 13px;
        color: #fff;
    }

    .mainTitle02_main {
        font-size: 28px;
        line-height: 1.5;
        color: #dcdcdc;
    }

    .mainTitle02_text {
        margin: 15px 0 0 0;
        font-size: 17px;
        line-height: 1.8;
        color: #a1a1a6;
    }

    .mainTitle02.dark .mainTitle02_sub {
        color: #686868;
    }

    .mainTitle02.dark .mainTitle02_main {
        color: #828282;
    }

    .mainTitle02.dark .mainTitle02_text {
        color: #828282;
    }

    .mainTitle02.light .mainTitle02_text {
        color: #fff;
    }

    /****title03****/
    .mainTitle03_sub {
        font-size: 13px;
        color: #fff;
    }

    .mainTitle03_main {
        font-size: 36px;
        color: #dcdcdc;
    }

    .mainTitle03_text {
        margin: 15px 0 0 0;
        font-size: 17px;
        line-height: 1.8;
        color: #a1a1a6;
    }

    .mainTitle03.dark .mainTitle03_sub {
        color: #686868;
    }

    .mainTitle03.dark .mainTitle03_main {
        color: #828282;
    }

    .mainTitle03.dark .mainTitle03_text {
        color: #828282;
    }

    .mainTitle03.light .mainTitle03_text {
        color: #fff;
    }

    /*****************************************************************
    *
    * 共用文案
    *
    *****************************************************************/
    .c-productArea {
        display: block;
        align-items: flex-start;
        align-content: flex-start;
    }

    .c-productArea_bg {
        left: calc(50% - 600px);
        width: 1200px;
        height: 100%;
    }

    .c-productArea_bg .pc {
        display: none;
    }

    .c-productArea_bg .pad {
        display: block;
    }

    .c-productArea_inner_content {
        width: 100%;
        max-width: 650px;
    }

    .c-productArea[data-direction="right"] .c-productArea_inner_content {
        margin: 0;
    }

    .c-productArea_inner_content_logo {
        margin: 30px 0 0 0;
    }

    .c-productArea_inner_content_rgb {
        margin: 40px 0 0 0;
    }

    /*****************************************************************
    *
    * banner
    *
    *****************************************************************/
    .productBanner {
        height: 900px;
        min-height: 0;
    }

    /*****************************************************************
    *
    * CPU相容性區域
    *
    *****************************************************************/
    .c-compatible {
        padding: 100px 0;
    }

    .c-compatible::after {
        display: none;
    }

    .c-compatible__inner {
        display: block;
        width: calc(100% - 120px);
    }

    .c-compatible__inner__title .mainTitle01_main {
        text-align: center;
    }

    .c-compatible__inner__content {
        width: 100%;
    }

    .c-compatible__inner__content .mainTitle01_text {
        margin: 0 auto;
        text-align: center;
    }

    .c-compatible__inner__content__bg {
        left: -20.5%;
        width: 141%;
        margin: -10vw auto -23vw auto;
    }

    .c-compatible__inner__content__bg img {
        -webkit-mask-image:
            linear-gradient(to top, transparent, black 20%),
            linear-gradient(to bottom, transparent, black 30%);
        -webkit-mask-composite: intersect;
        mask-composite: intersect;
        mask-image:
            linear-gradient(to top, transparent, black 20%),
            linear-gradient(to bottom, transparent, black 30%);
        mask-composite: intersect;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }

    .c-compatible__inner__table {
        width: 100%;
    }

    /*****************************************************************
    *
    * 備份軟體
    *
    *****************************************************************/
    .includes_bottom_content_title {
        font-size: 36px;
    }

    .includes_top_content_text,
    .includes_bottom_content_text {
        font-size: 16px;
    }

    /*****************************************************************
     *
     * 國際標準
     *
     *****************************************************************/
    .specTable .download_area {
        width: 96%;
        padding: 88px 5%
    }
}

@media all and (max-width:1024px) {

    /*****************************************************************
     *
     * 商品特色
     *
     *****************************************************************/
    .features {
        padding: 110px 0 20px 0;
    }

    .features article li {
        width: calc(50% - 30px);
    }

}

@media all and (max-width:991px) {

    /*****************************************************************
    *
    * 備份軟體
    *
    *****************************************************************/
    .includes_top_bg .pc {
        display: none;
    }

    .includes_top_bg .pad {
        display: block;
    }
}

@media all and (max-width:812px) {

    /*****************************************************************
     *
     * 共用樣式
     *
     *****************************************************************/
    article {
        padding: 0 3.3%
    }

    /*****************************************************************
    *
    * banner
    *
    *****************************************************************/
    .productBanner {
        height: 91.2em;
        min-height: 0;
        font-size: 10px;
    }

    /*****************************************************************
    *
    * CPU相容性區域
    *
    *****************************************************************/
    .c-compatible__inner {
        width: calc(100% - 100px);
    }


    /*****************************************************************
     *
     * 商品特色
     *
     *****************************************************************/
    .features {
        padding: 100px 0 70px 0;
    }

    .features article {
        padding: 0 2rem
    }

    .features article h3 {
        margin-bottom: 0
    }

    .features article ul {
        margin: 50px auto 0 auto;
    }

    .features article li {
        margin: 0 15px 50px 15px;
    }

    .features article li span:not(.c-inlineBlock) {
        font-size: 2.8rem;
    }

    .features article li p {
        font-size: 1.8em;
        line-height: 1.4;
    }

    .features article li p br.pc {
        display: none
    }

    .features article li p br.mo {
        display: block
    }

    /*****************************************************************
    *
    * 備份軟體
    *
    *****************************************************************/
    .includes_top_content {
        width: calc(100% - 60px);
    }

    .includes_center {
        width: calc(100% - 60px);
    }

    .includes_center_btGroup_bt {
        min-width: calc(50% - 10px);
        margin: 0 5px 15px 5px;
        font-size: 1.3rem;
        padding: 2.2rem 0;
    }

    .includes_bottom_content {
        width: calc(100% - 60px);
    }

    .includes_bottom_icon {
        width: calc(100% - 60px);
    }

    /*****************************************************************
     *
     * 國際標準
     *
     *****************************************************************/
    .standard {
        padding: 13.4rem 0 0 0;
        background-size: 100%;
        height: auto
    }

    .standard br.mo {
        display: block
    }

    .standard article {
        padding: 0 3.3%;
        margin-bottom: 11rem
    }

    .standard h2 {
        font-size: 3.2rem;
        height: auto
    }

    .standard h2 br {
        display: block
    }

    .standard h5 {
        margin: 2.5rem 0 4rem 0;
        font-size: 1.8em;
        /* letter-spacing: -0.1rem; */
        line-height: 1
    }

    .standard article img {
        width: 58.4rem
    }

    .standard img.logo {
        width: 37.8rem
    }

    .standard img.standard_bg {
        display: none;
    }

    .standard .prd_list {
        margin-top: 0;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 8rem;
        padding-top: 0
    }

    /*****************************************************************
    *
    * Youtube影片
    *
    *****************************************************************/
    .video {
        padding: 150px 0;
    }

    /*****************************************************************
     *
     * 商品規格
     *
     *****************************************************************/
    .specTable {
        padding: 70px 0 60px 0
    }

    .specTable .specifications {
        margin: 0 0 70px 0;
        padding: 0 30px
    }

    .specTable .specifications h3 {
        font-size: 3.2rem;
        margin-bottom: 2.8rem
    }

    .specTable .specifications table {
        border-top: 0.4rem solid #414141;
        border-bottom: 0.4rem solid #414141
    }

    .specTable .specifications table th {
        padding: 3rem 5px;
    }

    .specTable .ordering_info table:not(.specTab__box table) th:nth-child(3) {
        width: 27.5%
    }

    .specTable .specifications table td {
        padding: 3rem 5px;
    }

    .specTable .specifications table[data-text="left"] td {
        padding: 3rem;
    }

    .specTable .ordering_info {
        padding: 0 30px
    }

    .specTable .ordering_info+.ordering_info {
        margin: 50px 0 0 0;
        padding: 0 30px
    }

    .specTable .ordering_info h3 {
        font-size: 3.2rem;
        margin-bottom: 2.8rem
    }

    .specTable .ordering_info table {
        border-top: 0.4rem solid #414141;
        border-bottom: 0.4rem solid #414141
    }

    .specTable .ordering_info table td br {
        display: block
    }

    .specTable .download_area img.logo {
        width: 43rem
    }

    .specTable .download_area .btn {
        margin-top: 5.5rem
    }

    .specTable .download_area .btn a {
        font-size: 1.8rem;
        line-height: 5.6rem;
        padding: 0 2.5rem;
        margin-right: 1.5rem
    }

    .specTable .download_area .btn a img {
        width: 1.8rem;
        margin-right: 1rem
    }

    .specTable div.btn {
        margin-top: 7rem;
        padding: 0 3.3% 7rem;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .specTable div.btn a {
        font-size: 1.3rem;
        line-height: 1.2;
        padding: 2.2rem 0;
        width: calc(50% - 20px);
        margin: 0 5px 15px 5px
    }

    /* .specTable a.com_btn1 {
        float: left
    }

    .specTable a.com_btn1_2 {
        float: right
    } */

    .specTable .pad-center {
        text-align: center;
    }
}

@media all and (max-width:640px) {

    /*****************************************************************
     *
     * 共用樣式
     *
     *****************************************************************/
    /****title01****/
    .mainTitle01_sub {
        margin: 0 0 5px 0;
        font-size: 12px;
    }

    .mainTitle01_main {
        font-size: 16px;
    }

    .mainTitle01_text {
        margin: 15px 0 0 0;
        font-size: 12px;
    }

    .mainTitle01_note {
        margin: 30px 0 0 0;
        font-size: 12px;
    }

    .mainTitle01_note .mb-hide {
        display: none;
    }

    /****title02****/
    .mainTitle02_main {
        font-size: 26px;
        line-height: 1.2;
    }

    .mainTitle02_text {
        margin: 10px 0 0 0;
        font-size: 12px;
        line-height: 2;
    }

    /****title03****/
    .mainTitle03_main {
        font-size: 26px;
    }

    .mainTitle03_text {
        margin: 10px 0 0 0;
        font-size: 13px;
        line-height: 2;
    }

    .psText {
        width: calc(100% - 50px);
        margin: 30px auto 0 auto;
        font-size: 12px;
    }

    /*****************************************************************
    *
    * banner
    *
    *****************************************************************/
    .productBanner {
        height: 100em;
    }

    /*****************************************************************
    *
    * 商品特色
    *
    *****************************************************************/
    .features article h3 {
        font-size: 29px;
    }

    /*****************************************************************
    *
    * 共用文案
    *
    *****************************************************************/
    .c-productArea_bg {
        left: calc(50% - 320px);
        width: 640px;
    }

    .c-productArea_bg .pad {
        display: none;
    }

    .c-productArea_bg .mb {
        display: block;
    }

    .c-productArea_inner {
        width: calc(100% - 60px);
    }

    .c-productArea_inner_content_logo_item {
        height: 11px;
        margin: 0 20px 15px 0;
    }

    .c-productArea_inner_content_logo_item:last-child {
        margin: 0 0 15px 0;
    }

    .c-productArea_inner_content_rgb {
        margin: 20px 0 0 0;
    }

    .c-productArea_inner_content_rgb_pic {
        max-width: 180px;
    }

    /*****************************************************************
    *
    * CPU相容性區域
    *
    *****************************************************************/
    .c-compatible {
        padding: 40px 0;
    }

    .c-compatible__inner {
        width: calc(100% - 40px);
    }

    .c-compatible .mainTitle01_main {
        letter-spacing: -.03em;
    }

    .c-compatible__inner__content__bg {
        left: -19%;
        width: 138%;
        margin: -10vw auto -23vw auto;
    }

    .c-compatible__inner__table table {
        font-size: 12px;
    }

    .c-compatible__inner__table th {
        font-size: 12px;
    }

    .c-compatible__inner__table td {
        padding: 10px;
    }

    .c-compatible__inner__table .title__main {
        font-size: 12px;
    }

    .c-compatible__inner__table .title__sub {
        font-size: 10px;
    }

    .optimized_amd {
        max-width: 100px;
    }

    /*****************************************************************
    *
    * 備份軟體
    *
    *****************************************************************/
    .includes_top {
        padding: 80px 0 180px 0;
    }

    .includes_top_content {
        width: calc(100% - 40px);
    }

    .includes_top_content_text {
        margin: 20px auto 0 auto;
        font-size: 12px;
    }

    .includes_center {
        width: calc(100% - 40px);
        max-width: 340px;
        margin: -120px auto -90px auto;
    }

    .includes_center_btGroup {
        bottom: -90px;
    }

    .includes_center_btGroup_bt {
        min-width: 200px;
        margin: 0 0 15px 0;
    }

    .includes_bottom {
        padding: 220px 0 80px 0;
    }

    .includes_bottom_content {
        width: calc(100% - 40px);
    }

    .includes_bottom_content_title {
        font-size: 26px;
    }

    .includes_bottom_content_text {
        margin: 15px 0 40px 0;
        font-size: 12px;
    }

    .includes_bottom_icon {
        width: calc(100% - 40px);
    }

    .includes_bottom_icon_item {
        width: 50px;
        height: 50px;
    }

    /*****************************************************************
    *
    * Youtube影片
    *
    *****************************************************************/
    .video {
        padding: 80px 0;
    }

    .video__item {
        width: calc(100% - 50px);
    }

    /*****************************************************************
     *
     * 商品規格
     *
     *****************************************************************/

    .specTable .specifications {
        margin: 0 0 50px 0;
        padding: 0 20px;
    }

    .specTable .specTab_item {
        min-width: 90px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .specTable .specifications table {
        text-align: center;
    }

    .specTable .ordering_info {
        padding: 0 20px;
    }

    .specTable .ordering_info+.ordering_info {
        padding: 0 20px;
    }
}

@media all and (max-width:575px) {

    /*****************************************************************
     *
     * 商品特色
     *
     *****************************************************************/
    .features {
        padding: 55px 0 20px 0;
    }

    .features article ul {
        margin: 30px auto 0 auto;
    }

    .features article li {
        margin: 0 15px 30px 15px;
    }

    .features article li::before {
        width: 35px;
        margin: 0 auto 10px auto;
    }

    .features article li span:not(.c-inlineBlock) {
        margin: 0 auto 5px auto;
    }

    /*****************************************************************
    *
    * 備份軟體
    *
    *****************************************************************/
    .includes_top_bg .pad {
        display: none;
    }

    .includes_top_bg .mb {
        display: block;
    }

    /*****************************************************************
     *
     * 商品規格
     *
     *****************************************************************/
    .specTable .specifications table th {
        width: 80px;
        padding: 15px 2px;
        font-size: 12px;
    }

    .specTable .specifications table td {
        padding: 15px 2px;
        font-size: 12px;
    }

    .specTable .specifications table[data-text="left"] td {
        padding: 15px;
    }

    .specTable .ordering_info table th {
        padding: 10px 2px;
        font-size: 12px;
    }

    .specTable .ordering_info table td {
        padding: 15px 2px;
        font-size: 12px;
    }

    .ordering_info_notice {
        font-size: 12px;
    }
}

/**** IE ****/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mainTitle01_main_color {
        background: none;
        -webkit-text-fill-color: #fff;
    }
}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {
    .mainTitle01_main_color_bg .c-inlineBlock {
        display: inline;
    }

    .features article li p b {
        top: -.25em;
    }
}

@-moz-document url-prefix() {
    .specTab__box {
        scrollbar-width: thin;
        scrollbar-color: #3f4041 #ddd;
    }
}