/* -- 外部字型
--------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/* -- Universal Setting
--------------------------------------------------*/
html {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

body {
	display: block;
	position: relative;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans TC", Arial, "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU, sans-serif;
    font-size: 16px;
    background-color: #18abcc;
}       

header,
section,
footer {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6,
p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

pre {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    border: none;
    background: none;
    overflow: initial !important;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

m{
    display: none;
}

/* -- Common Usage
--------------------------------------------------*/
.uppercase {
    text-transform: uppercase !important;
}

.loading{
    width: 80%;
    margin: auto;
    display: block;
    max-width: 170px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.hide {
	display: none !important;
}

.clear {
	clear: both !important;
}

.line-through {
    text-decoration: line-through !important;
}

.underline {
    text-decoration: underline !important;
}

div.no-content-div-15px {
	margin: 0 !important;
	padding-bottom: 15px !important;
}

div.no-content-div-30px {
	margin: 0 !important;
	padding-bottom: 30px !important;
}

div.no-content-div-45px {
	margin: 0 !important;
	padding-bottom: 45px !important;
}

div.no-content-div-60px {
	margin: 0 !important;
	padding-bottom: 60px !important;
}

input{
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    padding: 3px;

    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    -moz-outline:none !important;
    -webkit-outline:none !important;
    outline:none !important;


}
textarea{
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    padding: 3px;

    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    -moz-outline:none !important;
    -webkit-outline:none !important;
    outline:none !important;


}

.notearea{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
}
.notearea img.content{
    display: block;
    margin-top: 100px;
    width: 660px;
    z-index: 100;
    position: absolute;
    left: calc(50% - 330px);
}
.notearea .cancelbtn{
    width: 50px;
    right: 10px;
    position: absolute;
    top: 116px;
    box-shadow: 0px 0px 14px #cdcdcd;
    border-radius: 100px;
    background-color: #8989895c;
    cursor: pointer;

    right: calc(50% - 374px);
    position: absolute;
    top: 51px;
}
.notearea .cancel{
    background-color: #ffffff9c;
    width:100%;
    height:100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    cursor: pointer;


}

.special-btn{
    position: absolute;
    width: 240px;
    bottom: 75px;
    left: 35px;
    z-index: 10;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.special-btn:hover{

	transform: scale(1.1, 1.1);

}


/* -- Transitions
--------------------------------------------------*/
.transition-effect,
.transition-effect:hover {
    color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* -- Color & Font
--------------------------------------------------*/
.font-meta { font-size: 5em; }
.font-h1 { font-size: 3.5em; }
.font-h2 { font-size: 3em; }
.font-h3 { font-size: 2.5em; }
.font-h4 { font-size: 1.75em; }
.font-h5 { font-size: 1.25em; }
.font-h6 { font-size: 1em; }

.font-p-lg { font-size: 1.125em; }
.font-p-md { font-size: 1em; }
.font-p-sm { font-size: 0.875em; }

.color-font-main {
    color: #218dbe;
}

.color-bg-main {
    background-color: #218dbe;
}

.color-border-main {
    border-color: #218dbe;
}

.color-font-white {
    color: #fff;
}

.color-bg-white {
    background-color: #fff;
}

.color-border-white {
    border-color: #fff;
}

.color-font-black {
    color: #000;
}

.color-bg-black {
    background-color: #000;
}

.color-border-black {
    border-color: #000;
}

.color-font-orange {
    color: #f39800;
}

.color-bg-orange {
    background-color: #f39800;
}

.color-border-orange {
    border-color: #f39800;
}
.color-font-dark-orange {
    color: #f17721;
}

.color-bg-dark-orange {
    background-color: #f17721;
}

.color-border-dark-orange {
    border-color: #f17721;
}

.color-font-pink {
    color: #e61673;
}

.color-bg-pink {
    background-color: #e61673;
}

.color-border-pink {
    border-color: #e61673;
}

.color-font-purple {
    color: #61499b;
}

.color-bg-purple {
    background-color: #61499b;
}

.color-border-purple {
    border-color: #61499b;
}

.color-font-red {
    color: #a81f24;
}

.color-bg-red {
    background-color: #a81f24;
}

.color-border-red {
    border-color: #a81f24;
}

.color-font-dark-green {
    color: #086b37;
}

.color-bg-dark-green {
    background-color: #086b37;
}

.color-border-dark-green {
    border-color: #086b37;
}

.color-font-green {
    color: #8fc31f;
}

.color-bg-green {
    background-color: #8fc31f;
}

.color-border-green {
    border-color: #8fc31f;
}

.color-font-light-green {
    color: #e6f1c7;
}

.color-bg-light-green {
    background-color: #e6f1c7;
}

.color-border-light-green {
    border-color: #e6f1c7;
}

.color-font-dark-blue {
    color: #004588;
}

.color-bg-dark-blue {
    background-color: #004588;
}

.color-border-dark-blue {
    border-color: #004588;
}

.color-font-blue {
    color: #036eb8;
}

.color-bg-blue {
    background-color: #036eb8;
}

.color-border-blue {
    border-color: #036eb8;
}

.color-font-light-blue {
    color: #00a0e9;
}

.color-bg-light-blue {
    background-color: #00a0e9;
}

.color-border-light-blue {
    border-color: #00a0e9;
}

.color-font-yellow {
    color: #ffd800;
}

.color-bg-yellow {
    background-color: #ffd800;
}

.color-border-yellow {
    border-color: #ffd800;
}

.color-font-indigo {
    color: #2e318f;
}

.color-bg-indigo {
    background-color: #2e318f;
}

.color-border-indigo {
    border-color: #2e318f;
}


a.color-font-main,
a.color-font-main:link,
a.color-font-main:visited,
a.color-font-main:active,
a.color-font-main:focus {
    color: #218dbe;
}

body.hasHover a.color-font-main:hover {
    color: #004588;
}

a.color-font-important,
a.color-font-important:link,
a.color-font-important:visited,
a.color-font-important:active,
a.color-font-important:focus {
    color: #eae695;
    overflow-wrap: break-word;
}

body.hasHover a.color-font-important:hover {
    color: #f4f1bc;
    opacity: 0.8;
}


/* -- Customized Style
--------------------------------------------------*/
html._locked {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

#fixedBgWithSideScroll.fp-bg-container {
    overflow-x: hidden;
    overflow-y: auto;
}

#fixedBgWithSideScroll.fp-bg-container .h-100 {
    height: auto !important;
}

#departureSliderContainer {
    background-color: #fff;
}

#activityPenguin {
    float: right;
    width: auto;
    height: 42vh;
}

#worksAll {
    margin-top: 8vh;
    margin-bottom: 5vh;
}

#worksAll .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 1em * 3) / 4 - 0.01px);
    width: -moz-calc((100% - 1em * 3) / 4 - 0.01px);
    width: calc((100% - 1em * 3) / 4 - 0.01px);
    margin-left: auto;
    margin-right: auto;
}

#worksAll .styled-card-container > .styled-card ~ .styled-card {
    margin-top: 1em;
    margin-left: 1em;
}

#worksAll .styled-card-container > .styled-card:nth-child(4n + 1) {
    margin-left: auto;
    clear: both;
}

#worksAll .styled-card-container > .styled-card:nth-child(2),
#worksAll .styled-card-container > .styled-card:nth-child(3),
#worksAll .styled-card-container > .styled-card:nth-child(4) {
    margin-top: 0;
}

#workShareDetail {
    width: 40em;
    max-width: 100%;
    margin: 2.5vh auto 0;
}

#winnerAll .styled-list-item {
    font-weight: 600;
}

#winnerAll .styled-heading-with-dot {
    font-size: 1.5em;
}

#winnerAll .tab-content-title {
    font-size: 1.25em;
}

#galleryAll .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 1em * 3) / 4 - 0.01px);
    width: -moz-calc((100% - 1em * 3) / 4 - 0.01px);
    width: calc((100% - 1em * 3) / 4 - 0.01px);
    margin-left: auto;
    margin-right: auto;
}

#galleryAll .styled-card-container > .styled-card ~ .styled-card {
    margin-top: 1em;
    margin-left: 1em;
}

#galleryAll .styled-card-container > .styled-card:nth-child(4n + 1) {
    margin-left: auto;
    clear: both;
}

#galleryAll .styled-card-container > .styled-card:nth-child(2),
#galleryAll .styled-card-container > .styled-card:nth-child(3),
#galleryAll .styled-card-container > .styled-card:nth-child(4) {
    margin-top: 0;
}

#highlightAll .styled-card-container > .styled-card {
    float: left;
    width: -webkit-calc((100% - 1em * 3) / 4 - 0.01px);
    width: -moz-calc((100% - 1em * 3) / 4 - 0.01px);
    width: calc((100% - 1em * 3) / 4 - 0.01px);
    margin-left: auto;
    margin-right: auto;
}

body.hasHover #highlightAll .styled-card-container > .styled-card:hover {
    opacity: 0.8;
}

#highlightAll .styled-card-container > .styled-card ~ .styled-card {
    margin-top: 1em;
    margin-left: 1em;
}

#highlightAll .styled-card-container > .styled-card:nth-child(4n + 1) {
    margin-left: auto;
    clear: both;
}

#highlightAll .styled-card-container > .styled-card:nth-child(2),
#highlightAll .styled-card-container > .styled-card:nth-child(3),
#highlightAll .styled-card-container > .styled-card:nth-child(4) {
    margin-top: 0;
}

#highlightAll .styled-card-container > .styled-card .card-intro {
    display: none;
}

#worksReviewAll .styled-card-container {
    text-align: center;
}

#worksReviewAll .styled-card-container > .styled-card {
    display: inline-block;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

#worksReviewAll .styled-card-container > .styled-card ~ .styled-card {
    margin-top: 2.5em;
    margin-left: 0.75em;
}

#worksReviewAll .styled-card-container > .styled-card:nth-child(4n + 1) {
    margin-left: auto;
    clear: both;
}

#worksReviewAll .styled-card-container > .styled-card:nth-child(2),
#worksReviewAll .styled-card-container > .styled-card:nth-child(3),
#worksReviewAll .styled-card-container > .styled-card:nth-child(4) {
    margin-top: 0;
}

#worksUploadBtnWrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5em;
    margin: auto;
    text-align: center;
}

#schoolPostcode .select-wrapper {
    float: left;
    width: 50%;
}

#schoolPostcode .select-wrapper ~ .select-wrapper {
    padding-left: 1em;
}

#worksUploadContainer .form-file-upload-btn {
    width: 8em;
    height: 2em;
    margin: auto;
    padding: 0;
}

#worksUploadContainer._active #worksUploadBtnWrapper {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(35,24,21,0.8);
}

#worksUploadContainer._active #worksUploadBtnWrapper .form-file-upload-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body.hasHover #worksUploadContainer._active:hover #worksUploadBtnWrapper {
    display: block;
}

#inputWrapperSchoolName {
    width: -webkit-calc((100% - 7.5em) * 0.5 - 10em);
    width: -moz-calc((100% - 7.5em) * 0.5 - 10em);
    width: calc((100% - 7.5em) * 0.5 - 10em);
}

#inputWrapperSchoolType {
    width: 10em;
}

#goToVotePage {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    font-size: 2em;
    background-color: rgba(35,24,21,0.8);
    overflow: hidden;
    z-index: 99999999;
}

#goToVotePage a {
    display: inline-block;
    font-size: 0.75em;
    padding: 0.25em 2.25em;
    color: inherit;
    background-color: #00a0e9;
    vertical-align: bottom;
}

body.hasHover #goToVotePage a:hover {
    opacity: 0.8;
}

#worksBackBtn {
    font-size: 0.5em;
    line-height: 2;
    padding-top: 0;
    padding-bottom: 0;
}

#worksFilterNav {
    float: left;
    font-size: 0.5em;
    margin-left: 1.5em;
}

#worksFilterLabel {
    font-size: 1em;
    line-height: 1.75;
    text-align: center;
}

#worksFilterLabel > * {
    display: inline-block;
    vertical-align: middle;
}

#worksFilterLabel #worksFilterLabelYear {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1;
}

#worksFilterLabel hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    border-top: 2px solid #2e318f;
}

#worksFilter {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#worksFilter .styled-btn-container ~ .styled-btn-container {
    margin-top: 1em;
    padding-top: 1em;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#worksFilter .styled-btn-container .styled-btn {
    float: left;
    margin-right: 1em;
    font-size: 24px;
}

#worksFilter .styled-btn-container .styled-btn:first-child {
    margin-right: 1.5em;
}

#worksFilter .styled-btn-container .styled-btn:last-child {
    margin-right: 0;
}

#worksFilterDetail {
    z-index: 88887;
}

#reviewPageContent {
    max-height: -webkit-calc(100% - 2em - 5vh - (1.75em + 2.5vh));
    max-height: -moz-calc(100% - 2em - 5vh - (1.75em + 2.5vh));
    max-height: calc(100% - 2em - 5vh - (1.75em + 2.5vh));
}

#homeVideoPlayBtn {
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9;
}

#homeVideoPlayBtn > img {
    display: block;
    width: auto;
    height: 7em;
    margin: 0 auto;
}

#homeVideoContainer {
    background-color: #000;
    z-index: 9;
}

#homeBg_pc,
#homeBg_m {
    width: 100%;
    height: 100%;
    position: relative;
}

#homeBg_pc {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index/main0_pc.png?2);
    background-size: auto 108%;
    background-position: center bottom -4vw;
    background-repeat: no-repeat;
    max-width: 100%;
    z-index: 20;


    animation: floatup 3s ease-out;
        -webkit-animation: floatup 3s ease-out;

}


.home_bg .others {
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
   
    animation: othersIn 5s ease-out;
    -webkit-animation: othersIn 5s ease-out;

}


@keyframes othersIn {

  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}

#homeBg01_pc {
    width: 100%;
    background-image: url(../images/index/main01_pc.png?2);
    background-size: 82%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 18;
    height: 100%;
}
#homeBg02_pc {
    width: 100%;
    background-image: url(../images/index/main02_pc.png?2);
    background-size: 82%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 17;
    height: 100%;
}
#homeBg03_pc {
    width: 100%;
    background-image: url(../images/index/main03_pc.png?2);
    background-size: 74%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;

}

#homeBg_m {
    width: 100vw;
    min-height: calc(100vh - 89px);
    height: 152vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index/main0_m.png?2);
    background-size: 100% auto;
    background-position: center bottom 20%;
    background-repeat: no-repeat;
    max-width: 100%;
    z-index: 22;
    overflow: hidden;

    animation: floatup 3s ease-out;
        -webkit-animation: floatup 3s ease-out;

}
#homeBg01_m{
    width: 100%;
    background-image: url(../images/index/main1_m.png?2);
        background-size: 95% auto;
    background-position: center bottom 15%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 18;
    height: 100%;
}

@keyframes floatup {

  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  50% {
    transform: translateY(90px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }

}



/* 第一個元素：正常漂浮 */
.floating1 {
  animation: floating 3s ease-in-out infinite;
}

/* 第二個元素：速度不同（更慢或更快） */
.floating2 {
  animation: floating2 4.5s ease-in-out infinite;
}
/* 第二個元素：速度不同（更慢或更快） */
.floating3 {
  animation: floating3 3s ease-in-out infinite;
}

/* 第一個動畫 */
@keyframes floating {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* 第二個動畫（稍慢，幅度可不同） */
@keyframes floating2 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
/* 第二個動畫（稍慢，幅度可不同） */
@keyframes floating3 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}





.clouds{
    position: absolute;
  height: 100%;
  top: -6%;
  left: 0;
  right: 0;
  margin: auto;

    transform: scale(1, 1);
    transform-origin: center center; /* 關鍵：以中心為放大基準 */
    opacity: 0;

     animation: cloudfloat 30s infinite;
    -webkit-animation: cloudfloat 30s infinite;
}

@keyframes cloudfloat {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }
    10% {
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        transform: scale(1.3, 1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

.clouds_m{
    position: absolute;
    width: 100%;
    top: 15%;

     animation: cloudmfloat 20s infinite;
    -webkit-animation: cloudmfloat 20s infinite;
}

@keyframes cloudmfloat {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }
    10% {
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        transform: scale(1.3, 1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}



.homeBg .homeBg-pencil {
    position: relative;
    width: auto;
    height: 86%;
    z-index: 2;
}

.homeBg .homeBg-pencil .homeBg-pencil-img {
    width: auto;
    height: 100%;
}

.homeBg .homeBg-lion {
    display: inline-block;
    position: absolute;
    width: auto;
    height: 65%;
    bottom: 2%;
    right: -10%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.homeBg .homeBg-lionLogo{
    display: inline-block;
    position: absolute;
    width: auto;
    height: 7%;
    bottom: 2%;
    right: 0;
    transform: translate(-50%, 0);
}

.homeBg .sloganTOverlay{
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 7%;
    background-color: #ececed;
    top: 0%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.homeBg .homeBg-sloganT{
    display: inline-block;
    position: absolute;
    width: auto;
    height: 7%;
    top: 0%;
    right: -15%;
    transform: translate(-50%, 0);
}

@keyframes sloganT {
    from{
        right: -21%;
    }
    to{
        right: -46%;
    }
}

.sloganTAnimated{
    animation: sloganT .5s;
}    

.homeBg .sloganBOverlay{
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 15%;
    background-color: #ececed;
    top: 7%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.homeBg .homeBg-sloganB{
    display: inline-block;
    position: absolute;
    width: auto;
    height: 15%;
    top: 7%;
    right: -25%;
    transform: translate(-50%, 0);
}

@keyframes sloganB {
    from{
        right: -35%;
    }
    to{
        right: -65%;
    }
}

.sloganBAnimated{
    animation: sloganB .5s;
}    

.homeBg .homeBg-pencil_m {
    width: 100%;
    height: 100%;
    position: relative;
}

.homeBg .homeBg-pencil_m-img {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 15%;
        padding-bottom: 140px;
}

.homeBg .homeBg-lion_m {
    width: 50%;
    bottom: 0;
    right: 5%;
    z-index: 2;
}

.homeBg .homeBg-lionLogo_m {
    width: 15%;
    bottom: 2%;
    right: 2%;
}

.homeBg .sloganTOverlay_m{
    display: inline-block;
    position: absolute;
    width: 36%;
    height: 5%;
    background-color: #ececed;
    bottom: 23%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.homeBg .homeBg-sloganT_m{
    display: inline-block;
    position: absolute;
    width: 35%;
    bottom: 23%;
    left: 44%;
    transform: translate(-50%, 0);
}

@keyframes sloganT_m {
    from{
        left: 44%;
    }
    to{
        left: 80%;
    }
}

.sloganTAnimated_m{
    animation: sloganT_m .5s;
}    

.bouncing{
     animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.homeBg .sloganBOverlay_m{
    display: inline-block;
    position: absolute;
    width: 46%;
    height: 10%;
    background-color: #ececed;
    bottom: 11%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.homeBg .homeBg-sloganB_m{
    display: inline-block;
    position: absolute;
    width: 45%;
    bottom: 11%;
    left: 56%;
    transform: translate(-50%, 0);
}

@keyframes sloganB_m {
    from{
        left: 56%;
    }
    to{
        left: 102%;
    }
}

.sloganBAnimated_m{
    animation: sloganB_m .5s;
}   

.home_bg{
       background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100%;
    background-position: center;
} 

#homeKV_pc {
    position: relative;
    height: 100%;
    overflow: hidden;

}

#homeKV_m {
    position: relative;
    height: 105%;
    overflow: hidden;

    height: auto;

   
}

.pdfButton img{
    width: 300px;
    position: absolute;
    top: 32px;
    right: -75px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.pdfButton img:hover{
        transform: scale(1.02);
        filter: brightness(1.1);
}

@media only screen and (orientation: portrait) {
    #homeVideoContainer_m {
        display: block;
    }
    
    #homeKV_pc,
    #homeBg_pc,
    #homeVideoContainer_pc {
        display: none;
    }
    
    .content-fp-portrait-img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .content-fp-landscape-img {
        display: none;
    }
    
    .portrait-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (orientation: landscape) {
    #homeKV_m,
    #homeBg_m,
    #homeAnimation_m,
    #homeSlogan_m,
    #homeVideoContainer_m {
        display: none;
    }
    
    #homeKV_pc,
    #homeVideoContainer_pc {
        display: block;
    }
    
    .content-fp-portrait-img {
        display: none;
    }
    
    .content-fp-landscape-img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
    
    .portrait-img {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }
}

#homeKV_pc > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
}

#homeKV_pc .img-home-top {
    top: 0;
}

#homeKV_pc .img-home-bottom {
    top: auto;
    bottom: 0;
    margin: 0 auto;
}

#homeKV_pc .img-home-heading {
    top: -5vh;
    bottom: 0;
    width: 45%;
    height: auto;
}

#homeKV_m > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#homeKV_m .img-home-heading {
    top: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
}

#homeKV_m .img-home-bottom {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 33.33%;
    margin: 0 auto;
}

@media only screen and (min-aspect-ratio: 16/12) {
    #homeKV_pc .img-home-heading {
        top: -5vh;
        width: 45%;
    }
}

@media only screen and (min-aspect-ratio: 16/10) {
    #homeKV_pc .img-home-heading {
        top: -5vh;
        width: 45%;
    }
}

@media only screen and (min-aspect-ratio: 16/9) {
    #homeKV_pc .img-home-heading {
        top: -5vh;
        width: 40%;
    }
}

@media only screen and (min-aspect-ratio: 16/7) {
    #homeKV_pc .img-home-heading {
        top: -5vh;
        width: 30%;
    }
}


/* -- Header
--------------------------------------------------*/
#siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    padding: 0 1em;
    text-align: center;
    background-color: #fff;
    /* border-bottom: 5px solid #218dbe; */
    z-index: 88888;
}

#siteBrand {
    width: auto;
    height: 55%;
    margin: 0 auto;
}

#siteNav {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6em;
    padding-right: 6em;
}

#siteIcon {
    width: auto;
    height: 90%;
    margin: 0 auto;
}

.site-brand {
    display: inline-block;
}

.site-brand .brand-name {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.site-brand .brand-img {
    width: auto;
    height: 100%;
    margin: auto 0;

}



.site-brand .brand-img > img {
    width: auto;
    height: 90%;
}


/* -- Nav
--------------------------------------------------*/
#siteNav.width-fixed {
    width: 59.27em;
}

ul.nav-main {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
}

ul.nav-main > li {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0 1em 2px;
}

ul.nav-main > li:last-child {
    padding-right: 2px;
}

ul.nav-main > li::before,
ul.nav-main > li:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 1.5em;
    margin: auto;
    background-color: #ccc;
}

ul.nav-main > li:last-child::after {
    left: auto;
    right: 0;
}

ul.nav-main > li > a {
    display: block;
    position: relative;
    padding: 0 1em;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5em;
    color: inherit;
}

body.hasHover ul.nav-main > li._active > a,
body.hasHover ul.nav-main > li > a:hover {
    color: #1aafd0;
}

ul.nav-main li.with-dropdown > a {
    cursor: default;
}

ul.nav-main li.with-dropdown > a::after {
    content: '';
    display: none;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    width: 0.75em;
    height: 0.75em;
    margin: auto;
    vertical-align: bottom;
    border-right: 1px solid #bbdfc8;
    border-top: 1px solid #bbdfc8;
    cursor: pointer;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

ul.nav-main li.with-dropdown > a._open::after {
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

ul.nav-main li.with-dropdown > a._open._disabled {
    pointer-events: none;
}

ul.nav-main li.with-dropdown > a._open._disabled::after {
    display: none;
}

ul.nav-dropdown {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 7em;
    max-width: 100%;
    max-height: 0;
    margin: auto;
    padding: 0 0.5em;
    list-style: none;
    text-align: center;
    vertical-align: bottom;
    background-color: #00a2de;
    overflow: hidden;
}

ul.nav-main li.with-dropdown > a._open + ul.nav-dropdown,
body.hasHover ul.nav-main > li:hover > ul.nav-dropdown {
    max-height: 200vh;
    -webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}

ul.nav-dropdown > li {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

ul.nav-dropdown > li ~ li {
    padding-top: 1px;
}

ul.nav-dropdown > li ~ li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
    background-color: #fff;
}

ul.nav-dropdown > li:first-child {
    margin-top: 0.5em;
}

ul.nav-dropdown > li:last-child {
    margin-bottom: 0.5em;
}

ul.nav-dropdown > li > a {
    display: block;
    position: relative;
    padding: 0.5em 0;
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: 0.0625em;
    white-space: nowrap;
    color: #fff;
}

body.hasHover ul.nav-dropdown > li > a:hover {
    color: #eee;
}

#navToggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
    margin: auto;
}

.styled-hamburger {
    display: inline-block;
    width: 30px;
    height: 22px;
    margin: auto;
    vertical-align: bottom;
    cursor: pointer;
}

.styled-hamburger .bar {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px auto;
    background-color: #5fc1cf;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.styled-hamburger._active .bar.top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

.styled-hamburger._active .bar.bottom {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
}

.styled-hamburger._active .bar.middle {
    width: 0;
}


/* -- Section
--------------------------------------------------*/
#siteBody {
    padding: 4em 0 30px 0;
    /*background-color: #ececed;*/
    height: 100%;
        overflow: hidden;
}

#siteBody .sectionBgL {
    position: absolute;
    bottom: 2.25em;
    left: 0;
    display: inline-block;
    width: 26vw;
    height: auto;
}

#siteBody .sectionBgR {
    position: absolute;
    top: 4em;
    right: 0;
    display: inline-block;
    width: 45vw;
    height: auto;
}

/* activities.html */
#siteBody .activitiesBg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 9vw;
    height: auto;
}

/* winner.html */
#siteBody .winnerBg {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#siteBody .winnerAnnounce{
    position: absolute;
    display: inline-block;
    top: 56%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#siteBody .body-video-container {
    position: absolute;
    top: -webkit-calc(3.6875em + 5px);
    top: -moz-calc(3.6875em + 5px);
    top: calc(3.6875em + 5px);
    bottom: 32px;
    left: 0;
    right: 0;
    overflow: hidden;
}

#siteBody .body-video-container .yt-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56.25vw;
    max-height: 100%;
    margin: auto;
}

#siteBody .body-video-container .yt-wrapper .yt-video {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

#siteBody .body-video-container .yt-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

#siteBody .body-video-container .body-video-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
}

#siteBody .body-video-container .body-video-close-btn > img {
    display: block;
}

.fp-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fp-container .fp-bg-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vh;
}

.section-container .section-title {
    font-size: 5vh;
    text-align: center;
}

.section-container .section-title .nav {
    float: left;
    margin-left: 1em;
    font-size: 2.5vh;
}

.section-container .section-content {
    max-height: -webkit-calc(100% - 2em - 5vh);
    max-height: -moz-calc(100% - 2em - 5vh);
    max-height: calc(100% - 2em - 5vh);
    margin: 1em auto;
    word-break: break-all;
}

.section-container .section-content.vertical-scroll {
    height: -webkit-calc(100% - 2em - 5vh);
    height: -moz-calc(100% - 2em - 5vh);
    height: calc(100% - 2em - 5vh);
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.section-container .section-content.full-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: -webkit-calc(100% - 5vh);
    height: -moz-calc(100% - 5vh);
    height: calc(100% - 5vh);
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.section-container .section-content .section-content-inner {
    padding: 4vh 0;
}

.section-container .section-content .section-content-inner .fixed-width-content {
    width: 55em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* -- Footer
--------------------------------------------------*/
#siteFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.25em;
    padding: 7px 15px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    z-index: 10;
        line-height: 1;
}

#siteFooter .site-brand {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.5em;
}

#siteFooter .site-brand img{
    width: auto;
    height: 1.25em;
}

#siteFooter p {
    display: inline-block;
    font-size: 1em;
}
#siteFooter .text{
   vertical-align: middle;
}
#siteFooter .text br{
   display: none;
}
/* -- Main Content
--------------------------------------------------*/


/* -- Components
--------------------------------------------------*/
/* -- Custom Content Scroller -- */
.mCS-rounded-dark.mCSB_scrollTools {
    width: 20px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
    height: 18px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 18px;
    background-color: #a81f24;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #a81f24;
}

/* -- Form -- */
form {
    margin-left: auto;
    margin-right: auto;
}

form label {
    color: #595757;
}

form select {
    width: 100%;
    height: 2em;
    padding-left: 0.25em;
    font-size: 1em;
    line-height: normal;
    color: #595757;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-radius: 0;
}

form select:focus {
    color: #595757;
    border-color: #218dbe;
    background-color: #f8f8f8;
    box-shadow: 0 0 3px 0 rgba(33, 141, 190, 0.5);
}

form select:disabled {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-color: transparent;
}

form select.error {
    border-color: #a81f24;
    box-shadow: none;
}

form .form-group {
    margin-bottom: 1em;
}

form .form-group .label-with-circle {
    position: relative;
    float: left;
    width: 6em;
    margin: 0 auto;
    padding-left: 1.5em;
    font-size: 1.25em;
    line-height: 1.6;
    text-align: justify;
}

form .form-group .label-with-circle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    margin: auto;
    background-color: #218dbe;
    border-radius: 50%;
}

form .form-group .input-wrapper {
    position: relative;
    float: left;
    width: -webkit-calc(100% - 7.5em);
    width: -moz-calc(100% - 7.5em);
    width: calc(100% - 7.5em);
    padding-left: 1em;
}

form .form-group .input-wrapper.half-width {
    width: -webkit-calc((100% - 7.5em) * 0.5);
    width: -moz-calc((100% - 7.5em) * 0.5);
    width: calc((100% - 7.5em) * 0.5);
}

form .form-group .input-wrapper.short-width {
    width: 15em;
}

form .form-group .input-wrapper.long-width {
    width: -webkit-calc((100% - 7.5em) - 15em);
    width: -moz-calc((100% - 7.5em) - 15em);
    width: calc((100% - 7.5em) - 15em);
}

form .form-control {
    height: 2em;
    padding: 0 0.5em;
    font-size: 1em;
    line-height: normal;
    color: #595757;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-radius: 0;
}

form .form-control:focus {
    color: #595757;
    border-color: #218dbe;
    background-color: #f8f8f8;
    box-shadow: 0 0 3px 0 rgba(33, 141, 190, 0.5);
}

form .form-control:disabled {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-color: transparent;
}

form .form-control.error {
    border-color: #a81f24;
    box-shadow: none;
}

form .form-input-inline {
    line-height: 2em;
}

form .form-input-inline input {
    width: 4em;
    padding: 0 1em;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    color: inherit;
    background: none;
    border: none;
    border-bottom: 1px solid #218dbe;
    border-radius: 0;
}

form .form-input-inline input:disabled {
    background-color: #f8f8f8;
}

form .form-input-inline input:focus {
    outline: none;
}

form .radio-hidden-content {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
    overflow: hidden;
}

form .radio-hidden-content._shown {
    height: auto;
    opacity: 1;
}

form .form-group .error-message {
	display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
	max-height: 0;
	font-size: 12px;
    line-height: 1.5em;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

form .form-group .error-message.visible {
	max-height: 4.5em;
    opacity: 1;
}

form .form-group .error-message label.error {
	display: block;
    position: relative;
    margin: 0 auto 5px;
    padding: 2px 0.75em;
    font-size: 1em;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

form .form-group .error-message label.error::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
}

form label.star:before {
    content: '*';
    display: inline-block;
    float: left;
    margin-right: 0.25em;
    color: #a81f24;
}

/* -- Form | Input -- */
::-webkit-input-placeholder { color: #cacbcb !important; }
:-moz-placeholder { color: #cacbcb !important; opacity: 1 !important; }
::-moz-placeholder { color: #cacbcb !important; opacity: 1 !important; }
:-ms-input-placeholder { color: #cacbcb !important; }
::-ms-input-placeholder { color: #cacbcb !important; }
::placeholder { color: #cacbcb !important; }

label {
    position: relative;
}

/*input[type="checkbox"],
input[type="radio"] {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}*/

input[type="checkbox"] ~ .check {
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    text-align: initial;
    background-color: #fff;
    border: 1px solid #218dbe;
    border-radius: 3px;
    cursor: pointer;
}

input[type="checkbox"] ~ .check::before,
input[type="checkbox"] ~ .check::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 0;
    margin: auto;
    background-color: #000;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

input[type="checkbox"] ~ .check::before {
    top: 11px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

input[type="checkbox"] ~ .check::after {
    top: 7px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ .check::before {
    height: 8px;
}

input[type="checkbox"]:checked ~ .check::after {
    height: 5px;
}

input[type="radio"] ~ .check {
    display: inline-block;
    position: absolute;
    top: -webkit-calc((2em - 15px) * 0.5);
    top: -moz-calc((2em - 15px) * 0.5);
    top: calc((2em - 15px) * 0.5);
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    text-align: initial;
    background-color: #fff;
    border: 1px solid #218dbe;
    border-radius: 50%;
    cursor: pointer;
}

input[type="radio"] ~ .check::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked ~ .check {
    background-color: #218dbe;
}

input[type="radio"]:checked ~ .check::before {
    display: inline-block;
}

.form-horizontal .form-check {
    padding: 0;
}

.form-horizontal .form-check ~ .form-check {
    margin-top: 0.5em;
}

.form-horizontal .form-check-label {
    padding-top: 0;
    padding-left: 1.5em;
    line-height: 2em;
    cursor: pointer;
}

.form-horizontal .form-check-label + input[type="text"] {
    margin-left: 1em;
    padding: 0 1em;
    border: none;
    border-bottom: 1px solid #218dbe;
}

.form-horizontal .form-check-label + input[type="text"]:disabled {
    background-color: #f8f8f8;
}

.form-horizontal .form-check-label + input[type="text"]:focus {
    outline: none;
}

.form-horizontal .form-check input[type="text"] {
    display: inline-block;
    width: 12em;
    max-width: 100%;
    margin-left: 0.25em;
    padding: 0 0.5em;
    font-size: 1em;
    line-height: 1.5;
    background: none;
    border: none;
    border-bottom: 1px solid #218dbe;
    border-radius: 0;
    box-shadow: none;
}

.form-horizontal .radio-inline {
    margin-right: 1em;
    padding-top: 0;
    padding-left: 1.5em;
    cursor: pointer;
}

.form-horizontal .form-btn {
    display: inline-block;
    max-width: 100%;
    padding: 0 2em;
    font-size: 1.5em;
    line-height: 2;
    vertical-align: bottom;
    color: #fff;
    background-color: #218dbe;
    cursor: pointer;
}

body.hasHover .form-horizontal .form-btn:hover {
    opacity: 0.8;
}

.form-horizontal .form-btn._disabled {
    pointer-events: none;
    cursor: default;
}

.input-with-title {
    position: relative;
    padding-left: 3.5em;
}

.input-with-title.long-width {
    padding-left: 5.5em;
}

.input-with-title .input-title {
    position: absolute;
    left: 0;
    width: 3.5em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: #218dbe;
}

.input-with-title.long-width .input-title {
    width: 5.5em;
}

label.form-file-upload-btn {
    display: inline-block;
    max-width: 100%;
    padding: 0 2em;
    font-size: 1.5em;
    line-height: 2;
    vertical-align: bottom;
    color: #fff;
    background-color: #218dbe;
    cursor: pointer;
}

body.hasHover label.form-file-upload-btn:hover {
    opacity: 0.8;
}

label.form-file-upload-btn > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
}

.form-preview-img-container {
    width: 20em;
    max-width: 100%;
    height: 20em;
    margin: 0 auto;
    padding: 1em;
    background-color: #ccc;
}

.form-preview-img-container > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}

.form-preview-img-container .preview-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.form-preview-img-container .preview-img > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-preview-img-container p {
    margin-top: 2em;
    font-size: 1.25em;
    line-height: 1.6em;
    text-align: center;
    color: #595757;
}

.styled-search-bar {
    display: inline-block;
    position: relative;
    max-width: 100%;
    font-size: 1em;
    vertical-align: bottom;
    border: 1px solid #218dbe;
    overflow: hidden;
}

.styled-search-bar input[type="search"] {
    float: left;
    width: 198px;
    height: 2em;
    padding: 0 0.5em;
    font-size: inherit;
    line-height: normal;
    color: #595757;
    background-color: #f8f8f8;
    border-width: 1px;
    border-color: transparent;
    border-radius: 0;
}

.styled-search-bar input[type="search"]:focus {
    color: #595757;
    border-color: #218dbe;
    box-shadow: none;
}

.styled-search-bar input[type="search"]:disabled {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-color: transparent;
}

.styled-search-bar .icon-wrapper {
    float: right;
    position: relative;
    padding-left: 1px;
    overflow: hidden;
}

.styled-search-bar .icon-wrapper::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 1px;
    margin: auto;
    background-color: #218dbe;
}

.styled-search-bar .icon-wrapper .icon-img {
    float: left;
    height: 2em;
    cursor: pointer;
}

body.hasHover .styled-search-bar .icon-wrapper .icon-img:hover {
    opacity: 0.8;
}

.styled-search-bar .icon-wrapper .icon-img > img {
    display: block;
    width: auto;
    height: 100%;
}

/* -- Styled Modal -- */
.styled-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background-color: rgba(35,24,21,0.8);
    overflow: hidden;
    z-index: 88888;
}

.styled-modal.modal-top-shown {
    margin-top: -webkit-calc(3.6875em + 5px + 8vh + 5vh + 1em);
    margin-top: -moz-calc(3.6875em + 5px + 8vh + 5vh + 1em);
    margin-top: calc(3.6875em + 5px + 8vh + 5vh + 1em);
}

.styled-modal .modal-close-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.styled-modal .modal-close-btn-wrapper .close-btn {
    width: 4em;
    height: 4em;
    cursor: pointer;
}

.styled-modal .modal-close-btn-wrapper .close-btn > img {
    display: block;
}

.styled-modal .modal-content-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.styled-modal .modal-content-container .modal-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4em 0 0;
}

.styled-modal.modal-top-shown .modal-content-container .modal-main-content {
    padding-bottom: 5vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.styled-modal .modal-content-container .modal-center-img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
}

.styled-modal .modal-content-container .modal-center-img > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.styled-modal .modal-content-container .modal-center-img .center-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    font-size: 0;
}

.styled-modal .modal-content-container .modal-center-img .center-img::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.styled-modal .modal-content-container .modal-center-img .center-img .img-wrapper {
    display: inline-block;
    position: relative;
    padding-top: 50px;
    vertical-align: middle;
}

.styled-modal .modal-content-container .modal-center-img .center-img .img-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.styled-modal .modal-content-container .modal-center-img .center-img .img-wrapper .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
}

.styled-modal .modal-content-container .modal-center-img .center-img .img-wrapper .close-btn > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-modal .modal-arrow-btn .arrow-btn {
    position: absolute;
    top: -webkit-calc(50% - 3.5em * 0.5);
    top: -moz-calc(50% - 3.5em * 0.5);
    top: calc(50% - 3.5em * 0.5);
    height: 3.5em;
    margin: auto;
    cursor: pointer;
}

.styled-modal .modal-arrow-btn .arrow-btn img {
    width: auto;
    height: 100%;
}

.styled-modal .modal-arrow-btn .arrow-l {
    left: 0;
}

.styled-modal .modal-arrow-btn .arrow-r {
    right: 0;
}

/* -- Styled Heading -- */
.styled-heading-title {
    position: relative;
    overflow: hidden;
}

.styled-heading-title > .title-normal,
.styled-heading-title > .title-paint {
    /* height: 3em; */
}

.styled-heading-title > .title-paint {
    height: 2em;
}

.styled-heading-title > .title-normal > .title-name,
.styled-heading-title > .title-paint > .title-name {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.styled-heading-title > .title-normal > img.title-img,
.styled-heading-title > .title-paint > img.title-img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.styled-heading-icon {
    position: relative;
    overflow: hidden;
}

.styled-heading-icon ~ .styled-heading-icon-content {
    padding-left: 2.625em;
}

.styled-heading-icon > img {
    width: auto;
    height: 58px;
}

.styled-heading-icon > .title {
    float: left;
    margin-left: 0.25em;
    font-size: 1.25em;
    line-height: 1.8;
    color: #0076cb;
}

.styled-heading-with-dot {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 20px;
    font-weight: 600;
}

.styled-heading-with-dot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-color: #e95513;
    border-radius: 50%;
}

/* -- Styled Block -- */
.styled-block-with-side-arrow-btn {
    position: relative;
    padding-left: 5em;
    padding-right: 5em;
}

.styled-block-with-side-arrow-btn .side-arrow-btn .arrow-btn {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 3.5em * 0.5);
    top: -moz-calc(50% - 3.5em * 0.5);
    top: calc(50% - 3.5em * 0.5);
    height: 3.5em;
    margin: auto;
    cursor: pointer;
}

.styled-block-with-side-arrow-btn .side-arrow-btn .arrow-btn img {
    display: block;
    width: auto;
    height: 100%;
}

.styled-block-with-side-arrow-btn .side-arrow-btn .arrow-l {
    left: 1em;
}

.styled-block-with-side-arrow-btn .side-arrow-btn .arrow-r {
    right: 1em;
}

body.hasHover .styled-block-with-side-arrow-btn .side-arrow-btn .arrow-btn:hover {
    opacity: 0.8;
}

/* -- Styled Card -- */
.styled-card-container {
    position: relative;
    overflow: hidden;
}

.styled-card-video-wording {
    position: relative;
    overflow: hidden;
}

.styled-card-video-wording .card-title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2em;
}

.styled-card-video-wording .card-title > .title-name {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.styled-card-video-wording .card-title > img.title-img {
    display: block;
    width: auto;
    height: 1em;
    margin: 0 auto;
}

.styled-card-video-wording .card-content {
    position: relative;
    margin: 1.5em;
    overflow: hidden;
}

.styled-card-video-wording .card-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.styled-card-video-wording .card-video-container > .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.styled-card-video-wording .card-video-container iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.styled-card-video-wording .card-video-container img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-card-video-wording .card-wording-container {
    min-height: 5em;
    padding: 0.5em 0 0;
    font-size: 3vh;
    text-align: center;
}

.styled-card-video-wording .card-wording-container > * {
    font-size: inherit;
    line-height: 1.5;
}

.styled-card-img-intro {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.styled-card-img-intro .card-main-img img {
    height: 200px;
    object-fit: cover;
}

.styled-card-img-intro .card-intro {
    padding: 0.5em 1em;
    text-align: center;
}

.styled-card-img-intro .card-intro .intro-title {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
}

.styled-card-img-intro .card-intro .intro-subtitle {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.styled-card-gallery-detail {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.styled-card-gallery-detail .card-main-img {
    width: 100%;
    height: 100%;
}

.styled-card-gallery-detail .card-main-img > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-card-gallery-detail .card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 1em;
    background-color: #fff;
}

.styled-card-gallery-detail .card-intro {
    width: 40em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.styled-card-gallery-detail .card-intro .intro-title {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
}

.styled-card-gallery-detail .card-intro .intro-subtitle {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
}

.styled-card-gallery-detail .card-intro .intro-description {
    margin-top: 0.5em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.styled-card-work-detail {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.styled-card-work-detail .card-main-img {
    width: 100%;
    height: -webkit-calc(100% - 7.5em);
    height: -moz-calc(100% - 7.5em);
    height: calc(100% - 7.5em);
}

.styled-card-work-detail.with-only-title .card-main-img {
    height: -webkit-calc(100% - 5em);
    height: -moz-calc(100% - 5em);
    height: calc(100% - 5em);
}

.styled-card-work-detail .card-main-img > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-card-work-detail .card-content {
    padding: 0.5em 1em 1em;
    background-color: #fff;
}

.styled-card-work-detail.with-only-title .card-content {
    padding: 1em;
}

.styled-card-work-detail .card-content > .wrapper {
    width: 40em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.styled-card-work-detail .card-share {
    position: relative;
    height: 2em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    overflow: hidden;
}

.styled-card-work-detail .card-share img.card-share-btn {
    float: right;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.styled-card-work-detail .card-btn {
    display: block;
    width: 100%;
    height: 2em;
    margin-top: 0.25em;
    padding: 0 0.5em;
    line-height: 2;
    color: #fff;
    background-color: #00a0e9;
    border: none;
    border-radius: 0.25em;
    cursor: pointer;
}

body.hasHover .styled-card-work-detail .card-btn:hover {
    opacity: 0.8;
}

.styled-card-work-detail .card-btn._disabled {
    pointer-events: none;
    cursor: default;
}

.styled-card-work-detail .card-intro {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.styled-card-work-detail .card-intro .intro-title {
    height: 1.5em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
}

.styled-card-work-detail.with-only-title .card-intro .intro-title {
    height: 2em;
    font-size: 1.5em;
    line-height: 2;
}

.styled-card-work-detail .card-intro .intro-subtitle {
    height: 1.5em;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}

.styled-card-img-vote {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.styled-card-img-vote .card-main-img {
    position: relative;
    width: 100%;
    padding-top: 69.35%;
    cursor: pointer;
    overflow: hidden;
}

body.hasHover .styled-card-img-vote .card-main-img:hover {
    opacity: 0.8;
}

.styled-card-img-vote .card-main-img > .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.styled-card-img-vote .card-main-img > .wrapper > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
}

.styled-card-img-vote .card-main-img > .wrapper > .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.styled-card-img-vote .card-top {
    position: relative;
    overflow: hidden;
}

.styled-card-img-vote .card-number {
    float: left;
    height: 1.5em;
    font-size: 1em;
    line-height: 1.5;
    overflow: hidden;
}

.styled-card-img-vote .card-share {
    float: right;
    height: 1.5em;
    border-radius: 0.25em;
    overflow: hidden;
}

.styled-card-img-vote .card-share img.card-share-btn {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.styled-card-img-vote .card-content {
    padding: 0.5em;
}

.styled-card-img-vote .card-content .card-title {
    margin: 0 auto;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

body[page="review"] .review_list .each h3.card-title img{
    width: auto;
    margin-bottom: 20px;
    max-width: 80%;
}

.styled-card-img-vote .card-content .card-subtitle {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	overflow: hidden;
}

.styled-card-img-vote .card-bottom {
    position: relative;
    margin-top: 0.5em;
    overflow: hidden;
}

.styled-card-img-vote .card-text-number {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
}

.styled-card-img-vote .card-text-number > .number {
    font-size: 1.5em;
    color: #a81f24;
}

.styled-card-img-vote .card-btn {
    float: right;
    height: 21px;
    padding: 0 0.5em;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    background-color: #00a0e9;
    border: none;
    border-radius: 0.25em;
    cursor: pointer;
}

body.hasHover .styled-card-img-vote .card-btn:hover {
    opacity: 0.8;
}

.styled-card-img-vote .card-btn._disabled {
    pointer-events: none;
    cursor: default;
}

.styled-card-list-more {
    position: relative;
    overflow: hidden;
}

.styled-card-list-more .card-link {
    position: relative;
    overflow: hidden;
}

.styled-card-list-more .card-more {
    position: relative;
    padding-left: 0.5em;
    padding-right: 2em;
    line-height: 2;
}

.styled-card-list-more .card-more::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    width: 1em;
    height: 1em;
    margin: auto;
    background-image: url(../images/icon-arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.hasHover .styled-card-list-more .card-link:hover .card-more::before {
    right: 0.25em;
}

.styled-card-list-more .card-main-img {
    position: relative;
    width: 100%;
    padding-top: 69.23%;
    overflow: hidden;
}

.styled-card-list-more .card-main-img > .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.styled-card-list-more .card-main-img > .wrapper > img {
    display: block;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.styled-card-list-more .card-title {
    margin: 0 auto;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #2e318f;
}

.styled-card-list-more .card-list-title {
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: inherit;
    font-weight: normal;
}

.styled-card-list-more .card-list-subtitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: inherit;
}

.styled-card-list-more .card-list-container {
    min-height: -webkit-calc((30px + 0.5em) * 2 + 0.5em);
    min-height: -moz-calc((30px + 0.5em) * 2 + 0.5em);
    min-height: calc((30px + 0.5em) * 2 + 0.5em);
    background-color: #DCDCDC;
    overflow: hidden;
}

.styled-card-list-more ul.card-list {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0.25em;
    vertical-align: bottom;
    list-style: none;
    overflow: hidden;
}

.styled-card-list-more ul.card-list > li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0.25em;
}

.styled-card-list-more ul.card-list > li > a.card-list-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    color: inherit;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.styled-card-list-more ul.card-list-subtitle-wrapper {
    position: relative;
    margin: 0 auto 0 0.25em;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.styled-card-list-more ul.card-list-subtitle-wrapper > li {
    display: block;
}

/* -- Styled Table -- */

/* -- Styled Pagination -- */
.styled-pagination .page-link {
    color: #e95513;
    border-color: #e95513;
}

.styled-pagination .page-item.active .page-link,
body.hasHover .styled-pagination .page-link:hover {
    color: #fff;
    background-color: #e95513;
    border-color: #e95513;
}

.styled-pagination .page-item.active .page-link,
.styled-pagination .page-item.dots .page-link {
    pointer-events: none;
    cursor: default;
}

/* -- Styled Tab -- */
ul.styled-tab {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: bottom;

}

ul.styled-tab > li {
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

ul.styled-tab > li ~ li {
    margin-left: 0.75em;
}

ul.styled-tab > li > a {
    display: block;
    padding: 0 0 0 20px;
    font-weight: 600;
    line-height: 2;
    color: #000;
}

ul.styled-tab > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-color: #cacbcb;
    border-radius: 50%;
}

ul.styled-tab > li > a.active {
    cursor: default;
}

ul.styled-tab > li > a.active::before,
body.hasHover ul.styled-tab > li > a:hover::before {
    background-color: #e95513;
}

.styled-tab-content .tab-content-title {
    position: relative;
    margin-bottom: 0.25em;
    font-size: 2em;
    overflow: hidden;
}

.styled-tab-content .tab-content-title > .title-name {
    width: 0;
    height: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: 0;
    text-align: left;
    letter-spacing: 0.125em;
    text-indent: 0.125em;
    overflow: hidden;
}

.styled-tab-content .tab-content-title > img.title-img {
    display: block;
    width: auto;
    height: 1em;
    margin-left: 0;
}

/* -- Styled Button -- */
.styled-btn-container {
    position: relative;
    overflow: hidden;
}

.styled-btn-rounded {
    display: inline-block;
    padding: 0.5em 1.25em;
    vertical-align: bottom;
    border-radius: 0.25em;
    cursor: pointer;
}

body.hasHover .styled-btn-rounded:hover {
    color: inherit;
    opacity: 0.95;
}

.styled-btn-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 1.5em;
    padding-left: 1.5em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    cursor: pointer;
}

.styled-btn-filter._checked,
.styled-btn-filter._disabled {
    pointer-events: none;
    cursor: default;
}

.styled-btn-filter::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: -webkit-calc(1em + 2px * 2);
    width: -moz-calc(1em + 2px * 2);
    width: calc(1em + 2px * 2);
    height: -webkit-calc(1em + 2px * 2);
    height: -moz-calc(1em + 2px * 2);
    height: calc(1em + 2px * 2);
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
}

.styled-btn-filter._disabled::before {
    background-color: #cacbcb;
}

.styled-btn-filter::after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 1em;
    height: 1em;
    margin: auto;
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.styled-btn-filter._checked::after,
body.hasHover .styled-btn-filter:not(._disabled):hover::after {
    display: block;
}

.styled-btn-filter .btn-title,
.styled-btn-filter .btn-subtitle,
.styled-btn-filter .btn-title-icon {
    display: inline-block;
}

.styled-btn-filter .btn-subtitle {
    font-size: 0.8125em;
}

.styled-btn-filter ul.btn-title-icon {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0.5em;
    list-style: none;
    overflow: hidden;
}

.styled-btn-filter ul.btn-title-icon > li {
    float: left;
    position: relative;
    padding-left: 1em;
}

.styled-btn-filter ul.btn-title-icon > li ~ li {
    margin-left: 0.5em;
}

.styled-btn-filter ul.btn-title-icon > li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.875em;
    height: 0.875em;
    margin: auto;
    background-image: url(../images/icon-star.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* -- Styled List -- */
ol {
    margin: 0 auto;
    padding: 0;
}

ol > li {
    display: block;
    margin-left: 1.5em;
}

ol > li ~ li {
    margin-top: 0.25em;
}

ol > li::before {
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    text-align: left;
    vertical-align: bottom;
}

ol.styled-list {
    counter-reset: item;
}

ol.styled-list > li::before {
    content: counter(item)".";
    counter-increment: item;
}

ol.styled-list > li > ol {
    counter-reset: item-child;
}

ol.styled-list > li > ol > li::before {
    content: "("counter(item-child)")";
    counter-increment: item-child;
}

ol.styled-list > li ol.lower-alpha-list {
    counter-reset: item-grandson;
}

ol.styled-list > li ol.lower-alpha-list > li::before {
    content: counter(item-grandson, lower-alpha)".";
    counter-increment: item-grandson;
}

ol.styled-list > li > ol > li > ol {
    counter-reset: item-grandson;
}

ol.styled-list > li > ol > li > ol > li::before {
    content: counter(item-grandson, lower-alpha)".";
    counter-increment: item-grandson;
}

ul.styled-slider-dots {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
}

ul.styled-slider-dots > li {
    display: inline-block;
    position: relative;
    float: left;
    width: 1em;
    height: 1em;
    background-color: #9e9e9f;
    border-radius: 50%;
    cursor: pointer;
}

ul.styled-slider-dots > li ~ li {
    margin-left: 1.5em;
}

ul.styled-slider-dots > li._active {
    cursor: auto;
}

ul.styled-slider-dots > li._active,
body.hasHover ul.styled-slider-dots > li:hover {
    background-color: #5fc1cf;
}

ul.styled-list-filter {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
}

ul.styled-list-filter > li {
    display: inline-block;
    position: relative;
    float: left;
    padding-left: 2em;
    line-height: 2;
    cursor: pointer;
}

body.hasHover ul.styled-list-filter > li:hover {
    opacity: 0.8;
}

ul.styled-list-filter > li ~ li {
    margin-left: 1em;
}

ul.styled-list-filter > li > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2em;
    margin: auto;
    padding: 0.25em;
}

ul.styled-list-filter > li > span::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

ul.styled-list-filter > li._checked > span::before {
    display: block;
}

ul.styled-list-filter > li > span > img {
    display: block;
    width: 100%;
    height: auto;
}

ul.styled-list-label {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
}

ul.styled-list-label > li {
    display: inline-block;
    position: relative;
    float: left;
    min-width: 5em;
    padding: 0 1em;
    line-height: inherit;
    text-align: center;
    border-radius: 0.4375em;
}

ul.styled-list-label > li ~ li {
    margin-left: 0.25em;
}

ul.styled-list-item {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

ul.styled-list-item::after,
ul.styled-list-item > li::after {
    content: '';
    display: block;
    clear: both;
}

ul.styled-list-item > li {
    display: block;
    position: relative;
    float: left;
    padding: 0.125em 1em;
    border-right: 1px solid #000;
}

ul.styled-list-item.items-4 > li {
    width: 25%;
}

ul.styled-list-item.items-4 > li:nth-child(4n) {
    border-right: none;
}

ul.styled-list-item.items-4 > li:nth-child(4n+1) {
    padding-left: 0;
    clear: both;
}

ul.styled-list-item > li > span {
    float: left;
}

ul.styled-list-item > li > span:nth-child(1) {
    width: 4em;
    padding-right: 0.5em;
}

ul.styled-list-item > li > span:nth-child(2) {
    width: -webkit-calc(100% - 8em);
    width: -moz-calc(100% - 8em);
    width: calc(100% - 8em);
    padding-right: 0.5em;
}

ul.styled-list-item > li > span:nth-child(3) {
    width: 4em;
}

ul.styled-list-item-noborder {
    padding: 0;
}

ul.styled-list-item-noborder > li {
    display: block;
    position: relative;
    padding: 0.125em 1em;
    display: flex;
    justify-content: center;
}

ul.styled-list-item-noborder > li.styled-list-title {
    font-weight: bold;
    margin-bottom: em;
}

ul.styled-list-item-noborder > li > span {
    padding-right: 2em;
}


body[page="activities"] ul.nav-main li[page="activities"],
body[page="gifts"] ul.nav-main li[page="gifts"],
body[page="winner"] ul.nav-main li[page="winner"],
body[page="gallery"] ul.nav-main li[page="gallery"],
body[page="review"] ul.nav-main li[page="review"],
body[page="index"] ul.nav-main li[page="index"]
{
    color: #218dbe;
}



/* activities  */
/*...........................................*/


body[page="activities"]{
   background-image: url(../images/index/homeBg.jpg?1);
    background-color: #f3f3e9;
    background-size: 100% auto;
    background-position: center top;
    line-height: 1.6;
}
body[page="activities"] #siteBody{
    background-image: url(../images/activities/frame_pc.png?1);
    background-size: 120% auto;
    background-position: top center;
    height: auto;
    background-repeat: no-repeat;
}

body[page="activities"] .section-container{
    color: #FFF;
}

/*body[page="activities"] #siteBody {
    background: none;
    background-image: url(../images/activities/bg2_pc.jpg);
    background-repeat: no-repeat;
    background-size: 105% auto;
    background-position: center bottom;
}*/
h4.sub{

    font-size: 18px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;

}
h4.subtitle{

        font-size: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: center;

}
body[page="activities"] .a3s{
    width: 120px;
    position: absolute;
    right: 23px;
    bottom: 60px;
    /* margin-top: 30px; */
    z-index: 10;
}

/* gifts  */
/*...........................................*/

body[page="gifts"]{
    background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100% auto;
    background-position: center;
}
body[page="gifts"] #siteBody{
    background-image: url(../images/gift/clouds.png?1);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow-x: hidden;
}
body[page="gifts"] #siteBody .container.pb-5{
    max-width: 100%;
}

body[page="gifts"] .section-container .section-content .section-content-inner {
    padding: 0 3vh 0 0;
}

body[page="gifts"] .a1{
    width: 150px;
    position: absolute;
    margin-left: -140px;
    margin-top: 30px;
    z-index: 10;
}
body[page="gifts"] .a2{
        width: 150px;
    position: absolute;
    /* margin-left: -140px; */
    margin-top: 30px;
    right: -140px;
    bottom: 30px;
    z-index: 10;
}

body[page="gifts"] .container{
    display: block;
    position: relative;
}


body[page="gifts"] .section-content-inner{
    /*max-width: calc(100% - 50px);*/
}


/* winner  */
/*...........................................*/


body[page="winner"]{
    background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100% auto;
    background-position: center;

}


body[page="winner"] #siteBody{
    background-image: url(../images/winner/clouds.png?1);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow-x: hidden;
}

body[page="winner"] pc{
    display: block;
}
body[page="winner"] m{
    display: none;
}

body[page="gallery"] pc{
    display: block;
}
body[page="gallery"] m{
    display: none;
}
.winner_wrap{
    background-color: #f5f9ff;
    border-radius: 20px;
    padding: 50px;
    margin: 9px;
    font-size: 16px;
    font-weight: 500;
}
.winner_wrap td{
    vertical-align: top;
}
/* gallery  */
/*...........................................*/

body[page="gallery"]{
    background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100% auto;
    background-position: center;

}

body[page="gallery"] #siteBody{
    background-image: url(../images/gallery/clouds.png?1);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow-x: hidden;
}

/* review  */
/*...........................................*/
body[page="review"]{
    background-image: url(../images/index/homeBg.jpg?1);
    background-size: cover;
    background-position: center;
}
body[page="review"] #siteBody{
    background-image: url(../images/review/clouds.png?1);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow-x: hidden;
}


body[page="review"] .review_list{
    text-align: center;
}


body[page="review"] .review_list .each{
    display: inline-block;
    width: 23%;
    margin: 0.5%;
    vertical-align: top;
    /*background-color: #DCDCDC;*/
}
body[page="review"] .review_list .each h3.card-title{
    margin: 0 auto;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #2e318f;
}
body[page="review"] .review_list .each .photowrap{
    background-color: #e9e9e9;
    width: 100%;
    padding-bottom: 68%;
    height: 0;
    background-size: cover;

}
body[page="review"] .review_list .each .card-list{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    background-color: #DCDCDC;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 20px;
}
body[page="review"] .review_list .each .card-list a{
    color: #000;
    display: inline-block;
    /*width: 49%;*/
    position: relative;
    padding-left: 39px;

}
body[page="review"] .review_list .each .card-list a:hover:before{
    background-color: #F70503;
    background-image: url(../images/icon-check.svg);

}

body[page="review"] .review_list .each .card-list a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: -webkit-calc(1em + 2px * 2);
    width: -moz-calc(1em + 2px * 2);
    width: calc(1em + 2px * 2);
    height: -webkit-calc(1em + 2px * 2);
    height: -moz-calc(1em + 2px * 2);
    height: calc(1em + 2px * 2);
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
}
body[page="review"] .review_list .each .card-list a .detail{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 2px;
    margin-bottom: 5px;
}


body[page="gifts"] .giftstext{
    color: #FFF;
    max-width: 1140px;
    margin: auto;
    margin-top: 30px;
}
body[page="gifts"] .giftstext li{
    list-style: none;
    text-indent: -11px;
    margin-left: 11px;
}


/* lists  */
/*...........................................*/

body[page="lists"] .cute{
    position: absolute;
    right: 0px;
    width: 282px;
    margin-top: -65px;
    z-index: 0;

   
}

body[page="lists"]{

    background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100%;

}

body[page="lists"] #siteBody{

    background-image: url(../images/review/clouds.png?2);
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center top;
}

/* body[page="lists"] #siteBody .container.pb-5{
    background-image: url(../images/lists/clouds.png?2);
    background-repeat: no-repeat;
    background-size: 96% auto;
} */
    

body[page="lists"] .lists_area .pricewrap h3 span{
    background-color: #F4901E;
    color: #FFF;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin-right: 3px;
    font-size: 23px;
}
body[page="lists"] .lists_area .each{
    display: inline-block;
    width: 23%;
    margin: 0.5%;
    vertical-align: top;
    padding-top: 6px;
    cursor: pointer;
    /*background-color: #DCDCDC;*/
}
body[page="lists"] .lists_area .each .photowrap{
    background-color: #e9e9e9;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;

}
body[page="lists"] .lists_area .each .intro{
    background-color: #FFF;
    width: 100%;
    height: 60px;
    text-align: center;
    padding-top: 6px;

}
body[page="lists"] .section-container{
        width: 100%;
        /*text-align: center;*/
}

body[page="lists"] #siteBody{
    height: auto;
}
.prizewrap b{
    background-color: #F7931F;
    font-weight: 400;
    width: 40px;
    height: 40px;
    color: #FFF;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    line-height: 39px;
    margin-right: 3px;
}
.sessionH{
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
}



/* apply */
/*...........................................*/

body[page="apply"] .form{
    color: #FFF;
}

body[page="apply"] #siteBody .col-lg-8{
    min-width: 740px;
}

body[page="apply"]{
    background-image: url(../images/index/homeBg.jpg?1);
    background-size: 100% auto;
    background-position: center;
}

body[page="apply"] #siteBody{
    /*background-image: url(../images/apply/frame_pc.png?1);*/
    background-size: 100% auto;
    background-position: top center;
    height: auto;
    background-repeat: repeat;
    background-image: url(../images/apply/clouds.png?2);
    background-repeat: no-repeat; background-size: 110%;
}
body[page="apply"] .btn{
    background-color: #f5cc3c;
    color: #1699a2;
    text-align: center;
    margin: auto;
    display: block;
    width: 200px;
    padding: 9px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body[page="apply"] .btn:hover{
    transform: scale(1.02);
    filter: brightness(1.1);
}    
body[page="apply"] .form .each{
    margin-bottom: 10px;
    text-shadow: -1px 0 #19aecf, 0 1px #19aecf, 2px 0 #19aecf, 0 -1px #19aecf;
}
body[page="apply"] .form .each label{
    width: 154px;
    font-size: 17px;
    vertical-align: top;
}
body[page="apply"] .form .each label.radio{
    width: auto;
    vertical-align: top;
    margin-right: 10px;
    font-size: 15px;
}
body[page="apply"] .form .each label.radio input[type="radio"]{
    margin-right: 10px;
}
body[page="apply"] .form .each select{
    border: 2px solid #C7C8C8;
    border-radius: 5px;
    padding: 3px;
}
body[page="apply"] .form .each select[name="contact_zip"]{
    width: 110px;
    width: 130px;
}
/*body[page="apply"] .form .each select[name="guardian_gender"]{
    width: 75px;
}*/



body[page="apply"] .form .each input[type="text"]{
    width: 190px;
}
body[page="apply"] .form .each input{
        margin-left: 0px;
        margin-right: 5px;
}
body[page="apply"] .form .each input[name="title"]{
     width: calc(100% - 278px);

}
body[page="apply"] .form .each input[name="school_name"]{
      width: calc(100% - 570px);
}
body[page="apply"] .form .each input[name="school_grade"]{
      width: 60px;
}
body[page="apply"] .form .each input[name="school_class"]{
      width: 60px;
}
body[page="apply"] .form .each textarea[name="idea"]{
    width: calc(100% - 170px);
    min-height: 135px;
}
body[page="apply"] .form .each input[name="contact_address"]{
    width: calc(100% - 362px);
    width: calc(100% - 392px);
}
body[page="apply"] .form .each input[name="email"]{
    width: calc(100% - 180px);
}
body[page="apply"] .form .each input[name="guardian_uid"]{
    width: 176px;
}
body[page="apply"] .form .each input[name="birthday"]{
    width: 171px;
}

body[page="apply"] .form .each input[name="phone"]{
    width: calc(50% - 180px);
}
body[page="apply"] .form .each input[name="mobile"]{
    width: calc(50% - 167px);
}
body[page="apply"] .form .each label[thename="birthday"]{
     margin-left: 59px;
         width: 117px;
}
body[page="apply"] .form .each label[thename="carowner_number"]{
    margin-left: 133px;
    width: 120px;
}
body[page="apply"] .form .each label[thename="mobile"]{
     margin-left: 41px;
    width: 114px;
}
body[page="apply"] .form .each label[thename="guardian_uid"]{
        margin-left: 24px;
        margin-left: 16px;
        width: 122px;
}
body[page="apply"] .form .each b{
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    width: 100px;
    color: #000;
    font-weight: normal;
}
body[page="apply"] .form .each input[name="old"] {
        width: 60px;
}
body[page="apply"] .form .each .note{
    display: inline-block;
}
body[page="apply"] .form .each .note li{
    display: block;
    list-style: none;
}
body[page="apply"] .form .each[thename="guardian"]{
    border-top: 1px dashed #FFF;
    padding-top: 20px;
    padding-bottom: 14px;
    
    margin-top: 15px;
    margin-bottom: 20px;
    vertical-align: middle;
    margin-right: 18px;

}
body[page="apply"] .form .each[thename="idea"] label{
    vertical-align: top;

}


body[page="apply"] .form .each[thename="team"]{
    border-top: 1px dashed #FFF;
    padding-top: 20px;
    margin-top: 20px;
}
/*金銀、特別獎 顯示隱藏*/
body .lists_area .prizewrap[prizetype="s"]{
    display: none;
}
body[prize="s"] .lists_area .prizewrap[prizetype="s"]{
    display: block;
}
body[prize="s"] .lists_area .prizewrap[prizetype="n"]{
    display: none;
}
body[page="lists"][prize="s"] .cute{
    display: none;
}

body[page="lists"] .special{
    padding-top: 20px;
}

body[page="lists"] .special .wrap{
    background-color: #FFF;
    width: 47%;
    height: 300px;
    display: inline-block;
    margin: 0.5%;
    background-size: cover;
    background-position: center;
}

body[page="lists"] .special .wrap iframe{
    width: 100%;
    height: 100%;
}

body[page="lists"] .special .wrap.hover:hover{

    opacity: 0.8;
}

/* gallery */
/*...........................................*/
.gallery{
    position: fixed;
    /* top: 0; */
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    /* background-color: rgba(35,24,21,0.8); */
    overflow: hidden;
    z-index: 88888;
    height: calc(100% - 99px);
}
.gallery .wrap{
    max-width: 1140px;
    margin: auto;
    display: block;
    background-color: rgba(35,24,21,0.8);
    height: 100%;
    position: relative;
}
.gallery .wrap .photo{
    display: block;
    align-items: center;
    height: 75%;
    /*height: 75%;*/
    text-align: center;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
}
.gallery.cm .wrap .photo{
    height: 70%;
}
.gallery .wrap .photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.gallery .wrap .photo .prev {
    background-color: #FFF;
    width: 30px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: calc(50% - 27.5px);
    cursor: pointer;
}
.gallery .wrap .photo .next {
    background-color: #FFF;
    width: 30px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: calc(50% - 27.5px);
    cursor: pointer;
}
.gallery .wrap .intro{
    background-color: #FFF;
    height: 20%;
    overflow: scroll;
    height: 25%;
}
.gallery .wrap .comments{
    color: #218dbe;
    margin-top: 13px;
        padding-bottom: 10px;
}
.gallery.cm .wrap .intro{
    height: 30%;
    overflow-x: hidden;
    border: 20px solid #FFF;
    overflow-y: auto;
    background-color: #fbfbfb;
    /*height: 25%;*/
}
.gallery .wrap .in{
    max-width: 960px;
    margin: auto;
    padding: 20px;
}
.gallery .wrap .in h3{
    font-size: 18px;
}
.gallery .wrap .in h4{
    font-size: 18px;
}
.gallery .wrap .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    width: 65px;
    height: 65px;
    background-position: center;
    background-color: #FFF;
    background-image: url(../images/icon-close.svg);
}


/* noteAlert  */
/* ...............................  */
.noteAlert{
    display: none;

    background-color: #0000009c;
    height: 100px;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -150px;
    margin-top: -50px;
    border-radius: 10px;
    text-align: center;
}
.noteAlert i{
            color: #FFF;
            font-size: 35px;
            margin-top: 17px;
}

.noteAlert .text {
            color: #FFF;
            text-align: center;
            margin: 15px;
            font-size: 16px;
            margin-top: 33px;
}


/* noteWrap  */
/* ...............................  */

.noteWrap .cancel{
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    opacity: 0.7; 
    cursor: pointer;
}
.noteWrap .wrap{
    background-image: url(../images/note_pc.png?2);
    width: 600px;
    height: 400px;
    margin-top: -200px;
    margin-left: -300px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-size: contain;
    z-index: 100001;
    background-repeat: no-repeat;
}
.noteWrap .content{
     margin: 40px;
     margin-top: 160px;
     font-size: 20px;
     color: #FFF;
}
.noteWrap .h2{
     width:150px;
     display: block;
     margin: auto;
     margin-bottom: 15px;
}
.noteWrap .cancelBtn{
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 27px;
    width: 40px;
    cursor: pointer;
}


.winner_wrap td{
    width: 25%;
}

.whitegradient{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 10;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.site-brand img.toyotaartbrand{
    position: absolute;
    top: 7px;
    height: 80%;
}



.comingsoon{
    height: auto;
    width: 500px;
    margin: auto;
    display: block;
    margin-top: 19vh;
}
.comingsoon_m{
    max-width: 80%;
    margin: auto;
    display: block;
}
.comingsoon_main_m{
    width: 90%;
    margin: auto;
    display: block;
}