@charset "utf-8"; /* */
/**
* @author CodeClicker
*/

.main_section01_container {
	position: relative; /* 위치 기준 설정 */
	width: 100%; 
	height: 100lvh;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: background-image 0.2s;
	
}

.video_section {     
	position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100lvh;
    overflow: hidden; }

.video_section video { 
 width: 100%;
	height: auto;
}
.about_section_container { overflow: hidden; }
.main_section01_container.about_section_container .main_section01_inquiry { display: flex;  justify-content: center;}
.main_section01_container .main_section01_wrapper {position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; padding: 0 321px;
}


.main_section01_container .main_section01_wrapper div p {color: #fff; margin:0; line-height: 100px;}
.main_section01_container .main_section01_wrapper .main-title-wrapper .tp-title { font-size: 100px; font-weight: 700;  }
.main_section01_container .main_section01_wrapper .main-title-wrapper .ct-title {font-size: 38px; line-height: 75px; font-weight: 500;  }

.main_section01_inquiry {margin-top:55px;}
.main_section01_inquiry a {text-decoration:none; color:#fff;}
.main_section01_inquiry a .main_section01_inquiry_btn {display:flex; justify-content:center;align-items:center;width: 187px;height: 42px;flex-shrink: 0;border-radius: 30px;
	border: 1px rgba(255, 255, 255, 0.10);background: rgba(255, 255, 255, 0.10);backdrop-filter: blur(10px);
}
.main_section01_inquiry a .main_section01_inquiry_btn span { color: #FFF; font-size: 16px; font-weight: 600; line-height: 20px;  display: flex;  align-items: center;}
.main_section01_inquiry_btn span img { margin-left: 16px; }
	



@media screen and (max-width: 768px) { 
	.main_section01_container {
	background-image: url('https://cowiz.co.kr/wp-content/themes/ccl-cowiz/assets/img/about/about01/mob_main-banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
		width: 100vw; 
		height: 100lvh;
	}
	.video_section { display: none; }

.main_section01_container .main_section01_wrapper { padding: 0;  text-align: center; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%;  display: flex; flex-direction: column; align-items: center; }

.main_section01_container .main_section01_wrapper div p {color: #fff; margin:0; font-weight: 800; line-height: 55px;}
.main_section01_container .main_section01_wrapper .main-title-wrapper .tp-title {font-size: 34px; }
.main_section01_container .main_section01_wrapper .main-title-wrapper .ct-title {font-size: 20px; line-height: 32px; font-weight: 500;  }
	
	
	.main_section01_inquiry a .main_section01_inquiry_btn span { font-size: 14px;}	
}
