header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    background-color: #59564e;
}
header #logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: 40%;
    max-width: 222px;
    background-image: url("../images/logo.png?v=2");
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: center;
}
header #logo:after {
    display: block;
    content: "";
    padding-top: 35.58%;
}
header #menu {
    text-align: right;
}
header #menu #menubar {
    display: none;
}
header #menu #menubar + label {
    display: none;
}
header #menu #menubar ~ #menu-list {
    display: inline-block;
    color: #f5c53a;
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-right: 3rem;
}
header #menu #menubar ~ #menu-list li {
    display: inline-block;
    margin-right: 1rem;
}
#fix-button {
    position: fixed;
    top: 20%;
    right: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background-color: #f5c53a;
    color: #59564e;
    border-radius: 20px 0 0 20px;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    letter-spacing: 2px;
    z-index: 999;
}
#fix-button img {
    display: inline-block;
    width: 80%;
    max-width: 24px;
}
footer {
    font-size: 0.8rem;
    letter-spacing: 1px;
}
footer .ft-contact {
    position: relative;
    background-color: #59564e;
    color: #fff;
    padding: 1.5rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .ft-contact .ft-social {
    position: absolute;
    bottom: 0.8rem;
    right: 0.3rem;
    width: 66px;
}
footer .ft-contact .ft-social .col {
    margin-right: 0.5rem;
}
footer .ft-contact .ft-social .col:first-of-type img {
    margin-top: 3px;
}
footer .copy-right {
    text-align: center;
    line-height: 3;
}
.loading,
.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #40210e;
    z-index: 9999;
}
.loading #loader,
.mask #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
svg path,
svg rect {
    fill: #f5c53a;
}
@media screen and (max-width: 700px) {
    header {
        height: 60px;
    }
    header #logo {
        height: 60px;
        background-size: auto 80%;
    }
    header #menu #menubar + label {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 35px;
        height: 25px;
    }
    header #menu #menubar + label i,
    header #menu #menubar + label o,
    header #menu #menubar + label u {
        position: absolute;
        left: 50%;
        width: 100%;
        height: 3px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: #fff;
        border-radius: 10px;
    }
    header #menu #menubar + label i {
        top: 0%;
    }
    header #menu #menubar + label o {
        top: 50%;
    }
    header #menu #menubar + label u {
        top: 100%;
    }
    header #menu #menubar ~ #menu-list {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        width: 0;
        font-size: 0;
        line-height: 3;
        background-color: #40210e;
    }
    header #menu #menubar ~ #menu-list li {
        display: block;
        text-align: center;
        margin-right: 0;
    }
    header #menu #menubar:checked + label i {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    header #menu #menubar:checked + label o {
        width: 0;
    }
    header #menu #menubar:checked + label u {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    header #menu #menubar:checked ~ #menu-list {
        display: block;
        padding-top: 3rem;
        width: 100%;
        font-size: 1.2rem;
        margin-right: 0;
    }
    #fix-button {
        padding: 8px;
        font-size: 1rem;
        letter-spacing: 2px;
    }
    #fix-button img {
        max-width: 18px;
    }
}
img {
    display: block;
    width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.m {
    display: none;
}
.pc {
    display: block;
}
.br {
    font-weight: bolder;
}
.right {
    text-align: right;
}
.mid {
    text-align: center;
}
h1 {
    font-size: 2.3rem;
    line-height: 1;
    white-space: nowrap;
}
h2 {
    font-size: 1.5rem;
    white-space: nowrap;
}
h3 {
    font-size: 1.3rem;
}
hr {
    margin: 3% auto;
    border: none;
    border-bottom: 1px solid #fff;
}
body,
html {
    min-height: 100%;
    height: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 100%;
    line-height: 1.5;
}
#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    background-color: #ededec;
    overflow: hidden;
    padding-top: 80px;
}
section {
    width: 100%;
    height: auto;
}
section .container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.col2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.col3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.right {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
}
.section-title {
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
}
.section-title hr {
    margin: 6px 0;
    border-bottom: 1px solid #000;
}
.section-title .title-sub {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 3px;
}
#banner {
    position: relative;
    width: 100%;
}
/*#banner #online-button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(-40%, 0%);
    -ms-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
    color: #f5c53a;
    background-color: #59564e;
    opacity: 0.85;
    padding: 5px 20px;
    font-size: 1.2rem;
}*/
#media {
    text-align: center;
}
#media .media-reports {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}
/*#media .media-reports .col {
    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-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32%;
    margin: 2% 1%;
    overflow: hidden;
}*/
/*#media .media-reports .col.hide {
    display: none;
}*/
/*#media .media-reports .col:nth-of-type(3n) {
    margin-right: 0;
}
#media .media-reports .col:nth-of-type(3n + 1) {
    margin-left: 0;
}*/
#media .media-reports .col .media-vision {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#media .media-reports .col .media-vision:after {
    display: block;
    content: "";
    padding-top: 56.8%;
}
#media .media-reports .col .media-info {
    background-color: #f5c53a;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #59564e;
    font-size: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#media .media-reports .col .media-info .info{
    text-align: justify;
}
#media #media-more {
    display: inline-block;
    padding: 2px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #59564e;
    border: 1px solid #59564e;
}
#company-culture {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#company-culture #company-culture-info{
    position: relative;
}
#company-culture .more_btn{
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: -20%;
    border: 1px solid #000;
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 0.9rem;
    display: block;
    transition: all .3s;
}
#company-culture .more_btn:hover{
    color: #fff;
    background-color: #000;
}
#company-culture > .col:first-of-type {
    position: relative;
    /*max-width: 500px;*/
    /*width: 30%;*/
    background-image: url("../images/culture-vision.jpg?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*#company-culture > .col:first-of-type:after {
    display: block;
    content: "";
    padding-top: 120%;
}*/
#company-culture > .col:first-of-type .info {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(5%, -10%);
    -ms-transform: translate(5%, -10%);
    transform: translate(5%, -10%);
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}
#company-culture > .col:nth-of-type(2) {
    padding: 3rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5c53a;
}
#company-culture > .col:nth-of-type(2) #company-culture-info {
    max-width: 500px;
}
#company-culture > .col:nth-of-type(2) #company-culture-info .section-title {
    display: inline-block;
}
#company-culture > .col:nth-of-type(2) #company-culture-info span {
    line-height: 3;
}
#company-culture > .col:nth-of-type(2) #company-culture-info .culture-icon {
    width: 80%;
    margin: 15% auto 0 auto;
    text-align: center;
}
#company-culture > .col:nth-of-type(2) #company-culture-info .culture-icon .col {
    max-width: 121px;
    margin-right: 8%;
}
#company-culture > .col:nth-of-type(2) #company-culture-info .culture-icon .col:last-child {
    margin-right: 0;
}
#group {
    background-image: url("../images/group-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding-bottom: 5rem;
}
#group-img {
    width: 90%;
    margin: 0 auto;
    max-width: 959px;
}
#service {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/service-bg.png");
}
#service.ani .service-icons .icons:first-of-type img {
    -webkit-animation: fadeUp 0.8s 0.6s linear forwards;
    animation: fadeUp 0.8s 0.6s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(2) img {
    -webkit-animation: fadeUp 0.8s 1.2s linear forwards;
    animation: fadeUp 0.8s 1.2s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(3) img {
    -webkit-animation: fadeUp 0.8s 1.8s linear forwards;
    animation: fadeUp 0.8s 1.8s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(4) img {
    -webkit-animation: fadeUp 0.8s 2.4s linear forwards;
    animation: fadeUp 0.8s 2.4s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(5) img {
    -webkit-animation: fadeUp 0.8s 3s linear forwards;
    animation: fadeUp 0.8s 3s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(6) img {
    -webkit-animation: fadeUp 0.8s 3.6s linear forwards;
    animation: fadeUp 0.8s 3.6s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(7) img {
    -webkit-animation: fadeUp 0.8s 4.2s linear forwards;
    animation: fadeUp 0.8s 4.2s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(8) img {
    -webkit-animation: fadeUp 0.8s 4.8s linear forwards;
    animation: fadeUp 0.8s 4.8s linear forwards;
}
#service.ani .service-icons .icons:nth-of-type(9) img {
    -webkit-animation: fadeUp 0.8s 5.399999999999999s linear forwards;
    animation: fadeUp 0.8s 5.399999999999999s linear forwards;
}
#service .section-title hr {
    border-bottom: 1px solid #fff;
}
#service .service-icons {
    position: relative;
}
#service .service-icons:after {
    display: block;
    content: "";
    padding-top: 45%;
}
#service .service-icons .icons {
    position: absolute;
    width: 20%;
    max-width: 189px;
    top: 50%;
    left: 50%;
}
#service .service-icons .icons img {
    opacity: 0;
}
#service .service-icons .icons:first-of-type {
    -webkit-transform: translate(-280%, -124%);
    -ms-transform: translate(-280%, -124%);
    transform: translate(-280%, -124%);
}
#service .service-icons .icons:nth-of-type(2) {
    -webkit-transform: translate(-200%, -122%);
    -ms-transform: translate(-200%, -122%);
    transform: translate(-200%, -122%);
}
#service .service-icons .icons:nth-of-type(3) {
    -webkit-transform: translate(-240%, -60%);
    -ms-transform: translate(-240%, -60%);
    transform: translate(-240%, -60%);
}
#service .service-icons .icons:nth-of-type(4) {
    /*-webkit-transform: translate(-280%, 2%);
    -ms-transform: translate(-280%, 2%);
    transform: translate(-280%, 2%);*/
    -webkit-transform: translate(110%, -122%);
    -ms-transform: translate(110%, -122%);
    transform: translate(110%, -122%);
}
#service .service-icons .icons:nth-of-type(5) {
     -webkit-transform: translate(70%, -60%);
    -ms-transform: translate(70%, -60%);
    transform: translate(70%, -60%);
}
#service .service-icons .icons:nth-of-type(6) {
    /*-webkit-transform: translate(70%, -60%);
    -ms-transform: translate(70%, -60%);
    transform: translate(70%, -60%);*/
    -webkit-transform: translate(150%, -60%);
    -ms-transform: translate(150%, -60%);
    transform: translate(150%, -60%);
}
#service .service-icons .icons:nth-of-type(7) {
    -webkit-transform: translate(150%, -60%);
    -ms-transform: translate(150%, -60%);
    transform: translate(150%, -60%);
}
#service .service-icons .icons:nth-of-type(8) {
    -webkit-transform: translate(110%, 2%);
    -ms-transform: translate(110%, 2%);
    transform: translate(110%, 2%);
}
#service .service-icons .icons:nth-of-type(9) {
    -webkit-transform: translate(190%, 2%);
    -ms-transform: translate(190%, 2%);
    transform: translate(190%, 2%);
}
#sales .container{
	padding-bottom: 2rem;
}
#sales #sales-item,
#sales #urban-item,
#urban #sales-item,
#urban #urban-item {
    margin-top: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sales #sales-item .col,
#sales #urban-item .col,
#urban #sales-item .col,
#urban #urban-item .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 22.6%;
    max-width: 244px;
    margin-right: 3%;
}
#sales #sales-item .col:last-child,
#sales #urban-item .col:last-child,
#urban #sales-item .col:last-child,
#urban #urban-item .col:last-child {
    margin-right: 0;
}
#public-minded {
    background-color: #f5c53a;
}
#public-minded .container {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
#public-minded .public-minded-view {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(64, 33, 14, 0.8);
}
#public-minded .public-minded-view.show {
    pointer-events: inherit;
    opacity: 1;
}
#public-minded .public-minded-view .public-minded-big {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: 4px solid #f5c53a;
}
#public-minded .public-minded-view .public-minded-big .item {
    position: relative;
}
#public-minded .public-minded-view .public-minded-big .item:after {
    display: block;
    content: "";
    padding-top: 70%;
}
#public-minded .public-minded-view .public-minded-big .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#public-minded .public-minded-small .slick-slide {
    margin: 0 5px;
}
#public-minded .public-minded-small .item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
}
#public-minded .public-minded-small .item:after {
    display: block;
    content: "";
    padding-top: 75%;
}
#public-minded .public-minded-small .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#public-minded .public-minded-slider {
    position: relative;
    margin: 5% auto;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#public-minded .public-minded-prev {
    width: 10%;
    max-width: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    cursor: pointer;
}
#public-minded .public-minded-next {
    width: 10%;
    max-width: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(25%, -50%) rotate(180deg);
    -ms-transform: translate(25%, -50%) rotate(180deg);
    transform: translate(25%, -50%) rotate(180deg);
    cursor: pointer;
}
#apply {
    text-align: center;
}
#apply #apply-vision {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/apply-bg.png");
    background-position: center center;
}
#apply #apply-vision:after {
    display: block;
    content: "";
    padding-top: 33.78%;
}
#apply #apply-vision #apply-vision-info {
    position: absolute;
    left: 5rem;
    bottom: 2.5rem;
    letter-spacing: 3px;
    left: 50%;
    transform: translateX(-50%);
}
#apply #apply-vision #apply-vision-info h3 {
    margin-bottom: 1rem;
}
#apply #apply-vision #apply-vision-info a {
    background-color: #40210e;
    color: #f5c53a;
    padding: 0.5rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 6px;
}
#apply .container {
    color: #40210e;
}
#apply #apply-form {
    width: 80%;
    max-width: 800px;
    margin: 5% auto 3%;
}
#apply #apply-form input[type="tel"],
#apply #apply-form input[type="text"],
#apply #apply-form input[type="email"],
#apply #apply-form select,
#apply #apply-form textarea {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #40210e;
    border: 1px solid #40210e;
    font-size: 1.1rem;
    letter-spacing: 3px;
    background-color: transparent;
    outline: none;
}
#apply #apply-form ::-webkit-input-placeholder {
    color: #40210e;
}
#apply #apply-form :-ms-input-placeholder {
    color: #40210e;
}   
#apply #apply-form ::-ms-input-placeholder {
    color: #40210e;
}
#apply #apply-form ::placeholder {
    color: #40210e;
}
#apply #apply-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("https://img.icons8.com/ios/50/40210E/expand-arrow--v2.png") no-repeat 98% center transparent;
    background-size: 30px auto;
}
#apply #apply-form #send_btn {
    display: block;
    width: 100%;
    border: none;
    color: #f5c53a;
    background-color: #40210e;
    font-size: 2rem;
    letter-spacing: 5px;
    padding: 0.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
#apply #apply-form #check-form {
    display: block;
    margin: 5% auto 8%;
    letter-spacing: 2px;
}
#apply #apply-form #check-form span {
    margin-left: 1%;
    color: #231815;
}
@media screen and (max-width: 1180px) {
    #service .service-icons:after {
        padding-top: 50%;
    }
    #service .service-icons .icons:first-of-type {
        -webkit-transform: translate(-230%, -124%);
        -ms-transform: translate(-230%, -124%);
        transform: translate(-230%, -124%);
    }
    #service .service-icons .icons:nth-of-type(2) {
        -webkit-transform: translate(-150%, -122%);
        -ms-transform: translate(-150%, -122%);
        transform: translate(-150%, -122%);
    }
    #service .service-icons .icons:nth-of-type(3) {
        -webkit-transform: translate(-190%, -60%);
        -ms-transform: translate(-190%, -60%);
        transform: translate(-190%, -60%);
    }
    #service .service-icons .icons:nth-of-type(4) {
        /*-webkit-transform: translate(-230%, 2%);
        -ms-transform: translate(-230%, 2%);
        transform: translate(-230%, 2%);*/
        -webkit-transform: translate(60%, -122%);
        -ms-transform: translate(60%, -122%);
        transform: translate(60%, -122%);
    }
    #service .service-icons .icons:nth-of-type(5) {
        /*-webkit-transform: translate(60%, -122%);
        -ms-transform: translate(60%, -122%);
        transform: translate(60%, -122%);*/
        -webkit-transform: translate(20%, -60%);
        -ms-transform: translate(20%, -60%);
        transform: translate(20%, -60%);
    }
    #service .service-icons .icons:nth-of-type(6) {
        /*-webkit-transform: translate(20%, -60%);
        -ms-transform: translate(20%, -60%);
        transform: translate(20%, -60%);*/
        -webkit-transform: translate(100%, -60%);
        -ms-transform: translate(100%, -60%);
        transform: translate(100%, -60%);
    }
    #service .service-icons .icons:nth-of-type(7) {
        -webkit-transform: translate(100%, -60%);
        -ms-transform: translate(100%, -60%);
        transform: translate(100%, -60%);
    }
    #service .service-icons .icons:nth-of-type(8) {
        -webkit-transform: translate(60%, 2%);
        -ms-transform: translate(60%, 2%);
        transform: translate(60%, 2%);
    }
    #service .service-icons .icons:nth-of-type(9) {
        -webkit-transform: translate(140%, 2%);
        -ms-transform: translate(140%, 2%);
        transform: translate(140%, 2%);
    }
}
@media screen and (max-width: 700px) {
    h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    .m_block{
        display: block;
    }
    section .container {
        padding: 3rem 0;
    }
    .section-title .title-sub {
        font-size: 1.1rem;
    }
    #wrapper {
        padding-top: 60px;
    }
/*    #banner #online-button {
        -webkit-transform: translate(-10%, 0%);
        -ms-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }*/
    #media .media-reports {
        margin-bottom: 1rem;
    }
    /*#media .media-reports .col {
        width: 48%;
    }
    #media .media-reports .col:nth-of-type(3n) {
        margin-right: 1%;
    }
    #media .media-reports .col:nth-of-type(3n + 1) {
        margin-left: 1%;
    }
    #media .media-reports .col .media-info {
        padding: 10px;
    }*/
    #media .media-reports .left,
    #media .media-reports .right{
        display: none;
    }
    #company-culture {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #company-culture .more_btn{
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #company-culture > .col:first-of-type {
        max-width: 700px;
    }
    #company-culture > .col:first-of-type:after {
        padding-top: 70%;
    }
    #company-culture > .col:first-of-type .info {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #company-culture > .col:nth-of-type(2) {
        padding: 2rem;
    }
    #company-culture > .col:nth-of-type(2) #company-culture-info .culture-icon {
        width: 90%;
        margin: 3% auto 0 auto;
    }
    ##group .container{
    	padding: 0;
    }
    #group{
        padding-bottom: 0rem;
        padding: 0rem 0;
        background-size: cover;
    }
    #sales .container {
    	padding-bottom: 0;
    }
    #public-minded .container{
    	padding-top: 3rem;
    }
    #sales #sales-item,
    #sales #urban-item,
    #urban #sales-item,
    #urban #urban-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        margin-top: 2%;
    }
    #sales #sales-item .col,
    #sales #urban-item .col,
    #urban #sales-item .col,
    #urban #urban-item .col {
        width: 47%;
        max-width: 274px;
        margin-bottom: 3%;
        margin-left: 1.5%;
    }
    #sales #sales-item .col:last-child,
    #sales #urban-item .col:last-child,
    #urban #sales-item .col:last-child,
    #urban #urban-item .col:last-child {
        margin-right: 3%;
    }
    #sales #sales-item .col:nth-of-type(2n),
    #sales #urban-item .col:nth-of-type(2n),
    #urban #sales-item .col:nth-of-type(2n),
    #urban #urban-item .col:nth-of-type(2n) {
        margin-left: 0;
        margin-right: 0;
    }
    #apply #apply-vision #apply-vision-info {
        text-align: center;
        white-space: nowrap;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 70%);
        -ms-transform: translate(-50%, 70%);
        transform: translate(-50%, 70%);
    }
    #apply #apply-vision #apply-vision-info a {
        font-size: 1.1rem;
    }
    #apply #apply-form {
        width: 90%;
    }
    #apply #apply-form input[type="text"],
    #apply #apply-form select {
        font-size: 1rem;
    }
    #apply #apply-form #send_btn {
        font-size: 1.2rem;
    }
    #apply #apply-form #check-form {
        font-size: 0.8rem;
    }
    #apply #apply-vision:after {
        padding-top: 48%;
    }
}
@media (any-hover: hover) {
    #fix-button {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #fix-button:hover {
        background-color: #40210e;
        color: #f5c53a;
        padding: 10px 20px 10px 12px;
    }
/*    #banner #online-button {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #banner #online-button:hover {
        color: #59564e;
        background-color: #f5c53a;
    }*/
    #public-minded .public-minded-small .item {
        overflow: hidden;
    }
    #public-minded .public-minded-small .item img {
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    #public-minded .public-minded-small .item img:hover {
        opacity: 0.85;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    #media .media-reports .col {
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    #media .media-reports .col:hover {
        opacity: 0.85;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    #media #media-more {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #media #media-more:hover {
        background-color: #40210e;
        color: #f5c53a;
    }
    #sales #sales-item .col,
    #sales #urban-item .col,
    #urban #sales-item .col,
    #urban #urban-item .col {
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    #sales #sales-item .col:hover,
    #sales #urban-item .col:hover,
    #urban #sales-item .col:hover,
    #urban #urban-item .col:hover {
        opacity: 0.85;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    #apply #apply-vision #apply-vision-info a {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #apply #apply-vision #apply-vision-info a:hover {
        background-color: #f5c53a;
        color: #40210e;
    }
    #apply #apply-form #send_btn {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #apply #apply-form #send_btn:hover {
        background-color: #f5c53a;
        color: #40210e;
    }
}
@-moz-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(0%, 30%);
    }
    to {
        opacity: 1;
        transform: translate(0%, 0%);
    }
}
@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0%, 30%);
        transform: translate(0%, 30%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}
@-o-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(0%, 30%);
    }
    to {
        opacity: 1;
        transform: translate(0%, 0%);
    }
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0%, 30%);
        transform: translate(0%, 30%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}
