@charset "UTF-8";

.moveButton {
	margin: 32px 0 80px;
	display: block;
	width: 100%;
	height: 96px;
	padding: 0;
	color: #FFA100;
	font-size: 32px;
	font-weight: 600;
	background: #FCEED0;
	border: none;
	border-radius: 24px;
	transition: all .3s;
}

.moveButton:active {
	background: #f7e9cb;
	color: #f39a00;
}

.notice-text {
	margin:0;
	position: relative;
	padding-left:30px;
	color: #6C6F75;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;	
}
.notice-text:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	display:inline-block;
	width:24px;
	height:24px;
	background:url(/img/m/icon/error-outline.svg) no-repeat center center;
    background-size: 24px;	
}

/* 구분선 */
.section-divider {
	margin: 0;
	border: none;
	height: 32px;
	background-color: #F5F6F8;
}

/* 메인 퀵 메뉴 */
.main-quick-menu {
	margin: 44px 32px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px
}

.main-quick-menu .quick-item {
	position: relative;
	border-radius: 24px;
	background: linear-gradient(180deg, #F8FAFF 40.38%, #E2E8EE 100%);
}

.main-quick-menu .quick-item:active {
	background: #E2E8EE;
}

.quick-item-link {
	display: block;
	padding: 42px 24px;
	background: calc(100% - 24px) calc(100% - 24px) no-repeat
}
.main-quick-menu .quick-item:active .quick-item-link:before {
	content: '';
	display: block;
	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background: rgb(0,0,0,0.10);
	border-radius: 24px;
	z-index:0;
}

.quick-item:nth-child(1) .quick-item-link {
	background-image: url(/img/m/icon/rocket.svg);
	background-size: 72px;
}

.quick-item:nth-child(2) .quick-item-link {
	background-image: url(/img/m/icon/consulting.svg);
	background-size: 72px;
}

.quick-item-text {
	color: #1A1E27;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.64px;
	/* margin-bottom: 4px; */
	display: block;
}

.quick-item-sub-text {
	display: block;
	color: #6C6F75;
	font-size: 24px;
	font-weight: 500;
}

/* 메인 메뉴 리스트 */
.main-menu-list {
	margin: 44px 32px;
	border-radius: 28px;
	background: #F5F6F8;
	padding: 32px;
}
.menu-list-item {
	position:relative;
	border-radius: 24px;
	transition: all .3s;
	overflow: hidden;
}
.menu-list-item + .menu-list-item {
	margin-top: 16px
}

.menu-list-link {
	position: relative;
	padding: 20px 56px 20px 86px;
	display: block;
	color: #51545B;
	font-size: 32px;
	font-weight: 600;
	
}
.menu-list-link:active {
	background: #C8C9CB;
	color:#54575E
}
.menu-list-item:active .menu-list-link {
	color:#54575E
}
.menu-list-link:visited {
	color: #51545B
}


.menu-list-link+.menu-list-link {
	margin-top: 8px;
}

.menu-list-link:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-list-item:nth-child(1) .menu-list-link:before {
	background: url('/img/m/icon/jewel.svg') center center no-repeat;
	background-size: 56px;
}
.menu-list-item:nth-child(2) .menu-list-link:before {
	background: url('/img/m/icon/medal.svg') center center no-repeat;
	background-size: 44px;
}
.menu-list-item:nth-child(3) .menu-list-link:before {
	background: url('/img/m/icon/competition.svg') center center no-repeat;
	background-size: 56px;
}
.menu-list-item:nth-child(4) .menu-list-link:before{
	background: url('/img/m/icon/call.svg') center center no-repeat;
	background-size: 56px;
}

.menu-list-link:after {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url('/img/m/icon/arrow-right-gray.svg') center center
		no-repeat;
	background-size: 15px;
}

/* 사이드바 타이틀 */
.side-quick-title {
	margin: 80px 32px;
	color: #1A1E27;
	font-size: 48px;
	font-weight: 500;
	line-height: 64px;
}

/* 사이드 메뉴 - 3단 메뉴 */
.side-quick-menu {
	margin: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 26px;
	display: grid;
}

.side-quick-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 0;
	border-radius: 24px;
	background: #EFF1F3;
}

.side-quick-item .img-box {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.side-quick-item .menu-name {
	padding-top: 12px;
	color: #1A1E27;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.68px;
	line-height: 32px;
}

/* 커스텀 뱃지 */
.custom-badge {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index:1;
	padding: 4px 12px;
	border-radius: 100px;
	background: #E94940;
	color: #fff;
	-webkit-animation: blink 2.5s step-end infinite;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	white-space: nowrap;
}

/* 위아래로 움직이는 애니메이션 */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
	animation: float 2s ease-in-out infinite;
}

/* toast */
.toast {
	position: fixed;
	top: 116px;
	left: 32px;
	right: 32px;
	padding: 18px 64px 18px 0;
	background: #ffc043;
	border-radius: 24px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.toast.active {
	opacity: 1
}

.toast-content {
	margin: 0;
	color: #353941;
	font-size: 32px;
	font-weight: 400;
	display: flex;
	align-items: center;
	pointer-events: none; /* 클릭 막기 */
}

.toast-content:before {
	content: '';
	display: inline-block;
	margin: 0 32px;
	width: 48px;
	height: 48px;
	background: url("../../img/m/icon/error-black.svg") no-repeat center center;
	background-size: 48px 48px;
}

.toast-close-btn {
	margin-right: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	font-size: 0;
	background: url("../../img/m/icon/filled-black.svg") no-repeat center
		center;
	background-size: 32px 32px;
	width: 48px;
	height: 48px;
}


/* 컨펌 모달 */
.dimmed {
    position: fixed;
    top: 0;
    background: rgba(218, 219, 222, 0.90);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.confirm-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    border-radius: 32px;
    width: 654px;
    max-width: 90%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.confirm-modal-content {
    padding: 48px 36px;
}
.confirm-modal-title {
	margin:0 0 16px;
    color: #000;
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
}
.confrim-modal-message {
	margin:0;
    color: #51545B;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
}
.confirm-modal-buttons {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.confirm-modal-buttons .btn-close, .confirm-modal-buttons .btn-active {
    border-radius: 16px;
    font-size: 32px;
    font-weight: 500;
    border: none;
    height: 112px;
    transition: all .3s;
}
.confirm-modal-buttons .btn-close {
    color: #6C6F75;
    background: #F5F6F8;
}
.confirm-modal-buttons .btn-close:active {
	color: #585C62;
    background: #C0C2C6;
}
.confirm-modal-buttons .btn-active {
    color: #585C62;
    background: #FDBB37;
}
.confirm-modal-buttons .btn-active:active {
	color: #1A1E27;
    background: #C79533;
}

/* =============== 입시 설명회 페이지 시작 */
.sub-title-700 {
    margin-top: 80px;
    color: var(--On-Color-Black-High-Emphasis, #1A1E27);
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
}
.session-info-wrap {
	padding: 98px 32px 0
}
.process-box {
    margin: 60px 0;
    padding: 24px 0;
    color: #353941;
    font-size: 32px;
}
.process-list-item {
    font-size: inherit;
    color: inherit;
    font-weight: 700;
}

.process-list-item .process-number {
    display: inline-block;
    border-radius: 100px;
    background: var(--Black-50, #F5F6F8);
    width: 60px;
    height: 60px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #353941;
    font-weight: 500;
}
.process-list-item .desc-box {
    margin: 32px 0 32px 30px;
    padding-left: 60px;
    border-left: 4px solid #E4E8EB;
    color: var(--Black-500, #888A90);
    font-size: 26px;
    font-weight: 500;
    line-height: 145%;
}
.process-list-item:nth-child(1) .desc-box {
	height: 92px
}
.process-list-item:nth-child(2) .desc-box {
	height: 126px
}
.process-list-item .process-img-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.process-list-item .process-img-box, 
.process-list-item .process-number {
	margin-right:28px
}
.process-list-item.last-line:before {
   content: '';
    display: block;
    width: 4px;
    height: 26px;
    background: #E4E8EB;
    border-radius: 8px;
    margin: 12px 0 12px 30px;
}
.session-info-box {
	padding: 72px 32px;
}
.content-wrapper {
	margin-bottom: 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid #F5F6F8
}
.content-row {
    display: flex;
}
.content-row + .content-row {
    margin-top: 72px;
}
.content-left {
    width: 160px;
}

.content-right {
    width: calc(100% - 170px);
}

.content-left, .content-right {
    color: var(--Black-600, #6C6F75);
    font-size: 30px;
    font-weight: 600;
}
.text-gray-1 {
    color: var(--Black-400, #A3A5AA);
    font-size: inherit;
    font-weight: 500;
     /* 19px */
}

.text-gray-2 {
    color: var(--Black-500, #888A90);
    font-family: Pretendard;
    font-size: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.content-list li {
    color: var(--Black-600, #6C6F75);
    font-size: 30px;
    font-weight: 600;
    line-height: 32px; /* 84.211% */
}

.content-list li + li {
    margin-top: 24px;
}
/* =============== //입시 설명회 페이지 끝 */

/* =============== 상담신청 완료 페이지 시작 */
.complete-info-area {
    padding-top: 98px;
    margin: 64px 32px;
    text-align: center;
}
.complete-sub-text {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 9999px;
    background: #F5F6F8;
    color: #3182F6;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}
.complete-header {
    color: #1A1E27;
    font-size: 44px;
    font-weight: 700;
    line-height: 135%; /* 35.1px */
    text-align: center;
}
.complete-text {
	margin-top: 16px;
    color: #6C6F75;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
}
.complete-video-wrap {
    width: 480px;
    height: 480px;
    margin: 64px auto 80px;
    border-radius: 48px;
    overflow: hidden;
}

.complete-video-wrap video {
    width: 100%;
}
.complete-info-qa {
    margin: 0;
    color: #353941;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%; /* 16px */
}

.complete-info-list-area {
    padding: 48px 56px;
    border-radius: 16px;
    background: #F5F6F8;
}

.complete-info-list {
    margin-top: 44px;
    text-align: left;
    color: var(--Black-800, #353941);
    font-size: 28px;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.complete-info-list li {
    display: flex;
    font-size: inherit;
    align-items: center;
    gap: 10px;
}

.complete-info-list li + li {
    margin-top: 28px;
}
.complete-info-list li:before {
    content: '';
    display: block;
    flex-shrink:0;
    width: 28px;
    height: 28px;
    background: url(/img/m/icon/Check-circle-blue.svg) no-repeat center center;
    background-size: 28px;
}
.complete-notice-text {
    margin: 8px 0 0 24px;
    color: var(--Black-500, #888A90);
    font-size: 26px;
    font-weight: 400;
    line-height: 135%; /* 17.55px */
    text-align: left;
}
.coupon-download-title {
    margin: 0 0 16px;
    color: var(--Black-800, #353941);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px; /* 120% */
}

.coupon-download-area {
    margin: 144px 32px 112px
}
.coupon-download-box {
	margin-top: 32px;
    padding: 32px 48px;
    border-radius: 24px;
    background: var(--yellow-100-primary-container, #FCEED0);
}
.coupon-download-text-box {
    padding-left: 130px;
    position: relative;
}
.coupon-download-text-box:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 88px;
    height: 88px;
    background: #fafafc url(/img/m/icon/gift.svg) center center no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
    background-size: 56px;
}
.btn-download-link {
    margin-top: 42px;
    display: block;
    width: 100%;
    padding: 24px 0;
    border-radius: 12px;
    background: var(--Black-10, #FAFAFC);
    color: var(--Black-700, #51545B);
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.download-info-title {
    margin: 0;
    color: var(--Black-900, #1A1E27);
    font-size: 32px;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.download-info-text {
    margin: 20px 0 0;
    color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
}

/* =============== 상담신청 완료 페이지 끝 */

/* =============== 위치 정보 및 포토 시작 */
.branch-top-area {
    margin: 80px 0 32px;
}

.branch-sub-text {
    color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px; /* 100% */
    margin-top: 8px;
}
.branch-wrap {
		margin: 0 32px;
		overflow: hidden;
	}
	
/*상담전화 박스 영역*/
	.branch-wrap .consult-box{
		display: flex;
		flex-direction: column;
		padding-bottom: 32px;
	}
	
	.branch-wrap .consult-content{
		display: flex;
		align-items: center;
		
	}
	
	.branch-wrap .consult-content img{
		display:inline-block;
		margin-right:40px;
		width: 48px;
		height: 48px;
		padding: 44px 0;
	}
	
	
	.branch-wrap .consult-content strong{
		color: var(--on-color-black-high-emphasis, #1A1E27);
	    font-family: Pretendard;
	    font-size: 32px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 40px;
	}
	
	.branch-wrap .consult-content p{
		margin: 0;
	    color: var(--on-color-black-medium-emphasis, #6C6F75);
	    font-size: 28px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 40px;
	    padding-top: 4px;
	}
	
	.branch-wrap .content-list{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24px 0;
		width: calc(100% - 70px)
	}
	
	.branch-wrap .consult-content a{
		display: flex;
	    padding: 0px 24px;
	    height: 72px;
	    justify-content: center;
	    align-items: center;
	    gap: 16px;
	    border-radius: 9999px;
	    background: var(--core-surface-b, #EFF1F3);
	    color: var(--on-color-black-high-emphasis, #1A1E27);
	    text-align: center;
	    font-size: 28px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 32px;
	}

	
	/* 지도 */
	.branch-title{
		color: #1A1E27;
		font-size: 40px;
		font-weight: 600;
		line-height: 56px;
		margin: 0;
		text-align: left !important;
	}
	.branch-wrap .wrap .tab-list li a {
	    padding: 20px 24px 20px 72px;
	    background-color: #eff1f3;
	    border-radius: 60px;
	    margin: 0;
	    background-size: 32px 32px;
	    background-repeat: no-repeat;
	    background-image: url(/img/m/consult/no_add.svg);
	    background-position: 25px 20px;
	    color: #6C6F75;
	    text-decoration: none;
	    border: none;
	    font-size: 28px;
	    line-height: 32px;
	    /* width: 194px; */
	    /* margin: 12px 0; */
	    display: block;
	    transition: none;
	}
	.branch-wrap .wrap .tab-list li.active a {
		background-image: url(/img/m/consult/add.svg);
		background-position: 25px 20px;
		background-color: #fcc659;
		background-size: 32px 32px;
		background-repeat: no-repeat;
		color: #1A1E27;
		border: none;
		font-weight: 500;
		transition: none;
	}
	.branch-wrap .wrap .tab-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 16px 14px;
		padding-top: 16px;
		margin: 16px 0 64px;
	}
	.branch-wrap .wrap .tab-list li {
	    margin: 0;
	}
	.branch-wrap .title1 {
		padding: 16px 0 64px;
	}
	.branch-wrap .title {
		padding: 48px 0 16px 0;
	}
	.branch-wrap .title p, .fac-wrap .title p, .branch-wrap .title1 p, .fac-wrap .title1 p {
		color: #6C6F75;
	    font-family: Pretendard;
	    font-size: 32px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 48px;
	    text-align: left;
	    margin: 0;
	    padding-top: 8px;
	}
	.branch-wrap .wrap .tab-cont .cont .map {
	    margin: 0;
    	width: 686px;
    	height: 480px;
    	border-radius: 12px;
	}
	
	/* 시설 사진 */
	.branch-wrap .swiperContainer{
		width: 632px;
		height: 480px;
		margin-bottom: 112px;
	}
	.branch-wrap .swiperContainer img{
		border-radius: 24px;
		width: 632px;
		height: 480px;
		object-fit: cover;
	}
	
	.branch-wrap .swiper-slide-prev, 
	.branch-wrap .swiper-slide-active, 
	.branch-wrap .swiper-slide-next{
		width: 632px !important;
		margin-right: 16px !important;
	}
	
	
	.branch-wrap .Surface_A:active, .branch-wrap .Surface_A:hover {
	    background: #E8E8E9;
	    border-radius: 24px;
	    color: #BEC0C4 !important;
	}
	
	.branch-wrap .root_daum_roughmap {
		width:686px !important;
		height: 480px;
		border-radius: 12px;
	}
/* =============== 위치 정보 및 포토 끝 */

/* =============== 바텀 시트 시작 */
.overlay {
  position: fixed; 
  left: 0; 
  right: 0; 
  top: 0; 
  bottom: 0;
  background: rgba(218, 219, 222, 0.42);
  display: none;
  z-index: 9998;
}
.common-bottom-sheet {
  position: fixed; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background: #fff; 
  border-radius: 32px 32px 0 0;
  min-height: 180px; 
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.12);
}
.common-bottom-sheet.open {
  transform: translateY(0);
}
.common-bottom-sheet .content {
	padding: 0 54px 60px;
	font-size:32px;
	text-align:center;
}
.overlay.open {
  display: block;
}
.common-bottom-sheet .handle {
  width: 92px; 
  height: 8px; 
  background: #ccc;
  border-radius: 2.5px; 
  margin: 32px auto;
}
.common-bottom-sheet .bottom-sheet-title {
    color: var(--Content-contentPrimary, #000);
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    line-height: 145%; 
}
.common-bottom-sheet .bottom-sheet-text {
    color: var(--Black-600, #6C6F75);
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px; 
}

.common-bottom-sheet .bottom-sheet-link {
    margin: 48px auto;
    padding: 28px 0;
    display: block;
    width: 312px;
    height: 52px;
    line-height:52px;
    border-radius: 32px;
    background: var(--yellow-600-primary, #FEB015);
    color: var(--On-Color-White-White, #FFF);
    font-size: 32px;
    font-weight: 400;
}

.common-bottom-sheet .bottom-sheet-link:visited {
    color: #fff;
}

.common-bottom-sheet .bottom-sheet-title-close {
	margin:0 auto;
	padding: 10px 0;
	display:flex;
	align-items:center; 
	justify-content:center;
	gap: 16px;
    border: none;
    background: no-repeat;
    color: var(--Black-700, #51545B);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.common-bottom-sheet .bottom-sheet-img-box {
    margin-bottom: 48px;
    border-radius: 24px;
    overflow:hidden;
}
.common-bottom-sheet .bottom-sheet-img-box a {
	display: block;
}
.common-bottom-sheet .bottom-sheet-img-box img {
    height: 442px;
    border-radius: 32px;
}
/* =============== //바텀 시트 끝 */

/* 지점별 전화번호 */
.contact-text {
	padding-top : 98px;
	margin: 96px 0 48px;
	color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px; 
}
.branch-contact-area {
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.branch-contact-area .label_small_B {
	display:block;
	margin-bottom: 16px;
	font-size: 30px;
}
.branch-contact-area .Paragraph_x_small {
	font-size:26px !important;
}
.branch-contact-area a {
	text-align:center;
	background-color: #FAFAFC;
	padding: 36px 32px;
	box-sizing: border-box;
	border-radius: 24px;
    margin: 8px;
}
.branch-contact-area .comming {
	padding: 36px 32px;
	margin: 8px;
	display: flex;
	font-size:30px;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: var(--States-Black-10-Disabled, #FCFCFD);
}

/* =============== 교습비/수강료 시작 */
.line-tab-menu-wrap {
	margin: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.line-tab-menu-wrap .tab-menu-btn {
	width: calc(100% / 3);
    background: transparent;
    font-size: 32px;
    transition: color .3s;
    color:#292929;
    border: 0;
    border-bottom: 2px solid #fff;
}
.line-tab-menu-wrap .tab-menu-btn:hover,
.line-tab-menu-wrap .tab-menu-btn.on  {
    color: #feb015;
    border-bottom: 2px solid #feb015;
}
.tuition-tab-wrap{
	margin-top:30px;
}
/* =============== 교습비/수강료 끝 */

/* =============== 진로&대회 시작 */
.competition-img-box {
	padding:32px 0;
	margin: 0 32px;
	border-top: 2px solid #EFF1F3;
}
.competition-img-box img{
	width: 100%;
	display:block;
}
/* 국내대회 */
.compeition-tab-btn-wrap {
	padding: 32px
}
.compeition-tab-btn-wrap .tab-menu-btn {
	padding: 20px 16px;
	font-family: Pretendard;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	border:none;
	border-bottom:4px solid transparent;
	background-color: transparent;
	color: #1A1E27
}
.compeition-tab-btn-wrap .tab-menu-btn.on {
	border-bottom-color: #FEB015;
}
/* =============== 진로&대회 끝 */