.header {/*position:relative;*/ padding-top:10px; border-bottom:1px solid #C8C8C8; background-color: #fff !important; z-index: 1000;}
.gnb li:hover > a {color: #e71e38;}
.gnb>li:hover > a:after {content: ""; display: block; width: 100%; height: 6px; background-color: #e71e38; border-radius: 3px; position: absolute; bottom: -15px; left: 50%; transform: translate(-50%, 50%); z-index: 2;}
.gnb li {line-height:70px; padding-left:32px; /*padding-bottom:20px;*/}
.gnb li a {font-size:20px; font-weight:bold; font-family: 'Nanum Gothic', sans-serif; color:#000; vertical-align:middle; padding-top: 5px;position: relative; white-space:nowrap;}
.new_gnb .logo a {line-height: 75px;}
.main_section .container{padding-top:350px; padding-bottom:100px;}
.main_section .txt_wrap h1{font-size:63px;font-weight:600;line-height:1.2; font-family:'Montserrat', sans-serif;color:#fff;}
.main_section .txt_wrap h1 span{color: #fff; font-size:inherit; font-weight: 400; font-family: 'din-2014', sans-serif; font-style: normal;}
.main_section .txt_wrap h2{font-size:29px; font-weight: 400; font-family:'Montserrat', sans-serif; line-height: 1.2; color: #fff; margin-top: 20px; letter-spacing: 0.3px;}
.main_section .txt_wrap h2 strong{font:inherit;font-weight:600;color:inherit;}
.m_nav_li a img{transform:rotate(270deg);}
.m_nav_li a.show img{transform:rotate(270deg);}
.new_gnb.clearfix2{letter-spacing: 0px;}

.footer_wrap {padding: 20px 0 18px; background-color: #F2F2F2; position:relative;}
.footer_c {width:100%;}
.header .logo img, header .logo a{width:180px;}

/**about**/
.container.about{
	width:100%;
	max-width:100%;
	padding:0px;
}
.wrapper.about:first-child{
	background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/about_bg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: blur(0px);
	text-align: center; 
	padding-top:16%;
	padding-bottom:16%;
}
.wrapper.about:nth-child(3){
	background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/about_bg2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: blur(0px);
	padding-top:5%;
	padding-bottom:5%;
}

.content.about{
	max-width:1200px;
	width:100%;
	padding-bottom:50px;
	word-break: keep-all;
	line-height:1.4;
}

.content.about .service{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	padding:10px;
}
.flex.about{
	display: flex; 
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
	height: 100%;
}

.content.about h1 {
	font-size:110px;
	font-weight: 900;
	padding-bottom:30px;
}

.content.about h5 {
	font-size:40px;
}
.about .title{
	font-size:40px;
	font-weight: 900;
	padding:60px 10px 20px 10px;
}
.about .description{
	font-size:18px;
	line-height: 1.4;
	padding:20px 10px;
}

.about .service .content{
	border-left:2px solid #e71e38;
	width:200px;
}
.about .special.service .content{
	width:300px;
}

.about .service .content .title{
	color:#e71e38;
	font-size:25px;
}


.about .service .content div{
	font-size:18px;
	line-height: 1.9;
    padding: 0 10px;
}

.about img{
	padding:30px;
	width:100%;
}

.about img.small{
	display:none;
}


ul.about{
	padding:10px
}
ul.about li{
	padding: 30px 0 30px 120px;
	list-style: none;
	line-height: 30px;
	min-height: 150px;
}
ul.about li strong{
	display:block;
	font-size:25px;
	color:#e71e38;
	margin:10px 0;
}
ul.about li div{
	
}
.icon_01{
	background: url("../img/into_icon_01.png") no-repeat 0 40px;
}
.icon_02{
	background: url("../img/into_icon_02.png") no-repeat 0 40px;
}

.icon_03{
	background: url("../img/into_icon_03.png") no-repeat 0 40px;
}

.icon_04{
	background: url("../img/into_icon_04.png") no-repeat 0 40px;
}
/* sujeong / it logo */
.icon_05{
	background: url("../img/into_icon_05.png") no-repeat 0 40px;
}

.pop_contents{
	max-width:426px;
	background: transparent;
	padding:0;
}

.close_area.clearfix2{
	background: #ffffff;

}








@media screen and (max-width: 1024px) {
	.main_section .container{padding-top:300px;}
	.main_section .txt_wrap h1{font-size:45px;}
	.main_section .txt_wrap h2{font-size:20px;}
	.f_bottom > div:not(:first-child){width:100%;}
	.content.about h1 {
		font-size:80px;
	}
	
	.content.about h5 {
		font-size:30px;
	}
}

@media screen and (max-width: 830px){
	.main_section .container{padding-top:200px;}
	.main_section .txt_wrap h1{font-size:40px;}
	.main_section .txt_wrap h2{font-size:18px;}
	
	.content.about h1 {
		font-size:50px;
	}
	
	.content.about h5 {
		font-size:20px;
	}
	
}

@media screen and (max-width: 630px){
	.content.about h1 {
		font-size:35px;
	}
	
	.content.about h5 {
		font-size:16px;
	}
	.about .description{font-size:14px}
	.about .title{font-size:30px; padding-top:30px; padding-bottom:10px;}
	.about img.small{ display:block; }
	.about img.large{ display:none; }
	ul.about li{
		background-position: left top;
        background-size: 60px;
		padding: 5px 0 30px 80px;
	}
	ul.about li div{
		margin-left: -70px;
		margin-top: 20px;
		line-height: 1.4;
		font-size:14px;
	}
	
	.pop_contents{
		max-width:80%;
	}
	.pop_contents img.bg{
		width:100%;
	}
}
