.filter-controller{position:fixed;width:100vw;height:calc(var(--vh, 1px) * 100);top:0;right:0;z-index:9999999}.filter-controller.show .controller-bg{width:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.filter-controller.show .container{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.filter-controller .controller-bg{width:100%;height:100%;background-color:rgba(46,46,46,0.8);position:absolute;top:0;right:0;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.filter-controller .container{width:46.875vw;min-width:650px;height:100%;background-color:#fff;position:relative;z-index:1;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate3d(120%,0,0);transform:translate3d(120%,0,0);-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s}@media only screen and (max-width:768px){.filter-controller .container{width:100%;min-width:0}}.filter-controller .close-btn{position:absolute;left:0;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1}@media only screen and (max-width:768px){.filter-controller .close-btn{width:30px;height:30px;top:25px;left:auto;right:25px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.filter-controller .close-btn p.icon-cross{font-size:0.75rem;font-weight:900}}.filter-controller .headline{height:80px;background-color:#2E2E2E;color:#FDD000;font-size:1.5rem;font-weight:500;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;-ms-flex-negative:0;flex-shrink:0;padding:0 35px}.filter-controller .f-main-select{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-controller .f-main-select .f-select{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;width:33.33%;height:80px;background-color:#fff;cursor:pointer;-webkit-transition:background-color 0.3s;transition:background-color 0.3s}@media only screen and (max-width:575px){.filter-controller .f-main-select .f-select{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100px}}.filter-controller .f-main-select .f-select.active{background-color:#FDD000}.filter-controller .f-main-select .f-select.active .fs-number{color:#000}.filter-controller .f-main-select .fs-text{font-weight:500;line-height:1.5}@media only screen and (max-width:1200px){.filter-controller .f-main-select .fs-text{font-size:0.875rem}}.filter-controller .f-main-select .fs-number{font-weight:600;font-size:1.875rem;margin:0 15%;color:#A3A3A3}@media only screen and (max-width:1366px){.filter-controller .f-main-select .fs-number{margin:0 20px;font-size:1.25rem}}@media only screen and (max-width:575px){.filter-controller .f-main-select .fs-number{margin:12px 0}}.filter-controller .f-main-select .fs-triangle{width:0;height:0;border-style:solid;border-width:10px 5px 0 5px;border-color:#000 transparent transparent transparent}.filter-controller .tab-pane{padding:40px 0;display:none;height:calc(var(--vh, 1px) * 100 - 310px)}@media only screen and (max-width:768px){.filter-controller .tab-pane{padding:0}}@media only screen and (max-width:575px){.filter-controller .tab-pane{padding:0;height:calc(var(--vh, 1px) * 100 - 260px)}}.filter-controller .tab-pane.active{display:block}.filter-controller .tab-pane .tab-scroll{height:100%;overflow:hidden}.filter-controller .tab-pane .tab-inner{height:100%}.filter-controller .tab-pane[tab-name=author] .table-group,.filter-controller .tab-pane[tab-name=tag] .table-group{margin:0;padding:35px 9.4%}@media only screen and (max-width:575px){.filter-controller .tab-pane[tab-name=author] .table-group,.filter-controller .tab-pane[tab-name=tag] .table-group{padding:35px 32px}}.filter-controller .f-tab{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.filter-controller .f-tab .ft-category{padding:40px 9.4%;border-bottom:1px solid #C1C1C1}@media only screen and (max-width:768px){.filter-controller .f-tab .ft-category{padding:35px 60px}}@media only screen and (max-width:575px){.filter-controller .f-tab .ft-category{padding:35px 30px}}.filter-controller .f-tab .ft-top{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;width:100%;height:40px}.filter-controller .f-tab .ft-title{font-size:1.25rem;font-weight:500;line-height:1.5}.filter-controller .table-group{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:30px;margin-top:35px}.filter-controller .checkbtn-wrap{width:155px}@media only screen and (max-width:768px){.filter-controller .checkbtn-wrap{width:140px}}.filter-controller label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;-ms-flex-negative:0;flex-shrink:0;font-weight:500;line-height:1.5}.filter-controller label input{opacity:0;position:absolute}.filter-controller label input:checked+.circle:after{opacity:1}.filter-controller label .circle{width:20px;height:20px;background-color:#2E2E2E;border-radius:50%;position:relative;margin-right:15px;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.filter-controller label .circle:after{content:"";display:block;background-color:#FDD000;width:50%;height:50%;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);opacity:0;transiton:opacity 0.3s}.filter-controller .f-bottom{width:100%;height:150px;-webkit-box-shadow:-5px -5px 10px rgba(204,204,204,0.3);box-shadow:-5px -5px 10px rgba(204,204,204,0.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width:575px){.filter-controller .f-bottom{height:80px}}.filter-controller .f-bottom .f-btn{width:clamp(170px,15.625vw,300px);height:70px;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;border-radius:50px;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;font-weight:500}@media only screen and (max-width:575px){.filter-controller .f-bottom .f-btn{height:50px}}.filter-controller .f-bottom .f-btn.btn-result{background-color:#000;color:#FDD000;margin-left:4.5%}@media only screen and (max-width:768px){.filter-controller .f-bottom .f-btn.btn-result{margin-left:1.33%}}.filter-controller .f-bottom .f-btn.btn-result span{margin-left:10px;font-size:1.875rem;font-weight:500;line-height:1.5}@media only screen and (max-width:768px){.filter-controller .f-bottom .f-btn.btn-result span{font-size:1.25rem}}@media only screen and (min-width:1201px){.filter-controller .f-bottom .f-btn.btn-result:hover{background-color:#FDD000;color:#000}}@media only screen and (max-width:1200px){.filter-controller .f-bottom .f-btn.btn-result:active{background-color:#FDD000;color:#000}}.filter-controller .f-bottom .f-btn.btn-reset{background-color:#EDEDED}@media only screen and (min-width:1201px){.filter-controller .f-bottom .f-btn.btn-reset:hover{background-color:#FDD000}}@media only screen and (max-width:1200px){.filter-controller .f-bottom .f-btn.btn-reset:active{background-color:#FDD000}}section.headline{padding-top:210px}@media only screen and (max-width:768px){section.headline{padding-top:135px}}section.headline .block-headline{padding:0 20px;margin:0 auto 40px}section.headline .block-headline .text{-webkit-line-clamp:unset}section.headline .control-block{max-width:1280px;width:calc(100% - 80px);margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width:1024px){section.headline .control-block{padding-top:120px;width:calc(100% - 40px)}}section.headline .control-block.search-show .control-bar-position{opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;pointer-events:none}@media only screen and (max-width:1024px){section.headline .control-block.search-show .control-bar-position{opacity:1}}section.headline .control-block.search-show .control-btn{opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s}section.headline .control-block.search-show .search-bar-inner{width:100%;-webkit-transition:width 0.5s 0.2s;transition:width 0.5s 0.2s}section.headline .control-block.search-show .search-bar-inner input{opacity:1;-webkit-transition:opacity 0.3s 0.6s;transition:opacity 0.3s 0.6s}section.headline .control-block.search-show .search-bar-inner .close-btn{opacity:1}section.headline .control-bar-position{max-width:1010px;width:100%;top:52px;z-index:100;-webkit-transition:opacity 0.3s 0.6s;transition:opacity 0.3s 0.6s}@media only screen and (max-width:1024px){section.headline .control-bar-position{position:absolute;top:10px}}section.headline .control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:80px;width:100%}section.headline .control-bar.control-fixed{padding:0 20px}section.headline .control-bar.control-fixed .control-silder{border:none;margin:0 auto}section.headline .control-silder{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;max-width:1280px;width:100%;margin:0 auto;margin-right:20px;border-bottom:1px solid #C1C1C1}@media only screen and (max-width:1024px){section.headline .control-silder{width:100%;margin-right:auto}}section.headline .swiper-menu{margin:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;width:auto}section.headline .swiper-menu:after,section.headline .swiper-menu:before{content:"";display:block;width:25px;height:100%;position:absolute;top:0;z-index:10}@media only screen and (max-width:768px){section.headline .swiper-menu:after,section.headline .swiper-menu:before{width:15px}}section.headline .swiper-menu:before{left:0;background:-webkit-gradient(linear,left top,right top,color-stop(30%,rgb(255,255,255)),to(rgba(255,255,255,0)));background:linear-gradient(90deg,rgb(255,255,255) 30%,rgba(255,255,255,0))}section.headline .swiper-menu:after{right:0;background:-webkit-gradient(linear,right top,left top,color-stop(30%,rgb(255,255,255)),to(rgba(255,255,255,0)));background:linear-gradient(270deg,rgb(255,255,255) 30%,rgba(255,255,255,0))}section.headline .swiper-menu .swiper-slide{position:relative;width:auto}section.headline .swiper-wrapper{height:auto}section.headline .slide_li{padding:17px 0;margin:0 25px;font-weight:500;line-height:1.5;position:relative}section.headline .slide_li.active:before{width:100%;left:0;-webkit-transition:all 0.3s;transition:all 0.3s}@media only screen and (min-width:1201px){section.headline .slide_li:hover:before{width:100%;left:0;-webkit-transition:all 0.3s;transition:all 0.3s}}@media only screen and (max-width:1200px){section.headline .slide_li:active:before{width:100%;left:0;-webkit-transition:all 0.3s;transition:all 0.3s}}section.headline .slide_li:before{content:"";display:block;width:0;height:7px;background-color:#FDD000;position:absolute;right:0;bottom:0;-webkit-transition:all 0.3s;transition:all 0.3s}section.headline .menu-button{font-size:0.75rem;color:#2E2E2E;opacity:1;display:inline-block;cursor:pointer}section.headline .menu-button.swiper-button-disabled{opacity:0.3;pointer-events:none}section.headline .menu-button.button-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:15px}@media only screen and (max-width:768px){section.headline .menu-button.button-next{margin-left:0}}section.headline .menu-button.button-prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:15px}@media only screen and (max-width:768px){section.headline .menu-button.button-prev{margin-right:0}}section.headline .menu-button.swiper-button-lock{display:none!important}section.headline .control-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex}section.headline .control-btn{width:135px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;border-radius:50px;cursor:pointer}@media only screen and (max-width:768px){section.headline .control-btn{font-size:0.875rem;width:128px}}section.headline .control-btn.filter-btn{background-color:#FDD000;-webkit-transition:opacity 0.3s 0.6s;transition:opacity 0.3s 0.6s}section.headline .control-btn.filter-btn .icon-filter{font-size:0.875rem}section.headline .control-btn.search-btn{background-color:#EDEDED;margin-left:20px}section.headline .control-btn p{margin-left:20px}section.headline .search-bar-outer{display:none;position:absolute;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;left:auto;right:auto;width:100%;height:100%;top:15px;background-color:#fff;z-index:1;margin:0 auto}@media only screen and (max-width:1024px){section.headline .search-bar-outer{top:120px;width:100%;height:50px}}section.headline .search-bar-inner{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px;-webkit-transition:width 0.5s 0.3s;transition:width 0.5s 0.3s;overflow:hidden}section.headline .search-bar-inner .search-bar{width:100%;height:50px;padding:0 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#EDEDED;border-radius:50px;color:#2E2E2E;font-weight:500}section.headline .search-bar-inner .search-bar input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:1rem;line-height:1.5;background:none;border:none;width:100%;opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}section.headline .search-bar-inner .search-bar input::-webkit-input-placeholder{color:#2E2E2E}section.headline .search-bar-inner .search-bar input::-moz-placeholder{color:#2E2E2E}section.headline .search-bar-inner .search-bar input:-ms-input-placeholder{color:#2E2E2E}section.headline .search-bar-inner .search-bar input::-ms-input-placeholder{color:#2E2E2E}section.headline .search-bar-inner .search-bar input::placeholder{color:#2E2E2E}section.headline .search-bar-inner .search-bar .search-btn{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;cursor:pointer;-webkit-transition:color 0.3s;transition:color 0.3s}@media only screen and (min-width:1201px){section.headline .search-bar-inner .search-bar .search-btn:hover{color:#FDD000}}@media only screen and (max-width:1200px){section.headline .search-bar-inner .search-bar .search-btn:active{color:#FDD000}}section.headline .search-bar-inner .close-btn{-ms-flex-negative:0;flex-shrink:0;margin-left:20px;opacity:0;-webkit-transition:opacity 0.3s 0.5s;transition:opacity 0.3s 0.5s}@media only screen and (max-width:768px){section.headline .search-bar-inner .close-btn{width:30px;height:30px}}section.blog_slider{margin-top:80px}@media only screen and (max-width:768px){section.blog_slider{margin:40px}}section.blog_slider .container{background-color:#2E2E2E;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}@media only screen and (max-width:1200px){section.blog_slider .container{display:block}}section.blog_slider .swiper-content{width:calc(100% - 120px);display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1200px){section.blog_slider .swiper-content{max-width:none;width:100%}}section.blog_slider .blog-swiper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}section.blog_slider .blog-swiper .swiper-slide{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#2E2E2E}@media only screen and (max-width:1024px){section.blog_slider .blog-swiper .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}section.blog_slider .blog-swiper .img-box{width:58.33%;position:relative;min-height:480px}@media only screen and (max-width:1024px){section.blog_slider .blog-swiper .img-box{min-height:0;width:100%}}section.blog_slider .blog-swiper .img-box:before{content:"";display:block;width:100%;padding-bottom:58.1%}section.blog_slider .blog-swiper .img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}section.blog_slider .blog-swiper .swiper-info{padding-left:6.25vw;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left;color:#fff}@media only screen and (max-width:1200px){section.blog_slider .blog-swiper .swiper-info{padding:0 40px}}@media only screen and (max-width:1024px){section.blog_slider .blog-swiper .swiper-info{width:100%;margin-top:80px;padding:0 35px}}section.blog_slider .blog-swiper .swiper-info .info-content{max-width:550px;width:100%}@media only screen and (max-width:1024px){section.blog_slider .blog-swiper .swiper-info .info-content{max-width:none}}section.blog_slider .blog-swiper .swiper-info .post-text{margin-top:15px}section.blog_slider .blog-swiper .swiper-info .post-text p{margin-top:15px;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media only screen and (max-width:575px){section.blog_slider .more-button{margin-top:15px}}section.blog_slider .swiper-pagination{position:static;padding:80px 0}@media only screen and (max-width:1200px){section.blog_slider .swiper-pagination{width:48.87%;position:absolute;padding:30px 0;left:auto;right:0;bottom:0}}@media only screen and (max-width:1024px){section.blog_slider .swiper-pagination{position:static;width:100%;right:auto;padding:80px 0}}section.blog_slider .swiper-pagination .swiper-pagination-bullet{margin:0 10px;width:6px;height:6px;background-color:#fff;opacity:1}section.blog_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#FDD000;width:26px;height:2px;border-radius:0;margin-bottom:2px;-webkit-transition:width 0.5s;transition:width 0.5s}@media only screen and (min-width:1201px){section.blog_slider .swiper-pagination{position:relative;z-index:10;width:120px;padding:0;-ms-flex-negative:0;flex-shrink:0;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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:auto;left:auto;right:auto}section.blog_slider .swiper-pagination .swiper-pagination-bullet{opacity:1;margin:10px 0;background-color:#fff}section.blog_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#FDD000;width:2px;height:26px;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:width 0s,height 0.5s;transition:width 0s,height 0.5s}}.sub-list{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;line-height:1.5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px}@media only screen and (max-width:1024px){.sub-list{font-size:0.875rem}}.sub-list .date{display:-webkit-box;display:-ms-flexbox;display:flex}.sub-list .date:after{content:"";display:block;width:2px;height:14px;background-color:#FDD000;margin:4px 20px 0}.sub-list .category-list{display:block;-webkit-transition:color 0.3s;transition:color 0.3s}.sub-list .category-list:not(:last-child){margin-right:20px}@media only screen and (min-width:1201px){.sub-list .category-list:hover{color:#FDD000}}@media only screen and (max-width:1200px){.sub-list .category-list:active{color:#FDD000}}section.article-block{margin:0 auto}section.article-block .container{max-width:1280px;width:calc(100% - 80px);margin:0 auto;padding:40px 0}@media only screen and (max-width:1024px){section.article-block .container{width:100%}}section.article-block .container .circle-btn{margin-left:auto}section.article-block .container .main-category{padding:80px 0;position:relative}@media only screen and (max-width:1024px){section.article-block .container .main-category{padding:40px 0}}section.article-block .container .main-category:after{content:"";display:block;width:100%;height:1px;background-color:#D9D9D9;position:absolute;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}@media only screen and (max-width:1024px){section.article-block .container .main-category:after{width:calc(100% - 70px)}}section.article-block .container .swiper-pagination{position:static;margin-top:30px}section.article-block .container .article-headline{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){section.article-block .container .article-headline{padding:0 45px}}section.article-block .container .post-text{margin-right:15px}section.article-block .container .post-text p{margin-top:15px;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}section.article-block .container .article-wrapper{margin-top:60px;overflow:hidden}@media only screen and (max-width:1024px){section.article-block .container .article-wrapper{padding-left:35px}}@media only screen and (max-width:575px){section.article-block .container .article-wrapper{margin-top:30px}}@media only screen and (max-width:1024px){section.article-block .container .article-wrapper .swiper-block{padding-right:35px}}@media only screen and (max-width:1024px){section.article-block .container .article-wrapper .swiper.swiper-article{overflow:visible}}section.article-block .container .article-wrapper .article-list{width:100%}@media only screen and (min-width:1201px){section.article-block .container .article-wrapper .article-content:hover .img-box:after{opacity:1}section.article-block .container .article-wrapper .article-content:hover .hover_more{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0);opacity:1}}@media only screen and (max-width:1200px){section.article-block .container .article-wrapper .article-content:active .img-box:after{opacity:1}section.article-block .container .article-wrapper .article-content:active .hover_more{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0);opacity:1}}section.article-block .container .article-wrapper .img-box{width:100%;position:relative}section.article-block .container .article-wrapper .img-box:before{content:"";display:block;width:100%;padding-bottom:67.5%}section.article-block .container .article-wrapper .img-box:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(253,208,0,0.7);opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}section.article-block .container .article-wrapper .img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}section.article-block .container .article-wrapper .img-box .hover_more{position:absolute;left:50%;top:auto;bottom:50%;-webkit-transform:translate3d(-50%,50px,0);transform:translate3d(-50%,50px,0);opacity:0;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;z-index:10}section.article-block .container .article-wrapper .title{font-size:1.125rem;font-weight:500;line-height:1.8;padding:0 20px;margin-top:20px;text-align:left;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media only screen and (max-width:1024px){section.article-block .container .article-wrapper .title{padding:0}}section.article-block .container .article-wrapper .article-inner{padding:0 20px;margin-top:20px}@media only screen and (max-width:1024px){section.article-block .container .article-wrapper .article-inner{padding:0}}section.article-block .container .article-wrapper .article-inner .sub-list{margin-top:20px}section.article-block .container .article-wrapper .article-inner .author{margin-top:20px;font-weight:500;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.article-block .container .article-wrapper .article-inner .author .author-img{width:20px;height:20px;margin-right:10px}section.article-block .container .article-wrapper .article-inner .author .author-img img{width:100%;height:100%}section.article-block .container .article-wrapper .article-inner .author .author-text{display:-webkit-box;display:-ms-flexbox;display:flex}section.article-block .container .article-wrapper .article-inner .author .author-name{display:block;-webkit-transition:color 0.3s;transition:color 0.3s}@media only screen and (min-width:1201px){section.article-block .container .article-wrapper .article-inner .author .author-name:hover{color:#FDD000}}@media only screen and (max-width:1200px){section.article-block .container .article-wrapper .article-inner .author .author-name:active{color:#FDD000}}footer .footerContainer{border-top:none}
/*# sourceMappingURL=blog.css.map */