@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 920px;
	overflow: hidden;
	height: 100vh;
	background: url(/sites/global/images/sub/bg_intro3.jpg) top right no-repeat fixed;
	background-size: cover;
	text-align: center;
	font-family: 'Pretendard-Regular';
	line-height: 1.2;
}

.wrap_intro {
	background: #0000002d;
	height: 100%;
}

.intro {
	padding: 0 20px;
}

.intro_top {
	padding-top: 50px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 600;
}

.intro_top .slogan {
	font-size: 40px;
	margin-bottom: 20px;
}

.intro_top .slogan span {
	font-weight: 500;
}

.slogan_txt p {
	width: 766px;
	background-color: #EDB301;
	font-size: 28px;
	margin: auto;
	padding: 25px 0;
}

.cont_wrap {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.intro_cont {
	background-color: #ffffffc7;
	width: 350px;
	height: 400px;
	border-radius: 15px;
}

.intro_cont:last-child {
	margin-right: 0;
}

.ic {
	width: 150px;
	height: 150px;
	background-color: #6792B8;
	border-radius: 90px;
	margin: auto;
	margin-top: 40px;
	position: relative;
}

.ic img {
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.con_txt {
	margin: 20px 0;
}

.con_txt div {
	margin-bottom: 10px;
}

.txt {
	font-size: 30px;
	color: #6792B8;
	font-weight: bold;
}

.intro_cont:last-child .con_txt .txt {
	font-size: 27px;
	height: 36px;
}

.txt2 {
	font-size: 20px;
	color: #6792B8;
}

.ko_txt {
	font-size: 20px;
	color: #111111;
}

.con_more span {
	background-color: #3A3A3A;
	color: #FFFFFF;
	border-radius: 100px;
	padding: 10px 45px;
	position: relative;
}

.con_more img {
	position: absolute;
	top: 50%;
	transform: translate(0, -35%);
	margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1280px)  {
	.wrapper {
		min-height: 1410px;
	}
	.intro {
		padding: 0 15px;
		margin: 0 auto;
		max-width: 80%;
	}

	.intro_top {
		padding-top: 36px;
		margin-bottom: 0 auto 20px;
	}

	.intro_top .slogan {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.intro_top .slogan span {
		font-size: 24px;
	}

	.slogan_txt p {
		width: 100%;
		background-color: #EDB301;
		font-size: 16px;
		line-height: 1.6;
		margin: auto;
		padding: 10px 0;
	}

	.slogan_txt span {
		display: block;

	}

	
	 .cont_wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.intro_cont {
		background-color: #ffffffc7;
		width: 48%;
		height: 400px;
		border-radius: 15px;
	}

	.intro_cont:first-child,
	.intro_cont:nth-child(2) {margin-bottom:30px;}

	.intro_cont:nth-child(3),
	.intro_cont:nth-child(2) {margin-bottom:10px;}

	.ic {
		width: 150px;
		height: 150px;
		background-color: #6792B8;
		border-radius: 90px;
		margin: auto;
		margin-top: 40px;
		position: relative;
	}

	.ic img {
		width: 80px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.con_txt {
		margin: 20px 0;
	}

	.con_txt div {
		margin-bottom: 10px;
	}

	.intro_cont:last-child .con_txt .txt {
		font-size: 23px;
		height: 36px;
	}

	.txt {
		font-size: 30px;
		color: #6792B8;
		font-weight: bold;
	}

	.txt2 {
		font-size: 20px;
		color: #6792B8;
	}

	.ko_txt {
		font-size: 20px;
		color: #111111;
	}

	.con_more span {
		background-color: #3A3A3A;
		color: #FFFFFF;
		border-radius: 100px;
		padding: 10px 45px;
		position: relative;
	}

	.con_more img {
		position: absolute;
		top: 50%;
		transform: translate(0, -35%);
		margin-left: 10px;
	}
}

@media all and (max-width:767px) {
	.wrapper {
		min-height: 1110px;
	}
	.intro {
		padding: 0 15px;
		margin: 0 auto;
		max-width: 500px;
	}

	.intro_top {
		padding-top: 36px;
		margin-bottom: 0 auto 20px;
	}

	.intro_top .slogan {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.intro_top .slogan span {
		font-size: 24px;
	}

	.slogan_txt p {
		width: 100%;
		background-color: #EDB301;
		font-size: 16px;
		line-height: 1.6;
		margin: auto;
		padding: 10px 0;
	}

	.slogan_txt span {
		display: block;

	}

	.cont_wrap {
		display: block;
		width: 100%;
	}

	.intro_cont {
		display: flex;
		align-items: center;
		width: 100%;
		height: 80px;
		margin-bottom: 10px;
		padding: 0 16px;
		position: relative;
		margin-right: 0;
	}

	.ic {
		width: 50px;
		height: 50px;
		margin: 0;
		margin-top: 0;
	}

	.ic img {
		width: 24px;
	}

	.con_txt {
		text-align: left;
		margin: 0 0 0 21px;
	}

	.con_txt div {
		margin-bottom: 4px;
	}

	.intro_cont:last-child .con_txt .txt {
		font-size: 14px;
		height: 16.8px;
	}

	.txt {
		font-size: 14px;
	}

	.txt2 {
		font-size: 12px;
	}

	.ko_txt {
		font-size: 13px;
	}

	.con_more {
		position: absolute;
		right: 10px;
	}

	.con_more span {
		padding: 4px 16px;
		font-size: 8px;
	}
	.con_more img {
		display: none;
	}

}

/* 링크 */

a {text-decoration: none;}
.blue {color: #6792B8;}
.orange {color: #EDB301;}

.link_wrap {
	display: flex;
	justify-content: space-between;
	background-color: #ffffffc7;
	width: 80%;
	margin: 10px auto 0;
	border-radius: 15px;
	margin-top: 20px;
}
.link_wrap > div {
	width: 50%;
	padding: 20px 50px;
	text-align: left;
}
.link {
	margin-bottom: 8px;
}
.link a {
	font-size: 16px;
}
.link img {
	width: 20px;
	margin-right: 10px;
}
.more_btn {
	margin-left: 50px;
	padding: 3px 15px;
	background-color: #285a87;
	color: white;
	border-radius: 10px;
	font-size: 10px;
}


@media (min-width: 768px) and (max-width: 1280px) {
	.link_wrap {
		width: 100%; 
	}

	.link_wrap > div {
		padding: 20px 30px;
	}

	.link a {
		display: block;
    	margin-bottom: 15px;
	}
}

@media all and (max-width:767px) {
	.link_wrap {
		display: block;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
	}
	.link_wrap > div {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.link a {
		font-size: 12px;
	}
	.link img {
		margin-right: 6px;
	}
	.more_btn {
        margin: 0px 24px 13px;
        padding: 2px 12px;
        border-radius: 8px;
        font-size: 8px;
        display: block;
        width: 48px;
	}
}