@media (max-width: 576px) {

body {

}


/* 버튼 */
.btn_wrap{
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn{
	display: table-cell;
	font-size: 14px;
	font-weight: 500;
	color: white;
	text-align: center;
	padding: 10px 0 8px 0;
	border-radius: 0.2em;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.btn_s{
	display: table-cell;
	font-size: 0.8em;
	font-weight: 600;
	color: white;
	text-align: center;
	padding: 0.6em 0 0.7em 0;
	border-radius: 0.2em;
	box-sizing: border-box;
}

.btn_ss{
	display: table-cell;
	font-size: 0.8em;
	font-weight: 400;
	color: white;
	text-align: center;
	padding: 0.4em 0 0.5em 0;
	border-radius: 0.2em;
	box-sizing: border-box;
}

.btn_1{
	display: block;
	width: 100%;
}

.btn_2 {
	width: 50%;
}

.btn_3 {
	width: 33.3%;
}

.btn_space{
	display: flex;
	flex-grow: 1;
	width: 0.4em;
}

.btn_normal{
	background-color: white;
	color: #505050;
	border: solid 1px #cdcdcd;
}

.btn_normal:hover{
	background-color: #f7f7f7;
}

.btn_primary{
	background-color: #3289ca;
}

.btn_primary:hover{
	background-color: #1c6399;
}

.btn_cancel{
	background-color: #6A6A6A;
}

.btn_cancel:hover{
	background-color: #505050;
}

.btn_alert{
	background-color: #d95b5b;
}

.btn_alert:hover{
	background-color: #9d2a2a;
}

.btn_order{
	background-color: #5BB900;
}

.btn_order:hover{
	background-color: #4f9e00;
}

.btn_soldout{
	background-color: #000;
	pointer-events: none;
}

.btn_gift{
	background-color: #f3877b;
}

.btn_gift:hover{
	background-color: #ba4d41;
}

.btn_primary_line{
	color: #0072bd;
	background-color: white;
	border: solid 1px #0072bd;
}

.btn_primary_line:hover{
	color: white;
	background-color: #0072bd;
}

.btn_alert_line{
	color: #F76D6D;
	background-color: white;
	border: solid 1px #F76D6D;
}

.btn_alert_line:hover{
	color: white;
	background-color: #F76D6D;
}

.wrap{
	width: 100%;
}

.bg_w{
	background-color: white;
}

/* 네비게이션 */
#nav_wrap{
	position: fixed;
	top: 0;
	height: 60px;
	z-index: 99;
	overflow: hidden;
}

.nav_sub_back{
	position: absolute;
	top:60px;
	width: 100%;
	height: 360px;
	background-color: #f4f4f4;
}

.nav_main{
	position: absolute;
	width: 100%;
}

#nav {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	display: block;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#nav #logo {
	width: 170px;
	height: 100%;
	padding-left: 16px;
}

#nav #logo img{
	width: 130px;
	margin-top: 19px;
}

#nav_menu {
	display: block;
	position: absolute;
	top: 22px;
	right: 16px;
}

#nav #nav_item{
	height: auto;
	display: block;
}

#nav #nav_item ul{
	padding: 0 !important;
	margin: 0 !important;
}

#nav li{	
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	display: none;
}

#nav li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #737373;
	padding: 12px 13px 0 16px;
	background-image: url('/images/arrow_menu.svg');
	background-size: 5px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}

#nav li a:hover{
	color: #3289ca;
}

#nav #nav_item .nav_subtitle {
	display: block !important;
	margin: 0px !important;
	border-bottom: solid 1px #eaeaea
}

#nav #nav_item ul li a {
	margin: 0px !important;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
}

#nav #nav_item ul li a:hover{
	color: #3289CA
}

#nav #nav_carwash{
	display: block;
	width: 100%;
	height: 40px;
}

#nav #nav_carwash ul{
	width: 100%;	
}

#nav #nav_carwash ul li {
	display: none;
}

#nav #nav_carwash ul .nav_subtitle{	
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 40px !important;	
	display: block;
	border-bottom: solid 1px #eaeaea
}

#nav #nav_carwash ul .nav_subtitle a{
	display: block;
	text-align: left;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	border-radius: 0px;
	background-color: transparent;
	padding: 12px 13px 0 16px;
	background-image: url('/images/arrow_menu.svg');
	background-size: 5px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	margin: 0px !important;
}


/* 메인 베너 */
.content_wrap {
	width: 100%;
	margin: 60px 0 0 0;
}

.swiper-banner .swiper-slide{
	width: 100%;
	height: 480px;
	background-color: #434343;
	overflow: hidden;
}

.swiper-banner video{
	position: relative;
	width: 100%;
	min-width: 1280px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-banner .swiper-slide{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.swiper-banner .banner_cover{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 480px;
	background-color: rgba(0, 0, 0, 0.3);
}

.swiper-banner h3{
	position: absolute;
	top: 215px;
	width: 100%;
	z-index: 2;
	font-size: 20px;
	font-weight: 400;
	color: white;
	text-align: center;
}

.swiper-banner h3 span{
	font-weight: 200;
}

.swiper-banner h4{
	position: absolute;
	width: 100%;
	top:245px;
	z-index: 3;
	font-size: 10px;
	font-weight: 300;
	color: white;
	text-align: center;
}


.swiper-banner .swiper-pagination-bullet {
	padding: 3px 3px;
	border-radius: 10;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(255,255,255, 0.2);
}

.swiper-banner .swiper-pagination-bullet-active {
	color:#fff;
	background: #3289ca;
}

.swiper-banner .swiper-button-next {
  background-image: url(/images/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  opacity: 0.5;
}

.swiper-banner .swiper-button-next:hover {
  opacity: 1;
}

.swiper-banner .swiper-button-next::after {
  display: none;
}


.swiper-banner .swiper-button-prev {
  background-image: url(/images/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  opacity: 0.5;
}

.swiper-banner .swiper-button-prev:hover {
  opacity: 1;
}

.swiper-banner .swiper-button-prev::after {
  display: none;
}


/* 메인 섹션 */
.section_wrap{
	width:100%;
	padding: 40px 16px;
}

.section_wrap h2{
	font-size: 18px;
	font-weight: 300;
	color: black;
	padding: 0 0 30px 0;
	text-align: center;
}

.section_wrap h2 span{
	font-weight: 500;
}

.main_section_wrap{
	background-color: #F4F4F4;
}

.main_section{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-section{
}

.swiper-section .swiper-slide{
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.swiper-section img{
	display: none;
}

.swiper-section h3{
	position: absolute;
	top: 30px;
	width: 100%;
	padding: 0 20px;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	color: white;
}

.swiper-section h4{
	position: absolute;
	top:60px;
	width: 100%;		
	padding: 0 20px;
	z-index: 3;
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
	color: white;
}


.swiper-section h5{
	position: absolute;
	width: 70%;
	bottom:20px;
	z-index: 3;
	font-size: 10px;
	font-weight: 400;
	color: white;
	background-color: black;
	padding: 7px 0 6px 20px;
	opacity: 0.8;
	background-image: url(/images/arrow_next.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 5px;
	
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	-webkit-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}

.swiper-section a{
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.2s ease-out;
	transition: background-size 0.2s ease-out;
}

.swiper-section a:hover{
	background-size: cover;
}

.swiper-section a:hover h5{
	width: 80%;
	background-color: #3289ca;
	opacity: 1;
}


/* 메인 웍스 */
.main_works{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.works_item{
	width: 50%;
	padding: 0 4px;
}

.works_item a{
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-color: #3289ca;
}

.works_item img{
	width: 100%;
	height: 100%;
	border: solid 0 #3289ca;
	transition-timing-function: ease-out;
	transition: transform 0.3s;
}

.works_item a:hover img{
	transform: scale(0.95, 0.9);
}

.works_item h4{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0 0 0;
}

.works_item h5{
	font-size: 11px;
	font-weight: 300;
	text-align: center;
	color: #78858E;
	padding: 0 0 20px 0;
}


.main_special_wrap{
	background-color: #F8FAFB;
}

.main_special{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.special_item_main {
	width: 100%;
	display: table;
	padding: 15px 0;
}

.special_item_main div{
	display: table-cell;
	vertical-align: top;
}

.special_item_main div:nth-child(1){
	width: 80px;
}

.special_item_main img{
	width: 60px;
	height: 60px;
}


.special_item_main h3{
	font-size: 15px;
	font-weight: 400;
	color: black;
	padding: 0 0 0 0;
}

.special_item_main h4{
	font-size: 12px;
	font-weight: 300;
	padding: 5px 0 0 0;
	line-height: 16px;
}


/* 메인 파트너 */
.main_partner{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	background-color: #eaeaea;
	padding: 0;
	max-height:480px;
	overflow: hidden;
	box-sizing: content-box;
	border: solid 1px #eaeaea;
}

.partner_item{
	display: flex;
	align-content: center;
	align-items: center;
	width: 33.33%;
	height: 60px;
	background-color: white;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #eaeaea;
	transition-timing-function: ease-out;
	transition: transform 0.3s;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.partner_item:hover{
	transform: scale(0.9, 0.8);
}

.partner_item img{
	max-width: 70%;
	max-height:40%;
	margin: 0 auto;
	
}

/* 메인 위치*/
.main_contact_wrap{
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
}


.main_contact_wrap h2{
	position: relative;
	top:-560px;
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;	
}

.main_contact_item_wrap{
	position: relative;
	top:-530px;
	z-index: 2;	
	width: 100%;
}

.main_contact_item{
	width: 90%;
	height: 400px;
	border-radius: 4px;
	margin: 0 auto;
}

.main_contact_item_top{
	width: 100%;
	height: 65px;
	background-color: white;
	padding: 11px 20px;
	display: table;
	
}

.main_contact_item_top h3{
	display:table-cell;
	font-size: 14px;
	font-weight: 400;
	color: black;
	padding: 7px 10px 0 0;
	vertical-align: top;
}

.main_contact_item_top a{
	float: right;
	display: none;
	width: 100px;
	text-align: right;
	border: solid 1px #3289ca;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #3289ca;
	background-color: white;
	padding: 6px 10px 4px;
	margin: 7px 0 0 0;
	background-image: url('/images/icon_pen.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 12px;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.main_contact_item_top a:hover{
	background-color: #e1f2ff;
	cursor: hand;
}

.main_contact_item_bottom{	
	width: 100%;
	height: 75px;
	background-color: black;
	color: white;
	padding: 15px 20px 0 20px;
}

.main_contact_item_bottom h3{
	display: inline-block;
	font-size:13px;
	background-size: 12px;
	background-position: left top 2px;
	background-repeat: no-repeat;
	padding: 0 20px 5px 20px;
}

.main_contact_item_bottom h3:nth-child(1){
	background-image: url('/images/icon_tel.svg');
}

.main_contact_item_bottom h3:nth-child(2){
	background-image: url('/images/icon_fax.svg');
}

.main_contact_item_bottom h3:nth-child(3){
	background-size: 14px;
	background-position: left top 3px;
	background-image: url('/images/icon_mail.svg');
	padding-right:0;
}

.main_contact_map{
	width: 100%;
	height: 720px;
	margin: 0;
	padding: 0;
}


#map{	
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_inquiry_container{
	display: none;
	position: relative;
	top:-610px;
	width: 100%;
	z-index: 2;
	margin: 0;
	padding: 0;		
}

.main_inquiry_wrap{
	width: 560px;
	margin: 0 auto;
	background-color: white;
	border: solid 1px #3289ca;
	border-radius: 5px;
	overflow: hidden;
}

.main_inquiry_title{
	width: 100%;
	height: 50px;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
}

.main_inquiry_title h3{
	font-size: 18px;
	font-weight: 500;
	color: #3289ca;
}

.pop_close{
	width: 20px;
	height: 20px;
	background-image: url('/images/icon_close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px;
	transition-timing-function: ease-out;
	transition: transform 0.3s;
}

.pop_close:hover{
	transform: rotate(360deg);
}


.main_inquiry_content{
	background-color: #F8F8F8;
	padding: 15px 20px 20px 20px;
}

.main_inquiry_input_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main_inquiry_input{
	display: flex;
	justify-content: space-between;
	width: 250px;
	align-content: center;
	align-items: center;
}

.main_inquiry_input h3{
	width: 70px;
	font-size: 13px;
	font-weight: 400;	
}

.main_inquiry_content .btn_wrap{
	margin: 10px 0;
}

/* 하단 */
.footer_wrap{
	width: 100%;
	background-color: black;
	padding: 20px 16px;
}

.footer_item{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	color: #9B9B9B;
}

.footer_logo{
	display: block;
	vertical-align: top;
	width: 120px;
	margin: 0 auto;
	padding: 0;
}

.footer_logo img{
	width: 100%;
}

.footer_desc{	
	display: block;
	padding: 0;
	vertical-align: top;
}

.footer_desc h4{
	display: none;
	padding-bottom: 10px;
}

.footer_desc h4:nth-child(2){
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 5px 0;
}

.footer_desc h4 span{
	font-weight: 600;
	padding:0 5px 0 10px;
}	

.footer_desc h4:nth-child(2) span{
	padding:0;
}


/* Portfolio */
.pop{
	display: none;
	position: fixed;
	z-index: 100;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.pop_back{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding: 0px;
}

.pop_content{
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0px;
}

.pop_title_wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 20px 10px;
}

.pop_title{
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-align: center;
}

.pop_title_wrap .pop_close{
	background-image: url('/images/icon_close_white.svg');
}

#view_portfolio_content{
	width: 100vw;
	margin: 0;
	padding: 0;

}

.pop-swiper-container{
	width: 100vw;
	height:100vw;
	overflow: hidden;
	margin: 0;
	background-color: black;
}

.pop-swiper-container .swiper-pagination{
	position: absolute;
	top:50%;
	margin-top: 60vw;
	z-index: 99;
	bottom: 0;
}

.pop-swiper-container .swiper-slide{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.pop-swiper-container .swiper-pagination-bullet {
	padding: 3px 3px;
	border-radius: 10;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(255,255,255, 0.2);
}

.pop-swiper-container .swiper-pagination-bullet-active {
	color:#fff;
	background: #3289ca;
}


.pop-swiper-container .swiper-button-prev{
	position: relative;
	top:-400px;
}

.pop-swiper-container .swiper-button-next{
	position: relative;
	top:-423px;
	left: 760px;
}

.pop-swiper-container .swiper-button-prev::after {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
}

.pop-swiper-container .swiper-button-next::after {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
}

.lineup-swiper-container{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0 30px 0;

}

.lineup-swiper-container .swiper-pagination{
	width: calc(100% - 32px);	
	margin-top: 20px;
	z-index: 99;
}

.lineup-swiper-container .swiper-slide{
	width: 100%;
	height: auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.lineup-swiper-container .swiper-pagination-bullet {
	padding: 3px 3px;
	border-radius: 10;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 0.1;
	margin: 3px;
}

.lineup-swiper-container .swiper-pagination-bullet-active {
	color:#fff;
	opacity: 1;
	background: #3289ca;
}


.lineup-swiper-container .swiper-button-prev::after {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
}

.lineup-swiper-container .swiper-button-next::after {
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
}

.led_lineup_item {
	width: 100%;
	height: fit-content;
}

.led_lineup_item img{
	width: 100%;
}

.led_lineup_item h3{
	width: 100%;
}

.led_lineup_item h4{
	width: 100%;
	font-size: 16px;
	text-align: center !important;
}


.sub_banner{
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-width: 0px;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.sub_banner_content_wrap{
	width: 100%;
}

.sub_banner h3{
	font-size: 20px;
	font-weight: 500;
}

.sub_banner h4{
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 10px;
	padding: 0 20px;
}

.sub_banner_about{
	background-image: url('/images/sub_banner_about.jpg');
}

.sub_banner_smartmirror{
	background-image: url('/images/sub_banner_smartmirror.jpg');
}

.sub_banner_digitalsignage{
	background-image: url('/images/sub_banner_digitalsignage.jpg');
}

.sub_banner_iotsolutions{
	background-image: url('/images/sub_banner_iotsolutions.jpg');
}

.sub_banner_selfpayment{
	background-image: url('/images/sub_banner_selfpayment.jpg');
}

.sub_banner_kiosk{
	background-image: url('/images/sub_banner_kiosk.jpg');
}

.sub_section_wrap{
	min-width: 0px;
	padding: 30px 0;
}


.sub_section_gray{
	background-color: #F4F4F4;
}

.sub_section_darkgray{
	background-color: #3B3F43;
}

.sub_section_darkblue{
	background-color: #232932;
}

.sub_section_scenario{
	background-image: url('/images/scenario_back.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 30px 0 10px 0 !important;
}

.sub_section_title{
	width: 100%;
	text-align: center;
}

.sub_section_title h3{
	text-align: center;
	font-size: 22px;
	color: black;
	font-weight: 500;
}

.sub_section_title h4{	
	width: 40px;
	height: 1px;
	background-color: #3289ca;
	margin: 10px auto 20px auto;
}

.sub_section_title_map{
	position: relative;
	top:-710px;
}

.sub_section_black h3{
	color: white;
}

.sub_section_black h4{
	color: white;
}

#about_intro{
	background-image: url('/images/about_intro_back.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sub_section_content {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.sub_section_content h1{
	font-size: 18px;
	font-weight: 500;
	color: white;
	background-color: #6D9BBE;
	width: 90vw;
	margin: 0 auto;	
	padding: 14px 10px 12px 10px;
	border-radius: 30px;
}

.sub_section_content h2{
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	color: black;
	margin: 20px 0 0 0;	
}

.sub_section_content h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: black;
	text-align: justify;
}

.sub_section_content h3 span{
	font-weight: 500;
}


.sub_section_content h4{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #767676;
	margin: 20px 0 0 0;
	text-align: justify;
}

.sub_section_content h4 span{
	font-weight: 500;
	color: #4b4b4b;
}

.sub_section_content h4 fb{
	font-weight: 400;
	color: #3289CA;
}

.sub_section_content h5{
	font-size: 15px;
	font-weight: 600;
	color: #3289CA;
	margin: 30px 0 0 0;
	text-transform: uppercase; 
}

.sub_section_content_black h3{
	color: white;	
}

.sub_section_content_black h4{
	font-weight: 300;
	color: white;
}

.sub_section_content_black h4 span{
	font-weight: 400;
	color: white;
}

.sub_section_content_black h4 fb{
	font-weight: 400;
	color: #3289CA;
}

.sub_section_content_black h5{
	color: white;
}

.about_intro_fusion{
	width: 100%;
	height: 260px;
	margin: 20px auto 0 auto;
	background-image: url('/images/intro_fusion.png');
	background-position: center top;
	background-size: 130%;
	background-repeat: no-repeat;
}

.about_intro_summary{
	display: block;
	justify-content: space-around;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0 16px;
}

.about_movie {
	width: 100%;
}

.about_summary{
	width: 100%;
	border-top: solid 2px #3289ca;
	border-bottom: solid 2px #3289ca;
	margin: 20px 0 0 0;
}

.about_summay_item{
	display: flex;	
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: black;
	padding: 10px 0 8px 0;
	border-bottom: solid 1px #DEDEDE;
}

.about_summay_item h3{
	width: 35%;
	padding-left: 14px;
	font-weight: 500;	
}

.about_summay_item h4{
	width: 65%;
}

#about_vision{
	background-image: url('/images/vision_back.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_vision_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 100%;
	margin: 30px auto 20px auto;
	padding: 0 16px;
}

.about_vision_item{	
	width: 47vw;
	height: 26vw;
	background-image: url('/images/vision_frame.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px -6px 0 -6px;
	text-align: center;
}

.about_vision_item img{
	max-width: 9vw;
	max-height: 9vw;
	margin: 5vw auto 0 auto;
}

.about_vision_item h3{
	font-size: 3vw;
	font-weight: 400;
	margin: 1.5vw auto 0 auto;
	color: #44a2eb;
}

.content_three_frame{
	width: 100%;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 20px 0 0 0;
	padding: 0 16px;
}

.content_three_frame .item{
	width: 100%;
	border: solid 1px #D9D9D9;
	padding: 15px;
	margin: 0 0 16px 0;
}

.content_three_frame img{
	width: 100%;
}

.content_three_frame h3{
	font-size: 15px;
	font-weight: 500;
	margin: 15px 0 10px 0;
	color: black;
}

.content_three_frame h4{
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	background-image: url('/images/icon_dot.svg');
	background-position: left center;
	background-size: 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#about_location{
	height: 720px;
	background-color: aqua;
}

#about_location #map{
	position: relative;
	top:-30px;
}

.about_contact_item_wrap{
	position: relative;
	top: -710px;
	width: 90%;
	background-color: rgba(50, 137, 202, 0.85);
	font-size: 14px;
	font-weight: 400;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
}

.about_contact_item_row{
	display: block;
	margin: 0;
}

.about_contact_item_row div:nth-child(1){
	width: 100%;
}

.about_contact_item{
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}

.about_contact_item h3{
	width: 20%;
	font-weight: 500;
}
.about_contact_item h4{
	width: 80%;
}
	
.about_contact_link_wrap{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	top:-340px;
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	background-color: white;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
	padding: 5px 40px;
}

.about_contact_link_wrap a{
	width: auto;
	display: flex;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #555555;
	padding: 10px;
	margin: 0 1px;
}

.about_contact_link_wrap a img{
	margin-right: 14px;
}

.about_contact_link_wrap a h3{
	margin-top: 2px;
	display: none;
}

.blend img{
	width: 80vw;
}

.parts{
	margin: 20px 0 0 0;
}

.parts img{
	width: 90vw;
	height: auto;
}

.download{
	margin: 20px 0 0 0;
}

.download_smartmirror{
}

.download_smartmirror a{
	display: block;
	width: 180px;
	height: 21px;
	background-image: url('/images/download_smartmirror_off.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto;
}

.download_smartmirror a:hover{
	background-image: url('/images/download_smartmirror_on.svg');
}

.compare {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.compare_vs {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #7b7b7b;
}

.compare_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.compare_item img {
	width: 100%;
}

.compare_item h3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #6C6C6C;
	margin-bottom: 16px;
}

.compare_item h4 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px 0;
	color: #3289CA;
}

.compare_item ul {
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

.compare_item ul li{
	width: 100%;
	font-size: 16px;
	color: #555555;
	text-align: left;
	padding: 13px 0 12px 0;
	border-bottom: 1px solid #CCCCCC;
}

.compare_item ul li span{
	font-size: 14px;
	color: #8B8B8B;	
	display: block;
	width: 80px;
	margin-bottom: 5px;
}

.content_space_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.content_space_item {
	width: 200px;
}

.content_space_item + .content_space_item {
	margin-top: 30px;
}

.content_space_item img {
	width: 180px;
	height: 180px;
}

.content_space_item h4 {
	width: 100%;
	font-size: 16px;
	color: #555555;
	margin: 20px 0 0 0;
	text-align: center;
}

.content_portfolio{
	width: 100%;
	margin: 0;
	padding: 0 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.content_portfolio .item{
	width: 46%;
	margin:0 5px 20px 5px;
}

.content_portfolio .item a{
	display: block;
}

.content_portfolio .item .img_container{
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.content_portfolio .item img{
	width: 100%;
	height: 140px;
	-webkit-transition:transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.content_portfolio .item a:hover img{
	transform: scale(1.2, 1.2);
}

.content_portfolio .item h3{
	font-size: 14px;
	font-weight:400;
	text-align: center;
	margin:10px 0 0 0;
}

.content_category{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0 16px;
}

.category_item {
	margin: 0 0 10px 0;
}

.category_item_image{
	display: table;
	width: 120px;
	height: 120px;
	border: solid 5px #E5F1FA;
	background-color: #6D9BBE;
	border-radius: 80px;
	-webkit-transition:transform 0.2s ease-out, background-color 0.2s;
	transition:transform 0.2s ease-out, background-color 0.2s;
}

.category_icon{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.category_item_image img{
	max-width: 40px;
	max-height: 40px;
}

.category_item h3{
	font-size: 15px;
	font-weight: 400;
	color: #555555;	
	text-align: center;
	margin: 10px 0 0 0;
}

.category_item_image:hover{
	background-color: #64b3ef;
	transform: scale(1.1, 1.1);
}

.special_item{
	width: 100%;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px auto;
	padding: 0;
}

.special_item_image{
	order: 1;
	width: 100% !important;
	height: 160px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.special_item_desc{
	order: 2;
	width: 100% !important;
	height: auto;
	padding: 25px 0 0 0;
}

.special_item_desc h2{
	font-size: 18px;
	font-weight: 500;
	color: #3289CA;
	margin: 0;
	padding: 0;
	text-align: left;
}

.special_item_desc h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #555555;
	margin: 15px 0 15px 0;
	padding: 0;
	text-align: left;
}

.special_item_desc h4{
	font-size: 13px;
	font-weight: 500;
	color: #7e7e7e;
	margin: 7px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 15px;
	text-align: left;
	background-image: url('/images/icon_dot.svg');
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 4px;
}

.sub_product_wrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub_product_item{
	width: 100%;
	margin: 0 0 20px 0;
}

.sub_product_item_image{
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 10px white;
	-webkit-transition:border-color 0.2s;
	transition:border-color 0.2s;
}

.sub_product_item_image:hover{
	border-color: #3289ca;
}

.sub_product_item h3{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: black;
	margin: 15px 0 0 0;
}

.sub_product_item h4{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #555;
	margin: 5px 0 0 0;
}

.scenario_item{
	width: 100%;
	margin-bottom: 30px;	
}

.scenario_item img{
	width: 100%;
}

.scenario_item_carwash{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.scenario_item_carwash img{
	width: 200px;
}

.system_item{
	width: 100%;
}

.system_item img{
	width: 100%;
}

.content_class{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.product_class_item{
	border-bottom: dashed 1px #c6c6c6;
	padding: 0 16px 30px 16px;
	margin: 0 0 30px 0;
}

.product_class_item h3{
	font-size: 18px;
	font-weight: 600;
	color: #3289CA;
}

.product_class_item h4{
	font-size: 14px;
	line-height: 20px;	
	font-weight: 400;
	color: #555555;
	margin: 20px 0;
	text-align: left;
	text-align: justify;
}

.product_class_image_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.product_class_image_item{
	width: 100%;
	margin-bottom: 20px;
}

.product_class_img{
	border: 10px solid white;
	height: min-intrinsic;
}

.product_class_img img{
	display: block;
	width: 100%;
	height: auto;
}

.product_class_image_item h3{
	font-size: 14px;
	font-weight: 400;
	color: #3B3F43;
	margin: 10px 0 0 0;
}

.studycafe_intro_device {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.studycafe_intro_device img{
	width: 110vw;
	margin-left: 0;
}

.studycafe_intro_item_wrap{
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.studycafe_intro_item{
	width: 100%;
	border: solid 1px #D9D9D9;
	padding: 20px;
	background-color: white;
	margin-bottom: 16px;
}

.studycafe_intro_item_title{
	display: flex;
	border-bottom: 1px solid #ededed;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.studycafe_intro_item_title img{
	max-width: 28px;
	max-height: 28px;
	vertical-align: middle;
}

.studycafe_intro_item_title h3{
	font-size: 16px;
	font-weight: 500;
	color: #3289CA;
	padding-left: 10px;
}

.studycafe_intro_item ui{
	padding: 20px 0 0 0;
}

.studycafe_intro_item li{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	background-position: left top 10px;
	background-image: url('/images/icon_dot.svg');
	background-repeat: no-repeat;
	background-size: 4px;
	padding: 3px 0 3px 12px;
}

.sub_section_benefit{
	height: auto;
	background-image: url('/images/studycafe_benefit_back.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 30px 0;
}

.studycafe_benefit_content{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 0 0 0 0;
	
}

.studycafe_benefit_content h3{
	font-size: 17px;
	font-weight: 600;
	color: #A35A3F;
	text-align: center;
	margin: 30px 0 0 0;
}

.studycafe_benefit_content h4{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #675743;
	margin: 10px 0 0 0;
}

.studycafe_benefit_image{
	display: block;
}

.studycafe_benefit_image img{
	width: 70%;
	margin: 20px auto 0 auto;
}


.studycafe_benefit_item_wrap{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 0 0;
}

.studycafe_benefit_item{
	width: 48%;
	height: 160px;
	background-color: rgba(121, 103, 81, 0.7);
	color: white;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	margin: 16px 0 0 0;
}

.studycafe_benefit_item img{
	max-width: 50px;
	max-height: 50px;
	margin: 15px 0 0 0;
}

.studycafe_benefit_item h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: white;
	margin: 20px 0 0 0;
	text-align: center;
}

#studycafe_intergrated{
	background-image: url('/images/vision_back.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.studycafe_intergrated_image{
	width: 100%;
	height: 600px;
	background-image: url('/images/studycafe_intergrated_image_m.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}

.studycafe_security_item_wrap{
	margin: 40px 0 0 0;
}

.studycafe_system_image{
	width: 100%;
	height: 300px;
	background-image: url('/images/studycafe_system_image.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}

#studycafe_manager{
	background-image: url('/images/studycafe_manager_back.jpg');
	background-position: center top;
	background-size: 1200px 500px;
	background-repeat: no-repeat;
}

#studycafe_user{
	background-image: url('/images/studycafe_user_back.jpg');
	background-position: center top 20px;
	background-size: 1200px 450px;
	background-repeat: no-repeat;
}

.studycafe_manager_image{
	height: 280px;
}

.studycafe_user_image{
	height: 260px;
}


.studycafe_app_item_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: top;
	align-items: top;
	flex-wrap: wrap;
}

.studycafe_app_item{
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.studycafe_app_item img{
	width: 100%;
	height: auto;
}

.studycafe_app_item h3{
	font-size: 16px;
	font-weight: 500;
	color: black;
	margin: 10px 0 0 0;
}

.studycafe_app_item h4{
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.studycafe_product_kiosk_wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}

.studycafe_product_image{
	order:1;
	text-align: center;
	padding-left: 20px;
	margin: 20px 0;
}

.studycafe_product_image img{
	width: auto;
	height: 400px;
}

.studycafe_product_item_wrap{
	order:2;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 0 0;
}

.studycafe_product_item{
	width: 28vw;
	height: 140px;
	border-radius: 5px;
	background-color: #6D9BBE;
	color: white;
	
}

.studycafe_product_item img{
	max-width: 30px;
	max-height: 30px;
	margin: 30px 0 0 0;
}

.studycafe_product_item h3{
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin: 15px 0 0 0;
	text-align: center;
}

.studycafe_open_item_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin: 10px 0 0 0;
}

.studycafe_open_item{
	width: 100%;
	height: auto;
	background-color: white;
	padding: 20px;
	margin: 10px 0 0 0;
}

.studycafe_open_item img{
	max-width: 56px;
	max-height: 60px;
	margin: 20px 0 0 0;
}

.studycafe_open_item h3{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: black;
	margin: 20px 0 0 0;
}

.studycafe_open_item h4{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: black;
	text-align: center;
	margin: 10px 0 0 0;
}


.studycafe_process_item_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	background-color: #E4E8EB;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 40px 0 0 0;
}

.studycafe_process_item{
	background-color: white;
	border-radius: 5px;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}

.studycafe_process_item h4{
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #939393;
	margin: 10px 0 0 0;
}

.studycafe_process_item h3{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: black;
	margin: 10px 0 0 0;
}

.studycafe_process_item img{
	max-width: 56px;
	max-height: 56px;
	margin: 20px 0;
}

.studycafe_process_item ul{
	text-align: left;
	padding: 0 0 0 5px;
}

.studycafe_process_item li{
	font-size: 14px;
	font-weight: 400;	
	background-image: url('/images/icon_dot.svg');
	background-position: left top 6px;
	background-repeat: no-repeat;
	background-size: 4px;
	padding-left: 12px;
	margin: 5px 0;
	color: #555555;
}

.studycafe_process_item_wrap h5{
	display: block;
	width: 100% !important;
	height: 10px !important;
	background-image: url('/images/process_arrow_down.svg') !important;
	background-position: center center !important;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	
}

.studycafe_process_item_wrap div:nth-child(9){
	order:9;
}

.studycafe_process_item_wrap h5:nth-child(10){
	order:10;
}

.studycafe_process_item_wrap div:nth-child(11){
	order:11;
}

.studycafe_process_item_wrap h5:nth-child(12){
	order:12;
}

.studycafe_process_item_wrap div:nth-child(13){
	order:13;
}

.studycafe_process_item_wrap h5:nth-child(14){
	order:14;
}

.studycafe_process_item_wrap div:nth-child(15){
	order:15;
}

.studycafe_process_item_wrap h5:nth-child(16){
	order:16;
}

.studycafe_process_item_wrap div:nth-child(17){
	order:17;
}

.studycafe_process_item_wrap h5:nth-child(18){
	order:18;
}

.studycafe_process_item_wrap div:nth-child(19){
	order:19;
}

.studycafe_process_item_wrap h5:nth-child(20){
	order:20;
}

.studycafe_process_item_wrap div:nth-child(21){
	order:21;
}

.studycafe_process_item_wrap h5:nth-child(22){
	order:22;
}

.studycafe_process_item_wrap div:nth-child(23){
	order:23;
}

.studycafe_inquiry_wrap{
	width: 100%;
	margin: 30px auto 0 auto;
}

.studycafe_inquiry_top_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.studycafe_inquiry_top_wrap h3{
	font-size: 14px;
	font-weight: 400;
	width: 80px;
	text-align: left;
	padding-left: 0px;
}

.studycafe_inquiry_top_wrap input{
	width: 100%;
	font-size: 15px;
}

.studycafe_inquiry_bottom_wrap textarea{
	height: 200px !important;
	margin: 20px 0;
	font-size: 15px;
}

.studycafe_inquiry_btn_wrap{
	width: 100%;
	margin: 10px auto 0 auto;
}

.content_line{
	border-bottom: solid 1px #e5e5e5;
	width: 100%;
	margin: 0 auto;
}

.studycafe_inquiry_contact_wrap{
	width: 100%;
	margin: 20px auto;
	padding: 0;
	border-top: solid 1px #6D9BBE;
	border-bottom: solid 1px #6D9BBE;
	display: block;
}

.studycafe_inquiry_item{
	display: flex;
	align-content: center;
	align-items: center;
	margin: 20px 0;
	box-sizing: border-box;

}

.studycafe_inquiry_item a{
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0;
}

.studycafe_inquiry_item_icon{
	width: 56px;
	height: 56px;
	border-radius: 5px;
	background-color: #6D9BBE;
	display: flex;
	align-content: center;
	align-items: center;
	margin-right: 16px;
}

.studycafe_inquiry_item_icon img{
	margin: 0 auto 4px auto;
	width: 50%;
}

.studycafe_inquiry_item_text{
	text-align: left;
}

.studycafe_inquiry_item_text h4{
	font-size: 16px;
	font-weight: 400;
	color: #C4E6FF;
	margin: 3px 0 0 0;
	padding: 0;
}

.studycafe_inquiry_item_text h3{
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.carwash_intro_device img{
	width: 100%;
}

.carwash_intro_item {
	width: 100% !important;
	height: fit-content;
}

.carwash_system_image{
	width: 100%;
	height: 300px;
	background-image: url('/images/studycafe_system_image.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}


#carwash_manager{
	background-image: url('/images/carwash_manager_back.jpg');
	background-position: center top -40px;
	background-size: 1200px 500px;
	background-repeat: no-repeat;
}

.carwash_sample_item_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	background-color: #E4E8EB;
	padding: 20px;
	border-radius: 5px;
	margin: 40px 0 0 0;
}

.carwash_sample_item {
	width: 100%;
	height: auto;
}

.carwash_sample_item + .carwash_sample_item{
	margin: 20px 0 0 0;
}

.carwash_sample_item img {
	width: 100%;
	height: auto;
}

.carwash_sample_item h3 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #3B3F43;
}

.sub_section_video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
	max-height: 500px;
	overflow: hidden;
	background: black;
	padding: 0px !important;
}

.sub_section_overwrap {
	width: 100%;
	position: absolute;
	z-index: 11;
	margin: -110px 0 0 0;
}

.sub_section_overwrap h3{
	color: white;
}

#carwash_video{
	width: auto;
	height: 100%;
}

.video_link_item_wrap {
	width: 100%;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0 0;
}

.video_link_item {
	width: 300px;
	height: 50px;
	border-radius: 30px;
	background: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.video_link_item + .video_link_item {
	margin-top: 10px;
}

.video_link_item img{
	width: 80px;
	margin-left: 30px;
}

.video_link_item .video_link_icon{
	width: 22px;
	margin: 0 20px 0 0;
}

.video_link_item h3{
	width: 170px !important;
	height: 20px !important;
	border-left: 1px solid #CBCBCB;
	color: black;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 0 20px;
	text-align: center;
}

.video_link_item h3{
	width: 150px !important;
	height: 22px;
	border-left: 1px solid rgba(0, 0, 0, 0.155);
	color: black;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 0 20px;
}

.carwash_cartegory_item_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.carwash_cartegory_item {
	width: 100%;
	height: fit-content;
	padding: 0 0 20px 0;
}

.carwash_cartegory_item + .carwash_cartegory_item {
	margin: 20px 0 0 0;
}

.carwash_category_image_wrap {
	width: 100%;
	height: 260px;
	background-position: center;
	background-size: cover;
}

.carwash_cartegory_item h3 {
	font-size: 20px;
	font-weight: 500;
	color: #3289CA;
	text-align: center;
	margin: 25px 0 15px 0;
	padding: 0;
}

.carwash_cartegory_item h4 {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}


.carwash_cartegory_item:nth-child(4) {
	width: 100%;
	height: fit-content;
	flex-direction: column;
	justify-content: flex-start;
	margin: 20px 0 0 0;
}


.carwash_cartegory_item:nth-child(4) .carwash_category_image_wrap {
	width: 100%;
	height: 260px;
}

.carwash_category_sub_wrap {
	width: 100%;
	height: fit-content;
	flex-direction: column;
	padding: 0 30px;
	margin: 10px 0 0 0;
}

.carwash_category_sub_item_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 20px 0 0 0;
}

.carwash_category_sub_item {
	width: 100%;
}

.carwash_category_sub_item_line{
	width: 100%;
	border-top: 1px dashed #cccccc;
	border-left: none;
	margin: 20px 0;
}

.carwash_category_sub_item h3 {
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
}

.p0{
	padding: 0;
}

.m0 {
	margin: 0;
}

.mt60{
	margin-top: 30px !important;
}

.mb0{
	margin-bottom: 0;
}

.pb0{
	padding-bottom: 0;
}

.bb0{
	border-bottom: none;
}

.show_p{
	display: none !important;
}

.show_m{
	display: block !important;
}

.hidden_m{
	display: none !important;
}

}