/* 240611 합격증 명단 2024  */

@import url('/img/css/suneung/glory_honor/2024_GH_Count.css');
@import url('/img/css/suneung/glory_honor/2024_GH_Sub2.css');

/* 2024_GH_Sub4.asp inline css 분리 */
img {
	max-width: 100%;
	height: auto;
}

.list {
	margin: 0 auto;
	text-align: center;
}

.list a {
	font-size: 20px;
	color: #000;
	border: 1px solid #ddd;
	display: inline-block;
	width: 22%;
	text-align: center;
	padding: 1%;
}

.list a:hover {
	color: #fff;
	background-color: #8F2A2A;
}

.list a:checked {
	color: #fff;
	background-color: #8F2A2A;
}

a {
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

.top:hover {
	opacity: 0.8;
}


/* 마스크 */
#mask {
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
	left: 0;
	top: 0;
}

/* 팝업 */
#id_ImgPopup {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 10000;
	width: 100%;
	height: 50%;
	overflow-y: auto;
}

/* 팝업 닫기 */
#id_Close2 {
	position: absolute;
	background-color: #fff;
	z-index: 10001;
}

/*글씨체*/
#id_Close2 {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
}

/* 211224추가 */


.swipertwo {
	height: 33vh;
	margin-top: 40px;
}

.swiper {
	width: 100%;
	height: 47vh;
}

.swiperone {
	margin: 35px 0;
}

@media (max-width:540px) {
	.swipertwo {
		height: 33vh;
	}
}

@media (max-width:414px) {
	.swipertwo {
		height: 32vh;
	}
}

@media (max-width:411px) {
	.swipertwo {
		height: 29vh;
	}
}

@media (max-width:375px) {
	.swipertwo {
		height: 33vh;
	}
}

@media (min-height:823px) {
	.swipertwo {
		height: 29vh;
	}
}

@media (min-height:812px) {
	.swipertwo {
		height: 29vh;
	}
}

@media (max-width:360px) {
	.swipertwo {
		height: 29vh;
	}

	.img-in-button {
		transform: scale(0.8);
	}

	.swiperone {
		height: 62vh;
	}
}

@media (max-width:320px) {
	.swipertwo {
		height: 35vh;
	}
}

@media (max-width:280px) {
	.img-in-button {
		transform: scale(0.7) !important;
	}
}

.bg-swiper {
	height: 32vh;
}

.bt_st_wrap {
	display: flex;
	z-index: 1;
}

.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: -40px;
	height: 350px;
}

.img-in-button {
	transform: scale(0.7);
	width: 23rem;
	position: absolute;
	bottom: -20px;
	color: #fff;
	padding: 10px 30px;
	background-color: #8f2a2a;
	border-radius: 50px;
	margin-bottom: 25px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.img-in-button p {
	/* line-height: 2; */
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0;
}

:root {
	--swiper-theme-color: rgb(100, 100, 100) !important;
}


/* .year-select select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	text-align-last: center;
	height: 40px;
	margin-top: 10px;
}

.year-select select option span {
	color: red;
	font-weight: 800;
} */

.submenu_wrap {
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 74px;
	font-size: 14px;
	position: fixed;
	background: #fff;
	z-index: 99;
}

.submenu {
	height: 43px;
	margin: 0 auto;
}

.submenu_home {
	background: #8e2a2a;
	height: 43px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
}

.submenu_title {
	height: 43px;
	display: inline-block;
	text-align: center;

}

.submenu_subtitle {
	display: inline-block;
	width: 100%;
	height: 40px;
	/*margin-top: 10px;*/
}

.main_su_wrap_1 {
	background-size: cover;
}

/* 서브 네비게이션 중간 바 */
.submenu_subtitle2 {
	display: inline-block;
	border-right: 1px solid #ddd;
}

/*230214 - new dropdown*/
.dropdownsub {
	width: 100%;
	height: 40px;
	position: relative;
	display: inline-block;
}

.dropdown-toggle {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #000;
	font-size: .875rem;
	border: none;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}

ul.dropdown {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	padding: 4px 0px;
}

ul.dropdown li {
	list-style-type: none;
	display: flex;
	justify-content: center;
	font-size: .875rem;
	padding: 4px 0px;
	font-weight: 500;
}

ul.dropdown li a {
	text-decoration: none;
	padding: 0.5em 1em;
	display: block;
}

ul.dropdown li a span {
	color: #e0462e;
	font-weight: 700;
}

.footnote {
	margin: auto;
	padding: 30px 0;
}

.list2 {
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.list2 h3 {
	font-size: 26px;
}

.list2 h4 {
	font-weight: 400;
	color: #c98f6d;
	font-size: 16px;
}

.container {
	position: relative;
}

#mask2 {
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
	/* z-index: 4; */
	/* top: 0; */
	background-color: rgba(0, 0, 0, 1);
	height: 100%;
	width: 100%;
	/* position: absolute; */
	/* left: 0; */
	color: #fff;
	font-size: 6vw;
	padding: 0 0 50px 0;
	margin-top: -1px;
}

#mask2 .mask-text p {
	margin-bottom: 30px;
	color: #c98f6d;
}

#mask2 .mask-text {
	/* transform: rotate(-15deg); */
	border: 6px solid #fff;
	padding: 4vw 9vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	/* top: 130px; */
}

.main_su_wrap.black {
	background-color: #000;
}


@media (min-width:700px) and  (max-width: 1200px) {
	#mask2 {
		font-size: 3vw;
	}
}


.submenu_subtitle {display: flex;}
.submenu_subtitle .dropdownsub {display: flex; /*width: 50%;*/ width: 100%; border-right: 1px solid #ebebeb;}
.submenu_subtitle .dropdownsub:last-child {border: none;}
.dropdownsub ul.dropdown {top: 40px;}
.dropdown-toggle {background-color: #fff0d3;}
.pb_0{padding-bottom: 0px !important;}
.fn_btn {
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0px;
	border-radius: 60px;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

body {
	margin: 0 auto;
	font-family: 'SUIT', sans-serif;
}

button {
	font-family: 'SUIT', sans-serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

p {
	margin: 0 auto;
}

/*dropdown*/
.box {
	background: #fff;
}

.selectBox2 * {
	box-sizing: border-box;
}

.selectBox2 {
	/*position: relative;*/
	width: 100%;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	
	position: sticky;
	top: 110px;
}

.selectBox2::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 6px;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	z-index: 2;
	background: url("https://m.itall.com/img/glory_arrow.png") no-repeat;
	background-size: contain;
	pointer-events: none;
}

.selectBox2 .label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px 0px;
	border: none;
	outline: none;
	cursor: pointer;
	justify-content: center;
	background: #fff;
	font-size: 4vw;
	font-weight: 600;
	color: #000;
}

.selectBox2 .optionList {
	position: absolute;
	left: 0;
	width: 100%;
	background: #f8f8f8;
	color: #000;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: .3s ease-in;
	margin-top: 1px;
	text-align: center;
}

.selectBox2 .optionList::-webkit-scrollbar {
	width: 6px;
}

.selectBox2 .optionList::-webkit-scrollbar-track {
	background: transparent;
}

.selectBox2 .optionList::-webkit-scrollbar-thumb {
	background: #303030;
	border-radius: 45px;
}

.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {
	background: #303030;
}

.selectBox2.active .optionList {
	max-height: 500px;
	box-shadow: 0px 3px 6px #64646469;
}

.selectBox2 .optionItem {
	border-bottom: 1px dashed #ddd;
	padding: 16px 0px;
	transition: .1s;
	font-size: 3.5vw;
}

.selectBox2 .optionItem:active{
	background: #ebebeb;
}

.selectBox2 .optionItem:last-child {
	border-bottom: 0 none;
}

.output .glory_txt {
	display: none;
}

.output .active {
	display: block;
}

/*합격증 css*/
.output {
	background: #f8f8f8;
}

.glory_txt {
	padding: 10px 0px 50px;
}

.glory_txt ul {
	display: flex;
	justify-content: space-between;
	padding: 30px 10px 0px;
	flex-wrap: wrap;
}

.glory_txt ul:first-child {
	padding: 20px 10px 0px;
}

.glory_txt ul li {
	text-align: center;
	width: 24%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 0px 0 10px;
	margin-bottom: 20px;
}

.glory_txt ul li div {
	width: 100%;
	height: 7vw;
	font-size: 2vw;
	font-weight: 500;
	letter-spacing: -.05rem;
	word-break: keep-all;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #666;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 10px 10px 0px 0px;
	padding: 0px 5px;
}

.glory_txt ul li img {
	width: 88%;
	height: 25vw;
	object-fit: cover;
}

.glory_txt ul li p {
	margin: 8px auto 0px;
	font-size: 2vw;
	font-weight: 400;
	line-height: 2.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media ( max-width: 350px ) {
	.glory_txt ul:first-child {padding: 5px 10px 0px !important;}
	.glory_txt ul li div {height: 15vw !important;}
	.glory_txt ul li p {line-height: 3.8vw !important;}
}

/*230719*/
.winlist_total {
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	padding: 35px 10px 5px;
	word-break: keep-all;
	background: #f8f8f8;
	margin: 0;
}