﻿.animation__animated{animation-duration:.5s;animation-delay:.2s;animation-fill-mode:both}.animation:not(.animation__animated){animation-name:none;visibility:hidden}@keyframes animation__fadein{from{opacity:0}to{opacity:1}}@keyframes animation__fadein--up{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes animation__fadein--down{from{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}@keyframes animation__fadein--left{from{opacity:0;transform:translateX(25px)}to{opacity:1;transform:translateX(0)}}@keyframes animation__fadein--right{from{opacity:0;transform:translateX(-25px)}to{opacity:1;transform:translateX(0)}}@keyframes animation__fadeout{from{opacity:1}to{opacity:0}}@keyframes animation__fadeout--up{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-25px)}}@keyframes animation__fadeout--down{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes animation__fadeout--left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes animation__fadeout--right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes animation__slide--up{0%{translate:0 100%}100%{translate:0 0}}@keyframes animation__slide--down{0%{translate:0 -100%}100%{translate:0 0}}@keyframes animation__slide--left{0%{translate:100% 0}100%{translate:0 0}}@keyframes animation__slide--right{0%{translate:-100% 0}100%{translate:0 0}}@keyframes animation__popup{0%{opacity:0;transform:translateY(0)}50%{opacity:1;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.animation__rotate--10deg{animation-name:animation__rotate--10deg;animation-duration:1.8s;animation-timing-function:steps(2, end);animation-delay:0s;animation-iteration-count:infinite}@keyframes animation__rotate--10deg{to{transform:rotate(0deg)}from{transform:rotate(10deg)}}.animation__rotate--360deg{animation-name:animation__rotate--360deg;animation-duration:10s;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:none;animation-iteration-count:infinite}@keyframes animation__rotate--360deg{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.animation__updown{animation-name:animation__updown;animation-duration:1.8s;animation-timing-function:steps(2, end);animation-delay:0s;animation-iteration-count:infinite}@keyframes animation__updown{to{transform:translateY(0)}from{transform:translateY(10px)}}.animation__rubber{animation-name:animation__rubber;animation-duration:1s;animation-timing-function:ease;animation-delay:0s}@keyframes animation__rubber{0%{opacity:0;transform:scaleX(1)}20%{opacity:0}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}100%{opacity:1;transform:scaleX(1)}}.animation__bounce{animation-name:animation__bounce;animation-duration:1s;transform-origin:center bottom}@keyframes animation__bounce{0%{opacity:0;animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}20%{opacity:0;animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}43%{transform:translate3d(0, -30px, 0);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}53%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(0.95);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}100%{opacity:1;animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}}.animation__infinite-fadein-out{animation-name:animation__smooth-fadein-out;animation-duration:8s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal}@keyframes animation__smooth-fadein-out{0%{opacity:1}25%{opacity:1}50%{opacity:0}75%{opacity:0}100%{opacity:1}}.animation__fluffy--vertical{animation-name:animation__fluffy--vertical;animation-duration:2s;animation-timing-function:ease;animation-delay:0s;animation-fill-mode:none;animation-iteration-count:infinite}@keyframes animation__fluffy--vertical{0%{transform:translateY(0)}5%{transform:translateY(0)}10%{transform:translateY(0)}25%{transform:translateY(-20px)}35%{transform:translateY(0)}45%{transform:translateY(-15px)}60%{transform:translateY(5px)}100%{transform:translateY(0)}}.animation__blink{animation-name:animation__blink;animation-duration:4s;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:none;animation-iteration-count:infinite}@keyframes animation__blink{0%{opacity:0}3%{opacity:0}3.5%{opacity:1}7%{opacity:1}7.5%{opacity:0}10%{opacity:0}10.5%{opacity:1}100%{opacity:1}}.animation__reflection{position:relative;overflow:hidden}.animation__reflection::after{position:absolute;content:"";width:30px;height:100%;top:-180px;left:0;background-color:#fff;opacity:0;transform:rotate(45deg);animation-name:animation__reflection;animation-duration:4s;animation-timing-function:ease-in-out;animation-delay:0s;animation-fill-mode:none;animation-iteration-count:infinite}@keyframes animation__reflection{0%{-webkit-transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);opacity:0}}a,a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}body .single-news-page .contents-area{margin-top:100px}body .single-news-page .contents-area article .inner{width:800px;margin:0 auto;max-width:88%}body .single-news-page .contents-area article .inner time{color:#9c8034;font-size:12px;letter-spacing:.1em}body .single-news-page .contents-area article .inner .news-title{margin-top:10px;line-height:1.3;letter-spacing:.05em;font-size:20px;padding-bottom:10px;border-bottom:1px solid #9c8034;font-weight:600}body .single-news-page .contents-area article .inner .user_contents{margin-top:50px;border-bottom:1px solid #ebdcc5;padding-bottom:30px;font-size:15px}body .single-news-page .contents-area article .inner .user_contents a{color:#9c8034}body .single-news-page .contents-area article .inner .user_contents hr{height:0;background:none;border-top:1px dashed #9c8034;margin:34px 0}body .single-news-page .contents-area article .inner .back{margin:50px auto 0;font-size:14px;letter-spacing:.1em;color:#9c8034;text-decoration:none;align-items:center;transition:color .2s,background .2s;display:flex;justify-content:center;align-items:center;width:fit-content;line-height:28px;border:1px solid #9c8034;border-radius:4px;padding:0 18px 0 12px;font-family:Georgia,"Times New Roman",Times,serif}body .single-news-page .contents-area article .inner .back:before{display:block;font-size:12px;content:"←";margin-right:16px;transition:transform .2s}body .single-news-page .contents-area article .inner .back:hover{color:#fff;background:#9c8034}body .single-news-page .contents-area article .inner .back:hover:before{transform:translate(-4px, 0)}/*# sourceMappingURL=single-news.min.css.map */