@charset "UTF-8";
/********************************************************
■ 사이트 초기 설정
********************************************************/
:root {
	/* 테마 전체 색상 */
    --main-color1:#f77100;
    --main-color2:#e49c00;
    --main-color3:#061635;
    --main-color1-rgb:4, 52, 143;
    --main-color2-rgb:255, 165, 15;
    --main-color3-rgb:11, 61, 153;
    --main-width:1200px;
	
	--primary-color: #44536a;
	--secondary-color: #e9edf2;
	--tertiary-color: #e84958;
	--point-color: #e84958;
	--darkgray-color: #c2c2c2;
	--lightgray-color: #f7f7f7;
	--white-color: #ffffff;
	--footerbg-color: #f9f9f9;
	--background-color: #f9f9f9;

	--line-color: #dddddd;
	--body-color: #212326;
	--text-color: #212326;

	--inner-size: 1200px;
	--w-inner-size: 1200px;
	
    /* sns 색상 */
    --kakao-color:#ffe800;
    --instagram-color:linear-gradient(to bottom, #8452a1, #ea2d87, #ef4c3e, #efcb6b);
    --naver-color:#06be34;
    --facebook-color:#435e99;
    --youtube-color:#d4262c;
    --twiter-color:#27a9e0;

	/* 게시판 아이콘 색상 */
	--board-secret-color:#333;
	--board-new-color:#eeb506;
	--board-hot-color:#d91426;
	--board-file-color:#333;
	--board-link-color:#195dae;

	/* 컬러 */
    --color-red:#fd1f2a;
    --color-orange:#ff5f15;
    --color-yellow:#f8af11;
    --color-green:#63b417;
    --color-blue:#0041a3;
    --color-navy:#05102c;
    --color-purple:#53237a;
    --color-pink:#ec4f71;
    --color-beige:#ddc2ad;
    --color-brown:#381e13;
    --color-gray:#bfc2ca;
    --color-skyblue:#44abe7;

	/* .c padding값 */
    --c-padding:15px;

    /* 메인&서브 좌우 패딩 */
    --top-padding:3vw;
}

body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{margin:0;padding:0; font-size:13px; color:#333; line-height:1.6em; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}

input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Noto Sans KR', sans-serif;
}
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Noto Sans KR', sans-serif;
}
input[type=password]:-ms-input-placeholder { /* IE 10+ */
 font-family: 'Noto Sans KR', sans-serif;
}
input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: 'Noto Sans KR', sans-serif;
}

a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
/*a:hover{ color:#00529B;}*/
strong{font-weight:500;}
.list-unstyled {list-style:none}

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width:480px){	
	body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{font-size:13px;}	
}


/* 작은기기 Mobile 상단 */
#mobile_header {width:100%; height:60px;  line-height:60px; border:0px solid red; z-index:99999; display:none;}
#mobile_header .inner {top:0; left:0; width:100%; height:60px; line-height:60px; background:rgba(0,0,0,0.8); z-index:999;}
#mobile_header h1 { width:290px; padding-top:10px; text-align:left;  padding-left:10px;}
#mobile_header h1 img { height:40px; overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display:block; top:0; width:100%; text-align:center; color:transparent;}
#mobile_header .m_gnb li.category a i {float:left; position:absolute; width:20px; height:20px; line-height:20px; right:20px; top:14px; font-size:28px; color:#fff;}
#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.7); z-index:99998;}
#mobileMenu {display:inline; position:fixed; top:0; left:-300px; width:269px; height:100%; background-color:#fff; z-index:9999999;}
#mobileMenu .side_title{height:60px; line-height:60px; background:rgba(0,0,0,0.9); color:#fff; text-align:center; font-size:1.5em; cursor:pointer;}
#mobileMenu .side_title img { padding-top:10px; text-align:left; height:50px; float:left;  padding-left:10px; overflow:hidden;}
#mobileMenu .side_title i {float:right; position:absolute; width:20px; height:20px; line-height:20px; right:0px; top:0px; font-size:28px; color:#fff;}
#mobileMenu .navi_bg{ width:100%;}
#mobileMenu .nav { width:100%; margin:0 auto;  padding:0; list-style: none; overflow:hidden;  box-sizing:border-box;}
#mobileMenu .nav ul { width:100%; margin:0; padding:0;}
#mobileMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
#mobileMenu .navi_set > div {display:block; width:100%; height:45px; line-height:45px; border-bottom:1px solid #eee; text-align:left;font-size:1.0em; color:#333; cursor:pointer;  text-indent:20px; font-weight:500; background-color:#fff; color:#333; text-indent:10px; cursor:pointer;}
#mobileMenu .navi_set > div a{display:block; width:100%; }
#mobileMenu .navi_set ul {display:none;}
#mobileMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
#mobileMenu .navi_set ul li a{display:block; width:100%; height:45px; line-height:45px; text-align:left; font-size:1.0em; font-weight:500;color:#333; cursor:pointer;  text-indent:20px; background-color:#fff;}
#mobileMenu .navi_set ul li a:hover{color:#fff; background-color:#aaa; }
#gnba {background-color:#444; text-align:center; padding:15px 0;}
#gnba i{color:#fff; font-size:40px;}
#gnba a { color:#fff; text-align:center; font-size:0.85em; line-height:60px; padding:6px 15px; margin:0 1px;  background:#C53428; border-radius:3px;}
#gnba a:hover { background:#fff; color:#000; }
#gnba a.memo { background: #5CB85C; color: #fff; }
#gnba a.memo:hover { background: #449d44; color: #fff; }
#gnba a.btn2 { color:#000; text-align:center; font-size:0.85em;  line-height:60px; padding:6px 15px; margin:0 1px;  background:#fff; border-radius:3px;}
#gnba a.btn2:hover { background:#999; color:#fff; }

.mobileFixed{position:fixed !important; top:0; left:0;}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#mobile_header{display:block; min-width:320px; }
}

/* 큰기기 PC 상단 */
#header_wrap { width:100%; min-width:1300px; overflow-x:hidden;}
#header{position:absolute; top:0; left:0; width:100%; min-height:80px; background:rgba(0,0,0,0.8); overflow:hidden; z-index:500 !important; transition:0.5s all ease;}

.wrap_box{width:100%; max-width:1300px; margin:0 auto;}
.wrap_box:after{content:""; display:block; clear:both;}

h1.logo_a{float:left; width:24%; height:50px; line-height:80px; background:none;}
h1.logo_a a img{display:inline; height: 40px; vertical-align:middle;}

#lnb{float:left; width:60%;}
#lnb .lnb_wrap { position:relative; overflow:hidden; visibility:hidden; height:380px; }
#lnb .lnb_wrap > ul{width:100%; height:80px; padding:0; margin:0;} 
#lnb .lnb_wrap > ul > li{float:left; width:20%; height:80px; text-align:center; padding:0;} /*1차메뉴 추가시 width값을 조정합니다. ex)5개 20%, 6개 16.6666% */

#lnb .lnb_wrap > ul > li > a{display:table; width:100%; height:100%;} 
#lnb .lnb_wrap > ul > li > a > p{position:relative; width:100%; display:table-cell; vertical-align:middle; padding:0 25px; font-size:1.34em; color:#fff; line-height:1.34em; font-weight:600; transition:0.5s all ease;}
#lnb .lnb_wrap > ul > li > a > p:after{display:block; content:""; width:0; height:2px; margin-top:0px; background:#2c64e5; position:absolute; bottom:0; left:0; transform:translateX(0%); transition:0.5s all ease;}
#lnb .lnb_wrap > ul > li:hover > a > p:after , #lnb .lnb_wrap > ul > li.actived > a > p:after{width:100%;} 
#lnb .lnb_wrap > ul > li:hover{background:rgba(0,0,0,0.8); transition:0.2s all ease;} /* 메뉴의 배경색상을 변경하세요. */
#lnb .lnb_wrap > ul > li:hover > a > p{color:#fff; font-weight:400;}

#lnb .lnb_sub{position:relative; z-index:1; text-align:center; width:100%; height:110vh; padding:25px 0;}
#lnb .lnb_sub li a{display:block; padding:0 25px; margin-bottom:16px; font-size:1.12em;  font-weight:500; color:#fff; line-height:1.6em; letter-spacing:-0.5px; word-break:break-all; transition:0.3s all ease;}
#lnb .lnb_wrap > ul > li:hover .lnb_sub{background:rgba(0,0,0,0.8);} /* 메뉴의 배경색상을 변경하세요. */
#lnb .lnb_wrap > ul > li:hover .lnb_sub li a{color:#fff;}
#lnb .lnb_wrap > ul > li:hover .lnb_sub li a:hover{color:#fff;}


#gnbb {float:right; right:0; padding-top:10px; width:12%;}
#gnbb a { color:#fff; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#C53428; border-radius:3px;}
#gnbb a:hover { background:#999; color:#fff; }
#gnbb a.memo { background: #5CB85C; color: #fff; }
#gnbb a.memo:hover { background: #449d44; color: #fff; }
#gnbb a.btn2 { color:#000; text-align:center; font-size:0.85em;  line-height:60px; padding:5px 10px; margin:0 1px;  background:#fff; border-radius:3px;}
#gnbb a.btn2:hover { background:#999; color:#fff; }
#gnbb p { position: relative; top: -6px; text-align: center; font-size: 10px; font-family: 'Adobe Clean'; font-weight: lighter; letter-spacing:1px; color: #ffffff; }



#header.header_on:hover{border-bottom:0px solid rgba(0,0,0,.05);}
#header.header_on:hover .header_line{width:100%; height:80px; border-bottom:1px solid rgba(255,255,255,.1)}
#header.header_on #lnb:hover .lnb_wrap{height:490px;} /*메뉴의 높이를 입력합니다.*/
#header.header_on #gnbb > ul > li > a{color:#000; text-shadow:0px 0px 0px rgba(255,255,255,.1);}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#header_wrap {display:none;}
}


.pcFixed {min-height:auto !important;}
.pcFixed .header_in{position:fixed !important; top:0px; width:100% !important; background:rgba(0,0,0,0.9); box-shadow:1px 1px 1px 1px rgba(255,255,255,.1);}
.pcFixed .header_in .header_line{width:100%; height:80px; border-bottom:1px solid #rgba(0,0,0,.05);}
.pcFixed .header_in #lnb{top:0;}
.pcFixed .header_in #lnb:hover .lnb_wrap{height:400px;} /*메뉴의 높이를 입력합니다.*/
.pcFixed .header_in h1.logo_a img{max-width:80%; transition:all .3s ease-in-out;}



/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	
	.wrap_box h1.logo_a{padding-left:15px;}
	h1.logo_a a img{margin-left:15px;}
}

/* 반응형 중간기기 1300px 사이즈 이하*/
@media all and (max-width:1300px){
	#lnb{float:right; width:70%;}
	#gnbb{display:none;}
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#header_wrap {display:none;}
}

/* 인덱스 */
#container_wrap{width:100%; min-width:320px; overflow:hidden;}
#container_wrap:after{content:""; display:block; clear:both;}
#container_wrap h2.m_tit{width:100%; text-align:center; font-size:2em; line-height:1.4em; color:#000; font-weight:700;}
#container_wrap p.desc{text-align:center; font-size:1.05em; line-height:1.6em; color:#555; margin:10px 0 40px 0;}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width:767px){			
	#container_wrap h2.m_tit{font-size:2em !important;}
}

/* main_slider section (메인 슬라이드 영역) */
#main_visual{clear:both; position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .main-slider-image {position:relative;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}
#main_visual .main-slider-image:after{width:100%; height:760px; position: absolute;  content: ""; }
#main_visual .main-slider-image:before{width:100%; height:760px; position: absolute;  content: ""; }
#main_visual .swiper-slide{width:100%; height:760px; padding:0; background-color:#000; overflow:hidden;}
#main_visual .swiper-slide video {width: 100%; height: 100%; object-fit: cover;}
#main_visual .swiper-slide div.background{width:100%; height:100%; }
#main_visual .sliderkit-text {width:100%; max-width:1200px; border:0px solid red; position:absolute; bottom:20%; left:50%; text-align:left; transform:translate(-50%,0); margin-left:0px; }
#main_visual .sliderkit-text h1{font-size:3.4rem;  color:#fff; line-height:3.6rem; font-weight:700; font-family: 'KIMM_Bold'; text-shadow: 0px 4px 4px #000; padding-bottom:50px;}
#main_visual .sliderkit-text h1 b { color:var(--main-color1); }
#main_visual .sliderkit-text h2{font-size:1.5em;  color:#fff; line-height:2.4rem; text-shadow: 0px 4px 4px #000; padding-bottom:50px;}
#main_visual .btn-more  {padding-top:50px; text-align:center; color:#fff;border-color:#fff}
#main_visual .btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 30px;letter-spacing:2px;font-size:1.12em;  color:#fff; line-height:1.6em; font-weight:500;color:#fff;border-width:1px;border-style:solid;border-color:#fff;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
#main_visual .btn-more a:hover {color:#fff; }
#main_visual .btn-more a:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-50px;display:block;border-right:50px solid transparent;border-bottom:80px solid #000;z-index:-1;transform: translateX(-100%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
#main_visual .btn-more a:hover:before {transform: translateX(0);color:#000;background:#C53428}
#main_visual .sliderkit-text span{display:inline-block; height:44px; line-height:44px;padding:0 80px; margin:15px auto; background:#C53428;}
#main_visual .sliderkit-text span h2{ line-height:44px; font-size:1.3em; color:#fed700;  letter-spacing:0.05em; }
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:60px; display:block;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:60px; display:block;}

#main_visual .link_bnr { display:flex; z-index:10; position:absolute; left:0; right:0; bottom:0; width:100%; height:80px; max-width:1200px; margin:0 auto; border-radius:15px 15px 0 0; overflow:hidden;}
#main_visual .link_bnr h4.link_bnr_tit {width:20%; text-align:left; background:#1f4592; }
#main_visual .link_bnr h4.link_bnr_tit a { display:flex; justify-content: center; align-items: center; height:100%; font-size:1.25em; color:#fff; line-height:1.4; font-weight:500; }
#main_visual .link_bnr h4.link_bnr_tit a i {font-size:1.25em; margin-right:15px;}
#main_visual .link_bnr ul {display:flex; width:80%; margin:0; padding:0; font-size:0; overflow:hidden; background:rgba(0,0,0,.65); backdrop-filter: blur(5px);}
#main_visual .link_bnr ul li {display:flex; justify-content: center; align-items: center; position:relative; float:left; width:25%; height:100%; transition: 0.5s all ease;}
#main_visual .link_bnr ul li:before {content: ''; display: inline-block; position: absolute; left:0; top: 50%; transform: translateY(-50%); width:1px; height:100vh; background:rgba(255,255,255,.1);}
#main_visual .link_bnr ul li:after {opacity:0; content: ''; display: inline-block; position: absolute; right:50%; top: 50%; transform: translateY(-50%); width:25px; height:20px; background:url('../image/btn_link_arr.png')no-repeat right center;  transition: 0.5s all ease;}
#main_visual .link_bnr ul li a { display:flex; justify-content: center; align-items: center; width:100%; height:100%; font-size:1.25em; color:#fff; word-break:break-all; transition: 0.5s all ease;}
#main_visual .link_bnr ul li:hover {background:#fff;}
#main_visual .link_bnr ul li:hover a {color:#222; }
#main_visual .link_bnr ul li:hover:after {opacity:1; right:20px; }

/* 반응형 중간기기 1520px 사이즈 이하*/
@media all and (max-width:1520px){	
	#main_visual .sliderkit-text{padding:0 6%;}
	#main_visual .swiper-pagination{padding:0 6%;}
}

/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	

}

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	#mcontents {margin-top:0px;}
}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){
	#main_visual{margin-top:0;}
	#main_visual .swiper-slide div.backgroundimg{height:auto;}
	#main_visual .sliderkit-text div.lviewa{font-size:2.5em;}
	#main_visual .sliderkit-text div.sviewa{font-size:1em;}
}	

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#main_visual .link_bnr {flex-direction: column; position:relative; height:auto; border-radius:0;}
	#main_visual .link_bnr h4.link_bnr_tit {width:100%; text-align:center;}
	#main_visual .link_bnr h4.link_bnr_tit a {justify-content: center; padding:20px 15px; }
	#main_visual .link_bnr ul {width:100%; flex-wrap: wrap; background:#fff;}
	#main_visual .link_bnr ul li {width:50%; border-bottom:1px solid #eee;}
	#main_visual .link_bnr ul li:before {background:#eee;}
	#main_visual .link_bnr ul li a {padding:0 15px; height:80px; font-size:1.15em; color:#222; }
	#main_visual .link_bnr ul li:hover {background:#eee;}
	#main_visual .link_bnr ul li:hover:after {display:none;}
	#main_visual .link_bnr ul li:hover {width:50%;}

	#main_visual .swiper-slide{width:100%; height:430px;}
	#main_visual .swiper-slide div.background{height:430px; }
	#main_visual .sliderkit-text {bottom:16%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1{font-size:2.0em;}
	#main_visual .sliderkit-text h2{font-size:1.2em;}
	#main_visual .sliderkit-text span{height:40px; line-height:40px; padding:0 20px; font-size:0.8em;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width: 767px) {		
	#main_visual .swiper-slide .backgroundimg .mobile_only{display:block;}
	#main_visual .swiper-slide .backgroundimg .pc_only{display:none;}
	#main_visual .swiper-button-next, #main_visual .swiper-button-prev{display:none !important;}
	#main_visual .sliderkit-text{padding:0 4%; text-align:center;}
	#main_visual .sliderkit-text div.lviewa{font-size:1.85em;}
	#main_visual .swiper-pagination{bottom:5%; text-align:center;}
	
	#main_visual .swiper-button-next, .swiper-button-prev{display:none !important;}
	#main_visual .btn-more a {padding:5px 20px;font-size:1.0em}
}

.cover {position: absolute; width: 100%; height: 100%; background: url('../img/overpatternl.png') repeat;}

#busi_wrap {position:relative; width:100%; min-width:320px; padding:100px 0; }
#busi_wrap .con_title { text-align:center; padding:0 10px; margin-bottom:50px;}
#busi_wrap .con_title h3 { display:block; font-size:2.8em; color:#000; font-weight:700; line-height:1.4; }
#busi_wrap .con_title p { display:block; margin-top:20px; font-size:1.15em; color:#666; line-height:1.6; word-break:keep-all;}
#busi_wrap .swiper-wrapper2{position:relative; width:100%; height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
#busi_wrap .swiper-container2{width:100%; height:auto; max-width:1400px; margin:0 auto; overflow:hidden;}
#busi_wrap .swiper-container2 .swiper-slide{position:relative; width:auto; padding:0; margin:0; overflow:hidden; box-sizing:border-box; }
#busi_wrap .swiper-container2 .swiper-slide a{width:100%;}
#busi_wrap .swiper-container2 .swiper-slide .imgs {width:100%; border-radius:15px; overflow:hidden;}
#busi_wrap .swiper-container2 .swiper-slide .imgs img {max-width:100%; overflow:hidden; transition: 0.5s all ease;}
#busi_wrap .swiper-container2 .swiper-slide .txtBox{ width:100%; padding:20px 30px; text-align:center; transition: all 0.3s; }
#busi_wrap .swiper-container2 .swiper-slide .txtBox .tit{ display:inline-block; vertical-align:middle; font-size:1.5em; color:#000; line-height:1.4; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal; overflow:hidden;  }
#busi_wrap .swiper-container2 .swiper-slide .txtBox .tit span.new_icon{display:inline-block; vertical-align:middle; width:14px; height:14px; line-height:13px;font-size:9px !important;color:#fff;background:#1f4592;text-align:center;border-radius: 2px; font-weight:normal;}
#busi_wrap .swiper-container2 .swiper-slide .txtBox .txt{ display:block; margin-top:10px; overflow:hidden; font-size:1em; color:#666; line-height:1.6;}
#busi_wrap .swiper-container2 .swiper-slide:hover .imgs img {transition: 0.5s all ease; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); }
#busi_wrap .swiper-container2 .swiper-slide:hover .txtBox .tit {color:#1f4592;}
#busi_wrap .swiper-btn-wrap {position:relative; top:30px; width:100%; max-width:1300px; margin:0 auto; background:none; }
#busi_wrap .swiper-pagination2{text-align:center;}
#busi_wrap .swiper-pagination-bullet{width:10px; height:10px; margin:0 6px; background:transparent; border:1px solid #222;}
#busi_wrap .swiper-pagination-bullet-active{background:#222; }

/* 반응형 1400px 사이즈 이하*/
@media all and (max-width:1400px){
	#busi_wrap { padding:60px 4%; }
}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){
	#busi_wrap .con_title h3 { font-size:2.5em;}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			
	#busi_wrap .con_title h3 {font-size:2.25em;}
	#busi_wrap .con_title p { font-size:1.15em;}
}

#m_bnr{position:relative; width:100%; padding:80px 0;}
#m_bnr:after{content:""; display:block; clear:both;}
#m_bnr .con_area{width:100%; max-width:1200px; margin:0 auto;}
#m_bnr .con_area:after{content:""; display:block; clear:both;}
#m_bnr .con_box{width:100%;}
#m_bnr .con_box:after{content:""; display:block; clear:both;}
#m_bnr .con_box ul{width:100%; margin:0; padding:0;}
#m_bnr .con_box ul li{float:left; width:23.5%; margin-right:2%; background:#F7F8FB; border-radius:0; overflow:hidden;}
#m_bnr .con_box ul li:last-child{margin-right:0;}
#m_bnr .con_box ul li a{display:block; width:100%; height:100%;}
#m_bnr .con_box ul li .imgs{width:100%; background:#000;}
#m_bnr .con_box ul li .imgs img{max-width:100%;}
#m_bnr .con_box ul li .txts{position:relative; width:100%; padding:25px 25px;}
#m_bnr .con_box ul li .txts:after{content:""; display:block; clear:both;}
#m_bnr .con_box ul li .txts p.t1{display:inline-block; text-align:center; font-size:0.85em; font-weight:400; color:rgba(0,0,0,.5); letter-spacing:0.1em;}
#m_bnr .con_box ul li .txts p.t1:after{display:block; content:""; margin-top:5px; width:0px; height:1px; background:#fff; transition:0.5s all ease;}
#m_bnr .con_box ul li .txts p.t2{margin:10px 0 15px 0; font-size:1.5em; color:#222; line-height:1.5em;}
#m_bnr .con_box ul li .txts p.t3{min-height:40px; font-size:1em; color:#777; line-height:1.5em; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
#m_bnr .con_box ul li .icons{position:absolute; top:25px; right:25px; color:#fff; transition:0.5s all ease;}
#m_bnr .con_box ul li .icons i{font-size:2.5em; color:#777; transition:0.5s all ease;}
#m_bnr .con_box ul li:hover{transform:translateY(-15px); background:#2c64e5; transition:0.5s all ease;}
#m_bnr .con_box ul li:hover .txts p.t1{color:#fff;}
#m_bnr .con_box ul li:hover .txts p.t1:after{width:100%; transition:0.5s all ease;}
#m_bnr .con_box ul li:hover .txts p.t2{color:#fff;}
#m_bnr .con_box ul li:hover .txts p.t3{color:#fff;}
#m_bnr .con_box ul li:hover .icons i{color:#fff; transform:rotateY(360deg); transition:0.5s all ease;}

/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	
	#m_bnr{padding:80px 2%;}
}

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	#m_bnr{padding:50px 2%;}
	#m_bnr .con_box ul li{width:49%; margin-right:2%; margin-bottom:2%; margin-top:0;}
	#m_bnr .con_box ul li:nth-child(even){float:right; margin-right:0;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width: 767px) {			
	#m_bnr .con_box ul li:hover{transform:translateY(0);}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#m_bnr .con_box ul li{width:100%; margin-bottom:20px;}
}

#comm_wrap{width:100%;}
#comm_wrap:after{content:""; display:block; clear:both;}
#comm_wrap .comm_area{width:100%; max-width:1200px; margin:0 auto;}
#comm_wrap .comm_area:after{content:""; display:block; clear:both;}
#comm_wrap .comm_area .dleft{float:left; width:49%; background:#fff;}
#comm_wrap .comm_area .dright{float:right; width:49%; background:#fff;}
#comm_wrap .notice_area{position:relative; width:100%; padding:20px 40px; margin:0 auto; border:1px solid #eee; box-sizing:border-box; border-radius:0;}
#comm_wrap .notice_area .more{position:absolute; top:30px; right:40px; transition:0.5s all ease;}
#comm_wrap .notice_area .more:hover{transform:rotate(90deg);}
#comm_wrap .notice_area .tab{height:40px; line-height:1.4em;}
#comm_wrap .notice_area .tab li{float:left; width:30%; color:#777;}
#comm_wrap .notice_area .tab li a{display:block; max-width:auto; font-size:1.5em; font-weight:400; height:50px; line-height:50px; text-align:left; color:#000; box-sizing:border-box;}
#comm_wrap .notice_area .active{display:block; margin-top:20px; padding:0px;}
#comm_wrap .notice_area li{position:relative; top:0; line-height:1.6em; text-align:left;}
#comm_wrap .notice_area li span.date{position:absolute; right:0; text-align:right; line-height:1.6em; font-size:0.9em; color:#777;}
#comm_wrap .notice_area div li a{display:inline-block; max-width:75%; font-size:1em; color:#333; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
#comm_wrap .notice_area > div{display:none; padding:0;}
#comm_wrap .comm_box{float:left; width:100%; margin-top:2%;}
#comm_wrap .comm_box:after{content:""; display:block; clear:both;}
#comm_wrap .comm_box .youtube_box{position:relative; float:left; width:49%; height:240px; margin-right:2%; padding-bottom:27.5625%; background:#000; border-radius:0; overflow:hidden;}
#comm_wrap .comm_box .youtube_box iframe{position:absolute; top:0; left:0; width:100%;}
#comm_wrap .comm_box .cs_bnr{float:right; width:49%; height:150px;}
#comm_wrap .comm_box .cs_bnr:after{content:""; display:block; clear:both;}
#comm_wrap .comm_box .cs_bnr ul{width:100%; margin:0; padding:0;}
#comm_wrap .comm_box .cs_bnr ul li{float:left; width:25%; text-align:center; border-left:1px dashed #eee;}
#comm_wrap .comm_box .cs_bnr ul li:first-child{border-left:0;}
#comm_wrap .comm_box .cs_bnr ul li a{display:block; padding:25px 10px;}
#comm_wrap .comm_box .cs_bnr ul li div{display:block; margin:0 auto; padding:0;}
#comm_wrap .comm_box .cs_bnr ul li div i{display:inline-block; vertical-align:middle; font-size:2.5em; color:#333849; transition:0.5s all ease;}
#comm_wrap .comm_box .cs_bnr ul li p{margin-top:15px; font-size:1em; color:#000;}
#comm_wrap .comm_box .cs_bnr ul li:hover div i{color:#2c64e5; transform:rotateY(360deg); transition:0.5s all ease;}
#comm_wrap .comm_box .cs_box{float:right; margin-top:20px; width:49%; padding:40px 30px; background:#F7F8FB; border:1px solid #eee; box-sizing:border-box;}
#comm_wrap .comm_box .cs_box .cs_left{width:60%; display:inline-block; vertical-align:middle; padding-right:10px;}
#comm_wrap .comm_box .cs_box .cs_left p.cs_t1{font-size:1.25em; color:#000;}
#comm_wrap .comm_box .cs_box .cs_left p.cs_t2{margin-top:7px; font-size:2em; color:#000; font-weight:700;}
#comm_wrap .comm_box .cs_box .cs_left p.cs_t3{margin-top:5px; font-size:1em; color:#777; line-height:1.6em;}
#comm_wrap .comm_box .cs_box .cs_right{width:39%; display:inline-block; vertical-align:middle; padding:0; margin:0;}
#comm_wrap .comm_box .cs_box .cs_right a{float:left; width:46%; margin-left:4%; padding:15px 10px; text-align:center; color:#fff; font-size:1em; border-radius:5px;}
#comm_wrap .comm_box .cs_box .cs_right a:first-child{margin-left:0;}
#comm_wrap .comm_box .cs_box .cs_right a i{transform:rotateY(0deg); display:block; vertical-align:middle; margin-bottom:10px; font-size:2em;}
#comm_wrap .comm_box .cs_box .cs_right a.btn_call{display:none; background:#536994;}
#comm_wrap .comm_box .cs_box .cs_right a.btn_location{background:#536994;}
#comm_wrap .comm_box .cs_box .cs_right a.btn_online{background:#2c64e5;}
#comm_wrap .comm_box .cs_box .cs_right a:hover{background:#152233;}

/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	
	#comm_wrap{padding:0 2%;}
	#comm_wrap .comm_box .cs_bnr{height:130px;}
	#comm_wrap .comm_box .cs_box{padding:25px;}
}

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	#comm_wrap .comm_box .youtube_box{width:100%; height:auto; padding-bottom:56.25%; margin-top:10px;}
	#comm_wrap .comm_box .cs_bnr{width:100%; margin:20px 0;}
	#comm_wrap .comm_box .cs_box{width:100%; margin-top:0;}
}

/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	#comm_wrap{padding:0;}
	#comm_wrap .comm_area .dleft{width:100%; padding:0 2%;}
	#comm_wrap .comm_area .dright{width:100%; padding:0 2%; margin-top:20px;}
	#comm_wrap .comm_box{padding:0 2%;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width: 767px) {			
	#comm_wrap .notice_area{padding:20px;}
	#comm_wrap .notice_area .more{right:20px;}
	#comm_wrap .notice_area div li a{max-width:60%;}	
	#comm_wrap .comm_box .cs_bnr{height:auto;}
	#comm_wrap .comm_box .cs_bnr ul li div i{font-size:2em;}
	#comm_wrap .comm_box .cs_bnr ul li p{font-size:0.9em;}
	#comm_wrap .comm_box .cs_box{padding:30px 4%;}
	#comm_wrap .comm_box .cs_box .cs_left{float:left; width:100%; padding:0;}
	#comm_wrap .comm_box .cs_box .cs_right{float:left; width:100%; margin-top:20px;}
	#comm_wrap .comm_box .cs_box .cs_right a{float:left; width:49%; margin-left:0;}
	#comm_wrap .comm_box .cs_box .cs_right a:last-child{float:right;}
	#comm_wrap .comm_box .cs_box .cs_right a.btn_call{display:inline-block;}
	#comm_wrap .comm_box .cs_box .cs_right a.btn_location{display:none;}
}

#rolling_wrap{width:100%; padding:80px 0; text-align:center; margin:0 auto; overflow:hidden;}
#rolling_wrap:after{content:""; display:block; clear:both;}
#rolling_box{width:100%; max-width:1200px; margin:0 auto;}
#rolling_box:after{content:""; display:block; clear:both;}
#rolling_box .swiper-wrapper2{position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform,-webkit-transform; -webkit-box-sizing:content-box; box-sizing:content-box}
#rolling_box .swiper-container2{width:100%; max-width:1200px; height:auto; overflow:hidden;}
#rolling_box .swiper-container2 .swiper-slide{position:relative; width:33.333333%; padding:0; margin:0; overflow:hidden; box-sizing:border-box;}
#rolling_box .swiper-container2 .swiper-slide a{width:100%; display:block;}
#rolling_box .swiper-container2 .swiper-slide img{width:100% !important;}
#rolling_box .swiper-container2 .swiper-slide .txtBox{width:100%; background:#fff;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit{display:block; width:100%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; font-size:1em; font-weight:500; color:#000; line-height:30px; margin-top:10px;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit span.new_icon{position:absolute; top:0px; right:0; display:inline-block; width:50px; height:25px; line-height:23px; font-size:0.6em !important; color:#fff; background:rgba(0,0,0,0.5); text-align:center; border-radius:2px; font-weight:normal;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt{display:block; max-height:35px; min-height:35px; overflow:hidden; font-size:0.85em; color:#555; line-height:1.5em; margin-top:5px;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .date{position:absolute; bottom:0px; left:0px; display:block; font-size:0.85em; color:#777;}
#rolling_box .swiper-btn-wrap{position:relative; top:10px; width:100%;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1{display:none; position:absolute; top:300px; width:100%; height:10px; margin:0 auto; z-index:0;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2{width:20%; height:3px; right:0; bottom:0; margin:0 auto; background:rgba(0,0,0,.3)}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{height:100%; width:100px; position:relative; background:rgba(0,0,0,1);}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2{position:absolute; top:-100px; width:100%; height:40px; text-align:center; z-index:20; background:none;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{background:url("../img/list_prev_on2.png"); left:0; cursor:pointer;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2{background:url("../img/list_next_on2.png"); right:0; cursor:pointer;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, #rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{position:absolute; top:auto; bottom:0px; width:44px; height:44px; background-size:100% !important}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2.swiper-button-disabled{opacity:0.5; background:url("../img/list_next_on2.png");}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2.swiper-button-disabled{opacity:0.5; background:url("../img/list_prev_on2.png");}
#rolling_box .swiper-pagination2{display:none}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width: 767px) {			
	#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, #rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{width:30px; height:30px;}
}

/* 하단 */
.footer {position:relative;background:#212121; width:100%;}
.footer-top {margin-bottom:20px;padding:20px 0;border-bottom:1px solid #353535; max-width:1200px; margin:0 auto; padding-top:0px;}
.footer-top:after {content:"";display:block;clear:both}
.footer-nav {width:50%;float:left;padding-top:20px;}
.footer-nav a {color:#959595;font-size:15px;margin-right:20px}
.footer-aside {position:relative;width:50%;float:right;margin-top:25px;}
.footer-cont {color:#757575;font-size:13px; max-width:1200px; margin:0 auto; padding-top:20px;}
.footer-cont span {display:inline-block;position:relative;padding-right:15px;margin-right:10px}
.footer-cont span:after {content:"";position:absolute;top:4px;right:0;width:2px;height:12px;background-color:#414141}
.footer-cont .last-span {padding-right:0;margin-right:0}
.footer-cont .last-span:after {display:none}
.footer-cont span a {color:#959595}
.footer-cont span a:hover {text-decoration:underline}
.footer-copyright {color:#757575;font-size:13px;text-align:center;margin-top:30px;padding:10px 0}
.family-site {position:absolute;top:-10px;right:0;margin-bottom:0;width:250px;z-index:1000;}
.family-site dt {position:relative}
.family-site dt a {font-size:13px;line-height:15px;padding:10px;font-weight:200;color:#eee;display:block;background:rgba(255,255,255,.3)}
.family-site dt a:hover {color:#fff}
.family-site dt i {color:#ddd;float:right;display:inline-block;padding-top:5px}
.family-site dd {position:absolute;bottom:32px;margin-bottom:0;width:100%;z-index:2;display:none}
.family-site dd ul {margin-bottom:0;background-color:#fff;border:1px solid #c5c5c5;border-bottom:0}
.family-site ul li {border-top:1px solid #c5c5c5}
.family-site ul li:first-child {border-top:0}
.family-site ul li a {color:#707070;font-size:13px;display:block;padding:7px}
.family-site ul li a:hover {color:#cc2300}

/* 반응형 중간기기 992px 사이즈 이하*/
@media (max-width:992px) {
    .footer-nav {width:100%;text-align:center}
    .footer-aside {width:100%;height:40px;margin-top:20px}
	.footer-cont {color:#757575;font-size:13px; max-width:1200px; margin:0 auto; padding:20px;}
    .family-site {top:0;left:50%;right:inherit;transform:translateX(-50%)}
}

/* 반응형 중간기기 767사이즈 이하 */
@media (max-width:767px) {
	.footer-copyright span {display:none}
}

/* 서브 */
#sub_visual{width:100%; height:300px; text-align:center; background:#e8e9eb; margin-top:80px;}
#sub_visual .backgroundimg{position:relative; width:100%; text-align:center; margin:0 auto; height:100%; z-index:0;}
#sub_visual .visual_area{width:100%; height:100%; margin:0 auto; background-size:cover !important;}

#sub_wrapper{width:100%; max-width:1200px; margin:0 auto;}
#sub_wrapper:after{content:""; display:block; clear:both;}
#sub_menu{display:block; width:100%; margin:0 auto; background:#fff;}
.sub_location{width:100%; max-width:1200px; background:#fff; margin:0 auto; margin-top:30px; overflow:hidden;}
.sub_location ul{width:100%; max-width:1200px; padding:0; margin:0; font-size:0; text-align:center;}
.sub_location ul li{display:inline-block; min-width:8%; margin:2px; text-align:center; border:1px solid #ddd; box-sizing:border-box; overflow:hidden;}
.sub_location ul li a{display:block; width:100%; padding:10px 15px; line-height:1.4; font-size:1.1em; color:#000; transition:0.5s all ease;}
.sub_location ul li a:hover{color:#fff; background:#000; box-sizing:border-box;}
.sub_location ul li a.on{color:#fff; background:#000;}


#sub_tit{position:absolute; width:100%; max-width:1200px; margin:0 auto; top:210px; left:50%; margin-left:-700px;}
#sub_tit .path{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%; text-align:center; margin-top:50px;}
#sub_tit .path li{display:inline-block; text-align:center; font-size:0.9em; padding:0 8px 0 12px; margin:0; color:#fff; background:url('../img/ico_path.png') no-repeat left center;}
#sub_tit .path li a span.ic-home{padding:0; cursor:pointer;}
#sub_tit .path li a span.ic-home i{background:url('../img/icon_home_over.png') no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_tit .path li:first-child{background:none;}
#sub_tit .title{position:relative; text-align:center; padding-bottom:10px; font-size:2.4em; color:#fff; text-transform:uppercase;} 
#sub_tit .title:after{display:none; content:""; width:50px; height:1px; margin:10px auto; background:#fff;}
#sub_tit .normal_txt{display:none; margin:0; font-size:1.2em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break:keep-all;}
#sub_tit .normal_txt .color1{color:#fd7701;}

/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	
	#sub_tit{left:0; margin-left:0;}
}

/* 반응형 대형기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){
	#sub_visual{height:300px; margin-top:0;}
	#sub_menu{border-bottom:1px solid #ddd;}
	
	.sub_location{position:relative; width:98%; overflow-x:auto; white-space:nowrap;  margin:0 auto; padding:8px 0;} 
	.sub_location ul li{border:0; min-width:auto; margin:0;}
	.sub_location ul li a{position:relative; padding:13px 18px;}
	.sub_location ul li a:before{content:''; display:block; position:absolute; right:0; top:50%; transform:translateY(-50%); bottom:0; width:1px; height:20px; background:#ddd;}
	.sub_location ul li:last-child a:before{display:none;}
	.sub_location ul li:hover a{color:#000; background:none; color:#000}
	.sub_location ul li a.on{color:#000; background:none; font-weight:600;}
	
	#sub_tit{top:165px;}
	#sub_tit .path{margin-top:40px;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width: 767px) {
	#sub_visual{height:230px;}

	#sub_tit{top:140px;}
	#sub_tit .title{font-size:2em;} 
	#sub_tit .normal_txt{font-size:1em;}
}

.scontents{width:100%; max-width:1200px; height:100%; margin:0 auto; padding:50px 0 100px 0; transform:unset !important;}
.scontents:after{content:""; display:block; clear:both;}
.scontents .bg_vline{display:none; width:1px; height:30px; margin:0 auto;}
.scontents h3.title{font-size:2.5em; text-align:center; margin-top:0px;}
.scontents .eng{display:block; text-align:center; font-size:2.5em; font-weight:500; margin:0;}
.scontents .eng em{color:#c53528; font-style:normal;}
.scontents .stitle{font-size:1.2em; line-height:1.5em; text-align:center; color:#333; margin:10px 0 50px 0;}

/* 반응형 중간기기 1420px 사이즈 이하*/
@media all and (max-width:1420px){	
	.scontents{width:96%;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width:767px){			
	.scontents{padding:30px 0px 50px 0px;}
	.scontents .eng{font-size:2em;}
	.scontents .stitle{font-size:1em; margin-bottom:30px;}	
}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){
	.lview{display:none;}
	.sview{display:block;}
}

/* 반응형 중간기기 767사이즈 이하 */
@media screen and (max-width:767px){			
	.mview{display:block;}
}

/* PC용 퀵메뉴 */
#backtotop{position:fixed; bottom:70px; right:20px; z-index:1000; display:none;}
.q-menu nav div{width:50px; height:50px; font-size:1.5em; text-align:center; background:#fff; margin:5px 0; border:1px solid #ddd; box-sizing:border-box; transition:0.5s all ease;}
.q-menu nav div a{display:block; position:relative; width:100%; height:100%; text-align:center; color:#000; line-height:47px;}
.q-menu nav div a i{font-size:0.75em;}
.q-menu nav div a span{z-index:-1; font-size:0.6em; display:inline-block; position:absolute; top:15px; right:0px; opacity:0; white-space:nowrap; padding:8px 8px 5px 8px; border-radius:3px 3px; background:#333; color:#fff; margin-top:-2px; line-height:1em; transition:all 300ms;}
.q-menu nav a span:before{content:''; display:block; position:absolute; right:-10px; top:50%; margin-top:-5px; border:5px solid transparent; border-left-color:#333;}
.q-menu nav a:after{position:absolute; content:''; display:inline-block; width:25px; height:25px; margin-left:-5px; margin-top:-10px; top:50%; left:50%;}
.q-menu nav div:hover{background:#333; border:1px solid #333;}
.q-menu nav div:hover a{opacity:1; color:#fff;}
.q-menu nav a:hover span{right:55px; opacity:1;}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){
	#backtotop{display:none !important;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width:480px){	
	.q-menu{display:none;}	
}

.tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:30%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal; color:#000; text-align:center;}
.tbl td{width:70%; border-bottom:1px solid #ccc; padding:5px 0; text-indent:10px; font-size:0.9em;}
.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background:#fff;}
.tba th{width:35%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal; color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}
.policy_box{border:1px solid #ddd; padding:10px; height:160px; overflow:auto;}


/* 
	반응형 게시판 관련
	아래 소스는 그대로 두시는 편이 좋습니다.	
*/
#bo_sch #sfl{width:19%;}
#bo_sch .sch_input{width:65%;}
.select_bo_cate {width: 100%;	margin:0 auto;	 padding:0; display: block;	height: 40px;		border: 1px solid #ddd;		background: #fff;		position: relative;		text-align: left;	box-sizing:border-box; margin-bottom:20px; z-index:99999;}
.select_bo_cate a.sel {color: #333;	height: 40px;	line-height: 40px;	width: 100%;	display: block;		background: url(../img/select.gif) no-repeat top right;	font-size: 1em;		cursor: pointer;	text-indent:15px;}
.select_bo_cate a:hover {	text-decoration: none; }
.select_bo_cate ul{display:none; width:100%; margin:0; padding:0;  background:#333; border:1px solid #333; margin-top:-1px;}
.select_bo_cate ul li{width:100%; margin:0; padding:0;	}
.select_bo_cate li a {width:100%; margin:0; padding:0;	list-style: none;	display: block;	 height: 30px;	line-height: 30px;	font-size: 1em;	color:#fff;text-indent:10px;}

.mview{display:none;}

@media all and (max-width:1160px){ 
	#bo_sch #sfl{width:17%;}
	#bo_sch .sch_input{width:60%;}
}

@media all and (max-width:992px){ 
	#bo_sch{width:100%;}
	.mview{display:none;}
	#bo_cate_ul li{width:15%; min-width:100px;}
	#bo_cate a{padding:0 10px;}
}
@media all and (max-width:768px){ 
	.snone{display:none;}
	#bo_gall .gall_box{margin:0 0 20px 0}
	.gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5{width:50%;}
	.gall_row .box_clear{clear:none;}
	.gall_text_href{font-size:0.9em;}

	#bo_v_con iframe{width:100%; height:auto; min-height:450px;}

	.mnone{display:none;}
	.mview{display:block;}

	.bo_w_info1{width:100% !important; margin-top:10px;}

	#bo_sch .sch_input{width:60%;}
	
	#sch_res_detail{padding:10px;}
	#sch_res_detail select{width:100%; margin-bottom:5px;}
	#sch_res_detail .frm_input{width:100%;}	
	#sch_res_detail .btn_submit{position:absolute; float:right; right:0; margin-top:-40px;}

	#faq_sch{padding:10px 0;}
	#faq_sch .frm_input{width:100%;}	
	#faq_sch .btn_submit{position:absolute; float:right; right:0; margin-top:-40px;}

	#bo_w .bo_w_info .frm_input{width:100%; margin-top: 10px;}
	#bo_w #wr_password{margin-left:0px; margin-top:10px;}

	#bo_gall .gall_webzine .gall_img{width:100%; float:none; margin:0 auto;}
	#bo_gall .gall_webzine .gall_text_href{width:100%; float:none; margin:0 auto; margin-top:10px;}

	#bo_gall .gall_info {line-height:1.5em;line-height:20px}
	#bo_gall .gall_info strong {display:inline-block;margin:0}
	#bo_gall .gall_info i {font-size:12px}
	#bo_gall .gall_info .gall_date,
	#bo_gall .gall_info .gall_view {display:inline-block;margin-left:10px;color:#777}

	.bo_g{width:100%;}
	.bo_t{width:100%; margin-top:20px;}

	#bo_w .bo_w_mail{width:100%;}
	#bo_w .bo_w_hp{width:100%;}

	#register_form{padding:10px;}	
	
	.form_01 li input[type=text]{width:100%;}
	.form_01 li .half_input{float:left; width:100%;}
	.form_01 li .right_input{margin-top:10px;}
	#reg_mb_zip{width:150px;}

}
@media screen and (max-width: 480px) {
	a.btn i,.btn i{display:none;}
	#bo_sch #sfl{width:20%;}
	#bo_sch .sch_input{width:55% !important;}

	#bo_cate li{min-width:auto;}
	#bo_cate a {padding:0px 10px;}

	#bo_v_con iframe{min-height:300px;}

	.mbskin{width:100%;}

	#bo_v_share .btn{padding:0 10px;}

	#bo_gall .gall_info .gall_date{ position:relative; display:inline-block; padding:0; margin:0px; border:0px solid red; bottom:0px; right:0;}	
	
	
}




