@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

.extralight{font-family: 'Pretendard'; font-weight: 200;}
.semibold{font-family: 'Pretendard'; font-weight: 600;}
.bold{font-family: 'Pretendard'; font-weight: 700;}
.extrabold{font-family: 'Pretendard'; font-weight: 800;}

*{
	padding: 0px;
	margin: 0px;
	font-family: 'Pretendard';
	color: white;
}
a{
	text-decoration: none;
	
}
.warp{
	width: 100%; 
	height: 100%;
	scroll-behavior:smooth;
}
/*---- 00.네비게이션 ----*/
.nav_box{
	position: fixed;
	right: 50px;
	top : 50%;
	z-index: 1000;
}
.nav{
	background-image: url("../img/00-2. 네비게이션_1박스.png");
	height: 2.6vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav a{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav img{
	width: 60%;
}

/*---- 01. 메인 ----*/
/* 배경화면 */
.main_box{
	background-image: url("../img/01-1. 메인_배경.png");	
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
/* 메뉴 */
.menu02, .sidebar_menu{display: none;}
.menu{
	width: 70vw;
	height: 4vw;
	border-bottom: 1px solid white;
	font-size: 1.05vw;
	z-index: 1000;
	display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
}
.menu ul{
	display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.menu li{
	display: inline-block;
	cursor: pointer;
	padding: 0 1%;
}
.contact_btn{
	background-color: #0066FF;
	border-radius: 0.5vw;
    padding: 0.4vw 0.6vw;
	font-size: 1vw;;
}
.logo_img{
	height: 1.3vw;	
}

/* 메인 텍스트 */
.main_text{
    width: 65%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blue{
	color: #0090FF;
}
.main_text1{
	text-align: left;
	font-size: 4.7vw;
}
.main_text2{
	text-align: right;
	font-size: 3.1vw;
}
.text_top{
	font-size: 1.3vw;
}
/* 스크롤 */
.scroll{
	width: 100%;
    height: 26%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll_bg{
	background-image: url('../img/01-3. 메인_스크롤 유도 배경.png');
    height: 4.4vw;
    width: 2vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.scroll_bg img{width: 1.2vw;}
.ball{
	position: absolute;
	top : 5px;

}

/*---- 02. 파트너 ----*/
.partners_box{
	background-color : #000000;
	height: 42.2vw;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner_title{
	font-size: 2.6vw;
	height: 13%;
}
.logo_warp{
	width: 70%;
    height: 50%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inView {
  opacity: 0;
  animation: fadeIn 2s both;
}
.partner_logo{
	background-image: url("..//img/02. 파트너_로고박스.png");
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 9vw;
    width: 13vw;
    color: #525252;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1vw;
}

/*---- 03. WEDO(숫자) ----*/
.wedo_box{
	background-image: url("..//img/03. WEDO_배경.png");
	background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.date{
	font-size: 2.6vw;
}
.wedo_nums{
	display: grid;
    height: 10vw;
    width: 75%;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    justify-content: center;
}
.wedo_num{
	font-size: 4.7vw;	
	text-align: center;
}
.wedo_text{
	font-size: 1.9vw;
	text-align: center;
}

/*---- 04. 컨설팅 ----*/
.consulting_box{
	background-image: url("..//img/04-1. 컨설팅_배경.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 205vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
/* What We Do */
.consulting_set1{
	width: 80vw;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 30%;
}
.consulting_title{
	font-size: 4.2vw;
	text-align: center;
}
.title_info{
	font-size: 2.1vw;
	text-align: center;
}
.WWD_box{
    border: 2px solid #3d3c3c;
    border-radius: 1vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60%;
}
.varo_circle{
	background-image: url("..//img/04-2. 컨설팅_가로박스_2_우측 원.png");
	    height: 100%;
    width: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.1vw;
}
.consulting_list{
	font-size: 1.8vw;
}
.consulting_info{
	font-size: 1.3vw;
	padding-top: 5px;
}
.consulting_list_box{
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1vw;
    justify-content: space-evenly;
}
.dot_line{
	width: 20%;
    border-bottom: 2px dotted white;
}
.consulting_result{
	background-image: url("..//img/04-2. 컨설팅_가로박스_1_우측 원.png");
	height: 100%;
    width: 15%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.result_info{
	font-size: 1.3vw;
}
.comment{
	font-size: 2.1vw;
	text-align: center;
	line-height: 2.6vw;
}
/* Services */
.consulting_set2{
	width: 70vw;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 40%;
}
.service_box_warp{
	width: 100%;
    display: grid;
    grid-template-rows: 49% 49%;
    height: 85%;
    align-content: space-between;
}
.box_warp{
	display: grid;
    width: 100%;
    align-items: center;
    height: 100%;
    grid-template-columns: 32% 32% 32%;
    justify-items: center;
    justify-content: space-between;
}
.box_warp2{
	display: grid;
    width: 100%;
    align-items: center;
    height: 100%;
    grid-template-columns: 32% 2% 32%;
    justify-items: center;
    justify-content: center;
}
.service_box{
	height: 100%;
    width: 100%;
    border: 2px solid #3d3c3c;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.service_box img{
	height: 10vw;
}
.service_title_box{
	text-align: center;
}
.service_title_info{
	font-size: 1.2vw;
	text-align: center;
	line-height: 1.5vw;
}
.service_title{
	font-size: 1.6vw;
}
/* 상담유도 */
.consulting_set3{
	width: 70vw;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 10%;
}
.consulting_info2{
	font-size: 1.6vw;
	text-align: center;
}
.consulting_list2{
	font-size: 2.4vw;
	text-align: center;
}
/* 스크롤? */
.line{
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: white;
    width: 2px;
    height: 6.5vw;
}

/*---- 05. 상담 ----*/
.contact_box{
	background-image: url("..//img/05-1. 상담문의_배경.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 74vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact_bg{
	border: 2px solid #3d3c3c;
    border-radius: 1vw;
    width: 70vw;
    height: 47.5vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background-color: #060606;
}
.contact_title{
	text-align: center;
	font-size: 2.4vw;
    padding: 2% 0 0 0;
}
.contact_line1{
	display: grid;
    width: 85%;
    height: 10%;
    justify-content: space-between;
    grid-template-columns: 49% 49%;
}
.contact_kind_box{
	height: 100%;
    width: 100%;
}
.contact_kind{
	font-size: 1.3vw;
	padding-left: 1%;
	line-height: 2.1vw;
}
.contact_input{
	height: 60%;
    width: 100%;
    background-color: #848484;
    border-radius: 1vw;
}
.contact_input input{
	background: none;
	border: none;
	height: 100%;
    width: 98%;
    padding-left: 2%;
    font-size: 1.3vw;
}
.contact_input input::placeholder{
	color: #3f3f3f
}
input:focus {outline: none;}
.contact_line2{
	width: 85%;
    height: 31%;
}
.contact_input2{
	height: 80%;
    width: 100%;
    background-color: #848484;
    border-radius: 1vw;
}
.contact_input2 textarea{
	background: none;
	border: none;
	height: 90%;
    width: 96%;
    padding: 1% 2%;
    font-size: 1.3vw;
}
.contact_input2 textarea::placeholder{
	color: #3f3f3f
} 
textarea:focus {outline: none;}
.contact_line3{
	width: 85%;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.contact_info{
	width: 80%;
	font-size: 1.1vw;
	line-height: 1.8vw;
}
.gray{
	color: #828282;
}
.contact_sub_btn{
	background-image: url("..//img/05-2. 상담문의_내용 박스_3_문의하기 버튼.png");
	height: 100%;
    width: 15%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.submit_btn{
	width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: transparent;
}

/* 스크롤? */
.line2{
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: white;
    width: 2px;
    height: 0px;
}

/*---- 06. 회사정보 ----*/
.info_box{
	background-color : #000000;
	height: 25vw;
	display: flex;
    align-items: center;
    justify-content: center;
}
.info{
	width: 70vw;
	display: flex;
    align-items: flex-start;
    justify-content: center;
	flex-direction: column;
}
.contact_info_title{
	font-size: 2.1vw;
    padding: 3% 0px;
    border-bottom: 1px solid white;
    width: 100%;
    margin-bottom: 3%;
}
.contact_info_box{
	display: grid;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    font-size: 1.1vw;
    line-height: 1.6vw;
    grid-template-columns: 65% 13%;
}
.contact_info_subbox{
	display:flex;
	align-items: flex-end;
	
}
.company{
	font-size: 1.5vw;
	padding-bottom: 2%;
}
.padding{
	padding: 0px 5%;
}







