* {
    box-sizing: border-box;
}

body {
    position: static;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    background-color: #ffffff;
}

html {
    width: auto;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.align-right {
    margin-left: auto;
    margin-right: 0px;
}

.align-left {
    margin-left: 0px;
    margin-right: auto;
}

.background-color-gray {
    background-color: #f5f5f5;
}

.background-color-gray-2 {
    background-color: #bbbbbb;
}

.background-color-gray-3 {
    background-color: #272e31;
}

.background-color-white {
    background-color: #ffffff;
}

.background-mask-black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #05050533;
}

.background-mask-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #012a5a;
    opacity: 0.8;
}

.button-style-2 {
    display: flex;
    padding: 1em 1.5em;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: #1288f7;
    transition: background-color 0.5s;
}

.button-style-2:hover {
    background-color: #056ed1;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: auto;
}

.column-title {
    display: table;
    position: relative;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #1288f7;
    width: auto;
    padding: 0px 0px 10px 0px;
    font-size: 40px;
    font-weight: normal;
    color: #333;
}

.column-title-extend-style-1 {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.content-layout {
    margin: 0px;
    padding: 0px;
}

.content-layout .archive-frame {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-layout .archive-frame .category-title {
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #1288f7;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #272e31;
}

.content-layout .current-page-location {
    display: flex;
    height: 4em;
    width: 100%;
    align-items: center;
    color: #646464;
}

.content-layout .current-page-location a[href] {
    text-decoration: none;
    transition: color 0.2s;
    color: inherit;
}

.content-layout .current-page-location a[href]:hover {
    color:#1288f7;
}

.content-layout .content-left {
    display: block;
    flex-shrink: 0;
    width: 20%;
    min-width: 200px;
    margin-right: 3%;
}

.content-layout .content-left .side-nav-menu {
    display: block;
    box-shadow: 0px 0px 10px 2px #d4d4d4;
}

.content-layout .content-left .side-nav-menu .nav-item {
    display: block;
    background-color: #1288f7;
}

.content-layout .content-left .side-nav-menu .nav-item a {
    display: block;
    text-decoration: none;
}

.content-layout .content-left .side-nav-menu .nav-item a[href]:hover {
    color:#1288f7
}

.content-layout .content-left .side-nav-menu .nav-item > a {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    font-size: 30px !important;
    color: #ffffff !important;
}

.content-layout .content-left .side-nav-menu .nav-item > ul a {
    padding: 10px;
}

.content-layout .content-left .side-nav-menu .nav-item > ul > li > a {
    font-size: 17px;
    color: #383838;
}

.content-layout .content-left .side-nav-menu .nav-item > ul > li > ul a {
    font-size: 15px;
    color: #646464;;
}

.content-layout .content-left .side-nav-menu .nav-item > ul > li {
    position: relative;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ebebeb;
}

.content-layout .content-left .side-nav-menu .nav-item ul {
   overflow: hidden;
}

.content-layout .content-left .side-nav-menu .nav-item > ul {
    background-color: #f5f5f5;
}

.content-layout .content-left .side-nav-menu .nav-item > ul > li ul {
    position: relative;
    left: 20px;
    background-color: #fdfdfd;
}

.content-layout .content-left .side-nav-menu .nav-item > ul> li > ul {
    display: none;
    left: 0px;
    padding-left: 20px;
}

.content-layout .content-left .side-nav-menu .append-img {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 30px;
    width: 30px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-image: url("../images/plus-lg.svg");
}

.content-layout .content-left .side-nav-menu .nav-item-activate > .append-img {
    background-image: url("../images/dash-lg.svg");
}

.content-layout .content-layout-grid-1 {
    display: flex;
    justify-content: center;
}

.content-layout .post-content {
    padding: 5%;
    background-color: #ffffff;
}

.content-layout .content-right {
    display: block;
    width: 100%;
}

.content-layout .content-right .article-frame {
    padding: 5%;
    background-color: #ffffff;
}

.content-layout .content-top {
    position: relative;
    height: 350px;
}

.content-layout .content-top .img-frame {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #201d42;
}

.content-layout .content-top .img-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px) brightness(80%);
}

.content-layout .content-top .submenu {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.content-layout .content-top .submenu-title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
}

.content-layout .content-top .submenu-items-list {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color:#bebebe;
    background-color: rgba(0, 0, 0, 0.123);
}

.content-layout .content-top .submenu-items-list a {
    text-decoration: none;
    color: #ffffff;
}

.content-layout .content-top .submenu-items-list .menu > li > a {
    display: none;
}

.content-layout .content-top .submenu-items-list .menu > li > ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-layout .content-top .submenu-items-list .menu > li > ul > li {
    display: flex;
    align-items: center;
}

.content-layout .content-top .submenu-items-list .menu > li > ul a {
    display: block;
    padding: 10px;
    transition: color 0.3s;
}

.content-layout .content-top .submenu-items-list .menu > li > ul a:hover {
    color: #ffffff;
}

.content-layout .content-top .submenu-items-list .menu > li > ul > li:after {
    content: "";
    height: 20px;
    margin: 0px 5px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #a0a0a0;
}

.content-layout .content-top .submenu-items-list .menu > li > ul > li:last-child::after {
    opacity: 0;
}

.contact-info-2 .title {
    font-size: 25px;
    color: #1288f7;
}

.contact-info-2 img {
    height: 2em;
}

.filter-1 {
    filter: blur(1px) brightness(80%);
}

.filter-2 {
    filter: blur(0px) brightness(50%);
}

.footer-layout {
    height: auto;
    background-color: #313131;
}

.footer-layout a[href] {
    transition: color 0.2s;
}

.footer-layout a[href]:hover {
    color:#1288f7 !important;
}

.footer-layout .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    width: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    
}

.footer-layout .menu > li > a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #e7e7e7;
}

.footer-layout .sub-menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer-layout .sub-menu a {
    text-decoration: none;
    font-size: 13px;
    line-height: 2em;
    color: #afafaf;
}

.footer-layout .desc {
    display: flex;
    flex-flow: column;
}

.footer-layout .desc .title {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #e7e7e7;
}
.footer-layout .desc .detail {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 2em;
    color: #afafaf;
}

.footer-layout .desc .detail a {
    text-decoration: none;
    color: #afafaf;
}

.footer-layout .footer-grid-1 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-layout .footer-grid-1-1 {
    width: 65%;
    margin-right: 10px;
}

.footer-layout .footer-grid-1-2 {
    width: 29%
}

.footer-layout .footer-grid-2 {
    display: flex;
    justify-content: space-around;
}

.direct-child-margin-bottom-level-1 > * {
    margin-bottom: 20px;
}

.general-img {
    display: block;
}

.gradient-background-style-1 {
    background-color: #1288f788;
}

.header-layout {
    top: 0;
    width: auto;
    position: fixed;
    margin: 0;
    margin-bottom: 0;
    z-index: 999;
}

.header-layout .top-nav {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px #f1f1f1;
}

.header-layout .top-nav .content {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1000px;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
}

.header-layout .top-nav .content .logo {
    display: block;
}

.header-layout .top-nav .content .logo img {
    height: 50px;
}

.header-layout .nav-menu {
    display: flex;
    flex-wrap: wrap;
}

.header-layout .nav-menu .menu {
    display: flex;
    flex-wrap: wrap;
}

.header-layout .nav-menu a {
    display: block;
    width: 100%;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: #383838;
}

.header-layout .nav-menu .nav-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: left;
    margin: 0px;
    padding: 0px 15px 0px 15px;
}

.header-layout .nav-menu .nav-item > a {
    line-height: 4em;
    margin-right: 3px;
    font-size: 18px;
}

.header-layout .nav-menu li {
    transition: background-color 0.2s;
}

.header-layout .nav-menu li:hover {
    background-color: #1288f7;
}

.header-layout .nav-menu li:hover > a {
    color: #ffffff;
}

.header-layout .nav-menu .sub-menu {
    display: none; /*hide menu on nav-menu*/
    width: 0%;
    background-color: #ffffff;
    box-shadow: 0px 5px 8px 1px #f1f1f1;
}

.header-layout .nav-menu .sub-menu a {
    font-size: 14px;
    line-height: 3em;
}

.header-layout .nav-menu .nav-item:hover > .sub-menu {
    display: block;
    width: 150%;
    position: absolute;
    top: 100%;
    left: 0%;
    animation: open-list;
    animation-duration: 1s;
    animation-timing-function: ease;
}
/*enable submenus*/
.header-layout .nav-menu .nav-item .sub-menu li {
    position: relative;
}

.header-layout .nav-menu .sub-menu li:hover > .sub-menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 100%;
    animation: open-list;
    animation-duration: 1s;
    animation-timing-function: ease;
}


.header-layout .nav-menu .nav-item .append-img {
    display: block;
    height: 15px;
    width: 15px;
    flex-shrink: 0;
    transition: transform 0.5s;
}

.header-layout .nav-menu .nav-item:hover .append-img {
    transform: rotate(180deg);
}

.header-layout .drawer-menu {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-layout .drawer-menu > * {
    width: 100%;
}

.header-layout .drawer-menu ul {
    margin: 0px;
    padding: 0px;
}

.header-layout .drawer-menu li {
    list-style-type: none;
}

.header-layout .drawer-menu .banner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 80px;
    margin: 0px;
    padding: 0px 3% 0px 3%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ebebeb;
    background-color: none;
}

.header-layout .drawer-menu .logo {
    width: auto;
    margin-left: 3%;
}

.header-layout .drawer-menu .top-nav-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
}

.header-layout .drawer-menu .top-nav-item .logo img {
    height: calc(2vw + 30px);
}

.header-layout .drawer-menu .top-nav-item .line {
    width: 100%;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ebebeb;
}

.header-layout .drawer-menu .top-nav-item > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    overflow-y: scroll;
    height: calc(100vh - 2vw - 30px);
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px 2px #f1f1f1;
    background-color: #ffffff;
    animation: open-list;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.header-layout .drawer-menu .top-nav-item > .append-img {
    height: calc(2vw + 30px);
    width: calc(2vw + 30px);
    margin-right: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    background-repeat: no-repeat;
    background-image: url("../images/list.svg");
}

.header-layout .drawer-menu .top-nav-item-activate {
    background-color: #fcfcfc;
}

.header-layout .drawer-menu .top-nav-item-activate > ul {
    display: block !important;

}

.header-layout .drawer-menu .top-nav-item-activate > .append-img {
    background-image: url("../images/x-lg.svg");
}

.header-layout .drawer-menu a {
    display: block;
}

.header-layout .drawer-menu .nav-item {
    display: block;
    position: relative;
    margin: 0px 30px 0px 30px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dadada;
    background-color: #f1f1f1;
}

.header-layout .drawer-menu .nav-item a[href]:hover {
    color:#1288f7;
}

.header-layout .drawer-menu .nav-item ul a {
    width: auto;
    line-height: 2em;
    font-size: 15px;
    text-decoration: none;
    color: #383838;
}

.header-layout .drawer-menu .nav-item > a {
    width: auto;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
}

.header-layout .drawer-menu .nav-item ul {
    position: relative;
    left: 30px;
}

.header-layout .drawer-menu .nav-item > ul {
    display: none;
    width: 100%;
    left: 0px;
    padding-left: 30px;
    overflow: hidden;
    background-color: #fafafa;
}


.header-layout .drawer-menu .nav-item > .append-img {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    width: 30px;
    margin-right: 3%;
    border: 0;
    background-image: url("../images/plus-lg.svg");
}

/*
.header-layout .drawer-menu .nav-item-activate > a {
    font-weight: bold;
}

.header-layout .drawer-menu .nav-item-activate > ul {
    display: block !important;
    animation: open-list;
    animation-duration: 2s;
    animation-timing-function: ease;
}
*/
.header-layout .drawer-menu .nav-item-activate > .append-img {
    background-image: url("../images/dash-lg.svg");
}

@keyframes open-list {
    0% {overflow: hidden; max-height: 0px; }
    100% {overflow:""; max-height: 1000px };
}

@keyframes close-list {
    0% {display: block !important;overflow: hidden; height: 100px; }
    99% {display: block !important;overflow: hidden; height: 0px; };
    100% {display: none;};
}

.img-text-link-list-style-1 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.img-text-link-list-style-1 .frame {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100%/4.3);
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-1 .frame a {
    display: block;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

.img-text-link-list-style-1 .frame .img-frame {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.img-text-link-list-style-1 .frame img {
    align-self: center;
    width: 100%;
}

.img-text-link-list-style-1 .frame .disc {
    text-align: center;
    color: #000000;
}

.img-text-link-list-style-1 .frame .disc .title {
    font-size: 20px;
    color:#333333;
}

.img-text-link-list-style-1 .frame:hover {
    transform: translate(0px, -5px);
    box-shadow: 0px 0px 8px 8px #e0e0e0;
}

.img-text-link-list-style-2 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
}

.img-text-link-list-style-2 .frame {
    display: block;
    border-radius: 10px;
    width: calc(100%/3.4);
    margin: 1.5%;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-2 .frame:hover {
    transform: translate(0px, -3px);
    box-shadow: 0px 0px 8px 8px #e0e0e0;
}

.img-text-link-list-style-2 .frame a {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    justify-content: center;
    text-decoration: none;
}

.img-text-link-list-style-2 .frame .img-frame {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}

.img-text-link-list-style-2 .frame .img-frame img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    flex-grow: 1;
}

.img-text-link-list-style-2 .frame a .disc {
    text-align: center;
    color: #000000;
}

.img-text-link-list-style-2 .frame .disc .title {
    font-size: 20px;
    color:#333333;
}

.img-text-link-list-style-2 .frame:hover .title {
    color:#1288f7;
}

.img-text-link-list-style-2 .extend-style-1 .frame {
    width: calc(100%/4.6);
}

.img-text-link-list-style-2 .extend-style-1 .list {
    justify-content: space-around;
}

.img-text-link-list-style-3 {
    margin-top: 15px;
}

.img-text-link-list-style-3 .list {
    display: block;
}

.img-text-link-list-style-3 .frame {
    display: block;
    margin: 0px 0px 3% 0px;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-3 .frame:hover {
    box-shadow: 0px 0px 8px 8px #e0e0e0;
}

.img-text-link-list-style-3 .frame a {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-decoration: none;
}

.img-text-link-list-style-3 .frame .img-frame {
    display: flex;
    width: 30%;
    aspect-ratio: 16/9;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.img-text-link-list-style-3 .frame .img-frame img {
    width: 100%;
}

.img-text-link-list-style-3 .frame a .date {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #e0e0e0;
    padding-left: 20px;
    justify-self: right;
    flex-shrink: 0;
    text-align: center;
}

.img-text-link-list-style-3 .frame .small-window-date {
    display: none;
}

.img-text-link-list-style-3 .frame a .date .big-date {
    text-align: inherit;
    font-size: 40px;
    color: #1288f7;
}

.img-text-link-list-style-3 .frame a .date .nomal-date {
    text-align: inherit;
    font-size: 20px;
    color: #919191;
}

.img-text-link-list-style-3 .frame a .disc {
    padding: 0px 20px;
    text-align: left;
    color: #000000;
    flex-grow: 1;
}

.img-text-link-list-style-3 .frame .disc .title {
    padding: 0px 0px 10px 0px;
    font-size: 23px;
    color:#333333;
}

.img-text-link-list-style-3 .frame .disc .detail {
    font-size: 15px;
    color:#979797;
}

.img-text-link-list-style-3 .frame:hover .title {
    color:#1288f7;
}

.img-text-link-list-style-4 {
    display: block;
}

.img-text-link-list-style-4 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.img-text-link-list-style-4 .frame {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100%/4.5);
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 10px;
}

.img-text-link-list-style-4 .frame .img-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-text-link-list-style-4 .frame img {
    z-index: 1;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
}

.img-text-link-list-style-4 .frame:hover img {
    transform: scale(1.1);
}

.img-text-link-list-style-4 .frame a {
    display: block;
    height: 100%;
}

.img-text-link-list-style-4 .frame .disc {
    position: absolute;
    z-index: 3;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    bottom: 0px;
    color: #ffffff;
}

.img-text-link-list-style-4 .frame .black-mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 50%;
    bottom: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.63));
}

.img-text-link-list-style-5 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.img-text-link-list-style-5 .frame {
    display: block;
    width: calc(100%/3.4);
    margin-bottom: 30px;
}

.img-text-link-list-style-5 .frame:hover .disc .title {
    color: #1288f7 !important;
}

.img-text-link-list-style-5 .frame a {
    display: block;
    text-decoration: none;
}

.img-text-link-list-style-5 .frame .img-frame {
    display: flex;
    width: 100%;
    aspect-ratio: 4/3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-text-link-list-style-5 .frame:hover img {
    transform: scale(1.1);
}

.img-text-link-list-style-5 .frame img {
    width: 100%;
    transition: transform 0.5s;
}

.img-text-link-list-style-5 .frame .disc {
    text-align: left;
    padding: 15px;
    color: #000000;
}

.img-text-link-list-style-5 .frame .disc .title {
    min-height: 60px;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color:#414141;
    transition: color 0.5s;
}

.img-text-link-list-style-5 .frame .disc .info {
    font-size: 15px;
    color:#686868;
}

.img-text-link-list-style-6 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
}

.img-text-link-list-style-6 .frame {
    display: block;
    width: calc(100%/3.4);
    margin: 1.5%;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-6 .frame:hover {
    box-shadow: 0px 0px 8px 8px #e0e0e0;
}

.img-text-link-list-style-6 .frame a {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
}

.img-text-link-list-style-6 .frame a > * {
    margin-bottom: 10px;
}

.img-text-link-list-style-6 .frame .img-frame {
    display: block;
    width: 100%;
    overflow: hidden;
}

.img-text-link-list-style-6 .frame .img-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.5s;
}

.img-text-link-list-style-6 .frame:hover .img-frame img {
    transform: scale(1.2);
}


.img-text-link-list-style-6 .frame a .disc {
    text-align: center;
    color: #000000;
}

.img-text-link-list-style-6 .frame .disc .title {
    font-size: 20px;
    color:#333333;
    transition: color 0.5s;
}

.img-text-link-list-style-6 .frame:hover .title {
    color:#1288f7;
}

.img-text-link-list-style-6 .extend-style-1 .list {
    justify-content: space-between;
}

.img-text-link-list-style-6 .extend-style-1 .frame {
    width: calc(100%/4.6);
}

.img-text-link-list-style-7 {
    display: flex;
    justify-content: center;
}

.img-text-link-list-style-7 .list {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: left;
}

.img-text-link-list-style-7 .frame {
    display: block;
    width: calc(100%/4.7);
    margin: 0px 1.8% 3% 1.8%;
    padding: 7px;
    border-style: solid;
    border-color: #804c0a;
    border-width: 6px;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-7 .frame:hover {
    box-shadow: 0px 0px 8px 5px #c9c8c8;
}

.img-text-link-list-style-7 .frame a {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.img-text-link-list-style-7 .frame .img-frame {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.img-text-link-list-style-7 .frame .img-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s;
}

.img-text-link-list-style-8 {
    display: flex;
    justify-content: center;
}

.img-text-link-list-style-8 .list {
    margin-right: 20px;
}

.img-text-link-list-style-8 .list-title {
    line-height: 3em;
    font-size: 25px;
    font-weight: bold;
    color: #1288f7;
}

.img-text-link-list-style-8 .frame {
    display: flex;
    padding: 10px 0px;
    align-items: center;
}

.img-text-link-list-style-8 .frame:hover img {
    transform: rotateY(180deg);
}

.img-text-link-list-style-8 .frame img {
    height: 2em;
    margin-right: 10px;
    transition: transform 0.5s;
}

.img-text-link-list-style-8 .frame .disc .detail {
    color: #464646;
    font-size: 18px;
    transition: color 0.5s;
}

.img-text-link-list-style-8 .frame:hover .disc .detail {
    color:#1288f7;
}

.img-text-link-list-style-8 .main-img-frame {
    display: block;
    width: 50%;
    max-width: 400px;
    overflow: hidden;
}

.img-text-link-list-style-8 .main-img-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.img-text-link-list-style-9 .grid-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.img-text-link-list-style-9 .frame-style-1 {
    display: block;
    width: 45%;
    height: fit-content;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.img-text-link-list-style-9 .frame-style-1:hover .disc .title {
    color: #1288f7 !important;
}

.img-text-link-list-style-9 .frame-style-1 a {
    display: block;
    text-decoration: none;
}

.img-text-link-list-style-9 .frame-style-1 .img-frame {
    display: flex;
    width: 100%;
    aspect-ratio: 4/3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-text-link-list-style-9 .frame-style-1:hover img {
    transform: scale(1.1);
}

.img-text-link-list-style-9 .frame-style-1 img {
    width: 100%;
    transition: transform 0.5s;
}

.img-text-link-list-style-9 .frame-style-1 .disc {
    text-align: left;
    padding: 15px;
    color: #000000;
}

.img-text-link-list-style-9 .frame-style-1 .disc .title {
    min-height: 60px;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color:#414141;
    transition: color 0.5s;
}

.img-text-link-list-style-9 .grid-1 .grid-1-1 {
    display: flex;
    width: 50%;
    flex-flow: column;
}

.img-text-link-list-style-9 .frame-style-2 {
    display: block;
    margin: 0px 0px 3% 0px;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.img-text-link-list-style-9 .frame-style-2:hover {
    box-shadow: 0px 0px 8px 8px #e0e0e0;
}

.img-text-link-list-style-9 .frame-style-2 a {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-decoration: none;
}

.img-text-link-list-style-9 .frame-style-2 .img-frame {
    display: flex;
    width: 30%;
    aspect-ratio: 4/3;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.img-text-link-list-style-9 .frame-style-2 .img-frame img {
    width: 100%;
}

.img-text-link-list-style-9 .frame-style-2 a .date {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #e0e0e0;
    padding-left: 20px;
    justify-self: right;
    flex-shrink: 0;
    text-align: center;
}

.img-text-link-list-style-9 .frame-style-2 .small-window-date {
    display: none;
}

.img-text-link-list-style-9 .frame-style-2 a .date .big-date {
    text-align: inherit;
    font-size: 40px;
    color: #1288f7;
}

.img-text-link-list-style-9 .frame-style-2 a .date .nomal-date {
    text-align: inherit;
    font-size: 20px;
    color: #919191;
}

.img-text-link-list-style-9 .frame-style-2 a .disc {
    padding: 0px 20px;
    text-align: left;
    color: #000000;
    flex-grow: 1;
}

.img-text-link-list-style-9 .frame-style-2 .disc .title {
    padding: 0px 0px 10px 0px;
    font-size: 23px;
    color:#333333;
}

.img-text-link-list-style-9 .frame-style-2 .disc .detail {
    font-size: 15px;
    color:#979797;
}

.img-text-link-list-style-9 .frame-style-2:hover .title {
    color:#1288f7;
}

.list-frame-link-img-disc-style-10 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #ffffff;
    align-items: center;
}

.list-frame-link-img-disc-style-10 .list-title {
    padding: 20px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1288f7;
}

.list-frame-link-img-disc-style-10 .list {
    display: flex;
    width: 100%;
    max-width: 1000px;
    padding: 30px 0px;
    justify-content: space-around;
}

.list-frame-link-img-disc-style-10 .list .frame {
    display: flex;
    width: 33%;
    flex-direction: column;
    align-items: center;
    padding: 0px 2%;
}

.list-frame-link-img-disc-style-10 .list .frame .disc {
    text-align: center;
}

.list-frame-link-img-disc-style-10 .list .frame .disc .title {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: bold;
    color: rgb(83, 83, 83);
}

.list-frame-link-img-disc-style-10 .list .frame .disc .detail {
    font-size: 18px;
    color: rgb(83, 83, 83);
}

.list-frame-link-img-disc-style-10 .list .frame .img-frame {
    display: flex;
    width: 70px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.list-frame-link-img-disc-style-10 .list .frame .img-frame img {
    width: 100%;
}

.list-frame-link-img-disc-style-10 .v-line {
    align-self: center;
    width: 1px;
    height: 30px;
    background-color: #c5c5c5;
}

.img-text-link-style-1 .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.img-text-link-style-1 .img-frame {
    display: flex;
    height: 300px;
    max-width: 500px;
    width: 45%;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-text-link-style-1 .img-frame img {
    height: 100%;
}

.img-text-link-style-1 .disc {
    max-width: 600px;
    width: 50%;
}

.img-text-link-style-1 .disc .title {
    line-height: 2em;
    font-size: 25px;
    font-weight: bold;
    color: #1288f7;
}

.img-text-link-style-1 .disc .text {
    font-size: 18px;
    line-height: 1.5em;
    color:#3f3f3f;
}

.img-text-link-style-2 > *{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.img-text-link-style-2 .img-frame {
    display: flex;
    max-width: 400px;
    width: 30%;
    height: 300px;
    margin-right: 1%;
    justify-content: center;
    overflow: hidden;
}

.img-text-link-style-2 .img-frame img {
    height: 100%;
}

.img-text-link-style-2 .disc {
    max-width: 600px;
    width: 40%;
}

.img-text-link-style-2 .disc .title {
    font-size: 25px;
    font-weight: bold;
    color: #1288f7;
}

.img-text-link-style-2 .disc .text {
    font-size: 18px;
    line-height: 1.5em;
    color:#3f3f3f;
}

.img-text-frame-style-1 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2/1;
}

.img-text-frame-style-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-text-frame-style-1 .disc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10%;
    line-height: 1.5em;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color:#ffffff;
}

.inline-block {
    display: inline-table;
}

.in-a-row {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.in-a-row .right {
    display: block;
    position: absolute;
    right: 0px;
}

.margin-bottom-level-0 {
    margin-bottom: 10px;
}

.margin-bottom-level-1 {
    margin-bottom: 20px;
}

.margin-bottom-level-2 {
    margin-bottom: 40px;
}

.margin-top-level-1 {
    margin-top: 20px;
}

.number-show {
    display: flex;
    width: 80%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
    font-size: 20px;
}

.number-show .disc {
    text-align: center;
    color: #333;
    margin-right: 5%;
}

.number-show .disc .num {
    font-size: 70px;
    font-weight: bold;
    color: #1288f7;
}

.padding-bottom-level-0 {
    padding-bottom: 20px;
}

.padding-bottom-level-1 {
    padding-bottom: 40px;
}

.padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-left-right {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-left-right-level-1 {
    padding-left: 3%;
    padding-right: 3%;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-numbers {
    padding: 5px 12px;
    border-radius: 4px;
    margin-right: 7px;
    color: #3f3f3f;
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 0.4s, color 0.4s;
}

.pagination .page-numbers:hover {
    color: #ffffff;
    background-color: #1288f7;
}

.pagination .current {
    color: #ffffff !important;
    background-color: #1288f7 !important;
}

.paragrah-style-1 {
    text-align: center;
    color: #ffffff;
}

.paragrah-style-2 {
    text-align: center;
    color: #ffffff;
}

.paragrah-style-1 .title {
    line-height: 2em;
    font-size: 30px;
    font-weight: bold;
}

.paragrah-style-1 .detail {
    line-height: 2em;
    font-size: 20px;
}

.post-head {
    padding: 20px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e6e6e6;
    margin-bottom: 30px;
}

.post-head .title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #353535
}

.post-head .info {
    display: flex;
    justify-content: center;
    color:#a5a5a5;
}


.product-head-introduction > * {
    display: flex;
    flex-wrap: wrap;
}

.product-head-introduction .pictures-show {
    width: 45%;
    flex-shrink: 0;
    margin-right: 5%;
}

.product-head-introduction .pictures-show .big-pictures-list {
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    margin-bottom: 15px;
}

.product-head-introduction .pictures-show .big-pictures-list .active {
    display: flex !important;
}

.product-head-introduction .pictures-show .big-pictures-list .img-frame {
    display: none;
    justify-content: space-around;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    align-items: center;
}

.product-head-introduction .pictures-show .big-pictures-list .img-frame a {
    display: flex;
    height: 100%;
    width: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.product-head-introduction .pictures-show .big-pictures-list .img-frame img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product-head-introduction .little-pictures-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    gap: 10px 5%;
}

.product-head-introduction .little-pictures-list .selected {
    outline-width: 2px;
    outline-color: #e40000;
}

.product-head-introduction .little-pictures-list figure {
    display: flex;
    justify-content: center;
    width: 16%;
    aspect-ratio: 1/1;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #eeeeee;
}

.product-head-introduction .little-pictures-list figure img {
    object-fit:  contain;
}

.product-head-introduction .simple-infomation {
    width: 50%;
}

.product-head-introduction .simple-infomation > *{
    display: flex;
    height: 100%;
    flex-direction: column;
}

.product-head-introduction .simple-infomation .product-title {
    margin: 0px;
    color: #333;
}

.product-head-introduction .simple-infomation .product-excerpt {
    color: #666;
}

.product-head-introduction .simple-infomation .buttons-group {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-top: 30px;
}

.product-head-introduction .simple-infomation .buttons-group > * {
    margin-right: 20px;
    margin-bottom: 20px;
}

.read-more-button {
    display: table;
    width: auto;
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #000000;
    text-decoration: none;
    color: #000000;
    transition: background-color 0.3s, border-color 0.3s;
}

.read-more-button:hover {
    background-color: #2589e7;
    border-color: #2589e7;
    color: #ffffff;
}

.read-more-text {
    display: table;
    width: auto;
    text-decoration: none;
    font-size: 18px;
    color: inherit;
    transition: color 0.5s;
}

.read-more-text:hover {
    color: #1288f7;
}

.ratio-frame-400-300 {
    background-image: url("../images/ratio-400-300.svg");
}

.width-full {
    width: 100%;
}

.width-full-1 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.width-level-1 {
    width: 95%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.width-level-2 {
    width: 90%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.width-level-2-1 {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.width-padding-level-2 {
    width: 100%;
    max-width: 1500px;
    padding: 0px 5% 0px 5%;
}

.width-level-3 {
    width: 85%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.width-level-4 {
    width: 80%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.width-level-5 {
    width: 70%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.width-max-middle {
    max-width: 900px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.width-middle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px) {
    .header-layout .content {
        display: none !important;
    }

    .header-layout .drawer-menu {
        display: flex;
    }

    .img-text-frame-style-1 .disc {
        font-size: 35px;
    }

    .content-layout .content-layout-grid-1 {
        flex-flow: column;
    }

    .content-layout .content-left {
        width: auto;
        margin-bottom: 30px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .content-layout .content-top {
        height: 200px;
    }

    .content-layout .content-top .submenu-title {
        font-size: 30px;
    }

    .content-layout .content-top .submenu-items-list {
        font-size: 18px;
    }

    .column-title {
        font-size: 30px;
    }

    .footer-layout .footer-grid-1 {
        justify-content: space-around;
    }

    .footer-layout .footer-grid-1-1 {
        display: none;
    }
    
    .footer-layout .footer-grid-1-2 {
        width: unset;
    }

    .img-text-link-list-style-1 .frame {
        width: calc(100%/2.05);
    }

    .img-text-link-list-style-1 .list {
        justify-content: space-between;
    }

    .img-text-link-list-style-4 .frame {
        width: calc(100%/2.05);
    }

    .img-text-link-list-style-5 .frame {
        width: calc(100%/2.1);
    }

    .img-text-link-list-style-6 .frame {
        width: calc(100%/2.3);
    }

    .img-text-link-list-style-6 .extend-style-1 .frame {
        width: calc(100%/2.2);
    }

    .img-text-link-list-style-7 .frame {
        width: calc(100%/2.2);
    }

    .img-text-link-list-style-9 .grid-1 {
        flex-flow: column;
    }

    .img-text-link-list-style-9 .grid-1 > * {
        width: 100% !important;
    }

    .img-text-link-style-1 .img-frame {
        max-width: none;
        width: 100%;
        height: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .img-text-link-style-1 .img-frame img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .img-text-link-style-1 .disc {
        width: 100%;
    }

    .img-text-frame-style-1 .disc {
        font-size: 25px;
    }

    .img-text-link-list-style-2 .frame {
        width: calc(100%/2.3);
    }

    .img-text-link-list-style-2 .extend-style-1 .frame {
        width: calc(100%/2.3);
    }

    .img-text-link-list-style-3 .frame .disc .title {
        font-size: 20px;
    }

    .img-text-link-list-style-3 .frame .disc .detail {
        display: none;
    }

    .img-text-link-list-style-3 .frame .date {
        display: none;
    }

    .img-text-link-list-style-3 .frame .small-window-date {
        display: block;
    }

    .list-frame-link-img-disc-style-10 .list {
        flex-wrap: wrap;
    }

    .list-frame-link-img-disc-style-10 .list .frame {
        width: 100%;
        padding: 5% 0px;
    }

    .list-frame-link-img-disc-style-10 .v-line {
        width: 100px;
        height: 1px;
    }


    .number-show {
        font-size: 14px;
    }

    .number-show .disc .num {
        font-size: 40px;
    }

    .product-head-introduction .simple-infomation {
        width: 100%;
    }

    .product-head-introduction .pictures-show {
        width: 100%;
        margin-right: unset;
        margin-bottom: 20px;
    }

    
}

@media screen and (max-width: 450px) {
    .img-text-link-list-style-1 .frame {
        width: 95%
    }

    .img-text-link-list-style-1 .list {
        justify-content: center;
    }

    .img-text-link-list-style-2 .frame {
        width: 100%;
        margin: 3% 1.5%;
    }

    .img-text-link-list-style-2 .extend-style-1 .frame {
        width: 100%;
    }

    .img-text-link-list-style-3 .frame a {
        flex-flow: column;
    }

    .img-text-link-list-style-3 .frame .img-frame {
        width: 100%;
        margin-bottom: 10px;
    }

    .img-text-link-list-style-5 .frame {
        width: 100%;
    }

    .img-text-link-list-style-6 .frame {
        width: 100%;
        margin: 3% 1.5%;
    }

    .img-text-link-list-style-6 .extend-style-1 .frame {
        width: 100%;
    }
}