@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Midium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

img {
	max-width:100%;
}

.intro_content {
	background: url('../images/sub/about_bg2_ko.jpg') center top no-repeat;
}
.intro_content .dp_table .small_strong {
	font-size: 45px;
}
.philBox.box1 {background:url('../images/sub/phil_bg1_ko.png')no-repeat;background-size:cover;background-position:center;}
.philBox.box2 {background:url('../images/sub/phil_bg2_ko.png')no-repeat;background-size:cover;background-position:center;}
.philBox.box3 {background:url('../images/sub/phil_bg3_ko.png')no-repeat;background-size:cover;background-position:center;}
.philIcon.phil01 {background:url('../images/sub/phil_icon1_ko.png')no-repeat;}
.philIcon.phil02 {background:url('../images/sub/phil_icon2_ko.png')no-repeat;}
.philIcon.phil03 {background:url('../images/sub/phil_icon3_ko.png')no-repeat;}
.philBox .contBox strong {
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width:640px) {

	.intro_content .dp_table .small_strong {
		font-size: 25px;
	}

}