/* 초기화 CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'pretendard';
}
html {
	scroll-behavior: smooth;
	overscroll-behavior: contain;
	background: #101010;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	font-size: 0;
}
button {
	appearance: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
	color: var(--white)
}
body {
	margin: 0;
}
img{
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.wwr-section{
	background: #FFF;
	font-size: 0;
}
.wwr-section.wwr-section-blk{
	background: #101010;
}

.wwr-head{
	position: fixed;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 23px 16px;
	box-sizing: border-box;
	width: 100%;
}
.wwr-head .wwr-head-logo{
	width: 105px;
}
.wwr-head .ww-head-logo img{
	
}





/*************************************************************************************
	wwr-section1
*************************************************************************************/
#wwr-section1 .section-inner{
	position: relative;
}
#wwr-section1 .section-bg{
	display: inline-block;
	width: 100%;
	padding-bottom: calc(780 / 360 * 100%);
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
	  url('/images/section1_01.png') no-repeat center/cover;
}
#wwr-section1 .section-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#wwr-section1 .section-text p{
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	text-align: left;
	color: #FFF;
	padding: 0 36px 0 16px;
	word-break: keep-all;
}




/*************************************************************************************
	wwr-section2
*************************************************************************************/
#wwr-section2{
	
}
#wwr-section2 .section-inner{
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 120px 16px;
}
#wwr-section2 .section-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	flex: 1 0 0;
}
#wwr-section2 .section-text h4{
	font-size: 32px;
	font-weight: 400;
	line-height: 38.19px;
	text-align: left;
	color: #FFF;
}
#wwr-section2 .section-text p{
	font-size: 14px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
	color: #FFF;

}




/*************************************************************************************
	wwr-section3
*************************************************************************************/
#wwr-section3{
	
}
#wwr-section3 .section-inner{
	border-top: 1px solid #323232;
}
#wwr-section3 .section-list{
	padding: 120px 16px;
	border-bottom: 1px solid #323232;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#wwr-section3 .section-list h4{
	font-family: Pretendard;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
	color: #FFF;
}
#wwr-section3 .section-list p{
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #999;
	word-break: keep-all;
}
#wwr-section3 .section-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
}
#wwr-section3 .section-icon.section-icon01{
	background: url('/images/section3_01.png') no-repeat center / 100%;
}
#wwr-section3 .section-icon.section-icon02{
	background: url('/images/section3_02.png') no-repeat center / 100%;
}
#wwr-section3 .section-icon.section-icon03{
	background: url('/images/section3_03.png') no-repeat center / 100%;
}
#wwr-section3 .section-icon.section-icon04{
	background: url('/images/section3_04.png') no-repeat center / 100%;
}





/*************************************************************************************
	wwr-section4
*************************************************************************************/
#wwr-section4{
	
}
#wwr-section4 .section-inner{
	padding: 32px 16px;
}
#wwr-section4 .section-title{
	padding: 32px 0;
}
#wwr-section4 .section-title h4{
	font-size: 32px;
	font-weight: 400;
	line-height: 38.19px;
	color: #101010;
	text-align: center;
}
#wwr-section4 .section-count{
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 0 0 16px;
}
#wwr-section4 .section-count strong{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	color: #101010;

}
#wwr-section4 .section-count span{
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
	color: #101010;
	display: flex;
	align-items: center;
	gap: 54px;

}
#wwr-section4 .section-list{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
#wwr-section4 .section-cont{
	width: 50%;
}
#wwr-section4 .section-cont a{
	display: block;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
#wwr-section4 .section-img{
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	height: 308px;
	position: relative;
}
#wwr-section4 .section-img img{
	position: absolute;
}
#wwr-section4 .section-text{
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
}
#wwr-section4 .section-text h5{
	font-size: 18px;
	font-weight: 500;
	line-height: 21.48px;
	text-align: left;
	color: #101010;
}
#wwr-section4 .section-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #101010;

}









/*************************************************************************************
	wwr-section5
*************************************************************************************/
#wwr-section5{
	background: #FFF;
	overflow: hidden;
	padding: 90px 0 100px;
	position: relative;
}
#wwr-section5 .section-inner {
	overflow: hidden;
	padding: 0 16px;
}
#wwr-section5 .section-title{}
#wwr-section5 .section-title h4{
	font-size: 32px;
	font-weight: 400;
	line-height: 38.19px;
	text-align: left;
	color: #101010;
}
#wwr-section5 .section-title p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #101010;
	padding: 20px 0 48px;
}
#wwr-section5 .section-img{
	padding: 0 0 44px;
}
#wwr-section5 .section-img-cont{
	display: inline-block;
	width: 100%;
	padding-bottom: calc(234 / 328 * 100%);
	position: relative;
	margin-bottom: 8px;
}
#wwr-section5 .section-img-cont img{
	border-radius: 8px;
}
#wwr-section5 .section-img-cont .section-bg{
	position: absolute;
}
#wwr-section5 .section-img-cont .section-icon{
	width: 24px;
	height: 24px;
}
#wwr-section5 .section-img-box{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
#wwr-section5 .section-img-txt{}
#wwr-section5 .section-img-txt p{
	font-size: 14px;
	font-weight: 500;
	line-height: 16.71px;
	text-align: left;
	color: #FFF;
}
#wwr-section5 .section-img-txt h5{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #FFF;
}




#wwr-section5 .section-count{
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 0 0 16px;
}
#wwr-section5 .section-count strong{
	font-size: 14px;
	font-weight: 500;
	line-height: 18.32px;
	text-align: left;
	color: #101010;
}
#wwr-section5 .section-count span{
	font-size: 14px;
	font-weight: 500;
	line-height: 18.32px;
	text-align: right;
	color: #101010;
	display: flex;
	align-items: center;
	gap: 54px;
}
#wwr-section5 .section-list{
	border-top: 1px solid #E8E8E8;
}
#wwr-section5 .section-cont{
	padding: 16px 0;
	border-bottom: 1px solid #E8E8E8;
	display: grid;
	grid-template-columns: 54px 1fr;
}
#wwr-section5 .section-cont .section-num{}
#wwr-section5 .section-cont .section-num span{
	font-size: 20px;
	font-weight: 400;
	line-height: 23.87px;
	text-align: left;
	color: #101010;

}
#wwr-section5 .section-cont .section-info{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#wwr-section5 .section-cont .section-info strong{
	font-size: 20px;
	font-weight: 500;
	line-height: 23.87px;
	text-align: left;
	color: #101010;

}
#wwr-section5 .section-cont .section-info span{
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #787878;
}

/*************************************************************************************
	wwr-section6
*************************************************************************************/
#wwr-section6{
	background: #F4F4F4;
	overflow: hidden;
	padding: 90px 0 190px;
	position: relative;
}
#wwr-section6 .section-inner {
	overflow: hidden;
	padding: 0 16px;
}
#wwr-section6 .section-title{}
#wwr-section6 .section-title h4{
	font-size: 32px;
	font-weight: 400;
	line-height: 38.19px;
	text-align: left;
	color: #101010;
}
#wwr-section6 .section-title p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #101010;
	padding: 20px 0 48px;
}
#wwr-section6 .section-list {
  display: flex;
  position: absolute;
  white-space: nowrap;
}

#wwr-section6 .section-cont {
  flex: 0 0 auto;
  margin: 0 6px;
}

#wwr-section6 .section-cont img {
  width: 166px; 
  height: auto;
}






/*************************************************************************************
	wwr-footer
*************************************************************************************/
#wwr-footer{
	
}
#wwr-footer .section-inner{
	padding: 32px 16px;
}
#wwr-footer .section-office-cont{
	padding: 0 0 24px;
}
#wwr-footer .section-office-cont span{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: left;
	color: #FFF;
}
#wwr-footer .section-logo{
	width: 180px;
}
#wwr-footer .section-office{
	padding: 40px 0 36px;
}
#wwr-footer .section-title{
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.32px;
	text-align: left;
	color: #787878;
	padding: 0 0 8px;
}
#wwr-footer .section-contact{}
#wwr-footer .section-contact > p{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: left;
	color: #FFF;
}
#wwr-footer .section-form{
	padding: 24px 0 0;
}
#wwr-footer .section-field{}
#wwr-footer .section-input{
	margin-top: 20px;
}
#wwr-footer .section-input label{
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.71px;
	text-align: left;
	color: #FFF;
	margin-bottom: 4px;

}
#wwr-footer .section-form input{
	display: inline-block;
	height: 48px;
	padding: 0 16px;
	border-radius: 8px;
	background: #1F1F1F;
	border: none;
	width: 100%;
	box-sizing: border-box;
	color:#fff;
}
#wwr-footer .section-form textarea{
	display: inline-block;
	height: 150px;
	padding: 8px 16px;
	border-radius: 8px;
	background: #1F1F1F;
	border: none;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	color:#fff;
}

.section-submit{
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 99px;
	padding: 8px 12px 8px 16px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.section-submit strong{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.71px;
	text-align: left;
	color: #FFF;
}
.section-submit span.icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/images/arrow_right_20.png') no-repeat center / 100%;
}
.copyright{
	font-size: 12px;
	font-weight: 500;
	line-height: 15.6px;
	text-align: left;
	color: #787878;
	padding: 60px 0 0;

}








@media screen and (min-width: 1200px){
	#wwr-section1 .section-bg{
		padding-bottom: 0;
		height: 720px;
		background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		  url('/images/section1_01_pc.png') no-repeat center/cover;
	}
	#wwr-section1 .section-text{
		max-width: 680px;
	}
	#wwr-section1 .section-text p{
		font-size: 2vw;
		font-weight: 500;
		line-height: 130%;
		text-align: left;
		color: #FFF;
		padding: 0 16px;

	}
	
	
	
	
	
	/*************************************************************************************
		wwr-section2
	*************************************************************************************/
	#wwr-section2 .section-inner{
		display: flex;
		align-content: center;
		justify-content: center;
		padding: 120px 16px;
	}
	#wwr-section2 .section-text{
		flex-direction: row;
		justify-content: space-evenly;
		padding: 0 150px;
	}
	#wwr-section2 .section-text h4{
		flex: 1 0 0;
		font-size: 48px;
		font-weight: 400;
		line-height: 57px;
	}
	#wwr-section2 .section-text p{
		flex: 1 0 0;
		font-size: 16px;
		line-height: 22.4px;
	}
	
	
	
	
	/*************************************************************************************
		wwr-section3
	*************************************************************************************/
	#wwr-section3{
		
	}
	#wwr-section3 .section-inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	#wwr-section3 .section-list{
		flex: 1 0 0;
		padding: 160px 42px;
		border-bottom: none;
		border-right: 1px solid #323232;
	}	
	
	
	/*************************************************************************************
		wwr-section4
	*************************************************************************************/

	#wwr-section4 .section-inner{
		padding: 100px 50px;
	}
	#wwr-section4 .section-title h4{
		font-size: 48px;
		line-height: 57px;
		margin-bottom: 60px;
	}
	#wwr-section4 .section-count strong{
		font-size: 18px;
		line-height: 22px;
	}
	#wwr-section4 .section-count span{
		font-size: 18px;
		line-height: 22px;
	}
	#wwr-section4 .section-list{

	}
	#wwr-section4 .section-cont{
		width: 25%;
	}
	#wwr-section4 .section-cont a{
		
	}
	#wwr-section4 .section-img{}
	#wwr-section4 .section-text{
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin-top: 12px;
	}
	#wwr-section4 .section-text h5{
		font-size: 18px;
		font-weight: 500;
		line-height: 21.48px;
		text-align: left;
		color: #101010;
	}
	#wwr-section4 .section-text p{
		font-size: 14px;
		font-weight: 400;
		line-height: 22.4px;
		text-align: left;
		color: #101010;
	
	}
	
	
	/*************************************************************************************
		wwr-section5
	*************************************************************************************/

	#wwr-section5 .section-inner{
		padding: 0 50px;
	}
	#wwr-section5 .section-title{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		justify-content: space-evenly;
		padding: 0 0 80px;
	}
	#wwr-section5 .section-count strong{
		font-size: 18px;
		line-height: 22px;
	}
	#wwr-section5 .section-count span{
		font-size: 18px;
		line-height: 22px;
	}
	#wwr-section5 .section-title h4{
		font-size: 48px;
	}
	#wwr-section5 .section-title p{
		padding: 0;
		max-width: 430px;
		width: 100%;
		word-break: keep-all;
	}
	#wwr-section5 .section-img{
		display: flex;
		gap: 20px;
		height: 640px;
		position: relative;
		margin: 0 0 80px;
	}
	#wwr-section5 .section-img-cont{
		display: inline-block;
		width: calc(50% - 10px);
		padding-bottom: 0;
		height: 414px;
		margin-bottom: 0;
	}
	#wwr-section5 .section-img-cont:nth-child(2){
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#wwr-section5 .section-img-cont .section-bg{
		position: absolute;
	}
	#wwr-section5 .section-img-cont .section-icon{
		width: 24px;
		height: 24px;
	}
	#wwr-section5 .section-img-box{
		position: absolute;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		padding: 20px;
		box-sizing: border-box;
	}
	#wwr-section5 .section-img-txt{}
	#wwr-section5 .section-img-txt p{
		font-size: 14px;
		font-weight: 500;
		line-height: 16.71px;
		text-align: left;
		color: #FFF;
	}
	#wwr-section5 .section-img-txt h5{
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
		text-align: left;
		color: #FFF;
	}
	
	
	
	
	#wwr-section5 .section-count{
		padding: 0 0 24px;
	}
	#wwr-section5 .section-cont{
		padding: 34px 0;
		border-bottom: 1px solid #E8E8E8;
		display: grid;
		grid-template-columns: 100px 1fr;
	}
	#wwr-section5 .section-cont .section-num{}
	#wwr-section5 .section-cont .section-num span{
		font-size: 20px;
		font-weight: 400;
		line-height: 23.87px;
		text-align: left;
		color: #101010;
	
	}
	#wwr-section5 .section-cont .section-info{
		display: grid;
		align-items: center;
		flex-direction: row;
		grid-template-columns: calc(50% - 50px) calc(50% - 50px);
	}

	
	/*************************************************************************************
		wwr-section6
	*************************************************************************************/
	#wwr-section6{
		background: #F4F4F4;
		overflow: hidden;
		padding: 120px 50px 250px;
		position: relative;
	}
	#wwr-section6 .section-inner {
		overflow: hidden;
		padding: 0 16px;
	}
	#wwr-section6 .section-title{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		justify-content: space-evenly;
		padding: 0 0 70px;
	}
	#wwr-section6 .section-title h4{
		font-size: 48px;
		font-weight: 400;
	}
	#wwr-section6 .section-title p{
		max-width: 420px;
		width: 100%;
		word-break: keep-all;
		font-size: 16px;
		font-weight: 500;
		padding: 0;
	}
	#wwr-section6 .section-list {
	  display: flex;
	  position: absolute;
	  white-space: nowrap;
	}
	
	#wwr-section6 .section-cont {
	  flex: 0 0 auto;
	  margin: 0 6px;
	}
	
	#wwr-section6 .section-cont img {
	  width: 166px; 
	  height: auto;
	}
	
	
	
	
	
	
	/*************************************************************************************
		wwr-footer
	*************************************************************************************/
	#wwr-footer{
		
	}
	#wwr-footer .section-inner{
		padding: 80px 50px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
	}
	#wwr-footer .section-logo{
		width: 225px;
	}
	#wwr-footer .section-office{
		padding: 0 0 40px;
	}
	#wwr-footer .section-office-wrap{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
	}
	#wwr-footer .section-office-cont{
		padding: 0 0 24px;
	}
	#wwr-footer .section-office-cont span{
		font-size: 16px;
		font-weight: 400;
		line-height: 19.09px;
		text-align: left;
		color: #FFF;
	}

	#wwr-footer .section-title{
		display: block;
		font-size: 12px;
		font-weight: 400;
		line-height: 14.32px;
		text-align: left;
		color: #787878;
		padding: 0 0 8px;
	}
	#wwr-footer .section-contact{}
	#wwr-footer .section-contact > p{
		font-size: 16px;
		font-weight: 400;
		line-height: 19.09px;
		text-align: left;
		color: #FFF;
	}
	#wwr-footer .section-form{
		padding: 24px 0 0;
	}
	#wwr-footer .section-field{}
	#wwr-footer .section-seperate{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
		gap: 20px;
	}
	#wwr-footer .section-input{
		margin-top: 20px;
	}
	#wwr-footer .section-input label{
		display: block;
		font-size: 14px;
		font-weight: 500;
		line-height: 16.71px;
		text-align: left;
		color: #FFF;
		margin-bottom: 4px;
	
	}
	#wwr-footer .section-form input{
		display: inline-block;
		height: 48px;
		padding: 0 16px;
		border-radius: 8px;
		background: #1F1F1F;
		border: none;
		width: 100%;
		box-sizing: border-box;
	}
	#wwr-footer .section-form textarea{
		display: inline-block;
		height: 150px;
		padding: 8px 16px;
		border-radius: 8px;
		background: #1F1F1F;
		border: none;
		width: 100%;
		box-sizing: border-box;
		resize: none;
	}

	
	
	
}


