@import url('/css/common1.css');


/*메인페이지index.php*/
/*비주얼 슬라이더 */

.swiper-visual .carousel_cover{
	width: 100%;
	background: rgba(0, 41, 83, 0.3);
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.swiper-visual .swiper-slide{
	overflow: hidden;
}
/* .sec1 .swiper-container{
transform: skewY(-8deg);
}
.sec1 .swiper-container .slide-caption{
transform: skewY(8deg);
} */

.swiper-slide.visual1  .carousel_img {
	width: 100%;
	background: url(/img/visual_5.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-slide.visual2  .carousel_img {
	width: 100%;
	background: url(/img/visual_1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-slide.visual3  .carousel_img {
	width: 100%;
	background: url(/img/visual_2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-slide.visual4  .carousel_img {
	width: 100%;
	background: url(/img/visual_4.jpg) no-repeat center -150px;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-button-next, .swiper-button-prev{
	opacity: 0.3; 
}
.swiper-visual .carousel_cover,.swiper-visual .swiper-slide,.swiper-slide .carousel_img{
	height:75vh;
}
/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.swiper-slide.swiper-slide-active .carousel_img{
  -webkit-animation: infinite zoom 20s;
  animation:infinite zoom 20s;
}
*/
/* .swiper-visual .swiper-slide .slide-caption{
	width: 50%;
	position: absolute;
    text-align: center;
    top: 50%;
	margin-top: -60px;
    line-height: 1.5;
	z-index: 2;
	text-align: left;
	left: 50%;
} */
/* .swiper-visual .swiper-slide .slide-caption{
	width: 100%;
	position: absolute;
    text-align: left !important;
    top: 50%;
	margin-top: -60px;
    line-height: 1.5;
	z-index: 2;
	text-align: center;
	left: 10%
} */
.swiper-visual .swiper-slide .slide-caption{
	width: 100%;
	position: absolute;
    top: 50%;
    line-height: 1.5;
	z-index: 2;
	text-align: center;
	left: 0;
	margin-top: -30px;
}
/* .swiper-visual .swiper-slide .slide-caption h3,
.swiper-visual .swiper-slide .slide-caption p,
.swiper-visual .swiper-slide .slide-caption a{
opacity: 0;
transform: translate(0, 45px);
transition: all 1s;
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption h3{
	transition-delay: 0.2s;	
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption p{
	transition-delay: 0.7s;
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption a{
	transition-delay: 1s;
} 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption h3, 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption p, 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption a{
opacity: 1;
transform: translate(0, 0) !important;
} */
.swiper-visual .slide-caption  h3 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: bold;
	word-break: keep-all;
	white-space: normal;
	text-shadow: 3px 3px 8px rgba(0,0,0,.8);
}
.swiper-visual .slide-caption p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
	margin: 20px 0;
	word-break: keep-all;
	white-space: normal;
	text-shadow: 3px 3px 8px rgba(0,0,0,.5);
}
.swiper-visual .swiper-pagination {
    top: 50%;
	left: 50%;
	margin-left: -50px;
    margin-top: -100px;
	width: 100px;
	height: 30px;
	text-align: left;
}
.swiper-visual .swiper-pagination-bullet{
width: 12px;
height: 12px;
}


/* container ****************************************************************/
 .subbg {
	min-height:100px			
}
/* Index - mainContent ****************************************************************/
.main_notice{
background: #17aab9; /* Old browsers */
background: -moz-linear-gradient(135deg, #17aab9 35%,#2488c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(135deg, #17aab9 35%,#2488c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #17aab9 35%,#2488c8 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aab9', endColorstr='#2488c8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 1rem 0;
}
.main_notice .lat .lat_title{
display: none;
}
.main_notice .container{
padding-left: 200px;
position: relative;
}
.main_notice .container h2{
position: absolute;
left: 0;
top:-5px;
font-size: 1.5rem;
color: #fff;
height: 45px;
line-height: 45px;
padding-left: 60px;
background: url(/img/ico_notice.png) no-repeat left center;
-webkit-background-size: auto 45px;
background-size: auto 45px;
}
.main_notice .container .lt_more{
display: none;
}
.main_notice .lat{
background: none;
border: none;
margin-bottom: 0;
}
.main_notice  ul{
overflow: hidden;
padding: 5px;
}
.main_notice .lat li{
width: 50%;
padding-right: 80px;
float: left;
}
.main_notice .lat li:before{
background: #fff;
}
.main_notice .lat li a{
color: #fff !important;
font-size: 1.2rem;
}
.main_notice .lat .lt_date{
color: #fff;
right: 1.5rem;
}



#index_txt{
	z-index:1;
	position:absolute;
	top:205px;
	right:40%;
	margin-right:-180px;
}


#maincontent{
	position:relative;
}

.index_height{
	 min-height: 203px;
	 height: auto !important;
}

.sub_width{
	 width: 800px;
}

#maincontent h2{
background: url(/img/img_dot.png) no-repeat 0 center;
padding-left: 15px;
font-size: 1rem;
font-weight: 500;
}
#maincontent > div{
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #e4e4e4;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-right: 10px;
height: 190px;
}
#maincontent .btn_more{
position: absolute;
right: 15px;
top: 15px;
}
#maincontent .content1{
width: 270px;
}
#maincontent .content2{
width: 535px;
}
#maincontent .rates{
width: 310px;
margin-right: 0;
}
#maincontent .content2 ul {
overflow: hidden;
padding: 35px 0 10px 15px;
}
#maincontent .content2 ul li{
width: 120px;
text-align: center;
border-right: 1px solid #e4e4e4;
float: left;
}
#maincontent .content2 ul li a{
display: block;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;
height: 90px;
width: 90px;
text-align: center;
margin: 0 auto;
padding-top: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#maincontent .content2 ul li a:hover{
background-color: #ededed;
}
#maincontent .content2 ul li:last-child{
border-right: none;
}
#maincontent .rates h2{
background: url(/img/img_dot.png) no-repeat 0 4px;
}
#iframe {
	width:185px;
	height:162px;
	  
}
#maincontent .partners_link{
margin: 10px 0 10px;
width: 1136px;
height:45px;
}
#maincontent .partners_link h2{
width: 100px;
float: left;
}
#maincontent .partners_link ul{
overflow: hidden;
}
#maincontent .partners_link li{
float:left;
text-align: center;
margin: 0 13px;
}
#maincontent .partners_link li a{
display: block;
}

.section-heading{
font-size: 3rem;
}
.section-subheading{
padding: 20px 0;
font-size: 1.2rem;
}


/*메인 사업분야*/
.main_business{
margin: 0 auto;
}
.main_business *{
letter-spacing: -1px;
}
.main_business .row > div{
margin-bottom: 3rem;
}
.main_business .row > div > div{
padding: 1rem;
background: #fff;
}
.main_business .row .busn1 > div .lt_more{
position: absolute;
right: 20px;
top:0px;
font-size: 2rem;
font-weight: bold;
}
.main_business .row > div > a{
display: block;
height: 300px;
padding: 2.5rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #00478e;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
position: relative;
top:0;
 -webkit-box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.1);
-moz-box-shadow:  0px 5px 10px 10px rgba(0,0,0,0.1);
box-shadow:  0px 5px 10px 10px rgba(0,0,0,0.1);
}
.main_business .row > div > a:after{
content:"+";
font-size: 35px;
color: #fff;
position: absolute;
right: 30px;
top:20px;
}
.main_business .row > .busn2 > a{
/* background: #00478e url(/img/icon_shanghai.png) no-repeat 95% 105%;
-webkit-background-size: 150px 150px;
background-size: 150px 150px;
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
*/
background: url(/img/img_busn2.jpg) no-repeat center;
}
.main_business .row > .busn2 > a:hover,
.main_business .row > .busn3 > a:hover{
top:-10px;
opacity: 0.85;
}
.main_business .row > .busn3 > a{
background: url(/img/img_busn3.jpg) no-repeat center;
}
.main_business .busn2 h3{
color: #fff;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: -1px;
}
.main_business .busn3 h3{
color: #fff;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: -1px;
}
.main_business h3{
font-size: 1.3rem;
color: #000;
margin-bottom: 10px;
letter-spacing: 0;
}
.main_business h4{
margin-bottom: 10px;
}
.main_business h5{
font-size: 1em;
margin-bottom: 1rem;
color: #868e96;
-ms-word-break: keep-all;
word-break: keep-all;
}
.main_business .row .busn1 > div h3{
font-size: 1.8rem;
font-weight: bold;
border-bottom: 1px solid #d5d5d5;
padding-bottom: 10px;
}
.btn_more{
display: inline-block;
margin: 0 auto;
height: 25px;
line-height: 25px;
color: #fff !important;
background: #155595;
transition:0.5s;
width: auto;
padding: 0 10px;
font-size: 0.8rem;
font-weight: 500;
text-align: center;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
background: #918e8e; 
letter-spacing: 0;

}
.btn_more:hover,.btn_more:hover{
background: #626060;
color: #fff !important;
}
.main_business .col-lg-4 .btn_more{
opacity: 0;
}
.main_business .col-lg-4:hover .btn_more{
opacity: 1;
}
.main_business .row > div > div{
padding: 0;
}
.main_board{
width: 100%;
}
.main_board ul li{
padding-right: 80px;
position: relative;
}
.main_board ul li a{
display: block;
margin-top: 0px;
padding: 6px 0;
}
.main_board ul li span{
position: absolute;
right: 0;
top:5px;
}








.sec_est{
background:url(/img/img_est.jpg) no-repeat center ;
background-attachment: fixed;
-webkit-background-size: cover;
background-size: cover;
}
.sec_est {
color: #fff;
}
.sec_est h2,.sec_est h3{
color: #fff;
text-shadow: 3px 3px 8px rgba(0,0,0,.5);
}





/*관련사 링크*/
.main_link a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
border: 1px solid #fff;
}
/* .main_link a:hover{
border-color:#efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} */
.main_link a img{
width: 100%;
max-width:190px;
display: inline-block;
padding: 10px 20px;
}


/*메인*/
.vision > div > div{
width: 150px;
height: 150px;
padding-top: 45px;
display: block;
margin: 0 auto 1rem;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #fff;
color: #144dab;
}
.vision h5{
    font-size: 1.5rem;
	font-weight: 600;
    padding: 1rem 0;
    letter-spacing: -1px;
	color: #144dab;
}
.vision p{
font-size: 1.15rem;
}

#subcontent #subbody{
	position:relative;
	font-size:1rem;
}
.sub_h3{
font-size: 3rem;
font-weight: 600;
text-align: center;
padding: 80px 0;
max-width:1400px;
margin: 0 auto;
}
.sub_h3 span{
display: block;
font-size: 1.5rem;
color: #414243;
}
.bar:after{
content:"";
display: block;
width: 30px;
height: 2px;
margin: 2rem 0;
background: #144dab;
}
#subcontent > p{
height: 250px;
width: 100%;
text-align: center;
line-height: 1.5;
color: #fff;
font-size: 24px;
padding-top: 100px;
margin-left: -100px;
}
#subcontent > p span{
font-size: 1rem;
}
.sub_txt{
width: 800px;
margin: 30px auto;
line-height: 1.5;
}
.bd_gallery h2{
padding: 2rem 0;
font-size: 2.5rem;
font-weight: bold;
}
.bd_gallery .gal {
margin-bottom: 1rem;
}
.bd_gallery .gal > div{
/* border: 5px solid #f4f4f4 ; */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-box-shadow: 0px 5px 10px 10px rgba(0,0,0,0);
-moz-box-shadow:  0px 5px 10px 10px rgba(0,0,0,0);
box-shadow:  0px 5px 10px 10px rgba(0,0,0,0);
}
.bd_gallery .gal a{
overflow: hidden;
}
.bd_gallery .gal:hover > div{
/* border-color:#00478e;
 */
 -webkit-box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.1);
-moz-box-shadow:  0px 5px 10px 10px rgba(0,0,0,0.1);
box-shadow:  0px 5px 10px 10px rgba(0,0,0,0.1);
 }
.bd_gallery .gal > div img{
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.bd_gallery .gal:hover > div img{
transform: scaleX( 1.1 ) scaleY( 1.1 );
}
.bd_gallery .gal:nth-child(2){
transition-delay: 0.2s;
}
.bd_gallery .gal:nth-child(3){
transition-delay: 0.4s;
}
.bd_gallery .gal:nth-child(4){
transition-delay: 0.6s;
}

/*subpage - 협회소개****************************************************************/

#subbody.greeting .txt_1{
position: relative;
height: 500px;
margin-bottom: 100px;
}
#subbody.greeting .txt_1:before{
content:"";
display: block;
width: 90%;
height: 400px;background:url(/img/img_intro01_01.jpg) no-repeat left center;
-webkit-background-size: cover;
background-size: cover;
position: absolute;
left: 0;
top:0;
z-index: -1;
}
#subbody.greeting .txt_1 > div{
position: absolute;
right: 0;
top:120px;
width: 100%;
max-width:700px;
/* background: #0c65d7; */
padding:5rem;
background: #00478e; /* Old browsers */
/* background: -moz-linear-gradient(45deg, #00478e 30%,#59b3c9 100%); 
background: -webkit-linear-gradient(45deg, #00478e 30%,#59b3c9 100%); 
background: linear-gradient(45deg, #00478e 30%,#59b3c9 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aab9', endColorstr='#59b3c9',GradientType=1 );  */
text-shadow: 5px 5px 15px rgba(0,0,0,.3);
}
#subbody.greeting .txt_1 > div p{
color: #fff;
font-size: 1.7rem;
letter-spacing: -2px;
font-weight: 200;
}
#subbody.greeting .txt_1 > div strong{
color: #fff;
font-weight: bold;
display: block;
font-size: 3rem;
margin-bottom:10px;
}
#subbody.greeting .subject .txt_2{
text-align: center;
width: 100%;
}
#subbody.greeting .subject .img{
width: 250px;
margin: 0 auto;
}
#subbody.greeting .subject img{
width: 100%;
margin-bottom: 20px;
}
#subbody.greeting .subject *{
font-size: 1.2rem;
text-align: center;
width: 100%;
}
#subbody.greeting .subject .txt_3{
text-align: center;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5;
padding: 50px 0;
color: #00478e;
}
#subbody.greeting .subject .txt_2 .txt_3{
font-size: 2rem;
}

#subbody.greeting .subject .txt{text-align: center;}
#subbody.greeting  p{
-ms-word-break: keep-all;
word-break: keep-all;
line-height: 2;
}
#subbody.greeting  p b{
font-size: 2.8rem;
display: block;
line-height: 1.2 !important;
margin-top: 30px;
}
.intro02 h4{
padding-bottom:5rem;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: -2px;
}



/*tab****************************************************************/


ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    width: 100%;
    font-size:12px;
	overflow: hidden;
	overflow: hidden;
	border-bottom:1px solid #d5d5d5
}
ul.tabs li{
    float: left;
    text-align:center;
    cursor: pointer;
    width:25%;
    height: 50px;
    line-height: 50px;
    border-left: none;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}
ul.tabs li.on {
	background: #f0f0f0;
	/* background: #01a4b6; 
	background: -moz-linear-gradient(-45deg, #01a4b6 0%, #004f9b 100%); 
	background: -webkit-linear-gradient(-45deg, #01a4b6 0%,#004f9b 100%); 
	background: linear-gradient(135deg, #01a4b6 0%,#004f9b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a4b6', endColorstr='#004f9b',GradientType=1 ); */
	font-weight: 500;
}
.busn1 ul.tabs li{
background: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.busn1 ul.tabs li.on{
background: #00478e;
font-weight: bold;
color: #fff;
border-bottom: 0;
}
.busn1 ul.tabs li:hover{
background: #f5f5f5;
}
.busn1 ul.tabs li.on:hover{
background: #145596;
}
.busn1 ul.tabs li span{
letter-spacing: -2px;
vertical-align: top;
}
.tab_content {
    padding: 5px;
    font-size: 12px;
	padding-top: 10px;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    list-style:none
}
.tab_content .lt_more{
display: none;
}

@media (max-width:500px) {
	.add_st span{
	display: block;
	text-align: left;
	}
	.add_st ul{
	padding: 0 10px;
	}
}

@media (max-width:400px) {
.img_tab {
height: 75px;
}
.img_tab li{
width: 25%;
padding: 0;
}
.img_tab li > a{
height: 100px;
}
#subbody.service .sub_title{
padding: 10px 0;
font-size: 1.5rem;
margin: 0 auto 10px;
}
#subbody.service .sub_title strong{
font-size: 1.5rem;
}
}
.swiper-button-next, .swiper-button-prev {
    opacity: 0.3;
	position: absolute;
	top: 50%;
	width: 24px;
	height: 19px;
	margin-top: -11px;
	z-index: 10;
	cursor: pointer;
	background-size: 20px 26px;
	background-position: center;
	background-repeat: no-repeat;
}
/* footer ****************************************************************/
footer{
border-top: 1px solid #d5d5d5;
overflow: hidden;
color: #bdbdbd !important;
}
footer a,footer a:hover{
color: #bdbdbd !important;
}
footer .container{
max-width: 1400px;
padding:0 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
footer img{
padding: 25px 20px;
}
footer .footer_top{
background: #eee;
/* background: #2c3238; */
}
footer .footer_top a{
display: inline-block;
padding: 0 15px;
border-left: 1px solid #969696;
line-height: 1;
vertical-align: bottom;
color: #444 !important; 
}
footer .footer_top a:first-child{
border-left: 0;
padding-left: 0;
}

footer p{
	color: #bdbdbd;
	padding:15px;
	margin: 0 auto;
	line-height: 1.3;

}
footer dl {
padding: 10px 0 20px;
}
footer dl dt{
padding-bottom: 10px;
font-size: 1.2rem;
}
footer dl dt,footer dl dd{
color: #bdbdbd ;
line-height: 1.8;
}
/*게시판 스타일*/

.board_list th, .board_list td{
height: 45px !important;
font-size: 14px !important;
}
.board_list th{
background: #fafafa !important;
font-weight: 500 !important;
border-top: 2px solid #1a68a6 !important;
}
.board_list tr.bg0{
background: #fff !important;
}
#writeContents{
font-size: 14px !important;
}
.view_tb{
height: 40px;
line-height: 40px;
-webkit-box-sizing: border-box;s
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.write_tb th,.write_tb td{
height: 40px;
line-height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: none;
border-bottom: 1px solid #eee;
}

.pclnb{display: block;}
#mMenu,.menu_btn{
display:none;
}
.tb_st{
width: 100%;
}
.tb_st th,.tb_st td{
border: 1px solid #ccc;
border-collapse:collapse;
border-spacing:0;
height: 50px;
line-height: 50px;
padding: 0 10px;;
}
.tb_st th{
background: #f9f9f9;
text-align: center;
font-weight:normal;
color:#144dab;
font-weight:500;
}
.tb_st strong{
color:#144dab;
font-weight:500;
}
.tb_st .tb_2line{
line-height:1.5;
text-align: center;
}

.tb_st th,.tb_st .tb_2line, .tb_st .td3{
width:150px;
}
section{
padding: 20px 0;
}
/*게시판*/
.board_wrap a,.board_wrap a:hover{
/* color:#fff !important; */
font-weight: 4;
}
.board_wrap .bo_tit a{
color: #3c3c3c !important;
font-weight: 400;
}
.board_wrap a.btn, .board_wrap button.btn,.board_wrap .btn_submit{
height:40px;
line-height:40px;
padding: 0 10px;
font-size: 1rem;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.board_wrap a.btn, .board_wrap .btn_submit,.board_wrap button.btn,.btn_bo_adm .btn{
background:#eee;
border-color:#d5d5d5;
height: 35px;
line-height: 33px;
color: #3c3c3c !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0 15px;
font-size: 14px;
}
.board_wrap .btn.s{
height: 35px;
line-height: 33px;
background:#144dab;
border:1px solid #11408e;
cursor:pointer;
color: #fff !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 0 20px;
font-size: 14px;
}
.cmt_btn{
font-size: 16px;
font-weight: 400;
}
.btn_confirm .fa{
margin-top: 10px;
}
.board_wrap .tbl_wrap table{
border-left: 0;
border-right: 0;
}
.board_wrap .tbl_wrap table th a{
color:#3c3c3c !important;
font-weight: 400;
}
#bo_list tbody tr:hover .td_chk{
border-left: none !important;
}
.board_wrap .bo_vc_act a, .board_wrap .bo_v_nb a{
color: #3c3c3c !important;
font-weight: 400;
}
.bd_view_tb{
border-collapse: collapse;
width: 100%;
border-top: 1px solid #c9c9c9;
}
.bd_view_tb th{
background: #f7f7f7;
height: 50px;
padding: 0 5px;
border-bottom: 1px solid #c9c9c9;
text-align: center;
}
.bd_view_tb td{
height: 50px;
padding: 0 5px;
border-bottom: 1px solid #c9c9c9;
}

#bo_cate a{
color: #000 !important;
font-weight: 300;
}
#bo_cate #bo_cate_on{
color: #fff !important;
}

.write_div label{
margin-top: 20px;
font-weight: 500;
}
#bo_w .bo_w_link label,#bo_w .bo_w_flie .file_wr label{
margin-top: 0;
}

.est-form #btn_submit.btn_more{
padding: 0 30px;
}
#btn_submit.btn_more:hover{
border-color: #3c3c3c;
color: #3c3c3c !important;
}
/*버튼*/

.board_body .btn_submit{
	background: #01a4b6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #01a4b6 0%, #004f9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #01a4b6 0%,#004f9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #01a4b6 0%,#004f9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a4b6', endColorstr='#004f9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#login_info a{color: #1d1d1d!important;}


#to_top {
    position: fixed;
    right: 15px;
    bottom: 45px;
    z-index: 100;
    display: none;
	cursor:pointer;
}

.board_wrap #bo_w{
max-width:1000px;
margin: 0 auto;
}
.board_wrap h3.text-point{
font-size: 2rem;
}
.write_div.bg-light{
padding:1rem 1.5rem;
border: 1px solid #d5d5d5;
margin-bottom: 3rem;
}
.write_div.bg-light iframe{
background: #fff;
}

/*게시판*/

.board_wrap{
font-size: 1rem;
margin: 0 auto;
}
.tbl_wrap table{
border-left: 0;
border-right: 0;
}


.pc_only{
display: block;
}
.m_only{
display: none;
}



@media (min-width:1400px){
	.container {
		max-width: 1400px;
	}
}


@media (max-width:1399px) {
	.pcMenu {
		margin-right: 0;
		padding-right: 0;
	}

	#container{
	width: 100%;
	}
	.subbg{
	background: none;
	}
	#subcontent{
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#subbody{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.main_business{
	margin-top: 0px;
	}
	.sub_h3{
		margin-left: 0;
		padding: 50px 0 10px 10px;
		}
	.org_img{
		max-width:920px;
		margin: 0 auto;
	}
	.his_img{
		display: none !important;
		}
}
@media (min-width:1200px) {
	#subbody.service > section.container{
    padding: 0;
	max-width:100%
	}
	#subbody.greeting > .container{
	padding-top: 70px;
	}
	#subbody.greeting .row .col-md-5{
	z-index: 1;
	}
	#subbody.greeting .row .col-md-7{
	z-index: -1;
	}
	#subbody.greeting .row .col-md-7 > div{
	padding: 5rem 5rem 5rem 7rem;
	margin-top: -50px;
	margin-left: -80px;
	background: #f7f7f7;
	}
}

@media (max-width:1199px) {
	#subbody.service .sv-left,
	#subbody.service .sv-right{
	background: none;
	min-height:400px;
	}
	.sv-left .sv_txt{
	bottom: 0;
	}
	.sv_img{
	padding: 5px;
	}
	#subbody.greeting .txt_1{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1rem;
	}
	#subbody.greeting .subject .txt_2{
	padding-left: 0;
	text-align: center;
	}
	#subbody.greeting .subject .txt_2 .img{
	position: static;
	display: inline-block;
	padding-bottom: 30px;
	width: 200px;
	}
	#subbody.greeting .row .col-lg-7 > div{
	padding: ;
	margin-top: 0px;
	margin-left: 0px;
	background: none;
	}
	#bo_gall .gall_href{
		height: auto;
	}

}
@media (min-width:991px)and(max-width:1399px){
	#subcontent{
	padding-top: 70px;
	}
	#subcontent .sub_h3{
	padding-bottom: 70px;
	}
}

@media (max-width:1150px){
	.top_menu {
	padding-right: 0;
	}
	.top_menu ul > li > a{
		font-size: 14px;
	}
	.top_menu ul > li {
		padding: 0 5px;
	}
	.top_menu .sub_menu li a{
	font-size: 12px;
	}
	#header h1 a {
		display: inline-block;
		height: 35px;
		width: 205px;
		background: url(/img/logo_h1.png) no-repeat leftcenter;
		background-size: auto;
		-webkit-background-size: auto 35px;
		background-size: auto 35px;
		margin-top: 5px;
	}
	#openSitemap{
		display: none;
	}
}

@media (max-width:990px) {
	
	.container{
	max-width:100%;
	}
	.swiper-slide .slide-caption h3{
	font-size: 1.5rem;
	}
	.swiper-visual .slide-caption p{
	font-size: 1rem;
	}
	#wrap{
	padding-top: 55px;
	}
	.carousel-item{
	height:40vh !important;
	min-height:200px
	}
	.carousel-caption {
	left: 0;
	text-align: center;
	width: 100%;
	}
	.carousel-caption .h3_span{
	font-size: 20px;
	}
	.carousel-caption h3{
	font-size: 24px;
	text-align: center;
	}
	.main_notice .container{
	padding-left: 10px;
	padding-right: 0;
	}
	.main_notice .lat li{
	width: 100%;
	padding-right: 80px;
	float: none;
	}
	.main_notice .container h2{
	position: static;
	width: 100%;
	}
	.main_notice .lat li a{
	font-size: 1rem;
	}
	
	#subbody{
	padding:10px 5px; 
	}
	.sub_h3{
	font-size: 24px;
	display: none;
	}
	#subbody.greeting h4{
	font-size: 2rem;
	}
	.tb_st th,.tb_st .tb_2line, .tb_st .td3{
	width:auto;
	}
	.tb_st th,	.tb_st td{
	font-size:12px;
	padding:0;
	line-height:1;
	text-align: center;
	}
	#header{
	height: 55px;
	border-top: 0;
	border-bottom: 1px solid #d5d5d5;
	}
	#header .container{
	max-width:100%;
	height: 54px;
	}
	#header h1{
	padding-left: 10px;
	padding-top: 3px;
	width: 100%;
    text-align: left;
	}

	.navbar-toggler{
	position:absolute;
	right:6px;
	top:6px;
	}
	.close_gnb{
	position:absolute;
	right:12px;
	top:12px;
	}
	#tnb{
		position: fixed;
		bottom:0;
		left: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #ddd;
	}
	 #header .pcMenu,#header .pclnb{
	 display: none;
	 }

	 #mMenu, .m_home, .close_gnb,.menu_btn{
	 display: block;
	 }
	.navbar-header{
	width: 100%;
	}
	.navbar{background: #fff;border-bottom: 1px solid #eee;}
	#mMenu {
			 right:-1000px;
			 width:100%;
			 min-width:0;
			 position:fixed;
			 padding-left:0;
			 z-index:9999;
			 top:0px;
			 margin:0;
			background:#fff;
			border-left: 1px solid #ddd;
			box-shadow: -3px 10px 25px 12px rgba(0,0,0,.25);
			overflow:auto;
		}
		#mMenu ul {
			list-style:none;
			border-top:1px solid #e0e0e0;
		}
		#mMenu .m_nav > li {
			position:static !important;
		}
		#mMenu .m_nav > li > a {
			display:block;
			height:55px;
			line-height:55px;
			border-bottom:1px solid #e0e0e0;
			font-weight:400;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			padding:0 10px 0 20px;
			background-color:#f7f7f7;
			color: #000 !important;
			text-align: left;
		}
		#mMenu .m_nav > li.sub_m > a {
			background-image:url(../img/ico_plus.png);
			background-repeat:no-repeat;
			background-position:95% center;
			-webkit-background-size:12px;
			background-size:12px;
		}
		#mMenu .m_nav > li.sub_m > a.on {
			background-color:#e7e7e7;
			background-image:url(../img/ico_minus.png);
			-webkit-background-size:12px;
			background-size:12px;
		}
		#mMenu .m_nav .m_nav_sub {
			margin:0;
			padding:0;
			display:none;
		}
		#mMenu .m_nav .m_nav_sub li a {
			display:block;
			height:50px;
			line-height:50px;
			border-bottom:1px solid #eee;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			padding:0 10px 0 30px;
			color: #000 !important;
			text-align: left;
		}
		#mMenu #slidemenu .m_navbar-nav {
			 min-width:0;
			 width:100%;
			 margin:0;
			 border-top: 1px solid #e0e0e0;
		}
		#mMenu .m_navbar-nav .dropdown-menu li a {
			 min-width:0;
			 width:80%;
			 white-space:normal;
		}

		#mMenu {
			 background: #fff
		}
		
		
		
		.member_wrap{
		width: 100%;
		}
		.member_wrap ul {
		overflow: hidden;
		height: 50px;
		line-height: 50px;
		text-align: left;
		}
		.member_wrap ul li {
		display: inline-block;
		}
		.member_wrap ul li a, 
		#header.scroll .member_wrap ul li a{
		padding: 0 20px;
		color: #fff !important;
		font-weight: 300;
		}
		.member_wrap ul li:first-child a{
		border-right: 1px solid rgba(255,255,255,.7);
		}
		
		
		
		
		
		
		/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
		#navbar-height-col {
			 position:fixed;
			 top:0;
			 height:100%;
			bottom:0;
			 width:80%;
			 right:-80%;
			 background:#f7f7f7;
		}
		#navbar-height-col.inverse {
			 background:#fff;
			 z-index:1;
			 border:0;
		}
		#slide-nav .navbar-form {
			 width:100%;
			 margin:8px 0;
			 text-align:center;
			 overflow:hidden;
			 /*fast clearfixer*/
		}
		#slide-nav .navbar-form .form-control {
			 text-align:center
		}
		#slide-nav .navbar-form .btn {
			 width:100%
		}
		#slide-nav .container {
			max-width:none !important;
		}
		

		.sec2 .vision.row > div{
		margin-bottom: 1rem;
		}

		 #subcontent{
		 padding: 0;
		 }
		#container, #subcontent,.sub_txt{
		width: 100%;
		}
		.main_business a{
		margin-bottom: 20px;
		}
		#sidebar .snb h2{
		display: none;
		}
		#sidebar .snb h2{
		display: none;
		}
		#sidebar .snb .menu{
		padding-left: 43px;
		height: 41px;
		}
		#sidebar .snb .menu > ul > li.home{
		position: absolute;
		left: 0;
		}
		#sidebar .snb .menu > ul > li.home a{
		text-align: center;
		padding: 0;
		}
		#sidebar .snb .menu > ul > li.home a i{
		margin-right: 0;
		}
		#sidebar .snb .menu > ul > li ul li,#sidebar .snb .menu > ul > li ul{
		width: 100%;
		}
		#sidebar .snb .menu > ul > li{
		display: block;
		float: left;
		width: 50%;
		}
		#sidebar .snb .menu li a, #sidebar .snb .menu li button{
		font-size: 0.8rem;
		}


		.sub_h3 span{
		display: inline-block;
		}
		.swiper-visual .carousel_cover,.swiper-visual .swiper-slide{
		height: 50vh;
		}
		.slide-caption h3{
		font-size: 2rem;
		}
		.sv-right .sv_txt,.sv_img{
		padding-top: 0;
		}
		.sv-left .sv_txt{
		padding-bottom: 0;
		}
		.sv-left .sv_img {
		bottom: 0px;
		top: auto;
		}
		#subbody.service .sv-left, #subbody.service .sv-right{
		margin-bottom: 50px;
		}
		#subbody.service .sub_title,#subbody.service .sub_title strong{
		font-size: 1.5rem;
		}
		
		.pc_only{
		display: none;
		}
		.m_only{
		display: block;
		}
		#sidebar .snb .menu{
		background: #f4f4f4;
		}
		.swiper-visual .swiper-slide .slide-caption{
		width: 100%;
		left: 0;
		text-align: center !important;
		margin-top: -70px;
		}
		.swiper-visual .swiper-pagination{
		width: 100%;
		left: 0;
		text-align: center;
		}
		#subbody.greeting .row img{
		max-width:600px;
		}
		.board_wrap a.btn, .board_wrap .btn_submit, .board_wrap button.btn, .btn_bo_adm .btn{
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		}

	}
	@media (min-width:768px) and (max-width:1199px){
		#subcontent.board_wrap{
		padding-top: 0px !important;
		}
		.intro02 h4{
		padding-top: 3rem;
		}
	}
	@media (max-width:767px) {
		body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a{
		font-size: 16px;
		}
		#subbody.greeting .txt_1{
		height: auto;
		}
		#subbody.greeting .txt_1 > div strong{
		font-size:1.2rem;
		margin-bottom: 1rem;
		}
		#subbody.greeting .txt_1 > div p{
		font-size: 1rem;
		line-height: 1.5;
		}
		#subbody.greeting .txt_1 > div {
		position: static;
		width: 100%;
		padding: 1rem;
		background:#00478e;
		}
		#subbody.greeting .txt_1::before{
		display: none;
		}

		.container{
		max-width:100%;
		}
		.section-heading{
		font-size: 2rem;
		}
		.section-subheading{
		font-size: 1rem;
		}
		.main_business h3{
		font-size: 1.2rem;
		}
		.main_business h5{
		font-size: 1rem;
		}
		
		#subbody.greeting .greeting_1{
		text-align: center;
		}
		#subbody.greeting p{
		line-height: 1.5;
		}
		


		.main_business .row a > div{
		height: 200px;
		line-height: 200px;
		}
		.main_business a img{
		width: 60px;
		}
		.main_business .col-sm-6,
		.main_link .col-sm-6{
		width: 50%;
		margin-bottom: 20px;
		}
	
		#bo_sch{
		display: none;
		}
		#subcontent.board_wrap{
		padding-top: 0 !important;
		}
		#bo_w.est-form .bg-light{
		padding: 1rem;
		}
		.board_wrap h3.text-point{
		font-size: 1.2rem;
		text-align: center;
		}
		.board_wrap h3.bar:after{
		margin: 1rem auto;
		}
		#bo_v{
		padding:10px 5px;
		}
		#bo_v header{
		padding: 5px 10px;
		}
		#bo_v header h2#bo_v_title, #bo_v_info{
		width: 100%;
		display: block;
		margin-bottom: 0;
		text-align: left;
		}
		#bo_v_title .bo_v_tit{
		font-size: 1.1rem;
		}
		.tbl_head01 td,	.tbl_head01 th,	.tbl_head01 td a,.tbl_head01 td a:hover{
		font-size: 14px;
		}
		.tbl_head01 td{
		padding: 10px 0px;
		}
		.tbl_head01 thead th{
		padding: 5px 0;
		font-size:14px;
		}
		.tbl_head01 thead th a{
		font-size: 14px;
		}
		#bo_list .td_num{
		font-size: 12px;
		width: 30px;
		}
		#bo_list .td_datetime{
		font-size: 12px;
		width: 60px;
		}
		#bo_list .td_num2,	#bo_list .th_num2{
		display: none;
		}
		.bo_v_file_cnt{
		display: block;
		position: static;
		font-size: 12px;
		}
		#bo_gall .gall_text_href a,#bo_gall .gall_text_href span{
		font-size: 12px;		
		}
		.gall_li {
		padding: 0 5px !important;
		}
		#bo_v_title{
		font-size: 1rem;
		}
		#bo_v_info strong{margin-left: 0;font-size: 12px;}
		footer .footer_top a{
		border-left: 0;
		padding: 5px;
		display:  inline-block;
		font-size: 12px;
		}
		#bo_list_total{
		font-size: 12px;
		background: none;
		}
		#bo_v_file h2{
		font-size: 1rem;
		}
		.bo_v_nb li{
		padding: 10px 0;
		}
		#bo_v_file li, #bo_v_file a,.bo_v_nb li .nb_tit{
		font-size: 14px;
		}
		.pg_wrap a.pg{
		min-width:28px;
		padding: 4px;
		font-weight: normal;
		font-size: 12px;
		}
		#bo_v_con,#bo_v_con font, #bo_v_con p{
		font-size: 14px;
		}
		.footer_wrap {
		font-size: 12px;
		}
		.main_business .row .busn1 > div h3{
		font-size: 1.5rem;
		}
		.main_business .row > div > a{
		padding: 1rem;
		height: 150px;
		}
		.main_business h3{
		font-size: 1.2rem !important;
		}
		.main_business .row > div > a:after{
		top:0;
		right:15px
		}

		/*메인화면 게시판*/
		.main_business .row .busn1 > div .lt_more{
		top:-10px
		}
		.main_board a{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}	
		.main_board ul li a{
		padding: 5px 0;
		margin-top: 0;
		margin-bottom: 5px;
		}
		.main_board ul li {
		padding-right: 60px;
		}
		.main_board ul li span{
		font-size: 12px;
		color: #7d7d7d;
		top:8px
		}
		.bd_gallery .gallery_title a{
		font-size: 14px;
		}
		.bd_gallery .container{
		padding: 0 !important;
		}
		.bd_gallery .gal{
		padding: 0 5px !important;
		}
		.gallery_title p{
		font-size: 12px;
		}
		.busn1 ul.tabs li{
		font-size: 13px;
		}
		.bd_gallery h2{
		font-size: 1.5rem;	
		}
		.main_business .row > div.busn2, .main_business .row > div.busn3{
		padding: 0;
		}
		.main_business .row > div{
		margin-bottom: 1rem !important;
		}
		footer .container{
		padding: 0 10px;
		}
		footer .footer_top div  > strong{
		font-size: 15px !important;
		font-weight: bold !important;
		}
		.intro02 h4{
		font-size: 1.2rem;
		padding-top: 3rem;
		padding-bottom: 2rem;
		}

	}

	@media (max-width:400px){
	.service .col-md-6{
	margin-bottom: 20px;
	}
	#subbody.greeting .greeting_1{
	text-align: left;
	padding: 5px !important;
	}
	#subbody.greeting .greeting_1 > .row{
	padding: 0 !important;
	}
	.swiper-slide .slide-caption h3{
	font-size: 1.5rem;
	}
}
#reg_result .btn_submit{
color: #fff;
}
#reg_result{
padding: 50px 0;
}

