@charset "UTF-8";

@font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../../fonts/AppleSDGothicNeoR.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../../fonts/AppleSDGothicNeoB.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../../fonts/AppleSDGothicNeoEB.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}

html, body {
	height: 100%;
	min-width: 100%;
}

body {
	width: fit-content;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	font-family: 'Apple SD Gothic Neo';
}

header {
	width: 100%;
}

section {
	display: flex;
	flex: 1;
	position: relative;
}

footer {
	width: 100%;
	height: 100px;
	min-height: 100px;
	box-sizing: border-box;
}

select {
	-webkit-appearance: none; /* 크롬 화살표 없애기 */
	-moz-appearance: none; /* 파이어폭스 화살표 없애기 */
	appearance: none; /* 화살표 없애기 */
	border-radius: 0.25rem;
	background-image: url(../../../images/template/template2/arrow_down.svg);
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-color: #fff;
	box-sizing: border-box;
	font-family: 'Apple SD Gothic Neo';
}

ol, ul, li {
	list-style-type: none;
	margin: 0;
}

input {
	font-family: 'Apple SD Gothic Neo';
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #ffffff;
	border-radius: 3px;
	outline: none;
}

input[type="checkbox"]:checked {
	background-color: #ffffff;
}

input[type="checkbox"]:checked::before {
	content: '';
	display: block;
	width: 5px;
	height: 11px;
	border: solid #115648;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	position: relative;
	top: -1px;
	left: 4px;
}

button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-family: inherit;
	vertical-align: middle;
	cursor: pointer;
}

.ptg-footer {
	border-top: 1px solid #bfbfbf;
	background-color: #fff;
}

.footer-content-wrapper {
	width: 1200px;
	display: flex;
	margin-left: 130px;
	padding-top: 25px;
}

.footer-content-wrapper address {
	width: 50%;
	margin-left: 30px;
	font-style: normal;
	font-size: 14px;
	line-height: 160%;
	word-spacing: -1px;}

.footer-content-wrapper .copyright {
	margin-top: 10px;
	padding: 0px 40px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 25px;
	background-color: #eeeeee;
}

.ptg-pagination {
	width: 100%;
}

.ptg-pagination .ptg-pagination-wrapper {
	width: 100%;
	max-width: 1331px;
	min-width: 650px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number {
	width: 34px;
	height: 34px;
	margin: 0px 3px;
	padding: 4px 0px;
	font-size: 15px;
	color: #6d6c6c;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number-selected {
	background-color: #053275;
	color: #fff;
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-first, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-prev, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-next, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-last, .ptg-pagination li {
	width: 34px;
	height: 34px;
	margin: 0px 3px;
	padding: 3px 0px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ptg-pagination img {
	width: 12px;
	height: 12px;
}

.none {
	display: none;
}