@charset "utf-8";
@font-face {
    font-family: "MontserratLight";
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "wismec433";
    src: url("../fonts/433-CAI978.TTF");
    font-weight: 400;
    font-style: normal;
}


/* @font-face {
    font-family: "wismec440";
    src: url("../fonts/301-CAI978.TTF");
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: "wismec440";
    src: url("../fonts/440-CAI978.TTF");
    font-weight: 400;
    font-style: normal;
}

html,
body {
    font-family: "wismec433", sans-serif, Arial;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
    html,
    body {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
    html,
    body {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    html,
    body {
        font-size: 14px;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    html,
    body {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1570px;
    }
    html,
    body {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .container {
        width: 95%;
    }
    html,
    body {
        font-size: 13px;
    }
}

.child-same-height {
    display: flex;
}

.valign-center {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

p {
    margin: 0;
}

.nav-head {
    width: 100%;
    top: 0;
    padding: 1rem 0;
    background-color: #000;
    z-index: 101;
}

.seetop {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}

.pro-10 {
    line-height: 1.2;
}
.colorFFF {
    color: #fff;
}
.colorFont {
    color: transparent;
    background: linear-gradient(to right, #ff4500 0%, #dd00b6 70%);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    font-style: italic;
}

.colorFont30deg {
    color: transparent;
    background: linear-gradient(75deg, #ff4500 10%, #dd00b6 70%);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    font-style: italic;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-wismec .container {
        width: 992px;
    }
}

.navbar-wismec .navbar-nav>li>a {
    color: #fff;
    font-family: "wismec433", Arial;
    font-size: 1.1rem;
    font-weight: 400;
}

.navbar.navbar-wismec {
    margin-bottom: 0;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    text-decoration: none;
}

li.dropdown:hover a span.caret {
    color: #ff4500;
}

.navbar-brand {
    padding: 5px 30px 8px 0;
}

.dropdown>.dropdown-menu {
    width: 100%;
    text-align: center;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.navbar-wismec .navbar-nav>li.dropdown>.dropdown-menu>.dropdown-submenu {
    display: inline-block;
}

.navbar-wismec .navbar-nav>li.dropdown>.dropdown-menu>.dropdown-submenu>a {
    padding: 8px 20px;
}

.navbar-wismec .navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #f5f5f5;
}

.navbar-wismec .navbar-nav .dropdown-menu>li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.navbar-brand img {
    width: 220px;
}

.navbar-wismec .navbar-nav .div-search {
    margin-left: 0;
    margin-right: 0;
}

.navbar-wismec .navbar-nav .div-search .form-group {
    background-color: #fff;
}

.navbar-wismec .navbar-nav .div-search .form-group .form-control {
    margin: 0;
    background: none;
    line-height: 30px;
    color: #000;
    padding: 0;
    height: 30px;
    width: 165px;
    border: none;
    padding-left: 5px;
    box-shadow: none;
}

.navbar-wismec .navbar-nav .div-search .form-group .button {
    height: 26px;
    line-height: 26px;
    float: right;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.navbar-wismec .navbar-nav .div-search .form-group .button span {
    font-size: 0;
}

.navbar-wismec .navbar-nav .div-search .form-group .button .fa.fa-search {
    font-size: 13px;
    line-height: 26px;
    padding-right: 15px;
    color: #000;
}

@media (max-width: 1023px) {
    .navbar-wismec .navbar-collapse.in {
        background-color: rgba(255, 255, 255, 0.0980392);
    }
    .navbar-wismec .navbar-nav>li>a:hover,
    .navbar-wismec .navbar-nav>li>a:focus {
        background-color: rgba(255, 255, 255, 0.2);
        color: #ff4500;
    }
    .navbar-wismec .navbar-nav>li.dropdown:hover {
        height: 260px;
    }
    .navbar-wismec .navbar-nav>li.dropdown:hover>ul.dropdown-menu {
        top: 40px;
    }
    .navbar-brand {
        padding-left: 20px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .nav-head {
        padding-top: 12px;
    }
    .navbar-wismec .navbar-toggle {
        margin-top: 0px;
        padding: 5px 10px;
    }
}

@media (min-width: 1024px) {
    .nav>li:not(.dropdown)>a:hover>span:after,
    .nav>li:not(.dropdown)>a:focus>span:after {
        width: 25px;
        height: 2px;
        position: absolute;
        text-align: center;
        bottom: 8px;
        margin: 0px;
        z-index: 1;
        content: "";
        background: linear-gradient(to left, #931c6c 10%, #ff4e0c 97%);
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: none;
    }
    .navbar-wismec .container>.navbar-header {
        margin-left: 20px;
    }
    .navbar-wismec .navbar-nav>li.dropdown {
        position: static;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar-brand {
        padding: 10px 30px 0px 0;
    }
    .navbar-brand img {
        width: 200px;
    }
    .nav-head {
        padding-top: 12px;
    }
}

@media (min-width: 1200px) {
    .navbar-wismec .nav>li>a {
        padding-left: 24px;
        padding-right: 24px;
    }
    .nav>li>a:hover>span:after,
    .nav>li>a:focus>span:after {
        right: 25px;
    }
    .navbar-wismec .container>.navbar-header {
        margin-left: 50px;
    }
}

@media (min-width: 1400px) {
    .navbar-nav {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .form-group .form-control {
        display: inline-block;
    }
}

@media (min-width: 1920px) {
    .navbar-nav {
        padding-left: 130px;
    }
    .navbar-wismec .nav>li>a {
        padding-left: 45px;
        padding-right: 45px;
    }
    .nav>li>a:hover>span:after,
    .nav>li>a:focus>span:after {
        right: 45px;
    }
}

.navbar-wismec .navbar-toggle .icon-bar {
    border: solid 1px #ff4e0c;
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.bigtitle {
    text-align: center;
    z-index: 10;
}

.bigtitle h2 {
    font-family: "wismec433", Arial;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.bigtitle h4 {
    font-family: "wismec440", Arial;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
}

.div-video {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 3%;
}

.div-video .container-fluid {
    padding-top: 60px;
    max-width: 1500px;
}

@media (max-width: 767px) {
    .div-video .container-fluid {
        padding-top: 30px;
    }
}

@media (max-width: 1540px) {
    .div-video {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.left-video-text {
    font-family: "wismec440", Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .right-video {
        float: left;
        padding-bottom: 12px;
    }
    .right-video-text {
        float: left;
        padding-left: 24px;
        max-width: 200px;
		color: #fff;
    }
}

@media (min-width: 1500px) {
    .right-video-text {
        max-width: 300px;
		color: #fff;
    }
}

@media (max-width: 1199px) {
    .right-video {
        padding-bottom: 15px;
    }
    .right-video-text {
        float: none;
        max-width: 200px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

.right-video-text span {
    text-align: left;
    font-family: "wismec440", Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    white-space: normal;
    display: block;
    height: 32px;
}

.right-video-text span+span {
    opacity: 0.6;
    font-size: 10px;
    line-height: 13px;
    font-weight: 100;
    padding-top: 20px;
    height: 46px;
}

.div-about {
    padding-top: 60px;
    padding-bottom: 85px;
    background: url(/images/home2020/about-bg.png) #0f1217 top right no-repeat;
    text-align: center;
}

.div-about .bigtitle {
    padding-bottom: 50px;
}

.div-about-01 {
    margin: auto;
}

.div-about-03 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
}

.div-about-04 {
    background-color: #0f1217;
    padding: 28px 35px 35px;
    position: relative;
    text-align: left;
}

.div-about-04 span {
    color: #fffefe;
    font-family: "wismec440", Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-weight: 100;
}

.div-about-04 .about-more {
    position: absolute;
    bottom: 16px;
    right: 42px;
    color: #fffefe;
    font-family: "wismec440", Arial;
    font-size: 14px;
    font-weight: 400;
}

.div-about-04 .about-more span {
    display: inline-block;
    margin-left: 15px;
    border-left: solid 6px #ff4500;
    border-bottom: solid 6px rgba(0, 0, 0, 0);
    border-right: solid 6px rgba(0, 0, 0, 0);
    border-top: solid 6px rgba(0, 0, 0, 0);
}

@media (max-width: 1199px) {
    .div-about-02 {
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .div-about-03 {
        margin-left: -10%;
        width: 58.33333333%;
        margin-top: 4%;
    }
    .url-email .container-fluid {
        height: 40px;
    }
    .div-about-04 span {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 1400px) {
    .div-about-01 {
        max-width: 1373px;
    }
    .div-about-03 {
        margin-left: -10%;
        width: 58.33333333%;
        margin-top: 47px;
    }
}

.news-tpd {
    padding: 3% 0 4%;
}

.div-news ul,
.div-news ul li {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-news a {
    color: #fff;
    font-family: "wismec440", Arial;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    cursor: pointer;
}

.div-news a:hover {
    color: #ff4500;
    text-decoration: none;
}

.div-tpd-txt a {
    color: #fff;
    font-family: "wismec440", Arial;
    font-weight: 400;
    text-decoration: none;
}

.div-tpd-txt h2 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
}

.div-tpd-txt p {
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3;
    font-style: normal;
}

@media (min-width: 768px) {
    .div-news-txt {
        padding-top: 2%;
    }
}

@media (min-width: 992px) {
    .div-news-txt {
        padding-top: 0;
    }
    .div-news,
    .div-url {
        padding-left: 8%;
        padding-right: 3%;
    }
    .div-tpd {
        padding-left: 3%;
        padding-right: 8%;
    }
}

@media (min-width: 1200px) {
    .div-news-txt {
        padding-top: 0;
    }
    .newsletter-01 {
        text-align: right;
    }
    .newsletter-02 {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .div-news {
        padding-bottom: 20px;
    }
    .div-tpd-txt {
        max-width: 400px;
    }
    .div-news,
    .div-tpd {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .div-url,
    .newsletter-01,
    .newsletter-02 {
        text-align: center;
    }
    .newsletter-02 .newsletter-form {
        margin: auto;
    }
    .newsletter-01 {
        padding-top: 3%;
    }
}

.url-email {
    background-color: #0f1217;
    border-top: solid 1px #1b2028;
    border-bottom: solid 1px #1b2028;
    padding-bottom: 24px;
    padding-top: 24px;
}

.div-url a,
.newsletter-01 {
    font-family: "wismec440", Arial;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .div-url a,
    .newsletter-01 {
        font-size: 14px;
    }
}

.div-url a:hover {
    color: #ff4500;
    text-decoration: none;
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .div-email {
        padding-left: 0;
    }
}

.wismec-footer {
    background: #000;
    padding-top: 30px;
    padding-bottom: 100px;
}

.wismec-footer .wismec-footer-01 a {
    line-height: 60px;
    font-size: 16px;
    font-family: "wismec440", Arial;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
    padding-left: 10%;
}

.wismec-footer-01 a .fa {
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    border: solid 1px #fff;
    border-radius: 30px;
}

.fa:before {
    line-height: 26px;
}

.wismec-footer .wismec-footer-01 a:hover {
    color: #ff4500;
    text-decoration: none;
}

.wismec-footer-01 a:hover .fa {
    border-color: #ff4500;
}

.warn_box_01 {
    width: 100%;
    height: 100%;
    -moz-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
}

.warn_box_02 {
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -200px;
    width: 520px;
    height: 578px;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    background-color: #000;
    text-align: center;
    font-family: "wismec440", Arial;
}

.warn_border {
    width: 186px;
    height: 40px;
    border: solid 1px #fff;
    text-align: center;
    position: absolute;
    border-color: #717171;
}

.warn_border_left {
    right: 50%;
    margin-right: 8px;
}

.warn_border_right {
    left: 50%;
    margin-left: 8px;
}

.warn_text_22 {
    font-family: "wismec440", Arial;
    font-size: 21px;
    line-height: 40px;
    color: #b2b2b2;
}

.warn_text_16 {
    font-family: "wismec440", Arial;
    font-size: 16px;
    line-height: 38px;
    color: #717171;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.warn_text_12 {
    font-size: 12px;
    color: #747474;
    line-height: 18px;
    width: 390px;
    margin: 0 auto;
}

.warn_box_02 img {
    margin: 54px auto 0px auto;
}

@media (max-width: 480px) {
    .warn_border {
        height: 30px;
    }
    .warn_text_22 {
        font-size: 14px;
        line-height: 30px;
    }
    .warn_border_left {
        right: 56%;
        width: 100px;
    }
    .warn_border_right {
        left: 44%;
        width: 150px;
    }
    .warn_box_02 {
        width: 340px;
        margin-left: -170px;
        margin-top: -180px;
    }
    .warn_text_12 {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .warn_box_02 img {
        width: 65%;
    }
}

.seo-footer-section {
    display: none !important;
}

@media (max-width: 767px) {
    .bigtitle {
        padding-left: 5%;
        padding-right: 5%;
    }
    .bigtitle h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .bigtitle h4 {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.3px;
    }
    #pro-show {
        padding-top: 30px;
    }
    #pro-show .swiper-slide .name {
        font-size: 14px;
    }
    .div-video {
        padding-top: 40px;
    }
    .div-video .container {
        padding-top: 30px;
    }
    .div-about {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .div-about .bigtitle {
        padding-bottom: 20px;
    }
    .div-about-03 {
        padding: 18px 0 18px 12px;
    }
    .div-about-04 {
        padding: 10px 15px 35px 10px;
    }
    .div-about-04 span {
        font-size: 12px;
        line-height: 16px;
    }
    .div-about-04 .about-more {
        bottom: 12px;
        right: 22px;
        font-size: 12px;
    }
    .div-about-04 .about-more span {
        border-width: 4px;
    }
    .news-tpd {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .div-news-txt {
        padding-left: 0;
    }
    .div-news a {
        font-size: 13px;
        line-height: 18px;
    }
    .div-tpd {
        display: none;
    }
    .div-url a,
    .newsletter-01 {
        font-size: 14px;
        line-height: 21px;
    }
    .wismec-footer .wismec-footer-01 a {
        font-size: 13px;
        line-height: 45px;
    }
}

.entry-content img {
    margin-top: 0px;
}

.hentry {
    margin: 0;
}

th,
td {
    border: none;
}

.home-02 {
    background-color: #000;
    width: 100%;
    padding: 3% 0 4%;
    text-align: center;
}

.home-02 img {
    margin: 0 auto;
}

.home02-1 {
    padding: 0;
    border-width: 12px;
    border-style: solid;
    border: 2px dashed red\9;
    -moz-border-image: url(/images/home2020/dashed_red4.png) 5 repeat;
    -webkit-border-image: url(/images/home2020/dashed_red4.png) 5 repeat;
    border-image: url(/images/home2020/dashed_red4.png) 5 repeat;
    background: #000;
}

.home-03 {
    width: 100%;
    padding: 3% 0 4%;
    background: url(/images/home2020/wismec-03-bg.jpg) no-repeat top right;
    background-color: #000;
    background-size: cover;
}

.home03-1 {
    text-align: center;
    padding-top: 2rem;
    cursor: pointer;
}

.home03-1 img {
    transition: all 0.5s;
}

.home03-1:hover img {
    transform: rotate(13deg);
}

.home-03 .home03-1 h3 {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0.5rem 0 0;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.home-03 .home03-1 span {
    font-family: "wismec440", Arial;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: center;
    font-style: normal;
}

.home-03 .home03-1 img {
    margin: 0 auto;
}

.home-03 .bigtitle {
    padding-bottom: 2%;
}

.home-05 {
    width: 100%;
    background: url(/images/home2020/wismec-06-bg.jpg) no-repeat center;
    background-size: cover;
}

.divins01 {
    padding-right: 0;
    padding-bottom: 1rem;
}

.ins01 {
    float: right;
}

.insimg {
    width: 100%;
    padding: 1% 0 6%;
}