.header.sub {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.section_01 {
	transition: 0.3s;  
    position: relative;  
    margin: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    background: url(../images/main_visual.png) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: 0.3s;
}

.section_01 .layout_max {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 0 0 130px;
    height: 100%;
    justify-content: space-between;
    transition: 0.3s;
}

.section_01 .v_left {
    display: flex;
    flex-flow: column;  
    height: 100%;
    justify-content: center;  
    transition: 0.3s;
}

.section_01 .v_left .l_con {
    display: flex;
    flex-flow: column;
    gap: 145px;
    transition: 0.3s;
}

.section_01 .v_left .text {
    position: relative;
    display: flex;
    flex-flow: column;    
    font-size: 50px;
    font-family: 'KOHIBaeumOTF';
    color: #FFF;
    gap: 7px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.section_01 .v_left .text::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 99px;
    background: #FFFFFF;
    bottom: -122px;
    left: 10px;
    transition: 0.3s;
}

.section_01 .v_left .icon {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    transition: 0.3s;
}

.section_01 .v_right {    
    display: flex;
    width: 850px;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 95px 120px;
    border: 0px;
    transition: 0.3s;
}
.section_01 .v_right::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.section_01 .v_right .r_con {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 30px;
    align-content: flex-start;
    min-height: 1050px;
    transition: 0.3s;
}

.section_01 .v_right .r_con .box {
    display: flex;
    flex-flow: column;
    width: 290px;
    height: 320px;
    border-radius: 20px; 
    align-self: stretch;  
    justify-content: space-between; 
    transition: 0.3s;
}

.section_01 .v_right .r_con .banner {
    background: #FFF;
    padding: 30px;
    transition: 0.3s;
}

.r_con .banner > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.r_con .banner > div > span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #00A990;
    transition: 0.3s;
}

.r_con .banner.event > div > span {
    color: #F47216;
}

.r_con .banner > div > a {
    width: 15px;
    aspect-ratio: 1/1;
    transition: 0.3s;
}

.r_con .banner > a {
    display: flex;
    flex-flow: column;
    transition: 0.3s;
}

.r_con .banner > a > * { transition: 0.3s; }

.r_con .banner > a > h3 {
    font-size: 19px;
    letter-spacing: -0.57px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r_con .banner > a > p {
    margin: 10px 0 15px;
    color: #656263;
    height: 62px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.48px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.r_con .banner > a > span {
    font-size: 16px;
    color: #AFAFAF;
    font-family: 'Roboto';
    font-weight: 400;
}

.section_01 .v_right .r_con .noti02 {
    margin-top: 75px;
}

.section_01 .v_right .r_con .event,
.section_01 .v_right .r_con .pass {
    margin-top: -75px;
}

.section_01 .v_right .r_con .banner02 {
    padding: 40px;
    border: 1px solid #fff;
}

.r_con .banner02 > a {
    display: flex;
    flex-flow: column;   
    height: 100%;
    justify-content: space-between; 
}

.r_con .banner02 > a > h2 {
    display: flex;
    flex-flow: column;    
    font-size: 35px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: -1px;
}

.r_con .banner02 > a > h2 > span + span {
    font-weight: 700;
}

.r_con .banner02 > a > h2 > img {
    display: block;
    width: 126px;
    margin-top: 25px;
}

.r_con .banner02 > a > .b_icon {
    height: 41px;
    display: inline-flex;
    justify-content: flex-end;
}

.r_con .banner02 > a > .b_icon > img {
    display: block;
    height: 100%;
    width: auto;
}

.section_01 .v_right .r_con .apply {
    background: rgba(0,0,0,0.2);
}

.section_01 .v_right .r_con .pass {
    background: rgba(206,49,0,0.35);
}

@media screen and (max-width: 1280px) {
    .section_01 .layout_max {
        padding: 0 0 0 60px;
    }

    .section_01 .v_left .text {
        font-size: 45px;
        gap: 5px;
    }

    .section_01 .v_left .icon {
        gap: 20px;
    }

    .section_01 .v_right {
        width: 700px;
        padding: 95px 60px 0 30px;
    }
}

@media screen and (max-width: 1023px) {
    .section_01 .v_left {
        justify-content: flex-start;
        padding-top: 70px;
    }

    .section_01 .v_right {
        padding-top: 70px;
    }

    .section_01 .v_right .r_con {
        min-height: 990px;
    }

    .section_01 .v_right .r_con .box {
        width: 100%;
        height: auto;
    }

    .section_01 .v_right .r_con .noti02 {
        margin-top: 0px;
    }

    .r_con .banner > div {
        margin-bottom: 15px;
    }

    .r_con .banner > a > p {
        height: 45px;
        -webkit-line-clamp: 2;
    }

    .section_01 .v_right .r_con .event, 
    .section_01 .v_right .r_con .pass {
        margin-top: 0px;
    }

    .section_01 .v_right .r_con .apply,
    .section_01 .v_right .r_con .pass {
        width: calc(50% - 20px);
    }

    .section_01 .v_right .r_con .banner02 {
        padding: 30px;
    }

    .r_con .banner02 > a > h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .r_con .banner02 > a > h2 > img {
        width: 85px;
        margin-top: 17px;
    }

    .r_con .banner02 > a > .b_icon {
        height: 36px;
    }
}

@media screen and (max-width: 880px) {
    .section_01 .layout_max {
        padding: 0 40px;
        gap: 70px;
    }

    .section_01 .v_left {
        padding-top: 60px;
    }

    .section_01 .v_left .l_con {
        gap: 70px;
    }

    .section_01 .v_left .text {
        font-size: 35px;
    }

    .section_01 .v_left .text::after {
        height: 43px;
        bottom: -55px;
        left: 7px;
    }

    .section_01 .v_left .icon {
        gap: 10px;
    }

    .section_01 .v_left .icon > span  {
        width: 45px;
    }

    .section_01 .v_right {
        padding: 0px;
        padding-top: 60px;
    }
    .section_01 .v_right .r_con {     
        width: 100%;
        gap: 20px;
        min-height: 880px;
    }
    .section_01 .v_right .r_con .banner {
        padding: 25px;
    }

    .r_con .banner > div > span {
        font-size: 16px;
    }

    .r_con .banner > a > h3 {
        font-size: 17px;
    }

    .r_con .banner > a > p {
        margin: 7px 0 10px;
    }

    .r_con .banner > a > span {
        font-size: 15px;
    }

    .section_01 .v_right .r_con .apply, 
    .section_01 .v_right .r_con .pass {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .section_01 {
        height: auto;
    }

    .section_01 .v_right {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 680px) {
    .section_01 .layout_max {
        padding: 0 30px;
        gap: 30px;
        flex-flow: column;
    }

    .section_01 .v_left .l_con {
        gap: 10px;
    }

    .section_01 .v_left {
        padding-top: 40px;
    }

    .section_01 .v_left .text {
        font-size: 28px;
        flex-flow: row;
    }

    .section_01 .v_left .text::after {
       display: none;
    }

    .section_01 .v_right {
        padding: 0px;
        width: 100%;
    }
    
    .section_01 .v_right .r_con {
        min-height: auto;
        padding-bottom: 50px;
    }

    .section_01 .v_right .r_con .box {
        border-radius: 15px;
        padding: 20px;
    }

    .r_con .banner > div > span {
        font-size: 15px;
    }

    .r_con .banner > a > h3 {
        font-size: 16px;
    }

    .r_con .banner > a > p {
        height: 36px;
        font-size: 15px;
        line-height: 19px;
    }

    .section_01 .v_right .r_con .apply, 
    .section_01 .v_right .r_con .pass {
        width: 100%;
        align-items: center;
    }

    .r_con .banner02 > a {
        flex-flow: row-reverse;
        gap: 10px;
        justify-content: flex-end;
        align-items: center;
    }

    .r_con .banner02 > a > h2 {
        font-size: 19px;
        margin-bottom: 0px;
        flex-flow: row nowrap;
        align-items: center;
        gap: 5px;
        font-weight: 600;
    }
    .r_con .banner02 > a > h2 > span {
        flex: 0 0 auto;
    }

    .r_con .banner02 > a > h2 > span + span {
        font-weight: 600;
    }
    
    .r_con .banner02 > a > .b_icon {
        height: 28px;
    }

    .r_con .banner02 > a > h2 > img {
        display: none;
    }
    
}

@media screen and (max-width: 370px) {
    .section_01 .layout_max {
        padding: 0 20px;
        gap: 20px;
    }

    .section_01 .v_right .r_con {
        gap: 12px;
    }

    .r_con .banner02 > a > h2 {
        font-size: 18px;
    }
}





.section_02{
	padding-top: 60px;
    padding-bottom: 95px;
	transition: 0.3s;
}
.section_02 .box_wrap{
	display: flex;
    flex-wrap: wrap;
    gap: 50px 85px;
    transition: 0.3s;
    justify-content: center;
}
.section_02 .box_wrap .box{
    width: calc(16.6666% - 108px);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    text-align: center;
}
.section_02 .box_wrap .box img{
	width: 76px;
    height: auto;
	aspect-ratio: 1/1;
	transition: 0.3s;
}
.section_02 .box_wrap .box .text{
    word-break: keep-all;
	margin-top: 1px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.3s;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .section_02 .box_wrap .box {
        width: calc(16.6666% - 80px);
    }
}

@media screen and (max-width: 1024px) {
    .section_02 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section_02 .box_wrap {
        gap: 0px;
        justify-content: space-between;
    }

    .section_02 .box_wrap .box {
        width: calc(16.6666% - 10px);
    }

    .section_02 .box_wrap .box .text {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
    
	.section_02 {
		padding-top: 30px;
        padding-bottom: 35px;
	}

	.section_02 .box_wrap{
		gap: 40px 0;
	}

	.section_02 .box_wrap .box .text {
		font-size: 16px;
	}

	.section_02 .box_wrap .box img{
		width: 60px;
	}
}

@media screen and (max-width: 680px) {
	.section_02 {
		padding-top: 20px;
        padding-bottom: 25px;
	}
	.section_02 .box_wrap{
		justify-content: space-between;
		gap: 25px 0;
	}

	.section_02 .box_wrap .box{
		width: 33.3334%;
	}

	.section_02 .box_wrap .box .text {
		font-size: 14px;
		letter-spacing: -1px;
        height: auto;
	}
	
	.section_02 .box_wrap .box img{
		width: 45px;
	}
}


.section_03 {  
    position: relative;  
    width: 100%;    
    height: 95px;
    background: #F2F2F2;
    transition: 0.3s;
}

.section_03::before { 
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #1C63B7;
    z-index: 0;
}

.section_03 .layout_max { 
    position: relative;   
    display: flex;
    flex-flow: row nowrap;
    z-index: 1;
    background: #F2F2F2;
    height: 100%;
    align-items: center;
    transition: 0.3s;
}

.section_03 .layout_max > h2 {
    display: flex;
    background: #1C63B7;
    height: 100%;
    padding: 0 50px 0 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    transition: 0.3s;
}

.section_03 .layout_max > span {
    display: flex;
    width: 95px;
    aspect-ratio: 1/1;
    background: #2B78D2;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.section_03 .layout_max > span > img {
    display: block;
    width: 21px;
}

.section_03 .layout_max > div {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 0 auto;
    gap: 25px;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto','Pretendard', sans-serif;
    border-right: 1px solid #E2E2E2;
    height: 100%;
    align-items: center;
    transition: 0.3s;
}

.section_03 .layout_max > div:last-child {
    border-right: 0px;
}

.section_03 .layout_max > div > span {

}

@media screen and (max-width: 1490px) {
	.section_03 .layout_max {
		padding-left: 0;
		padding-right: 0;
	}

    .section_03 .layout_max > h2 {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1280px) {
    .section_03 {
        height: 75px;
    }

    .section_03 .layout_max > span {
        width: 75px;
    }

    .section_03 .layout_max > div {
        gap: 15px;
        padding-left: 0px;
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .section_03 {
        height: 65px;
    }
    .section_03 .layout_max > h2 {
        padding: 0 30px;
        font-size: 18px;
    }

    .section_03 .layout_max > span {
        width: 65px;
    }

    .section_03 .layout_max > div {
        gap: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 930px) {
    .section_03 {
        height: auto;
    }

    .section_03 .layout_max {
        flex-wrap: wrap;
    }
    .section_03::before {
        display: none;
    }
    .section_03 .layout_max > span {
        display: none;
    }

    .section_03 .layout_max > h2 {
        padding: 7px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }

    .section_03 .layout_max > div {
        font-size: 17px;
        padding: 15px 0;
    }    
}

@media screen and (max-width: 680px) {
    .section_03 .layout_max > div {
        font-size: 16px;
        padding: 10px 0;
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid #E2E2E2;
    }

    .section_03 .layout_max > div:last-child {
        border-bottom: 0px;
    }
}