
html, body { font-size:14px; }

/************* main *************/

#main .visual {
    width: 100%;
    height: 800px;
    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 .main_visual { 
	left:0; 
	margin-left:0; 
}
#main .visual .caption {
    padding-top: 360px;
}

#main .visual .main_visual .main_slider li img { 
	height: 720px; 
}

#main .visual .caption h2 {
    font-size: 56px;
    line-height: 56px;
    font-family: poppins;
}

#main .visual .caption h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: poppins;
}

.section {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.section .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}

.maintit {
    font-size: 36px;
    color: #111;
    font-family: poppins;
}

/* ideology */
.maintit.id {
	
    max-width: 240px;
}

.ide .f_left {
    /* float: left; */
    /* line-height: 1.1; */
    width: 50%;
}

.ide .f_left ul {
    margin-top: 34px;
}

.ide .f_left li {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    letter-spacing: -0.3px;
}

.ide .f_right {
    max-width: 50%;
    overflow: hidden;
}

.ide .f_right .caption {
    margin-top: 24px;
    line-height: 1.7;
}

.ide .f_right .caption p {
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 300;
}

/* board */

.board .maintit {
	text-align:center;
	margin-bottom:50px;
}
.board .items {
    /* float: left; */
    /* width: 392px; */
    /* margin-right: 12px; */
    /* background: #f4f4f4; */
    /* padding: 24px; */
    /* text-align: left; */
    /* width: 32%; */
    width: 100%;
    margin-bottom: 12px;
}

.board .items:last-child {
    margin-right: 0;
}

.board .items .cate {
	/* color: #0431ae; */
	/* border-bottom: 2px solid #0431ae; */
	/* padding: 0; */
	/* display: inline-block; */
	/* line-height: 1.2em; */
	/* font-weight: 500; */
	/* padding: 0 2px; */
}

.board .items .tit {
    font-size: 18px;
    margin: 8px 0;
    max-height: 26px;
    font-weight:400;
}

.board .items .contents {
    font-weight: 100;
    max-height: 48px;
}

.board .items .date {
    margin-top: 8px;
    display: block;
    color: #999;
    font-weight: 100;
}

.board .board_wrap {
    float: left;
}

/* business */

.business .cont {
    height: 280px;
    cursor: pointer;
}
.business .cont:nth-child(1) { background-image: url(../images/main/main_sec02_1.png); background-position-x:center; } 
.business .cont:nth-child(2) { background-image: url(../images/main/main_sec02_2.png); background-position-x:center;} 

.business .cont .caption {
    max-width:1200px;
    width:100%;
    margin :0 auto;
    padding: 106px 40px;
}
.business .cont .caption h2 {
	font-family: poppins;
	font-size: 32px;
	color: #fff;
	font-weight:400;
	line-height:45px;
}
.business .cont .caption p {
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:300;
}


/************ layout *************/

.wrap {
    position: relative;
}




/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
	transition: all 0.5s ease;
}


#header .logo {
    padding: 13px 0;
    margin-left: 10px;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .logo a {
    width: 232px;
    /* height: 46px; */
    background: url(/images/common/logo.png) 0 0 no-repeat;
    background-size: contain;
}

#header .logo a>img {
    display: none;
}

#header.on .logo a {
    /* background: url(/images/common/logo_on.png) 0 0 no-repeat; */
    background-size: contain;
}

/************* 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: 72px;
    line-height: 72px;
    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: 72px;
}

#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;
}
#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; */
}


/* 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: 320px;
}
.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;
}
.sub_container .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.sub_container h1.tit {
    font-size: 24px;
    line-height: 24px;
	margin-bottom: 20px;
    /* text-align: center; */
}

.sub_container .contents {
    margin: 50px auto 0px;
}


/************* layout-footer *************/

.footer {
    /* background: #111111; */
    height: auto;
}

.footer .wrapper {
    width: 100%;
    padding: 30px 20px;
    /* overflow: hidden; */
}

.footer .wrapper .logo {
    width: 180px;
    float: none;
}

.footer .wrapper .logo img {
	width: 100%;
}
.footer .wrapper .txt {
    /* float: left; */
    width: 100%;
    padding: 0;
    /* color: #fff; */
    /* font-weight: 100; */
    font-size: 13px;
    letter-spacing: -0.3px;
    float: none;
    margin-top: 10px;
}

.footer .wrapper  .site {
    float: none;
    width: 180px;
    /* position: relative; */
    margin-top: 20px;
}

.footer .wrapper .txt span {
    /* display: block; */
    font-size: 13px;
    /* letter-spacing: 0.5px; */
}

.footer .wrapper .site ul {
    position:absolute;
    bottom: 44px;
    left: 0;
	display:none;
}
.footer .wrapper .site ul.on {
	display:block;
}
.footer .wrapper .site ul li {
    height:40px;
    line-height:40px;
    width: 220px;
    padding: 0 12px;
    background: #111;
    z-index: 999;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}
.footer .wrapper .site .btn_toggle {
    height: 40px;
    line-height: 40px;
}
.footer .wrapper .site .btn_toggle img {
    float: right;
    padding: 12px 0;
    transform: rotate(180deg);
}
.footer .wrapper .site ul {
    position:absolute;
    bottom: 44px;
    left: 0;
}

.footer .wrapper .site ul li {
    height: 42px;
    line-height: 42px;
    width: 180px;
}

/************* 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_type2.eng ul li { /* height: 58px; */ line-height: 16px; padding: 12px 0; }
.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 {line-height: 24px;padding: 15px 8px;}
.business_result_list li .tit {font-size: 16px;}
.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%;padding: 20px 0 0 0;	}
.directions .img img {width: 100%; max-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%;}
.directions .txt li .text {width: calc(100% - 120px);}

.graph_warp { width: 100%;margin:0 auto 20px; }
.graph_warp ul { width: 100%; overflow: hidden; border: 1px #ddd solid; padding: 25px; box-sizing: border-box;}
.graph_tit {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 30px;

}
.canvas_wrap {}
.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;}
.vision { width:100%; }
.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;}

.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: 40px; line-height: 40px; }
	#main .visual .caption h3 { font-size: 24px; line-height: 24px; }
	.section .wrapper { padding: 72px 20px; }
	.maintit.bui { padding:72px 0 20px; }
	.maintit.id { max-width: 100%; }
	.ide .f_left { width: 100%; }
	.ide .f_left li { font-size: 16px; }
	.ide .f_right { max-width: 100%; margin-top: 40px; }
	
	/************* contents *************/
	.business .cont .caption h2 { font-size: 28px; line-height: 36px; }
	.business .cont .caption p { font-size: 20px; line-height: 20px; }
	.business_result_list li .tit {font-size: 15px; width: calc(100% - 100px); margin: 0 10px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: pre;}
	.business_result_list li .year {text-align: left;display: inline-block;width: 50px;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; }
	.notice .cont a > div .tit { float: none; width: 100%;}
	.graph_warp li { width: 100%; float: none; margin-right: 0;}
	.graph_warp li:first-child { margin-bottom: 30px;}
	.graph_warp li.one { width: 100%; float: none; margin-left: 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;}
	.business_result_list li .order3 { width: 20%;}
	.business_result_list li .order2 { width: 15%;}
	.business_result_list li .order { width: 15%;}
	.business_result_list li .tit { width: 40%; margin: 0 1%;}
	.business_result_list li .year { width: 6%; }
}

@media screen and (max-width:800px) {
.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 top #f0f0f0; }
	.greeting { width: 100%; padding: 20px 0 0 0px; }
	.sub_copy { text-align: center;}
	.vision { padding: 60px 0;}
	.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;
	}
	.business_result_list li span { display: block; }
	.business_result_list li .order, 
	.business_result_list li .order2,
	.business_result_list li .order3 {
		display:none;
	}
	.business_result_list li .year { width: 15%; text-align:center; }
	.business_result_list li .tit { width: 80%}

}

@media screen and (max-width:640px) {
	#main .visual { height: 500px; }
	#main .visual .caption { padding-top: 240px; }
	#main .visual .caption h2 { font-size: 32px;}
	#main .visual .caption h3 { font-size: 18px; line-height: 18px; }
	.maintit { font-size: 25px; }
	.ide .f_left ul { margin-top: 24px; }
	.ide .f_right img { width: 100%; }
	
	/************* 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; }
	#main .visual .main_visual .main_slider li img { height: 640px !important; }
	
	.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;}
	
	.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: auto; text-align: left;}
	.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;}
	
.credit_box ul { margin-bottom: 40px; }
.credit_box ul li { height: 200px; }
.credit_box ul li .tit { font-size: 20px; padding: 50px 0 50px 0; width: 100%; height: 80px; float: none; text-align: center; background: rgba(255,255,255,0.0); }
.credit_box ul li .txt { font-size: 50px; margin-top: 0px; margin-right: 0px; float: none; }
.credit_box ul li .txt span { font-size: 20px; }

}

@media screen and (max-width:480px) {
	#header .logo a { width: 200px; background-position-y: center; }
	#header .menu_area ul li { width: 54px; height: 64px; }
	#header .menu_area ul li a { line-height: 64px; }
	#header .logo { padding: 9px 0; }
	
	#main .visual { height: 440px; background-position-y: center; }
	#main .visual .caption { padding-top: 200px; }
	#main .visual .caption h2 { font-size: 28px; width: 90%; margin: 0 auto; line-height: 30px; margin-bottom: 5px; }
	
	.ide .f_left { opacity: 1 !important; transform: translate3d(0,0,0) !important; }
	
	/************* 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: 60px 15px; }
	.board .maintit { margin-bottom: 24px; }
	.board .items { padding: 15px;}
	.board .items .tit { font-size: 16px; max-height: 20px; text-overflow: ellipsis; }
	
	.sub_visual { height: 280px; }
	.sub_visual .path_container .caption { line-height: 280px; font-size: 28px; }
	.sub_visual .path_container .path .sub_tab ul li { font-size: 14px; }
	.sub_container .wrapper { padding: 30px 0; }
	.sub_container .contents { margin-top: 32px; }
	.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%; }
	#main .visual .main_visual .main_slider li img { height: 500px !important; }
	.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; }
	
	.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;}

}
