@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;
    overflow:hidden;
}
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: 38%;
    margin: 0 2%;
}
.col_right{
    width: 54%;
    margin: 0 2%;
}
/*--- 首頁 ---*/
/*Slide Show*/
.home_left{
    width: 40%;
    padding: 5% 3%;
}
.slideshow {
  margin: 20px auto;
  position: relative;
  width: 280px;
  height: 280px;
  padding: 0px;
}
.slideshow:before{
    content: '';
    position: absolute;
    top: -49%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url(images/sun.png);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: 70s linear 0s normal none infinite rotate;
	-webkit-animation:70s linear 0s normal none infinite rotate;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2))
}

@-webkit-keyframes rotate{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
	}
@-moz-keyframes rotate{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(360deg)}
	}
@-ms-keyframes rotate{
	from{-ms-transform:rotate(0deg)}
	to{-ms-transform:rotate(360deg)}
	}
@-o-keyframes rotate{
	from{-o-transform:rotate(0deg)}
	to{-o-transform:rotate(360deg)}
	}

.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: 4%;
    
}
.home_right .content{

    margin: 0 20% 0 0;
    padding: 70px 40px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.home_right .content:before{
    content: '';
    position: absolute;
    top: -30px;
    left: -50px;
    width: 220px;
    height: 340px;
    background-image: url(images/balloon_blue.gif);
    background-repeat: no-repeat;
    background-size: 80%;
    
    z-index: 2;
    /*max-height: 35vh;*/
    max-width: 15vw;
}
.home_right .content:after{
    content: '';
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 200px;
    height: 550px;
    background-image: url(images/balloon_red.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;;
    z-index: 0;
    max-width: 15vw;
}
.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_001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.work_page:before{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    background-image: url(#);
    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: 40%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 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: 220px;
    width: 12%;
    height: 170px;
    right: 0;
    bottom: 0;
    background-image: url(images/back_home.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
}
.back_home:hover{
    background-image: url(images/back_home2.png);
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
}
/*left*/
.left_title{
    padding:70px 10px 0  90px;
}
.grade_btn{
    display: inline-block;
    position: relative;
    height: 210px;;
    /*float: left;*/
    background-image: url(images/btn_001.png);
    background-repeat: no-repeat;
    background-size: 95%;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    margin: -50px 0 0;
    max-width: 30%;
}
.grade_btn:hover{
    background-image: url(images/btn_002.png);
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2))
}
.grade_btn.active{
    background-image: url(images/btn_003.png);
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2))
}
.grade_btn.active:hover{
	background-image: url(images/btn_004.png);
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2))
}
.grade_btn img{
    margin-top: 43%;
    margin-left: -10%
}
/*right*/
.right_title{
    padding: 0 13% 0 5%;
    margin-top: -5%;
}
.list{
    width: 100%;
    background-image: url(images/bg_002.png);
    background-repeat: no-repeat;
    background-position: left top; 
    background-size: 100% 110%;
    height: 100vh;
    padding: 1px 0;
    margin: -30px -50px;

}
.list table{
    width: 80%;
    margin: 3% 13% 5% 7%;
}
.list th,.list td {
    text-align: center;
}
.list th{
    height: 3em
}
.list td,.list td a{
    font-size: 19px;
    line-height: 1.1em;
    z-index: 3;
}
.list td{
    padding: 0.5em;
    border-bottom: 1px dotted #a58b7f;
}
.list td a{
    padding: 0 0.05em;
    border-radius: 0.2em;
    color: #00338d;
    display: inline-block;
    position: relative;
}
.list td a:hover{
    background-color: rgb(181, 222, 244);
    color: #00338d;
}
.list td a:hover:before{
    content: '';
    width: 2em;
    height: 2em;
    background-image: url(#);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.5em;
    right: -2.5em;
}
.cursor-dot {
  background-image: url(images/cursor.png);
  background-repeat: no-repeat;
  margin: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
  transition: all 0.2s ease;
  z-index: 3;
}
/*SAKURA*/
section .inner div {
    opacity: 0;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-animation-name: Drop;
    animation-name: Drop;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#sakura{
    margin-top: 35%;
}
#sakura .inner div {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/sakura.png") no-repeat;
}

#sakura .inner div.flake2,
#sakura .inner div.flake4,
#sakura .inner div.flake6,
#sakura .inner div.flake8 {
    background-size: 10px 12px !important;
}

.flake1 {
    left: 15%;
    top:70%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

.flake2 {
    left: 30%;
    top:75%;
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.flake3 {
    left: 40%;
    -webkit-animation-duration: 2.9s;
    animation-duration: 2.9s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.flake4 {
    left: 50%;
    top:75%;
    -webkit-animation-duration: .4s;
    animation-duration: 2.4s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.flake5 {
    left: 60%;
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.flake6 {
    left: 70%;
    top:75%;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.flake7 {
    left: 80%;
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.flake8 {
    left: 90%;
    top:75%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.3;
    }
}

@keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.3;
    }
}
/*====== //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){

}
/*width*/
@media(min-width: 1921px){
    .slideshow{
        width: 350px;
        height: 350px;
    }
}
@media(max-width: 1600px){
    .slideshow{
        width: 200px;
        height: 200px;
    }
}
@media(max-width: 1024px){
    .slideshow{
        width: 160px;
        height: 160px;
    }
}
@media(max-width: 767px){
    .slideshow{
        width: 100px;
        height: 100px;
    }
}
/*====== //responsive ======*/

