/*** # 푸터 CSS ***/
#Footer{
	width:100%;
	/* height:585px; */
	background: #22a07a;
	color: var(--white);
	word-break: keep-all;
	letter-spacing: -1px;
}

#Footer .footer-mo {
	display:none;
}

#Footer .footer-con {
    width: 1650px;
    padding: 55px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#Footer .footer-L {
	text-align:left;
	display:flex;
	flex-direction:column;
	gap:15px;
	font-size:20px;
}
#Footer .footer-R {
	text-align:right;
	display:flex;
	flex-direction:column;
	/* gap:15px; */
	font-size:20px;
}
#Footer .footer-title {
    font-family: var(--bombaram-font);
    font-size: 45px;
}
#Footer .footer-policy {
	padding-top:10px;
}
#Footer .underline {
	cursor:pointer;
    display: inline-block;
    border-bottom: 1px solid #fff; /* 밑줄 두께와 색상 설정 */
    padding-bottom: 1px; /* 글자와 밑줄 사이의 간격 조절 */
}

#Footer .footer-corpname {
	font-weight:500;
	padding-top:10px;
}
#Footer .footer-corpinfo {
}
#Footer .footer-copylight {
	font-size:18px;
	padding-top:10px;
}

#Footer .footer-maincontact {
    font-weight: bold;
    font-size: 45px;
	margin-bottom: 20px;
}

#Footer .footer-maincontact-text {
    font-size: 22px;
    padding-top: 10px;
	margin-bottom: 10px;
}
#Footer .footer-corps {
	letter-spacing: -1px;
	justify-content :flex-end;
	margin-bottom: 12px;
}
#Footer .footer-corps.pc {
	display: flex;
	align-items: center;
}
#Footer .footer-corps.mo {
	display: none;
}
#Footer .footer-corps .left {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
#Footer .footer-corps .left:after {
	content: "";
	width: 1px;
	height: 70%;
	background-color: var(--white);
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
#Footer .footer-icon-line {
    padding-top: 40px;
    display: flex;
    justify-content: right;
	gap:5px;
}
#Footer .icon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #fff;
    color: #22a07a;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
#Footer .footer-icon-line i {
	font-size:40px;
}



/* 1800px X 1012px */
@media screen and (max-width:1800px){
	#Footer .footer-con {
		width: 90vw;
		padding-top: 55px;
	}
} /* 1800px X 1012px */

/* 1600px X 900px
 */
@media screen and (max-width:1600px){
	/*
	#Footer .footer-L {
		gap: 13px;
		font-size: 17px;
	}
	#Footer .footer-R {
		gap: 13px;
		font-size: 17px;
	}
	#Footer .footer-icon-line {
		padding-top: 37px;
		gap: 5px;
	}
	#Footer .icon {
		width: 67px;
		height: 67px;
	}
	#Footer .footer-maincontact {
		font-size: 42px;
	}
	#Footer .footer-title {
		font-size: 42px;
	}
*/
} /* 1600px X 900px
 */

/* 1400px X 788px */
@media screen and (max-width:1400px){
	#Footer .footer-R {
		font-size: 17px;
	}
	#Footer .footer-L {
		font-size: 17px;
	}
	#Footer .footer-title {
		font-size: 40px;
	}
	#Footer .footer-maincontact {
		font-size: 40px;
	}
} /* 1400px X 788px */

/* 1200px X 675px */
@media screen and (max-width:1200px){
	#Footer {
		/* height: 500px; */
	}
	#Footer .footer-corps.pc {
		flex-wrap: wrap;
	}
	#Footer .footer-corps.pc .left {
		padding-right: 0;
		margin-right: 0;
		width: 100%;
	}
	#Footer .footer-corps.pc .right {
		width: 100%;
	}
	#Footer .footer-corps.pc .left:after {
		display: none;
	}
} /* 1200px X 675px */

/* 970px X 547px
 */
@media screen and (max-width:970px){
	#Footer .footer-title {
		font-size: 34px;
	}
	#Footer .footer-corps.pc {
		font-size: 15px;
	}
	#Footer .footer-copylight {
		font-size: 15px;
	}
	#Footer .footer-L {
		font-size: 13px;
		width: 30%;
	}
	#Footer .footer-R {
		width: 70%;
	}
} /* 970px X 547px
 */

/* MOBILE */
/* 768x432  */
@media screen and (max-width:768px){
	#Footer .footer-copylight {
		text-align: center;
	}
	#Footer .footer-corps .left {
		padding-right: 5px;
		margin-right: 5px;
	}
	#Footer .footer-L {
		width: 100%;
		font-size: 15px;
	}
	#Footer .footer-R {
		display:none;
	}
	#Footer .footer-mo {
		display: flex;
		gap: 10px;
		justify-content: space-between;
		align-items: center;
	}
	#Footer .footer-maincontact-text {
		padding-top: 0;
	}
	#Footer .footer-icon-line {
		padding-top: 0;
		gap: 10px;
	}
	#Footer .footer-corps {
		padding-top: 0px;
		font-size: 14px;
	}
	#Footer .footer-corps.mo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 14px;
	}
	#Footer .footer-corps.pc {
		display: none;
	}
	.footer-maincontact-cpinfo {
		margin-top: 20px;
	}
	#Footer .footer-corps {
		font-size: 13px;
	}
	#Footer .footer-maincontact-text {
		margin-bottom: 5px;
	}
} /* 768x432  */

/* 540px X 303px */
@media screen and (max-width:540px){
	
	#Footer .footer-L {
		font-size: 14px;
	}
	#Footer .footer-title {
		font-size: 28px;
	}
	#Footer .footer-icon-line i {
		font-size: 25px;
	}
	#Footer .icon {
		width: 50px;
		height: 50px;
	}
	#Footer .footer-maincontact {
		font-size: 32px;
		margin-bottom: 0;
	}
	#Footer .footer-maincontact-text {
		font-size: 20px;
	}
	#Footer .footer-copylight {
		font-size: 17px;
		padding-top: 10px;
	}
	#Footer .footer-corps {
		font-size: 11px;
	}
	#Footer .footer-corps.mo {
		flex-wrap: wrap;
		font-size: 12px;
	}
	#Footer .footer-corps.mo .left, #Footer .footer-corps.mo .right {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#Footer .footer-corps.mo .left {
		margin-bottom: 5px;
	}
	#Footer .footer-corps .left:after {
		display: none;
	}
} /* 540px */

/* 480px X 270 */
@media screen and (max-width:480px) {
	
} /* 480px X 270 */

/* 360px X 202 */
@media screen and (max-width:360px) {
}/* 360px X 202 */

/* 320px X 180px */
@media screen and (max-width:320px) {
	#Footer .footer-maincontact {
		font-size: 27px;
	}
	#Footer .footer-maincontact-text {
		font-size: 17px;
	}
	#Footer .footer-L {
		font-size: 18px;
	}
	#Footer .icon {
		width: 40px;
		height: 40px;
	}
}/* 320px X 180px */