/* 沃섎챷�젟 占쎈땾占쎌젟 */
header {
	box-shadow: 0 5px 10px -6px rgb(0 0 0 / 10%) !important;
	border-bottom: 1px solid #eee !important;
}

.container-div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-div {
    /*max-width: 550px;*/
  }
}

@media (min-width: 768px) {
  .container-div {
    max-width: 740px;
  }
  .col-md-1 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container-div {
    max-width: 970px;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-div {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-div {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container-div {
    max-width: 1400px;
  }
}

.container-div-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.fit-content {
	width: fit-content;
}

.mx-auto {
	margin: 0 auto;
}

.my-auto {
	margin: auto 0.25rem;
}

.cal-bar {
	line-height: 30px;
	display: block;
	padding: 0 10px 0 18px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.d-flex {
	display: flex;
}

.d-block {
	display: block;
}

.d-contents {
	display: contents;
}

.d-inline-block {
	display: inline-block;
}

.goto-gis-stat {
	height: 386px;
	display: block;
	background-image: url("../images/gis/gis_info_3.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.write_diagnosis .num.table_1 input[type="text"], .tb2 _chungBukArea input[type="text"].cal {
	width: 100%;
}

.navbar-button {
	float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.navbar-button .hamburgers {
	width: 30px;
	height: 25px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #111;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #111;
    position: absolute;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: 10px;
}

.hamburger-inner:after {
    top: 20px;
}

.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}

.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}

.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}

.hidden-top-menu {
    width: 100%;
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 80px;
    z-index: 999;
    background-color: #fffffff2; 
    transition: all 0.4s ease-in-out; 
}

.hidden-top-menu .container-div {
	padding: 20px 15px;
}

.hidden-top-menu .container-div .hidden-top-menu-btn {
	list-style: none;
}

.hidden-top-menu .container-div .hidden-top-menu-btn > a {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-style: normal;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    position: relative;
    color: #111;
}

.hidden-top-menu-btn > ul {
	overflow: hidden;
	height: 0;
    font-size: 20px;
    line-height: 23px;
    list-style: none;
}

.hidden-top-menu-btn > ul.is-active {
	height: calc(100%);
}

.hidden-top-menu-btn > ul > li:first-child {
    margin-top: 20px;
}

.hidden-top-menu-btn > ul > li {
	margin-bottom: 20px;
}

.hidden-top-menu-btn > ul > li > a {
    font-size: 18px;
    line-height: 23px;
}

.hidden-top-menu .container-div .hidden-top-menu-btn > a > svg {
    position: absolute;
    top: 44%;
    right: 0;
}

#menu_mid {
	font-family: NanumGothic,"占쎄돌占쎈땸�⑥쥓逾�";
	display: none;
	padding: 15px;
	background-color: #f5f5ff;
}

#menu_mid .navi:first-child {
    margin-left: auto;
}

#menu_mid .navi-group {
	margin-bottom: 0;
}

#menu_mid .navi a {
    font-size: 13px;
    line-height: 16px;
    color: #8790A0;
}

#menu_mid .navi-last a {
    font-weight: 700;
    color: #113C85;
}

#menu_mid .navi-last-last a {
    font-weight: 700;
    color: #113C85;
}

#menu_mid .spliter {
    width: 18px;
    height: 0.1px;
    background: #D2DEF2;
    transform: rotate(90deg);
    margin: auto 25px;
}

#menu_mid .dropdown-toggle {
	cursor: pointer;
}

#menu_mid .dropdown-toggle::after {
    background: url(../../images/menu_mid_arrow.svg) no-repeat 0px 0px;
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 9px;
    height: 7px;
}

#menu_mid .navi-group .dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem -2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    box-shadow: 4px 2px 5px 0px rgb(0 0 0 / 10%);
}

#menu_mid .navi-group .dropdown-item  {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
}

#menu_mid .navi-group .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}

#menu_mid .navi.open .dropdown-menu {
	display: block;
}

.tb1 #chrgOrg, .tb1 #bioSexNm {
	width: 100%;
}

.role-prog-list {
	display: flex;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.request_01 label {
	display: inline-b
}

#myModal {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#myModal::-webkit-scrollbar {
    display: none;
}

.mx-2 {
	margin: 0 0.25rem;
}

.my-2 {
	margin: 0.25rem 0;
}
  
.community .searchbox .box1 {
  	display: flex;
  	width: fit-content;
  	margin: 0 auto;
}

@media (max-width: 482px) {
	.idpw .login_wrap .login_form li {
		float: initial;
	}
	.idpw .login_wrap .login_form .btn2_identify01 {
		width: 100%;
		padding: 20px;
		margin-top: 10px;
	}
	.idpw .login_wrap input {
		width: 60%;
	}
	.idpw .login_wrap .btn2_identify02 a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
  .gnb > .f_ng {
  	display: none !important;
  }
  .navbar-button {
  	display: block;
  }
  footer address {
  	display: block;
  }
  footer address > img {
  	padding: 0;
  	margin-bottom: 10px;
  }
  .contents .location > p {
  	display: none;
  }
  .snb, nav.box {
  	display: none;
  }
  #menu_mid {
  	display: block;
  }
  header {
  	height: fit-content;
  }
  .contents {
  	width: 100%;
  }
  .contents .location {
  	padding: 0;
  }
  .contents .con {
  	padding: 55px 0 60px 0;
  }
}

@media (max-width: 991px) {
  #main_control_container {
  	margin-top: 20px;
  }
  .row { margin-bottom: 0px !important; }
}

@media (min-width: 521px) {
  .searchbox .box2 #srchKeyWord {
  	min-width: 360px;
  }
}

@media (max-width: 520px) {
  .searchbox .box2 #srchKeyWord {
  	width: 170px;
  }
  .community .searchbox .box1 {
  	display: block;
  }
  .searchbox .box1 .d-inline-block.search-div {
    margin-top: 10px;
  }
}

@media (max-width: 1012px) {
  .searchbox .box2 .d-inline-block.search-div {
    display: block !important;
    margin-top: 10px;
  }
  nav .lnb>ul>li>a {font-size: 15px;}
}