@charset "utf-8";

@import url('reset.css');
@import url('swiper.min.css');
@import url('layout.css');

@media (min-width: 768px) {
	.main_visual .swiper-slide .bg{position: absolute;top: 0;left: 50%;margin-left: -960px;max-width: none;object-fit: cover;object-position: 50% 50%;width:100%;height:100%;margin-left: 0;left: 0}
}

@media (min-width: 1193px) {
	#lnb .sub_depth{top:92px;}
	#lnb > li:hover .sub_depth{visibility: visible;opacity: 1;top:72px;transition: all .3s ease}
	
	.content_area{max-width: 100%;}
}

@media (max-width: 1388px) {
	.board_list1 {margin: 0 -10px;}
	.board_list1 > li{padding: 0 10px;margin-bottom: 20px;}
	
	.board_list2 a{max-width: 70%;}
	
	.category_section .col:first-child{padding-right: 25px;}
	.category_section .col:last-child{padding-left: 25px;}
	
	.project_req{background-size: 304px auto;}
	.project_req .tit{font-size: 42px}
	
	#container .contents{padding-left: 29px}
	
	.addr_area{font-size: 16px;}
	.addr_area .col{width: 100%;margin-bottom: 25px}
	.addr_area .col:last-child{padding-left: 0;}
	.addr_area ul{width: auto}
}

@media (max-width: 1192px) {
	.head{background-color: #fff;position: relative;z-index: 10;margin: 0 -20px;padding: 0 20px;height: 100%}
	.hamberger{display: block;}
	.lnb_box{display: none;position: fixed;top:0;left:0;overflow-y: auto;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 100}
	.lnb_box.open #lnb{transform:translateX(0);transition: transform 0.2s ease}
	#lnb{top:0;left:0;transform: translateX(-100%);background-color: #2055a5;width:80%;height:100%;overflow: hidden;overflow-y: auto}
	#lnb > li{display: block;margin-left: 0;text-align: center;padding: 0}
	#lnb > li > a{font-weight: 500;position: relative;display: block;height: 68px;border-bottom: 1px solid #103f86;font-size:17px;color: #fff;
		display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
		-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
		padding-left: 30px;
	}
	#lnb > li:last-child > a{border-bottom: 0}
	#lnb > li.on > a{background-color: #2055a5;color: #fff;}
	/*
	#lnb > li.on.has_sub > a:before,
	#lnb > li.on.has_sub > a:after{background-color: #fff;}
	#lnb > li.on.has_sub > a:after{transform:translateY(-50%) rotate(0);}
	#lnb > li.has_sub > a:before,
	#lnb > li.has_sub > a:after{display: block;content: '';position: absolute;background-color: #999;height: 2px;width: 18px;border-radius: 2px;top:50%;right:37px;transform:translateY(-50%);}
	#lnb > li.has_sub > a:after{transform:translateY(-50%) rotate(90deg);}
	#lnb > li.on.has_sub .sub_depth{display: block;}
	*/
	#lnb .sub_depth{position: relative;top:auto;left:0;transform:translateX(0);width: 100%;visibility: visible;opacity: 1;background-color: #f9f9f9;height: auto;padding-top: 0;font-size: 17px;display: none}
	#lnb .sub_depth li{border-bottom: 2px solid #eaeaea;margin: 0}
	#lnb .sub_depth li.on{border-bottom: 0}
	#lnb .sub_depth a{height: 56px;color: #313030;font-weight: 400;padding-left: 51px;
		display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
		-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	}
	#lnb .sub_depth li.on a,
	#lnb .sub_depth a:hover{color: #3a6fbe;font-weight: 400;}
	
	.board_list1 {margin: 0 -10px;}
	.board_list1 > li{width: 33.333%;padding: 0 10px;margin-bottom: 22px;}
	
	.link_list a{font-size: 30px}
	
	#container{padding-top: 0;display: block;}
	.sub_mo{display: block;margin: 0 -20px}
	.sub_mo .subtit1{width:100%;height: 45px;font-size: 15px;font-weight: 400;color: #fff;background: #2055a5}
	.sub_mo .subtit1.has_sub{background: #2055a5 url("/resource/usr/service/images/cont/bul1.png") no-repeat right 18px top 50%;background-size: 13px auto}
	.sub_mo .subtit1.has_sub.on{background-image: url("/resource/usr/service/images/cont/bul2.png")}
	.sub_mo .subtit2{width:100%;height: 45px;font-size: 15px;font-weight: 400;color: #000;background: #f9f9f9;border-bottom: 1px solid #eaeaea;text-align: center;
		display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
		-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    	-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
	}
	.snb_area{width: 100%;display: none}
	#container .contents{padding: 3px 0 0}
	
	#snb{position: absolute;top:45px;left:0;width: 100%;background: #f9f9f9;}
	#snb a{height: 45px;font-size: 15px;text-align: center;padding-left: 0;
    	display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
		-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    	-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
   }
	
	.vision_area .row .col.cont{padding-left: 30px}
	.sub_area .row .col.cont{padding-left: 30px}
	
	.category_section .col:first-child{padding-right: 20px;}
	.category_section .col:last-child{padding-left: 20px;}
	
	.tbl_info th{font-size: 17px;width: 100px}
	.tbl_info td{font-size: 40px;}
	
	#footer .btn_util{top: auto;right:auto;bottom: 20px;left:210px;}
	
	.sub_top{display: block;padding-right: 0;padding-left: 26px;padding-bottom: 23px;}
	.sub_top .subtitle{font-size: 20px}
	.location{text-align: right;margin-bottom: 23px;}
	.location > *{font-size: 14px}
	.location .gt{margin-left: 5px;margin-right: 2px}
}

@media (max-width: 767px) {
	html, body{font-size: 14px;}
	
	.pc,
	.pc.inline{display: none;}
	.mo{display: block;}
	.mo.inline{display: inline;}
	
	colgroup.pc,
	col.pc,
	th.pc,
	td.pc{display: none}
	
	#header .head{height:60px;}
	#header .logo{margin-top: 12px;}
	#header .logo > a{width: 89px;height: 35px;background-image: url("/resource/usr/service/images/logo.png")}
	
	#wrap{padding-top: 60px}
	.fix_in, #container {padding: 0 17px;}
	
	.main_visual{margin-bottom: 0}
	.main_visual .swiper-slide{/*height: 200px;*/height: auto}
	/*
	.main_visual .swiper-slide:before{display: block;content: '';position: absolute;top:0;left:0;width: 100%;height:80%;z-index: 1;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); 
	}
	*/
	.main_visual .pagination_area{bottom: 16px}
	.main_visual .swiper-pagination{padding: 0 14px;height: 26px;font-size: 12px}
	.main_visual .swiper-slide .cont{font-size: 16px;line-height: 1.5;text-align: center;padding: 0;transform: translate(0,0);top:37px;top: 10.63%;left:0;margin-top: 0}
	.main_visual .swiper-slide .blue{font-size: 17px;color: #9dd9ff;margin-bottom: 7px;}
	.main_visual .swiper-slide .point{font-size: 35px;color: #fff}
	.main_visual .swiper-slide .cont p {margin-bottom: 27px;}
	.main_visual .swiper-pagination{bottom: 15px}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px;}
	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination.c1 .swiper-pagination-bullet{background-color: #fff}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
	.swiper-pagination.c1 .swiper-pagination-bullet-active{background-color: #2055a5}
	
	.bar{height: 9px;margin: 0 5px}
	.more{padding-right: 12px;top:50px;background-size: 6px auto;background-position: 100% 40%}
	
	#container{padding:30px 0 65px;}
	.category_section,
	.category_section.category1,
	.category_section.category2{padding-top: 30px;padding-bottom: 40px;}
	.category_section.category3{padding-top: 34px;padding-bottom: 40px;}
	.category_section.category4{padding-top: 28px;padding-bottom: 34px;}
	.category_section .fix_in{padding: 0 20px}
	.category_section .more{margin-top: 10px;width: 38px;height: 38px;border-width: 2px;background-size: cover}
	.category_section.category4 .col:last-child{padding-top: 15px;}
	.category_section.category4 .col:last-child:before{width:129px;height:228px;bottom:-34px;right:10px;background-image: url("/resource/usr/service/images/mo/icn_woman.png");background-size:cover}
	.category_section.category4 .col:first-child{padding-bottom: 10px;}
	
	.category_section .col{width: 100%}
	.category_section .col:first-child{padding-right: 0;padding-bottom: 30px;}
	.category_section .col:last-child{padding-left: 0}
	
	.more2 {top: 12px;right: 0;}
	
	.btns.t1{width: 150px;height: 42px;font-size: 15px}
	.btns.t2{max-width: 100%;height: 27px;font-size: 11px;}
	.btns.t3{max-width: 135px;height: 40px;border-width: 2px;font-size: 15px}
	.btns.t4{padding: 0 25px;height: 34px;font-size: 15px;font-weight: 500}
	.btns.t5{padding: 0 25px;height: 34px;font-size: 15px;font-weight: 500}
	.btns.t6{max-width: 105px;height: 38px;font-size: 14px;border-radius: 38px}
	.btns.t7,
	.btns.t8{width: 110px;height: 37px;font-size: 15px;}
	.btns.t9{font-size: 15px;height: 43px;}
	
	.file_box{padding-left: 116px;}
	.file_box .txt{min-height: 38px;font-size: 12px;}
	
	.title1{font-size: 25px;margin-bottom: 35px;font-weight: 500}
	.title2{font-size: 24px;margin-bottom: 16px;}
	.title2.icn_notice{padding-left: 38px;}
	.title2.icn_notice:before{width: 28px;height: 28px;background-size: cover;margin-top: -14px;}
	.title3{font-size: 17px;border-bottom: 0;padding-bottom: 0}
	.title3.mg3{margin-bottom: 14px}
	.title3.mg4{margin-bottom: 16px}
	.title7{font-size: 18px}
	
	.service_area{font-size: 14px;line-height: 1.6}
	.service_area .img_top{margin-bottom: 30px;background-size: cover;height: 180px}
	.service_area p{margin-bottom: 20px}
	.service_area .part{margin-bottom: 30px}
	.service_area .title5{font-size: 20px;margin-bottom: 12px;}
	.service_area .text_box{margin-top: 20px;padding: 15px 20px;line-height: 1.6;}
	.service_area .img_center.mg2 {margin-bottom: 48px;}
	.service_area .img_center.mg1 {padding-top: 0px;margin-bottom: 40px;}
	
	.btn_center{padding-top: 25px}
	
	.board_list1 > li{width: 50%;}
	.board_list1 .tit{font-size: 16px;margin-bottom: 10px;letter-spacing: -0.05em;}
	.board_list1 .date{margin-bottom: 20px;}
	.board_list1 .btns.t2{width: 80px;}
	.board_list1 .cont{bottom: 16px;}
	
	.board_list2 a{max-width: 72%;}
	.board_list2 > li {padding: 15px 0 16px;}
	
	.tbl_info th,
	.tbl_info td{height: 60px}
	.tbl_info th{font-size: 15px;padding-left: 2px;width: 85px;}
	.tbl_info td{font-size: 30px;padding-left: 15px}
	
	.time_info{padding: 10px 15px 14px;font-size: 14px}
	.time_info .title7{margin-bottom: 20px;}
	.time_info .tit{margin-bottom: 1px;}
	.time_info .time{font-size: 22px;margin-bottom: 2px;}
	
	.link_list a{font-size: 21px}
	.link_list a:before{width: 42px;height: 34px;background-size: 126px auto;margin-top: -17px;}
	.link_list > li:nth-child(2) a:before{background-position: -42px 0}
	.link_list > li:nth-child(3) a:before{background-position: -84px 0}
	.link_list > li{height: 60px;}
	.link_list > li:nth-child(1) a:hover:before{background-position: 0 -39px}
	.link_list > li:nth-child(2) a:hover:before{background-position: -42px -39px}
	.link_list > li:nth-child(3) a:hover:before{background-position: -84px -39px}
	
	.project_req{padding-top: 50px;padding-bottom: 60px;background-size: 204px auto;background-position: 100% 50%}
	.project_req .en{font-size: 16px}
	.project_req .tit{font-size: 30px}
	
	.btn_top{width: 45px;height: 45px}
	
	#footer{font-size: 13px;}
	#footer .logo{position: relative;top: auto;left:auto;width: 70px;height: 85px;margin: 0 auto 52px;background-image: url("/resource/usr/service/images/logo.png")}
	#footer .fix_in{padding: 54px 25px 50px}
	#footer address{padding-bottom: 20px;line-height: 1.62;border-bottom: 0}
	#footer .copy{padding-top: 2px;}
	#footer .btn_util{position: relative;top: auto;right:auto;bottom:auto;left:auto;font-size: 11px;margin-top: 34px;display: inline-block}
	
	.int_mail{margin: 0 -2px;}
	.int_mail .int,
	.int_mail .sel,
	.int_mail .at{margin: 0 2px}
	.int_mail{-webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
	.int_mail .int,
	.int_mail .sel{
		-webkit-box-flex: 1 1 40%;
    	-moz-box-flex: 1 1 40%;
    	-ms-flex: 1 1 40%;
    	-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
	}
	.int_mail .sel{margin-top: 10px;max-width: 100%;}
	.int_mail .at{
		-webkit-box-flex: 0 1 20px;
    	-moz-box-flex: 0 1 20px;
    	-ms-flex: 0 1 20px;
    	-webkit-flex: 0 1 20px;
		flex: 0 1 20px;text-align: center;box-sizing: border-box}
	
	.tab{margin-bottom: 33px}
	
	.tbl_summary,
	.tbl_summary tbody,
	.tbl_summary tr,
	.tbl_summary th,
	.tbl_summary td{display: block;height: auto;border-bottom: 0;}
	.tbl_summary th{width: 100%;font-size: 20px;margin-bottom: 10px}
	.tbl_summary td{font-size: 14px;padding-left: 10px;position: relative;line-height: 1.5}
	.tbl_summary td:before{display: block;content: '';width: 4px;height: 1px;background-color: #666;position: absolute;top:.7em;left:0;}
	.tbl_summary tr{padding: 30px 0;border-bottom: 1px solid #eaeaea;}
	.tbl_summary tr:last-child{border-bottom: 0}
	
	.addr_area ul{display: block;}
	.addr_area ul:after{display: block;content: '';clear: both}
	.addr_area ul > li{float: left;width:50%}
	.addr_area ul > li:last-child{width: 100%}
	
	.vision_area {padding-bottom: 0;}
	.vision_area .row{display: block;margin-bottom: 40px;}
	.vision_area .row .col,
	.vision_area .row .col.cont{width: 100%}
	.vision_area .row .col.cont{padding-left: 0}
	.vision_area .en{font-size: 12px;margin-bottom: 0}
	.vision_area .row .col.img{margin-bottom: 15px;text-align: center}
	.vision_area .row.right .col.cont{padding-right: 0;line-height: 1.6;}
	
	.sub_area {padding-bottom: 50px;}
	.sub_area .row{display: block;margin-bottom: 40px;}
	.sub_area .row .col,
	.sub_area .row .col.cont{width: 100%}
	.sub_area .row .col.cont{padding-left: 0}
	.sub_area .en{font-size: 12px;margin-bottom: 0}
	.sub_area .row .col.img{margin-bottom: 15px;text-align: center}
	
	.title4{font-size: 26px;margin-bottom: 12px;}
	.title6{font-size: 15px;margin-bottom: 10px;}
	.title8{font-size: 16px;margin-bottom: 15px;padding-left: 26px;}
	.title8.icn2{padding-bottom: 13px;margin-bottom: 8px;}
	.title8:before{width: 20px;height: 18px;top:3px;}
	.title8.icn1:before{background-image: url("/resource/usr/service/images/mo/cont/icn_graph.png");background-size: auto 18px;}
	.title8.icn2:before{background-image: url("/resource/usr/service/images/mo/cont/icn_tel.png");background-size: auto 18px;}
	
	.promise_list{margin: 0 -5px}
	.promise_list > li{font-size: 13px;line-height: 1.45;padding: 10px 5px 0;}
	.promise_list .tit{font-size: 16px;line-height: 1.35;}
	.promise_list .icn img{width: 106px}
	
	.customer_list > li{text-align: center;margin-top: 30px;}
	.customer_list img{max-width: 122px;}
	
	.tbl_write{border-top: 1px solid #777}
	.tbl_write,
	.tbl_write tbody,
	.tbl_write tr,
	.tbl_write th,
	.tbl_write td{display: block;border-bottom: 0;height: auto;background: none;width: 100%;padding: 0}
	.tbl_write th{padding: 12px 0 8px;font-size: 15px;}
	.tbl_write td{padding-left:0;padding-bottom:10px;border-bottom: 1px solid #eaeaea;vertical-align: middle}
	.tbl_write .int,
	.tbl_write .security_num{height: 38px;border-radius: 38px}

	.inquiry_terms {padding-top: 12px;padding-left: 0;}
	
	.terms_box{padding: 12px 15px;font-size: 13px;line-height: 1.6;}
	.terms_box .tit1{font-size: 16px;margin-bottom: 20px;}	
	.terms_box .part{margin-top: 15px;}
	.terms_box .tit2{font-size: 13px}
	
	.agree_chk{padding-top: 8px;}
	
	.radio{font-size: 14px}
	.radio input[type='radio'] + label:before{margin-top: -7px;}
	
	.search_zone{margin-top: -32px;margin-bottom: 15px;}
	.search_zone .count{padding: 0 0 15px;display: block;font-size: 13px;text-align: right}
	.search_zone .count,
	.search_zone .search_left,
	.search_zone .search_box{float: none;}
	.search_zone input, 
	.search_zone select{font-size: 14px;min-width: initial;}
	.search_zone select{padding-left: 10px}
	.search_zone input,
	.search_zone .search_left,
	.search_zone select{width:100%;}
	.search_zone .search_left,
	.search_zone .search_box{
		display: -webkit-box; display: -ms-flexbox; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	}
	.search_zone .search_left .sel{width: 100%}
	.search_zone .search_box .sel_box{width: 30%}
	.search_zone .int_box{padding-right: 70px;-webkit-box-flex: 1;-ms-flex: 1;flex-grow: 1;}
	.search_zone .btns.search{width: 65px;font-size: 14px}
	.search_zone .search_left{padding-top: 29px;margin-bottom: 12px;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
	
	.board_type01 > table th, 
	.board_type01 > table td{font-size: 13px;height: 42px;}
	.board_type01 .w1{width: 16%}
	.board_type01 .w2{width: 16%}
	.board_type01 .w3{width: 24%}
	.board_type01 > table td{padding: 0 2px}
	.board_type01 .new{width: 12px;height:12px;margin-left: 4px;}
	.board_type01 > table td.title a{max-width:80%;}
	.board_type01 .hits{display: none}

	.base_paging{margin-top:45px;}
	.base_paging a.page{width:31px;height:30px;background-size: auto 30px;}
	.base_paging a.page.prev{background-position: -31px 0;}
	.base_paging a.page.next{background-position: -61.5px 0;}
	.base_paging a.page.last{background-position: -92px 0}
	.base_paging .number a,
	.base_paging .number .on{font-size:12px;padding:0 3px;min-width:31px;height:30px;line-height:28px;}
	
	.board_view01 .tbl_view tr.mo{display: table-row !important}
	.board_view01 .tbl_view tr.pc{display: none !important}
	.board_view01 .title{font-size: 16px;padding-bottom: 15px}
	.board_view01 .cont{font-size: 15px;padding: 15px 12px;min-height: 200px;}
	.file_down{margin: 4px 0;}
	.board_view01 + .btn_center{padding: 25px 0}
	.board_view01 + .btn_right{text-align: center}
	
	.basic_tbl th{width:85px;}
	.basic_tbl td{padding-left: 15px;}
	.basic_tbl th,
	.basic_tbl td{height:42px;font-size: 13px;}
	
	.policy_cont{font-size: 14px;line-height: 1.5;}
	.policy_cont > p {margin-bottom: 26px;}
	.policy_cont .tit1{font-size: 16px;margin-bottom: 12px;line-height: 1.35;}
	.policy_menu{padding: 17px 20px 22px;margin-bottom: 35px;}
	.policy_menu ol{float: none;width: 100%}
	.policy_cont .part{margin-bottom: 25px;}
	.policy_cont .part > p, 
	.policy_cont .mg1{margin-bottom: 13px;}
	.policy_cont .mg3{margin-bottom: 20px !important}
	.policy_cont .list1 > li{margin-bottom: 20px;}
	.policy_cont .list2 > li{line-height: 1.5;}
	.policy_cont .list2 > li:last-child{margin-bottom: 0}
	
	.gallery_list01 > li,
	.gallery_list01 > li:nth-child(4){width: 33.333%;margin-top: 30px;}
	.gallery_list01 > li:nth-child(1),
	.gallery_list01 > li:nth-child(2),
	.gallery_list01 > li:nth-child(3){margin-top: 0}
	.gallery_list01 .tit{font-size: 15px;}
	.gallery_list01 .thumb{margin-bottom: 10px}
	
	.product_info,
	.product_info .col{display: block;}
	.product_info{margin-bottom: 20px;}
	.product_info .col:first-child{width: 100%}
	.product_info .col:last-child{padding: 12px 0 40px;text-align: center}
	.product_info .btns.t9{margin:32px auto 0;position: relative;bottom: auto;right: auto}
	.product_info .tit{font-size: 20px}
	.detail_tit{margin-bottom: 15px;font-size: 16px;}
	.detail_img{margin-bottom: 15px}
	.tbl_type1 th, 
	.tbl_type1 td{font-size: 16px;padding: 5px 0;text-align: left}
	.tbl_type1 th{padding-right: 25px}
	
	.sub_top,
	.content_area{padding-left: 20px;padding-right: 20px}
	
	.map{height: 198px;margin-bottom: 26px;}
	.map_btns{text-align: center;margin-bottom: 55px;}
	.content_area .logo{margin-bottom: 14px;width: 114px;height: 45px;background-image: url("/resource/usr/service/images/logo.png")}
	.map_info{display: block;padding: 11px 0;}
	.map_info .row{display: table;width: 100%;}
	.map_info .col{padding: 7px 0;padding-left: 16px;}
	.map_info .tit{min-width:61px;padding-left: 10px;padding-right: 0;border-right: 0;text-align: left;text-align-last: auto;width: 1%}
	
	.greeting_area{font-size: 14px;letter-spacing: -0.03em;line-height: 1.2}
	.greeting_area .top_img{border-radius: 6px;overflow: hidden;margin-bottom: 35px;}
	.greeting_area .cont{padding: 0 15px}
	.greeting_area .cont .point{font-size: 17px;line-height: 1.4;margin-bottom: 35px}
	.greeting_area .cont p{margin-bottom: 17px;}
	.greeting_area .ceo{margin-top: 42px;}
	
	.customize_area{border-top: 1px solid #777}
	.customize_area .point{padding-top: 56px;padding-bottom: 65px;font-size: 17px;letter-spacing: -0.03em;line-height: 1.36;}
	.customize_area .part{margin-bottom: 48px;}
	
	.gallery_list02 > li{width: 100%;margin-bottom: 11px}
}

@media (max-width: 479px) {
	.customer_list img{max-width: 98px;}
	
	.gallery_list01{margin: 0 -6px}
	.gallery_list01 > li,
	.gallery_list01 > li:nth-child(3),
	.gallery_list01 > li:nth-child(4){width: 50%;padding: 0 6px;margin-top: 30px;}
}

@media (max-width: 359px) {
	.board_list1{margin: 0 -6px;}
	.board_list1 > li{width: 100%;padding: 0 6px;margin-bottom: 12px;}
	.board_list1 .inner{padding: 45px 16px 30px;}
}
