@charset "utf-8";

/* *************************** 프린트-부트스트랩 제어 *************************** */
@media print {
	html, body {min-width:992px !important;} /* 프린트시 부트스트랩 스타일 제어 */
    a:link:after,a:visited:after {content: none;}
	* {-webkit-print-color-adjust:exact;} /* 크롬에서 배경색, 이미지를 강제 인쇄 */
}

/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */
/* NEXON Lv1 Gothic */
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/assets/font/NEXONLv1GothicBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/assets/font/NEXONLv1GothicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/assets/font/NEXONLv1GothicRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* NEXON Lv2 Gothic */
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('/assets/font/NEXON-Lv2-Gothic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('/assets/font/NEXON-Lv2-Gothic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('/assets/font/NEXON-Lv2-Gothic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}




body, table, th, td, button, select, input, textarea {
	font-family: 'NEXON Lv2 Gothic';
	font-size:18px;
}




.nx1 {font-family: 'NEXON Lv1 Gothic';}
.nx2 {font-family: 'NEXON Lv2 Gothic';}
.prt {font-family: 'Pretendard';line-height:-1.75px;}
.regular {font-weight:400;}


/* *************************** COMMON *************************** */

/* IE10 뷰포트 버그대응 */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html,body{height:100%;margin:0;padding:0;background:#f8f8f8;}
body .clear {clear:both;}
body .split {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
body a {text-decoration:none !important; outline:none !important; word-wrap:expression( this.style.wordWrap="normal",this.hideFocus=true);}
body #ie-warning {display:none; font-family:inherit;}

i,cite,em,var,address,dfn {font-style:normal;}
h1,h2,h3,h4,h5,h6 {line-height:1; padding:0; margin:0;}
table {border-collapse:collapse; width: 100%; max-width: 100%; background:#fff;}
textarea {resize:none;}

/* 크롬, 사파리, 엣지 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 파이어폭스 */
input[type="number"] {
    -moz-appearance: textfield;
}

/* 전체 스크롤바 스타일 커스텀 */
.writeModal::-webkit-scrollbar {
  width: 8px;              /* 세로 스크롤바 너비 */
}
/* 전체 스크롤바 스타일 커스텀 */
.writeModal::-webkit-scrollbar:hover {
  width: 8px;              /* 세로 스크롤바 너비 */
}

.writeModal::-webkit-scrollbar-track {
  background: transparent !important; /* 트랙 배경 (투명) */
}

.writeModal::-webkit-scrollbar-thumb {
  background: #5943F8;     /* 스크롤 바 색상 (예쁘게 톤다운 회색) */
  border-radius: 10px;
}

.writeModal::-webkit-scrollbar-thumb:hover {
  background: #8a8a8a;     /* 호버 시 더 진하게 */
  
}

/* 화살표 제거 */
.writeModal::-webkit-scrollbar-button {
  display: none !important; width:0; height:0;
}




hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;

	white-space: pre-wrap; /* CSS3*/
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-all; /* Internet Explorer 5.5+ */
}

b, strong {font-weight: 700;}
input, select, textarea, label, button {display: inline-block; box-sizing: border-box; width: auto; vertical-align: middle;}
input[type="text"], input[type="password"], input[type="submit"], input[type="button"], input[type="number"], select {-webkit-border-radius: 1px; -webkit-appearance: none; appearance: none; -moz-appearance: none;}
caption, legend {width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden;}
/* input:read-only {background: #eee !important;} */
table, th, td, button, select, input, textarea {font-family: 'Montserrat', "Noto Sans KR", dotum, sans-serif; font-size: 14px;}

/* 자식높이 부모에게 반영 */
[class *= "box"]:before,[class *= "box"]:after {content:""; display:block; clear:both;}
[class *= "wrap"]:before,[class *= "wrap"]:after {content:""; display:block; clear:both;}

/* 여백 */
.h5 {height:5px; padding:0; margin:0; clear:both;}
.h10 {height:10px; padding:0; margin:0; clear:both;}
.h20 {height:20px; padding:0; margin:0; clear:both;}
.h30 {height:30px; padding:0; margin:0; clear:both;}
.h40 {height:40px; padding:0; margin:0; clear:both;}
.h50 {height:50px; padding:0; margin:0; clear:both;}
.h60 {height:60px; padding:0; margin:0; clear:both;}
.h70 {height:70px; padding:0; margin:0; clear:both;}
.h80 {height:80px; padding:0; margin:0; clear:both;}
.h90 {height:90px; padding:0; margin:0; clear:both;}
.h95 {height:95px; padding:0; margin:0; clear:both;}
.h100 {height:100px; padding:0; margin:0; clear:both;}

.w20 {width: 20% !important;}
.w40 {width: 40% !important;}
.w60 {width: 60% !important;}
.w100 {width: 100% !important;}

.width-sm{width: 120px !important;}
.width-md{width: 150px !important;}
.width-lg{width: 180px !important;}
.width-xl{width: 241px !important;}

.padB30 {padding-bottom: 30px !important;}

/* 정렬 */
.align_c {text-align:center !important;}
.align_l {text-align:left !important;}
.align_r {text-align:right !important;}
.float_l {float: left !important;}
.float_r {float: right !important;}

/* margin */
.mar0 {margin:0 !important;}
.mt50 {margin-top:50px !important;}

/* color */
.bg_blue {background: #467ce1 !important;}
.bg_gra {background: linear-gradient(to right, #46ced8, #467ce1) !important; background: -webkit-linear-gradient(to right, #46ced8, #467ce1) !important; background: -moz-linear-gradient(to right, #46ced8, #467ce1) !important;}
.bg_gray {background: #bebebe !important;}
.bg_red {background : #ff0000 !important;}
.bg_black {background : #000 !important;}
.bg_green { background : #00ff00 !important;}
.bg_yellow { background : #ffff00 !important;}
.bg_pink { background : #ff69b4 !important;}
.bg_purple { background : #8B00FF !important;}
.bg_step1 {background: #2fcda9 !important;}
.bg_step2 {background: #46ced8 !important;}
.f_color1 {color:#1bb1e7 !important;}
.f_color2 {color:#2c7abb !important;}
.f_color3 {color:#2caabb !important;}
.c_red {color: #ff0000 !important;}


/* font */
.text-center {text-align: center!important}
.f_suitR {font-family: 'SUIT-Regular';}
.f_suitM {font-family: 'SUIT-Medium';}

