@charset "utf-8";

@import url(font-awesome.css);
@import url(base.css);
@import url(board.css);
@import url(member.css);
@import url(owl.carousel.css);
@import url(../js/chosen/chosen.css);
@import url(jquery-ui.css);

/************************************************
@import url('/cmmnarc/nanumgothic.css');
	layout
************************************************/

#wrap {
  position: relative;
  width: 100%;
  display: table;
}

#parea_warp {
  display: none;
  height: 120px;
  background: url("../images/common/bg_h_popbanner.png") center 0;
  width: 100%;
  display: table;
}
#parea_warp .d_container {
  width: 1200px;
  margin: 0 auto;
}
#h_pop_area {
  position: relative;
  height: 120px;
}

#h_pop_area .item a {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 34.5px 150px 34.5px 300px;
  letter-spacing: -1px;
  box-sizing: border-box;
}
#h_pop_area .item strong {
  font-size: 20px;
  color: #fcffc6;
}
#h_pop_area .item p {
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
}
#h_pop_area .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-indent: -9999px;
}
#h_pop_area .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 20px;
  height: 40px;
  background: url("../images/common/pb_arrow_prev.png") no-repeat;
}
#h_pop_area .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 40px;
  background: url("../images/common/pb_arrow_next.png") no-repeat;
}
#h_pop_area .owl-dots {
  display: none;
}
#h_pop_area .check {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
#h_pop_area .check input {
  margin-top: 2px;
}
#h_pop_area .check .close {
  background: #fde791;
  padding: 2px 6px;
  color: #000;
  cursor: pointer;
}

#header {
  position: relative;
  height: 160px;
  padding: 112px 0 0 0;
  z-index: 5;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  background: url(../images/common/bg_top_head.gif) repeat-x top center;
}
#header h1.logo {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 234px;
  margin-left: -600px;
  z-index: 10;
}
#header h1.logo > a {
  height: 54px;
  display: block;
  text-indent: -9999px;
  background: url(../images/common/logo.png) 50% 50% no-repeat;
}

/* search t*/
.search_top {
  position: absolute;
  top: 41px;
  left: 50%;
  margin-left: -185px;
  z-index: 1;
  width: 370px;
  
}
.search_top form {
  margin-bottom: 9px;
}
.search_top .input_text {
  border: 2px solid #0083c7;
  width: 316px;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.search_top .input_text::placeholder {
  color: #595959;
  opacity: 1;
}
.search_top .btn_shc {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 0;
  background: #0083c7 url(../images/common/btn_topBarSearch.png) no-repeat
    center center;
  font-size: 0;
  border-radius: 0;
  cursor: pointer;
}

.ovfa {
  overflow: auto;
}

#header .header-top {
  position: absolute;
  top: 47px;
  right: 50%;
  height: 24px;
  line-height: 24px;
  margin-right: -600px;
  z-index: 10;
}
#header .header-top > ul {
  padding: 0 2px;
}
#header .header-top > ul > li {
  display: inline-block;
  padding: 0 2px;
}
#header .header-top > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  border: #aeaeae 1px solid;
  border-radius: 2px;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #000;
}
#header .header-top > ul > li > a:hover {
  color: #2471c8;
  background: #f6f3f3;
}
#header .header-top > ul > li > a.out {
  color: #f30;
}
#header .header-top > ul > li > a.myp {
  color: #fff;
  background: #00848a;
}
#header .header-top > ul > li > a.myp:hover {
  color: #2471c8;
  background: #f6f3f3;
}

#header .sub-bg {
  position: absolute;
  top: 159px;
  left: 0;
  height: 300px;
  width: 100%;
  border-top: #e6e5e5 1px solid;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
}

#gnb-wrap {
  position: relative;
  z-index: 9;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
.sub-gnb {
  position: relative;
  width: 1150px;
  padding: 0;
  z-index: 4;
  background: #fff;
}
#gnb > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 16.66666666666667%;
  background: #fff;
  float: left;
}

#gnb > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 46px;
  height: 46px;
  text-align: center;
  border: none;
  box-sizing: border-box;
}
#gnb > li > a.on {
  background: #078be7;
  color: #fff;
}
#gnb > li > a:hover {
  background: #078be7;
  color: #fff !important;
}
#gnb > li.customer {
  position: relative;
}
#gnb > li.customer:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
#gnb > li.customer > a {
  color: #959595;
}

#gnb > li:hover > a {
  color: #000;
}
#gnb > li.top_2th_ov > a {
  color: #fff;
}
#gnb > li > a:after {
  content: "";
  background-color: #078be7;
}
#gnb > li > a:hover:after,
#gnb > li:hover > a:after,
#gnb > li.top_2th_ov > a:after {
  content: "";
  display: block;
  opacity: 1;
}
#gnb > li > .subdepth {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  padding: 40px 0 0 0;
  height: 300px;
  text-align: left;
  display: none;
}
#gnb > li > .subdepth > .tit-tx {
  position: relative;
  float: left;
  width: 240px;
  height: 180px;
  color: #757575;
  font-size: 14px;
}
#gnb > li > .subdepth > .tit-tx strong {
  font-size: 24px;
  color: #2471c8;
  line-height: 1;
  display: block;
  margin: 0 0 15px 0;
}
#gnb > li > .subdepth > .tit-tx:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 60px;
  height: 58px;
}
#gnb > li.gnb1 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon01.png);
}
#gnb > li.gnb2 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon02.png);
}
#gnb > li.gnb3 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon03.png);
}
#gnb > li.gnb4 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon04.png);
}
#gnb > li.gnb5 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon05.png);
}
#gnb > li.gnb6 > .subdepth > .tit-tx:after {
  background-image: url(../images/common/gnb_icon06.png);
}
#gnb > li > .subdepth > .inner {
  float: left;
  display: table;
  height: 240px;
  width: calc(100% - 240px);
}
#gnb > li > .subdepth > .inner > ul {
  display: table-cell;
  border-left: #eaeaea 1px solid;
  width: 100%;
  padding-left: 15px;
  background: url(../images/common/bg_subdepth.gif) no-repeat left top;
}
#gnb > li > .subdepth > .inner > ul li {
  display: inline-block;
  width: 25%;
  height: 23px;
  float: left;
  margin: 0 0 18px 0;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 1.25em;
}

#gnb > li > .subdepth > .inner > ul > li > a {
  position: relative;
  display: block;
  line-height: 1;
  color: #000;
}
#gnb > li > .subdepth > .inner > ul > li > a:hover {
  color: #2471c8;
}

#gnb > li > .subdepth > .inner > ul > li > ul {
  display: block;
  width: 100%;
  margin: 5px 0 5px 0;
}

#gnb > li > .subdepth > .inner > ul > li > ul > li {
  display: block;
  width: 100%;
  margin: 0 0 10px 0px;
  padding-left: 5px;
  height: 22px;
}

#gnb > li > .subdepth > .inner > ul > li > ul > li > a {
  padding: 0 10px 0 15px;
  background: url(../images/common/bullet_gnb_depth03.png) no-repeat 5px 6px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
}

#gnb > li > .subdepth > .gnb-brn {
  position: absolute;
  top: 10px;
  right: 0;
}

#gnb-wrap #btn_topBarNav {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -600px;
  display: inline-block;
  width: 50px;
  height: 46px;
  text-indent: -9999em;
  background: url(../images/common/btn_topBarNav.png) no-repeat center center;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  z-index: 116;
  box-sizing: border-box;
}

/* #gnb>li>.subdepth>.inner .gnb4+li{position:absolute;top:81px;left:257px;} */

#container {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  display: table;
}
#container > #content {
  position: relative;
  width: 100%;
  margin: 0;
  background: #f3f3f3;
  display: table;
  padding: 20px 0;
  box-sizing: border-box;
}
#container > #content.com-reg {
  background-color: #f6f7fa;
}
#container > #content.com-reg .tit-area {
  border-bottom: #e5e5e5 1px solid;
}
#container > #content .con-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 30px;
  background: #fff;
  overflow: hidden;
  min-height: 500px;
  box-sizing: border-box;
}

#container .tit-area {
  height: 119px;
  display: table;
  width: 100%;
  background: #fff url(../images/common/bg_tit_area.png) no-repeat center bottom;
}
.tit-area > .inner {
  display: table-cell;
  vertical-align: middle;
  width: 1200px;
  margin: 0 auto;
}
.tit-area h2 {
  text-align: center;
  line-height: 1;
  padding: 0;
  color: #000;
  font-size: 35px;
  font-weight: normal;
  margin: 0;
}
.tit-area .sub-tx {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  color: #666;
}

/* bannerzone */
#bannerzone {
  position: relative;
  z-index: 1;
  padding: 0;
  border-top: #e5e5e5 1px solid;
}
#bannerzone .bannerLink {
  position: relative;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ffffff;
  overflow: hidden;
}
#bannerzone .bannerLink > h3 {
  position: absolute;
  top: 23px;
  left: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
#bannerzone .bannerLink > .linkGroup {
  position: absolute;
  top: 15px;
  left: 230px;
  width: 950px;
  height: 40px;
}
#bannerzone .bannerLink > .linkGroup > ul {
  width: 100%;
}
#bannerzone .bannerLink > .linkGroup > .itemList {
}
#bannerzone .bannerLink > .linkGroup > .itemList li {
  margin-right: 8px;
  display: inline-block;
  line-height: 40px;
}
#bannerzone .bannerLink > .mSlideNavi {
  position: absolute;
  top: 22px;
  left: 100px;
}
#bannerzone .bannerLink > .linkGroup ul.itemList li a img {
  border: none;
  max-width: 158px;
  height: 40px;
}
#bannerzone .bannerLink > .linkGroup .owl-carousel a img {
  width: 158px;
  height: 40px;
}

/* ====== 슬라이더 제어 버튼 공통 ====== */
ul.mSlideNavi {
}
ul.mSlideNavi:after {
  content: "";
  display: block;
  clear: both;
}
ul.mSlideNavi > li {
  float: left;
}
ul.mSlideNavi > li > a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -5000px;
}
ul.mSlideNavi > li.btnList > a {
  margin-right: 4px;
  background: url(../images/common/btn_list.gif) no-repeat 0 0;
}
ul.mSlideNavi > li.btnPrev > a {
  background: url(../images/common/btn_prev.gif) no-repeat 0 0;
}
ul.mSlideNavi > li.btnPause > a {
  background: url(../images/common/btn_pause.gif) no-repeat 0 0;
}
ul.mSlideNavi > li.btnNext > a {
  background: url(../images/common/btn_next.gif) no-repeat 0 0;
}
ul.mSlideNavi > li.btnPlay > a {
  background: url(../images/common/btn_play.gif) no-repeat 0 0;
}

ul.mSlideNavi_p {
  position: absolute;
  top: 0px;
  right: 0;
}
ul.mSlideNavi_p:after {
  content: "";
  display: block;
  clear: both;
}
ul.mSlideNavi_p > li {
  float: left;
  margin: 0;
}
ul.mSlideNavi_p > li > a {
  display: block;
  width: 50px;
  height: 47px;
  text-indent: -5000px;
}
ul.mSlideNavi_p > li.btnList > a {
  background: url(../images/main/btn_list_02.gif) no-repeat 0 0;
}
ul.mSlideNavi_p > li.btnPrev > a {
  background: url(../images/main/btn_prev_02.gif) no-repeat 0 0;
}
ul.mSlideNavi_p > li.btnPause > a {
  background: url(../images/main/btn_pause_02.gif) no-repeat 0 0;
}
ul.mSlideNavi_p > li.btnNext > a {
  background: url(../images/main/btn_next_02.gif) no-repeat 0 0;
}
ul.mSlideNavi_p > li.btnPlay > a {
  background: url(../images/main/btn_play_02.gif) no-repeat 0 0;
}

#footer {
  position: relative;
  z-index: 1;
  padding: 0;
}
#footer .footer-link {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
#footer .footer-link .brna {
  display: none;
}
#footer .footer-link ul {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
#footer .footer-link ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#footer .footer-link ul li {
  position: relative;
  display: inline-block;
}
#footer .footer-link ul li a {
  display: block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  padding: 0 28px;
}
#footer .footer-link ul li:first-child a {
  padding-left: 0;
}
#footer .footer-link ul li a.on {
}
#footer .footer-link ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #eaeaea;
  display: block;
}
#footer .footer-link ul li:first-child a:after {
  display: none;
}
#footer .footer-wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 35px 0 35px 0px;
  color: #6f6f6f;
  font-size: 13px;
}
#footer .footer-wrap .copy {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: normal;
}
#footer .footer-wrap p span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
#footer .footer-wrap p span:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #eaeaea;
  width: 1px;
  height: 10px;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
#footer .footer-wrap p span:first-child {
  padding-left: 0;
}
#footer .footer-wrap p span:last-child:after {
  display: none;
}
#footer .footer-wrap p strong {
  color: #222;
}
#footer .footer-brn {
  position: absolute;
  top: 105px;
  right: 50%;
  margin: 0 -550px 0 0;
}
#footer .footer-brn li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.m_lmenu {
  display: none;
}

/* BreadCrumb */
.location {
  position: relative;
  z-index: 3;
  background: #f3f3f3;
  margin: 0;
  font-size: 13px;
  border-bottom: 1px solid #a4a4a4;
}
.location:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.location .path {
  width: 1200px;
  margin: 0 auto;
}
.location .path > li {
  position: relative;
  float: left;
  line-height: 40px;
  min-width: 120px;
  text-align: left;
}
.location .path > li > a {
  display: block;
  padding-left: 14px;
  color: #0a0a0a;
  line-height: 49px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 14px;
  cursor: default;
}
.location .path > li > span {
  display: block;
  padding-left: 14px;
  color: #666;
  line-height: 49px;
  padding-right: 16px;
  border-left: #e9e9e9 1px solid;
}
.location .path > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  width: 10px;
  height: 5px;
  display: inline-block;
  background: url(../images/common/blt_loc.png) 50% 50% no-repeat;
  z-index: 8;
}
.location .path > li.on > a,
.location .path > li > a:focus,
.location .path > li > a:hover {
  text-decoration: underline;
}
.location .path > li > a img {
  vertical-align: 0;
}
.location .path > li:first-child {
  margin-left: 0;
  padding-left: 0;
  background-image: none;
  width: 60px;
  min-width: 40px;
  background: #f3f3f3;
}
.location .path > li:first-child > a:after {
  display: none;
}
.location .path > li:first-child > a {
  width: 40px;
  line-height: 49px;
  padding: 0;
  background: url(../images/common/icon_home.png) 50% 50% no-repeat;
  text-indent: -9999px;
}
.location .path > li:first-child > a:hover,
.location .path > li:first-child > a:focus {
}

.location .path > li:nth-child(2) {
  background: #e0e0e0;
}
.location .path > li:nth-child(3) {
  margin-left: 24px;
  background: #d0cfcf;
  position: relative;
}

.location .path > li:nth-child(2)::before {
  position: absolute;
  left: -24.5px;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 24.5px solid #e0e0e0;
  border-bottom: 24.5px solid #e0e0e0;
  border-left: 24.5px solid transparent;
  border-right: 24.5px solid none;
}

.location .path > li:nth-child(2)::after {
  position: absolute;
  right: -24px;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 24.5px solid transparent;
  border-bottom: 24.5px solid transparent;
  border-left: 24.5px solid #e0e0e0;
  border-right: 24.5px solid none;
}
.location .path > li:nth-child(3)::before {
  position: absolute;
  left: -24.5px;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 24.5px solid #d0cfcf;
  border-bottom: 24.5px solid #d0cfcf;
  border-left: 24.5px solid transparent;
  border-right: 24.5px solid none;
}
.location .path > li:nth-child(3)::after {
  position: absolute;
  right: -24px;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 24.5px solid transparent;
  border-bottom: 24.5px solid transparent;
  border-left: 24.5px solid #d0cfcf;
  border-right: 24.5px solid none;
}

.location .path > li:last-child {
  min-width: 150px;
}
.location .path > li:last-child > a,
.location .path > li:last-child > span {
}
.location .path .sub-path {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 30;
  width: 100%;
}
.location .path .sub-path.show,
.location .path .low_path.show .location .path > li.on .sub-path,
.location .path > li:hover .sub-path {
  display: block;
}
.location .path .sub-path ul {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.location .path .sub-path ul li {
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.location .path .sub-path ul li:first-child {
  border-top: 0 none;
}
.location .path .sub-path ul li > a {
  display: block;
  min-width: 100%;
  height: 32px;
  padding: 0 10px 0 14px;
  color: #333;
  line-height: 32px;
}
.location .path .sub-path ul li.on > a,
.location .path .sub-path ul li > a:focus,
.location .path .sub-path ul li > a:hover {
  background-color: #f9f9f9;
  color: #0f6347;
}

.location .icon_area {
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -600px;
}
.location .icon_area li {
  float: left;
  margin: 0 2px;
}
.location .icon_area li a {
  position: relative;
  border: #d4d5d8 1px solid;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 18px;
  color: #565c6c;
  text-align: center;
  vertical-align: middle;
}
.location .icon_area li a span {
  position: absolute;
  left: -9999px;
  font-size: 1px;
  text-indent: -9999px;
}

/* ul */
.ul-list01 li {
  text-indent: -12px;
  margin-left: 12px;
}
.ul-list01 li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #757575;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.ul-list02 li {
  text-indent: -12px;
  margin-left: 12px;
}

/* top popup */
ul.tbanner > li.item {
  background: url("/cmmnarc/images/main/icon_t_pop.png") 200px 29px no-repeat !important;
}
ul.tbanner > li.item > a > button {
  display: block;
  border: solid 1px #ffffff;
  padding: 10px 15px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 230px;
}
/* ul.tbanner>li.item>a>p{font-weight:0 !important;} */
ul.tbanner > li.item > a > strong {
  font-weight: 400;
}
#h_pop_area > .owl-prev {
  text-indent: -999999px;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 20px;
  height: 40px;
  background: url("../images/common/pb_arrow_prev.png") no-repeat;
}
#h_pop_area > .owl-next {
  text-indent: -999999px;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 20px;
  height: 40px;
  background: url("../images/common/pb_arrow_next.png") no-repeat;
}

.line_box {
  padding: 30px 30px 30px 115px;
  border: 4px solid #e9e9e9;
  background-position: 20px 23px;
  background-repeat: no-repeat;
}
.line_box p,
.line_box dd {
  font-size: 13px;
}
.line_box strong {
  font-size: 15px;
  color: #333;
}
.line_box.line01 {
  height: 62px;
  padding-top: 38px;
}
.agree_list {
  overflow: hidden;
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
}
.agree_list ul {
  float: left;
  width: 530px;
}

.list01 .inner_box {
  margin: 10px 0 0 -8px;
}
.list01 li {
  margin-bottom: 6px;
  padding-left: 8px;
  line-height: 22px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet01.gif)
    no-repeat 0 10px;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 li > ul {
  width: 840px;
  margin-top: 5px;
  margin-left: -8px;
}
.list01 li > ul > li {
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet05.gif)
    no-repeat 0 10px;
}
.list01 li > ul > li > p {
  margin-top: 2px;
}
.list01 li table {
  width: 840px;
  margin: 6px 0 0 -8px;
}
.list01 li table th {
  text-align: center;
}
.list01 .img_box {
  margin: 10px 0 0 -8px;
  text-align: center;
}
.list01 .img_box .txt {
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;
  color: #0082c1;
  text-align: center;
}
.list01 .download {
  font-weight: 600;
  border-bottom: 1px solid #666;
}
.list02 li {
  margin-bottom: 6px;
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet05.gif)
    no-repeat 0 10px;
}
.list02 li:last-child {
  margin-bottom: 0;
}

.tit_wrap {
  margin-bottom: 15px;
}
.tit_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.tit_wrap .tit {
  float: left;
  margin: 12px 0 0;
}
.tit_wrap .select_box {
  float: right;
}
.tit_wrap .btn_confirm {
  height: 32px;
  padding: 0 5px;
  line-height: 32px;
  background-color: #59544b;
  color: #fff;
  text-align: center;
}
.titf {
  margin-bottom: 9px;
  padding-left: 16px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet03.gif)
    no-repeat 0 center;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #0072c1;
}
.tit_s {
  margin-bottom: 9px;
  font-weight: 600;
  color: #0082c1;
}
.sub_txt {
  overflow: hidden;
  margin-bottom: 9px;
}
.sub_txt .left {
  float: left;
}
.sub_txt .right {
  float: right;
}

.bg_guide04 {
  background-image: url(http://www.koelsa.or.kr/images/www/sub/img_guide_deco04.gif);
}

#frm_bookmark_box {
  width: 100%;
}

#frm_bookmark_box fieldset label {
  width: 15%;
}

#frm_bookmark_box fieldset input[type="submit"] {
  width: 15% !important;
}

#frm_bookmark_box fieldset input[type="text"] {
  width: 68%;
}

input#reply {
  width: 80%;
}

form#satiForm > div > fieldset > input[type="submit"] {
  width: 18% !important;
  height: 32px;
  text-indent: 5px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border-radius: 2px;
  border: #ccc 1px solid;
  box-shadow: none;
  -webkit-appearance: none;
  ime-mode: inactive;
  font-size: 14px;
}

.dl01 dt {
  margin-bottom: 5px;
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet01.gif)
    no-repeat 0 10px;
}
.dl01 dt strong {
  color: #444;
}
.dl01 dd {
  margin-bottom: 6px;
}
.dl02 dt strong {
  color: #444;
}
.dl02 dd {
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet05.gif)
    no-repeat 0 10px;
}
.dl03 dt {
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet01.gif)
    no-repeat 0 10px;
}
.dl03 dd {
  margin-bottom: 5px;
  padding-left: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet05.gif)
    no-repeat 0 10px;
}

.bg_guide04 {
  background-image: url(http://www.koelsa.or.kr/images/www/sub/img_guide_deco04.gif);
}
.map {
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
}

.mv_menu ul {
  width: 100%;
  overflow: hidden;
}
.mv_menu li {
  float: left;
  margin: 1px 3px 1px 0;
  border: 1px solid #dcdcdc;
}
.mv_menu a {
  display: block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 600;
}
.mv_menu span {
  display: inline-block;
  padding-left: 22px;
  background: url(http://www.koelsa.or.kr/images/www/sub/icon_mvMenu.png)
    no-repeat 0 center;
}
.mv_menu a:hover,
.mv_menu .on {
  background-color: #666;
  color: #fff;
}
table caption.titf {
  overflow: visible;
  padding: 10px 0 7px 15px;
}
.btn_map {
  display: inline-block;
  height: 30px;
  padding: 0 15px 0 33px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  background: url(http://www.koelsa.or.kr/images/www/sub/btn_map.gif) no-repeat
    14px center #f5f5f5;
  font-size: 13px;
  font-weight: 600;
}

.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  width: 840px;
  height: 460px;
  margin: -230px 0 0 -420px;
  background-color: #fff;
}
.popup .top {
  overflow: hidden;
  padding: 17px 17px 17px 20px;
  background-color: #666;
}
.popup .top strong {
  float: left;
  font-size: 17px;
  color: #fff;
}
.popup .top button {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  background: url(/images/el/common/popup_close.png) no-repeat 0 0;
}
.pop_con {
  padding: 20px;
}
.pop_map .l {
  height: 300px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
}
.amcharts-chart-div {
  margin-top: 20px;
}
.amcharts-chart-div a {
  display: none !important;
}
#chartdiv {
  overflow: visible !important;
}
#chartdiv2 {
  overflow: visible !important;
}

.smd-div {
  width: 100%;
  float: left;
}
.smd {
  display: block;
  width: 33%;
  float: left;
  padding: 0 10px;
}
.smd::after {
  clear: both;
}
.sml {
  border-top: solid 1px #2471c8;
  padding: 10px 0 20px 0;
  margin: 0 0 30px 0;
}
.sml > ul > li {
}
.sml > ul > li > a {
  color: #000;
  font-weight: 400;
  display: block;
  padding: 5px 0;
}
.sml > ul > li > ul {
  margin: 5px 0 10px 0;
}
.sml > ul > li > ul > li {
  font-size: 12px;
  text-indent: 8px;
  background: url(http://www.koelsa.or.kr/images/www/common/bg_bullet05.gif)
    no-repeat 0 10px;
}
.sml > ul > li > ul > li > a {
  color: #707070;
  display: block;
  padding: 2px 0;
  font-weight: 400;
}
.sml > ul > li > a:hover {
  background: #daedff;
}
.sml > ul > li > ul > li:hover {
}
.sml > ul > li > ul > li > a:hover {
  color: #fff;
  background: #91c2d6;
}

.tit_btn {
  width: 100%;
  overflow: hidden;
}
.tit_btn h4 {
  float: left;
  margin-top: 12px;
}
.tit_btn div {
  float: right;
}
.tit_btn dl {
  float: left;
  width: 255px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
}
.tit_btn dt {
  float: left;
  height: 30px;
  padding: 0 11px 0 31px;
  background: url(/images/dm/sub/icon_down.gif) no-repeat 15px center;
  font-size: 13px;
  color: #666;
}
.tit_btn dd {
  float: left;
  padding: 5px 0 5px 10px;
  background: url(http://www.koelsa.or.kr/images/dm/common/bg_bullet05.gif)
    no-repeat 0 center;
}
.tit_btn .down {
  display: inline-block;
  height: 30px;
  padding: 0 15px 0 30px;
  border: 1px solid #dcdcdc;
  background: url(http://www.koelsa.or.kr/images/dm/sub/icon_down.gif) no-repeat
    15px center #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.tit_btn .link {
  float: right;
  height: 32px;
  margin-left: 5px;
  padding: 0 15px;
  background-color: #666;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.tit_btn .link span {
  display: inline-block;
  padding-right: 14px;
  background: url(http://www.koelsa.or.kr/images/dm/common/btn_arrow.png)
    no-repeat right center;
}
.tit_btn .st {
  display: inline-block;
  margin-top: 13px;
}

.all_infotx {
  width: 100%;
  border: solid 1px #d6d6d6;
  background: url("../images/sub/bg_if_m.png") no-repeat;
  background-size: cover;
}
.all_infotx > span {
  display: inline-block;
  padding: 50px 20px 50px 300px;
  background: url("../images/sub/icon_if_m.png") no-repeat 150px 50%;
}
.all_infotx > span > p.ait01 {
  font-size: 22px;
  color: #000;
}
/*.all_infotx>span>p.ait02{font-size:20px; color:#8d8d8d; padding:30px 0 0 0;}*/
.all_infotx > span > p.ait02 {
  font-size: 20px;
  color: #6d6d6d;
  padding: 30px 0 0 0;
}
.all_infotx > span > p.ait05 {
  font-size: 16px;
  color: #000;
}
.all_infotx > span > p.ait06 {
  font-size: 14px;
  color: #8d8d8d;
  padding: 30px 0 0 0;
}

.all_search_ar {
  width: 100%;
  text-align: center;
}
.all_search_ar > span {
  display: inline-block;
  padding: 70px 0;
}
.all_search_ar > span > .ait03 {
  font-size: 16px;
  color: #000;
}
.all_search_ar > span > .ait04 {
  font-size: 14px;
  color: #8d8d8d;
  padding: 5px 0 50px 0;
}
.inspct-hope-de {
  display: none;
}

/*2023웹접근성*/
/*style.css*/
#header h1.logo > a:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}
/*2023웹접근성*/
.search_top .input_text:focus,
.search_top .btn_shc:focus,
#header .header-top>ul>li>a:focus
{
    outline: 2px dotted #fff;
    outline-offset: 2px;
}