@charset "UTF-8";
/* Font */
@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");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("/tpl/webfont/NotoSansKR-Bold.eot");
  src: url("/tpl/webfont/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Bold.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Bold.ttf") format("truetype");
}
/*Defalut */
* {
  margin: 0;
  padding: 0;
}

body, td, th, div, span, input, select, textarea {
  font-family: "NanumGothic", "나눔고딕";
  font-size: 12px;
  color: #7d7d7d;
  line-height: 16px;
}

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, p, button, span, 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;
}

/* Link */
a:link {
  color: #7d7d7d;
  text-decoration: none;
}

a:visited {
  color: #7d7d7d;
  text-decoration: none;
}

a:hover {
  color: #0b96d4;
  text-decoration: underline;
}

a:active {
  color: #0b96d4;
  text-decoration: none;
}

/* Layout */
#wrapper {
  margin: 0 auto;
  min-width: 980px;
  width: 100%;
  overflow: hidden;
}

#header {
  margin: 0 auto;
  width: 980px;
}

#header .header-area {
  position: relative;
  display: block;
}

#top_gnb {
  width: 165px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 0px;
}

#top_gnb ul {
  height: 30px;
}

#top_gnb ul li {
  float: left;
  padding-right: 8px;
  font-size: 10px;
  line-height: 21px;
}

#top_gnb ul li a {
  font-size: 10px;
  color: #7d7d7d;
  font-family: Arial, Helvetica;
}

#top_gnb ul li a:link {
  color: #7d7d7d;
}

#top_gnb ul li a:hover {
  color: #7d7d7d;
  text-decoration: none;
}

#top_gnb .space {
  font-size: 10px;
  color: #fff;
}

#logo {
  width: 155px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0px 15px 0px;
}

#navigation {
  width: 100%;
  display: inline-block;
}

#footer {
  margin: 0 auto;
  width: 100%;
  background: url(/images/kor03-17-0356/common/foot_bg.png) right center/cover;
}

#foot_area {
  padding: 30px;
  width: 980px;
  margin: 0 auto;
  display: flex;
}
#foot_area > div {
  align-self: center;
}
#foot_area .foot_logo {
  width: 160px;
}
#foot_area .foot_info {
  width: calc(100% - 160px);
}
#foot_area .foot_navi {
  display: flex;
  margin-bottom: 10px;
}
#foot_area .foot_navi a {
  line-height: 1;
  color: #6f6f6f;
}
#foot_area .foot_navi a:hover {
  text-decoration: none;
  color: #ccc;
}
#foot_area .foot_navi li {
  position: relative;
}
#foot_area .foot_navi li:not(:first-child) {
  padding-left: 10px;
}
#foot_area .foot_navi li:not(:last-child) {
  padding-right: 10px;
}
#foot_area .foot_navi li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #292929;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#foot_area .address p {
  color: #6f6f6f;
  font-size: 11px;
  line-height: 1.4;
}
#foot_area .address p:not(:last-child) {
  margin-bottom: 7px;
}

.l-banner {
  width: 100%;
  box-sizing: border-box;
  background: url(/images/kor03-17-0356/sub/l_banner_bg.png) no-repeat center center/cover;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  color: #2d2c2d;
}
.l-banner dt {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.l-banner dd {
  font-size: 12px;
  line-height: 16px;
}

.sub-con .txt, .sub-con .dotList > li {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  word-break: keep-all;
}
.sub-con .txt b, .sub-con .dotList > li b {
  color: #222;
}
.sub-con .txt-b {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.sub-con .bar-tit {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sub-con .bar-tit:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #0accc0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub-con .dotList > li {
  position: relative;
  padding-left: 12px;
}
.sub-con .dotList > li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #0accc0;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-con .dotList > li:not(:last-child) {
  margin-bottom: 7px;
}
.sub-con .cr-black {
  color: #222;
}
.sub-con .cr-point {
  color: #0accc0;
}
.sub-con .mb20 {
  margin-bottom: 20px;
}
.sub-con .mb30 {
  margin-bottom: 30px;
}
.sub-con .mt30 {
  margin-top: 30px;
}
.sub-con .mt40 {
  margin-top: 40px;
}

.sub1-1 {
  display: flex;
  gap: 30px;
}
.sub1-1 .img-area {
  width: 300px;
  background: url(/images/kor03-17-0356/sub/1_1_img.png) no-repeat center center/cover;
  min-height: 400px;
}
.sub1-1 .txt-area {
  width: calc(100% - 330px);
  align-self: center;
}
.sub1-1 .txt-area .cr-black {
  font-size: 16px;
  line-height: 26px;
}

.sub1-2 .flex-area {
  display: flex;
  gap: 30px;
}
.sub1-2 .flex-area .img-area {
  width: 300px;
  background: url(/images/kor03-17-0356/sub/1_2_img.png) no-repeat center center/cover;
  min-height: 350px;
}
.sub1-2 .flex-area .txt-area {
  width: calc(100% - 330px);
  align-self: flex-start;
}
.sub1-2 .flex-area .txt-area .cr-black {
  font-size: 16px;
  line-height: 26px;
}

.sub1-4 .his-con {
  position: relative;
  display: flex;
  gap: 55px;
  padding-bottom: 40px;
}
.sub1-4 .his-con:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #0accc0;
  position: absolute;
  top: 8px;
  left: 124px;
  border-radius: 50%;
  z-index: 1;
}
.sub1-4 .his-con:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 8px;
  left: 127px;
}
.sub1-4 .year {
  width: 100px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #0accc0;
  line-height: 22px;
}
.sub1-4 .txt-area {
  width: calc(100% - 155px);
}
.sub1-4 .txt-area dl {
  display: flex;
}
.sub1-4 .txt-area dl:not(:last-child) {
  margin-bottom: 10px;
}
.sub1-4 .txt-area dl dt {
  width: 30px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  line-height: 26px;
}
.sub1-4 .txt-area dl dd {
  width: calc(100% - 30px);
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.sub1-4 .txt-area p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.sub1-5 .root_daum_roughmap {
  width: 100%;
}
.sub1-5 .txt-addr {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.sub1-5 .txt-addr:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #0accc0;
  position: absolute;
  top: 0;
  left: 0;
}
.sub1-5 .txt-area > div {
  display: flex;
}
.sub1-5 .txt-area > div:first-child {
  margin-top: 50px;
}
.sub1-5 .txt-area > div:not(:first-child) {
  padding-top: 20px;
}
.sub1-5 .txt-area > div:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.sub1-5 .txt-area > div p {
  width: 60px;
}
.sub1-5 .txt-area > div dl {
  display: flex;
  align-self: center;
}
.sub1-5 .txt-area > div dl dt {
  width: 60px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.sub1-5 .txt-area > div dl dd {
  width: calc(100% - 60px);
  font-size: 16px;
  color: #666;
}

.sub2-1 .flex-area {
  display: flex;
  gap: 30px;
}
.sub2-1 .flex-area .img-area {
  width: 300px;
  background: url(/images/kor03-17-0356/sub/2_1_img.png) no-repeat center center/cover;
  min-height: 350px;
  border: 1px solid #eaeaea;
}
.sub2-1 .flex-area .txt-area {
  width: calc(100% - 330px);
  align-self: flex-start;
}
.sub2-1 .flex-area .txt-area .cr-black {
  font-size: 16px;
  line-height: 26px;
}

.sub2-2 .list-area ul {
  display: flex;
  justify-content: space-between;
}
.sub2-2 .list-area ul li {
  width: 30%;
  border: 1px solid #eee;
  border-top: 2px solid #0accc0;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}

.sub2-3 .flex-area {
  display: flex;
  gap: 30px;
}
.sub2-3 .flex-area .img-area {
  width: 300px;
  background: url(/images/kor03-17-0356/sub/2_3_img.png) no-repeat center center/cover;
  min-height: 350px;
  border: 1px solid #eaeaea;
}
.sub2-3 .flex-area .txt-area {
  width: calc(100% - 330px);
  align-self: center;
}
.sub2-3 .flex-area .txt-area .cr-black {
  font-size: 16px;
  line-height: 26px;
}

.sub2-4 img {
  width: 100%;
  height: auto;
}

.sub3-1 .txt-box {
  padding: 30px;
  border: 1px solid #eee;
}
.sub3-1 .flex-area {
  display: flex;
  gap: 30px;
}
.sub3-1 .flex-area .img-area {
  width: 300px;
  background: url(/images/kor03-17-0356/sub/3_1_img.png) no-repeat center center/cover;
  min-height: 350px;
}
.sub3-1 .flex-area .txt-area-wrap {
  width: calc(100% - 300px);
}
.sub3-1 .txt-btm {
  text-align: center;
}
.sub3-1 .txt-btm .btn-counsel {
  width: 100%;
  max-width: 300px;
  line-height: 1;
  text-align: center;
  background: #ffa1b9;
  border-radius: 40px;
  margin: 30px auto 10px;
}
.sub3-1 .txt-btm .btn-counsel span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0 15px 26px;
}
.sub3-1 .txt-btm .btn-counsel span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/kor03-17-0356/sub/3_1_ico_counsel.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sub3-1 .txt-btm .txt-desc {
  color: #ffa1b9;
}