/* font start */
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Thin.woff") format("woff"), url("../fonts/Pretendard-Thin.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-SemiBold.woff") format("woff"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}
@font-face {
    font-family: 'OTEnjoystoriesBA';
	src: url("../fonts/OTEnjoystoriesBA_Medium.woff") format("woff"), url("../fonts/OTEnjoystoriesBA_Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
	src: url("../fonts/KOHIBaeum.woff") format("woff"), url("../fonts/KOHIBaeum.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');





/* 원서접수/접수확인 start */
.no_inquiry{
	position: relative;
}
.no_inquiry .box{
	width: 100%;
    height: auto;
    position: relative;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    border-radius: 7px;
}
.no_inquiry .box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 8px);
	border-radius: 8px;
	transition: 0.5s;
	background: linear-gradient(118deg, rgba(8,191,164,1) 0%, rgba(251,123,33,1) 50%, rgba(28,99,183,1) 100%);
	opacity: 1;
}
.no_inquiry .box::after{
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 0px);
	background-color: #0055A5;
	border-radius: 7px;
}
.no_inquiry .box .text{
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: relative;
    padding: 40px;
	padding-top: 70px;
	padding-bottom: 78px;
    transform: translate(4px, 4px);
    border-radius: 7px 7px 100px 7px;
    z-index: 1;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.no_inquiry .box .text::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F8F8F8;
	border-radius: 0 0 0% 0;
	width: 140px;
	height: 140px;
	display: inline-block;
	z-index: -1;
	transition: 0.5s;
	border-radius: 0 0 110% 0;
}
.no_inquiry .box .text .icon{
	width: 30px;
	height: 30px;
	display: inline-block;
}
.no_inquiry .box .text p{
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}
.no_inquiry .box .text .circle_bg{
	font-size: 18px;
	font-weight: 500;
	padding: 16px 30px;
	margin-top: 40px;
	background-color: #64717F;
	border-radius: 31px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.no_inquiry .box .text{
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
	}
	.no_inquiry .box .text p{
		font-size: 19px;
	}
	.no_inquiry .list_text ul li{
		font-size: 16px;
	}
	.form_st01 .top_circle_box{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.no_inquiry .box .text{
		min-height: 170px;
		border-radius: 7px 7px 60px 7px;
	}
	.no_inquiry .box .text p{
		font-size: 17px;
	}
	.form_st01 .top_circle_box{
		border-radius: 10px;
	}
}
/* 원서접수/접수확인 end */







/* 원서접수/합격자조회 start */

/* 원서접수/합격자조회 end */







/* 입학원서출력 start*/

/* 입학원서출력 end*/







/* 등록금 프린터 start */
#capture{
	width: 1440px;
	aspect-ratio: 1 / 1.4187;
	display: flex;
	flex-wrap: wrap;
	gap: 57px 49px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-family: "Pretendard";
	color: #222;
}
#capture .box{
	width: calc(50% - 24.5px);
	height: auto;
	height: 452px;
	padding-left: 32px;
	padding-right: 32px;
	border: 5px solid #6e5495;
	position: relative;
}
#capture .box.first{
	
}
#capture .box.first .title{
	position: relative;
	text-align: center;
	letter-spacing: 0px;
	color: #483D75;
	font-size: 58px;
	font-weight: 700;
	padding-top: 27px;
}
#capture .box.first .you_info{
	text-align: right;
	font-size: 23px;
	padding-top: 19px;
	padding-right: 13px;
	color: #222;
}
#capture .box.first .cont{
	font-size: 34px;
	letter-spacing: -1.2px;
	color: #483D75;
	line-height: 55px;
	font-weight: 500;
}
#capture .box.first .date_year{
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 20px;
	font-size: 29px;
	margin-top: 43px;
	color: #483D75;
	font-weight: 500;
}
#capture .box.first .bottom_text{
	text-align: center;
	margin-top: 24px;
	font-size: 38px;
	position: relative;
}
#capture .box.first .bottom_text .text{
	font-size: 46px;
	font-weight: 600;
	color: #483D75;
	letter-spacing: 13px;
	font-weight: 600;
}
#capture .box.first .bottom_text img{
	position: absolute;
	top: -62px;
	right: -18px;
	width: 135px;
	height: auto;
	object-fit: contain;
}
#capture .box.first .back_bg{
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	width: 296px;
	height: 296px;
}
#capture .box.first .back_bg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#capture .box .top_line{
	display: flex;
	justify-content: center;
}
#capture .box .top_line .text{
	background-color: #483D75;
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	min-height: 48px;
	padding-left: 44px;
	padding-right: 44px;
	display: flex;
	align-items: center;
}
#capture .box .tit{
	font-weight: 500;
	font-size: 26px;
	color: #483D75;
	padding-top: 12px;
	text-align: center;
}
#capture .box .my{
	font-size: 23px;
	color: #222;
	text-align: right;
	margin-top: 10px;
}
#capture .box .bank{

}
#capture .box .bank .big_tit{
	font-size: 22px;
}
#capture .box .bank .dl_wrap{
	display: flex;
	flex-direction: column;
}
#capture .box .bank .dl_wrap dl{
	display: flex;
}
#capture .box .bank .dl_wrap dl dt{
	width: 95px;
	font-size: 22px;
}
#capture .box .bank .dl_wrap dl dd{
	width: calc(100% - 95px);
	font-size: 22px;
}
#capture .box .bank .confirm{
	text-align: center;
	font-size: 23px;
	color: #483D75;
	margin-top: 15px;
	font-weight: 600;
}
#capture .box .capture_table_st01{
	width: 100%;
	height: 193px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 7px;
}
#capture .box .capture_table_st01 tr:first-of-type td{
	border-top: 3px solid #483D75;
}
#capture .box .capture_table_st01 td{
	font-size: 19px;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 3px solid #483D75;
	border-left: 3px solid #483D75;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}
#capture .box .capture_table_st01 td:last-of-type{
	border-right: 3px solid #483D75;
}
#capture .box .bottom_zone{
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}
#capture .box.bank .bottom_zone{
	margin-top: 4px;
}
#capture .box .bottom_zone .left{
	margin-top: 16px;
}
#capture .box .bottom_zone .left .big_text{
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 18px;
	color: #483D75;
}
#capture .box .bottom_zone .left .small_text{
	font-size: 33px;
	font-weight: 400;
	margin-top: 6px;
	letter-spacing: 3.3px;
	color: #483D75;
	font-size: 19px;
}
#capture .box .bottom_zone .right {
	margin-right: 18px;
}
#capture .box .bottom_zone .right .circle{
	width: 98px;
	height: 98px;
	border: 3px solid #EF4C4C;
	font-size: 20px;
	font-weight: 400;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #EF4C4C;
}
.capture_wrap{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip-path: polygon(0 0, 0 0, 0 0);
	/* visibility: hidden;  */
}



/* 등록금 프린터 end */