/*
@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

*/



* {  padding:0; margin:0; box-sizing:border-box; }
body { font-family: 'Noto Sans KR', sans-serif; font-size:15px; line-height:1; color:#333; letter-spacing:-0.025em; }
button, input, textarea, select { font-family: 'Noto Sans KR', sans-serif; }
textarea { width:100%; }
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans KR', sans-serif; }
p, dd, th, td { line-height:1.5; }
img { vertical-align:middle; }
li { list-style:none; }
a { text-decoration:none; color:#333; }
a:hover { text-decoration:underline; }
table { width:100%; border-collapse:collapse; }
input { display:inline-block; vertical-align:middle; }


/*==================================================================================================================================================*/

/* 버튼 */
a.btn_b01 {display:inline-block; border:0px solid #d9ded9;background:#f2f5f9;color:#333;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block; border:0px solid #3b3c3f;background:#0779bd;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block; border:0px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
.btn_submit {display:inline-block; border:0px solid #3b3c3f;background:#0779bd;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_cancel {display:inline-block; border:0px solid #ccc;background:#e0e0e0;color:#333;text-decoration:none;vertical-align:middle}
.btn_bo_adm input {display:inline-block; text-decoration:none;vertical-align:middle}

/*버튼 공통*/
.btn_bo_adm input, a.btn_b01, a.btn_admin, a.btn_b02, .btn_submit, a.btn_cancel { line-height:1; padding:10px; }
.btn_bo_adm input { background:#666; }
a.btn_admin { background:#333;}


a.btn_b01, a.btn_b02, a.btn_admin, .btn_submit, a.btn_cancel, .btn_bo_adm input { border-radius:2px; }

/* 검색 바 */
#bo_sch {}
#bo_sch select { height:40px; border:1px solid #ccc; }
#bo_sch .frm_input { background:#fff !important; width:213px; height:40px; border:1px solid #ccc;  }
#bo_sch .btn_submit { background:url(../img/sch.png) no-repeat center center; width:40px; height:20px; text-indent:-300px; overflow:hidden; margin-left:-45px;}


/* 게시판 테이블 */
.tbl_head01 {  border-top:2px solid #0779bd;  }
.tbl_head01 thead th { background:#f5f5f5; border-color:#e0e0e0; }
.tbl_head01 td { background:#fff; border-color:#e0e0e0; }

.tbl_frm01 {}
.tbl_frm01 th { width:120px; background:#f5f5f5; border-color:#e0e0e0; padding-left:20px; }
.tbl_frm01 td { background:#fff; border-color:#e0e0e0; }

#bo_v_con table { width:auto; }

/* 상단 마진 */
#bo_list { margin-left:auto; margin-right:auto; }
#bo_v { margin-left:auto; margin-right:auto; }
#bo_w { margin-left:auto; margin-right:auto; border-top:2px solid #0779bd; }


/* 폼 */
.tbl_frm01 textarea, .frm_input { background-color:#fff !important; border-color:#d9d9d9;  }
.frm_input {height:30px;}

/* 게시판 숨김 요소 */
#container_title { display:none; }
#bo_w button.btn_frmline { display:none; }
#bo_w button.btn_cke_sc { display:none; }
#bo_v_table { display:none; } 

/* 스크랩 & 추천 비추천 */
#bo_v_act { display:none; }

/* 댓글 */
#bo_vc {  background:#f5f5f5; border-bottom:1px solid #e0e0e0; display:none; }
#bo_vc_w { display:none; }
#bo_v_con { padding:20px; }


/* 제목 & 글정보 */
#bo_v header { background:#f5f5f5; overflow:hidden; padding:15px 20px; box-sizing:border-box; border-top:2px solid #0779bd; }
#bo_v_title { float:left; }
#bo_v_info { float:right; border-bottom:0; margin-top:-40px; padding-bottom:0; } 
#bo_v_info strong { color:#0779bd; font-weight:bold;}

/* 하단 버튼 */
#bo_v_top { border-top:1px solid #e0e0e0; }

/* 이전글 & 다음글 */
.bo_v_nb2 { overflow:hidden; border-top:1px solid #e0e0e0; }
.bo_v_nb2 dt { float:left; width:10%; padding:10px 0; border-bottom:1px solid #e0e0e0; text-align:center;}
.bo_v_nb2 dd { float:left; width:90%; padding:10px 0; border-bottom:1px solid #e0e0e0; line-height:1; }

/* 페이지 버튼 */
.pg { font-size:13px; }


/* FAQ */
#faq_wrap { border-top:2px solid #0779bd;}
#faq_con {  border-left:0; border-right:0; }
#faq_con h3 a { background:#fff; font-size:18px; padding-left:50px; background:url(../img/q.png) no-repeat 20px center; }
#faq_con .con_inner { padding-left:50px; }

/* 회원가입 */
#fregister h2 { text-align:left; font-size:22px; }
#fregisterform .tbl_wrap caption { font-size:22px; }
#fregisterform .tbl_frm01 tbody { border-top:2px solid #0779bd; }
#fregisterform .tbl_frm01 th { width:130px; }

/* 로그인 */
#mb_login { width:350px; margin:0 auto; }
#mb_login h1 { font-size:40px; color:#0779bd; font-weight:normal; text-align:center; }
#mb_login .auto_login_wrap { text-align:right; margin-bottom:10px; font-weight:bold; }
#mb_login .id_input { width:350px; height:46px; border:1px solid #d7d7d7; background:#f5f5f5; margin-bottom:10px; padding:0 10px; }
#mb_login .pw_input { width:350px; height:46px; border:1px solid #d7d7d7; background:#f5f5f5; margin-bottom:10px; padding:0 10px; }
#mb_login .login_bt { width:350px; height:53px; display:block; border:0; background:#0779bd url(../img/login_bt.png) no-repeat 130px center; font-size:18px; color:#fff; text-align:center; margin-bottom:10px; }
#mb_login .join_bt { width:350px; height:53px; display:block; border:0; background:#5f5f5f; font-size:18px; color:#fff; line-height:53px; text-align:center; margin-bottom:10px; }
#mb_login .option_wrap { margin-left:-5px; margin-right:-5px; border:1 }
#mb_login .option_wrap a { width:170px; height:37px; display:block; border:1px solid #ccc; float:left; margin:0 5px; color:#616161; font-size:13px; font-weight:bold; line-height:37px; text-align:center; }



/*==================================================================================================================================================*/

/* 공통 */
.all_wrapper { min-width:1100px; }
.inner { width:1070px; margin:0 auto; }
.skip { position:absolute; visibility:hidden; top:-10000%; }
.els { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* 헤더 */
.header { width:100%; height:90px; overflow:hidden;  position:absolute; z-index:1001; left:0; transition:0.2s ease-in; }
.header.main_header {  }
.header:after { content:""; display:block; clear:both; }
.header.active { background:rgba(22,64,132,0.85); height:337px; }

/* tnb */
.tnb { float:right;  margin-top:38px;}
.tnb li { display:inline-block; vertical-align:middle; margin-left:28px;}
.tnb li:first-child { margin-left:0px; }
.tnb li a { color:#0779bd; font-weight:bold; }

/* 로고 */
.logo { float:left; display:block; margin-top:30px; width:148px; height:52px; background:url(../img/main/logo1.png) no-repeat; }
.header.active .logo { background:url(../img/main/logo2.png) no-repeat; }

/* gnb */
.gnb { }
.gnb #gnb_1dul { float:right; margin-left:28px; }
.gnb #gnb_1dul>li { float:left; position:relative; margin-left:56px; }
.gnb #gnb_1dul>li>a { color:#fff; font-size:17px; font-weight:500; line-height:120px; }
.gnb .gnb_2dul { margin-top:-40px; }
.gnb .gnb_2dul>li>a{ display:block; width:100%; color:#fff; line-height:35px;}

/* 풋터 */
.footer { color:#9e9e9e; font-size:13px; }
.f_logo { float:left; margin-right:64px; }
.f_info_wrap { color:#fff; font-size:13px; margin-right:60px; float:left; font-weight:100; }
.f_info_wrap .f_info { }

.f_top { background:#fff; }
.f_menu>ul { overflow:hidden; margin-left:-16px; margin-right:-16px; }
.f_menu>ul>li { float:left; width:25%; height:312px;  padding-top:40px; padding-left:50px; border-left:1px solid #ccc; }
.f_menu>ul>li>a { display:block; font-size:17px; font-weight:bold; padding-bottom:10px; }

.f_menu>ul>li>ul { margin-top:15px; }
.f_menu>ul>li>ul>li { line-height:30px; }
.f_menu>ul>li>ul>li>a { font-size:14px; color:#6a6a6a; }

.f_bottom { background:#444; overflow:hidden; height:126px; }
.f_logo { margin-top:35px; }
.f_info_wrap { margin-top:25px; }



/* 비쥬얼 */
.visual { position:relative; width:100%; min-width:1100px; height:733px; overflow:hidden; }
.visual_slider li { position:relative; height:794px; overflow:hidden;}
.visual_slider li img {  display:block; position:absolute; top:0; left:50%; margin-left:-960px; } /*센터정렬*/
/* 비쥬얼 컨트롤 */
/* 
.visual .bx-controls { position:absolute; bottom:130px; left:50%; margin-left:430px; }
.visual .bx-controls-direction { float:left; }
.visual .bx-controls-auto { float:left; }
*/
.visual .bx-pager { width:100%; position:absolute; bottom:40px; text-align:center; }
.visual .bx-pager-item { display:inline-block; margin:0 5px; vertical-align:middle; }
.visual .bx-pager-link { display:block; width:20px; height:4px; background:#fff; overflow:hidden; text-indent:-300px; transition:0.2s ease-out;}
.visual .bx-pager-link.active { width:20px; height:9px; background:#fff; overflow:hidden; text-indent:-300px; }

.visual .bx-prev { left:50px; display:block; width:39px; height:78px; background:url(../img/main/prev.png) no-repeat center center; position:absolute; top:50%; margin-top:-39px; overflow:hidden; text-indent:-300px;}
.visual .bx-prev:hover { background:url(../img/main/prev_over.png) no-repeat center center; opacity:0.8; }
.visual .bx-next { right:50px;; display:block; width:39px; height:78px; background:url(../img/main/next.png) no-repeat center center; position:absolute; top:50%; margin-top:-39px; overflow:hidden; text-indent:-300px; }
.visual .bx-next:hover { background:url(../img/main/next_over.png) no-repeat center center; opacity:0.8; }
/* 
.visual .bx-controls-auto-item { float:left; }
.visual .bx-stop { float:left; display:block; width:40px; height:40px; background:url(../img/stop.png) no-repeat center center; overflow:hidden; text-indent:-300px; }
.visual .bx-start { float:left; display:block; width:40px; height:40px; background:url(../img/next.png) no-repeat center center; overflow:hidden; text-indent:-300px; }
*/

/*==================================================================================================================================================*/


/* 메인 */
.main .section1 { height:294px; }
.main .section1>.inner { height:100%; }
.main .logo_tab_wrap { width:160px; height:100%; padding-top:15px; background:url(../img/main/vertical_bar.png) no-repeat right center; background-size:2px 294px; float:left; }
.main .logo_tab { width:100%; height:220px; }
.main .logo_tab li { height:44px; line-height:44px; padding-left:15px; cursor:pointer; }
.main .logo_tab li:hover {  background:#0e8cdc; }
.main .logo_tab li.active { background:#0e8cdc; }

.main .logo_tab_cont { float:left; height:100%; }
.main .logo_tab_cont>div { height:100%; display:none; }
.main .logo_tab_cont>div.active { display:block; }
.main .logo_tab_cont .left { float:left; width:370px; height:100%; background:url(../img/main/big_gt.png) no-repeat right center; padding-left:45px; padding-top:70px; }
.main .logo_tab_cont .left p { font-size:16px; color:#838383; margin-bottom:10px; }
.main .logo_tab_cont .logo_wrap { min-height:80px; }
.main .logo_tab_cont .logo_wrap img { height:50px; width:auto; }

.main .logo_tab_cont .right { float:left; width:500px; margin-left:34px; height:100%; }

.main .logo_tab_cont .right .box { margin-top:40px; }
.main .logo_tab_cont .right ul { overflow:hidden; }
.main .logo_tab_cont .right li { float:left; width:100px; height:100px; line-height:100px; text-align:center; }

.main .section2 { background:#f8f8f8; padding:50px 0; }
.main .section3 { background:#fff; padding:50px 0; }
.main .latest_wrap ul { overflow:hidden; margin-left:-30px; margin-right:-30px; margin-top:50px; }
.main .latest_wrap li { float:left; width:50%; padding-left:30px; padding-right:30px; }
.main .latest_wrap { position:relative; }
.main .latest_wrap .more { position:absolute; display:block; right:0; top:0px; }
.main .latest_wrap .wr_subject { font-size:18px; margin-bottom:5px; }
.main .latest_wrap .wr_datetime { font-size:15px; color:#0e8ddd; margin-bottom:20px; }
.main .latest_wrap .wr_content { font-size:14px; font-weight:100; }

.main .section4 { height:189px; background:#0a3a7b; }
.main .section4 ul { overflow:hidden;  background:url(../img/main/ver_bar.png) no-repeat right center; }
.main .section4 li { float:left; width:16.66%; height:189px; background:url(../img/main/ver_bar.png) no-repeat left center; text-align:center; }
.main .section4 li a { display:block; width:100%; height:100%; color:#fff; }
.main .section4 li a .center { margin-top:40px;  }
.main .section4 li a p  { font-size:18px; }
.main .section4 li .icon { height:75px; line-height:75px; }
.main .section4 li:hover { background:url(../img/main/icon_bg.png); }

.main .section5 { height:473px; background:#f2f2f2 url(../img/main/map.png) no-repeat center center; }
.main .section5 .info_wrap { width:517px; float:right; margin-top:60px; }
.main .section5 .info_wrap .t { margin-bottom:20px; }
.main .section5 .info_wrap .sub_p { font-size:14px; color:#8a8a8a; margin-bottom:43px; line-height:1.8; }

.main .section5 .info_wrap dl { position:relative; }

.main .section5 .info_wrap dt { margin-bottom:7px; }
.main .section5 .info_wrap dd { font-size:14px; color:#8a8a8a; margin-bottom:20px;  line-height:1.8;}

.main .section5 .info_wrap .map_bt { position:absolute; right:0; top:0; }

/* 서브 공통 */
.sub_top { height:337px; background:#f6f6f5 url(../img/sub_top1.png) center top; text-align:center; overflow:hidden; position:relative; }
.sub_top .page_prev { display:block; width:39px; height:78px; background:url(../img/main/prev.png) no-repeat center center; position:absolute; top:170px; left:50px; overflow:hidden; text-indent:-300px; }
.sub_top .page_prev:hover { background:url(../img/main/prev_over.png) no-repeat center center; opacity:0.8; }
.sub_top .page_next { display:block; width:39px; height:78px; background:url(../img/main/next.png) no-repeat center center; position:absolute; top:170px; right:50px; overflow:hidden; text-indent:-300px; }
.sub_top .page_next:hover { background:url(../img/main/next_over.png) no-repeat center center; opacity:0.8; }

.sub_top .sub_t { margin-top:170px; }
.sub_top h1 { font-size:52px; color:#fff; font-weight:500; margin-bottom:10px; }
.sub_top p { font-size:15px; color:#fff; font-weight:100; }
.sub { overflow:hidden; padding-bottom:80px;}
.sub .sub_top_menu { width:100%; background:#2d2d2d; height:53px; }
.sub .sub_top_menu.active { position:fixed; min-width:1100px; left:0; top:0; z-index:9999; }

.sub .sub_top_menu .menu { margin-left:-25px; float:left; }
.sub .sub_top_menu .menu li { float:left; }
.sub .sub_top_menu .menu li a { font-size:17px; color:#fff; padding-left:25px; padding-right:25px; line-height:53px; }

.sub .sub_top_menu .menu_select_wrap { height:53px; float:right; width:180px; background:url(../img/menu_v_bar.png) no-repeat left center; }
.sub .sub_top_menu .menu_select_wrap p { cursor:pointer;  font-size:18px; color:#9d9d9d; line-height:53px; height:53px; padding-left:30px; position:relative; font-weight:500; }
.sub .sub_top_menu .menu_select_wrap p:after { content:"▼"; display:block; position:absolute; right:15px; top:0px; font-size:12px; }

.sub .sub_top_menu .menu_select { transition:0.3s; background:#2d2d2d; height:0; overflow:hidden; }
.sub .sub_top_menu .menu_select a { display:block; color:#9d9d9d; font-size:16px; line-height:30px; padding-left:30px; height:30px; overflow:hidden; }

.sub .sub_top_menu .menu_select_wrap:hover ul.menu_select { height:140px; }

.h2_wrap { height:132px; }
.h2_wrap h2  { font-size:37px; font-weight:normal; line-height:132px; text-align:left; }

.sub { border-bottom:1px solid #ccc; }
.sub .sub_content { width:100%; }
.sub .sub_content .top { border-bottom:1px solid #ccc;  height:48px; }
.sub .sub_content .top h3 { font-size:30px; color:#686868; padding-left:22px; background:url(../img/li1.png) no-repeat left 7px; font-weight:normal; float:left; }

#path { float:right; margin-top:14px; }
#path li { float:left; padding-left:17px; background:url(../img/gt.png) no-repeat 5px center; color:#969696; }  
#path li:first-child { background:none; padding:0; }
#path a { font-size:13px; color:#969696; }
#path li strong { color:#5a5a5a; }

#content {}



.common1 .section1 {  }
.common1 .section1 .logo_text { margin-bottom:40px; line-height:1.8; }
.common1 .section1 .logo_area { padding-top:25px; }
.common1 .section2 .row { padding-top:30px; padding-bottom:30px; border-top:1px solid #ccc; }
.common1 .section2 .row:first-child { border:0; }
.common1 .section2 h3 { margin-bottom:20px; }
.common1 .section2 .cont p { line-height:1.8; color:#5e5e5e; }
.common1 .section2 .cont { padding-right:196px; position:relative; }
.common1 .section2 .cont .go_bt { display:block; width:206px; height:40px; color:#fff; background:#0569a9; text-align:center; line-height:40px; position:absolute; right:0; top:0; }
.common1 .section2 .cont .go_bt:hover { text-decoration:none; }



.common2 .section1 { background:#f0f0f0; }
.common2 .section1 .logo_text { margin-bottom:40px; line-height:1.8; }
.common2 .section1 .logo_area { padding-top:25px; }
.common2 .section2 { margin-top:30px; }
.common2 .section2 .row { padding-top:30px; padding-bottom:30px; border-top:1px solid #ccc; }
.common2 .section2 .row:first-child { border:0; }
.common2 .section2 h3 { margin-bottom:20px; }
.common2 .section2 .cont p { line-height:1.8; color:#5e5e5e; }
.common2 .section2 .cont { padding-right:196px; position:relative; }
.common2 .section2 .cont .go_bt { display:block; width:136px; height:40px; color:#fff; background:#0569a9 url(../img/bt_arrow_b.png) no-repeat 112px center; padding-left:24px; line-height:40px; position:absolute; right:0; top:0; }
.common2 .section2 .cont .go_bt:hover { text-decoration:none; }



.common3 .section1 { background:#f0f0f0; }
.common3 .section1 .logo_text { margin-bottom:40px; line-height:1.8; }
.common3 .section1 .logo_area { padding-top:25px; }
.common3 .section2 { margin-bottom:30px; }
.common3 .section2 .row { padding-top:30px; padding-bottom:30px; border-top:1px solid #ccc; }
.common3 .section2 .row:first-child { border:0; }
.common3 .section2 h3 { margin-bottom:20px; }
.common3 .section2 .cont p { line-height:1.8; color:#5e5e5e; }
.common3 .section2 .cont { padding-right:196px; position:relative; }
.common3 .section2 .cont .go_bt { display:block; width:136px; height:40px; color:#fff; background:#0569a9 url(../img/bt_arrow_b.png) no-repeat 112px center; padding-left:24px; line-height:40px; position:absolute; right:0; top:0; }
.common3 .section2 .cont .go_bt:hover { text-decoration:none; }

/* 서브 */
.sub0101 .section1 { height:322px; background:#0a3a7b; }
.sub0101 .section2 { margin-top:40px; }


.sub0104 .partner_wrap { margin-left:-7px; margin-right:-7px; }
.sub0104 .partner_wrap li { width:261px; height:84px; float:left; margin:0 5px; margin-bottom:10px; }


.sub0201 .section1 .inner { background:url(../img/sub0201_bg.png) no-repeat right bottom; height:314px; }
.sub0201 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#00a4ed; }


.sub0202 .section1 .inner { background:url(../img/sub0202_bg.png) no-repeat right bottom; height:314px; }
.sub0202 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#1f4787; }


.sub0203 .section1 .inner { background:url(../img/sub0203_bg.png) no-repeat right bottom; height:314px; }
.sub0203 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#de232a; }

.sub0204 .section1 .inner { background:url(../img/sub0204_bg.png) no-repeat right bottom; height:314px; }
.sub0204 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#e8351d; }

.sub0205 .section1 .inner { background:url(../img/sub0205_bg.png) no-repeat right bottom; height:314px; }
.sub0205 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#70a83e; float:left;}
.sub0205 .section1 .all_go_bt2 { display:block; width:220px; height:40px; line-height:40px; color:#fff; text-align:center; background:#70a83e; float:left; margin-left:5px;}

.sub0206 .section1 .inner { background:url(../img/sub0206_bg.png) no-repeat right bottom; height:314px; }
.sub0206 .section1 .all_go_bt { display:block; width:172px; height:40px; line-height:40px; color:#fff; text-align:center; background:#006cd6; }

.sub0301 .section2 .row1 .go_bt { margin-top:-20px; }


.sub0302 .section2 .row1 .go_bt { margin-top:-20px; }


.sub0303 .section2 .row1 .go_bt { margin-top:-20px; }
.sub0303 .section2 .row3 .go_bt { margin-top:-20px; }
.sub0303 .section2 .row4 .go_bt { margin-top:-20px; }


.sub0305 .section1 { background:#f0f0f0; }
.sub0305 .section1 .col_wrap {  overflow:hidden; padding-top:30px; padding-bottom:30px; }
.sub0305 .section1 .col_wrap .col { float:left; width:25%; border-left:1px dashed #bcbcbc; height:298px; text-align:center; }
.sub0305 .section1 .col_wrap .col1 { border:0; }
.sub0305 .section1 .col_wrap .col .img_wrap { height:124px; line-height:124px; }
.sub0305 .section1 .col_wrap .col ul { height:120px; }
.sub0305 .section1 .col_wrap .col li { line-height:1.8; color:#5e5e5e; }
.sub0305 .section1 .go_bt_b { text-align:left; display:inline-block; width:136px; height:40px; color:#fff; background:#525252 url(../img/bt_arrow_b.png) no-repeat 112px center; padding-left:24px; line-height:40px; }
.sub0305 .section1 .go_bt_b:hover { text-decoration:none; }
.sub0305 .section2 { margin-top:60px; }
.sub0305 .section2 h3 { font-size:30px; font-weight:normal; margin-bottom:30px; }
.sub0305 .section2 .t1 { font-weight:normal; font-size:24px; color:#203f88; }
.sub0305 .section2 .t1_2 { font-weight:normal; font-size:24px; color:#1294c4; }
.sub0305 .section2 .t2 { margin-top:10px; font-size:16px; margin-bottom:20px; }
.sub0305 .section2 .col1 { width:708px; float:left; }
.sub0305 .section2 .col2 { width:347px; float:left; margin-left:14px; }
.sub0305 .section2 .box { float:left; width:347px; height:170px; border:1px solid #ddd; border-radius:10px; padding:15px; }
.sub0305 .section2 .box2 { margin-left:14px; }
.sub0305 .section2 .t_box { height:40px; background:#0779bd; color:#fff; font-size:18px; text-align:center; line-height:40px; }
.sub0305 .section2 .cont { color:#5e5e5e; letter-spacing:-0.05em; padding-top:15px; line-height:1.8; }


.sub0403 .section1 .t { font-size:30px; position:absolute; left:0px; top:0; }
.sub0403 .section1 .d { padding-top:60px; }
.sub0403 .section1 .row1 { padding-left:225px; position:relative; height:174px; background:url(../img/sub0403_bg1.png) no-repeat left 60px; margin-bottom:50px; }
.sub0403 .section1 .row1 .tel { color:#2062b4; font-size:30px; }
.sub0403 .section1 .row1 .p1 { font-size:17px; line-height:1.8; }

.sub0403 .section1 .row2 { padding-left:225px; position:relative; height:206px; background:url(../img/sub0403_bg2.png) no-repeat left 60px; }
.sub0403 .section1 .row2 .tel { color:#0e4e6b; font-size:24px; }
.sub0403 .section1 .row2 .p1 { font-size:17px;  line-height:1.8;}
.sub0403 .section1 .row2 .go_bt { display:block; width:196px; height:40px; color:#fff; background:#2e89b3; line-height:40px; text-align:center; margin-top:15px; }

.sub0403 .section2 { margin-top:40px; }
.sub0403 .section2 .t { font-size:30px; margin-bottom:25px; }
.sub0403 .section2 .row { border-bottom:1px solid #e0e0e0; }
.sub0403 .section2 .row1 { border-top:1px solid #e0e0e0; }
.sub0403 .section2 .comp_logo_wrap { width:226px; height:129px; line-height:129px; text-align:center; display:inline-block; }
.sub0403 .section2 .tel_wrap { width:640px; display:inline-block; vertical-align:middle; color:#5e5e5e; font-size:16px; padding-left:20px; }
.sub0403 .section2 .tel_wrap strong { font-size:20px; color:#212121; }
.sub0403 .section2 .bt_wrap { display:inline-block; vertical-align:middle; }
.sub0403 .section2 .link_bt { width:196px; height:40px; background:#0569a9; color:#fff; display:block; line-height:40px; text-align:center; }





.aside { position:fixed; height:100%; top:0; left:0; z-index:10000; width:126px; background:#f3f3f3; box-shadow:1px 2px 2px rgba(0,0,0,0.1); }
.aside .aside_top { background:#2d2d2d url(../img/aside_logo.png) no-repeat center center; width:126px; height:109px; }
.aside ul { padding-top:10px; }
.aside li { width:90px; height:90px; margin:0 auto; background:#fff; border-radius:10px; margin-top:10px; box-shadow:1px 2px 2px rgba(0,0,0,0.1); }
.aside li:active { box-shadow:1px 2px 2px rgba(0,0,0,0.1) inset;  }
.aside li a { width:100%; height:100%; display:block; text-align:center; line-height:90px; }