#mainWrap {
	
}

.mainVisual {
	position: relative;
	display: block;
}

.mainVisual .visual_img {
	position: relative;
    display: block;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1 / 0.40115;
}

.mainVisual .visual_img .text {
	position: absolute;
    top: 50%;
    left: 320px;
    transform: translateY(calc(-50% - 55px));
}

.mainVisual .btn_arrow {
	position: absolute;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    justify-content: space-between;
}

@media screen and (max-width: 1750px){
	.mainVisual {
		display: flex;
		justify-content: center;
	}

	.mainVisual .visual_img {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1200px){
	.mainVisual .visual_img {
        width: 100%;
        border-radius: 0px;
    }

	.mainVisual .btn_arrow a {
		width: 80px;
	}

	.mainVisual .visual_img .text {
		left: 150px;
		transform: translateY(calc(-50% - 25px));
		width: 300px;
	}
}

@media screen and (max-width: 768px){
	.mainVisual .visual_img .text {
        left: 115px;
        transform: translateY(calc(-50% - 10px));
        width: 250px;
    }
}

@media screen and (max-width: 550px){
	.mainVisual .visual_img .text {
        left: 90px;
        width: 180px;
    }
}

#mainContents {
	position: relative;
    width: 100%;
	padding-top: 120px;
	padding-bottom: 150px;
}

#mainContents .inner_layout {
	display: flex;
	flex-flow: column;
	gap: 100px;
}

#mainContents .inner_layout .title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#mainContents .inner_layout .title h2 {
	font-size: 45px;
	font-family: 'Roboto', 'KIMM',sans-serif;
	line-height: 1.2;
	margin: 0;
}

#mainContents .inner_layout .title a {
	display: flex; 
	align-items: center;
	justify-content: center;
	width: 32px;
}

#mainContents .inner_layout .title a img {
	display: block;
	width: 100%;
}

#mainContents .inner_layout .con_box02 {
	display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 90px;
    align-self: self-start;
}

.news_con {
	display: block;
    width: 100%;
}

.news_con > .list {
	display: block;
    width: 100%;
	margin-top: 50px;
}

.news_con > .list ul {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.news_con > .list ul li {
	width: calc(25% - 28px);
}

.news_con > .list ul li a {
	display: flex;
	flex-flow: column;
	gap: 27px;
}

.news_con > .list ul li a > div {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
}

.news_con > .list ul li a > div img {
	display: block;
	width: 100%;
}

.news_con > .list ul li a > h3 {
	display: block;
	width: 100%;
	padding: 0 16px;
	font-size: 21px;
	color: #222;
	letter-spacing: -0.5px;
	line-height: 1.4;
	font-family: 'Roboto', 'Pretendard',sans-serif;
	font-weight: 600;
	word-break: break-all;
}

.notice_con {
	width: 950px;
}

.notice_con > .list {
	display: block;
    width: 100%;
	margin-top: 40px;
}

.notice_con > .list ul {
	display: flex;
    flex-flow: column;
}

.notice_con > .list ul li {
	display: flex;
    flex-flow: row nowrap;
	font-family: 'Roboto', 'Pretendard',sans-serif;
	justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #EBEBEB;
}

.notice_con > .list ul li::last-child {
	border-bottom: 0px;
}

.notice_con > .list ul li a {
	padding: 29px 0;	
	color: #222;
	font-size: 23px;
	line-height: 1.4;
	letter-spacing: -0.5px;
	width: calc(100% - 120px);
}

.notice_con > .list ul li span {
	font-size: 20px;
	font-weight: 300;
	width: 110px;
    text-align: right;
}

.support_con {
	position: relative;
    display: flex;
    flex-flow: column;
    max-width: 349px;
    width: 100%;
	padding-top: 10px;
	font-family: 'Roboto', 'Pretendard',sans-serif;
}

.support_con .s_img {
	position: absolute;
    bottom: 75px;
    right: 0px;
}

.support_con .s_txt {}

.support_con .s_txt h3 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;

}

.support_con .s_txt p {
	display: flex;
    flex-flow: column;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 15px;
}

.support_con .s_txt p span {}

.support_con .s_tel {
	display: flex;
    flex-flow: column;
	margin-top: 45px;
	background: #FFE0C1;
	padding: 24px;
	border-radius: 20px;
}

.support_con .s_tel h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 6px;
}

.support_con .s_tel div {
	font-size: 32px;
	line-height: 1;
	display: flex;
    flex-flow: column;
}

.support_con .s_tel div span {
	font-weight: bold;
}

.support_con a.s_btn {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
    align-items: center;
	padding-right: 15px;
	margin-top: 20px;
	gap: 10px;
}

.support_con a.s_btn span {
	display: flex; 
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.support_con a.s_btn span img {
	width: 28px;
}

@media screen and (max-width: 1440px){
	#mainContents {
		padding: 80px 20px 120px;
	}

	#mainContents .inner_layout {
		gap: 80px;
	}

	.news_con > .list {
		margin-top: 30px;
	}

	#mainContents .inner_layout .con_box02 {
		gap: 60px;
	}
}

@media screen and (max-width: 1340px){
	#mainContents {
		padding: 50px 20px 90px;
	}

	#mainContents .inner_layout .title {
		padding: 0 10px;
	}

	#mainContents .inner_layout .title h2 {
		font-size: 38px;
	}

	#mainContents .inner_layout .title a {
		width: 28px;
	}

	#mainContents .inner_layout .con_box02 {
        justify-content: space-between;
        width: 100%;
    }

	.notice_con > .list ul li a {
		padding: 25px 0;
		font-size: 20px;
		width: calc(100% - 110px);
	}

	.notice_con > .list ul li span {
		font-size: 18px;
		width: 100px;
	}

	.support_con .s_txt h3 {
		font-size: 25px;
		line-height: 1.3;
	}

	.support_con .s_txt p {
		font-size: 17px;
		line-height: 1.4;
	}

	.support_con .s_img {
		bottom: 60px;
		width: 170px;
	}

	.support_con .s_tel {
		margin-top: 30px;
	}

	.support_con a.s_btn {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1200px){
	#mainContents .inner_layout .title h2 {
        font-size: 30px;
    }

	#mainContents .inner_layout .title a {
        width: 22px;
    }

	.news_con > .list ul li {
		width: calc(25% - 18px);
	}

	.news_con > .list ul li a {
		gap: 18px;
	}

	.news_con > .list ul li a > h3 {
		padding: 0 14px;
		font-size: 18px;
		line-height: 1.3;
	}

	#mainContents .inner_layout {
        gap: 60px;
    }

	.notice_con {
		width: calc(100% - 400px);
	}

}

@media screen and (max-width: 960px){
	#mainContents .inner_layout .con_box02 {
		flex-flow: column;
		gap: 40px;
	}

	.notice_con {
		width: 100%;
	}

	.support_con {
		max-width: none;
		width: 100%;
		padding-top: 0px;
	}

	.support_con .s_txt p {
		flex-flow: row wrap;
		gap: 5px;
	}

	.support_con .s_txt p span:nth-child(3) {
		width: 100%;
	}

	.support_con .s_tel div {
		flex-flow: row;
	}

	.support_con a.s_btn {
        justify-content: center;
    }
}

@media screen and (max-width: 768px){
	#mainContents {
        padding: 30px 20px 60px;
    }

	#mainContents .inner_layout .title {
        padding: 0 5px;
    }

	.news_con > .list ul {
		flex-flow: row wrap;
		gap: 30px 0;
	}

	.news_con > .list ul li {
        width: calc(50% - 10px);
    }

	#mainContents .inner_layout .title h2 {
        font-size: 27px;
    }

	.news_con > .list {
        margin-top: 20px;
    }

	.notice_con > .list {
		margin-top: 15px;
	}

	.notice_con > .list ul li {
		flex-flow: column;
		align-items: start;
		padding: 15px 5px;
		gap: 5px;
	}

	.notice_con > .list ul li a {
        padding: 0px;
        font-size: 18px;
		width: 100%;
    }

	.notice_con > .list ul li span {
        font-size: 16px;
        width: 100%;
        text-align: left;
		color: #a6a6a6;
    }

	.support_con .s_txt p {
		margin-top: 10px;
	}

	.support_con .s_tel {
        margin-top: 20px;
    }

	.support_con .s_txt p {
        gap: 0px 3px;
    }
}

@media screen and (max-width: 550px){
	#mainContents {
        padding: 30px 15px 50px;
    }

	.support_con .s_txt p {
        flex-flow: column;
    }
}

@media screen and (max-width: 440px){
	.support_con .s_img {
        display: none;
    }

	.support_con {
        text-align: center;
    }

	.support_con .s_tel {
        align-items: center;
		padding: 18px 5px;
    } 
}