@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

html, body { font-size: 10px; font-family: "Open Sans", "Microsoft JhengHei"; }

.re-letter { letter-spacing: 0em; }

/****************\
* IMG
\****************/
.logo-home { background: url("../img/home_logo.png") no-repeat; }

.navbar .btn-mobile-member.js-btn-login { background-image: url("../img/icon_member.png"); }

.main-container .top-area { background: url("../img/bg_main.png") no-repeat; }
.main-container .top-area .title { background: url("../img/title.png") no-repeat; }
.main-container .top-area .title-2 { background: url("../img/title_slogon.png") no-repeat; }
.main-container .top-area .title-txt { background: url("../img/title_txt.png") no-repeat; }

.upload-list .li-fb > a { background: url("../img/icon_fb.png") no-repeat; }
.upload-list .li-line > a { background: url("../img/icon_line.png") no-repeat; }

.select-area select { background: url("../img/icon_arrow_down.png") no-repeat; }

.trip-container .btn-back { background: url("../img/icon_arrow_back.png") no-repeat; }
.trip-container .btn-next { background: url("../img/icon_arrow_next.png") no-repeat; }

.profile-container .li-fb > a { background: url("../img/icon_fb.png") no-repeat; }
.profile-container .li-line > a { background: url("../img/icon_line.png") no-repeat; }

/**************\
* 通用
\**************/
html { -webkit-text-size-adjust: 100%; }

body { position: relative; }

a { text-decoration: none; }

.copy { position: absolute; top: 0px; left: 0px; z-index: 400; }
.copy img { width: 100%; opacity: 0.5; }

/**************\
* Nav
\**************/
.navbar { position: fixed; width: 100%; height: 75px; background: rgba(0, 0, 0, 0.7); z-index: 500; }
@media only screen and (max-width: 1024px) { .navbar { height: 50px; } }
.navbar .normal-nav { max-width: 1240px; margin: 0 auto; }
.navbar .normal-nav .logo-home { display: block; width: 61px; height: 50px; background-size: 100% 100%; float: left; margin-top: 13px; margin-left: 20px; }
.navbar .normal-nav .logo-home.hidden-xs { display: block; }
.navbar .normal-nav .logo-home.visible-xs { display: none; }
@media only screen and (max-width: 1024px) { .navbar .normal-nav .logo-home { width: 33px; height: 26px; margin: 10px auto 0px auto; float: none; }
  .navbar .normal-nav .logo-home.visible-xs { display: block; }
  .navbar .normal-nav .logo-home.hidden-xs { display: none; } }
.navbar .normal-nav .nav-list { height: 75px; margin-right: 20px; }
@media only screen and (max-width: 1024px) { .navbar .normal-nav .nav-list { display: none; } }
.navbar .normal-nav .nav-list li { float: right; margin-right: 55px; line-height: 75px; }
.navbar .normal-nav .nav-list li a, .navbar .normal-nav .nav-list li span { font-size: 1.4rem; letter-spacing: 0.05em; color: #fff; font-weight: bold; cursor: pointer; }
.navbar .normal-nav .nav-list li a:hover, .navbar .normal-nav .nav-list li span:hover { color: #a7ffeb; }
.navbar .normal-nav .nav-list li b { color: #fff; }
.navbar .normal-nav .nav-list li .nowon { color: #a7ffeb; }
.navbar .normal-nav .nav-list li:first-child { margin-right: 0px; }
.navbar .normal-nav .nav-list:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }

.hamburger { display: none; top: 18px; z-index: 1000; }
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after { background-color: #fff; }
@media only screen and (max-width: 1024px) { .hamburger { display: block; top: 0px; left: 0px; }
  .hamburger .hamburger__icon { margin-top: 12px; }
  .hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after { background-color: #a7ffeb; width: 22px; height: 3px; } }

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after { background-color: #000; }

.btn-mobile-member { display: none; position: absolute; top: 12px; right: 11px; width: 20px; height: 26px; background-size: 100%; background-repeat: no-repeat; }
@media only screen and (max-width: 1024px) { .btn-mobile-member { display: block; } }

.js-btn-logout { width: 50px; text-align: center; }
.js-btn-logout a { display: block; padding-top: 7px; color: #a7ffeb; font-size: 1.5em; letter-spacing: 0.1em; }

/**************\
* Main
\**************/
.main-container { min-height: 100vh; background-color: #083d48; }
@media only screen and (min-width: 1921px) { .main-container { min-height: 50vh; } }
@media only screen and (max-width: 1024px) { .main-container { min-height: 50vh; } }
.main-container .container { max-width: 1200px; margin: 0 auto; }
.main-container .container .top-area { min-height: 496px; background-size: 986px 716px; background-position: 108px -16px; padding-top: 219px; }
@media only screen and (max-width: 1024px) { .main-container .container .top-area { background-size: 62%; background-position: center; padding-top: 150px; min-height: 0px; padding-bottom: 65px; } }
@media only screen and (max-width: 630px) { .main-container .container .top-area { background-size: 110%; } }
.main-container .container .top-area .title { font-size: 10.8rem; color: #a7ffeb; font-family: "PMingLiU"; text-align: center; letter-spacing: 0.05em; width: 372px; height: 104px; margin: 0 auto; text-indent: -99999px; overflow: hidden; background-size: 100%; }
@media only screen and (max-width: 1024px) { .main-container .container .top-area .title { width: 228px; height: 63px; } }
.main-container .container .top-area .title-2 { width: 122px; height: 27px; margin: 53px auto 0px auto; background-size: 122px 27px; background-position: 10px 0px; padding-left: 10px; color: #fff; font-size: 2rem; text-indent: -99999px; overflow: hidden; }
@media only screen and (max-width: 1024px) { .main-container .container .top-area .title-2 { width: 105px; height: 23px; background-size: 105px 23px; margin-top: 60px; } }
.main-container .container .top-area .title-txt { width: 325px; height: 19px; margin: 30px auto 0px auto; color: #fff; font-size: 1.8rem; text-indent: -99999px; background-size: 325px 19px; background-position: 12px -1px; padding-left: 10px; }
@media only screen and (max-width: 1024px) { .main-container .container .top-area .title-txt { width: 280px; height: 18px; background-size: 280px 18px; background-position: 0px 0px; } }
.main-container .mid-area { padding-top: 6px; }
.main-container .mid-area .slogon-txt { text-align: center; font-size: 2rem; letter-spacing: 0.29em; color: #a7ffeb; line-height: 22px; margin-bottom: 38px; }
@media only screen and (max-width: 1024px) { .main-container .mid-area .slogon-txt { font-size: 1.8rem; letter-spacing: 0.1em; margin-bottom: 20px; line-height: 34px; } }
.main-container .bottom-area { padding-top: 56px; padding-bottom: 92px; }
@media only screen and (max-width: 1024px) { .main-container .bottom-area { padding: 50px 0px 60px 0px; } }
.main-container .bottom-area .switch-btn { width: 352px; height: 54px; margin: 0 auto; }
@media only screen and (max-width: 1024px) { .main-container .bottom-area .switch-btn { width: 300px; } }
.main-container .bottom-area .switch-btn .btn-left, .main-container .bottom-area .switch-btn .btn-right { display: block; float: left; width: 173px; height: 50px; border: #a7ffeb 1px solid; color: #a7ffeb; font-size: 2.4rem; line-height: 36px; letter-spacing: 0.4em; text-align: center; line-height: 52px; cursor: pointer; }
.main-container .bottom-area .switch-btn .btn-left b, .main-container .bottom-area .switch-btn .btn-right b { letter-spacing: 0em; }
@media only screen and (max-width: 1024px) { .main-container .bottom-area .switch-btn .btn-left, .main-container .bottom-area .switch-btn .btn-right { width: 148px; height: 42px; line-height: 42px; font-size: 2rem; } }
.main-container .bottom-area .switch-btn .nowon { color: #000; background-color: #a7ffeb; }

/**************\
* Article List
\**************/
.article-area { background-color: #083d48; }
.article-area .txt-area { padding: 0px 0px 58px 0px; }
.article-area .txt-area h3 { color: #a7ffeb; font-size: 3.6rem; letter-spacing: 0.14em; text-align: center; margin-bottom: 37px; }
.article-area .txt-area h3 span { font-family: "Open Sans"; letter-spacing: 0.07em; }
.article-area .txt-area h3 a { display: inline-block; color: #a7ffeb; border-bottom: 1px solid #a7ffeb; padding-bottom: 15px; }
.article-area .txt-area h3 a:hover { color: #74B1A3; border-color: #74B1A3; text-decoration: none !important; }
.article-area .txt-area .two { letter-spacing: 0.19em; }
@media only screen and (max-width: 1024px) { .article-area .txt-area h3 { font-size: 1.9rem; margin-bottom: 14px; letter-spacing: normal; line-height: 34px; padding: 0px 10px; }
  .article-area .txt-area h3 a { padding-bottom: 0px; } }

.upload-photo-list:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
.upload-photo-list li { display: block; width: calc((100% - 0px*(4 - 1)) / 4); height: calc((100vw - 0px*(4 - 1)) / 4); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
.upload-photo-list li:nth-child(4n) { margin-right: 0px; }
@media only screen and (max-width: 1440px) { .upload-photo-list li { width: calc((100% - 0px*(3 - 1)) / 3); height: calc((100vw - 0px*(3 - 1)) / 3); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .upload-photo-list li:nth-child(3n) { margin-right: 0px; } }
@media only screen and (max-width: 768px) { .upload-photo-list li { width: calc((100% - 0px*(2 - 1)) / 2); height: calc((100vw - 0px*(2 - 1)) / 2); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .upload-photo-list li:nth-child(2n) { margin-right: 0px; } }
@media only screen and (max-width: 480px) { .upload-photo-list li { width: calc((100% - 0px*(1 - 1)) / 1); height: calc((100vw - 0px*(1 - 1)) / 1); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .upload-photo-list li:nth-child(1n) { margin-right: 0px; } }
.upload-photo-list li img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.upload-photo-list li a { position: relative; display: block; width: 100%; height: 100%; color: #a7ffeb; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.upload-photo-list li a:hover .txt-area { display: none; }
.upload-photo-list li a:hover .mask { background-color: transparent; }
.upload-photo-list li a { overflow: hidden; }
.upload-photo-list li a img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 2s ease-in-out; transition: 2s ease-in-out; }
.upload-photo-list li a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.upload-photo-list li a .txt-area { padding: 0 30px; width: 100%; z-index: 20; text-align: center; box-sizing: border-box; }
.upload-photo-list li a .txt-area .title-chinese { font-size: 3rem; letter-spacing: 0.4em; text-align: center; margin-bottom: 10px; }
.upload-photo-list li a .txt-area .title-chinese b { letter-spacing: 0em; }
.upload-photo-list li a .txt-area .title-second-chinese { line-height: 40px; }
.upload-photo-list li a .txt-area .title-english { font-family: "Open Sans"; font-size: 3.6rem; margin-bottom: 25px; letter-spacing: 0.2em; font-weight: bold; }
.upload-photo-list li a .txt-area .title-english b { letter-spacing: 0em; }
@media only screen and (max-width: 1280px) { .upload-photo-list li a .txt-area .title-english { margin-bottom: 5px; } }
@media only screen and (max-width: 1024px) { .upload-photo-list li a .txt-area .title-english { margin-bottom: 15px; } }
.upload-photo-list li a .txt-area p { font-size: 2rem; line-height: 40px; letter-spacing: 0.1em; max-width: 368px; padding: 0px 10px; margin: 0 auto; }
@media only screen and (max-width: 1280px) { .upload-photo-list li a .txt-area p { font-size: 1.4rem; } }
@media only screen and (max-width: 1024px) { .upload-photo-list li a .txt-area p { font-size: 2rem; } }
@media only screen and (max-width: 660px) { .upload-photo-list li a .txt-area p { font-size: 1.4rem; } }
@media only screen and (max-width: 480px) { .upload-photo-list li a .txt-area p { font-size: 2rem; } }
@media only screen and (max-width: 360px) { .upload-photo-list li a .txt-area p { font-size: 1.8rem; } }
.upload-photo-list li a .mask { position: absolute; top: 0px; left: 0px; width: 101%; height: 101%; background-color: #006064; opacity: 0.5; z-index: 10; transition: background-color 1s ease; }

/****************\
*  上傳照片區塊
\****************/
.upload-photo-area { border-top: #083d48 4px solid; min-height: 416px; width: 100%; background-color: #a7ffeb; }
.upload-photo-area .active-dsc-area { text-align: center; padding: 60px 20px 75px 20px; }
.upload-photo-area .active-dsc-area .title { font-size: 3.6rem; letter-spacing: 0.4em; margin-bottom: 36px; }
.upload-photo-area .active-dsc-area .title-2 { font-size: 2.4rem; letter-spacing: 0.1em; margin-bottom: 18px; }
.upload-photo-area .active-dsc-area p { font-size: 1.8rem; line-height: 35px; letter-spacing: 0.09em; margin-bottom: 30px; }
.upload-photo-area .active-dsc-area p span { font-family: "Open Sans"; letter-spacing: 0.05em; }
@media only screen and (max-width: 1024px) { .upload-photo-area .active-dsc-area p { font-size: 1.6rem; } }
.upload-photo-area .active-dsc-area a { color: #000; text-decoration: underline; }
.upload-photo-area .active-dsc-area .clear-margin { margin-bottom: 0px; }
.upload-photo-area .active-dsc-area .btn-upload-lightbox { display: block; margin: 60px auto 60px auto; width: 173px; height: 50px; border: #a7ffeb 1px solid; background-color: #000; color: #fff; font-size: 2.4rem; line-height: 36px; letter-spacing: 0.4em; text-align: center; line-height: 52px; cursor: pointer; }
.upload-photo-area .active-dsc-area .btn-upload-lightbox:hover { background-color: #fff; color: #000; }
.upload-photo-area .active-dsc-area .select-area select { background-color: #fff; width: 190px; padding: 5px; font-size: 16px; line-height: 1; border: 0; border-radius: 0; height: 34px; -webkit-appearance: none; font-size: 1.6rem; padding-left: 55px; background-position: 16px 13px; }
.upload-photo-area .upload-list-area { background-color: #083d48; }
.upload-photo-area .upload-list-area .upload-list:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
.upload-photo-area .upload-list-area .upload-list > li { position: relative; width: calc((100% - 0px*(5 - 1)) / 5); height: calc((100vw - 0px*(5 - 1)) / 5); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
.upload-photo-area .upload-list-area .upload-list > li:nth-child(5n) { margin-right: 0px; }
@media only screen and (max-width: 1024px) { .upload-photo-area .upload-list-area .upload-list > li { width: calc((100% - 0px*(3 - 1)) / 3); height: calc((100vw - 0px*(3 - 1)) / 3); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .upload-photo-area .upload-list-area .upload-list > li:nth-child(3n) { margin-right: 0px; } }
@media only screen and (max-width: 736px) { .upload-photo-area .upload-list-area .upload-list > li { width: calc((100% - 0px*(2 - 1)) / 2); height: calc((100vw - 0px*(2 - 1)) / 2); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .upload-photo-area .upload-list-area .upload-list > li:nth-child(2n) { margin-right: 0px; } }
@media only screen and (min-width: 1025px) { .upload-photo-area .upload-list-area .upload-list > li:hover a .mask { background-color: #006064; opacity: 0.5; -webkit-animation: new_flash 0.5s; animation: new_flash 0.5s; }
  @-webkit-keyframes new_flash { 0% { opacity: 0.1; }
    100% { opacity: 0.5; } }
  @keyframes new_flash { 0% { opacity: 0.1; }
    100% { opacity: 0.5; } }
  .upload-photo-area .upload-list-area .upload-list > li:hover a .txt-area { display: block; }
  .upload-photo-area .upload-list-area .upload-list > li:hover .share-area { display: block; } }
.upload-photo-area .upload-list-area .upload-list > li img { display: block; width: 100%; height: 100%; }
.upload-photo-area .upload-list-area .upload-list > li .txt-area { display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 20; }
.upload-photo-area .upload-list-area .upload-list > li .txt-area .title { color: #a7ffeb; font-size: 3rem; padding: 10% 50px 0px 50px; letter-spacing: 0.1em; line-height: 48px; max-height: calc(50%); overflow: hidden; text-align: center; }
@media only screen and (max-width: 1600px) { .upload-photo-area .upload-list-area .upload-list > li .txt-area .title { font-size: 2rem; line-height: 30px; } }
@media only screen and (max-width: 1366px) { .upload-photo-area .upload-list-area .upload-list > li .txt-area .title { font-size: 1.6rem; line-height: 26px; } }
.upload-photo-area .upload-list-area .upload-list > li .mask { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10; opacity: 0.5; }
@media only screen and (max-width: 1024px) { .upload-photo-area .upload-list-area .upload-list > li .mask { background-color: rgba(0, 0, 0, 0.3); } }
.upload-photo-area .upload-list-area .upload-list > li .num { position: absolute; width: 100%; bottom: 7%; left: 0px; text-align: center; color: #a7ffeb; font-size: 3.6rem; }
@media only screen and (max-width: 1024px) { .upload-photo-area .upload-list-area .upload-list > li .num { font-size: 2.4rem; } }
.upload-photo-area .upload-list-area .upload-list > li > a { display: block; width: 100%; height: 100%; }
.upload-photo-area .upload-list-area .upload-list > li .share-area { display: none; position: absolute; top: 60%; left: 0px; width: 100%; text-align: center; z-index: 30; padding-top: 10px; }
.upload-photo-area .upload-list-area .upload-list > li .share-area li { display: inline-block; width: 28px; height: 28px; margin-right: 20px; }
.upload-photo-area .upload-list-area .upload-list > li .share-area li a { display: block; width: 100%; height: 100%; }
.upload-photo-area .upload-list-area .upload-list > li .share-area li:last-child { margin-right: 0px; }
.upload-photo-area .upload-list-area .upload-list > li .share-area .li-fb > a, .upload-photo-area .upload-list-area .upload-list > li .share-area .li-line > a { background-size: 100%; }

/*****************\
* notice
\*****************/
.notice-container { padding-top: 75px; }
@media only screen and (max-width: 1024px) { .notice-container { padding-top: 50px; } }
.notice-container .title { text-align: center; font-size: 3.6rem; letter-spacing: 0.4em; padding-bottom: 24px; }
@media only screen and (max-width: 1024px) { .notice-container .title { font-size: 3rem; } }
.notice-container ol { max-width: 680px; padding: 0px 20px 75px 20px; margin: 0 auto; list-style: decimal; }
@media only screen and (max-width: 1024px) { .notice-container ol { padding-bottom: 75px; } }
@media only screen and (max-width: 1024px) { .notice-container ol { padding-left: 30px; } }
.notice-container ol li { font-size: 1.4rem; line-height: 35px; letter-spacing: 0.05em; }

/*****************\
* Lightbox
\*****************/
.login-lightbox { max-width: 650px; min-height: 350px; padding: 10px; }
.login-lightbox:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
@media only screen and (max-width: 600px) { .login-lightbox { padding: 0; display: table; } }
.login-lightbox .title { font-size: 2rem; text-align: center; padding-bottom: 25px; }
.login-lightbox .btn { display: block; width: 135px; height: 40px; background-color: #000; color: #fff; text-align: center; line-height: 40px; font-size: 1.6rem; border: none; letter-spacing: 0.05em; font-family: "Microsoft JhengHei"; margin: 0 auto; cursor: pointer; }
@media only screen and (max-width: 600px) { .login-lightbox .btn { width: 100%; } }
.login-lightbox input[type="text"], .login-lightbox input[type="email"], .login-lightbox input[type="password"] { display: block; height: 30px; border: none; border-bottom: #757575 1px solid; font-size: 1.6rem; letter-spacing: 0.05em; width: 210px; margin-bottom: 10px; border-radius: 0px; }
@media only screen and (max-width: 600px) { .login-lightbox input[type="text"], .login-lightbox input[type="email"], .login-lightbox input[type="password"] { margin: 0 auto 10px auto; } }
.login-lightbox .login-area { max-width: 280px; float: left; border-right: 1px solid #4b4b4b; padding-right: 40px; }
.login-lightbox .login-area .title { text-align: center; width: 100%; }
.login-lightbox .login-area .tips-area { position: relative; min-height: 48px; margin: 40px 0px 0px 0px; text-align: center; }
.login-lightbox .login-area .tips-area a { display: block; font-size: 1.4rem; letter-spacing: 0.05em; color: #757575; text-align: center; margin-bottom: 30px; }
.login-lightbox .login-area .tips-area a.visible-xs { display: none; }
@media only screen and (max-width: 600px) { .login-lightbox .login-area .tips-area a { display: inline-block !important; border-bottom: 1px dashed #777; padding-bottom: 3px; color: #999 !important; margin: 0 18px; }
  .login-lightbox .login-area .tips-area a.visible-xs { display: inline-block !important; } }
.login-lightbox .login-area .tips-area .tips-dsc { position: absolute; bottom: 0px; left: 0px; width: 100%; color: #d50000; font-size: 1.6rem; line-height: 36px; letter-spacing: 0.05em; }
.login-lightbox .login-area .btn-login { margin-bottom: 25px; }
@media only screen and (max-width: 600px) { .login-lightbox .login-area { float: none; border-right: none; border-bottom: 1px solid #000; padding-right: 0px; width: 100%; margin: 0 auto; display: table-row; height: calc(100vh - 70px); }
  .login-lightbox .login-area form { display: table-cell; vertical-align: middle; } }
.login-lightbox .register-area { box-sizing: border-box; max-width: 260px; float: left; padding: 0px 20px 0px 50px; }
.login-lightbox .register-area .order, .login-lightbox .register-area .combine { display: block; margin-bottom: 15px; }
.login-lightbox .register-area .order span, .login-lightbox .register-area .combine span { font-size: 1.4rem; letter-spacing: 0.05em; }
.login-lightbox .register-area .last-input { margin-bottom: 30px; }
@media only screen and (max-width: 600px) { .login-lightbox .register-area { float: none; padding: 0px 0px 0px 0px; margin: 0 auto; width: 100%; display: table-row; height: calc(100vh - 70px); }
  .login-lightbox .register-area .order, .login-lightbox .register-area .combine { display: block; width: 210px; margin: 0 auto 15px auto; }
  .login-lightbox .register-area .btn-register { margin-top: 50px; margin-bottom: 50px; }
  .login-lightbox .register-area form { display: table-cell; vertical-align: middle; } }

/*******************\
* 上傳照片 lightbox
\*******************/
.upload-lightbox { padding: 10px 0px 15px 0px; }
.upload-lightbox > .title { font-size: 2.4rem; letter-spacing: 0.1em; text-align: center; padding-bottom: 25px; }
.upload-lightbox .content-area { position: relative; padding-left: 165px; }
@media only screen and (max-width: 600px) { .upload-lightbox .content-area { padding-left: 0px; } }
.upload-lightbox .content-area:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
.upload-lightbox .content-area .img-area { position: absolute; left: 0px; top: 0px; width: 165px; }
@media only screen and (max-width: 600px) { .upload-lightbox .content-area .img-area { position: relative; margin: 0 auto; } }
.upload-lightbox .content-area .img-area .block-btn { display: block; }
.upload-lightbox .content-area .img-area .block-btn input[type="file"] { display: none; }
.upload-lightbox .content-area .img-area .block-btn .btn-upload { border: #000 1px solid; display: block; width: 128px; height: 40px; font-size: 1.6rem; letter-spacing: 0.05em; text-align: center; line-height: 40px; margin-left: 10px; }
@media only screen and (max-width: 600px) { .upload-lightbox .content-area .img-area .block-btn .btn-upload { margin: 0 auto; } }
@media only screen and (max-width: 600px) { .upload-lightbox .content-area .img-area .block-btn { padding-bottom: 40px; } }
.upload-lightbox .content-area .img-area .block-photo { display: block; }
.upload-lightbox .content-area .img-area .block-photo img { display: block; width: 88px; height: 88px; }
.upload-lightbox .content-area .img-area .block-photo .img_upload_modify { margin: 0 auto; display: block; width: 88px; }
.upload-lightbox .content-area .img-area .block-photo .img_upload_modify .txt { display: block; font-size: 1.6rem; letter-spacing: 0.05em; text-align: center; padding-top: 11px; }
.upload-lightbox .content-area .text-area { width: 300px; }
@media only screen and (max-width: 600px) { .upload-lightbox .content-area .text-area { float: none; width: 100%; } }
.upload-lightbox .content-area .text-area .title { font-size: 1.6rem; letter-spacing: 0.1em; padding-bottom: 14px; }
.upload-lightbox .content-area .text-area .notice { display: block; font-size: 1.2rem; color: #757575; padding-bottom: 14px; }
.upload-lightbox .content-area .text-area textarea { border: #000 1px solid; width: 200px; height: 60px; resize: none; padding: 10px; margin-bottom: 30px; border-radius: none; }
.upload-lightbox .btn-area { padding-top: 20px; }
.upload-lightbox .btn-area .btn-submit { display: block; border: none; width: 135px; height: 40px; color: #fff; background-color: #000; font-size: 1.6rem; letter-spacing: 0.05em; margin: 0 auto; font-family: "Microsoft JhengHei"; }

/*****************\
* fancybox
\*****************/
.fancybox-overlay { background-color: rgba(255, 255, 255, 0.79); }
@media only screen and (max-width: 600px) { .fancybox-overlay { background-color: white; } }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: #616161 3px solid; border-radius: 0px; background-color: #fff; }
@media only screen and (max-width: 600px) { .fancybox-opened .fancybox-skin { border: none; } }

.fancybox-skin .fancybox-close { background-image: url("../img/icon_close.png"); background-size: 100% 100%; width: 20px; height: 20px; top: 15px; right: 15px; }
@media only screen and (max-width: 600px) { .fancybox-skin .fancybox-close { top: -5px; right: -15px; } }

/*****************\
* 青春萬歲 輕旅行
\*****************/
/* 由 .trip-container .content-area .btn-home 向外移 */
.btn-home { display: block; width: 160px; height: 49px; background-color: #000; text-align: center; color: #fff; line-height: 49px; font-size: 2rem; letter-spacing: 0.05em; margin: 88px auto 0px auto; }
.btn-home:hover { width: 158px; height: 47px; border: #000 1px solid; color: #000; background-color: #fff; }

.trip-container { position: relative; }
@media only screen and (max-width: 1024px) { .trip-container { padding-top: 50px; } }
.trip-container .top-area { position: relative; width: 100%; }
.trip-container .top-area .btn-back, .trip-container .top-area .btn-next { position: absolute; top: calc(50% - 75px); width: 79px; height: 148px; z-index: 50; cursor: pointer; }
@media only screen and (max-width: 768px) { .trip-container .top-area .btn-back, .trip-container .top-area .btn-next { height: 75px; width: 40px; top: calc(50% - 32px); background-size: 100%; } }
@media only screen and (max-width: 414px) { .trip-container .top-area .btn-back, .trip-container .top-area .btn-next { height: 35px; width: 20px; top: calc(50% - 12px); background-size: 100%; } }
.trip-container .top-area .btn-back { left: 19%; }
.trip-container .top-area .btn-next { right: 19%; }
.trip-container .content-area { position: relative; max-width: 700px; padding: 70px 20px 168px 20px; margin: 0 auto; }
@media only screen and (max-width: 1024px) { .trip-container .content-area { padding-top: 50px; } }
.trip-container .content-area .title { font-size: 4.5rem; text-align: center; letter-spacing: 0.18em; margin-bottom: 15px; }
@media only screen and (max-width: 1024px) { .trip-container .content-area .title { font-size: 3.5rem; } }
.trip-container .content-area .last-title { margin-bottom: 32px; }
.trip-container .content-area .slogon { color: #00897b; letter-spacing: 0.18em; line-height: 50px; font-size: 2.4rem; max-width: 540px; text-align: center; margin: 0 auto 50px auto; font-weight: bold; }
.trip-container .content-area .slogon-trip { color: #00897b; letter-spacing: 0.18em; line-height: 3em; font-size: 2rem; max-width: 800px; text-align: center; margin: 0 auto 20px auto; font-weight: bold; padding: 0; margin: 0; }
@media only screen and (max-width: 768px) { .trip-container .content-area .slogon-trip { font-size: 1.8rem; line-height: 2.5em; } }
.trip-container .content-area .first-slogon-trip { padding-top: 20px; }
.trip-container .content-area .last-slogon-trip { padding-bottom: 20px; }
.trip-container .content-area .sp-slogon-trip { font-size: 1.8rem; }
.trip-container .content-area .txt-dsc { font-size: 1.6rem; line-height: 35px; letter-spacing: 0.05em; margin: 0px auto 32px auto; max-width: 540px; }
.trip-container .content-area .txt-dsc strong { color: #00897b; font-weight: 100; }
.trip-container .content-area .txt-dsc strong b { font-weight: 900; font-size: 2em; }
.trip-container .content-area .txt-dsc a { color: #00897b; text-decoration: underline; }
.trip-container .content-area .last-txt-dsc { margin-bottom: 0px; }
.trip-container .content-area .last-school-dsc { margin-bottom: 80px; }
.trip-container .content-area .fashion-last-dsc { margin-bottom: 80px; }
.trip-container .content-area .btn-share-trip { display: block; width: 160px; height: 49px; background-color: #000; text-align: center; color: #fff; line-height: 49px; font-size: 2rem; letter-spacing: 0.05em; margin: 50px auto 150px auto; }
.trip-container .content-area .btn-share-trip:hover { background-color: #fff; color: #000; border: #000 1px solid; width: 158px; height: 47px; }
.trip-container .content-area .brackets { display: block; font-size: 4.0rem; line-height: 0; text-align: center; margin-top: 57px; margin-bottom: 15px; color: #00897b; }
@media only screen and (min-width: 768px) { .trip-container .content-area .br-style { display: block; } }
.trip-container .content-area .sp-dsc { margin-bottom: 135px; }
.trip-container .content-area .sp-dsc-margin { margin-bottom: 60px; }
.trip-container .fashion-class-content-area .fashion-class-title { font-size: 3.5rem; margin-bottom: 50px; }
.trip-container .fashion-class-content-area .fashion-class-title .english { letter-spacing: 0.08em; }
@media only screen and (max-width: 768px) { .trip-container .fashion-class-content-area .fashion-class-title { font-size: 2.4rem; }
  .trip-container .fashion-class-content-area .fashion-class-title .mobile-sp-txt { display: block; margin-bottom: 20px; font-size: 1.8rem; } }
.trip-container .fashion-class-content-area .content-title { color: #00897b; font-size: 2rem; padding: 20px 0px; max-width: 540px; font-weight: bold; margin: 0 auto; }
.trip-container .fashion-class-content-area .sp-font { font-weight: bold; }
.trip-container .fashion-class-content-area .map-area { width: 100%; height: 300px; max-width: 540px; margin: 0 auto; }
.trip-container .fashion-class-content-area .map-area iframe { width: 100%; height: 100%; }
.trip-container .fashion-class-content-area .txt-dsc .content-href { color: #000; }
.trip-container .fashion-class-content-area .txt-dsc .content-href-title { display: block; font-weight: bold; text-align: center; }
.trip-container .trip-content-area { max-width: 800px; }
.trip-container .trip-notice-area { max-width: 700px; margin: 0 auto; }
.trip-container .trip-notice-area .title { font-size: 1.4rem; text-align: left; font-weight: bold; }
.trip-container .trip-notice-area ol { list-style: decimal; }
.trip-container .trip-notice-area ol li { font-size: 1.2rem; line-height: 26px; margin-bottom: 20px; margin-left: 14px; }
.trip-container .trip-notice-area ol li a { color: #00897b; }
.trip-container .trip-notice-area ol li a:hover { text-decoration: underline; }

.owl-controls { bottom: 5%; position: absolute; width: 100%; }
@media only screen and (max-width: 768px) { .owl-controls { bottom: -40px; } }

.owl-controls.clickable { cursor: default; }

.owl-controls .owl-dots, .owl-controls .owl-pagination { margin-bottom: 0; text-align: center; padding-top: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.owl-controls .owl-dots .owl-dot, .owl-controls .owl-pagination .owl-dot, .owl-controls .owl-dots .owl-page, .owl-controls .owl-pagination .owl-page { padding: 9px; display: inline-block; cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.owl-controls .owl-dots .owl-dot span, .owl-controls .owl-pagination .owl-dot span, .owl-controls .owl-dots .owl-page span, .owl-controls .owl-pagination .owl-page span { width: 12px; height: 12px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background-color: #fff; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: alpha(opacity=50); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }
@media only screen and (max-width: 768px) { .owl-controls .owl-dots .owl-dot span, .owl-controls .owl-pagination .owl-dot span, .owl-controls .owl-dots .owl-page span, .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; border: #A0A0A0 1px solid; } }

.owl-controls .owl-dots .owl-dot.active, .owl-controls .owl-pagination .owl-dot.active, .owl-controls .owl-dots .owl-page.active, .owl-controls .owl-pagination .owl-page.active { cursor: default; }

.owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-pagination .owl-dot.active span, .owl-controls .owl-dots .owl-page.active span, .owl-controls .owl-pagination .owl-page.active span { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; background-color: #a7ffeb; border: none; }
@media only screen and (max-width: 768px) { .owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-pagination .owl-dot.active span, .owl-controls .owl-dots .owl-page.active span, .owl-controls .owl-pagination .owl-page.active span { width: 12px; height: 12px; } }

/*****************\
* 青春萬歲 輕旅行
\*****************/
/*****************\
* Table Style
\*****************/
.responsive-table { max-width: 100%; margin-bottom: 32px; }

.responsive-table thead { position: absolute; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; }

@media (min-width: 48em) { .responsive-table thead { position: relative; clip: auto; height: auto; width: auto; overflow: auto; } }
.responsive-table thead th { background-color: #083d48; border: 1px solid #083d48; font-weight: normal; text-align: center; color: white; }

.responsive-table thead th:first-of-type { text-align: left; }

.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td { display: block; padding: 0; text-align: left; white-space: normal; }

@media (min-width: 48em) { .responsive-table tr { display: table-row; } }
.responsive-table th, .responsive-table td { padding: .5em; vertical-align: middle; }

@media (min-width: 30em) { .responsive-table th, .responsive-table td { padding: .75em .5em; } }
@media (min-width: 48em) { .responsive-table th, .responsive-table td { display: table-cell; padding: .5em; } }
@media (min-width: 62em) { .responsive-table th, .responsive-table td { padding: .75em .5em; } }
@media (min-width: 75em) { .responsive-table th, .responsive-table td { padding: .75em; } }
.responsive-table caption { margin-bottom: 1em; font-weight: bold; text-align: center; }

.responsive-table tfoot { font-style: italic; }

@media (min-width: 48em) { .responsive-table tbody { display: table-row-group; } }
.responsive-table tbody tr { margin-bottom: 1em; border: 2px solid #1d96b2; }

@media (min-width: 48em) { .responsive-table tbody tr { display: table-row; border-width: 1px; } }
.responsive-table tbody tr:last-of-type { margin-bottom: 0; }

@media (min-width: 48em) { .responsive-table tbody tr:nth-of-type(even) { background-color: rgba(94, 93, 82, 0.1); } }
.responsive-table tbody th[scope="row"] { background-color: #1d96b2; color: white; }

@media (min-width: 48em) { .responsive-table tbody th[scope="row"] { background-color: transparent; color: #5e5d52; text-align: left; } }
.responsive-table tbody td { text-align: right; }

@media (min-width: 30em) { .responsive-table tbody td { border-bottom: 1px solid #1d96b2; } }
@media (min-width: 48em) { .responsive-table tbody td { text-align: center; } }
.responsive-table tbody td[data-type=currency] { text-align: right; }

.responsive-table tbody td[data-title]:before { content: attr(data-title); color: #00897b; font-weight: bold; display: block; }

@media (min-width: 48em) { .responsive-table tbody td[data-title]:before { content: none; } }
.responsive-table { display: table; width: 100%; font-size: 1.4rem; }
@media only screen and (min-width: 768px) { .responsive-table thead tr th:nth-child(1) { width: 20%; }
  .responsive-table thead tr th:nth-child(2) { width: 14%; }
  .responsive-table thead tr th:nth-child(3) { width: 38%; }
  .responsive-table thead tr th:nth-child(4) { width: 8%; }
  .responsive-table thead tr th:nth-child(5) { width: 30%; } }
.responsive-table td { font-size: 1.4rem; line-height: 24px; }
@media only screen and (max-width: 768px) { .responsive-table td { word-break: break-all; } }
.responsive-table tbody td { text-align: left; }
@media only screen and (min-width: 768px) { .responsive-table tbody td:nth-child(2), .responsive-table tbody td:nth-child(4), .responsive-table tbody td:nth-child(5) { text-align: center; } }
.responsive-table ol { list-style: decimal; list-style-position: inside; }
.responsive-table ol li { margin-bottom: 10px; }

.content-title a { display: block; color: #00897b; letter-spacing: 0.18em; line-height: 28px; font-size: 2.4rem; text-align: center; font-weight: bold; padding-bottom: 10px; }
.content-title a:hover { text-decoration: underline; }
.content-title a b { letter-spacing: 0.09em; display: block; font-size: 1.8rem; }

/*****************\
* 投票內頁
\*****************/
.profile-container { background-color: #083d48; padding-top: 129px; }
@media only screen and (max-width: 768px) { .profile-container { padding-top: 75px; } }
@media only screen and (max-width: 400px) { .profile-container { padding-top: 50px; } }
.profile-container .img-area { max-width: 1000px; margin: 0 auto; text-align: center; padding-bottom: 22px; }
.profile-container .img-area img { max-width: 400px; max-height: 400px; width: 100%; }
@media only screen and (max-width: 1024px) { .profile-container .img-area { padding-bottom: 50px; } }
.profile-container .title-youth { text-align: center; font-size: 2.4rem; letter-spacing: 0.2em; color: #a7ffeb; padding-bottom: 8px; }
.profile-container .title { text-align: center; max-width: 810px; padding-bottom: 5px; font-size: 3.6rem; color: #a7ffeb; line-height: 72px; margin: 0 auto; letter-spacing: 0.1em; }
@media only screen and (max-width: 1024px) { .profile-container .title { font-size: 2.4rem; line-height: 48px; max-width: 300px; } }
.profile-container .name { font-size: 2.4rem; letter-spacing: 0.2em; line-height: 34px; color: #a7ffeb; text-align: center; padding-bottom: 68px; }
@media only screen and (max-width: 1024px) { .profile-container .name { line-height: 48px; } }
.profile-container .total { color: #fff; font-size: 2.4rem; padding: 75px 0px; text-align: center; }
@media only screen and (max-width: 768px) { .profile-container .total { padding: 0px 0px 50px 0px; } }
.profile-container .total .num { font-size: 4.5rem; }
.profile-container .btn-vote { display: block; width: 226px; height: 69px; font-size: 3rem; letter-spacing: 0.05em; text-align: center; line-height: 69px; margin: 0 auto; cursor: pointer; }
.profile-container .btn-nowon { background-color: #a7ffeb; color: #000; }
.profile-container .btn-nowon:hover { color: #a7ffeb; background-color: #083d48; border: #a7ffeb 1px solid; width: 224px; height: 67px; }
.profile-container .btn-nowoff { background-color: #757575; color: #424242; }
.profile-container .share-area { display: block; width: 200px; padding-top: 46px; padding-bottom: 61px; margin: 0 auto; text-align: center; }
@media only screen and (max-width: 1024px) { .profile-container .share-area { padding-top: 50px; padding-bottom: 85px; } }
.profile-container .share-area li { display: inline-block; width: 47px; height: 47px; margin-right: 35px; }
.profile-container .share-area li a { display: block; width: 100%; height: 100%; }
.profile-container .share-area li:last-child { margin-right: 0px; }
.profile-container .share-area .li-fb > a, .profile-container .share-area .li-line > a { background-size: 100%; }

/*****************\
* 青春夥伴
\*****************/
.brand-container .title { text-align: center; font-size: 3.6rem; letter-spacing: 0.4em; padding-bottom: 40px; }
@media only screen and (max-width: 1024px) { .brand-container .title { font-size: 3rem; } }
.brand-container .brand-list { max-width: 680px; margin: 0 auto; text-align: center; padding-bottom: 170px; }
@media only screen and (max-width: 1024px) { .brand-container .brand-list { padding-bottom: 85px; } }
.brand-container .brand-list li { display: inline-block; margin-right: 85px; }
.brand-container .brand-list li:last-child { margin-right: 0px; }
.brand-container .brand-list li img { width: 184px; height: 35px; }
@media only screen and (max-width: 480px) { .brand-container .brand-list li { display: block; text-align: center; margin-right: 0px; }
  .brand-container .brand-list li:first-child { margin-bottom: 20px; }
  .brand-container .brand-list li img { margin: 0 auto; } }

/*****************\
* 得獎名單
\*****************/
.winner-container { padding-top: 145px; padding-bottom: 98px; }
@media only screen and (max-width: 1024px) { .winner-container { padding-top: 85px; padding-bottom: 85px; } }
.winner-container .main-title { text-align: center; font-size: 4.5rem; letter-spacing: 0.4em; padding-bottom: 92px; }
@media only screen and (max-width: 1024px) { .winner-container .main-title { font-size: 3.6rem; letter-spacing: 0.2em; } }
.winner-container .winner-list-area .title { text-align: center; font-size: 3.6rem; letter-spacing: 0.1em; padding-bottom: 25px; line-height: 54px; }
@media only screen and (max-width: 1024px) { .winner-container .winner-list-area .title { font-size: 3rem; line-height: 45px; padding-bottom: 35px; color: #00897b; } }
.winner-container .winner-list-area ul { max-width: 650px; margin: 0 auto; text-align: center; padding-bottom: 52px; padding: 0px 10px 52px 10px; }
.winner-container .winner-list-area ul:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
.winner-container .winner-list-area ul li { width: calc((100% - 0px*(5 - 1)) / 5); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; font-size: 2rem; margin-bottom: 20px; word-break: break-all; }
.winner-container .winner-list-area ul li:nth-child(5n) { margin-right: 0px; }
@media only screen and (max-width: 768px) { .winner-container .winner-list-area ul li { width: calc((100% - 0px*(3 - 1)) / 3); margin-right: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }
  .winner-container .winner-list-area ul li:nth-child(3n) { margin-right: 0px; } }
@media only screen and (max-width: 1024px) { .winner-container .winner-list-area ul li { font-size: 1.8rem; } }
.winner-container .winner-list-area ul .sp-li { float: none; display: inline-block; }

/****************\
*  領獎注意事項
\****************/
.winner-notice { background-color: #083d48; color: #a7ffeb; }
@media only screen and (max-width: 1024px) { .winner-notice .title { font-size: 2.4rem; } }

/*****************\
* 青春好物
\*****************/
.gift-container { background-color: #083d48; padding-top: 75px; }
@media only screen and (max-width: 1024px) { .gift-container { padding-top: 50px; } }
.gift-container > .title { background-color: #083d48; text-align: center; font-size: 4.5rem; letter-spacing: 0.2em; color: #a7ffeb; padding-top: 51px; }
@media only screen and (max-width: 1220px) { .gift-container > .title { padding-top: 35px; font-size: 3.6rem; } }
.gift-container .gift-list-block { padding: 119px 0px 0px 0px; }
@media only screen and (max-width: 1024px) { .gift-container .gift-list-block { padding-top: 35px; } }
.gift-container .gift-list-block .content-area { max-width: 1400px; box-sizing: border-box; padding: 0px 20px 88px 22px; margin: 0 auto; }
.gift-container .gift-list-block .content-area:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .content-area { padding: 0px 0px 85px 0px; } }
.gift-container .gift-list-block li { padding-top: 24px; }
@media only screen and (max-width: 610px) { .gift-container .gift-list-block li { padding-top: 0px; } }
.gift-container .gift-list-block li .img-area { max-width: 620px; height: 470px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block li .img-area { max-width: 620px; height: auto; margin: 0 auto; } }
.gift-container .gift-list-block li .img-area img { max-width: 100%; }
.gift-container .gift-list-block li .txt-area { max-width: 40%; padding: 0px 80px 22px 80px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block li .txt-area { box-sizing: border-box; max-width: 640px; padding: 0px 10px 0px 10px; margin: 0 auto; } }
.gift-container .gift-list-block li .txt-area .title { font-size: 3.6rem; color: #a7ffeb; padding: 0px 80px 0px 0px; line-height: 48px; margin-top: -10px; }
.gift-container .gift-list-block li .txt-area .title .title-english { letter-spacing: 0.09em; }
.gift-container .gift-list-block li .txt-area .title .title-chinese { letter-spacing: 0.2em; }
@media only screen and (max-width: 1340px) { .gift-container .gift-list-block li .txt-area .title { font-size: 3.2rem; } }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block li .txt-area .title { text-align: center; padding-right: 0px; padding-top: 35px; font-size: 2.2rem; line-height: 36px; } }
.gift-container .gift-list-block li .txt-area .txt { box-sizing: border-box; color: #fff; font-size: 1.6rem; line-height: 30px; letter-spacing: 0.09em; padding: 33px 0px 0px 0px; max-width: 470px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block li .txt-area .txt { box-sizing: border-box; max-width: 640px; padding: 33px 0px 0px 00px; margin: 0 auto; } }
.gift-container .gift-list-block li .txt-area .more { display: block; color: #a7ffeb; text-decoration: underline; cursor: pointer; font-size: 1.6rem; letter-spacing: 0.05em; padding-top: 15px; }
.gift-container .gift-list-block .left-block { background-color: #083d48; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .left-block { padding-top: 0px; } }
.gift-container .gift-list-block .left-block .img-area { float: left; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .left-block .img-area { float: none; } }
.gift-container .gift-list-block .left-block .txt-area { float: left; padding-right: 0px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .left-block .txt-area { float: none; padding-right: 10px; } }
.gift-container .gift-list-block .right-block { background-color: #caddd9; }
.gift-container .gift-list-block .right-block .img-area { float: right; margin-top: 68px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .right-block .img-area { float: none; margin-top: 0px; } }
.gift-container .gift-list-block .right-block .txt-area { float: right; padding: 68px 80px 22px 0px; max-width: 476px; }
@media only screen and (max-width: 1220px) { .gift-container .gift-list-block .right-block .txt-area { float: none; padding: 0px 10px 0px 10px; max-width: 640px; } }
.gift-container .gift-list-block .right-block .txt-area .title { color: #083d48; padding-right: 0px; }
.gift-container .gift-list-block .right-block .txt-area .txt { color: #000; }
.gift-container .gift-list-block .right-block .txt-area .more { color: #083d48; }

/*****************\
* footer
\*****************/
footer { background-color: #000; min-height: 100px; }
footer .footer-container { padding: 32px 10px 0px 10px; max-width: 970px; margin: 0 auto; }
footer .footer-container:after { content: ''; display: block; width: 0px; height: 0px; clear: both; }
footer .link-list { width: 450px; float: left; }
@media only screen and (max-width: 790px) { footer .link-list { float: none; width: 100%; } }
footer .link-list li { display: inline-block; margin-right: 56px; }
@media only screen and (max-width: 790px) { footer .link-list li { margin-right: 0px; display: block; text-align: center; margin-bottom: 25px; } }
footer .link-list li:last-child { margin-right: 0px; }
footer .link-list li a { vertical-align: bottom; color: #fff; font-size: 1.4rem; letter-spacing: 0.1em; }
footer .link-list li a:hover { color: #a7ffeb; }
footer .link-list li .email-txt, footer .link-list li .email { display: block; color: #fff; letter-spacing: 0.1em; font-size: 1.4rem; text-align: center; }
footer .link-list li .email-txt { margin-bottom: 5px; }
footer .copyright { float: right; color: #fff; font-size: 1.4rem; letter-spacing: 0.08em; margin-top: 18px; }
@media only screen and (max-width: 790px) { footer .copyright { width: 100%; text-align: center; padding-bottom: 35px; margin-top: 0px; } }
