@charset "utf-8";

.new-main-sec{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:35px 0;
	font-family:"NanumSquare";
}

.new-main-sec .new-main-sec-inner{
	width:100%;
	max-width:1240px;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 20px;
}

.sec-box-area{
	width:100%;
	height:auto;
	display:flex;
}

.sec-box-area.benefit{
	flex-direction: column;
}

.sec-box-area .sec-box{
	width:50%;
}

.sec-box-area .sec-box.fair-bg,
.sec-box-area .sec-box.seminar-bg{
	height:518px;
	background-repeat:no-repeat;
	background-size:cover;
}

.sec-box-area .sec-box.fair-bg{
	background-image:url("../img/new/edu_fair_photo.png");
}

.sec-box-area .sec-box.seminar-bg{
	background-image:url("../img/new/edu_seminar_photo.png");
}

.sec-box-area .sec-box h2{
	display:block;
	box-sizing:border-box;
	padding:100px 40px 0px 40px;
	font-size:30px;
	color:#FFFF39;
}

dl.new-main-dl{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:15px 40px 55px 40px;
}

dl.new-main-dl dt{
	display:none;
}

dl.new-main-dl dd{
	font-size:20px;
	line-height:30px;
	box-sizing:border-box;
	padding:35px 20px 0px 40px;
	position:relative;
	color:#242A30;
}

dl.new-main-dl dd:before{
	content:"";
	width:10px;
	height:10px;
	border:3px solid #242A30;
	position:absolute;
	left:15px;
	top:40px;
	border-radius:50%;
}

.mov-area{
	width:100%;
	height:auto;
	min-height:400px;
/*	background-color:#222;*/
	margin-top:-120px;
	z-index:10;
	position:relative;
}

.mov-area img{
	max-width:100%;
	margin-left:530px;
}

.deco-text-edufair:after{
	content:"Edu Fair";
	font-size:120px;
	color:#888888;
	opacity:0.15;
	position:absolute;
	bottom: -30px;
    right: -210px;
	font-family:"NanumSquareL";
}

.deco-text-benefit:after{
	content:"Benefit";
	font-size:120px;
	color:#888888;
	opacity:0.15;
	position:absolute;
	bottom: -30px;
    left: -210px;
	font-family:"NanumSquareL";
}

.ige-yt-mov{
	width:889px;
	height:500px;
	margin-left:72px;
}

.benefit-top{
	width:100%;
	height:auto;
	text-align:right;
	position:relative;
}

.benefit-top h2{
	display:block;
	box-sizing:border-box;
	font-size:30px;
	color:#242A30;
	padding-top:70px;
}

.benefit-content{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	height:auto;
	padding-top:30px;
	display:flex;
	justify-content: center;
	gap:60px;
/*	padding-bottom:500px;*/
/*	background-image:url("../../img/new/local_seminar_photo.png");*/
	background-repeat:no-repeat;
	background-position:center bottom 30px;
	background-size:1080px;
	position:relative;
}

/*.benefit-content:after{*/
/*	content:"IGE 캐나다 정착 설명회";*/
/*	position:absolute;*/
/*	bottom:0px;*/
/*	right:0px;*/
/*}*/

.benefit-content.two-box .bn-box{
	width:500px;
	border-radius:50px;
}

.benefit-content.two-box .bn-box{
	width:500px;
	border-radius:50px;
	padding:130px 20px 20px 50px;
}

.benefit-content.two-box .bn-box:before{
    top: 0px;
}    

.benefit-content .bn-box{
	width:320px;
	height:320px;
	background-color:#363636;
	box-sizing:border-box;
	padding:80px 20px 20px 100px;
	border-radius:50%;
	position:relative;
}

.benefit-content .bn-box p{
	font-size:30px;
	color:#fff;
	line-height:35px;
}

.benefit-content .bn-box:before{
	content: "";
    position: absolute;
    top: -20px;
    left: 30px;
    font-family: "NanumSquareL";
    color: #898989;
    font-size: 120px;
    opacity: 0.5;
}

.benefit-content .bn-box p span{
	font-size:24px;
}

.benefit-content .bn-box.fst:before{
	content: "1";
}

.benefit-content .bn-box.scd:before{
	content: "2";
}

.benefit-content .bn-box.trd:before{
	content: "3";
}

a.seminar-btn{
	display:inline-block;
	padding:15px 34px;
	font-size:20px;
	color:#fff;
	border:2px solid #fff;
	margin:150px 0 0 40px;
}




/* ========================================
   [추가 2026-01-16] D-Day 오버레이
   - 메인 배너 위 기존 참가신청 버튼 대체
   - 디자이너: 배경 이미지의 "참가신청" 버튼 제거 필요
   ======================================== */
.dday-overlay-pos{
	position: absolute;
	top: 305px;  /* [조정 필요] 디자이너 이미지 수정 후 위치 재조정 */
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
   
.dday-overlay {
	background: rgba(255, 255, 255, 0.95);
	color: #0d47a1;
	padding: 15px 30px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 20px;
	-webkit-box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.69); 
	box-shadow: 0px 5px 18px -6px rgba(0,0,0,0.69);	
}

.dday-badge {
	background: #0d47a1;
	color: #fff;
	padding: 8px 20px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
}

.dday-badge.dday{
	background: #FF5722;
}

.dday-text {
	font-size: 15px;
	margin: 0;
	white-space: nowrap;
}

.dday-btn {
	background: #0d47a1;
	color: #fff;
	padding: 10px 24px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.dday-btn:hover {
	background: #bfd2ef;
	color: #0d47a1;
}

/* ========================================
   [추가 2026-01-16] 박람회 사진 갤러리
   - 자동 롤링 (CSS animation)
   - 필요 이미지: /edufair/fair_img/fair_photos/ 폴더
   ======================================== */
.fair-photo-gallery {
	background: #f5f5f5;
	padding: 40px 0;
	overflow: hidden;
}

.gallery-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.gallery-badge {
	background: #0d47a1;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

.gallery-header h3 {
	color: #212121;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.gallery-slider {
	mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent);
}

.gallery-track {
	display: flex;
	gap: 15px;
	animation: gallery-scroll 50s linear infinite;
}

@keyframes gallery-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.gallery-item {
	flex: 0 0 200px;
	text-align: center;
}

.gallery-item img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gallery-item span {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 8px;
}

.gallery-caption {
	text-align: center;
	font-size: 13px;
	color: #888;
	margin-top: 20px;
}

/* ========================================
   [추가 2026-01-16] 폼 선택사항 라벨
   - 관심분야, 이메일, 관심지역 필드용
   ======================================== */
.optional-label {
	font-size: 12px;
	color: #888;
	font-weight: normal;
}

/* ========================================
   [추가 2026-01-16] 반응형 - 모바일
   - D-Day 오버레이 모바일 대응
   - 사진 갤러리 모바일 대응
   ======================================== */
@media screen and (max-width: 1024px) {
	.dday-overlay-pos{
		top: 385px;  /* [조정 필요] 디자이너 이미지 수정 후 위치 재조정 */
	}
	
	.dday-overlay {
		flex-direction: column;
		gap: 10px;
		padding: 15px 20px;
		width: 90%;
		top: auto;
		bottom: 40px;  /* 모바일: 하단 배치 */
	}

	.dday-badge {
		font-size: 16px;
		padding: 6px 16px;
	}

	.dday-text {
		font-size: 13px;
		white-space: normal;
	}

	.dday-btn {
		padding: 8px 20px;
		font-size: 14px;
	}

	.gallery-item {
		flex: 0 0 150px;
	}

	.gallery-item img {
		width: 150px;
		height: 112px;
	}

	.gallery-item span {
		font-size: 11px;
	}
}
