/* ------------------------------------------------------------------------------

  Template Name: Denzel. 
  Description: Denzel. - Onepage Personal Template
  Author: Paul
  Author URI: http://themeforest.net/user/paul_tf
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Backgrounds
      1.8 Colors

  2.  Navbar

      2.1 Navbar Desctop
      2.2 Navbar Mobile
      2.3 Navbar Fixed

  3.  Main

      3.1 Masthead
      3.2 Sections
      3.3 About
      3.4 Experience
      3.5 SKills
      3.6 Projects
      3.7 Partners
      3.8 Testimonials
      3.9 Contact



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url('bootstrap.min.css');

@import url('magnific-popup.css');
@import url('owl.carousel.min.css');

.noto-serif-tc-regular {
    font-family: "Noto Serif TC", serif;
    font-weight: 400;
    font-style: normal;
}

.noto-serif-tc-semibold {
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    font-style: normal;
}

.noto-serif-tc-bold {
    font-family: "Noto Serif TC", serif;
    font-weight: 700;
    font-style: normal;
}

.noto-serif-tc-black {
    font-family: "Noto Serif TC", serif;
    font-weight: 900;
    font-style: normal;
}


html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Lato', sans-serif, "微軟正黑體";
    font-size: 1rem;
    line-height: 1.625em;
    color: #EEE;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #E6E6E6;
}

::selection {
    background-color: #E6E6E6;
    color: #000;
}

-webkit-::selection {
    background-color: #E6E6E6;
    color: #000;
}

::-moz-selection {
    background-color: #E6E6E6;
    color: #000;
}



/* 1.2 Typography */

h1,
.h1 {
    position: relative;
    font-size: 5.725rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

h2,
.h2 {
    position: relative;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.2;
    color: #000;
    margin: 2rem 0;
}


h3,
.h3 {
    font-weight: 700;
    font-size: 1.925rem;
    line-height: 1.25;
    color: #000;
    margin: 1.5rem 0;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 1.5rem 0;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #000;
    margin: 1.2rem 0;
}

h6,
.h6 {
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000;
    margin: 1rem 0;
    text-transform: uppercase;
}


h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #333;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.lead {
    line-height: 1.9;
    font-size: 1.125rem;
}

.size-sm {
    font-size: 0.875rem;
}


/* 1.3 Fields */

.form-group {
    margin-bottom: 2rem;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    height: 3.625em;
    border-radius: 0;
    padding-left: 22px;
    color: #bbbbbb;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

textarea.form-control {
    height: 7.9em;
    padding: 10px;
    resize: none;
}

.form-control:focus {
    border-color: #afafaf;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
}

.form-control::-moz-placeholder {
    color: #272727;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #272727;
}

.form-control::-webkit-input-placeholder {
    color: #272727;
}

label.error {
    border-color: #D9AF60;
    padding: 9px 0 0 22px;
    font-size: 0.9rem;
}

.mc-label {
    padding: 9px 0 0 22px;
    font-size: 0.9rem;
    color: #fff;
}



/* 1.4 Buttons */

.btn {
    position: relative;
    display: inline-block;
    border-radius: 0;
    padding: 5px 50px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    float: right;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #f89622;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #343434;
}

.btn-white:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-b-white {
    background-color: transparent;
    border-color: #fff;
}

.btn-b-white:hover {
    background-color: #fff;
    color: #000;
}

.btn-bg-dark:hover,
.btn-bg-dark:focus {
    color: #fff;
    border-color: #fff;
}


/* 1.5 Icons */

ion-icon {
    color: #23a592;
    font-size: 3.8rem;
    --ionicon-stroke-width: 17px;

}

.icon-play {
    position: absolute;
    width: 5.15rem;
    height: 5.15rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.icon-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
}

.icon-play:hover {
    border: 1px solid #E6E6E6;
    background-color: #E6E6E6;
    color: #343434;
}

.icon-play:hover:before {
    border-color: transparent transparent transparent #000;
}


/* 1.6 Loader */

.loader {
    position: absolute;
    z-index: 10;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #272727;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/* 1.7 Backgrounds */

.bg-light {
    background: #f5f5f5 !important;
}

.bg-dark {
    background: #1d1d1d !important;
    color: #86878a;
}

.bg-dark .row-experience:nth-child(even) {
    background-color: #272727;
}

.bg-dark .btn:hover,
.bg-dark .btn:focus {
    color: #fff
}

.bg-primary {
    background: #23a592 !important;
    color: #fff;
}

.bg-dark .progress {
    background: #383838;
}



/* 1.8 Colors */

.text-dark {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #767676 !important;
}

.text-muted {
    color: #bbbbbb !important;
}

.text-primary {
    color: #E6E6E6 !important;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/

.navbar {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 0 1.5rem;
    height: 4.7rem;
}


@media(min-width: 992px) {
    .navbar {
        padding: 0 3rem;
    }
}


.toggler {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: none;
    border: 0;
    display: none;
}

.toggler:focus {
    outline: none;
}

.toggler-icon {
    display: block;
    border-top: 2px solid #000;
    margin-top: 0.5rem;
}

.toggler-icon:first-child {
    margin-top: 0;
}

.navbar-brand {
    position: fixed;
    padding: 0;
    margin: auto;
    display: table;
    top: 14px;
}

.logoBox img {
    width: 150px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
}

.navbar,
.navbar a,
.navbar a:hover,
.navbar a:focus {
    color: #333;
    transition: all 0.5s ease 0s;
}

.navbar-desctop .donate a {
    border: 1px solid #333;

}

.navbar-white .donate a {
    border: 1px solid #fff;
}

.btn2:hover {
    color: #fff;
}

.btn2 .btnbg-x {
    position: absolute;
    left: -1px;
    width: 0;
    top: -1px;
    bottom: -1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn2:hover .btnbg-x {
    width: 100%;
    width: calc(100% + 2px);
    background: #f8ab2f;
}

.btn2 .btn-inner {
    padding: -1px 10px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

/*
.btn2 .btn-inner i {
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    line-height: 1.5;
    right: 1em;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn2:hover .btn-inner i {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    right: 0.6em;
}

.btn2 .btn-inner i:before {
    content: '>';
    color: #fff;
    opacity: 1;
}

.btn2:hover .btn-inner i:before {
    opacity: 1;
}
*/

.btn2:hover .btn-inner {
    padding: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.blackstyle {
    display: none;
}



.navbar-desctop .socialBox .whitestyle {
    display: none;
}

.navbar-desctop .socialBox .blackstyle {
    display: block;
}

.navbar-white .socialBox .whitestyle {
    display: block;
}

.navbar-white .socialBox .blackstyle {
    display: none;
}

.navbar a.logoBox {
    width: 221px;
    height: 40px;
    background-size: contain;
    background-image: url(../img/index/logo_black.png);
}

.navbar-white:not(.fixed) a.logoBox {
    width: 221px;
    height: 40px;
    background-size: contain;
    background-image: url(../img/index/logo.png);
}



ul.rightmenu {
    width: 63%;
    display: table;
    float: right;
}

ul.rightmenu li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.socialBox {
    float: left;
}

.socialBox a {
    display: table;
    width: 30px;
    margin-right: 20px;
    float: left;
}

.socialBox a img {
    width: 100%;
}

.donate a {
    border: 1px solid #fff;
    padding: 5px 10px;
}

.donate a:hover {
    text-decoration: inherit !important;
}

/*首頁大圖*/

.bn_img01 {
    position: absolute;
    bottom: 200px;
    left: 200px;
    width: 400px;
    opacity: 1;
    transition: all 4s 2s ease;
    transition-delay: 0s;
}

.active .bn_img01 {
    position: absolute;
    bottom: 200px;
    left: 100px;
    width: 400px;
    opacity: 1;
    transition: all 4s 2s ease;
    transition-delay: 0s;
}

/*
.acDay {
    position: relative;
    padding-bottom: 120px;
    padding-left: 200px;
    opacity: 0;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}

.active .acDay {
    position: relative;
    padding-bottom: 120px;
    padding-left: 50px;
    opacity: 1;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}
*/

.bn_img02 {
    position: absolute;
    bottom: 100px;
    left: 200px;
    opacity: 0;
    width: 400px;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}

.active .bn_img02 {
    position: absolute;
    bottom: 100px;
    left: 100px;
    width: 400px;
    opacity: 1;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}

.bn_img03 {}

.bn_img04 {
    width: 700px;
    position: absolute;
    bottom: 0px;
    left: -400px;
    z-index: -1;
    transition: all 6s 2s ease;
    transition-delay: 0s;
    opacity: 0;
}

.active .bn_img04 {
    width: 700px;
    position: absolute;
    bottom: 0px;
    left: -100px;
    z-index: -1;
    transition: all 6s 2s ease;
    transition-delay: 0s;
    opacity: 1;
}

/*首頁大圖end*/

/*齋僧功德*/

.sec_cont {
    text-align: center;
    width: 100%;
}

.sec2_tt {
    width: 430px;
    padding-top: 110px;
    opacity: 0;
    transition: all 1s 2s ease;
    transition-delay: .3s;
}

.active .sec2_tt {
    width: 450px;
    padding-top: 50px;
    opacity: 1;
    transition: all 1s 2s ease;
    transition-delay: .3s;
}

.textArea {
    width: 50%;
    margin: auto;
    padding-top: 100px;
    opacity: 0;
    transition: all 1s 2s ease;
    transition-delay: .3s;
}

.active .textArea {
    width: 50%;
    margin: auto;
    padding-top: 25px;
    opacity: 1;
    transition: all 1s 2s ease;
    transition-delay: .3s;
}

.textArea p {
    font-size: 20px;
    line-height: 1.8;
}

.sp_text {
    letter-spacing: 3px;
}

.fish01 {
    width: 70px;
    position: absolute;
    right: 14%;
    top: 90px;
    opacity: 0;
    transition: all 4s 1s ease;
}

.active .fish01 {
    width: 90px;
    position: absolute;
    right: 15%;
    top: 90px;
    opacity: 1;
    transition: all 4s 1s ease;
}

.fish02 {
    width: 90px;
    position: absolute;
    right: 110px;
    top: 190px;
    opacity: 0;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}

.active .fish02 {
    width: 100px;
    position: absolute;
    right: 110px;
    top: 190px;
    opacity: 1;
    transition: all 4s 2s ease;
    transition-delay: .5s;
}

a.join {
    border-bottom: 2px solid #bc2a2a;
    display: table;
    margin: auto;
    width: 150px;
    margin-top: 0;
    text-decoration: none;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}

a.join span {
    letter-spacing: 2px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

a.join i {
    padding-left: 10px;
}

a.join:hover span {
    letter-spacing: 6px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transform: 0.3s ease all;
}

/*齋僧功德end*/

/*故事館*/

#projects {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.story_tt {
    width: 150px;
    position: relative;
    left: 100px;
    top: 0;
    opacity: 0;
    transition: all 2s .5s ease;
}

.active .story_tt {
    width: 150px;
    position: relative;
    left: 100px;
    top: -30px;
    opacity: 1;
    transition: all 2s .5s ease;
}

.storybg02 {
    width: 380px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -47px;
    opacity: 0;
    transition: all 4s 1s ease;
}

.active .storybg02 {
    width: 520px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -47px;
    opacity: .8;
    transition: all 4s 1s ease;
}

a.gostory {
    position: absolute;
    left: 100px;
    bottom: 10%;
    opacity: 0;
    transition: all 2s 2s ease;
}

.active a.gostory {
    position: absolute;
    left: 100px;
    bottom: 16%;
    opacity: 1;
    transition: all 2s 2s ease;
}



/*線上祈福*/

.wishArea {
    width: 40%;
    float: left;
}

.photoArea {
    width: 60%;
    float: right;
    position: relative;
}

.v_slogan {
    z-index: 1;
    position: absolute;
    top: -20px;
    left: 28%;
    opacity: 0;
    transition: all 1s 2s ease;
}

.active .v_slogan {
    z-index: 1;
    position: absolute;
    top: 0%;
    left: 28%;
    opacity: 1;
    transition: all 1s 2s ease;
}

.v_slogan p {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    padding: 30px 2px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    letter-spacing: 5px;

}

.sec3_tt {
    width: 26%;
    position: absolute;
    top: 12%;
    left: 150px;
    opacity: 0;
    transition: all 2s 0s ease;
}

.active .sec3_tt {
    width: 26%;
    position: absolute;
    top: 12%;
    left: 100px;
    opacity: 1;
    transition: all 2s 0s ease;
}

.sec3_tt02 {
    width: 27%;
    position: absolute;
    top: 24%;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 4s 0s ease;
}

.active .sec3_tt02 {
    width: 27%;
    position: absolute;
    top: 24%;
    left: 130px;
    z-index: -1;
    opacity: 1;
    transition: all 4s 0s ease;
}

.sec3_03 {
    width: 110%;
    position: relative;
    right: 0;
    top: 22%;
    opacity: 0;
    transition: all 2s 0s ease;
}

.active .sec3_03 {
    width: 100%;
    position: relative;
    right: 0;
    top: 22%;
    opacity: 1;
    transition: all 2s 0s ease;
}

.wishArea .sub_tt {
    font-size: 23px;
    font-weight: bold;
}

.wordArea {
    padding: 0 100px;
    margin-top: 260px;
    opacity: 0;
    transition: all 2s .5s ease;
}

.active .wordArea {
    padding: 0 100px;
    margin-top: 160px;
    opacity: 1;
    transition: all 2s .5s ease;
}

.godonate {
    margin-top: 30px;
}

.godonate a {
    background-color: #e45050;
    color: #fff;
}


.wishArea .text_con {
    font-size: 16px;
}

/*線上祈福end*/

/*佛法語錄文摘*/

#news .whiteBG {
    background-color: #fff;
    width: 200px;
    height: 75px;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    z-index: 1;

}

#news .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

#news {
    background-color: #fff;
}

.ttbox {
    display: table;
    width: auto;
    position: relative;
    border-bottom: 1px solid #333;
    padding: 10px 15px;
    opacity: 0;
    transition: all 2s .5s ease;
}

.active .ttbox {
    display: table;
    width: auto;
    position: relative;
    border-bottom: 1px solid #333;
    padding: 10px 50px;
    opacity: 1;
    transition: all 2s .5s ease;
}

.sec4_tt {
    width: 300px;
    float: left;
}

.active .sec4_tt {
    width: 300px;
    float: left;
}

#news .ttbox .section_tt {
    color: #272727;
    font-size: 17px;
    float: left;
    padding: 24px 0 0 15px;
    letter-spacing: 1px;
}

#news .ttbox a {
    position: absolute;
    top: 50px;
    right: 0px;
}

.news-row .mt-3 {
    margin-bottom: 0;
    height: 72px;
    overflow: hidden;
    font-size: 18px;
}

.news-row p.mt-4 {
    color: #272727;
    margin-top: 3px !important;
    height: 26px;
    overflow: hidden;

}

.news-row p.mt-4 span {
    border-left: 11px solid #333;
    height: 11px;
    line-height: 5px;
    display: inline-block;
    margin-right: 8px;
}

.news-row .col-lg-3 a img {
    transition: 0.3s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

.news-row .col-lg-3 a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transition: scale(1.2);
    transition: 0.3s ease all;
    -webkit-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -ms-transform: 0.6s ease all;
}

a.goblog {
    background-color: #282727;
    padding: 5px 30px;
    font-size: 16px;
    float: none;
    margin: auto;
    display: table;
    font-weight: normal;
    margin-top: 30px;
    visibility: inherit !important;
}

#news .mt-5 {
    width: 90%;
    margin: auto;
    padding-top: 0 !important;
}

.news-rowBox a {
    border: 1px solid #ddd;
    display: table;
    padding-bottom: 20px;
}

.newstext {
    padding: 0 10px;
}

#news a:hover {
    color: #fff;
}

.newsimgBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
}

#news .join {}

.go_all {
    position: absolute;
    right: 50px;
    top: 90px;
    color: #333;
    text-align: center;
    opacity: 0;
    transition: all 2s 1.5s ease;
}

.active .go_all {
    right: 100px;
    top: 90px;
    opacity: 1;
    transition: all 2s 1.5s ease;
}

#news a.join:hover span,
#news a.join:hover i {
    color: #333;
}

.redt {
    color: #bc2a2a;
}

.gomore {
    width: 35px;
    position: absolute;
    right: 35px;
    bottom: 20px;
    opacity: 0.4;
}

.news-rowBox a:hover .gomore {
    opacity: 1;
}

/*部落格end*/

/*福報*/

#contact .container {
    width: 100%;
    max-width: inherit;
    padding: 0;
}

.photoBox {
    width: 70%;
    position: relative;
    margin-bottom: 60px;
}

.sec5_01 {
    width: 100%;
    height: 650px;
    left: -50px;
    position: relative;
    opacity: 0;
    transition: all 2s .5s ease;
    background-image: url(../img/index/sec5_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.active .sec5_01 {
    width: 100%;
    height: 650px;
    left: 0;
    position: relative;
    opacity: 1;
    transition: all 2s .5s ease;
    background-image: url(../img/index/sec5_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.report {
    width: 40%;
    position: absolute;
    z-index: 1;
    right: -50px;
    background-color: #fff;
    top: 18%;
    border-left: 8px solid #d0b4a6;
    opacity: 0;
    transition: all 2s 1s ease;
}

.active .report {
    width: 40%;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: #fff;
    top: 18%;
    border-left: 8px solid #d0b4a6;
    opacity: 1;
    transition: all 2s 1s ease;
}

.sec5_tt {
    width: 220px;
    margin-top: -50px;
    margin-left: 25px;

}

ul.reportBox {
    width: 90%;
    margin: auto;
}

ul.reportBox li {
    border-bottom: 1px solid #eee;
    display: table;
    padding: 30px 20px 20px 20px;
    width: 100%;
}

ul.reportBox li:last-child {
    border: none;
}

.Itemnumber {
    font-size: 13px;
    float: left;
}

.Item_cont {
    width: 65%;
    float: left;
    padding-left: 25px;
}

.see_more {
    float: right;
    font-size: 14px !important;
    width: 85px !important;
    text-align: center;
    margin-top: 0 !important;
}

.photoBox .v_slogan p {
    background-color: rgba(255, 255, 255, .7);
    color: #333;
}

.v_slogan_01 {
    left: 90px !important;
    top: 30px !important;
    opacity: 0;
    transition: all 1.5s 2.5s ease;
}

.active .v_slogan_01 {
    left: 90px !important;
    top: 50px !important;
    opacity: 1;
    transition: all 1.5s 2.5s ease;
}

.v_slogan_02 {
    left: 150px !important;
    top: 80px !important;
    opacity: 0;
    transition: all 1.5s 3s ease;
}

.active .v_slogan_02 {
    left: 150px !important;
    top: 100px !important;
    opacity: 1;
    transition: all 1.5s 3s ease;
}

.footerArea {
    background-color: #ede8e2;
    width: 100%;
    height: auto;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer_con {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: table;
}

.footer_left {
    float: left;
    width: 50%;
    text-align: left;
}

.footer_left p {
    margin-bottom: 2px;
    padding-left: 7px;
    letter-spacing: 2px;
}

.footer_right {
    float: left;
    width: 50%;
}

.footer_right p {
    text-align: right;
    border-top: 1px solid #bfbfbf;
    width: 490px;
    float: right;
    margin-top: 25px;
}

.footerlogo {
    width: 300px;
    margin-bottom: 20px;

}

ul.footerBox {
    overflow: auto;
    margin: 30px auto;
}

ul.footerBox li {
    padding-left: 20px;
    float: right;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
}

ul.footerBox li:last-child {
    border-right: none;

}

.footerArea p {
    font-size: 14px;
    color: #333;
}

.socialframe {
    display: table;
    width: 100%;
}

.socialframe a {
    width: 35px;
    margin-left: 20px;
    display: table;
    float: right;
}

.socialframe a img {
    width: 100%;
}









@media (max-width: 1500px) {
    .navbar-brand {
        /*
        position: static;
float: left;
*/
    }

    .navbar .container {
        width: auto;
    }

    ul.rightmenu {
        width: 65%;
    }
}



.navbar ul {
    margin-bottom: 0;
}

.navbar-desctop .phone,
.navbar-desctop .email {
    float: left;
    font-family: 'Karla', sans-serif;
    position: relative;
    top: 0.3rem;
    margin-right: 4rem;
}

.navbar-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 1.5rem 3rem 1.5rem;
}

@media (max-width: 1450px) {
    ul.rightmenu {
        width: 68%;
    }
}

@media (max-width: 1400px) {
    ul.rightmenu {
        width: 71%;
    }
}

@media (max-width: 1330px) {
    ul.rightmenu {
        width: 75%;
    }
}

@media (max-width: 1300px) {
    ul.rightmenu {
        width: 79%;
    }
}

@media (max-width: 1210px) {
    ul.rightmenu {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .toggler {
        display: block;
        margin-top: -15px;
    }

    ul.rightmenu {
        display: none;
    }

    .wordArea {
        padding: 0 50px 0 100px;
    }

    .active .wordArea {
        padding: 0 50px 0 100px;
    }
}

@media (min-width: 992px) {}





.navbar-bottom-white,
.navbar-bottom-white .social-icons ion-icon {
    color: #fff;
}



/* 2.1 Navbar Desctop */

.navbar-desctop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.navbar-nav-desctop {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 0.3rem;
}

.nav-link {
    padding: 0;
}

.navbar-nav-desctop li a {
    color: #343434;
    transition: all 0.3s;
}

.navbar-nav-desctop li a:hover {
    text-decoration: none;
}

.navbar-nav-desctop > li {
    position: relative;
    float: left;
    margin-right: 2.1rem;
}

.navbar-nav-desctop > li > a {
    display: flex;
    align-items: center;
}

.navbar-nav-desctop > li > .active,
.navbar-nav-desctop > li:hover > a {
    color: #767676;
}

.navbar-nav-desctop li ul {
    opacity: 0;
    visibility: hidden;
    padding: 0.7rem 1.8rem;
    position: absolute;
    top: 85%;
    background: #1a1c26;
    color: #000;
    min-width: 12rem;
    margin-left: -1.5rem;
    transition: all 0.3s linear;
}

.navbar-nav-desctop li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav-desctop li ul li {
    margin: 1rem 0;
}

.navbar-nav-desctop li ul li a {
    opacity: 0.5;
    display: block;
}

.navbar-nav-desctop li ul .active a,
.navbar-nav-desctop li ul li:hover a {
    opacity: 1;
}



/* 2.2 Navbar Mobile */

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s;
}

.navbar-mobile {
    display: block;
    align-items: baseline;
    flex-wrap: unset;
    padding: 3.9rem 2.6rem 1.3rem 4.4rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background-color: #2b2b2b;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.navbar-mobile .language {
    margin-top: 0;
    font-size: 0.85rem;
}

.navbar-mobile .language li {
    float: left;
    color: #fff;
    margin-right: 1rem;
}

.navbar-mobile .language li a {
    color: #fff;
}

.navbar-mobile .language .active a,
.navbar-mobile .language li a:hover {
    color: #E6E6E6;
    text-decoration: none;
}

.navbar-mobile .close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

.navbar-mobile .close:hover {
    opacity: 1;
    color: #D4A855;
}

@media (min-width: 576px) {
    .navbar-mobile {
        width: 50%;
        max-width: 32rem;
    }
}

.navbar-mobile-footer {
    margin-top: auto;
    color: #fff;
}

.navbar-nav-mobile {
    display: block;
    font-size: 2.3vh;
    margin-top: 4vh;
    font-weight: 600;
}

.navbar-nav-mobile li {
    margin-bottom: 20px;
}

.navbar-nav-mobile li a {
    color: #fff;
}

.navbar-nav-mobile li .active,
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li a:focus {
    color: #D4A855;
}

.menu-is-open {
    overflow: hidden;
}

.menu-is-open .navbar-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-is-open .click-capture {
    visibility: visible;
    opacity: 1;
}


/* 2.3 Navbar Fixed */

.navbar.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar.fixed:before {
    height: 100%;
}


/* 2.4 Navbar White */

.navbar-white {
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}

.navbar-white:not(.fixed) .phone,
.navbar-white:not(.fixed) .email,
.navbar-white:not(.fixed) a,
.navbar-white:not(.fixed) a:hover {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.navbar-white:not(.fixed) .navbar-nav-desctop li a {
    color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop > .active > a,
.navbar-white:not(.fixed) .navbar-nav-desctop > li > .active,
.navbar-white:not(.fixed) .navbar-nav-desctop > li:hover > a {
    color: #23a592;
}

.navbar-white:not(.fixed) .social-icons ion-icon {
    color: #fff;
}

.navbar-white:not(.fixed) .social-icons ion-icon:hover {
    color: #23a592;
}

.navbar-white:not(.fixed) .toggler-icon {
    border-color: #fff;
}


/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/

/* 首頁大圖 */

/* 3.2 Sections */

.section {
    position: relative;
    padding: 9rem 0;
}

.section-sm {
    padding: 6rem 0;
}

.section h2 {
    margin-top: 0;
}

.pp-section {
    background: #141414;
    background-position: 50%;
    background-size: cover;
    padding: 8rem 0 6rem;
}

.section:not(#home) .intro {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.7s;
}

.section:not(#home) .intro.animate {
    opacity: 1;
    transform: translateY(0);
}

.pp-scrollable {
    padding: 0;
    overflow-x: hidden;
}

.pp-scrollable .intro {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.pp-scrollable .intro:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.pp-scrollable .scroll-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 7rem 0 3rem;
    white-space: normal;
    margin-left: -3px;
}

#contact div.scroll-wrap {
    padding: 7rem 0 0;
}

.progress-nav {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}

@media(min-width: 992px) {
    .progress-nav {
        right: 3rem;
        display: none;
    }
}

.progress-nav li {
    position: relative;
    width: 3px;
    height: 30px;
    -webkit-transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
    transition: background-color .3s cubic-bezier(.46, .03, .52, .96);
    background-color: #000;
}

.progress-nav li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 0;
    content: '';
    transition: all .3s ease;
    background-color: #D4A855;
}

.progress-nav li:before {
    height: 30px;
}

.progress-nav li.active ~ li:before {
    background-color: #101010;
}

.progress-nav-white li.active ~ li:before {
    background-color: #fff;
}



/* 3.3 About */

.experience-info {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: -4.5rem;
}

.experience-number {
    display: inline-block;
    font-size: 10rem;
    line-height: 1;
    font-family: 'Karla', sans-serif;
    color: #E6E6E6;
}

.experience-text {
    display: inline-block;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
}



/* 3.4 Experience */

.row-experience {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.row-experience:first-child {
    padding-top: 0;
    border-top: 0;
}

.row-experience:last-child {
    padding-bottom: 0;
}

.row-experience img {
    width: auto !important;
}

.download-cv {
    display: inline-block;
    margin-top: 3.7rem;
    position: relative;
    z-index: 1;
}

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 3.5rem;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 0.35rem;
}

.owl-dot:focus {
    outline: none;
}

.owl-dots span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #d6d6d6;
}

.owl-dot.active span {
    background-color: #E6E6E6;
}

.owl-nav {
    font-family: 'Tahoma';
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -8.6rem;
    font-size: 6rem;
}

.owl-prev {
    margin-right: 0.6rem;
}

.owl-next,
.owl-prev {
    opacity: 0.45;
    transition: all 0.3s;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1 !important;
    color: #E6E6E6 !important;
}



/* 3.5 Skills */

.photo-icon {
    position: absolute;
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, .1);
    overflow: hidden;
    transition: all .6s .4s ease;
    opacity: 0;
}

.photo-icon-1 {
    top: -50px;
    left: 30%
}

.photo-icon-2 {
    left: -40px;
    bottom: 100px;
}

.photo-icon-3 {
    right: -50px;
    bottom: 50px;
}

.active .photo-icon-1 {
    opacity: 1;
    left: 50%
}

.active .photo-icon-2 {
    opacity: 1;
    bottom: 150px;
    transition-delay: .7s
}

.active .photo-icon-3 {
    opacity: 1;
    bottom: -50px;
    transition-delay: 1s
}

.progress {
    height: 6px;
    border-radius: 0;
    background-color: #000;
}

.progress-bar {
    position: relative;
    background-color: transparent;
}

.progress-bar:before {
    position: absolute;
    background: #E6E6E6;
    content: '';
    width: 0;
    height: 100%;
}

.active .progress-bar:before {
    width: 100%;
    transition: all 0.8s ease;
}

.progress-item:nth-child(1) .progress-bar:before {
    transition-delay: 400ms;
}

.progress-item:nth-child(2) .progress-bar:before {
    transition-delay: 600ms;
}

.progress-item:nth-child(3) .progress-bar:before {
    transition-delay: 800ms;
}



/* 3.6 Projects */

.project-wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
}

.bg-changer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.row-project-box {
    margin-top: -30px;
}

.col-project-box {
    margin-top: 30px;
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem;
}

.project-box h4 {
    margin: 0;
    color: #fff;
}

.project-category {
    color: #cccccc;
    margin-top: 0.5rem;
}

.project-box:hover {
    background: #E6E6E6;
    text-decoration: none;
    border-color: transparent;
}

.project-box:hover h4 {
    color: #000;
}

.project-box:hover .project-category {
    color: #666666;
}

@media (min-width: 768px) {
    .project-box {
        padding-bottom: 75%;
    }

    .project-category {
        position: absolute;
        bottom: 1.2rem;
    }
}



/* 3.7 Partners */

.row-partners {
    margin: 0 -4rem;
}

#partners .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}

.col-partner {
    padding: 0 4rem;
    margin: 2.5rem 0;
    text-align: center;
}

.col-partner img {
    max-width: 100%;
    transition: all 0.3s ease;
}


/* 3.8 Testimonials */

.icon-quote {
    display: inline-block;
    margin-left: -2rem;
    line-height: 1;
    font-size: 12rem;
    margin-top: -2rem;

}

.carousel-testimonials .owl-nav {
    position: static;
    margin-top: 5rem;
}



/* 3.9 Contact */

.message {
    margin-bottom: 2rem;
    display: none;
}

@media (max-width: 1240px) {
    .report {
        width: 55%;
    }

    .active .report {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .textArea {
        width: 80%;
    }

    .active .textArea {
        width: 80%;
    }

    .fish01 {
        top: 60%;
        right: 90px;
    }

    .active .fish01 {
        top: 60%;
        right: 100px;
    }

    .fish02 {
        top: 75%;
        right: 10px;
    }

    .active .fish02 {
        top: 75%;
        right: 30px;
    }

    .sec2_tt {
        width: 25%;
    }

    .active .sec2_tt {
        width: 30%;
    }

    .textArea {
        padding-top: 50px;
    }

    .active .textArea {
        padding-top: 30px;
    }

    .textArea p {
        font-size: 17px;
    }

    /*
    .news-row h4,
    .h4 {
        font-size: 17px;
        height: auto !important;
    }

    .news-row {
        display: table;
    }

    .news-rowBox {
        width: 100% !important;
        max-width: inherit;
        display: table;
        margin-bottom: 20px;
    }

    .news-row img {
        width: 30% !important;
        float: left;
    }

    .newstext {
        float: left;
        width: 70%;
        padding-left: 30px;
    }

    .news-row p.mt-4 {
        margin-bottom: 0;
    }

    #news .whiteBG {
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        z-index: 1;

    }

    img.gomore {
        width: 50px !important;
        position: absolute;
        right: 15px;
        bottom: 15px;
        float: inherit;
    }

    .news-rowBox a {
        width: 100%;
    }
*/
}

@media (max-width: 992px) {
    #about.d-flex {
        display: inherit !important;
    }

    .wishArea {
        width: 100%;
        float: left;
    }

    .photoArea {
        width: 100%;
        float: none;
    }

    .sec3_tt {
        position: relative;
        top: 100px;
        left: 80px;
        width: 250px;
    }

    .active .sec3_tt {
        width: 250px;
        position: relative;
        top: 100px;
        left: 50px;
    }

    .sec3_tt02 {
        width: 300px;
        top: 155px;
        left: 20px;
    }

    .active .sec3_tt02 {
        width: 300px;
        top: 155px;
        left: 50px;
    }

    .wordArea {
        padding: 0 50px;
    }

    .active .wordArea {
        padding: 0 50px;
    }

    .godonate a {
        margin-bottom: 30px;
    }

    .godonate .btn2 {
        float: none;
    }

    .photoArea {
        display: table;
    }

    .news-row {
        width: 90%;
        margin: auto;
    }

    .news-rowBox {
        width: 50%;
        margin-bottom: 30px;
    }

    #news .container {
        position: relative;
    }

    .go_all {
        right: 50%;
        top: inherit;
        margin-right: -75px;
    }

    .active .go_all {
        right: 50%;
        top: inherit;
        margin-right: -75px;
        bottom: 0;
    }

    #news .mt-5 {
        padding-bottom: 80px;
    }

    .footer_left {
        width: 40%;
    }

    .footer_right {
        width: 60%;
    }

    .navbar-desctop::before {
        height: 70px;
    }

    .navbar-white.navbar-desctop::before {
        height: 0px;
    }
}

@media (max-width: 900px) {
    .textBox p {
        font-size: 18px;
    }

    .textBox p span {
        font-size: 40px;
        padding: 0 10px;
    }

    .report {
        width: 70%;
    }

    .active .report {
        width: 70%;
    }

    ul.footerBox {
        display: none;
    }

    .footer_left {
        width: 100%;
    }

    .footer_right {
        width: 100%;
    }

    .footerArea p {
        width: 100%;
    }

    .socialframe {
        margin: auto;
        width: auto;
    }

    .footer_right p {
        text-align: center;
        float: none;
        margin: 20px auto;
        padding-top: 15px;
    }

    .footer_left {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .bn_img01,
    .bn_img02 {
        left: 25%;
        width: 60%;
    }

    .active .bn_img01,
    .active .bn_img02 {
        left: 20%;
        width: 60%;
    }

    .active .bn_img02 {
        bottom: 125px;
    }

    .active .bn_img04 {
        width: 600px;
    }

    .textArea p {
        line-height: 1.5;
    }

    .fish01 {
        top: 60%;
        left: 10px;
    }

    active .fish01 {
        top: 60%;
        left: 30px;
    }

    .sec2_tt {
        width: 35%;
    }

    .active .sec2_tt {
        width: 40%;
    }

    .news-row {
        width: 100%;
        margin: auto;
    }

    .news-row .mt-3 {
        font-size: 16px;
        height: 62px;
    }

    .news-row p.mt-4 {
        font-size: 14px;
    }

    .v_slogan_01 {
        left: 30px !important;
    }

    .active .v_slogan_01 {
        left: 30px !important;
    }

    .v_slogan_02 {
        left: 80px !important;
    }

    .active .v_slogan_02 {
        left: 80px !important;
    }

    .report {
        width: 75%;
    }

    .active .report {
        width: 75%;
    }

    .see_more {
        font-size: 13px !important;
        width: 75px !important;
    }

    /*
    #news .container {
        width: 90%;
    }
    #news .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }
    .news-row .mt-3 {
        margin-bottom: 0;
        height: 47px;
        margin-top: 0 !important;
    }
    .news-row .col-lg-3 {
        margin-bottom: 30px;
    }
*/
}

@media (max-width: 650px) {
    .photoBox {
        width: 100%;
    }

    .sec5_01 {
        height: 300px;
    }

    .active .sec5_01 {
        height: 300px;
    }

    .report {
        width: 90%;
        border-left: none;
        margin: auto;
        position: relative;
        margin-bottom: 50px;
        top: inherit;
    }

    .active .report {
        width: 90%;
        border-left: none;
        margin: auto;
        position: relative;
        margin-bottom: 50px;
        top: inherit;
    }

    .sec5_tt {
        margin-left: inherit;
        float: right;
        margin-right: 40px;
        margin-top: -145px;
    }

    .v_slogan_01 p,
    .v_slogan_02 p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .sec4_tt {
        width: 240px;
        float: inherit;
    }

    .active .sec4_tt {
        width: 240px;
        float: inherit;
    }

    #news .ttbox .section_tt {
        float: inherit;
        padding: 5px 0;
    }

    .news-rowBox {
        padding-left: 5px;
        padding-right: 5px;
    }
}



@media (max-width: 500px) {}


@media (max-width: 450px) {
    .sec2_tt {
        width: 45%;
    }

    .active .sec2_tt {
        width: 50%;
    }

    .fish01 {
        top: 83%;
        left: 30px;
    }

    .active .fish01 {
        top: 83%;
        left: 50px;
    }

    .textArea p {
        font-size: 15px;
    }

    .godonate {
        margin-top: 30px;
        display: table;
        margin: 30px auto;
    }

    .active .v_slogan {
        display: none;
    }
}

@media (max-width: 400px) {
    .mobile_show {
        display: block;
    }

    .pc_none {
        display: none;
    }

    .news-row h4,
    .news-row p.mt-4 {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    .footer_con {
        width: 80%;
        max-width: 1920px;
    }

    ul.rightmenu {
        width: 52%;
    }
}
