@charset "utf-8";
/* CSS Document */
/* reset #3333cc
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html,body
{
    /* width: 100%;
    overflow-x: hidden; */
}
body {
    color: #222;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.clear1 {
    clear: both;
    height: 0;
}
.clear30 {
    clear: both;
    height: 15px;
}
.img100 {
    max-width: 100%;
}
.hr-dot {
    display: block;
    height: 2px !important;
    background: url(../images/dot.png) repeat-x;
    border: 0;
    opacity: 1;
}
.hr-dot3v {
    display: block;
    height: 9px !important;
    background: url(../images/dots_3v.png) repeat-x;
    border: 0;
    opacity: 1;
}
.hr-grey {
    display: block;
    height: 1px !important;
    background: #ebebeb;
    border: 0;
    opacity: 1;
}
.hr-white {
    display: block;
    height: 1px !important;
    background: #FFF;
    border: 0;
    opacity: 1;
}
.hr-gp-panel {
    display: block;
    height: 1px !important;
    background: #3333cc;
    border: 0;
    opacity: 1;
    margin-top: 7px;
    margin-bottom: 7px;
}
.hr-dot3v {
    display: block;
    height: 9px !important;
    background: url(../images/dots_3v.png) repeat-x;
    border: 0;
    opacity: 1;
}
.red {
    color: #c30d23;
}
.no-mt {
    margin-top: 0 !important;
}
.txt-em {
    font-weight: bold;
}

/* width */
    ::-webkit-scrollbar {
    width: 17px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    height: 310px;
}

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}





.nav-main .navbar-brand br {
    line-height: 0;
}
.logo-zh {
    color: #222;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.navbar-brand {
    padding-left: 15px;
}
.navbar-light .navbar-brand {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 15px;
}
.mynav {
    color: #222;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    border-top: 1px solid #ccc;
}
.mynav li {
    /* border-bottom: 1px solid #ccc; */
    /* padding-right: 15px; */
    line-height: 1.65rem;
}
.navbar-nav .nav-link {
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(34,34,34,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(51,51,204);
}
.dropdown-menu {
    margin: 0 15px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}
.imglogo {
    max-height: 35px;
}


.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.row.row-flex > [class*='col-'] {
    flex-grow: 0;
    /* margin-bottom: 20px; */
}


.main-tit {
    color: #222;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.main-tit-white {
    color: #FFF;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.block-banner {
    font-size: 0;
    padding: 0;
    margin: 0;
}
.block-banner img {
    width: 100%;
    object-fit: cover;
}




.main-block {
    padding: 25px 15px 25px 15px;
}

.btn-other {
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    border: 1px solid rgb(51,51,204);
    color: #FFF;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
}
.btn-other:hover {
    background: #FFF;
    border: 1px solid rgb(51,51,204);
    color: rgb(51,51,204);
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
    -moz-transition: background-color .35s linear;
    -webkit-transition: background-color .35s linear;
    -o-transition: background-color .35s linear;
    -ms-transition: background-color .35s linear;
    transition: background-color .35s linear;
}
.btn-more {
    background: #FFF;
    border: 1px solid rgb(51,51,204);
    color: rgb(51,51,204);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}
.btn-more:hover {
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    color: #FFF;
    text-decoration: none;
}
.btn-more .material-icons {
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 15px;
}
.btn-black {
    background: transparent;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    font-weight: bold;
    padding: 7px 20px;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}
.btn-black:hover {
    background: #222;
    color: #FFF;
    text-decoration: none;
}

.idx-about-block {
    padding: 25px 15px;
}

.idx-about-item h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}
.idx-about-item p {
    font-size: 1.125rem;
    line-height: 1.85rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: justify;
}
.idx-about-item > p.btm-margin-none {
    margin-bottom: 0;
}

.about-txt {
    line-height: 1.65rem;
}
.about-txt h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.about-txt p {
    margin-bottom: 1.5rem;
}
.ul-about {
    list-style: none;
    margin-bottom: 1.5rem;
}
.ul-about li .material-icons {
    color: rgb(51,51,204);
    color: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    color: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    color: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    vertical-align: middle;
    margin-top: -3px;
}
.ul-about li {
    line-height: 2rem;
}


.idx-advantage-block {
    background: url(../images/bg_advantage.jpg) repeat-y;
    padding: 15px;
}
.advantage-grid {
    background: #FFF;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.advantage-a {
    grid-column: 1 / 5;
    grid-row: 1;
    background: url(../images/bg_adv_lg.jpg) no-repeat;
    color: #222;
    padding: 3rem 2rem;
}
.advantage-b {
    grid-column: 1 / 5;
    grid-row: 2;
}
.advantage-c {
    grid-column: 1 / 5;
    grid-row: 3;
}
.advantage-d {
    grid-column: 1 / 5;
    grid-row: 4;
}
.advantage-e {
    grid-column: 1 / 5;
    grid-row: 5;
}
.advantage-f {
    grid-column: 1 / 5;
    grid-row: 6;
}
.advantage-g {
    grid-column: 1 / 5;
    grid-row: 7;
}
.advantage-a h2 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}
.advantage-a p {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1.8rem;
}
.advantage-item {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    padding: 3rem 1rem;
}
.about-spec-item img {
    max-height: 80px;
}
.advantage-item h2 {
    color: #454545;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.65rem;
    margin-top: 1.5rem;
}
.advantage-item p {
    color: #999;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.65rem;
}


.idx-news-block {
    background: #f5f5f5;
    padding: 20px 15px 15px 15px;
}
.idx-news-item {
    background: #FFF;
    display: inline-block;
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.65rem;
    padding: 15px;
    text-decoration: none;
}
.idx-news-img {

}
.idx-news-item h2 {
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.85rem;
    transition-duration: 0.35s;
    transition-timing-function: linear;
}
.idx-news-date {
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.idx-news-txt {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
}
.idx-news-item:hover > h2 {
    color: #3a3ae6;
}
.text-truncate.trunc-2{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.text-truncate.trunc-3{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news-block {
    background: #f5f5f5;
    padding: 20px 15px 15px 15px;
}
.news-item {
    background: #FFF;
    padding: 15px;
    text-decoration: none;
}
a.news-item {
    color: #222;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 1.65rem;

}
a.news-item p {
    color: #3333cc;
    font-size: 0.9rem;
}
.news-item h2 {
    font-size: 1.125rem;
}
.news-item:hover {
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    color: #FFF;
    -moz-transition: background-color .35s linear;
    -webkit-transition: background-color .35s linear;
    -o-transition: background-color .35s linear;
    -ms-transition: background-color .35s linear;
    transition: background-color .35s linear;
}
.news-item:hover > p {
    color: #FFF;
}
.detail-wrapper {
    background: #FFF;
    border-radius: 3px;
    padding: 15px 15px 15px 15px;
}
.detail-wrapper p {
    line-height: 1.65em;
}
.news-detail-hd {
    margin-bottom: 20px;
}
.news-date {
    color: #3333cc;
    font-size: 0.9rem;
    letter-spacing: 0.8px;
}
.news-detail-tit {
    font-size: 1.2rem;
    letter-spacing: 0.8px;
}
.alert-attach {
    color: #41464b;
    background-color: #f1f1f1;
    border-color: #eaeaea;

    word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
        hyphens: auto;
}
.alert a {
    color: #41464b;
    text-decoration: none;
}
.alert a:hover {
    text-decoration: underline;
}

.page-item a {
    color: #222;
}
.page-link:hover {
    z-index: 2;
    color: #FFF;
    background-color: #3333cc;
    border-color: #3333cc;
}
.page-item.active .page-link {
    background-color: #3333cc;
    border-color: #3333cc;
    color: #fff;
    z-index: 3;
}

.branch-item {
    background: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.branch-item-lf {
    padding: 0;
    height: 250px;
}
.branch-item-rt {
    padding: 15px;
    line-height: 1.65rem;
}
.branch-item-rt h2 {
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.ul-branch {
    list-style: none;
}

.share-row {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: 5px;
}
.share-item {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-collapse: collapse;
    padding: 15px 15px 15px 25px;
}
.share-item h3 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
.share-txt {
    letter-spacing: 0.45px;
    line-height: 1.65rem;
    margin-top: 25px;
    padding-bottom: 15px;
}
.share-item .subnote {
    color: #1d1d1d;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-top: 15px;
}
.igws-ft-icon {
    border: 1px solid #ccc;
    border-radius: 27px;
}

.contact-info {
    background: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 25px;
}
.contact-info .material-icons {
    color: rgb(51,51,204);
    color: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    color: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    color: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    margin-bottom: 20px;
}
.material-border {
    border-radius: 3px;
    border: 2px solid #3333cc;
    padding: 10px;
}
.contact-info h2 {
    font-size: 1rem;
    line-height: 1.65rem;
}
.col-smbtm-pd {
    margin-bottom: 20px;
}
.form-contact-box {
    padding-top: 40px;
    background: #f5f5f5;
}
.form-contact-box .form-group.row {
    margin-bottom: 15px;
}
.submit-row {
    background: #eaeaea;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    padding: 12px 25px;
    text-align: center;
}
.indent-x25 {
    padding: 0 25px;
}

.totop {
    width: 39px;
    height: 39px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
}
.totop .material-icons {
    color: #FFF;
    display: inline-block;
    padding: 8px;
}
.totop:hover {
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 高度 = 寬度的 56.25%，即 16:9 比例 */
    height: 0;
    overflow: hidden;
}
            
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.foot-block {
    background: #131313;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.85rem;
    padding: 15px 15px 15px 15px;
    text-align: center;
}
.foot-ul {
    list-style: none;
    margin: 0.5rem 0 0.8rem 0;
}
.foot-ul li {
    color: #222;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.55em;
}
.foot-ul li a {
    color: #a0a0a0;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}
.foot-ul li a:hover {
    color: #FFF;
}
.foot-author {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -15px;
}
.foot-author a {
    color: #a0a0a0;
    font-size: 14px;
    text-decoration: none;
}
.foot-author a:hover {
    text-decoration: underline;
}



@media (max-width: 380px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .main-tit {
        color: #222;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 1.5rem;
    }
    .main-tit-white {
        color: #FFF;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 1.5rem;
    }

    .advantage-a {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        background: url(../images/bg_adv_lg.jpg) no-repeat;
        color: #222;
        padding: 3rem 2rem;
    }
    .advantage-b {
        grid-column: 3 / 5;
        grid-row: 1;
    }
    .advantage-c {
        grid-column: 3 / 5;
        grid-row: 2;
    }
    .advantage-d {
        grid-column: 1 / 3;
        grid-row: 3;
    }
    .advantage-e {
        grid-column: 1 / 3;
        grid-row: 4;
    }
    .advantage-f {
        grid-column: 3 / 5;
        grid-row: 3;
    }
    .advantage-g {
        grid-column: 3 / 5;
        grid-row: 4;
    }

    .branch-inner-wrapper {
        display: flex;
    }
    .branch-item-lf {
        padding: 0;
        height: auto;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .nav-main {
        padding: 10px 2.6rem;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .mynav {
        border-top: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .imglogo {
        max-height: 50px;
    }
    .mynav li {
        border-bottom: 0;
        font-size: 1.05rem;
        margin-left: 1rem;
        line-height: 1.65rem;
    }

    .main-block {
        padding: 3.5rem;
    }
    .main-tit {
        color: #222;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 1.5rem;
    }
    .main-tit-white {
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 1.5rem;
    }

    .idx-about-block {
        padding: 3.5rem;
    }
    .idx-about-item h1 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 2rem;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
    }

    .idx-advantage-block {
        background: url(../images/bg_advantage.jpg) repeat-y;
        padding: 3.5rem;
    }

    .idx-news-block {
        padding: 3.5rem;
    }
    .news-block {
        padding: 3.5rem;
    }

    .branch-item-rt {
        padding: 30px 20px 20px 25px;
        line-height: 1.65rem;
    }

    .share-item .subnote {
        color: #1d1d1d;
        font-size: 0.875rem;
        letter-spacing: 1px;
        margin-bottom: 5px;
        padding-top: 30px;
    }
    .share-txt {
        letter-spacing: 0.45px;
        line-height: 1.65rem;
        margin-top: 25px;
        padding-bottom: 25px;
    }


    .foot-block {
        padding: 0.5rem 2.6rem 1.2rem 2.6rem;
        font-size: 1rem;
    }
    .foot-ul {
        list-style: none;
        margin: 1rem 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .clear30 {
        clear: both;
        height: 30px;
    }
    .nav-main {
        padding: 10px 5.7rem;
    }
    .imglogo {
        max-height: 65px;
    }
    .mynav li {
        border-bottom: 0;
        font-size: 1.125rem;
        margin-left: 1.05rem;
        line-height: 1.65rem;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .subnav-block {
        padding: 15px 5.7rem;
    }

    .main-tit {
        color: #222;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 2rem;
    }
    .main-tit-white {
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 1.65px;
        margin-bottom: 2rem;
    }

    .main-block {
        padding: 4rem 5.7rem;
    }

    .idx-about-block {
        padding: 0 5.7rem;
    }
    .idx-about-item {
        background-image: url(../images/idx_about.jpg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 4rem 30% 4rem 1rem;
    }
    .idx-about-item p {
        font-size: 1rem;
        line-height: 1.85rem;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
        text-align: justify;
    }
    .idx-advantage-block {
        padding: 4rem 5.7rem;
    }
    .advantage-a {
        grid-column: 1;
        grid-row: 1 / 3;
        background: url(../images/bg_adv_1.jpg) no-repeat;
        color: #222;
        padding: 3rem 2rem;
    }
    .advantage-b {
        grid-column: 2;
        grid-row: 1;
    }
    .advantage-c {
        grid-column: 2;
        grid-row: 2;
    }
    .advantage-d {
        grid-column: 3;
        grid-row: 1;
    }
    .advantage-e {
        grid-column: 3;
        grid-row: 2;
    }
    .advantage-f {
        grid-column: 4;
        grid-row: 1;
    }
    .advantage-g {
        grid-column: 4;
        grid-row: 2;
    }

    .idx-news-block {
        padding: 4rem 5.7rem;
    }
    .idx-news-item {
        padding: 40px 30px;
    }
    .news-block {
        padding: 4rem 5.7rem;
    }
    .news-detail-tit {
        font-size: 1.5rem;
        letter-spacing: 0.8px;
    }
    .detail-wrapper {
        padding: 25px;
    }
    .detail-wrapper img {
        max-width: 100%;
    }
    #content_spec {
        max-width: 100% !important;
    }

    .col-form-label {
        padding-right: 40px;
        text-align: right;
    }

    .foot-block {
        padding: 0.5rem 5.7rem 1.5rem 5.7rem;
        font-size: 1rem;
    }
    .foot-ul li a {
        color: #a0a0a0;
        font-size: 14px;
        padding: 0 25px;
        text-decoration: none;
    }
    .foot-ul {
        list-style: none;
        margin: 1.5rem 0;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }
    .imglogo {
        max-height: 75px;
    }
    .mynav li {
        border-bottom: 0;
        font-size: 1.125rem;
        margin-left: 2.5rem;
        line-height: 1.65rem;
    }

    .idx-about-item {
        background-image: url(../images/idx_about.jpg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 4rem 38% 4rem 1rem;
    }
    .idx-about-item p {
        font-size: 1.125rem;
        line-height: 1.85rem;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
        text-align: justify;
    }

    .advantage-item h2 {
        color: #454545;
        font-size: 1.25rem;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.85rem;
        margin-top: 1.5rem;
    }
    .advantage-item p {
        color: #999;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.85rem;
    }
    .about-spec-item img {
        max-width: 100%;
    }

    .contact-info {
        background: #f5f5f5;
        border-radius: 2px;
        margin-bottom: 2rem;
        padding: 2rem;
    }
    .contact-info h2 {
        font-size: 1.1rem;
        letter-spacing: 0.8px;
        line-height: 1.65rem;
    }
    .col-smbtm-pd {
        margin-bottom: 0;
    }
    .indent-x25 {
        padding: 0 45px 0 25px;
    }

    .foot-ul {
        list-style: none;
        margin: 1.5rem 0;
    }
}
/*xxl and up)*/
@media (min-width: 1400px) {
    .imglogo {
        max-height: 100%;
    }
    .mynav li {
        color: #222;
        font-size: 1.25rem;
        letter-spacing: 1.5px;
        margin-left: 2.5rem;
    }

    .idx-about-item {
        padding: 4rem 45% 4rem 1rem;
    }

    .detail-wrapper {
        padding: 30px;
    }
    .foot-ul {
        list-style: none;
        margin: 2.5rem 0;
    }
}
@media (min-width: 1560px) {
    .nav-main {
        padding: 10px 11.25rem;
    }
    .main-block {
        padding: 4rem 11.25rem;
    }

    .idx-about-block {
        padding: 0 11.25rem;
    }
    .idx-advantage-block {
        padding: 4rem 11.25rem;
    }

    .idx-news-block {
        padding: 4rem 11.25rem;
    }
    .news-block {
        padding: 4rem 11.25rem;
    }

    .foot-block {
        padding: 1rem 11.25rem 3rem 11.25rem;
    }
}
@media (min-width: 1800px) {
    .idx-news-txt {
        margin-bottom: 2.5rem;
    }
}
