@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
.innerContainer {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 0 50px;
}

.move{
	font-size: 250px;
    line-height: 280px;
    color: #060606;
    position: absolute;
    top: 270px;
    left: 50%;
    letter-spacing: -20px;
    width: 2920px;
    transform: translateX(calc(50vw - 860px));
    font-weight: 700;
    opacity: 0.6;
	}



/* ¸ð´ÞÃ¢ */
.modal_z{z-indax:99999;}
/*Á¤·Ä*/
.t_l{text-align:left}
.t_r{text-align:right}
.t_c{text-align:center}

/*input*/
.input_area{display: flex; justify-content: space-between;}
.input_list{width: 30%;}
.input_list label {display: block; margin-bottom: 10px; font-size: 16px; font-weight:300; color:#666;}
.input_type{}
.input_text{width: 100%; height: 40px; border: 1px solid #ccc; background-color: #fff; padding: 0px 8px; vertical-align: middle; margin:0 1px 0 0; font-size:16px; color:#666; font-weight:300;}

/*button*/
.btn_blue{	margin: 0 5px 0 -5px;
    border: 0;
    min-width: 40px;
    padding: 0 25px;
    height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;}
.btn_black{}

/* footer*/
.footer_position{border-top: 1px solid #ddd; padding: 40px 16px 0; letter-spacing:-0.05em; margin:100px 0 0 0;}
.footer_top{font-size:18px; font-weight:600; max-width:1280px;}    
.footer_top .footer_menu {display: flex; padding: 0 180px 0 225px; text-align: left; justify-content: space-between;}
.footer_top .footer_menu ul {float:left; font-size:16px; font-weight:400; padding:4px 0 0 0; color:;}
.footer_top .footer_menu ul li{padding: 3px 0 0 0; }
.footer_mid{padding:24px;}
.footer_btm{display: flex; max-width: 1280px;}
.footer_btm_l{width: 225px;}
.footer_btm_r{font-size:15px; text-align:left; color:#666; line-height: 24px; margin: 0 0 24px 0;}
.footer_btm_r .copy{font-size:14px; padding:8px 0 0 0;}

.container {}
.contents {width: 1130px; margin: 0 0px;}
@media screen and (max-width: 1280px) {
	.contents {width: 100%; margin: 0 0px; padding: 0 16px;	box-sizing: border-box;}
}

@media screen and (max-width: 768px) {
	.contents {
    width: 100%;
    margin: 0 0px;
    padding: 0 16px;
    box-sizing: border-box;
	}
	.footer_btm {
    display: flex;
    flex-direction: column;
	}
	.footer_btm_l {
    width: 225px;
    text-align: left;
    margin: 0 0 0 -10px;
    padding: 0 0 16px 0;
	}
	
}
.contents_main_img {width: 100%; margin: 0 0px;}



/* title*/
.top {display: flex; justify-content: center; width: 100%; flex-direction: column; align-items: center; margin: 48px 0 0 0;}
.top_title {font-size: 40px; font-weight: 500; letter-spacing: -1px; margin: 120px 0 48px 0; position: relative; line-height:58px;}
@media screen and (max-width: 768px) {
	.top_title{font-size: 32px;}
}
.top_title:before {
	content: "";
    position: absolute;
    bottom: 3px;
    background-color: #ffc107;
    width: calc(100% + 14px);
    height: 14px;
    z-index: -1;	
	left: -7px
	}
.top_title_sub {font-size: 24px; font-weight: 200; letter-spacing: -1px;     margin: 0px 0 100px 0; position: relative; display: none;}
.top_title_2 {font-size: 30px; font-weight: 400;letter-spacing: -1px; position: relative; display: inline-block; float: left;height: 57px;}
.top_title_2_sub {text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #666;
	margin: 0px 0 28px 0;
	}
.top_title_2:before {
	/*
	content: ""; position: absolute; left: 3px; top: -22px; width: 15px; height: 15px; border: 5px solid #ffffff; background-color: #90c320; border-radius: 20px; z-index: -1;
	*/
	content: "";
    position: absolute;
    right: -24px;
    top: 21px;
    width: 15px;
    height: 15px;
    background-color: #2196f3;
    border-radius: 20px;
    z-index: -1;
	}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {
.top_title_2 {
	font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    display: inline-table;
    float: left;
    height: 0px;
    text-align: left;
    line-height: 32px;
    padding: 0 0 10px 0;
	
	
	}
.top_title_2:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    z-index: -1;
}

}	
	
/*	
.top_title_2:after {content: ""; position: absolute; right: -64px; top: 30px; width: 48px; height: 5px; background-color: #90c320; z-index: -1;}
*/
.top_title_2 span{font-weight:100;}

.top_navi_crt {font-size: 14px;}

/* Á¦Ç°¼Ò°³ ¼­ºêÅ¸ÀÌÆ² */
.sub_category_1	{border-bottom:1px solid #666; text-align:center; font-size:16px; font-weight:400; padding:10px 0;}

/* ´ëÇ¥»ö ¼³Á¤ */
.mc{color :#0168b7!important;}

/* title_top */
.title_top{padding:90px 0 60px 0; font-size:40px; color:#333; letter-spacing: -2.0px;}

/* padding */
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.pw10 {padding: 0 10px;}
.pw15 {padding: 0 15px;}
.pw20 {padding: 0 20px;}

/* main */
.main{ background: #f7f7f7;}
.main_img_area{    
	margin: 95px 0 0 0;
    display: flex;
    align-items: center;
    background: #f7f7f7;
	justify-content: space-around;
	width: 100%;
	}
.main_img{padding: 50px 0; width: 50%;}
.main_img img{width: 100%}
.main_text{width: 50%;}
.main_text_title_top{font-size: 30px;
    font-weight: 300;}
.main_text_title{    
	font-size: 40px;
    font-weight: 600;
    padding: 0 0 10px 0;
	}
.main_text_title_sub{font-size: 18px;
    font-weight: 100;
	
	
    padding: 0 0 32px 0;}
	


button.main_more{    border-radius: 0px;
    padding: 12px 32px;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border: 1px solid #000;
	background: #ffffff0;
	transition: 0.3s;
}
button.main_more:hover{    border-radius: 0px;
	background: rgb(0 0 0 / 100%);
	transition: 0.3s;
	color:#fff;
}
@media screen and (max-width: 768px) {
	button.main_more{
    width: 100%;
    margin: 0px 0 8px 0;
	}
}

.main_booga_service{}
.main_booga_service_area{margin: 120px 0 0 0;}
.main_booga_title{font-size: 40px; font-weight: 600; padding: 0 0 16px 0;}
.main_booga_title_sub{font-size: 18px; font-weight: 300; color: #666; padding: 0 0 80px 0;}
.main_booga_icon_area{display: flex;flex-direction: row;}
.main_booga_icon_list{}
.main_booga_icon_img{}
.main_booga_icon_img img{height:75px; position:relative}
.main_booga_icon_img img:bafore{content: ""; position: absolute; left: 3px; top: -22px; width: 15px; height: 15px; border: 5px solid #ffffff; background-color: #90c320; border-radius: 20px;}
.main_booga_icon_title{font-size: 16px; padding: 24px 0 10px;}
.main_booga_icon_title_sub{font-size: 14px; padding: 0px 20px 16px; font-weight: 300; color: #666;}

.main_service_count{background: #0168b6;position: relative; }
@media screen and (max-width: 1100px) {
	.main_text_title_top {font-size: 20px;}
}

@media screen and (max-width: 768px) {
	.main_booga_service_area{margin: 60px 0 0 0;}
	.main_booga_title{font-size: 24px; font-weight: 600; padding: 0 0 16px 0;}
	.main_img_area {flex-wrap: wrap;}
	.main_img {padding: 50px 0 0;width: 100%;}
	.main_text{width: 100%; padding: 0 0 60px;}
	
	.main_booga_icon_list {padding: 0 0 36px 0;}
	.main_booga_icon_area {display: flex;flex-direction: column;}
	.main_booga_title_sub {padding: 0 0 40px 0;}
}



.service_back_img_1{background: url('../product/image/main_baner_background_img_01.png') no-repeat;width: 100%;
    height: 100%;
    position: absolute;

	top:0;}
.service_back_img_2{background: url('../product/image/main_baner_background_img_02.png') no-repeat;width: 100%;
    height: 100%;
    position: absolute;

	top:0;}

.service_count_area{margin: 120px 0 0 0; display: flex; padding: 70px 0; /* background: #2196f3; */ justify-content: space-between; position: relative;	}
.service_count_title{font-size: 28px; text-align: left; color: #fff; z-index: 2; width: 45%;}
.service_box_area{display: flex; align-items: center; padding: 60px 46px; background: #fff; border-radius: 8px; justify-content: space-around; -webkit-box-shadow: 9px 11px 0px 7px #01549c; z-index: 2; width: 55%; box-sizing: border-box;}
.service_count_list{margin: 0 25px;}
.service_count_no{font-size: 32px; font-weight: 600;}
.service_count_text{}
.service_count_date{position: absolute; right: 0; bottom: 26px; color: #fff;}

@media screen and (max-width: 1280px) {
	.service_count_title{font-size: 28px; text-align: left; color: #fff; z-index: 2; width: 45%;}
	.service_box_area{display: flex; align-items: center; padding: 60px 46px; background: #fff; border-radius: 8px; justify-content: space-around; -webkit-box-shadow: 9px 11px 0px 7px #01549c; z-index: 2; width: 55%; box-sizing: border-box;}
}
@media screen and (max-width: 768px) {
	.service_count_area {margin: 60px 0 0 0; display: flex; padding: 70px 0px; position: relative; width: 100%; flex-direction: column; align-items: center;}
	.service_count_title {font-size: 18px; text-align: left; color: #fff; z-index: 2; padding: 0px 0 50px 0; width: calc(100% - 60px);}
	.service_box_area {
    display: flex;
    align-items: center;
    padding: 16px 0;
    background: #fff;
    border-radius: 8px;
    justify-content: space-around;
    -webkit-box-shadow: 0px 10px 0px 7px #01549c;
    z-index: 2;
    width: calc(100% - 60px);
    flex-direction: column;
	}
	.service_count_list {margin: 10px 25px;}
	.service_count_date {position: absolute; right: 0; bottom: 20px; color: #fff; padding: 0px 15px 0 0;}
}


.main_estimate {background: linear-gradient(45deg, #2196f3 0%,#8bc34a 100%); position: relative; padding:70px 0; margin: 120px 0 -120 0;}
.estimate_area {display: flex;
    align-items: center;
    justify-content: space-between;}
.estimate_title {font-size: 36px; text-align: left; color: #fff; z-index: 2;font-weight: 600; }
.estimate_text{font-size: 24px; text-align: left; color: #fff; z-index: 2; font-weight: 300; margin: 16px 0 0 0;}
.service_count_text {}
.estimate_btn {}
@media screen and (max-width: 768px) {
	.main_estimate {margin: 60px 0 -120 0;}
	.estimate_area {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.estimate_btn {width: 100%;}
	.estimate_title {
		font-size: 36px;
		text-align: center;
		color: #fff;
		z-index: 2;
		font-weight: 600;
	}
	.estimate_text {
		font-size: 18px;
		text-align: center;
		color: #fff;
		z-index: 2;
		font-weight: 300;
		margin: 8px 0 24px;
	}
}
	







button.w_t_b{
    border-radius: 0px;
    padding: 12px 0px;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border: 1px solid #fff;
    background: #ffffff;
    transition: 0.3s;
    width: 250px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
button.w_t_b:hover{    
    border-radius: 0px;
	background: #ffffff;
	transition: 0.3s;
	padding: 16px 0px;
	font-weight: 500;
}



div.innerBox_:before {
	content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 7%;
    z-index: -1;
    width: 318px;
    height: 421px;
    background: url(../product/image/top_background_img_01.png) no-repeat;
    background-size: 100%;
    animation: fadeInDown 1s ease .3s both, bgMotion2 5s linear 3.3s infinite alternate;
}

div.innerBox:after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    right: 220px;
    z-index: -1;
    width: 274px;
    height: 242px;
    background: url('../product/image/product_icon_3_1.svg') no-repeat;
    background-size: 100%;
    animation: fadeInUp 1s ease .5s both, bgMotion1 5s linear 2s infinite alternate;
}


/* È¸»ç¼Ò°³*/
.company_info {}
.company_greeting{text-align:left}
.greeting_title{
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 8px;
	position:relative;
}

.greeting_text{
	font-size: 18px;
    font-weight: 100;
    padding: 0 0 32px 0;	
}
.company_info_table{text-align:left; margin: 0px 0 60px 0;}
.company_info_table table{
	width:96%;
	border-collapse: collapse;
	letter-spacing: -0.03em;
	border: 1px solid #ddd;
}
.company_info_table .title{
	background: #0168b7;
    color: #fff;
    font-size: 18px;
    padding: 16px 24px;
    width: 20%;
    text-align: center;}
.company_info_table .text{font-size:18px; font-weight:100; padding:8px 32px;}
.company_organization_chart img{width:100%}

@media screen and (max-width: 768px) {
.company_info_table .title{width: 35%;}
}


/* È¸»ç ¿¬Çõ */
.history .img_history_1	{display:table; 	width: 100%; height: 234px;background: url(../company/image/img_history_1.jpg) top center no-repeat;padding: 0; border-radius: 20px 0 35px 0;}
.history .img_text 		{display:table-cell; width: 100%; height: 100%; vertical-align: middle; background: rgb(0 0 0 / 50%); color: #fff; font-size: 1.8em; text-align: center; vertical-align:middle; border-radius: 20px 0 35px 0; padding: 0 10%;}
.history .company_name {font-size:1.8em; padding:60px 0 0 0; text-align:right;} 	
.history .history_year {padding:60px 0 0 0;     width: 800px;}

.history_area{display: flex;
    justify-content: space-between;
    margin: 0 20px;}
.history .history_line {background: url(../company/image/img_history_line.gif) repeat-y 162px 0; }
.history .history_year dl {position: relative; overflow: hidden; padding-left: 1.8em; padding-bottom: 48px; line-height: 20px;}
.history .history_year dl dt {float: left; width:135px; color: #0168b7; font-size: 2.4em; font-weight: 400; padding-top: 5px;} 	
.history .history_year dl dt:before {content: ""; position: absolute;left: 154px;;top: 10px;width: 12px;height: 12px;border: 3px solid #90c320;background-color: #fff;border-radius: 9px;}
.history .history_year dl dd {    
	color: #5d5d5d;
    letter-spacing: -0.5px;
    font-size: 18px;
    /* padding-top: 5px; */
    word-break: keep-all;
    text-align: left;
    padding: 8px 0 0 155px;
    width: auto;
	}
@media screen and (max-width: 768px) {
	.history .img_text {font-size: 1.0em;}
	.history .company_name {display:none;} 	
	.history .history_year {padding:60px 0 0 0; width: 100%;}
	.history_area {display: flex;flex-direction: column;    margin:0; align-items: center;}
	.history .history_year dl {
    position: relative;
    overflow: hidden;
    padding-left: 0em;
    padding-bottom: 24px;
    line-height: 20px;
}
.history .history_year dl dt {
    float: left;
    width: 86px;
    color: #0168b7;
    font-size: 1.5em;
    font-weight: 400;
    padding-top: 5px;
}
.history .history_year dl dt:before {
    content: "";
    position: absolute;
    left: 82px;
    top: 12px;
    width: 6px;
    height: 6px;
    border: 3px solid #90c320;
    /* background-color: #fff; */
    border-radius: 9px;
}
.history .history_year dl dd {    
	color: #5d5d5d;
    letter-spacing: -0.5px;
    font-size: 14px;
    /* padding-top: 5px; */
    word-break: keep-all;
    text-align: left;
    padding: 8px 0 0 100px;
    width: auto;
	}
.history .history_line {
    background: url(../company/image/img_history_line.gif) repeat-y 88px 0;
}
}	
	

/* Çù·Â¾÷Ã¼ */

.cooperation{}
.cooperation_area{    display: flex;
    flex-wrap: wrap;
}
.cooperation_list{
	width: 23%;
    padding: 0px 1% 18px;
	}
.cooperation_img {
    padding: 20px;
    border: 1px solid #ddd;
}


.cooperation_img img{height: 40px;}
.hyosung_logo {    height: 24px!important; padding: 8px 0;} /*È¿¼º·Î°í¸¸µû·Î ÁöÁ¤*/

.cooperation_name{
	padding: 8px 0 0 0;
    font-size: 13px;
	display: none;
	}
@media screen and (max-width: 1100px) {
	.cooperation_img img{height: 36px;}
		.hyosung_logo {    height: 21px!important; padding: 6px 0;} /*È¿¼º·Î°í¸¸µû·Î ÁöÁ¤*/
}
@media screen and (max-width: 1000px) {
	.cooperation_img img{height: 32px;}
		.hyosung_logo {    height: 18px!important; padding: 8px 0;} /*È¿¼º·Î°í¸¸µû·Î ÁöÁ¤*/
}
@media screen and (max-width: 900px) {
	.cooperation_img img{height: 25px;}
	.hyosung_logo {    height: 16px!important; padding: 4px 0;} /*È¿¼º·Î°í¸¸µû·Î ÁöÁ¤*/
}
@media screen and (max-width: 768px) {
	.cooperation_area {display: flex; flex-wrap: wrap; justify-content: space-around;}
	.cooperation_list {width: 46%; padding: 0px 1% 18px;}
	.cooperation_img img{height: 28px;}
}




/* °¡½º°æ¿µ°ü¸®GasMax*/
.gasmax_introduction{}
.title_area {    display: flex;
    padding: 0 0 32px 0px;
    flex-direction: column;
    align-items: flex-start;}
.gasmax_introduction.contents.icon_area{}

.content_area{padding: 0 0 60px 0;}
@media screen and (max-width: 768px) {
	.content_area img {width:100%}
	.title_area {
    padding: 0 0 8px 0px;
}
}



.icon_content{
	display: flex;
    text-align: left;
    background: #f7f7f7;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 32px;
    justify-content: space-between;
}


.introduction_icon{}
.introduction_icon img{width: 85px;}
.introduction_text {
	text-align: left;
    display: flex;
    flex-direction: column;
    width: calc(98% - 100px);
    justify-content: center;
	}
.introduction_title{font-size:18px; padding: 0px 0 8px 0; }
.introduction_content{font-size:14px; font-weight:100;}



.item1 { position: absolute; left:-578px; top:-407px; width:536px; height:570px;}
.item1:after {content:'';display:block;width:100%;height:100%;background:url('../product/image/product_icon_3_1.svg') no-repeat;background-size:100%;animation:bgMotion1 5s linear infinite alternate;}
.item2 { position: absolute; left:-279px; top:39px; width:199px; height:207px;}
.item2:after { content:''; display:block; width:100%; height:100%; background:url('../images/main/bg_sec04_2.png') no-repeat; background-size:100%; animation:bgMotion2 4s linear infinite alternate;}

.test:before {
   position: absolute;
    top: -52px;
    left: 0;
    width: 645px;
    height: 397px;
    background: url(../product/image/product_icon_3_1.svg) no-repeat;
    content: '';
    /* z-index: -1; */
    opacity: 0.3;
   
}

.test:after {
   right: 0;
   bottom: 0;
   width: 583px;
   height: 606px;
   background: url(../product/image/product_icon_3_2.svg) no-repeat;
}






.booga_service {
    padding: 20px 50px;
    background: #008bd9;
    border-radius: 50px;
    width: 186px;
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 24px;
	z-index: 2;
    position: relative;
	
}
.service_area {
	display: flex;
    justify-content: space-around;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 75px 50px 50px;
    margin: -38px 0 0 0;
    z-index: 1;
    position: relative;
    width: 1130px;
    box-sizing: border-box;
    border: 4px dotted #d1d1d1;
}
@media screen and (max-width: 768px) {
		.service_area {
		display: flex;
		background: #f7f7f7;
		border-radius: 10px;
		padding: 75px 50px 50px;
		margin: -38px 0 0 0;
		z-index: 1;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		border: 4px dotted #d1d1d1;
		flex-direction: column;
	}
}


.service_list{padding:0}
@media screen and (max-width: 768px) {
		.service_list{padding:0 0 42px 0}
		.service_list img {width: 50%; padding: 0 0 12px 0;}

}

.service_list img {
    height: 100px;
    margin: 20px;
}
.service_title{
	font-size:18px;
}
.service_contents{
	font-size:18px;
}

.btn {
    width: 60%;
    color: #fff;
    background: #008bd9;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 0 0 0;
	font-size:14px;
}
.function_area {
    background: #f7f7f7;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.function_area {
	padding: 20px;
    flex-direction: column;
}

}

.function_no {
    padding:0 0 0 20px;
	width: calc(50% - 20px);
    line-height: 38px;
    text-align: left;
    color: #000;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
.function_no {
    padding: 0px;
    width: 100%;
    line-height: 38px;
    text-align: left;
    color: #000;
    font-size: 16px;
	}
}

.function_no span {
    font-weight: 100;
    padding: 0 0 0 20px;
}

.differentiated_area{
	display: flex;
    flex-wrap: wrap;
    width: 1130px;
    box-sizing: border-box;
    align-content: stretch;
    justify-content: space-between;
}

.differentiated_list{
	width: 49%;
    margin: 0 0 25px 0;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 32px;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 10px;
}



@media screen and (max-width: 768px) {
	.differentiated_area{
    width: 100%;
}
		.differentiated_list{
		width: 100%;
		align-items: center;
	}
}
.differentiated_text{
	text-align: left;
    color: #000;
	width: calc(100% - 130px);
    }
.differentiated_title{font-size: 18px; padding: 0 0 8px 0;}
.differentiated_content{font-size: 12px; font-weight:100; line-height:24px}
.differentiated_icon img{width:85px; height:85px;}




/* °¡½º°æ¿µ°ü¸®GasMax*/

/* ¿ø°Ý°ËÄ§ ¹ß½Å±â */
.gas_title{font-size:30px; font-weight:500; text-align:left; color:#666; margin: 20px 0 5px 0;}
.gas_title_sub{font-size:16px; font-weight:300; text-align:left; color:#666; margin:0 0 20px 0;}

.gas_box {border:1px solid #666; background:#fff; margin: 0 0 20px 0; border-radius: 8px; height: 120px;}
.gas_box .line_left {border-left: 1px solid #ff0000; width:30px; height: 1px}
.gas_box .box_title{font-size:18px; color:#fff; font-weight:500; background: #00bcd4; border-radius: 6px 6px 0 0; height:45px; width:100%; display: flex; justify-content: center; align-items: center; }
.gas_box .box_text{font-size:16px; padding: 13px 20px 0; color: #333; font-weight:400;}

.gas_box_c {border:1px solid #666; background:#fff; margin: 0 0 20px 0; border-radius: 8px; height: 195px;}
.gas_box_c .box_title_c{font-size:16px; color:#fff; /* font-weight:500; */ background: #8bc34a; border-radius: 7px 7px 0 0; height:45px; width:100%; display: flex; justify-content: center; align-items: center; }
.gas_box_c .box_text_c{font-size:16px; padding: 20px; color: #333; font-weight:300; text-align:left;}
.gas_box_c .box_text_c ul li{font-size: 16px; list-style-position: outside; padding: 5px 0 0 8px;}
.gas_box_c .box_text_c ul li.icon_check{ list-style-image: url( "../product/image/icon_check.svg" ); list-style-position: outside; margin: 0 40px;}

.gas_box_d {border:1px solid #666; background:#fff; margin: 10px 0 20px 0; border-radius: 8px;}
.gas_box_d .box_title_d{font-size:16px; color:#fff; font-weight:500; background: #00bcd4; border-radius: 7px 7px 0 0; height:45px; width:100%; display: flex; justify-content: center; align-items: center; }
.gas_box_d .box_text_d{font-size:16px; padding:20px 10px; color: #333; font-weight:100; text-align:left;}
.gas_box_d .box_text_d ul li{font-size: 16px; list-style-position: outside; padding: 5px 0 0 8px;}
.gas_box_d .box_text_d ul li.icon_check{ list-style-image: url( "../product/image/icon_check.svg" ); list-style-position: outside; margin: 0 0 0 25px;}

.gas_table {width: 100%; border-collapse: collapse; width:100%; color:#000; letter-spacing: -0.03em; margin: 42px 0 0px;}
.gas_table .gas_th {border: 1px solid #73a000; vertical-align: middle; font-size: 14px; font-weight: 400; text-align: center;  padding: 8px 10px; background: #94c11f; color:#fff;}
.gas_table .gas_td 				{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; width: 147px;}
.gas_table .gas_td:nth-of-type(1){background: rgb(148 193 31 / 10%);; font-weight:400; text-align:center;}
.gas_table .gas_td_l 			{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; text-align:left;}
.gas_table .gas_td_tborder_n 	{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; width: 147px;}
.gas_table .gas_td_tborder_n:nth-of-type(1){background: rgb(148 193 31 / 10%);; font-weight:400; text-align:center;}
.gas_table .gas_td_tborder_n_l 	{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; text-align:left;}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {
	.gas_table {width: 100%; border-collapse: collapse; width:100%; color:#000; letter-spacing: -0.03em; margin: 42px 0 0px;}
	.gas_table .gas_th {border: 1px solid #73a000; vertical-align: middle; font-size: 14px; font-weight: 400; text-align: center;  padding: 8px 10px; background: #94c11f; color:#fff;}
	.gas_table .gas_td 				{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; width: 147px;}
	.gas_table .gas_td:nth-of-type(1){background: rgb(148 193 31 / 10%);; font-weight:400; text-align:center;width:25%;}
	.gas_table .gas_td_l 			{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; text-align:left;}
	.gas_table .gas_td_tborder_n 	{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; width: 147px;}
	.gas_table .gas_td_tborder_n:nth-of-type(1){background: rgb(148 193 31 / 10%);; font-weight:400; text-align:center;}
	.gas_table .gas_td_tborder_n_l 	{border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-weight: 300; text-align:left;}
}


.remoteBox{padding:0 0 48px 0}
.one {margin: 0 0 28px 0; text-align: center;}
.one_title	{font-size:36px; font-weight:100; text-align:center; color:#000; letter-spacing: -3px; margin: 96px 0 64px 0;;}
.one_title span {font-size:30px; font-weight:500; text-align:left; color:#000; letter-spacing: -3px;}
.one_title_s	{font-size:24px; padding: 0 0 10px 0}
.one_title_sub	{font-size:16px; font-weight:100; text-align:left; color:#000;line-height: 1.5; }
.one_title_sub_box {padding:48px 96px; background:#f4f4f4; margin: 20px 0 0 0; font-size: 16px; font-weight: 400px; text-align: left; line-height: 1.8;  box-sizing: border-box;}
.one_title_sub_box li{list-style: disc;}

.bulk_list {display: flex; justify-content: space-around;}

.one_icon:after {position: absolute; content: ""; width: 100px; height: 100px; background:#f4f4f4; z-index: -1; border-radius: 50px; top: 58%; left: 50%; transform: translate( -50%, -50% ); }
.one_icon_title {font-weight: 500; font-size: 16px; padding:5px 0 14px 0; color:#000; text-align:center;}
.one_icon_text 	{font-size: 14px; padding:0 0 14px 0; color:#000; text-align:left; text-align: center;}
.one_icon_lt 		{position: relative; content:""; display: table; font-size: 56px; color:#000; font-weight:100; padding:32px 0 32px 0; z-index: 0;  transition: 0.3s}
.one_icon_lt:after {position: absolute; content: ""; width: 50px; height: 50px; background:#94c11f; z-index: -1; border-radius: 50px; top: 10%; left: -35%; transition: translate( -50%, -50%  transform: 0.3s); }

.one_icon_rt		{position: relative; content:""; display: table; font-size: 56px; color:#000; font-weight:100; padding:32px 0 32px 0; z-index: 0;  transition: 0.3s}
.one_icon_rt:after {position: absolute; content: ""; width: 50px; height: 50px; background:#94c11f; z-index: -1; border-radius: 50px; top: 5%; left: 50%; transition: translate( -50%, -50%  transform: 0.3s); }

.one_icon_ct		{position: relative; content:""; display: table; font-size: 56px; color:#000; font-weight:100; padding:32px 0 32px 0; z-index: 0;  transition: 0.3s}
.one_icon_ct:after {position: absolute; content: ""; width: 50px; height: 50px; background:#94c11f; z-index: -1; border-radius: 50px; top: 5%; left: 15%; transition: translate( -50%, -50%  transform: 0.3s); }

.tank_icon {display: flex; flex-direction: row; justify-content: space-around; padding: 0 0 32px;}
.tank_icon_bg { border-radius: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.image_space{padding:0 0 72px 0;}
.image_space img{max-width: 940px;}

@media screen and (max-width: 999px) {
	.one_icon_title {font-weight: 500; font-size: 16px; padding:10px 0 14px 0; color:#000; text-align:center;}
	.image_space img{width: 90%;}
}
/* ¿ø°Ý°ËÄ§ ¹ß½Å±â */
.app_area{}
.app_list{display: flex; margin: 0 0 18px 0;}
.app_logo{margin: 0 50px 0 0;}
.app_logo img{	
	border-radius: 24%;
    color: -2px 2px 5px rgb(226 226 226);
    -webkit-box-shadow: 4px 4px 15px 5px rgb(226 226 226);
}
.app_text{}
.app_title{font-size: 24px;
    text-align: left;
    margin:16px 0 10px 0;}
.app_title_sub{text-align: left; font-size:16px; color:#666; margin: 0 0 10px 0; font-weight:300;}
.app_btn{text-align:left; padding: 0px 0 48px 0;}
.app_btn img{width:150px; padding: 0 5px 0 0;}
.app_text_explanatory{text-align:left; font-size:18px; padding: 0 0 36px 0;}
.app_img_area{display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;}
.app_img_list{width: 100%;}
.app_img_title{text-align:center; font-size:16px; color:#666; padding: 0 0 25px 0;}
.app_img_phone{    -webkit-box-shadow: 4px 4px 15px 5px rgb(226 226 226);
    padding: 12px 5px;
    border-radius: 18px;
    width: 236px;
    margin: 0 0 24PX 0px;
    background: #fff;
}
.app_img{}
/* ¸ð¹ÙÀÏ ¾ÖÇÃ¸®Ä³ÀÌ¼Ç*/
/* ºÎ°¡Á¦Ç° */
#lp 
{margin:50px 0 48px 0;}
#app 
{margin:50px 0 48px 0;}
#joabill 
{margin:50px 0 48px 0;}
#cid
{margin:50px 0 48px 0;}

.booge_icon_area {
	display: flex;
    border-radius: 10px;
    padding: 0 0 50px 0;
    z-index: -1;
    position: relative;
    width: 1130px;
    box-sizing: border-box;
    justify-content: space-around;
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {
	.booge_icon_area {width: 100%; flex-direction: column;}
	.booge_icon_list img {height: 100px; margin: 0px;}
}

.booge_icon_list img {
    height: 100px;
    margin: 20px 0;
}
.booge_icon_title{
	font-size:16px;
	color:#000;
	height:40px
}
.booge_icon_contents{
	font-size:14px;
	color:#666;
	font-weight:300;
}
.booge_icon_contents {
	padding:0 0 24px ;
}

/* ºÎ°¡Á¦Ç° */

/* Ãë±ÞÇ°¸ñ*/

.item_area{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.item_list{
	width: 23%;
	height:23%;
    padding: 0 0 42px 0; 
	}
.item_list:hover .item_img img {border: 0px solid #03a9f4;padding: 0px;}
	
	
.item_img{
	width: 100%;

}
.item_img img{
	width: 100%;
    border-radius: 25px;
    border: 0px solid #ccc;
	padding: 0px;

}


.item_text{
	
    padding: 0 0 42px 0; 
	bottom:-20px 0;
	left:0;
	margin: 25px 0 15px;
	background:#fff;




	
	
}
.item_title{    font-size: 18px;
    text-align: left;
    line-height: 29px;
    color: #2196f3;}
.item_contents{    
	font-size: 14px;
    text-align: left;
    font-weight: 300;
    color: 666;
	padding: 0 0 0 18px;
	}

.item_contents li {
    list-style: disc!important;
}	
/* Ãë±ÝÇ°¸ñ*/


/* °Ô½ÃÆÇ °ü·Ã*/
.back_hover {
    background: #ffffff;
    transition: 0.5s;
    color:#666
    font-weight:100;
}

.back_hover:hover {
     background: rgb(3 169 244 / 0.05);
    color:#2196F3
}

.crt_page_no {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #2196f3;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    font-size: 14px;
}
.page_no {
    border: 1px solid #666;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    font-size: 14px;
}
.pageing_area{
    position: relative;
    width: 1130px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
	.pageing_area{width: 100%; margin:0 16px}
	
}

.pageing_area_photo{
    position: relative;
    width: 1130px;
    display: flex;
    justify-content: center;
	border-top: 1px solid #e7e7e7;
    padding: 24px 0 0 0;
}

@media screen and (max-width: 600px) {
	tbody td:nth-child(4n) {display:none}
	tbody td:nth-child(5n) {display:none}
}

	
	
.search_area{
	background: #f4f4f4;
    width: 1130;
    padding: 25px;
}
@media screen and (max-width: 1280px) {
	.search_area{width: 100%; margin:0 16px}
	
}


.board_select{
	width: 140px;
    max-width: 150px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0px 8px;
    vertical-align: middle;
	margin:0 1px 0 0;
}
.board_search_input{
    width: 30%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    text-indent: 10px;
    color: #868686;
    font-size: 13px;
    vertical-align: middle;
}
.board_input{
    width: 50%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    text-indent: 10px;
    color: #868686;
    font-size: 13px;
    vertical-align: middle;
	margin:8px 0 8px 8px;
}
.board_input_check {
    width: 20px;
    height: 40px;
    font-size: 14px;
    vertical-align: middle;
    margin: 8px;
}
.write_button_area{
	right: 0;
    position: absolute;
}
.icon_size{
	height: 16px;
    margin: 0 5px 0 1%;
}
.contects_font_style{
	font-weight: 300;
    color: #666;
    padding: 0 1%;
	display: flex;
}

.board_search_button{
	border: 0;
    min-width: 40px;
    height: 40px;
    /* margin-left: -4px; */
    background: #333;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    margin: 0 5px 0 -5px;
}
.board_write_button{
	margin: 0 5px 0 -5px;
    border: 0;
    min-width: 40px;
    padding: 0 25px;
    height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
}

.board_prev_button{
    border: 0;
    min-width: 40px;
    height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    float: left;
}

.board_next_button{
    border: 0;
    min-width: 40px;
    height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    float: right;
}


.board_view_top_title{
	font-size: 30px;
    padding: 24px 16px 0px;
}
.board_view_top_info{
	padding: 16px 0 24px 16px;
    font-weight: 400;
    color: #aaa;	
}
.board_view_top_info_text{
	padding: 0 50px 0 8px;
    color: #000;
}

.table_w{
	width:1130px;
}
@media screen and (max-width: 1280px) {
	.table_w{
		width:100%;
		padding: 0 16px;
	}
}

.table_td_input_title{
	background:#f4f4f4;
	padding: 8px;
	font-size: 16px;
}


.file_select {
    line-height: 40px;
    margin: 8px;
}

.warning{
	font-size:22px;
	padding:0 10px 10px 10px;
	}
.photo_board_img_size{
	width: 100%;
    height: 150px;
    object-fit: cover;
    margin: 24px 0 0px 0;
    border-radius: 8px 8px 0 0;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
}
.photo_board_title{font-size: 16px;
    font-weight: 300;
    background:#f4f4f4;
    margin: -2px 0 0 0;
    border-radius: 0 0 8px 8px;
    padding: 8px 12px;
    /* text-align: left; */
    color: #000;}
.photo_board_date{font-size:14px; color:#aaa;}
.qna_a{margin: 0 10px 24px;
    background: #f7f7f7;
    padding: 40px;
    display: flex;
}

.big_text_q{color: #2196f3;
        font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    margin: 0 30px 0 0;
    text-shadow: 7px 3px 5px rgb(194 194 194);
}
.big_text_q_centents{
	padding: 18px;
	}
	
.big_text_a{color: #ff0000;
        font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    margin: 0 30px 0 0;
    text-shadow: 7px 3px 5px rgb(194 194 194);
}
.big_text_a_centents{
	padding: 18px;
}


/*faq*/
.accordion {
    color: #444;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 9px;
    background: #fff;
    display: flex;
    align-content: center;
}


.active, .accordion:hover {
  background-color: #fff;
  color:#2196f3;
}

.panel {
background-color: #f7f7f7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    text-align: left;
    border-radius: 0 0 9px 9px;
    display: flex;
}
.faq_area {
    border-radius: 10px;
    border: 1px solid #ccc;
}
.active {
    /*
	border-radius: 10px 10px 0 0; 
	*/
	background: url();
}
.panel_faq_q {
	font-size: 42px;
    font-weight: 600;
    color: #fff;
    background: #2196f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 16;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 18px 0 0;

}
.panel_faq_q_text {
    font-size: 28px;
    font-weight: 100;
	line-height: 52px;
}
p.panel_faq_a {
    padding: 23px 0px 30px 100px;
    color: #f44336;
    font-size: 40px;
    box-sizing: border-box;
    font-weight: 900;
    
    line-height: 46px;
    margin: 0px 18px 0 0;
}
.panel_text {
    padding: 30px 30px 30px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}
.order_text{
	font-size:16px;
	line-height: 40px;
	}
.order_board_select {
    width: 300px;
    /* max-width: 310px; */
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0px 8px;
    vertical-align: middle;
    margin: 0 1px 0 0;
	    font-size: 16px;
    font-weight: 300;
	color: 000;
}

.order_board_select_ea{
	width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0px 8px;
    vertical-align: middle;
    margin: 0 1px 0 0;
	    font-size: 16px;
    font-weight: 300;
	color: 000;
}
.order_board_input{
    height: 40px;
    border: 1px solid #ccc;
    text-indent: 10px;
    color: #868686;
    font-size: 13px;
    vertical-align: middle;
    margin: 8px;
	    font-size: 16px;
    font-weight: 300;
	color: 000;
	}
.order_zipcode_button {
    margin: 0 5px 0 -5px;
    border: 0;
    min-width: 40px;
    padding: 0 25px;
    height: 40px;
    background: #2196f3;
    color: #fff;
    cursor: pointer;
    vertical-align:  middle;
    font-size: 14px;
}
.order_confirm_text{
	padding: 8px;
    font-size: 16px;
}
.file_btn{
	margin: 8px;
    font-size: 14px;
    line-height: 40px;
}
	
/* ÆùÆ® */
.text11{	font-size: 11px;	color: #333333;	font-family: "µ¸¿ò";}
.text11_b{	font-size: 11px;	color: #646464;	font-weight: bold;	font-family: "µ¸¿ò";}
.text18_100{	font-size: 18px;	color: #646464;	font-weight: 100;	font-family: "µ¸¿ò";}

/* ¸ÞÀÎ°øÁö±Û */
.text9{	font-size: 9px;	color: #646464;}
.text9_b{	font-size: 11px;	color: #646464;	font-weight: bold;}


a.notice:link { font-size: 11px; color:#cccccc; text-decoration: none; font-family:"dotum" }
a.notice:visited { font-size: 11px; color:#cccccc; text-decoration: none; font-family:"dotum"  }
a.notice:active { font-size: 11px; color:#cccccc; text-decoration: none; font-family:"dotum"  }
a.notice:hover { font-size: 11px; color:#FF5B2E; text-decoration: underline; font-family:"dotum" }

/* ¸ÞÀÎÀÌ¹ÌÁö ¼öÁ¤ */
.main_bg {background-image:  url(../images/bg.jpg);background-repeat: no-repeat;background-color: 000000;}

/* ¼­ºêÀÌ¹ÌÁö ¼öÁ¤ */
.sub_bg {background-image:  url(../images/sub.jpg);background-repeat: no-repeat;background-color: 333333;height:180;}

/* ¸Þ´º¶óÀÎ */
.menu_line {border-left:1px solid #333333;};

/* ¸ÞÀÎÄÃ·¯ */
.main_color {background-color: #482E62;}

textarea{
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:1px solid #ccc;
	margin: 8px;
    width: 98%;
    box-sizing: border-box;
}

/* ¸ÞÀÎÆÐµù */
.main_padding {padding-left:0;background-color: 000000;}

/* ¼­ºêÆÐµù */
.sub_padding {padding-top:10;background-color: 000000;}

/* ¼­ºê¸Þ´º¶óÀÎ */
.sub_menu_line {border-bottom:1px solid #333333;}


.bki_position{top:100px;}
.bki_product {
    display: block;
    height: 42px;
    background:url(../company/image/sub_img_1.jpg) top center no-repeat; 
	width:100%; 
	height:250px; 
	position: relative;
	z-index:0;
	margin:95 0 0 0;
}
.bki_product_right {
    display: block;
    height: 200px;
    background: url(../company/image/sub_img_right.png) top right no-repeat;
    width: 100%;
    position: absolute;
    z-index: 9990;
    right: 7%;
}
.font_title_wt{ color:#000;
	font-weight:400; 
    font-size: 24px;
    margin: 65px auto;
    text-align: center;
    width: 100%;
    position: absolute;
}

.font_title_wt_2{ color:#000; 
	font-size: 36px; 
	margin: 85px auto;
	text-align:center;
	width: 100%;
	padding-top: 20px;
	position: absolute;
}

.font_title_wt_3{ color:#000; 
	font-size: 14px; 
	font-weight: 100;
	margin: 125px auto;
	text-align:center;
	width: 100%;
	padding-top: 40px;
	position: absolute;
}

.product_top_2{padding: 0px 0 48px; width:100%;}
.product_top_2 ul{	
    overflow: hidden;
    background: #fff;
    table-layout: fixed;
    width: 100%;
	display: table !important;
	border:1px solid #ddd;

}
.product_top_2 ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
	line-height:1.2;
	height:60px;
	border-right:1px solid #ddd;
	font-weight:600;
}

.product_top_2 ul li:hover {
   color : 90c221;
   font-weight:600;
}

.product_top_2 ul li.on{
    position: relative;
    font-weight: 400;
    background-color: #94C11F;
    color: #fff;
    border: 1px solid #94C11F;
	font-weight:600;
}
.product_top_2 ul li.on:hover {
    color: #fff;
	font-weight:600;
}

