@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      : web_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
body.fixe {overflow:hidden; /**width: 100%; height:100%; position: fixed;*/}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
.search_btn {display: none; position: absolute; right:65px; top:26px;}
img {max-width: 100%}




#header {width:100%; z-index:9999; position:relative; box-sizing: border-box; background: #fff;  transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out; border-bottom: 1px solid #e5e5e5}

.in_header {max-width:1300px; width:100%; height:75px; box-sizing: border-box; margin:0 auto; position:relative; z-index:9; color: #fff;}
#header h1 {position: absolute; left:10px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%); overflow: hidden; transition: all 0.3s 0s ease-in-out; z-index:10 }
#header h1 a {display: block; }
#header .top_search {position: absolute; right:0px; top:50%; transform: translateY(-50%); -webkit-transform:translateY(-50%); }




/* wrap */
#wrap {width:100%; max-width:1920px; overflow:hidden; margin:0 auto;  transition: all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding-bottom:30px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1300px; margin:0 auto;}
.inner:after { clear: both; content: ""; display: block;}

.bg_wrap {background: #f3f4f8; padding:50px 10px; margin: 0px -10px; margin-top: 50px;}

/*상단검색*/
.top_searchW {background:#f2f2f2; width:100%; box-sizing:border-box; position:absolute; left:0; top:100%; z-index:99; display:none; }
.top_searchW .search_txt {display:none;}
.top_searchW .inner_search {width:100%; max-width:1300px; margin:0 auto; position:relative; min-height:147px;}
.top_searchW .inner_search .in_box {max-width:580px; padding: 0px 10px; margin:0 auto; box-sizing:border-box;}
.top_searchW .top_btn_close {position:absolute; right:0px; bottom:0px; display:block;}
.top_searchW .top_btn_close img {max-width:100%;}
.search_warp {padding:30px 65px 30px 0; position:relative; box-sizing:border-box;}
.search_warp .inp_search {border:none; background:#fff; padding-left: 15px; width:100%; font-size:14px; color:#333; line-height:45px; min-height:45px;}
.search_warp .btn_search {position:absolute; right:0px; top:30px; box-sizing:border-box; background:#333; text-align:center; padding:0 10px; min-width:60px;}
.search_warp .btn_search span {font-size:13px; line-height:45px; font-family:nGothicB; color:#fff; display:inline-block;}
.top_searchW .inner_search .in_box .no_txt {text-align:center; font-size:14px; line-height:22px; padding:0 0 30px 0; color:#000;}


/* header */
.top_menu {position: relative; background: #2d3088; font-size:14px;}
.top_menu .inner {overflow: hidden;}
.top_menu .y_go {float: left; width: 140px; }
.top_menu .y_go > a {display: block; text-align: center; color: #fff; background: #002b5c; line-height:36px; height: 36px; border-bottom: 3px solid #ffc240;}
.top_menu .top_btns.left {float:left;}
.top_menu .top_btns.left > li {border-right:1px solid #5ac485;}
.top_menu .top_btns.left > li:first-child {border-left:1px solid #5ac485}
.top_menu .top_btns.left > li a {min-width:135px; box-sizing:border-box; padding:0px 5px; font-weight:300;}

.top_menu .top_btns.right > li:before {display: block; content:""; width: 4px; height: 4px; background: #fff; border-radius:100%; border-radius:100%; background: #fff; position: absolute; left: 0px; top: 50%; margin-top: -2px;}
.top_menu .top_btns.right > li:first-child:before {display: none;}


.top_menu .top_btns {overflow: hidden; float: right;}
.top_menu .top_btns > li {float: left; position: relative;}
.top_menu .top_btns > li a {display: block; color: #fff; line-height:39px; font-weight: 100; text-align: center; min-width:80px; }
.top_menu .top_btns > li a img {vertical-align: baseline;}

.top_lang {padding-right:20px; position:absolute; right:95px; top:50%; transform:translateY(-50%);}
.top_lang:after {display: block; content: ""; border-top:5px solid #333; border-left:4px solid transparent; border-right:4px solid transparent; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);transition:all 0.3s 0s ease-in-out;}
.top_lang > a {display:flex; height:40px; align-items:center; color:#000; font-weight:500; font-size:16px; transition:all 0.3s 0s ease-in-out;}
.top_lang > a img {margin-right:8px; transition:all 0.3s 0s ease-in-out;}
.top_lang.on .h_area {display: block}
.top_lang .h_area {width: 104px; border-radius:4px; padding: 10px 0px; background: #fff; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); border:1px solid #cccccc; display: none;}
.top_lang .h_area > ul > li {padding: 5px 0px; text-align: center}
.top_lang .h_area > ul > li > a {display: block; color: #000; font-size: 14px; font-weight: 600;}



.m_gnb_on {position:absolute; right:50px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); box-sizing: border-box; display: block; z-index: 9 }
.m_gnb_on .menu_btn {margin: 0 auto;}
.m_gnb_on > a {display: block; }



/* GNB */
.w_gnb {padding:0px 0px 0px 0px; position: relative;}
.w_gnb .gnb {max-width:1300px; margin: 0 auto; box-sizing: border-box; padding: 0px 80px 0px 340px;}
.w_gnb .gnb:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul {font-size:0px; text-align: left;}
.w_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul > li {text-align: center; padding: 0px 4%; display: inline-block; background: url(../img/common/top_line.gif) no-repeat left center;}

.w_gnb .gnb > ul > li:first-child {background: none;}
.w_gnb .gnb > ul > li.gnb06 {display:none;}
.w_gnb .gnb > ul > li > a {display:block; color:#000;}
.w_gnb .gnb > ul > li > a > span {display:inline-block; font-size:20px; font-weight:400; line-height:75px; height:75px; color:#333333; transition: all 0.2s 0s ease-in-out;}
.w_gnb .gnb > ul > li:hover > a > span {color:#000; font-weight:600;}
.w_gnb .gnb > ul > li.on > a > span {color:#000; font-weight:600;}
/*.w_gnb .gnb > ul > li:hover > a:after {display: block; content: ""; width: 8px; height:8px; border-left: 1px solid #000; border-top: 1px solid #000; position: absolute; left: 50%; top:100%; margin: -4px 0px 0px -4px; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); z-index:99}*/


.gnb06 {display: none !important;}
.gnb08 {display: none !important;}
.gnb09 {display: none !important;}


.gnb > ul > li.gnb08 {display: none !important;}
.gnb > ul > li.gnb09 {display: none !important;}


.w_gnb .sub_menu  {position:absolute; left:0%; width:100%; box-sizing:border-box; overflow:hidden; top:100%; display:none; padding:0px 0px 0px 330px; box-sizing: border-box;}
.w_gnb .sub_menu > li {float: left; box-sizing: border-box; width: 33.333%; box-sizing: border-box; padding:20px 0px 10px 45px; }
.w_gnb .sub_menu > li > a {display:block; font-size:20px; background: #00a99d; text-align:center; font-weight:400; color:#fff; padding:3px 0px; line-height:55px; height: 55px;}
.w_gnb .sub_menu > li > a:hover {color:#fff;}
.w_gnb .sub_menu .three_depth {padding: 10px 10px 10px 30px; box-sizing: border-box; display:none;}
.w_gnb .sub_menu .three_depth > li {margin-top: 3px;}
.w_gnb .sub_menu .three_depth > li > a {display: block; padding-left: 10px; position: relative; font-size:16px; color: #333333; line-height: 140%; font-weight: 300; text-align: left;}
.w_gnb .sub_menu .three_depth > li > a:before {display: block; content: ""; width:3px; height:3px; background: #666; border-radius:100%; position: absolute; left: 0px; top: 10px;}







.gnb08 {display: none !important;}
.gnb09 {display: none !important;}
.w_gnb .m_gnb_on {position:absolute; right:0px; top:-1px; padding:21px; background: #2d3749}

#gnb_bar {position:absolute; display:none; left:0%; top:100%; width:100%; background:#fff; z-index: 8; border-top:1px solid #e5e5e5 }
#gnb_bar:before {display: block; content: ""; width:50%; height: 100%; background: #fafafa; position: absolute; left: 0px; top: 0px; z-index: 8;}
.gnb_bar_in {max-width:1300px; margin: 0 auto; box-sizing: border-box; padding-left:330px; background: #fff;  z-index: 9; position: relative;}
.gnb_bar_in:before {display: block; content: ""; width:330px; height: 100%; background: #fafafa; position: absolute; left: 0px; top: 0px; z-index: 8;}
.gnb_bar_in > span {font-size: 36px; color: #343434; line-height: 140%; position: absolute; left: 30px; top: 45px; z-index: 9; font-weight: 600; cursor: default}
.gnb_bar_in .txt_s {font-size: 16px; color: #343434; line-height: 140%; position: absolute; left: 30px; top:105px; z-index: 9; font-weight:300}
.gnb_bar_in .sub_menu {display: block !important; }

/*
.gnb_bar_in.bar_in0:after {display: block; content: ""; width:330px; height: 297px; background: url(../img/common/gnb_icon01.png) no-repeat left top; position: absolute; left: 0px; top:180px; z-index: 9}
.gnb_bar_in.bar_in1:after {display: block; content: ""; width:330px; height: 297px; background: url(../img/common/gnb_icon02.png) no-repeat left top; position: absolute; left: 0px; top:180px; z-index: 9}
.gnb_bar_in.bar_in2:after {display: block; content: ""; width:330px; height: 297px; background: url(../img/common/gnb_icon03.png) no-repeat left top; position: absolute; left: 0px; top:180px; z-index: 9}
.gnb_bar_in.bar_in3:after {display: block; content: ""; width:330px; height: 297px; background: url(../img/common/gnb_icon04.png) no-repeat left top; position: absolute; left: 0px; top:180px; z-index: 9}
*/

.slide_menu_wrap {width:80%; max-width: 500px; box-sizing: border-box; height: 100%;  z-index: 99999; position: fixed; right:-90%; top: 0px; bottom:0px; display:none}
.slide_menu_inner {padding:63px 15px 0px 15px; height: 100%; box-sizing: border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; background: #343434; }
.slide_menu_inner .tab_btns_wrap {background: none; height: auto; }
.slide_menu_inner .top_btns {overflow: hidden; padding-bottom: 20px; margin: -5px;}
.slide_menu_inner .top_btns > li {float: left; width:25%; margin: 0px !important; box-sizing: border-box; padding: 5px;}
.slide_menu_inner .top_btns > li a {display: block; text-align: center;}
.slide_menu_inner .top_btns > li.bt {width: 100%;}
.slide_menu_inner .top_btns > li.bt > a {display: block; text-align: center; font-weight: 100; padding:5px !important; border: 1px solid #fff; color: #fff !important;  font-size: 15px; text-align: center}

.slide_menu_inner .top_btns > li > a .ico {display: none;}
.slide_menu_wrap .m_gnb_on {display:none !important}

.all_close {position: absolute; right:20px; top: 20px; z-index: 99998}
.all_close button {background: none; border: none; outline: none; /*width: 26px; height: 26px;*/ padding: 0px; margin: 0px; }
.all_close .menu_btn {height: 20px !important; width: 30px !important;}
.all_close .menu_btn .line-top, .all_close .menu_btn .line-middle, .all_close .menu_btn .line-bottom {background:#fff !important}
.slide_menu_wrap .gnb > ul {overflow: hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom: 1px solid #474747; transform: translateX(30%); -webkit-transform: translateX(30%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out; border-bottom: 1px solid #474747;}
.slide_menu_wrap .gnb > ul > li > a {display: block; line-height:33px; font-size:18px; color: #fff; padding: 10px 10px 10px 25px; background: url(../img/common/g_plus.png) no-repeat right center; font-weight: 500; } 
.slide_menu_wrap .gnb > ul > li > a.on {background: url(../img/common/g_minus.png) no-repeat right center; } 
.slide_menu_wrap .gnb .sub_menu {background:#333333; border-top:1px solid #474747; display: none; padding: 10px 0px; }
.slide_menu_wrap .gnb .sub_menu > li > a {position: relative; display: block; line-height:23px; padding:5px 10px 5px 35px; font-size:15px; color:#d6d6d6; } 
.slide_menu_wrap .gnb .sub_menu > li > a:before {display: block; content: ""; width: 3px; height: 3px; background: #fff; opacity: 0.7; position: absolute; left:25px; top: 50%; margin-top: -2px;} 
.slide_menu_wrap .gnb .sub_menu02{background:#4e4e4e; border-top:1px solid #777777; border-bottom:1px solid #777777; padding:10px 0px; }
.slide_menu_wrap .gnb .sub_menu02 > li > a {display: block; line-height:23px; padding:5px 10px 5px 35px; font-size:13px; color: #d6d6d6;} 
.slide_menu_wrap.on .gnb > ul > li {transform: translateX(0%); -webkit-transform: translateX(0%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out;}
.slide_menu_wrap .gnb .sub_menu > li .three_depth {background: #000; display: none;}
.slide_menu_wrap .gnb .sub_menu > li .three_depth li > a {position: relative; display: block; line-height:23px; padding:5px 10px 5px 35px; font-size:13px; color: #d6d6d6;} 
.slide_menu_wrap .tab_btns_wrap{display:none;}
.slide_menu_inner .top_menu .top_btns.right {float: none; padding: 0px; margin: 0px; border-top: 1px solid #5ac485;}
.slide_menu_inner .top_menu .top_btns.right > li {width: 50%;}
.slide_menu_inner .top_menu .top_btns.left {float: none; padding: 0px; margin: 0px; border-top: 1px solid #5ac485;}
.slide_menu_inner .top_menu .top_btns.left > li {width: 50%;}
.slide_menu_inner .top_menu .top_btns.left > li  > a{line-height:140%; max-width:auto;}
.slide_menu_inner .top_menu .top_btns.left > li:nth-child(3){border-left: 1px solid #5ac485;}
/*.slide_menu_inner .top_menu .top_btns.left > li:nth-child(2) {width:40%}*/
/* visual */
.main_visual {width: 100%; max-width: 1700px; margin: 0 auto; overflow: hidden; position: relative; background: url(../img/main/visual_bg.jpg) no-repeat center top; background-size:cover; padding-bottom: 20px;}
.main_visual .visual_box_wrap {max-width: 1360px; margin: 0 auto;}
.main_visual .visual_box {float: left; box-sizing: border-box; padding: 15px; padding-bottom:85px; width:680px; position: relative;}
.main_visual .visual_box .m_tit {color: #fff; padding-bottom: 10px; font-weight: 400;}

.img_visual {background: #fff; height:425px;}
.img_visual .notice_board > li img {max-height: 425px;}
.txt_visual {background: #fff; height:425px; box-sizing: border-box; padding:10px 30px;}
.txt_visual .bx-wrapper {height:415px;}



.main_visual .txt_visual .bx-wrapper .bx-controls-auto {left:30px}


.notice_board2 > li {border-bottom: 1px solid #e5e5e5;}
.notice_board2 .box {padding:18px 0px;}
.notice_board2 .box > a {display: block; overflow: hidden; text-align: right; padding-left:110px; position: relative; min-height:63px;}
.notice_board2 .box > a .type {display: block; width: 93px; height: 61px; background:#e8e8ff; border: 1px solid #00469f; font-size: 16px; color: #00469f; font-weight:300; text-align: center; line-height: 60px; position: absolute; left: 0px; top: 0px;}
.notice_board2 .box > a .txt_t {display: block; font-size:1.1em; color: #333; line-height: 140%; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; margin-bottom: 10px; text-align: left;}
.notice_board2 .box > a .date {font-size:1em; color: #333333; line-height: 140%; font-weight:100; padding-left: 20px; background: url(../img/common/ico_time.png) no-repeat left 4px; line-height:20px; display: inline-block; vertical-align: top; float: left;}
.notice_board2 .box > a .team {font-size:1em; color: #333333; line-height: 140%; font-weight:100; display: inline-block; vertical-align: top;}





.main_visual .v_frame {max-width: 1300px; margin: 0 auto; position: relative;}
.main_visual .v_frame img {max-width: 100%; }
.main_visual .v_frame .m_visual {display: none;}
.main_visual .v_bt {position: absolute; bottom:0%; z-index:99;}
.main_visual .v_bt > a {display: block; color: #fff; line-height: 14px; font-size: 18px;}
.main_visual .v_bt > a img {vertical-align: top; margin: 2px;}
.main_visual #proprev1 {right:0%; margin: 0px 90px 37px 0px;}
.main_visual #pronext1 {right: 0%;margin: 0px 30px 37px 0px;}
.main_visual #visual_counter {position: absolute; left:15px; bottom:25px; letter-spacing: 2px; z-index:98; line-height: 140%; color: #fff; font-size:26px; font-weight:100}
.main_visual #visual_counter > span {font-weight: 600; font-size: 1.05em;}


.main_visual .v_txt {text-align: center; position: absolute; width: 100%; left:0%; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

.main_visual li.on .v_txt {opacity:1; transition: all 0.8s 0s ease-in-out; margin-top:-20px;}

.main_visual .bx-controls {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom:0%; width: 100%; max-width: 1300px; box-sizing: border-box; z-index: 99; text-align: right; margin-bottom:-60px;}
.main_visual .bx-wrapper .bx-pager {position: relative; width: auto !important; left: auto; bottom: auto; display: inline-block; vertical-align: top; padding:7px 10px 0px 0px; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {position: relative; bottom: auto; display: inline-block; right: auto; width: 24px; height:18px; text-align: center; padding-top:10px;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto > div > a {text-indent:1000000%;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {vertical-align: top;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {width:14px; height:14px; margin:0 4px; background:#fff; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; box-sizing:border-box; position:relative; opacity:1;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity:1; background: #a8d049;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {opacity: 1;  background: #a8d049;}
.main_visual .bx-wrapper .bx-controls-auto {width: 115px; background: #fff; border-radius:60px; position: relative; left:auto; top: auto; right: auto; bottom: auto; display: inline-block; padding:17px 0px; line-height: 16px;}
.main_visual .bx-wrapper .bx-controls-auto .active {display: none;}


.main_visual #proprev2 {right:0%; margin: 0px 90px 37px 0px;}
.main_visual #pronext2 {right: 0%;margin: 0px 30px 37px 0px;}


#section1 {padding: 0px;}

/* section */
.section {padding:60px 0px; font-size: 16px; line-height: 150%;}

#section2 {background: #f3f4f8; max-width: 1700px; margin: 0 auto; padding: 45px 0px; position: relative;}
#section2:before {display: block; content: ""; width:500px; height: 390px; background: #f9fbfa; position: absolute; left: 0px; top: 0px;}
.main_notice_wrap {padding-left: 280px; position: relative; min-height: 315px; }
.main_notice_wrap .tit_box {position: absolute; left: 0px; top:20px; width:140px; padding-right: 100px; font-weight: 100; height:285px;}
.main_notice_wrap .tit_box:Before {display: block; content: ""; width:150px; height: 1px; background: #004998; position: absolute; right: 100%; top: 50%; margin: 40px -50px 0px 0px;}
.main_notice_wrap .tit_box .more {right: auto; left: 0px; top:auto; bottom: 0px;}
.main_notice_wrap .tit_box .m_tit {padding-top: 0px;}
.main_notice_wrap .tit_box .n_tab {position: absolute; right:-10px; top:20px;}
.main_notice_wrap .tit_box .n_tab > li {margin-bottom:8px; box-shadow: 1px 2px 5px #eee;}
.main_notice_wrap .tit_box .n_tab > li > a {display: block; background: #fff; text-align: center; color: #969696; font-size: 15px; line-height:45px; width: 90px; font-weight: 500; }
.main_notice_wrap .tit_box .n_tab > li.on > a {background: #004998; color: #fff;}

.notice_list {overflow: hidden; margin:-16px;}
.notice_list > li {float: left; width: 20%; box-sizing: border-box; padding:16px 10px;}
.notice_list > li .box {display: block; height: 300px; box-sizing: border-box; border-radius:6px;  background: #fff; padding: 25px; position: relative; color: #333}
.notice_list > li .box:after {display: block; content: "+"; position: absolute; right: 20px; top: 20px; color: #cbcbcb; font-size: 20px; font-weight: 600;}
.notice_list > li .box .type {min-width: 60px; display: inline-block; vertical-align: top; border: 1px solid #004998; line-height: 28px; text-align: center; padding: 0px 10px; box-sizing: border-box; font-size:1em; color: #004998;}
.notice_list > li .box .txt_t {display: block; padding-top: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: #000; font-size:19px; line-height:28px; height:86px; font-weight: 300; margin-bottom:60px;}
.notice_list > li .box .file {display: block; height: 25px; background: url(../img/main/ico_file.png) no-repeat right top;}
.notice_list > li .box .date {display: block; border-top:1px solid #e5e5e5; margin-top: 10px; padding-top: 10px; color: #999999; font-weight: 500; }
.notice_list > li .box:hover {background: #242736;}
.notice_list > li .box:hover .type {border:1px solid #fff; color: #fff;}
.notice_list > li .box:hover .txt_t {color: #fff;}
.notice_list > li .box:hover .file {background: url(../img/main/ico_file2.png) no-repeat right top;}
.notice_list > li .box:hover .date {color: #cccccc; border-color:#787a81 }


#section3 {padding: 0px;}
.main_quick_wrap {max-width:1700px; margin: 0 auto; background: url(../img/main/section3_bg.jpg) no-repeat left top; background-size:cover; padding: 50px 0px;}
.main_quick {overflow: hidden; padding: 15px 0px; max-width: 1120px; margin: 0 auto;}
.main_quick > li {float: left; width:16.6666%; box-sizing: border-box; padding: 0px 5px;}

.main_quick > li > a {display: block; text-align: center; font-weight:300; color: #ffffff; font-size: 1.1em;}
.main_quick > li > a .ico {display:block; padding-bottom: 10px;}

#section3 .m_tit_s {color:#ffffff;}
#section3 .m_tit {color:#ffffff;}



.banner_wrap {overflow: hidden; margin: -15px;}
.banner_wrap .main_banner {float: left; width: 33.3333%; position: relative; box-sizing: border-box; padding:15px;}
.banner_wrap .main_banner div {box-sizing: border-box;}
.banner_wrap .main_banner div h3 {color: #333333; line-height: 140%; font-weight:600; font-size: 20px; padding-bottom: 10px;}

.content_db {background:#f4f4f4; min-height:350px; box-sizing: border-box; position: relative; padding:25px 30px 10px 30px;}
.content_db > h3 {padding-bottom:15px !important;}
.content_db .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity:1; background: #a8d049;}
.content_db .bx-wrapper .bx-pager.bx-default-pager a.active {opacity: 1;  background: #a8d049;}
.content_db .bx-wrapper .bx-controls-auto {width:85px; position: absolute; left:auto; top:-55px; right:0; bottom: auto; display: inline-block; padding:17px 0px; line-height: 16px;}
.content_db .bx-wrapper .bx-controls-auto .active {display: none;}
.content_db .v_bt {position: absolute; top:0%; z-index:99;}
.content_db .v_bt > a {display: block; color: #fff; line-height: 14px; font-size: 18px;}
.content_db .v_bt > a img {vertical-align: top; margin: 2px;}
.content_db #proprev3 {right:0%; margin:26px 90px 0px 0px;}
.content_db #pronext3 {right: 0%;margin:26px 30px 0px 0px;}

.db_slide .box {}
.db_slide .box > a {display: block; overflow: hidden; padding-left:140px; position: relative; min-height:125px;}
.db_slide .box > a .pic {display: block; width:125px; height: 125px; border: 1px solid #ccc; box-sizing: border-box; background: #fff; position: absolute; left: 0px; top: 0px;}
.db_slide .box > a .pic img {width: 100% !important; height: 100% !important;}
.db_slide .box > a .txt_t {display: block; font-size:1.1em; color: #333; line-height: 140%; font-weight:300; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; margin-bottom: 10px; padding-top: 10px;}
.db_slide .box > a .txt_s {display: block; font-size:1.1em; color: #666666; line-height: 140%; font-weight:300; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; margin-bottom: 10px; padding-top:0px;}
.db_slide .box > a .team {display: block; font-size:1em; color: #666666; line-height: 140%; font-weight:300;}


.main_board {border: 1px solid #ccc; min-height: 350px; box-sizing: border-box; position: relative; padding:25px 30px 10px 30px;}
.main_board > h3 {position: absolute; left: 30px; top:25px;}
.main_board > #b_tab2 {left:140px;}
.main_board > h3 a {color:#999999;}
.main_board > h3 a.on {color:#333;}
.main_board .board_tab {padding-top: 30px;}
.main_board .board_tab > ul > li {margin-top:20px;}
.main_board .board_tab > ul > li > a {display: block; font-weight: 100; position: relative; padding-left:85px; min-height:70px; box-sizing: border-box; padding-top: 10px;}
.main_board .board_tab > ul > li > a .date {width: 70px; height: 70px; box-sizing: border-box; border: 1px solid #00997a; text-align: center; font-size: 14px; font-weight: 100%; line-height: 140%; position: absolute; left: 0px; top: 0px; display: block; color: #00997a; padding-top: 10px;}
.main_board .board_tab > ul > li > a .date > strong {display: block; font-size:1.7em; line-height: 140%; font-weight: 600;}
.main_board .board_tab > ul > li > a .txt {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #333333; font-size:17px; line-height:26px; height:52px; font-weight:300;}
.main_board .board_tab .more {right: 25px; top:25px;}
.main_board .board_tab .more a {width: 24px; height: 24px;}


.main_banner .banner {font-weight: 300; color: #666666; background: #f8f8ff; min-height:160px; font-size:1.05em; box-sizing: border-box; padding:25px 30px 20px 30px;}
.main_banner .banner a { color: #666666; display: block; position: relative; padding-bottom: 30px;}
.main_banner .banner a:after {display: block; content:"→" ; font-weight: 600; color: #333; position: absolute; left:0px; bottom: 0px;}
.main_banner .ban02 {margin-top: 30px; background-color:#fff; border:1px solid #ccc;}
.main_banner .ban02 p > a.ban02_link{width:150px;background-color: #004998; color:#fff; padding: 8px 20px; margin-top:16px; border-radius:30px;}
.main_banner .ban02 p > a.ban02_link:after {display: block;  font-weight: 600; color: #fff; position: absolute; left:auto; right:13px; top: 6px;}
.main_banner .ban01 {background: url(../img/main/ban01.png) no-repeat right bottom #f8f8ff}
.main_banner .ban_form {margin-top: 10px; background: #fff; overflow: hidden; border: 1px solid #dedee0; border-radius:60px; position: relative; padding-right: 80px}
.main_banner .ban_form .input {border: none; border: none; width: 100%; text-indent: 10px; outline: none; line-height:40px; height: 40px; }
.main_banner .ban_form .btn {display: block; width: 80px; border-radius:60px; background:#333333; color: #fff; font-size: 18px; font-weight:500; text-align: center; position: absolute; right: 0px; top: 0px; height: 100%;}

#section5  {padding-top: 0px; padding-bottom: 10px;}
#section5 .bg_area {background: url(../img/main/section5_bg.jpg) no-repeat center top; background-size: cover; min-height: 340px; box-sizing: border-box; color: #fff; text-align: center;}
#section5 .bg_area .first {font-size: 1.3em; font-weight: 300; line-height: 150%; color: #fff; margin-top:50px; display: inline-block; position: relative; padding: 0px 50px;}
#section5 .bg_area .first:before {display: block; content: ""; position: absolute; left: 0px; top: 0px; width: 36px; height: 28px; background: url(../img/main/p1.png) no-repeat left top;}
#section5 .bg_area .first:after {display: block; content: ""; position: absolute; right: 0px; bottom: 0px; width: 36px; height: 28px; background: url(../img/main/p1.png) no-repeat left top; transform: rotate(180deg); -webkit-transform: rotate(180deg)}
#section5 .bg_area .first .m_tit {font-size:2.0em; line-height: 140%; color: #fff; padding:0px 0px 0px 0px; margin-top:20px;}
#section5 .s_ban {overflow: hidden; margin: -4px; padding-top: 50px;}
#section5 .s_ban > li {float: left; width:14.28%; box-sizing: border-box; padding: 4px;}
#section5 .s_ban > li .box {border: 1px solid #ccc;}

.ico_banner {overflow: hidden; padding-top: 30px;}
/* .ico_banner > li {float: left; width:16.6666%; box-sizing: border-box; padding: 3px;} */
.ico_banner > li {float: left; width:20%; box-sizing: border-box; padding: 3px;}        /* 2022.09.14 by 박명현 , 이사장 인사말 링크빠짐으로써 width 20%로 변경 */
.ico_banner > li > a {display: block; color: #fff; font-size: 1.1em; line-height: 140%; font-weight: 300;}
.ico_banner > li > a .ico {display: block; padding-bottom: 5px;}


.main_db p > a.ban02_link{width:150px;background-color: #00a99d; color:#fff; padding: 8px 20px; margin-top:16px; border-radius:30px;}
.main_db p > a.ban02_link:after {display: block;  font-weight: 600; color: #fff; position: absolute; left:auto; right:13px; top: 6px;}






.more {position: absolute; right:0px; top:5px;}
.more a {display: block; font-size:16px; font-weight: 300; color: #000; padding-right:30px; line-height:24px; background: url(../img/main/more.png) no-repeat 99% center;}

.m_titW {padding-top: 30px;}
.mb_tit {text-align: center; font-size:26px; color: #000; padding:50px 0px 25px 0px; line-height:150%; position: relative; font-weight: 700; border-bottom: 1px solid #e5e5e5}
.mb_tit:after {display: block; content: ""; width:64px; height: 7px; position: absolute; left: 50%; bottom: 0px; margin-left: -32px; background: #313747}
.m_tit {padding:50px 0px 25px 0px; color:#333; font-size:26px; line-height:150%; font-weight: 700;}
.m_tit_txt {margin:-20px 0px 30px 0px; color:#333333; font-size:20px; text-align:center; line-height:150%; display:block; font-weight: 100;}
.m_tit_s {color: #f2a72a; font-weight: 500; line-height: 140%;}



.line_tit {text-align: center; margin-top:40px; font-size: 2em; color: #000; border-bottom: 1px solid #e5e5e5; line-height: 140%;}
.line_tit:after {display: block; content: ""; width:64px; height: 7px; margin: 0 auto; margin-top: 10px; background: #313747}






/* quick */
.down .quick_wrap {position: fixed; top:87px;}

.quick_wrap {position: absolute; width: 89px; right: 10px; top:190px; z-index: 999}
.quick_wrap > ul > li {margin-bottom: 2px; border: 3px solid #fff; width: 100%; box-sizing: border-box; display: table;}
.quick_wrap > ul > li > a {display: table-cell; width: 100%; vertical-align: middle; position: relative; text-align: center; font-size: 13px; line-height: 140%; font-weight: 100; background: #012b7d; color: #fff; height:120px;}
.quick_wrap > ul > li > a .ico {display: block;}
.quick_wrap > ul > li > a:before {display: block; content: ""; width:18px; height: 1px; background: #fff; position: absolute; left: -1px; top:6px; transform: rotate(40deg); -webkit-transform: rotate(40deg);}
.quick_wrap > ul > li > a:after {display: block; content: ""; width: 18px; height: 1px; background: #fff; position: absolute; right: -1px; bottom:6px; transform: rotate(40deg); -webkit-transform: rotate(40deg);}

.quick_wrap .top {border: 3px solid #fff;}
.quick_wrap .top a {display: block; position: relative; text-align: center; font-size: 13px; line-height: 140%; font-weight: 100; background:url(../img/common/arrow3.gif) no-repeat center 10px #333333; color: #fff; padding:20px 0px 5px 0px;}

/* footer */
#footerW {clear:both; background:#313747; padding:0px 0px 40px 0px; box-sizing: border-box; margin:0 auto; position:relative;  margin-top:100px;}
#footerW.z_over {z-index:101; position:relative;}

#footer_navi {overflow:hidden; max-width:1300px; margin:0 auto; border-bottom: 1px solid #6f737c}
#footer_navi > ul {font-size: 0px; text-align: left; box-sizing: border-box;padding:30px 0px;}
#footer_navi > ul li {display: inline-block; position: relative; vertical-align: top; padding-left:16px; margin-left:15px;}
#footer_navi > ul li:first-child {padding-left:0px; margin-left: 0px;}
#footer_navi > ul li:after {display: block; content: ""; width: 1px; height: 14px; background: #6f737f; position: absolute; left: 0px; top: 50%; margin-top: -7px;}
#footer_navi > ul li:first-child:after {display: none;}
#footer_navi > ul li a {display:block; font-size:17px; color:#fff; font-weight:100; line-height:25px; }



#footer {max-width:1300px; margin: 0 auto; position: relative;}

#footer .addressW {padding:25px 300px 25px 0px; position: relative; font-size:17px; color:#fff; line-height:24px; font-weight:100; background: url(../img/common/f_logo.gif) no-repeat right 30px;}
#footer .addressW .copy {padding-top: 20px; opacity: 0.7; font-size: 0.95em; line-height: 140%;}
#footer .addressW a {color: #fff}
#footer .addressW address {margin-left: -10px; line-height: 150%;}
#footer .addressW address span {display: inline-block; vertical-align: middle; padding:2px 12px;}
#footer .addressW address .line {width: 1px; height:16px; background: #6f737f; padding: 0px;}
#footer .go_top {position: absolute; right:10px; top:-75px; z-index: 99}
#footer .go_top > a {display: block; color: #fff; text-align: center; background:#252b2b; padding:15px;}
#footer .go_top > a > span {display: block; font-weight: 100; font-size:14px; color: #fff}
#footer .go_sns {position: absolute; right:90px; top: -75px; z-index: 00;}
#footer .bt_member {position: absolute; right: 0px; top: 30px;}
#footer .bt_member > a {display: block; border: 2px solid #fff; border-radius: 60px; width:170px; text-align: center; font-size:20px; font-weight: 100; line-height:55px; text-indent:-15px;  color: #fff; background: url(../img/common/ico_pop.png) no-repeat 85% center; }






#content {width:100%; max-width:1300px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}




.sub_visual {width: 100%; box-sizing: border-box; overflow: hidden; position: relative; display: table; background-size:cover !important}
.sub_visual .sub_txt {text-align: center; display: table-cell; height:300px; vertical-align: middle; color: #fff;} 
.sub_visual .sub_txt > h2 {padding-bottom:20px; max-width: 1300px; margin: 0 auto;} 
.sub_visual .sub_txt .txt1 {font-size:32px; line-height: 140%; font-weight: 100; padding-bottom: 5px;}
.sub_visual .sub_txt .date {font-size:32px; line-height:37px; font-weight:400; padding-bottom: 5px;}
.sub_visual .sub_txt .place {font-size:26px; line-height: 140%; font-weight:600; padding-bottom: 50px;}
.sub_visual .sub_txt .date .day {display: inline-block; vertical-align: top; width:37px; height: 37px; border-radius:100%; background: #0096f1; font-size:23px; font-weight:500; line-height:37px; text-align: center;}
.sub_visual .sub_txt .date .line {display: inline-block; vertical-align: middle; width:1px; height:20px; background: #b7b4b6; margin: 0px 20px;}




.sub_wrap .bt_quick {display: none}

#sub_tit {font-size:36px; color: #fff; font-weight:800; line-height:140%;}
#sub_tit .txt_s {font-size:36px; display: inline-block;}


#m_lnb {display:none;}

#lnb_wrap {position:relative; border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; margin-top: -1px; z-index:10; min-height:37px; box-sizing:border-box; }


#lnb_wrap .lnb {max-width: 1300px; margin: 0 auto;}

#lnb_wrap .ico_home a {display:block; width:49px; height:41px; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.gif) no-repeat center center #f1592a;}
.lnbs2 ul {overflow: hidden; font-size:0px; text-align:center;}
.lnbs2 ul li {color:#fff; display: inline-block; vertical-align:top; min-width:20%; box-sizing: border-box; position: relative;}
.lnbs2 ul li > a {display:block; height:60px; line-height:60px; border: 1px solid #e2e2e2; text-align: center; vertical-align: middle; color: #999999; font-size:18px; font-weight:600; background: #fff; padding: 0px 20px; border-left:none; }
.lnbs2 ul li:first-child > a {border-left:1px solid #ccc; }

/*.lnbs2 ul li.on a {background: #55b664; border-color:#55b664 !important;  color: #fff; overflow: hidden;}*/

.lnbs3 ul {overflow: hidden; font-size:0px; text-align:center;}
.lnbs3 ul li {color:#fff; display: inline-block; vertical-align:top; min-width:20%; box-sizing: border-box; position: relative;}
.lnbs3 ul li > a {display:block; height:60px; line-height:60px; border: 1px solid #cccccc; text-align: center; vertical-align: middle; color: #999999; font-size:18px; font-weight:600; background: #fff; padding: 0px 20px; border-left:none; }
.lnbs3 ul li:first-child > a {border-left:1px solid #ccc; }

.lnbs3 ul li.on a {background: #55b664; border-color:#55b664 !important;  color: #fff; overflow: hidden;}






 #lnb_wrap {position:relative; min-height: 10px; border-bottom:1px solid #e2e2e2; background:#fff; box-shadow: none;}
#lnb_wrap .lnbs1 {display: block;}

#lnb_wrap .lnb {max-width:calc(1369px - 69px); max-width:-webkit-calc(1369px - 69px); margin:0 auto; box-sizing: border-box; padding-left:69px; position:relative; z-index:9;}
#lnb_wrap .lnb:after { clear:both; content:""; display:block;}
#lnb_wrap .lnb .lnbs { float:left; width:33.33333%; box-sizing: border-box; border-right:1px solid #e2e2e2; position:relative;}
#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:-1px; top:calc(100% + 1px); top:-webkit-calc(100% + 1px); width:100%; border-left:1px solid #e2e2e2;  border-right:1px solid #e2e2e2; display:none; background: #fff;}
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

#lnb_wrap .ico_home {position: absolute; left: 0px; top: 0px; display: block;}
#lnb_wrap .ico_home a {display:block; width:69px; height:69px; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.png) no-repeat center center #f9cd07 ;}
.lnb ul li {color:#666666; display: block; padding: 0px; margin-top: 0px;}
.lnb .three_depth {padding: 10px;}
.lnb ul li a {color:#000; font-size:13px; display:block; line-height:20px; min-height:20px; height: auto; padding:10px 0px 10px 25px; border-bottom:1px solid #e2e2e2; box-sizing:border-box; text-align: left; border-top:none; font-weight:300;}
.lnb .three_depth {border: none;}
.lnb ul li .three_depth a {padding:6px 15px; border: none; font-size: 13px;}
.lnbs2 > ul > li > a {border: none !important; border-bottom: 1px solid #e2e2e2 !important;}
.lnbs3 > ul > li > a {border: none !important; border-bottom: 1px solid #e2e2e2 !important;}
.lnbs4 > ul > li > a {border: none !important; border-bottom: 1px solid #e2e2e2 !important;}
.lnbs2 ul li.on a {border-radius:0px; }

.drop.on .four_depth {display: block;}
.four_depth {background: #ececec; border-bottom: 1px solid #e2e2e2 ; display: none;}
.lnb .four_depth li a {color:#333 !important; font-size:12px; line-height:18px; min-height:18px; height:auto; padding: 10px 0px 10px 30px; background:#f4f4f4 !important; border: none !important; position: relative;}
.lnb .four_depth li a:before {display: block; content: ""; width:5px; height:1px; background: #333; position: absolute; left:20px; top: 50%;}
.lnb .four_depth li.on a {color:#55b664  !important;}
.lnb .four_depth li.on a:before {background: #55b664;}
.lnbs3 ul li.drop > a {position: relative;}
.drop > a:before {display: block; content: ""; width: 11px; height:1px; background: #999; position: absolute; right:0%; top: 50%; margin:0px 10px 0px 0px;}
.drop > a:after {display: block; content: ""; width:1px; height:11px; background: #999; position: absolute; right:0%; top: 50%; margin:-5px 15px 0px 0px;}
.drop.on > a:before {background: #fff;}
.drop.on > a:after {background: #fff;}

.drop > a.on:after {display:none;}


#lnb_tit {font-size:16px; display: block; box-sizing:border-box; padding-left:25px; color:#333; line-height:69px; height:69px; background:url(../img/common/lnb_arrow.gif) no-repeat right center; cursor:pointer; padding-right: 20px; font-weight:300;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
#lnb_tit2 {display: block; font-size:16px; box-sizing:border-box; padding-left:25px; color:#333; line-height:69px; height:69px; background:url(../img/common/lnb_arrow.gif) no-repeat right center; cursor:pointer; padding-right: 20px; font-weight:300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
#lnb_tit3 {display: block; font-size:16px; box-sizing:border-box; padding-left:25px; padding-right: 20px; color:#333; line-height:69px; height:69px; background:url(../img/common/lnb_arrow.png) no-repeat right center; cursor:pointer; font-weight:300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
#lnb_tit.on {background:url(../img/common/lnb_arrow_on.gif) no-repeat right center;}
#lnb_tit2.on {background:url(../img/common/lnb_arrow_on.gif) no-repeat right center;}
#lnb_tit3.on {background:url(../img/common/lnb_arrow_on.gif) no-repeat right center;}

#lnb_menu .three_depth {display: none;}





.title_bar {max-width: 1300px; margin:0px auto 40px auto; padding-top:50px; position: relative;}
.title_bar h2 {font-size:40px; text-align: center; font-weight:600; color:#333333; line-height:140%; transition: all 0.2s 0s ease-in-out;}

.title_bar .s_txt {color:#666666;  font-weight:300; word-break: keep-all; font-size: 1.1em; line-height: 140%; padding-top: 8px;}


.title_bar .page_go {position: absolute; bottom:10px;}
.title_bar .page_go > a {display: block; font-size: 16px; color: #333; line-height:41px; font-weight: 300;}
.title_bar .page_go .sub_menu {display: none;}
.title_bar .page_go .three_depth {display: none;}
.title_bar #next_page {right: 0px;}
.title_bar #prev_page {left: 0px;}
.title_bar #next_page > a {background: url(../img/common/next_p.png) no-repeat right center; padding-right:80px;}
.title_bar #prev_page > a {background: url(../img/common/prev_p.png) no-repeat left center; padding-left:80px;}

.big_tit {font-size:46px; color:#000000; line-height:100%; transition: all 0.2s 0s ease-in-out; font-weight:700; padding: 40px 0px 30px 0px;}



.sub_con { max-width:1300px; margin: 0 auto; font-size:17px; font-weight: 300; line-height: 160%; word-break: keep-all;}
.sub_con > .s_tit:first-child {margin-top: 0px;}
.sub_con img {max-width: 100%;}

.s_tit {font-size:26px; position: relative; color: #333333; line-height: 120%; padding:2px 0px 20px 0px; margin-top:60px; font-weight:700;}
/*.s_tit:before {display: block; content: ""; width:34px; height: 34px; border-radius:100%; background: #55b664; position: absolute; left: 0px; top: 0px;}
.s_tit:after {display: block; content: ""; width:34px; height: 34px; background:url(../img/common/bt_arrow2.png) no-repeat center center; position: absolute; left: 0px; top: 0px;}*/
.s_tit > span {display: inline-block; font-weight: 300; font-size:15px; color: #000; }
.s_tit_txt {font-size:22px; color: #525151; line-height: 140%; padding:0px 0px 20px 45px; margin-top: -8px;}

.s_tit.tc {text-align: center; background: none !important; padding-left: 0px;}
.ss_tit {font-size:20px; position: relative; color: #000; line-height: 140%; padding:0px 0px 0px 15px; margin-bottom:15px; margin-top:55px; font-weight: 700;}
.ss_tit:before {display: block; content: ""; width:5px; height:18px; background:#004998; position: absolute; left: 0px; top:5px;}
/*.ss_tit > span{font-weight: 300;}*/
.s_titW {max-width: 1300px; margin:0 auto; padding: 50px 0px 5px 0px;}
.ss_tit .small{font-size:0.85em; padding-left:8px; font-weight:400;}

.sss_tit {font-size:26px; color:#333333; font-weight: 600; padding:0px 0px 0px 0px; margin:40px 0px 10px 0px; line-height:140%; position: relative;}
.g_tit {font-size:1.9em; line-height: 150%; color: #41a851; padding:35px 0px 10px 0px; font-weight:600;}
.b_tit {font-size:2.2em; line-height: 150%; color: #000000; padding:35px 0px 10px 0px; font-weight:600;}
.b_tit_s {font-size:1.3em; line-height: 150%; padding:0px 0px 10px 0px;}
.bul_tit {font-size:17px; position: relative; padding-left: 10px; margin:30px 0px 5px 0px; font-weight:600; }
.bul_tit:before {display: block; content: ""; width:4px; height:4px; border-radius:100%; background:#004998; position: absolute; left: 0px; top:11px;}


.b_txt {font-size:20px; color: #333333; padding:40px 0px 15px 0px; line-height: 150%;}
.s_txt_r {text-align: right; margin-top: -35px; height: 20px; padding-bottom:15px;}
.s_txt_r2 {height: 40px; margin-top: -55px;}
.imgW img {max-width:100%;}
.txt_in {padding-left:15px;}

.div_line {border-top:1px solid #aab7cc; margin-top: 50px; padding: 50px 0px; display: block}

.box_txt {border: 1px solid #d0d0d0; text-align: center; background: #f4f6f7; font-size: 22px; line-height: 140%; color:#004497; padding:30px 0px;}
.first_txt {font-size:1.53em; line-height: 140%; color: #333333; padding-bottom: 35px;}
.first_txt .small {font-size: 0.82em; display: block; line-height:150%;}
.dis_table {display: table; width: 100%;}
.dis_cell {display:table-cell; vertical-align: middle; box-sizing: border-box;}


.line_bg {padding-bottom: 40px; background: url(../img/common/line.jpg) no-repeat center bottom;}

.ico_box {position: relative; padding:25px 10px 25px 95px; border: 1px solid #e5e5e5; font-size: 1.1em;}
.ico_box .ico {position: absolute; left: 20px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

.ico_box2  {position: relative; padding:25px 10px 25px 120px; border: 1px solid #cccccc; font-size:1em; margin-top: -1px;}
.ico_box2 .ico {position: absolute; left:30px; top:20px;}



.business_list {overflow: hidden; margin: 0px -5px;}
.business_list > li {float: left; box-sizing: border-box; padding: 5px 5px; width:20%;}
.business_list > li .box {text-align: center;}
.business_list > li .box .img {display: block;}
.business_list > li .box .txt {display:block; text-align: center; padding-top: 10px; min-height:90px; line-height: 140%; color:#242424;}
.business_list > li .box .txt.long {min-height:140px;}
.business_list > li .box .txt > strong {font-weight: 400;}
.business_list > li .box .pt10.pb20 > strong {font-weight: 400;}

.list6 > li {width:16.6666% !important}
.list4 > li {width:25% !important}
.list3 > li {width:33.3333% !important}
.list2 > li {width:50% !important}

.business_ico_list {overflow: hidden; margin: 0px -5px;}
.business_ico_list > li {float: left; box-sizing: border-box; padding: 5px 5px; width:50%; margin-top: 10px;}
.business_ico_list > li > dl {position: relative; padding: 5px 0px 5px 80px;}
.business_ico_list > li > dl > dt {font-weight: 500; padding-bottom: 5px}
.business_ico_list > li > dl .ico {position: absolute; left: 0px; top: 0px;}


.main_wrap .department_wrap {display: none;}

.department_wrap {max-width: 1300px; margin:0 auto; background:#f3f4f8; padding:15px 10px 20px 10px;}
.department_wrap > ul {font-size: 0px; margin-left: -10px;}
.department_wrap > ul > li {display: inline-block; margin-top: 5px; vertical-align: top; line-height: 21px; font-weight:300; margin-left: 30px; padding-left: 30px; font-size:15px;}
.department_wrap > ul > li:nth-child(1) {background: url(../img/common/ico_department.png) no-repeat left top;}
.department_wrap > ul > li:nth-child(2) {background: url(../img/common/ico_tel.png) no-repeat left top;}
.department_wrap > ul > li > strong {display: inline-block;}
.department_wrap > ul > li a {color: #333333}

.b_name_wrap .txt_t {font-size: 1.1em; padding-bottom: 5px; display:block;}
.b_name_wrap .info {overflow: hidden; margin-left:-30px}
.b_name_wrap .info > li {float: left; line-height: 28px; padding-left: 30px; margin-top: 5px; font-size: 15px;}
.b_name_wrap .info > li .txt_s {display: inline-block; min-width:77px; box-sizing: border-box; line-height:26px; border: 1px solid #b4b2b3; height: 28px; vertical-align: top; text-align: center; color: #005cb9; margin-right:5px;}

td .apply_bt {max-width: 230px; margin: 0 auto;}
.apply_bt {overflow: hidden; margin: -2px; font-size: 0.95em;}
.apply_bt > li {float: left; width: 50%; box-sizing: border-box; padding: 2px}
.apply_bt > li .bt {display: block; font-weight: 400; text-align: center; border-radius:30px; box-sizing: border-box; line-height:33px; height: 35px; color: #fff;}
.apply_bt > li .bt1 {background:#004998;}
.apply_bt > li .bt2 {background:#009475;}
.apply_bt > li .bt3 {background:#fff; color: #868686; border: 1px solid #cccccc; height: 35px;}

.copy_add {text-align: right; margin-bottom:15px;}
.copy_add > button {display: inline-block; border: 1px solid #e8e8e8; border-radius:30px; padding:5px 15px 5px 40px; line-height: 20px; font-size:16px; color: #666666; font-weight: 400; background:url(../img/common/ico_link2.png) no-repeat 15px center; outline: none;}
.copy_add #my-url {position: absolute;}

.essential {display:inline-block; position: relative; }

.essential.left:before {display: inline-block; vertical-align: middle; content: "*"; font-weight: 700; padding-right: 5px; font-size:26px; line-height:12px; color: #005cb9 ;}
.essential.right:after {display: inline-block; vertical-align: middle; content: "*"; font-weight: 700; padding-left: 5px; font-size:26px; line-height:12px; color: #005cb9 ;}

.table_two_wrap {overflow: hidden;}
.table_two_wrap > table {float: left; width: 50%; box-sizing: border-box; clear: none;}

.confirm_box .all_agree_txt {padding:15px; border: 1px solid #ccc;}
.agree_table {background: #f3f4f8; padding: 20px 20% 20px 60px; border: 1px solid #ccc; margin-top: -1px; position: relative; padding-right:18% }
.agree_table:before {display: block; content: ""; width:16%;  background: #fff; height: 100%; position: absolute; right: 0px; top:0px; height: 100%; border-left:1px solid #ccc; }
.agree_table > h4 {position: relative; padding-left: 45px; margin-left: -45px;}
.agree_table > h4:before {display: block; content: ""; width:32px; height: 1px; position: absolute; left: 0px; top: 50%; background: #004998;}
.agree_table .check_area {width:16%; text-align: center; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

.first-box {border: 1px solid #ccc; font-size: 1.1em; position: relative; padding:35px 20px 35px 40px; margin-bottom: 10px;}
.first-box:before {display: block; content: ""; width:90px; height: 72px; position: absolute; left: 0px; top: 0px; background: url(../img/common/bg_p.png) no-repeat left top;  }
.first-box:after {display: block; content: ""; position: absolute; right:-1px; bottom:-7px; width:120px; height: 7px; background:#004998;}

.ico_txt {position: relative; padding:7px 0px 10px 50px;}
.ico_txt:before {display: block; content: ""; border-radius:100%; width:42px; height: 42px; box-sizing: border-box; border: 1px solid #ccc; position: absolute; left: 0px; top: 0px;}
.ico_txt.ico_tel:before {background: url(../img/common/ico_tel2.gif) no-repeat center center;}
.ico_txt.ico_mail:before {background: url(../img/common/ico_mail.gif) no-repeat center center;}
.ico_txt.ico_fax:before {background: url(../img/common/ico_print.png) no-repeat center center;}
.ico_txt.ico_home:before {background: url(../img/common/ico_home.gif) no-repeat center center;}

.step_ico:after {display: block; content: ""; clear: both;}
.step_ico > li {float: left; width: 16.666%; box-sizing: border-box; text-align: center; padding: 10px 15px; position: relative;}
.step_ico > li:before {display: block; content: ""; width:26px; height: 26px; background: url(../img/business/arrow.png) no-repeat left top; position: absolute; left: 0px; top: 50%; margin: -13px 0px 0px -13px}
.step_ico > li:first-child:before {display: none;}

.cha_list_wrap {background: #fff; padding:25px 20px; margin-top: 10px;}
.cha_list_wrap > ul > li {margin-top: 20px; position: relative;position: relative; padding-left:78px; min-height:55px;}
.cha_list_wrap > ul > li:first-child {margin-top: 0px;}
.cha_list_wrap > ul > li .num {display: block; width:55px; height: 55px; color: #fff; text-align: center; line-height: 55px; font-size:17px; font-weight:400; border-radius:100%; position: absolute; left: 0px; top: 0px; background: #004998}
.cha_list_wrap > ul > li .txt_t {display: block;}

.process_wrap {overflow: hidden;}
.process_wrap > li {float: left; width:16.666%; box-sizing: border-box; padding: 10px;}
.process_wrap > li > dl {background: #fff; min-height:340px; padding:15px;}
.process_wrap > li > dl > dt {text-align: center; padding-bottom: 20px; font-weight: 300; color: #666666}
.process_wrap > li > dl > dt > strong {display: inline-block; min-width:124px; box-sizing: border-box; padding: 0px 10px; font-weight: 100; color: #fff; background: #004998; line-height:34px; border-radius:30px;  }

.facility_wrap {border: 1px solid #ccc; margin-bottom: 10px; padding: 20px;}
.facility_wrap .facility {position: relative; padding-left:333px; min-height:301px;}
.facility_wrap .facility .pic {position: absolute; left: 0px; top: 0px;}
.facility_wrap .facility .info > li {position: relative; margin-top: 10px; padding-left:116px;}
.facility_wrap .facility .info > li:first-child {margin-top: 0px;}
.facility_wrap .facility .info > li .txt_t {position: absolute; left: 0px; top: 0px; padding-left:22px;}
.facility_wrap .facility .info > li .txt_t.ico01 {background: url(../img/business/ico01.gif) no-repeat left center;}
.facility_wrap .facility .info > li .txt_t.ico02 {background: url(../img/business/ico02.gif) no-repeat left center;}
.facility_wrap .facility .info > li .txt_t.ico03 {background: url(../img/business/ico03.gif) no-repeat left center;}
.facility_wrap .facility .info > li .txt_t.ico04 {background: url(../img/business/ico04.gif) no-repeat left center;}
.facility_wrap .facility .info > li .txt_t.ico05 {background: url(../img/business/ico05.gif) no-repeat left center;}

.atab.business_tab > li {width:11.11111%;}
.atab.business_tab > li a{font-size:0.95em; font-weight: 300;}

.facility2 {position: relative; padding-left:220px; min-height: 180px;}
.facility2 .pic {position: absolute; left: 0px; top: 0px; width: 176px; height: 176px;}
.facility2 .info {overflow: hidden;}
.facility2 .info > li {float: left; margin-top: 10px; width: 50%;  position: relative; box-sizing: border-box; padding: 10px 20px 10px 147px;}
.facility2 .info > li .txt_t {position: absolute; left: 0px; top: 0px; padding-left:68px; padding-top: 10px; padding-bottom: 10px; }
.facility2 .info > li .txt_t .ico {display: block; position: absolute; left: 0px; top: 0px;}


.ico_customer {font-size: 0px; margin-left: -30px;}
.ico_customer > li {display: inline-block; margin-top: 5px; vertical-align: top; line-height: 21px; font-weight:300; margin-left: 30px; padding:10px 0px 10px 60px; min-height: 30px; font-size: 17px;}
.ico_customer > li.ico01 {background: url(../img/business/ico_mail.png) no-repeat left top;}
.ico_customer > li.ico02 {background: url(../img/business/ico_tel2.png) no-repeat left top;}
.ico_customer > li.ico03 {background: url(../img/business/ico_point.png) no-repeat left top;}
.ico_customer > li > strong {display: inline-block;}
.ico_customer > li a {color: #333333}


.map_wrap {height: 500px;}
.map_wrap > iframe {width: 100% !important; height: 100% !important;}

.map_wrap {width: 100%; height:475px; overflow: hidden; border-bottom: 1px solid #ccc; box-sizing: border-box;}
.map_wrap > div {width: 100% !important;}
.map_wrap .wrap_map {height:475px !important;}
.map_wrap iframe {width: 100% !important; height: 100% !important;}

.map_txt {font-size: 0px; position: relative; background: #f3f4f8; border: 1px solid #ccc; margin-top: 1px;}
.map_txt > li {position: relative; display: inline-block; vertical-align: top; padding: 5px 20px; box-sizing: border-box;}
.map_txt > li > p {position: relative; display: inline-block; vertical-align: top; padding:20px 20px 20px 50px; min-height: 60px; box-sizing: border-box; font-size:18px; color: #000; line-height: 140%;} 
.map_txt > li.one {width: 100%; background: none; padding-left: 0px; padding-right: 0px;}
.map_txt > li .ico {position: absolute; left:0px; top:11px;}
.map_txt > li .ico img {vertical-align: baseline;}
.map_txt > li a {color: #000}


.map_info {overflow: hidden; margin: 0px -10px;}
.map_info .cell {overflow: hidden; box-sizing: border-box;}
.map_info .cell dl {padding-left:65px; padding-right: 10px; box-sizing: border-box; margin-bottom:20px;}
.map_info .cell dl dt {font-size:1.05em; padding:5px 0px 5px 0px; line-height: 140%; font-weight:600; color: #333333;}
.map_info .cell dl .arrow {display: inline-block; vertical-align: top; padding-left: 40px; background: url(../img/introduce/arrow.png) no-repeat 5px 10px;}
.map_info .cell .ico01 {background: url(../img/introduce/ico_metro.png) no-repeat 10px top;}
.map_info .cell .ico02 {background: url(../img/introduce/ico_car.png) no-repeat 10px top;}
.map_info .cell .ico03 {background: url(../img/introduce/ico_bus.png) no-repeat 10px top;}




.work_list_wrap > ul {overflow: hidden; margin: -10px;}
.work_list_wrap > ul > li {float: left; width:12.5%; box-sizing: border-box; padding: 10px;}
.work_list_wrap > ul > li .pic {display: block; padding-bottom: 142.36%; position: relative; overflow: hidden;}
.work_list_wrap > ul > li .pic img {max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.work_list_wrap > ul > li .txt_t {display: block; padding-top: 10px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.work_list_wrap > ul > li .txtW {display: block; padding:15px 5px; background: #fff;}
.work_list_wrap > ul > li .txtW .txt_t {padding: 0px;}

.work_list_wrap > ul.five {margin: -20px;}
.work_list_wrap > ul.five > li {width: 20%; padding: 20px;}
.work_list_wrap > ul.five > li .pic {padding-bottom:54.54%;}

.introduce {position: relative; /*padding-right: 430px; padding-bottom: 60px;*/ padding:0px 20% 60px 20%; font-size: 1.1em; line-height: 150%;}
.introduce.intro_pd{padding:0px 430px 60px 0px;}
.introduce .pic {position: absolute; right: 0px; top:50px; text-align: right;}
.introduce .pic .sign {padding-top: 20px;}
.introduce .pic .sign img {vertical-align: middle;}
.introduce .first:before {display: block; content: ""; width:58px; height:45px; margin-bottom: 5px; background: url(../img/introduce/p.png) no-repeat left top;}
.introduce .first {font-size:1.7em; line-height: 140%; font-weight:400;}
.introduce .first:After {display: block; content: ""; width:63px; height: 5px; background: #004998; margin:25px 0px;}

.history_tit {padding-left:50%; margin-left: -25px; font-weight: 400; font-size: 1.7em; line-height: 140%; padding-bottom:30px;}
.history_box {position: relative; min-height:570px;  overflow: hidden; padding:30px 10px 30px 10px; font-size: 1.05em;}
.history_box:before {display: block; content: ""; width:46px; height:11px; position: absolute; left: 50%; margin-left: -23px; top: 0px; background: #cccccc; border-radius: 30px;}
.history_box > h4 {position: absolute; left: 50%; top:35px; background: #fff; width: 210px; line-height: 64px; border: 1px solid #003876; border-radius:40px; font-size: 18px; text-align: center; color: #000; transform: translateX(-50%); z-index: 9}
.history_box > ul {position: relative; padding-bottom: 30px;}
.history_box > ul:before {display: block; content: ""; width:1px; height: 100%; position: absolute; left: 50%; margin-left: -0.5px; top:-20px; background: #dddddd}
.history_box > ul:after {display: block; content: ""; width:46px; height:11px; position: absolute; left: 50%; margin-left: -23px; bottom:10px; background: #dddddd; border-radius: 30px;}
.history_box > ul > li {padding-left: 50%; box-sizing: border-box; position: relative; padding-bottom:30px;}

.history_box .img {position: absolute; left: 0px; top:0px; max-width:44%;}
.history_box .history_txt {padding-left:80px; position: relative;}
.history_box .history_txt:before {display: block; content: ""; width:6px; height:6px; border-radius:100%; background: #004998; position: absolute; left:-6px; top:8px; margin:3px; z-index: 9;}
.history_box .history_txt:after {display: block; content: ""; width:8px; height: 8px; border-radius:100%; background: #fff; position: absolute; left:-12px; top:2px; padding:7px; border: 1px solid #cccccc;}
.history_box .history_txt .year_s {font-size:26px; display: block; font-weight:700; color: #333333; line-height:100%; padding-bottom:15px;}
.history_box .history_txt .year_s:after {display: block; content: ""; width:70px; height:1px; background: #d1d2d4; position: absolute; left:-7px; top:13px;}
.history_box .history_txt ul > li { line-height:150%; color:#333; font-weight:300; position: relative; min-height:24px; padding-left:60px; margin-top:10px;}
.history_box .history_txt ul > li:first-child {margin-top:0px;}
.history_box .history_txt ul > li .month {position: absolute; left: 0px; top: 0px; color:#666666; font-weight:500;}

.organization_chart {position: relative;}
.organization_chart > ul > li {position: relative; padding-bottom:30px; }
.organization_chart > ul > li:after {display: block; content: ""; clear: both;}
.organization_chart .one {width: 100%; max-width:32%; border-radius: 30px; margin: 0 auto; position: relative; text-align: center; color: #fff; font-size:2em; line-height:36px; background: #004ea2; font-weight:300; z-index: 9;}
.organization_chart .one a {display:block; color:#fff}
.organization_chart .two {border-radius:60px; margin: 0 auto; position: relative; text-align: center; font-size: 1.5em; line-height:34px; background: #fff; border:3px solid #f9cd07; font-weight: 400; padding: 10px 5%;}
.organization_chart .three {vertical-align: middle; text-align: center; border-radius:60px; background: #404d5d; color: #fff; line-height:140%; height: 87px; position: relative; font-size: 1em;}
.organization_chart .two .bul01 {text-align: left; padding-left: 5%}
.organization_chart .two .bul01 > li:after {top: 50%; margin-top: -2px;}
.organization_chart .one.start {border-radius:100%; max-width:170px; line-height:170px; }
.organization_chart .line_a {display: block; width: 1px; height:100%; background: #ccc; position: absolute; right: 50%; bottom:0%;}
.organization_chart .line_b {display: block; width: 1px; height:100%; background: #ccc; position: absolute; left: 50%; bottom:0%;}
.organization_chart .one_box {background: #f9f9fb; border: 1px solid #cccc; padding: 60px 10px 30px 10px; margin-top: -38px;}
.organization_chart > ul > li .tl {position: relative;}
.organization_chart > ul > li .tl:after {display: block; content: ""; clear: both; position: relative; box-sizing: border-box;}
.organization_chart > ul > li .tl:before {position: absolute; display: block; content: ""; width: 50%; box-sizing: border-box; background:#ccc; height: 1px; left: 0px; top: 50%; }
.organization_chart > ul > li .tl > div {float: left;}


.organization_chart .two_wrap {overflow: hidden; margin-top: -10px;}
.organization_chart .two_wrap > li {width:50%; box-sizing: border-box;}
.organization_chart .two_wrap > li.fl {padding-top:46px;}
.organization_chart .two_wrap > li.fl > ul > li {padding-right:25%}
.organization_chart .two_wrap > li.fl > ul > li:before {right: 0px; top: 50%;}
.organization_chart .two_wrap > li.fr > ul > li {padding-left:25%}
.organization_chart .two_wrap > li.fr > ul > li:before {left: 0px; top: 50%;}
.organization_chart .two_wrap > li > ul > li {margin-top:10px; box-sizing: border-box; position: relative;}
.organization_chart .two_wrap > li > ul > li:before {position: absolute; display: block; content: ""; width: 50%; box-sizing: border-box; background:#ccc; height: 1px; }
.organization_chart .two_wrap > li > ul > li:first-child {margin-top:0px;}

.organization_chart .three_wrap {overflow: hidden;}
.organization_chart .three_wrap:before {display: block; content: ""; width: 100%; height: 1px; background: #ccc; position: absolute; left: 0px; top: 0px;}
.organization_chart .three_wrap > ul {float: left; width: 20%; box-sizing: border-box; padding: 0px 5px;padding-top:30px;  position: relative;}
.organization_chart .three_wrap > ul:before {display: block; content: ""; width:1px; height:100%; background: #ccc; position: absolute; left:50%; top: 0px;}
.organization_chart .three_wrap > ul:first-child:after {display: block; content: ""; width:50%; height:1px; background: #fff; position: absolute; left:0%; top: 0px;}
.organization_chart .three_wrap > ul:last-child:after {display: block; content: ""; width:50%; height:1px; background: #fff; position: absolute; right:0%; top: 0px;}
.organization_chart .three_wrap > ul > li {padding-top: 10px; display: table; width: 100%;}
.organization_chart .three_wrap > ul > li > a {display: table-cell; vertical-align: middle; text-align: center; border-radius:60px; background: #404d5d; text-align: center; color: #fff; line-height:140%; height: 87px; position: relative; font-size: 1.2em;}

.organization_chart .four_wrap {overflow: hidden; margin-top: -10px;}
.organization_chart .four_wrap + .four_wrap {margin-top:10px;}
.organization_chart .four_wrap > li {width:50%; box-sizing: border-box;}
.organization_chart .four_wrap > li.fl {padding-top:46px;}
.organization_chart .four_wrap > li.fl > ul > li {padding-left:25%}
.organization_chart .four_wrap > li.fl > ul > li:before {right: 0px; top: 50%;}
.organization_chart .four_wrap > li.fr > ul > li {padding-left:38%;}
.organization_chart .four_wrap > li.fr > ul > li:before {left: 0px; top: 50%;}
.organization_chart .four_wrap > li > ul > li {margin-top:10px; box-sizing: border-box; position: relative; text-align: center;}
.organization_chart .four_wrap > li > ul > li:before {position: absolute; display: block; content: ""; width: 50%; box-sizing: border-box; background:#ccc; height: 1px; }
.organization_chart .four_wrap > li > ul > li:first-child {margin-top:0px;}
.organization_chart .four_wrap > ul > li {padding-top: 10px; display: table; width: 100%;}
.organization_chart .four_wrap > ul > li > a {display: table-cell; vertical-align: middle; text-align: center; border-radius:60px; background: #404d5d; text-align: center; color: #fff; line-height:140%; height: 87px; position: relative; font-size: 1.2em;}
.organization_chart .three a {width:250px; display: table-cell; vertical-align: middle; text-align: center; border-radius:60px; background: #404d5d; color: #fff; line-height:140%; height: 87px; position: relative; font-size: 1.2em;}

.organization_chart .new_team:after {display: block; content: ""; width: 1px; height: 197px; background: #ccc; position: absolute; left: 50%; top: -196px;}
.organization_chart .new_team {overflow:inherit; z-index:8; position:absolute; width:40%; right:0px; top:160%;}
.organization_chart .new_team > ul {width:50%}

.atab.map_tab li {width: 25%;}
.atab.map_tab li .br {display: none;}
.atab.map_tab li:nth-child(5) a {border-left:1px solid #cccccc} 












.list_count_wrap .bbs_search {float: right; width: 100%; max-width:605px;}


.list_count_wrap {overflow: hidden;}
.list_count_wrap .list_count {float: left; padding-bottom: 10px;}
.list_count_wrap .array {float: right; overflow: hidden;}
.list_count_wrap .array > li {float: left; margin-left: 10px;}
.list_count_wrap .array > li:first-child {margin-left: 0px;}
.list_count_wrap .array > li button {padding-left: 15px; position: relative; outline: none; font-size: 1em; color: #999999; font-weight:300;}
.list_count_wrap .array > li button:before {display: block; content: "·"; color: #189e82; font-weight: 700; position: absolute; left: 0px; top: 0px;}
.list_count_wrap .array > li.on button {color:#000;}
.list_count_wrap .array > li.on button:before {display: block; content: "v"; color: #189e82; font-weight:100; font-size: 0.9em; position: absolute; left: 0px; top: 0px;}


.list_count {overflow: hidden; padding-bottom:15px; padding-left:30px; background: url(../img/common/ico_page.gif) no-repeat left 4px; }
.list_count > p {float: left; }
.list_count .line {display: inline-block; width:4px; height:14px; border-radius:3px; transform: rotate(-45deg); background:#0053a7; margin: -2px 6px;}
.list_count .select {float: right; height: 34px; line-height: 32px;}
.list_count .point_c {color: #0053a7 !important}

.btn_receipt_wrap {text-align: right; height: 43px; margin-top: -43px;}
.btn_receipt {display: inline-block; border: 1px solid #cccccc; padding: 10px 30px 10px 15px; background: url(../img/common/bt_arrow3.png) no-repeat 90% center #fff; }
.btn_receipt > span {display:block; padding-left: 28px; background: url(../img/common/ico_doc.png) no-repeat left center; line-height: 21px; font-size: 15px;}

.first-txt {font-size: 1.4em; line-height: 150%; font-weight: 600;}




.contest_view {overflow: hidden; padding-left:250px; position: relative; min-height:295px; border: 1px solid #ccc; border-top:none; }
.contest_view .pic {position: absolute; left:30px; top:20px; text-align: center; width:190px; height:254px; border: 1px solid #ccc; overflow: hidden;box-shadow: 2px 3px 4px #eee;}
.contest_view .pic img {width: 100% !important; height: auto !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.contest_view .info {border-left: 1px solid #d9d9d9}

.contest_view .table_line {border-top:1px solid #000; }
.contest_view .table_line .board-view td {padding: 9px 10px 9px 20px;}
.contest_view .table_line .board-view th {padding: 9px 5px 9px 20px;}
.contest_view .board-view th {height:70px;}
.contest_view .board-view tr:last-child th {border-bottom: none;}
.contest_view .board-view tr:last-child td {border-bottom: none;}

.contest_view.no_pic {padding-left: 0px !important; min-height: auto;}
.contest_view.no_pic .info {border: none;}
.contest_view.no_pic .board-view th {height: 30px;}

.board_content {padding:30px 0px 30px 0px; margin-bottom:30px;}
.board_content .movie_wrap {max-width: 800px; margin: 0 auto;}
.board_content .movie_in {position: relative; padding-bottom:56%; max-width: 800px;}
.board_content .movie_in iframe {position: absolute; left: 0px; top: 0px; width: 100% !important; height: 100% !important}

.subtitles {background: #f3f4f8; padding: 30px; margin-bottom:60px;}
.subtitles .subt {border-radius:30px; background: #55b664; color: #fff; text-align: center; width:78px; height: 37px; line-height: 37px; font-weight: 100;}
.subtitles_box {border: 1px solid #ccc; background: #fff; padding: 15px; overflow-y: auto; height: 100px; font-size: 0.95em; color: #333333; margin-top:15px;}

.join_check {margin-top:30px;}
.join_check .input {height:40px; }

.id_check_box {position: relative; margin: 10px 0px; padding: 0px 160px 0px 96px}
.id_check_box .input {min-height: 55px !important; line-height: 55px !important; font-size:17px;}
.id_check_box .pa {position: absolute; left:20px; top: 0px; line-height: 55px; font-size:17px; color: #666666;}
.id_check_box .bt {position: absolute; right: 0px; top: 0px; width: 150px;}
.id_check_box .bt > a {display: block; text-align: center; line-height:55px; background: #333333; border-radius:30px; color: #fff; font-size:20px; }

.id_check_box2 {background: #f3f3f3; padding: 20px; margin: 30px -10px -10px -10px; font-size: 15px; color: #000;}
.id_check_box2 .bt {padding-top:15px; text-align: center;}
.id_check_box2 .bt > a {display:inline-block; width: 100%; max-width:137px; background: #fff; text-align: center; line-height:53px; border-radius:30px; color: #333333; font-size:20px; border:1px solid #ccc; box-sizing: border-box;}

.rule_box {font-size: 0.86em; color:#666666; line-height:180%; }
.rule_box li {margin-top: 5px;  line-height:180%;}
.rule_box .b_txt {font-size:18px; padding-bottom: 5px;}
.rule_box .txt_t {color: #000; font-size: 1.05em;}

#add_date {position: relative; padding-right:115px; }
#add_date .bt {position: absolute; right: 0px; top: 0px;}

.tooltip {color: #ff751a; border: 1px solid #ff751a; border-radius:6px; text-align: center; line-height:38px; width:38px; height: 40px; box-sizing: border-box; font-size: 1.5em; vertical-align: middle;}
.br_box {border: 1px solid #dce1eb; padding: 20px 20px 20px 20px;}
.t_box {background: #757a85; color: #fff; padding: 5px 5%; display: inline-block;}
.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 10px;}

td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {font-size: 0px; padding: 5px 0px 0px 0px; margin:-5px 0px 0px -20px;}
.radio_group > li {display: inline-block; font-size:17px; padding: 5px 0px 0px 20px;}
.radio_group > li.etc_li {width: 100%; max-width:500px;}
.radio_group > li.etc_li .input {width: calc(100% - 70px) !important; width:-webkit-calc(100% - 70px) !important;}
.radio_group .input {width: auto !important;}
.input_etc {position: relative; padding-left: 62px; box-sizing: border-box;}
.input_etc .pa {position: absolute; left: 0px; top: 0px; font-size: 14px; line-height:40px;}

.btn-tc {text-align: center; padding: 30px 0px; border-top:1px solid #333333; margin-top: 30px;}
.btn-tc > a {margin: 0px 10px;}
.btn-tl {text-align: left; padding: 30px 0px; border-top:1px solid #333333; margin-top: 30px;}
.btn-tr {text-align: right; padding: 30px 0px; border-top:1px solid #333333; margin-top: 30px;}


/*atab*/
.atab { margin-bottom:40px; padding-top:35px; max-width: 1300px; margin-left: auto; margin-right: auto; display:flex; flex-wrap:wrap;}
.atab li {width:20%; box-sizing:border-box; position:relative; display: table; }
.atab li a {display:table-cell; width: 100%; height:62px; font-weight:400; vertical-align: middle; background:#fff; line-height:20px; padding:0px 0px; text-align:center; color:#999999; box-sizing:border-box; border:1px solid #cccccc; font-size:1.05em; border-left: none}
.atab li:first-child a {border-left:1px solid #cccccc;}

.atab li.on a {background: #004998; color: #fff; border:1px solid #004998;}
/*.atab li.on a:after {display: block; content: ""; width:20px; height: 20px; background: #fff; position: absolute; left:50%; bottom:-22px; transform: rotate(45deg) translateX(-50%);}*/
.atab.two li {width:50%;}
.atab.three li {width:33.33%;}
.atab.four li {width:25%;}


.atab.two_row > li {margin: -1px 0px 0px -1px}
.atab.two_row > li.on {margin-top:-1px;}
.atab.two_row > li.on a {height: 50px;}
.atab.two_row > li > a {border-left:1px solid #cccccc;}

.atab.ico_tab li a {height: 100px}
.atab.ico_tab li a .ico {display: inline-block; vertical-align: middle; margin-right: 5px; overflow: hidden; max-height: 65px;}
.atab.ico_tab li.on a .ico img {transform: translateY(-50%)}



.btab { margin-bottom:40px; padding-top: 10px; font-size: 0px; text-align: center}
.btab:after {clear:both; display:block; content:"";}
.btab li {display: inline-block; padding:2px 2px; box-sizing:border-box; position:relative;}
.btab li a {display:block; min-width:115px; padding:10px 20px; text-align:center; color:#666666; box-sizing:border-box; border: 1px solid #00357e; border-radius:30px; font-size:16px; }
.btab li a .ico {display:block; margin: 0 auto; width: 120px; height: 120px; overflow: hidden; margin-bottom:10px;}
.btab li.on a {color: #fff; background: #00357e; border-color:#00357e;}
.btab li.on a .ico img {margin-top: -100%;}
.btab.two li {width:50%;}
.btab.line li {padding:2px;}
.btab.line li a {border: 1px solid #ccc; padding: 0px 5px; font-size: 15px;}
.btab.line li.on a {border: 1px solid #ed2129;}




.of_hi .fl50 {float:left; width:50%; padding: 0px 10px; box-sizing: border-box;}
.of_hi .fr50 {float:right; width:50%; padding: 0px 10px; box-sizing: border-box;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display: none;}

/* 레이어팝 */
#black {display:none; background-color: #000; display: none; height: 100%; left: 0; opacity: 0.6; filter: alpha(opacity=60); position: fixed; top: 0; width: 100%; z-index: 9999;}
.layerPop {-webkit-overflow-scrolling: touch; overflow-y: auto; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; background:url(../img/common/png_70.png) repeat left top;/*background:#d7d7d7;*/ zoom: 1;}

.layerPop_inner {width: 100%; height: 100%; padding: 15px; display: table; position: relative; margin: 0 auto; box-sizing: border-box;}
.pop_wrap {display: table-cell; vertical-align: middle; position: relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size:17px; background: #fff; word-break: keep-all;}
.pop_wrap .pop_body .btns {padding-top: 20px;}
.pop_wrap .popup_scroll {max-height:700px; overflow-y:auto;}
.pop_wrap .pop_wrap_in {width:100%; margin: 0 auto;}
.pop_wrap .x_btn {position: absolute; right:25px; top:50%; margin-top: -13px; display: inline-block; width:26px; height: 26px; cursor: pointer; background: none}
.pop_wrap .pop_head {background: #f9cd07; position: relative;}
.pop_wrap .pop_head .title {font-size:26px; line-height:150%;  color: #000; padding:15px 50px 20px 25px; text-align: left; font-weight:500;}
.pop_wrap .pop_head .title.tc {padding-left:50px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color: #646464; text-align: center; padding: 0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position: absolute; right:0px; bottom:0px; }
.pop_wrap .x_btn3 {position: absolute; right:0px; bottom:-42px; }
.pop_body .btn-tc {padding:30px 0px 0px 0px; margin-top:25px;}
.pop_body .btn-tc > a {margin: 0px 10px;}
.pol_sc {width: 100%; height: 310px; overflow-x: hidden; overflow-y: auto;}



/* 팝업 */
.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#55b664; text-align: center; font-weight:500; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size: 14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Noto Sans; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:38px;}





/* member */
.login_type {overflow: hidden;}
.login_type .login_wrap  {float: left; width:50%; box-sizing: border-box; border: 1px solid #cccccc; border-left:none; padding: 30px ;  text-align: center; margin-top: 10px;}
.login_type .login_wrap:first-child {border-left: 1px solid #cccccc;}



.login_wrap {margin:0 auto; border: 1px solid #cccccc; background: #fff; padding:35px 45px; box-sizing: border-box;}
.login_wrap .login_bt .btn {background-color: #004998; border: 1px solid #004998; color: #fff; padding: 12px; line-height:40px; display: block; font-size: 22px; text-align: center;font-weight:300; width: 100%; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box;}
.login_wrap .id_save {font-size:15px; color:#000; margin:0px 0px 20px 0px; float: left;}
.signup {padding:30px 0px 15px 0px;}
.signup_or {position:relative; margin-bottom:5px; text-align:center; background:url(../img/common/line.gif) repeat-x left center;}
.signup_or_text {background-color:#fff; display:inline-block; padding:8px; font-size:14px; font-weight: 500; color:#82888a;}
.signup li { margin-bottom:5px;}
.signup li input {width:100%; height:60px; padding:8px 10px; display:block; border:1px solid #cccccc; border-radius:0px; background-color:#f7f7f7; color:#565a5c; box-sizing:border-box; -moz-box-size:border-box; font-size:15px;}
.find_idpw {text-align: right; padding: 10px 0px 20px 0px;}
.find_idpw > li {display: inline-block; vertical-align: top; line-height: 20px; padding-left:10px; margin-left: 10px; background: url(../img/common/top_line2.gif) no-repeat left center;}
.find_idpw > li:first-child {background: none; padding: 0px; margin: 0px;}
.find_idpw > li a {color:#666666; font-weight:300;}
.find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }


.join_txt {padding:10px 0px 10px 40px; min-height:20px; margin-top:10px; background:url(../img/common/ico_idpw.gif) no-repeat left 5px; display:inline-block;}

.join_go {padding:18px 0px 0px 0px; text-align:center; margin:18px 0px 0px 0px; border-top:1px solid #cccccc}

.join_go > a {background-color: #fff; color: #0c91dd; padding: 12px; line-height: 40px; display: block; font-size:22px; text-align: center; font-weight:300; width: 100%; border: 1px solid #0c91dd; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box;}

.member_wrap {max-width:590px; margin:0 auto;}
.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 5px 15px 25px;}
.add_bt {position: absolute; right: 0px; top: 0px;}

.join_type {overflow: hidden;}
.join_type.one > dl {float: none; width: 100%; max-width: 500px; margin: 0 auto; padding-top: 50px; padding-bottom: 50px;}
.join_type.two > dl {width: 50%;}
.join_type > dl {float: left; width:25%; box-sizing: border-box; border: 1px solid #cccccc; border-left:none; padding: 30px 10px 30px 10px;  text-align: center; margin-top: 10px;}
.join_type > dl:first-child {border-left: 1px solid #cccccc;}
.join_type > dl > dt {font-size:22px; line-height: 140%; padding-bottom: 5px;}
.join_type > dl > dt .ico {display: block; text-align: center; padding: 0px 10px 10px 10px;}
.join_type > dl > dt strong {display: block; min-height:55px; font-weight: 700; line-height: 140%;}
.join_type > dl > dt .f_s {display: block; font-size:0.8em;  line-height: 130%;}
.join_type > dl > dd {font-size:15px; line-height: 140%; font-weight: 300; min-height: 100px;}
.join_type > dl > dd.txt {padding: 10px 0px 30px 0px;}
.join_type > dl > dd.input_a input {max-width:300px; height: 40px; margin:0 auto; }
.join_type > dl > dd.bt {padding-top:10px; min-height: auto;}
.join_type > dl > dd.bt a {display: inline-block; font-size:15px; font-weight: 300; line-height: 20px; padding: 10px 0px; text-align: center; background:#0c91dd; color: #fff; min-width: 120px;}
.join_type > dl > dd.bt.two a {min-width: 110px;}

.join_box{overflow:hidden;}
.join_box.pa_rl{padding:0px 17%;}
.agency_join {float:left; width:33.33333%; margin:0 auto;	text-align:center; box-sizing:border-box; padding:30px 40px;}
.agency_join.two{width:50%;}
.agency_join.btnsbg01{background-color:#071c5f;}
.agency_join.btnsbg02{background-color:#f2773d;}
.agency_join.btnsbg03{background-color:#386fd3;}
.agency_join > h3{font-weight: 600; font-size: 2.1em; color: #fff; padding: 20px 0px 60px 0px; line-height: 120%;}
.join_btn{display: block; width: 100%; height: 60px; background-color: #fff; border: 0px; margin: 60px 0px 20px 0px;}
.join_btn > span{line-height:60px; height:60px; font-weight: 600; font-size: 1.1em; color: #333; }
.etc_btns{text-align:right; font-size:0px;}
.etc_btns > li{display: inline-block; vertical-align: top; font-size: 15px; line-height: 20px; padding-left: 5px; margin-left: 5px;}
.etc_btns > li > a{text-align: right; font-weight: 300; font-size: 0.85em; color: #fff; }

.sign_box {clear:both; width:100%; text-align:right; margin-top:30px; font-size:16px; line-height:35px;}
.sign_box .sign {box-sizing:border-box; position:relative;}

.interest{box-sizing: border-box; text-align: center; display: block; background: #386fd3; padding: 3px;}

.join_box > ul {max-width:720px; margin:0 auto; overflow:hidden;}
.join_box > ul > li {float:left; width:50%; box-sizing:border-box; padding:15px;}
.join_box > ul > li > a {display:block; background:#004397; padding: 20px; min-height:277px; text-align:center; border-radius:20px;}
.join_box > ul > li:nth-child(2) > a {background:#009475}
.join_box > ul > li > a .txt_t {display:block; color:#fff; font-size:1.5em; padding:30px; padding:10px 0px 10px 0px;}
.join_box > ul > li > a .ico  {display:block; padding:20px 0px;}
.join_box > ul > li > a .txt  {color: #fff; display: block; line-height: 140%;}
.join_box > ul > li > a .bt {margin-top:30px; display:inline-block; width:100%; max-width:150px; border:1px solid #fff; color:#fff; font-weight:100%; line-height:38px;}
.join_box > ul > li > a:hover .bt {border-color:#fff; background:#fff; color:#333}


.join_step > ol {overflow: hidden; max-width:440px; margin: 0 auto; }
.join_step > ol > li {float: left; text-align: center; width: 33.333%; box-sizing: border-box; padding: 0px 20px; position: relative;}
.join_step > ol > li:first-child:before {display: none;}
.join_step > ol > li:before {display: block; content: ""; width:28px; height:30px; background: url(../img/member/step.gif) no-repeat left top; position: absolute ; left:-10px; top:25px;}
.join_step > ol > li .ico {display:inline-block; position: relative; overflow: hidden;}
.join_step > ol > li .ico .on {position: absolute; left: 0px; top: 0px; opacity: 0;}
.join_step > ol > li .txt {display: block; font-size:1.05em; color: #999999; font-weight: 400; line-height: 140%;}
.join_step > ol > li.on .txt {color: #000;}
.join_step > ol > li.on .ico img {opacity: 0;}
.join_step > ol > li.on .ico img.on {opacity:1;}


.certify {text-align: center; padding-top: 50px;}
.certify:before {display: block; content: url(../img/member/certify.png);}
.certify dt {font-size: 22px; line-height: 140%; padding-bottom: 10px;}

.mentor_box {font-size: 15px; font-weight: 300;}
.all_check {text-align: center; padding: 15px 5px; margin: 30px 0px; background: #f5f5f5}


.print_wrap #header {display: none !important}
.print_wrap .sub_visual {display: none !important}
.print_wrap #lnb_wrap {display: none !important}
.print_wrap .title_bar {display: none !important}
.print_wrap .page_tab {display: none !important}
.print_wrap #footerW {display: none !important}
.print_wrap .print_bt {display: none !important}
.print_wrap .p_none {display: none !important}
#wrap.print_wrap {padding:0px !important}

.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }


.board-write .input {min-height: 40px; line-height: 40px; width: 100%;}



.click_count {text-align: right; padding: 10px 0px; font-size:1.05em; color: #666666}
.view_photo {padding: 20px 0px 0px 0px; text-align: center;}


.td_btns {font-size: 0px; text-align: center; padding: 0px 5px; max-width:260px; margin: 0 auto;}
.td_btns > li {display: inline-block; min-width:50%; box-sizing: border-box; padding: 2px;}
.td_btns > li > a {display: block; min-width:100%}
.td_btns > li > .btnNormal span {padding:10px 5px; min-height:16px; height: auto; line-height:16px; white-space:normal;}



.dl_table > dl {padding:20px 0px 0px 0px;}
.dl_table > dl > dt {font-size:18px; color:#000000; line-height:150%; padding-bottom:5px;}
.dl_table > dl > dd .input {line-height:46px; height:46px; padding-left: 10px; border:1px solid #cccccc}
.dl_table > dl > dd .select_ds select {line-height:46px; height:46px; border:1px solid #cccccc}
.dl_table > dl .pa_minus {line-height:46px;}
.dl_table > dl .btnNormalS span {height:46px; line-height: 46px; overflow: hidden;}

.member_ok {font-size:1.5em; text-align: center; line-height: 140%; padding:30px 0px 190px 0px; background: url(../img/member/complete.png) no-repeat center bottom; }

.btnNormal.m_block span {min-width:60px;}


.find_type {font-size:20px; color: #333333; line-height: 140%; padding: 20px 0px 10px 0px; margin-top: 10px; }
.find_type > button {display: block; font-size:20px; color: #333333; line-height: 140%; padding-left:25px; font-weight: 500; background: url(../img/common/radio.png) no-repeat left 7px; outline: none; text-align: left;}
.find_type.on > button {background-position:left -69px;}


.find_box .btn-tc {margin-top: 0px; border: none;}

.find_cell {box-sizing: border-box; position: relative;}
.find_cell:after {clear: both; content: ""; display: block;}
.find_cell .cell {float: left; width: 50%; box-sizing: border-box;}
.find_cell .cell select {width: 100%}
.find_cell .bt {position: absolute; right: 0px; top: 0px;}
.find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }
.find_pop {font-size: 15px; line-height: 150%; padding-bottom: 40px !important; position: relative;}
.bb_tit {font-size: 1.5em; line-height: 150%; color: #000000; font-weight: 500; padding: 40px 0px 15px 0px;}





.list_tab {width:100%; margin-bottom:30px; font-size:0px; border-bottom:1px solid #000000; border-top:1px solid #000000; line-height:0px; box-sizing:border-box; }
.list_tab li {/*width:167px;*/ width:20%; min-width:130px; display:inline-block; zoom:1; *display:inline; text-align:center; min-height:50px; line-height:50px; letter-spacing:-1px; font-size:14px; box-sizing:border-box; border-top:3px solid #fff;}

.list_tab li span {display:block; background:url(../img/common/gnb_line.gif) no-repeat left center;}
.list_tab li:first-child span {display:block; background:none;}
.list_tab li span a {display:block;  font-size:13px; color:#000; }
.list_tab li:hover {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li:hover a {color:#37589b; }
.list_tab li.on {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li.on a {color:#37589b;}
.list_tab li.line {background:url(../img/common/list_tab_line.gif) no-repeat right center;}

.scrollbox1 {background: #f1f1f1; height: 100px; overflow-x: hidden; overflow-y: auto; padding: 12px;}





.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }

.leave {padding:170px 0px 0px 0px; margin-top: 40px; background: url(../img/mypage/ico_leave.gif) no-repeat center top;} 
.gray_box {border: 1px solid #e9e9e9; padding:28px 20px; background: #f8f8f8}
.complete_box {padding:28px 20px; background: #f3f4f8}
.complete_box .txt1 {font-size:2em; line-height: 140%; font-weight: 100; padding-bottom: 20px;}
.complete_box .txt2 {font-size:1.3em; line-height: 140%; font-weight: 100;}


.gray_box.gray_box_s {padding: 10px;}
.et_profile {overflow: hidden; margin-left: -3px;}
.et_profile > li {float: left; margin-left: 3px;}
.et_profile > li select {min-width:140px;}
.et_profile > li.bt {float: right;}
.bt_ib > li {display: inline-block; padding-top: 5px;}



.txt_pa > li {position: relative; padding-left:60px; font-weight: 300; color: #000; line-height: 140%;  margin-bottom: 10px; font-size: 1.05em;}
.txt_pa > li > strong {position: absolute; left: 0px; top: 0px; color:#666666}

.error_wrap {text-align: center;}
.error_wrap .error_msg {font-size:36px; color:#333333; line-height: 150%; font-weight:700; padding: 50px 0px 30px 0px; background: url(../img/common/tit_line.gif) no-repeat center bottom; margin-bottom:30px;}
.error_wrap .error_msg2 {font-size:16px; color:#333333; line-height: 150%; }
.error_wrap .error_msg2 .mail {display: inline-block; padding-left: 20px; color:#ed1b23; background: url(../img/common/ico_mail.gif) no-repeat left center; margin-left: 3px;}



.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -20px; width:40px; height:40px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 108px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}


/* 검색 */
.search_result .search_tit {padding:15px 20px; background: #f8fafb; margin-top:30px; color: #333; position: relative;}
.search_result .search_tit .s_tit {margin: 0px; padding-bottom: 0px; display: inline-block; vertical-align: middle;}
.search_result .search_tit .ib {padding-left: 5px; font-weight: 400; vertical-align: middle;}
.search_result .box {padding:20px 0px 0px 55px; position: relative;}
.search_result .more {position: absolute; right:10px; top:20px;}
/*.search_result .more > a {border: 1px solid #039cf7; color: #333; display: block; border-radius:60px; padding:0px 10px; min-width: 70px; text-align: center; font-size: 15px; line-height: 26px;}*/
.search_result .txt_t {font-size:1.1em; font-weight: 500; color: #333333; padding-bottom: 5px;}

.search_list > li {padding-left: 15px; position: relative; margin-top: 5px;}
.search_list > li:first-child {margin-top:0px;}
.search_list > li:before {display: block; content: ""; width:4px; height:4px; border:2px solid #333; position: absolute; left: 0px; top:10px; border-radius:100%; }
.search_list > li img {vertical-align: middle;}

.search_result .faq_list {border: none;}
.search_result .faq_list > li {border: none; margin-top: 5px; position: relative;}
.search_result .faq_list > li:before {display: block; content: ""; width:4px; height:4px; border:2px solid #039cf7; position: absolute; left: 0px; top:10px; border-radius:100%; }
.search_result .faq_list > li:first-child {margin-top:0px;}
.search_result .faq_list > li .title {padding:2px 50px 2px 15px; font-weight:300; color: #333; position: relative;}
.search_result .faq_list > li .title .q {display: none;;}
.search_result .faq_list > li .answer_wrap {padding: 8px 19px 8px 19px;}

.banner_list > ul {display:flex; flex-wrap:wrap; margin:-10px;}
.banner_list > ul > li {padding:10px; width:25%; box-sizing:border-box;}
.banner_list .box {display:block; background:#f8f8f8; padding:20px 30px; color:#000}
.banner_list .box .type {border:1px solid #000; padding:5px 10px; font-size:14px;}
.banner_list .box .subject {padding-left:0px; margin-top:10px; display:block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-align: left; line-height:1.4em; height:4.2em; font-size:1.2em; font-weight:500;}
.banner_list .box .date {font-size:13px; padding-top:10px;}

.modify_ul{max-width: 1000px; margin: -10px auto; display:flex; flex-wrap: wrap; justify-content: center; }
.modify_ul > li{width:33.33333%; box-sizing:border-box; padding:10px;}
.modify_ul > li > a{min-height:230px; display:flex; flex-wrap: wrap; justify-content: center; align-content: center; flex-direction: column; padding:20px; color:#333; text-align:center; border:1px solid #ccc;}
.modify_ul > li > a:hover{box-shadow: 0 5px 8px rgba(0,0,0,0.16), 0 5px 8px rgba(0,0,0,0.23); border-radius:23px; transition: all 0.3s; border:none; background-color:#00a99d; color:#fff;}
.modify_ul > li > a .modify_img{display:block; margin-bottom:15px;}
.modify_ul > li > a .modify_txt{display:block; line-height:120%; font-size:1.1em; font-weight:500;}

.mypage_quick_wrap {transition: all 0.3s 0s ease-in-out; z-index:999; position:fixed; right:0px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%);}

.mypage_quick_wrap > ul {overflow: hidden; transition: all 0.3s 0s ease-in-out; width: 100px; background:#e3efff; position: relative; border-radius:20px 0px 0px 20px; padding:20px 0px; }

.mypage_quick_wrap > ul > li:last-child:after {display: none;}
.mypage_quick_wrap > ul > li:after {display: block; content: ""; width:30px; height:1px; background:#9ea7b2; margin:20px auto;}
.mypage_quick_wrap > ul > li > a {display:block; text-align: center;}
.mypage_quick_wrap > ul > li > a .txt {display: block; color: #000; font-size:13px; padding-top:5px; line-height: 120%; font-weight:400;}
.mypage_quick_wrap > ul > li > a strong.txt {border-top:1px solid #ccc; line-height: 15px; padding-top: 10px;}
.mypage_quick_wrap .m_bt {transition: all 0.3s 0s ease-in-out; transform: translateX(0px); -wbkit-transform: translateX(0px); }
.mypage_quick_wrap .m_bt > button {display:block; padding: 21px; width:41px; height:41px; box-sizing: inherit; outline:none; background:url(../img/common/quick_on.gif) no-repeat center center #ffdd00;}
.mypage_quick_wrap .m_bt > button.on {background:url(../img/common/quick.gif) no-repeat center center #ffdd00;}
.mypage_quick_wrap > ul.on  {transform: translateX(100px); -wbkit-transform: translateX(100px);}

.my_tab{display:none;}

.khp_ul{display:flex; flex-wrap: wrap; margin:0px -5px;}
.khp_ul > li{width:25%; box-sizing:border-box; text-align:center; padding:0px 5px; position:relative;}
.khp_ul > li .box{border:1px solid #e8e8e8; padding:30px 20px; border-radius:13px 8px 32px 8px; background-color:#fff; position: relative;}
.khp_ul > li .box:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.khp_ul > li .box .box_tit{display:block; margin-bottom:10px; color: #0068B7; line-height:110%; font-size:1.1em; font-weight:600;}
.khp_ul.khp_arr_ul > li .box{min-height:130px;}
.khp_ul.khp_arr_ul > li:before {
    display: block;
    content: "";
    width: 29px;
    height: 29px;
    background: url(../img/common/arrow.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
	transform: translateY(-50%);
    margin-left: -14.5px;
	z-index:1;
}
.khp_ul.khp_arr_ul > li:first-child:before {display:none}
.khp_ul > li .box .box_img {margin-bottom:10px;}
.khp_ul > li .box .box_stxt{display:block; line-height:150%; font-size:0.95em;}
.khp_ul.three> li{width:33.33333%;}

.kdt_ul{display:flex; flex-wrap: wrap; margin:-5px;}
.kdt_ul > li{width:33.33333%; box-sizing:border-box; padding:5px;}
.kdt_ul > li .box{border:1px solid #e8e8e8; padding:30px 20px; border-radius:13px 8px 13px 32px; background-color:#fff; position:relative;}
.kdt_ul > li .box:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.kdt_ul > li .box .kdt_num{background-color:#004998; color:#fff; padding:5px 15px; position:absolute; left:0px; top:0px; border-radius:8px;}
.kdt_ul > li .box .kdt_dw{display:flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.kdt_ul > li .box .kdt_dw .kdt_txt{display:block; padding-left:20px; line-height:140%; text-align:left;}

.khp_dv{display:flex; margin:0px -30px}
.khp_dv .khp_left{width:50%; box-sizing:border-box; padding:0px 30px;}
.khp_dv .khp_left .table_line > table{height:435px;}

/* 행사캘린더 */
.calendar_top{text-align: right;padding: 10px 0;border-bottom: 1px solid #ddd;box-sizing: border-box;}
.calendar_top .list_type a{padding: 2px;padding-left: 28px;font-size: 15px;color: #666;}
.calendar_top .list_type a.btn_cldr{background: url(/resources/www/images/content/ico-calendar.png)no-repeat left center;}
.calendar_top .list_type a.btn_cldr::after{content: '';width:1px;height: 20px;display: inline-block;margin-left: 10px;margin-right: 10px;background: #ddd;vertical-align: middle}
.calendar_top .list_type a.btn_list{background: url(/resources/www/images/content/ico-list.png)no-repeat left center;}
.calendar_top .list_type a.on{color: #005CB9;}
.calendar_top .list_type a.btn_cldr.on{background: url(/resources/www/images/content/ico-calendar-on.png)no-repeat left center;}
.calendar_top .list_type a.btn_list.on{background: url(/resources/www/images/content/ico-list-on.png)no-repeat left center;}

.calendar_dv_box{ border-top: 2px solid #2d3088; box-sizing: border-box; background-color:#f5f5f5; padding:10px 0px 10px 10px;}
.calendar_search .yy_mm{display: flex; flex-wrap: wrap; align-items: center; overflow: hidden;}
.calendar_search .yy_mm dt{width: 150px;float: left;}
.calendar_search .yy_mm dt a{display: inline-block;width: 24px;height: 24px;border: 1px solid #ccc;box-sizing: border-box;vertical-align: middle;text-indent: -9999px;background: url(../img/common/arr_ico.png) no-repeat center center;background-size: 7px 12px;}
.calendar_search .yy_mm dt a.btn-next{transform: rotate(180deg);}
.calendar_search .yy_mm dt .title{display: inline-block;min-width: 90px;color: #333;font-size: 20px;text-align: center;vertical-align: middle;}
.calendar_search .yy_mm dd{width: calc(100% - 150px);float: left;}
.calendar_search .yy_mm dd ul{display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.calendar_search .yy_mm dd ul li{padding: 10px 15px;}
.calendar_search .yy_mm dd ul li.on{border-bottom: 2px solid #005CB9;color: #005CB9;}
.calendar_search .yy_mm dd ul li a{font-size: 16px;}
.calendar_search .yy_mm dd ul li.on a{font-weight: 600;}
.calendar_search .yy_mm_mobile{display: none;}
.calendar_search .search{background: #f2f4f7;border: 1px solid #e1e1e1;box-sizing: border-box;padding: 10px;}
.chk{margin-right: 10px;display: inline-block;width: 110px;background-color: #fff;border: 1px solid #fff;border-radius: 3px;box-sizing: border-box;padding: 6px 5px;text-align: left;}
.chk_on{border: 1px solid #005CB9}
.chk input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: 0; overflow: hidden; clip:rect(0,0,0,0); border: 0 }
.chk input[type="checkbox"] + label { display: block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-size: 15px; color: #666;}
.chk input[type="checkbox"] + label:last-child{margin-right: 0; width: auto;}
.chk input[type="checkbox"] + label:before {content:' ';display: inline-block;width: 18px;height: 18px;border-radius: 2px;line-height:18px;margin: 0 5px 0 0;text-align: center;vertical-align: -4px;background-color: #c9ccd0;background-image: url(/resources/www/images/content/chk.png);background-repeat: no-repeat;background-position: center;border: 1px solid #c9ccd0;box-sizing: border-box;}
.chk input[type="checkbox"]:checked + label:before { border: 1px solid #005CB9; background-color: #005CB9;}


span.cate{display: inline-block;min-width: 63px;padding: 0 7px;color: #333;font-weight: 600;font-size: 0.9em; height: 26px;text-align: center;line-height: 24px;border: 1px solid #333;vertical-align: middle;}
span.cate.cate01{color: #005CB9; border-color: #005CB9;}/* 범례 01 */
span.cate.cate02{color: #2D3088; border-color: #2D3088;}/* 범례 02 */
span.cate.cate03{color: #5BB531; border-color: #5BB531;}/* 범례 03 */
span.cate.cate04{color: #FF5A70; border-color: #FF5A70;}/* 범례 04 */
span.cate.cate05{color: #513CA0; border-color: #513CA0;}/* 범례 05 */
.always_event .bx-controls {position: absolute;top: 17px;right: 0;}
.always_event .bx-controls a{display: inline-block;width: 24px;height: 24px;border: 1px solid #ccc;box-sizing: border-box;vertical-align: middle;text-indent: -9999px;background: url(../img/common/arr_ico.png) no-repeat center center;background-size: 7px 12px;}
.always_event .bx-controls a.bx-next{transform: rotate(180deg);margin-left: -1px;}

.event_calendar_table_top{margin: 30px 0 10px; overflow: hidden;}
.total_txt{float: left;}
.total_txt span{color: #005CB9;font-weight: 600;}
.legend_txt{float: right;}
.legend_txt span{margin-left: 5px;}
.event_calendar_table {width: 100%; border-spacing: 0; border-collapse: collapse; table-layout: fixed; line-height: 1.3; font-size:15px;}
.event_calendar_table span.cate{min-width: 27px;}
.event_calendar_table th {height: 50px;color: #fff;font-size: 16px;font-weight: 600;background-color: #474e60;}
.event_calendar_table th + th {border-left: 1px solid #dfe2e7;}
.event_calendar_table td {position: relative; padding: 10px 13px;height: 155px;border: 1px solid #dfe2e7;text-align: left !important;vertical-align: top;}
.event_calendar_table tr:first-child td {border-top: 0;}
.event_calendar_table td strong{}
.event_calendar_table td:first-child strong {color: #f00;}
.event_calendar_table .item {display: block;max-height: 67px;margin-top: 10px;padding-left: 2px;color: #666; overflow: hidden; text-overflow: ellipsis;white-space: normal; line-height:24px; height: 48px; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.event_calendar_table .item:hover {color: #000;text-decoration: underline;}
.event_calendar_table .item .category {margin: 0 0 5px -2px;}
.event_calendar_table .event_more{position: absolute;top: 11px;right: 10px;color: #005CB9;font-size: 13px;background: url(../img/common/more_btn.png)no-repeat left center;padding-left: 15px;text-decoration: underline;}
.event_popup{display: none; position: fixed;top: 0; left: 0; right: 0; bottom: 0;  overflow-y: scroll;-webkit-overflow-scrolling: touch; z-index: 3000;}
.event_popup_inner{position: relative;width: 600px;max-width: 100%;margin: 150px auto; border-radius: 13px; background-color: #fff;overflow: hidden;}
.ep_title{padding: 20px 30px;color: #fff; font-size: 24px; line-height: 30px; background-color: #313747;}
.ep_body{max-height: 250px;padding: 30px;overflow-y: auto;}
.ep_body li{margin: 0 0 10px;font-size: 16px;}
.event_popup_close{position: absolute;right: 10px;top: 15px;width: 40px;height: 40px;display: block;background: url(../img/common/close_bt.png);text-indent: -9999px;overflow: hidden;}

.mobile_block{display: none;}

.strategic_system .box {display: flex; justify-content: space-between; gap:20px; margin-bottom:10px;}
.strategic_system .box.arrow {padding-bottom: calc(63 / 1100 * 100%); position: relative;}
.strategic_system .box.arrow:after {display: block; content: ""; background: url(../img/introduce/arrow.jpg) no-repeat center bottom/cover; position:absolute; right: 0px; bottom:0%; z-index:-1; max-width: 1100px; width: calc(100% - 153px); padding-bottom: calc(63 / 1100 * 100%);}
.strategic_system .subj {width: 143px; min-width:143px; display: flex; justify-content: center; align-items: center; border-radius:10px; background: #eff1f6; font-size:1.17em; color:#666666; font-weight:600; line-height:1.3em;}
.strategic_system .subs {flex:1; max-width:1100px; width:100%; position: relative;}
.strategic_system .txt_a {background: #004ea2; border-radius:60px; text-align: center; padding:0.5em; display: flex; justify-content: center; align-items: center; font-size:1.88em; line-height: 1.4em; color:#fff; min-height: 3.18em; box-sizing: border-box; font-weight:600;}
.strategic_system .txt_b {background:#fff; border:1px solid #004ea2; border-radius:60px; text-align: center; padding:0.5em; display: flex; justify-content: center; align-items: center; font-size:1.88em; line-height: 1.4em; color:#004ea2; min-height: 3.18em; box-sizing: border-box; font-weight:600;}
.strategic_system .list_a, .strategic_system .list_b, .strategic_system .list_c, .strategic_system .list_d {display: flex; gap:10px}
.strategic_system .list_a > li {flex:1; text-align: center; color:#fff; padding:1em 0.5em; border-radius:8px; background: #0068b7; font-size: 1.5em; font-weight:600; line-height:1.4em;}
.strategic_system .list_a .ico {display: block;}
.strategic_system .list_b > li {flex:1; text-align: center; border-radius:8px; background: #fff; border:1px solid #000000; font-size:0.95em; padding:10px; line-height:1.4em;}
.strategic_system .list_b dt {font-size:1.375em; min-height:42px; box-sizing:border-box; display: flex; align-items: center; justify-content: center; line-height:1.3em; background: #0068b7; border-radius:90px; text-align: center; padding:0.3em 0.8em; color:#fff; margin-bottom: 0.5em;}
.strategic_system .list_b dd {max-width:80%; margin:0 auto;}
.strategic_system .list_b dd + dt {margin-top:1em}
.strategic_system .list_b2 dt {font-size:1.0625em; background: #0063ef;}
.strategic_system .list_c > li {flex:1; text-align: center; color:#fff; padding:1em 0.5em; border-radius:8px; background: #00a99d; font-size: 1.5em; font-weight:600; line-height:1.4em;}
.strategic_system .list_d {flex-wrap:wrap;}
.strategic_system .list_d > li {flex:inherit; width: calc(25% - 7.5px); text-align: center; padding:1em 0.5em; border-radius:8px; background: #fff; line-height:1.4em; color:#666666; display: flex; justify-content: center; align-items: center; min-height: 4.125em; font-size:0.95em; font-weight:300; border:1px solid #ccc; box-sizing: border-box;}








@media screen and (max-width: 1199px){
	.calendar_dv_box{padding:10px 0px;}
	.calendar_search .yy_mm{display: none;}
	.calendar_search .yy_mm_mobile{display: block;margin: 20px 0;text-align: center;}
	.calendar_search .yy_mm_mobile a{display: inline-block;width: 24px;height: 24px;border: 1px solid #ccc;box-sizing: border-box;vertical-align: middle;text-indent: -9999px;background: url(../img/common/arr_ico.png) no-repeat center center;background-size: 7px 12px;overflow: hidden;}
	.calendar_search .yy_mm_mobile a.btn-next{transform: rotate(180deg);}
	.calendar_search .yy_mm_mobile .title{display: inline-block;min-width: 150px;color: #333;font-size: 20px;text-align: center;vertical-align: middle;}
	.calendar_search .search{text-align: center;}
	.calendar_search .search .input-group .input-addon{display: block;width: 100%;margin: 15px auto 5px;padding-top: 15px;border-top: 1px solid #ddd;box-sizing: border-box;}
	.chk{width: calc(33.3% - 10px);margin-top: 10px;}
	.chk:nth-of-type(1), .chk:nth-of-type(2), .chk:nth-of-type(3){margin-top:0;}
	.chk:nth-of-type(3n-3){margin-right:0;}
	.chk input[type="checkbox"] + label{font-size: 13px;}

}



@media screen and (max-width: 767px){

	.mobile_block{display: block !important;}
	.mobile_none{display: none !important;}

	.event_calendar_table_top{display: none;}

	.event_calendar_table th{background-color:#fff;color:#222;}
	.event_calendar_table th + th{border-left:none;}
	.event_calendar_table td{height: 35px;padding: 12px !important; border:0; text-align: center !important;}
	.event_calendar_table .today:after{content:'';position:absolute;left: 50%;top: 50%;display:block;width: 46px;height: 46px;margin-left: -23px;margin-top: -23px;background-color: #e8ebee;border-radius: 50%;z-index: -1;}
	.event_calendar_table .select:after{content:'';position:absolute;left: 50%;top: 50%;display:block;width: 46px;height: 46px;margin-left: -23px;margin-top: -23px;background-color: #005CB9;border-radius: 50%;z-index: -1;}
	.event_calendar_table .select strong a{color: #fff;}
	.event_calendar_table .mark{width:10px;height:10px;margin: 0 auto;background-color: #005CB9;border-radius: 50%;box-sizing: border-box;overflow: hidden;text-indent: -9999px;}
	.event_calendar_table .select .mark{background-color: #fff;}
	.event_popup{display: block !important;position: relative;background-color: transparent; background-image:none !important; overflow-y: auto;padding:0;}
	.event_popup_inner{width: 100%;margin: 20px auto;border-radius:0;border-top: 2px solid #61646d;border-bottom: 1px solid #cecfd3;}
	.ep_title{padding:10px;background-color:#f2f4f7;color:#222;font-size:18px;}
	.ep_body{max-height: none;padding:10px;}
	.ep_body li a{width: 100%;display: block;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.event_popup_close{display: none;}
	span.cate{min-width: 40px; font-size:1em;}

	.strategic_system .box:not(:last-child) {margin-bottom:30px;;}
	.strategic_system .box {flex-direction: column; gap:0px}
	.strategic_system .subj {width:auto; display: block; background: none; font-size:1.4em; color:#333; margin-bottom:0.5em;	}
	.strategic_system .subj br {display:none;}
	.strategic_system .box.arrow:after {width:100%}
	.strategic_system .list_b {flex-wrap:wrap;}
	.strategic_system .list_b > li {width:calc(50% - 5px); box-sizing:border-box; flex:inherit;}

}

@media screen and (max-width: 480px){
	.strategic_system .txt_a {font-size:1.5em;}
	.strategic_system .txt_b {font-size:1.5em;}
	.strategic_system .list_c, .strategic_system .list_d {flex-wrap:wrap;}
	.strategic_system .list_c > li, .strategic_system .list_d > li {width:calc(50% - 5px); box-sizing:border-box; flex:inherit;}
	.strategic_system .list_a .ico img {width:30px}
	.strategic_system .box.arrow {padding-bottom: calc(80 / 1100 * 100%); margin-bottom:10px}
	.strategic_system .box.arrow:after {padding-bottom: calc(80 / 1100 * 100%);	}

}

@media screen and (max-width: 320px){

	.chk{padding: 3px 3px;}
	.chk input[type="checkbox"] + label{font-size: 11px;margin-left: 0px;}

	.event_calendar_table td{height: 48px;}
	.event_calendar_table .today:after, .event_calendar_table .select:after{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}

}


/* ------------------------------------------------------------
 * Name      : mobile_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position: relative;}




/* 980px 이상 */
@media screen and (min-width:980px) {
	
  
    
}
/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1300px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
     
}


/* 1375px  이하 */
@media screen and (max-width:1375px) {
    .main_visual .visual_box_wrap {max-width:680px;}
    .main_visual .visual_box {float: none; width:100%;}
    .img_visual {height: auto;}
    .img_visual .notice_board > li img {max-height: none;}
    
}

/* 1220px 이하 */
@media screen and (max-width:1219px) {
  	.m_gnb_on {display: block;}
    .w_gnb {display: none;}
	#header .top_btns {right: 70px;}
    #inner_wrap {padding:0px 10px 30px 10px;}
    #inner_wrap.no_visual {padding-top:70px;}

	.main_visual .v_txt img {max-width:80%} 

    .w_gnb .gnb > ul > li > a > span {font-size: 18px;}

	
    
    #footer_navi > ul {text-align: center; float: none; width: 100%; }

	
	
    #footer .addressW {padding:90px 0px 30px 0px; background-position:center 20px; text-align: center;}
	#footerW .copy > p {text-align: center;}
	#footer .jum_menu {position: relative; right: auto; bottom: auto; margin: 0 auto;}
    
    .banner_wrap .main_banner {width: 50%;}
    .banner_wrap .main_banner:nth-child(3) {width:100%; float: none; clear: both;}
    
    .business_ico_list > li {float: none; width: 100%;} 
    
    .facility2 .info > li {float: none; width: 100%;}
    .facility2 .info > li:first-child {margin-top: 0px;}
    
    .atab.business_tab > li {width: 20%;}
    .atab.business_tab > li a {border-left:1px solid #ccc}

	 .mypage_quick_wrap {transform: translate(200px, -50%);}
	 .my_tab{display:block;}
    
}
/* 980px 이하 */
@media screen and (max-width:981px) {
    .top_searchW .inner_search {max-width: 100%; min-height: 100%;}

    .w_gnb {display:none;}
	#gnb_bar {display:none !important;}
	

    .sub_con {font-size:16px;}
    .radio_group > li {font-size: 16px;}
	.sub_con .inner {padding: 0px;}
    .inner {padding: 0px 10px;}
    .pop_wrap .pop_body {font-size: 16px;}
	
	.main_notice_wrap {padding-left: 0px; }
    .main_notice_wrap .tit_box {position: relative; left: auto; top: auto; width:auto; padding-right:0px; height:auto;}
    .main_notice_wrap .tit_box .n_tab {position: relative; right:auto; top:auto; overflow: hidden; padding: 10px 0px 20px 0px;}
    .main_notice_wrap .tit_box .n_tab > li {float: left; width: 33.333%; box-sizing: border-box;}
    .main_notice_wrap .tit_box .n_tab > li > a {width: 100%;}
    .main_notice_wrap .tit_box .m_tit {padding-bottom: 10px;}
    .main_notice_wrap .tit_box .more {right: 0px; left: auto; top:20px; bottom: auto;}
    
    #section2:before {display: none;}

	
	#footer .tab_btns_wrap {display: none;}
	
    .sub_visual .sub_txt {height:250px;}
    #sub_tit {font-size:40px;}
    .sub_visual .sub_txt > h2 {padding-bottom:0px}
    
	


	
    .title_bar:before {display: none;}
     


    .location {display: none;}
	
	

	.map_txt > li {float: none; width: 100%; border-top:1px solid #ccc; }
	.map_txt:after {display: none;}
	

	
	.atab.ico_tab li a .ico {display: block; max-height:45px; max-width:45px; margin: 0 auto; margin-bottom: 5px;}
	.atab li a {font-size: 1em;}
	
	.goods_spon {padding-left: 0px; background-size:500px auto; padding-top:400px; background-position:center top;}
	
    .title_bar .page_go {display: none;}
    
    .list4 > li {width:33.333% !important}
    
    .apply_bt > li {float: none; width: 100%;}
    
    .step_ico > li {width: 33.333%;}
  
    .process_wrap > li {width: 33.333%;}
    
    .facility_wrap .facility .pic {width:200px; }
    .facility_wrap .facility {padding-left: 220px; min-height: 200px;}
    
    .work_list_wrap > ul > li { width:20%;} 
    .work_list_wrap > ul.five > li {width:33.333%;} 
    
    .introduce {/*padding-right: 0px;*/padding:0px 0px 60px 0px;}
	.introduce.intro_pd{padding:0px 0px 60px 0px;}
    .introduce .br {display: none;}
    .introduce .pic {position: relative; right: auto; top: auto; padding-top: 10px;}

	.banner_list > ul > li {width:33.333%}

	.kdt_ul > li{width:50%;}

	.khp_dv{flex-wrap:wrap; flex-direction: column-reverse; margin: -10px 0px;}
	.khp_dv .khp_left{width:100%; padding:10px 0px;}
	.khp_dv .khp_left .table_line > table{height:auto;}
}

/* 768 이하 */
@media screen and (max-width:767px) {
    /*상단검색*/	
    .search_warp {padding:20px 65px 20px 0;}
    .search_warp .inp_search {line-height:35px; min-height:35px;}	
    .search_warp .btn_search span {line-height:35px;}
    .search_warp .btn_search {top:20px;}	
    .top_searchW .top_btn_close {bottom:-40px;}
    .top_searchW .top_btn_close img {max-width:40px;}	
    
    .section {font-size: 15px;}
    



	#header h1 a {background-size:cover !important}
	#header .top_btns {padding-right: 10px;}
    .top_menu {display: none;}
    .banner_wrap .main_banner {float: none; width: 100%;}
    
    
    .m_tit {font-size:30px;}
	.m_tit_txt {font-size: 18px;}
    
	#section3 {padding-bottom: 0px;}

    .main_visual .visual_box .m_tit {padding-top: 20px;}
    
    .slide_menu_inner .top_menu {display: block;}
    .slide_menu_inner .top_menu .inner {padding: 0px;}
    .slide_menu_inner .top_btns {margin: 0px; padding: 0px !important;}
    .top_menu .top_btns.left {float: none;}
    .slide_menu_inner .top_menu .top_btns.left > li {float: left; width:30%;}
    .slide_menu_inner .top_menu .top_btns.left > li:nth-child(2) {width:40%;}
    .slide_menu_inner .top_menu .top_btns.left > li a {min-width: auto;}
    .top_menu .top_btns.right {float:none; right: auto; border-top:1px solid #5ac485 }
    .top_menu .top_btns.right > li {float: left; width: 50%;}
    .top_menu .top_btns.right > li a {min-width: auto;}
    
    .main_quick > li {width: 33.33%; padding-bottom: 10px;}
    .ico_banner {padding-bottom:20px;}
    .ico_banner > li {width: 33.33%; padding-bottom: 10px;}
    
    #section5 .s_ban > li {width:25%}
    #section5 .s_ban > li .box {overflow: hidden; padding-bottom:39%; position: relative;}
    #section5 .s_ban > li .box img {width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
    
    .txt_visual {height: auto;}
    .txt_visual .bx-wrapper {height: auto;}
    .main_visual .txt_visual .bx-controls {bottom: -11px;}
    
    #footerW {padding-top: 0px; margin-top: 50px; padding-bottom:0px;}
    #footer .addressW {padding:10px; padding-top: 0px; text-align: center}
    #footerW .familySite {display: none;}
    #footer .addressW .copy {padding-top:10px;}
    #footer .go_top > a {padding: 7px;}
	
	
    #footer_navi {padding-bottom: 0px;}
    #footer_navi > ul {text-align: center; padding:15px 0px;}
    #footer_navi > ul li {padding: 0px 13px;}
    #footer_navi > ul li a {font-size: 13px;}
    #footer .addressW {font-size: 13px;padding:15px 10px; background: none;}

	
	#footerW .copy > p {font-size: 12px;}
	#footer .go_top {display: none;}
	#footer .go_sns {display: none;}
     #lnb_wrap .lnb {padding-left: 62px; position: relative;}
    #lnb_wrap .ico_home {float: none; position: absolute; left: 0px; top: 0px;}
   

    
	.sub_con {font-size:15px;}
    .pop_wrap .pop_body {font-size: 15px;}
    .radio_group > li {font-size: 15px;}
    .title_bar {margin-bottom:35px; padding:25px 0px 20px 0px;}
	.title_bar h2 {font-size:35px;}

	
	

	.b_txt {font-size:17px; padding: 30px 0px 15px 0px}
	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}
     
	.s_tit {font-size:24px; margin-top: 40px;}
	.ss_tit {font-size:20px}
	.s_tit_txt {font-size:20px;}

	
	.sub_visual .sub_txt > h2 {text-align: center !important}
	
    
    .ico_note {padding-left:20px; background-size:15px auto; }

    
    .b_table.long > dl {padding-left:0px;}
    .b_table.long {padding-top:10px;}

    .b_table.long > dl > dt {position: relative; padding-bottom: 0px;}
    /*atab*/
    .atab li a {height: 55px;}
    .atab li.on {margin-top: 0px;}
    .atab li.on a:after {width:16px; height:16px; bottom: -18px;}

    .btn-tc > a {margin: 0px;}
    
    .find_cell {padding-right: 0px !important}
    .find_cell .cell {float: left; width: 50%; box-sizing: border-box;}

    .find_cell .bt {display: block; position: relative; right:auto; top:auto; width: 100%; clear: both; padding-top: 5px;}
    
     .join_step {margin-bottom: 10px;}
    .join_step > ol > li {font-size: 14px;}
    
    .btab li a {padding:5px 0px; font-size:15px;}
	
    
	.m_th_b {width:115px !important;}
	.m_th {width:95px !important;}
    .m_th_s {width:75px !important;}
    .m_th_ss {width:55px !important;}
	
	.greeting_top {background-position:60% top }
	#lnb_tit {font-size: 14px; line-height: 50px; height: 50px;}
	#lnb_tit2 {font-size: 14px; line-height: 50px; height: 50px;}
	#lnb_tit3 {font-size: 14px; line-height: 50px; height: 50px;}
	#lnb_wrap .ico_home a { line-height: 50px; height: 50px;}
	
	.title_bar {margin-bottom: 25px;}
    
    
	
	.greeting .first {font-size: 30px;}
	.vision_step > li {font-size: 16px;}
	
	.number_list > li {padding:4px 0px 4px 40px;}
	.number_list > li .num {width:30px; height:30px; line-height: 30px;}
	.line_bg {padding-bottom:30px;}
	

    
	.spon_type_wrap > h4 a {font-size: 16px;}
	
	.list_count {padding-left:23px; background-size:15px auto; background-position:left 3px; }
	

    
	
	.b_tit {font-size: 2em;}
	.b_tit_s {font-size:1.25em}

    
    
	
	.gray_wrap2 {margin-bottom: 30px;}
    
    .bg_wrap {padding-top:30px; padding-bottom: 30px;}
    
    .ico_box {padding:15px 10px 15px 65px;}
    .ico_box .ico {left: 10px; width: 40px;}
    
    .list6 > li {width: 33.333% !important;}
    .list4 > li {width:50% !important;}
    .business_list > li .box .txt {min-height:80px;}
    
    .b_name_wrap .info > li {font-size: 14px; line-height:22px;}
    .b_name_wrap .info > li .txt_s {height:22px; line-height:20px;}
    .b_name_wrap .info > li {float: none;}
    
    .table_two_wrap > table {float: none; width: 100%;}
    
    .agree_table:before {display: none;}
    .agree_table {padding-right: 0px; padding-bottom:60px;}
    .agree_table .check_area {width: 100%; left: 0px; bottom:0px; right: auto; top: auto; height:45px; box-sizing: border-box; background: #fff; text-align:left; transform: none; -webkit-transform: none; border-top:1px solid #ccc; padding: 10px 0px 0px 10px; }
    .agree_table .check_area br {display: none;}
    
    .facility_wrap .facility {padding-left: 0px;}
    .facility_wrap .facility .pic {width: auto; position: relative; left: auto; top: auto; text-align: center; padding-bottom:15px;}
    .facility2 {padding-left: 0px;}
    .facility2 .pic {width: auto; height: auto; position: relative; left: auto; top: auto; text-align: center; padding-bottom:15px;}
    
    .map_wrap {height: 350px;}
    
    .history_box .img {display: none;}
    .history_box:before {left: 0px; margin-left: 0px;}
    .history_box > h4 {width:calc(100% - 10px); width:-webkit-calc(100% - 10px); box-sizing: border-box;}
    .history_box > ul:before {left:8px;}
    .history_box > ul:after {left: 0px; margin-left:-10px;}
    .history_box > ul > li {padding-left: 10px !important; padding-right:0% !important; min-height: auto; padding-bottom: 30px;}   
    .history_box > ul > li > .history_txt {padding-top:0px; padding-left:35px !important; padding-right: 0px !important; }
    .history_box .history_txt .year_s:after {width:42px; right: auto !important; left: -7px !important;}
    .history_box .history_txt .year_s {text-align: left !important; padding-right: 0px !important;}
    .history_box .history_txt ul > li {padding-left: 60px !important; padding-right: 0px !important; text-align: left !important;}
    .history_box .history_txt ul > li .month {left: 0px !important; right: auto !important;}
    .history_box .img {position: relative !important; left: auto !important; right:auto !important; top: auto !important; max-width:none; padding-bottom: 10px;}
    
    .history_tit {padding-left: 0px; margin: 0px;}
    .organization_chart {font-size:12px;}
    .organization_chart .one.start {max-width: 130px; line-height: 130px;}
    .organization_chart .three_wrap > ul > li > a {height: 60px;}
	.organization_chart .four_wrap > ul > li > a {height: 60px;}

	.organization_chart .new_team:after {height: 174px; top: -172px;}
    

    .atab.map_tab li .br {display: block;}

	.banner_list > ul > li {width:50%}

	.my_tab > li > a{padding:5px 10px; !important;}
	.my_tab{margin-bottom:20px;}
	
	.khp_ul {margin:-5px;}
	.khp_ul > li{width:50%; padding:5px;}
	.khp_ul.khp_arr_ul > li .box{min-height:115px;}
	.khp_ul > li .box .box_stxt .br{display:none;}

}





/* 600 이하 */
@media screen and (max-width:599px) {
    

    .line_tit {font-size: 20px;}
    .line_tit:after {height: 5px;}
    #footer_navi > ul li {font-size: 13px;}
    #footer .addressW {text-align: center; font-size: 12px;}
    
    
    .pop_wrap .pop_head .title {font-size:18px; color: #fff; padding: 17px 55px 18px 15px !important;}
    .pop_wrap .pop_body {padding:10px;}
   
    
   
	#w_lnb {display:none;}
	#m_lnb {display:block;}
    
     .login_wrap {padding:15px;}

    
    .signup {padding:10px 0px 5px 0px;}
    .signup li input {height: 50px; font-size: 14px;}
    .login_wrap .id_save {font-size:14px;}
    .find_idpw a {font-size: 14px;}
    .login_wrap .login_bt .btn {line-height:30px; font-size:18px;}
    .join_go > a {line-height:30px; font-size:18px;}    
    .layers_wrap .layers {padding:10px; font-size:0.95em;}
    .error_wrap .error_msg {font-size:26px;}

    .table_line {width: 100%; overflow: auto;}

    .join_step {margin-bottom: 10px;}
    .join_step > ol > li {font-size: 14px;}
    .bt_include {padding:0px 0px 45px 0px;}
    .bt_include2 {padding:0px 0px 35px 0px;}
    .bt_include .add_bt {position: absolute; right: 0px; top: auto; left: 0px; bottom:0px;}
    .bt_include .add_bt a {display: block;}
    .m_block600 {display: block !important; margin-bottom: 3px !important; float: none !important;}
    
	.web_dis {display: none;}
	.mb_dis {display: block;}
	
    
    #add_date {padding-right: 0px; padding-bottom:45px;}
    #add_date .bt {left: 0px; bottom: 0px; top:auto; padding-right: 40px;}
    #add_date .bt a {display: block; }
    #add_date .bt .tooltip {right: 0px; top: 0px; position: absolute;}
    #empty a {display: block;}
    .br_box {padding:15px;}
    

    
    .m_box {padding:20px;}
    .more {right:0px; top:10px;}
    .more a {font-size: 14px;}
    
    .day_day .select_ds {width: 50% !important;}
    .day_day .select_ds:last-child {clear: both; width: 100% !important; max-width: 100% !important; margin-top:10px; padding: 0px !important}
    .day_day .select_ds.one {width: 100% !important; padding: 0px !important}
    .day_day .select_ds.one .pa_label {position: relative !important; left: auto; top: auto; margin: 0px; text-align: center; }
    .day_day .select_ds.one .pa_minus {display: none;}
	
	.day_time .select_ds {width:100% !important; margin: 5px 0px 0px 0px !important;}
    .date_picker img {margin-top: -15px; width: 30px; height: 30px;}
   

    .big .ez-radio {width:20px;height:20px; background-size: 20px auto}
    .big .ez-hide {width:19px;height:19px;}
    
    .over_layerW {position: relative;}
    .over_layer {overflow:auto;}
    .over_layerW:after {display: block; content: ""; width:10px; height: 100%; position: absolute; right: 0px; top: 0px; background: url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > div {min-width: 600px;}
    .guide_name {padding: 20px; background:#f1f2f6;}
    .sss_tit .ib.point_c.fn {display: block; font-size: 0.85em;}
    
	.ico_dl {padding: 20px;}
	.ico_dl .ico {display: none;}
	
	.visitw > ul > li {float: none; width: 100% !important; padding-top:40px; min-height: auto; border:none; padding: 30px 0px 15px 0px;}
    .visitw > ul > li:before {background: url(../img/common/arrow_b.png) no-repeat center center; width: 30px; height: 30px; left: 50%; margin-left:-15px; top:-15px;  margin-top: 0px !important; }
 
	.sub_visual .sub_txt > h2 img {max-width:60%}
	
    .list6 > li {width:50% !important;}
    .business_list > li .box .txt {min-height:65px;}
    .business_list.list2 > li .box .txt {min-height:30px;}
    
    .business_list > li .box .txt.long {min-height:110px;}
    
    .process_wrap > li {width: 50%;}
    .process_wrap > li > dl {min-height: 290px;}
    
    .atab.business_tab > li {width: 33.333%;} 
    
    .work_list_wrap > ul > li { width:33.333%;} 
    .work_list_wrap > ul.five > li {width:50%;} 
    
    .atab.map_tab li {width: 33.333%;}
    .atab.map_tab li > a {border-left:1px solid #ccc;}

	.modify_ul > li{width:100%;}
	.modify_ul > li > a{min-height: inherit;}

	.khp_ul > li, .khp_ul.three > li{width:100%;}
	.khp_ul.khp_arr_ul > li .box{min-height:inherit;}
	.khp_ul.khp_arr_ul > li:before {background: url(../img/common/arrow_b.png) no-repeat center bottom;
        left: 50%;
        margin-left: -20px;
        top: -10px;
        margin-top: 0px !important;}
	
	.kdt_ul > li .box{min-height:145px; padding:15px;}
	.kdt_ul > li .box .kdt_dw{flex-direction: column;}
	.kdt_ul > li .box .kdt_dw .box_img{margin-bottom:10px;}
	.kdt_ul > li .box .kdt_dw .kdt_txt{padding-left:0px; text-align: center;}

	.br{display:none;}

    
}



/* 480px 이하 */
@media screen and (max-width:479px) {
    .section {font-size: 14px;}
    #section5 .bg_area .first {padding: 0px 30px;}
    #section5 .bg_area .first:before {width: 20px; background-size:20px auto}
    #section5 .bg_area .first:after {width: 20px; background-size:20px auto}
	.slide_menu_inner .top_menu .top_btns.left > li {width:100% !important}
	.slide_menu_inner .top_menu .top_btns.left > li a {line-height:30px}
	.top_menu .top_btns.left > li {border:none !important; border-top: 1px solid #5ac485 !important;}


	#header .tab_btns_wrap {display: none;}
	
	#header h1 a img {height:30px;}
	
	#header .top_btns {padding-right: 15px;}
	#header .top_btns > li .m_topbtn {font-size: 13px;}
	#header .slide_menu_wrap .tab_btns_wrap{display:block;}
	#header .slide_menu_wrap .tab_btns_wrap .top_btns {display:block; padding-right:0px;}
	#header .slide_menu_wrap .top_btns > li.bt {padding-right:0px;}
    
   
	.in_header {height: 60px;}

    .notice_board2 .box > a {padding-left: 0px;}
    .notice_board2 .box > a .type {height: auto; line-height:30px; position: relative; left:auto; top:auto; margin-bottom: 10px;}
    .notice_list > li {float: none; width: 100%;}
    
    .notice_list > li .box .txt_t {font-size:15px; line-height:22px; height:44px; margin-bottom:10px;}
    .notice_list > li .box {height: auto;}
    
    #section5 .bg_area .first {font-size: 1em;}
  
    .slide_menu_inner .top_btns > li a {font-size: 12px;}
    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding: 10px 10px 10px 5px;}

    .main_visual #visual_counter {font-size: 23px;}
    .main_visual #visual_counter {font-size:20px; bottom: 30px;}
   
    .main_quick > li > a .ico img {width:80px;}
    
    .content_db #pronext3 {margin-right: 5px;}
    .content_db .bx-wrapper .bx-controls-auto {width:35px;}
    .content_db #proprev3 {margin-right:65px;}
    .db_slide .box > a .pic {width: 85px; height: 85px;}
    .db_slide .box > a .txt_t {padding-top: 0px;}
    .content_db {min-height: auto;}
    
    .db_slide .box > a {padding-left:100px; min-height:95px;}

	.m_tit {font-size: 24px; padding:30px 0px 20px 0px;}
	.m_tit_txt {font-size: 16px;}

	.section {padding: 30px 0px; font-size: 14px;}
   
    
    #footer .go_top {display: none;}
    #footerW {margin-top: 20px;}
    #footer .addressW address {margin: 0px;}
    #footer .addressW address strong {display: block;}
    #footer .addressW address span {padding: 2px 5px;}
    #footer_navi > ul li a {font-size: 12px;}
    #footer_navi > ul li {margin-left: 0px; padding: 0px 5px}
    
    #position3 {padding:40px 0px 100px 0px;}
    .pop_wrap .pop_head .title {text-align: left !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display: none;}
    .pop_wrap .x_btn {right:15px; }
    
    
	
    #add_date .bt .tooltip {height: 36px; line-height: 34px;}
    
   
    #sub_tit {font-size:28px;}
    .sub_visual .sub_txt .date {font-size: 20px;}
    .sub_visual .sub_txt .place {font-size: 20px;}
    .sub_visual .sub_txt {height:120px; padding-left: 10px; padding-right: 10px;}
	
    
   /* #lnb_wrap {background:#004c28;  height: auto;}
    #lnb_wrap .lnb {padding-left:0px; position: relative;}
    #lnb_wrap .lnb .lnbs:after {display: none;}
    #lnb_wrap .ico_home {display: none}
    #lnb_tit {display: none;}
    #lnb_wrap .lnb .lnbs {width:100%; border: none; box-sizing: border-box;}
    #lnb_tit2 {padding-left:0px; padding-right: 0px; text-align: center; color: #fff; line-height:51px; height:51px; background: url(../img/common/lnb_arrow3.png) no-repeat right center; font-size: 14px; border: none;}
    
    #lnb_tit2.on {background:url(../img/common/lnb_arrow3_on.png) no-repeat right center;}
    #lnb_wrap .lnb .lnbs .copy_menu {top:52px; border: none; box-shadow:0px 1px 3px #ccc;}
    #lnb_wrap #gnb_menu {display: none !important;}
    .lnb ul li a {font-size: 14px;}
	.lnbs2 > ul > li > a {border-color:#d4d4d4 !important;}
*/
	#lnb_wrap .ico_home {display: none;}
	#lnb_wrap .lnb {padding-left: 0px;}
	
	#lnb_tit {padding-left:10px; font-size: 13px;}
	#lnb_tit2 {padding-left: 10px; font-size: 13px;}
	#lnb_tit3 {padding-left: 10px; font-size: 13px;}
	.lnb ul li a {padding-left:10px; padding-right: 10px;}
	.lnb .four_depth li a {padding-left: 25px;}
	.lnb .four_depth li a:before {left: 15px;}
	
	
    .ico_box > li {width: 50%;}
    .ico_box > li .ico img {max-width:70px;}

   
    
    .map_wrap {height:300px;}
    .map_wrap .wrap_map {height:300px !important;}
    .map_txt > li > p {font-size: 14px; min-height: auto; padding:10px 0px 10px 36px;}
    .map_txt > li .ico {top:5px; width: 30px;}
    .map_txt > li .ico img {width: 30px;}
    .map_txt > li {padding-left: 10px; padding-right: 10px;}
    .ico_note {padding-left:18px; background-size:13px auto; }

    .join_step > ol > li .ico {width:60px;}
	.join_step > ol > li:before {top:19px; background-size:20px auto;}
	.join_step > ol > li .txt {font-size:14px;}
	
	
   
	.btn-tc > a {margin:5px 0px; display: block; width: auto !important}
	.subject {padding-left:10px;}
	.bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}
	/*.paging a {width:23px;}
	.paging a.prev, .paging a.next, .paging a.first, .paging a.last {width:33px;}*/
    .block_m {display: block;}
    .block_m.fl {float: none;}
    .list_btn .block_m {margin: 2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display: block;}

    .s_tit {padding: 0px 0px 10px 28px; font-size: 20px; background-position:left 5px; background-size:20px auto; }
	.s_tit_txt {font-size:18px; margin-top: 0px; padding-left: 28px;}
    .s_tit:before {width: 22px; height: 22px; top:1px;}
    .s_tit:after {width: 22px; height: 22px; top:1px; background-size:4px auto; }
    .sub_con > .s_tit:first-child {margin-top: 0px}
	.ss_tit {font-size: 18px; margin-top:25px; padding-left:13px}
    .ss_tit:before {width:4px; height:16px; top:5px;}
	.sss_tit {font-size:19px; margin-top:25px;}

    .s_txt_r {margin-top: -25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top: -45px;}
    .txt_in {padding-left:13px;}
	.b_txt {font-size: 15px;}
	#inner_wrap {padding-bottom:20px;}
    #inner_wrap.no_visual {padding-top: 30px;}

  
    
    .sub_visual .sub_txt .cell .sub_tit_s {font-size: 20px; padding-bottom: 20px;}
    .sub_con {font-size:13px; }
    .pop_wrap .pop_body {font-size: 13px;}
    .radio_group > li {font-size: 13px;}
    .layerPop {font-size:0.95em; }
    .title_bar {padding:15px 0px 20px 0px; margin-bottom:10px; background-size:auto 60px; }
	.title_bar h2 {font-size:22px; }

    .title_bar .s_txt br {display: none;}
    .title_bar .s_txt2 {font-size: 1.25em; padding-top: 0px; margin-bottom:15px;}
    .view_tit {padding: 10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}    

    .w_name {width: 70px;}
    .w_date {width:80px;}
    .m_block {display: block !important; margin-bottom: 3px !important; float: none !important;}
    .scrollbox {height:120px; }
    .atab {margin-bottom: 20px;}
	.atab li a {font-size: 1em; height: 50px; line-height: 140%;}
    .atab.five li a {word-break: break-all;}
	.atab.ico_tab li a {height:80px; line-height:130%; font-size: 0.95em;}
	.atab.ico_tab li a .ico {max-height:35px; max-width:35px;}
    
	
    .b_table > dl {font-size: 16px; padding-left:0px;}
    .ul_table > ul > li {font-size: 16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    .b_table {padding-top:10px;}
    .b_table > dl > dt {font-size:16px; padding-top: 13px;}
    .b_table > dl > dd {min-height:20px; font-size: 13px;}
    .b_table > dl > dt {position: relative; padding-bottom: 0px;}
    .input_etc .pa {font-size:13px; line-height:36px;}
    input.input5 {height:36px; padding: 0px 5px; line-height: 34px; font-size: 13px;}
    .textarea {padding:5px 5px; font-size: 13px;}
    .b_table .btnNormalB span {padding: 0px 18px; height: 36px; line-height: 34px; font-size: 13px;}
    .security_code .code .num {height:34px; line-height: 32px; font-size: 14px;}
    .file_input label {height:36px;  line-height:34px; font-size: 13px;}
    .radio_group {margin-top:-5px;}
    
	.list_count {padding-left:20px; background-size:15px auto; background-position:left 3px; }
   
    
    .find_box {padding: 0px 0px 10px 0px;}
    .find_cell .bt {overflow: hidden;}
    .find_cell .bt > a {width: 50%; float: left;}
    .find_cell .bt > a > span {display: block; padding: 0px; margin: 0px 2px; }  
    .print_bt {display: none !important}
    .gray_box {padding:5px;}
    .complete_box {padding: 10px;}
    
    .main_content {padding:0px 0px 10px 0px;}
    .good_bt {padding:10px 0px;}
    .good_bt button {padding:3px 0px 3px 30px; background-size:24px auto !important; font-size: 14px; background-position: left center !important}
    .down_file > span {background-size:11px auto; padding-left: 16px; }
    

    
    
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size: 12px;}
    
    .tit_ico {height:19px; line-height:18px;}
    
	
    .board_w > ul {padding: 10px 15px;}

    

    .btab li a {font-size:14px; min-width:90px;}
    .point_box {padding: 10px;}
    
    .step_gudie > li .box {height: 140px;}
    .guide_name {padding:10px;}

    .data_table > li .txt_t {width: 100px;}
    
	
    .bul_list {padding-left: 57px !important}
    .bul_list .txt_t {line-height:20px; font-size: 13px; padding: 0px 5px; min-width: 50px;}
    
    .b_check_box {padding: 10px;}
    #inner_wrap .b_check_box .board-write th {font-size: 1.05em !important;}
	


    
    
	.num_list > li .num {width: 30px; height: 30px; line-height: 30px;}
	.num_list > li {padding: 4px 0px 9px 41px;}


    
	.gray_wrap {margin-top: 30px; padding-top:10px; padding-bottom: 30px;}

    
	.first_txt {font-size: 1.4em; padding-bottom:25px;}
	.first_txt .br {display: none;}
	

    
	.line_bg {padding-bottom:20px; background-size:auto 10px; }

    .sub_wrap_2 #lnb_wrap .lnb .lnbs {width: 50%;}
    .sub_wrap_6 #lnb_wrap .lnb .lnbs {width: 50%;}
    
    .b_name_wrap .info > li {font-size:13px; line-height:20px;}
    .b_name_wrap .info > li .txt_s {height:20px; min-width: 67px; line-height:18px;}
    .apply_bt > li .bt {height: 30px; line-height: 28px;}
    
    .join_box > ul > li {float: none; width: 100%;}
    
    .select_ds.pr60 {padding-right: 50px !important;}
    
    .first-box {padding:20px 15px 20px 25px;}
    
    .first-box:before {width: 60px; height: 48px; background-size: 100% auto;}
    
    .ico_txt {padding:5px 0px 5px 40px;}
    .ico_txt:before {width:32px; height:32px; background-size:13px auto !important}
    
    .ico_box2 {padding: 15px 10px 15px 60px;}
    .ico_box2 .ico {left: 15px;}
    .ico_box2 .ico img {max-height: 40px; max-width: 30px;}
    .process_wrap > li {padding: 5px;}
    .process_wrap {margin: -5px;}
    
    .facility_wrap .facility .info > li {padding-left: 86px;}
    
    .facility2 .info > li .txt_t {padding-left: 38px; padding-top: 5px; padding-bottom: 5px;}
    .facility2 .info > li .txt_t .ico {width: 30px; height: 30px;}
    .facility2 .info > li {padding: 5px 0px 5px 100px;}
    
    .ico_customer > li {background-size:30px auto !important; padding: 4px 0px 4px 35px; min-height: 24px; font-size: 14px;}
    .work_list_wrap > ul.five {margin:-10px;}
    .work_list_wrap > ul.five > li {padding: 10px;}
    .work_list_wrap > ul {margin:-10px -5px;}
    .work_list_wrap > ul > li {padding:10px 5px;}
    
    .history_top {margin-top:0px;}
	.history_top > p {height:120px; font-size: 2em;}
	.history_top .ico {margin-top: 0px;}
	.history_top .ico img {width:40px;}
	.history_box .history_txt ul > li {min-height: auto;}
	.history_box .history_txt .year_s {font-size: 20px; padding-top:4px;}
    .organization_chart {font-size: 9px;}
	.organization_chart .one {font-size:1.5em;}
    .organization_chart .one.start {max-width: 100px; line-height: 100px;}
    .organization_chart .two {padding: 5px 10%;}
    .organization_chart .three_wrap > ul {padding: 0px 2px;}
	.organization_chart .four_wrap > ul {padding: 0px 2px;}
	.organization_chart .three {height:60px;}
	.organization_chart .three a {height:60px; padding: 0px 10px; box-sizing: border-box; word-break: break-word;}
    
    .atab.map_tab li {width:50%;} 
    
     .search_result .box {padding:15px 0px 0px 15px;}
	.search_list > li:before {top: 5px;}

	.banner_list > ul {margin:-5px;}
	.banner_list > ul > li {padding:5px;}
	.banner_list .box {padding:15px;}
	.banner_list .box .type {padding:2px 8px; font-size: 12px;}

	.organization_chart .new_team:after {height: 138px; top: -138px;}

	

}





/* 320px 이하 */
@media screen and (max-width:320px) {
    .main_company h3 {font-size:24px; }
    .atab li a {font-size:12px;}

    .bt_application a {padding: 0px 18px;}
    .bt_application a span {text-align: center;}
    .btns > li {width:100%; float: none; padding:2px 0px;}
    .btn-tc {padding:20px 0px;}

}








