/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
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; }

/* Base Styles */
html { font-size: 100%; line-height: 1.625em; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; font-family: ""; font-weight: 400; color: #555555; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media only screen and (max-width: 640px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; } }

html, body { height: 100%; }

.fixed { position: fixed; }
.fixed.pinned { position: absolute; }
@media only screen and (max-width: 768px) { .fixed { position: relative !important; top: auto !important; left: auto !important; } }

.unfixed { position: relative !important; top: auto !important; left: auto !important; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.font-bold { font-weight: bold; }

.font-c { text-align: center !important; }

.font-l { text-align: left; }

.font-r { text-align: right; }

.bg-white { background: #ffffff !important; }

.font-gray0 { color: #000000 !important; }

.font-gray3 { color: #333333 !important; }

.font-gray9 { color: #999999 !important; }

.font-red { color: #fa4d98 !important; }

.font-bluedark { color: #123ab2 !important; }

.font-white { color: #ffffff !important; }

.font-brown { color: #634F39 !important; }

.font-green { color: #5F997C !important; }

.font-green-l { color: #ADD8C1 !important; }

.font-white { color: #ffffff !important; }

.font-underline { text-decoration: underline !important; }

.font-yellow { color: #e7ff0f !important; }

.font-orange { color: #F9882D !important; }

.font-brown-l { color: #C9A171 !important; }

.font-family-Arial { font-family: arial; }

.margin-b-0 { margin-bottom: 0 !important; }

.margin-b-10 { margin-bottom: calc((10rem / 18)) !important; }

.margin-b-40 { margin-bottom: calc((40rem / 18)) !important; }

.margin-t-10 { margin-top: calc((10rem / 18)) !important; }

.margin-t-20 { margin-top: calc((20rem / 18)) !important; }

.margin-t-40 { margin-top: calc((40rem / 18)) !important; }

.margin-t-60 { margin-top: calc((60rem / 18)) !important; }

.margin-t-80 { margin-top: calc((80rem / 18)) !important; }

.padding-t-20 { padding-top: calc((20rem / 18)) !important; }

.padding-b-10 { padding-bottom: calc((10rem / 18)) !important; }

:-moz-placeholder { color: #cccccc !important; font-size: calc((40rem / 18)); font-weight: normal; letter-spacing: 0.2rem; }

::-moz-placeholder { color: #cccccc !important; font-size: calc((40rem / 18)); font-weight: normal; letter-spacing: 0.2rem; }

:-ms-input-placeholder { color: #cccccc !important; font-size: calc((40rem / 18)); font-weight: normal; letter-spacing: 0.2rem; }

::-webkit-input-placeholder { color: #cccccc !important; font-size: calc((40rem / 18)); font-weight: normal; letter-spacing: 0.2rem; }

/* Loader--*/
#loading-page { display: block; position: fixed; width: 100%; height: 100%; background: no-repeat center center white; z-index: 999999; top: 0; }
@media only screen and (max-width: 768px) { #loading-page { width: 100vw; height: 100vh; background: no-repeat center center white; } }
@media only screen and (max-width: 640px) { #loading-page { width: 100%; height: 100vh; background: no-repeat center center white; } }

.loading-img { display: block; width: calc((200rem / 18)); height: calc((200rem / 18)); position: absolute; left: 0px; right: 0px; top: -15vh; bottom: 0px; margin: auto; }
.loading-img iframe { display: block; width: calc((200rem / 18)); height: calc((200rem / 18)); }

@keyframes loading-img { 0% { top: -15vh; }
  100% { top: -12vh; } }
.icon_loader { border-radius: 30px; height: 30px; left: 50%; opacity: 0; position: absolute; top: 50%; width: 30px; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }

@keyframes pulsate { 0% { transform: scale(0.1); opacity: 0.0; }
  50% { opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; } }
.btn-bottom { display: flex; }

.btn a { display: flex !important; width: calc((540rem / 18)); height: calc((100rem / 18)); background-color: #fa4d98 !important; font-size: calc((40rem / 18)) !important; line-height: calc((48rem / 18)) !important; letter-spacing: calc((1rem / 18)) !important; font-weight: bold !important; color: #ffffff !important; text-decoration: none !important; text-align: center; border: calc((7rem / 18)) #123ab2 solid; border-bottom: calc((7rem / 18)) #123ab2 solid; justify-content: center; align-items: center; border-radius: calc((100rem / 18)); position: relative; margin: auto; transition: .5s; }
.btn a:hover { background-color: #123ab2 !important; transition: .5s; }

label { display: flex !important; width: calc((540rem / 18)); height: calc((100rem / 18)); position: relative; font-size: calc((40rem / 18)) !important; line-height: calc((48rem / 18)) !important; letter-spacing: calc((1rem / 18)) !important; font-weight: bold !important; color: #ffffff !important; text-decoration: none !important; text-align: center; justify-content: center; align-items: center; margin: auto !important; margin-bottom: calc((18rem / 18)) !important; }
label span { position: absolute; z-index: 1; pointer-events: none; }

input[type=radio] { display: flex !important; width: calc((540rem / 18)); height: calc((100rem / 18)); background-color: #fa4d98 !important; cursor: pointer; border: calc((7rem / 18)) #123ab2 solid; border-bottom: calc((7rem / 18)) #123ab2 solid; border-radius: calc((100rem / 18)); position: absolute; }

input[type=radio]:not(old) { background-color: #fa4d98 !important; transition: .5s; }

input[type=radio]:not(old):checked { background-color: #123ab2 !important; transition: .5s; }

.btn-s a { display: flex !important; width: calc((180rem / 18)); height: calc((65rem / 18)); background-color: #fa4d98 !important; font-size: calc((28rem / 18)) !important; line-height: calc((65rem / 18)) !important; letter-spacing: calc((1rem / 18)) !important; font-weight: bold !important; color: #ffffff !important; text-decoration: none !important; text-align: center; border: calc((7rem / 18)) #123ab2 solid; border-bottom: calc((7rem / 18)) #123ab2 solid; justify-content: center; align-items: center; border-radius: calc((100rem / 18)); position: relative; margin: auto; transition: .5s; }
.btn-s a:hover { background-color: #123ab2 !important; transition: .5s; }

.btn-right a { display: flex; min-width: calc((200rem / 18)); height: calc((65rem / 18)); background: url(../images/btn/btn-right.svg) no-repeat; background-size: cover; padding: 0 1rem 0 2rem; position: absolute; right: 0; bottom: 0; z-index: 1009; font-size: calc((28rem / 18)) !important; line-height: calc((28rem / 18)) !important; letter-spacing: calc((1rem / 18)) !important; font-weight: bold !important; color: #634F39 !important; text-decoration: none !important; text-align: center; border: 0 !important; justify-content: center; align-items: center; }
.btn-right a i { font-size: calc((24rem / 18)); }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff center center no-repeat; }

/* Icons */
@font-face { font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; width: 100px; height: 190px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 45%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; opacity: 1; transition: .5s; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; transition: .5s; opacity: 1; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.5; }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -75px; background-size: 51px 90px; z-index: 9; }
[dir="rtl"] .slick-prev { left: auto; right: -75px; }
@media only screen and (max-width: 1024px) { .slick-prev { width: calc((100vw / 640)*100); height: 100vh; left: 0%; } }

.slick-next { right: -75px; background: center center; background-size: 70px 70px; z-index: 9; }
[dir="rtl"] .slick-next { left: -75px; right: auto; }
@media only screen and (max-width: 1024px) { .slick-next { right: 0%; width: calc((100vw / 640)*100); height: 100vh; background: url(../images/cut/slick-right-btn.png) no-repeat center right; background-size: calc((70vw / 640)*100) calc((280vw / 640)*100); } }

.slick-dots { position: absolute; top: 0.1%; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; width: calc((25vw / 640)*100); height: calc((4vw / 640)*100); margin: 0 calc((3vw / 640)*100); padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: #add8c1; display: block; width: calc((25vw / 640)*100); height: calc((4vw / 640)*100); outline: none; line-height: 0px; font-size: 0px; color: transparent; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { background: #5F997C; transition: .5s; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: #add8c1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; width: calc((25vw / 640)*100); height: calc((4vw / 640)*100); content: ""; text-align: center; opacity: 1; background: transparent; }
.slick-dots li.slick-active button:before { background: #5F997C; transition: .5s; }

* { font-family: "Arial", 'Noto Sans TC' !important; -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; }

.app { display: block; width: 100%; height: 99.9%; overflow: scroll; }

input { outline-color: invert; outline-style: none; outline-width: 0px; border: none; border-style: none; text-shadow: none; -webkit-appearance: none; -webkit-user-select: text; outline-color: transparent; box-shadow: none; }

iframe { display: block; overflow: hidden; }

img { width: 100%; height: auto; }

.events-none { pointer-events: none; }

.height_0 { height: 0 !important; overflow: hidden; }

.popup-scroll-no { overflow: hidden; }
@media only screen and (max-width: 640px) { .popup-scroll-no { position: relative; overflow-y: hidden; } }

body, html { font-size: 12px; height: 100%; background: #ebf8ff; }
body h1, html h1 { font-size: calc((42rem / 18)); line-height: calc((54rem / 18)); letter-spacing: calc((1rem / 18)); font-weight: 900; margin-bottom: calc((30rem / 18)); color: #634F39; }
body a, html a { color: #F9882D; }
body a:hover, body a:focus, body a:active, html a:hover, html a:focus, html a:active { border: 0; outline: none; }
body li, body p, html li, html p { font-size: calc((32rem / 18)); line-height: calc((48rem / 18)); letter-spacing: calc((0.5rem / 18)); font-weight: bold; margin-bottom: calc((0.5rem)); }
body .font-s-26, html .font-s-26 { font-size: calc((26rem / 18)); line-height: calc((32rem / 18)); letter-spacing: calc((0.5rem / 18)); font-weight: bold; }
@media only screen and (max-width: 640px) { body, html { min-width: 100%; font-size: calc((18vw / 720)*100) !important; } }

.container { display: block; width: 100%; position: relative; }

.section { max-width: calc((720rem / 18)); height: auto; margin: auto; display: flex; flex-direction: column; justify-content: center; }
.section .content { display: flex; flex-direction: column; align-items: center; width: 100%; height: 100vh; position: relative; z-index: 10; margin: auto; left: 0; right: 0; bottom: 0; top: 0; padding-bottom: 40vh; justify-content: center; }
@media only screen and (max-width: 640px) { .section { max-width: 100%; } }

.flex { display: flex; width: 100%; justify-content: flex-start; flex-flow: wrap; margin: auto; }
.flex li { width: 100%; }

#main { display: block; height: auto; min-height: auto; }
#main .main-kv { position: relative; display: block; width: calc((720rem / 18)); height: calc((925rem / 18)); }
#main .main-kv .slogan { display: block; width: calc((720rem / 18)); height: calc((360rem / 18)); position: absolute; top: calc((50rem / 18)); }
#main .main-kv .man, #main .main-kv .woman, #main .main-kv .dog { display: block; width: calc((720rem / 18)); height: calc((500rem / 18)); position: absolute; top: calc((416rem / 18)); }
#main .main-kv .man { z-index: 5; }
#main li { display: flex; flex-direction: column; align-items: center; margin-bottom: calc((18rem / 18)); }
#main .input { display: block; width: calc((540rem / 18)); height: calc((96rem / 18)); border: calc((7rem / 18)) #123ab2 solid; border-radius: 1rem; text-align: center; font-size: calc((40rem / 18)); font-weight: bold; line-height: calc((100rem / 18)); color: #333333; }

.qa-number { display: flex; width: calc((150rem / 18)); height: calc((130rem / 18)); font-size: calc((48rem / 18)); font-weight: bold; line-height: calc((65rem / 18)); padding-top: 2rem; flex-direction: column; justify-content: center; top: 0; left: 0; right: 0; margin: auto; z-index: 1; position: absolute; }
.qa-number span { font-size: calc((48rem / 18)); font-weight: bold; line-height: calc((65rem / 18)); color: #123ab2; text-align: center; font-family: Helvetica !important; }

.qa-number_bg123 { background: url(../images/qa/qa-number123.png) no-repeat; background-size: 100% 100%; }

.qa-number_bg456 { background: url(../images/qa/qa-number456.png) no-repeat; background-size: 100% 100%; }

.qa-number_bg789 { background: url(../images/qa/qa-number789.png) no-repeat; background-size: 100% 100%; }

.qa-list { max-width: calc((720rem / 18)); }

.qa-content { position: relative; }

.qa-style { display: block; position: relative; height: calc((1280rem / 18)); }
.qa-style .bg { position: absolute; top: 0; }
.qa-style .answer { position: absolute; left: 0; right: 0; top: calc((870rem / 18)); margin: auto; display: flex; flex-direction: column; justify-content: center; }
.qa-style .qa-img { display: block; width: calc((720rem / 18)); height: calc((500rem / 18)); position: absolute; top: calc((350rem / 18)); }
.qa-style .qa-img embed { display: block; width: calc((720rem / 18)); height: calc((500rem / 18)); }
.qa-style .qa-txt { display: block; width: calc((720rem / 18)); height: calc((260rem / 18)); position: absolute; top: calc((180rem / 18)); }

.warning { display: block; position: relative; height: calc((1600rem / 18)); }
.warning .bg { position: absolute; top: 0; }
.warning .content { display: block; width: calc((720rem / 18)); height: auto; position: absolute; top: calc((100rem / 18)); }
.warning .content .img, .warning .content .data { display: block; width: calc((720rem / 18)); height: auto; margin-top: calc((20rem / 18)); }
.warning .content .title { display: block; width: calc((720rem / 18)); height: calc((150rem / 18)); }

.result { display: block; position: relative; width: calc((720rem / 18)); height: calc((1950rem / 18)); background: url(../images/result/result-bg.png) top center repeat; background-size: calc((720rem / 18)) auto; }
.result .bg { position: absolute; top: 0; }
.result .content { display: block; width: calc((720rem / 18)); }
.result .your-name { font-size: calc((44rem / 18)); line-height: calc((48rem / 18)); letter-spacing: calc((1rem / 18)); font-weight: bold; color: #ffffff; margin-top: calc((70rem / 18)); margin-left: calc((50rem / 18)); position: relative; z-index: 1; }
.result .your-name span { margin-right: calc((20rem / 18)); }
.result .result-anwser { display: block; width: calc((720rem / 18)); height: calc((1160rem / 18)); margin: calc((40rem / 18)) auto; margin-bottom: calc((0rem / 18)); margin-top: calc((-23rem / 18)); }
.result .share-list { display: block; width: calc((640rem / 18)); height: calc((220rem / 18)); background: #ffffff; margin: auto; border-radius: calc((20rem / 18)); }
.result .share-list ul { display: flex; width: calc((480rem / 18)); justify-content: space-between; margin: 0 auto; }
.result .share-list li { display: block; width: calc((120rem / 18)); height: calc((120rem / 18)); }

.footer { display: block; width: calc((720rem / 18)); height: auto; margin: auto; }

.process-list { display: block; max-width: calc((540rem / 18)); width: 100%; height: calc((60rem / 18)); top: 0; left: 0; right: 0; margin: auto; margin-top: calc((145rem / 18)); z-index: 1; position: absolute; }
.process-list ul { display: flex; justify-content: center; width: 100%; }
.process-list .line { display: block; max-width: calc((490rem / 18)); border-top: #ffffff calc((5rem / 18)) dashed; position: absolute; z-index: 2; top: calc((10rem / 18)); left: 0; right: 0; margin: auto; }
.process-list li { display: block; width: calc((100% / 9)); float: left; cursor: pointer; text-align: center; font-size: calc((18rem / 18)); line-height: calc((18rem / 18)); letter-spacing: calc((1rem / 18)); color: #cccccc; position: relative; z-index: 2; }
.process-list li .point { display: block; width: calc((20rem / 18)); height: calc((20rem / 18)); background: #ffffff; border: calc((5rem / 18)) #123ab2 solid; border-radius: calc((18rem / 18)); clear: both; margin: auto; margin-bottom: 0.5rem; position: relative; z-index: 2; }
.process-list li::after { content: ""; display: block !important; width: calc((60rem / 18)); height: calc((60rem / 18)); position: absolute; opacity: 0; transition: 1s; }
.process-list li:first-child::before { display: none; }
.process-list li:last-child::after { display: none; }
.process-list .focus { transition: .5s; }
.process-list .focus .point { width: calc((25rem / 18)); height: calc((25rem / 18)); background: #e7ff0f; border: calc((5rem / 18)) #123ab2 solid; margin-top: -0.15rem; transition: .5s; }
.process-list .focus::after { content: ""; display: block !important; width: calc((60rem / 18)); height: calc((60rem / 18)); position: absolute; background: url(../images/qa/icon-stop-station.svg) no-repeat; background-size: 100% 100%; top: calc((-60rem / 18)); transition: 1s; animation-name: icon-stop-station_ani; animation-delay: 0; animation-duration: 0.5s; animation-iteration-count: infinite; animation-direction: alternate; transform-origin: bottom; opacity: 1; }
@keyframes icon-stop-station_ani { 0% { transform: translateY(0rem); }
  100% { transform: translateY(0.5rem); } }
footer { display: flex; width: 100%; height: auto; text-align: center; color: #333333; justify-content: center; align-items: center; clear: both; }

.pc { display: block !important; }
@media only screen and (max-width: 1024px) { .pc { display: none !important; } }

.pc-flex { display: flex !important; }
@media only screen and (max-width: 1024px) { .pc-flex { display: none !important; } }

.mobile-flex { display: none !important; }
@media only screen and (max-width: 1024px) { .mobile-flex { display: flex !important; } }

.mobile { display: none !important; }
@media only screen and (max-width: 1024px) { .mobile { display: block !important; } }

.display_none { display: none !important; }

.popup { position: fixed; width: 100%; height: 100%; z-index: 9999; overflow-y: auto; background: no-repeat center center rgba(153, 153, 153, 0.55); top: -200%; opacity: 0; }
.popup .btn-background, .popup .btn-background_alert { position: fixed; width: 100%; height: 100%; background: no-repeat center center rgba(255, 255, 255, 0); }
.popup .btn-close, .popup .btn-close_alert { width: calc((80rem / 18)); height: calc((80rem / 18)); position: absolute; right: 5px; top: 5px; background: url(../images/popup/btn-close.svg) no-repeat center top; background-size: 100%; z-index: 999; cursor: pointer; }
.popup .popup-content { width: 90%; position: absolute; left: 0; right: 0; margin: auto; margin: auto; margin-top: 14vh; z-index: 1; border-radius: calc((20rem / 18)); background: #ffffff; padding: 6% 4%; padding-bottom: 8%; box-shadow: 0px 0px calc((20rem / 18)) rgba(0, 0, 0, 0.1); }
.popup p { color: #666666; text-align: center; font-size: calc((26rem / 18)); font-weight: bold; line-height: calc((48rem / 18)); letter-spacing: calc((1rem / 18)); }

.popup-alert { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; position: fixed; z-index: 9999; left: 0; right: 0; top: -200%; margin: auto; }
.popup-alert .alert-content { display: flex; flex-direction: column; justify-content: center; width: calc((300rem / 18)); min-height: calc((200rem / 18)); background: #ffffff; border-radius: calc((30rem / 18)); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); padding: 2.5% 2%; margin: auto; }
.popup-alert .alert-content .txt-con { text-align: center; font-size: calc((24rem / 18)); line-height: calc((32rem / 18)); font-weight: normal; margin-bottom: 0.5rem; }

#browser_mobile { display: none; }
@media only screen and (max-width: 1024px) { #browser_mobile { display: block; background: no-repeat center center #fffaf0; }
  #browser_mobile .icon-browser_moblie { display: block; width: calc((500rem / 18)); height: calc((300rem / 18)); margin: 3% auto; margin-top: 10%; }
  #browser_mobile p { font-size: calc((26rem / 18)); } }
@media only screen and (max-width: 640px) { #browser_mobile .icon-browser_moblie { display: block; width: calc((500vw / 640)*100); height: calc((300vw / 640)*100); margin: 3% auto; margin-top: 10%; }
  #browser_mobile p { font-size: calc((24vw / 640)*100); } }

.white-bg-radius { background: #ffffff; width: 85%; padding: 1rem 0.5em; border-radius: 1rem; margin-top: 0 !important; margin-bottom: 1rem; }

.preload { opacity: 0; background: url(../images/result/result-A.png?20230925), url(../images/result/result-B.png?20230925), url(../images/result/result-C.png?20230925), url(../images/result/result-D.png?20230925), url(../images/result/result-E.png?20230925), url(../images/result/result-F.png?20230925), url(../images/main/slogan.png), url(../images/main/man.png), url(../images/main/woman.png), url(../images/main/dog.png); }

/* ---reset.css--- */
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 { padding: 0; margin: 0; }

/*# sourceMappingURL=web.css.map */
