12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637 |
- body {
- font-family: 'Helvetica Neue';
- }
- .sec-00 {
- background-color: rgb(202, 202, 202);
- transition-property: height;
- transition-duration: 300ms;
-
- &__close {
- position: absolute;
- top: 0;
- right: 20px;
- width: 50px;
- height: 30px;
- background-color: hsla(0,0%,100%,.66);
- border-radius: 0 0 50px 50px;
- color: #888;
- border: none;
- outline: none;
- font-size: 11px;
- box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- line-height: 12px;
- }
- &.bannerClose {
- height: 0;
- overflow: hidden;
- transition-property: height;
- transition-duration: 300ms;
- }
- .container-fluid {
- background-color: rgb(202, 202, 202);
- // height: 295px;
- // @media (max-width: 1850px) {
- // height: 260px;
- // }
- // @media (max-width: 1550px) {
- // height: 230px;
- // }
- // @media (max-width: 1100px) {
- // height: 200px;
- // }
- }
- &__slider {
- margin: 0 auto;
- width: 100%;
- height: 100%;
- max-width: 1310px;
- padding-top: 20px;
- padding-bottom: 24px;
- @media (max-width: 1850px) {
- max-width: 1310px;
- }
- @media (max-width: 1550px) {
- max-width: 1310px;
- }
- .slide-item {
- width: 100%;
- height: 100%;
- max-width: 1310px;
- max-height: 300px;
- -o-object-fit: contain;
- object-fit: contain;
- height: 300px;
- cursor: pointer;
-
- }
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- @-webkit-keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- @keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- .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;
- .container-fluid {
- padding:0 2.5rem;
- @media (max-width: 1100px) {
- padding:0 .6rem;
- }
- }
- &-toggler {
- padding-left: 0;
- border-color: transparent !important;
- &:focus {
- box-shadow: none;
- }
- }
- &-toggler-icon {
- display: flex;
- justify-items: center;
- i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- }
- &-search, &-login {
- padding-right: 2px;
- }
- &-login {
- cursor: pointer;
- }
- &-search {
- &-magnify {
- cursor: pointer;
- }
- }
- &-brand {
- font-size: 1.5rem;
- &.navbar-logo {
- display: flex;
- align-items: center;
- }
- .navbar-login {
- font-size: 1rem;
- color: #EE7800;
- text-decoration: none;
- }
- }
- .nav-link {
- cursor: pointer;
- @media (max-width: 1100px) {
- padding: .5rem .5rem;
- font-size: .9rem;
- }
- }
- .navbar-nav {
- .nav-item {
- margin: 0 .5rem;
- @media (max-width: 1100px) {
- margin: 0 0rem;
- }
- .dropbox {
- visibility: hidden;
- opacity: 0;
- transition: all .4s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- ul {
- padding-left: 0;
- }
- &-item {
- margin-bottom: .5rem;
- &.first {
- font-size: 1.1rem;
- font-weight: 600;
- .dropbox-link {
- color: black;
- }
- }
- }
- &-link {
- text-decoration: none;
- color: rgb(146, 146, 146);
- font-size: .85rem;
- &:hover {
- color: #EE7800;
- }
- &.dropbox-btn {
- border: 1px solid rgb(146, 146, 146);
- padding: .5rem 2rem;
- border-radius: 5px;
- width: 85%;
- min-width: 7rem;
- max-width: 11rem;
- }
- }
- &-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .container {
- max-width: 900px;
- width: 70%;
- &.stylebox {
- transform: translateX(-30%);
- }
- &.designerbox {
- transform: translateX(-5%);
- }
- &.newbox {
- transform: translateX(15%);
- }
- &.forumbox {
- transform: translateX(50%);
- }
- }
- }
- .nav-link {
- position: relative;
- }
- .nav-link:after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 90%;
- top: 0;
- right: 0;
- border-bottom: 2px solid #EE7800;
- opacity: 0;
- transform: opacity 1s;
- }
- &:hover {
- .nav-link:after {
- opacity: 1;
- }
- >.dropbox {
- visibility: visible;
- opacity: 1;
- }
- }
-
- }
- .nav-item.lg {
- .container {
- max-width: 1200px;
- width: 90%;
- }
- .dropbox-link {
- text-decoration: none;
- color: rgb(146, 146, 146);
- font-size: .7rem;
- &:hover {
- color: #EE7800;
- }
- }
- .dropbox-item {
- margin-bottom: .1rem;
- &.first {
- .dropbox-link {
- font-size: .85rem;
- }
- }
- }
- }
- }
- &-search {
- .container {
- max-width: 900px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- }
- }
- .dropbox {
- visibility: hidden;
- opacity: 0;
- transition: all .2s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- &.open {
- visibility: visible;
- opacity: 1;
- }
- &__searchtab {
- width: 100%;
- background-color: gray;
- border-radius: 3px;
- padding: .2rem 1rem;
- padding-bottom: 1rem;
- }
- &__hots {
- &__title {
- font-size: 1rem;
- color: rgb(107, 107, 107);
- }
- &__link {
- font-size: .9rem;
- color: rgb(146, 146, 146);
- text-decoration: none;
- cursor: pointer;
- margin: 0 .2rem;
- }
- }
- &__searchBar {
- &__input {
- width: 100%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5rem;
- padding: .3rem 1.2rem;
- font-size: .9rem;
- }
- &__submit {
- outline: none;
- border: none;
- font-size: .9rem;
- background-color: transparent;
- color: #EE7800;
- margin-left: -1rem;
- transform: translateX(-100%);
- padding: 0 .6rem;
- }
- }
- &__tab {
- .nav-item {
- margin: 0 .6rem;
- }
- }
- .nav-item-link {
- border: none;
- outline: none;
- font-size: 1rem;
- color: white;
- padding: 3px;
- position: relative;
- &::after {
- position: absolute;
- content: "";
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-bottom: 3px solid #EE7800;
- opacity: 0;
- }
- &.active::after {
- opacity: 1;
- }
- }
-
- }
- .dropbox-tab-content {
- .tabpar {
- display: flex;
- padding-top: .5rem;
- .col {
- margin: 0 .6rem;
- }
- .select {
- font-size: 1rem;
- padding: .6rem;
- border-radius: 3px;
- color: rgb(116, 116, 116);
- }
- button {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .image-search {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- }
- .article-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .home-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- }
- }
- }
- }
- .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
- opacity: 1;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-02 {
- padding-top: 53.5px;
- }
- .sec-02 {
- &__slider {
- width: 100%;
- height: 100%;
- .slide-item {
- width: 100%;
- height: 74vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- cursor: pointer;
- }
-
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- .slick-prev {
- left: 15px;
- z-index: 3;
- }
- .slick-next {
- right: 15px;
- }
- }
- .sec-04 {
- background-color: #F4F4F4;
- padding: 4rem 1rem;
- .container {
- max-width: 950px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- }
- }
- .card {
- box-shadow: 1px 2px 8px 1px rgb(214, 214, 214);
- text-decoration: none;
- cursor: pointer;
- transition: all .6s;
- &-title {
- font-size: 1.4rem;
- line-height: 1.8rem;
- color: #4C4C4C;
- font-weight: 500;
- transition: all 2s;
- }
- &__imgfr {
- width: 100%;
- img {
- width: 100%;
- height: 100%;
- }
- }
- &:hover {
- transform: scale(1.05);
- }
- }
- }
- .sec-guessLike {
- .container {
- margin:0 auto;
- padding: 2rem 2rem;
- max-width: 1050px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__titlebox {
- &-h2 {
- margin: 0 auto;
- font-size: 1.8rem;
- font-weight: 600;
- color: rgb(83, 83, 83);
- padding: .8rem 0;
- border-bottom: 6px solid #EE7800;
- display: inline-block;
- }
- }
- &__title {
- display: block;
- text-align: center;
- position: relative;
- font-size: 1.2rem;
- margin-bottom: .8rem;
- &::before, &::after {
- position: absolute;
- content: " ";
- width: 40%;
- height: 0rem;
- border-top: 1px solid black;
- top: 50%;
- }
- &::before {
- left: 0;
- }
- &::after {
- left: 60%;
- }
- }
- &__article {
- h5 {
- font-size: 1.1rem;
- }
- p {
- font-size: 14px;
- }
- }
- &__case {
- p {
- font-size: 1.1rem;
- font-weight: 500;
- }
- }
- &__card {
- width: 100%;
- overflow: hidden;
- height: 26vh;
- position: relative;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
-
- &.special {
- height: 45vh;
- }
- &__img {
- width: 100%;
- transition: all .8s;
- }
- &__txt {
- position: absolute;
- bottom: 1rem;
- left: 3rem;
- color: white;
- z-index: 2;
- font-size: 600;
- text-shadow: 1px 1px 2px gray;
- }
- }
- &__video__play {
- position: absolute;
- width: 2.5rem;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- }
- .sec-05 {
- border-top: 1px solid rgb(187, 187, 187);
- padding-bottom: 2rem;
- .container {
- margin:0 auto;
- padding: 0 2rem;
- max-width: 1050px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__tabdiv {
- box-sizing: content-box;
- align-items: center;
- justify-content: space-between;
- .more {
- padding-bottom: .4rem;
- }
- .nav {
- &-item {
- position: relative;
- padding-right: 18px;
- padding-left: 18px;
- &::after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 30%;
- left: 0;
- top: 35%;
- background-color: transparent;
- border-right: 1px solid rgb(179, 179, 179);
- z-index: -1;
- }
- &:nth-of-type(3)::after {
- display: none;
- }
- }
- &-item-link {
- color: black;
- font-weight: 500;
- font-size: 1.6rem;
- border: none;
- position: relative;
- padding: 1.5rem 0;
- outline: none;
- @media screen and(max-width: 385px) {
- font-size: 1.1rem;
- }
- &:focus {
- outline: none !important;
- }
- &.active {
- color: #EE7800;
- }
- &::before {
- position: absolute;
- content: " ";
- width: 101%;
- height: 100%;
- left: -2px;
- top: 0px;
- background-color: transparent;
- border-top: 3px solid #EE7800;
- opacity: 0;
- }
- }
- }
- .nav-item-link.active::before {
- opacity: 1;
- }
- }
- .tab-pane {
- height: 100%;
- }
- &tab-content {
- height: 35vh;
- }
- .tabpar {
- &__card {
- margin: 3px;
- position: relative;
- font-size: 14px;
- cursor: pointer;
- &__imgfr {
- width: 100%;
- height: 25vh;
- position: relative;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
-
- @media (max-width: 1100px) {
- height: 20vh;
- }
- }
- h5 {
- font-size: 1rem;
- }
- p {
- font-size: .95rem;
- font-weight: 300;
- color: gray;
- }
- &__play {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 2.5rem;
- }
- }
- }
- .slick-prev {
- top: 40%;
- left: -2rem;
- z-index: 2;
- }
- .slick-next {
- top: 40%;
- right: -2rem;
- z-index: 2;
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- .sec-06 {
- padding: 2rem 0;
- .container {
- margin:0 auto;
- padding: 1rem 2rem;
- max-width: 1050px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__title {
- h3 {
- display: inline-block;
- font-size: 1.6rem;
- padding-bottom: .5rem;
- border-bottom: 6px solid #EE7800;
- color: #535353;
- margin-bottom: 0;
- }
- }
- &__video {
- width: 100%;;
- position: relative;
- &__imgfr {
- width: 100%;
- height: 34vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- @media (max-width: 1100px) {
- height: 25vh;
- }
- }
- &__play {
- position: absolute;
- left: 50%;
- top: 50%;
- width: 2.5rem;
- height: 2.5rem;
- z-index: 2;
- transform: translate(-50%, -50%);
- }
- }
- &__videotxt {
- width: 90%;
- margin: 0 auto;
- background-color: rgba(255, 255, 255, 0.842);
- box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
- padding: .4rem .8rem;
- transform: translateY(-20%);
- font-weight: 600;
- font-size: 1.1rem;
- }
- &__btns {
- display: block;
- outline: none;
- border: none;
- padding: .4rem 1.2rem;
- width: 88%;
- margin: 0 auto;
- background-color: #ea068c;
- color: white;
- border-radius: 3px;
- box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
- transition: all .4s;
- text-decoration: none;
- &:hover {
- transform: translate(2px , 2px);
- color: white;
- }
- &__txt {
- font-weight: 600;
- }
- &:nth-of-type(2), &:nth-of-type(3) {
- padding: 1rem 1.2rem;
- // #10506d;
- }
- }
- &__card {
- width: 100%;
- &:hover .sec-06__card__imgfr {
- transform: scale(1.1);
- }
- h5 {
- font-size: 1.1rem;
- margin-bottom: .3rem;
- }
- p {
- font-size: .9rem;
- }
- &__outer {
- width: 100%;
- height: 48vh;
- overflow: hidden;
- }
- &__play {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 2.5rem;
- }
- &__imgfr {
- width: 100%;
- height: 48vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- transition: all .5s;
- position: relative;
- }
- }
- .slick-prev {
- top: 40%;
- left: .5rem;
- z-index: 2;
- }
- .slick-next {
- top: 40%;
- right: .5rem;
- z-index: 2;
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- .sec-07 {
- padding: 2rem 0;
- .container {
- margin:0 auto;
- padding: .8rem 1.2rem;
- max-width: 1050px;
- width: 70%;
- background-color: #F4F4F4;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__slider {
- height: 100%;
- .slide-item {
- height: 23vh;
- background-position: center center;
- background-size: contain;
- background-repeat: no-repeat;
- width: 100%;
- margin: 0 5px;
- cursor: pointer;
- @media (max-width: 1100px) {
- height: 18vh;
- }
- }
- }
- }
- .sec-08 {
- padding-bottom: 2.5rem;
- .container {
- margin:0 auto;
- padding: 1rem 0rem;
- max-width: 1050px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__title {
- border-bottom: 6px solid #EE7800;
- color: #535353;
- h3 {
- font-size: 1.6rem;
- }
- }
- &__slider {
- width: 100%;
- cursor: pointer;
- }
- &__imgfr {
- width: 100%;
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- @media (max-width: 1100px) {
- height: 20vh;
- }
- }
- &__card {
- h5 {
- font-size: 1rem;
- }
- p {
- font-size: .9rem;
- }
- }
- &__card__play {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 2.5rem;
- }
- &__cardtxt {
- font-size: 14px;
- padding-right: .6rem;
- }
- .slick-prev {
- top: 40%;
- left: -2rem;
- z-index: 2;
- }
- .slick-next {
- top: 40%;
- right: -2rem;
- z-index: 2;
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- .sec-09 {
- background-color: #F4F4F4;
- .container {
- margin:0 auto;
- padding: 2rem 0rem;
- max-width: 1050px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__imgfr {
- width: 100%;
- height: 25vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- @media (max-width: 1100px) {
- height: 20vh;
- }
- }
- &__card {
- margin: 5px;
- text-align: center;
- cursor: pointer;
- p {
- font-size: 14px;
- margin-top: .5rem;
- }
- &__play {
- position: absolute;
- right: .6rem;
- bottom: .6rem;
- width: 2.5rem;
- }
- }
- &__title {
- border-bottom: 6px solid #EE7800;
- color: #535353;
- h3 {
- font-size: 1.6rem;
- }
- }
- .slick-prev {
- top: 40%;
- left: -2rem;
- z-index: 2;
- }
- .slick-next {
- top: 40%;
- right: -2rem;
- z-index: 2;
- }
-
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- .sec-10 {
- padding: 2.5rem 0;
- .container {
- max-width: 1000px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__titlebox {
- border-bottom: 1px solid rgb(75, 75, 75);
- display: flex;
- justify-content: center;
- &-h2 {
- margin: 0 auto;
- font-size: 1.8rem;
- font-weight: 600;
- color: rgb(83, 83, 83);
- padding: .8rem 0;
- border-bottom: 6px solid #EE7800;
- display: inline-block;
- }
- }
- &__card {
- cursor: pointer;
- h5 {
- font-size: 1rem;
- margin-bottom: .3rem;
- }
- p {
- font-size: .95rem;
- font-weight: 300;
- color: gray;
- }
- &-img {
- width: 100%;
- height: 25vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- @media (max-width: 1100px) {
- height: 20vh;
- }
- }
- &__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- }
- }
- .sec-11 {
- padding: 2.5rem 0;
- padding-top: 1rem;
- .container {
- max-width: 1000px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- padding: 0 1rem;
- }
- }
- &__titlebox {
- border-bottom: 1px solid rgb(75, 75, 75);
- display: flex;
- justify-content: center;
- &-h2 {
- margin: 0 auto;
- font-size: 1.8rem;
- font-weight: 600;
- color: rgb(83, 83, 83);
- padding: .8rem 0;
- border-bottom: 6px solid #EE7800;
- display: inline-block;
- }
- }
- &__card {
- cursor: pointer;
- h5 {
- font-size: 1rem;
- margin-bottom: .3rem;
- }
- p {
- font-size: .95rem;
- font-weight: 300;
- color: gray;
- }
- &-img {
- width: 100%;
- height: 25vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- @media (max-width: 1100px) {
- height: 20vh;
- }
- }
- &__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- }
- }
- .footer {
- background: #e9e9e9;
- padding: 2.5rem 0;
- .container {
- @media (max-width: 1100px) {
- width: 98%;
- max-width: 950px;
- }
- }
- &__block {
- padding: 1rem 3rem;
- border-left: 1px solid rgb(143, 143, 143);
- @media (max-width: 1100px) {
- padding: 1rem 1rem;
- }
- &-title {
- font-size: 1.3rem;
- margin-bottom: 1.5rem;
- }
- &-list {
- padding-left: 0;
- }
- &:nth-of-type(1) {
- border-left: none;
- }
- &:nth-of-type(2) {
- padding: 1rem 4rem;
- @media (max-width: 1100px) {
- padding: 1rem 1rem;
- }
- }
- &-socials {
- padding-left: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- img {
- @media (max-width: 1100px) {
- width: 30px;
- }
- }
- }
- .follows-fp {
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- display: flex;
- align-items: center;
- @media (max-width: 1100px) {
- font-size: .8rem;
- }
- }
- &-phone {
- p {
- display: inline;
- @media (max-width: 900px) {
- display: block;
- }
- }
- p, span {
- font-size: .9rem;
- }
- .text-phone {
- color: #EE7800;
- text-decoration: none;
- }
- }
- &-links {
- display: flex;
- align-items: center;
- margin-top: 1rem;
- justify-content: center;
- &-grp {
- padding: .3rem;
- border-left: 1px solid rgb(185, 185, 185);
- &:nth-of-type(1) {
- border-left: none;
- }
- a {
- display: block;
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- margin-bottom: .4rem;
- @media (max-width: 1100px) {
- font-size: .8rem;
- }
- }
- }
- }
- &-subscribe {
- width: 100%;
- margin-top: 1rem;
- .subscribeBar {
- font-size: .8rem;
- width: 70%;
- margin-left: 7%;
- @media (max-width: 900px) {
- width: 75%;
- margin-left: 3%;
- font-size: .7rem;
- }
- }
- .subscribeBtn {
- width: 20%;
- padding: .4rem .6rem;
- padding-bottom: 9px;
- border: none;
- outline: none;
- background-color: rgb(41, 41, 41);
- color: white;
- border-radius: 0 3px 3px 0;
- margin-left: -.4rem;
- @media (max-width: 900px) {
- margin-left: -.3rem;
- font-size: .8rem;
- padding-top: 9px;
- padding-bottom: 10px;
- }
- }
- }
- }
- &__list-item {
- display: flex;
- align-items: center;
- text-decoration: none;
- margin-bottom: .5rem;
- p {
- color: #696969;
- font-size: .9rem;
- font-weight: 300;
- }
- }
- &__list-icon {
- width: 30px;
- display: flex;
- justify-content: center;
- margin-right: .3rem;
- }
- .bottom-box {
- padding: 1rem 0;
- border-top: 1px solid rgb(185, 185, 185);
- margin-top: 2.5rem;
- }
- }
- #videoModal .modal-content {
- background-color: transparent;
- border: none;
- width: fit-content;
- }
- #videoModal .modal-dialog {
- max-width: 700px;
- }
- .more {
- &link {
- text-decoration: none;
- color: #EE7800;
- font-weight: 700;
- &:hover {
- color: #EE7800;
- }
- }
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 2rem;
- .btn-gotop, .btn-login, .btn-favor,
- .btn-match {
- cursor: pointer;
- padding: 1.2rem .8rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: flex;
- align-items: center;
- box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
- -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
- -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
- }
- .btn-match {
- height: 100px;
- padding: .2rem;
- background-color: #EE7800;
- color: #fff;
- font-size: 1em;
- word-spacing: 5px;
- width: 53px;
- text-align: center;
- }
- }
- #matchModal .modal-content {
- position: relative;
- .btn-close {
- position: absolute;
- right: 1rem;
- top: 1rem;
- }
-
- }
- .match__next {
- outline: none;
- border: none;
- background-color: #EE7800;
- border-radius: .3rem;
- padding-top: .5rem;
- padding-bottom: .5rem;
- color: white;
- }
- .match__next2 {
- outline: none;
- border: none;
- background-color: #EE7800;
- border-radius: .3rem;
- padding-top: .5rem;
- padding-bottom: .5rem;
- color: white;
- }
- .sec-match {
- p {
- color: #707070;
- }
- &__imgfr {
- width: 90%;
- height: 14rem;
- background-image: url(https://images.hhh.com.tw/uploads/_hcolumn_orig/point05_244_01.jpg);
- background-position: center;
- background-size: cover;
- }
- &__designer {
- background-image: url(https://cloud.hhh.com.tw/upload/_hdesigner/img_path_611_20190318172644.jpg);
- width: 80%;
- height: 12rem;
- background-position: center;
- background-size: cover;
- border-radius: 50%;
- }
- .btn-match {
- outline: none;
- border: none;
- color: #EE7800;
- border: 1px solid #EE7800;
- background-color: transparent;
- border-radius: 10px;
- padding: .3rem .6rem;
- transition: all .3s;
- &:hover {
- background-color: #EE7800;
- color: white;
- }
- }
- }
- .sec-login {
- &-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- hr {
- background-color: #aaaaaa;
- }
- }
- &-btns {
- padding: 1rem;
- background-color: white;
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- }
- #loginModal {
- .btn-close {
- position: absolute;
- right: -2rem;
- top: -2rem;
- }
- }
- #favorModal {
- .btn-close {
- position: absolute;
- right: -2rem;
- top: -2rem;
- }
- .sec-favor {
- &-title {
- color: #4C4C4C;
- font-size: 18px;
- }
- &-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- hr {
- background-color: #aaaaaa;
- }
- }
- &-form, &-checklist {
- .form-user {
- width: 50%;
- color: #707070;
- font-size: 16px;
- }
- .form-progressbar {
- width: 50%;
- display: flex;
- justify-content: space-between;
- li {
- width: 1.6rem;
- height: 1.6rem;
- border-radius: 50%;
- border: 2px solid #D3D3D3;
- line-height: 1.4rem;
- display: flex;
- justify-content: center;
- position: relative;
- color: #D3D3D3;
- background-color: #F3F3F3;
- z-index: 2;
- &.active {
- border: 2px solid #EE7800;
- color: #EE7800;
- &::before {
- border-top: 2px solid #EE7800;
- }
- }
- &::before {
- position: absolute;
- content: " ";
- width: 4rem;
- height: 0;
- border-top: 2px dashed #D3D3D3;
- right: 100%;
- top: 50%;
- z-index: 1;
- }
- &:nth-of-type(1)::before {
- display: none;
- }
- }
- }
- .form-step {
- background-color: white;
- border-radius: 3px;
- padding: 1.5rem 1rem;
- padding-bottom: 1.5rem;
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- overflow: visible;
-
- .next {
- padding: .6rem 5rem;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- border: none;
- outline: none;
- }
- }
- .form-step1 {
- display: block;
- }
- .form-step2 {
- display: none;
- }
- .form-step3 {
- display: none;
- position: relative;
- padding-bottom: 1.5rem;
- }
- input[type="checkbox"], input[type="radio"] {
- display: none;
- }
- .imgfr {
-
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- width: 100%;
- height: 4.5rem;
- border-radius: 8px;
- border: 2px solid transparent;
- }
- h4 {
- color: #AAAAAA;
- font-size: 15px;
- font-weight: 400;
- }
- input[type="checkbox"]:checked + .fs-label-info .imgfr {
- border: 2px solid #EE7800;
- }
- input[type="checkbox"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- input[type="radio"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- .step3-block {
- margin-bottom: 1rem;
- &:nth-of-type(3) {
- margin-bottom: 0;
- }
- &-title {
- color: #AAAAAA;
- display: block;
- margin-bottom: .5rem;
- font-size: 1rem;
- }
- .radio {
- display: inline-block;
- padding: .25rem .7rem;
- margin-right: .4rem;
- border: 1px solid #707070;
- border-radius: 2rem;
- color: #797979;
- margin-bottom: .5rem;
- }
- }
- .skip {
- padding: .3rem 1rem;
- color: #AAAAAA;
- border: none;
- outline: none;
- background-color: transparent;
- }
- .btngrp {
- /* position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -6rem; */
- display: flex;
- flex-direction: column;
- align-items: center;
- .next {
- transform: translateY(0rem);
- }
- }
- }
- &-checklist .form-user {
- margin: 0 auto;
- text-align: center;
- margin-bottom: 1rem;
- }
- &-btns {
- padding: 1rem;
- background-color: white;
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- }
- }
- .test {
- position: relative;
- .cover {
- width: 100%;
- position: absolute;
- left: 0;
- bottom: 0;
- display: block;
- background-color: white;
- height: 100%;
- &.slidein {
- //transform: translateX(0px);
- -webkit-animation: slidein 2s forwards;
-
- animation: slidein 2s forwards;
-
- }
- }
-
- }
- .title_back {
- display: block;
- position: relative;
- width: 10em;
- height: 1.75em;
- overflow: hidden;
- .title {
- position: absolute;
- left: 0;
- bottom: -1.75em;
- display: block;
- transition: all 1s;
- }
- }
- .test_content {
- opacity: 0;
- &.fadein {
- //transform: translateX(0px);
- -webkit-animation: fadein 2s forwards;
-
- animation: fadein 2s forwards;
-
- }
- }
- @-webkit-keyframes slidein {
- 100% { height: 0px; }
- }
- @keyframes slidein {
- 100% { height: 0px; }
- }
- @-webkit-keyframes fadein {
- 100% { opacity: 1; }
- }
- @keyframes fadein {
- 100% { opacity: 1; }
- }
- .last-step {
- cursor: pointer;
- }
- .btn-call {
- color: #EA068C;
- padding: .6rem 1.5rem;
- border: 1px solid #EA068C;
- border-radius: 2rem;
- background-color: transparent;
- text-decoration: none;
- &:hover {
- color: #EA068C;
- }
- }
|