style.scss 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. .container-fluid {
  6. background-color: rgb(202, 202, 202);
  7. height: 250px;
  8. @media (max-width: 1100px) {
  9. height: 200px;
  10. }
  11. }
  12. &__slider {
  13. margin: 0 auto;
  14. width: 70%;
  15. height: 100%;
  16. .slide-item {
  17. width: 100%;
  18. height: 250px;
  19. background-position: center center;
  20. background-size: cover;
  21. background-repeat: no-repeat;
  22. cursor: pointer;
  23. @media (max-width: 1100px) {
  24. height: 200px;
  25. }
  26. }
  27. }
  28. }
  29. .navbar {
  30. 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);
  31. -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);
  32. -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);
  33. padding-top: 5px;
  34. padding-bottom: 5px;
  35. background-color: white !important;
  36. z-index: 99;
  37. .container-fluid {
  38. padding:0 2.5rem;
  39. @media (max-width: 1100px) {
  40. padding:0 .6rem;
  41. }
  42. }
  43. &-toggler {
  44. padding-left: 0;
  45. border-color: transparent !important;
  46. &:focus {
  47. box-shadow: none;
  48. }
  49. }
  50. &-toggler-icon {
  51. display: flex;
  52. justify-items: center;
  53. i {
  54. font-size: 25px;
  55. line-height: 30px;
  56. display: inline-block;
  57. }
  58. }
  59. &-search, &-login {
  60. padding-right: 2px;
  61. }
  62. &-login {
  63. cursor: pointer;
  64. }
  65. &-search {
  66. &-magnify {
  67. cursor: pointer;
  68. }
  69. }
  70. &-brand {
  71. font-size: 1.5rem;
  72. &.navbar-logo {
  73. display: flex;
  74. align-items: center;
  75. }
  76. .navbar-login {
  77. font-size: 1rem;
  78. color: #EE7800;
  79. text-decoration: none;
  80. }
  81. }
  82. .nav-link {
  83. cursor: pointer;
  84. @media (max-width: 1100px) {
  85. padding: .5rem .5rem;
  86. font-size: .9rem;
  87. }
  88. }
  89. .navbar-nav {
  90. .nav-item {
  91. margin: 0 .5rem;
  92. @media (max-width: 1100px) {
  93. margin: 0 0rem;
  94. }
  95. .dropbox {
  96. visibility: hidden;
  97. opacity: 0;
  98. transition: all .4s;
  99. position: absolute;
  100. width: 100vw;
  101. top: 100%;
  102. left: 0;
  103. background-color: rgba(255, 255, 255, 0.932);
  104. padding-top: 1.5rem;
  105. padding-bottom: 3rem;
  106. ul {
  107. padding-left: 0;
  108. }
  109. &-item {
  110. margin-bottom: .5rem;
  111. &.first {
  112. font-size: 1.1rem;
  113. font-weight: 600;
  114. .dropbox-link {
  115. color: black;
  116. }
  117. }
  118. }
  119. &-link {
  120. text-decoration: none;
  121. color: rgb(146, 146, 146);
  122. font-size: .85rem;
  123. &:hover {
  124. color: #EE7800;
  125. }
  126. &.dropbox-btn {
  127. border: 1px solid rgb(146, 146, 146);
  128. padding: .5rem 2rem;
  129. border-radius: 5px;
  130. width: 85%;
  131. min-width: 7rem;
  132. max-width: 11rem;
  133. }
  134. }
  135. &-btn {
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. }
  140. .container {
  141. max-width: 900px;
  142. width: 70%;
  143. &.stylebox {
  144. transform: translateX(-30%);
  145. }
  146. &.designerbox {
  147. transform: translateX(-5%);
  148. }
  149. &.newbox {
  150. transform: translateX(15%);
  151. }
  152. &.forumbox {
  153. transform: translateX(50%);
  154. }
  155. }
  156. }
  157. .nav-link {
  158. position: relative;
  159. }
  160. .nav-link:after {
  161. position: absolute;
  162. content: " ";
  163. width: 100%;
  164. height: 90%;
  165. top: 0;
  166. right: 0;
  167. border-bottom: 2px solid #EE7800;
  168. opacity: 0;
  169. transform: opacity 1s;
  170. }
  171. &:hover {
  172. .nav-link:after {
  173. opacity: 1;
  174. }
  175. >.dropbox {
  176. visibility: visible;
  177. opacity: 1;
  178. transition: all .4s;
  179. }
  180. }
  181. }
  182. .nav-item.lg {
  183. .container {
  184. max-width: 1200px;
  185. width: 90%;
  186. }
  187. .dropbox-link {
  188. text-decoration: none;
  189. color: rgb(146, 146, 146);
  190. font-size: .7rem;
  191. &:hover {
  192. color: #EE7800;
  193. }
  194. }
  195. .dropbox-item {
  196. margin-bottom: .1rem;
  197. &.first {
  198. .dropbox-link {
  199. font-size: .85rem;
  200. }
  201. }
  202. }
  203. }
  204. }
  205. &-search {
  206. .container {
  207. max-width: 900px;
  208. width: 70%;
  209. @media (max-width: 1100px) {
  210. width: 90%;
  211. }
  212. }
  213. .dropbox {
  214. visibility: hidden;
  215. opacity: 0;
  216. transition: all .2s;
  217. position: absolute;
  218. width: 100vw;
  219. top: 100%;
  220. left: 0;
  221. background-color: rgba(255, 255, 255, 0.932);
  222. padding-top: 1.5rem;
  223. padding-bottom: 3rem;
  224. &.open {
  225. visibility: visible;
  226. opacity: 1;
  227. }
  228. &__searchtab {
  229. width: 100%;
  230. background-color: gray;
  231. border-radius: 3px;
  232. padding: .2rem 1rem;
  233. padding-bottom: 1rem;
  234. }
  235. &__hots {
  236. &__title {
  237. font-size: 1rem;
  238. color: rgb(107, 107, 107);
  239. }
  240. &__link {
  241. font-size: .9rem;
  242. color: rgb(146, 146, 146);
  243. text-decoration: none;
  244. cursor: pointer;
  245. margin: 0 .2rem;
  246. }
  247. }
  248. &__searchBar {
  249. &__input {
  250. width: 100%;
  251. outline: none;
  252. border: 2px solid #EE7800;
  253. border-radius: 5rem;
  254. padding: .3rem 1.2rem;
  255. font-size: .9rem;
  256. }
  257. &__submit {
  258. outline: none;
  259. border: none;
  260. font-size: .9rem;
  261. background-color: transparent;
  262. color: #EE7800;
  263. margin-left: -1rem;
  264. transform: translateX(-100%);
  265. padding: 0 .6rem;
  266. }
  267. }
  268. &__tab {
  269. .nav-item {
  270. margin: 0 .6rem;
  271. }
  272. }
  273. .nav-item-link {
  274. border: none;
  275. outline: none;
  276. font-size: 1rem;
  277. color: white;
  278. padding: 3px;
  279. position: relative;
  280. &::after {
  281. position: absolute;
  282. content: "";
  283. top: 0;
  284. left: 0;
  285. width: 100%;
  286. height: 100%;
  287. border-bottom: 3px solid #EE7800;
  288. opacity: 0;
  289. }
  290. &.active::after {
  291. opacity: 1;
  292. }
  293. }
  294. }
  295. .dropbox-tab-content {
  296. .tabpar {
  297. display: flex;
  298. padding-top: .5rem;
  299. .col {
  300. margin: 0 .6rem;
  301. }
  302. .select {
  303. font-size: 1rem;
  304. padding: .6rem;
  305. border-radius: 3px;
  306. color: rgb(116, 116, 116);
  307. }
  308. button {
  309. border: none;
  310. outline: none;
  311. background-color: #EE7800;
  312. border-radius: 3px;
  313. color: white;
  314. font-size: 1rem;
  315. padding: .6rem;
  316. }
  317. .image-search {
  318. border: none;
  319. outline: none;
  320. background-color: #EE7800;
  321. border-radius: 3px;
  322. color: white;
  323. font-size: 1rem;
  324. }
  325. .article-btn {
  326. border: none;
  327. outline: none;
  328. background-color: #EE7800;
  329. border-radius: 3px;
  330. color: white;
  331. font-size: 1rem;
  332. padding: .6rem;
  333. }
  334. .home-btn {
  335. border: none;
  336. outline: none;
  337. background-color: #EE7800;
  338. border-radius: 3px;
  339. color: white;
  340. font-size: 1rem;
  341. padding: .6rem;
  342. }
  343. }
  344. }
  345. }
  346. }
  347. .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  348. opacity: 1;
  349. }
  350. .navbar-main.sticky {
  351. position: fixed;
  352. top: 0;
  353. width: 100%;
  354. }
  355. .navbar-main.sticky + .sec-02 {
  356. padding-top: 55px;
  357. }
  358. .sec-02 {
  359. &__slider {
  360. width: 100%;
  361. height: 100%;
  362. .slide-item {
  363. width: 100%;
  364. height: 60vh;
  365. background-position: center center;
  366. background-size: cover;
  367. background-repeat: no-repeat;
  368. cursor: pointer;
  369. }
  370. }
  371. }
  372. .sec-04 {
  373. background-color: #F4F4F4;
  374. padding: 4rem 1rem;
  375. .container {
  376. max-width: 950px;
  377. width: 70%;
  378. @media (max-width: 1100px) {
  379. width: 90%;
  380. }
  381. }
  382. .card {
  383. box-shadow: 1px 2px 8px 1px rgb(214, 214, 214);
  384. text-decoration: none;
  385. cursor: pointer;
  386. &-title {
  387. font-size: 1.4rem;
  388. line-height: 1.8rem;
  389. color: #4C4C4C;
  390. font-weight: 500;
  391. transition: all 2s;
  392. }
  393. &__imgfr {
  394. width: 100%;
  395. img {
  396. width: 100%;
  397. height: 100%;
  398. }
  399. }
  400. &:hover {
  401. transform: scale(1.05);
  402. }
  403. }
  404. }
  405. .sec-guessLike {
  406. .container {
  407. margin:0 auto;
  408. padding: 2rem 2rem;
  409. max-width: 1050px;
  410. width: 70%;
  411. @media (max-width: 1100px) {
  412. width: 90%;
  413. padding: 0 1rem;
  414. }
  415. }
  416. &__titlebox {
  417. &-h2 {
  418. margin: 0 auto;
  419. font-size: 1.8rem;
  420. font-weight: 600;
  421. color: rgb(83, 83, 83);
  422. padding: .8rem 0;
  423. border-bottom: 6px solid #EE7800;
  424. display: inline-block;
  425. }
  426. }
  427. &__title {
  428. display: block;
  429. text-align: center;
  430. position: relative;
  431. font-size: 1.2rem;
  432. margin-bottom: .8rem;
  433. &::before, &::after {
  434. position: absolute;
  435. content: " ";
  436. width: 40%;
  437. height: 0rem;
  438. border-top: 1px solid black;
  439. top: 50%;
  440. }
  441. &::before {
  442. left: 0;
  443. }
  444. &::after {
  445. left: 60%;
  446. }
  447. }
  448. &__article {
  449. h5 {
  450. font-size: 1.1rem;
  451. }
  452. p {
  453. font-size: 14px;
  454. }
  455. }
  456. &__case {
  457. p {
  458. font-size: 1.1rem;
  459. font-weight: 500;
  460. }
  461. }
  462. &__card {
  463. width: 100%;
  464. overflow: hidden;
  465. height: 26vh;
  466. position: relative;
  467. background-position: center center;
  468. background-size: cover;
  469. background-repeat: no-repeat;
  470. background-image: url('../images/2_2.webp');
  471. &.special {
  472. height: 45vh;
  473. }
  474. &__img {
  475. width: 100%;
  476. transition: all .8s;
  477. }
  478. &__txt {
  479. position: absolute;
  480. bottom: 1rem;
  481. left: 3rem;
  482. color: white;
  483. z-index: 2;
  484. font-size: 600;
  485. text-shadow: 1px 1px 2px gray;
  486. }
  487. }
  488. &__video__play {
  489. position: absolute;
  490. width: 2.5rem;
  491. left: 50%;
  492. top: 50%;
  493. transform: translate(-50%, -50%);
  494. }
  495. }
  496. .sec-05 {
  497. border-top: 1px solid rgb(187, 187, 187);
  498. padding-bottom: 2rem;
  499. .container {
  500. margin:0 auto;
  501. padding: 0 2rem;
  502. max-width: 1050px;
  503. width: 70%;
  504. @media (max-width: 1100px) {
  505. width: 90%;
  506. padding: 0 1rem;
  507. }
  508. }
  509. &__tabdiv {
  510. box-sizing: content-box;
  511. align-items: center;
  512. justify-content: space-between;
  513. .more {
  514. padding-bottom: .4rem;
  515. }
  516. .nav {
  517. &-item {
  518. position: relative;
  519. padding-right: 18px;
  520. padding-left: 18px;
  521. &::after {
  522. position: absolute;
  523. content: " ";
  524. width: 100%;
  525. height: 30%;
  526. left: 0;
  527. top: 35%;
  528. background-color: transparent;
  529. border-right: 1px solid rgb(179, 179, 179);
  530. z-index: -1;
  531. }
  532. &:nth-of-type(3)::after {
  533. display: none;
  534. }
  535. }
  536. &-item-link {
  537. color: black;
  538. font-weight: 500;
  539. font-size: 1.6rem;
  540. border: none;
  541. position: relative;
  542. padding: 1.5rem 0;
  543. @media screen and(max-width: 385px) {
  544. font-size: 1.1rem;
  545. }
  546. &.active {
  547. color: #EE7800;
  548. }
  549. &::before {
  550. position: absolute;
  551. content: " ";
  552. width: 101%;
  553. height: 100%;
  554. left: -2px;
  555. top: 0px;
  556. background-color: transparent;
  557. border-top: 3px solid #EE7800;
  558. opacity: 0;
  559. }
  560. }
  561. }
  562. .nav-item-link.active::before {
  563. opacity: 1;
  564. }
  565. }
  566. .tab-pane {
  567. height: 100%;
  568. }
  569. .tabpar {
  570. &__card {
  571. margin: 3px;
  572. position: relative;
  573. font-size: 14px;
  574. cursor: pointer;
  575. &__imgfr {
  576. width: 100%;
  577. height: 25vh;
  578. position: relative;
  579. background-position: center center;
  580. background-size: cover;
  581. background-repeat: no-repeat;
  582. background-image: url('../images/2_2.webp');
  583. @media (max-width: 1100px) {
  584. height: 20vh;
  585. }
  586. }
  587. h5 {
  588. font-size: 1rem;
  589. }
  590. p {
  591. font-size: .95rem;
  592. font-weight: 300;
  593. color: gray;
  594. }
  595. &__play {
  596. position: absolute;
  597. left: 50%;
  598. top: 50%;
  599. transform: translate(-50%, -50%);
  600. width: 2.5rem;
  601. }
  602. }
  603. }
  604. .slick-prev {
  605. top: 40%;
  606. left: -2rem;
  607. z-index: 2;
  608. }
  609. .slick-next {
  610. top: 40%;
  611. right: -2rem;
  612. z-index: 2;
  613. }
  614. .slick-prev:before, .slick-next:before {
  615. display: none;
  616. }
  617. }
  618. .sec-06 {
  619. padding: 2rem 0;
  620. .container {
  621. margin:0 auto;
  622. padding: 1rem 2rem;
  623. max-width: 1050px;
  624. width: 70%;
  625. @media (max-width: 1100px) {
  626. width: 90%;
  627. padding: 0 1rem;
  628. }
  629. }
  630. &__title {
  631. h3 {
  632. display: inline-block;
  633. font-size: 1.6rem;
  634. padding-bottom: .5rem;
  635. border-bottom: 6px solid #EE7800;
  636. color: #535353;
  637. margin-bottom: 0;
  638. }
  639. }
  640. &__video {
  641. width: 100%;;
  642. position: relative;
  643. &__imgfr {
  644. width: 100%;
  645. height: 34vh;
  646. background-position: center center;
  647. background-size: cover;
  648. background-repeat: no-repeat;
  649. @media (max-width: 1100px) {
  650. height: 25vh;
  651. }
  652. }
  653. &__play {
  654. position: absolute;
  655. left: 50%;
  656. top: 50%;
  657. width: 2.5rem;
  658. height: 2.5rem;
  659. z-index: 2;
  660. transform: translate(-50%, -50%);
  661. }
  662. }
  663. &__videotxt {
  664. width: 90%;
  665. margin: 0 auto;
  666. background-color: rgba(255, 255, 255, 0.842);
  667. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  668. padding: .4rem .8rem;
  669. transform: translateY(-20%);
  670. font-weight: 600;
  671. font-size: 1.1rem;
  672. }
  673. &__btns {
  674. display: block;
  675. outline: none;
  676. border: none;
  677. padding: .4rem 1.2rem;
  678. width: 88%;
  679. margin: 0 auto;
  680. background-color: #ea068c;
  681. color: white;
  682. border-radius: 3px;
  683. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  684. transition: all .4s;
  685. text-decoration: none;
  686. &:hover {
  687. transform: translate(2px , 2px);
  688. color: white;
  689. }
  690. &__txt {
  691. font-weight: 600;
  692. }
  693. &:nth-of-type(2), &:nth-of-type(3) {
  694. padding: 1rem 1.2rem;
  695. // #10506d;
  696. }
  697. }
  698. &__card {
  699. width: 100%;
  700. &:hover .sec-06__card__imgfr {
  701. transform: scale(1.1);
  702. }
  703. h5 {
  704. font-size: 1.1rem;
  705. margin-bottom: .3rem;
  706. }
  707. p {
  708. font-size: .9rem;
  709. }
  710. &__outer {
  711. width: 100%;
  712. height: 48vh;
  713. overflow: hidden;
  714. }
  715. &__play {
  716. position: absolute;
  717. left: 50%;
  718. top: 50%;
  719. transform: translate(-50%, -50%);
  720. width: 2.5rem;
  721. }
  722. &__imgfr {
  723. width: 100%;
  724. height: 48vh;
  725. background-position: center center;
  726. background-size: cover;
  727. background-repeat: no-repeat;
  728. transition: all .5s;
  729. position: relative;
  730. }
  731. }
  732. .slick-prev {
  733. top: 40%;
  734. left: .5rem;
  735. z-index: 2;
  736. }
  737. .slick-next {
  738. top: 40%;
  739. right: .5rem;
  740. z-index: 2;
  741. }
  742. .slick-prev:before, .slick-next:before {
  743. display: none;
  744. }
  745. }
  746. .sec-07 {
  747. padding: 2rem 0;
  748. .container {
  749. margin:0 auto;
  750. padding: .8rem 1.2rem;
  751. max-width: 1050px;
  752. width: 70%;
  753. background-color: #F4F4F4;
  754. @media (max-width: 1100px) {
  755. width: 90%;
  756. padding: 0 1rem;
  757. }
  758. }
  759. &__slider {
  760. height: 100%;
  761. .slide-item {
  762. height: 23vh;
  763. background-position: center center;
  764. background-size: contain;
  765. background-repeat: no-repeat;
  766. width: 100%;
  767. margin: 0 5px;
  768. cursor: pointer;
  769. @media (max-width: 1100px) {
  770. height: 18vh;
  771. }
  772. }
  773. }
  774. }
  775. .sec-08 {
  776. padding-bottom: 2.5rem;
  777. .container {
  778. margin:0 auto;
  779. padding: 1rem 0rem;
  780. max-width: 1050px;
  781. width: 70%;
  782. @media (max-width: 1100px) {
  783. width: 90%;
  784. padding: 0 1rem;
  785. }
  786. }
  787. &__title {
  788. border-bottom: 6px solid #EE7800;
  789. color: #535353;
  790. h3 {
  791. font-size: 1.6rem;
  792. }
  793. }
  794. &__slider {
  795. width: 100%;
  796. cursor: pointer;
  797. }
  798. &__imgfr {
  799. width: 100%;
  800. height: 28vh;
  801. background-position: center center;
  802. background-size: cover;
  803. background-repeat: no-repeat;
  804. position: relative;
  805. @media (max-width: 1100px) {
  806. height: 20vh;
  807. }
  808. }
  809. &__card {
  810. h5 {
  811. font-size: 1rem;
  812. }
  813. p {
  814. font-size: .9rem;
  815. }
  816. }
  817. &__card__play {
  818. position: absolute;
  819. left: 50%;
  820. top: 50%;
  821. transform: translate(-50%, -50%);
  822. width: 2.5rem;
  823. }
  824. &__cardtxt {
  825. font-size: 14px;
  826. padding-right: .6rem;
  827. }
  828. .slick-prev {
  829. top: 40%;
  830. left: -2rem;
  831. z-index: 2;
  832. }
  833. .slick-next {
  834. top: 40%;
  835. right: -2rem;
  836. z-index: 2;
  837. }
  838. .slick-prev:before, .slick-next:before {
  839. display: none;
  840. }
  841. }
  842. .sec-09 {
  843. background-color: #F4F4F4;
  844. .container {
  845. margin:0 auto;
  846. padding: 2rem 0rem;
  847. max-width: 1050px;
  848. width: 70%;
  849. @media (max-width: 1100px) {
  850. width: 90%;
  851. padding: 0 1rem;
  852. }
  853. }
  854. &__imgfr {
  855. width: 100%;
  856. height: 25vh;
  857. background-position: center center;
  858. background-size: cover;
  859. background-repeat: no-repeat;
  860. @media (max-width: 1100px) {
  861. height: 20vh;
  862. }
  863. }
  864. &__card {
  865. margin: 5px;
  866. text-align: center;
  867. cursor: pointer;
  868. p {
  869. font-size: 14px;
  870. margin-top: .5rem;
  871. }
  872. }
  873. &__title {
  874. border-bottom: 6px solid #EE7800;
  875. color: #535353;
  876. h3 {
  877. font-size: 1.6rem;
  878. }
  879. }
  880. .slick-prev {
  881. top: 40%;
  882. left: -2rem;
  883. z-index: 2;
  884. }
  885. .slick-next {
  886. top: 40%;
  887. right: -2rem;
  888. z-index: 2;
  889. }
  890. .slick-prev:before, .slick-next:before {
  891. display: none;
  892. }
  893. }
  894. .sec-10 {
  895. padding: 2.5rem 0;
  896. .container {
  897. max-width: 1000px;
  898. width: 70%;
  899. @media (max-width: 1100px) {
  900. width: 90%;
  901. padding: 0 1rem;
  902. }
  903. }
  904. &__titlebox {
  905. border-bottom: 1px solid rgb(75, 75, 75);
  906. display: flex;
  907. justify-content: center;
  908. &-h2 {
  909. margin: 0 auto;
  910. font-size: 1.8rem;
  911. font-weight: 600;
  912. color: rgb(83, 83, 83);
  913. padding: .8rem 0;
  914. border-bottom: 6px solid #EE7800;
  915. display: inline-block;
  916. }
  917. }
  918. &__card {
  919. cursor: pointer;
  920. h5 {
  921. font-size: 1rem;
  922. margin-bottom: .3rem;
  923. }
  924. p {
  925. font-size: .95rem;
  926. font-weight: 300;
  927. color: gray;
  928. }
  929. &-img {
  930. width: 100%;
  931. height: 25vh;
  932. background-position: center center;
  933. background-size: cover;
  934. background-repeat: no-repeat;
  935. position: relative;
  936. @media (max-width: 1100px) {
  937. height: 20vh;
  938. }
  939. }
  940. &__play {
  941. position: absolute;
  942. right: 1rem;
  943. bottom: 1rem;
  944. width: 2.5rem;
  945. height: 2.5rem;
  946. }
  947. }
  948. }
  949. .sec-11 {
  950. padding: 2.5rem 0;
  951. padding-top: 1rem;
  952. .container {
  953. max-width: 1000px;
  954. width: 70%;
  955. @media (max-width: 1100px) {
  956. width: 90%;
  957. padding: 0 1rem;
  958. }
  959. }
  960. &__titlebox {
  961. border-bottom: 1px solid rgb(75, 75, 75);
  962. display: flex;
  963. justify-content: center;
  964. &-h2 {
  965. margin: 0 auto;
  966. font-size: 1.8rem;
  967. font-weight: 600;
  968. color: rgb(83, 83, 83);
  969. padding: .8rem 0;
  970. border-bottom: 6px solid #EE7800;
  971. display: inline-block;
  972. }
  973. }
  974. &__card {
  975. cursor: pointer;
  976. h5 {
  977. font-size: 1rem;
  978. margin-bottom: .3rem;
  979. }
  980. p {
  981. font-size: .95rem;
  982. font-weight: 300;
  983. color: gray;
  984. }
  985. &-img {
  986. width: 100%;
  987. height: 25vh;
  988. background-position: center center;
  989. background-size: cover;
  990. background-repeat: no-repeat;
  991. position: relative;
  992. @media (max-width: 1100px) {
  993. height: 20vh;
  994. }
  995. }
  996. &__play {
  997. position: absolute;
  998. right: 1rem;
  999. bottom: 1rem;
  1000. width: 2.5rem;
  1001. height: 2.5rem;
  1002. }
  1003. }
  1004. }
  1005. .footer {
  1006. background: #e9e9e9;
  1007. padding: 2.5rem 0;
  1008. .container {
  1009. @media (max-width: 1100px) {
  1010. width: 98%;
  1011. max-width: 950px;
  1012. }
  1013. }
  1014. &__block {
  1015. padding: 1rem 3rem;
  1016. border-left: 1px solid rgb(143, 143, 143);
  1017. @media (max-width: 1100px) {
  1018. padding: 1rem 1rem;
  1019. }
  1020. &-title {
  1021. font-size: 1.3rem;
  1022. margin-bottom: 1.5rem;
  1023. }
  1024. &-list {
  1025. padding-left: 0;
  1026. }
  1027. &:nth-of-type(1) {
  1028. border-left: none;
  1029. }
  1030. &:nth-of-type(2) {
  1031. padding: 1rem 4rem;
  1032. @media (max-width: 1100px) {
  1033. padding: 1rem 1rem;
  1034. }
  1035. }
  1036. &-socials {
  1037. padding-left: 0;
  1038. display: flex;
  1039. align-items: center;
  1040. justify-content: space-between;
  1041. img {
  1042. @media (max-width: 1100px) {
  1043. width: 30px;
  1044. }
  1045. }
  1046. }
  1047. .follows-fp {
  1048. text-decoration: none;
  1049. color: #696969;
  1050. font-size: .9rem;
  1051. display: flex;
  1052. align-items: center;
  1053. @media (max-width: 1100px) {
  1054. font-size: .8rem;
  1055. }
  1056. }
  1057. &-phone {
  1058. p {
  1059. display: inline;
  1060. @media (max-width: 900px) {
  1061. display: block;
  1062. }
  1063. }
  1064. p, span {
  1065. font-size: .9rem;
  1066. }
  1067. .text-phone {
  1068. color: #EE7800;
  1069. text-decoration: none;
  1070. }
  1071. }
  1072. &-links {
  1073. display: flex;
  1074. align-items: center;
  1075. margin-top: 1rem;
  1076. justify-content: center;
  1077. &-grp {
  1078. padding: .3rem;
  1079. border-left: 1px solid rgb(185, 185, 185);
  1080. &:nth-of-type(1) {
  1081. border-left: none;
  1082. }
  1083. a {
  1084. display: block;
  1085. text-decoration: none;
  1086. color: #696969;
  1087. font-size: .9rem;
  1088. margin-bottom: .4rem;
  1089. @media (max-width: 1100px) {
  1090. font-size: .8rem;
  1091. }
  1092. }
  1093. }
  1094. }
  1095. &-subscribe {
  1096. width: 100%;
  1097. margin-top: 1rem;
  1098. .subscribeBar {
  1099. font-size: .8rem;
  1100. width: 70%;
  1101. margin-left: 7%;
  1102. @media (max-width: 900px) {
  1103. width: 75%;
  1104. margin-left: 3%;
  1105. font-size: .7rem;
  1106. }
  1107. }
  1108. .subscribeBtn {
  1109. width: 20%;
  1110. padding: .4rem .6rem;
  1111. padding-bottom: 9px;
  1112. border: none;
  1113. outline: none;
  1114. background-color: rgb(41, 41, 41);
  1115. color: white;
  1116. border-radius: 0 3px 3px 0;
  1117. margin-left: -.4rem;
  1118. @media (max-width: 900px) {
  1119. margin-left: -.3rem;
  1120. font-size: .8rem;
  1121. padding-top: 9px;
  1122. padding-bottom: 10px;
  1123. }
  1124. }
  1125. }
  1126. }
  1127. &__list-item {
  1128. display: flex;
  1129. align-items: center;
  1130. text-decoration: none;
  1131. margin-bottom: .5rem;
  1132. p {
  1133. color: #696969;
  1134. font-size: .9rem;
  1135. font-weight: 300;
  1136. }
  1137. }
  1138. &__list-icon {
  1139. width: 30px;
  1140. display: flex;
  1141. justify-content: center;
  1142. margin-right: .3rem;
  1143. }
  1144. .bottom-box {
  1145. padding: 1rem 0;
  1146. border-top: 1px solid rgb(185, 185, 185);
  1147. margin-top: 2.5rem;
  1148. }
  1149. }
  1150. #videoModal .modal-content {
  1151. background-color: transparent;
  1152. border: none;
  1153. width: fit-content;
  1154. }
  1155. #videoModal .modal-dialog {
  1156. max-width: 700px;
  1157. }
  1158. .more {
  1159. &link {
  1160. text-decoration: none;
  1161. color: #EE7800;
  1162. font-weight: 700;
  1163. &:hover {
  1164. color: #EE7800;
  1165. }
  1166. }
  1167. }
  1168. .fixed-btn {
  1169. position: fixed;
  1170. right: 15px;
  1171. bottom: 2rem;
  1172. .btn-gotop, .btn-login, .btn-favor {
  1173. cursor: pointer;
  1174. padding: 1.2rem .8rem;
  1175. background-color: rgba(255, 255, 255, 0.897);
  1176. display: flex;
  1177. align-items: center;
  1178. 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);
  1179. -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);
  1180. -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);
  1181. }
  1182. }
  1183. .sec-login {
  1184. &-list {
  1185. background-color: #F3F3F3;
  1186. padding: 1rem;
  1187. padding-bottom: 1.4rem;
  1188. hr {
  1189. background-color: #aaaaaa;
  1190. }
  1191. }
  1192. &-btns {
  1193. padding: 1rem;
  1194. background-color: white;
  1195. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1196. }
  1197. }
  1198. #loginModal {
  1199. .btn-close {
  1200. position: absolute;
  1201. right: -2rem;
  1202. top: -2rem;
  1203. }
  1204. }
  1205. #favorModal {
  1206. .btn-close {
  1207. position: absolute;
  1208. right: -2rem;
  1209. top: -2rem;
  1210. }
  1211. .sec-favor {
  1212. &-title {
  1213. color: #4C4C4C;
  1214. font-size: 18px;
  1215. }
  1216. &-list {
  1217. background-color: #F3F3F3;
  1218. padding: 1rem;
  1219. padding-bottom: 1.4rem;
  1220. hr {
  1221. background-color: #aaaaaa;
  1222. }
  1223. }
  1224. &-form, &-checklist {
  1225. .form-user {
  1226. width: 50%;
  1227. color: #707070;
  1228. font-size: 16px;
  1229. }
  1230. .form-progressbar {
  1231. width: 50%;
  1232. display: flex;
  1233. justify-content: space-between;
  1234. li {
  1235. width: 1.6rem;
  1236. height: 1.6rem;
  1237. border-radius: 50%;
  1238. border: 2px solid #D3D3D3;
  1239. line-height: 1.4rem;
  1240. display: flex;
  1241. justify-content: center;
  1242. position: relative;
  1243. color: #D3D3D3;
  1244. background-color: #F3F3F3;
  1245. z-index: 2;
  1246. &.active {
  1247. border: 2px solid #EE7800;
  1248. color: #EE7800;
  1249. &::before {
  1250. border-top: 2px solid #EE7800;
  1251. }
  1252. }
  1253. &::before {
  1254. position: absolute;
  1255. content: " ";
  1256. width: 4rem;
  1257. height: 0;
  1258. border-top: 2px dashed #D3D3D3;
  1259. right: 100%;
  1260. top: 50%;
  1261. z-index: 1;
  1262. }
  1263. &:nth-of-type(1)::before {
  1264. display: none;
  1265. }
  1266. }
  1267. }
  1268. .form-step {
  1269. background-color: white;
  1270. border-radius: 3px;
  1271. padding: 1.5rem 1rem;
  1272. padding-bottom: 1.5rem;
  1273. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1274. overflow: visible;
  1275. .next {
  1276. padding: .6rem 5rem;
  1277. background-color: #EE7800;
  1278. border-radius: 3px;
  1279. color: white;
  1280. border: none;
  1281. outline: none;
  1282. }
  1283. }
  1284. .form-step1 {
  1285. display: block;
  1286. }
  1287. .form-step2 {
  1288. display: none;
  1289. }
  1290. .form-step3 {
  1291. display: none;
  1292. position: relative;
  1293. padding-bottom: 1.5rem;
  1294. }
  1295. input[type="checkbox"], input[type="radio"] {
  1296. display: none;
  1297. }
  1298. .imgfr {
  1299. background-image: url('../images/2_2.webp');
  1300. background-position: center center;
  1301. background-size: cover;
  1302. background-repeat: no-repeat;
  1303. width: 100%;
  1304. height: 4.5rem;
  1305. border-radius: 8px;
  1306. border: 2px solid transparent;
  1307. }
  1308. h4 {
  1309. color: #AAAAAA;
  1310. font-size: 15px;
  1311. font-weight: 400;
  1312. }
  1313. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1314. border: 2px solid #EE7800;
  1315. }
  1316. input[type="checkbox"]:checked + .fs-label-chbox {
  1317. border: 1px solid #EE7800;
  1318. color: #EE7800;
  1319. }
  1320. input[type="radio"]:checked + .fs-label-chbox {
  1321. border: 1px solid #EE7800;
  1322. color: #EE7800;
  1323. }
  1324. .step3-block {
  1325. margin-bottom: 1rem;
  1326. &:nth-of-type(3) {
  1327. margin-bottom: 0;
  1328. }
  1329. &-title {
  1330. color: #AAAAAA;
  1331. display: block;
  1332. margin-bottom: .5rem;
  1333. font-size: 1rem;
  1334. }
  1335. .radio {
  1336. display: inline-block;
  1337. padding: .25rem .7rem;
  1338. margin-right: .4rem;
  1339. border: 1px solid #707070;
  1340. border-radius: 2rem;
  1341. color: #797979;
  1342. margin-bottom: .5rem;
  1343. }
  1344. }
  1345. .skip {
  1346. padding: .3rem 1rem;
  1347. color: #AAAAAA;
  1348. border: none;
  1349. outline: none;
  1350. background-color: transparent;
  1351. }
  1352. .btngrp {
  1353. /* position: absolute;
  1354. left: 50%;
  1355. transform: translateX(-50%);
  1356. bottom: -6rem; */
  1357. display: flex;
  1358. flex-direction: column;
  1359. align-items: center;
  1360. .next {
  1361. transform: translateY(0rem);
  1362. }
  1363. }
  1364. }
  1365. &-checklist .form-user {
  1366. margin: 0 auto;
  1367. text-align: center;
  1368. margin-bottom: 1rem;
  1369. }
  1370. &-btns {
  1371. padding: 1rem;
  1372. background-color: white;
  1373. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1374. }
  1375. }
  1376. }
  1377. .test {
  1378. position: relative;
  1379. .cover {
  1380. width: 100%;
  1381. position: absolute;
  1382. left: 0;
  1383. bottom: 0;
  1384. display: block;
  1385. background-color: white;
  1386. height: 100%;
  1387. &.slidein {
  1388. //transform: translateX(0px);
  1389. -webkit-animation: slidein 2s forwards;
  1390. animation: slidein 2s forwards;
  1391. }
  1392. }
  1393. }
  1394. .title_back {
  1395. display: block;
  1396. position: relative;
  1397. width: 10em;
  1398. height: 1.75em;
  1399. overflow: hidden;
  1400. .title {
  1401. position: absolute;
  1402. left: 0;
  1403. bottom: -1.75em;
  1404. display: block;
  1405. transition: all 1s;
  1406. }
  1407. }
  1408. .test_content {
  1409. opacity: 0;
  1410. &.fadein {
  1411. //transform: translateX(0px);
  1412. -webkit-animation: fadein 2s forwards;
  1413. animation: fadein 2s forwards;
  1414. }
  1415. }
  1416. @-webkit-keyframes slidein {
  1417. 100% { height: 0px; }
  1418. }
  1419. @keyframes slidein {
  1420. 100% { height: 0px; }
  1421. }
  1422. @-webkit-keyframes fadein {
  1423. 100% { opacity: 1; }
  1424. }
  1425. @keyframes fadein {
  1426. 100% { opacity: 1; }
  1427. }