@import url('font.css');

/* basic */
body {
	font-family: "Noto Sans KR", 'Roboto', Arial, sans-serif;
	/* font-size:0.875rem;
	font-size:15px; */
	font-size:0.9375rem;
	letter-spacing: -0.3px;
	line-height: 1.7;
	color:#777;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
body,div,p,ol,li,dl,dt,dd,ul,pre,code,blockquote,form,fieldset,legend,input,textarea,button,select,table,.table,th,td {margin:0;padding:0; word-break:keep-all;}
a /*, a:link, a:visited */{
	color: #5c5b5b;
	transition: all 0.2s ease-in-out;
} 
a:hover,
a:focus,
a:active {
	color: #393939;
	text-decoration:none;
}
a.link {
	color: #4d5259;
	}
	a.link:hover, a.link:focus {
		color: #00b297; }
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img,fieldset {border:0 none;vertical-align:middle; }
form,fieldset {border:0 none}
label,input,select,textarea {border:0;border-radius:0;font-size: 0.8750rem;line-height:normal;/*vertical-align:middle;*/}
input[type='submit'],input[type='button'] {cursor:pointer}
textarea {resize:none}
button {border:none ;margin:0; padding:0; overflow:visible; cursor:pointer; background:none;}
/*button:focus {border:1px dotted #3cb896}*/
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

table {width:100%;border-collapse:collapse;border:0;border-spacing:0;/*table-layout:fixed*/}
/*p {word-break:keep-all;word-wrap:break-word}*/
th,td {word-break:keep-all;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:400}
header,main,footer,section,article,aside,nav,details,menu,figure,figcaption {display:block;margin:0;padding:0}
iframe,object,video,embed {position:relative;top:0;left:0;max-width:100%}
/*input[type='text'], input[type='password'], input[type='submit'] {-webkit-appearance:none}*/

textarea,select,input {font-weight:400;}
table caption {
	border:0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin: 0;
	padding: 0;
	/* color: #393939;
	line-height: 1.4; */
}

.cursor {cursor: pointer;}
.text-roboto, time, .num, .eng {
	font-family: "Roboto", Arial, sans-serif;word-break: keep-all;
}
time, .num, .eng {
	white-space: nowrap;
}
.terms_overflow {
	clear: both;
	max-height:325px;
	padding:20px;
	overflow: auto;
	overflow-x:hidden;
	background-color:#fafafa;
	border:1px solid #ddd;
	font-size:0.9375rem;
}
.terms_overflow.type2 {
	padding:0 20px 20px 0;
	background-color:#fff;
	border:0;
	border-bottom:1px dashed #ddd;
}
.dtp .dtp-buttons {
	background:#fff;
}

@media (min-width: 768px) {
	.d-md-column-group {
		display: table-column-group !important;
	}
}
@media (min-width: 992px) {
	.d-lg-column-group {
		display: table-column-group !important;
	}
	.d-lg-column {
		display: table-column !important;
	}
}

.w-10 {
	width: 10% !important;
}
.w-20 {
	width: 20% !important;
}
.w-30 {
	width: 30% !important;
}
.w-40 {
	width: 40% !important;
}
.w-60 {
	width: 60% !important;
}
.w-70 {
	width: 70% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}

.col2 li {
	width: 50%
}
.col3 li {
	width: 33.33%
}
.col4 li {
	width: 25%
}
.col5 li {
	width: 20%
}
.col6 li {
	width: 16.66%
}
.col7 li {
	width: 14.28%
}
.col8 li {
	width: 12.5%
}
@media only screen and (max-width:1200px) {
	.col6 li,
	.col7 li,
	.col8 li {
		width: 16.66%
	}
}
@media only screen and (max-width:1024px) {
	.col4 li,
	.col5 li,
	.col6 li,
	.col7 li,
	.col8 li {
		width: 25%
	}
}
@media only screen and (max-width:768px) {
	.col3 li,
	.col4 li,
	.col5 li,
	.col6 li,
	.col7 li,
	.col8 li {
		width: 33.33%
	}
}
@media only screen and (max-width:640px) {
	.col2 li,
	.col3 li,
	.col4 li,
	.col5 li,
	.col6 li,
	.col7 li,
	.col8 li {
		width: 50%
	}
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-right-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.rounded-10 {
	border-radius: 10rem !important;
}
.fs-normal {
	font-style:normal !important;
}
.fs-13 {
	font-size:13px !important;
}

.text-white-75 {
	color: rgba(255, 255, 255, 0.75) !important;
}

.row.no-space,
.form-group.no-space {
	margin-right: 0;
	margin-left: 0;
}
.row.no-space > [class*="col-"],
.form-group.no-space > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.five-space,
.form-group.ten-space {
	margin-right: -10px;
	margin-left: -10px;
}
.row.ten-space > [class*="col-"],
.form-group.ten-space > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.row.five-space,
.form-group.five-space {
	margin-right: -5px;
	margin-left: -5px;
}
.row.five-space > [class*="col-"],
.form-group.five-space > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.center-v {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	height:100%
}
.center-h {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
.center-vh {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	height:100%
}

.w-fullscreen {
	width:100vw !important
}
.h-fullscreen {
	height:100vh !important
}
.min-w-fullscreen {
	min-width:100vw !important
}
.min-h-fullscreen {
	min-height:100vh !important
}

/*  Perfect Scrollbar */
.ps > .ps__scrollbar-y-rail {
	width: 7px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 3px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
	width: 3px;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
	background-color: transparent;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 7px;
}
@media (max-width: 991.98px) {
	.ps > .ps__scrollbar-y-rail {
		opacity: 0.6;
	}
}

/* scroll to top */
.scrollToTop {
	color: #fff;
	position: fixed;
	z-index: 1005;
	bottom:25px;
	right: 16px;
	width: 46px;
	height: 46px;
	text-align: center;
	cursor: pointer;
	display: none;
	background-color: #2a2a2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.scrollToTop i {
	color: #fff;
	line-height: 46px;
	font-size:1.2rem;
}


/*  Preloader  */
.preloader{
	width: 100%;
	height: 100%;
	top:0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
.preloader .cssload-speeding-wheel{
	width: 100%;
	height: 100%;
	top:0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}
.loader,
.loader__figure {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loader {
	overflow: visible;
	padding-top: 2em;
	height: 0;
	width: 2em;
}

.loader__figure {
	height: 0;
	width: 0;
	box-sizing: border-box;
	border: 0 solid #00b297;
	border-radius: 50%;
	-webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
	float: left;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0.5em 0 0 50%;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #00b297;
	white-space: nowrap;
	-webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #00b297;
	}
	29% {
		background-color: #00b297;
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1;
	}
	100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent;
	}
}
@-moz-keyframes loader-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #00b297;
	}
	29% {
		background-color: #00b297;
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1;
	}
	100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent;
	}
}
@keyframes loader-figure {
	0% {
		height: 0;
		width: 0;
		background-color: #00b297;
	}
	29% {
		background-color: #00b297;
	}
	30% {
		height: 2em;
		width: 2em;
		background-color: transparent;
		border-width: 1em;
		opacity: 1;
	}
		100% {
		height: 2em;
		width: 2em;
		border-width: 0;
		opacity: 0;
		background-color: transparent;
	}
}
@-webkit-keyframes loader-label {
	0% {
		opacity: 0.25;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.25;
	}
}
@-moz-keyframes loader-label {
	0% {
		opacity: 0.25;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.25;
	}
}
@keyframes loader-label {
	0% {
		opacity: 0.25;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.25;
	}
}


#skip{margin: 0;padding: 0}
#skip a{
	position: absolute;
	top: -40px;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 40px;
	color: #fff;
	opacity: 0;
	z-index: 100;
	transition:all .3s ease;
}
#skip a:focus{top: 0;opacity: 1}

/* bbs 공통 추가 */
.ico_notice{
	background: #333;
	padding:0.1rem 0.6rem 0.2rem 0.6rem;
	border-radius: 8px;
	color:#fff;
	font-size:0.8rem;
}

.ico_notice_re{
	background: #148918;
	padding:0.1rem 0.6rem 0.2rem 0.6rem;
	border-radius: 8px;
	color:#fff;
	font-size:0.8rem;
}
