@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/* h4 {
    padding: 0;
    margin: 0;
} */

.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .block {
        display: block;
    }
}

.block .left {
    width: calc(30% - 50px);
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .block .left {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.block .left h4 {
    font-size: 1.2rem;
}

.block .left h2 {
    font-size: 1.7rem;
}

.block .right {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .block .right {
        width: 100%;
    }
}

.block .right .category {
    color: #777777;
    font-size: 1.2rem;
}

.block .right .title {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.block .right .subtitle {
    color: #777777;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.block .right p {
    font-size: 1.2rem;
}

.block .right .btn {
    text-decoration: none;
    display: inline-block;
    padding: 15px 45px;
    margin-top: 30px;
    font-size: 1.1rem;
    color: white;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.block.style1 {
    padding-left: 0;
}

.block.style1 .left {
    font-weight: 300;
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .block.style1 .left {
        padding-left: 0;
    }
}

.block.style1 .left h4 {
    font-weight: 500;
    font-size: 1.3rem;
}

.block.style1 .left h4:nth-child(2) {
    margin-bottom: 30px;
}

.block.style1 .right .btn {
    background: #b4c171;
}

.block.style2 {
    padding-left: 0;
}

.block.style2 .left {
    padding-top: 0;
}

.block.style2 .left img {
    width: 100%;
}

.block.style2 .right {
    border-top: 15px solid #f18e55;
}

.block.style2 .right .category {
    margin-top: 10px;
}

.block.style2 .right .btn {
    background: #f18e55;
}

.block.style3 {
    background: #f2f2f2;
}

.block.style3 .left {
    margin: 20px;
    margin-right: 50px;
    width: calc(30% - 70px);
    border-top: 15px solid #d15c62;
}

@media only screen and (max-width: 1024px) {
    .block.style3 .left {
        width: calc(100% - 40px);
        margin: 20px;
    }
}

.block.style3 .right img {
    margin: 20px;
    margin-left: 0;
    width: calc(100% - 20px);
}

@media only screen and (max-width: 1024px) {
    .block.style4 {
        padding-left: 0;
    }
}

.block.style4 .left {
    border-top: solid 15px #5abeb4;
    margin-left: 20px;
    width: calc(30% - 70px);
}

.block.style4 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .block.style4 .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block.style4 .right .subleft {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.block.style4 .right .subleft h3 {
    font-size: 1.3rem;
}

.block.style4 .right .subleft .btn {
    background: #5abeb4;
}

.block.style4 .right img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .block.style4 .right img {
        height: 200px;
    }
}

.frame .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.frame .card-footer .wide-limmited-1440 {
    width: 1440px;
    max-width: 100%;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .frame .card-footer .wide-limmited-1440 {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 {
        padding: 0 20px;
    }
}

.frame .card-footer .wide-limmited-1440 .social_box {
    width: calc(30% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
    .frame .card-footer .wide-limmited-1440 .social_box {
        margin-bottom: 30px;
    }
}

.frame .card-footer .wide-limmited-1440 .social_box h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.frame .card-footer .wide-limmited-1440 .social_box .cc {
    float: left;
    border-radius: 100%;
    margin: 5px;
    width: 40px;
    height: 40px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.frame .card-footer .wide-limmited-1440 .info_box {
    width: 70%;
    position: relative;
    border-top: solid 2px #c2ada5;
    border-bottom: solid 2px #c2ada5;
    padding: 2px 0;
    line-height: 27px;
    font-size: 0.9rem;
}

.frame .card-footer .wide-limmited-1440 .info_box p {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.frame .card-footer .wide-limmited-1440 .info_box p span:first-child {
    margin-right: 5px;
}

.frame .card-footer .wide-limmited-1440 .info_box .info {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 430px) {
    .frame .card-footer .wide-limmited-1440 .info_box .info {
        display: block;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .open_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 580px) {
    .frame .card-footer .wide-limmited-1440 .info_box .open_info {
        display: block;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .open_info div:first-child {
    padding-right: 10px;
}

.frame .card-footer .wide-limmited-1440 .info_box .open_title {
    padding-right: 10px;
}

.frame .card-footer .wide-limmited-1440 .info_box .bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .bottom .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom .link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .bottom .link a {
    margin-right: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
    color: #777777;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 0.8rem;
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom .link a {
        margin: 0;
        padding: 0;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .bottom .link a~a {
    border-left: solid 1px #c2ada5;
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom .link a~a {
        border-left: none;
    }
}

.frame .card-footer .wide-limmited-1440 .info_box .bottom .copyright {
    margin-left: auto;
    font-size: 0.8rem;
    color: #777777;
}

@media only screen and (max-width: 800px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom .copyright {
        margin-left: 0;
    }
}

@media only screen and (max-width: 580px) {
    .frame .card-footer .wide-limmited-1440 .info_box .bottom .copyright {
        margin-left: 0;
        text-align: center;
    }
}