@charset "UTF-8";
.c-info{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;padding:30px 0;border-bottom:1px solid #ccc}.c-info.wow{animation-name:fadeInUp}.c-info::before{content:'';position:absolute;left:0;bottom:-1px;display:block;width:100%;height:1px;background:var(--mainColor);opacity:0;pointer-events:none;transition:opacity .4s ease-in-out;z-index:10}.c-info::after{content:'';position:relative;right:0;display:block;width:10px;height:20px;margin:0 0 0 30px;background:url(/assets/images/common/icon_arrow_next_thin_black.svg) center no-repeat;background-size:contain;flex:0 0 auto}.c-info:first-child{border-top:1px solid #ccc}.c-info__tool{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:auto;max-width:100%;flex:0 0 auto}.c-info__tool__date{display:block;width:auto;min-width:5.5em;max-width:100%;margin:0 70px 0 0;font-size:17px;line-height:1;color:#969696;font-family:inherit;flex:0 0 auto}.c-info__tool__type{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:auto;max-width:100%;min-width:120px;min-height:45px;margin:0 55px 0 0;padding:10px;font-size:17px;line-height:1;color:#fff;text-align:center;background:var(--gradient);border-radius:22.5px;flex:0 0 auto;overflow:hidden;transition:background-color .4s ease-in-out}.c-info__tool__type__text{display:block;width:100%;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit}.c-info__title{display:block;width:100%;font-size:20px;line-height:1;color:var(--titleColor);font-family:inherit;font-weight:700;overflow:hidden;flex:0 1 auto;white-space:nowrap;text-overflow:ellipsis}.c-info__link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0}.c-info:hover::before{opacity:1}.c-info:hover::after{background-image:url(/assets/images/common/icon_arrow_next_thin_green.svg)}.c-info:hover .c-info__tool__type{background-color:transparent}.c-info:hover .c-info__tool__type::before{opacity:1;animation:gradientMove 1s linear infinite}@media screen and (max-width:991px){.c-info{padding:25px 0}.c-info__tool__date{margin:0 40px 0 0;font-size:16px}.c-info__tool__type{min-width:110px;min-height:40px;margin:0 35px 0 0;border-radius:20px}.c-info__title{font-size:18px}}@media screen and (max-width:767px){.c-info{display:block;padding:25px 30px 25px 0}.c-info::after{position:absolute;top:calc(50% - 10px)}.c-info__tool{width:100%;margin:0 0 10px 0}.c-info__tool__date{margin:0;font-size:15px}.c-info__tool__type{display:block;min-width:0;min-height:0;margin:0 0 0 5px;padding:0 0 0 5px;color:var(--textColor);text-align:left;background:none;border-left:1px solid #969696;border-radius:0}.c-info__tool__type::before{display:none}.c-info__title{font-size:16px}}@media screen and (max-width:575px){.c-info{padding:20px 30px 20px 0}}@media (any-hover:none){.c-info::before{display:none}.c-info:hover::after{background-image:url(/assets/images/common/icon_arrow_next_thin_black.svg)}.c-info .c-info__tool__type{background-color:var(--textColor)}.c-info .c-info__tool__type::before{display:none}@media screen and (max-width:767px){.c-info .c-info__tool__type{background:none}}}@supports (-webkit-touch-callout:none){}
.c-page{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:space-between;width:100%;padding:40px 0 0 0;margin:0 auto;border-top:1px solid #e5e5e5}.c-page__num{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center}.c-page__num a{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:40px;height:40px;margin:0 5px;font-size:14px;line-height:1;color:#a8a8a8;font-weight:300;border-radius:50%;overflow:hidden}.c-page__num a.hide{display:none}.c-page__num a:hover,.c-page__num a.active{color:#fff;background:var(--gradient) top left no-repeat;background-size:200% 200%}.c-page__prev,.c-page__next{margin:0 0 0 20px;font-size:15px;line-height:1;color:var(--textColor);font-weight:600}.c-page__prev{margin:0 20px 0 0}.c-page__prev::after,.c-page__next::before{position:relative;display:inline-block;vertical-align:middle;text-transform:uppercase;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit}.c-page__prev::after{content:'Prev';margin:0 0 0 25px}.c-page__next::before{content:'Next';margin:0 25px 0 0}.c-page__prev::before,.c-page__next::after{content:'';position:relative;display:inline-block;vertical-align:middle;width:10px;height:20px;background:url(/assets/images/common/icon_arrow_next_thin_black.svg) center no-repeat;background-size:contain}.c-page__prev::before{transform:scaleX(-1)}.c-page__prev:hover::before{animation:pagePrevArrow 1.2s ease-in-out infinite}.c-page__next:hover::after{animation:fadeOutRight 1.2s ease-in-out infinite}.c-page__prev.disable,.c-page__next.disable{opacity:.4;pointer-events:none}.c-page__back{width:100%;max-width:180px}.c-page-detail{padding:30px 0 0 0}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{padding:20px 0 0 0}.c-page__prev,.c-page__next{font-size:14px}.c-page__prev::after{margin:0 0 0 15px}.c-page__next::before{margin:0 15px 0 0}.c-page__back{max-width:none;margin:0 auto 15px auto}.c-page-detail{flex-wrap:wrap;padding:25px 0 0 0}.c-page-detail .c-page__prev,.c-page-detail .c-page__next{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:calc(50% - 5px);height:50px;margin:0;border-radius:25px;border:1px solid #e5e5e5;background:#fff;order:2}.c-page-detail .c-page__prev::after{margin:0 0 0 20px}.c-page-detail .c-page__next::before{margin:0 20px 0 0}}@media (any-hover:none){.c-page__prev:hover::before,.c-page__next:hover::after{animation:none}}@supports (-webkit-touch-callout:none){}
.news{margin:115px auto 160px auto;max-width:1200px}@media screen and (max-width:991px){.news{margin:70px auto 130px auto}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.news{margin:60px auto 90px auto}}@supports (-webkit-touch-callout:none){}
