12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553 |
- body {
- font-family: 'Helvetica Neue';
- }
- a:focus {
- outline: none;
- }
- a:focus-visible {
- outline: none;
- }
- button:focus-visible {
- outline: none;
- }
- img:focus-visible {
- outline: none;
- }
- .sec-00 .container-fluid {
- height: 110px;
- }
- @media (min-width: 480px) {
- .sec-00 .container-fluid {
- height: 200px;
- }
- }
- .sec-00__slider {
- width: 100%;
- height: 100%;
- }
- .sec-00 .slide-item {
- height: 110px;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-00 .slide-item {
- height: 200px;
- background-size: contain;
- }
- }
- .navbar {
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: white !important;
- z-index: 99;
- }
- .navbar-toggler {
- padding-left: 0;
- border-color: transparent !important;
- }
- .navbar-toggler:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-toggler-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- justify-items: center;
- }
- .navbar-toggler-icon i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- .navbar-search {
- padding-right: 2px;
- }
- .navbar-brand {
- font-size: 1.5rem;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-01 {
- padding-top: 58px;
- }
- .sec-01 {
- padding: 0 1.5rem;
- margin-top: 1.5rem;
- }
- @media screen and (max-width: 385px) {
- .sec-01 {
- padding: 0 1rem;
- }
- }
- .sec-01 .col {
- text-align: center;
- vertical-align: bottom;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: end;
- -ms-flex-align: end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- @media screen and (max-width: 363px) {
- .sec-01 .col {
- padding: 0 .3rem;
- }
- .sec-01 .col.special {
- padding-left: 0;
- padding-right: .4rem;
- }
- }
- .sec-01 .col img {
- margin: 0 auto;
- margin-bottom: 0;
- vertical-align: baseline;
- }
- .sec-01 .col img:focus-visible {
- outline: none;
- }
- .sec-01 .slick-dots {
- width: 16%;
- margin: 0 auto;
- margin-top: 1.5rem;
- height: 5px;
- background-color: #d6d6d6;
- border-radius: 2rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: static;
- }
- .sec-01 .slick-dots li {
- margin: 0px;
- width: 50%;
- }
- .sec-01 .slick-dots li.slick-active button {
- background-color: #EE7800;
- }
- .sec-01 .slick-dots li button {
- padding: 0;
- width: 100%;
- height: 5px;
- border-radius: 2rem;
- }
- .sec-01 .slick-dots li button::before {
- opacity: 0;
- }
- .sec-01 .slick-dotted.slick-slider {
- margin-bottom: 0;
- }
- .sec-02 {
- margin: 1.5rem 0;
- margin-bottom: 2rem;
- }
- .sec-02__slider {
- width: 100%;
- height: 100%;
- }
- .sec-02__slider .slide-item {
- height: 34.5vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-02__slider .slide-item {
- height: 130vh;
- }
- }
- .sec-03 {
- margin-bottom: .8rem;
- }
- .sec-03__tabdiv {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- border-bottom: 3px solid rgba(221, 221, 221, 0.863);
- padding-left: .9rem;
- padding-right: .9rem;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sec-03__tabdiv .more {
- padding-bottom: .4rem;
- }
- .sec-03__tabdiv .nav-item {
- position: relative;
- padding-right: 6px;
- padding-left: 6px;
- }
- .sec-03__tabdiv .nav-item::after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 60%;
- left: 0;
- top: 5px;
- background-color: transparent;
- border-right: 1px solid #b3b3b3;
- z-index: -1;
- }
- .sec-03__tabdiv .nav-item:nth-of-type(3)::after {
- display: none;
- }
- .sec-03__tabdiv .nav-item-link {
- color: black;
- font-weight: 400;
- font-size: 1.2rem;
- padding-bottom: .35rem;
- border: none;
- position: relative;
- }
- @media screen and (max-width: 385px) {
- .sec-03__tabdiv .nav-item-link {
- font-size: 1.1rem;
- }
- }
- .sec-03__tabdiv .nav-item-link.active {
- color: #EE7800;
- }
- .sec-03__tabdiv .nav-item-link::before {
- position: absolute;
- content: " ";
- width: 101%;
- height: 100%;
- left: -2px;
- top: 3px;
- border: none;
- background-color: transparent;
- border-bottom: 3px solid #EE7800;
- opacity: 0;
- }
- .sec-03__tabdiv .nav-item-link.active::before {
- opacity: 1;
- }
- .sec-03 .tab-content {
- padding: .8rem 0;
- }
- .sec-03 .tab-pane {
- height: 100%;
- }
- .sec-03 .tabpar {
- min-width: 100%;
- height: 100%;
- overflow-x: auto;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 0 12px;
- -ms-overflow-style: none;
- /* IE and Edge */
- scrollbar-width: none;
- }
- .sec-03 .tabpar::-webkit-scrollbar {
- display: none;
- }
- .sec-03 .tabpar__card {
- margin: 3px;
- display: inline-block;
- min-width: 350px;
- font-size: 14px;
- }
- .sec-03 .tabpar__card__imgfr {
- width: 100%;
- height: 29vh;
- overflow: hidden;
- position: relative;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-03 .tabpar__card__imgfr {
- height: 55vh;
- }
- }
- .sec-03 .tabpar__card__play {
- position: absolute;
- right: 1.2rem;
- bottom: 1rem;
- width: 2.5rem;
- }
- .sec-04 {
- background-color: #F4F4F4;
- padding: 1.5rem 1rem;
- }
- .sec-04 .container {
- margin: 0 auto;
- }
- .sec-04 .card {
- -webkit-box-shadow: 1px 2px 8px 1px #d6d6d6;
- box-shadow: 1px 2px 8px 1px #d6d6d6;
- text-decoration: none;
- }
- .sec-04 .card-title {
- font-size: 1.1rem;
- line-height: 1.6rem;
- color: #4C4C4C;
- font-weight: 500;
- }
- .sec-04 .card__imgfr {
- width: 100%;
- }
- .sec-04 .card__imgfr img {
- width: 100%;
- height: 100%;
- }
- .sec-05__video {
- width: 100%;
- height: 30vh;
- position: relative;
- }
- @media (min-width: 480px) {
- .sec-05__video {
- height: 100vh;
- }
- }
- .sec-05__video__play {
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 3.5rem;
- height: 3.5rem;
- }
- .sec-05__video__imgfr {
- width: 100%;
- height: 30vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-05__video__imgfr {
- height: 100vh;
- }
- }
- .sec-05 p {
- font-size: 14px;
- text-align: center;
- }
- .sec-06 .carousel {
- height: 32vh;
- }
- @media (min-width: 480px) {
- .sec-06 .carousel {
- height: 100vh;
- }
- }
- .sec-06 .carousel-inner {
- height: 100%;
- overflow: hidden;
- }
- .sec-06 .carousel-item {
- height: 100%;
- width: 100%;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- .sec-06 .carousel-control-next, .sec-06 .carousel-control-prev {
- height: 2.5rem;
- top: calc(50% - 1.25rem);
- }
- .sec-06 .carousel-control-next-icon, .sec-06 .carousel-control-prev-icon {
- width: 2.5rem;
- height: 2.5rem;
- }
- @media (min-width: 480px) {
- .sec-07 {
- margin-bottom: 1.5rem;
- }
- }
- .sec-07__slider {
- width: 100%;
- }
- .sec-07__imgfr {
- width: 100%;
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-07__imgfr {
- height: 43vh;
- }
- }
- .sec-07__cardtxt {
- font-size: 14px;
- padding-right: .6rem;
- }
- .sec-07 .slick-dots {
- width: 15%;
- margin: 0 auto;
- margin-top: 1rem;
- height: 5px;
- background-color: #d6d6d6;
- border-radius: 1rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: static;
- }
- .sec-07 .slick-dots li {
- margin: 0px;
- width: 33.33%;
- }
- .sec-07 .slick-dots li.slick-active button {
- background-color: #EE7800;
- }
- .sec-07 .slick-dots li button {
- padding: 0;
- width: 100%;
- height: 5px;
- border-radius: 1rem;
- }
- .sec-07 .slick-dots li button::before {
- opacity: 0;
- }
- .sec-07 .slick-dotted.slick-slider {
- margin-bottom: 0;
- }
- .sec-08 {
- padding: 1.5rem 0;
- }
- .sec-08__slider {
- height: 100%;
- }
- .sec-08__slider .slide-item {
- height: 24vh;
- background-position: center center;
- background-size: contain;
- background-repeat: no-repeat;
- }
- .sec-09 {
- margin-bottom: 1rem;
- }
- .sec-09__cardgrp {
- width: 100%;
- height: 28vh;
- box-shadow: 0 4px 2px -2px #d8d8d8;
- -webkit-box-shadow: 0 4px 2px -2px #d8d8d8;
- -moz-box-shadow: 0 4px 2px -2px #d8d8d8;
- }
- .sec-09__cardgrp::-webkit-scrollbar {
- display: none;
- }
- @media (min-width: 480px) {
- .sec-09__cardgrp {
- height: 52vh;
- }
- }
- .sec-09__card {
- margin: 5px;
- text-align: center;
- }
- .sec-09__card__imgfr {
- width: 100%;
- position: relative;
- height: 20vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- @media (min-width: 480px) {
- .sec-09__card__imgfr {
- height: 42vh;
- }
- }
- .sec-09__card__play {
- position: absolute;
- right: .8rem;
- bottom: .8rem;
- width: 2rem;
- }
- .sec-09__card p {
- font-size: 12.5px;
- margin-top: .5rem;
- }
- .sec-10 {
- margin-bottom: 1.5rem;
- /* &__imgfr {
- width: 100%;
- height: 100%;
- img{
- width: 100%;
- }
- } */
- }
- .sec-10__slider {
- width: 100%;
- }
- .sec-10__slider .slide-item {
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- @media (min-width: 480px) {
- .sec-10__slider .slide-item {
- height: 43vh;
- }
- }
- .sec-10__card__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- .sec-10__cardtxt {
- font-size: 14px;
- }
- .sec-11__slider {
- width: 100%;
- }
- .sec-11__slider .slide-item {
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- @media (min-width: 480px) {
- .sec-11__slider .slide-item {
- height: 43vh;
- }
- }
- .sec-11__imgfr {
- width: 100%;
- height: 100%;
- }
- .sec-11__imgfr img {
- width: 100%;
- }
- .sec-11__card__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- .sec-11__cardtxt {
- font-size: 14px;
- }
- .sec-guessLike__title {
- display: block;
- text-align: center;
- position: relative;
- }
- .sec-guessLike__title::before, .sec-guessLike__title::after {
- position: absolute;
- content: " ";
- width: 40%;
- height: 0rem;
- border-top: 1px solid black;
- top: 50%;
- }
- .sec-guessLike__title::before {
- left: 0;
- }
- .sec-guessLike__title::after {
- left: 60%;
- }
- .sec-guessLike__img {
- height: 14vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- background-image: url("https://images.hhh.com.tw/uploads/_hcase_orig/designer355_14_02.jpg");
- }
- .sec-guessLike__txt {
- font-size: 14px;
- }
- .morelink {
- text-decoration: none;
- color: #EE7800;
- }
- .morelink:hover {
- color: #EE7800;
- }
- .fixed_menu {
- height: 78px;
- position: fixed;
- z-index: 4;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- }
- @media (min-width: 480px) {
- .fixed_menu {
- height: 50px;
- }
- }
- @media (min-width: 480px) {
- .fixed_menu .row {
- height: 50px;
- }
- }
- @media (min-width: 480px) {
- .fixed_menu__box {
- width: 100%;
- height: 100%;
- }
- }
- .fixed_menu__box img:focus-visible {
- outline: none;
- }
- @media (min-width: 480px) {
- .fixed_menu__box img {
- width: 100%;
- height: 100%;
- }
- }
- .sec-menu {
- display: none;
- z-index: 105;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-menu-block {
- padding-top: 61px;
- margin: 0;
- -webkit-transition: -webkit-transform .5s;
- transition: -webkit-transform .5s;
- transition: transform .5s;
- transition: transform .5s, -webkit-transform .5s;
- position: fixed;
- top: 0;
- left: -100%;
- right: 0;
- height: 100%;
- overflow-y: scroll;
- max-width: 100%;
- background-color: white;
- }
- .sec-menu-block.slidein {
- -webkit-animation: slidein 0.3s forwards;
- animation: slidein 0.3s forwards;
- }
- .sec-menu-block.slideout {
- -webkit-animation: slideout 0.3s forwards;
- animation: slideout 0.3s forwards;
- }
- .sec-menu-list {
- background: white;
- margin-bottom: 0;
- }
- .sec-menu-list .navbar-nav {
- padding: 0 2rem;
- width: 100%;
- }
- .sec-menu-list .navbar-nav .dropdown-menu {
- border: none;
- padding: 0;
- height: 0;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .sec-menu-list .navbar-nav .dropdown-menu.show {
- height: -webkit-fit-content;
- height: -moz-fit-content;
- height: fit-content;
- opacity: 1;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
- padding-left: 3rem;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item.active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:focus {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
- padding-left: 6rem;
- }
- .sec-menu-list .nav-item {
- font-size: 17px;
- display: block;
- width: 100%;
- }
- .sec-menu-list .nav-link {
- padding-top: 11px;
- padding-bottom: 8px;
- color: #707070;
- position: relative;
- }
- .sec-menu-list .nav-link .link_div {
- width: 25px;
- }
- .sec-menu-list .nav-link a {
- color: #707070;
- text-decoration: none;
- }
- .sec-menu-list .nav-link.show i {
- -webkit-transform: rotate(-180deg);
- transform: rotate(-180deg);
- }
- .sec-menu-list .nav-link .expand {
- position: absolute;
- right: 10px;
- }
- .sec-menu-list .nav-link .expand i {
- font-size: 11px;
- color: #D3D3D3;
- -webkit-transition: all .5s;
- transition: all .5s;
- }
- .sec-menu-list .nav-link.text-main {
- color: #EE7800;
- }
- .sec-menu-list .sub-link .expand {
- position: absolute;
- right: 20px;
- top: 8px;
- width: 1.5rem;
- text-align: center;
- }
- .sec-menu-list .sub-menu {
- display: none;
- }
- .sec-menu-list .sub-menu.show {
- display: block;
- }
- .sec-menu-list hr {
- margin: 3px 0;
- background-color: #bbbbbb;
- }
- .sec-menu-follows {
- padding: 2rem 2.5rem;
- background-color: #e6e6e6ef;
- margin-top: -9px;
- }
- .sec-menu-follows-title {
- color: #797979;
- font-size: 14px;
- }
- .sec-menu-links {
- margin-bottom: 2.5rem;
- }
- .sec-menu-links a {
- color: #797979;
- text-decoration: none;
- display: inline-block;
- padding: 1px 0;
- border-bottom: 1px solid #acacac;
- margin: 0 .6rem;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- }
- @media screen and (max-width: 385px) {
- .sec-menu-links a {
- margin: 0 .4rem;
- }
- }
- .sec-menu .follows-fp {
- color: #797979;
- text-decoration: none;
- font-weight: 400;
- display: block;
- padding-left: .5rem;
- }
- .sec-menu .follows-fp:nth-of-type(1) {
- margin-bottom: .6rem;
- }
- .sec-menu .copyright {
- color: #797979;
- font-size: 13px;
- }
- @-webkit-keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @-webkit-keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- @keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- .sec-search {
- display: none;
- z-index: 107;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-search-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: scroll;
- background-color: rgba(0, 0, 0, 0.774);
- }
- .sec-search-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-search-list hr {
- background-color: #aaaaaa;
- }
- .sec-search-form {
- width: 100%;
- }
- .sec-search .searchBar {
- font-size: 17px;
- padding: .5rem .3rem;
- display: inline-block;
- width: 88%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5px;
- }
- .sec-search .searchBtn {
- outline: none;
- border: none;
- background-color: transparent;
- display: inline-block;
- width: 10%;
- }
- .sec-search-hots {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-search-hots__title {
- color: #AAAAAA;
- font-size: 18px;
- font-weight: 400;
- padding-top: .5rem;
- }
- .sec-search-hots__link {
- display: inline-block;
- text-decoration: none;
- color: #797979;
- border: 1px solid #797979;
- border-radius: 3rem;
- padding: .3rem .5rem;
- margin-right: .8rem;
- margin-bottom: .8rem;
- }
- .sec-search-hots__link:hover {
- color: #797979;
- }
- .sec-login {
- display: none;
- z-index: 109;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-login-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: hidden;
- background-color: #F3F3F3;
- }
- .sec-login-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-login-list hr {
- background-color: #aaaaaa;
- }
- .sec-login-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-match {
- display: none;
- z-index: 109;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-match-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: hidden;
- background-color: white;
- }
- .sec-match-list {
- background-color: white;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-match-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-match p {
- color: #707070;
- }
- .sec-match__imgfr {
- width: 100%;
- height: 14rem;
- background-position: center;
- background-size: cover;
- }
- .sec-match__designer {
- width: 80%;
- height: 12rem;
- background-position: center;
- background-size: cover;
- border-radius: 50%;
- }
- .sec-match .btn-match {
- outline: none;
- border: none;
- color: #EE7800;
- border: 1px solid #EE7800;
- background-color: transparent;
- border-radius: 10px;
- padding: .3rem .6rem;
- -webkit-transition: all .3s;
- transition: all .3s;
- }
- .sec-match .btn-match:hover {
- background-color: #EE7800;
- color: white;
- }
- .sec-match .container__row {
- border-bottom: 1px solid #B2B2B2;
- }
- .sec-match .container__row:last-of-type {
- border-bottom: none;
- }
- .sec-result {
- padding: .5rem;
- }
- .sec-result p {
- color: #707070;
- }
- .sec-result__imgfr {
- width: 90%;
- height: 18rem;
- background-image: url(https://images.hhh.com.tw/uploads/_hcolumn_orig/point05_244_01.jpg);
- background-position: center;
- background-size: cover;
- }
- .sec-result__designer {
- background-image: url(https://cloud.hhh.com.tw/upload/_hdesigner/img_path_611_20190318172644.jpg);
- width: 6rem;
- height: 6rem;
- background-position: center;
- background-size: cover;
- border-radius: 50%;
- }
- .sec-result .btn-match {
- outline: none;
- border: none;
- color: #EE7800;
- border: 1px solid #EE7800;
- background-color: transparent;
- padding: .4rem .8rem;
- -webkit-transition: all .3s;
- transition: all .3s;
- }
- .sec-result .btn-match:hover {
- background-color: #EE7800;
- color: white;
- }
- .sec-result .container__row {
- border: 1px solid #B2B2B2;
- margin-bottom: 1rem;
- }
- .sec-result__consulting {
- color: #707070;
- }
- .sec-result__num {
- color: #EE7800;
- }
- .sec-favor {
- display: block;
- z-index: 111;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-favor-title {
- color: #4C4C4C;
- font-size: 18px;
- }
- .sec-favor-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: auto;
- background-color: #F3F3F3;
- }
- .sec-favor-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-favor-list hr {
- background-color: #aaaaaa;
- }
- .sec-favor-form .form-user, .sec-favor-checklist .form-user {
- width: 50%;
- color: #707070;
- font-size: 16px;
- }
- .sec-favor-form .form-progressbar, .sec-favor-checklist .form-progressbar {
- width: 50%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sec-favor-form .form-progressbar li, .sec-favor-checklist .form-progressbar li {
- width: 1.6rem;
- height: 1.6rem;
- border-radius: 50%;
- border: 2px solid #D3D3D3;
- line-height: 1.4rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- position: relative;
- color: #D3D3D3;
- background-color: #F3F3F3;
- z-index: 2;
- }
- .sec-favor-form .form-progressbar li.active, .sec-favor-checklist .form-progressbar li.active {
- border: 2px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form .form-progressbar li.active::before, .sec-favor-checklist .form-progressbar li.active::before {
- border-top: 2px solid #EE7800;
- }
- .sec-favor-form .form-progressbar li::before, .sec-favor-checklist .form-progressbar li::before {
- position: absolute;
- content: " ";
- width: 4rem;
- height: 0;
- border-top: 2px dashed #D3D3D3;
- right: 100%;
- top: 50%;
- z-index: 1;
- }
- .sec-favor-form .form-progressbar li:nth-of-type(1)::before, .sec-favor-checklist .form-progressbar li:nth-of-type(1)::before {
- display: none;
- }
- .sec-favor-form .form-step, .sec-favor-checklist .form-step {
- background-color: white;
- border-radius: 3px;
- padding: 1.5rem 1rem;
- padding-bottom: 1.5rem;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- overflow: visible;
- }
- .sec-favor-form .form-step .next, .sec-favor-checklist .form-step .next {
- padding: .6rem 5rem;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- border: none;
- outline: none;
- }
- .sec-favor-form .form-step1, .sec-favor-checklist .form-step1 {
- display: block;
- }
- .sec-favor-form .form-step2, .sec-favor-checklist .form-step2 {
- display: none;
- }
- .sec-favor-form .form-step3, .sec-favor-checklist .form-step3 {
- display: none;
- position: relative;
- padding-bottom: 1.5rem;
- }
- .sec-favor-form input[type="checkbox"], .sec-favor-form input[type="radio"], .sec-favor-checklist input[type="checkbox"], .sec-favor-checklist input[type="radio"] {
- display: none;
- }
- .sec-favor-form .imgfr, .sec-favor-checklist .imgfr {
- background-image: url("../images/2_2.webp");
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- width: 100%;
- height: 4.5rem;
- border-radius: 8px;
- border: 2px solid transparent;
- }
- .sec-favor-form h4, .sec-favor-checklist h4 {
- color: #AAAAAA;
- font-size: 15px;
- font-weight: 400;
- }
- .sec-favor-form input[type="checkbox"]:checked + .fs-label-info .imgfr, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-info .imgfr {
- border: 2px solid #EE7800;
- }
- .sec-favor-form input[type="checkbox"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form input[type="radio"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="radio"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form .step3-block, .sec-favor-checklist .step3-block {
- margin-bottom: 1rem;
- }
- .sec-favor-form .step3-block:nth-of-type(3), .sec-favor-checklist .step3-block:nth-of-type(3) {
- margin-bottom: 0;
- }
- .sec-favor-form .step3-block-title, .sec-favor-checklist .step3-block-title {
- color: #AAAAAA;
- display: block;
- margin-bottom: .5rem;
- font-size: 1rem;
- }
- .sec-favor-form .step3-block .radio, .sec-favor-checklist .step3-block .radio {
- display: inline-block;
- padding: .25rem .7rem;
- margin-right: .4rem;
- border: 1px solid #707070;
- border-radius: 2rem;
- color: #797979;
- margin-bottom: .5rem;
- }
- .sec-favor-form .skip, .sec-favor-checklist .skip {
- padding: .3rem 1rem;
- color: #AAAAAA;
- border: none;
- outline: none;
- background-color: transparent;
- }
- .sec-favor-form .btngrp, .sec-favor-checklist .btngrp {
- /* position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -6rem; */
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .sec-favor-form .btngrp .next, .sec-favor-checklist .btngrp .next {
- -webkit-transform: translateY(0rem);
- transform: translateY(0rem);
- }
- .sec-favor-checklist .form-user {
- margin: 0 auto;
- text-align: center;
- margin-bottom: 1rem;
- }
- .sec-favor-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .text-main {
- color: #EE7800;
- }
- .text-phone {
- color: #EA068C;
- text-decoration: none;
- }
- #videoModal .modal-content {
- background-color: transparent;
- border: none;
- height: 30vh;
- }
- #videoModal .modal-content .modal-body {
- width: 100%;
- height: 100%;
- }
- #videoModal .modal-content iframe {
- width: 100%;
- height: 100%;
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 8rem;
- }
- @media (min-width: 480px) {
- .fixed-btn {
- bottom: 5rem;
- }
- }
- .fixed-btn .btn-gotop, .fixed-btn .btn-match {
- padding: 1.2rem .8rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- }
- .fixed-btn .btn-match {
- padding: .4rem .2rem;
- background-color: white;
- font-size: 1em;
- word-spacing: 5px;
- width: 57px;
- text-align: center;
- position: relative;
- background-color: #EE7800;
- color: white;
- }
- .match__next {
- outline: none;
- border: none;
- background-color: #EE7800;
- border-radius: .3rem;
- padding-top: .5rem;
- padding-bottom: .5rem;
- color: white;
- }
- .match__next2, .last-step {
- outline: none;
- border: none;
- background-color: #EE7800;
- border-radius: .3rem;
- padding-top: .5rem;
- padding-bottom: .5rem;
- color: white;
- }
- .btn-call {
- color: #EA068C;
- padding: .6rem 1.5rem;
- border: 1px solid #EA068C;
- border-radius: 2rem;
- background-color: transparent;
- text-decoration: none;
- }
- .btn-call:hover {
- color: #EA068C;
- }
- .small {
- font-size: .7rem;
- }
- /*# sourceMappingURL=main.css.map */
|