/* ----서브비주얼---- */
.bred_crumb {
    background-image: url('../images/sub/subvisual_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 1px;
}

.bred_crumb::after {
    content: "";
    background-image: url('../images/sub/inner_page_ovelay_cross.svg');
    position: absolute;
    bottom: -1px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 225px;
    background-position: center;
}

.bred_crumb .bred_text {
    text-align: center;
    z-index: 1000;
    position: relative;
}

.bred_crumb .bred_text h1 {
    color: var(--text-white);
    font-size: 60px;
    font-weight: 700;
	font-family: 'mont';
	text-transform: uppercase;
	position: relative;
}

.bred_crumb .bred_text h1:before {
	content: '';
	position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -395.5px;
    background: url('../images/sub/tit-effect1.png') center no-repeat;
    width: 791px;
    height: 44px;
    display: block;
    z-index: -1;
}

.bred_crumb .bred_text h1 + p {
    color: var(--text-white);
    margin-top: -5px;
	font-size: 22px;
	font-family: 'gg';
	font-weight: 500;
	margin-bottom: 0;
}

.bred_crumb .bred_text .search_bar {
    margin-top: 25px;
    position: relative;
    z-index: 1000;
}

.bred_crumb .bred_text .search_bar form .form-group {
    position: relative;
    max-width: 600px;
    height: 60px;
    margin: 0 auto;
}

.bred_crumb .bred_text .search_bar form .form-group .form-control {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid var(--bg-purple);
    font-size: 16px;
    padding-left: 30px;
    color: var(--body-text-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .form-control::placeholder {
    color: var(--body-text-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--dark-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: var(--bg-purple);
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    line-height: 56px;
    font-size: 23px;
    color: var(--text-white);
}

.bred_crumb .bred_text .search_bar form .form-group .btn:hover {
    background-color: var(--dark-purple);
}

/* ----대회요강--- */
.about_app_section.sub {
	background-image: url('../images/sub/sub1-bg.png');
	padding: 80px 0 80px;
}
.about_app_section.sub .box {
	padding: 45px 50px;
	max-width: 570px;
	box-shadow: 0px 0px 18px #ede9fe;
}
.about_app_section.sub .box li:nth-child(2) p:after {
	right: 94px;
}
.about_app_section.sub .about_img .frame_img {
	margin-left: 0;
}
.about_app_section.sub .about_img .screen_img {
	top: 50px;
	left: 25px;
}
.newsletter_section.sub {
	background-color: #fff;
}

@media all and (max-width:1024px) {
	/* 대회요강 */
	.about_app_section.sub .about_img .frame_img {
		margin-top: 130px;
	}
	.about_app_section.sub .about_img .screen_img {
		top: 143px;
		left: 11px;	
	}
}
@media all and (max-width:991px) {
	/* 대회요강 */
	.about_app_section.sub .about_img .frame_img {
		margin-left: 20px;
	}
	.about_app_section.sub .about_img .screen_img {
		margin-left: 0;
	}
	.about_app_section.sub .about_img .screen_img img {
		width: 100%;
	}
}
@media all and (max-width:768px) {
	/* 서브비주얼 */
	.bred_crumb .bred_text h1:before {
		content: none;
	}
}
@media all and (max-width:480px) {
	/* 서브비주얼 */
	.bred_crumb {
		min-height: 300px;
	}
	.bred_crumb .bred_text h1 {
		font-size: 28px;
	}
	.bred_crumb .bred_text h1 + p {
		font-size: 18px;
	}
	/* 대회요강 */
	.about_app_section.sub {
		padding: 20px 0 30px;
	}
	.about_app_section.sub .box {
		padding: 30px;
	}
	.about_app_section.sub .about_img .frame_img {
		margin-top: 50px;
	}
	.about_app_section.sub .about_img .screen_img {
		top: 58px;
		left: 0;
	}
	.about_app_section.sub .about_img .screen_img img {
		width: 80%;
	}
}