@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(../font/Pretendard-Bold.woff2) format('woff2'), url(../font/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'KakaoBigSans';
	font-weight: 700;
	font-display: swap;
	src: local('KakaoBigSans Bold'), url(../font/KakaoBigSans-Bold.woff2) format('woff2'), url(../font/KakaoBigSans-Bold.woff) format('woff');
}

html, body, form {margin:0;padding:0;}
body, form {
	font-family:Pretendard;
	display:flex;
    flex-direction: column;
	align-items:center;
}

body {
	background-color:#f9e100;
	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:50.37vw;
	height:4.17vw;
	padding:10vw 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:14.81vw;
}

.sublogo{
	background:url("../homeimg/sublogo.png") no-repeat center 0;
	background-size: contain;
	width:40.18vw;
	height:4.81vw;
	margin:0 auto;
	margin-top:3.51vw;
}

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{
	flex: 1;
	height: 13.8vw;
	width: 15.18vw;
	border: none;
	background: #131310;
	color: #fff200;
	border-radius: 0.6vw;
	font-size: 3vw;
	cursor: pointer;
}

.input-group{
	font-family:KakaoBigSans;
	flex: 5;
	display: flex;
	flex-direction: column;
	gap:1vw;
}

.input-box{
	display: flex;
	flex-direction: row;
	border: 2px solid #221e1f;
	border-radius: 0.6vw;
	background-color:white;
}

.input-box span{
	position:relative;
	display:inline-flex;
	align-items:center;
	width:12vw;
	font-size:2vw;
	padding:1.5vw;
	padding-left:2.5vw;
}
.input-box span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 25%;
	height: 50%;
	border-right: 1px solid #bdbfc1;
}

.input-box input[type="text"] {
	display:flex;
	justify-content: flex-end;
	font-family:KakaoBigSans;
	width: 77%;
	padding: 0.8vw;
	padding-left:3vw;
	font-size: 2vw;
	background-color:transparent;
	border:0;
}

.unknown {
	font-family:KakaoBigSans;
	flex:5;
	display:flex;
	justify-content: flex-end;
	color:#9d9d9d;
	padding-right:1.2vw;
	font-size:1.8vw;
	margin-top:0.5vw;
}

.unknown input[type="checkbox"]{
	width:2vw;
	height:2vw;
}

.notice
{
	margin-top:10vw;
	text-align:left;
	width:87vw;
	font-size:1.8vw;
	line-height:1.7;
}
.notice ul 
{
	margin:0;
	padding-left:7vw;
}

.big-group {
	margin-top:9vw;
}

.big-group img{
	width:35vw;
}

.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:1vw;
	display:flex;
	flex-direction:row;
	gap:1.4vw;
}

.button-group button{
	font-family:KakaoBigSans;
	width:16.7vw;
	height:4vw;
	border: none;
	font-size:1.8vw;
	color:#221E1F;
	background-color:#FFF;
	border-radius:0.8vw;
}

.button-group button:last-child{
	color:#fff200;
	background-color:#131310;
}

.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{
	font-family:KakaoBigSans;
	color:#221e1f;
	margin-top:3vw;
}
.paging ul{
	display:flex;
	flex-direction:row;
	list-style:none;
	margin:0;
	padding:0;
	gap:3vw;
}
.paging li{
	cursor:pointer;
	min-width:0;
	flex:1 1 0;
	font-size:4vw;
}

.paging .selected{
	color:#a950a9;
	/*-webkit-text-stroke: 1px #aaa;*/
}

.horizon_pic{
	padding-top:27%;
}
