@charset "utf-8";

/* *************************** 프린트-부트스트랩 제어 *************************** */
@media print {
	html, body {min-width:992px !important; } /* 프린트시 부트스트랩 스타일 제어 */
    a:link:after,a:visited:after {content: none;}
	* {-webkit-print-color-adjust:exact;} /* 크롬에서 배경색, 이미지를 강제 인쇄 */
}

/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */
@font-face {
  font-family: "Pretendard-Black";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-Black"),
      url("/assets/font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-Bold";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-Bold"),
      url("/assets/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-Light";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-Light"),
      url("/assets/font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-Medium";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-Medium"),
      url("/assets/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-Regular";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-Regular"),
      url("/assets/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-SemiBold";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-SemiBold"),
      url("/assets/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard-ExtraLight";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard-ExtraLight"),
      url("/assets/font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Righteous-Regular";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Righteous-Regular"),
      url("/assets/font/Righteous-Regular.woff") format("woff");
}
@font-face {
	font-family: 'GmarketSansBold';
	src: url('/assets/font/GmarketSansBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

body, table, th, td, button, select, input, textarea {font-family: 'Pretendard';font-size: 16px;}

/** 폰트 **/
.gmk_B {font-family: 'GmarketSansBold';}
.ptd_T {font-family: 'Pretendard-Thin';}
.ptd_EL {font-family: 'Pretendard-ExtraLight';}
.ptd_L {font-family: "Pretendard-Light";}
.ptd_M {font-family: 'Pretendard-Medium';}
.ptd_SB {font-family: 'Pretendard-SemiBold';}
.ptd_B {font-family: 'Pretendard-Bold';}

/* *************************** COMMON *************************** */

/* IE10 뷰포트 버그대응 */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {width:100%; height:100%; min-width:320px; letter-spacing:-1px; font-family:'Pretendard-Regular'; overflow-x:hidden; background:#fff;}
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;}

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: 'Pretendard-Regular", 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;}



::-webkit-scrollbar {width:7px; height:7px; }
::-webkit-scrollbar-thumb {background: #aed2ff;border-radius:30px;}
::-webkit-scrollbar-track {background: transparent;}

input::-webkit-outer-spin-button , input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

