@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: #570605;
}

#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;
}

#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;
  z-index: 5;
}

#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;
}

#main {
  width: 1130px;
  margin: 0 auto;
  padding-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .m_ban {
  width: 363px;
}

#main .m_ban .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(/images/kor04-17-0363/main/main_ban_box.png) no-repeat;
  background-size: cover;
  padding: 20px 20px 30px 20px;
}

#main .m_ban .box:hover {
  text-decoration: none;
}

#main .m_ban .box:not(:last-child) {
  margin-bottom: 15px;
}

#main .m_ban .box .more {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  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 center;
}

#main .m_ban .box dt {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 18px;
  font-weight: bold;
  color: #597700;
  padding-bottom: 10px;
}

#main .m_ban .box dd {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 13px;
  color: #868685;
  line-height: 18px;
  letter-spacing: -0.03em;
}

#main .m_ban .box .ico {
  width: 75px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#main .m_ban .box dl {
  width: calc(100% - 90px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#main .slogan {
  width: 697px;
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 26px;
}

#main .slogan .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 3px solid #fff;
}

#main .slogan dl {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#main .slogan dt {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  color: #182d3e;
  margin: 0;
  letter-spacing: -0.03em;
  margin-bottom: 45px;
}

#main .slogan dt span {
  font: inherit;
}

#main .slogan dt .green {
  color: #597700;
}

#main .slogan dt .orange {
  color: #f58715;
}

#main .slogan dd {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 25px;
  color: #1a2f40;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.main_contents {
  padding: 35px 0 25px 0;
}

.main_contents .contents1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_contents .contents1 > div {
  position: relative;
}

.main_contents .tit {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  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;
  text-decoration: none;
}

.main_contents .bnr {
  width: 333px;
}

.main_contents .bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_contents .bnr ul li {
  width: calc((100% - 20px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_contents .bnr ul li a, .main_contents .bnr ul li div {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 17px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.main_contents .bnr ul li a dt, .main_contents .bnr ul li div dt {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 15px;
  color: #155373;
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: -0.04em;
}

.main_contents .bnr ul li a .txt, .main_contents .bnr ul li div .txt {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  color: #909090;
  font-size: 13px;
  letter-spacing: -0.05em;
}

.main_contents .notice {
  width: 296px;
}

.main_contents .notice li {
  line-height: 28px;
}

.main_contents .cs {
  width: 262px;
}

.main_contents .cs .cs_tit {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  margin-bottom: 10px;
}

.main_contents .cs .cs_tit dt {
  font-size: 17px;
  font-weight: 700;
  color: #4f4f4f;
}

.main_contents .cs .cs_tit dd {
  font-size: 14px;
  font-weight: 500;
  color: #b0b0b0;
}

.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';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  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:last-child {
  font-size: 20px;
}

.main_contents .cs .time {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 13px;
  font-weight: 700;
  color: #4f4f4f;
  margin-top: 10px;
}

/* leftmenu */
#leftmenu h2 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 {
  position: relative;
  width: 100%;
  height: 282px;
  background: url(/images/kor04-17-0363/sub/sub_visual.png) no-repeat center center/cover;
}

.subCon #visual:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.subCon #contents .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  letter-spacing: -0.04em;
}

.subCon #contents .con_title h3 {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  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 h4 {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 25px;
  color: #f58715;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.sub_txt .s_tit {
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 20px;
  color: #f58715;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub_txt .b_txt {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

.sub_txt .txt {
  font-size: 14px;
  color: #898989;
}

.sub1_1 .img_area {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #f58715;
}

.sub1_1 .txt-area .area {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
}

.sub1_1 .area1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.sub1_1 .area1 ul li {
  width: calc((100% - 40px) / 3);
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  text-align: center;
  font-size: 14px;
  color: #555;
  font-weight: bold;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub1_1 .area1 ul li b {
  display: block;
  color: #f58715;
  opacity: .8;
  margin-bottom: 7px;
}

.sub1_1 .area2 ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub1_1 .area2 ul li {
  width: 50%;
  font-size: 14px;
  color: #898989;
  padding-left: 20px;
}

.sub1_1 .area2 ul li.tel {
  background: url(/images/kor04-17-0363/sub/ico_tel.png) no-repeat left center;
}

.sub1_1 .area2 ul li.fax {
  background: url(/images/kor04-17-0363/sub/ico_fax.png) no-repeat left center;
}

.sub1_3 {
  text-align: center;
}

.sub1_3 span {
  display: inline-block;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: 'Noto Sans KR';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.sub1_3 .ceo {
  position: relative;
  padding-bottom: 61px;
}

.sub1_3 .ceo p {
  width: 150px;
  height: 150px;
  background: #faac5c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.sub1_3 .ceo:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #f58715;
  position: absolute;
  top: 150px;
  left: 50%;
}

.sub1_3 .ceo:after {
  content: '';
  display: inline-block;
  width: 591px;
  height: 1px;
  background: orange;
  position: absolute;
  bottom: 30px;
  left: 75px;
}

.sub1_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub1_3 ul > li {
  position: relative;
  background: #f0f0f0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub1_3 ul > li span {
  color: #555;
  font-size: 22px;
  font-weight: 400;
}

.sub1_3 ul > li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: orange;
  position: absolute;
  top: -30px;
  left: 50%;
}

.sub1_4 .root_daum_roughmap {
  width: 100%;
}

.sub1_4 ul li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}

.sub1_4 ul li b {
  width: 50px;
  display: inline-block;
  color: #555;
}

.sub1_4 ul li.addr {
  background: url(/images/kor04-17-0363/sub/ico_addr.png) no-repeat left center;
}

.sub1_4 ul li.tel {
  background: url(/images/kor04-17-0363/sub/ico_tel.png) no-repeat left center;
}

.board_txt {
  background: #f8f8f8;
  border-bottom: 1px solid #464646;
  padding: 20px;
}

.board_txt p {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  margin-top: 0;
}

.board_txt p b {
  display: inline-block;
  color: #f58715;
  margin-bottom: 5px;
}
