﻿/*
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('rew18_font.css');
*/
@import url('rew18_layout.css');
@import url('rew18_component.css');
/*
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: local('NotoSans-Regular'), local('NotoSans-Regular'), url(../font/NotoSans-Regular.eot);
    src: url(../font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSans-Regular.woff2) format('woff2'),
    url(../font/NotoSans-Regular.woff) format('woff');
}*/

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
}
body {
    height: 100%;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Nanum Gothic',sans-serif, Dotum;
    background: #fff;
    color: #555;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
em, i {
    font-style: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none
}
legend {
    text-indent: -99999px;
    line-height: 0;
    font-size: 0;
    color: transparent;
}
button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font: inherit;
    color: inherit;
    background: transparent;
    overflow: visible;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    outline: 0;
}
img {-ms-interpolation-mode:bicubic;}
/* 2020.08.14 주석
a:link, a:visited, a:active {
    text-decoration: none;color:#555;
}
a:hover {
    text-decoration: none;color:#222;
	/*box-shadow: 3px 4px 8px 0px #0000004a;/
}
*/
/*
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.rew18_font_small {font-size:13px;}
.rew18_text_middle {color:#555;}
.rew18_text_weight {color:#333;}
.rew18_text_point {color:#ce45c5;}
.rew18_point {color:#c66fc0 !important;}
.rew18_noTxt {color:transparent;font-size: 0;line-height: 0;text-indent: -99999px;}
.rew18_clear:after{content: "";visibility: hidden;display: block;height: 0;clear: both;}

.btn-more-ani {text-decoration: none !important;position: relative;display: inline-block;font-size: 21px;line-height: 25px;font-weight: 600;letter-spacing: 0.81px;overflow: hidden;padding: 0 5px;}
.slot {z-index: 1;position: relative;font-size: 14px;color:#111;white-space: nowrap;}
.btn-more-ani:before {content:""; position: absolute;left: -5px;bottom: 0;height: 50%;width:110%;background-color: rgba(56, 166, 245, 0.28);}
.btn-more-ani:after {content:""; display: inline-block;position: absolute;will-change: left;bottom: 0;left: 0;right: auto;height: 50%;width: 0;background-color: rgba(187, 41, 187, 0.2);}
.btn-more-ani.animate-in:after {animation: animateIn .2s ease-in-out forwards;}
.btn-more-ani.animate-out:after {animation: animateOut .2s ease-in-out forwards;}

@keyframes animateIn {
    0% {left: 0;right: auto;width: 0;}
    100% {left: 0;right: auto;width: 100%;}
}
@keyframes animateOut {
    0% {left: auto;right: 0;width: 100%;}
    100% {left: auto;right: 0;width: 0;}
}
@media (min-width: 1024px) {
    .btn-more-ani {
        font-size: 15px;
        line-height: 18px;
    }
}