@charset "utf-8";

body {
	font-size: 16px;
}
a { 
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus,
a:active { 
	color: #33A8D0;
	text-decoration: none; 
	outline: none;
}

/* for chrome fontsize bug */
textarea, input, button { 
	font-family: sans-serif;
	outline: none;
}

ul, ol {
	list-style: none;
	margin: 0; 
	padding: 0;
}
dl, dt, dd, li{
 	margin: 0; 
	padding: 0;
}
img {
  	max-width: 100%;
}
.container-custom{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1520px;
}
#wrapper{
	background-image: url('../img/common/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper .contents .container-full{
	min-height: calc(100vh - 350px);
}
@media only screen and (max-width: 768px){
	#wrapper .contents {
		margin-top: 52px;
	}
}