@import url(/css/fonts.css);
@import url(https://fonts.googleapis.com/css?family=Helvetica);

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus {
	outline: 0;
}
input::-ms-clear { display: none; }
::placeholder {
	color: #8a94a0 !important;
}
::-webkit-input-placeholder {
	color: #8a94a0 !important;
}
:-ms-input-placeholder {
	color: #8a94a0 !important;
}
input[readonly] {
	background-color: #f3f3f3 !important;
}
input[type="checkbox"],
input[type="radio"] { 
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"] + label:before {
	content: " ";
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #cccccc;
	border-radius: 1px;
	background-color: #ffffff;
	vertical-align: sub;
	margin-right: 10px;
}
input[type="checkbox"]:checked + label:before {
	background: #ffffff url(/images/common/bw-layer-check.png) no-repeat center center;
	background-size: 11px;
}
input[type="radio"] + label {
	padding-left: 25px;
	position: relative;
}
input[type="radio"] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 100%;
}
input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 7px;
	height: 7px;
	background: #3082f6;
	border-radius: 100%;
}
html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
}
#wrap {
	width: 100%;
	min-width: 840px;
	min-height: 100%;
	background: url(/sn_search/images/common/w-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}



/* common start */
.contents-wrap {
	position: relative;
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.kr {
	font-family: "Noto Sans KR", sans-serif;
}
.en {
	font-family: Helvetica;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal
}
.fc-pink {
	color: #f30082;
}
.fc-sn {
	color: #3082f6 !important;
}
.fc-red {
	color: #e01883 !important;
}
.fz-21 {
	font-size: 21px !important;
}
.f-500 {
	font-weight: 500;
}
.last-blank {
	margin-bottom: 200px;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.w-layer-wrap {
	padding: 100px 20px;
	background: url(/sn_search/images/common/w-bg-logo.png) no-repeat top center;
}
.w-layer {
	border-radius: 10px;
	background-color: #ffffff;
	/* position: absolute;
	top: 100px;
	left: 50%;
	transform:translateX(-50%); */
}
.w-layer .top-contents-wrap {
	padding: 100px 0;
}
.w-layer .bottom-contents-wrap {
	padding: 50px 0;
	background-color: #f9fafb;
	border-radius: 0 0 10px 10px;
}
/* common end */



/* header footer start */
header {
	width: 100%;
}
.gnb-logo-img {
	position: absolute;
	top: 30px;
	left: 40px;
}
/* header footer end */



/* intro start */
.w-layer.intro {
	width: 800px;
	margin: 0 auto;
}
.intro-text-1 {
	font-size: 44px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -3px;
	text-align: center;
	color: #1e314a;
}
.intro-text-2 {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #000;
	margin-top: 40px;
}
.intro-text-3 {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #e01883;
	margin-top: 10px;
}
.intro-text-4-wrap {
	width: 100%;
	width: 600px;
	background-color: #e2ffe3;
	border-radius: 10px;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto 0;
	text-align: center;
}
.intro-text-4-wrap .result-img-1 {
	margin-top: 0;
}
.intro-text-4 {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #e01883;
	margin-top: 10px;
}
.intro-text-5 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #000;
	margin-top: 40px;
}
.intro-text-5 a {
	color: #0000FF;
}
.intro-text-5 span {
	margin-left: -26px;
}
.intro-bottom-text-1 {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
}
.intro-btn-wrap {
	width: 600px;
	margin: 50px auto 0;
}
.intro-btn-wrap a {
	width: 290px;
	height: 270px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 10px;
}
.intro-btn-wrap a:nth-child(1) {
	background-color: #3082f6;
}
.intro-btn-wrap a:nth-child(2) {
	background-color: #1e314a;
	margin-left: 20px;
}
.intro-btn-text-1 {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #aaffec;
	margin-top: 40px;
}
.intro-btn-text-2 {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #39d1ff;
	margin-top: 40px;
}
.intro-btn-text-3 {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}
.intro-btn-img-1 {
	margin-top: 40px;
}
/* intro end */



/* login start */
.w-layer.login {
	width: 800px;
	margin: 0 auto;
}
.login-text-1 {
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -4px;
	text-align: center;
	color: #1e314a;
}
.login-text-2 {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -1px;
	text-align: center;
	color: #3082f6;
	margin-top: 40px;
}
.login-bottom-text-1 {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
}
/* login end */



/* form start */
.w-layer.search,
.w-layer.result {
	width: 800px;
	margin: 0 auto;
}
.search-text-1 {
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -3px;
	text-align: center;
	color: #1e314a;
}
.search-bottom-text-wrap {
	text-align: center;
}
.search-bottom-text-1 {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
}
.search-bottom-text-2 {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #3082f6 !important;
	margin-left: 10px;
}
.form-contents-wrap {
	width: 450px;
	margin: 70px auto 0;
}
.form-contents-wrap input[type=text],
.form-contents-wrap input[type=email],
.form-contents-wrap input[type=password] {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: -1px;
	color: #1e314a;
	width: auto;
	height: 60px;
	border-radius: 10px;
	background-color: #f9fafb;
	border: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-contents-wrap input[type=text]::placeholder,
.form-contents-wrap input[type=email]::placeholder,
.form-contents-wrap input[type=password]::placeholder {
	font-size: 18px;
	font-weight: normal;
}
.form-contents-wrap input[type=text].full,
.form-contents-wrap input[type=email].full,
.form-contents-wrap input[type=password].full {
	width: 100%;
}
.form-contents-wrap input[type=text].half {
	width: 48%;
}
.half-input-wrap input[type=text].half {
	float: left;
}
.half-input-wrap input[type=text].half:nth-child(2) {
	margin-left: 4%;
}
.form-contents-wrap input[type=submit],
.form-contents-wrap .sn-btn,
.form-contents-wrap .sn-btn2 {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: -1px;
	text-align: center;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	background-color: #3082f6;
	border: 0;
	margin-top: 40px;
}
.form-contents-wrap .sn-btn2 {
	margin-top: 20px;
	background-color: #939393;
}
.label-text-1 {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	color: #1e314a;
	margin-top: 40px;
	margin-bottom: 10px;
}
.result-text-1 {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
}
.result-text-2 {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -2px;
	text-align: center;
	color: #1e314a;
	margin-top: 10px;
}
.result-text-3 {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #3082f6;
}
.result-text-4 {
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #e01883;
	text-decoration: underline;
	margin-top: 10px;
}
.result-text-5 {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #e01883;
	margin-top: 10px;
}
.result-hr {
	width: 100%;
	border: 0;
	border-bottom: solid 1px #e7e7e7;
	margin: 70px 0;
}
.result-img-1 {
	margin-top: 40px;
}
.result-bottom-text-1 {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
}
/* form end */



/* list start */
.w-layer.list {
	width: 1200px;
	min-height: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.list-text-1 {
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -4px;
	text-align: center;
	color: #1e314a;
}
.list-tab-ul {
	width: 720px;
	margin: 70px auto 0;
}
.list-tab-ul li {
	width: 350px;
	height: 60px;
	float: left;
}
.list-tab-ul li:nth-child(2) {
	margin-left: 20px;
}
.list-tab-ul li a {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: -1px;
	text-align: center;
	color: #8a94a0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	background-color: #f9fafb;
}
.list-tab-ul li a.on {
	color: #ffffff;
	background-color: #3082f6;
}
.list-contents-wrap {
	width: 1080px;
	margin: 0 auto;
}
.list-search-wrap {
	height: 45px;
}
.list-search-wrap .left {
	float: left;
}
.search-pay-btn-label {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 45px;
	letter-spacing: -1px;
	color: #1e314a;
	margin-right: 10px;
}
.search-pay-wrap {
	position: relative;
	display: inline-block;
}
.list-search-wrap .right {
	float: right;
	position: relative;
	width: 415px;
}
.search-type-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
}
.search-pay-btn,
.search-type-btn {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 45px;
	letter-spacing: -1px;
	color: #1e314a;
	display: inline-block;
	width: 130px;
	height: 45px;
	border-radius: 10px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9fafb url(/sn_search/images/common/w-box-arrow-down.png) no-repeat right 14px center;
	-webkit-background-size: 10px;
	background-size: 10px;
}
.search-pay-btn.on,
.search-type-btn.on {
	background-image: url(/sn_search/images/common/w-box-arrow-up.png);
}
.search-pay-ul,
.search-type-ul {
	position: absolute;
	display: none;
	width: 130px;
	margin-top: 3px;
}
.search-pay-ul li,
.search-type-ul li {
	
}
.search-pay-ul li a,
.search-type-ul li a {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 45px;
	letter-spacing: -1px;
	color: #8a94a0;
	display: block;
	width: 100%;
	height: 45px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9fafb;
}
.search-pay-ul li a.on,
.search-pay-ul li a:hover,
.search-type-ul li a.on,
.search-type-ul li a:hover {
	background-color: #f0f2f4;
}
.search-pay-ul li:first-child a,
.search-type-ul li:first-child a {
	border-radius: 10px 10px 0 0;
}
.search-pay-ul li:nth-child(3) a
.search-type-ul li:nth-child(3) a {
	border-radius: 0 0 10px 10px;
}
.search-form-wrap {
	position: absolute;
	width: 280px;
	top: 0;
	left: 135px;
	border-radius: 10px;
	background-color: #f9fafb;
}
#search-form .search-text {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	color: #1e314a;
	width: 240px;
	height: 45px;
	border: 0;
	padding-left: 25px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search-form .search-submit {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 17px;
	height: 17px;
	border: 0;
	background: url(/sn_search/images/common/w-box-search.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.list-text-2 {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	color: #0070C0;
	margin-top: 10px;
}
.list-table {
	width: 100%;
	margin-top: 20px;
}
.list-table th {
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.06px;
	text-align: center;
	color: #1e314a;
	height: 70px;
	background-color: #f9fafb;
}
.list-table th:first-child {
	border-radius: 10px 0 0 10px;
}
.list-table th:last-child {
	border-radius: 0 10px 10px 0;
}
.list-table td {
	 font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #1e314a;
	height: 70px;
	border-bottom: solid 1px #F2F2F2;
}
.paging-wrap {
	margin-top: 80px;
	text-align: center;
}
.pagination-ul {

}
.pagination-ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	border-radius: 10px;
	background-color: #f9fafb;
	vertical-align: top;
}
.pagination-ul li:first-child {
	margin-left: 0;
}
.pagination-ul li a {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 40px;
	letter-spacing: -0.85px;
	text-align: center;
	color: #8a94a0;
	display: block;
	height: 100%;
}
.pagination-ul li.on a{
	color: #3082f6;
}
.pagination-ul li.first { background: #f9fafb url(/sn_search/images/common/w-page-left-2.png) no-repeat center center; }
.pagination-ul li.prev { background: #f9fafb url(/sn_search/images/common/w-page-left-1.png) no-repeat center center; }
.pagination-ul li.next { background: #f9fafb url(/sn_search/images/common/w-page-right-1.png) no-repeat center center; }
.pagination-ul li.last { background: #f9fafb url(/sn_search/images/common/w-page-right-2.png) no-repeat center center; }
/* list end */



@media screen and (max-width: 1400px) {
	/* header nav {
		left: 0;
		margin-left: 0;
	} */
}