/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@media (max-width: 575px) {
	html{
		font-size: 13px;
	}
}
@media (min-width: 576px) {
	html {
		font-size: 13px;
	}
}
@media (min-width: 768px){
	html {
		font-size: 14px;
	}
}
@media (min-width: 992px){
	html {
		font-size: 15px;
	}
}
@media (min-width: 1300px){
	html {
		font-size: 16px;
	}
}

body {
	font-family: 'Noto Sans KR', sans-serif;	
	font-weight: 400;
	letter-spacing: -0.25px;
	padding: 0;
	margin: 0;
}

ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

p,
h1,
h2,
h3{
	padding: 0;
	margin: 0;
}

div,
button,
input,
textarea{
	box-sizing: border-box;
}

button{
	font: 400 1rem Noto Sans KR;
	outline: none;
	cursor: pointer;
	 transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

input,
textarea{
	border: 1px solid #c9c9c9;
	font: 400 1rem Noto Sans KR;
	color: #010101;
	padding: 0 15px;

	/*ios대응*/
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea{
	padding-top: 15px;
}

input:focus,
textarea:focus{
	border: 1px solid #000000;
	outline: none;
}

input::placeholder,
textarea::placeholder{
	color: #a6a6a6;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #a6a6a6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #a6a6a6;
}

select{
	border: 1px solid #c9c9c9;
	font: 400 1rem Noto Sans KR;
	border-radius: 0;
	padding: 0 15px;

	/*ios대응*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;

	/*화살표 배경 넣기*/
	background: url('../img/main/select_arrow.png') no-repeat 98% 50% #fff; /*화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
}
select::-ms-expand{ 
	display: none; /* 화살표 없애기 for IE10, 11*/
}
select:focus{
	border: 1px solid #000000;
	outline: none;
}

table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
table td{
	box-sizing: border-box;
}

.btn{
	font: 500 16px Noto Sans KR;
	cursor: pointer;
	text-decoration: none;
	 transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.btn:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);   /* For IE8 and earlier */
}

a{
	box-sizing: border-box;
	text-decoration: none;
	 transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;   
}
a:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);   /* For IE8 and earlier */
}

.img{
	line-height: 0;
}

/* 이용약관,개인정보처리방침 자세히보기내용 */
.box-agree .other-agree-list{
	height: calc( 100% - 50px );
	overflow: hidden;
	overflow-y: auto;
}
.box-agree .other-agree-list li{
	padding: 0 20px 0 0;
}
.box-agree h1{
	color: #121212;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
}
.box-agree h2{
	color: #121212;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 0 5px 0;
}
.box-agree p{
	color: #575757;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 5px 0;
}
.box-agree .oal-bold{
	color: #cf0000;
}
.btn-agreeclose{
	position: absolute;
	bottom: 10px;
	left: 25%;
	margin: 0 auto;
	width: calc( 40% );
	height: 40px;
	line-height: 38px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	display: block;
}



@media (max-width: 575px) {
	.box-agree{	
		position: fixed;
		top: 20px;
		left: 10px;
		padding: 30px 10px 20px 20px;
		width: 90%;
		height: 400px;
		line-height: 24px;
		font-size: 13px;
		text-align: left;
		border: 1px solid #d8d8d8;
		background: #FFFFFF;
		z-index: 1010;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 576px) {
	.box-agree{	
		position: fixed;
		top: 20px;
		left: 10px;
		padding: 30px 10px 20px 20px;
		width: 90%;
		height: 400px;
		line-height: 24px;
		font-size: 13px;
		text-align: left;
		border: 1px solid #d8d8d8;
		background: #FFFFFF;
		z-index: 1010;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 768px){
	.box-agree{	
		position: fixed;
		top: 20px;
		left: 10px;
		padding: 30px 10px 20px 20px;
		width: 50%;
		height: 300px;
		line-height: 24px;
		font-size: 13px;
		text-align: left;
		border: 1px solid #d8d8d8;
		background: #FFFFFF;
		z-index: 1010;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/*체크 버튼 스타일*/
input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked + label:before{
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #eb2729;
    text-align: center;
    line-height: 12px;

}
input[type=checkbox]+ label:before {

	content: "";
	display: inline-block;

	width: 17px;
	height: 17px;

	position: absolute;
	left: 0;
	top: 1px;
	background-color: #FFFFFF;
	border:1px solid #c9c9c9;
}

@media (max-width: 575px) {
	input[type=checkbox] + label{	
		font-size: 13px;
		font-weight: 400;
		color: #656565;
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding: 0 0 0 26px;
		margin-bottom: 0;
	}
}
@media (min-width: 576px) {
	input[type=checkbox] + label{	
		font-size: 14px;
		font-weight: 400;
		color: #656565;
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding: 0 0 0 26px;
		margin-bottom: 0;
	}
}

/* 디바이스별 해상도 크기 */
.wrap{
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 575px) {
	.wrap{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;		
	}
}
@media (min-width: 576px) {
	.wrap{
		max-width: 540px;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.wrap{
		max-width: 720px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.wrap{
		max-width: 960px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1300px){
	.wrap{
		max-width: 1240px;
		padding-right: 0px;
		padding-left: 0px;
	}
}


/* 반응형 유틸리티*/
@media (max-width: 575px) {
	.visible-xs {
		display: block !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.visible-zs {
		display: block !important;
	}
	.visible-zs-inline-block {
		display: inline-block !important;
	}
	.hidden-zs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.visible-md {
		display: block !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1300px) {
	.visible-lg {
		display: block !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}
