@charset "utf-8";

@keyframes fadeInUp {
	from { 
	  opacity: 0;
	  transform: scale(120%);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  /* animation: fadeInUp 1s ease-in-out 0s forwards; */
.wow {
	opacity: 0;
	-webkit-transform: translate(0,10%);
	-moz-transform: translate(0,10%);
	-ms-transform: translate(0,10%);
	transform: translate(0,10%);
	-webkit-transition: opacity .6s .1s,transform .6s ease;
	transition: opacity .6s .1s,transform .6s ease;
	transition-delay: 0ms;
  }
  
  .wow-in-view {
	opacity: 1!important;
	-webkit-transform: translate(0,0)!important;
	-moz-transform: translate(0,0)!important;
	-ms-transform: translate(0,0)!important;
	transform: translate(0,0)!important;
  }
.fade{
	opacity: 0;
	transform:translateY(20%);
	transition: 1s;
}
.fade.on{
	opacity: 1;
	transform:translateY(0%);
}
.contents{
	overflow: hidden;
}
.sub_visual{
	height:500px;
	transition: .5s;
	background-color:#f8f9fa;
	background-image:url(/assets/img/sub_visual.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.sub_visual.sv2{
	background-image:url(/assets/img/sub_visual2.jpg);
}
.sub_visual.sv3{
	background-image:url(/assets/img/sub_visual3.jpg);
}
.sub_visual.sv4{
	background-image:url(/assets/img/sub_visual4.jpg);
}
.sub_visual.sv5{
	background-image:url(/assets/img/sub_visual5.jpg);
}
.page_tit{
	height:100%;
	position:relative;
}
.page_tit .inner{
	position:absolute;
	top:50%;
	left:60px;
	transform:translateY(-50%);
}
.page_tit h2{
	font-size:64px;
	font-weight:700;
	line-height:1.2;
	
}
.page_tit p{
	font-size:24px;
	margin-top:4px;
}

.sub_con{
	margin:80px auto 0;
}
.bbs_gallery_list{
	margin-top:24px;
	border-top:1px solid #333;
}
.bbs_gallery_list > ul{
	display:flex;
	flex-wrap: wrap;
}
.bbs_gallery_list > ul > li{
	width:calc(33.333% - 16px);
	margin-top:24px;
	margin-left:24px;
	border:1px solid #e5e5e5;
}
.bbs_gallery_list > ul > li:nth-child(3n + 1){
	margin-left:0;
}
.bbs_gallery_list li a{
	color:#333;
}
.bbs_gallery_list li .thumb{
	position:relative;
}
.bbs_gallery_list li img{
	width:100%;
}
.bbs_gallery_list .status{
	font-size:14px;
	width:64px;
	height:64px;
	text-align:center;
	line-height:64px;
	background:#fff4d5;
	position:absolute;
	bottom:-32px;
	right:32px;
}
.bbs_gallery_list .status.finish{
	background:#ffe24e;
}
.bbs_gallery_list .info{
	padding:32px;
}
.bbs_gallery_list .info .product_name{
	font-size:16px;
}
.bbs_gallery_list .info h3{
	font-size:24px;
	font-weight:700;
	line-height:1.2;
}
.bbs_gallery_list .progress_info{
	font-size:16px;
	margin-top:24px;
}
.bbs_gallery_list .progress_info li{
	margin-top:8px;
	padding-left:70px;
	position:relative;
}
.bbs_gallery_list .progress_info li:first-child{
	margin-top:0;
}
.bbs_gallery_list .progress_info .progress_bar_area{
	margin-top:32px;
}
.bbs_gallery_list .progress_info .sort{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.progress_bar_wrap{
	display:flex;
}
.progress_bar{
	width:100%;
	height:10px;
	margin-top:10px;
	background:#f5f5f5;
	border-radius: 50px;
	position:relative;
}
.progress_bar span{
	background:#333;
	border-radius: 50px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
.progress_num{
	font-size:20px;
	min-width:48px;
	margin-left:16px;
	text-align:right;
}
.progress_main_image img{
	width:100%;
}
.bbs_sch_area .total{
	margin-top:20px;
	float:left;
}
.bbs_sch_area form{
	float:right;
}
.bbs_sch_area:after{
	content:'';
	display:block;
	clear:both;
}
.sch_type{
	display: flex;
	font-size:0;
	width:352px;
}
.sch_type span{
	display:inline-block;
	position:relative;
}
.sch_type .slt_type{
	width:128px;
}
.sch_type .input_type{
	width:352px;
	margin-left:8px;
}
.sch_type button{
	width:22px;
	height:24px;
	background:url(/assets/img/icon_sch.png);
	position:absolute;
	top:50%;
	right:16px;
	transform:translateY(-50%);
}


.bbs_sec{
	margin-top:80px;
}
.bbs_sec h4{
	font-size:28px;
	font-weight:700;
	padding-bottom:16px;
	border-bottom:2px solid #333;
}
.bbs_sec .con_area{
	margin-top:40px;
}
.bbs_sec .con_area img{
	width:100%
}
.bbs_progress .progress_bar_area{
	margin-top:24px;
	padding-left:80px;
	position:relative;
}
.bbs_progress .progress_bar_area .sort{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.bbs_progress .progress_num{
	font-size:28px;
}
.bbs_progress .progress_num b{
	font-size:40px;
}
.bbs_progress .progress_bar{
	margin-top:24px;
}
.progress_tab ul{
	display:flex;
	margin-top:24px;
}

.progress_tab li{
	width:25%;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	text-align:center;
}
.progress_tab li:first-child{
	border-left:1px solid #e5e5e5;
}
.progress_tab button{
	width:100%;
	height:56px;
	color:#ccc;
}
.progress_tab .on button{
	font-weight:500;
	color:#333;
	background:#f5f5f5;
}
.progress_thumb{
	margin-top:24px;
}
.progress_thumb ul{
	display:flex;
}
.progress_thumb li img{
	width:100%;
}
.progress_thumb li:first-child{
	margin-left:0;
}


.bbs_gallery_list .location{
	display: block;
	font-size:14px;
	margin-top:8px;
	color:#aaa;
}
.bbs_sec .bbs_gallery_list{
	margin-top:0;
	border-top: none;
}


.bbs_basic_list{
	margin-top:24px;
}
.bbs_basic_list li{
	display:table;
	width:100%;
	padding:32px 0;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
.bbs_basic_list li:first-child{
	border-top:2px solid #333;
}
.bbs_badge{
	font-size:16px;
	padding:4px 12px;
	color:#333;
	border:1px solid #e5e5e5;
}
.bbs_basic_list li .num{
	display: table-cell;
	font-size:28px;
	font-weight:700;
	width:120px;
	color:#e5e5e5;
	vertical-align: middle;
}
.bbs_basic_list h3{
	display: inline-block;
	font-size:20px;
	font-weight:700;
	color:#333;
	line-height:1.2;
	letter-spacing: -2px;
	vertical-align: middle;
}
.bbs_basic_list h3:after{
	content:'→';
	position:absolute;
	top:50%;
	right:16px;
	transform:translateY(-50%);
}
.bbs_date{
	font-size:14px;
	letter-spacing: 0;
}
.bbs_basic_list li .bbs_date{
	width:80px;
	vertical-align: middle;
}
.bbs_basic_list li a{
	display: inline-block;
	margin-top:4px;
}
.pagination{
	margin-top:80px;
	text-align:center;
}
.pagination ul{
	display:inline-block;
}
.pagination li{
	margin:0 2px;
 	float:left;
}
.pagination a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#aaa;
	border-radius:50%;
}
.pagination li.on a{
	width:40px;
	border: 1px solid #e5e5e5;
}
.pagination li.prev a,
.pagination li.next a,
.pagination li.first a,
.pagination li.last a{
	font-size:0;
	position:relative;
}

.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.first a:before,
.pagination li.last a:before{
	content:'';
	width:12px;
	height:12px;
	background-image:url(/assets/img/icon_pagination.png);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}

.pagination li.prev a:before{
	background-position:0 -22px;
}
.pagination li.next a:before{
	background-position:0 -44px;
}
.pagination li.last a:before{
	background-position:0 -66px;
}


.bbs_head{
	padding:32px 0;
}
.bbs_head .tit{
	margin-top:8px;
}
.bbs_head .tit h3{
	font-size:40px;
	font-weight:700;
	line-height:1.2;
	letter-spacing: -2px;
}
.bbs_con{
	padding:32px 0;
	border-top:1px solid #e5e5e5;
}
.move_read{
	font-size:14px;
}
.move_read dl{
	display:flex;
	flex-wrap: wrap;
	border-top:1px solid #333;
}
.move_read dt,
.move_read dd{
	padding:24px 0;
	border-bottom:1px solid #e5e5e5;
}
.move_read dt{
	width:80px;
}
.move_read dd{
	width:calc(100% - 80px);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.move_read dd a{
	color:#333;
}
.move_read dd .no_read{
	color:#ccc;
}

.bbs_btn{
	padding-top:24px;
	border-top:1px solid #e5e5e5;
}
.bbs_btn:after{
	content:'';
	display:block;
	clear:both;
}
.bbs_btn .left{
	float:left;
}
.bbs_btn .right{
	float:right;
}
.bbs_btn.center{
	margin-top:40px;
	text-align:center;
	border-top:none;
}
.bbs_tit{
	display: table-cell;
    padding: 0 16px;
    vertical-align: middle;
}
.bbs_name{
	display:table-cell;
	font-size:14px;
	width:120px;
	text-align: center;
	vertical-align: middle;
}
.qna_status{
	font-size:14px;
	margin-right:8px;
	padding:4px 12px;
	color:#333;
	border:1px solid #e5e5e5;
	border-radius: 50px;
	vertical-align: middle;
}
.qna_status.on{
	color:#fff;
	background:#333;
	border:1px solid #333;
}

.guest_info{
	font-size:16px;
	margin-top:24px;
	padding-top:24px;
	border-top:1px solid #e5e5e5;
}
.guest_info li{
	margin-left:32px;
	padding-left:16px;
	background:#f5f5f5;
	float:left;
}
.guest_info li:first-child{
	margin-left:0;
}
.guest_info span{
	display: inline-block;
	width:160px;
	height:40px;
	text-align:center;
	line-height: 40px;
	margin-left:8px;
	background:#e5e5e5;
}
.bbs_reply{
	padding:40px;
	background:#f9f9f5;
}
.bbs_reply h4{
	font-size:28px;
	font-weight:700;
}
.bbs_reply .reply_con{
	margin-top:8px;
}
.bbs_privacy .privacy_box{
	font-size:14px;
	height:240px;
	margin-top:16px;
	padding:24px;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	overflow-y: auto;
}
.bbs_privacy .chk_type{
	margin-top:8px;
}
.bbs_write_info dl{
	display:flex;
	font-size:16px;
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #e5e5e5;
	flex-wrap: wrap;
}
.bbs_write_info dl:first-child{
	margin-top:0;
}
.bbs_write_info dt{
	width:128px;
	margin:28px 0;
	text-align:center;
}
.bbs_write_info dd{
	width:calc(100% - 128px);
	margin:12px 0;
}
.bbs_input_box .input_type{
	margin:-8px;
}
.bbs_write_info .input_type:after{
	content:'';
	display: block;
	clear:both;
}
.input_type span{
	display:inline-block;
	width:calc(50% - 20px);
	margin:8px 10px;
}
.input_type span

.bbs_write_info textarea{
	width:100%;
	height:240px;
	padding:24px;
	border:1px solid #e5e5e5;
}
.bbs_file{
	font-size:16px;
	padding:24px 0;
	border-top:1px solid #e5e5e5;
}
.bbs_file > div{
	margin-top:4px;
}
.bbs_file > div:first-child{
	margin-top:0;
}
.bbs_password{
	width:100%;
	max-width:320px;
	padding:32px 24px;
	text-align:center;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 5;
}
.bbs_password p{
	font-size:14px;
	margin-top:8px;
}
.bbs_password .input_type{
	margin-top:24px;
}
.bbs_password input{
	height:40px;
	line-height:40px;
}
.btn_box{
	font-size:0;
	margin-top:16px;
}
.btn_box button{
	width:calc(50% - 4px);
}
.btn_box button:nth-child(2){
	margin-left:8px
}
.bbs_qna h3{
	padding-right:32px;
	position:relative;
}
.bbs_qna h3:after{
	content:'';
	width:32px;
	height:32px;
	background-image: url(/assets/img/icon_secret.png);
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}



.introduce{
	color:#fff;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
}
.introduce1{
	background-image:url(/assets/img/sub/introduce_bg1.jpg);
}
.introduce1 .layout_inner > div{
	left:64px;
}
.introduce2 .layout_inner > div{
	right:11%;
}
.introduce2{
	background-image:url(/assets/img/sub/introduce_bg2.jpg);
	position:relative;
}
.introduce1{
	background-image:url(/assets/img/sub/introduce_bg1.jpg);
}
.introduce .layout_inner{
	width:100%;
	height:100%;
	position:relative;
}
.introduce .layout_inner > div{
	transform:translateY(-50%);
	position:absolute;
	top:50%;
}
.introduce b{
	font-size:48px;
	letter-spacing:-2px;
	line-height:1.2;
}
.introduce p{
	margin-top:24px;
}
.introduce .box{
	width:50%;
	height: 100%;
	text-align:center;
	background-image:url(/assets/img/sub/introduce_bg3.jpg);
	background-position: center;
	background-size:cover;
}
.introduce .box:nth-child(2){
	background-image:url(/assets/img/sub/introduce_bg4.jpg);
}
.introduce3{
	display:flex;
}
.introduce3 .layout_inner > div{
	transform:translate(-50%, -50%);
	left:50%;
}
.introduce3 img{
	margin-top:8px;
	padding-top:12px;
	border-top:1px solid rgba(255,255,255,.5);
}
.introduce5{
	text-align:center;
	background-image:url(/assets/img/sub/introduce_bg5.jpg);
}
.introduce5 .layout_inner div{
	left:50%;
	transform:translate(-50%,-50%);
}



.solar_feature li{
	margin-top:8px;
	padding:80px 88px;
	color:#fff;
	background-size:cover;
	position:relative;
}
.solar_feature li:nth-child(1){
	margin-top:0;
	background-image:url(/assets/img/sub/feature_bg1.jpg);
}
.solar_feature li:nth-child(2){
	background-image:url(/assets/img/sub/feature_bg2.jpg);
}
.solar_feature li:nth-child(3){
	background-image:url(/assets/img/sub/feature_bg3.jpg);
}
.solar_feature li:nth-child(4){
	background-image:url(/assets/img/sub/feature_bg4.jpg);
}
.solar_feature li:nth-child(5){
	background-image:url(/assets/img/sub/feature_bg5.jpg);
}
.solar_feature li .num{
	font-size:48px;
	position:absolute;
	top:62px;
	left:40px;
}
.solar_feature li strong{
	font-size:24px;
	line-height:1.2;
	word-break: keep-all;
}
.solar_feature li p{
	margin-top:8px;
}

.solar_service_area{
	margin-top:120px;
}
.solar_service img{
	width:100%;
	margin-top:40px;
}
.solar_service ul{
	display:flex;
	margin-top:80px;
}
.solar_service li{
	width:50%;
	padding:128px 16px 0;
	position:relative;
	border-left:1px solid #e5e5e5;
}
.solar_service li:first-child{
	border-left:0;
}
.solar_service li:before{
	content:'';
	width:104px;
	height:104px;
	background-image:url(/assets/img/sub/service_icon.png);
	position:absolute;
	top:0;
	left:16px;
}
.solar_service li:nth-child(2):before{
	background-position:0 -114px;
}
.solar_service li:nth-child(3):before{
	background-position:0 -228px;
}
.solar_service li:nth-child(4):before{
	background-position:0 -342px;
}
.solar_service li:nth-child(5):before{
	background-position:0 -456px;
}
.solar_service li p{
	font-size:16px;
	word-break: keep-all;
}
.solar_service li strong{
	display: block;
	font-size:24px;
	margin-top:4px;
	word-break: keep-all;
	line-height:1.2;
}

.sec_tit h3{
	font-size:48px;
	font-weight:700;
	line-height: 1.2;
}
.sec_tit p{
	font-size:20px;
	margin-top:8px;
}

.solar_process_area{
	margin-top:120px;
}
.solar_process{
	display:flex;
	flex-wrap: wrap;
	margin:40px -12px 0;
}
.solar_process li{
	width:calc(25% - 24px);
	height:64px;
	margin:12px 12px;
	padding-left:32px;
	line-height:64px;
	position:relative;
}
.solar_process li span{
	font-size:24px;
	font-weight:700;
	width:64px;
	height:64px;
	text-align:center;
	color:#ffe24e;
	background:#333;
	border-radius: 50%;
	position:absolute;
	top:0;
	left:0;
}
.solar_process li b{
	display: block;
	text-align:center;
	background:#f5f5f5;
}

.contact_area ul{
	display:flex;
	margin:0 -12px;
}
.contact_area li{
	width:50%;
	margin:0 12px;
}
.contact_area li img{
	width:100%
}
.contact_addr{
	margin-top:24px;
}
.contact_addr h3{
	font-size:28px;
	font-weight:700;
}
.contact_addr dl{
	margin-top:24px;
}
.contact_addr dt{
	width:48px;
	color:#aaa;
	float:left;
	clear:both;
}
.contact_addr dd{
	float:left;
}

.product_main{
	background-size:cover;
	background-position: center;
	transition:.5s;
	position:relative;
	animation: fadeInUp 1s cubic-bezier(.23,.78,.68,.91) 0s forwards;
}
.product_main .tit{
	color:#fff;
	position:absolute;
	bottom:80px;
	left:calc((100% - 1512px)/2);
}
.product_main .tit h2{
	font-size:48px;
	font-weight:700;
}
.product_main .tit p{
	font-size:28px;
}
.product_main .tit .desc{
	font-size:18px;
	margin-top:24px;
}
.s1{
	background-image:url(/assets/img/sub/s1_main.jpg);
}
.s2{
	background-image:url(/assets/img/sub/s2_main.jpg);
}
.s3{
	background-image:url(/assets/img/sub/s3_main.jpg);
}
.s4{
	background-image:url(/assets/img/sub/s4_main.jpg);
}


.product_spec{
	display:flex;
	flex-wrap: wrap;
}
.product_spec dt,
.product_spec dd{
	margin-top:80px;
	padding-top:80px;
	border-top:1px solid #e5e5e5;
}
.product_spec .product_intro{
	margin-top:0;
	padding-top:0;
	border-top:0;
}
.product_spec dt{
	font-size:32px;
	font-weight:700;
	width:384px;
	transition: .3s;
}
.product_spec dd{
	font-size:24px;
	width:calc(100% - 384px);
	transition: .3s;
}
.product_spec dd ul{
	display:flex;
	flex-wrap: wrap;
}
.product_spec dd li{
	width:25%;
	font-size:18px;
	margin-top:8px;
	padding:0 14px;
	word-break:keep-all;
	position:relative;
}
.product_spec dd li:before{
	content:'';
	width:4px;
	height:4px;
	border-radius: 50%;
	background:#333;
	position:absolute;
	top:10px;
	left:0;
}
.product_spec dd .spec{
	margin-top:40px;
}
.product_spec dd .spec:first-child{
	margin-top:0;
}

.product_material{
	margin-top:80px;
	padding:64px 0;
	background:#f9f9f5;
}
.product_material .solar_service ul{
	margin-top:0;
}
.product_material .solar_service li:before{
	background-image:url(/assets/img/sub/product_icon.png);
}
.product_material .solar_service li.pm_icon_solar:before{
	background-position: 0 -114px;
}
.product_material .solar_service li.pm_icon_window:before{
	background-position: 0 -228px;
}
.product_material .solar_service li.pm_icon_pvc:before{
	background-position: 0 -342px;
}
.product_material .solar_service li.pm_icon_wood:before{
	background-position: 0 -456px;
}
.product_material .solar_service li.pm_icon_hit:before{
	background-position: 0 -570px;
}
.product_material .solar_service li.pm_icon_terrace:before{
	background-position: 0 -684px;
}
.product_con{
	margin-top:80px;
}
.product_con img{
	width:100%;
	margin-top:8px;
}
.product_con img:first-child{
	margin-top:0;
}
.product_feature{
	margin-top:80px;
}
.product_feature h3{
	font-size:32px;
	font-weight:700;
}
.product_feature_list{
	overflow: hidden;
}
.product_feature ul{
	display:flex;
	flex-wrap:wrap;
	margin:-12px;
	margin-top:-13px;
}
.product_feature li{
	width:calc(33.333% - 24px);
	margin:12px;
	padding-top:32px;
	border-top:1px solid #333;
}
.product_feature b{
	display:block;
	font-size:24px;
}
.product_feature img{
	width:100%;
	margin-top:16px;
}
.product_feature p{
	margin-top:16px;
}
.product_finish{
	margin-top:120px;
	padding-bottom:120px;
	text-align:center;
	position:relative;
}
.product_finish:after{
	content:'';
	background:#f9f9f5;
	position:absolute;
	top: 60%;
	bottom:0;
	left:0;
	right:0;
	z-index: -1;
}
.product_finish .tit h3{
	font-size:32px;
	font-weight:700;
}
.product_finish .tit p{
	margin-top:16px;
}
.floor_plan{
	display: inline-block;
	margin-top:40px;
	position:relative;
}
.floor_plan_pic{
	width:100%;
}
.floor_plan button{
	font-size:0;
	width:4.2%;
	height:5.637%;
	border-radius: 50%;
	background:#333;
	transition:.15s;
	position:absolute;
	top:9.664%;
	left:10.4%;
}
.floor_plan button.on{
	background:#ffe24e;
}
.floor_plan li:nth-child(2) button{
	top:18%;
	left:18%
}
.material_pic{
	display: none;
	max-width:208px;
	padding:8px 8px 16px;
	text-align:left;
	background:#fff;
	position:absolute;
	bottom:0;
	right:0;
}
.material_pic b{
	display: block;
	margin-top:16px;
	line-height:1.2;
}
.material_pic p{
	font-size:14px;
}


.order_tit h3{
	font-size:48px;
	font-weight:700;
}
.order_tit p{
	font-size:24px;
}



.order_finish{
	padding-left:580px;
	position:relative;
}
.order_tit{
	position:absolute;
	top:0;
	left:0;
}
.order_result dl{
	margin-top:16px;
}
.order_result dt,
.order_result dd{
	padding:16px 0;
	border-top:1px solid #e9ecef;
	float:left;
}
.order_result dt:first-child,
.order_result dd:nth-child(2){
	border-color:#212529;
}
.order_result dt{
	width:142px;
	clear:both;
}
.order_result dd{
	width:calc(100% - 142px);
}
.order_date{
	font-size:16px;
	text-align:right;
}
.order_finish_btn{
	position:absolute;
	top:164px;
	left:0;
}

.bbs_basic_list .fix h3:before{
	content:'';
	display: inline-block;
	width:34px;
	height:25px;
	margin-right:8px;
	background-image:url(/assets/img/icon_notice.png);
	background-size:34px;
	vertical-align: middle;
}


.company_area h3{
	font-size:40px;
	font-weight:700;
	margin-top:56px;
	line-height:1.3;
	text-align:center;
}
.company_p{
	margin-top:80px;
	padding-left:50%;
	position:relative;
}
.company_p:before{
	content:'';
	width:50%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	background-image: url(/assets/img/sub/company_pic.jpg);
	background-size:cover;
	background-position:center center;
}
.company_hi{
	font-size:20px;
	padding:40px;	
}
.company_hi .name{
	font-size:28px;
	margin-top:40px;
	line-height:1.3;
}
.company_hi .name b{
	padding-right:138px;
	position:relative;
}
.company_hi .name b:after{
	display: none;
	content:'';
	width:122px;
	height:72px;
	margin-left:8px;
	background:url(/assets/img/sub/sign.png);
	position:absolute;
	top:3px;
	right:0;
	transform:rotate(-10deg)
}
.online_frm textarea{
	height:120px;
}


.transport{
	padding-left:348px;
	position:relative;
}
.transport h3{
	position:absolute;
	top:0;
	left:0;
}
.transport li{
	width:calc(50% - 20px);
	margin-top:56px;
	margin-left:40px;
	float:left;
}
.transport li:nth-child(odd){
	margin-left:0;
	clear:both;
}
.transport li:nth-child(1),
.transport li:nth-child(2){
	margin-top:0;
}
.transport li img{
	width:100%;
	border-radius: 16px;
}
.transport li .transport_txt{
	margin-top:24px;
}
.transport_txt span{
	font-weight:700;
	padding:4px 12px;
	border-radius: 16px;
	vertical-align: middle;
	background:#e12e5e;
	color:#fff;
}
.transport_txt b{
	font-size:24px;
	margin-left:8px;
	vertical-align: middle;
}
.transport_txt p{
	margin-top:16px;
}

.car_list{
	overflow:hidden;
}
.car_list ul{
	display: flex;
	flex-wrap: wrap;
	margin:-20px;
}
.car_list li{
	width:calc(25% - 40px);
	margin:20px;
	padding:24px;
	background:#f8f9fa;
	border-radius: 16px;
	overflow: hidden;

}
.car_list li .thumb{
	margin:0 auto;
	border-radius: 16px;
	overflow: hidden;
}
.car_list li img{
	width:100%;
}
.car_txt{
	margin-top:24px;
}
.car_txt b{
	font-size:24px;
	word-break: keep-all;
	line-height: 1.3;
}
.car_txt dl{
	font-size:14px;
	margin-top:16px;
	padding-top:16px;
	border-top:1px solid #e9ecef;
}
.car_txt dl dt,
.car_txt dl dd{
	margin-top:7px;
}
.car_txt dl dt{
	float:left;
	clear:both;
}
.car_txt dl dd{
	float:right;
}




.order_btn{
	margin-top:56px;
	text-align:center;
}
.order_frm textarea{
	height:120px;
}
.label_require{
	padding-left:16px;
	position:relative;
}
.label_require:before{
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	border-radius: 50px;
	background:#e12e5e;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.sea_area > div{
	margin-top:120px;
}
.sea_area > div:first-child{
	margin-top:0;
}
.business_main_pic{
	display: block;
	width:100%;
	margin:56px auto 0;
	border-radius: 16px;
}
.sea_area .business_main_pic{
	width:calc(100% - 80px);
	margin-bottom:-15%;
}
.business_area .tbl_type{
	padding:15% 40px 40px;
	background:#f1f3f5;
}
.tbl_type table{
	width:100%;
	background:#fff;
	border-radius: 16px;
	overflow: hidden;
}
.tbl_type th,
.tbl_type td{
	padding:24px;
	line-height:1.25;
	text-align:left;
	border-top:1px solid #e9ecef;
}
.tbl_type th{
	font-weight:700;
	background:#e9ecef;
	border-color:#f8f9fa;
}
.sea_area .tbl_type{
	margin-top:40px;
}

.zigzag{
	margin-top:80px;
}
.zigzag_list{
	display:flex;
	align-items:flex-end;
	margin:80px -20px 0;
}
.zigzag_list:first-child{
	margin-top:0;
}
.zigzag_list > div{
	width:calc(50% - 20px);
	margin:0 20px
}
.zigzag_list .thumb{
	border-radius:16px;
	background:#f8f9fa;
	overflow: hidden;
}
.zigzag_list .thumb img{
	width:100%;
}
.zigzag_list .txt b{
	font-size:32px;
	letter-spacing: 0;
	line-height:1.1;
}
.zigzag_list .option{
	display:flex;
	margin:24px -4px 0;
}
.zigzag_list .option li{
	margin:0 4px;
}
.zigzag_list .option dl{
	width:140px;
	padding:24px 0;
	letter-spacing: 0;
	text-align:center;
	border:1px solid #e9ecef;
	border-radius: 16px;
}
.zigzag_list .option dt{
	font-weight:700;
	margin-bottom:4px;
}
.zigzag_list .option dd{
	font-size:14px;
	line-height:1.25
}
.zigzag_list:nth-child(2n-1){
	text-align:right;
}
.zigzag_list:nth-child(2n-1) .thumb{
	order: 2;
}
.zigzag_list:nth-child(2n-1) .option{
	justify-content: right;
}





@media only screen and (max-width:1632px){
	.product_main .tit{
		left:60px;
	}


}
@media only screen and (max-width:1280px){
	.gallery_summary .info{
		width:calc(100% - 626px)
	}

}
@media only screen and (max-width:1152px){
.product_spec dt{
	width:264px;
}
.product_spec dd{
	width:calc(100% - 264px);
}
.product_spec dd ul{
	margin-top:-4px;
}
.product_spec dd li{
	margin-top:16px;
}

.gallery_summary .thumb{
	width:626px;
}
.gallery_summary .thumb{
	width:626px;
}

.transport{
	padding-left:242px;
}

.order_finish{
	padding-left:388px;
}



}

@media only screen and (max-width:1024px){
.sub_visual{
	height:432px;
}
.page_tit h2{
	font-size:40px;
}
.page_tit p{
	font-size:18px;
}
.sub_con{
	margin-top:60px;
}
.solar_service ul{
	flex-wrap: wrap;
	margin-top:32px
}
.solar_service li{
	width:33.333%;
	margin-top:32px;
}
.solar_service li:first-child{
	border-left:1px solid #e5e5e5;
}
.solar_process li{
	width:calc(33.333% - 24px)
}

.product_material{
	padding:64px 0;
}
.product_material .solar_service ul{
	margin-top:-32px;
}
.product_finish{
	padding-bottom: 60px;
}
.floor_plan{
	margin:40px 40px 0;
}
.product_main{
	height:0 !important;
	padding-top:75%;
}
.s1{
	background-image: url(/assets/img/sub/s1_main_t.jpg);
}
.s2{
	background-image: url(/assets/img/sub/s2_main_t.jpg);
}
.s3{
	background-image: url(/assets/img/sub/s3_main_t.jpg);
}
.s4{
	background-image: url(/assets/img/sub/s4_main_t.jpg);
}

.car_list li{
	width:calc(33.333% - 40px);
}



}
@media only screen and (max-width:960px){
.sub_visual{
	background-size:cover;
}
.contact_area ul{
	flex-wrap: wrap;
}
.contact_area li{
	width:100%;
	margin-top:32px;
}
.contact_area li:first-child{
	margin-top:0px;
}
.contact_addr dl{
	margin-top:16px;
}

.product_feature li{
	width:calc(50% - 24px);
}

.bbs_gallery_list > ul{
	margin:24px -8px 0;
}
.bbs_gallery_list > ul > li{
	width:calc(50% - 16px);
	margin:16px 8px;
}
.bbs_gallery_list > ul > li:nth-child(3n + 1){
	margin-left:8px;
}


.gallery_summary{
	flex-wrap: wrap;
}
.gallery_summary .thumb{
	width:100%;
}
.gallery_summary .info{
	width:100%;
	margin-top:40px;
	margin-left:0;
}
.gallery_summary ul{
	margin-top:32px;
}

.introduce{
	height:0 !important;
	padding-top:105%;
	background-attachment: scroll;
	position:relative;
}
.introduce .layout_inner{
	position:absolute;
	top:0;
	left:0;
}
.introduce b{
	font-size:40px;
}
.introduce1 .layout_inner > div{
	left:40px;
}
.introduce .box{
	position:absolute;
	top:0;
}
.introduce .box:nth-child(2){
	right:0;
}
.qna_status{
	display: block;
	width:80px;
}
.bbs_qna h3{
	margin-top:4px;
}

.company_p{
	margin-top:40px;
	padding-left:0;
}
.company_p:before{
	display: block;
	width:auto;
	padding-top:86%;
	position:static;
	bottom:auto;
}

.company_hi{
	margin-top:24px;
	padding:0;
}
.order_tit{
	position:static;
}
.order_tit h3{
	font-size:24px;
}
.order_tit p{
	font-size:16px;
}
.order_finish{
	padding-left:0;
}
.order_result{
	margin-top:40px;
}
.order_finish_btn{
	margin-top:56px;
	position:static;
}
.order_finish_btn a{
	width:100%;
}

.zigzag_list .option li{
	width:33.333%;
}
.zigzag_list .option dl{
	width:auto;
}

}
@media only screen and (max-width:768px){
.sub_visual{
	background-image:url(/assets/img/sub_visual_m.jpg);
	background-position: center right;
}
.sub_visual.sv2{
	background-image:url(/assets/img/sub_visual2_m.jpg);
}
.sub_visual.sv3{
	background-image:url(/assets/img/sub_visual3_m.jpg);
}
.sub_visual.sv4{
	background-image:url(/assets/img/sub_visual4_m.jpg);
}
.sub_visual.sv5{
	background-image:url(/assets/img/sub_visual5_m.jpg);
}
.sec_tit h2{
	font-size:24px;
}
.sec_tit p{
	font-size:16px;
}
.introduce{
	padding-top:125%;
}
.introduce .box{
	width:100%;
	height:50%;
}
.introduce .box:nth-child(2){
	top:50%;
}
.introduce b{
	font-size:24px;
}
.introduce3{
	padding-top:135%
}
.introduce1 .layout_inner > div{
	right:40px;
}
.introduce1{
	background-image:url(/assets/img/sub/introduce_bg1_m.jpg);
}
.introduce2{
	background-image:url(/assets/img/sub/introduce_bg2_m.jpg);
}
.sub_visual{
	height:302px;
}
.page_tit .inner{
	left:20px;
	right:170px;
}
.page_tit h2{
	font-size:24px;
}
.page_tit p{
	font-size:16px;
}
.sub_con{
	margin:40px auto 0;
}
.sec_tit h3{
	font-size:28px;
}
.solar_feature li:nth-child(1){
	background-image:url(/assets/img/sub/feature_bg1_m.jpg);
}
.solar_feature li:nth-child(2){
	background-image:url(/assets/img/sub/feature_bg2_m.jpg);
}
.solar_feature li:nth-child(3){
	background-image:url(/assets/img/sub/feature_bg3_m.jpg);
}
.solar_feature li:nth-child(4){
	background-image:url(/assets/img/sub/feature_bg4_m.jpg);
}
.solar_feature li:nth-child(5){
	background-image:url(/assets/img/sub/feature_bg5_m.jpg);
}
.solar_feature li p br{
	display:none
}
.solar_service li{
	width:50%;
	padding-top:64px;
}
.solar_service li:before{
	width:52px;
	height:52px;
	background-size:cover;
}
.solar_service li strong{
	font-size:20px;
}
.solar_process{
	margin-top:24px;
}
.solar_process li{
	width:100%;
	height:48px;
	margin:8px 12px;
	line-height:48px;
}
.solar_process li span{
	font-size:18px;
	width:48px;
	height:48px;
}
.contact_addr h3{
	font-size:20px;
}
.product_main{
	padding-top:115%;
}
.product_main .tit{
	top:80px;
	left:20px;
	right:20px;
	bottom:auto;
}
.product_main .tit p{
	font-size:16px;
}
.product_main .tit h2{
	font-size:24px;
}
.product_main .tit .desc{
	font-size:14px;
	margin-top:8px;
}
.s1{
	background-image:url(/assets/img/sub/s1_main_m.jpg);
}
.s2{
	background-image:url(/assets/img/sub/s2_main_m.jpg);
}
.s3{
	background-image:url(/assets/img/sub/s3_main_m.jpg);
}
.s4{
	background-image:url(/assets/img/sub/s4_main_m.jpg);
}
.product_spec .product_intro{
	margin-top:16px;
}
.product_spec dt, .product_spec dd{
	margin-top:24px;
	padding-top:24px;
}
.product_spec dt{
	font-size:24px;
	width:100%;
}
.product_spec dd{
	font-size:20px;
	width:100%;
	margin-top:8px;
	padding-top:8px;
	border-top:0
}
.product_spec dd li{
	width:auto;
	margin-top:8px;
}
.product_material{
	margin-top:40px;
}
.product_material .solar_service li p{
	margin-top:8px;
	line-height:1.2;
}
.product_con{
	margin-top:40px;
}
.product_finish{
	margin-top:80px;
}
.floor_plan{
	margin:40px 20px 0;
}
.product_feature ul{
	margin:-8px -4px;
	margin-top:-9px
}
.product_feature li{
	width:calc(50% - 12px);
	margin:8px 6px;
	padding-top:24px;
}
.product_feature{
	margin-top:40px;
}
.product_feature b{
	font-size:16px;
}
.product_feature img{
	margin-top:12px;
}
.product_feature p{
	margin-top:8px;
}
.product_feature p br{
	display:none;
}
.bbs_gallery_list > ul > li{
	width:auto
}
.bbs_gallery_list .info{
	padding:32px 24px;
}
.gallery_summary .info{
	margin-top:24px;
}
.gallery_summary .info h3{
	font-size:24px;
	margin-top: 4px;
}
.gallery_summary ul{
	margin-top:24px;
}
.gallery_summary li{
	padding-left:88px;
}
.bbs_sec{
	margin-top:40px;
}
.bbs_sec h4{
	font-size:20px;
}
.bbs_sec .con_area{
	margin-top:24px;
}
.bbs_progress .progress_bar_area{
	padding-left: 64px;
}
.bbs_progress .progress_bar{
	margin-top:12px;
}
.bbs_progress .progress_num{
	font-size:16px;
}
.bbs_progress .progress_num b{
	font-size:24px;
}
.progress_tab button{
	font-size:12px;
	word-break: keep-all;
}
.bbs_basic_list li{
	display: block;
	padding:24px 0 16px;
	position:relative;
}
.bbs_basic_list li .num{
	display: block;
	font-size:18px;
	width:60px;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.bbs_tit{
	display: block;
	padding:0
}
.qna_status{
	font-size:12px;
	width:72px;
	padding:2px 12px;
}
.bbs_name{
	display:inline-block;
	font-size:12px;
	width:auto;
}
.bbs_basic_list li .bbs_date{
	font-size:12px;
	width:auto;
}
.bbs_head{
	padding:24px 0;
}
.bbs_head .tit h3{
	font-size:24px;
}
.guest_info{
	font-size:14px;
}
.guest_info li{
	margin-left:0;
}
.guest_info span{
	width:120px;
}

.bbs_file{
	font-size:14px;
}
.bbs_reply{
	padding:24px;
}
.bbs_reply h4{
	font-size:20px;
}
.bbs_date{
	font-size:12px;
}
.bbs_badge{
	font-size:12px;
}
.bbs_basic_list h3{
	font-size:18px;
}
.bbs_con{
	font-size:16px;
}
.bbs_btn.center{
	margin-top:24px;
}
.bbs_write_info dl{
	display:block;
	padding-top:24px;
}
.bbs_write_info dt{
	margin:16px 0 8px;
	text-align: left;
}
.bbs_write_info dd{
	width:auto;
}
.bbs_input_box .input_type{
	margin:0;
}
.bbs_write_info .input_type span{
	margin:8px 0;
}
.sch_type{
	width:100%;
}
.sch_type .slt_type{
	width:80px;
}
.slt_type select{
	font-size:12px;
	height:40px;
}
.bbs_sch_area form{
	float:none;
}
.sch_type .input_type{
	width:calc(100% - 80px);
}
.sch_type .input_type input{
	font-size:12px;
	height:40px;
	line-height:40px;
}
.bbs_basic_list{
	margin-top:16px;
}
.bbs_sch_area .total{
	display:none;
}


.company_area h3{
	font-size:24px;
}
.company_area h3 br{
	display:none;
}
.company_hi{
	font-size:16px;
}
.company_hi .name{
	font-size:20px;
}

.transport{
	padding-left:0;
}
.transport h3{
	position:static;
}
.transport li{
	width:auto;
	margin-top:40px;
	margin-left:0;
	float:none;
}
.transport li:nth-child(odd){
	margin-top:40px;
}
.transport li:nth-child(1), 
.transport li:nth-child(2){
	margin-top:40px;
}

.car_list li{
	width:100%;
}

.bbs_privacy .privacy_box{
	height:144px;
}
.order_frm .input_wrap .input_type{
	width:calc(50% - 10px);
	margin:16px 4px 0;
}
.order_frm .input_wrap .input_type:first-child{
	margin-top:0;
}
.order_btn{
	margin-top:32px;
}
.order_btn button{
	width:100%;
}
.label_require{
	padding-left:12px;
}


.business_main_pic{
	margin:32px auto;
}
.sea_area .business_main_pic{
	width:calc(100% - 32px);
	margin-bottom:-20vw;	
}
.business_area .tbl_type{
	padding:20vw 16px 24px;
}
.sea_area .tbl_type{
	margin-top:24px;
}
.tbl_type th, .tbl_type td{
	padding:16px;
}
.zigzag_list{
	flex-wrap: wrap;
}
.zigzag_list > div{
	width:auto;
}
.zigzag_list:nth-child(2n-1){
	text-align: inherit;
}
.zigzag_list:nth-child(2n-1) .thumb{
	order:inherit
}
.zigzag_list:nth-child(2n-1) .option{
	justify-content: inherit;
}
.zigzag_list .txt{
	margin-top:24px;
}
.zigzag_list .txt b{
	font-size:24px;
}
.zigzag_list .option{
	margin-top:16px;
}
.zigzag_list .option dl{
	min-width:90px;
	padding:24px 8px;
	border-radius: 12px;
}
.zigzag_list .option li{
	width:auto;
}
.sea_area > div{
	margin-top:64px;
}






}




