@charset "utf-8";

/* ====== Reset ====== */

body {
    font-family: "Microsoft Jhenghei", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 23px;
    letter-spacing: 0.02em;
    margin:0;
}
a {
    color: #4d4d4d;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
button{
    background: unset;
    border: 1px solid rgba(17, 122, 213, 0.1);
    border-radius: 2px;
    padding: 8px;
}
button:hover,
button:active,
button:focus{
    outline: unset;
}
button:hover{
    background-color: rgba(17, 122, 213, 0.1);
}
img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
video {
    background-size: mask;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}
input,
textarea,
select {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    max-width: 100%;
    resize: none;
}
input[type="submit"] {
    width: auto
}
input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus,
textarea:focus {
    border: 1px solid #989898;
}
input[type="submit"]:focus {
    border: none !important
}
select::-ms-expand {
    display: none;
}
iframe {
    border: 0;
}
.sound iframe {
    width: 100%
}
ul {
    list-style: none outside none;
}
ul,
ol,
dl {
    list-style-position: outside;
}
a,a *,a:before {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
}
::selection {
    color: #000;
    background: #dcdcdc;
}
::-moz-selection {
    color: #000;
    background: #dcdcdc;
}
::-webkit-input-placeholder {
    color: #999;
    text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
::-moz-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
.animated {
    -moz-transition-duration: 0s !important;
}

.transition1s{
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
}
.transition0s{
    transition-timing-function: unset;
    -moz-transition-timing-function: unset;
    -webkit-transition-timing-function: unset;
    -o-transition-timing-function: unset;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
/* only ie7, ie9, ie10, ie11 */

@media screen\0 {
    input {
        /* ie7, ie9, ie10, ie11+ only */
        padding-bottom: 19px;
    }
}

/* Remove inner shadow from inputs on mobile iOS */


/* ====== //Reset ====== */


/* ====== Typography ====== */


/* heading */

h1,
h2,
h3,
h4,
h5 {
    text-transform: unset;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1.5em;
}
h1 {
    font-size: 30px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
    font-weight: 700;
}
h3 {
    font-size: 20px;
    letter-spacing: inherit;
    font-weight: 700;
}
h4 {
    letter-spacing: inherit;
    font-weight: 700;
    text-transform: none;
    font-size: 18px;
}
/*字體大小<p*/
h5 {
    letter-spacing: inherit;
    font-weight: 400;
    font-size: 14px;
}
h6 {
    font-size: 13px;
    font-weight: 400;
}
li{
    font-size: 16px;
}
code, kbd, pre, samp{
    font-family: inherit;
    font-size: 16px;
}
/* font family */
.main-font {
    font-family: "Microsoft Jhenghei", sans-serif !important;
}

/* text color */
.blue {
    color: #117ad5;
}
.white {
    color: #fff;
}
/* letter spacing */

.no-letter-spacing {
    letter-spacing: 0px !important
}
.letter-spacing-1 {
    letter-spacing: 1px !important
}
.letter-spacing-2 {
    letter-spacing: 2px !important
}
.letter-spacing-3 {
    letter-spacing: 3px !important
}
.letter-spacing-4 {
    letter-spacing: 4px !important
}
.letter-spacing-5 {
    letter-spacing: 5px !important
}
.letter-spacing-6 {
    letter-spacing: 6px !important
}
.letter-spacing-7 {
    letter-spacing: 7px !important
}
.letter-spacing-8 {
    letter-spacing: 8px !important
}
.letter-spacing-9 {
    letter-spacing: 9px !important
}
.letter-spacing-10 {
    letter-spacing: 10px !important
}

/* ====== //Typography ====== */


/* ====== H-Custom ====== */

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}
/* margin */

.m-bottom5 {
    margin-bottom: 5px !important;
}
.m-bottom10 {
    margin-bottom: 10px !important;
}
.m-bottom15 {
    margin-bottom: 15px !important;
}
.m-bottom20 {
    margin-bottom: 20px !important;
}
.m-bottom30 {
    margin-bottom: 30px !important;
}
.m-bottom40 {
    margin-bottom: 40px !important;
}
.m-bottom50 {
    margin-bottom: 50px !important;
}
.m-bottom60 {
    margin-bottom: 60px !important;
}
.m-bottom70 {
    margin-bottom: 70px !important;
}
.m-bottom80 {
    margin-bottom: 80px !important;
}
.m-bottom90 {
    margin-bottom: 90px !important;
}
.m-bottom100 {
    margin-bottom: 100px !important;
}
.m-bottom110 {
    margin-bottom: 110px !important;
}
.m-bottom120 {
    margin-bottom: 120px !important;
}
.m-bottom150 {
    margin-bottom: 150px !important;
}
.m-bottom180 {
    margin-bottom: 180px !important;
}
.m-bottom200 {
    margin-bottom: 200px !important;
}
.m-top5 {
    margin-top: 5px !important;
}
.m-top10 {
    margin-top: 10px !important;
}
.m-top15 {
    margin-top: 15px !important;
}
.m-top20 {
    margin-top: 20px !important;
}
/* padding */

.padding-left-right-px {
    padding: 0 15px;
}
.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.no-padding-section {
    padding: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.no-padding-top {
    padding-top: 0 !important
}
.no-padding {
    padding: 0 !important
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important
}
.no-padding-tb {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.section-padding-inner {
    padding: 140px 0
}

.padding-lr8 {
    padding-left: 8px;
    padding-right: 8px;
}
.padding-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
/* float */

.f-left {
    float: left !important
}
.f-right {
    float: right !important
}
.no-float {
    float: none !important;
}

/* col */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    padding: 0;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
/* ====== //Custom ====== */

/* ====== Custom Style ====== */

a,
p {
    font-size: 16px;
    color: #666;
}
.underline:hover, .underline:active{
    text-decoration: underline;
}
/* ====== //Custom Style ====== */

/*====== Style ======*/

.col_left,
.col_right,
.home_left,
.home_right{
    float: left;
    position: relative;
    min-height: 1px;
    text-align: center;
}
.col_left{
    width: 45%;
    margin: 4% 2% 0;
}
.col_right{
    width: 45%;
    margin: 0 2%;
}

/*--- 首頁 ---*/
/*Slide Show*/
.home_left{
    width: 50%;
    padding-top: 4%;
}
.slideshow {
    margin: 35px auto 0;
    position: relative;
    width: 600px;
    height: 600px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 5px 5px 15px #bc6b00;
}
/*.slideshow:before{
    content: '';
    position: absolute;
    top: -10.25%;
    left: -7.25%;
    width: 117.5%;
    height: 117.5%;
    background-image: url(images/icon_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}*/
.slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.slideshow img{
    width: 100%;
}
/*right*/
.home_right{
    width: 50%;
    padding-top: 10%;
}
.home_right .content{
    /*background: rgba(255,255,255,0.5);*/
    margin: 0 20% 0 0;
    padding: 40px 40px;
    /*border-radius: 20px;*/
    /*box-shadow: 0 2px 3px rgba(0,0,0,0.15);*/
    position: relative;
    z-index: 1;
}
.home_right .content:before{
    /*content: '';*/
    position: absolute;
    top: -75px;
    left: 50px;
    width: 319px;
    height: 112px;
    background-image: url(images/cont_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    /*max-height: 35vh;*/
    max-width: 15vw;
}
.home_right .content:after{
    /*content: '';*/
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 350px;
    background-image: url(images/icon_004.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;;
    z-index: 0;
    max-width: 15vw;
}
.home_right .content .move_img1{
    animation: shake 10000ms alternate infinite ease-in;
}
.home_right .content .button{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}
.home_right .content .button .grade_btn{
    max-width: 210px;
    width: 29%;
    display: inline-block;
    float: unset;
}
/*--- 得獎作品頁 ---*/
.work_page{
    background-image: url(images/bg_004.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.work_page:before{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    /*background-image: url(images/bg_003.gif);*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*background-position: right bottom;*/
    left: 0;
    bottom: 0;
}
/*logo*/
.logo{
    height: 10%;
    padding: 15px 0 0 15px;
    position: relative;
}
.logo img{
    height: 5vh;
    min-height: 60px;
}
/*best view*/
.best_view{
    position: absolute;
    width: 55%;
    bottom: 0;
    left: 50%;
    transform:  translateX(-50%);
    color: #fff;
    padding: 20px;
}
.best_view p{
    margin: 0;
}
.best_view a{
    color: #049;    
}
.best_view a:hover{
    text-decoration: underline;
}
/*back home*/
.back_home{
    display: block;
    position: absolute;
    max-width: 200px;
    width: 12%;
    height: 100px;
    left: 0;
    top: 11%;
    background-image: url(images/back_home_001.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
.back_home:hover{
    background-image: url(images/back_home_002.png);
}
/*left*/
.left_title{
    padding:70px 10px 0  90px;
}
.grade_btn{
    display: inline-block;
    position: relative;
    /*float: left;*/
    background-image: url(images/btn_bg_001.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 40px 1.5% 0;
    max-width: 29%;
    background-position: center bottom;
}
.grade_btn:hover{
    background-image: url(images/btn_bg_002.png);
}
.grade_btn.active{
    background-image: url(images/btn_bg_002.png);
}
.grade_btn.active:hover{
	
}
.grade_btn:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 90px;
    width: 90px;
    top: -120px;
    left: calc(50% - 70px);
    top: calc(50% - 75px);
    left: -27%;
}
/*owl*/
.btn_balloonB:before{
    background-image: url(images/btn_balloonB.png);
    background-image: url(images/btn_balloonB.png);
}
.btn_balloonB:hover:before,
.btn_balloonB.active:before{
    animation: float 8000ms alternate infinite ease-in;
}
/*hedgehog*/
.btn_balloonG:before{
    background-image: url(images/btn_balloonG.png);
}
.btn_balloonG:hover:before,
.btn_balloonG.active:before{
    animation: float 8000ms alternate infinite ease-in;
}
/*fox*/
.btn_balloonR:before{
    background-image: url(images/btn_balloonR.png);
}
.btn_balloonR:hover:before,
.btn_balloonR.active:before{
    animation: float 8000ms alternate infinite ease-in;
}
/*right*/
.right_title{
    padding: 0 13% 0 5%;
}
.list{
    width: 100%;
    /*background-image: url(images/bg_002.png);*/
    background-repeat: no-repeat;
    background-position: left top; 
    background-size: 100%;
    height: 100vh;
    padding: 1px 0;
    margin-top: -10px;
}
.list table{
    width: 80%;
    margin: 3% 13% 5% 7%;
}
.list th,.list td {
    text-align: center;
}
.list th{
    height: 3em;
    border-top: 3px solid #9c98a6;
    border-bottom: 3px solid #9c98a6;
}
.list td,.list td a{
    font-size: 19px;
    line-height: 1.1em;
}
.list td{
    padding: 0.5em;
    border-bottom: 1px dotted #a58b7f;
}
.list td a{
    padding: 0 0.05em;
    border-radius: 0.2em;
    color: #e0961e;
    display: inline-block;
    position: relative;
}
.list td a:hover{
    /*background-color: rgb(236, 192, 121);*/
    /*background-color:rgb(178, 235, 249);*/
    background-color: #ff83b6;
    color: white;
}
.list td a:hover:before{
    content: '';
    width: 2em;
    height: 2em;
    background-image: url(images/icon_001.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.5em;
    right: -2.5em;
}
.scroll_table {
    overflow-y: scroll;
    height:  65vh;
}
/*====== //Style ======*/

/*====== responsive ======*/
/*height*/
@media(max-height: 1000px){
    /*表格*/
    .list td,.list td a{
        font-size: 16px;
    }
}
@media(max-height: 940px){
    .list td,.list td a{
        font-size: 13px;
    }
}
@media(max-height: 800px){
    .list td,.list td a{
        font-size: 11px;
    }
}
@media(max-height: 735px){
    .back_home{
        top: 110px;
    }
}
/*width*/
@media(min-width: 1921px){
    .slideshow{
        width: 500px;
        height: 500px;
    }
}
@media(max-width: 1600px){
    .slideshow{
        width: 380px;
        height: 380px;
    }
}
@media(max-width: 1024px){
    .slideshow{
        width: 260px;
        height: 260px;
    }
}
@media(max-width: 767px){
    .slideshow{
        width: 200px;
        height: 200px;
    }
}
/*====== //responsive ======*/


/*====== animation ======*/
@keyframes scale {
  0%{
    transform:scale(1); 
  }
  50%{
    transform:scale(1.2);
  }
  100%{
    transform:scale(1);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/*====== //animation ======*/
