@charset "UTF-8";




/************************************* 共用設定 *************************************/

body {
    background-color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    min-height: 1500px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: #f32735;
}


a:hover {
    opacity: 0.8;
}


.mb0 {
    margin-bottom: 0px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb60 {
    margin-bottom: 60px;
}

.ydRed {
    color: #f32735;
}

h1 {
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 30px;
}


a .myBtn {
    cursor: pointer;
    display: inline-block;
    color: #f32735;
    border: 1px #f32735 solid;
    padding: 10px 45px;
    font-style: italic;
}

a:hover .myBtn {
    background-color: #f32735;
    color: #fff;
}



/************************************* header *************************************/
.header {
    z-index: 10;
    position: absolute;
    width: 100%;
    padding: 15px;
    /*    border: 1px solid red;*/
    text-align: left;
    /*    overflow-x: hidden;*/


}

.header a .logo {
    width: 75px;
    height: auto;
}

.header a:hover .logo {
    opacity: 0.7;
}

.header .nav {
    width: 75px;
    height: auto;
    cursor: pointer;
    width: 23px;
    height: auto;
    float: right;
}

.header .nav:hover {
    opacity: 0.7;
}


/************************************* banner *************************************/
.banner {
    position: relative;
    min-height: 800px;
    width: 100%;
    overflow-x: hidden;

}

.banner h1 {
    font-style: italic;
    /*    border:1px solid red;*/
    line-height: 1.6;
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    top: 230px;
    text-decoration: none;
}

.banner .p1 {
    position: absolute;
    width: 185px;
    height: auto;
    left: 50%;
    margin-left: -70px;
    top: -25px;
}

.banner .p2 {
    position: absolute;
    width: 185px;
    height: auto;
    left: 50%;
    margin-left: -270px;
    top: 172px;
}

.banner .p3 {
    position: absolute;
    width: 133px;
    height: auto;
    left: 50%;
    margin-left: 100px;
    top: 138px;
}

.banner .p4 {
    position: absolute;
    width: 211px;
    height: auto;
    left: 50%;
    margin-left: -155px;
    top: 439px;
}

.banner .p5 {
    position: absolute;
    width: 190px;
    height: auto;
    left: 50%;
    margin-left: 107px;
    top: 416px;
}

.banner p.small {
    font-style: italic;
    position: absolute;
    left: 15px;
    /*    bottom: 0px;*/
    top: 635px;
}



/************************************* about *************************************/

.about {
    margin-top: -85px;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/aboutBg.jpg);
    background-size: cover;
}


/************************************* modal *************************************/


.modal {
    -webkit-overflow-scrolling: touch;
}

.myclose {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.myclose img {
    width: 23px;
    height: 23px;
}

.modal-backdrop {
    background-color: #000;
    opacity: 0.9 !important;
    border: none;
}

/************************************* nav *************************************/


.modal-content {
    background: none !important;
    border: none !important;
    padding-top: 60px;
}

#nav .modal-body a {
    margin: 20px auto;
    font-size: 30px;
    font-style: italic;
    display: block;
    color: #fff;
}

#nav .modal-body a:hover {
    color: #f32735;

}


/************************************* one_work *************************************/

.one_work {
    text-align: left;
    color: #fff;
}

.one_work h2,
.one_work p {
    font-style: normal;
    color: #fff;
    margin-bottom: 15px;
}

.one_work .btn {
    margin-bottom: 15px;
}

.one_work img {
    max-width: 100%;
    margin-bottom: 15px;
}

/************************************* work *************************************/


/* work */

.work {
    padding-top: 100px;
    padding-bottom: 100px;
}

.work .list_one_work {
    margin-bottom: 60px;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    cursor: pointer;
}

.work .list_one_work .img_zone {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.work .list_one_work .img_zone .white {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 11;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: width 0.5s;
    transition-timing-function: ease-in-out;
}

.work .list_one_work .img_zone .black {
    background: #f32735;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: width 0.5s;
    transition-delay: 0.5s;
    transition-timing-function: ease-in-out;
}

.work .list_one_work .img_zone:hover {
    /*    outline: 5px solid #d03e3d;*/
    opacity: 0.7;
}




/************************************* service *************************************/

.service {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #111111;
}

.service h4 {
    font-size: 21px;
    color: #f32735;
    font-style: italic;
    margin-bottom: 5px;
}

.service .oneIssue {
    margin-bottom: 30px;
}


/************************************* join us *************************************/

.joinUs {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}

.oneJoin {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    line-height: 1.3;
}

.oneJoin .hoverArea {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(243, 39, 53, 0.7);
    color: #fff;
    padding: 30px;
}

.oneJoin:hover .hoverArea {
    display: inherit;
}

.oneJoin .hoverArea h5 {
    margin-bottom: 15px;
    font-style: italic;
    margin-top: 70px;
    font-weight: bold;
    font-size: 18px;
}



/************************************* clients *************************************/

.clients {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #111111;
}

.one_logo {
    margin-bottom: 30px;
}

.one_logo img {
    margin-bottom: 8px;
    background-color: #fff;
}


/************************************* contact *************************************/

.contact {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}


.contact .greyArea {
    background-color: #252525;
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact .greyArea .sign,
.contact .greyArea .sign p {
    font-style: italic;
    display: inline;
}

.contact .greyArea .sign .name {
    font-size: 24px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.contact .message a{
    color: #fff;
}


/************************************* footer *************************************/

.footer {
    font-style: italic;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #111111;
}

.footer p {
    margin-bottom: 0px;
}

.myTop {
    cursor: pointer;
    width: 30px;
    height: auto;
    position: fixed;
    bottom: 25px;
    right: 15px;
    opacity: 0.5;
}

.myTop:hover {
    opacity: 1;
}
