html {
    font-size: 16px;
}

body {
    font-family: "Noto Sans TC", "Microsoft Jhenghei", sans-serif;
}

a {
    color: inherit;
}

.container-fluid {
    max-width: 1260px;
    padding: 0 30px;
}

.g_header {
    background-color: #fff;
}

.g_header.is_compact {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.g_header.is_compact .top_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.g_header.is_compact .head_logo img {
    height: 40px;
}

.g_header .top_wrap {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.g_header .head_logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g_header .head_logo img {
    height: 50px;
    margin-right: 30px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.g_header .nav_wrap .nav_cnt {
    font-size: 1em;
}

.g_header .nav_wrap .nav_item:first-child a {
    border-left-width: 1px;
}

.g_header .nav_wrap .nav_item a {
    display: block;
    padding: 0 1em;
    border: 0 solid #000;
    border-right-width: 1px;
    font-weight: 500;
}

.g_header .nav_wrap .nav_item a:hover {
    color: #009fbd;
}

.main_banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.main_banner .controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_banner .sd_dots {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 1em;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_banner .sd_dots li {
    margin: 0 4px;
    background-color: #fff;
    border: 3px solid #fff;
    line-height: 0;
    border-radius: 8px;
    height: 16px;
    width: 16px;
    overflow: hidden;
    -webkit-transition: background 300ms, width 300ms;
    transition: background 300ms, width 300ms;
}

.main_banner .sd_dots li:hover {
    background-color: rgba(0, 159, 189, 0.6);
}

.main_banner .sd_dots li.slick-active {
    background-color: #009fbd;
}

.main_banner .sd_dots button {
    font-size: 0;
    opacity: 0;
}

.main_banner .ban_item {
    overflow: hidden;
    background-color: #009fbd;
}

.main_banner .ban_item img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 1;
}

.main_banner .ban_item:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.94;
}

.g_main {
    padding: 20px 0;
    background-color: #f2f2f2;
}

.g_main .row_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.g_main .row_wrap .col_12 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g_main .row_wrap .col_6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
}

.g_main .row_wrap .col_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66.6667% - 12px);
    flex: 0 1 calc(66.6667% - 12px);
}

.g_main .row_wrap .col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
}

.g_main .box_wrap {
    height: 100%;
    font-weight: 400;
}

.g_main .box__title .tit {
    font-weight: 500;
    line-height: 1;
    font-size: 1.25em;
    color: #009fbd;
}

.g_main .box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #009fbd;
}

.g_main .box__head .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5em 1em;
    font-weight: 400;
    line-height: 1;
    font-size: 1.25em;
    color: #fff;
}

.g_main .box__head .more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.g_main .box__head .more span {
    color: #656565;
    -webkit-transition: all 240ms;
    transition: all 240ms;
}

.g_main .box__head .more .arr {
    position: relative;
    left: 0.2em;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-transition: all 240ms;
    transition: all 240ms;
}

.g_main .box__head .more .arr::before,
.g_main .box__head .more .arr::after {
    content: "";
    position: absolute;
    left: 32%;
    top: calc(50% - 1px);
    width: 36%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g_main .box__head .more .arr::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.g_main .box__head .more:hover {
    text-decoration: none;
}

.g_main .box__head .more:hover span {
    color: #ff7200;
}

.g_main .box__head .more:hover .arr {
    background-color: #ff7200;
}

.g_main .box__cnt+.box__head {
    margin-top: 0.5em;
}

.g_main .box__cnt .list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1em 0 0.1em 1em;
    position: relative;
}

.g_main .box__cnt .list_item::before {
    content: "";
    position: absolute;
    left: 0.25em;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #656565;
}

.g_main .box__cnt .list_item a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.g_main .box__cnt .list_item .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hover_img {
    display: block;
    overflow: hidden;
}

.hover_img img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.hover_img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.sec_announcement {
    margin-bottom: 20px;
}

.sec_announcement .anno_bar {
    white-space: nowrap;
    font-size: 0;
}

.sec_announcement .anno_bar .title,
.sec_announcement .anno_bar .slide {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.sec_announcement .anno_bar .title {
    display: inline-block;
    width: 120px;
    padding: 10px 20px;
    font-size: 1.25rem;
    background-color: #001f34;
    color: #fff;
    line-height: 1;
}

.sec_announcement .anno_bar .slide {
    width: calc(100% - 120px);
    background-color: #fff;
    height: 40px;
}

.sec_announcement .anno_bar .anno_item {
    border-width: 0;
}

.sec_announcement .anno_bar .anno_item .link_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 20px;
    line-height: 40px;
}

.sec_announcement .anno_bar .anno_item .link_wrap:hover {
    color: #001f34;
    opacity: 0.6;
}

.sec_announcement .anno_bar .anno_item .tag.tg1 {
    color: #ff7200;
}

.sec_announcement .anno_bar .anno_item .tag.tg2 {
    color: #25c937;
}

.sec_announcement .anno_bar .anno_item .tag::after {
    content: " /";
}

.sec_announcement .anno_bar .anno_item .date {
    color: #1d4056;
}

.sec_announcement .anno_bar .anno_item .date::before {
    content: "";
    display: inline-block;
    width: 0.5em;
}

.sec_announcement .anno_bar .anno_item .date::after {
    content: " -";
    padding-right: 0.25em;
}

.pdt_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pdt_item {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    background-color: #fff;
}

.pdt_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    justify-content: space-between;
    flex: 0 0 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.pdt_item .wording {
    padding-right: 1.25em;
}

.pdt_item .wording .id {
    font-size: 1.125em;
    font-weight: 700;
    color: #009fbd;
    line-height: 1;
    white-space: nowrap;
}

.pdt_item .wording .text {
    margin-top: 10px;
    line-height: 1.4;
}

.pdt_item .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 109px;
    flex: 0 0 109px;
}

.pdt_item .picture a {
    overflow: visible;
}

.pdt_item:nth-child(n + 3) {
    margin-top: 2px;
}

.sec_recommend .box__head {
    background-color: #001f34;
}

.sec_design {
    position: relative;
}

.sec_design #design {
    position: absolute;
    top: -100px;
    left: 0;
}

.dsn_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dsn_item {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
}

.dsn_item .wording {
    padding-right: 20px;
}

.dsn_item .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.dsn_item .title {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 500;
    color: #009fbd;
    height: 2.5em;
    overflow: hidden;
}

.dsn_item .text {
    margin: 5px 0 10px;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
}

.dsn_item .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dsn_item .buttons .bttn {
    margin-right: 0.5em;
    border-radius: 2px;
    padding: 4px 0.5em 6px;
    line-height: 1;
    color: #fff;
}

.dsn_item .buttons .bttn:nth-child(1) {
    background-color: #1d4056;
}

.dsn_item .buttons .bttn:nth-child(2) {
    background-color: #006fb8;
}

.dsn_item .buttons .bttn:nth-child(3) {
    background-color: #009fbd;
}

.mda_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
}

.mda_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3334% - 8px);
    flex: 0 0 calc(33.3334% - 8px);
    display: flex;
    flex-direction: column;
    justify-items: stretch;
}

.mda_item .picture a {
    position: relative;
}

.mda_item .picture a::after {
    content: "";
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 159, 189, 0.9) url("img/ui/ic_play.svg") center/contain no-repeat;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0.7;
}

.mda_item .picture a:hover::after {
    opacity: 1;
}

.mda_item .wording {
    padding: 10px 20px;
    background-color: #fff;
    line-height: 1.4;
    flex: 1;
}

.rew_items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.rew_item {
    margin: 10px 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 8px);
    flex: 0 0 calc(33% - 8px);
    width: calc(33% - 8px);
    display: flex;
    flex-direction: column;
    justify-items: stretch;
}

.rew_item .picture {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.rew_item .picture a {
    position: relative;
    width: 100%;
}

.rew_item .picture img {
    position: relative;
    width: auto;
    height: 100%;
}


.rew_item .wording {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    line-height: 1.4;
    flex: 1;
}

.rew_item .wording a {
    text-decoration: none;
    color: #000;
}

.rew_item .wording span {
    font-size: 18px;
    font-weight: bold;
    color: #009fbd;
}


.tech_item,
.news_item {
    margin-top: 10px;
    background-color: #fff;
}

.tech_item .date,
.tech_item .text,
.news_item .date,
.news_item .text {
    line-height: 40px;
    font-size: 15px;
}

.tech_item a,
.news_item a {
    opacity: 1;
    color: #000;
    -webkit-transition: all 240ms;
    transition: all 240ms;
}

.tech_item a:hover,
.news_item a:hover {
    opacity: 0.6;
    color: #006fb8;
}

.tech_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #009fbd;
}

.tech_item .icon {
    width: 40px;
    height: 40px;
    background: url("img/ui/ic_technolgy.svg") center/contain no-repeat;
}

.tech_item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1em;
    background-color: #fff;
}

.news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 5px solid #009fbd;
    background-color: #fff;
    display: flex;
}

.news_item a .date {
    padding: 0 1em;
    color: #009fbd;
}

.news_item a .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g_footer {
    background-color: #656565;
    color: #fff;
    font-size: 14px;
}

.g_footer .d-lg-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g_footer .foot_top,
.g_footer .foot_bot {
    padding: 30px 20px;
}

.g_footer .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 150px;
}

.g_footer .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 620px;
    flex: 0 0 620px;
    padding-right: 40px;
    line-height: 1.5;
}

.g_footer .social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.g_footer .social_pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g_footer .social_pt:nth-child(n+2) {
    margin-top: 1em;
}

.g_footer .tit {
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    line-height: 1;
}

.g_footer .sns_links {
    font-size: 0;
}

.g_footer .sns {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    margin-left: 7px;
    overflow: hidden;
    background: url("img/ui/sprite1.png");
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

.g_footer .sns.ic_ez {
    background-position: -395px -219px;
}

.g_footer .sns.ic_ing {
    background-position: -395px -99px;
}

.g_footer .sns.ic_fb {
    background-position: -395px -4px;
}

.g_footer .sns.ic_tw {
    background-position: -395px -35px;
}

.g_footer .sns.ic_line {
    width: 84px;
    background: url("https://scdn.line-apps.com/n/line_add_friends/btn/zh-Hant.png") center/auto 36px no-repeat;
}

.g_footer .sns.ic_yt {
    background-position: -395px -159px;
}

.g_footer .sns.ic_ink {
    background-position: -395px -67px;
}

.g_footer .sns:hover {
    opacity: 0.6;
}

.g_footer .links {
    margin: 0 -2em;
}

.g_footer .links .link {
    position: relative;
    margin: 0 2em;
}

.g_footer .links .link::before {
    content: "";
    position: absolute;
    left: -2em;
    top: 1px;
    width: 1px;
    height: 20px;
    background-color: #fff;
}

.g_footer .links .link:first-child::before {
    display: none;
}

.g_footer .links .link:hover {
    color: #009fbd;
}

.product_top_explain {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.product_top_explain p {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #006fb8;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5;
}

.product_top_explain p span {
    font-size: 32px;
}

.product_top_explain .cta {
    position: relative;
    display: block;
    width: 250px;
    margin: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.product_top_explain .cta img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product_top_explain .cta:hover {
    opacity: 0.7;
}

.product_top_explain .tip {
    position: relative;
    text-align: center;
    font-size: 0.875em;
    font-weight: 400;
    color: #656565;
}

.product_table_wrap {
    max-width: 100%;
    overflow-x: auto;
    background-color: #fff;
    border-radius: 10px;
}

.product_table {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_table .tr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.highLightForm {
    background-color: rgba(0, 159, 189, 0.05);
}


/* .product_table .tr:nth-child(2n+3) .th,
.product_table .tr:nth-child(2n+3) .td {
    background-color: rgba(0, 159, 189, 0.05);
} */

.product_table .tr:last-child .th,
.product_table .tr:last-child .td {
    border-right-width: 0;
}

.product_table .t_head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    font-size: 0.875em;
}

.product_table .th,
.product_table .td {
    border-right: 1px solid rgba(0, 159, 189, 0.3);
    border-bottom: 1px solid rgba(0, 159, 189, 0.3);
    line-height: 1.2;
}

.product_table .td:last-child {
    border-bottom-width: 0;
}

.product_table .th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #006fb8;
    font-weight: 700;
    text-align: left;
}

.product_table .th .tit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
}

.product_table .th .icon {
    text-align: center;
}

.product_table .th .icon img {
    height: 68px;
}

.product_table .th .icon+.tit {
    display: none;
}

.product_table .th.primary_item {
    padding: 0 10px;
}

.product_table .th.primary_item .cta {
    display: block;
    width: 180px;
    margin: 6px auto 4px;
    opacity: 1;
}

.product_table .th.primary_item .cta img {
    width: 100%;
}

.product_table .th.primary_item .cta:hover {
    opacity: 0.7;
}

.product_table .th.primary_item .tip {
    font-size: 0.875em;
    font-weight: 400;
    color: #656565;
}

.product_table .td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_table .td .categ {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product_table .td .id {
    word-break: break-all;
    color: #009fbd;
    font-weight: 500;
}

.product_table .td .id a {
    text-decoration: underline;
}

.product_table .td .id a:hover {
    color: #ff7200;
}

.product_table .td.cols_4 {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.product_table .td.cols_2 {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
}

.product_table .checked {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: url("img/ui/check.png") center/cover;
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 20px;
    }

    .g_header.is_compact .top_wrap {
        padding-top: 10px;
    }

    .g_header.is_compact .head_logo img {
        height: 50px;
    }

    .g_header .top_wrap {
        padding-top: 20px;
        overflow: auto;
    }

    .g_header .head_logo {
        float: left;
    }

    .g_header .menu_trigger {
        float: right;
    }

    .g_header .menu_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        padding: 15px 10px;
        border: 1px solid #000;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    }

    .g_header .menu_btn .icon {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #000;
    }

    .g_header .menu_btn .icon::before,
    .g_header .menu_btn .icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #000;
        top: 8px;
    }

    .g_header .menu_btn .icon::after {
        top: 16px;
    }

    .g_header .nav_wrap {
        padding-top: 20px;
        clear: both;
    }

    .g_header .nav_wrap .nav_item {
        text-align: center;
    }

    .g_header .nav_wrap .nav_item:first-child a {
        border-left-width: 0;
    }

    .g_header .nav_wrap .nav_item:last-child a {
        border-bottom-width: 0;
    }

    .g_header .nav_wrap .nav_item a {
        border-right-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 1em;
    }

    .g_header .main_banner {
        clear: both;
    }

    .g_main .row_wrap {
        display: block;
        margin-bottom: 30px;
    }

    .g_main .row_wrap .col_12,
    .g_main .row_wrap .col_8,
    .g_main .row_wrap .col_6,
    .g_main .row_wrap .col_4 {
        margin-bottom: 30px;
    }

    .g_main .row_wrap .col_12:last-child,
    .g_main .row_wrap .col_8:last-child,
    .g_main .row_wrap .col_6:last-child,
    .g_main .row_wrap .col_4:last-child {
        margin-bottom: 0;
    }

    .sec_announcement .anno_bar {
        white-space: normal;
    }

    .sec_announcement .anno_bar .slide {
        width: 100%;
        height: auto;
    }

    .sec_announcement .anno_bar .anno_item {
        background-color: #fff;
    }

    .sec_announcement .anno_bar .anno_item .link_wrap {
        padding: 8px 12px;
        line-height: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .sec_announcement .anno_bar .anno_item .link_wrap .tit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        line-height: 1.2;
    }

    .pdt_items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pdt_item:nth-child(n+2) {
        margin-top: 10px;
    }

    .dsn_item {
        display: block;
    }

    .dsn_item:nth-child(n+2) {
        margin-top: 10px;
    }

    .dsn_item .wording {
        padding-right: 0;
    }

    .dsn_item .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dsn_item .buttons .bttn {
        padding: 10px 1em;
    }

    .dsn_item .buttons .bttn:last-child {
        margin-right: 0;
    }

    .dsn_item .picture {
        text-align: center;
        margin-top: 1em;
    }

    .mda_item:nth-child(n+2) {
        margin-top: 10px;
    }

    .rew_item {
        margin: 10px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-items: stretch;
    }

    .tech_item a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tech_item .text {
        line-height: 1.4;
        padding: 10px 1em;
    }

    .g_footer .foot_top,
    .g_footer .foot_bot {
        padding: 30px 0;
    }

    .g_footer .text {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .g_footer .foot_bot {
        padding-top: 0;
    }

    .g_footer .links {
        margin: 15px 0 0;
    }

    .g_footer .links .link {
        margin: 0;
        display: inline-block;
        padding: 10px 15px;
    }

    .g_footer .links .link::before {
        left: 0;
        top: 10px;
    }

    .g_footer .links .link:first-child::before {
        display: inline-block;
    }

    .product_top_explain {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px 0 40px 0;
    }

    .product_table .th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .product_table .th .icon img {
        height: 60px;
    }

    .product_table .th .icon+.tit {
        display: block;
        font-size: 0.75em;
        text-align: center;
        height: 2.4em;
    }
}