@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      :web_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
body.fixe {overflow:hidden;}
.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%}
.pc_view {display:block}
.mb_view {display:none}



#header.down, #header.over {background:#fff; box-shadow:0px 0px 13px rgba(0, 0, 0, 20%);}

/*#header.down h1 img, .sub_wrap #header h1 img  {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}*/
#header.down h1 a, #header.over h1 a {background: url(../img/common/logo2.png) no-repeat left top/cover;}
#header.down h1 a img, #header.over h1 a img {opacity: 0;}
.down .w_gnb .gnb > ul > li > a, .over .w_gnb .gnb > ul > li > a {color:#000;}
.down .top_search > button, .over .top_search > button {color:#000;}
.down .top_search > button img, .over .top_search > button img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
.down .top_search:before, .over .top_search:before {background:#000;}
.down .menu_btn a img, .over .menu_btn a img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}



/* header */
#header {width:100%; position:fixed; padding:0px 50px; left:0px; top:0px; z-index:9999; box-sizing:border-box; transition:all 0.3s 0s ease-in-out; border-bottom:1px solid rgba(255, 255, 255, 20%);}
.in_header {max-width:1720px; width:100%; height:100px; box-sizing:border-box; margin:0 auto; position:relative; z-index:9;}
#header h1 {position:absolute; left:0px; 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:flex; color:#fff; font-size:18px; align-items:center; transition:all 0.3s 0s ease-in-out;}
#header h1 a .ico {width:68px}
#header h1 a > strong {padding-left:10px;}
.top_search:before {display:block; content:""; width:1px; height:20px; background:#fff; position:absolute; left:-25px; top:50%; transform:translateY(-50%); opacity:0.4; transition:all 0.3s 0s ease-in-out;}
.top_search {position:absolute; right:45px; top:50%; transform:translateY(-50%);}
.top_menu {display:flex; align-items:center; position:absolute; right:40px; top:50%; transform:translateY(-50%); }
/*.top_menu > li:not(:first-child):before {display:block; content:""; width:2px; height:2px; border-radius:100%; border-radius:100%; background:#333; position:absolute; left:-1px; top:50%; margin-top:-1px;}*/
.top_menu > li:not(:first-child) {position:relative; margin-left:5px;}
.top_menu > li a {display:block; line-height: 0px; overflow: hidden; border-radius:100%; border: 1px solid #cdd0d2; background: #fff;}
/*

.searchPop {width:100%; position:absolute; left:0px; top:100%; background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee; box-shadow:0px 3px 5px rgba(0, 0, 0, 10%); padding:0px 5vw; font-size:18px;}
.searchPop .inner {width:100%; max-width:1400px; position:relative; height:193px; display:flex; justify-content:center; align-items:center;}
.searchPop .search_area_wrap {width:100%; margin-top:0px;}
.searchPop .search_area:before {background:#eff1f6}
.searchPop .search_area .input {background:none} 
.searchPop .close {position:absolute; right:0px; bottom:10px;} 
.searchPop .close a {color:#181818; font-weight:400; line-height:1.4em;} 
.searchPop .x_btn {padding-left:24px;}
.searchPop .x_btn:after {display:block; content:""; width:20px; height:4px; background:#333; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:55%; left:10px}
.searchPop .x_btn:before {display:block; content:""; width:20px; height:4px; background:#333; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:55%; left:10px;}
.search_area_wrap {margin:20px auto 0px auto; max-width:925px; position:relative;}
.search_area {display:flex; overflow:hidden; border-radius:60px; height:82px; align-items:center; position:relative; z-index:1; padding:0px 0px 0px 50px; font-weight:500; margin-bottom:25px;}
.search_area:before {content:""; width:calc(100% - 105px); background:#fff; position:absolute; left:0px; top:0px; bottom:0px; z-index:-1; }
.search_area .input {border:none; outline:none; flex:1; width:100%;}
.search_area .check {min-width:160px; color:#999999;}
.search_area .btn {min-width:140px; height:100%; display:flex; justify-content:center ;align-items:center; color:#fff; font-size:1.444em; line-height:1.3em; font-weight:600; border-radius:60px; background:#0162ff}

*/


/* wrap */
#wrap {width:100%; overflow:hidden; margin:0 auto;  transition:all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding-left:50px; padding-right:50px; padding-bottom:100px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1400px; margin:0 auto;}
.inner:after { clear:both; content:""; display:block;}
.bg_wrap {background:#f2f2f2}




.m_gnb_on {display:none;  position:absolute; right:10px; top:50%; box-sizing:border-box; transform:translateY(-50%);}
.m_gnb_on .menu_btn {margin:0 auto;}
.menu_btn {position:absolute; right:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); box-sizing:border-box; display:block; }
.menu_btn a {width:22px; height:22px;}
.menu_btn a img { transition:all 0.3s 0s ease-in-out;}

.menu_btn a span {display:none;}
.menu_btn a:after {display:none;}
.menu_btn.active a {background:none;}
.menu_btn.active span {display:block;}
.menu_btn.active a img {display:none;}
/*.menu_btn a:before {display:block; content:"Menu"; position:absolute; right:100%; top:0px; line-height:20px; color:#fff; font-size:16px; padding-right:10px; font-weight:400;}*/





/* GNB */
.w_gnb {padding:0px 300px 0px 300px;}
.w_gnb .gnb {max-width:680px; margin:0 auto; box-sizing:border-box; padding:0px;}
.w_gnb .gnb > ul {display:flex; flex-wrap:wrap; justify-content:space-around}
.w_gnb .gnb > ul > li {text-align:center; flex:auto; padding:0px 5px; vertical-align:top; }

.w_gnb .gnb > ul > li > a {display:block; color:#fff;}
.w_gnb .gnb > ul > li > a > span {display:flex; justify-content:center; align-items:center; box-sizing:border-box; font-size:20px; font-weight:700; height:100px; transition:all 0.2s 0s ease-in-out; position:relative;}

.w_gnb .gnb > ul > li:hover > a > span { color: #2ab852;}
/*.w_gnb .gnb > ul > li:hover > a:after {display:block; content:""; width:8px; height:8px; border-left:1px solid #333; border-top:1px solid #333; position:absolute; left:50%; top:100%; margin:-4px 0px 0px -4px; background:#fff; transform:rotate(45deg); -webkit-transform:rotate(45deg); z-index:99}*/


.w_gnb .sub_menu {display:none; position:absolute; left:0%; width:100%; box-sizing:border-box; overflow:hidden; top:100%; padding:25px 0px 25px 360px; box-sizing:border-box; overflow:hidden;}
.w_gnb .sub_menu:after {display:block; content:""; width:1px; height:100%; position:absolute; left:360px; top:0px; background:#ccc; opacity:0.5;}
.w_gnb .sub_menu > li {float:left; width:25%; padding:7px 1.5%;}
.w_gnb .sub_menu > li > a {display:flex; height:50px; align-items:center; border:1px solid #ccc; border-radius:6px; font-size:16px; color:#000000; font-weight:600; padding:0px 20px; transition:all 0.2s 0s ease-in-out; word-break: keep-all;}
.w_gnb .sub_menu > li > a:hover {color:#2ab852; border-color:#2ab852;}


/*
.w_gnb .sub_menu  {position:absolute; left:50%; width:140%; transform:translateX(-50%);padding-top:20px; box-sizing:border-box; overflow:hidden; top:100%; display:none; padding-bottom:20px;}
.w_gnb .sub_menu > li {padding:5px 0px 5px 0; letter-spacing:-0.5px;}
.w_gnb .sub_menu > li > a {display:block; font-size:15px; text-align:center; color:#cccccc; font-weight:400; padding:3px 0px;  line-height:18px;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration:underline;}
*/


.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 {border-top:1px solid #ccc;position:absolute; display:none; left:0%; top:100%; width:100%; background:#fff; box-shadow:0px 2px 5px rgba(0, 0, 0, 10%)}
.gnb_bar_in {max-width:1720px; margin:0 auto; box-sizing:border-box; padding-left:360px; position:relative;}
.gnb_bar_in > span {font-size:36px; color:#000000; line-height:140%; position:absolute; left:100px; top:0%; height:100%; display:flex; align-items:center; z-index:9; font-weight:700; 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; }




.slide_menu_wrap {width:80%; max-width:510px; box-sizing:border-box; height:100%;  z-index:998; position:fixed; right:-90%; top:0px; bottom:0px; box-shadow:-1px 0px 5px rgb(0, 0, 0, 0.25); }
.slide_menu_wrap:after {display:block; content:""; width:0%; height:100%; background:#000; position:fixed; left:0%; top:0px; opacity:0.2;  transition:all 0.3s 0s ease-in-out;}
.slide_menu_wrap.on:after {width:100%}
.slide_menu_inner {height:100%; padding-top:70px; background:#fff; box-sizing:border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; z-index:2; position:relative;}

.slide_menu_wrap .m_gnb_on {display:none !important}
.slide_menu_wrap .top_menu_wrap {text-align:center; position:relative; right:auto; top:auto; display:block; transform:none;}
.slide_menu_wrap .top_menu_wrap > .top_menu > li svg .white {fill:#333}
.slide_menu_wrap .top_menu {padding:0px; background:#333;}
.slide_menu_wrap .top_menu > li a .lang {background:url(../img/common/ico_lang.png) no-repeat left center !important;  background-size:14px auto; color:#fff; font-weight:600;}
.slide_menu_wrap .top_menu > li:nth-child(2):before {display:block;}
.slide_menu_wrap .top_menu > li:before {background:#fff !important;}
.slide_menu_wrap .top_menu {transform:none; margin-bottom:5px; right:auto; top:auto; position:relative; display:flex;}
.slide_menu_wrap .top_menu > li {width:50%; box-sizing:border-box; float:none; padding:0px; text-align:center; margin:0px;}
.slide_menu_wrap .top_menu > li > a {background:none !important; color:#fff; display:flex; height:40px;justify-content:center; align-items:center; font-size:13px; font-weight:400; padding:0px;}
.slide_menu_wrap .top_menu > li > a img {opacity:1 !important}
.slide_menu_wrap .top_menu > li > a img.pa {display:none;}
.slide_menu_wrap .in_header {background:url(../img/common/logo2.png) no-repeat 40% center; height:95px; padding:0px; background-size:50% auto;}

.slide_menu_wrap .gnb > ul {overflow:hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom:1px solid #e2e2e2; transform:translateX(30%); -webkit-transform:translateX(30%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.slide_menu_wrap .gnb > ul > li > a {display:block; line-height:60px; font-size:18px; font-weight:600; color:#333; padding-left:50px; background:#fff;} 
.slide_menu_wrap .gnb > ul > li:hover > a {background:linear-gradient(-45deg, #2ab852, #253d92); color:#fff;}
.slide_menu_wrap .gnb > ul > li > a.on {background:linear-gradient(-45deg, #2ab852, #253d92); color:#fff; } 
.slide_menu_wrap .gnb .sub_menu {background:#fff; display:none; padding:10px 0px;}
.slide_menu_wrap .gnb .sub_menu > li {border-top:1px solid #eee;} 
.slide_menu_wrap .gnb .sub_menu > li:first-child {border-top:none;} 
.slide_menu_wrap .gnb .sub_menu > li > a {display:block; line-height:23px; padding:10px 0px 10px 50px; font-size:15px; color:#263e93; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; font-weight:500;} 
.slide_menu_wrap .gnb .sub_menu > li > a:hover {padding-left:55px; } 

.slide_menu_wrap .gnb .three_depth > li {padding:0px 0px 0px 55px; } 
.slide_menu_wrap .gnb .three_depth > li > a {display:block; line-height:130%; padding:5px 0px 5px 10px; font-size:14px; color:#d62a6a; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; position:relative;} 
.slide_menu_wrap .gnb .three_depth > li > a:before {display:block; content:""; width:5px; height:1px; background:#d62a6a; position:absolute; left:0px; top:50%;} 
.slide_menu_wrap .gnb .three_depth > li > a:hover {margin-left:5px;} 

.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;}



/* visual */
#section1 { padding:0px;}

.main_visual {width:100%; overflow:hidden; position:relative;}
.main_visual .bxslider > li {background-size:cover !important}
.main_visual .bxslider > li .bg_img {display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:1920px; height:980px; }
.main_visual .bxslider > li.active .bg_img {transform:scale(1.05) translate(-50%, -50%); transform-origin:center center; transition:all 3s 0s ease-in-out; }
.main_visual .bxslider > li.active .visual_txt {margin-top:-50px; opacity:1; transition:all 0.8s 0s ease-in-out; }
.main_visual .v_frame {display:flex; align-items:center; padding:0px 0px; height:980px; width:100%; text-align:center; max-width:1720px; margin:0 auto; position:relative;}
.main_visual .v_frame .visual_txt {opacity:1; font-size:24px; line-height:1.4em; font-weight:100; color:#fff; width:100%; text-align:center}
.main_visual .v_frame .visual_txt .txt_a {font-weight:300; font-size:3em; line-height:1.3em; padding-bottom:20px; }
.main_visual .v_frame .visual_txt .txt_b {line-height:1.4em;}
.main_visual .v_frame .visual_txt strong {font-weight:800;}



.main_visual .v_bt {width:20px; height:20px; box-sizing:border-box; z-index:99;}
.main_visual .v_bt > a {display:block; font-weight:100; text-align:center;  box-sizing:border-box;}
.main_visual .stop {margin-left:10px;}
.main_visual .stop a {display:block; color:#000; line-height:100%; font-size:1px; text-indent:-99999px; text-align:center; width:20px; height:20px;}
.main_visual .stop a.active {display:none;}
.main_visual .stop .bx-stop {background:url(../img/common/stop.png) no-repeat center center}
.main_visual .stop .bx-start {background:url(../img/common/play.png) no-repeat center center}


.main_visual #board_l1 {margin-right:15px;}
.main_visual #board_r1 {margin-left:15px;}


.visual_counter_wrap {width:100%; position:absolute; left:0%; bottom:40px; z-index:98; display: none;}
.visual_counter_wrap .visual_counter {position:relative; padding:0px 50px; display:flex; justify-content:center; align-items:center;}
.main_visual #visual_counter {z-index:98; min-width:65px; text-align:center; color:#fff; font-size:18px; font-weight:600; letter-spacing:0px;}


.main_visual .bx-controls {text-align:center; position:absolute; left:50%; transform:translateX(-50%); bottom:6%; width:100%; max-width:1440px; box-sizing:border-box; z-index:99;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {background: #fff; width: 13px; height: 13px;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {background: #fff;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {background: #fff; width: 34px; border-radius:30px; }





/* section */
.section {padding:90px 50px; font-size:18px; font-weight: 400; line-height:140%; word-break:keep-all}


@media (hover:none) {
    .hover:hover .ico_circle {background:#007dc6;}
}

.more {position:absolute; right:0px; top:0px;}
.more > a {display:flex; color:#000; font-weight:600; font-size:15px; align-items:center; text-indent: -99999px;}
.more > a > span {display:flex; width:40px; height:40px; justify-content:center; align-items:center; margin-left:10px; background:#fff; border:1px solid #ccc;  color:#000; position:relative}
.more > a > span:after {display:block; content:""; width:12px; height:4px; background:#000; position:absolute; left:50%; top:50%; margin-left:-6px; margin-top:-2px; transition:all 0.5s;}
.more > a > span:before {display:block; content:""; width:4px; height:12px; background:#000; position:absolute; left:50%; top:50%; margin-top:-6px; margin-left:-2px; transition:all 0.5s;}
.more > a > span:hover:after {transform:rotate(90deg);}
.more > a > span:hover:before {transform:rotate(90deg);}


.m_tit_wrap {text-align:center; padding:50px 0px 25px 0px; position:relative;}
.m_tit_wrap .dec {font-size:1.444em; line-height:1.4em; font-weight:400; padding-bottom:10px;}
.m_tit {padding:5px 0px 20px 0px; color:#000000; font-size:24px; line-height:120%; font-weight:800; letter-spacing:-1px; }
.m_tit_txt {margin:0px 0px 0px 0px; word-break:keep-all; color:#666666; font-weight:400; line-height:1.4em;}

#section2 {background:#ffffff; padding-bottom:0px;}

.main_tit {display: flex; align-items: flex-end; padding-bottom: 40px;}
.main_tit > h3 {font-size:36px; padding-right: 10px; line-height: 1.4em; color: #000; font-family:'GyeonggiTitleM'; font-weight: 300;}
.main_tit > h3 > strong {font-size:1.555em; line-height:1.4em; font-family:'GyeonggiTitleM'; font-weight:800;}
.main_tit .ico {min-width:fit-content;}


.main_quick {display:flex; width: 100%; margin: -12px;}
.main_quick > li {padding:12px; width:33.3333%;}
.main_quick > li > a {display:flex; flex-direction: column; min-height:225px; padding:30px 25px 15px 30px; background: #fff; border-radius:10px; box-shadow: 0px 0px 25px rgba(0, 0, 0, 10%); border:1px solid #fff; transition:all 0.2s 0.1s ease-in-out; }
.main_quick .txt_a {font-size: 1.555em; font-weight:800; color: #000; line-height:1.2em; transition:all 0.2s 0.1s ease-in-out;}
.main_quick .ico {position: absolute; right:20px; bottom:20px;}
.main_quick .txt {font-weight:400; color:#666666; padding-top:10px; font-size: 16px; line-height: 1.3em;  transition:all 0.2s 0.1s ease-in-out;}
.main_quick .arrow {display: block; margin-top: auto;}
.main_quick > li > a:hover {border: 1px solid #40cb71;}
.main_quick > li > a:hover .txt_a {color:#40cb71;}
.main_quick > li > a:hover .txt {color:#40cb71;}


.main_board_wrap {display:flex; flex-wrap:wrap; position:relative; align-items: flex-start}

.main_board_wrap .main_board {position:relative; width:23%; max-width:320px;}
.main_board_wrap .main_board:nth-child(2) {flex: 1; overflow: hidden; margin: 0px 55px; width:auto; max-width:none;}
.main_board_wrap .main_board:nth-child(3) {align-self: flex-end;}

.main_board .report {border: 1px solid #e3e3e3; display: flex; justify-content:center; align-items:center; height:365px; padding: 10px;}
.main_board .report:before {display: block; content: ""; width: 100%; height: 33%; position: absolute; left: 0px; bottom: 0px; background:#40cb71;}
.main_board .report a {display: block; width: 100%}
.main_board .report .pic {max-width: 186px; margin: 0 auto;}
.main_board .report .pic > span {display: block; padding-bottom: calc(248 / 184 * 100%); border: 1px solid #40cb71; position: relative; overflow: hidden; box-shadow:0px 5px 10px rgba(0, 0, 0, 10%);}
.main_board .report .pic img {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.main_board .report .txt_a {position: relative; color: #fff; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:500; line-height: 1.3em; height: 2.6em; text-align: center}


.main_board .tab {display:flex; margin-bottom: 30px; border: 1px solid #e3e3e3;}
.main_board .tab > li {flex: 1;}
.main_board .tab > li > a {height: 55px; display: flex; justify-content: center; align-items: center; color: #999999; font-weight: 800; line-height: 1.3em; background: #fff;}
.main_board .tab > li > a.on {background: #40cb71; color: #fff;}

.main_board .banner > li > a {display: flex; flex-wrap: wrap; height: 175px; overflow: hidden; border-radius:16px; color: #fff; padding: 20px 30px;}
.main_board .banner > li > a dl dt {font-size:1.44em; font-weight:800; margin: 5px 0px 0px 0px;}
.main_board .banner > li > a .arrow {display: block; width: 100%; margin-top: auto;}
.main_board .banner > li:nth-child(1) > a {background:url(../img/main/ico04.png) no-repeat right bottom #0085ff;}
.main_board .banner > li:nth-child(2) > a {background:url(../img/main/ico05.png) no-repeat right bottom #05cf5f;}
.main_board .banner > li:nth-child(2) {margin-top: 15px;}





.m_board {position:relative;}
.m_board .first_new {background:url(../img/main/line.jpg) repeat-x left bottom; display:flex; padding-bottom:35px; }
.m_board .first_new .day {display:flex; flex-wrap:wrap; min-width:fit-content; width:126px; height:126px; justify-content:center; align-items:center; text-align:center; align-content:center; font-size:18px; color:#000000; background: #eff3fc; border-radius:100%; font-weight:200;}
.m_board .first_new .day strong { width:100%; font-size:36px; line-height:1.3em; font-weight:800;}
.m_board .first_new a {flex:1; margin-left:5%; overflow:hidden}
.m_board .first_new a .tit {overflow:hidden;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#333; font-size:1.11em; font-weight:700; line-height:1.4em; height:2.8em;}
.m_board .first_new a .txt {display:block; margin:14px 0px 10px 0px; overflow:hidden;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#666666; font-size:16px; font-weight:400; line-height:1.4em; height:2.8em;}

.m_board .more {top:-63px; z-index:99;}

.m_board .news_list ul {padding-top:30px;}
.m_board .news_list ul li {display:flex; align-items:center; justify-content:space-between; position:relative; margin-top:5px;}

.m_board .news_list ul li:first-child {margin-top:0px;}
.m_board .news_list ul li a {flex:1; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; color:#666666; font-size:16px; font-weight:500;}
.m_board .news_list ul li .date {color:#999999; font-size:15px; min-width:100px; text-align:right;}
.m_board .main_board {color:#999999; font-size:15px; min-width:100px; text-align:right;}


#section4 {background: url(../img/main/bg_section4.jpg) no-repeat center top/cover;}
#section4 .inner {min-height: 980px;}
.main_banner_tit {padding-top: 130px; font-size: 1.5em; margin-bottom: 55px;}
.main_banner_tit .txt_a {color: #333333; font-size: 14px; font-weight: 700; line-height: 1.3em;}
.main_banner_tit h3 {font-size:2.21em; color: #1a4675; line-height: 1.1em; font-family: 'GyeonggiTitleM'; padding:10px 0px 30px 0px; font-weight: 800;}
.main_banner_tit .txt_b {color:#000000; font-weight:600;}

.main_banner {max-width:1150px; padding-left: 200px; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; margin: 0 auto; position: relative;}
.main_banner > li {margin: 0 auto; padding: 10px;}
.main_banner > li:nth-child(1) .box {background: url(../img/main/ban01.jpg) no-repeat center center/cover;}
.main_banner > li:nth-child(2) .box {background: url(../img/main/ban02.jpg) no-repeat center center/cover;}
.main_banner > li:nth-child(3) .box {background: url(../img/main/ban03.jpg) no-repeat center center/cover;}
.main_banner > li:nth-child(4) .box {background: url(../img/main/ban04.jpg) no-repeat center center/cover;}
.main_banner > li:nth-child(2) {margin-top: -90px;}
.main_banner > li:nth-child(3) {order: 4; transform: translateY(-90px)}
.main_banner > li:nth-child(4) { transform: translateY(40px)}
.main_banner .box {position: relative; border-radius:10px; overflow: hidden; width: 290px; height: 290px; padding: 20px; color: #000; font-size: 14px; display: flex; flex-direction: column; }
.main_banner .box * {z-index: 2; }
.main_banner .box:after { transition:all 0.2s 0.1s ease-in-out;  display: block; content: ""; width: 100%; height: 100%; background: #fff; position: absolute; left: 0px; top: 0px; z-index: 1}
.main_banner .box dt {font-size:1.71em; line-height:1.3em; padding-bottom:10px; font-weight:700; transition:all 0.2s 0.1s ease-in-out;}
.main_banner .box dd {color: #666666; font-size:1.14em; line-height: 1.2em; font-weight:500;  transition:all 0.2s 0.1s ease-in-out;}
.main_banner .box .num {font-weight: 700; display: block; transition:all 0.2s 0.1s ease-in-out; }
.main_banner .box .ico {text-align: right; margin-top: auto; transition:all 0.2s 0.1s ease-in-out; }
.main_banner .box .arrow {margin-top:20px; width: 88px; height:31px; display: flex; justify-content: center; align-items: center; font-size: 12px; line-height: 1.2em; border-radius:30px; font-weight: 500;  border: 1px solid #0085ff; color: #0085ff; transition:all 0.2s 0.1s ease-in-out;}

.main_banner .box:hover:after {opacity: 0;}
.main_banner .box:hover {color:#fff;}
.main_banner .box:hover .ico {opacity:0; }
.main_banner .box:hover .arrow {color:#fff; border-color:#fff;}
.main_banner .box:hover dd {color:#fff;}

.photonews_wrap {position:relative;}
.photonews {display: flex; flex-wrap: wrap; margin: -5px;}
.photonews > li {width: 25%; padding: 5px;}
.photonews > li > a {display: block;}
.photonews > li > a:hover .txt_a {color: #00a22d;}
.photonews > li > a:hover .date {color: #00a22d}
.photonews .pic {overflow: hidden; border-radius:6px; padding-bottom: calc(191 / 341 * 100%); position: relative;}
.photonews .pic > img {min-width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%)}
.photonews .txt_a {margin: 20px 0px 15px 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #666666; font-size:1.11em; font-weight:700; line-height: 1.3em; height: 2.6em; color: #333333; transition:all 0.2s 0.1s ease-in-out;}
.photonews .date {color:#999999; font-weight:600; font-size: 0.9em; transition:all 0.2s 0.1s ease-in-out;}


#section6 {border-top:1px solid #ccc;}
.partner_wrap {position: relative;}
.partner_wrap .arrow_group > span {display: flex; width: 32px; height: 32px; border: 1px solid #ebebeb; border-radius:10px; background: #fff; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); text-indent: -99999px; cursor: pointer}
.partner_wrap .arrow_group > span:after {width: 6px; height: 6px; display: block; content: ""; border-top:2px solid #000; border-left:2px solid #000; transform:rotate(-45deg)}
.partner_wrap .arrow_group > .nextArrow:after {transform:rotate(135deg)}
.partner_wrap .arrow_group .prevArrow {position: absolute; left: -50px;}
.partner_wrap .arrow_group .nextArrow {position: absolute; right: -50px;}
.partner_wrap > ul {display:flex;}
.partner_wrap li {padding:0px 5px;}
.partner_wrap .br {display:flex; height:72px; border:1px solid #ccc; justify-content:center; align-items:center;}
.partner_wrap .br img {max-height: 90%; max-width: 98%}


a.main_bt {display:inline-flex; min-width:185px; height:50px; background:#0083cb; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:space-between; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden}

a.main_bt .txt {flex:1; color:#fff; text-align:center; z-index:2;  transition:all 0.3s 0s ease-in-out; }
a.main_bt .plus {width:50px; border-left:1px solid #4da8db; display:flex; justify-content:center; align-items:center; font-size:20px; color:#80c1e5; font-weight:800; z-index:2}


a.over:after {display:block; content:""; position:absolute; top:0; left:-20px; z-index:1; width:120%; height:100%; border-radius:6px; background:#0a79d5; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86);}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}
a.over:hover .txt {opacity:0.7;}

a.line_bt {display:inline-flex; min-width:185px; color:#fff; height:50px; border:1px solid #fff; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:center; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden; transition:all 0.3s 0s ease-in-out;}
a.line_bt:hover {border-color:rgba(255, 255, 255, 50%)}

a.line_bt.over:after {top:0; left:-20px; z-index:-1; border-radius:6px; background:#000; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86); opacity:0.7;}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}



/* footer */
#footerW {clear:both; background:#eceff4; padding:0px 50px; box-sizing:border-box; margin:0 auto; position:relative;}
#footerW.z_over {z-index:101; position:relative;}
#footer_navi {display:flex; flex-wrap:wrap; height:80px; justify-content:space-between; position:relative}
#footer_navi:after {display:block; content:""; width:100vw; height:1px; background:#fff; position:absolute; left:50%; top:100%; transform:translateX(-50%);}

#footer_navi > ul {display:flex; flex-wrap:wrap; margin:0px -13px; align-items:center;}
#footer_navi .navi > li {padding:0px 13px; position:relative;}
#footer_navi .navi > li:not(:first-child):after {display:block; content:""; width:1px; height:14px; background:#ccc; position:absolute; left:0px; top:50%; margin-top:-7px;}
#footer_navi .navi > li a {display:block; font-size:16px; color:#333333; font-weight:600; line-height:1.3em; }
#footer_navi .sel_box {margin:0px -5px; width:50%; justify-content:flex-end}
#footer_navi .sel_box > li {padding:0px 5px;}
#footer_navi .sel_box > li select {height:50px; width:100%; min-width: 229px; font-size:16px; color:#333; font-weight:600;}


#footer { position:relative; max-width:1720px; margin:0 auto; }
#footer .go_top {position:absolute; right:0px; top:40px; z-index:99}
#footer .go_top > a {display:block; color:#333; text-align:center; border-radius:10px; background:#007dc6; padding:13px;}




#footer .addressW {padding:40px 90px 45px 345px; box-sizing:border-box; position:relative; font-size:16px; color:#999999; line-height:1.4em; font-weight:500; background:url(../img/common/logo2.png) no-repeat left 40px; }
#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 10px;}
#footer .addressW address .line {width:1px; height:16px; background:#6f737f; padding:0px;}

#footerW .copy {padding:20px 0px; color:#fff; z-index:1; font-size:15px; position:relative;}
#footerW .copy:Before {display:block; content:""; width:100vw; height:100%; background:#1a4675; position:absolute; left:50%; top:0px; transform:translateX(-50%); z-index:-1}



#footerW.z_over {z-index:101; position:relative;}
#footerW .familySite { z-index:109; position:relative;}
#footerW .familySite ul.show {display:block;}
#footerW .familySite ul {position:absolute; right:0px; bottom:100%; display:none; background:#363636; width:100%; border-top:1px solid #6c6f78;}
#footerW .familySite ul li {min-height:43px; border:1px solid #6c6f78; border-top:none; line-height:43px; font-size:13px; }
#footerW .familySite ul li:last-child {border-bottom:1px solid #6c6f78; }
#footerW .familySite ul li a {display:block; text-align:left; color:#fff; padding-left:17px; font-weight:300;}
#footerW .familySite ul li a:hover {color:#c0c2c5; background:#272727}
#footerW .familySite p.on {width:250px; text-align:left;  background:#fff; border:1px solid #cccccc; color:#333; cursor:pointer; font-size:16px; display:flex; align-items:center; height:47px; padding:2px 32px 2px 17px; box-sizing:border-box; font-weight:400;}
#footerW .familySite p.on:after {display:block; content:""; border-bottom:7px solid #333; border-left:6px solid transparent; border-right:6px solid transparent; position:absolute; right:20px; top:50%; transform:translateY(-50%)}



#content {width:100%; max-width:1440px; 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; background-size:cover !important;}
.sub_visual .pa_img {position:absolute; right:0px; bottom:0px; max-width:50vw}
/*
.sub_visual:before {display:block; content:""; width:246px; height:296px; background:url(../img/common/sub_visual_bg01.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:-960px;}
.sub_visual:after {display:block; content:""; width:432px; height:254px; background:url(../img/common/sub_visual_bg02.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:460px;}
*/
.sub_visual .sub_txt {text-align:center; display:flex; flex-direction:column; justify-content:center; align-items:center; height:500px;  color:#fff; font-size:24px; line-height:1.4em; position:relative; z-index:2} 
.sub_visual .sub_txt > h2 {padding-bottom:10px;} 




.sub_wrap_1 .sub_visual {background:url(../img/introduce/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_2 .sub_visual {background:url(../img/business/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_3 .sub_visual {background:url(../img/education/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_4 .sub_visual {background:url(../img/data/sub_visual.jpg) no-repeat center top/cover;}
.sub_wrap_5 .sub_visual {background:url(../img/community/sub_visual.jpg) no-repeat center top/cover;}





.sub_wrap {opacity:0;}



.sub_wrap #header.down {top:-101px;}
.sub_wrap #header.down:after {opacity:0.4; background:#ccc;}
.sub_wrap.up #header {top:0px !important; transition:all 0.3s;}




#sub_tit {font-size:72px; font-weight:700; line-height:1.2em;}
#sub_tit .txt_s {font-size:36px; display:inline-block;}

.lnb_position {position:relative; height:90px; margin-top: -45px}
#m_lnb {display:none;}
#lnb_wrap {position:absolute; z-index:99; word-break:keep-all; box-shadow:none; box-sizing:border-box; max-width:1820px; margin:0 auto; left:50%; top:0px; transform:translateX(-50%); width:100%; }

#lnb_wrap .lnbs1 {display: none;}

#lnb_wrap .lnb {display:flex; margin:0 auto; box-sizing:border-box; position:relative; z-index:9; left:50%; transform:translateX(-50%); transition:all 0.3s;  padding-left:50px; padding-right:50px; /*box-shadow:0 6px 10px rgb(0 0 0 / 9%);*/}
#lnb_wrap .lnb:before {display:block; content:""; max-width: 1720px; width:100%; height:100%; border:1px solid #40cb71; box-sizing:border-box; border-left:none; border-right:none; left:50%; transform:translateX(-50%); position:absolute; background:#40cb71; border-radius:20px 0px 20px 0px;  z-index:-1;}
#lnb_wrap .lnb .lnbs { width:50%; max-width:240px; box-sizing:border-box; border-right:1px solid #6ed6a1; position:relative;}
#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:0px; top:calc(100% + 0px); top:-webkit-calc(100% + 0px); width:100%; border-left:1px solid #e2e2e2;  border-right:1px solid #e2e2e2;  border-top:1px solid #e2e2e2; display:none; background:#fff;}
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

#lnb_wrap .ico_home {display: none;}
#lnb_wrap .ico_home a {display:block; width:60px; height:100%; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.png) no-repeat center center #00aa53 ;}
.lnb ul li {color:#666666; display:block; padding:0px; margin-top:0px;}
.lnb .three_depth {padding:10px;}
.lnb ul li a {color:#666; font-size:15px; display:block; line-height:130%; min-height:30px; height:auto; padding:15px 0px 15px 20px; border-bottom:1px solid #e2e2e2; box-sizing:border-box; text-align:left; border-top:none; font-weight:500;}
.lnb ul li a:hover {color:#000;}
.lnb .three_depth {border:none;}
.lnb ul li .three_depth a {padding:6px 15px; border:none; font-size:13px;}

.lnbs2 ul li.on a {border-radius:0px; }

#lnb_wrap .lnb .lnbs2 {display:none;}
#lnb_wrap .lnbs3 {width:100%; margin:0 auto;}
#lnb_wrap .lnbs3 > ul {display:flex; flex-wrap:wrap; max-width:1440px; margin:0 auto; justify-content:center}
#lnb_wrap .lnbs3 > ul > li {position:relative; padding:0px 2.5%; display:flex; justify-content:center; align-items:center;}
#lnb_wrap .lnbs3 > ul > li:not(:first-child):before {display:block; content:""; width:1px; height:14px; background:#fff; position:absolute; left:0px; top:50%; transform:translateY(-50%); opacity: 0.5;}


#lnb_wrap .lnbs3 > ul > li:first-child > a {border:none;}
#lnb_wrap .lnbs3 > ul > li > a {display:flex; justify-content:center; align-items:center; height:90px; box-sizing:border-box; font-weight:700; padding:0px; width:100%; font-size:20px; border:none; position:relative; color:#fff; padding-top:1%;}
#lnb_wrap .lnbs3 > ul > li.on > a {color:#fff; position:relative;}
#lnb_wrap .lnbs3 > ul > li.on > a:after {display:block; content:""; width:100%; height:5px; background:#fff; position:absolute; left:0px; bottom:0px;}


#lnb_wrap.fixed {transform:none;}
#lnb_wrap.fixed .lnb {position:fixed; top:0px; width:100%; max-width:1820px; left:50%; transform:translateX(-50%); background:#fff;}


.up #lnb_wrap.fixed .lnb {top:100px;}

.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, a.lnb_tit {font-size:16px; display:block; box-sizing:border-box; padding-left:20px; color:#fff; line-height:60px; height:60px; cursor:pointer; padding-right:20px; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}


#lnb_menu .three_depth {display:none;}






.title_bar {max-width:1440px; margin:0px auto 70px auto; padding-top:70px; position:relative;}
/*.title_bar:after {display:block; content:""; width:331px; height:167px; background:url(../img/introduce/01_img01.jpg) no-repeat 50% top/cover; position:absolute; right:50%; top:30px; margin-right:370px;}*/
.title_bar h2 {font-size:50px; text-align:center; font-weight:800; color:#000; line-height:1.3em; transition:all 0.2s 0s ease-in-out;}
/*.title_bar h2:after {display:block; content:""; width:1px; height:33px; margin:0 auto; margin-top:20px; background:#333}*/

.title_bar .s_txt {font-size:20px; text-align:center; color:#333333; padding-top:10px; line-height:140%; font-weight:300; word-break:keep-all}
.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;}


.location {position:relative; text-align:center; margin:0 auto; line-height:40px; height:40px; font-size:16px;}
.location span {display:inline-block; zoom:1; *display:inline; margin-left:14px; color:#fff; font-weight:400;}
.location > span:after {display:block; content:""; width:6px; height:6px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); margin-left:14px; margin-top:-4px;}
.location > span:last-child:after {display:none;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:600; color:#fff}
.location #location_3 {font-weight:600;}
.location img {vertical-align:middle; margin-top:-4px;}
.sub_con { max-width:1440px; margin:0 auto; font-size:16px; font-weight:400; 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; color:#333333; line-height:110%; padding:0px 0px 20px 0px;  position:relative; margin-top:60px; font-weight:800; display:flex; align-items:center;}
.s_tit > span {display:inline-block; position:relative; z-index:1}
.s_tit img {vertical-align:middle;}
.s_tit:before {display:block; content:""; z-index:0; width:26px; height:26px; border-radius:100%; background:linear-gradient( 120deg, #00aa53, #005e9c ); align-self:flex-start; margin-right:10px;}
.s_tit:after {display:block; content:""; position:absolute; left:9px; top:10px; width:4px; height:4px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg);}
.txt_in {padding-left:36px}
.b_txt {font-size:1.29em; font-weight:600; margin-top:30px; margin-bottom:10px; line-height:1.3em;}
.b_txt + p {margin-top:-5px;}

.s_tit.tc {text-align:center; justify-content:center; background:none !important; padding-left:0px;}
.s_tit.tc:after {display:none;}
.s_tit.tc:before {display:none;}
.ss_tit {font-size:24px; position:relative; color:#000; line-height:140%; padding:0px 0px 0px 0px; margin-bottom:20px; margin-top:45px; font-weight:700; display: flex; align-items: center;}
.ss_tit:before {display:block; content:""; min-width:23px; width:23px; height:23px; background:url(../img/common/tit_bul.png) no-repeat left center/cover; align-self: flex-start; margin-top: 0.2em; margin-right: 10px;}
.ss_tit > span{font-weight:300;}
.s_titW {max-width:1440px; margin:0 auto; padding:50px 0px 5px 0px;}

.sss_tit {font-size:20px; color:#000; padding:0px 0px 0px 20px; margin:40px 0px 10px 0px; line-height:140%; position:relative;}
.sss_tit:before {display:block; content:""; width:10px; height:10px; background:#2b6b73 ; border-radius:100%; position:absolute; left:0px; top:8px;}

.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%;}

.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:2em !important; line-height:140%; color:#000;}



.down_btn {text-align:center; padding:30px 0px 20px 0px;}
.down_btn > a {display:inline-flex; flex-wrap:wrap; height:68px; padding:0px 30px; justify-content:center; align-items:center; border:3px solid #000; border-radius:6px; background:#fdd000}
.down_btn > a > span {display:inline-block; color:#000; font-size:22px; padding-right:30px; background:url(../img/common/ico_down4.png) no-repeat right center; font-weight:600;}

.video_wrap {padding-bottom:56%; position:relative;}
.video_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}

.youtube_wrap_max {max-width:1200px; margin:0 auto;}
.youtube_wrap {padding-bottom:56%; position:relative;}
.youtube_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}




.arrow_wrap {display:inline-block; padding-left:50px; background:url(../img/guide/arrow2.png) no-repeat left 6px; margin-left:10px;}


.point_box {padding:20px; background:#f3f4f8}

.check_txt {font-size:18px; color:#494949}



#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;}
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 {display:flex; flex-wrap:wrap; margin:-5px -10px;}
.radio_group > li {padding:5px 10px;}
.radio_group > li.etc_li {width:100%; max-width:560px;}
.radio_group > li.etc_li .input {width:calc(100% - 70px) !important; width:-webkit-calc(100% - 70px) !important;}

.radio_group .input {width:auto !important;}

.input_group {padding:5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.input_group > li {display:inline-block; padding:5px 0px 0px 15px;}
.input_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:2px solid #333333; margin-top:30px;}
.btn-tr {text-align:right; padding:30px 0px; border-top:2px solid #333333; margin-top:30px;}

.bt_close {width:18px; height:18px; display:inline-block; vertical-align:middle; background:url(../img/common/close_bt.gif) no-repeat center center; background-size:cover; text-indent:-9999px; background-size:10px auto;}

/*atab*/
.atab {display:flex; flex-wrap:wrap; justify-content:center; margin:0 auto; margin-bottom:50px; padding-top:10px; position:relative;}
.atab:after {display:block; content:""; width:200%; height:1px; background:#0a79d5; position:absolute; left:50%; bottom:0px; transform:translateX(-50%)}
.atab li {flex:1;}
.atab li a {display:flex; height:80px; justify-content:center; align-items:center; background:#eff1f6; box-sizing:border-box; text-align:center; font-weight:700; font-size:18px; line-height:1.2em; box-sizing:border-box; color:#999999; padding:0px 10px; padding-top:3px; border-radius:10px 10px 0px 0px; border:1px solid #ccc; border-bottom-color:#0a79d5}
.atab li.on {position:relative; z-index:2;}
.atab li.on a {background:#fff; color:#0a79d5; border-color:#0a79d5; border-bottom-color:#fff}


.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;}



.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 0px; 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:49%;}
.of_hi .fr50 {float:right; width:49%;}
.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:#d7d7d7;*/ background:rgba(0, 0, 0, 0%);  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; line-height:1.5em; 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; border:1px solid #ddd; box-shadow:6px 5px 5px rgba(0, 0, 0, 10%); border-radius:14px; overflow: hidden}
.pop_wrap .x_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%); display:block; cursor:pointer; background:none; width:40px; height:40px; font-size:0px;}
.pop_wrap .x_btn:after {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:50%; left:50%;}
.pop_wrap .x_btn:before {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:50%; left:50%;}
.pop_wrap .pop_head.bg_no {background:#fff;}
.pop_wrap .pop_head.bg_no .title {color:#000}
/*.pop_wrap .pop_head.bg_no .x_btn {right:0px; top:0px; transform:none;}*/
.pop_wrap .pop_head.bg_no .x_btn:after {background:#000}
.pop_wrap .pop_head.bg_no .x_btn:before {background:#000}
.pop_wrap .pop_head {min-height:60px; background:linear-gradient(-120deg, rgba(33,73,166,1) 0%, rgba(69,113,233,1) 100%); position:relative;}
.pop_wrap .pop_head .title {font-size:26px; line-height:140%; color:#fff; padding:20px 50px 15px 25px; text-align:left; font-weight:800;}
.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;}



/* 팝업 */

.main_layer_pop {position:absolute; left:5%;  top:100px; z-index:9999}
/**
.main_pop_bottom {background:#fff; font-weight:300; color:#000; padding:10px; position:relative; font-size:14px; box-sizing:border-box; border:1px solid #ccc;}
.main_pop_bottom .close {position:absolute; right:10px; top:10px; padding-right:30px; background:url(../img/common/close.png) no-repeat right center; background-size:20px auto;}
*/
.main_layer_pop_inner {width:100%; height:100%; display:table; position:relative; margin:0 auto; box-sizing:border-box;}
.main_layer_pop_inner .cell {display:table-cell; vertical-align:middle; position:relative; padding:0px 10px;}
.main_layer_pop .bx-wrapper .bx-controls-direction a {margin-top:-22px; width:44px; height:44px;}
.main_layer_pop .bx-wrapper .bx-prev {left:0px; background:url(../img/main/pop_l.png) no-repeat 0 0;}
.main_layer_pop .bx-wrapper .bx-next {right:0px; background:url(../img/main/pop_r.png) no-repeat 0 0;}
.main_layer_pop .pop_wrap_in {margin:0 auto;}
.main_layer_pop .pop_wrap_in{overflow-y:auto;}

.main_pop_bottom {background:#333;font-weight:400; color:#fff; padding:15px; position:relative; font-size:16px; box-sizing:border-box; }
.main_pop_bottom input[type="checkbox"] + label:before {width:20px; height:20px; border:none; background-size:14px auto !important  }
.main_pop_bottom .close {position:absolute; right:0px; top:0px; display:flex; width:90px; height:100%; justify-content:center; align-items:center; color:#fff;}
.main_pop_bottom .close:active, .main_pop_bottom .close:focus-visible {border:3px dashed red;}
.main_pop_bottom input[type="checkbox"] + label {position:relative; display:inline-flex; flex-wrap:wrap; align-items:center; vertical-align:middle;}
.main_pop_bottom input[type="checkbox"] + label:before{display:block; content:""; width:24px; height:24px; box-sizing:border-box;background:#fff; border-radius:0px;  margin-right:5px; align-self:flex-start;}
.main_pop_bottom input[type="checkbox"]:checked + label::before{background:url(../img/common/check_on.png) no-repeat center center #fff; border-radius:0px;}
.main_pop_bottom input[type="checkbox"] + label > span {flex:1}
.main_pop_bottom input[type="checkbox"] {position:absolute; left:0px; top:0px; width:0px; height:0px; border:0px; opacity:0; z-index:-1;;}
.main_pop_bottom input[type="checkbox"]:focus-visible + label:before {outline:3px solid highlight;}

.main_pop_bottom.none_bottom {background:transparent !important; font-weight:400; color:#fff; padding:15px; position:inherit !important; font-size:16px; box-sizing:border-box; }
.main_pop_bottom.none_bottom input[type="checkbox"] + label:before {width:20px; height:20px; border:none; background-size:14px auto !important  }
.main_pop_bottom.none_bottom  .close {position:absolute; right:0px; top:0px; display:flex; width:56px; height:56px; justify-content:center; align-items:center; background: url(../img/common/close.png) no-repeat left top; text-indent:-5000px; color:#fff;}


.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:#333;  text-align:center; 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:Pretendard; 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:Pretendard; 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:Pretendard; color:#444444; font-size:22px; line-height:38px;}


.pop_count{position:relative;}
.pop_count .count_date{width:100%; position:absolute; left:50%; transform: translateX(-50%);bottom:10%; font-family: 'GyeonggiTitleM'; font-size:20px; line-height:170%; text-align:center; font-weight:600;}
.pop_count .count_date .countW{display:block; font-size:1.5em;}
.pop_count .count_date .countW .count_num{font-size:1.4em;}

.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;}
.ico_note {position:relative; display:flex; align-items:center; font-size:15px;}
.ico_note:before {display:block; content:""; width:25px; height:20px; box-sizing:border-box; border-bottom:20px solid #333333; border-left:11px solid transparent; border-right:11px solid transparent; border-radius:4px; margin-right:10px;}
.ico_note:after {display:block; content:"!"; width:25px; height:20px; color:#fff; font-size:14px; font-weight:600; text-align:center; line-height:1.8em; position:absolute; left:0px; top:50%; transform:translateY(-50%)}
.ico_note_box {padding-left:40px; background:url(../img/common/notice.png) no-repeat left 5px;}
.ico_note.yellow:before {background:#fdd000}
.ico_note.yellow:after {color:#000}
.ico_note.yellow {color:#fff;}

.date_picker_two {overflow:hidden; position:relative}
.date_picker_two .date_picker {float:left; width:47%;}
.date_picker {display:flex; align-items:center;}
.date_picker .input {width:100%; flex:1;}
.date_picker img {min-width:fit-content; margin:0px 10px;}
.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;}






.board-write .btnNormalB.gray {background:#5fc3d0;}
.board-write .btnNormalB.gray:after {display:block; content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; border:1px solid #2b6b73; box-sizing:border-box;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; color:#000; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


.click_count {text-align:right; padding:10px 0px; font-size:1.05em; color:#666666}
.view_photo {padding:20px 0px 0px 0px; text-align: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:#fafafa}




.introduce {position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.introduce > div {width:50%; }
.introduce .img {padding-right:20px}
.introduce .info {color:#666666;}
.introduce .info .txt_t {color:#000000; font-weight:300; font-size:1.76em; line-height:1.4em;}
.introduce .info .txt_t > strong {color:#00aa53; font-weight:800;}
.introduce .info .sign {padding-top:50px; text-align:right}
.introduce .info .sign > strong {font-size:1.88em; line-height:1.1em; font-weight:900; color:#000;}
.introduce .info .txt_ts{font-size:1.23em; line-height:160%;}

.vision_wrap {text-align:center;}
.vision_wrap .box_a {font-size:1.88em; line-height:1.4em; font-weight:800; border-radius:60px; padding:10px 5%; text-align:center; min-height: 120px; display: flex; justify-content: center; align-items: center; color: #333333; background: #f8f8f8; margin-bottom:20px;}
.vision_wrap .box_b {font-size:1.8em; line-height:1.4em; font-weight:700; color: #fff; border-radius:60px; padding:10px 5%; text-align:center; min-height: 100px; display: flex; justify-content: center; align-items: center; color: #fff; background:url(../img/introduce/02_bg2.png) no-repeat right bottom #1a4675; margin-bottom:20px;}
.vision_wrap .br_box {border-radius:20px; padding:30px; }

.vision_wrap > dl:not(:first-child) {margin-top:40px;}
.vision_wrap > dl > dt {font-size:1.529em; line-height:1.4em; font-weight:800; color:#666666; padding-bottom:15px;}
.vision_wrap > dl > dd {font-size:1.176em; line-height:1.4em; font-weight:700; border-radius:60px; border:1px solid #00aa53; padding:20px 5%; text-align:center;}
.vision_wrap > dl:nth-child(1) > dd {background:#00aa53; color:#fff}
.vision_wrap > dl:nth-child(2) > dd {background:#fff; color:#00aa53}
.vision_wrap > dl:nth-child(3) > dd {border-radius:0px; border:none; font-size:1em; padding:0px; background:none; }
.box_block {display:flex; flex-wrap:wrap; margin:-5px;}
.box_block > li {width:25%; padding:75px 5px 5px 5px;}
.box_block > li .box {min-height:250px; display:flex; flex-wrap:wrap; flex-direction:column; align-content:flex-start; font-weight:400; border-radius:12px; border: 1px solid #ccc; text-align:left; padding:30px; height:100%}

.box_block > li .box > span {display:block;}
.box_block > li .box .num {display:block; padding-bottom:10px; font-size:1.3em; line-height:1.5em; font-weight:700;opacity:0.5}
.box_block > li .box .ico {margin: 0 auto; margin-top: -70px;}
.box_block > li .box dl {width: 100%}
.box_block > li .box dt {font-size:1.41em; line-height:1.4em; font-weight:700; padding: 20px 0px 30px 0px; text-align: center; color: #0978d5;}
.box_block > li .box dd {font-size: 0.95em; color: #666666;}
.box_block.three > li {width:33.3333%;}


.weather_change {display: flex;}

.weather_change .info {flex: 1; padding-right: 30px;}
.weather_change .info .bg_box {background: #f5f5f5; padding:20px; border-radius:10px;}
.weather_change .img {width:31%;}
.weather_change.reverse {padding-top: 70px;}
.weather_change.reverse .img {order: 1;}
.weather_change.reverse .info {order: 2; padding-right: 0px; padding-left: 30px;}
.weather_change .table_box {display: flex; flex-wrap: wrap}
.weather_change .table_box > div {width:55%;}
.weather_change .table_box .graph {flex: 1; text-align: right; padding-left: 30px;}
.weather_change .table_box .table_line {border-color:#0a79d5;}


.nte_zero_wrap {text-align: center; line-height: 1.6em;}
.nte_zero_wrap .big {font-size:1.4375em; line-height: 1.4em;}
.nte_zero_wrap strong {color: #0a79d5; font-weight: 700;}

.green_gas > dl {width: 90%; background: #fff; margin-left: auto; margin-top:-10%; padding:3% 0px 0px 6%; position: relative}
.green_gas > dl dt {font-size: 2.25em; color: #0a79d5; font-weight: 800; line-height: 1.4em; padding-bottom:0.3em; }
.green_gas > dl .big {font-size:1.31em; line-height: 1.4em;}


.organization > ul {display:flex; flex-wrap:wrap; justify-content:center;}
.organization > ul > li {width:100%; font-weight:600; text-align:center}
.organization > ul > li .small {font-size: 0.7em; line-height: 1.3em; font-weight: 400;}
.organization .lv1 {display:inline-flex; height:177px; width:177px; justify-content:center; align-items:center; position:relative; color:#fff; background-image: linear-gradient(to bottom right, #339966, #029997); border-radius:100%; font-size: 1.4em; font-weight:500; line-height: 1.4em; flex-direction: column}
.organization .lv1 img {margin-bottom: 5px;}

.organization .lv1:before {display:block; content:""; width:1px; height:200px; background:#d9e2f2; position:absolute; left:50%; top:100%; z-index:1}
.organization .lv2_wrap {display:flex; justify-content:space-between; max-width: 702px; margin: 0 auto; margin-top: 10px; position: relative;}
.organization .lv2_wrap:after {display: block; content: ""; width:calc(100% - 20px); height:1px; border-bottom: 1px solid #d9e2f2; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 1}
.organization .lv2_wrap > li {width:50%; max-width: 220px; padding: 0px 10px; position:relative; z-index: 2}
.organization .lv2_wrap > li:first-child .lv2 {background: #339966}
.organization .lv2_wrap > li:nth-child(2) .lv2 {background: #009999}
.organization .lv2 {display:inline-flex; height:72px; width:100%; justify-content:center; align-items:center; position:relative; color:#fff; background:#c5c6c8; border-radius:60px; flex-direction: column; font-size: 1.4em; font-weight:500; line-height: 1.3em; }

.organization .lv3_wrap {display:flex; max-width: 850px; justify-content:space-between;margin: 0px auto; margin-top:60px; padding-top:60px; position: relative; background: #fff; z-index: 9;}
.organization .lv3_wrap:after {display: block; content: ""; width:50%; height: 1px; background: #d9e2f2; position: absolute; left: 50%; top: 0px; transform: translateX(-50%);}
.organization .lv3_wrap > li {width:50%; padding:0px 20px; position:relative;}
.organization .lv3 {width:100%; position:relative; height: 100%; background:#fff; border:1px solid #b4c7e7; border-radius:20px; color: #333;}
.organization .lv3 > h3 {display: flex; background:#b4c7e7; justify-content: center; align-items: center; height:3em; padding: 10px; font-size: 1.4em; line-height: 1.4em; font-weight: 700; border-radius:15px 15px 0px 0px; }
.organization .lv3 .bul01 {padding: 20px; text-align: left; font-weight: 400;}
.organization .lv3 .bul01 > li:after {width: 3px; height: 3px;}

.organization .lv3:before {display:block; content:""; width:1px; height:60px; background:#d9e2f2; position:absolute; left:50%; bottom:100%; z-index:1}



.map_wrap {border-bottom:1px solid #ccc; height:550px; overflow:hidden; box-sizing:border-box; margin-top:20px;}
.map_wrap > div {height:100% !important; width:100% !important;}
.map_wrap > div .wrap_map {height:100% !important; width:100% !important;}
.map_bottom {display: flex; flex-wrap: wrap; background: #f8faf9; padding: 20px 3%; min-height: 160px; background: #f8faf9; align-items: center;}
.map_bottom .logo {width:30%; padding-right: 20px;}
.map_bottom .info {width: 50%}
.map_bottom .btn {margin-left: auto;}
.map_bottom .btn > a {display: flex; width: 155px; height: 50px; border-radius:60px; border:1px solid #0a79d5; justify-content: center; align-items: center; color: #0a79d5; font-weight: 700;}
.map_bottom .btn > a img {margin-right: 10px;}
.map_bottom .btn > a:after {content:''; width:8px; height:8px; border-top:2px solid #0a79d5; border-right:2px solid #0a79d5; display:inline-block; transform:rotate(45deg); margin-left:14px;}
.map_bottom .info > ul {display: flex; flex-wrap: wrap; margin: -5px -10px;}
.map_bottom .info > ul > li {padding: 5px 10px; display: flex; color: #666666}
.map_bottom .info > ul > li .txt_t {display: flex; min-width: 100px; color: #0a79d5; align-self: flex-start;align-items: center;}
.map_bottom .info > ul > li .txt_t img {margin-right: 10px;}
.map_bottom .info > ul > li:nth-child(1) {width: 100%;}


.map_info {border-top:1px solid #000; }
.map_info .info {display:flex; flex-wrap:wrap; padding:30px 30px;}
.map_info .info:not(:first-child) {border-top:1px solid #ccc;}
.map_info .info > ul {padding:10px 0px 0px 34px;}
.map_info .info .map_p {display:flex; align-items:center; font-size:18px; font-weight:700; color:#999999; width: 335px;}
.map_info .info > div {flex: 1;}
.map_info .info > div > dl:not(:first-child) {margin-top: 30px;}
.map_info .info > div > dl dt {display: flex; justify-content: center; min-height: 35px; align-items: center; max-width: 215px; border: 1px solid #ccc; border-radius: 30px; }
.map_info .info > div > dl dd { color: #666666; padding-top:15px;}
.map_p > strong {align-self:flex-start; display:flex; align-items:center;  color:#0a79d5; font-weight:700; min-width:fit-content; margin-right:15px;}
.map_p > strong img {margin-right:15px;}

.business_img {display: flex; height: 268px; box-sizing: border-box; background-size:cover !important; background-position:center center !important; border-radius:10px; overflow: hidden; color: #fff; align-items: center; padding: 10px 10px 10px 5%}
.business_img .txt {font-size:1.16em; line-height: 1.4em;}

.business_ico {padding-top: 20px}
.business_ico > li {display: flex; align-items: center; margin-top: 20px; border:1px solid #dddddd; border-radius:10px; padding:20px 10px; min-height: 184px;}
.business_ico > li:first-child {border-color:#0978d5;}
.business_ico > li:first-child .ss_tit {color: #0978d5}
.business_ico .ico {width:14%; text-align: center;}
.business_ico .info {flex: 1; padding-left: 10px;}
.business_ico .info .ss_tit {margin: 0px 0px 10px 0px;}
.business_ico .info dd {color: #666666;}


.network_list {border-top:2px solid #0a79d5}
.network_list > li {border-bottom: 1px solid #ccc; display: flex; min-height: 130px; padding:15px 10px; align-items: center;}
.network_list .img {width: 24%; min-width:24%;  text-align: center;}
.network_list .info {padding-left:40px; word-break: break-all;}
.network_list .info > strong {display: block; color: #000; font-size:1.31em; line-height: 1.4em; font-weight:700; margin-bottom:5px;}
.network_list .info .link {color: #0a79d5;}
.network_list .info .link:hover {text-decoration:underline}

.s_sub_visu{background:url(../img/education/06_img01.jpg) no-repeat center center; position:relative; border-radius:13px;}
.s_sub_visu .s_visu_txt{height:340px; display:flex; flex-wrap: wrap; flex-direction: column; justify-content: center; font-size:32px; text-align:center; line-height:170%; color:#40cb71;}
.s_sub_visu .s_visu_txt .txt{display:block; font-family: 'MaruBuriBold';}
.s_sub_visu .s_visu_txt .txt02{display:block; font-size:1.95em; font-family: 'GyeonggiTitleM'; font-weight:600; color:#306cc0;}
.s_sub_visu .s_sub_img{position:absolute; left:auto; right:0px; top:auto;  bottom:0px;}

.pledge_ul{display:flex; flex-wrap: wrap; justify-content: space-between; margin:-10px 0px;}
.pledge_ul > li{width:50%; padding:10px; 0px}
.pledge_ul > li .pledge_boxW{max-width:580px; border: 1px solid #dadada; border-radius:23px; padding:10px 30px;}
.pledge_ul > li.on .pledge_boxW{border: 1px solid #306cc0;}
.pledge_ul > li:hover .pledge_boxW{border: 1px solid #306cc0;}

.pledge_boxW input[type="checkbox"] + label:before{border-radius:100%; align-self: center;}
.pledge_boxW input[type="checkbox"]:checked + label::before{background: url(../img/common/check_on2.png) no-repeat center center #40cb71; border-color: #40cb71;}
.pledge_boxW input[type="checkbox"] + label > span{flex: inherit;}
.pledge_boxW input[type="checkbox"] + label > span.pledge_img{display:block; padding:0px 30px;}
.pledge_boxW input[type="checkbox"] + label > span.pledge_s_txt{flex: 1; line-height:150%;}

.pledge_boxW input[type="checkbox"] + label > span.pledge_s_txt > strong{font-size:1.2em;}

.agree_area {border:1px solid #ccc; padding:1em}

.agree_area > dl {display:flex; align-items:center; flex-wrap:wrap; font-size:0.9em}
.agree_area > dl dt {padding:5px 10px 5px 0px;}





/* ------------------------------------------------------------
 * 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;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1280px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
     
}




/* 1440px 이하 */
@media screen and (max-width:1399px) {
	.main_banner {padding-left: 0px; max-width: 950px;}
	
    .m_gnb_on {display:block; margin:0px;}
    .w_gnb {display:none;}
    
	.main_visual:after {width:33vw; padding-bottom:27%; height:0px; background-size:cover}
	
	#header {padding:0px 10px; }
	.section {padding:70px 10px; font-size:17px;}
	#footerW {padding-left:10px; padding-right:10px;}
	#inner_wrap {padding-left:10px; padding-right:10px;}
	#lnb_wrap .lnb {padding-left:10px; padding-right:10px;}
	.lnbs3 {padding-left:10px; padding-right:10px;}
	

	
}
/* 980px 이하 */
@media screen and (max-width:979px) {
/*
	.sub_wrap #header.down {top:-80px}
	#wrap {padding-top:80px;}
	.sub_wrap {padding-top:80px;}
	
*/

	
	.up #lnb_wrap.fixed .lnb {top:80px;}
    .in_header {height:80px;}
	.main_visual .v_frame {height:760px;}
	.main_visual .v_frame .visual_txt {padding: 10px;}
	
	.main_quick {flex-wrap: wrap; width: auto}
	.main_quick > li {width: 100%}
	
	.main_board_wrap .main_board {order: 2; width: 50%; max-width:inherit}
	.main_board_wrap .main_board:nth-child(2) {margin: 0px; flex: auto; width: 100%; order:1; margin-bottom: 40px;}
	.main_board_wrap .main_board:nth-child(3) {padding-left:30px;}

	.photonews > li {width: 50%}
	
    #sub_tit {font-size:58px;}
    .sub_visual .sub_txt > h2 {padding-bottom:0px}
    

    .title_bar:before {display:none;}
	
	
    
	
	.sub_visual:after {margin:0px; left:auto; right:0px; background-size:cover; height:160px; width:270px}
	.sub_visual:before {margin:0px; left:0px; background-size:cover; height:160px; width:140px}
	
	.lnb_position {height: 60px; margin-top:0px;}
	 #lnb_wrap {padding:0px; margin:0px; height:auto; }
	#lnb_wrap .lnb .lnbs {max-width:none;}
	#lnb_wrap .lnbs1 {display:block;}
	#lnb_wrap .lnb .lnbs2 {display:block;}
	#lnb_wrap .lnbs3 {display:none;}
	#lnb_wrap .ico_home {display:block;}
	#lnb_wrap .lnb:before {border-radius: 0px;}
	#lnb_wrap .lnb {padding: 0px;}

	#lnb_wrap .ico_home a {width:60px;}
	.lnb_tit {font-size:15px; line-height:50px; height:50px;}

    .lnb ul li a {font-size:14px;}
	.lnb_tit, a.lnb_tit {font-size:16px; padding-left:20px; line-height:60px; height:60px;}
/*
	.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:7px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
	.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}
*/
	
	
	
	#footer {padding-top:30px;}
	#footer_navi {height:auto; justify-content:center}
	#footer_navi .sel_box {justify-content:center; max-width:100%; width:100%; padding:20px 0px;}
    #footer_navi > ul {justify-content:center; text-align:center; width:100%;}
    #footer .addressW {padding:80px 0px 30px 0px; min-height:inherit; background-position:center 20px; font-size:15px; text-align:center;}
	#footerW .copy > p {text-align:center;}
	#footerW .copy {text-align:center; font-size:15px;}
	#footer .addressW .f_link {display:none;}
	

	
	
	.introduce > div {width:100%;}
	.introduce .img {text-align:center; padding:0px 0px 20px 0px;}
	
	.gra_box_list {justify-content:center;}
	.gra_box_list > li {width:33.333%;}
	
	.support_details > div {width:100%;}
	.support_details .info {padding:0px 0px 20px 0px;}
	
	.map_bottom .logo {width: 100%;}
	.map_bottom .info {width: 100%; padding: 20px 0px;}

	.s_sub_visu .s_sub_img{display:none;}
	
	
}

/* 768 이하 */
@media screen and (max-width:767px) {
/*
	.sub_wrap #header.down {top:-70px}
	#wrap {padding-top:70px}
	.sub_wrap {padding-top:70px}
*/
	#header h1 img {height:40px;}
/*	.top_menu {display:none;}*/
	.top_search > button .txt {display:none;}
	.pc_view {display:none}
	.mb_view {display:block}
	.main_layer_pop {-webkit-overflow-scrolling:touch; position:fixed; overflow-y:auto; width:100% !important; max-width:100% !important; transform:none !important; -webkit-transform:none !important; left:0 !important; right:0 !important; top:0 !important; bottom:0; z-index:99999; background:url(../img/common/png_70.png) repeat left top; zoom:1; margin:0px !important}
    .main_pop_bottom {padding:10px; font-size:14px;}
    .main_pop_bottom .close {right:10px; top:100px;}
	.main_layer_pop .pop_wrap_in {float:none !important;}
	.main_visual .bx-controls {bottom:40px;}
	.main_visual .v_frame {height:540px;}
	
	
	.up #lnb_wrap.fixed .lnb {top:70px;}

	.in_header {height:70px;}
	
	.m_tit {font-size:28px;}
	
	
	.main_tit > h3 {font-size:26px;}
	
	.main_board_wrap .main_board {width: 100%;}
	.main_board_wrap .main_board:nth-child(3) {padding-left: 0px; margin-top: 30px;}
	
	.main_banner_tit {padding-top: 0px; font-size: 1.2em;}
	
	.main_banner > li:nth-child(2) {margin-top:0px; order: 2}
	.main_banner > li:nth-child(3) {transform: none; order: 3}
	.main_banner > li:nth-child(4) {transform: none; order: 4}
	
	.main_banner {margin: -10px;}
	.main_banner > li {width: 50%}
	.main_banner .box {width: 100%;}
	
	
	#section4 .inner {min-height: inherit}
	.m_board .first_new .day { width:86px; height:86px; font-size:16px;}
	.m_board .first_new a .txt {font-size:15px;}
	.m_board .news_list ul li a {font-size:15px;}
	.m_board .news_list ul li .date {font-size:14px;}
	
	.partner_wrap > ul {flex-wrap:wrap}
	.partner_wrap > ul > li {width:33.3333%}

	.section {font-size:16px}
	#footer_navi .navi > li a {font-size:14px;}
	#footer_navi .sel_box > li select {height:40px; font-size:14px;}
  	#footer .addressW {background-position:center 20px; font-size:13px; background-size:auto 40px;}
	#footer .go_top {top:10px;}
	#footer .go_top > a {padding:9px;}
	#footer .go_top img {width:30px;}
	#footerW .copy {font-size:13px; padding:10px 0px;}
	
	
	
	
    
	.sub_con {font-size:15px;}
	#sub_tit {font-size:48px;}
	.sub_visual .sub_txt {height:300px; padding-top:50px; font-size:19px; word-break:keep-all}
	

    .title_bar {margin-bottom:35px; padding:55px 0px 20px 0px;}
	.title_bar h2 {font-size:36px;}

	.title_bar .s_txt {font-size:17px;}

	.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:50px;}


	.over_layerW {position:relative;}
    .over_layer {overflow:auto;}
  
	.over_layer::-webkit-scrollbar {width:5px; height:8px; background-color:#aaa;}
	.over_layer::-webkit-scrollbar-thumb {background:#000;}
	
    .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 > table {min-width:900px;}

	
    /*atab*/
    .atab li a {height:55px; font-size:16px;}
    .atab li.on {margin-top:0px;}
    .atab li.on a {height:55px;}
    .atab li.on a:after {width:16px; height:16px; bottom:-18px;}

    .btn-tc > a {margin:0px;}
    .btab li a {padding:5px 0px; font-size:15px;}

	.m_th_b {width:135px !important;}
	.m_th {width:115px !important;}
    .m_th_s {width:95px !important;}
    .m_th_ss {width:75px !important;}
	
	.txt_ico img {height:34px;}
	.s_tit > img {max-height:32px;}
	
	
	
	.lnbs3 > ul > li > a {font-size:16px;}

	
	.search_area .check {min-width:130px;}
	.search_area {padding-left:30px;}
	.search_area {height:65px;}
	.search_area .btn {font-size:1.2em;}
	.searchPop {font-size:16px;}
	

	
	.box_block > li {width:50%;}
	.box_block > li .box {min-height:170px; padding:20px;}
	.box_block.three > li {width:100%;}
	
	.vision_wrap .box_b {background-size:30% auto; }
	
	
	.weather_change {flex-wrap: wrap}
	.weather_change .info {padding: 0px; flex: initial; width: 100%;}
	.weather_change .img {width: 100%; text-align: center}
	.weather_change .img img {max-width: 50vw}
	.weather_change.reverse .info {padding-left: 0px;}
	.weather_change.reverse .img {order: 3}
	.weather_change .table_box > div {width: 100%;}
	.weather_change .table_box .graph {flex: initial; padding: 20px 0px 0px 0px;text-align: center}
	

	
	
	.map_wrap {height:440px;}
	.map_info .info .map_p {width: 100%;}
	
	.business_img {height: auto; min-height: 180px;}

	.network_list .img {width: 29%; min-width: 29%;}

	.s_sub_visu .s_visu_txt{height:260px; font-size: 18px;}
	.pledge_ul > li .pledge_boxW{text-align:center;}
	.pledge_boxW input[type="checkbox"] + label{flex-direction: column;}
	.pledge_boxW input[type="checkbox"] + label > span.pledge_img{padding:20px 0px;}
	
}





/* 480px 이하 */
@media screen and (max-width:479px) {
/*
	.sub_wrap #header.down {top:-60px}
	#wrap {padding-top:60px;}
	.sub_wrap {padding-top:60px;}
*/
	#header h1 img {height:30px;}
	.top_menu > li a img {width:26px}


	
	.menu_btn a:before {display:none;}
	.up #lnb_wrap.fixed .lnb {top:60px;}
    #wrap {transition:all 0.3s 0s ease-in-out;}
	.top_dday {font-size:20px; right:50px; padding-top:3px;}
    .in_header {height:60px;}
    .menu_btn {}

	
    .menu_btn .line-middle {top:8px;}
	.top_search {right:30px;}
	.top_search > button img {width:20px;}
	.menu_btn a img {width:20px;}
	.slide_menu_inner {padding-top:60px;}
    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding-left:30px;}
	.slide_menu_wrap .gnb .sub_menu > li > a {padding-left:40px}
	
	.more > a > span {width:30px; height:30px;}
	.more > a > span:after {width:10px; margin-left:-5px;}
	.more > a > span:before {height:10px; margin-top:-5px;}
	.more > a {font-size:13px;}
	
	.main_visual .v_frame {height:300px;}

    .m_tit {font-size:22px;}
    .m_tit img {height:20px;}
    .m_tit_txt {font-size:15px;}
    
	.ico_note {font-size:12px;}
	.section {font-size:14px; padding:40px 10px;}
	
	.main_tit {padding-bottom: 20px;}
	.main_tit > h3 {font-size: 16px;}
	.main_tit .ico img {width:50px}
	
	.main_quick .ico img {width:60px;}
	.main_quick > li > a {min-height: 175px;}
	.main_quick .arrow img {width:30px;}
	
	.main_banner_tit {margin-bottom:30px;}
	.main_banner_tit h3 {padding: 10px 0px;}		
	

	.m_board .first_new .day {width:76px; height:76px;font-size:14px;}
	.m_board .first_new .day strong {font-size:30px;}
	
	.m_board .first_new a .txt {font-size:13px;}
	.m_board .news_list ul li a {font-size:13px;}
	.m_board .news_list ul li .date {font-size:12px;}
	
	.main_banner .box .ico img {width:40px;}
	
	.main_board .tab > li > a {height: 45px; font-size: 16px;}
	.main_board .banner > li > a .arrow img {width: 30px;}
	
	.main_banner > li {width: 100%}
	.main_banner .box {height: auto; min-height: 200px;}
	
	.partner_wrap .br {height: 50px;}

	
	#footer .addressW {font-size:12px; background-size:auto 34px; padding-top:70px;}
	#footer_navi .sns > a img {height:34px;}
	#footer_navi .navi > li {padding:0px 8px;}
	#footer_navi .navi > li:not(:first-child):after {height:10px; margin-top:-5px;}
  

    #footer .addressW address {margin:0px;}
    #footer .addressW address strong {display:block;}
    #footer .addressW address span {padding:2px 5px;}
	#footer_navi .sel_box > li select {font-size:12px; height:30px;}
	#footer_navi .navi > li a {font-size:12px;}
	#footer_navi .sel_box > li img {width: 40px;}
	#footerW .familySite p.on {width:180px; font-size: 14px; height: 40px; padding: 2px 32px 2px 10px;}
	#footerW .familySite ul li a {padding-left:10px;}
	#footerW .familySite ul li {min-height:38px;}
	#footerW .familySite ul li a {line-height:38px;}
    

    .pop_wrap .pop_head .title {text-align:left !important; font-size:20px; padding-left:15px !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display:none;}
    .pop_wrap .x_btn {right:15px;}
    
    .web_dis {display:none;}
	.mb_dis {display:block;}
    #add_date .bt .tooltip {height:36px; line-height:34px;}
	.lnb_position {height:50px;}
	#lnb_wrap .lnb {padding:0px;}
	#lnb_wrap .ico_home a {width:50px;}
	.lnb_tit, a.lnb_tit {height:50px; line-height:50px; font-size:14px;}
	.lnb ul li a {font-size:13px;}
	.lnb_tit:after {right:10px;}
   
    #sub_tit {font-size:30px;}
	.sub_visual .sub_txt {height:170px; padding:40px 20px 0px 20px;}
	.sub_visual .sub_txt .txt_a {font-size:14px; line-height:1.3em;}

	

	.location {display:none;}
	
    .ico_box > li {width:50%;}
    .ico_box > li .ico img {max-width:70px;}
	
 
	.down_btn > a > span {font-size:18px}
	.down_btn > a {height:54px;}


    
	.btn-tc > a {margin:5px 0px;}
	.subject {padding-left:10px;}


    .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 0px; font-size:19px; background-position:left 5px; background-size:20px auto; margin-top:35px;}
	.s_tit img {height:20px; }
	
    .s_tit:before {width:20px; height:20px; margin-right:5px;}
	.s_tit:after {left:6px; top:7px;}
	
    .sub_con > .s_tit:first-child {margin-top:0px}
	.ss_tit {font-size:18px; margin-top:25px; margin-bottom:10px;}
    .ss_tit:before {width:18px; height:18px; min-width:18px;}
	.sss_tit {font-size:17px; margin-top:25px; padding-left:16px;}
    .sss_tit:before {width:8px; height:8px; top:9px;}
    .s_txt_r {margin-top:-25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top:-45px;}
    .b_txt {font-size:17px;}
    .txt_in {padding-left:25px;}
	#inner_wrap {padding-bottom:50px;}
    #inner_wrap.no_visual {padding-top:30px;}

  	#lnb_wrap .lnbs3 > ul > li > a {font-size:14px; height:55px;}
    
    .sub_visual .sub_txt .cell .sub_tit_s {font-size:20px; padding-bottom:20px;}
    .sub_con {font-size:13px;}
    .layerPop {font-size:0.95em;}
    .title_bar {padding:30px 0px 0px 0px; margin-bottom:20px; background-size:auto 60px;}
	.title_bar h2 {font-size:2em;}
	.title_bar h2:after {height:20px; margin-top:10px;}
    .title_bar .s_txt {font-size:14px;}
    .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;}
 
    .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;}

    .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;}
    

    .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;}
  
	.atab li a {font-size:13px; height: 45px;}
	.atab li.on a {height: 45px;}
   
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size:12px;}
	
    
    .tit_ico {height:19px; line-height:18px;}

    .board_w > ul {padding:10px 15px;}
    .btn-tc {padding:20px 0px; margin-top:20px;}
    
    .btab li a {font-size:14px; min-width:90px;}
  
    .b_check_box {padding:10px;}
    #inner_wrap .b_check_box .board-write th {font-size:1.05em !important;}
	
    
	
	
    .gray_wrap {padding-top:30px; padding-bottom:30px;}
    .gray_wrap2 {padding-top:30px; padding-bottom:30px;}

	
    .list_more > a > span {font-size:16px; padding:15px 20px 15px 0px;}
    


	.map_tit .ico {width:35px;}
	.map_tit .ico img {width:80%;}
	.map_in {padding-left:35px;}
	

	.ico_note:before {transform:scale(0.7); margin-right:0px;}
	.ico_note:after {transform:scale(0.7) translateY(-60%);}
	
	.noteBox {padding:15px;}
	.noteBox:before {}
	
	
	.lnbs3 {padding-bottom:30px;}
	.lnbs3 > ul {margin:0px -10px;}
	.lnbs3 > ul > li {padding:5px 10px;}
	
	.lnbs3 > ul > li > a {font-size:14px; line-height:18px;}
	.lnbs3 > ul > li.on > a {border-width:4px; }

	.lnbs3 > ul > li > a .all {padding-left:24px; background-size:18px auto !important}
	

	
	.searchPop {font-size:13px; padding:0px 10px;}
	.searchPop .inner {height:140px;}
	.search_area .btn {min-width:90px;}
	.search_area:before {width:calc(100% - 55px);}
	.search_area {height:48px;}
	.search_area .check {min-width:105px;}

	
	.vision_wrap {background-size:250vw auto;}
	.vision_wrap .arrow img {max-width: 40vw}
	.vision_wrap .box_a {font-size: 1.5em}
	.vision_wrap .box_b {font-size: 1.5em}
	.box_block > li {width: 100%; padding-top: 35px;}
	.box_block > li .box {min-height:160px;}
	.box_block > li .box .ico {margin-top: -40px;}
	.box_block > li .box .ico img {width:50px}
	.box_block > li .box dt {padding: 10px 0px 20px 0px;}
	
	.weather_change.reverse {padding-top: 40px;}
	
	.green_gas > dl {padding: 20px 0px 0px 20px}
	.green_gas > dl dt {font-size: 1.5em;}
	.green_gas > dl .big {font-size: 1.15em;}
	
	.vision_wrap .box_b {min-height: 70px;}
	.vision_wrap .box_a {min-height: 70px;}
	
	
   
	
	.organization .lv3_wrap > li {padding: 0px 10px;}
	.organization .lv1 {width: 130px; height: 130px;}
	.organization .lv1 img {max-width: 40%;}
	.organization .lv2 {height: 55px;}
	.organization .lv3_wrap {margin-top: 40px; padding-top: 40px;}
	.organization .lv3:before {height: 40px;}
	.organization .lv3 .bul01 {padding: 10px;}
	
	.pop_wrap .pop_body {font-size:13px;}
	
	.map_bottom .info > ul > li {width: 100%;}
	.map_wrap {height:250px;}

	.map_p > strong img {width:50px;}
	.map_info .info {padding: 20px 0px;}
	.map_info .info > ul {padding-left:24px;}
	.map_info .info .map_p {font-size: 16px;}
	.map_info .info > div > dl dt {min-height: 30px; max-width: 195px;}
	.map_bottom .logo img {height: 30px;}
	.map_bottom .info > ul > li .txt_t img {height: 17px;}
	.map_bottom .info > ul > li .txt_t {min-width: 80px;}
	
	.business_img {min-height: 140px;}
	.business_ico > li {min-height:inherit; padding:15px;}
	.business_ico .ico {width: 17%}
	
	.network_list > li {min-height: inherit}
	.network_list .info {padding-left:20px;}
	.network_list .img {width: 33%; min-width: 33%;}
	
	.s_sub_visu{background-size: cover;}
	.s_sub_visu .s_visu_txt{height:170px; }
	.pledge_ul > li{width:100%;}

	.pop_count .count_date{font-size: 15px;}
}










