/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
label,
caption,
article,
aside,
canvas,
details,
embed,
fieldset,
legend,
input,
button,
textarea,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
figure,
figcaption,
footer,
header,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;


    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 1rem;
    line-height: 1;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input,
button,
textarea,
select,
optgroup,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    cursor: default;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

/*reset*/
.left-large-image {
    background: url(../images/final_min.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.left-large-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-animation: fadeout 9s; /* Safari, Chrome and Opera > 12.1 */
    animation: fadeout 9s;
    animation-iteration-count:infinite;

}
@keyframes fadeout {
    0% { opacity: 1; }
    10% { opacity:  0.5; }
    95% { opacity:  0.5; }
    100%   { opacity: 1; }
}

.right-large-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    background: url(../images/4.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.about-us-row {
    height: 100%;
}

.right-large-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.welcome-title,
.welcome-title div {
    font-family: 'Kaisei Decol', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    padding-bottom: 1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#arrow-down {
    cursor: pointer;
}

.btn-contact {
    font-family: Arial, sans-serif;
    padding: 10px 18px;
    letter-spacing: 1px;
}

.contact-submit {
    padding: 10px 50px;
    border-radius: 5px;
    background-color: #3e3a39;

    font-family: SegoeUI, sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: #fff;
}

.about-us-title {
    font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
    font-weight: bold;
    line-height: 1.48;
    color: #fff;
    font-size: 4.5rem;
    text-align: left;
    padding-bottom: 2rem;
}

.about-us-text {
    text-shadow: 0 0 10px #000;
    font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
    font-weight: 300;
    line-height: 1.79;
    text-align: left;
    color: #fff;
}

.arrow-container {
    margin-left: 40px;
    background-image: url('../svg/arrow.svg');
    background-size: contain;
    width: 100px;
    height: 100px;
    filter: brightness(100);
    transition: 0.3s;
}

.arrow-container:hover {
    transition: all .2s;
    background-image: url('../svg/arrow_hover.svg');
    background-size: contain;
}

.copy-right {
    text-shadow: 0 0 10px #000;
    font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
}

.modal, .modal-dialog, .modal-content {
    min-height: 100vh !important;
    min-width: 100vw !important;
}

.modal-header {
    border: none !important;
}

.modal .close {
    width: 45px;
    height: 45px;
    padding: 7px 7.6px 7.6px 7px !important;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(62, 58, 57, 0.5) !important;
    border-radius: 99px;
    background-color: #3e3a39 !important;
    opacity: 1.0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.modal .close span {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
}

.modal .close span:before {
    content: "";
    width: 18.4px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modal .close span:after {
    content: "";
    width: 18.4px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.modal .contact-text {
    font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
    font-weight: bold;
    line-height: 1.48;
    color: #000;
    font-size: 40px;
    text-align: center;
    padding-bottom: 2rem;
}

.modal-content .contact-text {
    font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
    font-weight: bold;
    line-height: 1.48;
    color: #000;
    font-size: 40px;
    text-align: center;
    padding-bottom: 2rem;
}

.modal .contact-us-full {
    padding-left: 15px;
    padding-right: 15px;
}

.modal input, .modal textarea {
    font-family: SegoeUI, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #b5b5b6;
}

.modal-footer {
    border: none !important;
}

.modal-footer .row {
    width: 100%;
    font-size: 14px;
}

.about-animation {
    animation: about-ani 1.5s 0s;
}

.error-hint {
    display: none;
    font-size: 12px;
    color: #f57e7e;
}

.error-input-border {
    border: solid 1px #fccdcd !important;
}

.copy-right-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 1rem;
}

.modal-body {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
}

.modal-footer {
    line-height: 1.4;
    padding-bottom: 1rem;
}

.modal-footer > div div {
    font-size: 14px;
}

.modal-footer .phone-style {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.form-control::placeholder {
    color: #b5b5b6;
}

.form-group:nth-child(4) {
    margin-top: 2rem;
}

@keyframes about-ani {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    50% {
        opacity: 0.45;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 320px) {
    .pc-contact-container {
        display: none;
    }

    .left-large-image {
        width: 100% !important;
        min-width: 100%;
        max-width: 100% !important;
    }

    .mobile-vh50 {
        height: 50vh;
    }

    .mobile-align-items-end {
        align-items: flex-end !important;
    }

    .welcome-title {
        padding-left: 10px;
    }

    .welcome-title,
    .welcome-title div {
        font-size: 40px;
    }

    .mobile-pb-5 div.col-12 {
        padding-left: 10px;
    }

    .btn-contact {
        border-radius: 100px;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
        color: #3e3a39;
        border: none;
    }

    .mobile-pb-400 {
        padding-bottom: 10vh;
    }

    .arrow-row {
        height: 30vh;
        align-items: center;
        justify-content: start;
    }

    section.about {
        display: none;
    }

    .about-us-title {
        font-size: 50px;
        height: 20vh;
        padding-top: 5vh;
        text-align: center;
    }

    .about-us-text {
        text-shadow: 0 0 10px #000;
        font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.79;
        text-align: left;
        color: #fff;
        padding-bottom: 15vh;
    }

    .copy-right-row {
        width: 100%;
    }

    .copy-right {
        font-size: 14px;
        text-align: center;
    }

    .modal-dialog {
        margin: 0 0 !important;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal .contact-text {
        padding-bottom: 2rem;
    }

    .modal-body {
        padding-bottom: 5px;
    }

    .modal input, .modal textarea {
        font-size: 14px;
    }

    .modal-footer {
        padding-top: 0;
    }

    .modal-footer .row {
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) and (min-width: 321px) {
    .pc-contact-container {
        display: none;
    }

    .left-large-image {
        max-width: 100%;
    }

    .mobile-vh50 {
        height: 50vh;
    }

    .mobile-align-items-end {
        align-items: flex-end !important;
        height: 50vh;
    }

    .welcome-title {
        padding-left: 10px;
    }

    .welcome-title,
    .welcome-title div {
        font-size: 50px;
        line-height: 1.2;
    }

    .mobile-pb-5 div.col-12 {
        padding-left: 10px;
    }

    .btn-contact {
        border-radius: 100px;
        background-color: #fff;
        font-size: 16px;
        font-weight: bold;
        color: #3e3a39;
        border: none;
    }

    .mobile-pb-400 {
        padding-bottom: 10vh;
    }

    .arrow-row {
        height: 30vh;
        align-items: center;
        justify-content: start;
    }

    section.about {
        display: none;
    }

    .about-us-title {
        font-size: 50px;
        height: 30vh;
        padding-top: 15vh;
        text-align: center;
    }

    .about-us-text {
        text-shadow: 0 0 10px #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.79;
        text-align: left;
        color: #fff;
        width: 90% !important;
        max-width: 90% !important;
    }

    .copy-right {
        font-size: 14px;
        text-align: center;
    }

    .modal-dialog {
        margin: 0 0 !important;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal .contact-text {
        padding-bottom: 2rem;
    }

    .modal-body {
        padding-bottom: 5px;
    }

    .modal input, .modal textarea {
        font-size: 18px;
    }

    .modal-footer {
        padding-top: 0;
    }

    .modal-footer .row {
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1365px) and (min-width: 768px) {
    .pc-contact-container {
        display: none;
    }

    .modal-footer > div div {
        font-size: 16px;
        padding-top: 10px;
    }

    .left-large-image {
        width: 100% !important;
        min-width: 100%;
        max-width: 100% !important;
        padding: 0 30px;
    }

    .mobile-vh50 {
        height: 50vh;
    }

    .modal-body {
        max-width: 400px;
    }

    .mobile-align-items-end {
        align-items: flex-end !important;
        height: 60vh;
    }

    .welcome-title {
        padding-left: 15px;
    }

    .welcome-title,
    .welcome-title div {
        font-size: 80px;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .mobile-pb-400 div.col-12 {
        padding-left: 4rem;
    }

    .btn-contact {
        border-radius: 100px;
        background-color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.17;
        color: #3e3a39;
        border: none;
        padding: 10px 18px;
    }

    .mobile-pb-300 {
        padding-bottom: 70px;
    }

    .arrow-container {
        width: 172px;
        height: 172px;
        margin-left: 100px;
    }

    section.about {
        display: none;
    }

    .about-us-title {
        font-size: 69px;
        padding-top: 40px;
        text-align: center;
    }

    .about-us-text {
        text-shadow: 0 0 10px #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.79;
        text-align: left;
        color: #fff;
        max-width: 500px;
    }

    .copy-right {
        font-size: 14px;
        text-align: center;
    }

    .modal-dialog {
        margin: 0 0 !important;
    }

    .modal input, .modal textarea {
        font-size: 20px;
    }

    .modal-footer {
        width: 60vh;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2rem;
    }

    .modal-footer .row {
        font-size: 16px;
    }

    .modal .close {
        margin-top: 10px !important;
        margin-right: 10px !important;
    }

    .form-group:nth-child(5) {
        margin-top: 2rem;
    }
}

@media (min-width: 1366px) {
    .modal-body {
        max-width: inherit;
    }

    .arrow-container {
        width: 172px;
        height: 172px;
    }

    .pc-contact-container {
        display: block !important;
        max-width: 500px;
        margin: 0 auto
    }

    .welcome .left-large-image .mobile-align-items-end {
        max-height: 70vh;
    }

    .container-fluid > div {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .welcome-title {
        padding-left: 4rem;
    }

    .welcome-title,
    .welcome-title div {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        font-size: 100px;


    }

    .contact-text {
        font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
        font-weight: bold;
        line-height: 1.48;
        color: #000;
        font-size: 3rem;
        text-align: center;
        padding-bottom: 2rem;
    }

    .contact-us-full {
        padding: 2rem 3rem 8rem 3rem;
        text-align: center;
    }

    .contact-input {
        border-radius: 5px;
        border: solid 1px #dcdddd;
        font-size: 1.25rem;
        color: #b5b5b6;
    }

    .contact-input::placeholder {
        color: #b5b5b6;
    }

    .form-group:nth-child(4) {
        margin-top: 2rem;
    }

    .phone-row {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 1rem;
    }

    .phone-style {
        padding-right: 2rem !important;
    }

    .phone-row:nth-child(3) img {
        width: 22px;
    }

    .text-1-rem {
        font-size: 1rem;
        font-family: Arial, sans-serif;
        line-height: 1.35;
        padding-left: 10px !important;
    }

    section.about {
        display: block !important;
        background-color: #000;
    }

    section.mobile-about {
        display: none !important;
    }

    .about-us-left {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        height: 100vh;
        background-color: #000;
        padding-left: 10vw;
    }

    .about-us-row {
        height: auto;
        width: 100%;
        max-width: 600px;
        padding-top: 20vh;
    }

    .about-us-title {
        font-family: 'Noto Sans TC', 'NotoSansTC', NotoSansTC, sans-serif;
        font-weight: bold;
        line-height: 1.48;
        color: #fff;
        font-size: 4.5rem;
        text-align: left;
        padding-bottom: 2rem;
        height: unset;
    }

    .about-us-text {
        font-size: 1rem !important;
    }

    .right-large-image {
        height: 100%;
    }

    .right-large-image:before {
        opacity: 0.2;
    }

    .vh-75 {
        height: 75vh !important;
    }

    .mobile-pb-400, .mobile-pb-300 {
        display: none !important;
    }

    .mobile-align-items-end {
        align-items: center !important;
    }

    .copy-right-row {
        width: 100%;
        position: relative;

    }

    .copy-right {
        width: 50%;
        font-size: 14px;
        font-weight: 300;
        text-shadow: 0 0 10px #000;
        letter-spacing: 0.5px;

    }
}
