
html, body { font-size:14px; }

/************* main *************/

#main .visual {
    width: 100%;
    height: 720px;
    /*background: url(../images/main/main_visual01.jpg) 0 0 no-repeat;*/
    background-position-x: center;
}
#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
}

#main .visual .caption {
    padding-top: 360px;
}

/*#main .visual .main_visual .main_slider li.visual01 img {
	margin-left:-50%; 
	width:100%; 
}*/
#main .visual .main_visual .main_slider li.visual01 {width: 100%; height: 720px; background:url(../images/main/main_visual01.jpg) top center; }
#main .visual .main_visual .main_slider li.visual02 {width: 100%; height: 720px; background:url(../images/main/main_visual02.jpg) top center; }
#main .visual .main_visual .main_slider li.visual03 {width: 100%; height: 720px; background:url(../images/main/main_visual03.jpg) top center; }

#main .visual .caption h2 {
    font-size: 56px;
    line-height: 56px;
}

#main .visual .caption h3 {
    font-size: 32px;
    line-height: 32px;
}

.section {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.section .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px;
	height: auto;
}

.maintit {
    font-size: 32px;
}

.maintit span {
    font-size: 42px;
}

/* ideology  */
.company_wrap { width:94%; }
.ide .f_left .caption {
	font-size: 15px;
}

.ide {height: 760px;}
.business .cont .caption_l .t_box {width: 90%;margin-right: 10%;}
.business .cont .caption_l .t_box h2 {font-size: 32px;}
.business .cont .caption_l .t_box p {font-size: 18px;}
.business .cont .caption_r .t_box {width: 90%;margin-left: 10%;}
.business .cont .caption_r .t_box h2 {font-size: 32px;}
.business .cont .caption_r .t_box p {font-size: 18px;}
.business .cont .caption_l {	
	height:740px;
    padding:197px 0;
}
.business .cont .caption_r {	
	height:740px;
    padding:197px 0;
}

.contact_wrap { width:94%; margin:0 auto;}
.contact_wrap .tit_wrap {width:35%;font-size: 16px;}
.contact_wrap .contents {width:65%;}
.contact_wrap .tit_wrap .maintit {font-size: 42px;}
.contact_wrap .contents li {width: 31%;margin-left:3.5%;}

/* board */
.board .board_wrap {
    width:94%;
	height:auto;
	padding:80px 0 80px 0px;
}
.board .maintit {
	font-size:42px;
	margin-bottom:50px;
}
.board .items {
    width: 33%;
	margin-bottom:80px;
}

.board .items:first-child {
    margin-left: 0px;
}
.board .items .photo {
	width:90%;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
	height: auto;
}
.board .items .photo img {width:100%}
.board .items .tit {
    font-size: 22px;
    margin: 30px 0 15px;
}
.board .items .contents .cate {	width:60px;}
/************ layout *************/

.wrap {
    position: relative;
}




/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
	transition: all 0.5s ease;
}


#header .logo {
    padding: 10px 0;
    margin-left: 10px;
}

#header .logo img {
    width: 40px;
    
    vertical-align: middle;
}

#header .logo a {
/*     width: 232px;
    background: url(../images/common/logo.png) 0 0 no-repeat;*/
    background-size: 40px;
	
}

#header.on .logo a {
    /* background: url(../images/common/logo_on.png) 0 0 no-repeat; 
    background-size: contain;*/
	background-size: 40px;
}

/************* Header - gnb slide menu *************/
#header nav {
    display: none !important;
}

#header nav #gnb {
    width: 100%;
    height: 72px;
}

#header nav #gnb li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 18px;
	font-weight:400;
}

#header.active nav {
	display:block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    transition:.5s height, .2s background;
    display:none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}

#header nav .depth_toggle .wrapper {
    width: 1200px;
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left:296px;
}
#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 0;
    transition:.5s height, .2s background;
}

#header nav .depth_toggle .sub_nav li {
    height: 31px;
    line-height: 31px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

#header nav .depth_toggle .sub_nav li a {
	display: block;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 16px;
	letter-spacing:-0.6px;
}


#header nav .depth_toggle .sub_nav.on {
    background: #17357c;
    color: #fff;
    transition:.5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
	color:#f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}

#header.speedup {
    transition: all 0.1s ease !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
	word-break: break-word;
}

/* Header - right menu icon */
#header .menu_area {
    float: right;
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    cursor:pointer;
}

#header .menu_area ul li:nth-child(2) {
    display: block;
}

#header .menu_area ul li a {
    font-size: 14px;
    line-height: 60px;
}

#header .menu_area ul li img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#header .menu_area ul li a.btn_ham_menu {
	background-image: url(../images/common/ic_ham_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px;
}
#header.on .menu_area ul li a.btn_ham_menu {
	background-image: url(../images/common/ic_ham_menu_on.png);
}
#header .sub_nav.on .link:after {
    content: url(../images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}     

#header .sub_nav .link:after {
    content: url(../images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}


.float_wrapper {
    width: 100% !important;
    /* overflow: hidden; */
    /* margin: 0 auto; */
    /* padding: 0 20px; */
	height:60px;
}


/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}	


/************* layout-sub *************/

.sub_visual {
    height: 320px;
}
.sub_visual.shorten { height: 280px; }
.sub_visual>div { background-size: cover; background-position-x: center;}

.sub_visual .path_container {
    width: 100%;
    height: 100%;
    position: Relative;
}

.sub_visual .path_container .path {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.sub_visual .path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 32px;
    /* color: #fff; */
    /* letter-spacing: -2px; */
    line-height: 270px;
}
.sub_visual .path_container .path .sub_tab {
    /* width: 1200px; */
    /* margin: 0 auto; */
}

.sub_visual .path_container .path .sub_tab ul {
    overflow: hidden;
}

.sub_visual .path_container .path .sub_tab ul li {
    /* float: left; */
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    /* background: #fff; */
    border-left: 1px solid #ddd;
    font-size: 15px;
    /* font-weight: 300; */
}
.sub_visual .path_container .path .sub_tab ul li a {
    display:block;
    width:100%;
    height:100%;
	font-weight:400;
}


.sub_visual .path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}
.sub_container {
    min-height: 500px;
    padding: 0 20px;
	width:100%;
	margin:0 auto;
}
.sub_container .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.sub_container h1.tit {
    font-size: 24px;
    line-height: 24px;
	margin-bottom: 20px;
    /* text-align: center; */
}

.sub_container .contents {
    margin-top: 30px;
}

.footer { height:auto;}
.footer .wrapper { width:94%; margin: 0px 3%; height:auto; padding: 30px 0; display:inline-block;}
.footer .wrapper .logo { width:70px;}

/************* contents *************/

.con_section { width: 100%;overflow: hidden;}
.sub_container .contents h2 {font-size: 20px;margin-bottom: 30px;}
.con_line {padding: 30px 0;}
.business_type li { width:19%; height: 58px; margin-left: 1%; line-height: 56px; font-size: 14px; }
.business_type2 li { width:15.8%; height: 58px; margin-left: 1%; line-height: 56px; font-size: 14px; }
.business_type2 li:first-child { width:16%;}
.business_result .img_area { width: 50%;}
.business_result .txt_area { width: 50%;}
.business_result .txt_area .tit {font-size: 18px;margin-bottom: 0px;}
.business_result_list li .tit {font-size: 16px;}
/*.business_result_list li {line-height: 24px;padding: 15px 0;}
.business_result_list li .order {margin: 0;}
.business_result_list li .view img { width: 24px;}*/

.board_top .total {font-size: 14px;}
.search_group input#schText { width: 120px;}

.directions .detail_wrap { width: 95%; padding: 20px;}
.directions .tit {font-size: 18px; padding: 10px;}
.directions .img {width: 100%;}
.directions .txt li {font-size: 15px;line-height: 20px;}
.directions .txt li span {width: 120px;font-size: 14px;padding-left: 30px;}
.directions .btn_popclose {	top: 42px; 	margin-right: 6%;}

.gal_list ul li { width:32%; margin-right:2%; }
.gal_list ul li .img { width:100%;height:auto; }
.gal_list ul li img { width:100%;height:auto; }
.gal_list ul li .info { margin: 10px 0 20px; }
.gal_list ul li .info .date { font-size:15px; line-height: 1.5em; }
.gal_list ul li .info .name { font-size:15px; margin-bottom: 0px;}
.gal_list ul li .info .txt01, .gal_list ul li .info .txt02 {font-size: 13px;}


.ci .ci_img { width: 30%; }
.ci .ci_img img { width:80%; max-width: 215px;}
.ci .ci_info { width: 70%; padding: 40px 0 40px 40px; }
.ci .tit {	font-size: 28px; margin-bottom: 30px; }
.ci .ci_img_bg { width: 30%; padding-top: 65px; }
.ci .ci_img_bg img { width:80%; max-width: 198px;}
.ci .ci_info_co { width: 70%; padding: 0px 0 0px 40px; }
.ci .color01 { width: 50%; margin-top: 30px;}
.ci .color02 { margin-top: 30px; }
.ci .box01 { width: 80px; height: 104px; }
.ci .box02 { width: 80px; height: 104px; }
.ci ul { padding: 10px 0 0 20px; float: left; }
.ci ul li { font-size: 16px; font-weight: 400; line-height: 1.5em; letter-spacing: normal;}

.ceo {width: 300px; }
.greeting { width: calc(100% - 300px); padding: 0 0 0 40px; }
.sub_copy {	font-size: 28px;}
.sign {	font-size: 18px;}

.about p { margin-bottom: 20px; }
.about_txt { font-size: 15px; }
.about_txt .sub_copy {font-size: 24px; }
.about_txt .sub_copy_big {	font-size: 42px;margin-bottom: 30px;}

.message p { margin-bottom: 20px; }


.message_txt { font-size: 15px; }
.message_txt .sub_copy {font-size: 24px; }
.message_txt .sub_copy_big {	font-size: 42px;margin-bottom: 30px;}

.company .sub_copy {font-size: 36px; }
.company .sub_copy_big { font-size: 36px;margin-bottom: 30px;}

.vision .sub_copy {font-size: 36px; }
.vision .sub_copy_big {	font-size: 36px;margin-bottom: 30px;}
.vision ul { width: 832px; overflow:hidden; margin: 0px auto; }

.business01 .sub_copy { font-size: 36px; margin-bottom: 30px; }
.business01 li span { font-size: 24px; }
.business01 .business01_contents {padding: 10px 0px 0;height: auto;}
.business01 .business01_contents li { font-size:14px;margin-top:5px; }
.business01 li .business01_tit01 { padding: 20px 30px; }
.business01 li .business01_tit02 { padding: 20px 30px; }
.business01 li .business01_tit03 { padding: 20px 30px; }
.business01 li .business01_tit04 { padding: 20px 30px; }
.business01 li .business01_tit05 { padding: 20px 30px; }
.business01 li .business01_tit06 { padding: 20px 30px; }

.business02 .sub_copy { font-size: 36px; margin-bottom: 30px; }

.business03 .sub_copy { font-size: 36px; margin-bottom: 30px; }
.business03 ul { width: 100%; }

.work ul { width:100%; margin:0 auto; overflow:hidden;}
.work li {width:32%; float:left; margin-right:2%;}
.work li:nth-child(3n) {margin-right:0px;}
.work li .photo {
	width:100%;
	height:250px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
	
}
.work li .photo img {width:100%; height:250px;}
	
.business_result_list li .tit {width:100%;  padding-left:0;}
	
.way_warp { width:100%; }
.way_warp li { width:48%; margin-left: 4%; }
.con_section_gr { height: auto; background: url('../images/common/con_line.gif') no-repeat center top;}

.pro_list ul li { width:32%; margin-right:2%; }
.pro_list ul li .img { width:100%;height:auto; }
.pro_list ul li img { width:100%;height:auto; }
.pro_list ul li .info { padding: 20px; }
.pro_list ul li .info .tit { font-size:15px; }
.pro_list ul li .info .txt01, .pro_list ul li .info .txt02, .pro_list ul li .info .txt03 {font-size: 13px;}
.pro_list ul li .info span { width: 50px; }
	
.map { width: 100%; float: none; }
.contact {width: 100%; float: none; height: auto; padding: 30px 30px 20px; border-top: none;border-left: 1px #ddd solid;}
.contact li { font-size: 15px; margin-bottom: 10px; }
.root_daum_roughmap {width: 100% !important;}

.organization {text-align:center; margin: 20px auto;}
.organization img { width: 100%; max-width: 632px; }

.ready img { width:80%; max-width: 341px;}

/* 연혁 */
.history_info { padding: 25px; }
.history_info .history_year { width: 100%; font-size: 24px; margin-bottom: 20px; float: none;  }
.history_info ul { width: 100%; float: left; }
.history_info li { font-size: 14px; line-height: 1.3em; margin-bottom: 10px; overflow: hidden; }
.history_info li .date { width: 30px; }
.history_info li .txt { width: calc(100% - 80px); margin-left: 30px; }


@media screen and (max-width:980px) {
	#main .visual { height: 640px; background-position-x: center; background-size: cover; }	
	#main .visual .caption { padding-top: 300px; }
	#main .visual .caption h2 { font-size: 42px; line-height: 40px; }
	#main .visual .caption h3 { font-size: 24px; line-height: 24px; }
	.section .wrapper { padding: 72px 20px; }
	.offcanvas .h_tabcontent {border-top: 60px solid #17357c;}
	.offcanvas .btn_close {top: 20px;}
	/************* contents *************/

.about p { margin-bottom: 16px; }
.about_txt {  padding: 30px 35px;  font-size: 14px; }
.about_txt .sub_copy {font-size: 22px; }
.about_txt .sub_copy_big {font-size: 36px;margin-bottom: 20px; letter-spacing:-1,0px; }

.message p { margin-bottom: 16px; }
.message_txt {  padding: 30px 35px;  font-size: 14px; }
.message_txt .sub_copy {font-size: 22px; }
.message_txt .sub_copy_big {font-size: 36px;margin-bottom: 20px; letter-spacing:-1,0px; }

.company .sub_copy {font-size: 28px; }
.company .sub_copy_big { font-size: 28px;margin-bottom: 30px;}
.company_img { height:450px; padding-top: 35px;  }
.company_img img { width: 260px; }
.company ul li { width: 100%; height: 56px; }
.company ul li .tit { width: 25%; font-size: 15px; line-height: 56px; padding-left: 20px;}
.company ul li .txt { width: 75%; font-size: 15px; line-height: 56px;  }
	
.organization .img { margin: 0 auto 55px; font-size: 28px;padding: 80px 20px; }

.vision .sub_copy {font-size: 28px; }
.vision .sub_copy_big {	font-size: 28px;margin-bottom: 20px;}	
.vision ul { width: 672px; }
.vision li {width: 200px; margin-left: 36px;}	
.vision li .vision01 { width: 200px; height: 200px; border-radius: 200px; font-size: 24px; padding: 70px 0 0; }
.vision li .vision02 { width: 200px; height: 200px; border-radius: 200px; font-size: 24px; padding: 70px 0 0; }
.vision li .vision03 { width: 200px; height: 200px; border-radius: 200px; font-size: 24px; padding: 70px 0 0; }	
.vision li span { display: block; font-size: 16px; margin-top: 5px; }
.vision li p { width: 200px; font-size: 16px; margin-top: 20px; }
.vision .txt { font-size: 16px; margin-bottom: 30px; line-height: 16px; }
	
.business01 .sub_copy { font-size: 28px; margin-bottom: 20px; }
.business02 .sub_copy { font-size: 28px; margin-bottom: 20px; }
.business02 .business02_contents {padding: 30px 30px;}
.business02 li .business02_tit01 { font-size: 28px; }
.business02 li .business02_tit02 { font-size: 28px; }
.business03 .sub_copy { font-size: 28px; margin-bottom: 20px; }
.business03 .business03_contents {padding: 30px 30px;}
.business03 li .business03_tit03 { font-size: 28px;}
	
	.business .cont .caption h2 { font-size: 28px; line-height: 36px; }
	.business .cont .caption p { font-size: 20px; line-height: 20px; }
	.business_result_list li .year {text-align: left;display: inline-block;width: 50px;float: left; }
	
.location .txt .sub_tit { font-size: 36px; line-height: 42px; } 
.location .txt .address {font-size: 20px; margin: 65px auto 50px; line-height: 20px; }
.location .txt ul { overflow: hidden; margin: 0 auto;width: 260px; } 
.location .txt li { float:left; height: 30px; } 
.location .txt .n_tit {font-size: 16px; font-weight: 500; line-height: 20px; color: #fff; letter-spacing: normal; width: 80px; float:left; }
.location .txt .n_txt {font-size: 16px; font-weight: 100; line-height: 20px; color: #fff; letter-spacing: normal; width: 180px; float:left; }

	.intro { height: auto;	width: 100%; background: url(../images/common/intro_bg.jpg) 0 0 no-repeat; background-position-y: bottom; }
	.intro .wrapper {/* overflow: hidden; */padding: 56px 20px; }
	.intro .wrapper .f_left { width: 52%; }
	.intro .wrapper .f_left .container { padding-right: 100px; opacity: 0.3; }
	.intro .wrapper .f_right { width: 48%; }
	.intro .wrapper .f_right .container { padding-top: 100px; padding-left: 100px; 	opacity: 0.3;}
	.txt .wh {	font-size: 20px;}
	.txt .sub {	font-size: 18px;}
	.intro .wrapper .f_left .txt {	padding-left: 42px;	margin-top: 8px;}
	.intro .wrapper .f_right .txt {	width: 100%;}
	.l_img .ii { float: left; margin-right: 8px;  width: 32px;  height: 400px;  /* height: auto; */  position: relative; }
	.i_wrap {  height: 32px;  font-size: 30px;  line-height: 30px;  -ms-transform: rotate(-90deg); /* IE 9 */ transform: rotate(-90deg); position: absolute; left: -280px; top: 82px; color: #fff; font-weight: 400; }
	.l_img .img_wrap { width: calc(100% - 40px); }
	.img_wrap .text { font-size: 18px; -ms-transform: translate(-50%, -50%); }
	.img_wrap .btn {  padding: 14px; display: block; text-align: center; margin-top: 24px; border: 2px solid #fff;  width: 80%;  margin: 24px auto; color: #fff; font-weight:400; }
	.pro_list ul li { width:48%; margin-right:4%; margin-bottom:20px; }
	.pro_list ul li:nth-child(3n) { margin-right: 4%; }
	.pro_list ul li:nth-child(2n) { margin-right: 0; }
	.value_warp ul{ width: 715px;}
	.value_warp li {font-size: 24px; line-height: 280px; width: 250px; height: 250px;}
	.value_warp li.value01 { background: url(../images/sub/value01.png) no-repeat center 60px; }
	.value_warp li.value02 { background: url(../images/sub/value02.png) no-repeat 75px  50px;}
	.value_warp li.value03 { background: url(../images/sub/value03.png) no-repeat center 40px;}	
}

@media screen and (max-width:800px) {
.section .wrapper {padding: 42px 20px;}
.ide { height:auto;}
.ide .f_left { float:none; width:100%;padding-right: 0px;}
.ide .f_right { float:none; width:100%; background-size:100%; height:250px; }
.ide .f_left .caption { height:170px; overflow: hidden; margin-top:0px; margin-bottom:20px;text-overflow: ellipsis;}
.maintit {font-size: 24px;}
.maintit span {font-size: 32px;}

.about_img { width: 100%; float:none; height:250px; background-size:100%;}
.about_txt { width: 100%; float:none; height:auto; padding: 25px 30px;}
.about_txt .sub_copy {font-size: 20px; }
.about_txt .sub_copy_big {font-size: 32px;margin-bottom: 20px; letter-spacing:-1,0px; }

.message_img { width: 100%; float:none; height:250px; background-size:100%;}
.message_txt { width: 100%; float:none; height:auto; padding: 25px 30px;}
.message_txt .sub_copy {font-size: 20px; }
.message_txt .sub_copy_big {font-size: 32px;margin-bottom: 20px; letter-spacing:-1,0px; }

.company .sub_copy {font-size: 20px; }
.company .sub_copy_big { font-size: 20px;margin-bottom: 30px;}
.company_img { width: 100%; float:none; border-top: none;margin-bottom: 50px; }
.company_img:last-child { margin-bottom: 0px; }
.company ul {width: 100%; height:auto; float:none; margin-top:20px; margin-bottom: 0px;}
.company ul li { width: 100%; height: 46px;  }
.company ul li .tit { width: 80px; font-size: 14px;line-height: 46px; float: left; padding-left: 10px;}
.company ul li .txt { width: calc(100% - 80px);; font-size: 14px;line-height: 46px; float: left; border-right:none; }

.organization .img { margin: 0 auto 0px; }
.organization ul li { width: 48%; margin-left: 4%;  margin-top:30px;}
.organization ul li:first-child { margin-left: 0; }
.organization ul li:first-child + li + li { margin-left: 0; }
.organization ul li .tit { font-size: 18px; line-height: 50px;}
.organization ul li .txt { font-size: 14px; line-height: 20px;}

.vision .sub_copy {font-size: 20px; }
.vision .sub_copy_big {	font-size: 20px;}	

.business01 .sub_copy { font-size: 20px; margin-bottom: 20px; }
.business02 .sub_copy { font-size: 20px; margin-bottom: 20px; }
.business02 .business02_contents {padding: 30px 30px;}
.business02 li .business02_tit01 {font-size: 26px;}
.business02 li .business02_tit02 {font-size: 26px;}
.business03 .sub_copy { font-size: 20px; margin-bottom: 20px; }
.business03 .business03_contents {padding: 30px 30px;}
.business03 li .business03_tit03 {font-size: 26px;}

.work ul { width:100%; margin:0 auto; overflow:hidden;}
.work li {width:48%; float:left; margin-right:4%;}
.work li:nth-child(2n) {margin-right:0;}
.work li:nth-child(3n) {margin-right:4%;}
.work li:nth-child(6n) {margin-right:0;}
.work li .photo {
	width:100%;
	height:250px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
	}
.work li .photo img {width:100%; height:250px;}
.work li .tit {font-size: 20px;margin: 20px 0 10px;}

.contact_wrap {padding: 50px 0;}
.contact_wrap .tit_wrap { float:none; width:100%; text-align:center;}
.contact_wrap .tit_wrap .maintit {font-size: 32px;text-align:center;margin-bottom: 20px;}
.contact_wrap .contents {  float:none; width:100%;margin-top: 20px;}
.board .maintit {font-size: 32px;}
.business .cont .caption_l {width: 100%;height: auto;padding: 50px 0;}
.business .cont .caption_r {width: 100%;height: auto;padding: 50px 0;}
.business .cont .caption_l .t_box {width: 90%;float: none;margin-right: 5%;margin-left: 5%;padding: 30px 45px;height: auto;}
.business .cont .caption_r .t_box {width: 90%;float: none;margin-right: 5%;margin-left: 5%;padding: 30px 45px;height: auto;}
.business .cont .caption_l .t_box .btn {margin: 30px auto 0;font-size: 16px;height: 40px;line-height: 38px;}
.business .cont .caption_r .t_box .btn {margin: 30px auto 0;font-size: 16px;height: 40px;line-height: 38px;}
.business .cont .caption_l .t_box p {margin-top: 20px; font-size: 15px;}
.business .cont .caption_r .t_box p {margin-top: 20px; font-size: 15px;}

.ci .ci_img { width: 100%; }
.ci .ci_info { width: 100%; padding: 30px 0 0px 0px; text-align: center; height: auto;}
.ci .tit {	font-size: 28px; margin-bottom: 30px; }
.ci .ci_img_bg { width: 100%; padding-top: 65px; }
.ci .ci_info_co { width: 100%; padding: 30px 0 0px 0px; text-align: center; height: auto;}
.ci .color01 { width: 50%; margin-top: 20px;}
.ci .color02 { width: 50%; margin-top: 20px; }
.ci .box01 { width: 80px; height: 80px; }
.ci .box02 { width: 80px; height: 80px; }
.ci ul { padding: 10px 15px; text-align: left; }
.ci ul li { font-size: 14px; }	
	.ceo {width: 100%; height: 250px; background: url(../images/sub/ceo.png) no-repeat center #f0f0f0; background-size: 100%;}
	.ceo img {width: 100%; max-width: 300px;}
	.greeting { width: 100%; padding: 20px 0 0 0px; }
	.sub_copy { text-align: center;}
	.value_warp {margin-bottom: 0px;}
	.value_warp ul {width: 250px;}
	.value_warp li { float: none; }
	.value_warp li.value02 { float: none; margin-left: 0px; margin-top: -18px;}
	.value_warp li.value03 { float: none; margin-left: 0px; margin-top: -18px;}
	.way_warp li {height: 125px;font-size: 18px;margin-bottom: 15px;padding: 15px 30px;}
	.way_warp li span.no {
    font-size: 28px;
    margin-right: 40px;
    display: block;
    line-height: 1.5em;margin-bottom: 0px;
	}
	
	.notice .cont {padding: 15px 0;}
	.notice .cont .tit {font-size: 15px; line-height: 22px;}
	.notice .cont .tit .b_no { width: 40px; display: none;}
	.notice .cont a > div .info { float: none; width: 100%; text-align: left;}
	.notice .cont a > div .tit { float: none; width: 100%;}
}


@media screen and (max-width:640px) {
	#main .visual { height: 500px; }
	#main .visual .caption { padding-top: 240px; }
	#main .visual .caption h2 { font-size: 42px; line-height: 45px;}
	#main .visual .caption h3 { font-size: 22px; line-height: 22px; }
#main .visual .main_visual .main_slider li.visual01 {background-size:1200px;}
#main .visual .main_visual .main_slider li.visual02 {background-size:1200px; }
#main .visual .main_visual .main_slider li.visual03 {background-size:1200px; }
	.maintit { font-size: 25px; }
	.board .items { width:100%; float: none;margin-bottom: 20px;}
	.board .items .photo { width:100%;}
	.board .board_wrap {padding: 50px 0 50px 0px;}
	.contact_wrap .contents li { font-size:15px;}
	
.vision ul { width: 200px; }
.vision li {width: 200px; margin-left: 0px; float:none; margin-bottom:30px;}	
.vision li p { width: 100%; font-size: 14px; margin-top: 20px; }

.business01 li { /*border:1px #ddd solid;*/ float: left;  width: 48%; margin-right: 2%; margin-bottom: 20px;}
.business01 li:nth-child(2n) { margin-right: 0; }	
.business01 li:nth-child(3n) { margin-right: 2%;}
.business01 li:nth-child(3n) { margin-right: 2%;}
.business02 li {width: 90%; margin-bottom:  20px;}
.business02 li:first-child { margin-left:  5%; }
.business02 li:first-child + li { margin-left:  5%;}
.business03 ul { width: 100%; }
.business03 li {width: 90%; margin-left: 5%; float: none; margin-bottom:30px; }
		
	.l_img .ii { height: 280px; width: 26px; margin-right: 4px; }
	.i_wrap { height: 20px; font-size: 20px; line-height: 20px; left: -285px; top: -48px; }
	.l_img .img_wrap { width: calc(100% - 30px); }
	.intro .wrapper .f_left .txt { padding-left: 30px; }
	.txt .wh { font-size: 18px; }
	.txt .sub { font-size: 16px; }
	
	.img_wrap .text { width: 100%; padding: 0 10px; font-size: 16px; white-space: normal; text-align: center; word-break: break-word; }
	.img_wrap .text .comm { word-break: break-word; word-break: keep-all; }
	.img_wrap .btn { border: 1px solid #fff; padding: 12px; font-size: 14px; }
	#main .visual .main_visual .main_slider li img { height: 640px !important; }
	.footer .wrapper .logo { float:none;width:100%;text-align: center;margin-top: 0px;margin-bottom: 10px;}
	.footer .wrapper .txt {float:none;width:100%;text-align: center;}
		
	/************* contents *************/
	.business .cont { height: 240px; }
	.business .cont .caption { padding: 92px 28px; }
	
	.l_img .ii { height: 280px; width: 26px; margin-right: 4px; }
	.i_wrap { height: 20px; font-size: 20px; line-height: 20px; left: -285px; top: -48px; }
	.l_img .img_wrap { width: calc(100% - 30px); }
	.intro .wrapper .f_left .txt { padding-left: 30px; }
	.txt .wh { font-size: 18px; }
	.txt .sub { font-size: 16px; }
	
	.img_wrap .text { width: 100%; padding: 0 10px; font-size: 16px; white-space: normal; text-align: center; word-break: break-word; }
	.img_wrap .text .comm { word-break: break-word; word-break: keep-all; }
	.img_wrap .btn { border: 1px solid #fff; padding: 12px; font-size: 14px; }
	
	.business_type li { width:20%; height: 58px; border-left: none; margin: 0; line-height: 56px;font-size: 14px; }
	.business_type li:first-child { border-left: 1px #ddd solid;}
	.business_type li:first-child + li + li + li + li { line-height: 1.2em; padding: 10px;}
	.business_type2 li { width:33%; height: 58px; border-left: none; margin: 0; line-height: 56px;font-size: 14px; }
	.business_type2 li:first-child { width:33%; border-left: 1px #ddd solid; border-bottom: none;}	
	.business_type2 li:first-child + li { border-bottom: none;}	
	.business_type2 li:first-child + li + li { border-bottom: none;}	
	.business_type2 li:first-child + li + li + li { border-left: 1px #ddd solid;}	
	.business_result .img_area { width: 100%;}
	.business_result .txt_area { width: 100%; padding: 20px; height: auto;}
	.business_result .txt_area .date { margin-bottom: 5px;}
	
.location .map {width: 100%; height:600px; float: none; }
.location .txt {width: 100%; height:auto; float: none; padding: 50px 0 50px 0; }
.location .txt .address {font-size: 18px;margin: 35px auto 30px;}

	.search_group input#schText { height: 38px;}
	.pager ul { margin:0 auto; display: flex; width: 310px; }
	.pager li { width: 32px; height: 32px; line-height: 28px; font-size: 14px; }
	.pager li img {padding: 3px;}
	.notice .cont .tit .r_no { margin: 0 5px;}
.notice .cont .tit .i_notice {
    margin: 0 5px 0 0;
	font-size: 13px;
	height: 22px;
	line-height: 18px;
}
.notice .cont .tit .i_cate {
	height: 16px;
	line-height: 15px;
    margin-right: 10px;
	font-size: 13px;
	font-weight: 500;
}
	.notice .cont .tit .n_cate {margin: 0 5px 0 0;}
	.board_view .title_info .l_tit .wrapper {padding: 15px 0;}
	.board_view .title_info .l_tit .tit { font-size: 18px; margin-bottom: 5px;}
	.board_view .title_info .l_tit .info {font-size: 13px;}
	.file_info { padding: 10px 0;}
	.file_info .file_list li {font-size: 13px;}
	.board_view .contents_info { padding: 15px 0; line-height: 1.2em; }
	.board_view .contents_info img {width: auto;max-width: 100%;}
	.file_info h3 { font-size: 13px;}
	.file_info h3:after {height: 13px; top:3px;}
	.board_view .list_info .list_line {height: 40px; line-height: 40px;}
	.board_view .list_info .list_line .list_name {font-size: 13px;}
	.board_view .list_info .list_line .list_date {font-size: 13px;}
	.board_view .list_info .list_line .ic_area {font-size: 13px; width: auto; margin-right: 10px;}
	.board_view .list_info .list_line .ic_area.prev:before {display: none;}
	.board_view .list_info .list_line .ic_area.next:before {display: none;}
.board_view .title_info .l_tit .info .name:after,
.board_view .title_info .l_tit .info .date:after {
    width: 1px;
    height: 13px;
    top: 1px;
}
	
a.btn_modify {
    display: inline-block;
    text-align: center;
    width: 60px;
    background: #0c4da2;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_reply {
    display: inline-block;
    text-align: center;
    width: 60px;
    background: #0c4da2;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_delete {
    display: inline-block;
    text-align: center;
    width: 60px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_confirm_m {
    width: 48%;
}	
a.btn_cancel_m {
    width: 48%;
}	
	select {
    width: 100px;
    height: 40px;
}
.search_group input#board_search {
    width: 38px;
    height: 38px;
}
	.board_bottom {margin: 30px auto;}
	.grad_tb{margin:auto 0;font-size:14px;}
	.grad_tb td{ padding:5px;}	
	.gal_list ul li { width:48%; margin-right:4%; margin-bottom:20px; }
	.gal_list ul li:nth-child(3n) { margin-right: 4%; }
	.gal_list ul li:nth-child(2n) { margin-right: 0; }	
	.pro_list ul li { width:100%; margin-right:0; }
	.pro_list ul li:nth-child(3n) { margin-right: 4%; }
	.pro_list ul li:nth-child(2n) { margin-right: 0; }	
	/*.ceo {width: 100%; height: 250px; background: url(../images/sub/ceo.jpg) no-repeat center #f0f0f0; }*/
	
}

@media screen and (max-width:480px) {
	#header .logo img { width: 46px;  }
	#header .menu_area ul li { width: 54px; height: 60px; }
	#header .menu_area ul li a { line-height: 64px; }
	#header .logo { padding: 9px 0; }
	
	#main .visual .caption { padding-top: 200px; }
	#main .visual .caption h2 { font-size: 40px; width: 90%; margin: 0 auto; line-height: 42px; margin-bottom: 5px; }
	
	.sub_visual { height: 280px; }
	.sub_visual .path_container .path .sub_tab ul li { font-size: 14px; }
	.sub_container .wrapper { padding: 50px 0; }
	.sub_container { padding: 0 15px; }

	.i_wrap { font-size: 15px; left: -290px; top: -110px; height: 16px; line-height: 16px; }
	.l_img .ii { width: 20px; height: 200px; }
	.intro .wrapper .f_left .txt { padding-left: 22px; }
	.l_img .img_wrap { width: calc(100% - 24px); }
	.intro .wrapper { padding: 48px 15px; }
	.intro .wrapper .f_left .container { padding: 0 !important; }
	.intro .wrapper .f_right .container { padding-left: 0 !important; padding-top: 60px; }
	.img_wrap .btn { font-size: 13px; width: 92%; }
	
	/************* contents *************/
	.business .cont { height: 200px; background-size: cover; }
	.business .cont .caption { padding: 75px 20px; }
	.business .cont .caption h2 { font-size: 22px; line-height: 24px; }
	.business .cont .caption p { font-size: 18px; }
	.section .wrapper { padding: 40px 15px; }
	.board .maintit { margin-bottom: 24px; }
	.board .items { padding: 15px; margin-bottom: 0px; }
	.board .items .tit { font-size: 16px; max-height: 20px; text-overflow: ellipsis; }
	
.work ul { width:100%; margin:0 auto; overflow:hidden;}
.work li {width:90%; float:left; margin-right:5%; margin-left:5%; height:470px;}
.work li:nth-child(2n) {margin-right:5%;}
.work li:nth-child(3n) {margin-right:5%;}
.work li:nth-child(6n) {margin-right:5%;}
.work li .photo {
	width:100%;
	height:250px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
	
}
.work li .photo img {width:100%; height:250px;}
.work li .w_contents ul li { margin-left:0;}
.work li .w_contents {margin-bottom: 30px;}	

	.sub_visual { height: 280px; }
	.sub_visual .path_container .path .sub_tab ul li { font-size: 14px; }
	.sub_container .wrapper { padding: 40px 0; }
	
	.sub_container { padding: 0 15px; }
	
	.i_wrap { font-size: 15px; left: -290px; top: -110px; height: 16px; line-height: 16px; }
	.l_img .ii { width: 20px; height: 200px; }
	.intro .wrapper .f_left .txt { padding-left: 22px; }
	.l_img .img_wrap { width: calc(100% - 24px); }
	.intro .wrapper { padding: 48px 15px; }
	.intro .wrapper .f_left .container { padding: 0 !important; }
	.intro .wrapper .f_right .container { padding-left: 0 !important; padding-top: 60px; }
	.img_wrap .btn { font-size: 13px; width: 92%; }
	.ceo {width: 100%; height: 250px; background: url(../images/sub/ceo.jpg) no-repeat center #f0f0f0; }
	.ci .color01 { width: 100%; }
	.ci .color02 { width: 100%; }
	.ci .box01 { width: 80px; height: 80px; }
	.ci .box02 { width: 80px; height: 80px; }
	.ci ul { padding: 8px 15px;  }
	.way_warp li span {display: block;}
}