@charset "UTF-8";
/* Font */
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@font-face {
  font-family: "NanumGothic";
  src: url("/tpl/webfont/NanumGothic.eot");
  src: url("/tpl/webfont/NanumGothic.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumGothic.woff") format("woff"), url("/tpl/webfont/NanumGothic.ttf") format("truetype");
}
/*Defalut */
* {
  margin: 0;
  padding: 0;
}

body, td, th, div, span, input, select, textarea {
  font-family: "NanumGothic", "나눔고딕";
  font-size: 12px;
  color: #7c7b7b;
  line-height: 20px;
}

body {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, button, span, p, table, th, td, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol, dl, dd, dt, li {
  list-style-type: none;
}

img, th, td, fieldset, iframe {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  outline: none;
}

table, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
}

textarea {
  border: 1px solid #d1d1d1;
  height: 120px;
}

input, select, label {
  vertical-align: middle;
}

p {
  margin-top: 12px;
}

/* Link */
a:link {
  color: #7d7d7d;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #7d7d7d;
}

a:hover {
  color: #0b96d4;
  text-decoration: underline;
}

a:active {
  color: #0b96d4;
  text-decoration: none;
}

/* layout */
#footer_color {
  width: 100%;
  height: 100%;
  background: #3a3a3a;
}

#logo {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 150px;
  height: 104px;
  position: relative;
  z-index: 100;
}

#topmenu {
  float: left;
  position: relative;
  width: 620px;
  height: 104px;
  margin-top: 40px;
  left: 20px;
}

#login {
  position: relative;
  top: 5px;
  float: left;
  margin-top: 37px;
  width: 210px;
  height: 104px;
  left: 22px;
  z-index: 1;
}

#login li {
  float: left;
  margin-left: 20px;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 980px;
}

#header {
  position: absolute;
  width: 100%;
  height: 104px;
  background: url("/images/kor04-17-0363/common/top_bg.png") repeat-x 0 0;
}

#header > div {
  margin: 0 auto;
  width: 1000px;
}

#top {
  float: right;
  margin-top: 47px;
}

#top ul:after {
  content: "";
  display: block;
  clear: both;
}

#top li {
  float: left;
  margin-left: 15px;
}

#top li:first-child {
  margin-left: 0px;
}

#container {
  margin: 0 auto;
  width: 980px;
  height: 100%;
}

#container:after {
  content: "";
  display: block;
  clear: both;
}

#footer {
  padding: 30px 0;
  margin: 0 auto;
  width: 980px;
}

#footer:after {
  content: "";
  display: block;
  clear: both;
}

#footer_color {
  width: 100%;
  height: 100%;
  background: #3a3a3a;
}

#main {
  width: 1130px;
  margin: 0 auto;
  padding-top: 136px;
  display: flex;
  justify-content: space-between;
}
#main .m_ban {
  width: 363px;
}
#main .m_ban .box {
  position: relative;
  display: block;
  background: radial-gradient(#fff, #e8f1f7);
  padding: 20px;
  width: 100%;
  height: 192px;
  box-sizing: border-box;
}
#main .m_ban .box:hover {
  text-decoration: none;
}
#main .m_ban .box:not(:last-child) {
  margin-bottom: 20px;
}
#main .m_ban .box dl {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
#main .m_ban .box dt, #main .m_ban .box dd {
  font-family: "Noto Sans KR";
  line-height: 1;
  align-self: center;
}
#main .m_ban .box dt {
  font-size: 18px;
  font-weight: bold;
  color: #597700;
}
#main .m_ban .box dd.more {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  padding-right: 15px;
  background: url(/images/kor04-17-0363/main/main_ban_arrow.png) no-repeat right 5px;
}
#main .slogan {
  width: 697px;
  background: rgba(255, 255, 255, 0.35);
  padding: 22px 26px;
}
#main .slogan .in {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 3px solid #fff;
}
#main .slogan dl {
  width: 100%;
  align-self: center;
}
#main .slogan dt {
  font-family: "Noto Sans KR";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #182d3e;
  margin: 0;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
#main .slogan dd {
  font-family: "Noto Sans KR";
  font-size: 40px;
  color: #f58715;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.main_contents {
  padding: 35px 0 25px 0;
}
.main_contents .contents1 {
  display: flex;
  justify-content: space-between;
}
.main_contents .contents1 > div {
  position: relative;
}
.main_contents .tit {
  font-family: "Noto Sans KR";
  font-size: 16px;
  color: #434343;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.main_contents .more {
  position: absolute;
  top: 0;
  right: 0;
}
.main_contents .more a {
  color: #7d7d7d;
}
.main_contents .more a:hover {
  text-decoration: none;
}
.main_contents .mall {
  width: 333px;
}
.main_contents .mall a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 132px;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 10px 7px;
  box-sizing: border-box;
  text-decoration: none;
}
.main_contents .mall a img {
  align-self: center;
}
.main_contents .notice {
  width: 296px;
}
.main_contents .notice ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.main_contents .cs {
  width: 262px;
}
.main_contents .cs .cs_tit {
  margin-bottom: 10px;
}
.main_contents .cs .cs_tit p {
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-weight: 700;
  color: #4f4f4f;
}
.main_contents .cs .cs_tel {
  padding: 5px 0 5px 73px;
  background: url(/images/kor04-17-0363/main/cs_ico.png) no-repeat left center;
}
.main_contents .cs .cs_tel li {
  font-family: "Noto Sans KR";
  color: #4f4f4f;
  font-weight: 700;
}
.main_contents .cs .cs_tel li:first-child {
  font-size: 27px;
  margin-bottom: 10px;
}
.main_contents .cs .cs_tel li:nth-child(2) {
  font-size: 20px;
}
.main_contents .cs .cs_tel li:last-child {
  font-size: 14.5px;
}
.main_contents .cs .time {
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 700;
  color: #4f4f4f;
  margin-top: 5px;
}

.kind_in {
  display: flex;
  justify-content: space-between;
}
.kind_in * {
  box-sizing: border-box;
}
.kind_in > a {
  display: block;
  width: calc(50% - 10px);
  border: 1px solid #d7d7d7;
  padding: 20px;
}
.kind_in > a:hover {
  text-decoration: none;
  color: inherit;
}
.kind_in .s_tit {
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 1;
  color: #4f4f4f;
  font-weight: 700;
  margin: 0;
}
.kind_in .s_tit span {
  display: block;
  font-family: "Noto Sans KR";
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}
.kind_in .txt {
  font-family: "Noto Sans KR";
  font-size: 14px;
  color: #898989;
}

/* leftmenu */
#leftmenu h2 {
  box-sizing: border-box;
  width: 100%;
  background: url(/images/kor04-17-0363/sub/lnb_tit_bg.png) no-repeat 0 0;
  font-family: "Noto Sans KR";
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 23px 0;
  height: 72px;
}

#leftmenu .lnb {
  border: 1px solid #d4d4d4;
  border-top: 0;
  border-bottom: 0;
}

#leftmenu .lnb a {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 500;
  color: #a1a1a1;
  text-decoration: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}

#leftmenu .lnb .active a:after, #leftmenu .lnb a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 15px;
  width: 7px;
  height: 9px;
  background: url(/images/kor04-17-0363/sub/lnb_arrow.png) no-repeat 0 0;
}

#leftmenu .lnb .active a, #leftmenu .lnb a:hover {
  color: #505050;
  background: #e7e7e7;
}

.subCon #visual {
  width: 100%;
  height: 282px;
  background: url(/images/kor04-17-0363/sub/sub_visual.png) no-repeat top center;
}
.subCon #contents .con_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  letter-spacing: -0.04em;
}
.subCon #contents .con_title h3 {
  font-family: "Noto Sans KR";
  font-size: 30px;
  color: #353535;
  font-weight: 700;
}
.subCon #contents .con_title h3 p {
  font-size: 12px;
  color: #ccc;
  font-weight: 700;
  margin-top: 10px;
}
.subCon #contents .con_title p {
  margin: 0;
}

.sub_txt .txt {
  font-size: 14px;
  color: #898989;
  line-height: 1.5;
}
.sub_txt .txt b {
  color: #555;
}
.sub_txt .txt span {
  font-size: inherit;
  color: #f58715;
}

.sub1_1 .img_area {
  margin-bottom: 20px;
}

.sub1_2 .root_daum_roughmap {
  width: 100%;
}
.sub1_2 ul li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.sub1_2 ul li b {
  width: 70px;
  display: inline-block;
  color: #555;
}
.sub1_2 ul li.addr {
  background: url(/images/kor04-17-0363/sub/ico_addr.png) no-repeat left center;
}
.sub1_2 ul li.navi {
  background: url(/images/kor04-17-0363/sub/ico_navi.png) no-repeat left center;
}
.sub1_2 ul li.tel {
  background: url(/images/kor04-17-0363/sub/ico_tel.png) no-repeat left center;
}