@import url("form.css");
@import url("nav.css");

*, *:after, *:before {
	margin:0; padding:0;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box
} 

/* mobile */
html,body{width:100%;height:100%;margin:0px;padding:0px;overflow-x:hidden;}

/* common-네비게이션 : 추가 nav.css */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {color: #2c5c9d; background-color: #fff;}
.nav > li > a {font-size:1.45em;font-weight:400}
.nav > li > a:hover {color:#2c5c9d;}
.dropdown-menu > li > a {font-weight:400;padding:8px 20px;line-height: 1.42857143;color: #999;}
.member_quick.mobile {display:none}

/* common-top-사용자버튼 */
.member_quick {position:absolute; right:50%; margin-right:-540px; top: 25px; z-index:71;}
.member_quick >a {float:left;display:inline-block;width:22px;height:22px;margin-left:10px;text-indent: -999999px;}
.member_quick a.log_in {background:url('/home/images/login.png')no-repeat;background-size:cover;}
.member_quick a.log_join {display:none}
.member_quick a.site_map_link {background:url('/home/images/sitemap.png')no-repeat;background-size:cover;}
.member_quick a.mypage {display:none;}

.member_quick >.popup {position:relative;}
.member_quick >.popup >div {position:absolute;left:0;top:35px;width:120px;background:rgba(0,0,0,.7);padding:5px 10px;border-radius:6px;}
.member_quick >.popup >div a, .member_quick >.popup >div button {display:block;width:100%;height:30px;line-height:30px;font-size:.85em;color:#555;padding:0 10px;color:#fff;}

/* main-page */
#fullpage >div >span {display:block;position:absolute;top:50%;left:50%;width:1100px;transform:translate(-50%,-50%);color:#fff;}
#fullpage .title {text-align:center;margin-bottom:60px;}
#fullpage:first-child .title {margin:0;}
#fullpage .title h1 {margin:0;margin-bottom:10px;font-size:3em;font-weight:500;text-shadow:2px 2px 3px #333}
#fullpage .title h1 span {font-weight:200;}
#fullpage .title.fir h1 {margin-bottom:34px;font-size:4.6em;font-weight:500;text-align:left;color:#333;text-shadow:none}
#fullpage .title p {font-size:1.54em;font-weight:300;text-shadow:2px 2px 3px #333}
#fullpage .title.fir p {font-size:1.8em;font-weight:400;text-align:left;color:#333;text-shadow:none}
#fullpage >div >span.full-width {width:100%;}

/* main-정부지원과제 */
.rd_contents {width:100%;color:#333;}
.rd_contents button {float:right;position:absolute;top:45px;right:0;width:39px;height:39px;background:url('/home/images/board_plus.png')no-repeat center;border:0;}
.rd_contents h5 {width:140px;text-align:center; background:#0f58a9;color:#fff;font-size:1.1em;padding:12px 0;margin:0 0 15px 0;border-radius:25px}
.rd_wrap_st {float:left;margin-bottom:20px;width:100%;}
.rd_wrap_st.pl {padding:0;margin-left:17px;}
.rd_wrap_st.pr {padding:0;margin-right:17px;}
.rd_wrap_st a {position:relative;display:block;width:100%;height:210px;padding:20px;color:#333;border-radius:5px;background:rgba(255,255,255,.92);margin:0;text-decoration:none}
.rd_wrap_st a i {position:absolute;left:0;top:0;display:block;width:80px;height:45px;text-align:center;line-height:45px;font-size:1.06em;font-style:normal;margin-bottom:10px;border-radius:5px 0 0 0}
.rd_wrap_st a i.rd_ing {color:#fff;background:#c73434;border:0;}
.rd_wrap_st a i.rd_stop {color:#fff;background:#555;}
.rd_wrap_st a p {font-size:1.3em;line-height:22px;font-weight:400;margin:40px 0 5px}
.rd_wrap_st a span {display:block;margin-bottom:20px;color:#777;}
.rd_wrap_st a em {font-style:normal}

/* main-센터뉴스 */
#fullpage >div.full4 >span {width:100%;}
.full4{font-family:sans-serif;letter-spacing:-0.6px}
.full4 .board ul li {width:100%}
.full4 .board ul li a {display:block;width:100%;height:80px;line-height:80px;color:rgba(255,255,255,.6);font-size:1.6em;border-bottom:1px solid rgba(255,255,255,.1);text-align: center}
.full4 .board ul li a:hover {background:rgba(0,0,0,.7);color:rgba(255,255,255,.8);}
.full4 .board button {display:block;text-align:center;width:120px;height:65px;line-height:65px;margin:20px auto 0;background:rgba(0,0,0,.7);font-size:1.2em;color:#fff;border:0;}
.full4 .board button:hover {background:#cf5b28;}

/* main-센터소개 링크 */
.banner_btn {position:absolute;bottom:0;width:60%;margin-top:50px;margin-left:20%;}
.banner_btn ul {width:100%;}
.banner_btn ul li {float:left;width:33.2%;margin-right:.2%;}
.banner_btn ul li:last-child {margin-right:0;}
.banner_btn ul li a {display:inline-block;width:100%;height:90px;line-height:90px;font-size:1.6em;letter-spacing:.3em;color:#fff;text-align: center;background:rgba(0,0,0,.6);cursor:pointer;border-top:3px solid rgba(0,0,0,.6);}
.banner_btn ul li a:hover {border-top:3px solid #006cff;}

/* main-페이지무빙버튼 */
ul, li{margin:0;padding:0;list-style:none}
.quick {position:fixed;right:20px;top:50%;transform:translateY(-50%); z-index:100000}
.quick li {width:10px;height:10px;margin-bottom:10px; border-radius:15px;border:2px solid #fff;cursor:pointer;}
.quick .on {background:#fff;}

/* main-kolas */
.project { position: relative; float: left; width: 100%;}
.project figure { margin: 0; position: relative; text-align:center;color:#fff;border:1px solid;border-color:rgba(255,255,255,.4);border-radius:8px;background:rgba(0,0,0,.5);padding:57px 0;}
.project figure p {background:url(/home/images/title_top_blt.gif)no-repeat center top;padding-top:15px;font-size:1.6em;margin:32px 0 15px;}
.project figure span {font-size:1.15em;}
.project .project-hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(228, 93, 27, 0.95);visibility: hidden; opacity: 0; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }
.project .project-hover .project-hover-inner { position: absolute; width:100%; z-index: 99; left: 50%; top: 50%; visibility: hidden; opacity: 0; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: .3s all ease; text-align: center; padding:0 30px;}
.project .project-hover .project-hover-inner p { color: #fff; font-size: 22px; line-height: 1.2; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; opacity: 0; visibility: hidden; position: relative; bottom: -30px}
.project .project-hover .project-hover-inner span {	color: rgba(255, 255, 255, 0.8); opacity: 0; visibility: hidden; position: relative; bottom: -30px; -webkit-transition: .5s all ease; -o-transition: .5s all ease; transition: .5s all ease;}
.project:hover .project-hover, 
.project:focus .project-hover {visibility: visible; opacity: 1; }
.project:hover .project-hover .project-hover-inner, 
.project:focus .project-hover .project-hover-inner { visibility: visible; opacity: 1; -webkit-animation-delay: 10s; animation-delay: 10s; }
.project:hover .project-hover .project-hover-inner p, 
.project:focus .project-hover .project-hover-inner p { opacity: 1; visibility: visible; bottom: 0px; }
.project:hover .project-hover .project-hover-inner span, 
.project:focus .project-hover .project-hover-inner span { bottom: 0; visibility: visible; opacity: 1; }

.row {margin:0;}
.rd_contents .col-lg-3, 
.rd_contents .col-md-3, 
.rd_contents .col-sm-5, 
.rd_contents .col-xs-6 {padding-left:8px;padding-right:8px;}

@media (max-width: 1200px) {	
	/* main-page */
	#fullpage >div >span{width:100%;}

	/* main-정부지원과제 */
	.rd_wrap_st a {width:100%;height:auto;}
	.rd_wrap_st a i {margin-bottom:5px;}
	.rd_wrap_st a p {font-size:1.1em;line-height:22px;margin:8px 0 0}
	.rd_wrap_st a span {font-size:.9em;display:block;margin-bottom:5px;}
}

@media (min-width: 1000px){	
	/* main-page */
	#fullpage >div >span.type3 {top:52%;}
}

@media (max-width: 992px){	
	/* common-네비게이션 : 추가 nav.css */
	.nav > li > a {font-size:1.1em;font-weight:400;padding:12px 20px;}

	/* common-top-사용자버튼*/
	.member_quick {display:inline-block;position:absolute;top:17px;right:75px;margin-right:0;}
	
	/* main-page */
	#fullpage .title h1 {font-size:2.4em;}
	#fullpage .title.fir h1 {margin-bottom:40px;font-size:2.4em;font-weight:500;text-align:left}
	#fullpage .title p {font-size:1em;width:100%;}
	#fullpage .title.fir p {font-size:1.4em;font-weight:400;text-align:left}


.full4 .board ul li a {height:60px;line-height:60px;font-size:1.15em;}
.full4 .board button {width:96%;height:50px;line-height:50px;}
.full4 .board button:hover {background:#cf5b28;}
	
	/* main-정부지원과제 */
	.rd_wrap_st.pl {margin:0;}
	.rd_wrap_st.pr {margin:0;}
	.rd_contents button {top:0;right:0;width:30px;height:30px;background-size:cover;}
	.rd_contents h5 {font-size:.85em;padding:6px 0;margin:0 0 8px 0;border-radius:25px}
	.rd_contents >div:nth-child(5), 
	.rd_contents >div:nth-child(6), 
	.rd_contents >div:nth-child(7), 
	.rd_contents >div:nth-child(8) {display:none;}
	.rd_wrap_st {margin-bottom:0;}
	.rd_con_left >div, 
	.rd_con_right >div {width:80%;margin:10px 10%;}
	.rd_wrap_st {float:none;width:100%;}
	.rd_wrap_st.pl {margin:5px 0 0;}
	.rd_wrap_st.pr {margin:0 0 5px;}
	.rd_wrap_st a {padding:12px;}
	.rd_wrap_st a i {position:relative;height:25px;line-height:25px;width:70px;font-size:.9em;margin-bottom:0;border-radius:5px;}
	.rd_wrap_st a p {line-height:18px;margin:5px 0 0;}
	.rd_wrap_st a em {display:none}

}

@media (max-width: 768px){
	/* common-top-사용자버튼*/
	.member_quick {top:15px;right:55px;}
	.member_quick.mobile {margin-right:55px;}
	.member_quick.mobile a {display:none;}
	.member_quick.mobile a.mypage {display:block;border-radius:5px;background:url('/home/images/mypage.png')no-repeat center;width:34px;height:34px;border:1px solid #ccc;background-size:60%;}
	
	/* main-page */
	#fullpage .title {margin-bottom:40px;}
	#fullpage >div.full1 >span {top:50%;}
	
	/* main-센터소개 링크 */
	.banner_btn {width:100%;bottom:50px;margin-top:50px;margin-left:0;}
	.banner_btn ul li a {height:70px;line-height:70px;font-size:1.2em;}
	.banner_btn ul li a:hover {border-top:3px solid #006cff;}
	
	/* main-kolas */
	.col-xs-6 {padding:5px;}
	.col-md-4 .project figure {padding:20px 0;}
	.col-md-4 .project figure p {margin:15px 0 0;font-size:1.2em;}
	.col-md-4 .project figure span {display:none;}
	.col-xs-12 {padding:5px;}	
}

/* sub */
#sub_wrap .navbar{min-height:50px !important;border-bottom:1px solid #d4d4d4;background:#fff;}

/* sub-common-nav */
.lnb.navbar {margin-bottom:0;}
.lnb ul.nav {border-left:1px solid #d4d4d4;margin:0;}
.lnb ul.nav >li {width:250px;border-right:1px solid #d4d4d4; background:url('/home/images/arrow_violet.png')no-repeat 92% 22px !important;}
.lnb ul.nav >li a {display:block;width:250px;height:50px;font-size:1.1em;padding:0 20px;font-weight:600;line-height:50px;}
.lnb ul.nav li ul.deth li a {font-weight:400;color:#888;height:36px;line-height:36px;font-size:1em;}
.lnb ul.nav li ul.deth li a:hover {background:#fff;color:#2c5c9d;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color:none !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background:rgba(255,255,255,0);}

/* sub-common-title,img */
.sub_top {width:100%;height:300px;}
.sub_top.s_t01 {background:#f7f7f7 url(/home/images/top_01.jpg)no-repeat center; background-size:cover;}
.sub_top.s_t02 {background:#f7f7f7 url(/home/images/top_02.jpg)no-repeat center; background-size:cover;}
.sub_top.s_t03 {background:#f7f7f7 url(/home/images/top_03.jpg)no-repeat center; background-size:cover;}
.sub_top.s_t04 {background:#f7f7f7 url(/home/images/top_04.jpg)no-repeat center; background-size:cover;}
.sub_top.s_t05 {background:#f7f7f7 url(/home/images/top_05.jpg)no-repeat center; background-size:cover;}
.sub_top.s_t06 {background:#f7f7f7 url(/home/images/top_06.jpg)no-repeat center; background-size:cover;}
.sub_top .container h2 {margin:160px 0 10px;color:#333;font-weight:500;font-size:3.3em;}
.sub_top .container p {margin:0;color:#fff;font-weight:400;font-size:1.3em;}
.sub_top.s_t02 .container h2, .sub_top.s_t06 .container h2 {color:#fff;}

/* sub-common-content */
.contents {padding:70px 0 80px;}

.sub_page {margin:0 0 60px;}
.sub_page h3.page_name {margin:0 0 12px;padding:0;font-size:2.5em;font-weight:500;color:#333;}
.sub_page p.page_info {display:none;font-size:1.12em;color:#555;}
.contents h5, .column h5{display:block;margin-bottom:25px;padding:13px 0 0;font-size:1.6em;color:#333;background:url('/home/images/title_h_blt.gif')no-repeat left top;text-align:left}
.contents .area01 >div {margin:0 0 65px;}
.contents .area01 >div >p {margin:0;font-size:1.35em;font-weight:300;line-height:1.5em;}
.contents .area01 >div >span {font-size:1.2em;line-height:1.65em;color:#555;display:block}
.contents .area01 >div.exception >span {color:#555;}
.contents span.eng_trans {display:block;font-weight:100;font-size:1em;color:#999;}
.contents .area_td {width:85%;border:1px solid #ddd;background:#fff;border-radius:5px;padding:5px 15px;margin:15px auto; font-size:1.15em;}
.contents .area_td li {padding:5px 0;}
.sub >div {margin-bottom:50px;}
.sub .area01 >div {line-height:1.6em;}
.sub .area01 >p {display:inline-block;height:36px;line-height:36px;font-size:1.2em;background:url(/home/images/title_top_blt.gif)no-repeat;color:#0f58a9;margin-bottom:15px;border-radius:25px;}


.sub .area01.kolas_blt p {background:url('/home/images/list_p_blt.png')no-repeat left 11px;padding-left:12px;margin:0;} 
span.point {font-weight:500;color:#1557bb;}
.pbox.col {padding-left:30px;}
.pbox div {margin-bottom:20px;}
.pbox div p {display:block;background:url('/home/images/list_p_blt.png')no-repeat left 8px;padding-left:10px;color:#0049a3;font-size:1.24em;font-weight:400;margin-bottom:5px;}
.pbox div ul li {font-size:1.1em;}

/* sub-common-tab */
.nav-tabs {width:100%;border-bottom:0;border-left:1px solid #ddd;}
.nav-tabs > li {height:60px;background:#f7f7f7;border-right:1px solid #ddd;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.nav-tabs > li > a {display:block;height:60px;margin:0;/*padding-left:30px;padding-right:30px;*/font-size:1.4em;color:#999;text-align:center;border-radius:0;cursor:pointer}
.nav-tabs > li > a:hover {color:#333;}
.nav-tabs > li.active > a {color:#fff;font-weight:600;
background: #1e5799;
background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 49%, #274391 100%);
background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 49%,#274391 100%);
background: linear-gradient(135deg,  #1e5799 0%,#2989d8 49%,#274391 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#274391',GradientType=1 );}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color:#fff;cursor:default;background-color:#fff;border:0;}
/* sub-tab-페이지별세부설정 */
.board ul.nav li {width:15% !important;}
.board ul.nav >li >a {padding:0 !important;line-height:60px;}

/* sub-cener-센터소개 */
.center p {margin:0 0 15px;font-size:1.4em;line-height:1.6em}
.center p span {color:deepskyblue}
.center .area01 {height:520px;background:#f7f7f7 url(/home/images/center/about.jpg)no-repeat; background-size:cover;}
.center .area02 {padding:126px 0 0 55px}
.center .area02 p:first-child {background:url('/home/images/title_p_blt.gif')no-repeat left top; padding-top:20px;}
.center .area03 {margin:50px 0 0;padding:0;}

/* sub-cener-연혁 */
.history {border-top:2px solid #333;}
.history ul {display: table;padding: 50px 0;border-bottom: 1px solid #e5e5e5;width: 100%;}
.history ul li {display: table-cell;font-size:1.1em;}
.history ul li:first-child {vertical-align: top;width:180px;font-size:3em;font-weight:500;color: #333}
.history ul li p {display:table;font-size:1.1em;margin-bottom:7px;}
.history ul li p:first-child {margin-top:5px;}
.history ul li:last-child {line-height: 30px; vertical-align: top;}
.history ul li:last-child i {display:table-cell;width:110px;color: #005891;font-size:1.1em;font-weight:400;font-style:normal;vertical-align:top}
.history ul li:last-child span {display:table-cell; color:#555;line-height:1.8em;}

/* sub-cener-오시는길 */
.map ul {display: table;padding:2px 0;}
.map ul li:first-child {width:110px; font-size: 1.5em; font-weight:600;	color: #333;}
.map ul li {display: table-cell;}
.map ul li p {font-size:1.2em;}
.map >div {margin-top:55px;}
.map .link_map {width:100%;height:500px;background:#f7f7f7;}
.map .link_map iframe {height:100%;}
.map >div p {background:#356ec6;color:#fff;width:80px;height:40px;line-height:38px;text-align:center;border-radius:20px;font-weight:500;margin-bottom:12px;font-size:1.2em;}
.map >div span {display:block;font-size:1.1em;line-height:1.3em;background:url('/home/images/list_p_blt.png')no-repeat left 9px;padding-left:10px;}
.map .col-lg-6,.map .col-md-6 {padding:0 !important;}
.map .dau_map {width:100%;margin-bottom:30px;text-align:center}
.map .dau_map img {width:70%;}

.support .area01 >div {margin:50px 0 30px;}
.support .area01 >div >p {margin:0 0 15px; padding-left: 16px;font-size: 1.3em;font-weight: 500;color: #333;background: url(/home/images/arrow_violet_right.png)no-repeat left 9px;}
.support .area01 >div >span {
    color: #555;
    font-size: 1.2em;
    background: url(/home/images/list_p_blt.png)no-repeat left 8px;
    padding-left: 12px;
    font-weight: 300;
    margin-bottom: 5px;
	line-height: inherit
}

@media (max-width: 768px) {
	/* sub-cener-센터소개 */
	.center p {font-size:1.2em;}
	.center .area01 {height:200px;}
	.center .area02 {padding:30px 0 0;}	

	/* sub-cener-연혁 */
	.history ul {display:block;padding: 20px 0;}
	.history ul li:first-child {vertical-align: top; width: 200px; font-size:2.3em; font-weight: 500;	color: #333;}
	.history ul li {display:block;}
	.history ul li:last-child {line-height: 24px; vertical-align: top;}
	.history ul li:last-child p {margin-top:12px;}
	.history ul li:last-child span {display:block;font-size:.9em;line-height:1.3em}

	/* sub-cener-조직도 */
	.group ul.down >li {display:block;width:100%;height:auto;}				
	.group ul.down >li:first-child {width:100px;padding-right:0;margin-bottom:0;color:#fff;}
	.group ul.down >li:first-child span {font-size:.94em;border-radius:10px 10px 0 0; background:#333;border:none;line-height:34px;}
	.group ul li p {line-height:16px;padding:0 10px;font-size:1em;text-align: left}
	.group ul li ul li {padding:15px 0;}
	.group ul li ul li:nth-child(2n) {background:#f7f7f7;}
	.group li p.rank {width:30%}
	.group li p.name {width:70%;}
	.group li p.number {width:45%;padding-left:10px;margin-top:3px}
	.group li p.email {width:55%;text-align:right;padding-right:10px;margin-top:3px}
	.group li p.work {width:94%;margin:8px 3% 0;font-size:1em;border:1px solid #ddd;background:#fff;padding:8px;}
	.group li.team2 p.work {width:80%;}
	.thead {display:none}

	/* sub-cener-오시는길 */
	.map .link_map {height:300px;}
	.map >div {margin-top:25px;}

	#sub_wrap .navbar{min-height:40px !important;border-bottom:0;}
	.lnb ul.nav {border-left:0;}
	.lnb ul.nav >li:first-child {display:none;}
	.lnb ul.nav >li {width:100%;border-bottom:1px solid #ddd;border-right:0;background:url('/home/images/arrow_violet.png')no-repeat 92% 18px !important;}
	.lnb ul.nav >li a {width:100%;height:40px;font-weight:400;line-height:40px}
	.lnb .navbar {margin:0;border:0;}
	.lnb .navbar-nav {margin:0;}
	.sub_top {height:110px;}
	.lnb ul.nav li ul.deth li a {height:36px;line-height:normal;}	
	.navbar-nav .dropdown-menu {width: 100%; margin-top: 0;background-color:#f7f7f7;}
	.sub_top .container {padding-left:15px;padding-right:15px;}
	.sub_top .container h2 {margin:35px 0 10px;font-size:2.2em;font-weight:500}

	#sub_wrap.container >h2 {margin:120px 5% 0;font-size:2.6em;}
	.contents {width:90%;margin:0 5%;padding:30px 0 50px;}
	.contents .img {display:none}
	.contents >h3.page_title {height:60px;margin:0;font-size:2em;}
	.contents >p.page_title_sub {height:55px;font-size:1em;}
	.contents h5, .column h5 {margin-bottom:15px}
	.contents .area01 >div >p {font-size:1.2em;margin:0;line-height:1.4em;}

	.sub_page {margin:0 0 30px;}
	.sub_page h3.page_name {font-size:2em;}

	.nav-tabs > li {height:50px;}
	.nav-tabs > li > a {height:50px;font-size:1.2em;}
	.nav-tabs > li.active > a {font-weight:400;font-size:1.2em;}

	.board ul.nav >li >a {line-height:50px;}
}

/* sub-site-이용약관,개인정보취급방침,이메일방침 */
.site >strong {display:block;font-size:1.74em;font-weight:400;margin-bottom:65px;color:#555;background:url('/home/images/title_p_blt.gif')no-repeat left top;padding-top:12px;}
.site div {margin-bottom:50px;}					
.site div p {font-size:1.52em;font-weight:500;margin-bottom:20px;}
.site div ul {font-size:1.12em;}
.site div ul li {line-height:1.7em;margin-top:9px;color:#656565;}
.site div ul li >span {display:block;padding:8px 20px;font-size:.95em;line-height:1.5em;color:#777;padding:8px;}
.site div ul li >span em{display:inline-block;width:98%;margin:8px 0 8px 2%;padding:10px;border:1px solid #ddd;background:#f7f7f7;font-style:normal}
.site div b {font-size:1.3em;font-weight:400;margin-bottom:10px;}
.site div >span {display:block;font-size:1.1em;margin:10px 0 0;}

/* sub-site-사이트맵 */
.site_map {display:table;width:100%;border-right:1px solid #ddd;}
.site_map >div {display:table-cell;width:20%;padding:0 !important;margin-bottom:20px;}
.site_map >div h5 {display:inline-block;background:#0053d2;border:1px solid #ddd;border-right:0;width:100%;font-size:1.3em;color:#fff;height:45px;line-height:20px;text-align:center;margin-bottom:0;font-weight:400;margin-top:0;}
.site_map >div >ul {border:1px solid #ddd;border-right:0;padding:20px 0 20px 25px;width:100%;min-height:300px;}
.site_map >div >ul >li >a {display:block;font-size:1.1em;color:#333;height:32px;line-height:32px;background:url('/home/images/title_p_circle_blt.gif')no-repeat left center;padding-left:11px;}
ul.submenu {margin-left:15px;padding-bottom:10px;}
ul.submenu li a {display:block;font-size:1.1em;color:#999;height:25px;line-height:25px;}
.site_map >div >ul >li >a:hover {background:url('/home/images/list_hover_blt.png')no-repeat left center;}

@media (max-width: 768px) {	
	/* sub-site-사이트맵 */
	.site_map >div {display:block;width:100%;}
	.site_map >div >ul {width:100%;min-height:auto;}
	.site_map >div:nth-child(3) >ul, .site_map >div:nth-child(4) >ul, .site_map >div:nth-child(5) >ul {min-height:auto;}
}

footer {
background:#333;position:relative;
width: 100%;
margin: 0 auto;
padding: 20px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.foot ul {margin-bottom:12px;}
.foot-links {display:inline-block;}
.foot-links li {float:left;padding:0 15px;margin-right:2px;margin-bottom:2px;border:1px solid #777;background:#424242;}
.foot-links li a {display: inline-block;height:28px;line-height:28px;fnot-weight:100;font-size:.9em;color:#aaa;}
footer .container .address li {line-height:28px;font-size:1.2em;font-weight:300;}
.foot .copyright {font-weight:200;color:#aaa;}
footer .container .waWrap {position: absolute;right: 0;bottom: 10px;}
footer a, footer {color:#fff;}

@media (max-width: 768px) {
.foot-links li {width:49%;margin-right:1%;}
	.foot-links li:nth(2n) {margin-right:0;}
	footer .container .address li {font-size:1.05em;}
}

@media (max-height: 640px){
	#fullpage .title {margin-bottom:25px;}
	#fullpage .title h1 {font-size:2em;}
	span .rd_contents >div:nth-child(4), span .rd_contents >div:nth-child(5), span .rd_contents >div:nth-child(6),	span .rd_contents >div:nth-child(7), span .rd_contents >div:nth-child(8) {display:none;}
}