@charset "UTF-8"; body { font-family: 'Helvetica Neue'; } .sec-00 { background-color: #cacaca; -webkit-transition-property: height; transition-property: height; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .sec-00__close { position: absolute; top: 0; right: 20px; width: 50px; height: 30px; background-color: rgba(255, 255, 255, 0.66); border-radius: 0 0 50px 50px; color: #888; border: none; outline: none; font-size: 11px; -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25); box-shadow: 0 0 10px rgba(32, 32, 32, 0.25); line-height: 12px; z-index: 3; } .sec-00.bannerClose { height: 0; overflow: hidden; -webkit-transition-property: height; transition-property: height; -webkit-transition-duration: 300ms; transition-duration: 300ms; } .sec-00 .container-fluid { background-color: #cacaca; } .sec-00__slider { margin: 0 auto; width: 100%; height: 100%; max-width: 1310px; padding-top: 20px; padding-bottom: 24px; } @media (max-width: 1850px) { .sec-00__slider { max-width: 1310px; } } @media (max-width: 1550px) { .sec-00__slider { max-width: 1310px; } } .sec-00__slider .slide-item { width: 100%; height: 100%; max-width: 1310px; max-height: 300px; -o-object-fit: contain; object-fit: contain; height: 300px; cursor: pointer; } .sec-00 .slick-prev:before, .sec-00 .slick-next:before { display: none; } .sec-00__bulletList { position: absolute; bottom: 21px; left: calc(50% - 655px); width: 1310px; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 10; background-color: rgba(0, 0, 0, 0.1); } .sec-00__bullet { position: relative; width: 100%; height: 3px; background-color: rgba(0, 0, 0, 0.1); -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; opacity: 1; } .sec-00__bullet::after { content: ""; background: #ee7800; position: absolute; width: 0; height: 100%; left: 0; top: 0; border-radius: 2px; } .sec-00 .bullet-active::after { width: 0; -webkit-animation-name: progress; animation-name: progress; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-timing-function: linear; animation-timing-function: linear; } @keyframes progress { 0% { width: 0%; } 25% { width: 25%; } 50% { width: 50%; } 75% { width: 75%; } 100% { width: 100%; } } @-webkit-keyframes progress { 0% { width: 0%; } 25% { width: 25%; } 50% { width: 50%; } 75% { width: 75%; } 100% { width: 100%; } } @-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; } .navbar .container-fluid { padding: 0 2.5rem; } @media (max-width: 1100px) { .navbar .container-fluid { padding: 0 .6rem; } } .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, .navbar-login { padding-right: 2px; } .navbar-login { cursor: pointer; } .navbar-search-magnify { cursor: pointer; } .navbar-brand { font-size: 1.5rem; } .navbar-brand.navbar-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar-brand .navbar-login { font-size: 1rem; color: #EE7800; text-decoration: none; } .navbar .nav-link { cursor: pointer; } @media (max-width: 1100px) { .navbar .nav-link { padding: .5rem .5rem; font-size: .9rem; } } .navbar .navbar-nav .nav-item { margin: 0 .5rem; } @media (max-width: 1100px) { .navbar .navbar-nav .nav-item { margin: 0 0rem; } } .navbar .navbar-nav .nav-item .dropbox { visibility: hidden; opacity: 0; -webkit-transition: all .4s; 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; } .navbar .navbar-nav .nav-item .dropbox ul { padding-left: 0; } .navbar .navbar-nav .nav-item .dropbox-item { margin-bottom: .5rem; } .navbar .navbar-nav .nav-item .dropbox-item.first { font-size: 1.1rem; font-weight: 600; } .navbar .navbar-nav .nav-item .dropbox-item.first .dropbox-link { color: black; } .navbar .navbar-nav .nav-item .dropbox-link { text-decoration: none; color: #929292; font-size: .85rem; } .navbar .navbar-nav .nav-item .dropbox-link:hover { color: #EE7800; } .navbar .navbar-nav .nav-item .dropbox-link.dropbox-btn { border: 1px solid #929292; padding: .5rem 2rem; border-radius: 5px; width: 85%; min-width: 7rem; max-width: 11rem; } .navbar .navbar-nav .nav-item .dropbox-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .navbar .navbar-nav .nav-item .dropbox .container { max-width: 900px; width: 70%; } .navbar .navbar-nav .nav-item .dropbox .container.stylebox { -webkit-transform: translateX(-30%); transform: translateX(-30%); } .navbar .navbar-nav .nav-item .dropbox .container.designerbox { -webkit-transform: translateX(-5%); transform: translateX(-5%); } .navbar .navbar-nav .nav-item .dropbox .container.newbox { -webkit-transform: translateX(15%); transform: translateX(15%); } .navbar .navbar-nav .nav-item .dropbox .container.forumbox { -webkit-transform: translateX(50%); transform: translateX(50%); } .navbar .navbar-nav .nav-item .nav-link { position: relative; } .navbar .navbar-nav .nav-item .nav-link:after { position: absolute; content: " "; width: 100%; height: 90%; top: 0; right: 0; border-bottom: 2px solid #EE7800; opacity: 0; -webkit-transform: opacity 1s; transform: opacity 1s; } .navbar .navbar-nav .nav-item:hover .nav-link:after { opacity: 1; } .navbar .navbar-nav .nav-item:hover > .dropbox { visibility: visible; opacity: 1; } .navbar .navbar-nav .nav-item.lg .container { max-width: 1200px; width: 90%; } .navbar .navbar-nav .nav-item.lg .dropbox-link { text-decoration: none; color: #929292; font-size: .7rem; } .navbar .navbar-nav .nav-item.lg .dropbox-link:hover { color: #EE7800; } .navbar .navbar-nav .nav-item.lg .dropbox-item { margin-bottom: .1rem; } .navbar .navbar-nav .nav-item.lg .dropbox-item.first .dropbox-link { font-size: .85rem; } .navbar-search .container { max-width: 900px; width: 70%; } @media (max-width: 1100px) { .navbar-search .container { width: 90%; } } .navbar-search .dropbox { visibility: hidden; opacity: 0; -webkit-transition: all .2s; 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; } .navbar-search .dropbox.open { visibility: visible; opacity: 1; } .navbar-search .dropbox__searchtab { width: 100%; background-color: gray; border-radius: 3px; padding: .2rem 1rem; padding-bottom: 1rem; } .navbar-search .dropbox__hots__title { font-size: 1rem; color: #6b6b6b; } .navbar-search .dropbox__hots__link { font-size: .9rem; color: #929292; text-decoration: none; cursor: pointer; margin: 0 .2rem; } .navbar-search .dropbox__searchBar__input { width: 100%; outline: none; border: 2px solid #EE7800; border-radius: 5rem; padding: .3rem 1.2rem; font-size: .9rem; } .navbar-search .dropbox__searchBar__submit { outline: none; border: none; font-size: .9rem; background-color: transparent; color: #EE7800; margin-left: -1rem; -webkit-transform: translateX(-100%); transform: translateX(-100%); padding: 0 .6rem; } .navbar-search .dropbox__tab .nav-item { margin: 0 .6rem; } .navbar-search .dropbox .nav-item-link { border: none; outline: none; font-size: 1rem; color: white; padding: 3px; position: relative; } .navbar-search .dropbox .nav-item-link::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; border-bottom: 3px solid #EE7800; opacity: 0; } .navbar-search .dropbox .nav-item-link.active::after { opacity: 1; } .navbar-search .dropbox-tab-content .tabpar { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: .5rem; } .navbar-search .dropbox-tab-content .tabpar .col { margin: 0 .6rem; } .navbar-search .dropbox-tab-content .tabpar .select { font-size: 1rem; padding: .6rem; border-radius: 3px; color: #747474; } .navbar-search .dropbox-tab-content .tabpar button { border: none; outline: none; background-color: #EE7800; border-radius: 3px; color: white; font-size: 1rem; padding: .6rem; } .navbar-search .dropbox-tab-content .tabpar .image-search { border: none; outline: none; background-color: #EE7800; border-radius: 3px; color: white; font-size: 1rem; } .navbar-search .dropbox-tab-content .tabpar .article-btn { border: none; outline: none; background-color: #EE7800; border-radius: 3px; color: white; font-size: 1rem; padding: .6rem; } .navbar-search .dropbox-tab-content .tabpar .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%; } .sec-02__slider .slide-item { width: 100%; height: 500px; background-position: center center; background-size: cover; background-repeat: no-repeat; cursor: pointer; } .sec-02 .slick-prev:before, .sec-02 .slick-next:before { display: none; } .sec-02 .slick-prev { left: 15px; z-index: 3; } .sec-02 .slick-next { right: 15px; } .sec-04 { background-color: #F4F4F4; padding: 4rem 1rem; } .sec-04 .container { max-width: 950px; width: 70%; } @media (max-width: 1100px) { .sec-04 .container { width: 90%; } } .sec-04 .card { -webkit-box-shadow: 1px 2px 8px 1px #d6d6d6; box-shadow: 1px 2px 8px 1px #d6d6d6; text-decoration: none; cursor: pointer; -webkit-transition: all .6s; transition: all .6s; } .sec-04 .card-title { font-size: 1.4rem; line-height: 1.8rem; color: #4C4C4C; font-weight: 500; -webkit-transition: all 2s; transition: all 2s; } .sec-04 .card__imgfr { width: 100%; } .sec-04 .card__imgfr img { width: 100%; height: 100%; } .sec-04 .card:hover { -webkit-transform: scale(1.05); transform: scale(1.05); } .sec-guessLike .container { margin: 0 auto; padding: 2rem 2rem; max-width: 1050px; width: 70%; } @media (max-width: 1100px) { .sec-guessLike .container { width: 90%; padding: 0 1rem; } } .sec-guessLike__titlebox-h2 { margin: 0 auto; font-size: 1.8rem; font-weight: 600; color: #535353; padding: .8rem 0; border-bottom: 6px solid #EE7800; display: inline-block; } .sec-guessLike__title { display: block; text-align: center; position: relative; font-size: 1.2rem; margin-bottom: .8rem; } .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__article h5 { font-size: 1.1rem; } .sec-guessLike__article p { font-size: 14px; } .sec-guessLike__case p { font-size: 1.1rem; font-weight: 500; } .sec-guessLike__card { width: 100%; overflow: hidden; height: 26vh; position: relative; background-position: center center; background-size: cover; background-repeat: no-repeat; } .sec-guessLike__card.special { height: 45vh; } .sec-guessLike__card__img { width: 100%; -webkit-transition: all .8s; transition: all .8s; } .sec-guessLike__card__txt { position: absolute; bottom: 1rem; left: 3rem; color: white; z-index: 2; font-size: 600; text-shadow: 1px 1px 2px gray; } .sec-guessLike__video__play { position: absolute; width: 2.5rem; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .sec-05 { border-top: 1px solid #bbbbbb; padding-bottom: 2rem; } .sec-05 .container { margin: 0 auto; padding: 0 2rem; max-width: 1050px; width: 70%; } @media (max-width: 1100px) { .sec-05 .container { width: 90%; padding: 0 1rem; } } .sec-05__tabdiv { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .sec-05__tabdiv .more { padding-bottom: .4rem; } .sec-05__tabdiv .nav-item { position: relative; padding-right: 18px; padding-left: 18px; } .sec-05__tabdiv .nav-item::after { position: absolute; content: " "; width: 100%; height: 30%; left: 0; top: 35%; background-color: transparent; border-right: 1px solid #b3b3b3; z-index: -1; } .sec-05__tabdiv .nav-item:nth-of-type(3)::after { display: none; } .sec-05__tabdiv .nav-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) { .sec-05__tabdiv .nav-item-link { font-size: 1.1rem; } } .sec-05__tabdiv .nav-item-link:focus { outline: none !important; } .sec-05__tabdiv .nav-item-link.active { color: #EE7800; } .sec-05__tabdiv .nav-item-link::before { position: absolute; content: " "; width: 101%; height: 100%; left: -2px; top: 0px; background-color: transparent; border-top: 3px solid #EE7800; opacity: 0; } .sec-05__tabdiv .nav-item-link.active::before { opacity: 1; } .sec-05 .tab-pane { height: 100%; } .sec-05tab-content { height: 35vh; } .sec-05 .tabpar__card { margin: 3px; position: relative; font-size: 14px; cursor: pointer; } .sec-05 .tabpar__card__imgfr { width: 100%; height: 25vh; position: relative; background-position: center center; background-size: cover; background-repeat: no-repeat; } @media (max-width: 1100px) { .sec-05 .tabpar__card__imgfr { height: 20vh; } } .sec-05 .tabpar__card h5 { font-size: 1rem; } .sec-05 .tabpar__card p { font-size: .95rem; font-weight: 300; color: gray; } .sec-05 .tabpar__card__play { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2.5rem; } .sec-05 .slick-prev { top: 40%; left: -2rem; z-index: 2; } .sec-05 .slick-next { top: 40%; right: -2rem; z-index: 2; } .sec-05 .slick-prev:before, .sec-05 .slick-next:before { display: none; } .sec-06 { padding: 2rem 0; } .sec-06 .container { margin: 0 auto; padding: 1rem 2rem; max-width: 1050px; width: 70%; } @media (max-width: 1100px) { .sec-06 .container { width: 90%; padding: 0 1rem; } } .sec-06__title h3 { display: inline-block; font-size: 1.6rem; padding-bottom: .5rem; border-bottom: 6px solid #EE7800; color: #535353; margin-bottom: 0; } .sec-06__video { width: 100%; position: relative; } .sec-06__video__imgfr { width: 100%; height: 34vh; background-position: center center; background-size: cover; background-repeat: no-repeat; } @media (max-width: 1100px) { .sec-06__video__imgfr { height: 25vh; } } .sec-06__video__play { position: absolute; left: 50%; top: 50%; width: 2.5rem; height: 2.5rem; z-index: 2; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .sec-06__videotxt { width: 90%; margin: 0 auto; background-color: rgba(255, 255, 255, 0.842); -webkit-box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795); box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795); padding: .4rem .8rem; -webkit-transform: translateY(-20%); transform: translateY(-20%); font-weight: 600; font-size: 1.1rem; } .sec-06__btns { display: block; outline: none; border: none; padding: .4rem 1.2rem; width: 88%; margin: 0 auto; background-color: #ea068c; color: white; border-radius: 3px; -webkit-box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795); box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795); -webkit-transition: all .4s; transition: all .4s; text-decoration: none; } .sec-06__btns:hover { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); color: white; } .sec-06__btns__txt { font-weight: 600; } .sec-06__btns:nth-of-type(2), .sec-06__btns:nth-of-type(3) { padding: 1rem 1.2rem; } .sec-06__card { width: 100%; } .sec-06__card:hover .sec-06__card__imgfr { -webkit-transform: scale(1.1); transform: scale(1.1); } .sec-06__card h5 { font-size: 1.1rem; margin-bottom: .3rem; } .sec-06__card p { font-size: .9rem; } .sec-06__card__outer { width: 100%; height: 48vh; overflow: hidden; } .sec-06__card__play { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2.5rem; } .sec-06__card__imgfr { width: 100%; height: 48vh; background-position: center center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all .5s; transition: all .5s; position: relative; } .sec-06 .slick-prev { top: 40%; left: .5rem; z-index: 2; } .sec-06 .slick-next { top: 40%; right: .5rem; z-index: 2; } .sec-06 .slick-prev:before, .sec-06 .slick-next:before { display: none; } .sec-07 { padding: 2rem 0; } .sec-07 .container { margin: 0 auto; padding: .8rem 1.2rem; max-width: 1050px; width: 70%; background-color: #F4F4F4; } @media (max-width: 1100px) { .sec-07 .container { width: 90%; padding: 0 1rem; } } .sec-07__slider { height: 100%; } .sec-07__slider .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) { .sec-07__slider .slide-item { height: 18vh; } } .sec-08 { padding-bottom: 2.5rem; } .sec-08 .container { margin: 0 auto; padding: 1rem 0rem; max-width: 1050px; width: 70%; } @media (max-width: 1100px) { .sec-08 .container { width: 90%; padding: 0 1rem; } } .sec-08__title { border-bottom: 6px solid #EE7800; color: #535353; } .sec-08__title h3 { font-size: 1.6rem; } .sec-08__slider { width: 100%; cursor: pointer; } .sec-08__imgfr { width: 100%; height: 28vh; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; } @media (max-width: 1100px) { .sec-08__imgfr { height: 20vh; } } .sec-08__card h5 { font-size: 1rem; } .sec-08__card p { font-size: .9rem; } .sec-08__card__play { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2.5rem; } .sec-08__cardtxt { font-size: 14px; padding-right: .6rem; } .sec-08 .slick-prev { top: 40%; left: -2rem; z-index: 2; } .sec-08 .slick-next { top: 40%; right: -2rem; z-index: 2; } .sec-08 .slick-prev:before, .sec-08 .slick-next:before { display: none; } .sec-09 { background-color: #F4F4F4; } .sec-09 .container { margin: 0 auto; padding: 2rem 0rem; max-width: 1050px; width: 70%; } @media (max-width: 1100px) { .sec-09 .container { width: 90%; padding: 0 1rem; } } .sec-09__imgfr { width: 100%; height: 25vh; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; } @media (max-width: 1100px) { .sec-09__imgfr { height: 20vh; } } .sec-09__card { margin: 5px; text-align: center; cursor: pointer; } .sec-09__card p { font-size: 14px; margin-top: .5rem; } .sec-09__card__play { position: absolute; right: .6rem; bottom: .6rem; width: 2.5rem; } .sec-09__title { border-bottom: 6px solid #EE7800; color: #535353; } .sec-09__title h3 { font-size: 1.6rem; } .sec-09 .slick-prev { top: 40%; left: -2rem; z-index: 2; } .sec-09 .slick-next { top: 40%; right: -2rem; z-index: 2; } .sec-09 .slick-prev:before, .sec-09 .slick-next:before { display: none; } .sec-10 { padding: 2.5rem 0; } .sec-10 .container { max-width: 1000px; width: 70%; } @media (max-width: 1100px) { .sec-10 .container { width: 90%; padding: 0 1rem; } } .sec-10__titlebox { border-bottom: 1px solid #4b4b4b; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .sec-10__titlebox-h2 { margin: 0 auto; font-size: 1.8rem; font-weight: 600; color: #535353; padding: .8rem 0; border-bottom: 6px solid #EE7800; display: inline-block; } .sec-10__card { cursor: pointer; } .sec-10__card h5 { font-size: 1rem; margin-bottom: .3rem; } .sec-10__card p { font-size: .95rem; font-weight: 300; color: gray; } .sec-10__card-img { width: 100%; height: 25vh; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; } @media (max-width: 1100px) { .sec-10__card-img { height: 20vh; } } .sec-10__card__play { position: absolute; right: 1rem; bottom: 1rem; width: 2.5rem; height: 2.5rem; } .sec-11 { padding: 2.5rem 0; padding-top: 1rem; } .sec-11 .container { max-width: 1000px; width: 70%; } @media (max-width: 1100px) { .sec-11 .container { width: 90%; padding: 0 1rem; } } .sec-11__titlebox { border-bottom: 1px solid #4b4b4b; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .sec-11__titlebox-h2 { margin: 0 auto; font-size: 1.8rem; font-weight: 600; color: #535353; padding: .8rem 0; border-bottom: 6px solid #EE7800; display: inline-block; } .sec-11__card { cursor: pointer; } .sec-11__card h5 { font-size: 1rem; margin-bottom: .3rem; } .sec-11__card p { font-size: .95rem; font-weight: 300; color: gray; } .sec-11__card-img { width: 100%; height: 25vh; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; } @media (max-width: 1100px) { .sec-11__card-img { height: 20vh; } } .sec-11__card__play { position: absolute; right: 1rem; bottom: 1rem; width: 2.5rem; height: 2.5rem; } .footer { background: #e9e9e9; padding: 2.5rem 0; } @media (max-width: 1100px) { .footer .container { width: 98%; max-width: 950px; } } .footer__block { padding: 1rem 3rem; border-left: 1px solid #8f8f8f; } @media (max-width: 1100px) { .footer__block { padding: 1rem 1rem; } } .footer__block-title { font-size: 1.3rem; margin-bottom: 1.5rem; } .footer__block-list { padding-left: 0; } .footer__block:nth-of-type(1) { border-left: none; } .footer__block:nth-of-type(2) { padding: 1rem 4rem; } @media (max-width: 1100px) { .footer__block:nth-of-type(2) { padding: 1rem 1rem; } } .footer__block-socials { padding-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1100px) { .footer__block-socials img { width: 30px; } } .footer__block .follows-fp { text-decoration: none; color: #696969; font-size: .9rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 1100px) { .footer__block .follows-fp { font-size: .8rem; } } .footer__block-phone p { display: inline; } @media (max-width: 900px) { .footer__block-phone p { display: block; } } .footer__block-phone p, .footer__block-phone span { font-size: .9rem; } .footer__block-phone .text-phone { color: #EE7800; text-decoration: none; } .footer__block-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .footer__block-links-grp { padding: .3rem; border-left: 1px solid #b9b9b9; } .footer__block-links-grp:nth-of-type(1) { border-left: none; } .footer__block-links-grp a { display: block; text-decoration: none; color: #696969; font-size: .9rem; margin-bottom: .4rem; } @media (max-width: 1100px) { .footer__block-links-grp a { font-size: .8rem; } } .footer__block-subscribe { width: 100%; margin-top: 1rem; } .footer__block-subscribe .subscribeBar { font-size: .8rem; width: 70%; margin-left: 7%; } @media (max-width: 900px) { .footer__block-subscribe .subscribeBar { width: 75%; margin-left: 3%; font-size: .7rem; } } .footer__block-subscribe .subscribeBtn { width: 20%; padding: .4rem .6rem; padding-bottom: 9px; border: none; outline: none; background-color: #292929; color: white; border-radius: 0 3px 3px 0; margin-left: -.4rem; } @media (max-width: 900px) { .footer__block-subscribe .subscribeBtn { margin-left: -.3rem; font-size: .8rem; padding-top: 9px; padding-bottom: 10px; } } .footer__list-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; margin-bottom: .5rem; } .footer__list-item p { color: #696969; font-size: .9rem; font-weight: 300; } .footer__list-icon { width: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-right: .3rem; } .footer .bottom-box { padding: 1rem 0; border-top: 1px solid #b9b9b9; margin-top: 2.5rem; } #videoModal .modal-content { background-color: transparent; border: none; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } #videoModal .modal-dialog { max-width: 700px; } .morelink { text-decoration: none; color: #EE7800; font-weight: 700; } .morelink:hover { color: #EE7800; } .fixed-btn { position: fixed; right: 15px; bottom: 2rem; } @media screen and (max-width: 576px) { .fixed-btn { bottom: 8rem; } } .fixed-btn .btn-gotop, .fixed-btn .btn-login, .fixed-btn .btn-favor, .fixed-btn .btn-match { cursor: pointer; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: 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 { height: 57px; padding: .2rem; background-color: white; font-size: 1em; word-spacing: 5px; width: 57px; text-align: center; position: relative; } .fixed-btn .btn-match::after { content: "快速媒合設計師"; background-color: #EE7800; color: white; width: 180%; right: -5px; top: -15px; position: absolute; font-size: .8rem; padding: 1.5px 3px; opacity: 0; -webkit-transition: all .4s; transition: all .4s; } .fixed-btn .btn-match__back { width: 35px; height: 35px; background-image: url("../images/match_icon_uncover.png"); background-position: center; background-size: contain; -webkit-transition: all .4s; transition: all .4s; } .fixed-btn .btn-match:hover .btn-match__back { background-image: url("../images/match_icon.png"); } .fixed-btn .btn-match:hover::after { opacity: 1; top: -25px; } #matchModal .modal-content { position: relative; } #matchModal .modal-content .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 { position: relative; } @media screen and (min-width: 576px) { .sec-match .container__match { max-width: 700px; } } @media screen and (min-width: 768px) { .sec-match .container__match { max-width: 880px; } } @media screen and (min-width: 992px) { .sec-match .container__match { max-width: 1100px; } } @media screen and (min-width: 1100px) { .sec-match .container__match { max-width: 1300px; } } .sec-match p { color: #707070; } .sec-match__imgfr { width: 100%; height: 14rem; background-position: center; background-size: cover; cursor: pointer; -webkit-transition: all .4s; transition: all .4s; } @media screen and (max-width: 1025px) { .sec-match__imgfr { height: 10rem; } } .sec-match__imgfr:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .sec-match__designer { width: 12rem; height: 12rem; background-position: center; background-size: cover; border-radius: 50%; } @media screen and (max-width: 1025px) { .sec-match__designer { width: 10rem; height: 10rem; } } @media screen and (max-width: 1025px) { .sec-match__like { max-width: 9rem; } } @media screen and (max-width: 1025px) { .sec-match__consult { max-width: 9rem; } } .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.clicked { color: #B2B2B2; border: 1px solid #B2B2B2; } .sec-match .btn-match.clicked:hover { color: #B2B2B2; border: 1px solid #B2B2B2; background-color: transparent; } .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-match .close { position: absolute; right: 3%; top: 0%; cursor: pointer; } .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; } .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-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); } #loginModal .btn-close { position: absolute; right: -2rem; top: -2rem; } #favorModal .btn-close { position: absolute; right: -2rem; top: -2rem; } #favorModal .sec-favor-title { color: #4C4C4C; font-size: 18px; } #favorModal .sec-favor-list { background-color: #F3F3F3; padding: 1rem; padding-bottom: 1.4rem; } #favorModal .sec-favor-list hr { background-color: #aaaaaa; } #favorModal .sec-favor-form .form-user, #favorModal .sec-favor-checklist .form-user { width: 50%; color: #707070; font-size: 16px; } #favorModal .sec-favor-form .form-progressbar, #favorModal .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; } #favorModal .sec-favor-form .form-progressbar li, #favorModal .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; } #favorModal .sec-favor-form .form-progressbar li.active, #favorModal .sec-favor-checklist .form-progressbar li.active { border: 2px solid #EE7800; color: #EE7800; } #favorModal .sec-favor-form .form-progressbar li.active::before, #favorModal .sec-favor-checklist .form-progressbar li.active::before { border-top: 2px solid #EE7800; } #favorModal .sec-favor-form .form-progressbar li::before, #favorModal .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; } #favorModal .sec-favor-form .form-progressbar li:nth-of-type(1)::before, #favorModal .sec-favor-checklist .form-progressbar li:nth-of-type(1)::before { display: none; } #favorModal .sec-favor-form .form-step, #favorModal .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; } #favorModal .sec-favor-form .form-step .next, #favorModal .sec-favor-checklist .form-step .next { padding: .6rem 5rem; background-color: #EE7800; border-radius: 3px; color: white; border: none; outline: none; } #favorModal .sec-favor-form .form-step1, #favorModal .sec-favor-checklist .form-step1 { display: block; } #favorModal .sec-favor-form .form-step2, #favorModal .sec-favor-checklist .form-step2 { display: none; } #favorModal .sec-favor-form .form-step3, #favorModal .sec-favor-checklist .form-step3 { display: none; position: relative; padding-bottom: 1.5rem; } #favorModal .sec-favor-form input[type="checkbox"], #favorModal .sec-favor-form input[type="radio"], #favorModal .sec-favor-checklist input[type="checkbox"], #favorModal .sec-favor-checklist input[type="radio"] { display: none; } #favorModal .sec-favor-form .imgfr, #favorModal .sec-favor-checklist .imgfr { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 4.5rem; border-radius: 8px; border: 2px solid transparent; } #favorModal .sec-favor-form h4, #favorModal .sec-favor-checklist h4 { color: #AAAAAA; font-size: 15px; font-weight: 400; } #favorModal .sec-favor-form input[type="checkbox"]:checked + .fs-label-info .imgfr, #favorModal .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-info .imgfr { border: 2px solid #EE7800; } #favorModal .sec-favor-form input[type="checkbox"]:checked + .fs-label-chbox, #favorModal .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-chbox { border: 1px solid #EE7800; color: #EE7800; } #favorModal .sec-favor-form input[type="radio"]:checked + .fs-label-chbox, #favorModal .sec-favor-checklist input[type="radio"]:checked + .fs-label-chbox { border: 1px solid #EE7800; color: #EE7800; } #favorModal .sec-favor-form .step3-block, #favorModal .sec-favor-checklist .step3-block { margin-bottom: 1rem; } #favorModal .sec-favor-form .step3-block:nth-of-type(3), #favorModal .sec-favor-checklist .step3-block:nth-of-type(3) { margin-bottom: 0; } #favorModal .sec-favor-form .step3-block-title, #favorModal .sec-favor-checklist .step3-block-title { color: #AAAAAA; display: block; margin-bottom: .5rem; font-size: 1rem; } #favorModal .sec-favor-form .step3-block .radio, #favorModal .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; } #favorModal .sec-favor-form .skip, #favorModal .sec-favor-checklist .skip { padding: .3rem 1rem; color: #AAAAAA; border: none; outline: none; background-color: transparent; } #favorModal .sec-favor-form .btngrp, #favorModal .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; } #favorModal .sec-favor-form .btngrp .next, #favorModal .sec-favor-checklist .btngrp .next { -webkit-transform: translateY(0rem); transform: translateY(0rem); } #favorModal .sec-favor-checklist .form-user { margin: 0 auto; text-align: center; margin-bottom: 1rem; } #favorModal .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); } .test { position: relative; } .test .cover { width: 100%; position: absolute; left: 0; bottom: 0; display: block; background-color: white; height: 100%; } .test .cover.slidein { -webkit-animation: slidein 2s forwards; animation: slidein 2s forwards; } .title_back { display: block; position: relative; width: 10em; height: 1.75em; overflow: hidden; } .title_back .title { position: absolute; left: 0; bottom: -1.75em; display: block; -webkit-transition: all 1s; transition: all 1s; } .test_content { opacity: 0; } .test_content.fadein { -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; } .btn-call:hover { color: #EA068C; } .small { font-size: .7rem; } .container_match label, .container_match2 label { margin-top: .4rem; } /*# sourceMappingURL=style.css.map */