@charset "utf-8";

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html { font-size: 16px; font-family: 'GmarketSansMedium'; font-weight: normal; }
body{  /*font-family: 'Noto Sans KR';*/ color: #2e2e2e; line-height: 1.2;}
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite, i,
form, fieldset, input, textarea, select,
table, th, td { margin:0; padding:0; }
a{text-decoration: none; color: inherit; }
fieldset, img, abbr, acronym { border:0 none; } 
ol, ul { list-style:none; }
table { border-collapse: collapse; border-spacing:0; border:0 none; }
caption { position: absolute; overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }
address, caption, em, cite, i { font-weight:normal; font-style:normal; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }
img {border: 0 none; max-width: 100%;}
button {font-family: 'GmarketSansMedium'; border: none; box-shadow:none; cursor: pointer;}
.blind, .hidden, legend { display: block; left: 0; overflow: hidden; position: absolute; top: -1000em;}

select::-ms-expand { 
	display: none;
}
select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {font-size: 2.2rem;}
h2 {font-size: 1.9rem;}
h3 {font-size: 1.6rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.1rem;}
h6 {font-size: 1rem;}

.clear {
	display: block;
	content: '';
	clear: both;
}
.clear::after {
	display: block;
	content: '';
	clear: both;
}
.pointer {
	cursor: pointer;
}
a.line {
	text-decoration: underline;
	color:#585858;
}
a.line:hover {
	font-weight: bold;
	color:#1a4a9b;
}
a.line i {
	vertical-align: middle;
	font-size: 0.8rem;
}


/*color*/
.pointC {
	color:#1a4a9b;
}
.redC {
	color:red;
}
.grayC {
	color:#515151;
}

input[type="text"],
input[type="tel"],
input[type="date"], 
input[type="password"],
input[type="email"] {
	height: 45px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	width: 100%;
	max-width: 200px;
	font-size: 14px;
}

input[type="text"]:focus, 
input[type="tel"]:focus , 
input[type="date"]:focus , 
input[type="password"]:focus,
input[type="email"]:focus {
	outline:2px solid #1a4a9b;
	color:#1a4a9b;
	font-weight: bold;
}
input[type="text"]:invalid, 
input[type="tel"]:invalid, 
input[type="date"]:invalid, 
input[type="password"]:invalid,
input[type="email"]:invalid{
	outline:2px solid red;
	color:red;
	font-weight: bold;
}
input[type="text"].wrong, 
input[type="tel"].wrong, 
input[type="date"].wrong, 
input[type="password"].wrong,
input[type="email"].wrong{
	outline:2px solid red;
	color:red;
	font-weight: bold;
}
input.uppercase {
	text-transform: uppercase;
}
input.short {max-width: 150px;}
input.w100 {
	max-width: 100%;
}
.dateInput {
	padding-right: 40px;
	background: url('/images/sub/calIcon.png') no-repeat center right 10px;
}
.select {
	position: relative;
	display: inline-block;
}
.select i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	margin-top: 2px;
}
.select select {
	width: 100%;
	height: 45px;
	padding: 10px 30px 10px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: 'Noto Sans KR'; 
	font-size: 14px;
	background: #fff;
}
.select select:focus {
	outline:2px solid #1a4a9b;
	color:#1a4a9b;
	font-weight: bold;
}

/*라디오박스*/
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	display: inline-block;
}
input[type="radio"]:checked + label {
	font-weight: 500;
}
input[type="radio"] + label::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
input[type="radio"]:checked + label::before {
	border: 2px solid #1a4a9b;
	content: "\e658";
	font-family: 'font-icons';
	color:#1a4a9b;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}

input[type="radio"].boxRadio + label {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-left: 65px;
	padding-right: 20px;
	height: 45px;
	line-height: 47px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color:#000;
	letter-spacing: -0.5px;
	white-space: nowrap;
}
input[type="radio"].boxRadio.noImg + label {
	padding: 0 20px;
}
input[type="radio"].boxRadio + label img {
	position: absolute;
	left: 12px;
	top:50%;
	transform:translateY(-50%);
	max-height:80%;
}
input[type="radio"].boxRadio:checked  + label {
	border: 2px solid #1a4a9b;
}
input[type="radio"].boxRadio + label::before {
	display: none;
}

input[type="radio"].boxRadio.big + label {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 110px 20px 0 20px;
	text-align: center;
	width: 200px;
	height: 150px;
	line-height: 1.2;
	border: 1px solid #ddd;
	border-radius: 10px;
	color:#000;
	letter-spacing: -0.5px;
	white-space: nowrap;
	font-size: 18px;
}
input[type="radio"].boxRadio.big  + label img {
	display: block;
	position: absolute;
	left: 50%;
	top:25px;
	transform:none;
	transform:translateX(-50%);
	max-height:80%;
	height: 55px;
}
input[type="radio"].boxRadio.big:checked  + label {
	border: 2px solid #1a4a9b;
}

	

/*체크박스*/

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}
input[type="checkbox"]:checked + label {
	font-weight: 500;
}
input[type="checkbox"] + label::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
input[type="checkbox"]:checked + label::before {
	border: 2px solid #1a4a9b;
	content: "\e658";
	font-family: 'font-icons';
	color:#1a4a9b;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}


input[type="checkbox"].boxCheck + label {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-left: 65px;
	padding-right: 20px;
	height: 45px;
	line-height: 47px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color:#000;
	letter-spacing: -0.5px;
	white-space: nowrap;
}
input[type="checkbox"].boxCheck.noImg + label {
	padding: 0 20px;
}
input[type="checkbox"].boxCheck + label img {
	position: absolute;
	left: 12px;
	top:50%;
	transform:translateY(-50%);
	max-height:80%;
}
input[type="checkbox"].boxCheck:checked  + label {
	border: 2px solid #1a4a9b;
}
input[type="checkbox"].boxCheck + label::before {
	display: none;
}

.popuptail input[type="checkbox"] {
	display: inline-block;
	vertical-align: sub;
}

/*버튼*/
.btnBox {
	margin-top: 50px;
	text-align: right;
}
.btn {
	display: inline-block;
	border: none;
	background-color: #fff;
	padding: 0 15px;
	height: 35px;
	line-height: 32px;
	font-weight: 500;
	border-radius: 8px;
	border: 1px solid #ddd;
	color:#676767;
}
.btn:hover {
	background-color: #333 !important;
	color:#fff !important;
}
.btn i {
	line-height: 1;
	vertical-align: text-top;
}
.btn.point {
	background-color: #1a4a9b;
	color:#fff;
}
.btn.blue {
	background-color: #005BAB;
	color:#fff;
}
.btn.gray {
	background-color: #a5a5a5;
	color:#fff;
}
.btn.darkgray {
	background-color: #686868;
	color:#fff;
}
.btn.lightgray {
	background-color: #f5f5f5;
}
.btn.btn-big {
	height: 45px;
	line-height: 48px;
	padding: 0 40px;
	font-size: 1.2rem;
}
.btn.btn-big i {
	font-size: 1.4rem;
}
.btn.btn-mid {
	height: 45px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 0.9rem;
}
.btn.btn-small {
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	font-size: 12px;
	font-family: 'GmarketSansMedium';
}
.btn.btn-right {
	height: 50px;
	line-height: 52px;
	padding: 0 70px 0 20px;
	font-size: 1.2rem;
	background-image: url('/images/sub/rightArrow.png');
	background-repeat:no-repeat;
	background-position: center right 20px;
}
.btn.btn-left {
	position: relative;
	height: 50px;
	line-height: 52px;
	padding: 0 20px 0 70px;
	font-size: 1.2rem;
	background-image: url('/images/sub/leftArrow.png');
	background-repeat:no-repeat;
	background-position: center left 20px;
}


/*간격*/
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-100 {margin-top: 100px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-50 {margin-left: 40px !important;}
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}

.pt0 {padding-top: 0px !important;}
.pt-10 {padding-top: 10px !important;}

.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}

.float-left {float: left !important;}
.float-right {float: right !important;}
.float-unset {float: unset !important;}
.display-block {display: block !important;}

.ofh {overflow: hidden;}

.w100 {width: 100% !important;}

/*font*/
.xsmallF {font-size: 0.8rem !important; font-weight: normal;}
.smallF {font-size: 0.9rem !important; font-weight: normal;}
.normalF {font-size: 1rem !important;}
.bigF {font-size: 1.3rem !important;}



@media (max-width: 768px) {
	
	input[type="radio"].boxRadio + label {
		font-size: 14px;
		padding-left: 20px;
		letter-spacing: -1px;
	}
	input[type="radio"].boxRadio + label img {
		display: none;
	}
	.btn.btn-big {
		padding: 0 30px;
		font-size: 1rem;
	}
	.btn.btn-right {
		padding: 0 60px 0 20px;
		font-size: 1rem;
	}
	.btn.btn-left {;
		padding: 0 20px 0 60px;
		font-size: 1rem;
	}
}
@media (max-width: 460px) {
	input[type="text"],
	input[type="tel"],
	input[type="date"], 
	input[type="password"],
	input[type="email"] {
		padding: 0 5px;
	}
	input[type="radio"] + label {margin-bottom: 10px;}

	input[type="radio"].boxRadio.big + label {
		width: 150px;
		height: 120px;
		padding-top: 80px;
		font-size: 16px;
	}
	input[type="radio"].boxRadio.big  + label img {
		height: 45px;
		top: 20px;
	}
}
@media (max-width: 380px) {
	input[type="radio"].boxRadio + label {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}

	input[type="radio"].boxRadio.big + label {
		width: 120px;
		height: 110px;
		padding-top: 80px;
		font-size: 14px;
	}
	input[type="radio"].boxRadio.big  + label img {
		height: 39px;
		top: 20px;
	}
}

