﻿@charset "utf-8";
@import url('font.css'); /* 내부망에서 작업할때는 폰트 폴더 불러와 사용 */
@import url('base.css');

#skipnavi{margin: 0; padding:0;}
#skipnavi a{display:block;overflow:hidden;position:absolute;left:0;top:-10000px;}
#skipnavi a:hover,#skipnavi a:focus,#skipnavi a:active{ padding:15px 0; background:#1e2e46;color:#fff;font-size:120%;width:100%;text-align:center;top:0px;z-index:500; text-indent:0;}

legend { display:none; margin:0; padding:0;}

#wrap.modalBack{ content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; visibility: hidden; opacity: 0;}
#wrap.modalBack.on{ visibility: visible; opacity: 0.4;}
#wrap{ display: flex; min-height: 100%; min-height: 100vh; flex-direction: column;}

/* 2024.10.25 컨테이너 레프트메뉴 재정의 */
#container{ display: flex; padding: 10px; min-width: 1250px; width: 100%; box-sizing: border-box; position: relative}
#snb{ width: 250px; z-index: 10}
#container>#snb ~ form, #container>#snb ~ #content { width: calc(100% - 270px); padding: 0 0 0 20px;}
#container.mapCont, #container.main_2024{ display: block; padding: 10px 10px 10px 280px; min-width: 1250px; width: 100%; box-sizing: border-box; position: relative}

#snb>ul>li{ position: relative}
#snb>ul>li>.on:before { content:'\2714'; display:inlilne-block; vertical-align:middle}
#snb>ul>li>a{ display: block; background: #f3f4f8; border: 1px solid #cacaca; margin-bottom: -1px; padding: 15px; font-size: 1.1em; color: #323232; font-weight: 400; position: relative; cursor: pointer; transition: all .2s; -webkit-transition: all .2s; }
#snb>ul>li.active>a{ background: #014b92; border-color: #014b92; color: #fff; font-size: 1.15rem; font-weight: 600}
#snb ul>li.active>a.after{ display: none}
#snb ul ul{ display: none; }
#snb ul>li.active>ul{ display: block}
#snb ul ul>li>a{ display: block; border: 1px solid #cacaca; border-top: 0; padding: 10px 20px 8px; position: relative; color: #323232; cursor: pointer; background: #fff}
#snb ul ul>li>a:before{ content: ''; display: block; position: absolute; left: 12px; top: 20px; width: 4px; height: 1px; background: #7e7e7e}
#snb ul ul>li>a:hover, #snb ul ul>li.active>a, #snb ul ul>li.open>a{ color: #014b92; font-weight: 600}
#snb ul ul>li>a:hover:before{ background: #014b92}
#snb .snbSch{ padding: 5px 10px 10px; background: #d7d7d7;}
#snb .snbSch span{ display: inline-block; width: 48%}
#snb .snbSch span:nth-child(even){ margin-left: 5px}
#snb .snbSch span label{ display: block; color: #000; line-height: 30px}
#snb .snbSch span label:before{ content: ''; display: inline-block; width: 5px; height: 5px; background: #6f6f6f; vertical-align: middle; margin-right: 5px;}
#snb .snbSch span select{ height: 35px; width: 100%}
#snb .snbSch .button{ width: 100%;margin-top: 8px}
#snb #scl_list { padding: 5px 10px 10px; border:1px solid #cacaca; background: #fff;}
#snb #scl_list dl { padding:8px 0 4px; border-bottom:1px dashed #7f7f7f}
#snb #scl_list dl:last-child { border-bottom:0}
#snb #scl_list dt { display:inline-block; width:55px; margin-bottom:4px; color:#fff; vertical-align:top; text-align:center; background:#7f7f7f}
#snb #scl_list dd { display:inline-block; width:calc(100% - 60px); margin:0 0 4px 5px; vertical-align:top}
#snb #scl_list dd a:hover { border-bottom:1px solid #00a85f}
#snb #scl_list dd button { padding:4px 10px; border-radius:4px}
#snb #scl_list dd button:before { content:'\f03e'; display:inline-block; font-family:'Font Awesome 5 Free'; margin-right:5px}

#content { min-height:calc(100vh - 164px)}
#content>h1{ border-bottom: 2px solid #323232; color: #323232; font-size: 1.4rem; font-family:'NanumSquare'; font-weight: 600; padding: 18px 0 12px; line-height: 1.2; margin-bottom: 10px}
#content h2{ font-size: 1.25rem; font-family:'NanumSquare'; font-weight: 600; padding-left: 22px; position: relative; line-height: 1.5; margin: 20px 0 10px}
#content h2:before, #content h2:after, #content h3:before{ content: ''; display: block; position: absolute;}
#content h2:before, #content h3:before{ width: 12px; height: 12px; background: #00a85f; left: 2px; top: 8px}
#content h2:after{ width: 7px; height: 7px; background: #183b65; left: 0; top: 6px}
#content h2 span{ display: inline-block; font-size: 0.9rem; font-weight: 300; margin-left: 10px;}
#content h2 span .button{ height: 25px; line-height: 25px; font-size: 0.875rem; padding: 0 5px; cursor: inherit}
#content h3{ font-size: 1.1rem; font-family:'NanumSquare'; font-weight: 600; padding-left: 22px; position: relative; line-height: 1.3; margin: 20px 0 10px}
#content h3:before{width: 10px; height: 10px; top: 6px; left: 5px; background: #183b65}

/* SEARCH */
.searchBox{ background: #f8f8fa; border: 1px solid #e8e9ee; padding: 10px 120px 10px 30px; box-sizing: border-box; position: relative; margin-bottom: 30px}
.searchBox>ul + ul { margin-top:8px}
.searchBox>ul>li{ display: inline-block; box-sizing: border-box; }
.searchBox>ul>li label{ display: inline-block; box-sizing: border-box; vertical-align: middle;}
.searchBox>ul>li>label{ width: 90px; position: relative; padding-left: 10px; letter-spacing: -0.075em; box-sizing: border-box; line-height: 30px}
.searchBox>ul>li>label:before{ content: ''; display: block; width: 5px; height: 5px; background: #6f6f6f; position: absolute; top: 45%; left: 0}
.searchBox>.button{ position: absolute; right: 20px; bottom: 10px; padding: 0 20px;}
.searchBox>.button2{ position: absolute; right: 20px; bottom: 10px; padding: 0 20px;}

/* SEARCH */
.searchBox2{ background: lavender; border: 1px solid #e8e9ee; padding: 10px 120px 10px 30px; box-sizing: border-box; position: relative; margin-bottom: 30px}
.searchBox2>ul + ul { margin-top:8px}
.searchBox2>ul>li{ display: inline-block; box-sizing: border-box; }
.searchBox2>ul>li label{ display: inline-block; box-sizing: border-box; vertical-align: middle;}
.searchBox2>ul>li>label{ width: 90px; position: relative; padding-left: 10px; letter-spacing: -0.075em; box-sizing: border-box; line-height: 30px}
.searchBox2>ul>li>label:before{ content: ''; display: block; width: 5px; height: 5px; background: #6f6f6f; position: absolute; top: 45%; left: 0}
.searchBox2>.button{ position: absolute; right: 20px; bottom: 10px; padding: 0 20px;}

.searchBox3{ background: #f8f8fa; border: 1px solid #e8e9ee; padding: 10px 120px 60px 30px; box-sizing: border-box; position: relative;}
.searchBox3>ul.detail { border: 1px solid #919191;background-color: white;}
.searchBox3>ul.detail>li { margin:10px; display: inline-block; box-sizing: border-box; }
.searchBox3>ul.detail>li label{ display: inline-block; box-sizing: border-box; vertical-align: middle;}
.searchBox3>ul.detail>li>label{ width: 120px; position: relative; padding-left: 10px; letter-spacing: -0.075em; box-sizing: border-box; line-height: 30px}
.searchBox3>ul.detail>li>label:before{ content: ''; display: block; width: 5px; height: 5px; background: #6f6f6f; position: absolute; top: 45%; left: 0}
.searchBox3>ul.detail>li>div { margin:5px;}
.searchBox3>ul.detail>li>div>input.checkbox { margin: 5px 5px;}
.searchBox3>.button{ position: absolute; top:10px; right: 20px; bottom: 10px; padding: 0 20px;}
.searchBox3>.button2{ position: absolute; left: 40%; bottom: 0px; height:30px; line-height:30px; font-size: 15px; padding:0 15px; font-weight: 300; background: #c4b4bf; color: #000; border: 1px solid #cbcbcb;}

/* BUTTON */
.btnArea{ margin: 20px 0 30px; text-align: center}
.btnArea:after{ content: ''; display: block; clear: both}
.btnArea .button{ margin: 0 2px}
.button,
.button *{ position:relative; margin:0; padding:0; display:inline-block; text-decoration:none !important; border:0; border-radius:4px; white-space:nowrap; vertical-align:top; overflow:visible; cursor: pointer; letter-spacing: -0.08em; color: #fff; background: #117fc3;  box-sizing: border-box;}
.button.xsmall{ height:30px; line-height:30px; font-size: 13px; padding:0 8px; font-weight: 300;}
.button.small{ height:30px; line-height:30px; font-size: 15px; padding:0 15px; font-weight: 300;}
.button.medium{ height: 45px; line-height: 45px; font-size: 15px; padding:0 35px; font-weight: 400;}
.button.large{ height:60px; line-height: 60px; font-size: 20px; padding:0 50px; font-weight: 300;}
.button.colorGray{ background: #f6f6f6; color: #000; border: 1px solid #cbcbcb;}
.button.colorGray2{ background: #9c9c9c; color: #000; border: 1px solid #cbcbcb;}
.button.colorWhite{ background: #fff; color: #000; border: 1px solid #b0b0b0;}
.button.colorBlack{ background: #333;}
.button.colorDarkBlue{ background: #183b65;}
.button.colorblue2{ background: #3598db;}
.button.colorOrange{ background: #f15922; color: #fff; border: 1px solid #b0b0b0;}
.button.colorRed{ background: #bd2329; color: #fff}
.button.colorRed2{ background: #d93737; color: #fff}
.button.colorGreen{ background: #00a85f; color: #fff}
.button.colorblue3{ background: blue; margin-left: 10px; width: 85px;}
.button.colorBlack2{ background: #333; margin-left: 10px; width: 85px;}
.button.icon:before{ content: ''; display: inline-block; background: url(../images/icon.png) no-repeat; vertical-align: middle; margin: 0 3px 0 0;  position: relative}
.button.icon.search:before{ background-position: 0 -21px; width: 14px; height: 14px; margin-left: -3px;}
.button.icon.detail:before{ background-position: -132px 0; width: 14px; height: 14px; margin-left: -3px;}
.button.help{ background: none; font-size: 0; vertical-align: middle; width: 23px; height: 23px; text-align: center;}
.button.help:before{ background-position: -115px -20px; width: 16px; height: 16px;}
.button.excel:before{ background-position: -146px 0; width: 15px; height: 15px; top: -2px}

.button2,
.button2 *{ position:relative; margin:0; padding:0; display:inline-block; text-decoration:none !important; border:0; border-radius:4px; white-space:nowrap; vertical-align:top; overflow:visible; cursor: pointer; letter-spacing: -0.08em; color: #fff; box-sizing: border-box;}
.button2.xsmall{ height:30px; line-height:30px; font-size: 13px; padding:0 8px; font-weight: 300;}
.button2.small{ height:30px; line-height:30px; font-size: 15px; padding:0 15px; font-weight: 300;}
.button2.medium{ height: 45px; line-height: 45px; font-size: 15px; padding:0 35px; font-weight: 400;}
.button2.large{ height:60px; line-height: 60px; font-size: 20px; padding:0 50px; font-weight: 300;}
.button2.colorGray{ background: #f6f6f6; color: #000; border: 1px solid #cbcbcb;}
.button2.colorGray2{ background: #9c9c9c; color: #000; border: 1px solid #cbcbcb;}
.button2.colorWhite{ background: #fff; color: #000; border: 1px solid #b0b0b0;}
.button2.colorBlack{ background: #333;}
.button2.colorDarkBlue{ background: #183b65;}
.button2.colorblue2{ background: #3598db;}
.button2.colorOrange{ background: #f15922; color: #fff}
.button2.colorRed{ background: #bd2329; color: #fff}
.button2.colorGreen{ background: #00a85f; color: #fff}
.button2.colorblue3{ background: blue; margin-left: 10px; width: 85px;}
.button2.colorBlack2{ background: #333; margin-left: 10px; width: 85px;}
.button2.icon:before{ content: ''; display: inline-block; background: url(../images/icon.png) no-repeat; vertical-align: middle; margin: 0 3px 0 0;  position: relative}
.button2.icon.search:before{ background-position: 0 -21px; width: 14px; height: 14px; margin-left: -3px;}
.button2.help{ background: none; font-size: 0; vertical-align: middle; width: 23px; height: 23px; text-align: center;}
.button2.help:before{ background-position: -115px -20px; width: 16px; height: 16px;}
.button2.excel:before{ background-position: -146px 0; width: 15px; height: 15px; top: -2px}

.helpCont{ display: none; position: absolute; padding: 5px 10px; background: #fff; border:1px solid #484848; border-radius: 3px; font-size: 0.8rem; color: #686868; font-weight: 300; z-index: 99; margin-top: 5px}
.helpCont:before{ content: ''; display: block; width: 8px; height: 8px; background: #f2f4f6; border: 1px solid #484848; border-right: 0; border-bottom: 0; position: absolute; top: -5px; transform: rotate(45deg); left: 40%}

/* table */
.gridInfo:after{ content: ''; display: block; clear: both;}
.gridInfo{ background: #eaeaea; padding: 7px 10px}
.gridInfo>p{float: left; color: #686868; font-size: 0.875rem; line-height: 30px}
.gridInfo>p:before{ content: ''; display: inline-block; background: url(../images/icon.png) no-repeat -133px 0; width: 8px; height: 10px; margin-right: 5px}
.gridInfo .rgtA{ float: right}
.gridInfo .celNum{ display: inline-block; margin-left: 10px}
.gridArea{ margin: 0 0 10px; overflow-x:auto; clear:both;}
.chartArea{ align-items: center;}
.chartSelect{display: inline-block; margin-bottom: 10px; display: flex; align-items: left;}
.chartRadio{ width:30%; display: inline-block; display: flex; align-items: left;}
.chartRadio2{ width:100%; display: inline-block; display: inline-block; align-items: left;}
.chartSort{float:right; display: inline-block;}

table{display:table;border-spacing:0;border-style:none;border-width:0;border-collapse: collapse;}
caption{display:none;}
td, th *{ letter-spacing:0; border-width:0; border-style:none;}
th{ white-space:normal;}
td{ white-space:nomal; word-break:keep-all;}
table a:hover{color:#000}
.grid{width:100%; empty-cells:show; border-collapse: collapse; border-style:none; border-width:0; position: relative;}
.grid:before{ content: ''; display: block; background: #1b386e; width: 100%; position: absolute; top: -1px; height: 1px;}
.grid thead th, .grid thead td, .grid tbody th, .grid tbody td, .grid tfoot th, .grid tfoot td{border-style:none; border:0; border-width:0; empty-cells:show; vertical-align: middle; padding: 8px 5px}
.grid thead th, .grid thead td{ border: 1px solid #dadce0;}
.grid thead th{ background: #f2f4f6; border:1px solid #dadce0; border-bottom: 0; color: #000; font-weight: 400}
.grid thead th.orderSort{ text-decoration: underline; cursor:pointer; background: #f9ece3; }
.grid tbody th, .grid tbody td{ background: #fff; border:1px solid #dadce0; color: #3a3a3a;}
.grid tbody th{ background: #f5f9fd; text-align: center; vertical-align: middle; font-weight: 400; text-align: left; padding-left: 10px}
.grid tfoot { position:relative;}
.grid tfoot:before{ content: ''; display: block; background: #898989; width: 100%; position: absolute; top: -1px; height: 1px;}
.grid tfoot th, .grid tfoot td{ background: #fff; border:1px solid #dadce0; border-top:0; color: #3a3a3a; background: #f5f9fd; }
.grid.gridList:before{ height: 2px}
.grid.gridList th, .grid.gridList td{ border-top: 0; border-left: 0; border-right: 0; text-align: center; vertical-align: middle}
.grid.gridList td a{ display: block; text-align: left;}
.grid.gridList td a:hover{ text-decoration: underline}
.grid tbody th label{ display: inline-block; color: inherit; font-weight: inherit; font-size: inherit; letter-spacing: inherit; line-height: inherit}
.grid table{ width: 100%}
.grid table th, .grid table td{ padding: 3px; font-size: 12px; border-color: #dddee0; color: #6c6c6c}
.grid a{ display: inline-block; color: #000; text-decoration: underline}
.necessary{ display: inline-block;}
.necessary:before{ content: '\002A'; display: inline-block; color: #ff4200; font-weight: 600; margin-right: 3px}
.grid thead th.diagonal { padding:5px; text-align:left; background:#f2f4f6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gainsboro" /></svg>')}

/* paging */
.pagination{ clear:both; overflow:hidden; height:38px; margin:0 auto; padding:30px 0; font-size:0; text-align:center;}
.pagination>button{ display: inline-block; width:18px; height:35px; vertical-align: top; font-size: 0; background: #fff}
.pagination>button.btn_first,
.pagination>button.btn_prev{ margin-right:7px;}
.pagination>button.btn_next,
.pagination>button.btn_end{ margin-left:7px;}
.pagination>button:before{ content: ''; display: inline-block; background: url(../images/icon.png) no-repeat; height: 13px}
.pagination>button.btn_first:before{ background-position: 0 -43px; width: 10px}
.pagination>button.btn_prev:before{ background-position: -16px -43px; width: 8px}
.pagination>button.btn_next:before{ background-position: -34px -43px; width: 8px}
.pagination>button.btn_end:before{ background-position: -48px -43px; width: 10px}
.pagination .paging{ display:inline-block; overflow:hidden; height:35px;padding:0 10px;font-size:0;text-align:center;}
.pagination .paging>li{ display:inline-block; padding: 0 2px;}
.pagination .paging>li>button{ display:inline-block; overflow:hidden; min-width:40px; height:35px; box-sizing:border-box; line-height:35px; transition: all .2s; -webkit-transition: all .2s;}
.pagination .paging>li>button:hover,
.pagination .paging>li>button.on{ background: #0d7bcf; color:#fff; font-weight:500;}

/* FORM */
.inputData{ background: #fff; border: 1px solid #898989; height: 30px; text-indent: 5px}
.inputData.hasD{ background: #fff url(../images/calendar.png) no-repeat 95% 50%}
.inputData[readonly=readonly]{ background: #f7f7f7}
select.inputData{ min-width: 75px}

/* 절차 */
.processL{ text-align: center; margin: 30px 0}
.processL li{ display: inline-block; position: relative; margin-right: 10px; padding-right: 32px}
.processL li:last-child{ margin: 0; padding: 0}
.processL li:after{ content: '다음'; display: block; font-size: 0; background: url(../images/icon.png) no-repeat -68px -19px; width: 26px; height: 19px; position: absolute; right: 0; top: calc(50% - 10px)}
.processL li:last-child:after{ display: none}
.processL li span{ display: block; width: 140px; height: 140px; border-radius: 50%; background: #117fc3; padding-top: 65px; box-sizing: border-box; color: #fff; position: relative; overflow: hidden}
.processL li span:before{ content: ''; display: block; width: 55px; height: 55px; background: url(../images/icon.png) no-repeat; position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.processL li:nth-child(1) span:before{ background-position: 0 -64px;}
.processL li:nth-child(2) span:before{ background-position: -58px -64px;}
.processL li:nth-child(3) span:before{ background-position: -115px -64px;}
.processL li:nth-child(4) span:before{ background-position: 0 -123px;}
.processL li:nth-child(5) span:before{ background-position: -58px -123px;}
.processL li span button{ margin-top: 7px; background: #014b92; display: block; width: 100%; color: #66c5ff; font-weight: 200; height: 50px; font-size: 0.9rem; position: relative; line-height: 1;}
.processL li span button:before{ content: ''; display: block; background: url(../images/icon.png) no-repeat -97px -20px; width: 15px; height: 15px; position: absolute; top: 0; left: calc(50% - 7px)}

/* 파일찾기 영역 */
.fileUpload, .multifileUpload{ position: relative; background: #eaeaea; padding: 20px}
.fileUpload label, .multifileUpload label{ position:relative; cursor:pointer; display:inline-block; vertical-align:middle; overflow:hidden; width:100%; height:45px; color:#fff; text-align:center; line-height:45px; padding: 0;}
.fileUpload label span, .multifileUpload label span{ position: absolute; right: 10px; top: 7px; background: #00a85f; color: #fff; height: 30px; line-height:30px; font-size: 0.9em; padding: 0 15px; font-weight: 300;box-sizing: border-box}
.fileUpload label input, .multifileUpload label input{ display: block; position:absolute; width:calc(100% - 100px); height:100%; overflow:hidden; border: 0; background: transparent; left: 0; top: 0; opacity: 0}
.fileUpload input[type=text], .multifileUpload input[type=text]{ position: absolute; left: 20px; top: 20px; vertical-align:middle; display: block; width: calc(100% - 40px); height:45px; line-height:45px; border:1px solid #898989; box-sizing: border-box; text-indent: 10px;}

/* POPUP */
#popWrap{ background-image: linear-gradient( 90deg, #034c93 0%, #58c7f0 100%); padding: 10px}
#popWrap h1{ color: #fff; font-size: 1.45rem; font-weight: 600; padding: 10px 0 15px; line-height: 1;}
#popWrap .popCont{ background: #fff; padding: 15px}
#popWrap .popFooter{ text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.6); letter-spacing: 0; padding: 10px 0 0}
#popWrap .popClose{ display: block; position: absolute; right: 20px; top: 25px; font-size: 0; background: transparent}
#popWrap .popClose:before{ content: '\2573'; display: inline-block; color: #fff; font-size: 25px;}
#popWrap .searchBox{ padding: 5px 120px 5px 10px}
#popWrap .searchBox .button{ right: 10px; top: 5px}

/* layer-popup */
.popMap{ position:absolute; top:40%; left:60%; min-width:300px; transform:translate(-50%, -50%); display:none; background-image: linear-gradient( 90deg, #034c93 0%, #58c7f0 100%); padding: 10px; z-index:10}
.popMap .popTitle{ color: #fff; font-size: 1.25rem; font-weight: 600; padding: 5px 0 10px; font-family:'NanumSquare'; line-height: 1;}
.popMap .popCont{ background: #fff; padding: 15px}
.popMap .popFooter{ text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.6); letter-spacing: 0; padding: 10px 0 0}
.popMap .popClose{ display: block; position: absolute; right: 20px; top: 7px; font-size: 0; background: transparent}
.popMap .popClose:before{ content: '\2573'; display: inline-block; color: #fff; font-size: 17px;}
.popMap .searchBox{ padding: 5px 120px 5px 10px}
.popMap .searchBox>ul>li>label { width:auto; margin-right:10px}
.popMap .searchBox .button{ right: 10px; top: 5px}

.layerPopup{ position:absolute; top:40%; left:60%; min-width:300px; transform:translate(-50%, -50%); display:none; background-image: linear-gradient( 90deg, #034c93 0%, #58c7f0 100%); padding: 10px; z-index:10}
.layerPopup .popTitle{ color: #fff; font-size: 1.25rem; font-weight: 600; padding: 5px 0 10px; font-family:'NanumSquare'; line-height: 1;}
.layerPopup .popCont{ background: #fff; padding: 15px}
.layerPopup .popFooter{ text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.6); letter-spacing: 0; padding: 10px 0 0}
.layerPopup .popClose{ display: block; position: absolute; right: 20px; top: 7px; font-size: 0; background: transparent}
.layerPopup .popClose:before{ content: '\2573'; display: inline-block; color: #fff; font-size: 17px;}
.layerPopup .searchBox{ padding: 5px 120px 5px 10px}
.layerPopup .searchBox>ul>li>label { width:auto; margin-right:10px}
.layerPopup .searchBox .button{ right: 10px; top: 5px}

/* 공통 */
.txt_help{ font-size: 0.85rem; padding-left: 15px; position: relative}
.txt_help:before{ content: ''; display: block; position: absolute; left: 0; top: 5px; background: url(../images/icon.png) no-repeat -134px -20px; width: 12px; height: 12px}
.info_box{ border: 3px solid #e5e5e5; border-radius: 15px; background: #fff; padding: 15px 25px 10px; position: relative}
.info_box:before, .info_box:after{ content: ''; display: block; position: absolute; top: -3px; left: -3px; border-left: 3px solid #014b92; border-top: 3px solid #014b92; width: 20px; height: 20px; background: #fff}
.info_box:after{ bottom: -3px; right: -3px; left: auto; top: auto; border: 0; border-right: 3px solid #014b92; border-bottom: 3px solid #014b92; }
.info_box>strong, .hint_box strong{ font-size: 1.25rem; font-weight: 600}
.info_box>p{ margin: 10px 0 20px}
.info_box .dashL{ border-top: 1px dashed #7f7f7f; padding: 10px 0 0 20px; position: relative}
.info_box .dashL:before{ content: ''; display: block; position: absolute; left: 0; top: 13px; background: url(../images/icon.png) no-repeat -151px -20px; width: 16px; height: 16px}
.hint_box{ text-align: center}
.hint_box strong:before{ content: ''; display: block; background: url(../images/icon.png) no-repeat 0 -221px; width: 62px; height: 62px; margin: 0 auto 5px}
.hint_box p{ background: #e7f2f9; font-size: 1.1rem; padding: 15px; margin: 10px 0 0}
.hint_box p em{ font-weight: 600}
.border_box { border:1px solid #e8e9ee; padding:10px 30px}

#content .map{ position:relative; z-index:0}

#content .mapControl a.button { position:absolute; top:10px; border-radius:4px; box-shadow:2px 2px 2px rgb(0 0 0 / 10%); font-size:1em; z-index:99}
#content .mapControl a.button i { color:initial; vertical-align:baseline; background:none}
#content .mapControl.btnSetup a.button { right:10px}
#content .mapControl.btnScLocation a.button { right:111px}
#content .mapControl.btnLonlat a.button { right:207px}
#content .mapControl#map_legend a.button { top:auto; bottom:25px; right:240px}
#content .mapControl#map_soil_bt a.button { top:auto; bottom:25px; right:10px}
#content .mapControl#cbnd_lbid a.button { top:auto; bottom:25px; right:82px}
#content .mapControl#farm_map a.button { top:auto; bottom:25px; right:82px}
#content .mapControl #setup,
#content .mapControl #lonlat { width:550px}
#content .mapControl #scLocation { width:390px}
#content .mapControl #scLocation .scBox { padding-bottom:15px; border-bottom:1px solid #ddd}
#content .mapControl #scLocation .rsBox { overflow-y:auto}
#content .mapControl #scLocation .rsBox li { padding:10px; border-top:1px solid #e8e9ee}
#content .mapControl #scLocation .rsBox li:first-child { border-top:0}
#content .mapControl #scLocation .rsBox li:hover { background:#f8f8fa}
#content .mapControl #scLocation .rsBox li strong + div,
#content .mapControl #scLocation .rsBox li div + div { margin-top:5px}
#content .mapControl #scLocation .rsBox li span { display:inline-block; margin-right:6px; padding:1px 2px; border:1px solid #ddd; border-radius:1px; font-size:12px; color:#909090; }

#content .tabMenu { margin-bottom:15px;}
#content .tabMenu:after { content:''; clear:both; display:block;}
#content .tabMenu li { float:left; margin-right:5px; border-radius:20px; padding:8px 20px; border:1px solid #cacaca; text-align:center; cursor:pointer; background:#f3f4f8 }
#content .tabMenu li.on  { color:#fff; border-color:#014b92; background:#014b92}
#content .optionBox1 { display:flex; margin-bottom:5px;}
#content .optionBox1 select { flex:1; height:32px; margin-left:5px; border-radius:4px; }
#content .optionBox1 select:first-child { margin-left:0} 
#content .optionBox2 input[type=text] { width:calc(100% - 40px); height:34px; border:2px solid #0d7bcf;}
#content .optionBox2 button { display:inline-block; width:40px; height:34px; position:relative; overflow:hidden; text-indent:-999px; background:#0d7bcf}
#content .optionBox2 button:before { content:''; display:inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:14px; height:14px; background:url(../images/icon.png) no-repeat 0 -21px}

#content .tool { position:absolute;top:45%;right:10px; transform:translateY(-50%); z-index:99;}
#content .tool a { display:block; margin-top:10px; padding:2px; border:1px solid #b0b0b0; border-radius:4px; box-shadow:2px 2px 2px rgb(0 0 0 / 10%); background:#fff}
#content .tool ul { border:1px solid #b0b0b0; border-radius:4px; box-shadow:2px 2px 2px rgb(0 0 0 / 10%); background:#fff}
#content .tool li a { box-shadow:none; margin-top:0; border:0; border-radius:0; background:none}
#content .tool li + li { border-top:1px solid #b0b0b0}

#content .mapScale { position:absolute; bottom:0; left:0; width:100%; padding:2px 10px; box-sizing:border-box; text-align:right; font-size: 14.5px; font-weight: bold;}
#content .mapScale >span {width: 125px}

#content .scList {width:100%;height:100%;background:rgba(0,0,0,.7);position:relative;top:0px;left:0px;z-index:99999;}
#content .scList .back {width:100%;text-align:center;font-size:50px;font-weight:bold;color:#c9bda6;}
#content .soilList {width:100%;height:100%;background:rgba(0,0,0,.7);position:relative;top:0px;left:0px;z-index:99999;}

/* 지도설정 */
#content .popMap#setup .sec1 { text-align:center; }
#content .popMap#setup .sec1 li {border:1px solid #ddd;border-radius:4px; padding:10px; display:inline-block;}
#content .popMap#setup .sec1 li.on {background:#fff;border:1px solid #117fc3;}
#content .popMap#setup .sec1 li img {display:block;width:90px;padding:5px;}

/* 로딩 박스 */
.loading-box { display:none; position: absolute; top:50%; left:50%; margin-top:-115px; margin-left: -150px;  padding:40px 0 ; width:300px; border:1px solid #eaeaea; text-align: center; background: #fff; z-index:10}

#body .mapControl a.button { position:absolute; top:10px; border-radius:4px; box-shadow:2px 2px 2px rgb(0 0 0 / 10%); font-size:1em; z-index:99}
#body .mapControl a.button i { color:initial; vertical-align:baseline; background:none}
#body .mapControl.btnSetup a.button { right:10px}
#body .mapControl.btnScLocation a.button { right:111px}
#body .mapControl.btnLonlat a.button { right:207px}
#body .mapControl#map_legend a.button { top:auto; bottom:25px; right:240px}
#body .mapControl#map_soil_bt a.button { top:auto; bottom:25px; right:10px}
#body .mapControl#cbnd_lbid a.button { top:auto; bottom:25px; right:143px}
#body .mapControl#farm_map a.button { top:auto; bottom:25px; right:82px}
#body .mapControl #setup,
#body .mapControl #lonlat { width:550px}
#body .mapControl #scLocation { width:390px}
#body .mapControl #scLocation .scBox { padding-bottom:15px; border-bottom:1px solid #ddd}
#body .mapControl #scLocation .rsBox { overflow-y:auto}
#body .mapControl #scLocation .rsBox li { padding:10px; border-top:1px solid #e8e9ee}
#body .mapControl #scLocation .rsBox li:first-child { border-top:0}
#body .mapControl #scLocation .rsBox li:hover { background:#f8f8fa}
#body .mapControl #scLocation .rsBox li strong + div,
#body .mapControl #scLocation .rsBox li div + div { margin-top:5px}
#body .mapControl #scLocation .rsBox li span { display:inline-block; margin-right:6px; padding:1px 2px; border:1px solid #ddd; border-radius:1px; font-size:12px; color:#909090; }

/* layer-popup */
.popMap{ position:absolute; top:40%; left:77%; min-width:300px; transform:translate(-50%, -50%); display:none; background-image: linear-gradient( 90deg, #034c93 0%, #58c7f0 100%); padding: 10px; z-index:10}
.popMap .popTitle{ color: #fff; font-size: 1.25rem; font-weight: 600; padding: 5px 0 10px; font-family:'NanumSquare'; line-height: 1;}
.popMap .popCont{ background: #fff; padding: 15px}
.popMap .popFooter{ text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.6); letter-spacing: 0; padding: 10px 0 0}
.popMap .popClose{ display: block; position: absolute; right: 20px; top: 7px; font-size: 0; background: transparent}
.popMap .popClose:before{ content: '\2573'; display: inline-block; color: #fff; font-size: 17px;}
.popMap .searchBox{ padding: 5px 120px 5px 10px}
.popMap .searchBox>ul>li>label { width:auto; margin-right:10px}
.popMap .searchBox .button{ right: 10px; top: 5px}

#body .tabMenu { margin-bottom:15px;}
#body .tabMenu:after { content:''; clear:both; display:block;}
#body .tabMenu li { float:left; margin-right:5px; border-radius:20px; padding:8px 20px; border:1px solid #cacaca; text-align:center; cursor:pointer; background:#f3f4f8 }
#body .tabMenu li.on  { color:#fff; border-color:#014b92; background:#014b92}
#body .optionBox1 { display:flex; margin-bottom:5px;}
#body .optionBox1 select { flex:1; height:32px; margin-left:5px; border-radius:4px; }
#body .optionBox1 select:first-child { margin-left:0} 
#body .optionBox2 input[type=text] { width:calc(100% - 40px); height:34px; border:2px solid #0d7bcf;}
#body .optionBox2 button { display:inline-block; width:40px; height:34px; position:relative; overflow:hidden; text-indent:-999px; background:#0d7bcf;     padding-bottom: 5px; }
#body .optionBox2 button:before { content:''; display:inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:14px; height:14px; background:url(/images/icon.png) no-repeat 0 -21px}
 
#wrap #container .legend {top: auto; position: absolute; bottom: 0px;width:285px;height:202px;background:left;float:left;z-index:9;}
#wrap #container .legend .title {width:290px;margin:3px 10px 3px 17px; font-size:15px;color:midnightblue;float:left; font-weight: bold;}
#wrap #container .legend .title span {padding:10px 0;float:left;}
#wrap #container .legend .title #legend_ccaa_button {margin:0;padding:0;float:right;}
#wrap #container .legend .con {margin:0 10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;float:left; overflow:auto;}
#wrap #container .legend .con table {font-size:13px;color:#333;border-spacing:8px;border-collapse:separate;}
#wrap #container .legend .con th {width:15px;border:0px solid #000;background:red;}
#wrap #container .legend .con td {padding-left:5px;}

.zScoreData {display: none; margin-bottom: 35px; margin-right: 30px;}

/* 20240416 탭 - jbh */
.tab_btn {display: flex; margin-bottom: 30px;}
.tab_btn li {text-align: center; flex: auto;}
.tab_btn li a {display: block; margin-left: -1px; border: 1px solid #d9dfe2; line-height: 48px; letter-spacing: -1px; font-weight: 300; background: #f7f9fc; font-size: 14px;}
.tab_btn li:first-child a {border-radius: 5px 0 0 5px;}
.tab_btn li.active a, .tab_btn li a:hover, .tab_btn li a:focus {color: #fff; font-weight: 700; border-color: #014b92; border-radius: 5px !important; background: #014b92;}
/* 20240430 지도 검색영역 체크버튼 - jbh */
.chkBtnArea{ padding: 0px 0px 0px 5px;}
.chkBtnArea>.chkBtn { display: inline-block; margin: 0px 5px 5px 0px; padding:0 15px; border-radius:20px; font-size:1em; font-weight:500; color:#014b92; background:#fff;}
.chkBtnArea>.chkBtn.on:before { content:'\2714'; display:inlilne-block; vertical-align:middle}
.chkBtnArea>.chkBtn button { height:35px; color:#014b92; font-size:1em; font-weight:600; appearance:none; outline:none; cursor:pointer; -webkit-appearance:none; padding:0; background:none !important}
.mainRgt .tp_sch .srchArea{ width: 100%; position: relative; padding-left: 10px; letter-spacing: -0.075em; box-sizing: border-box; line-height: 30px;}
.mainRgt .tp_sch .srchArea label{ width: 90px; position: relative; padding-left: 10px; letter-spacing: -0.075em; box-sizing: border-box; line-height: 30px; color: #fff; display: inline-block;}
.mainRgt .tp_sch .srchArea label:before{ content: ''; display: block; width: 5px; height: 5px; background: #fff; position: absolute; top: 45%; left: 0}
/* 20240620 조사결과 분포 아코디언 UI - jbh */
#content .chkAnalyArea div h3:before {content: none;}
#content .chkAnalyArea div h3 {margin: 0; padding-left: 5px; font-size: 1.0rem;}
/* 20240620 조사결과 분포 체크박스 UI - jbh */
.chkAnalyArea div div{padding: 1em 2.2em; border:1px solid #dddddd;}
.chkAnalyArea div div h4{font-family: 'NanumSquare'; font-weight: 600;}
.chkAnalyArea div div h4:first-child {padding: 0 0 5px 0;}
.chkAnalyArea div div h4:not(:first-child){padding: 15px 0 5px 0;}
.chkAnalyArea div div ul li span{ display: inline-block; margin: 0 35px 0 0;}
.chkAnalyArea div div ul li span label{ display: inline-block; position: relative; padding-left: 5px; line-height: 35px;}
.chkAnalyArea div div ul li span input[type='checkbox']:checked+label{ font-weight: 600;}
.chkAnalyArea div div ul li span input[type='checkbox']:checked+label:before { background-position: 0 -65px;}

/* 2024 06 17 main_2024 */
#wrap.main_2024 #container{ padding: 0;  min-width: 1480px; flex: 1 auto; flex: 1 0 0; -ms-flex: 1 0 0;}
#container .mainSlide p{ position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 45px; width: 1480px; z-index: 10; color: #fff; font-size: 20px; line-height: 1.5; font-weight: 400;}
#container .mainSlide p strong{ display: block; font-size: 45px; font-weight: 600; margin-bottom: 10px;}
#container .mainSlide ul li img{ width: 100%; max-width: 100%; object-fit: cover;}
#wrap.main_2024 .goLinkArea{ min-width: 1480px; width: 1480px; margin: 0 auto}
#wrap.main_2024 .goLinkArea h2{ text-align: center; font-size: 30px; font-weight: 600; padding-left: 0; font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', '나눔고딕', 'Nanum Gothic', 'Apple Gothic', Helvetica Neue, '돋움', Dotum, sans-serif; }
#wrap.main_2024 .goLinkArea h2::before, #wrap.main_2024 .goLinkArea h2::after{ display: none;}
#wrap.main_2024 .goLinkArea>ul{ display: flex; gap: 10px; flex-wrap: wrap;}
#wrap.main_2024 .goLinkArea>ul>li{ width: calc(20% - 10px); margin-top: 50px; text-align: center; border: 2px solid #e5e5e5; border-radius: 20px; padding: 0 10px 20px; transition: all .2s; -webkit-transition: all .2s; box-sizing: border-box;}
#wrap.main_2024 .goLinkArea>ul>li:hover{ border-color: #019761;}
#wrap.main_2024 .goLinkArea>ul>li div{ margin-top: -35px;}
#wrap.main_2024 .goLinkArea>ul>li div::before{ content: ''; display: block; width: 70px; height: 70px; margin: 0 auto 15px; border-radius: 50%; background: url(../images/main_2024.png) no-repeat;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(1) div::before{ background-position: 0 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(2) div::before{ background-position: -81px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(3) div::before{ background-position: -161px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(4) div::before{ background-position: -241px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(5) div::before{ background-position: -321px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(6) div::before{ background-position: -401px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(7) div::before{ background-position: -481px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(8) div::before{ background-position: -561px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(9) div::before{ background-position: -641px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(10) div::before{ background-position: -721px 0;}
#wrap.main_2024 .goLinkArea>ul>li:hover div::before{ background-position-y: -80px;}

#wrap.main_2024 .goLinkArea>ul>li div>span{ display: block; font-size: 19px; font-weight: 500;}
#wrap.main_2024 .goLinkArea>ul>li div>span strong{ display: block; font-size: 23px; font-weight: 500;}
#wrap.main_2024 .goLinkArea>ul>li div>span strong em{ display: inline-block; font-weight: 800; margin-left: 5px;}
#wrap.main_2024 .goLinkArea>ul>li:hover div>span strong em{ color: #019761}
#wrap.main_2024 .goLinkArea>ul ul{ display: flex; margin: 30px 0 0; gap: 2%}
#wrap.main_2024 .goLinkArea>ul ul li{ width: 32%;}
#wrap.main_2024 .goLinkArea>ul ul li a{ display: flex; background: #acacac; border-radius: 10px; height: 80px; flex-direction: column; color: #fff; font-size: 16px; padding: 0 10px; line-height: 1.1; font-weight: 400; transition: all .2s; -webkit-transition: all .2s;}
#wrap.main_2024 .goLinkArea>ul ul li a::before{ content: ''; display: block; height: 23px; background: url(../images/main_2024.png) no-repeat; margin: 8px auto 5px}
#wrap.main_2024 .goLinkArea>ul ul li:nth-child(1) a::before{ background-position: -356px -164px; width: 22px}
#wrap.main_2024 .goLinkArea>ul ul li:nth-child(2) a::before{ background-position: -385px -164px; width: 20px}
#wrap.main_2024 .goLinkArea>ul ul li:nth-child(3) a::before{ background-position: -412px -164px; width: 22px}

#wrap.main_2024 .goLinkArea>ul>li:hover li:nth-child(1) a{ background: #00b04c;}
#wrap.main_2024 .goLinkArea>ul>li:hover li:nth-child(2) a{ background: #007ddb;}
#wrap.main_2024 .goLinkArea>ul>li:hover li:nth-child(3) a{ background: #8a480a;}

#wrap.main_2024 .bannerArea{ min-width: 1480px; width: 1480px; margin: 50px auto 40px; background: #f2f3f7; border-radius: 20px; padding: 25px 50px; box-sizing: border-box; display: flex; position: relative;}
#wrap.main_2024 .bannerArea::after{ content: ''; display: block; position: absolute; right: 60px; bottom: -10px; background: url(../images/main_2024.png) no-repeat 0 -164px; width: 344px; height: 105px;}
#wrap.main_2024 .bannerArea p{ font-weight: 400; margin-right: 50px;}
#wrap.main_2024 .bannerArea p strong{ display: inline-block; margin-right: 10px; font-size: 20px; font-weight: 500;}
#wrap.main_2024 .bannerArea a{ display: inline-block; background: #fff; border: 1px solid #ddd; border-radius: 20px; height: 35px; padding: 0 25px; line-height: 35px; font-weight: 400; transition: all .2s; -webkit-transition: all .2s;}
#wrap.main_2024 .bannerArea a::after{ content: '\279C'; display: inline-block; margin-left: 50px}
#wrap.main_2024 .bannerArea a:hover{ border-color: #000;}

/* 조사지점 */
#container.mapCont{ padding: 0; position: relative}
#container.mapCont #content>button{ position: absolute; top: 50%; left: 600px; border: 1px solid #ddd; border-left: 0; background: #fafafa; border-radius: 0 5px 5px 0; font-size: 0; line-height: 0; width: 20px; height: 35px;}
#container.mapCont #content>button.close{ left: 0;}
#container.mapCont #content>button:before{ content: '\00BB'; display: inline-block; font-size: 20px; font-weight: 600; line-height: 1.8; transform: rotate(180deg);}
#container.mapCont #content>button.close:before{ transform: rotate(0deg); line-height: .5;}

#container.mapCont #content.close .lftWrap{ display: none;}
#container.mapCont #content.close>button{ left: 0;}
#container.mapCont #content.close>button:before{ transform: rotate(0deg); line-height: .5;}
#container.mapCont #content.close .rgtWrap{ width: 100%}

#container.mapCont #content{ display: flex; flex-wrap: nowrap;}
#container.mapCont #content .lftWrap{ width: 600px; background: #fafafa; box-shadow: 4px 0 13px 0px rgb(0 0 0 / 13%); padding: 0 30px 30px; box-sizing: border-box;}
#container.mapCont #content .schA1{ display: flex; gap: 10px}
#container.mapCont #content .schA1>li label, #container.mapCont #content .schA2>p{ display: block; font-weight: 600; line-height: 35px;}
#container.mapCont #content .schA1>li select{ border: 1px solid #ddd; height: 32px; border-radius: 5px; width: 100%; font-weight: 400;}
#container.mapCont #content .schA1 .w2Group{ display: flex; gap: 10px}
#container.mapCont #content .lftWrap .btnA{ padding: 5px 0; border-bottom: 1px solid #c8c8c8; margin-bottom: 5px}
#container.mapCont #content .schA2>ul{ display: flex; gap: 6px; border: 1px solid #ddd; padding: 5px 5px 10px; box-sizing: border-box; flex-wrap: wrap; box-shadow: 0 3px 1px rgb(0 0 0 / 13%);}
#container.mapCont #content .schA2>ul li{ width: calc(33.333% - 4px); margin: 0; padding: 0; background: #ebebeb; border: 1px solid #c7c7c7; line-height: 1.2; font-weight: 300; box-sizing: border-box; border-radius: 5px; display: flex; justify-content: center; align-items: center; padding: 3px}
#container.mapCont #content .schA2>ul li.on{ background: #0099bb; border-color: #0099bb;}
#container.mapCont #content .schA2>ul li.on:before{ color: #fff; margin-right: 3px;}
#container.mapCont #content .schA2>ul li button{ height: auto; font-weight: 400; color: #323232; line-height: 1.2;}
#container.mapCont #content .schA2>ul li.on button{ color: #fff}
#container.mapCont #content .lftWrap .gridInfo{ background: none; padding: 10px 0 0; font-weight: 400;}
#container.mapCont #content .lftWrap .gridInfo strong{ color: #bd2329}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid thead:after{ content: ''; display: block; height: 5px; width: 100%;}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid thead th{ border: 1px solid #ddd; font-weight: 500; text-align: left; padding: 3px 10px;font-size: 14px;}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid tbody td{ padding: 5px; line-height: 1.3; text-align: left !important; font-weight: 400;}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid tbody tr{ cursor: pointer;}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid tbody .clickB{ border: 2px solid #0099bb;}
#container.mapCont #content .lftWrap #spotTbOuterDiv .grid tbody .clickB td{ background: #eafbff; font-weight: 600;}
#container.mapCont #content .rgtWrap{ width: calc(100% - 600px)}

/* 20240628 조사지점 메뉴 닫기 버튼 지도영역보다 위로 - jbh */
#container.mapCont #content>button{ z-index: 99999; }
#content { min-height:calc(100vh - 155px)}/* 풋터 및 빈 영역 안보이게 */
#container.mapCont #content.close .lftWrap{ display: block;}/*접기/펼치기 애니메이션 효과 처리를 위함*/
/* 과제아이콘 재정의 */
#wrap.main_2024 .goLinkArea>ul>li:nth-child(1) div::before{ background-position: 0 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(2) div::before{ background-position: -81px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(3) div::before{ background-position: -161px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(4) div::before{ background-position: -241px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(5) div::before{ background-position: -401px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(6) div::before{ background-position: -481px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(7) div::before{ background-position: -561px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(8) div::before{ background-position: -641px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(9) div::before{ background-position: -721px 0;}
#wrap.main_2024 .goLinkArea>ul>li:nth-child(10) div::before{ background-position: -321px 0;}

/* 2024 07 01 */
#container.mapCont #content #inTabs.schA2>ul.tab_btn{ display: inline-flex; flex-wrap: nowrap; gap: 0; border: 0; box-shadow: none; padding: 0; margin: 0 0 -1px 1px}
#container.mapCont #content #inTabs.schA2>ul.tab_btn li{ width: auto; border: 0; padding: 0; background: #fff; justify-content: normal; border-radius: 0; margin-right: 2px;}
#container.mapCont #content #inTabs.schA2>ul.tab_btn li a{ display: block; background: #ebebeb; border: 1px solid #c7c7c7; border-bottom-color: #0099bb; border-radius: 5px 5px 0 0 !important; color: #323232; font-weight: 400; line-height: 35px; padding: 0 25px}
#container.mapCont #content #inTabs.schA2>ul.tab_btn li.active a{ background: #fff; font-size: 15px; font-weight: 600; border-bottom: 0; border-color: #0099bb;}
#container.mapCont #content #inTabs.schA2>ul.chkBtnArea{ border-color: #0099bb;}
#container.mapCont #content #inTabs.schA2>ul.chkBtnArea li{ padding: 0; justify-content: flex-start;  border: 0; background: none;}
#container.mapCont #content #inTabs.schA2>ul.chkBtnArea li a{ display: flex; align-items: center; width: 100%; background: #ebebeb; border: 1px solid #c7c7c7; padding: 5px 3px 5px 10px; text-align: left; font-weight: 400; border-radius: 5px;}
#container.mapCont #content #inTabs.schA2>ul.chkBtnArea li.active a{ background: #0099bb; border-color: #0099bb; color: #fff; font-weight: 600;}

#container.mapCont #content .inTabsCont{ padding-top: 10px}
#container.mapCont #content .inTabsCont h3{ padding: 0; font-size: 1rem; font-family: inherit; margin: 15px 0 10px;}
#container.mapCont #content .inTabsCont h3::before{ display: none;}
#container.mapCont #content .inTabsCont>ul{ display: flex; gap: 5px; flex-wrap: wrap;}
#container.mapCont #content .inTabsCont>ul li{ width: calc(33.333% - 4px); position: relative}
#container.mapCont #content .inTabsCont .checkboxA input{ display: none;}
#container.mapCont #content .inTabsCont .checkboxA label{ display: flex; width: 100%; cursor: pointer; background: #fff; border: 2px solid #ddd; align-items: center; justify-content: center; padding: 8px 0; font-weight: 400; box-sizing: border-box; height: 100%; text-align: center; line-height: 1.2;}
#container.mapCont #content .inTabsCont .checkboxA input:checked + label{ background: #eafbff; border: 2px solid #0099bb; font-weight: 600;}

/* 20240704 글자간격 크게 - ksh */
.searchBox>ul>li>label{width: 100px;}

/* 20240710 jbh */
.searchBox>ul>li>span{ vertical-align: middle;}

.grid thead th.orderSort{ background: #f2f4f6; }

/* 20240823 조사결과 분포 체크박스 UI 표토/심토 양쪽 배치 - jbh */
.chkAnalyArea div div.bisect{display:flex;}
.chkAnalyArea div div.bisect div{width: 49% !important; padding: 0 0 0 0; border:none;}
.chkAnalyArea div div ul li span{ display: inline-block; margin: 0 0 0 0;}

/*  20241014 AerimsLeft 메뉴: 3번째 depth 메뉴의 border 라인 생성 - ksh  */
#snb ul ul>li>a{ border: 0; border-top: 1px solid #cacaca; border-right: 1px solid #cacaca; border-left: 1px solid #cacaca;  }
#snb ul ul ul>li>a{ border-top: 0; border-right: 1px solid #cacaca; border-bottom:0; border-left: 1px solid #cacaca; }
#snb ul ul ul>li:last-child > a { border-bottom: 0;}
#snb > ul>li>ul{ border-bottom: 1px solid #cacaca;}

/*  20241014 AerimsLeft 메뉴: 3번째 depth 메뉴의 마우스 오버 색 지정 - ksh  */
#snb ul ul ul>li:last-child.active> a{ color: #014b92;}
#snb ul ul ul>li>a:hover{ color: #014b92; }

/*  20241014 AerimsLeft 메뉴: 3번째 depth 메뉴의  content 제거- ksh  */
#snb ul ul ul>li>a:before{ content: none;}

/* 2024.11.04 지도 레이어 버튼 - jbh */
.mapLayer {position: relative; text-align: right; padding-right: 10px; bottom: 55px; z-index:99;}
.mapLayer a.button, .mapLayer div{box-shadow:2px 2px 2px rgb(0 0 0 / 10%);}
.mapLayer div.checkbox-dropdown{position: relative; margin: 0; padding: 0px 35px 0px 10px; display: inline-block; text-decoration: none !important; border: 1px solid #b0b0b0; border-radius: 4px; white-space: nowrap; vertical-align: top; overflow: visible; cursor: pointer; letter-spacing: -0.08em; color: #000; background: #fff; box-sizing: border-box; height: 30px; line-height: 30px; font-size: 15px; font-weight: 300;}
.mapLayer div.checkbox-dropdown:after {content:'';height: 0;position: absolute;width: 0;border: 6px solid transparent;border-top-color: #000;top: 50%;right: 10px;margin-top: -3px;}
.mapLayer div.checkbox-dropdown.is-active:after {border-bottom-color: #000;border-top-color: #fff;margin-top: -9px;}
.mapLayer div.checkbox-dropdown .checkbox-dropdown-list {list-style: none;margin: 0;padding: 0;position: absolute;border: inherit;border-top: none;left: -1px;right: -1px;opacity: 0;transition: opacity 0.4s ease-in-out;overflow-x: hidden;pointer-events: none;background: #fff;bottom: 100%; text-align: left;}
.mapLayer div.checkbox-dropdown.is-active .checkbox-dropdown-list {opacity: 1;pointer-events: auto;}
.mapLayer div.checkbox-dropdown .checkbox-dropdown-list li label {display: block;border-bottom: 1px solid silver;padding: 0px 0px 0px 10px;transition: all 0.2s ease-out;}
.mapLayer div.checkbox-dropdown .checkbox-dropdown-list li label:hover {background-color: #555;color: white;}
.mapLayer div.checkbox-dropdown .checkbox-dropdown-list li:first-child {border-top: 1px solid silver;}
.mapLayer div.wmsLegend{position: relative; margin: 0; display: inline-block; text-decoration: none !important; border-radius: 4px; white-space: nowrap; vertical-align: top; overflow: visible; cursor: pointer; letter-spacing: -0.08em; color: #000; background: #fff; box-sizing: border-box; height: 30px; line-height: 30px; font-size: 15px; font-weight: 300;}
.mapLayer div.wmsLegend .legend-list {list-style: none; margin: 0; padding: 0; position: absolute; border: 1px solid #b0b0b0; border-top: none; opacity: 0; transition: opacity 0.4s ease-in-out; overflow-x: hidden; pointer-events: none; background: #fff; bottom: 99%; text-align: left; width: calc(100% - 2px);}
.mapLayer div.wmsLegend .legend-list li label {display: block;padding: 0px 0px 0px 5px;transition: all 0.2s ease-out;}
.mapLayer div.wmsLegend .legend-list li label span {display: inline-block; width: 10px; height: 10px; margin-right: 3px; background-color: #8dcea8;}
.mapLayer div.wmsLegend .legend-list li:first-child {border-top: 1px solid silver; border-bottom: 1px solid silver; background-color: azure;}
.mapLayer div.wmsLegend a.colorOrange + .legend-list {opacity: 1; pointer-events: auto;}

/* 2024.11.04 지도 지점 신규등록 버튼 - jbh */
.spotReg{position: absolute; top: 10px; right: 10px; z-index: 99;}
.spotReg>a{font-weight: bold !important;}

/* 2024.11.13 통계 공통 상세조건 팝업 */
#popStat { background-image: linear-gradient( 90deg, #034c93 0%, #58c7f0 100%); padding: 10px }
#popStat h1{ color: #fff; font-size: 1.45rem; font-weight: 600; padding: 10px 0 15px; line-height: 1;}
#popStat .popCont{ background: #fff; padding: 15px}
#popStat .popFooter{ text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.6); letter-spacing: 0; padding: 10px 0 0}
#popStat .popClose{ display: block; position: absolute; right: 20px; top: 7px; font-size: 0; background: transparent}
#popStat .popClose:before{ content: '\2573'; display: inline-block; color: #fff; font-size: 25px;}
#popStat .searchBox{ padding: 5px 120px 5px 10px}
#popStat .searchBox .button{ right: 10px; top: 5px}

/* 2025.05.15 */
#container.mapCont #content .schA2>ul li{ cursor: pointer;}

/* 2025.06.18 헤더, 대시보드, 풋터 */
#dashboard_wrap *{ box-sizing: border-box;} 

#header{ min-width: 1250px; width: 100%; box-sizing: border-box; border-bottom: 2px solid #dee6f3; height: 55px; display: flex; justify-content: space-between;}
#header h1{ position: absolute; left: 10px; top: 12px;}
#header h1 a{ display: flex; align-items: flex-end;}
#header h1 a span{ font-size: 17px; font-weight: 500; line-height: 1;}

#header #gnb{ display: flex; padding-left: 410px;}
#header #gnb>li{ position: relative;}
#header #gnb>li>a{ display: block; font-size: 17px; line-height: 53px; padding: 0 25px; font-weight: 600; position: relative; transition: all .2s; -webkit-transition: all .2s; transform: translateY(0);}
#header #gnb>li>a:hover, #header #gnb>li.active>a{ font-weight: 600; color: #1374c2;}
#header #gnb ul{ display:none; position:absolute; left: 50%; transform:translateX(-50%); border:1px solid #cacaca; padding:15px 0 10px; transition: all .2s; -webkit-transition: all .2s; border-radius:4px; box-shadow:0 3px 3px rgb(0 0 0 / 10%); background:#fff; z-index:100; min-width: 140px;}
#header #gnb>li:hover ul { display:block;}
#header #gnb ul:before { content:''; display:block; position:absolute; top:-5px; left:50%; width:10px; height:10px; margin-left:-5px; transform:rotate(45deg); box-shadow:-1px -1px 0 #cacaca; background:#fff}
#header #gnb ul li a { display:block; padding:4px 12px; line-height:1.4;}
#header #gnb ul li a:hover { color:#117fc3; font-weight:600;  background:#f3f4f8}
#header #gnb ul li + li { margin-top:5px} 
#header .usrA{ display: flex; align-items: center; gap: 10px}
#header .usrA a{ color: #000; line-height: 55px; font-size: 0.875rem; font-weight: 400; display: flex; gap: 3px; align-items: center; width: max-content;}
#header .usrA button{ display: flex; font-size: 0; width: 50px; height: 55px; background: #485671; align-items: center; justify-content: center;}
#header .usrA a:before, #header .usrA button:before{ content: ''; display: block; background: url(../images/icon_2025.png) no-repeat; vertical-align: middle}
#header .usrA a:before{ background-position: 0 0; width: 19px; height: 19px;}
#header .usrA button.logout:before{ background-position: -117px 0; width: 14px; height: 15px}

#dashboard_container{ flex: 1 auto; flex: 1 0 0; -ms-flex: 1 0 0; min-width: 1250px; width: 100%; background: #eff5ff;}
.dashboard_main{ display: flex; gap: 30px; flex-direction: column;}
.usrMain{ overflow: hidden; position: relative; height: 115px; padding-left: 115px; z-index: 1;}
.usrMain::before{ content: ''; display: block; width: 230px; height: 230px; border-radius: 50%; position: absolute; left: 0; bottom: 0; background: #fff; z-index: -1;}
.usrMain > .group{ height: 115px; background: #fff; padding: 15px 30px; display: flex; box-sizing: border-box; justify-content: space-between;}
.usrMain .usrInfo{ display: flex; gap: 80px}
.usrMain .usrInfo > div, .usrMain .usrInfo > ul{ display: flex; gap: 10px}
.usrMain .usrInfo > div{ align-items: center;}
.usrMain .usrInfo > div span{ display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border-radius: 50%; background: #2bd6c6; color: #000}
.usrMain .usrInfo > div strong{ display: flex; flex-direction: column; font-size: 17px; font-weight: 500;}
.usrMain .usrInfo > div strong em{ font-size: 21px; font-weight: 600;}
.usrMain .usrInfo .mySwiper ul li a{ display: flex; flex-direction: column; gap: 8px; justify-content: center; min-width: 135px; border-radius: 10px; background: #fff; border: 1px solid #1374c2; height: 100%; padding: 10px; font-size: 17px; font-weight: 500;}
.usrMain .usrInfo .mySwiper ul li a::before{ content: ''; display: block; background: url(../images/ic_2.png) no-repeat; width: 18px; height: 15px;}
.usrMain .usrInfo .mySwiper ul li.ju a{ background: #1374c2; color: #fff}
.usrMain .usrInfo .mySwiper ul li.ju a::before{ background-position: 0 100%;}
.usrMain .usrChk{ display: flex; align-items: flex-end; gap: 10px}
.usrMain .usrChk .inputData{ min-width: 110px; height: 40px; border: 1px solid #183762}
.usrMain .usrChk button{ background: #183762; height: 40px; border-radius: 5px; color: #fff; padding: 0 25px}

.usrDashb_area{ margin: 0 30px 30px; display: flex; gap: 15px; flex-direction: column;}
.usrDashb_area > div{ display: flex; gap: 15px}
.usrDashb_area .columnA{ display: flex; flex-direction: column; gap: 15px;}
.usrDashb_area .board_box .columnA{ position: relative;}
.usrDashb_area .board_box .columnA .btn_more{ right: 0; top: 0}
.usrDashb_area .rowA{ display: flex; flex-direction: row; gap: 15px;}
.usrDashb_area .board_box{ background: #fff; border: 1px solid #ddd; border-radius: 12px; padding: 20px; display: flex; gap: 20px; flex-direction: column; position: relative;}
.usrDashb_area .usrSchedule{ display: flex; gap: 10px;}
.usrDashb_area .usrSchedule > li > a{ display: flex; background: #f5f5f7; border-radius: 5px; width: 100%; height: 70px; flex-direction: column; align-items: center; justify-content: center; color: #525c6a; font-weight: 400; border: 1px solid transparent}
.usrDashb_area .usrSchedule > li > a strong{ font-size: 22px; font-weight: 700; color: #333}
.usrDashb_area .usrSchedule > li > a:hover{ border-color: #1374c2; background: #fff;}
.usrDashb_area .usrSchedule > li > a:hover strong{ color: #df1860}
.usrDashb_area .dotList{ display: flex; flex-direction: column; gap: 8px}
.usrDashb_area .dotList > li{ display: flex; justify-content: space-between; width: 100%; font-size: 15px;}
.usrDashb_area .dotList > li div{ display: flex; gap: 8px; font-size: 14px; font-weight: 400; align-items: center;}
.usrDashb_area .dotList > li div i{ width: 10px; height: 10px; border-radius: 50%;}
.usrDashb_area .dotList > li div i.codeG{ background: #00b04c}
.usrDashb_area .dotList > li div i.codeB{ background: #1374c2}
.usrDashb_area .dotList > li div i.codeR{ background: #df1860}
.usrDashb_area .dotList > li div strong{ font-size: 15px; font-weight: 500;}
.usrDashb_area .dotList > li a{ display: flex; gap: 8px; align-items: center; font-size: 15px; font-weight: 400; width: 65%; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.usrDashb_area .dotList > li.new a{ font-weight: 500;}
.usrDashb_area .dotList > li a::before{ content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #ccc; }
.usrDashb_area .dotList > li a i{ font-size: 1px;}
.usrDashb_area .dotList > li.new a i{ font-size: 12px; color: #df1860; font-weight: 600;}
.usrDashb_area .dotList > li span{ font-size: 14px; font-weight: 400;}
.usrDashb_area .btn_more{ position: absolute; right: 20px; top: 20px; font-size: 1px;}
.usrDashb_area .btn_more:before{ content: '\002B'; display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; background: #eaeaea; color: #777; font-size: 15px; font-weight: 700;}
.usrDashb_area .tl_area{ display: flex; justify-content: space-between;}
.usrDashb_area .form_a{ display: flex; gap: 8px}
.usrDashb_area .form_a .inputData{ border: 1px solid #ddd; min-width: 100px; height: 24px; border-radius: 3px;}
.usrDashb_area .form_a button{ height: 24px; border-radius: 3px; background: #1374c2; color: #fff; padding: 0 10px;}
.usrDashb_area .board_box h2, .usrDashb_area .board_box h3{ display: flex; gap: 8px; align-items: center; font-size: 17px; font-weight: 500;}
.usrDashb_area .board_box h2::before, .usrDashb_area .board_box h3::before{ content: ''; display: block; background: url(../images/ic_1.png) no-repeat; width: 15px; height: 16px;}
.usrDashb_area .board_box h3{ font-size: 15px; margin-left: 10px;}
.usrDashb_area .board_box h3::before{ background: #343434; width: 5px; height: 2px;}
.usrDashb_area .board_box h2 span, .usrDashb_area .board_box h3 span{ font-size: 15px; color: #1374c2}
.usrDashb_area .board_box h3 span{ font-size: 13px;}
.usrDashb_area .tbl_scrolA{ border-top: 1px solid #1456b9}
.usrDashb_area .tbl_scrolA.scrol-x{ overflow-x: auto}
.usrDashb_area .tbl_scrolA.scrol-y{ overflow-y: auto}
.usrDashb_area .tbl_scrolA.scrol-x .dashboard_grid{ width: auto}
.usrDashb_area .w5p > li{ width: 20%}
.usrDashb_area .w35{ width: 35%}
.usrDashb_area .w40{ width: 40%}
.usrDashb_area .w50{ width: 50%}
.usrDashb_area .w60{ width: 60%}
.usrDashb_area .w65{ width: 65%}

.dashboard_grid{width:100%; empty-cells:show; border-collapse: collapse; border-style:none; border-width:0; position: relative;}
.dashboard_grid thead th, .dashboard_grid thead td, .dashboard_grid tbody th, .dashboard_grid tbody td, .dashboard_grid tfoot th, .dashboard_grid tfoot td{border-style:none; border:0; border-width:0; empty-cells:show; vertical-align: middle; padding: 3px 5px; font-size: 15px; font-weight: 400;}
.dashboard_grid thead th, .dashboard_grid thead td{ border: 1px solid #c1d9ff;}
.dashboard_grid thead th{ background: #eef4ff; border:1px solid #c1d9ff; color: #000; font-weight: 400}
.dashboard_grid tbody th, .dashboard_grid tbody td{ background: #fff; border:1px solid #c1d9ff; color: #3a3a3a;}

#footer{ min-width: 1250px; width: 100%; box-sizing: border-box;  background:#4f5052; color: #fff; padding: 20px 0 20px 270px; position: relative}
#footer a{ display: block; position: absolute; left: 20px; top: 20px; color: #fff; font-size: 1rem; font-weight: 500; letter-spacing:0; line-height:120%}
#footer a:before{ content: '농촌진흥청 국립농업과학원'; display: block; font-size: 0.75rem; font-family:'NanumSquare'; opacity: .8; font-weight: 200}
#footer p, #footer address{ font-size: 0.85rem; color: #dcdcdc; font-weight: 200;  letter-spacing: 0}

/* 2025.08.13 마이페이지(대시보드) 지도 영역 */
#dashboard_map .map { position: relative; z-index: 0;}
#dashboard_map .tool { position: absolute; top: 45%; right: 30px; transform: translateY(-50%); z-index: 99;}
#dashboard_map .tool ul { border: 1px solid #b0b0b0; border-radius: 4px; box-shadow: 2px 2px 2px rgb(0 0 0 / 10%); background: #fff;}
#dashboard_map .tool li a { box-shadow: none; margin-top: 0; border: 0; border-radius: 0; background: none; display: block; padding: 2px;}

/* 2025.08.14 작물 자동완성 */
.srchCrop { list-style: none; margin: 0; padding: 0; width: 250px; border: 1px solid #ccc; border-top: none; max-height: 200px; overflow-y: auto; display: none; background: white; position: absolute; z-index: 10;}
.srchCrop li { padding: 8px; cursor: pointer;}
.srchCrop li.highlight { background-color: #d0eaff;}

/* LOGIN */
/* #loginWrap{ min-height: 100vh}
#loginWrap>div{ min-height: 550px; width: 720px; position: absolute; left: calc(50% - 360px); top: 20%}
#loginWrap .loginCont{ border: 1px solid #d4d4d4; border-top: 3px solid #014b92; background: #fff; padding: 40px 30px 20px}
#loginWrap h2{ text-align: center; font-size: 2rem; font-weight: 600; line-height: 1}
#loginWrap h2 span{ display: block; margin: 20px 0; font-size: 0.9rem; font-weight: 300; letter-spacing: -0.055em}
#loginWrap .loginBox{ background: #f3f3f3; padding: 40px 0 35px; position: relative; text-align: center}
#loginWrap .loginBox dl{ display: inline-block; width: 310px; text-align: left;}
#loginWrap .loginBox dt label{ display: inline-block; line-height: 35px; font-weight: 600}
#loginWrap .loginBox dd{ margin: -35px 0 5px 100px}
#loginWrap .loginBox dd .inputData{ height: 35px; width: 95%}
#loginWrap .loginBox>.button{ height: 75px; width: 145px}
#loginWrap .loginUsr{ margin: 25px 0 0; text-align: center}
#loginWrap .loginUsr a{ display: inline-block; width: 32%; font-size: 0.875rem}
#loginWrap .loginUsr a strong{ display: block; font-size: 1.02rem; font-weight: 600}
#loginWrap .loginUsr a i{ display: block; width: 60px; height: 60px; background: #dbdbdb; text-align: center; border-radius: 50%; margin: 0 auto 5px}
#loginWrap .loginUsr a i:before{ content: ''; display: inline-block; background: url(../images/icon.png) no-repeat 0 -185px; width: 28px; height: 30px; margin-top: 15px}
#loginWrap .loginUsr a.fndId i:before{ background-position: -33px -185px; width: 21px;}
#loginWrap .loginUsr a.fndPw i:before{ background-position: -59px -185px; width: 35px;} */
/* 로그인 사이트 로고 */
/* #loginWrap #logo{ height: 55px;}
#loginWrap #logo h1 { position: absolute; left: 10px; top: 12px;}
#loginWrap #logo h1 a { display: flex; align-items: flex-end;}
#loginWrap #logo h1 a span { font-size: 17px; font-weight: 500; line-height: 1;} */
/* 2025 08 20 */
.usrMain > .group{ padding-left: 0; height: 120px;}
.usrMain .usrInfo{ gap: 50px; width: calc(100% - 315px - 30px);}
.usrMain .usrChk{ width: 315px; margin-bottom: 10px}
.usrMain .usrInfo .myInfo strong{ width: 150px;}
/* 2025.10.15 헤더로고, 탑메뉴 폰트 크기, 헤더 대시보드 */
#header h1 a span{ font-size: 18px;}
#header #gnb>li>a{ font-size: 18px;}
#header .usrA div{ float: left; width: 110px; padding: 6px 0 8px; margin-right: 1rem; background-color: #3c6291; border-radius: 33px; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); text-align: center;}
#header .usrA div a{ display: inline-block; font-size: 18px; color: #fff; vertical-align: middle; font-weight:500; line-height: inherit;}
#header .usrA div a:before { content: none !important;}
/* 2025.10.30 gpki 스타일 css로 인한 로그인 페이지 css 수정 */
/* #loginWrap h2{ text-align: center; font-size: 2rem; font-weight: 600; line-height: 1; color: #333333;}
#loginWrap .loginBox dt label{ display: inline-block; line-height: 35px; font-weight: 600; font-size: 15px; color: #333; font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', '나눔고딕', 'Nanum Gothic', 'Apple Gothic', Helvetica Neue, '돋움', Dotum, san;}
#loginWrap #logo h1 { position: absolute; left: 10px; top: 12px; padding:0; font-weight:300; font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', '나눔고딕', 'Nanum Gothic', 'Apple Gothic', Helvetica Neue, '돋움', Dotum, sans-serif;} */

/* 2025 11 18 로그인 */
.login-wrap { width:750px; margin:auto}
.login-wrap .h1-logo { padding-left:15px}
.login-wrap .login-text { height:83px; margin-top:20px; padding-left:115px; font-size: 23px; font-weight: 400; background: url(../images/h2Logo.png) no-repeat 15px 0;}
.login-wrap .login-text strong { font-size: 33px; font-weight: 500;}
.login-wrap .login-text span { display: block; font-size: 20px; color:#0067bc; letter-spacing: -.2px;}
.login-wrap .login-area { display: flex; flex-direction: column; align-items: center; margin-top:36px; padding-bottom: 45px; border-radius: 12px; background-color: #e6f0f9;}
.login-wrap .login-area h2 { position: relative; width:100%; height: 115px; padding:20px 0 0 160px; color:#fff; font-size: 20px; font-weight: 700; background: url(../images/bg_login.png) no-repeat 88px 0;}
.login-wrap .login-area h2:before { content:''; display: block; width:60px; height: 60px; position: absolute; top:48px; left:50%; transform: translateX(-50%); border-radius: 100%; background: #b9d4ff url(../images/icon_login.png) no-repeat center;}
.login-wrap .login-form { width:550px; margin-top:20px; text-align: center;}
.login-wrap .login-form .button.large { width: 100%; border-radius: 10px; font-weight: 700;}
.login-wrap .login-form .type-gpki .button.large { height:50px; line-height: 50px; background-color: #0067bc;}
.login-wrap .login-form .type-id li { position: relative; margin-bottom: 10px;}
.login-wrap .login-form .type-id .inputData { width: 100%; height: 60px; padding:0 15px; letter-spacing: 0; border-radius: 5px; font-size: 18px;}
.login-wrap .login-form .type-id li .button.delete { display: none; position: absolute; top:50%; right:25px; transform: translateY(-50%); width:20px; height: 20px; overflow: hidden; text-indent: -100px; background: url(../images/icon.png) no-repeat -172px -20px;}
.login-wrap .login-form .type-id li .inputData:not(:placeholder-shown) ~ .button.delete { display: block;}
.login-wrap .login-form .type-id .button.large { margin-top: 10px}
.login-wrap .login-form .type-id a { display: inline-block; margin-top:10px; font-size: 18px; font-weight: 500;}
.login-wrap .login-form > p { position: relative; display: block; width:290px; margin:30px auto;  }
.login-wrap .login-form > p:before { content:''; width: 100%; height: 3px; position: absolute; top:50%; left:50%; transform: translateX(-50%); background-color: #999; }
.login-wrap .login-form > p span { position: relative; padding:0 10px; font-size: 16px; font-weight: 500; background-color: #e6f0f9; z-index: 1;}

/* 2025.11.19 로고 */
#header h1{ top: 8px;}
#header h1 a{ align-items: center;}
#header h1 a span{ padding-left: 5px;}
.login-wrap .h1-logo { padding-left:0px;}
.login-wrap .login-text { padding-left:0px; background: none;}