123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900 |
- body {
- font-family: 'Helvetica Neue';
- }
- a:focus {
- outline: none;
- }
- a:focus-visible {
- outline: none;
- }
- button:focus-visible {
- outline: none;
- }
- img:focus-visible {
- outline: none;
- }
- a {
- text-decoration: none;
- }
- .text-hhh {
- color: #EE7800;
- }
- .navbar {
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: white !important;
- z-index: 99;
- }
- .navbar-toggler {
- padding-left: 0;
- border-color: transparent !important;
- }
- .navbar-toggler:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-toggler-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- justify-items: center;
- }
- .navbar-toggler-icon i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- .navbar-search {
- padding-right: 2px;
- }
- .navbar-brand {
- font-size: 1.5rem;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-01 {
- padding-top: 58px;
- }
- .fixed_menu {
- height: 78px;
- position: fixed;
- z-index: 4;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- }
- @media (min-width: 480px) {
- .fixed_menu {
- height: 50px;
- }
- }
- @media (min-width: 480px) {
- .fixed_menu .row {
- height: 50px;
- }
- }
- @media (min-width: 480px) {
- .fixed_menu__box {
- width: 100%;
- height: 100%;
- }
- }
- .fixed_menu__box img:focus-visible {
- outline: none;
- }
- @media (min-width: 480px) {
- .fixed_menu__box img {
- width: 100%;
- height: 100%;
- }
- }
- .sec-menu {
- display: none;
- z-index: 105;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-menu-block {
- padding-top: 61px;
- margin: 0;
- -webkit-transition: -webkit-transform .5s;
- transition: -webkit-transform .5s;
- transition: transform .5s;
- transition: transform .5s, -webkit-transform .5s;
- position: fixed;
- top: 0;
- left: -100%;
- right: 0;
- height: 100%;
- overflow-y: scroll;
- max-width: 100%;
- background-color: white;
- }
- .sec-menu-block.slidein {
- -webkit-animation: slidein 0.3s forwards;
- animation: slidein 0.3s forwards;
- }
- .sec-menu-block.slideout {
- -webkit-animation: slideout 0.3s forwards;
- animation: slideout 0.3s forwards;
- }
- .sec-menu-list {
- background: white;
- margin-bottom: 0;
- }
- .sec-menu-list .navbar-nav {
- padding: 0 2rem;
- width: 100%;
- }
- .sec-menu-list .navbar-nav .dropdown-menu {
- border: none;
- padding: 0;
- height: 0;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .sec-menu-list .navbar-nav .dropdown-menu.show {
- height: -webkit-fit-content;
- height: -moz-fit-content;
- height: fit-content;
- opacity: 1;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
- padding-left: 3rem;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item.active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:focus {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
- padding-left: 6rem;
- }
- .sec-menu-list .nav-item {
- font-size: 17px;
- display: block;
- width: 100%;
- }
- .sec-menu-list .nav-link {
- padding-top: 11px;
- padding-bottom: 8px;
- color: #707070;
- position: relative;
- -webkit-appearance: none !important;
- -moz-appearance: none !important;
- appearance: none !important;
- border-radius: 0;
- }
- .sec-menu-list .nav-link .link_div {
- width: 25px;
- }
- .sec-menu-list .nav-link a {
- color: #707070;
- text-decoration: none;
- }
- .sec-menu-list .nav-link.show i {
- -webkit-transform: rotate(-180deg);
- transform: rotate(-180deg);
- }
- .sec-menu-list .nav-link .expand {
- position: absolute;
- right: 10px;
- }
- .sec-menu-list .nav-link .expand i {
- font-size: 11px;
- color: #D3D3D3;
- -webkit-transition: all .5s;
- transition: all .5s;
- }
- .sec-menu-list .nav-link.text-main {
- color: #EE7800;
- }
- .sec-menu-list .sub-link .expand {
- position: absolute;
- right: 20px;
- top: 8px;
- width: 1.5rem;
- text-align: center;
- }
- .sec-menu-list .sub-menu {
- display: none;
- }
- .sec-menu-list .sub-menu.show {
- display: block;
- }
- .sec-menu-list hr {
- margin: 3px 0;
- background-color: #bbbbbb;
- }
- .sec-menu-follows {
- padding: 2rem 2.5rem;
- background-color: #e6e6e6ef;
- margin-top: -9px;
- }
- .sec-menu-follows-title {
- color: #797979;
- font-size: 14px;
- }
- .sec-menu-links {
- margin-bottom: 2.5rem;
- }
- .sec-menu-links a {
- color: #797979;
- text-decoration: none;
- display: inline-block;
- padding: 1px 0;
- border-bottom: 1px solid #acacac;
- margin: 0 .6rem;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- }
- @media screen and (max-width: 385px) {
- .sec-menu-links a {
- margin: 0 .4rem;
- }
- }
- .sec-menu .follows-fp {
- color: #797979;
- text-decoration: none;
- font-weight: 400;
- display: block;
- padding-left: .5rem;
- }
- .sec-menu .follows-fp:nth-of-type(1) {
- margin-bottom: .6rem;
- }
- .sec-menu .copyright {
- color: #797979;
- font-size: 13px;
- }
- @-webkit-keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @-webkit-keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- @keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- .sec-search {
- display: none;
- z-index: 107;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-search-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: scroll;
- background-color: rgba(0, 0, 0, 0.774);
- }
- .sec-search-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-search-list hr {
- background-color: #aaaaaa;
- }
- .sec-search-form {
- width: 100%;
- }
- .sec-search .searchBar {
- font-size: 17px;
- padding: .5rem .3rem;
- display: inline-block;
- width: 88%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5px;
- }
- .sec-search .searchBtn {
- outline: none;
- border: none;
- background-color: transparent;
- display: inline-block;
- width: 10%;
- }
- .sec-search-hots {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-search-hots__title {
- color: #AAAAAA;
- font-size: 18px;
- font-weight: 400;
- padding-top: .5rem;
- }
- .sec-search-hots__link {
- display: inline-block;
- text-decoration: none;
- color: #797979;
- border: 1px solid #797979;
- border-radius: 3rem;
- padding: .3rem .5rem;
- margin-right: .8rem;
- margin-bottom: .8rem;
- }
- .sec-search-hots__link:hover {
- color: #797979;
- }
- .sec-login {
- display: none;
- z-index: 109;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-login-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: hidden;
- background-color: #F3F3F3;
- }
- .sec-login-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-login-list hr {
- background-color: #aaaaaa;
- }
- .sec-login-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .text-main {
- color: #EE7800;
- }
- .text-phone {
- color: #EA068C;
- text-decoration: none;
- }
- .bg-white {
- background-color: #fff;
- }
- .mb__hero {
- margin-top: calc(52px);
- }
- .mb__hero__bgImg {
- height: 240px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center center;
- }
- .mb__content {
- background-color: rgba(244, 244, 244, 0.8);
- }
- .other {
- display: none;
- }
- .mb__infoCard {
- color: #727679;
- text-align: center;
- padding: 1rem;
- background-color: rgba(244, 244, 244, 0.8);
- margin: 3rem 0 0;
- }
- .mb__infoCard__name, .mb__infoCard__span {
- font-size: 1.25rem;
- color: #43484C;
- font-weight: bold;
- }
- .mb__infoCard__span {
- font-size: 1rem;
- }
- .mb__infoCard__cmy {
- font-size: 1.125rem;
- font-weight: 400;
- }
- .mb__infoCard__avatar {
- width: 188px;
- height: 188px;
- position: absolute;
- top: -120px;
- border: 3px solid #FFF;
- border-radius: 50%;
- background-size: cover;
- background-repeat: no-repeat;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .mb__infoCard__seo {
- font-size: 1.12rem;
- text-align: center;
- padding: 1rem;
- display: block;
- line-height: 1.2;
- font-weight: 400;
- }
- .mb__infoCard__approve {
- color: #FF0000;
- }
- .mb__infoCard__more {
- color: #FFAC73;
- text-align: center;
- cursor: pointer;
- }
- .mb__infoCard__detail aside {
- line-height: 2;
- font-size: 1rem;
- }
- .mb__infoCard__detail a {
- color: #727679;
- }
- .mb__infoCard__detail__l {
- -ms-flex-preferred-size: 30%;
- flex-basis: 30%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 30%;
- }
- .mb__infoCard__detail__l.title {
- color: #AAAAAA;
- font-size: 1.125rem;
- font-weight: bold;
- -webkit-transform: translateX(-15px);
- transform: translateX(-15px);
- }
- .mb__infoCard__detail__r {
- -ms-flex-preferred-size: 70%;
- flex-basis: 70%;
- text-align: start;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 70%;
- word-break: break-all;
- }
- .mb__infoCard .scMedia {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 1rem 0;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .mb__infoCard .scMedia a {
- width: 16%;
- }
- .mb__infoCard .scMedia a img {
- width: 100%;
- }
- .infoContent a {
- color: #727679;
- text-decoration: none;
- font-size: .9rem;
- }
- .infoContent a.active {
- color: #EE7800;
- }
- .infoContent__navBlock.tab_sticky {
- position: fixed;
- top: 60px;
- width: 100%;
- z-index: 12;
- }
- .infoContent .nav-item {
- margin: 0;
- width: 25%;
- text-align: center;
- max-width: 25%;
- -webkit-appearance: none !important;
- -moz-appearance: none !important;
- appearance: none !important;
- }
- .infoContent .nav-item-link {
- display: block;
- padding: 1rem 0.5rem;
- text-decoration: none;
- background-color: transparent;
- font-size: .9rem;
- color: #727679;
- text-align: center;
- font-size: 1.12rem;
- -webkit-appearance: none !important;
- -moz-appearance: none !important;
- appearance: none !important;
- border-radius: 0;
- }
- .infoContent .nav-item-link.active {
- color: #EE7800;
- border-bottom: 2px solid #EE7800;
- -webkit-appearance: none !important;
- -moz-appearance: none;
- appearance: none;
- }
- .infoContent .likeSee {
- font-size: 1.05rem;
- }
- .infoContent .likeSee span {
- color: #727679;
- font-size: .9rem;
- }
- .infoContent .likeSee__divider {
- height: 12px;
- display: inline-block;
- border: 0.5px solid #9d9d9d;
- }
- .infoContent .tab-content {
- padding: 0 1rem;
- }
- .infoContent .tab-content .row > div {
- padding-left: 5px;
- padding-right: 5px;
- }
- .infoContent .card {
- -webkit-box-shadow: 0 1px 10px #eee;
- box-shadow: 0 1px 10px #eee;
- margin: 0 0 1.5rem;
- border: none;
- }
- .infoContent .card__bgImg {
- height: 145px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- position: relative;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- }
- .infoContent .card-body {
- padding: 0.5rem 1rem;
- }
- .infoContent .card__title {
- font-size: 1.125rem;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-line-clamp: 2;
- height: calc(18px * 2 * 1.2);
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- font-weight: bold;
- margin: 0.5rem 0;
- color: #727679;
- }
- .infoContent .card__tag {
- margin: 0 0.2rem 0 0;
- }
- .infoContent .company__block {
- margin: 0 0 2rem;
- }
- .infoContent .company__block:nth-of-type(2) {
- margin-top: 2rem;
- }
- .infoContent .company__title {
- color: #AAAAAA;
- font-size: 1.12rem;
- font-weight: 400;
- }
- .infoContent .company__text {
- color: #43484C;
- }
- .infoContent__navBlock.tab_sticky + .row {
- padding-top: 65px;
- }
- .infoContent__navBlock {
- padding-top: 0rem;
- }
- .freeCall {
- position: fixed;
- bottom: 78px;
- z-index: 11;
- width: 100%;
- text-align: center;
- background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.9)));
- background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
- }
- .freeCall__btn {
- color: #fff;
- background-color: #EE7800;
- border-color: #EE7800;
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 5.5rem;
- z-index: 15;
- }
- @media (min-width: 480px) {
- .fixed-btn {
- bottom: 5rem;
- }
- }
- .fixed-btn .btn-gotop {
- padding: 1rem .65rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- }
- .like {
- display: none;
- }
- #pills-video .col-6, #pills-columns .col-6 {
- width: 100%;
- }
- #pills-video .card__bgImg, #pills-columns .card__bgImg {
- height: 215px;
- }
- .emodal-title {
- color: #EE7800;
- margin: 0 auto;
- font-size: 18px;
- }
- .emodal .form-control:focus {
- border-color: #ffb76f;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .emodal .btn-plus {
- color: #aaa;
- border-color: #aaa;
- }
- .emodal .btn-send {
- background-color: #ee7800;
- color: white;
- width: 30%;
- border: none;
- padding: 0.875rem 1rem;
- border-radius: 2px;
- }
- .emodal .btn-dismiss {
- width: 30%;
- border: none;
- padding: 0.875rem 1rem;
- background-color: #d1d2d3;
- border-radius: 2px;
- color: #fff;
- }
- #putEmail_hidden {
- border: 1px solid;
- border-radius: 28px;
- color: #EE7800 !important;
- }
- #putEmail_hidden .fm-email-btn {
- padding: 2px 5px 2px 5px;
- }
- .loading-move {
- -webkit-animation-name: move;
- animation-name: move;
- -webkit-animation-duration: 2s;
- animation-duration: 2s;
- -webkit-animation-delay: 0;
- animation-delay: 0;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-direction: normal;
- animation-direction: normal;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- @-webkit-keyframes move {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- @keyframes move {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- /*# sourceMappingURL=list-style-mb.css.map */
|