12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325 |
- body{
- background-color: #ededed;
- }
- .navbar{
- padding: 0.3rem 0.7rem;
- @include mobile{
- height: 8.5vh;
- padding: 0.1rem 0.1rem;
- }
- }
- .navbar-brand-block{
- display: inline-block;
- width: 10%;
- @include xl-desktop{
- display: none;
- }
- @include desktop{
- display: none;
- }
- @include pad{
- display: none;
- }
- @include mobile{
- display: none;
- }
- }
- .navbar-brand-block-sm{
- display: none;
- @include xl-desktop{
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
- padding: .4rem 0;
- }
- @include desktop{
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
- padding: .4rem 0;
- }
- @include pad{
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
- padding: .4rem 0;
- }
- @include mobile{
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
- }
- .navbar-brand{
- padding: 0;
- }
- }
- .bg-navbar{
- background-color: rgba(44,45,50,.1);
- @include xl-desktop{
- background-color: rgba(44,45,50,.7);
- }
- @include desktop{
- background-color: rgba(44,45,50,.7);
- }
- @include pad{
- background-color: rgba(44,45,50,.7);
- }
- @include mobile{
- background-color: rgba(44,45,50,.7);
- }
- }
- .top-btn {
- z-index: 9;
- position: fixed;
- right: 20px;
- bottom: 70px;
- line-height: 3;
- cursor: pointer;
- display: none;
- .top-btn-img{
- opacity: 0.7;
- @include mobile{
- width: 40px;
- }
- }
- }
- .scroll-downs-wrapper{
- position: absolute;
- bottom: 2%;
- left: 48%;
- margin: auto;
- @include xl-desktop{
- bottom: 8%;
- left: 50%;
- }
- @include desktop{
- bottom: 8%;
- left: 50%;
- }
- @include pad{
- bottom: 8%;
- left: 50%;
- }
- @include mobile{
- bottom: 3%;
- left: 47%;
- }
- .scroll-downs-mix{
- color: #9a9a9a;
- font-size: 12px;
- animation-name: move;
- -webkit-animation-name: move;
- animation-duration: 2.2s;
- -webkit-animation-duration: 2.2s;
- animation-timing-function: cubic-bezier(.15,.41,.69,.94);
- -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- }
- img{
- transform: translateX(8%);
- -webkit-transform: translateX(8%);
- -moz-transform: translateX(8%);
- -ms-transform: translateX(8%);
- margin-top: 0.5rem;
- }
- .scroll-downs{
- width :25px;
- height: 45px;
- }
- .mousey {
- width: 3px;
- padding: 1px 10px;
- height: 28px;
- border: 2px solid #9a9a9a;
- border-radius: 25px;
- opacity: 0.75;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- transform: translateX(35%);
- -webkit-transform: translateX(35%);
- -moz-transform: translateX(35%);
- -ms-transform: translateX(35%);
- }
- .scroller {
- width: 3px;
- height: 8px;
- border-radius: 25%;
- background-color: #9a9a9a;
- animation-name: scroll;
- -webkit-animation-name: scroll;
- animation-duration: 2.2s;
- -webkit-animation-duration: 2.2s;
- animation-timing-function: cubic-bezier(.15,.41,.69,.94);
- -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- }
- }
- .section-wrapper{
- position: relative;
- }
- .jumbotron{
- width: 100%;
- min-width: 100%;
- height: 900px;
- min-height: 900px;
- padding: 0;
- margin-bottom: 0;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- @include xl-desktop{
- width: 100%;
- height: 240vh;
- min-height:240vh;
- background-size: cover;
- }
-
- @include desktop{
- width: 100%;
- height: 190vh;
- min-height:190vh;
- background-size: cover;
- }
- @include pad{
- width: 100%;
- height: 140vh;
- min-height:140vh;
- background-size: cover;
- }
- @include mobile{
- width: 100%;
- height: 80vh;
- min-height:80vh;
- background-size: cover;
- }
- }
- .jumbotron-m{
- width: 100%;
- min-width: 100%;
- height: 620px;
- min-height: 620px;
- padding: 0;
- margin-bottom: 0;
- background-repeat: no-repeat;
- background-position: bottom 100% right 100%;
- background-size: 100% 100%;
- @include xl-desktop{
- width: 100%;
- height: 250vh;
- min-height:250vh;
- background-size: 100% 100%;
- }
- @include desktop{
- width: 100%;
- height: 230vh;
- min-height:230vh;
- background-size: 100% 100%;
- }
- @include pad{
- width: 100%;
- height: 200vh;
- min-height:200vh;
- background-size: 100% 100%;
- }
- @include mobile{
- width: 100%;
- height: 80vh;
- min-height:auto;
- background-size: 100% 100%;
- }
- }
- .jumbotron-s{
- width: 100%;
- min-width: 100%;
- height: 85px;
- min-height: 85px;
- padding: 0;
- margin-bottom: 0;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 100%;
- @include xl-desktop{
- width: 100%;
- height: 9vh;
- min-height:9vh;
- background-size: 100% 100%;
- }
- @include desktop{
- width: 100%;
- height: 8vh;
- min-height:8vh;
- background-size: 100% 100%;
- }
- @include pad{
- width: 100%;
- height: 7vh;
- min-height:7vh;
- background-size: 100% 100%;
- }
- @include mobile{
- width: 100%;
- height: 100%;
- min-height: 100%;
- background-size: 100% 100%;
- }
- }
- .jumbotron-long{
- @include xl-desktop{
- height: 300vh;
- min-height: 300vh;
- }
- @include desktop{
- height: 260vh;
- min-height: 260vh;
- }
- @include pad{
- height: 230vh;
- min-height: 230vh;
- }
- @include mobile{
- height: 180vh;
- min-height: 180vh;
- }
- }
- .jumbotron-medium{
- @include xl-desktop{
- height: 150vh;
- min-height: 150vh;
- }
- @include desktop{
- height: 135vh;
- min-height: 135vh;
- }
- @include pad{
- height: 103vh;
- min-height: 103vh;
- }
- @include mobile{
- height: 65vh;
- min-height: 65vh;
- }
- }
- .jumbotron-short{
- @include xl-desktop{
- height: 130vh;
- min-height: 130vh;
- }
- @include desktop{
- height: 110vh;
- min-height: 110vh;
- }
- @include pad{
- height: 80vh;
- min-height: 80vh;
- }
- @include mobile{
- height: 50vh;
- min-height: 50vh;
- }
- }
- .jumbotron-bg01{
- background-image:url(../../images/ps_lists/section_bg_1.png);
- @include xl-desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_1.png);
- }
- @include desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_1.png);
- }
- @include pad{
- background-image:url(../../images/ps_lists/mb/section_mbg_1.png);
- }
- @include mobile{
- background-image:url(../../images/ps_lists/mb/section_mbg_1.png);
- }
- }
- .jumbotron-bg02{
- background-image:url(../../images/ps_lists/section_bg_2.png);
- }
- .jumbotron-bg03{
- background-image:url(../../images/ps_lists/section_bg_3.png);
- @include xl-desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_3.png);
- }
- @include desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_3.png);
- }
- @include pad{
- background-image:url(../../images/ps_lists/mb/section_mbg_3.png);
- }
- @include mobile{
- background-image:url(../../images/ps_lists/mb/section_mbg_3.png);
- }
- }
- .jumbotron-bg04{
- background-image:url(../../images/ps_lists/section_bg_4.png);
- @include xl-desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_4.png);
- }
- @include desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_4.png);
- }
- @include pad{
- background-image:url(../../images/ps_lists/mb/section_mbg_4.png);
- }
- @include mobile{
- background-image:url(../../images/ps_lists/mb/section_mbg_4.png);
- }
- }
- .jumbotron-bg05{
- background-image:url(../../images/ps_lists/section_bg_5.png);
- @include mobile{
- background-image:url(../../images/ps_lists/mb/section_mbg_5.png);
- }
- }
- .jumbotron-bg06{
- background-image:url(../../images/ps_lists/section_bg_6.png);
- }
- .jumbotron-bg07{
- background-image:url(../../images/ps_lists/section_bg_7.png);
- @include xl-desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_7.png);
- }
- @include desktop{
- background-image:url(../../images/ps_lists/mb/section_mbg_7.png);
- }
- @include pad{
- background-image:url(../../images/ps_lists/mb/section_mbg_7.png);
- }
- @include mobile{
- background-image:url(../../images/ps_lists/mb/section_mbg_7.png);
- }
- }
- .jumbotron-bg08{
- background-image:url(../../images/ps_lists/section_bg_8.png);
- }
- .section{
- width: 1140px;
- max-width: 1140px;
- height: 100%;
- margin: auto auto;
- position: relative;
- @include xl-desktop{
- width: 100%;
- height: 100%;
- max-width: 100%;
- }
- @include desktop{
- width: 100%;
- height: 100%;
- max-width: 100%;
- }
- @include pad{
- width: 100%;
- height: 100%;
- max-width: 100%;
- }
- @include mobile{
- width: 100%;
- height: 100%;
- max-width: 100%;
- }
- &.section1-pd{
- padding: 16rem 0;
- @include xl-desktop{
- padding: 0;
- }
- @include desktop{
- padding: 0;
- }
- @include pad{
- padding: 0;
- }
-
- @include mobile{
- padding: 0;
- }
- }
- &.section2-pd{
- padding: 0;
- @include xl-desktop{
- padding: 0;
- }
- @include desktop{
- padding: 0;
- }
- @include pad{
- padding: 0;
- }
- @include mobile{
- padding: 0;
- }
- }
- &.section3-pd{
- padding: 0;
- @include xl-desktop{
- padding: 0;
- }
- @include desktop{
- padding: 0;
- }
- @include pad{
- padding: 0;
- }
- @include mobile{
- padding: 0;
- }
- }
- &.section4-pd{
- padding: 0;
- @include xl-desktop{
- padding: 0;
- }
- @include desktop{
- padding: 0;
- }
- @include pad{
- padding: 0;
- }
- @include mobile{
- padding: 0;
- }
- }
- &.section5-pd, &.section6-pd{
- padding: 5em 0;
- @include xl-desktop{
- padding: 5rem 3rem;
- }
- @include desktop{
- padding: 3rem 3rem;
- }
- @include pad{
- padding: 2rem 3rem;
- }
- @include mobile{
- // padding: 1rem 0rem;
- padding: 0;
- }
- }
- &.section7-pd{
- padding: 6rem 0;
- @include xl-desktop{
- padding: 5rem 3rem;
- }
- @include desktop{
- padding: 7rem 3rem;
- }
- @include pad{
- padding: 6rem 3rem;
- }
- @include mobile{
- padding: 2rem 1rem;
- }
-
- }
- &.section8-pd{
- padding: 1rem 0;
- @include xl-desktop{
- padding: 0;
- }
- @include desktop{
- padding: 0;
- }
- @include pad{
- padding: 0;
- }
- @include mobile{
- padding: 0;
- }
- }
- &.section-bg-w{
- width: 1340px;
- max-width: 1340px;
- @include xl-desktop{
- width: 100%;
- max-width: 100%;
- }
- @include desktop{
- width: 100%;
- max-width: 100%;
- }
- @include pad{
- width: 100%;
- max-width: 100%;
- }
- @include mobile{
- width: 100%;
- max-width: 100%;
- }
- }
- }
- .section1-wrapper{
- position: absolute;
- text-align: center;
- width: 100%;
- height: auto;
- top: 30%;
- }
- .section2-wrapper{
- text-align: center;
- height: 33vh;
- @include xl-desktop{
- text-align: center;
- width: 100%;
- height: 23vh;
- }
- @include desktop{
- text-align: center;
- width: 100%;
- height: 23vh;
- }
- @include pad{
- text-align: center;
- width: 100%;
- height: 23vh;
- }
- @include mobile{
- text-align: center;
- width: 100%;
- height: 23vh;
- }
- }
- .section3-wrapper, .section4-wrapper{
- position: absolute;
- text-align: left;
- width: 100%;
- height: auto;
- top: 12%;
- @include xl-desktop{
- position: absolute;
- text-align: center;
- width: 100%;
- height: auto;
- top: 10%;
- }
- @include desktop{
- position: absolute;
- text-align: center;
- width: 100%;
- height: auto;
- top: 10%;
- }
- @include pad{
- position: absolute;
- text-align: center;
- width: 100%;
- height: auto;
- top: 10%;
- }
- @include mobile{
- position: absolute;
- text-align: center;
- width: 100%;
- height: auto;
- top: 5%;
- }
- }
- .section5-wrapper, .section6-wrapper{
- text-align: center;
- height: 15vh;
- @include xl-desktop{
- text-align: center;
- height: 15vh;
- }
- @include desktop{
- text-align: center;
- height: 15vh;
- }
- @include pad{
- text-align: center;
- height: 12vh;
- }
- @include mobile{
- text-align: center;
- width: 100%;
- height: 8vh;
- padding: .5rem 0;
- }
- }
- // ###### title #####
- .section1-title, .section2-title{
- width: 680px;
- @include xl-desktop{
- width: auto;
- height: 50vh;
- }
- @include desktop{
- width: auto;
- height: 40vh;
- }
- @include pad{
- width: auto;
- height: 35vh;
- }
- @include mobile{
- width: auto;
- height: 20vh;
- }
- }
- .section3-title{
- width: 590px;
- @include xl-desktop{
- height: 65vh;
- width: auto;
- }
- @include desktop{
- height: 60vh;
- width: auto;
- }
- @include pad{
- height: 48vh;
- width: auto;
- }
- @include mobile{
- height: 30vh;
- width: auto;
- }
- }
- .section4-title{
- width: 590px;
- @include xl-desktop{
- height: 65vh;
- width: auto;
- }
- @include desktop{
- height: 60vh;
- width: auto;
- }
- @include pad{
- height: 48vh;
- width: auto;
- }
- @include mobile{
- height: 28vh;
- width: auto;
- }
- }
- .section5-title, .section6-title{
- width: 680px;
- @include xl-desktop{
- width: auto;
- height:11vh;
- }
- @include desktop{
- width: auto;
- height:10vh;
- }
- @include pad{
- width: auto;
- height:9vh;
- }
- @include mobile{
- width: auto;
- height:6vh;
- }
- }
- // ###### content #####
- .section2-content, .section5-content, .section6-content{
- @include xl-desktop{
- display: none;
- }
- @include desktop{
- display: none;
- }
- @include pad{
- display: none;
- }
- @include mobile{
- display: none;
- }
- }
- .section2-content{
- position: absolute;
- top: 35%;
- width: 1140px;
- @include xl-desktop{
- width: 100%;
- }
- @include desktop{
- width: 100%;
- }
- @include pad{
- width: 100%;
- }
- @include mobile{
- width: 100%;
- }
- }
- .section2-mb-content-wrapper{
- display: none;
- @include xl-desktop{
- display: block;
- width: 100%;
- text-align: center;
- height: 100%;
- margin-top:15rem;
- }
- @include desktop{
- display: block;
- width: 100%;
- text-align: center;
- height: 100%;
- margin-top:10rem;
- }
- @include pad{
- display: block;
- width: 100%;
- text-align: center;
- height: 100%;
- margin: 0;
- margin-top:10rem;
- }
- @include mobile{
- display: block;
- width: 100%;
- text-align: center;
- height: 100%;
- margin: 0;
- }
- }
- .section2-mb-content{
- display: none;
- @include xl-desktop{
- display: block;
- background-image: url(../../images/ps_lists/section2_content_mb.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- width: 100%;
- height: 100%;
- }
- @include desktop{
- display: block;
- background-image: url(../../images/ps_lists/section2_content_mb.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- width: 100%;
- height: 100%;
- }
- @include pad{
- display: block;
- background-image: url(../../images/ps_lists/section2_content_mb.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- width: 100%;
- height: 100%;
- }
- @include mobile{
- display: block;
- background-image: url(../../images/ps_lists/section2_content_mb.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- width: 100%;
- height: 100%;
- }
- }
- .section2-mb-content-all{
- @include xl-desktop{
- width: auto;
- height: 240vh;
- }
- @include desktop{
- width: auto;
- height: 210vh;
- }
- @include pad{
- width: auto;
- height: 180vh;
- }
- @include mobile{
- width: auto;
- height: 150vh;
- }
- }
- .section5-mb-content-all{
- @include xl-desktop{
- width: auto;
- height: 220vh;
- }
- @include desktop{
- width: auto;
- height: 170vh;
- }
- @include pad{
- width: auto;
- height: 120vh;
- }
- @include mobile{
- width: auto;
- height: 70vh;
- }
- }
- .section6-mb-content-all{
- @include xl-desktop{
- width: auto;
- height: 95vh;
- }
- @include desktop{
- width: auto;
- height: 80vh;
- }
- @include pad{
- width: auto;
- height: 60vh;
- }
- @include mobile{
- width: auto;
- height: 33vh;
- }
- }
- .section5-content{
- background-image: url(../../images/ps_lists/section5_content.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- width: 100%;
- height: 600px;
- min-height: 600px;
- position: relative;
- .arrow-wrapper{
- width: 100%;
- height: 20%;
- display: flex;
- position: absolute;
- top: 42%;
- }
- .arrow-icon{
- width: 10%;
- max-width: 10%;
- flex: 0 0 50%;
- height: 100%;
- position: absolute;
- &.arrow-icon-r{
- left: 75%;
- }
- &.arrow-icon-l{
- left: 15%;
- }
- }
- }
- .section5-mb-content-wrapper{
- display: none;
- @include xl-desktop{
- display: block;
- width: 100%;
- height: 80%;
- margin: 1rem auto;
- margin: 0;
- text-align: center;
- }
- @include desktop{
- display: block;
- width: 100%;
- height: 80%;
- margin: 1rem auto;
- margin: 0;
- text-align: center;
- }
- @include pad{
- display: block;
- width: 100%;
- height: 80%;
- margin: 1rem auto;
- margin: 0;
- text-align: center;
- }
- @include mobile{
- display: block;
- width: 100%;
- height: 80%;
- margin: 0;
- text-align: center;
- }
- }
- .section6-content-wrapper{
- position: relative;
- }
- .section6-content{
- background-image: url(../../images/ps_lists/section6_chart.png);
- background-repeat: no-repeat;
- background-position: left center;
- background-size: contain;
- width: 60%;
- height: 600px;
- min-height: 600px;
- }
- .section6-context-wrapper{
- height: 100%;
- min-height: 100%;
- position: absolute;
- top: 0;
- left: 25%;
- @include xl-desktop{
- display: none;
- }
- @include desktop{
- display: none;
- }
- @include pad{
- display: none;
- }
- @include mobile{
- display: none;
- }
- }
- .section6-context{
- padding-top: 2rem;
- padding-bottom: 2rem;
- }
- .section6-context-focus{
- margin: 0 -3rem;
- }
- .section6-mb-content-wrapper{
- display: none;
- @include xl-desktop{
- display: block;
- width: 100%;
- height: 90%;
- margin: 0;
- text-align: center;
- }
- @include desktop{
- display: block;
- width: 100%;
- height: 90%;
- margin: 0;
- text-align: center;
- }
- @include pad{
- display: block;
- width: 100%;
- height: 90%;
- margin: 0;
- text-align: center;
- }
- @include mobile{
- display: block;
- width: 100%;
- height: 90%;
- margin: 0;
- text-align: center;
- }
- }
- .section7-content{
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: rgba(255,255,255, 0.5);
- position: relative;
- @include xl-desktop{
- display: block;
- }
- @include desktop{
- display: block;
- }
- @include pad{
- display: block;
- }
- @include mobile{
- display: block;
- }
- .section7-content-btn1{
- position: absolute;
- display: block;
- width: 40%;
- bottom: 5%;
- left: 30%;
- padding: 3rem 0;
- opacity: 0;
- transform: translate3d(10px, 3px, 0px);
- -webkit-transform: translate3d(10px, 3px, 0px);
- -moz-transform: translate3d(10px, 3px, 0px);
- -ms-transform: translate3d(10px, 3px, 0px);
-
- @include xl-desktop{
- display: block;
- width: 50%;
- bottom: 5%;
- left: 25%;
- padding: 3rem 0;
- }
- @include desktop{
- display: block;
- width: 50%;
- bottom: 2%;
- left: 25%;
- padding: 2.8rem 0;
- }
- @include pad{
- display: block;
- width: 50%;
- bottom: 2%;
- left: 25%;
- padding: 1.8rem 0;
- }
-
- @include mobile{
- display: block;
- width: 50%;
- bottom: 3%;
- left: 25%;
- padding: .8rem 0rem;
- }
- }
- .section7-content-btn-wrapper{
- font-family: 'Microsoft JhengHei', Helvetica,Noto Sans TC,Roboto,Arial,sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- position: absolute;
- bottom: 5%;
- left: 40%;
- text-shadow: 2px 2px #cdcdcd;
- @include xl-desktop{
- bottom: 6%;
- left: 33%;
- }
- @include desktop{
- bottom: 6%;
- left: 33%;
- }
- @include pad{
- bottom: 4%;
- left: 33%;
- }
- @include mobile{
- bottom: 4%;
- left: 33%;
- }
- }
- .section7-content-btn{
- border: 3px solid #fc5c3f;
- color: #fc5c3f;
- padding: 1rem 5rem;
- background-color: #FFF;
- width: 280px;
- text-align: center;
- font-size: 18px;
- font-weight: bold;
- letter-spacing: 1px;
- @include xl-desktop{
- border: 3px solid #fc5c3f;
- padding: 1rem 1rem;
- width: 340px;
- font-size: 16px;
- }
- @include desktop{
- border: 2px solid #fc5c3f;
- padding: 1rem 1rem;
- width: 280px;
- font-size: 16px;
- }
- @include pad{
- border: 1px solid #fc5c3f;
- padding: 1rem 1rem;
- width: 210px;
- font-size: 16px;
- }
- @include mobile{
- border: 1.5px solid #fc5c3f;
- padding: .3rem 0;
- width: 33vw;
- font-size: 14px;
- }
- &:hover, &:active, &:focus{
- color: #FFF;
- background-color: #fc5c3f;
- border-color: #fc5c3f;
- outline: none;
- }
- }
- }
- .section8-content{
- font-family: 'Microsoft JhengHei', Helvetica,Noto Sans TC,Roboto,Arial,sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- width: 100%;
- height: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- padding: 0 12rem;
- color: #212529;
- @include desktop{
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- padding: 0 1rem;
- }
- @include pad{
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- padding: 0 1rem;
- }
- @include mobile{
- display: none;
- }
- span{
- font-size: 14px;
- font-weight: bold;
- @include desktop{
- font-size: 14px;
- }
- @include pad{
- font-size: 14px;
- }
- @include mobile{
- display: none;
- }
- }
- a{
- color: inherit;
- &:hover{
- color: inherit;
- text-decoration: none;
- }
- }
- }
- .section8-mb-content{
- display: none;
- @include mobile{
- font-family: 'Microsoft JhengHei', Helvetica,Noto Sans TC,Roboto,Arial,sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- font-weight: bold;
- display: block;
- text-align: center;
- font-size: 12px;
- padding: .5rem 0;
- color: #212529;
- }
- a{
- color: inherit;
- &:hover{
- color: inherit;
- text-decoration: none;
- }
- }
- }
|