﻿/* webfont */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-regular.woff2') format('woff2'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-regular.woff') format('woff')
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-500.woff2') format('woff2'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-500.woff') format('woff')
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-500.woff2') format('woff2'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-500.woff') format('woff')
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-700.woff2') format('woff2'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-700.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-700.woff2') format('woff2'),
       url('../../fonts/noto-sans-kr-v7-latin_korean-700.woff') format('woff')
}

@font-face {
  font-family: 'S-CoreDream';
  font-weight: 200;
  src: local('S-CoreDream light'), local('scdream2'),
       url('../../fonts/scdream2.woff2') format('woff2'),
       url('../../fonts/scdream2.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream';
  font-weight: 400;
  src: local('S-CoreDream normal'), local('scdream4'),
       url('../../fonts/scdream4.woff2') format('woff2'),
       url('../../fonts/scdream4.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream';
  font-weight: 500;
  src: local('S-CoreDream normal'), local('scdream5'),
       url('../../fonts/scdream5.woff2') format('woff2'),
       url('../../fonts/scdream5.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream';
  font-weight: 600;
  src: local('S-CoreDream bold'), local('scdream6'),
       url('../../fonts/scdream6.woff2') format('woff2'),
       url('../../fonts/scdream6.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream';
  font-weight: 800;

  src: local('S-CoreDream heavy'), local('scdream8'),
       url('../../fonts/scdream8.woff2') format('woff2'),
       url('../../fonts/scdream8.woff') format('woff');
  font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
table caption {overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 0; line-height: 0;}
a {color: #262626; text-decoration: none;}
label, img {vertical-align: middle;}
div, label {box-sizing: border-box;}
html {-webkit-text-size-adjust: antialiased; -moz-osx-font-smoothing: grayscale;}
input {-webkit-border-radius: 0; -webkit-appearance: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

/* 기본 */
html, body {height: 100%; min-height: -webkit-fill-available; background: #fff; font-size: 16px;}
body {font-weight: 400; line-height: 1.2; font-family:'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
#wrap {height: 100%; overflow: auto;position: relative; min-height: 860px;}

.w100p {width: 100% !important;}
.w90p {width: 90% !important;}
.w80p {width: 80% !important;}
.w70p {width: 70% !important;}
.w66p {width: 66.6% !important;}
.w60p {width: 60% !important;}
.w50p {width: 50% !important;}
.w40p {width: 40% !important;}
.w47p {width: 47% !important;}
.w48p {width: 48% !important;}
.w49p {width: 49% !important;}
.w33p {width: 33.3% !important;}
.w32p {width: 32% !important;}
.w32-6p {width: 32.6% !important;}
.w30p {width: 30% !important;}
.w24-2p {width: 24.2% !important;}
.w25p {width: 25% !important;}
.w20p {width: 20% !important;}
.w10p {width: 10% !important;}

.w20 {width: 20px !important;}
.w24 {width: 24px !important;}
.w32 {width: 32px !important;}
.w40 {width: 40px !important;}
.w48 {width: 48px !important;}
.w56 {width: 56px !important;}
.w88 {width: 88px !important;}
.w100 {width: 100px !important;}
.w160 {width: 160px !important;}
.w50 {width: 50px !important;}
.w60 {width: 60px !important;}
.w80 {width: 80px !important;}
.w100 {width: 100px !important;}
.w200 {width: 200px !important;}
.w300 {width: 300px !important;}
.w400 {width: 400px !important;}
.w500 {width: 500px !important;}

.hauto {height: auto !important}
.h50 {height: 50px !important;}
.h100 {height: 100px !important;}
.h150 {height: 150px !important;}
.h200 {height: 200px !important;}
.h250 {height: 250px !important;}
.h300 {height: 300px !important;}
.h350 {height: 350px !important;}
.h400 {height: 400px !important;}
.h450 {height: 450px !important;}
.h500 {height: 500px !important;}
.h100p {height: 100% !important;}

.mt0 {margin-top: 0px !important;}
.mt4 {margin-top: 4px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt16 {margin-top: 16px !important;}
.mt24 {margin-top: 24px !important;}
.mt32 {margin-top: 32px !important;}
.mt40 {margin-top: 40px !important;}
.mt48 {margin-top: 48px !important;}
.mt56 {margin-top: 56px !important;}

.mb1p {margin-bottom: 1% !important;}
.mb0 {margin-bottom: 0px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb48 {margin-bottom: 48px !important;}
.mb56 {margin-bottom: 56px !important;}
.mb68 {margin-bottom: 68px !important;}

.ml1p {margin-left: 1% !important;}
.ml0 {margin-left: 0px !important;}
.ml4 {margin-left: 4px !important;}
.ml6 {margin-left: 6px !important;}
.ml8 {margin-left: 8px !important;}
.ml16 {margin-left: 16px !important;}
.ml24 {margin-left: 25px !important;}
.ml32 {margin-left: 32px !important;}
.ml40 {margin-left: 40px !important;}
.ml48 {margin-left: 48px !important;}
.ml56 {margin-left: 56px !important;}

.mr1p {margin-right: 1% !important;}
.mr0 {margin-right: 0 !important;}
.mr4 {margin-right: 4px !important;}
.mr6 {margin-right: 6px !important;}
.mr8 {margin-right: 8px !important;}
.mr16 {margin-right: 16px !important;}
.mr24 {margin-right: 24px !important;}
.mr32 {margin-right: 32px !important;}
.mr40 {margin-right: 40px !important;}
.mr48 {margin-right: 48px !important;}
.mr56 {margin-right: 56px !important;}

.p0 {padding: 0 !important;}
.p8 {padding: 8px !important;}
.p12 {padding: 12px !important;}
.p16 {padding: 16px !important;}
.p24 {padding: 24px !important;}
.p32 {padding: 32px !important;}
.p40 {padding: 40px !important;}
.p48 {padding: 48px !important;}
.p56 {padding: 56px !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}
.p40 {padding: 40px !important;}
.p50 {padding: 50px !important;}
.p1em {padding: 1em !important;}

.pt0 {padding-top: 0 !important;}
.pt8 {padding-top: 8px !important;}
.pt16 {padding-top: 16px !important;}
.pt24 {padding-top: 24px !important;}
.pt30 {padding-top: 30px !important;}
.pt32 {padding-top: 32px !important;}
.pt40 {padding-top: 40px !important;}
.pt48 {padding-top: 48px !important;}
.pt56 {padding-top: 56px !important;}
 
.pb0 {padding-bottom: 0 !important;}
.pb8 {padding-bottom: 8px !important;}
.pb16 {padding-bottom: 16px !important;}
.pb24 {padding-bottom: 24px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb32 {padding-bottom: 32px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb48 {padding-bottom: 48px !important;}
.pb56 {padding-bottom: 56px !important;}

.pl0 {padding-left: 0 !important;}
.pl8 {padding-left: 8px !important;}
.pl16 {padding-left: 16px !important;}
.pl24 {padding-left: 24px !important;}
.pl32 {padding-left: 32px !important;}
.pl40 {padding-left: 40px !important;}
.pl48 {padding-left: 48px !important;}
.pl56 {padding-left: 56px !important;}

.pr0 {padding-right: 0 !important;}
.pr8 {padding-right: 8px !important;}
.pr16 {padding-right: 16px !important;}
.pr24 {padding-right: 24px !important;}
.pr32 {padding-right: 32px !important;}
.pr40 {padding-right: 40px !important;}
.pr48 {padding-right: 48px !important;}
.pr56 {padding-right: 56px !important;}

/* typography */
.heading1 {font-size: 40px; line-height: 110%; letter-spacing: -.6px; font-weight: 800;}
.heading2 {font-size: 32px; line-height: 110%; letter-spacing: -.6px; font-weight: 800;}
.heading3 {font-size: 24px; line-height: 120%; letter-spacing: -.6px; font-weight: 800;}
.heading4 {font-size: 20px; line-height: 120%; letter-spacing: -.6px; font-weight: 800;}
.subtitle1 {font-size: 18px; line-height: 120%; letter-spacing: -.6px;}
.subtitle2 {font-size: 16px; line-height: 120%; letter-spacing: -.6px;}
.extrabold {font-weight: 800 !important;}
.bold {font-weight: 700 !important;}
.semibold {font-weight: 600 !important;}
.regular {font-weight: 400 !important;}

.c-black {color: #262626 !important;}
.c-blue {color: #2873FF !important;}
.c-red {color: #F65556 !important;}
.c-dkgray {color: #64707c !important;}
.c-gray {color: #8E9BAE !important;}
.c-orange {color: #ff6600;}
.c-pink {color: #ff4eba;}
.c-skyblue {color: #27a9e0;}
.c-purple {color: #b033f1;}
.c-green {color: #458924;}

.t-center {text-align: center !important;}
.t-right {text-align: right !important;}
.t-left {text-align: left !important;}
.lh12 {line-height: 1.2;}
.lh14 {line-height: 1.4;}
.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.v-middle {vertical-align: middle;}
.v-top {vertical-align: top;}

.fs12 {font-size: 12px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs18 {font-size: 18px !important;}
.fs20 {font-size: 20px !important;}
.fs16 {font-size: 16px !important;}
.fs24 {font-size: 24px !important;}
.fs32 {font-size: 32px !important;}
.fs40 {font-size: 40px !important;}
.fs48 {font-size: 48px !important;}

.bg-green {background-color: #22a978;}
.bg-purple {background-color: #8546cc;}
.bg-pink {background-color: #f46483;}
.bg-yellow {background-color: #ffa300;}
.bg-blue {background-color: #3382d4;}
.bg-red {background-color: #ee3f3f;}
.bg-gray {background-color: #555;}
.bg-orange {background-color: #ff6c00;}

.dpinlineblock {display: inline-block !important;}
.dpblock { display: block !important;}

/* skip */
.skip a {display: block; position: absolute; left: 0; top: -9999px; overflow: hidden; width: 100%; background: black; color: #fff; font-size: 1em; font-weight: bold; text-align: center;}
.skip a:focus {position: absolute; top: 0; padding: 10px 0; z-index: 99999; outline: none !important;}

*{font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
/* form */
input[type=text], input[type=number], input[type=password], input[type=search], input[type=tel] {border: 1px solid #ddd; height: 35px; line-height: 35px; border-radius: 3px; background: #fff; width: auto; box-sizing: border-box; padding: 0 10px; color: #262626; vertical-align: middle; font-size: 1em; letter-spacing: -.3px; font-weight: 600; caret-color: #2873FF; font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
select, .select {border: 1px solid #ddd; height: 35px; line-height: 35px; border-radius: 3px; background: url(../../images/inner/bg_select01.png) no-repeat calc( 100% - 10px ) 50% #fff; background-size: 12px 12px; width: auto; box-sizing: border-box; padding: 0 20px 0 10px; color: #262626; vertical-align: middle; font-size: 1em; letter-spacing: -.3px; font-weight: 600; appearance: none; -webkit-appearance: none; width: 100%; text-align: left; cursor: pointer; font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
select::-ms-expand {display: none;}
select.placeholder {color: #ddd;}
input[type=text]:focus, input[type=text]:hover, input[type=text].active, 
input[type=password]:focus, input[type=password]:hover, input[type=password].active, 
input[type=search]:focus, input[type=search]:hover, input[type=search].active, 
input[type=number]:focus, input[type=number]:hover, input[type=number].active, 
input[type=tel]:focus, input[type=tel]:hover, input[type=tel].active, 
select:focus, select:hover, .select:focus, .select:hover {border: 1px solid rgba(0,0,0, .1); outline: none !important; cursor: pointer;}
::placeholder {color: #ddd;font-size: 1em; font-weight: 400;}

input[type=checkbox] {width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin-right: 5px; background: #fff; border: 1px solid #ddd; margin-top: -2px;}
input[type=checkbox]:checked {padding: 2px;}
input[type=checkbox]:checked::before {content: ''; width: 100%; height: 100%; display: block; background: url(../../images/inner/ico_checkbox.png) 50% 50% no-repeat #fff;}

input[type=radio] {width: 15px;height: 15px;border: 1px solid #ddd; border-radius: 15px;vertical-align: middle;background: #fff;margin-right: 5px;margin-top: -3px;}
input[type=radio]::after {content: ''; border: 2px solid #fff; background: #ddd; display: block; box-sizing: border-box; width: 100%; height: 100%; border-radius: 12px;}
input[type=radio]:checked {border: 1px solid #2f67cb; }
input[type=radio]:checked::after {content: ''; border: 2px solid #fff; background: #2f67cb; display: block; box-sizing: border-box; width: 100%; height: 100%; border-radius: 12px;}


input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none; height: 20px; width: 20px; border-radius: 10px; background: url(../../images/inner/ic-searchclear.svg) no-repeat 50% 50%; background-size: contain; opacity: 0; pointer-events: none; position: absolute; right: 14px;}
input[type="search"]:focus::-webkit-search-cancel-button {opacity: 1; pointer-events: all;}
textarea {border: 1px solid #ddd; border-radius: 3px; padding: 18px; color: #666; font-size: 1em; line-height: 1.5; font-weight: 400; font-family:'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
textarea::placeholder {color: #ddd;font-size: 1em; font-weight: 400;}

/* float */
.f-clear:after {content: ''; height: 0; display: block; visibility: hidden; clear: both;}
* html .f-clear {height: 1%;}
.f-clear {display: block; min-height: 1%;}
.f-left {float: left;}
.f-right {float: right;}
.clear {clear: both; }

/* button */
.btn-wrap {display: block; margin: 2em 0;}
button {border: 0; background-color: transparent; letter-spacing: -.3px; padding: 0; cursor: pointer; opacity: 1;}
button[type=button], input[type=submit], input[type=button] {cursor: pointer; transition: all .2s;}
button[type=button]:hover, button[type=submit]:hover, input[type=submit]:hover, input[type=button]:hover {opacity: .9 !important; transition: all .2s;}
button[type=button]:disabled, input[type=submit]:disabled, input[type=button]:disabled {opacity: .2; color: rgba(255,255,255,.7);}
.btn {border: 0; text-align: center; letter-spacing: -0.02em; display: inline-block; border-radius: .2em; vertical-align: middle; height: 30px; line-height: 30px; padding: 0 1.2em; color: #fff !important; background: #666; font-size: .9em;}
.btn i {margin: -1px .3em 0 -.3em;}
.btn i img {vertical-align: middle; width: 1em; height: 1em;}
.btn-round {border-radius: 3em !important;}
.btn-small {padding: 0 1em; height: 24px; line-height: 24px; font-size: .75em; font-weight: 300;}
.btn-medium {height: 2em; line-height: 2em; padding: 0 1em; font-size: .85em;}
.btn-nogra {box-shadow: none !important;}
.btn-red {background: #d63434 !important;}
.btn-blue {background: #0793e9 !important;}
.btn-green {background: #58a000 !important;}
.btn-mint {background: #00c1b6 !important;}
.btn-orange {background: #ff8400 !important;}
.btn-gray {background: #96a2b0 !important;}
.btn-darkred {background: #871717 !important;}
.btn-darkblue {background: #204781 !important;}
.btn-darkgreen {background: #2e7300 !important;}
.btn-darkgray {background: #52585f !important;}
.btn-black {background: #333 !important; color: #fff !important; box-shadow: inset 0px -1em 0 0 rgba(0,0,0,.5) !important;}
.btn-white {background: #fff !important; border: 1px solid #96a2b0 !important; color: #333 !important; font-weight: 500 !important;}
.btn-search {border: 0; display: inline-block; border-radius: 3px; vertical-align: middle; height: 28px; line-height: 28px; width: 28px; background: url(../../images/inner/icon_search_w.png) no-repeat 50% 55% /55% 55% #96a2b0; box-shadow: inset 0px -17px 0 0 rgba(0,0,0,0.1);}
.btn-round-gray {height: 30px; min-width: 100px; color: #fff; text-align: center; line-height: 30px; border-radius: 30px; border: 0; padding: 0 15px; background: #888; font-size: 13px;}

/* datepicker */
.datepicker {background: url(../../images/inner/bg_callendar.png) calc(100% - 10px) 50% no-repeat #fff !important; }
.datepicker + .ui-datepicker-trigger {margin: 0 4px 0 -22px;} 
.ui-datepicker { width: 200px; padding: 0; display: none; border: 0; margin-top: 5px; z-index: 6 !important;}
.ui-widget.ui-widget-content { border: 1px solid #c4d3d5; border-radius: 3px; overflow: hidden; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.1); font-size: 14px; }
.ui-datepicker .ui-widget-header { position: relative; padding: 6px 0 28px 0; border: 0; background: #8aa6bd; color: #fff; border-radius: 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 58px; height: 20px; line-height: 20px; background: #7798b1; margin: 0 3px 0 0; padding: 0 6px; border: 0; border-radius: 3px; color: #fff; font-size: 13px; font-weight: 300; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.ui-datepicker select.ui-datepicker-month {width: 50px; margin: 0 0 0 8px;}
.ui-datepicker select.ui-datepicker-month:hover, .ui-datepicker select.ui-datepicker-year:hover { background: #6188a5;}
.ui-datepicker select::-ms-expand {display: none; /* 화살표 없애기 for IE10, 11*/}
.ui-datepicker .ui-datepicker-title { line-height: 1.8em; text-align: center; margin: 0px 2.3em; font-size:13px; font-weight: 300; letter-spacing:0; }
.ui-datepicker-title .ui-datepicker-year option, .ui-datepicker-title .ui-datepicker-month option { background: #fff; color: #333; }
.ui-datepicker-title .ui-datepicker-year {}
.ui-datepicker-title .ui-datepicker-month {}
.ui-datepicker .ui-datepicker-calendar { position: relative; width: 96%; padding-top: 100px; margin: 0 auto; }
.ui-datepicker-calendar thead tr { position: absolute; top: -20px; left: 0; right: 0; }
.ui-datepicker-calendar thead th { float: left; display: block; padding: 0; width: 14.28%; color: #fff; font-size: 11px; letter-spacing:1px; opacity: 1; font-weight: 100; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 5px; width: 1.8em; height: 1.8em; text-indent: -9999px; cursor: pointer }
.ui-datepicker .ui-datepicker-prev { left: 5px; }
.ui-datepicker .ui-datepicker-prev.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-prev .ui-icon { background: url(../../images/inner/arrow-button.png) 0 0 no-repeat; }
.ui-datepicker .ui-datepicker-next { right: 5px; }
.ui-datepicker .ui-datepicker-next.ui-state-hover { background: rgba(0,0,0,0.1); border: 0; }
.ui-datepicker .ui-datepicker-next .ui-icon { background: url(../../images/inner/arrow-button.png) -16px 0 no-repeat;}
.ui-datepicker .ui-state-default { display: block; border: 0; border-radius: 2px; width: 20px; height: 20px; line-height: 20px; padding: 0; margin: 3px auto; font-size: 12px; text-align: center; background: #fff; font-weight: normal; color: #333; box-sizing: border-box; }
.ui-datepicker .ui-state-default.ui-state-hover { background: rgba(0,0,0,0.05); }
.ui-datepicker-today .ui-state-default { color: #395d7b; font-weight: bold; background: #e6f1f6;}
.ui-datepicker-today .ui-state-default:hover {background: #e6f1f6;}
.ui-datepicker-current-day .ui-state-default { background: #ffde21 !important; color: #333; font-weight: bold; }
.ui-datepicker-buttonpane { overflow: hidden; border-top: 1px solid #eee; }
.ui-datepicker-buttonpane button[data-handler="today"] { color: #395d7b; opacity: 0.75; }
.ui-datepicker-buttonpane button[data-handler="hide"] { }
/* ie add Style */
.ui-datepicker td, .ui-datepicker th { border: 0 }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; cursor: pointer; width: auto; margin: 0.5em 0.2em 0.4em; padding: 0.2em 0.6em 0.3em; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-corner-all { border-radius: 3px; }
.ui-icon { display: block; width: 16px; height: 16px; }
/* mobile Responsive */
@media screen and (max-width:480px) {
  .ui-datepicker { width: 270px !important; left: 50% !important; margin-left: -135px !important; }
}

.footer {color: #5d5d5d; text-align: center; font-size: 1em; display: block; display: block; min-height: 1%; height: 60px; padding: 0 60px;}
.footer:after {content: ''; height: 0; display: block; visibility: hidden; clear: both;}
.footer .util {float: left; display: block; font-size: 0;}
.footer .util li {display: inline-block; font-size: .8rem; padding: .7rem 0;}
.footer .util li a {display: inline-block; font-weight: 300; color: #666; border-right: 1px solid #ccc; padding: 0 10px 0; letter-spacing: -.06em;}
.footer .util li:first-child a {padding-left: 0;}
.footer .util li:last-child a {border-right: none;}
.footer .util li a b {font-weight: 500; color: #222;}
.footer .copyright {clear: none; float: right; color: #666; text-align: center; padding: .6rem 0; font-size: .8rem; font-weight: 300; opacity: 1;}

/* 좌측 영역 */
.left-wrap {width: 190px; height: 100%; padding: 30px 0; background: #fff; color: #222; position: relative; z-index: 8; float: left; box-shadow: 0 0px 20px rgba(0,0,0, .12);}
.left-wrap a {color: #222;}
.left-wrap .left-handle {right:-13px; top: 35px; width: 13px; height: 48px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; background: url(../../images/inner/left_handle2.png) no-repeat #fff 0 50%; text-indent: -200px; position: absolute; cursor: pointer; overflow: hidden; z-index: 8; border: 0; transition: none;}
.left-wrap .left-container {width: 190px; overflow: hidden;}
.left-wrap h1 {font-weight: 400; margin: 0 auto; width: 190px; line-height: 1.3; text-align: center; font-size: 16px; letter-spacing: -1px;}
.left-wrap h1 a {font-family:'S-CoreDream'; font-weight: 800; color: #026ab4; font-size: 1.125em; line-height: 1.2; display: block;}
.left-wrap h1 a b {color: #00c1de;}
.left-wrap h1 .logo {display: block; margin: 0  auto 10px; width: 45px; height: 45px; transition: all .1s ease;}
.left-wrap h1 .logo img {width: 100%; height: 100%;}
.left-wrap select {width: 100%; border: 0; height: 35px; padding: 0 0 0 8px; background-color: #064993;}
.left-wrap .sidebar-menu {width: 190px; margin-top: 30px;}
.left-wrap .sidebar-menu li.treeview {display: block; font-size: 16px; transition: all .1s ease; }
.left-wrap .sidebar-menu li.treeview.active, .left-wrap .sidebar-menu li.treeview.on {color: #064993; background: #d3e3fd;}
.left-wrap .sidebar-menu li.treeview > a {display: block; padding: 0 0 0 15px; height: 50px; line-height: 50px; position: relative; font-family:'S-CoreDream'; font-weight: 500; font-size: 1.125em;  letter-spacing: -1px;}
.left-wrap .sidebar-menu li.treeview > a:hover {background: #d3e3fd;}
.left-wrap .sidebar-menu li.treeview > a img {margin-right: 5px; margin-top: -4px;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu {display: block; background: #e9f1ff; margin: 0; max-height: 0; overflow: hidden; }
.left-wrap .sidebar-menu li.treeview.active ul.treeview-menu, .left-wrap .sidebar-menu li.treeview.on ul.treeview-menu {padding: 16px 0; max-height: 300px; overflow-y: auto;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li {font-size: 15px; line-height: 1.2; padding-left: 33px; text-indent: -8px; padding-bottom: 10px;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li:last-child {padding-bottom: 0;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li > a {font-size: 13px; font-family:'S-CoreDream'; color: #0b3070; font-weight: 500; display: block;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li > a::before {content: "- ";}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li > a:hover {color: #2f67cb;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.active, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.on {color: #2f67cb; font-weight: 600;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.active a, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.on a {color: #2f67cb; font-weight: 600;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li ul.listwrap {padding: 0 5px 0; display: block; max-height: 0; overflow: hidden;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.active ul.listwrap, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li.on ul.listwrap {padding: 7px 5px 2px; max-height: 500px;}
/* .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li {font-size: 12px; line-height: 20px; background: url(../../images/inner/bl_2.gif) no-repeat 0px 6px; padding-left: 7px;} */
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li {font-size: 12px; line-height: 20px; padding-left: 7px;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li a {font-weight: 200; color: #30466b; display: block; line-height: 16px; margin-bottom: 4px; margin-right: 20px; text-indent: 0; position: relative; padding-left: 8px;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li a::before {position: absolute; content:''; left: 0; top: 4px; width: 2px; height: 8px; background: #30466b;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li a:hover {color: #0098f0;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li a:hover::before {background: #0098f0;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.active, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.on {color: #0098f0; font-weight: 400;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.active::before, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.on::before {background: #0098f0;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.active a, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.on a {color: #0098f0; font-weight: 400;}
.left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.active a::before, .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li .listwrap > li.on a::before {background: #0098f0;}

.left-wrap .member {position: absolute; bottom: 0; left: 30px; font-size: .9em;}
.left-wrap .member .name {position: relative; padding: 5px 0 5px 25px; line-height: 1.4; letter-spacing: -1px; }
.left-wrap .member .name::before {left: 10px; top: 0; position: absolute; width: 2px; height: 100%; background: #222; content:'';}
.left-wrap .member .name b {font-weight: 800; display: block;}
.left-wrap .member .list {margin: 20px 0; }
.left-wrap .member .list li {margin-bottom: 15px;}
.left-wrap .member .list li:last-child {margin-bottom: 0;}
.left-wrap .member .list li a {display: block; font-size: .9em; color: #000; font-weight: 600; transition: all .3s ease;}
.left-wrap .member .list li a img {vertical-align: middle; margin: -2px 5px 0 0;}
.left-wrap .member .list li a:hover {color: #0845b0;}
.left-wrap.folded {width: 50px;}
.left-wrap.folded h1 a {color: #fff;}
.left-wrap.folded h1 .logo {margin: 17px 0 0 12px; width: 25px; height: 25px;}
.left-wrap.folded .left-container {width: 50px;}
.left-wrap.folded .profile {max-height: 0; padding: 0 10px; border-bottom: 0; margin: 0 auto; border: 0;}
.left-wrap.folded .sidebar-menu li.treeview.active, .left-wrap.folded .sidebar-menu li.treeview.on {background-color: #d3e3fd; }
.left-wrap.folded .sidebar-menu li.treeview.active ul.treeview-menu, .left-wrap.folded .sidebar-menu li.treeview.on ul.treeview-menu {max-height: 0; padding: 0 0 0 30px;}
.left-wrap.folded .sidebar-menu li.treeview ul.treeview-menu > li {opacity: 0;}
.left-wrap.folded .sidebar-menu li.treeview > a {padding: 0 10px;}
.left-wrap.folded .sidebar-menu li.treeview > a span {opacity: 0;}
.left-wrap.folded .member {display: none;}
.left-wrap.folded .left-handle {background: url(../../images/inner/left_handle.png) no-repeat #fff 1px 50%;}
.left-wrap.folded ~ .theme-head {padding-left: 50px;}
.left-wrap.folded ~ .bottom-wrap {padding-left: 50px;}

/* 콘텐츠 영역 */
.content-wrap {width: calc( 100% - 190px); padding-left: 0; box-sizing: border-box; position: relative; height: 100%; overflow: auto; float: left; box-sizing: border-box; z-index: 6;}
.left-wrap.folded ~ .content-wrap {width: calc( 100% - 50px);}

/*main*/
.main-visual {background: url(../../images/inner/img_mainvisual.jpg) 50% 50% no-repeat; background-size: cover; min-height: 1080px; padding: 6vw 8vw; position: relative;}
.main-visual .title {font-size: 1em; transition: all .3s ease;}
.main-visual .title .tt {font-size: 3.7em; letter-spacing: -2.5px; font-family:'S-CoreDream'; color: #222; font-weight: 600; line-height: 1.4; word-break: keep-all;}
.main-visual .title .tt span {color: #2f67cb; display: block;}
.main-visual .title .s-tt {font-size: 1.5em; font-family:'S-CoreDream'; color: #000; line-height: 1.4; margin-top: 1.5em; font-weight: 400; }
.main-visual .data {padding: 1.25em 0; max-width: 950px; margin: 2.5em 0 0;}
.main-visual .data .data-content {background: rgba(0,60,149,.8); padding: 0 0 1em; border-radius: 20px; overflow: hidden;}
.main-visual .data .search-wrap {background: #00c1de; padding: 25px 40px;}
.main-visual .data .search-wrap > h3 {font-size: 2em; font-weight: 300; line-height: 1.4; font-family:'S-CoreDream'; text-align: left; color: #fff; display: inline-block; width: 200px; letter-spacing: -1px;}
.main-visual .data .search-wrap > h3 b {font-weight: 700;}

.main-visual .data .search-wrap .search-con {display: inline-block; width: calc(100% - 210px); vertical-align: top;}
.main-visual .data .search {width: 100%; background: #fff; height: 44px; border-radius: 50px; overflow: hidden; margin: 0 auto; display: block;}
/* .main-visual .data .search > input {height: 44px; line-height: 44px; width: calc(100% - 55px); display: inline-block; border: 0; font-family:'S-CoreDream'; color:#222; font-weight: 600; font-size: .9375em;} */
/* .main-visual .data .search > input::placeholder {color: rgba(38,38,38,.6); font-family:'S-CoreDream'; font-size: 1em;} */
.main-visual .data .search input {height: 44px; line-height: 44px; width: calc(100% - 55px); display: inline-block; border: 0; font-family:'S-CoreDream'; color:#222; font-weight: 600; font-size: .9375em;}
.main-visual .data .search input::placeholder {color: rgba(38,38,38,.6); font-family:'S-CoreDream'; font-size: 1em;}
.main-visual .data .search > button {width: 50px; height: 100%; background: #fff; float: right;}
.main-visual .data .search > button img {margin: -4px 0 0 ;}
.main-visual .data .search-wrap .search-con .search-list {margin: 15px 30px 0;}
.main-visual .data .search-wrap .search-con .search-list li {display: inline-block; border: 1px solid #fff; padding: 5px 15px; font-size: .875em; letter-spacing: -1px; font-family:'S-CoreDream';font-weight: 400; color: #fff; border-radius: 20px; margin-right: 5px; margin-bottom: 5px;}
.main-visual .data .search-wrap .search-con .search-list li:last-child {margin-right: 0;}
.main-visual .data .data-list {font-size: 0; text-align: center; margin-top: 30px;}
.main-visual .data .data-list li {display: inline-block; width: 12.5%; vertical-align: top; font-size: 16px; margin-bottom: 15px; transition: all .3s ease;}
.main-visual .data .data-list li a {display: block; }
.main-visual .data .data-list li a .img {display: block; margin: 0 auto 10px; width: 63px; height: 63px; border-radius: 50%; box-sizing: border-box;}
.main-visual .data .data-list li a .img img {width: 100%;}
.main-visual .data .data-list li a .text {color: #fff; font-size: 1em; display: block; transition: all .3s ease;}
.main-visual .data .data-list li:hover {margin-top: -5px;}
.main-visual .data .data-list li:hover a .text{color: #9ee9fc;}

.main-visual .quick-menu {position: absolute; right: 4vw; top: 6vw;}
.main-visual .quick-menu h2 {text-align: center; font-size: 2em; font-family:'S-CoreDream'; color: #222; font-weight: 600; letter-spacing: -1px; display: block; margin-bottom: 20px;}

.main-visual .quick-menu li {display: block; background-color: #fff; margin-bottom: 10px; border-radius: 100px; transition: all .3s ease;}
.main-visual .quick-menu li:hover {background-color: #2f67cb; box-shadow: 5px 5px 10px rgba(0,0,0,.3);}
.main-visual .quick-menu li a {display: block; position: relative;}
.main-visual .quick-menu li a img {position: absolute; right: 6px; top: 6px; transition: all .3s ease;}
.main-visual .quick-menu li a .text {color: #222;  font-family:'S-CoreDream'; font-size: .875em; font-weight: 400; line-height: 1.4; padding: 32px 105px 20px 25px; text-align: center; letter-spacing: -1px; transition: all .3s ease;}
.main-visual .quick-menu li a .text b {font-size: 1.5em; font-weight: 600; display: block;}
.main-visual .quick-menu li a:hover .text {color:#fff;}

.main-board {background: #2f67cb; padding: 7em 3em;}
.main-board > .title {color: #fff; width: 240px; display: inline-block; vertical-align: top;}
.main-board > .title .board-s-title {font-size: 1em; margin-bottom: .5em;}
.main-board > .title .board-title {font-family:'S-CoreDream'; font-size: 2.1875em; font-weight: 600;}
.main-board > .title .board-comment {font-size: .9em; margin-top: 1em; line-height: 1.4; color: #fff; font-weight: 300;}
.main-board > .title .btn-more {opacity: .7; transition: all .3s ease; margin-top: 7em;}
.main-board > .title .btn-more:hover {opacity: 1;}
.main-board > .content {width: calc(100% - 260px); margin-left: 10px; display: inline-block; overflow: hidden;}
.main-board .swiper-slide {border-radius: 20px; background: #fff; border: 3px solid #cfdfed; box-sizing: border-box; transition: all .3s ease;}
.main-board .swiper-slide a {padding: 2em 1.25em;  display: block;}
.main-board .swiper-slide .subject {font-family:'S-CoreDream'; font-size: 1.25em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;  line-height: 1.4em; height: 2.8em; color: #262626;font-weight: 500; transition: all .3s ease; letter-spacing: -1px;}
.main-board .swiper-slide .con {font-size: 0.9375em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;  line-height: 1.5em; height: 6em; letter-spacing: -1px; color: #666666; font-weight: 300; margin: 1.5em 0;}
.main-board .swiper-slide .date {  font-size: 0.9375em; font-weight: 300; color: #999}
.main-board .swiper-slide:hover {border: 3px solid #00c1de;}
.main-board .swiper-slide:hover .subject {color: #00c1de;}

.main-data {background: #e4eef7; padding: 5em 3.125em; text-align: center;}
.main-data > h3 {font-family:'S-CoreDream'; color: #323232; font-size: 2.1875em; font-weight: 600; margin-bottom: 1.5em;}
.main-data > .content {overflow: hidden; display: block; width: 100%;}
.main-data .swiper-slide {border-radius: 25px; background: #fff;}
.main-data .swiper-slide a {padding: 2em 1em;  display: block;}
.main-data .swiper-slide .img {width: 100%;}
.main-data .swiper-slide .img img {width: 100%;}
.main-data .swiper-slide .label {color: #fff; font-size: .75em; width: 90px; border-radius: 20px; padding: 3px 0; margin: 25px auto 15px;}
.main-data .swiper-slide .subject {font-family:'S-CoreDream'; font-size: 1.125em; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100%; overflow:hidden; color: #262626;font-weight: 500; transition: all .3s ease;}

.main-icon {padding: 0 50px;}
.main-icon > ul {font-size: 0; margin: 70px 0;}
.main-icon > ul li { display: inline-block; width: calc(25% - 30px); font-size: 16px; background-color: #0083d3; border-radius: 5em; padding: 12px; box-sizing: border-box; margin: 0 15px; transition: all .3s ease;}
.main-icon > ul li:nth-child(odd) {background-color: #00c1de;}
.main-icon > ul li:hover {background-color: #006bad; box-shadow: 5px 5px 5px rgba(0,0,0, .2);}
.main-icon > ul li:nth-child(odd):hover {background-color: #00acc6;}
.main-icon > ul li a {display: block; color: #fff; font-family:'S-CoreDream'; position: relative; text-align: center;}
.main-icon > ul li img {position: absolute; left: 0; top: 0;}
.main-icon > ul li .subject {display: block; line-height: 100px; font-weight: 800; font-size: 1.4em; margin: 0 0 0 70px;}


/* 트렌지션 */
.left-wrap, .left-wrap h1 span, .left-container, .treeview-menu, .treeview > a span, .treeview-menu > li, .treeview-menu .listwrap, .content-wrap  {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.slow {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;}

/* 서브 콘텐츠 */
.bg-content {background-color: #f4f4f4;}
.sub-content-wrap {padding: 0; margin: 0; width: 100%; text-align: center; background-color: #fff; float: left; letter-spacing: -.3px;}
.sub-head {height: 180px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: relative;  z-index: 1;}
.sub-head.sub01 {background-image: url(../../images/inner/img_subvisual.jpg);}
.sub-head.sub02 {background-image: url(../../images/inner/img_subvisual.jpg);}
.sub-head.sub03 {background-image: url(../../images/inner/img_subvisual.jpg);}
.sub-head.sub04 {background-image: url(../../images/inner/img_subvisual.jpg);}
.sub-head.sub05 {background-image: url(../../images/inner/img_subvisual.jpg);}
.sub-head.sub06 {background-image: url(../../images/inner/img_subvisual.jpg);}

.sub-head h2 {display: block; font-size: 2.5em; font-family:'S-CoreDream'; color: #fff; font-weight: 600; padding-top: 1em; padding-left: 1.25em; text-align: left;}

.sub-head .sub-head-search {width: 80%; max-width: 300px; background: #fff; height: 44px; border-radius: 50px; overflow: hidden; margin: 0 auto; position: absolute; right: 3em; top: 3em;}
.sub-head .sub-head-search > input {height: 44px; line-height: 44px; width: calc(100% - 55px); display: inline-block; border: 0; font-family:'S-CoreDream'; color:#222; font-weight: 600; font-size: .9375em;}
.sub-head .sub-head-search > input::placeholder {color: rgba(38,38,38,.6); font-family:'S-CoreDream'; font-size: 1em;}
.sub-head .sub-head-search > button {width: 50px; height: 100%; background: #f4b709; float: right;}

.sub-head .sub-head-guide {position: absolute; right: 35px; top: 28px; background: #fff; border-radius: 30px; overflow: hidden; padding: 0 10px 0 5px; font-size: 15px; color: #262626; height: 30px; line-height: 28px; font-weight: 600; transition: all .3s ease;}
.sub-head .sub-head-guide img {display: inline-block; margin: -2px 3px 0 0;}
.sub-head .sub-head-guide:hover {color: #2f67cb; }
.sub-head .linemap {display: inline-block; position: absolute; right: 35px; top: 70px; width: auto; text-align: right; height: 35px;}
.sub-head .linemap li {display: inline-block; color: #fff; font-size: 14px; padding: 0 20px; position: relative; line-height: 35px;}
.sub-head .linemap li::before {content:''; position: absolute; right: -10px; top: 10px; width: 14px; height: 14px; background: url(../../images/inner/bg_linemap.png) 0 0 no-repeat; background-size: cover;}
.sub-head .linemap li:last-child {padding-right: 0;}
.sub-head .linemap li:last-child::before {display: none;}
.sub-head .linemap li img {width: 15px; display: inline-block; vertical-align: middle; margin: -3px 0 0 0;}
/* .sub-content {width: calc(100% - 60px); padding: 30px; box-sizing: border-box; margin: -60px auto 0; background: #fff; z-index: 2; position: relative; border-top-left-radius: 15px; border-top-right-radius: 15px; min-height: 900px;} */
.sub-content {/*width: calc(100% - 60px);*/ padding: 30px; box-sizing: border-box; margin: -60px auto 0; background: #fff; z-index: 2; position: relative; border-top-left-radius: 15px; border-top-right-radius: 15px; /*min-height: 900px;*/}
.sub-content {width: calc(100% - 60px); padding: 30px; box-sizing: border-box; margin: -60px auto 0; background: #fff; z-index: 2; position: relative; border-top-left-radius: 15px; border-top-right-radius: 15px; /*min-height: 900px;*/}
.sub-content > h3 {text-align: left; font-family:'S-CoreDream'; color: #000; font-size: 1.875em; font-weight: 600; margin-bottom: 1em;}
.sub-content h4 {text-align: left; color: #262626; font-family:'S-CoreDream'; font-size: 1.2em; line-height: 1; font-weight: 600; padding-left: 25px; margin: 50px 0 15px; position: relative;}
.sub-content h4::before {content:''; position: absolute; width: 5px; height: 5px; left: 5px; top: 3px; border-radius: 15px; border: 3px solid #2f67cb; }
.sub-scroll-wrap {height: calc(100% - 60px); width: calc( 100% + 60px ); position: relative; overflow-y: auto; margin: 0 -30px; padding: 0 30px; float: left; font-size: 16px;}

/* 테이블 */
.sub-search {position: absolute; right: 30px; top: 96px;}
.sub-search .group {text-align: center;}
/* .sub-search .group > select {height: 35px; line-height: 35px; width: 120px; display: inline-block; vertical-align: middle; border: 1px solid #ddd; border-radius: 3px; box-sizing: border-box; color: #262626; font-size: 14px;} */
/* .sub-search .group > input[type=text] { height: 35px; line-height: 35px; width: 230px; display: inline-block; vertical-align: middle; background: #fff; border: 1px solid #ddd; padding-left: 15px; box-sizing: border-box; color: #262626; border-radius: 3px; font-size: 14px;} */
.sub-search .group select {height: 35px; line-height: 35px; width: 120px; display: inline-block; vertical-align: middle; border: 1px solid #ddd; border-radius: 3px; box-sizing: border-box; color: #262626; font-size: 14px;}
.sub-search .group input[type=text] { height: 35px; line-height: 35px; width: 230px; display: inline-block; vertical-align: middle; background: #fff; border: 1px solid #ddd; padding-left: 15px; box-sizing: border-box; color: #262626; border-radius: 3px; font-size: 14px;}
.sub-search .group > button {height: 35px; line-height: 35px; width: 110px; display: inline-block; vertical-align: middle; background: #0b3070; border: 0; text-align: center; border-radius: 3px; color: #fff; font-weight: 400; transition: all .3s ease;}
.sub-search .group > button:hover {background: #0b1527;}
.tbl-top {text-align: left; margin: 0 0 1em;}
.tbl-top-select {width: 100px; display: inline-block; margin-right: 10px; font-size: .9em; color: #666;}
.tbl-top p {display: inline-block; font-size: 14px; color: #333;}
.tbl-top p strong {color: #e6002d;}.tbl-wrap {overflow-x: auto;}
.tbl-basic {width: 100%; min-width: 650px; border-top: 2px solid #444;}
.tbl-basic th {padding: 1em; color:#262626; font-size: 1em; background-color: #f6f7f9 ;font-weight: normal; border-bottom: 1px solid #e5e5e5; vertical-align: middle; text-align: center; font-weight: 600; word-break: keep-all;}
.tbl-basic td {padding: .75em 1em; color:#666; font-size: 1em; background-color: #fff; font-weight: normal; border-bottom: 1px solid #e5e5e5; text-align: center; line-height: 1.5; vertical-align: middle; font-weight: 400;}
.tbl-basic td a {color: #666; transition: all .3s ease;}
.tbl-basic td a:hover {color: #2f67cb;}
.tbl-basic td input[type=checkbox] {width: 16px; height: 16px;}
.tbl-basic td textarea {border: 1px solid #cdcdcd; padding: 10px; vertical-align: top; box-sizing: border-box; color: #666; font-weight: 300;}
.tbl-basic td select {color: #666;}
.tbl-basic td input[type=file] {border: 1px solid #cdcdcd; }
.tbl-basic.tbl-view {min-width: auto !important;}
.tbl-basic tbody th { border-right: 1px solid #e5e5e5;}
.tbl-basic .br {border-right: 1px solid #e5e5e5;}
.tbl-basic .bl {border-left: 1px solid #e5e5e5;}
.tbl-basic .bb {border-bottom: 1px solid #e5e5e5;}
.tbl-basic .bt {border-top: 1px solid #e5e5e5;}
.tbl-basic .bg-yellow {background: #fffdd9;}

/* gallery */
.gallerywrap {width: 100%; font-size: 0; text-align: left;}
.gallerywrap .galleryitem {font-size: 14px; display: inline-block; width: calc(25% - 15px); box-sizing: border-box; padding: 0; margin:0 20px 20px 0; vertical-align: top;}
.gallerywrap .galleryitem:nth-child(4n) {margin-right: 0;}
.gallerywrap .thumb {width: 100%; padding-top: 65%; position: relative; background: #eee; margin-bottom: 12px; border: 1px solid #eee; box-sizing: border-box; transition: all .3s ease;}
.gallerywrap .thumb img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.gallerywrap p {text-align: center; line-height: 1.5; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:90%; margin: 0 auto; overflow:hidden;}
.gallerywrap .galleryitem a:hover .thumb {border: 1px solid #2f67cb;}

/* page */
.paging {margin: 30px auto; text-align: center; width: 100%; font-size: 0;}
.paging li {display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 30px; margin: 0 5px;}
.paging li a {width: 100%; height: 100%; display: block;  color:#666; font-size: 13px; font-weight: normal; text-align: center; cursor: pointer; background: #ececec;transition: .2s ease; border-radius: 30px;}
.paging li a:hover {color: #fff; background: #03d4f2;}
.paging .active, .paging .active:hover { background:#03d4f2; font-weight:800; color:#fff;}
.paging img { vertical-align: middle; margin-top: -4px}
.paging li.img a {background: #fff;}

/* login */
.login-wrap {width: 100%; height: 100%;}
.login-wrap .login-title {float: left; width: calc( 100% - 420px ); height: 100%; background: url(../../images/inner/img_loginbg.jpg) no-repeat center; background-size: cover; color: #fff; position: relative;}
.login-wrap .login-title .logo {position: absolute; top: 37px; left: 34px; z-index: 20}
.login-wrap .login-title h1 {color: #fff; position: absolute; top: 43%; left: 0; width: 100%; padding: 0 20px; font-family:'S-CoreDream'; box-sizing: border-box; transform: translateY(-50%); text-align: center; font-size: 40px; font-weight: 100; line-height: 1.4; letter-spacing: -1px;}
.login-wrap .login-title h1 strong {font-weight: 600; letter-spacing: -1px;}
.login-wrap .login-title h1 span {font-size: 15px; color: #bdd6e4; font-weight: 300; letter-spacing: 0; line-height: 1.3; display: block; margin-top: 1em; }
.login-wrap .login-title .logo img {}
.login-wrap .login-content {float: right; width: 420px; height: 100%; background: rgba(47,103,203, 1); padding: 40px; color: #fff; font-size: 0;}
.login-wrap .login-content::before {content: ''; width: 0; height: 100%; vertical-align: middle; display: inline-block;}
.logintab {display: inline-block; width: 100%; position: relative; vertical-align: middle; font-size: 13px;}
.logintab > h1 {display: none;  font-size: 1.625em; font-weight: 300; font-family:'S-CoreDream'; text-align: center; margin-bottom: 2em; line-height: 1.4;}
.logintab > h1 strong {font-size: 2em;   font-family:'S-CoreDream'; font-weight: 700;}
.logintab > h1 span {font-size: 15px; color: #bdd6e4; font-weight: 300; letter-spacing: 0; line-height: 1.3; display: block;}
.logintab ul {display: inline-block; width: 100%; padding-bottom: 13px; margin-bottom: 20px;}
.logintab ul li {color: #bcc2c9; display: inline-block; width: 50%; font-size: 15px; float: left;/*position: absolute; top: 0;*/}
.logintab ul li:nth-child(1) {left: 0;}
.logintab ul li:nth-child(2) {right: 0;}
.logintab ul li .logintab-tit {color: #bcc2c9; display: inline-block; height: 50px; line-height: 50px; border: 2px solid transparent; border-bottom: 2px solid #bcc2c9; width: 100%; text-align: center; margin-bottom: 20px;}
.logintab ul li.active {}
.logintab ul li.active .logintab-tit {color: #fff; border: 2px solid #bcc2c9; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 2px solid transparent; font-weight: 600;}
.logintab .logintab-con {width: 340px; margin: 0; display: none;}
.logintab li.active .logintab-con {display: inline-block;}
.logintab .logintab-con select, .logintab .logintab-con input {width: 240px; height: 38px; line-height: 38px; background: #fff; border: 0; padding: 0 10px; margin-bottom: 8px; color: #000; font-size: 13px; box-sizing: border-box; float: left;}
.logintab input::-webkit-input-placeholder {color: #b3b6bf !important; font-weight: normal;}
.logintab input:-ms-input-placeholder {color: #b3b6bf !important; font-weight: normal;}
.logintab .logintab-con .btn-login {width: 84px; height: 133px; background: #ffc600; color: #fff; font-size: 13px; border: 0; border-radius: 5px; font-weight: 600; float: right; margin-top: -93px;}
.logintab li:nth-child(2) .logintab-con .btn-login {height: 85px; margin-top: -46px;}
.logintab > p {color: #afb6bf; line-height: 1.8;}
.login-wrap .btn-join {background: rgba(255,255,255,.2); color: #fff; border: 0; height: 30px; line-height: 30px; padding: 0 25px; display: inline-block; border-radius: 3px; font-size: 13px; font-weight: 400; margin: 10px 0 0 0;}
.login-wrap .btn-join:hover {background: rgba(255,255,255,.3);}
.logintab li:nth-child(2).active .logintab-con {margin-left: -100%;}

/* tab menu */
.tab_menu, .tab_menu2 {width: 100%; display: inline-block; margin: 30px 0;}
.tab_menu ul {position: relative; width: 100%;}
.tab_menu li {float: left; width: 50%; display: block; padding: 1px; box-sizing: border-box;}
ul.w3 li {width: 33.3%;}
ul.w4 li {width: 25%;}
ul.w5 li {width: 20%;}
ul.w6 li {width: 16.6%;}
.tab_menu li a {width: 100%; display: block; text-align: center; padding: .5em 1em; color: #fff; font-size: 1em ; font-weight: 400; background: #b6c1d3; box-sizing: border-box;}
.tab_menu li.current a {background: #132748;}
.tab_menu li ul {display: none}
.tab_menu li.current ul {display: block; clear: both; width: 768px; background: #898989; position: absolute; left: 0;}
.tab_menu li.current ul li {width: auto;padding: 0 10px;}
.tab_menu li.current ul li a {width: auto; background: #898989; border: 1px solid #898989; font-size: 14px;}
.tab_menu li.current ul li.current a {color: #000;}

/* modal */
.pop {position:absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 10; display: none; background: rgba(0,0,0,.7);}
.pop > div.pop-inner {display: inline-block; vertical-align: middle; margin: 0; min-width: 350px; max-width: 700px; background: #fff; padding: 1.5em; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0,0,0,0.07); height: 80%; width: 80%;}
.pop::after {content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle;}
.pop-wrap {width: 100%; height: 100%;}
.pop-wrap h2 {color: #2f67cb; text-align: center; font-size: 1em; height: 1.8em; line-height: 1; font-weight: 600; padding: 0; font-family:'S-CoreDream'}
.pop-wrap h2 .btn-close {float: right; margin: 0; width: 20px; height: 20px; background: url(../../images/inner/btn_popclose.png) 50% 50% no-repeat #fff; border: 0; cursor: pointer;}
.pop-wrap .pop-body {position: relative; padding: 0; height: calc( 100% - 2.5em ); overflow: auto; width: 100%;}
.pop .btn-wrap {border-top: 0; padding: 0; margin: 0;}

/* error */
.ErrorWrap {position: relative; width:100%; display:table; height: 100%;}
.ErrorBox {margin:0;padding:20px;width:500px; text-align:center; display:table-cell;vertical-align:middle;}
.ErrorBox > div {display: block; margin: 0 auto;}
.Errortt1 {color:#0793e9; font-weight:600; font-size:22px; line-height: 1.4; font-family:'S-CoreDream'; margin-bottom: 20px; margin-top: 50px;}
.Errortt2 {color:#666; font-weight:400; font-size:15px; line-height: 1.4;}
.ErrorBtnWrap {margin:35px;}
.ErrorBtn1 {background: #0793e9; color: #fff; border: 0; height: 30px; line-height: 30px; padding: 0 20px; display: inline-block; border-radius: 3px; font-size: 13px; text-decoration: none; margin-right: 5px}
.ErrorBtn2 {background: #304259; color: #fff; border: 0; height: 30px; line-height: 30px; padding: 0 20px; display: inline-block; border-radius: 3px; font-size: 13px; text-decoration: none}

/* 공공누리 */
.license-wrap {margin: 50px 0 0;}
.license-wrap .license-img {margin-right: 1em; vertical-align: top; float: left; width: 50%; max-width: 213px;}
.license-wrap .license-txt {float: left; vertical-align: top; font-size: .9em; padding: 1em 0; line-height: 1.3; text-align: left; color: #333;}
.license-wrap.license-gis {margin: 0 60px 15px;}
/* 분야별 빅데이터 */
.sub-search-wrap {background: #f4f4f4; margin: 0 0 3em; padding: 1.5em; border: 1px solid #ddd; box-sizing: border-box;}
.tbl-subsearch {width: 100%; padding: 0; margin: 0;}
.tbl-subsearch th, .sub-search-wrap .tbl-subsearch td {padding: .5em .5em; text-align: left;}
.tbl-subsearch th {color: #333; font-weight: 500;}
.bl3 {vertical-align: middle; margin-right: 5px; margin-top: -3px;}
.tbl-subsearch td {color: #666; font-weight: 300;}
.tbl-subsearch td label {display: inline-block; min-width: 7em; margin: .4em 1em; font-size: .95em;}
.tbl-subsearch td select {width: 100%; max-width: 300px; font-weight: 300; height: 35px; font-size: .9em; color: #666; padding: 0 10px;}
.tbl-subsearch td input[type=text] {display: inline-block; vertical-align: middle; margin: -3px 5px 0 0; color: #666; font-weight: 300; height: 35px; line-height: 35px; font-size: .95em;} 
.tbl-subsearch td input[type=text]::placeholder {color: #888 !important; font-weight: 200; font-size: .95em;}
.tbl-subsearch td input[type=checkbox], .tbl-subsearch td input[type=radio] {display: inline-block; vertical-align: middle; margin: -3px 5px 0 0; height: 15px; width: 15px; border: 1px solid #ddd; background-color: #fff; font-size: .95em;}
.sub-search-wrap .datepicker {display: inline-block !important; width: 10.8em; max-width: 200px; font-size: .95em;}
.tbl-subsearch td .input-dataname {width: 100%;}
.btn-data-search {display: inline-block; border: none; margin: 15px auto 0; font-weight: 400; padding: 0 1em; height: 35px; line-height: 35px; background: #666; color: #fff; width: 7em; vertical-align: middle;}
.tab-a-wrap {text-align: left; margin-top: 30px;}
.tab-a-list {font-size: 0;}
.tab-a-list li {display: inline-block; font-size: 1rem; margin-right: .2em; }
.tab-a {display: inline-block; padding: 0 1em; height: 30px; line-height: 30px; font-size: 14px; background: #ddd; color: #555; border-bottom: none;  box-sizing: border-box;}
.tab-a:hover {background: #999; color: #fff;}
.tab-a.active {background: #444; color: #fff;}

/* gis */
.sub-analysis-wrap {height: 100%; width: 100%; border: 1px solid #ddd; border-top: 2px solid #064993; position: relative; overflow: hidden;}
.map-wrap {width: 100%; height: 100%; background: #eee; position: relative;}

.tbl-gis {border-collapse: collapse; border: 0; padding: 0; margin: 0 0 1em; width: 100%; background:#fff; font-size: 13px; border: 1px solid #4f74a2; min-width: 800px; table-layout: fixed;}
.tbl-gis th, .tbl-gis td {white-space: nowrap; word-break: break-all;}
.tbl-gis thead th {background:#85a2c5; color:#fff; text-align: center; font-weight: 400; letter-spacing: -0.1em; border-right: 1px solid #4f74a2; vertical-align: middle; padding: 5px; border-bottom: none;}
.tbl-gis tbody th {background: #edf2f8 !important;}
.tbl-gis td {background: #fff; color: #4f74a2; border-right: 1px solid #4f74a2; border-bottom: 1px solid #4f74a2; vertical-align: middle; text-align: center; padding: 5px;}
.tbl-gis .left {text-align: left;}
.tbl-gis tr.bg1 td { background:#edf2f8 !important;}

.inquery-wrap {width: 230px; background: #fff; position: absolute; top: 20px; left: 20px; z-index: 4; text-align: center; margin-bottom: 15px;}
.inquery-head { height: 30px; line-height: 30px; padding: 0; box-sizing: border-box;}
.inquery-head h3 {color: #fff; font-weight: 400; font-size: 14px; text-align: left;}
.inquery-wrap .btn-inquery-handle {position: absolute; top: 30px; right: -14px; border: 1px solid #ddd; border-left: 1px solid #fff;  cursor: pointer; height: 50px; width: 15px; padding: 0; text-align: center; text-indent: -300px; overflow: hidden; transition: none; background: url(../../images/inner/ico_inquery_handle_up.png) 0 50% no-repeat #fff;}
.inquery-wrap.folded .btn-inquery-handle {background-image: url(../../images/inner/ico_inquery_handle_down.png);}
.inquery-content-wrap {padding: 15px 10px 17px; box-sizing: border-box; border: 1px solid #ddd; border-top: 0; width: 230px;}
.btn-inquery {display: block; border: none; height: 30px; line-height: 30px; padding: 0 10px; color: #fff; font-weight: 400; text-align: center; font-size: 15px; border-radius: 3px; height: 37px; background: #000; width: 100%;}
.inquery-content {padding: 0 0 10px; font-size: 12px; text-align: left; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
/* .inquery-content h4 {color: #333; background: url(../../images/inner/bl_s1.png) no-repeat 0 4px; padding: 0 13px; font-size: 14px; font-weight: 500; margin-bottom: 10px;} */
.inquery-content h4 {color: #333; padding: 0 13px; font-size: 14px; font-weight: 500; margin-bottom: 10px;}
.inquery-content h4 {color: #333; background: url(../../images/inner/bl_s1.png) no-repeat 0 4px; padding: 0 13px; font-size: 14px; font-weight: 500; margin-bottom: 10px;}
.inquery-select {width: 100%; font-size: 12px}
/* .inquery-content .inquery-select:last-of-type(1) {margin-bottom: 0;} */
.inquery-content .list-wrap {padding: 10px; background: #fafafa; border: 1px solid #eaeaea;}
.inquery-content .list-wrap li {padding: 0 0 5px;}
.inquery-content .list-wrap li:last-child {padding-bottom: 0;}
.inquery-content .list-wrap li label {color: #333; line-height: 1.2;}
.inquery-wrap.folded .inquery-content-wrap{display: none;}
/*.inquery-wrap.folded {width: 5px;}*/
.inquery-wrap.folded .btn-inquery-handle {top: 0; height: 32px}
.inquery-wrap.folded .inquery-head {height: 30px; padding: 0;}
.inquery-date {width: 40%;}

.inquery-wrap .inquery-content-wrap {padding: 15px 8px 17px; box-sizing: border-box; border: 1px solid #d2d2d2; border-top: 0; }
.inquery-wrap .inquery-content {padding: 0 12px 6px; background: #f2f5f9; border: 1px solid #d0d5da; margin-bottom: 12px; font-size: 12px; text-align: left;}
.inquery-wrap .inquery-content h4 {color: #fff; background: #758eb1; height: 28px; line-height: 28px; padding: 0 10px; font-size: 13px; margin: -1px -13px 12px; position: relative; font-weight: 500;}
.inquery-wrap .inquery-content h4::before {display: none;}
.inquery-wrap .inquery-content h4 > strong {display: inline-block; border-radius: 18px; line-height: 18px; height: 18px; padding: 0 8px; margin-right: 6px; font-size: 12px; color: #758eb1; background: #fff; font-weight: 500;}
.inquery-wrap .inquery-content h4 button.btn-help {border: 0; background: transparent; position: absolute; right: 10px; top: 3px; height: 20px;}
.inquery-wrap .inquery-content h4 button.btn-help img {float: left; margin-top: 3px;}
.inquery-wrap .inquery-content h4 button.btn-help + .helpbox {border: 1px solid #758eb1; background: #f2f7fd; position: absolute; right: -202px; width: 200px; top: -1px; line-height: 1.4; font-weight: 300; border-radius: 4px; padding: 8px; display: none; color: #516786; font-size: 12px;}
.inquery-wrap .inquery-content h4 button.btn-help + .helpbox::before {content: ''; width: 12px; height: 13px; display: inline-block; background: url(../../images/inner/helpbox_arrow.png) no-repeat; position: absolute; left: -12px; top: 8px;}
.inquery-wrap .inquery-content h4 button.btn-help img {}
.inquery-wrap .inquery-content h4 button.btn-help + .helpbox .tit {margin-bottom: 3px; color: #204781; display: block; font-weight: 600;}



.inquery-wrap .inquery-content #inquery-tab-a + label,
.inquery-wrap .inquery-content #inquery-tab-b + label {display: inline-block; position: absolute; top: -12px; width: calc( 50% + 12px );}
.inquery-wrap .inquery-content #inquery-tab-a + label {left: -12px;}
.inquery-wrap .inquery-content #inquery--b + label {right: -12px;}
.inquery-wrap .btn-wrap {padding: 6px 0 2px; border-top: 1px solid #d0d5da;}

.inquery-wrap .inquery-content table tr th {text-align: left; color: #242425; font-weight: 500;}
.inquery-wrap .inquery-content table tr td {}
.inquery-wrap select {margin-bottom: 5px; height: 30px; line-height: 30px; font-weight: 400;}
.inquery-wrap select option {}
.inquery-wrap .inquery-content-wrap .cont-container {height: 100px; overflow-y: auto; background: #f2f5f9; border: 1px solid #d0d5da; padding: 10px 0px 10px 10px;}
.inquery-wrap .inquery-content-wrap .cont-container ul li {display: block; font-size: 13px; text-align: left; margin-bottom: 3px; color: #4f4f4f; padding-right: 5px; box-sizing: border-box; position: relative; }
.inquery-wrap .inquery-content-wrap .cont-container ul li:first-child {width: 100%;}

.inquery-wrap.folded {width: 140px;}

.label-typeA {position: relative; padding-left: 25px; display: inline-block; margin-bottom: 2px;}
.label-typeA input {position:absolute; left: 0; top: 3px;}
.label-typeA:hover {color: #2f67cb;}
.tab.list {}
.tab.list ul {position: relative; margin: 0; padding: 0; list-style: none; font-size: 1em; *zoom: 1;}
.tab.list ul:after {content: ""; display: block; clear: both;}
.tab.list li {float: left; padding-right: 3px; display: block; box-sizing: border-box;}
.tab.list li a {position: relative; float: left; text-decoration: none; background: #bed3e5; color: #7798b7; display: block; font-size: 13px; height: 2em; line-height: 2em; width: 100%; text-align: center;}
.tab.list li a span {display: block; padding: 0 .5em; letter-spacing: -.05em; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tab.list li .tab-content {width: 100%; position: absolute; top: 3.2em; left: 0; list-style: none; border: 0; margin: 0; padding: 0; *zoom: 1;}
.tab.list li .tab-content:after {content: ""; display: block; clear: both;}
.tab.list li.active a {background: #83a7cb; color: #fff;}
.tab.list li.active a span {font-weight: 400;}
.inquery-tabs {position: relative; padding: 27px 0 0;}
.inquery-tabs > input[type=radio] {display: none}
.inquery-tabs > label {display: inline-block; margin: 0; padding: 6px 10px 8px; font-weight: 500; text-align: center; color: #679cbd; background: #c2e7f0; cursor: pointer; border-top: 2px solid transparent;}
.inquery-tabs input[type=radio]:checked + label {color: #758eb1; background: #f2f5f9; border-top: 2px solid #fca61f;}
.inquery-tabs input[type=radio] ~ div {display: none;}
.inquery-tabs #inquery-tab-a:checked ~ #inquery-tab-content-a, 
.inquery-tabs #inquery-tab-b:checked ~ #inquery-tab-content-b {display: block;}
.gis-stt {text-align: left; font-size: 14px; font-weight: 600; color: #204781; line-height: 1; margin: 0 0 10px; padding-left: 12px; position: relative;}
.gis-stt::before {content:''; position: absolute; left: 2px; top: 2px; width: 4px; height: 12px; border-radius: 10px; background: linear-gradient(180deg, rgba(40,115,250,1) 0%, rgba(15,15,180,1) 100%);}
ul.inquery-tabs{margin: 0px; padding: 0px; list-style: none; border: 1px solid #ddd; border-bottom: 0;}
ul.inquery-tabs li{background: none; background: #97a1ae;color: #fff; display: block;padding: 0; cursor: pointer; float: left; text-align: center; font-size: 13px;}
ul.inquery-tabs li.current{color: #204781; background: #fff; font-weight: 700;}
.tab-content{display: none;  padding: 15px 0;border-top:1px solid #97a1ae;}
.tab-content.current{display: inherit;}
.radio-gis {width: 12px; height: 12px; border: 1px solid #ddd; border-radius: 15px; vertical-align: middle; background: #fff; margin-right: 5px;margin-top: -2px;}
.inquery-head .tabs li {padding: 0;}

.inquery-wrap.folded ul.inquery-tabs {border-bottom: 1px solid #ddd;}

/* 지도 */

.h-gis {height: calc(100% - 250px); min-height: 830px;}
.search-p-wrap {border: 1px solid #ddd; height: 27px; width: 250px; position: absolute; top: 20px; right: 20px; z-index: 5; box-sizing: border-box;}

.search-p-wrap .keywordbox {position: absolute; top: 25px; left: 0px; width: 100%; border: 1px solid #ddd; background: #fff;  border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; padding: 0; height: 150px; line-height: 1.3; display: none;}
.search-p-wrap .keywordbox ul {padding: 0; border-top: 1px solid #eaeaea; height: calc(100% - 25px); overflow: auto;}
.search-p-wrap .keywordbox li {border-bottom: 1px solid #eaeaea; text-align: left;}
.search-p-wrap .keywordbox li a {display: block; padding: 7px 10px; color: #4f4f4f; font-size: 12px; font-weight: 400;}
.search-p-wrap .keywordbox li a strong {color: #e93859; font-weight: 600;}
.search-p-wrap .keywordbox li a:hover {background: #fffdf0;}
.search-p-wrap .keywordbox-close {height: 25px; width: 100%; line-height: 25px; color: #fff; background: #4f4f4f; text-align: right; padding: 0 10px 0 0; box-sizing: border-box; position: absolute; bottom: 0; left: 0; font-size:13px; }
.search-p-wrap .keywordbox-close img {margin: -2px 0 0 3px; display: inline-block; }
.btn-p-input {width: calc( 100% - 25px) !important; height: 25px !important; border: none !important; padding: 0 10px !important; color: #333; font-size: 13px !important; float: left; font-weight: 400 !important;}
.btn-p-input::placeholder {font-size: 13px; color: #999;}
.btn-p-search {background: url(../../images/inner/ico_search_p.png) no-repeat center #204781; width: 25px; height: 25px; display: block; border: 0; float: right;}
.map-select {width: 60px; position: absolute; right: 20px; top: 55px; z-index: 3; border: 1px solid #ddd; box-sizing: border-box; background: #fff; border-radius: 5px; overflow: hidden;}
.map-select select {border: 0; width: 100%; padding: 0 0 0 5px; height: 30px; line-height: 30px; font-size: 12px;}
.tool-wrap {width: 28px; position: absolute; top: 95px; right: 20px; z-index: 3; border: 1px solid #ddd; box-sizing: border-box; background: #fff; border-radius: 5px; overflow: hidden; }
.tool-wrap ul {display: block;background: #fff; text-align: center; }
.tool-wrap ul li {display: block; position: relative;width: 26px; box-sizing: border-box; border-bottom: 1px solid #ddd;}
.tool-wrap ul li:last-child {border-bottom: 0;}
.tool-wrap ul li button {padding: 0; margin: 0; background: #fff; border: none; width: 26px; height: 26px; border-radius: 0; color: #333;}
.tool-wrap ul li button:hover {background: #eef4fb;}
/* .data-list-wrap {width: 200px; position: absolute; top: 295px; right: 20px; z-index: 3; border: 1px solid #ddd; box-sizing: border-box; height: 200px; background: #fff; overflow: hidden;} */
.data-list-wrap {width: 200px; position: absolute; top: 295px; right: 20px; z-index: 3; border: 1px solid #ddd; box-sizing: border-box; height: 400px; background: #fff; overflow: hidden;}
.data-list-head {height: 30px; color: #fff; background: #204781; font-size: 13px; font-weight: 400; text-align: left; padding: 0 10px; line-height: 28px; position: relative;}
.data-list-handle {position: absolute; top: 0px; right: 0px; border: 0; background: url(../../images/inner/ico_bottom_handle_up.png) no-repeat center; width: 30px; height: 30px;;}
.data-list-cont {padding: 10px; width: 100%; height: calc( 100% - 30px ); overflow-x: hidden; overflow-y: auto;}
.data-list-wrap.folded {height: 30px; width: 70px; border-radius: 3px;}
.data-list-wrap.folded .data-list-handle {background-image: url(../../images/inner/ico_bottom_handle_down.png);}

.ztree * {font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
.data-list-wrap .ztree {height: calc(100% - 30px); overflow-y: auto; padding: 15px 5px;}
.data-list-wrap .ztree li a:hover {text-decoration:underline; color: #2f67cb;}
.data-list-wrap .ztree li a.curSelectedNode:hover {color: #000;}
ul.checktree ul {margin: 0 -10px; background: #f2f5f9; padding: 0 10px 0; text-align: left;}
ul.checktree li {color: #333; display: block; position: relative; text-align: left; margin-top: -2px;}
ul.checktree li:hover {color: #2f67cb;}
ul.checktree li::before {height: 25px; width: 15px; content: ""; display: inline-block; background-repeat: no-repeat; background-position: left top; margin-bottom: -2px;}
ul.checktree > li label {display: inline-block; vertical-align: top; margin-top: 4px; width: auto; text-align: left; font-size: 13px;}
ul.checktree > li:first-child::before {background-image: url(../../images/inner/tree1.png);}
ul.checktree > li::before {background-image: url(../../images/inner/tree5.png);}
ul.checktree > li li {color: #6283b7; font-size: 12px;}
ul.checktree > li li::before {width: 24px; background-image: url(../../images/inner/tree2.png);}
ul.checktree > li:last-child::before {width: 15px; background-image: url(../../images/inner/tree4.png);}
ul.checktree > li li:last-child::before {width: 24px; background-image: url(../../images/inner/tree3.png);}
ul.checktree > li:last-child li::before {width: 24px; background-image: url(../../images/inner/tree6.png);}
ul.checktree > li:last-child li:last-child::before {width: 24px; background-image: url(../../images/inner/tree7.png);}
ul.checktree > li ul li label {font-size: 11px;}
ul.checktree input[type=checkbox] {display: none;}
ul.checktree .btn-toggletrigger {position: absolute; top: 6px; left: -2px; width: 14px; height: 14px; border: none; background: none; cursor: pointer;}
ul.checktree .btn-toggletrigger:focus {outline: solid 1px #45b5ff !important; box-shadow: 0 0 2px 2px #45b5ff inset;}
.legend-wrap {width: 180px; position: absolute; bottom: 20px; left: 20px; z-index: 3; border: 1px solid #ddd; box-sizing: border-box; height: auto; background: #fff; overflow: hidden;}
.legend-head {height: 30px; color: #fff; background: #204781; font-size: 14px; font-weight: 400; text-align: left; padding: 0 10px; line-height: 30px; position: relative;}
.legend-handle {position: absolute; top: 0; right: 0; border: 0; background: url(../../images/inner/ico_bottom_handle_up.png) no-repeat center; width: 30px; height: 30px;;}
.legend-wrap.folded {height: 30px;}
.legend-wrap.folded .legend-handle {background-image: url(../../images/inner/ico_bottom_handle_down.png);}
.legend-cont {padding: 10px; width: 100%; height: calc( 100% - 30px ); overflow-x: hidden; overflow-y: auto;}
.legend-cont .group {padding: 0 0 10px; border-bottom: 1px dashed #ddd; margin-bottom: 10px;}
.legend-cont select {width: 100%; font-size: 13px;}
.legend-cont h4 {font-size: 14px; color: #000; font-weight: 400; text-align: left; margin-bottom: 10px;}
.legend-st1 ul {padding: 0 5px;}
.legend-st1 li {display: block; text-align: left; color: #666; line-height: 1.1; margin-bottom: 4px; font-size: 11px;}
.legend-st1 li:last-child {margin-bottom: 0;}
.legend-cont .group:last-of-type {border-bottom: none; margin-bottom: 0; padding: 0;}
.legend-st1 .i {display: inline-block; width: 8px; height: 8px; border-radius: 10px; vertical-align: middle; margin-right: 5px; margin-top: -3px;}
.t-wave {text-align: center; line-height: 30px; height: 30px; width: 12px; font-size: 13px; color: #4f4f4f; margin: 0 0 0 -6px; padding-left: 4px; display: inline;}


/* 하단 영역 */
/* .bottom-wrap {position: absolute; bottom: 0; top: auto !important; left: 0; right: 0; width: 100%; height: 100%; max-height: 50%; z-index: 7; border-top: 3px solid #204781; background: #fff;} */
.bottom-wrap {position: absolute; bottom: 0; top: auto !important; left: 0; right: 0; width: 100%; height: 100%; max-height: 40%; z-index: 7; border-top: 4px solid #204781; background: #fff;}
.bottom-wrap.folded {height: 0;}
.bottom-handle {background: url(../../images/inner/ico_bottom_handle_down.png) no-repeat 50% 9px #204781; width: 52px; height: 20px; position: absolute; top: -23px; left: 50%; margin-left: -52px; cursor: pointer; border: 0; text-indent: -200px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.2); border-top-left-radius: 13px;}
.bottom-wrap.folded .bottom-handle {background-image: url(../../images/inner/ico_bottom_handle_up.png);}
.bottom-wrap.max {max-height: calc(100% - 30px);}
.bottom-handle-max {background: url(../../images/inner/ico_bottom_handle_maxup.png) no-repeat 50% 8px #204781; width: 52px; height: 20px; position: absolute; top: -23px; left: 50%; margin-left: 0; cursor: pointer; border: 0; text-indent: -200px; overflow: hidden; border-top-right-radius: 13px;}
.bottom-wrap.folded .bottom-handle-max {background: url(../../images/inner/ico_bottom_handle_maxup.png) no-repeat 50% 8px #204781;}
.bottom-wrap.max .bottom-handle-max {background: url(../../images/inner/ico_bottom_handle_maxdown.png) no-repeat 50% 8px #204781;}
.bottom-inner {width: 100%; height: 100%; padding: 20px 15px; overflow-x: hidden; overflow-y: auto; box-sizing: border-box;}
.bottom-wrap.folded .bottom-inner {padding: 0 15px;}
.bottom-stit1 {color: #333;padding: 0 13px; font-size: 14px; font-weight: 500; margin-bottom: 10px; position: relative; text-align: left;}
.bottom-stit1::before {content:''; position: absolute; left: 0; top: 4px; width: 5px; height: 5px; border-radius: 10px; border: 2px solid #2170e6; background: #fff; display: block;}
.bottom-stit2 {color: #333; padding: 0 13px; font-size: 13px; font-weight: 400; margin-bottom: 10px; display: inline-block;}
h5.bottom-stit2 {color: #333; background: url(../../images/inner/bl_s2.png) no-repeat 0 6px; padding: 0 8px; font-size: 13px; font-weight: 500; margin-bottom: 10px; margin-left: 10px;}
.chart-area {background: #edf2f8; min-height: 200px; margin-bottom: 15px;}
.col-wrap:after {content: ""; height: 0; display: block; visibility: hidden; clear: both;}
* html .col-wrap {height: 1%;}
.col-wrap {display: block; min-height: 1%; padding-bottom: 15px;}
.col-item1 {width: 100%; padding: 0 5px 15px; float: left;}
.col-item2 {width: 50%; padding: 0 5px 15px; float: left;}
.col-item3 {width: 33.3%; padding: 0 5px 15px; float: left;}
.col-txt {font-size: 12px; font-weight: 300; padding: 0 5px 5px; line-height: 1.5; text-align: left;}
.i-circle {display: inline-block; width: 8px; height: 8px; margin: -2px 8px 0 0; vertical-align: middle; border-radius: 8px; background: #ccc;}

/*.poimarker {position: absolute; z-index: 3; width: 24px; height: 30px; cursor: pointer; transform: translate(-50%, -100%); border: 1PX SOLID RED;}*/
.poiwrap {position: absolute; background: #fff; width: 180px; height: 190px; overflow: auto; padding: 30px 0 0; border: 1px solid #d2d2d2; box-sizing: border-box; z-index: 4;  display: none; box-shadow: 2px 2px 5px rgba(0,0,0,.05);}
.poiwrap h3 {text-align: left; font-size: 13px; margin: 0; padding: 0 10px; position: absolute; top: 0; left: 0; right: 0; height: 30px; box-sizing: border-box; line-height: 30px;}
.poiwrap .btn-close {position: absolute; right: 2px; top: 5px; background: url(../../images/inner/btn_close3.png) no-repeat center; width: 20px; height: 20px; border: 0; z-index: 3;}
.poiwrap .scrollwrap {width: 100%; height: 100%; overflow: auto;}
.poiwrap .stitle {background: #f2f5f9; text-align: center; padding: 3px 10px; color: #085f98; font-size: 11px; border-radius: 50px; margin: 0 7px 10px; line-height: 1.2; border: 1px solid #d0d5da}
.poiwrap table.tbl-basic {margin: 0; min-width: auto;}
.poiwrap table.tbl-basic th, .poiwrap table td {font-size: 11px; padding: 3px; line-height: 1.3;}
.poiwrap table.tbl-basic th {background: #dfeaf8 !important;}

.graph-box {border: 1px solid #d2d2d2; background: #fff; min-height: 20em; position: relative;}
.graph-box .box-select {position: absolute; top: 1em; right: 1em; min-width: 100px; width: auto; height: 25px; line-height: 25px; color: #666; font-size: 12px; font-weight: 400; }

.bottom-wrap .tabs-header {background-color: #204781; border: none; height: 37px; padding-top: 0; width: 100%;}
.bottom-wrap .tabs-wrap {margin-left: 20px !important; margin-right: 20px !important;}
.bottom-wrap .tabs {border-width: 0 !important; padding-right: 42px !important;}
.bottom-wrap .tabs li {margin: 0 0 -1px !important; background-color: transparent;}
.bottom-wrap .tabs li .tabs-inner {border: none !important; border-radius: 0 !important; height: 38px !important; padding: 0 25px 0 15px !important; background: transparent !important; color: rgba(255,255,255,.8) !important; border-right: 0;}
.bottom-wrap .tabs li.tabs-selected .tabs-inner { background: #fff !important; border-top: 2px solid #347ad0 !important; color: #347ad0 !important; line-height: 32px !important; border-right: none !important;}
.bottom-wrap .tabs li a.tabs-close {background: url(../../images/inner/btn_b_tab_close2.png) no-repeat !important; width: 9px !important; height: 9px !important; margin-top: -4px !important; right: 12px !important;}
.bottom-wrap .tabs li.tabs-selected a.tabs-close {background: url(../../images/inner/btn_b_tab_close1.png) no-repeat !important;}
.bottom-wrap .tabs li.tabs-selected .tabs-inner .tabs-title {line-height: 34px !important; display: inline-block;}
.bottom-wrap .tabs-title {line-height: 38px !important;}
.bottom-wrap .tabs-scroller-left, .bottom-wrap .tabs-scroller-right {z-index: 10;}
.bottom-wrap.folded .tabs-scroller-left, .bottom-wrap.folded .tabs-scroller-right {z-index: 10; bottom: -5px !important;}
.bottom-wrap .tabs-scroller-left {background: url(../../images/inner/btn_b_prev.png) no-repeat center #204781 !important; border: 0;}
.bottom-wrap .tabs-scroller-right {background: url(../../images/inner/btn_b_next.png) no-repeat center #204781 !important; border: 0;}
.bottom-wrap .tabs-wrap, .bottom-wrap .tabs-panels, .panel-body {width: 100% !important;}
.bottom-wrap .tabs-container, .bottom-wrap .panel, .bottom-wrap .panel-body {height: 100%;}
.bottom-wrap .tabs-panels {height: calc( 100% - 37px ); border-width: 0 !important; background: #f0f0f0 !important;}
.bottom-wrap .panel-body > iframe {margin-bottom: -5px; width: 100%; height: 100%;}
.bottom-wrap.folded .tabs li {margin-top: 5px !important; transition: margin-top .5s; transition-delay: 0.5s;}


/* 하단 프레임 콘텐츠 */
.bcont-body {background: #fff;}
.bcont-wrap {padding: 25px 20px 20px;}
/* .bcont-wrap h2 {font-size: 12px; padding-left: 14px; padding-bottom: 11px; font-weight: 400; border-bottom: 2px solid #262626; margin-bottom: 25px; color: #666; position: relative;} */
.bcont-wrap h2 {font-size: 14px; padding-left: 14px; padding-bottom: 11px; font-weight: 400; border-bottom: 2px solid #262626; margin-bottom: 25px; color: #666; position: relative;}
.bcont-wrap h2::before {content:''; position: absolute; left: 0; top: 4px; width: 5px; height: 5px; border-radius: 10px; border: 2px solid #262626;}
/* .bcont-wrap h2 strong {font-size: 15px; font-weight: 500; color: #262626; margin-right: 5px;} */
.bcont-wrap h2 strong {font-size: 17px; font-weight: 500; color: #262626; margin-right: 5px;}
.bcont-wrap h2 span {color: #758eb1;}
.bcont-wrap h2 .btn {border: 0; border-radius: 3px; padding: 0 10px; height: 22px; line-height: 22px; color: #fff; font-size: 11px; letter-spacing: 0; float: right; margin-top: -3px; background: #758eb1;}
.bcont-wrap h3 {font-size: 14px; color: #0793e9; font-weight: 500; margin: 0 0 10px; background: url(../../images/inner/bl_h3.png) no-repeat 0 3px; padding-left: 8px;}
.bcont-wrap .section {padding: 0 0 25px; margin: 0 10px 25px; border-bottom: 1px solid #ddd;}
/*.bcont-wrap .section:nth-last-of-type(1) {border-bottom: 0; margin-bottom: 0; padding-bottom: 15px;}*/
.bcont-wrap .btn-down-all {text-align: right; margin: 10px;}
.bcont-wrap .btn-down-all button {border: 0; border-radius: 3px; padding: 0 15px; height: 28px; line-height: 28px; color: #fff; font-size: 13px; letter-spacing: 0; background: #347ad0;}
.bcont-wrap table {margin: 0; min-width: auto;}
/* .bcont-wrap table th, .bcont-wrap table td {padding: 10px 5px; font-size: 11px;} */
.bcont-wrap table th, .bcont-wrap table td {padding: 10px 5px; font-size: 14px;}
.bottom-content-wrap {height: 100%; background-color: #204781;}
.table-top-text-tt {font-size: 12px; color: #262626; font-weight: 600; display: block;}
/* .table-top-text {text-align: left; margin: 0 0 9px 0; font-weight: 300; font-size: 12px; color: #666;} */
.table-top-text {text-align: left; margin: 0 0 9px 0; font-weight: 300; font-size: 14px; color: #666;}
.table-top-text .txt {display: inline-block;  font-weight: 400; vertical-align: middle; margin: -1px 0 -4px 0;}
.table-top-text .txt label {vertical-align: top;}
h3 + .table-top-text {margin-top: -20px;}
h4 + .table-top-text {margin-top: -10px;}
.table-top-text2 {text-align: left; margin: 0 0 9px 0; font-weight: 300;}

.weather-list {text-align: center; font-size: 0;}
.weather-list li {display: inline-block; font-size: 14px; margin-right: 6px; width: calc(25% - 7px); background: #f2f5f9; border: 1px solid #d0d5da; vertical-align: top; box-sizing: border-box; padding: 15px;}
.weather-list li:last-child {margin-right: 0;}
.weather-list li .con {color: #204781; font-family:'S-CoreDream'; display: inline-block; vertical-align: middle;}
.weather-list li .con > span {font-size: .9em; font-weight: 400;}
.weather-list li .con > span strong {font-weight: 600;}
.weather-list li .con > p {font-size: 2em; font-weight: 800;}
.weather-list li .con > p small {font-size: .5em; font-weight: 400;}
.weather-list li .result { display: inline-block; vertical-align: middle; width: 50px; height: 50px; line-height: 50px; border-radius: 100px; font-size: 1em; color: #fff; margin-left: 10px;}
.weather-list li .result.level1 {background: #1268d2;}
.weather-list li .result.level2 {background: #5cb938;}
.weather-list li .result.level3 {background: #f6b400;}
.weather-list li .result.level4 {background: #d03232;}
.weather-list li .result.level5 {background: #bcc2c9;}

.scroll-x {overflow-x: auto;}
.scroll-y {overflow-y: auto;}

/* 우측 영역 */
.right-wrap {position: absolute; right: 0; top: 0; height: 100%; z-index: 6; background: #f2f5f9; border-left: 1px solid #d2d2d2; width: 220px;}
.right-wrap.folded {width: 0; right: -1px;}
.right-handle {background: url(../../images/inner/ico_inquery_handle_right.png) no-repeat 50% 50% #f2f5f9; width: 15px; height: 50px; position: absolute; top: calc(50% - 25px); left: -15px; cursor: pointer; border: 0; text-indent: -200px; overflow: hidden; border: 1px solid #ddd; border-right: 0;}
.right-wrap.folded .right-handle {background: url(../../images/inner/ico_inquery_handle_left.png) no-repeat 50% 50% #fff;}
.right-content-wrap {height: 100%; overflow-y: auto;}
.right-wrap  li.treeview2 {display: block; font-size: 14px; transition: all .1s ease; text-align: left;}
.right-wrap  li.treeview2.active, .right-wrap  li.treeview2.on {color: #064993; background: #d3e3fd;}
.right-wrap  li.treeview2 > a {display: block; padding: 0 0 0 15px; height: 30px; line-height: 28px; position: relative; font-weight: 400; background: url(../../images/inner/ico_rightmenu.png) calc(100% - 12px) 50% no-repeat #758eb1; color: #fff; border-bottom: 1px solid #fff; font-size: 13px; box-sizing: border-box;}
.right-wrap  li.treeview2 > a:hover {background: url(../../images/inner/ico_rightmenu_active.png) calc(100% - 12px) 50% no-repeat #5878a6;}
.right-wrap  li.treeview2 > a img {margin-right: 5px; margin-top: -4px;}
.right-wrap  li.treeview2.active > a {background: url(../../images/inner/ico_rightmenu_active.png) calc(100% - 12px) 50% no-repeat #5878a6;}
.right-wrap  li.treeview2 ul.treeview-menu2 {display: block; background: #e9f1ff; margin: 0; max-height: 0; overflow: hidden; }
.right-wrap  li.treeview2.active ul.treeview-menu2, .right-wrap  li.treeview2.on ul.treeview-menu2 {padding: 0; max-height: 380px; overflow-y: auto; background: #f2f5f9;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li {box-sizing: border-box; text-indent: 8px; border-bottom: 1px solid #dae4ef; box-sizing: border-box;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li > a {font-size: 12px; color: #5878a6; font-weight: 400; display: block; background-color: transparent; line-height: 2.6; background: url(../../images/inner/ico_rightmenu2.png) calc(100% - 12px) 50% no-repeat; padding-left: 5px;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li > a:hover {color: #2f67cb;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li.active > a {background: url(../../images/inner/ico_rightmenu2_active.png) calc(100% - 12px) 50% no-repeat;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li.active, .right-wrap  li.treeview2 ul.treeview-menu2 > li.on {color: #2f67cb; font-weight: 600;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li.active a, .right-wrap  li.treeview2 ul.treeview-menu2 > li.on a {color: #2f67cb; font-weight: 600;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li ul.listwrap {padding: 0 5px 0; display: block; max-height: 0; overflow: hidden;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li.active ul.listwrap, .right-wrap  li.treeview2 ul.treeview-menu2 > li.on ul.listwrap {padding: 15px; max-height: 250px; background: #dae4ef; box-sizing: border-box; overflow-y: auto;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li {font-size: 12px; line-height: 20px; }
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a {font-weight: 200; color: #5a759a; display: block; line-height: 16px; text-indent: 0; position: relative; padding-left: 8px;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a::before {position: absolute; content:''; left: 0; top: 4px; width: 2px; height: 8px; background: #5a759a;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a:hover {color: #0098f0;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a:hover::before {background: #0098f0;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a {font-size: 0;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a p {display: inline-block; width: 65%; font-size: 12px; vertical-align: top; padding-right: 5px; box-sizing: border-box;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li a span {display: inline-block; width: 35%; font-size: 12px; vertical-align: top; padding-left: 5px; box-sizing: border-box;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.active, .right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.on {color: #5a759a; font-weight: 400;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.active::before, .right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.on::before {background: #0098f0;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.active a, .right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.on a {color: #5a759a; font-weight: 400;}
.right-wrap  li.treeview2 ul.treeview-menu2 > li .listwrap > li.active a::before, .right-wrap li.treeview2 ul.treeview-menu2 > li .listwrap > li.on a::before {background: #0098f0;}


/* 안양지표 */
.analysis-wrap {height: 100%;}
.analysis-tab {font-size: 0; text-align: center;}
.analysis-tab > li {display: inline-block; width: calc(12.5% - 10px); margin-right: 10px; font-size: 16px;  font-family:'S-CoreDream'; font-weight: 400; background: #ebebeb; border-radius: 50px; height: 35px; line-height: 35px;  text-align: center; transition: all .2s ease}
.analysis-tab > li:last-child {margin-right: 0;}
.analysis-tab > li a {display: block; width: 100%; color: #333; letter-spacing: -1px; transition: all .2s ease;}
.analysis-tab > li:hover, .analysis-tab > li.active{background: #2f67cb; color: #fff; font-weight: 600;}
.analysis-tab > li:hover a, .analysis-tab > li.active a {color: #fff; font-weight: 400;}

.analysis-tab.w5 > li {width: calc(20% - 10px);}

.analysis-list {margin: 30px 0; text-align: center; font-size: 0; }
.analysis-list > div {display: inline-block; background: #e8f1ff; border: 3px solid #2f67cb; box-sizing: border-box; width: calc(16.6% - 10px); margin: 0 5px 10px; font-size: 14px; padding: 18px 5px; border-radius: 5px; vertical-align: top; min-height: 120px;}
.analysis-list > div .tt {font-family:'S-CoreDream'; font-size: 1em; font-weight: 600; margin: 0 0 10px; color: #2f67cb;}
.analysis-list > div .result {font-family:'S-CoreDream'; font-size: 2em; font-weight: 800; line-height: 1; color: #2f67cb; margin-bottom: 10px;}
.analysis-list > div .result img {display: inline-block; margin: -4px 3px 0 0;}
.analysis-list > div .result.down {color: #f0342f;}
.analysis-list > div .result small {display: inline-block;font-size: 50%; font-weight: 500; margin-left: 5px;}
.analysis-list > div .comment {color: #7a9ad4; font-size: .9em;}

.analysis-list2 {margin: 30px 0; text-align: center; font-size: 0; }
.analysis-list2 > div {display: inline-block; background: #e8f1ff; border: 3px solid #2f67cb; box-sizing: border-box; width: calc(20% - 10px); margin: 0 5px 10px; font-size: 14px; padding: 18px 5px; border-radius: 5px; vertical-align: top; min-height: 120px; transition: all .2s ease;}

.analysis-list2 > div .tt {font-family:'S-CoreDream'; font-size: 1em; font-weight: 500; margin: 0 0 10px; color: #2f67cb; transition: all .2s ease;}
.analysis-list2 > div .result {font-family:'S-CoreDream'; font-size: 2em; font-weight: 800; line-height: 1; color: #2f67cb; margin-bottom: 10px; transition: all .2s ease;}
.analysis-list2 > div .result small {display: inline-block;font-size: 50%; font-weight: 500; margin-left: 5px;}

.analysis-list2 > div .result img {display: inline-block; margin: -4px 0 0 3px;}
.analysis-list2 > div .result.down {color: #f0342f;}

.analysis-list2 > div .comment {color: #7a9ad4; font-size: .9em;}
.analysis-list2 > div.active, .analysis-list2 > div:hover {cursor: pointer; border-color: #1b3c76;}
.analysis-list2 > div.active .result, .analysis-list2 > div:hover .result {color: #1b3c76;}
.analysis-list2 > div.active .tt, .analysis-list2 > div:hover .tt { color: #1b3c76;}
.analysis-con {background: #f4f4f4; border: 1px solid #ddd; position: relative; height: calc(100% - 300px); display: block; height: 500px;}
.analysis-con:after {content: ''; height: 0; display: block; visibility: hidden; clear: both;}

.analysis-con .chart-list {float: left; width: 160px; height: 100%; background: #fff; border-right: 1px solid #ddd;}
.analysis-con .chart-list ul li {display: block; width: 100%; text-align: left; box-sizing: border-box; border-bottom: 1px solid #ddd;} 
.analysis-con .chart-list ul li label { font-size: .95em; font-family:'S-CoreDream'; font-weight: 500; width: 100%; display: block; padding: 10px 5px; position: relative;}
.analysis-con .chart-list ul li label span {color: #333; position: absolute; left: 0; top: 0; background: #fff; width: 100%; height: 100%; line-height: 38px; padding-left: 30px; box-sizing: border-box; z-index: 1; transition: all .2s ease;}
.analysis-con .chart-list ul li:hover label span {color: #2f67cb; cursor: pointer; background: #e8f1ff;}
.analysis-con .chart-list ul li label input[type=radio] {z-index: 2; position: relative;}
.analysis-con .chart-list ul li label input[type=radio]:checked ~ span { color: #2f67cb; background: #e8f1ff;}

.analysis-con .chart-con {float: left; width: calc(100% - 160px); height: 100%; padding: 15px 30px; box-sizing: border-box; overflow-y: auto; height: 100%;}
.analysis-con .chart-con .con-wrap {padding: 15px 0; box-sizing: border-box; text-align: left; position: relative;}
.analysis-con .chart-con .con-wrap .chart-tt {height: 40px; line-height: 40px; position: relative; font-family:'S-CoreDream'; font-weight: 500; font-size: 1em; padding-left: 14px;}
.analysis-con .chart-con .con-wrap .chart-tt::before {position: absolute; content:''; left: 0; top: 15px; width: 8px; height: 8px; border-radius: 8px; border: 2px solid #222;  box-sizing: border-box;}
.analysis-con .chart-con .con-wrap .chart-comment{position: absolute; right: 0; top: 25px; font-size: .865em; color: #666; text-align: right; font-weight: 300;}
.analysis-con .chart-con .con-wrap .chart-wrap {border: 1px solid #ddd; background: #fff; min-height: 250px; position: relative;}
.analysis-con .chart-con .con-wrap .chart-wrap.col2 {position: relative; min-height: 1%; display: block; background: transparent; border: 0; margin-top: 10px;}
.analysis-con .chart-con .con-wrap .chart-wrap.col2::after {content: ''; height: 0; display: block; visibility: hidden; clear: both;}
.analysis-con .chart-con .con-wrap .chart-wrap.col2 > div:nth-child(1) {float: left; width: calc( 50% - 5px); margin-right: 10px; background: #fff; border: 1px solid #ddd; min-height: 250px; padding: 5px; box-sizing: border-box;}
.analysis-con .chart-con .con-wrap .chart-wrap.col2 > div:nth-child(2) {float: right; width: calc( 50% - 5px); background: #fff; border: 1px solid #ddd; min-height: 250px; padding: 5px; box-sizing: border-box;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down {position: absolute; right: 15px; top: 15px;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down .chart-down-icon {width: 16px; height: 16px; }
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down .chart-down-icon:hover {cursor: pointer; opacity: .9; transition: all .2s ease;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list {display: none; position: absolute; width: 100px; height: 0; top: 25px; right: 0px; background: #fff; border: 1px solid #222; font-size: 14px; transition: height .2s ease; border-radius: 3px;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list li {font-size: 13px; border-bottom: 1px solid #ddd; line-height: 25px; height: 25px; padding: 0 5px;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list li a {display: block; cursor: pointer; width: 100%; position: relative;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list li a img {position: absolute; right: 0; top: 6px;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list li:hover {background: #cff3f9;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list li:last-child {border-bottom: 0;}
.analysis-con .chart-con .con-wrap .chart-wrap .chart-down-list.active {display: block;height: auto;}
.analysis-con.analysis-con2 {height: auto;}
.analysis-con.analysis-con2 .chart-con {width: 100%;}



/* 셀프분석 */
.self-analyze { margin: 6em 0;}
.self-analyze .img { display: block; margin: 0 auto 1em; width: 50%; max-width: 260px;}
.self-analyze .text {display: block; font-size: 1.125em; color: #262626; font-weight: 600; font-family:'S-CoreDream'; line-height: 1.6; word-break: keep-all;}
.self-analyze .text b {color: #3067cc;}

/* 빅데이터 소개 */
.service {margin: 6em 0;}
.service .service-tt {font-weight: 600; font-family:'S-CoreDream'; font-size: 2.2em; text-align: center; line-height: 1.6; word-break: keep-all; color: #3067cc; margin: 0 0 1em;}
.service .service-tt2 {color: #3067cc; font-size: 1.2em;}
.service .service-list {text-align: center; font-weight: 500; font-family:'S-CoreDream'; line-height: 1.6; font-size: 1em; word-break: keep-all; color: #333;}
.service .service-list span {color: #ee4d47;}
.service .service-img {display: block; margin: 2em auto; width: 90%; max-width: 1014px;}
.service .service-img-2 {display: block; margin: 2em auto; width: 90%; max-width: 784px;}
/* 20220428 */
.sub-content-wrap.h-gis-full {height: 100%; min-height: 830px;}
.sub-content-wrap.h-gis-full .sub-head {height: 120px; text-align: left;}
.sub-content-wrap.h-gis-full .sub-head h2 {display: inline-block;}
.sub-content-wrap.h-gis-full .sub-head h3 {display: inline-block; color: #00deff; font-size: 2.5em; font-weight: 500; font-family: 'S-CoreDream'; padding-left: 25px; position: relative;}
.sub-content-wrap.h-gis-full .sub-head h3::before {position:absolute; left: 8px; top: 6px; content:''; width: 3px; height: 35px; background: rgba(255,255,255,.8);}
.sub-content-wrap.h-gis-full .sub-content {margin: 0 auto; height: calc( 100% - 120px); padding: 0; width: 100%;}
.sub-content-wrap.h-gis-full .sub-scroll-wrap {width: 100%; height: 100%; margin: 0; padding: 0;}
.loading {background: url(../../images/inner/loading.svg) rgba(0,0,0,.2) center no-repeat; background-size: 110px 110px; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000;}
.loading > p {position: absolute; left: calc(50% - 100px); top: calc(50% + 35px); color: #fff; font-weight: 800; font-size: 1.3em; width: 200px; height: 30px; line-height: 30px; text-align: center;}

/* 20220502 */
.self-list01 {margin: 0 0 0 1.4em;}
.self-list01 li {font-size: 1em; color: #333333; padding: .3em 0 0 1em;  position: relative; line-height: 1.5; text-align: left;}
.self-list01 li:before {content: ""; width: 6px; height: 2px; background: #333333; display: inline-block; position: absolute; top: 1em; left: 0;}

/* .self-list02 {padding: 30px 0 0 0; overflow: hidden; text-align: center; font-size: 0; max-width: 1400px;} */
.self-list02 {padding: 30px 0 0 0; overflow: hidden; text-align: center; font-size: 0;}
.self-list02 li {width:calc(33% - 40px); position: relative; margin: 0 40px 20px 0; font-weight: 300; text-align: center; display: inline-block; vertical-align: top; font-size: 1rem;}
.self-list02 li:first-child {margin-left: 0;}
.self-list02 > li:after { content: ""; width: 26px; height: 26px; background: url(../../images/inner/img-arrow-ico.jpg) no-repeat center; background-size: contain; position: absolute; top: 48px; right: -32px; transform: translateY(-50%);}
.self-list02 li:last-child {margin-right: 0;}
.self-list02 li:last-child:after {display: none;}
.self-list02 li > div {display: block; width: 100%; border: 1px solid #2f67cb; padding: 15px 0 15px 0; text-align: center; background: #e9f1ff;}
.self-list02 li span {display: block; text-align: center; padding: 15px 0 15px 0; color: #2f67cb; font-size: 1.2em; font-weight: 500; word-break: keep-all; font-family:'S-CoreDream';}
.self-list02 li span span {font-size: .9em; display: block; padding: 5px 0; color: #666; font-family:'S-CoreDream';}
.self-list02 li ul {padding: 0 1em .5em; display: inline-block;}
.self-list02 li ul li {border: none; font-size: 1em; display: block; float: none; width: auto; padding: 0 0 .3em; margin: 0; text-align: left;}

/* .self-list-wrap {overflow: hidden; max-width: 1400px; margin-top: 30px;} */
.self-list-wrap {overflow: hidden; margin-top: 30px;}
.self-list-wrap li {width: 100%; float: left; margin: 0 0 20px 0;}
.self-list-wrap li:first-child {margin-left: 0px;}
.self-list-wrap li {display: block; text-align: center;}
.self-list-wrap li img {width: 90%; max-width: 400px; box-shadow: 5px 5px 10px rgba(0,0,0,.1); border: 1px solid #999;}
.self-list-wrap li span {display: block; padding: 1em; font-size: 1.05em; color:#333333; text-align: center; font-weight: 500; font-family:'S-CoreDream';}

@media screen and (max-width: 980px) {
  .logintab li:nth-child(2).active .logintab-con {margin-left: 0%;}
}

@media all and (min-width: 768px) {
  .self-list-wrap li {width: 30%; margin-left: 5%;}
}
.selfstart-wrap {width: 100%; max-width: 1400px; height: auto; box-sizing: border-box; margin: 1em auto; background: #7eacd7; padding: 3em; border-radius: 16px; font-size: 1em; text-align: center;}
.selfstart-wrap img {display: block; margin: 2em auto; width: 100%; max-width:297px;}
.selfstart-wrap h3 {font-size: 3em; color: rgba(255,255,255,1);font-weight: 500; margin-bottom: .3em; }
.selfstart-wrap p {font-size: 1.5em; color: #fff; font-weight: 300; line-height: 1.4; margin-bottom: 1.5em; word-break: keep-all;}
.selfstart-wrap .btn-wrap {text-align: center;}
.selfstart-wrap .btn-wrap .btn {font-size: 1.1em;}

@media screen and (max-width: 680px) {
  .selfstart-wrap img { width: 50%;}
}

@media screen and (max-width: 480px) {
  .selfstart-wrap .btn-wrap .btn {margin: .25em 0;}
  .selfstart-wrap {font-size: .7em;}
}

.self-video {background: #e9f1ff; width: 100%; max-width: 1200px; border: 1px solid #075bb8; line-height: 1.4; margin: 3em auto; padding: 2em; text-align: center; font-size: 1.25em; color: #262626; font-weight: 500; word-break: keep-all; font-family:'S-CoreDream';}
.self-video b {font-weight: 600; color: #111; font-family:'S-CoreDream';}
.self-video span {font-weight: 600; color: #2f67cb; font-family:'S-CoreDream';}
.self-video a {background: #fff; color: #262626; display: block; border-radius: 5px; margin: .5em auto 0; font-family:'S-CoreDream'; padding: .5em 1em ; transition: all .25s ease; max-width:350px;font-size: .9em; box-shadow: 3px 3px 3px rgba(48,103,204, .2); }
.self-video a img {width: 18px; display: inline-block; margin-top: -6px;}
.self-video a:hover {box-shadow: 0 0 0 3px #075bb8 inset; color: #075bb8;}
.self-video-list {color: #c7101f; margin: 0 auto 6em; background: #fff; max-width: 891px; padding: .5em 2em 1em;box-sizing: border-box; border: 1px solid #d1d1d1; border-top: 0; box-sizing: border-box;}
.self-video-list li {line-height: 8px; line-height: 1.4; font-size: 1.1em; font-weight: 400;}
.self-video-list li span {font-size: 1.2em;}
@media screen and (max-width: 1060px) {
  .self-video-list {border: 0; margin-top: 10px;}
}

.info-con {}
.info-con-list {width: 100%; max-width: 1200px; display: block; margin: -2px auto 0; background-color: #f9f9f9; padding: 1em; box-sizing: border-box; border: 2px solid #ddd;  }
.info-con-list li {font-size: 1em; line-height: 1.3; margin-bottom: 5px; text-align: left; color: #262626; font-family:'S-CoreDream'; font-weight: 500;}
.info-con > h4 {max-width: 1200px; margin:50px auto 15px;}
.info-img {width: 100%; max-width: 1200px; display: block; margin: 0 auto; border: 2px solid #ddd; box-sizing: border-box;}

.info-menu {font-size: 0; text-align: center; width: 100%; max-width: 1200px; margin: 60px auto 0;}
.info-menu li {display: inline-block; width: calc(20% - 12px); margin-right: 15px; border-radius: 5px; overflow: hidden;}
.info-menu li:last-child {margin-right: 0;}
.info-menu li a {width: 100%; height: 100%; display: block; padding: 10px 0; font-size: 16px; color: rgba(255,255,255,.6); font-family:'S-CoreDream'; font-weight: 500; background: #b4c3d6; transition: all .3s ease;}
.info-menu li a:hover, .info-menu li.active a {background: #e05fab; color: #fff;}
.info-menu li a span {display: block; font-size: 1.2em; margin-bottom: 6px;}


@media screen and (max-width: 1680px) {
  .main-visual {padding:6vw 4vw; min-height: 980px;}
  .main-visual .quick-menu {right: 2vw;}
  .main-visual .quick-menu h2 {font-size: 1.8em; padding-top: 20px; margin-bottom: 10px;}
  .main-visual .quick-menu li a .text {padding: 22px 80px 22px 10px;}
  .main-visual .quick-menu li a .text b {font-size: 1.25em;}
  .main-visual .quick-menu li a img {width: 70px; right: 10px; top: 10px;}
  .main-icon > ul li img {width: 80px;}
  .main-icon > ul li .subject {line-height: 80px; font-size: 1.2em;}
}

@media screen and (max-width: 1550px) { 
  .analysis-list > div {min-height: 140px;}
  .analysis-list > div .result {height: 40px;}
  .analysis-list > div .result small {display: block; margin-top: 5px; margin-left: 0;}
}

@media screen and (max-width: 1480px) {
  .main-visual .quick-menu {position: relative; top: auto; right: auto; background-color: rgba(255,255,255,.75); max-width: 950px; border-radius: 20px; overflow: hidden;}
  .main-visual .quick-menu ul {text-align: center; font-size: 0;}
  .main-visual .quick-menu li {display: inline-block; width: 12.5%; border-radius: 0; margin-bottom: 0; font-size: 16px; background-color: rgba(255,255,255, 0)}
  .main-visual .quick-menu li:hover {box-shadow: none;}
  .main-visual .quick-menu li a .text {padding: .25em 0 1em; }
  .main-visual .quick-menu li a .text b {font-size: 1.15em;}
  .main-visual .quick-menu li a .text span {display: none;} 
  .main-visual .quick-menu li a img {position: relative; top: auto; right: auto; display: block; margin: 1em auto .25em;}
  .main-visual .data .search-wrap .search-con .search-list {margin: 15px 0 ;}
  .main-icon {padding: 0 2em;}
  .main-icon > ul li {border-radius: 20px;}
  .main-icon > ul li img {width: 60px; position: relative; left: auto; top: auto; display: block; margin: 0 auto;}
  .main-icon > ul li .subject {font-size: 1em; margin: .5em 0 0; line-height: 1.4;}
  .analysis-list > div {width: calc(25% - 10px);}
  .analysis-list2 {text-align: left;}
  .analysis-list2 > div { width: calc(33.33% - 10px); text-align: center;}
}

@media only screen and (min-width: 860px) and (max-width: 1480px) { 
  .sub-content {height: calc( 100% - 285px);}
  .footer .util {padding-left: 1rem;}
  .footer .util li a {padding: 0 .2em;}
  .footer .copyright {padding: .6rem 1rem .6rem 0; font-size: .7rem;}
}

@media screen and (max-width: 1200px) {  
.analysis-tab > li {display: inline-block; width: calc(25% - 10px); margin: 0 5px 10px;}
.analysis-tab > li:last-child {margin-right: 5px;}
.analysis-con .chart-con .con-wrap .chart-comment {position: relative; right: auto; top: auto; margin: 0 0 15px 0; text-align: left;}
}
@media screen and (max-width: 980px) {  
  .main-board > .title {width: 180px;}
  .main-board > .content {width: calc(100% - 200px);}
  .main-visual .title {font-size: .9em;}
  .main-icon {padding: 0 3.125em;}
  .main-icon > ul li {vertical-align: top; width: calc(25% - 20px); margin: 0 10px;}
  .main-icon > ul li img {width: 50px;}
  .main-icon > ul li .subject {font-size: .9em; word-break: keep-all;}
  .logintab > h1 {display: block; font-size: 1.25em;}
	.login-wrap .login-title h1 {display: none;}
	.logintab .logintab-con {width: 100%;}
	.logintab ul li {width: 100%;}
	.logintab .logintab-con select, .logintab .logintab-con input {width: calc(100% - 100px);}
  .weather-list {max-width: 600px; margin: 0 auto;}
  .weather-list li {width: calc(50% - 7px);}
  .weather-list li:nth-child(1) {margin-bottom:6px;}
  .weather-list li:nth-child(2) {margin-right: 0; margin-bottom:6px;}
  .sub-search{position: relative; right: auto; top: auto; margin: 0 0 20px;}
  .sub-search .group > select {width: 100%; max-width: 350px; margin: 0 auto 5px; font-size: 12px; display: block;}
  .sub-search .group > input[type=text] {width: 100%; max-width: 350px; margin: 0 auto 5px; display: block;}
  .sub-search .group > button {width: 100%; max-width: 350px; display: block; margin: 0 auto;}
  .analysis-list > div {width: calc(33.33% - 10px);}
  .analysis-tab.w5 > li {width: calc(33.33% - 10px);}
  .info-menu li a {font-size: 15px}
}

/* mobile */
@media screen and (max-width: 860px) {
  html, body {font-size: 15px;}
  #wrap {padding: 0; overflow: visible;}
  .left-wrap {position: fixed; top: 0;}
  .content-wrap {float: right; padding-top: 43px; overflow: visible;}
  .left-wrap {padding: 0;}  
  .dim {display: block; height: 100%; width: 100%; position: fixed; left: 0; top: 0; background: #000; visibility: visible; opacity: .5; z-index: 7; transition: opacity .3s;}
  .left-wrap.folded ~ .dim {visibility: hidden; opacity: 0;}
  .left-wrap .left-container {height: 100%;}
  .left-wrap.folded .left-container {width: 0;}
  .left-wrap h1 {position: fixed; width: 100%; background: #fff; border-bottom: 3px solid #054286; padding: 8px 0 0 0; box-sizing: border-box; text-align: center; height: 43px;}
  .left-wrap h1 a {display: inline-block; color: #222 !important; font-size: 16px;}
  .left-wrap h1 a br {display: none;}
  .left-wrap h1 .logo {width: 25px; height: 25px; vertical-align: middle; display: inline-block; margin: 0 10px 0 0 !important;}
  .left-wrap .left-handle {right: auto; top: 0; left: 0; width: 40px; height: 40px; border-top-right-radius: 0; border-bottom-right-radius: 0; background: url(../../images/inner/ico_menu_close.png) no-repeat #054286 50% 50%;}
  .left-wrap.folded .left-handle {background: url(../../images/inner/ico_menu.png) no-repeat #054286 50% 50%;}
  .left-wrap.folded {width: 0;}
  .left-wrap .left-cont {height: calc( 100% - 43px ); margin-top: 13px; overflow-x: hidden; overflow-y: auto;}
  .content-wrap, .left-wrap.folded ~ .content-wrap {width: 100%;}
  .left-wrap .sidebar-menu li.treeview {font-size: 15px;}
  .left-wrap .sidebar-menu li.treeview ul.treeview-menu > li {font-size: 13px;}
  .left-wrap .sidebar-menu li.treeview > a img {margin-top: -2px;}
  .main-visual {background: url(../../images/inner/img_mainvisual_m.jpg) 0 0 no-repeat;}
  .main-visual .data {padding: 0;}
  .main-visual .data .data-list li {width: 25%;}
  .main-visual .data .data-list li a .text {font-size: .8em;}
  .main-visual .data .data-list li a .img {width: 50px; height: 50px;}
  .main-visual .quick-menu {margin-top: 20px;}
  .main-visual .quick-menu li {background-color: rgba(255,255,255,0);}
  .main-visual .quick-menu li a img {width: 50px;}
  .main-visual .quick-menu li a .text b {font-size: 1em;}  
  .main-visual .title {font-size: .8em;}
  .main-board > .title {width: auto; display: block; position: relative;}
  .main-board > .title .board-comment {display: none;}
  .main-board > .title .btn-more {position: absolute; right: 0; top: auto; bottom: 0;  margin-top: 0; width: 30px; height: 30px;}
  .main-board > .title .btn-more img {width: 100%;}
  .main-board > .content {display: block; width: 100%; margin: 1.5em auto;}  
  .main-icon > ul {margin: 25px 0;}
  .main-icon > ul li {width: calc(50% - 10px); margin: 5px;}
  .main-icon {padding: 0 20px;}
  .main-data {padding: 6vw;}
  .main-board {padding: 6vw;}  
  .main-board > .title .board-title {font-size: 1.8em;}
  .main-board .swiper-slide {border-radius: 15px;}
  .main-board .swiper-slide .subject {-webkit-line-clamp: 1; height: 1.4em;}
  .main-board .swiper-slide .con {-webkit-line-clamp: 2; height: 2.8em;}
  .main-data > h3 {font-size: 1.8em; margin-bottom: 1em;}
  .bg-content {background-color: #fff;}
  .sub-content-wrap {float: none; margin: 0; height: auto; overflow: visible;}
  .sub-head {height: 150px;}
  .sub-head h2 {font-size: 2em; padding-top: 45px; padding-left: 30px}
  .sub-head .linemap {text-align: left; height: 32px;}
  .sub-head .linemap li {line-height: 32px;}
  .sub-head .linemap li::before {top: 9px;}
  .sub-head .linemap li:nth-child(1) {padding: 0 20px 0 30px;}
  .sub-head .sub-head-search {top: 40px;height: 35px; }
  .sub-head .sub-head-search > input {height: 35px; width: calc(100% - 42px);}
  .sub-head .sub-head-search > button {width: 40px;}
  .sub-head .sub-head-search > button img {display: block; margin: -2px auto 0;}
  .sub-content {height: auto; padding: 40px 15px; margin: -40px auto 0; min-height: auto;}
  .sub-content > h3 {text-align: center; font-size: 1.6em; margin-bottom: 1.5em;}
  .sub-scroll-wrap {width: 100%; margin: 0; padding: 0 15px; float: none; font-size: 13px;}
  .sub-head .linemap li {font-size: 12px;}
  .tbl-basic td {padding: .5em;}
  .tbl-basic th {padding: .5em;}
  .login-wrap .login-title {width: 100%;}
	.login-wrap .login-content {width: 100%; position: absolute; background: rgba(47,103,203, .7);}
  .gallerywrap .galleryitem {width: calc(33% - 15px);}
  .gallerywrap .galleryitem:nth-child(3n) {margin-right: 0;}
  .gallerywrap .galleryitem:nth-child(4n) {margin-right: 20px;}
  .btn-data-search {margin: 1em auto 0; width: 100%;}
  .footer {height: auto;}
  .footer .util {float: none; padding-left: 0;}
  .footer .copyright {clear: none; float: none; padding: .6rem 2rem 2rem;}

  /* gis */
  .sub-content-wrap.h-gis {height: 100%;}
  .sub-content.h-gis {height: calc( 100% - 330px);}
  .sub-analysis-wrap {border: none; border-top: none;}
  .inquery-wrap {top: 10px; left: 10px;}
  .inquery-wrap, .inquery-content-wrap {width: 200px;}
  .legend-wrap {bottom: 10px; left: 10px;}
  .legend-wrap, .legend-content-wrap {width: 130px; font-size: 11px;}
  .legend-cont h4 {font-size: 12px;}
  .search-p-wrap {width: 180px; top: 10px; right: 10px;}
  .map-select {right: 10px; top: 45px;}
  .tool-wrap {top: 85px; right: 10px;}
  .data-list-wrap {top: 285px; right: 10px;}
  .inquery-date {width: 90%;}
  .inquery-w {display: block; width: auto; margin: 0 auto; text-align: center;}
  /*.sub-scroll-wrap {font-size: 13px; width: 100%; margin: 0; padding: 15px 15px 4em;}*/
  .sub-dashboard-wrap {font-size: 13px; width: 100%; margin: 0; padding: 15px 0 2em; height: 100%;}
  .tit-satisfaction {padding-left: 1.8em;}
  select, input[type=text], input[type=password], input[type=date], .btn-data-search, .btn-data-search2 {height: 30px; line-height: 30px;}
  .tab-a-list li {font-size: .9rem;}
  .dashboard-tab {padding-right: 10em;}
  .t-wave {display: none;}
  .inquery-wrap .inquery-content select {width: 100% !important; margin-bottom: 3px !important;}
  .bcont-wrap h2 strong {display: block; margin-bottom: 7px;}
  .box-wrap > div {width: 100% !important; float: none !important;}
  .license-wrap .license-img {float: none; display: block; margin: 0 auto;}
  .license-wrap .license-txt {float: none; text-align: center;}
  .license-wrap.license-gis {margin: 0 15px 0;}
  .license-wrap .license-img {max-width: 150px;}
  .bcont-wrap h2 .btn {float: none; margin-top: auto;}
  .analysis-list > div {min-height: 130px;}
  .analysis-list > div .result {font-size: 1.5em; height: 35px;}
  .analysis-list2 > div .result {font-size: 1.5em; height: auto;}
  .analysis-con .chart-con {padding: 0 10px 15px; width: calc(100% - 130px);}
  .analysis-con .chart-list {width: 130px;}
  .self-analyze { margin: 4em 0 6em;}
  .self-analyze .text {font-size: 1em; line-height: 1.4;}
  .service {margin: 4em 0 6em;}

  .sub-content-wrap.h-gis-full .sub-head h3 {font-size: 2em;}
  .sub-content-wrap.h-gis-full .sub-head h3::before {height: 25px;}
  .info-menu {margin: 30px auto 0;}
  .info-menu li {width: calc(33% - 7px); margin-right: 7px; margin-bottom: 7px;}
  .info-menu li a {font-size: 14px;}
  .info-menu li a span {margin-bottom: 3px;}
  .info-con > h4 {margin: 30px 0 15px; line-height: 1.4;}
  .info-con > h4::before {top: 5px;}
  .self-video {margin: 1.5em auto;}
}

@media screen and (max-width: 600px) {
  .main-side-wrap .main-detail-list li {display: inline-block; width: 35vw; height: 35vw; margin: 0 3px 6px;}
  .main-side-wrap .main-detail-list li a .thumb-wrap {height: 21vw; margin-bottom: 2vw;}
  div[class^=col-item] {width: 100% !important;}
  .chart-area {height: 40vw !important;}
  .tbl-subsearch td .input-dataname {width: 100%;}
  .sub-search-wrap {padding: .5em;}
  .sub-search-wrap2, .sub-search-wrap3 {padding: .5em; font-size: .8rem;}
  .sub-search-wrap3 input[type=text], .sub-search-wrap3 select {width: 8em;}
  .btn-data-search {width: 5em;}
  .gallery-wrap .gallery-item {width: 50%;}
  .gallery-wrap .gallery-item {font-size: .8rem;}
  .sub-search-wrap2 .group {width: 100%;}
  .input-keyword {width: calc( 100% - 11em );}
  .dashboard-item {width: calc( 100% - .9rem );}
  .dash-chart-wrap {height: 45vw; margin: 0 0 5vw;}
  .dash-chart-wrap.height2 {height: 45vw;}
  .dashboard-item.ht1-2 {height: auto;}
  .dashboard-item.ht1-3 {height: auto;}
  .dashboard-item.ht1-4 {height: auto;}
  .dashboard-item.ht1-5 {height: auto;}
  .dash-content {height: auto;}
  .dash-tit-wrap h4 {float: left;}
  .dash-tit-wrap p {margin-top: 1px; float: right;}
  .dashboard-tab {margin-top: 0;}
  .dashboard-item {font-size: .85rem;}
  .dashboard-tab {padding-right: 0;}
  .dash-header select {height: 24px; line-height: 24px; margin: 3px 0 0;}
  .btn-dash-down {margin: .4em 0 0 0; height: 20px; line-height: 20px;}
  .main-visual .data .search-wrap {padding: 10px 25px; }
  .main-visual .data .search-wrap > h3 {width: auto; display: block; text-align: center; font-size: 1.625em;}
  .main-visual .data .search-wrap > h3 br {display: none;}
  .main-visual .data .search-wrap .search-con {display: block; width:auto; margin-top: 20px;}
  .main-visual .quick-menu h2 {font-size: 1.625em;}
  .license-wrap {margin: 30px 15px 0;}
  .analysis-tab > li {font-size: 14px; height: 28px; line-height: 28px;}
  .analysis-list2 > div { width: calc(50% - 10px);}
  .analysis-list > div .result img {width: 15px;}
  .analysis-list2 > div .result img {width: 15px;}
  .analysis-con .chart-con .con-wrap .chart-wrap.col2 > div:nth-child(1) {width: 100%; margin-right: 0; margin-bottom: 10px;}
  .analysis-con .chart-con .con-wrap .chart-wrap.col2 > div:nth-child(2) {width: 100%;}

  .self-list02 li {width: 100%; margin: 0 0 20px; }
}

@media screen and (max-width: 580px) {
  html, body {font-size: 14px;}
  .left-wrap .left-cont {height: calc( 100% - 190px );}
  .statistics {width:100%; display: block;}
  .main-visual .data .data-list li a .img {width: 40px; height: 40px;}
  .main-visual .quick-menu li {width: 25%;}
  .main-visual .title {font-size: .7em;}
  .main-visual .data h3 {font-size: 1.25em; padding: .7em 0 0 1em;}
  .main-visual .title .s-tt {margin-top: .5em; font-size: 1.8em;}
  .main-visual .quick-menu {background-color: rgba(255,255,255,1);}
  .sub-head {height: 120px;}
  .sub-head .sub-head-search  {display: none;}
  .sub-head .sub-head-guide {right: 20px; top: 30px;}
  .sub-head .linemap{right: 0; top: auto; bottom: 0; height: 35px;background-color: rgba(11,48,112,.7); width: 100%;}
  .sub-head h2 {font-size: 1.625em; padding-top: 30px;}
  .paging li {margin: 0 2px;}
	.paging li.img {width: 15px;}
  .logintab > h1 {font-size: 1em;}
  .logintab > h1 span {display: none;}
  .tab_menu li {width: 100%; margin-bottom: 5px;}
  .tab_menu li:last-child {margin-bottom: 0;}
  ul.w3 li, ul.w4 li, ul.w5 li, ul.w6 li {width: 100%;}
  .gallerywrap {text-align: center;}
  .gallerywrap .galleryitem {width: calc(50% - 15px); margin: 0 10px 20px 0;}
  .gallerywrap .galleryitem:nth-child(3n) {margin-right: 10px;}
  .gallerywrap .galleryitem:nth-child(2n) {margin-right: 0;}  
  .sub-dashboard-wrap {padding: 15px 0 4em;}
  .sub-content {margin: 0 auto; width: auto;}
  .sub-content > h3 {margin-bottom: 20px;}
  .sub-content-wrap.h-gis-full .sub-head h3 {font-size: 1.625em;}
  .sub-content-wrap.h-gis-full .sub-head h3::before {left: 10px; top: 3px; height: 20px;}

  .service .service-tt {font-size: 1.2em;}
  .service .service-tt2 {font-size: .9em;}
  .service .service-list {font-size: .8em;}
  .service .service-list li br {display: none;}

}

@media screen and (max-width: 480px) {
  .main-visual .title {font-size: .56em;}
  .analysis-tab {text-align: left;}
  .analysis-tab > li {width: calc(33.33% - 10px); margin: 0 5px 5px;}
}