@font-face {
	font-family: 'NotoSansKR';
	font-weight: 300;
	src: local('NotoSansKR'), url(../font/NotoSansKR.ttf) format('truetype');
}
@font-face {
	font-family: 'JalnanGothic';
	font-weight: normal;
	src: local('JalnanGothic'), url(../font/JalnanGothicTTF.ttf) format('truetype');
}

html, body, form {margin:0;padding:0;}
body, form {
	font-family:NotoSansKR;
	display:flex;
    flex-direction: column;
	align-items:center;
}

body {
	background-color:white;
	min-height:90vh;
}

button {background-color:transparent; border: none; cursor:pointer;}
table, img {border:none}

img {
	max-width: 100%;
}


main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer{
	background:url("../homeimg/footer.png") no-repeat center 0;
	background-size: contain;
	background-position: center center;
	width:36.8vw;
	height:9.37vw;
	padding:10vw 0;
	margin:0 auto;
}

.mainfooter{
	background:url("../homeimg/main_footer.jpg") no-repeat center 0;
	background-size: contain;
	background-position: center center;
	opacity:0.1;
	width:100vw;
	height:64.61vw;
	padding:5vw 0;
	margin:0 auto;
}

.logo{
	background:url("../homeimg/logo.png") no-repeat center 0;
	background-size: contain;
	width:69.5vw;
	height:23.61vw;
	margin:0 auto;
	margin-top:10vw;
}

.line{
	background:url("../homeimg/line.png") repeat-x center 0;
	background-size: contain;
	width:88.9vw;
	height:0.93vw;
	margin:5vw auto;
}

main h2{
	font-size:3vw;
	margin-top:8.72vw;
	margin-bottom:6vw;
}

.main-container{
	display: flex;
	align-items: center;
	width: 78.24vw;
	gap:1vw;
}

.main-container button{
	font-family:JalnanGothic;
	flex: 1;
	height: 13.8vw;
	width: 15.18vw;
	border: none;
	background: #096af5;
	color: white;
	border-radius: 1vw 0;
	font-size: 4vw;
	cursor: pointer;
}

.input-group{
	flex: 4.6;
	display: flex;
	flex-direction: column;
	gap:1vw;
}

.input-box{
	display: flex;
	flex-direction: row;
	border: 1px solid #096af5;
	border-radius: 0.6vw;
	background-color:white;
}

.input-box span{
	position:relative;
	display:inline-flex;
	align-items:center;
	width:15vw;
	font-size:2.5vw;
	padding:1.5vw;
}
.input-box span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	border-right: 1px solid #096af5;
}

.input-box input[type="text"] {
	display:flex;
	justify-content: flex-end;
	width: 71%;
	padding: 0.8vw;
	padding-left:3vw;
	font-size: 2vw;
	background-color:transparent;
	border:0;
}

.unknown {
	flex:1;
	display:flex;
	font-size:1.8vw;
	margin-top:1vw;
}

.unknown input[type="checkbox"]{
	width:2vw;
	height:2vw;
	accent-color:#096af5;
}

.unknown label
{
	margin-top:-0.2vw;
}

.notice
{
	text-align:left;
	width:90vw;
	font-size:1.6vw;
	line-height:1.7;
}
.notice ul 
{
	margin:0;
	list-style: none;
	padding-left:3vw;
}
.notice ul li
{
	position:relative;
	padding-left:3vw;
}
.notice ul li:before
{
	content:'▣';
	position:absolute;
	left:0;
}

.big-group {
	position:relative;
	margin-top:5vw;
}

.big-group img{
	width:37vw;
}

.small_thumbs {
	display:flex;
	width:100vw;
	margin-top:4vw;
	align-items:center;
	flex-direction:row;
}
.small_thumbs div {
	align-items:center;
	display:flex;
	flex-direction:column;
}

.button-group {
	margin-top:2.5vw;
	display:flex;
	flex-direction:row;
	gap:3vw;
}

.button-group button{
	font-family:JalnanGothic;
	width:15vw;
	height:5.5vw;
	border: none;
	font-size:1.8vw;
	color:white;
	background-color:#096af5;
	border-radius:1vw 0;
}

.small-group{	
	margin-top:2vw;
	width:100%;
}
.small-group ul{
	display: flex; /* 가로로 정렬 */
	flex-wrap:wrap;
    align-items: center; /* 수직 방향 정렬 (필요시) */
    list-style: none; /* 불릿 제거 */
    padding: 0; /* 기본 여백 제거 */
    margin: 0; 
}
.small-group ul li{
	width:22.2vw;
	border:none;
	float:left;
}
.small-group ul li div{
	padding:1vw;
	width: 90%; 
	/*aspect-ratio: 1/1;
	overflow:hidden;*/
}
.small-group img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.small-group .horizon_pic{
	padding-top:15%;
}
.small-group .selected{
	border:none;
}

.pagingbtn {
	width:4.72vw;
}

.paging{
	color:#221e1f;
	margin-top:3vw;
}
.paging ul{
	display:flex;
	flex-direction:row;
	list-style:none;
	margin:0;
	padding:0;
	gap:3vw;
}
.paging li{
	text-align:center;
	cursor:pointer;
	min-width:0;
	flex:1 1 0;
	font-size:3vw;
}

.paging .selected{
	color:#096af5;
	/*-webkit-text-stroke: 1px #aaa;*/
}

.horizon_pic{
	padding-top:27%;
}
