@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.sub-visual {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  background: url("/images/kor06r-18-0410/sub/sub_visual.png") no-repeat 20% center/cover;
}

.sub-visual > div {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.sub-visual h2 {
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}

.sub-visual p {
  font-size: 20px;
  color: #fff;
}

.sub-tab {
  width: 100%;
  background: #ff6c00; /*#0575ab;*/
}
.sub-tab.sub-tab-row {
  position: relative;
}
.sub-tab.sub-tab-row:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
}

.sub-tab.fixed {
  z-index: 666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.92;
}

.sub-tab > ul {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.sub-tab.fixed ul {
  margin: 0 auto;
  width: 100%;
}

.sub-tab li {
  width: 50%;
  background: #ff6c00; /*#0575ab;*/
}

.sub-tab .col-1 li {
  width: 100%;
}

.sub-tab .col-2 li {
  width: 50%;
}

.sub-tab .col-3 li {
  width: 33.33%;
}

.sub-tab .col-6 li {
  width: 33.3333333333%;
}

.sub-tab .col-9 li {
  width: 25%;
}
.sub-tab .col-9 li:nth-child(n+5) {
  width: 20%;
}

.sub-tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding: 15px 0;
  word-break: keep-all;
}

.sub-tab li.active a {
  color: #fff;
  background: #cd5700;/*#034c94;*/
}

.sub-tab.fixed a {
  border-bottom: 0;
  border-top: 0;
}

@media only screen and (max-width: 980px) {
  .sub-tab > ul {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .sub-visual {
    height: 150px;
  }
  .sub-visual h2 {
    margin-bottom: 5px;
    font-size: 27px;
  }
  .sub-visual p {
    font-size: 14px;
  }
  .sub-tab > ul {
    width: calc(100% - 20px);
  }
  .sub-tab li a {
    font-size: 17px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .sub-tab {
    min-width: 320px;
  }
  .sub-tab li a {
    font-size: 15px;
  }
  .sub-tab .col-9 li {
    width: 33.33% !important;
  }
  .sub-tab.sub-tab-row.sub-tab1:after {
    top: 33.33%;
  }
  .sub-tab.sub-tab-row.sub-tab1:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 33.33%;
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .sub-tab li a {
    font-size: 14px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  position: relative;
  padding: 100px 0;
  width: 100%;
}

#subContents .page_nav {
  position: absolute;
  top: 40px;
  right: 0;
}

#subContents .page_nav ul li {
  display: inline;
  float: left;
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
}

#subContents .page_nav ul li .fa.fa-home {
  color: #777;
}

#subContents .page_nav ul li:after {
  content: url(/images/kor06r-18-0410/sub/ico_divider_arrow.png);
  position: relative;
  top: -3px;
  margin: 0 10px;
  width: 6px;
  line-height: 20px;
}

#subContents .page_nav ul li._last {
  color: #777;
}

#subContents .page_nav ul li._last:after {
  display: none;
}

.sub-contents h3 {
  position: relative;
  font-size: 60px;
  font-weight: 800;
  text-align: left;
  color: #d5d5d5;
  margin-bottom: 60px;
}

.sub-contents > h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background: #d5d5d5;
}

.sub-contents p.page_slogan {
  position: relative;
  margin-bottom: 30px;
  color: #333;
  padding-left: 13px;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  letter-spacing: -1px;
}

.sub-contents p.page_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffa800;
}

.sub-contents p {
  word-break: keep-all;
}

.sub-contents p:last-child {
  margin-bottom: 0;
}

.sub-contents .big-txt {
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 30px;
  color: #333;
}

.sub-contents .big-txt strong {
  font-weight: 600;
  color: #d50050;
}

@media only screen and (min-width: 1201px) {
  #subContents {
    margin: 0 auto;
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  #subContents {
    padding: 100px 0;
  }
  #subContents .page_nav {
    top: 15px;
    right: 15px;
  }
  #subContents .page_nav ul li {
    font-size: 14px;
  }
  #subContents .page_nav ul li:after {
    top: 0;
    margin: 0 5px;
  }
  .sub-contents h3 {
    padding: 0 15px;
  }
  .sub-contents p.page_slogan {
    margin: 0 15px 30px 15px;
  }
}
@media only screen and (max-width: 980px) {
  .sub-contents h3 {
    margin-bottom: 40px;
  }
  .sub-contents p.page_slogan {
    padding: 0 15px;
    font-size: 20px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  #subContents {
    padding: 50px 0;
  }
  .sub-contents p.page_slogan {
    margin: 0 15px 20px 15px;
    padding: 0 0 0 10px;
    font-size: 18px;
  }
  .sub-contents h3 {
    font-size: 40px;
  }
  .sub-contents p {
    font-size: 14px;
  }
  .sub-contents .big-txt {
    margin-bottom: 20px;
    font-size: 25px;
    word-break: keep-all;
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #0575ab;
} /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
  max-width: 33vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
  padding: 0 15px;
  display: inline-block;
} /* Line 색상 border-top:1px solid #e1e1e1; */
.whois-board-view .board-header .board-title h3 {
  display: block;
  margin: 8px 0 30px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
  font-size: 11px;
  color: #c4c4c4;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #0575ab;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-search:hover, .btn-search:focus, .whois-button-submit:hover, .whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus {
  color: #fff;
  background-color: #034c94;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #0575ab;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Nanum Gothic", sans-serif;
}

.sub-box.sm {
  font-size: 12px;
  padding: 2px 5px;
}

.sub-box.m {
  font-size: 14px;
  padding: 4px 8px;
}

.sub-box.lg {
  font-size: 16px;
  padding: 6px 12px;
}

.sub-border {
  border: 1px solid #0575ab;
}

.sub-border-t {
  border-top: 1px solid #0575ab;
}

.sub-border-r {
  border-right: 1px solid #0575ab;
}

.sub-border-b {
  border-bottom: 1px solid #0575ab;
}

.sub-border-l {
  border-left: 1px solid #0575ab;
}

.sub-bg {
  background-color: #0575ab;
}

.sub-bg-hover:hover {
  background-color: #034c94;
}

@media only screen and (max-width: 768px) {
  .whois-board-view .board-header .board-title h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.whois-portfolio .whois-portfolio-item .whois-portfolio-item-title .whois-title {
  font-weight: 400;
}

.sub-contents .webzine-list h3.webzine-title {
  font-size: 22px;
  color: #666;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub-contents .webzine-list h3.webzine-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sub-contents .webzine-list h3.webzine-title {
    font-size: 18px;
  }
}

.sub-contents .whois-portfolio .whois-portfolio-item .whois-portfolio-item-title {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub-contents .whois-portfolio .whois-portfolio-item .whois-portfolio-item-title {
    font-size: 14px;
  }
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
}

.material-form h3 {
  position: relative;
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  color: #d5d5d5;
  letter-spacing: -3px;
}

.material-form h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background: #d5d5d5;
}

.material-form .body {
  margin: 60px auto 0 !important;
  padding: 0 15px;
}

.material-form p.page_slogan {
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
  color: #333;
  padding-left: 13px;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  letter-spacing: -1px;
}

.material-form p.page_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffa800;
}

.material-form p.page_slogan span.c_red {
  color: #f00;
}

.material-form .header {
  padding: 50px 10px;
  background: #6498fe;
  font-size: 16px;
  color: #fff;
}

.material-form .header h3 {
  font-size: 30px;
}

.material-form .header p,
.material-form .header span {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.material-form .sub-header h4 {
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
  margin: 0;
}

.material-form .input-group {
  position: relative;
  border: 0;
}

.material-form .input-group .input-group-addon {
  padding-right: 6px;
  padding-left: 6px;
  background: #fff;
  border: 0;
}

.material-form .form-control,
input[type=text].whois,
input[type=password].whois,
select.whois {
  border: 1px solid #ccc;
  transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type=text].whois,
.th + input[type=password].whois,
.th + select.whois {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.material-form .form-group {
  margin-bottom: 15px;
  overflow: visible;
}

.material-form .form-group.success .form-control {
  color: #5cb85c;
}

.material-form .form-group.failed .form-control {
  color: #d9534f;
}

.material-form .form-control[readonly] {
  background: #fff;
}

.material-form .btn {
  height: 38px;
}

.material-form .btn-default {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type=text].whois,
input[type=password].whois,
select.whois {
  z-index: 10;
}

.input-group label.th {
  z-index: 9;
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  height: 20px;
  color: #ccc;
}

.input-group label.th.ie9 {
  z-index: 11;
  display: block;
}

.material-form .desc {
  padding: 10px 0;
}

.chkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.chk-block,
.chk-block span {
  display: block;
  text-align: center;
  width: 100%;
}

.chkbox input[type=radio],
.chkbox input[type=checkbox] {
  display: none;
}

.chkbox input[type=radio] ~ .rbtn {
  padding: 6px 12px;
  line-height: 27px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.chkbox input[type=radio]:checked ~ .rbtn {
  background: #ccc;
  color: #fff;
}

.chkbox input[type=radio] ~ .box,
.chkbox input[type=checkbox] ~ .box {
  display: block;
  color: #bbb;
  cursor: pointer;
  transition: 0.5s all ease;
}

.chkbox input[type=radio] ~ .box:before,
.chkbox input[type=checkbox] ~ .box:before {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  font-family: "Glyphicons Halflings";
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transition: 0.4s all ease;
  vertical-align: middle;
  color: #cfcfcf;
}

.chkbox input[type=radio] ~ .box:before {
  content: "\e165";
}

.chkbox input[type=checkbox] ~ .box:before {
  content: "\e013";
}

.chkbox input[type=radio]:checked ~ .box,
.chkbox input[type=checkbox]:checked ~ .box {
  color: #666;
}

.chkbox input[type=radio]:checked ~ .box:before,
.chkbox input[type=checkbox]:checked ~ .box:before {
  color: #666;
}

@media only screen and (max-width: 1200px) {
  .material-form h3 {
    padding: 0 15px;
  }
  .material-form p.page_slogan {
    margin: 30px 15px 60px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1;
  }
}
/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content h3 {
  position: relative;
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  color: #d5d5d5;
  letter-spacing: -3px;
}

.common-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background: #d5d5d5;
}

.common-content p.page_slogan {
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
  color: #333;
  padding-left: 13px;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  letter-spacing: -1px;
}

.common-content p.page_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffa800;
}

.common-content p.page_slogan span.c_red {
  color: #f00;
}

.common-content .sub-content {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .common-content h3 {
    padding: 0 15px;
  }
  .common-content p.page_slogan {
    margin: 30px 15px 60px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1;
  }
}
/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info {
  margin-top: 30px;
  font-size: 18px;
}

.sub-con * {
  letter-spacing: -1px;
  word-break: keep-all;
}
.sub-con .page-slogan {
  position: relative;
  padding-left: 13px;
  margin-bottom: 40px;
}
.sub-con .page-slogan p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  text-align: left;
}
.sub-con .page-slogan b {
  font-weight: 500;
  color: #ffa800;
}
.sub-con .page-slogan:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #ffa800;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-con .txt {
  font-size: 19px; /*20px;*/
  color: #333;
}
@media screen and (max-width: 768px) {
  .sub-con .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub-con .txt {
    font-size: 16px;
  }
}
.sub-con .txt b {
  font-weight: 400;
  color: #034c94;
}
.sub-con .s-txt {
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .sub-con .s-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub-con .s-txt {
    font-size: 15px;
  }
}
.sub-con .mt60 {
  margin-top: 60px;
}
.sub-con .mt40 {
  margin-top: 40px;
}
.sub-con .mt20 {
  margin-top: 20px;
}
.sub-con .dotList li {
  position: relative;
  font-size: 16px;
  color: #666;
  padding-left: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sub-con .dotList li {
    font-size: 14px;
  }
}
.sub-con .dotList li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #666;
  position: absolute;
  top: 9px;
  left: 0;
}
.sub-con .dotList li:not(:last-child) {
  margin-bottom: 15px;
}
.sub-con .b-tit {
  font-size: 20px;
  color: #034c94;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub-con .b-tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub-con .b-tit {
    font-size: 16px;
  }
}
.sub-con .mt100 {
  margin-top: 100px;
}
.sub-con .alignC {
  text-align: center;
}
.sub-con .fw400 {
  font-weight: 400 !important;
}
@media screen and (max-width: 1200px) {
  .sub-con .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 980px) {
  .sub-con .page-slogan {
    margin-bottom: 20px;
  }
  .sub-con .page-slogan p {
    font-size: 25px;
  }
  .sub-con .mt60 {
    margin-top: 40px;
  }
  .sub-con .mt40 {
    margin-top: 30px;
  }
  .sub-con .dotList li {
    padding-left: 8px;
  }
  .sub-con .dotList li:before {
    top: 7px;
  }
  .sub-con .dotList li:not(:last-child) {
    margin-bottom: 12px;
  }
  .sub-con .b-tit {
    margin-bottom: 15px;
  }
  .sub-con .mt100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub-con .page-slogan {
    padding-left: 10px;
  }
  .sub-con .page-slogan p {
    font-size: 20px;
  }
}

.sub1-1 .txt {
  padding: 0 50px; /*0 30px;*/
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}
.sub1-1 .txt b {
  color: #034c94;
  font-weight: 600;/*500;*/
}
@media screen and (max-width: 768px) {
  .sub1-1 .txt {
    padding: 0;
  }
}

.sub1-2 .img-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.sub1-2 .img-txt p {
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.sub1-2 .img-txt p.desc {
  font-size: 20px;
  color: #6f6f6f;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub1-2 .img-txt p.desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-2 .img-txt p.desc {
    font-size: 16px;
  }
}
.sub1-2 .img-txt p.desc1 {
  padding-bottom: 20px;
}
.sub1-2 .img-txt p.desc2 {
  width: 30%;
  padding-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sub1-2 .img-txt p.desc2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-2 .img-txt p.desc2 {
    font-size: 15px;
  }
}
.sub1-2 .img-txt p.desc3 {
  width: 30%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub1-2 .img-txt p.desc1 {
    padding-bottom: 10px;
  }
  .sub1-2 .img-txt p.desc2, .sub1-2 .img-txt p.desc3 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .sub1-2 .img-txt p.desc2 {
    width: 50%;
    text-align: left;
  }
  .sub1-2 .img-txt p.desc3 {
    width: 50%;
    text-align: right;
  }
}

.sub1-3 .history {
  border-top: 1px solid #e1e1e1;
}
.sub1-3 .history > div.area {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.sub1-3 .history > div.area .year {
  width: 135px;
}
.sub1-3 .history > div.area .year p {
  width: 100%;
  padding: 10px 0;
  max-width: 135px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  align-self: flex-start;
  background: #ffa800;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  .sub1-3 .history > div.area .year p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-3 .history > div.area .year p {
    font-size: 16px;
  }
}
.sub1-3 .history > div.area .txt-area {
  width: calc(100% - 185px);
  align-self: flex-start;
  padding-top: 10px;
}
.sub1-3 ul.dotList li {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub1-3 .history > div.area {
    gap: 15px;
  }
  .sub1-3 .history > div.area .year {
    width: 100%;
  }
  .sub1-3 .history > div.area .year p {
    padding: 7px 0;
  }
  .sub1-3 .history > div.area .txt-area {
    width: 100%;
    padding-top: 0;
  }
}

.sub1-4 p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sub1-7 .area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.sub1-7 .area:first-child {
  border-top: 2px solid #ffa800;
}
.sub1-7 .area .logo-area {
  width: 50%;
  text-align: center;
  background: #f7f7f7;
  padding: 30px 20px;
}
.sub1-7 .area .txt-area {
  width: calc(50% - 40px);
  align-self: center;
}
.sub1-7 .area .txt-area .b-tit {
  line-height: 1;
  margin-bottom: 15px;
}
.sub1-7 .area .txt-area dd {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sub1-7 .area .txt-area dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-7 .area .txt-area dd {
    font-size: 15px;
  }
}
.sub1-7 .area .txt-area a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  color: #666;
  line-height: 11px;
  padding: 7px 30px 7px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 220px;
  font-weight:500;
}
@media screen and (max-width: 768px) {
  .sub1-7 .area .txt-area a {
    font-size: 13px;
  }
}
.sub1-7 .area .txt-area a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(/images/kor06r-18-0410/sub/1_7_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sub1-7 .area {
    gap: 20px;
  }
  .sub1-7 .area .logo-area {
    width: 100%;
    padding: 20px;
  }
  .sub1-7 .area .txt-area {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

.sub1-8 .top-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub1-8 .top-txt .areaL {
  position: relative;
  width: 400px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
.sub1-8 .top-txt .areaL b {
  font-weight: 500;
  color: #ffa800;
}
.sub1-8 .top-txt .areaL:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 134px;
  background: url(/images/kor06r-18-0410/sub/logo_col.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 40px;
  background-size: 100% auto;
  opacity: 0.15;
}
.sub1-8 .top-txt .areaR {
  width: calc(100% - 440px);
}
.sub1-8 .ci-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: url(/images/kor06r-18-0410/sub/1_8_ci_pattern.png) repeat 0 0;
  padding: 60px 0;
  border: 1px solid #f2f2f2;
  gap: 15%;
}
.sub1-8 .ci-area .before, .sub1-8 .ci-area .after {
  content: "";
  display: inline-block;
  width: 14px;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
}
.sub1-8 .ci-area .before:before, .sub1-8 .ci-area .after:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.sub1-8 .ci-area .before:after, .sub1-8 .ci-area .after:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sub1-8 .ci-area .before {
  left: -1px;
}
.sub1-8 .ci-area .before:before, .sub1-8 .ci-area .before:after {
  left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.sub1-8 .ci-area .after {
  right: -1px;
}
.sub1-8 .ci-area .after:before, .sub1-8 .ci-area .after:after {
  right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.sub1-8 .ci-area > div {
  position: relative;
}
.sub1-8 .ci-area > div dt {
  position: absolute;
  top: 0;
  left: 0;
}
.sub1-8 .ci-area .logo-row {
  width: 411px;
  height: 200px;
}
.sub1-8 .ci-area .logo-row dl {
  display: flex;
  height: 100%;
}
.sub1-8 .ci-area .logo-row dd {
  align-self: flex-end;
  width: 100%;
}
.sub1-8 .ci-area .logo-row img {
  width: 100%;
  height: auto;
}
.sub1-8 .ci-area .logo-col {
  width: 299px;
  height: 200px;
}
.sub1-8 .ci-area .logo-col img {
  height: 200px;
  width: auto;
}
.sub1-8 .ci-area dt {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sub1-8 .ci-area dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .ci-area dt {
    font-size: 16px;
  }
}
.sub1-8 .btn-down {
  display: block;
  width: 100%;
  max-width: 325px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 200px;
  padding: 15px 40px;
  margin: 40px auto 0;
  transition: all 0.4s ease;
}
.sub1-8 .btn-down span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 768px) {
  .sub1-8 .btn-down span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .btn-down span {
    font-size: 15px;
  }
}
.sub1-8 .btn-down svg {
  vertical-align: baseline;
  height: 14px;
}
.sub1-8 .btn-down .cls-1 {
  fill: #034c94;
}
.sub1-8 .btn-down:hover {
  border-color: #034c94;
  background: #034c94;
}
.sub1-8 .btn-down:hover span {
  color: #fff;
}
.sub1-8 .btn-down:hover .cls-1 {
  fill: #fff !important;
}
.sub1-8 .cr-area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub1-8 .cr-area dl {
  position: relative;
  width: calc((100% - 120px) / 4);
}
.sub1-8 .cr-area dl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 250px);
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.sub1-8 .cr-area dl dd {
  padding: 20px;
  font-size: 20px;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub1-8 .cr-area dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .cr-area dl dd {
    font-size: 16px;
  }
}
.sub1-8 .cr-area dl dd b {
  color: #333;
}
.sub1-8 .cr-area dl dd span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub1-8 .cr-area dl dd span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .cr-area dl dd span {
    font-size: 15px;
  }
}
.sub1-8 .cr-area dl dt {
  text-indent: -1000000px;
  width: 100%;
  height: 250px;
}
.sub1-8 .cr-area dl.kind1 dt {
  background: #ed6c00;
}
.sub1-8 .cr-area dl.kind2 dt {
  background: #5c5a5a;
}
.sub1-8 .cr-area dl.kind3 dt {
  background: linear-gradient(48deg, #9e9fa3, #e2e2e4);
}
.sub1-8 .cr-area dl.kind4 dt {
  background: linear-gradient(48deg, #c9a749, #e5c981);
}
.sub1-8 .ban-area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.sub1-8 .ban-area dl {
  width: 22%;
}
.sub1-8 .ban-area dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.sub1-8 .ban-area dl dt img {
  align-self: center;
}
.sub1-8 .ban-area dl dt:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/kor06r-18-0410/sub/1_8_slash.png) no-repeat;
  background-size: 100% 100%;
}
.sub1-8 .ban-area dl dt.pattern {
  background: #f5cd00 url(/images/kor06r-18-0410/sub/1_8_ban_pattern.png) repeat center center;
  border: 0;
}
.sub1-8 .ban-area dl dt.bg1 {
  background: #c15b02;
  border: 0;
}
.sub1-8 .ban-area dl dt.bg2 {
  background: #898886;
  border: 0;
}
.sub1-8 .ban-area dl dd {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub1-8 .ban-area dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .ban-area dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sub1-8 .cr-area {
    gap: 20px;
  }
  .sub1-8 .cr-area dl {
    width: calc((100% - 60px) / 4);
  }
  .sub1-8 .ban-area dl dt img {
    transform: scale(0.8);
  }
  .sub1-8 .top-txt .areaL {
    align-self: flex-start;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 980px) {
  .sub1-8 .ci-area {
    padding: 60px 0;
  }
  .sub1-8 .ci-area .logo-row {
    width: 250px;
    height: 134px;
  }
  .sub1-8 .ci-area .logo-col {
    width: 200px;
    height: 134px;
  }
  .sub1-8 .ci-area .logo-col img {
    height: 134px;
    width: auto;
  }
  .sub1-8 .cr-area dl {
    width: calc((100% - 20px) / 2);
  }
  .sub1-8 .cr-area dl::before {
    height: calc(100% - 150px);
  }
  .sub1-8 .cr-area dl dt {
    height: 150px;
  }
  .sub1-8 .cr-area dl dd span {
    margin-top: 10px;
  }
  .sub1-8 .top-txt .areaL {
    width: 300px;
    font-size: 25px;
  }
  .sub1-8 .top-txt .areaL:after {
    right: 0;
  }
  .sub1-8 .top-txt .areaR {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  .sub1-8 .ci-area {
    padding: 40px 0;
  }
  .sub1-8 .btn-down {
    padding: 12px 30px;
    margin: 30px auto 0;
  }
  .sub1-8 .ban-area {
    gap: 30px 20px;
  }
  .sub1-8 .ban-area dl {
    width: calc(50% - 10px);
  }
  .sub1-8 .ban-area dl dt {
    height: 120px;
  }
  .sub1-8 .top-txt {
    gap: 20px;
  }
  .sub1-8 .top-txt .areaL {
    width: 100%;
    font-size: 20px;
    padding: 0 0 0 13px;
  }
  .sub1-8 .top-txt .areaL:after {
    display: none;
  }
  .sub1-8 .top-txt .areaL:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #ffa800;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub1-8 .top-txt .areaR {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .sub1-8 .ci-area {
    gap: 10%;
  }
  .sub1-8 .ci-area .logo-row {
    width: 200px;
    height: 100px;
  }
  .sub1-8 .ci-area .logo-col {
    width: 150px;
    height: 100px;
  }
  .sub1-8 .ci-area .logo-col img {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .sub1-8 .ci-area .logo-row {
    width: 160px;
    height: 80px;
  }
  .sub1-8 .ci-area .logo-col {
    width: 120px;
    height: 80px;
  }
  .sub1-8 .ci-area .logo-col img {
    height: 80px;
    width: auto;
  }
}

.sub1-9 .root_daum_roughmap, .sub1-9 iframe {
  width: 100%;
}
.sub1-9 .inner > section > div:not(:last-child) {
  margin-bottom: 60px;
}
.sub1-9 .page-slogan {
  margin-bottom: 40px !important;
}
.sub1-9 .b-tit {
  font-size: 23px;/*22px;*/
  font-weight:600;
}
@media screen and (max-width: 768px) {
  .sub1-9 .b-tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-9 .b-tit {
    font-size: 18px;
  }
}
.sub1-9 .txt-area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #034c94;
  margin-top: 20px;
}
.sub1-9 .txt-area dl {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.sub1-9 .txt-area dl:first-child {
  width: 60%;
}
.sub1-9 .txt-area dl:last-child {
  width: 40%;
}
.sub1-9 .txt-area.txt-area3 dl {
  width: 50%;
}
.sub1-9 .txt-area.txt-area3 dl:first-child {
  width: 100%;
}
.sub1-9 .txt-area dt {
  position: relative;
  width: 130px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  padding: 25px 0 25px 45px;
  background: #f5f5f5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub1-9 .txt-area dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-9 .txt-area dt {
    font-size: 15px;
  }
}
.sub1-9 .txt-area dt:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.sub1-9 .txt-area dt.addr:before {
  background: url(/images/kor06r-18-0410/sub/ico_addr.png) no-repeat;
}
.sub1-9 .txt-area dt.tel:before {
  background: url(/images/kor06r-18-0410/sub/ico_tel.png) no-repeat;
}
.sub1-9 .txt-area dt.fax:before {
  background: url(/images/kor06r-18-0410/sub/ico_fax.png) no-repeat;
}
.sub1-9 .txt-area dd {
  width: calc(100% - 130px);
  font-size: 18px;
  font-weight: 400;
  color: #666;
  padding: 0 5px 0 20px;
  align-self: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub1-9 .txt-area dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-9 .txt-area dd {
    font-size: 15px;
  }
}
.sub1-9 .txt-area dd a {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub1-9 .txt-area dl {
    width: 100% !important;
  }
  .sub1-9 .txt-area dl dt {
    padding: 20px 0 20px 40px;
    width: 110px;
  }
  .sub1-9 .txt-area dl dt:before {
    width: 15px;
    height: 16px;
    background-size: 15px 16px !important;
  }
  .sub1-9 .txt-area dl dd {
    width: calc(100% - 110px);
  }
}

.sub6-1 iframe {
  width: 100%;
  margin-top: 40px;
}
.sub6-1 .top-txt p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.sub6-1 .top-txt p span {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  color: #8a7160;
  align-self: flex-end;
}
.sub6-1 .txt {
  padding: 0 30px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  margin-bottom:20px;
}
.sub6-1 .txt b {
  color: #034c94;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub6-1 .top-txt p {
    text-align: center;
    gap: 20px;
  }
  .sub6-1 .top-txt p span {
    width: 100%;
    font-size: 30px;
  }
  .sub6-1 .txt {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .sub6-1 .top-txt p {
    gap: 15px;
  }
  .sub6-1 .top-txt p img {
    width: 140px;
  }
  .sub6-1 .top-txt p span {
    font-size: 25px;
  }
}

.sub7-com .area:not(:last-child) {
  margin-bottom: 60px;
}
.sub7-com .txt {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub7-com .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-com .txt {
    font-size: 15px;
  }
}
.sub7-com .s-txt {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub7-com .s-txt {
    font-size: 14px;
  }
}
.sub7-com .dotList li {
  font-weight: 400;
}
.sub7-com .bg-txt {
  background: #fafafa;
  padding: 30px 40px;
}
.sub7-com .bg-txt .bg-txt-tit {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sub7-com .bg-txt .bg-txt-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-com .bg-txt .bg-txt-tit {
    font-size: 15px;
  }
}
.sub7-com .bg-txt > .bg-txt-sec:not(:last-child) {
  margin-bottom: 40px;
}
.sub7-com .num-txt {
  display: flex;
  flex-wrap: wrap;
}
.sub7-com .num-txt .num-area {
  width: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .sub7-com .num-txt .num-area {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-com .num-txt .num-area {
    font-size: 15px;
  }
}
.sub7-com .num-txt .txt-area {
  width: calc(100% - 30px);
}
.sub7-com .num-txt .txt-area .num-tit {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 1px 0 12px 0;
}
@media screen and (max-width: 768px) {
  .sub7-com .num-txt .txt-area .num-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-com .num-txt .txt-area .num-tit {
    font-size: 15px;
  }
}
.sub7-com .num-txt:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub7-com .area:not(:last-child) {
    margin-bottom: 50px;
  }
  .sub7-com .bg-txt {
    padding: 25px 30px;
  }
  .sub7-com .bg-txt .bg-txt-tit {
    margin-bottom: 12px;
  }
  .sub7-com .bg-txt > .bg-txt-sec:not(:last-child) {
    margin-bottom: 30px;
  }
  .sub7-com .num-txt .num-area {
    width: 24px;
  }
  .sub7-com .num-txt .txt-area {
    width: calc(100% - 24px);
  }
  .sub7-com .num-txt .txt-area .num-tit {
    margin-bottom: 10px;
  }
  .sub7-com .num-txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-com .bg-txt {
    padding: 20px;
  }
}

.sub7-1 .inner > section:first-child {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.sub7-1 .all-txt {
  background: #fafafa;
  padding: 30px 40px;
  margin-top: 20px;
}
.sub7-1 .all-txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub7-1 .all-txt ul li {
  width: calc((78% - 40px) / 3);
}
.sub7-1 .all-txt ul li:nth-child(4n+0) {
  width: calc(22% - 20px);
}
.sub7-1 .all-txt ul a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sub7-1 .all-txt ul a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-1 .all-txt ul a {
    font-size: 15px;
  }
}
.sub7-1 .all-txt ul a:hover {
  color: #ffa800;
}
.sub7-1 .step {
  display: flex;
  flex-wrap: wrap;
}
.sub7-1 .step > div {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(25% - 20px);
  height: 182px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 60px;
  background: #fafafa;
}
.sub7-1 .step > div .txt {
  font-weight: 400;
  padding: 20px 0 15px 0;
}
.sub7-1 .step > div:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 91px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 91px solid transparent;
}
.sub7-1 .step > div:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -40px;
  border-top: 91px solid transparent;
  border-left: 40px solid #fafafa;
  border-bottom: 91px solid transparent;
  z-index: 1;
}
.sub7-1 .step > div.step1 {
  padding-left: 40px;
}
.sub7-1 .step > div.step1:before {
  display: none;
}
.sub7-1 .step > div.step4 {
  width: 25%;
  margin-right: 0;
}
.sub7-1 .step > div.step4:after {
  display: none;
}
@media screen and (max-width: 980px) {
  .sub7-1 .all-txt {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub7-1 .inner > section:first-child {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sub7-1 .all-txt {
    padding: 25px 30px;
  }
  .sub7-1 .all-txt ul {
    gap: 15px;
  }
  .sub7-1 .all-txt ul li {
    width: calc((100% - 15px) / 2) !important;
  }
  .sub7-1 .step {
    gap: 20px 0;
  }
  .sub7-1 .step > div {
    width: calc(50% - 20px);
    height: 160px;
  }
  .sub7-1 .step > div:before, .sub7-1 .step > div:after {
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
  }
  .sub7-1 .step > div.step4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sub7-1 .all-txt {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .sub7-1 .all-txt ul li {
    width: 100% !important;
    text-align: center;
  }
}

.sub7-2 .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.sub7-2 .btn-area a {
  display: block;
  width: calc(50% - 20px);
  max-width: 325px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 200px;
  padding: 15px 40px;
  transition: all 0.4s ease;
}
.sub7-2 .btn-area a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sub7-2 .btn-area a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub7-2 .btn-area a span {
    font-size: 15px;
  }
}
.sub7-2 .btn-area a svg {
  vertical-align: baseline;
  height: 14px;
}
.sub7-2 .btn-area a .cls-1 {
  fill: #ed6c00;
}
.sub7-2 .btn-area a:hover {
  border-color: #ed6c00;
  background: #ed6c00;
}
.sub7-2 .btn-area a:hover span {
  color: #fff;
}
.sub7-2 .btn-area a:hover .cls-1 {
  fill: #fff !important;
}
@media screen and (max-width: 768px) {
  .sub7-2 .btn-area {
    gap: 20px;
  }
  .sub7-2 .btn-area a {
    width: calc(50% - 10px);
    padding: 12px 30px;
  }
  .sub7-2 .btn-area a svg {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 480px) {
  .sub7-2 .btn-area {
    gap: 10px;
  }
  .sub7-2 .btn-area a {
    width: calc(50% - 5px);
    padding: 12px;
  }
}
@media screen and (max-width: 400px) {
  .sub7-2 .btn-area a {
    width: 100%;
  }
}

.sub8-2 .service-area dl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub8-2 .service-area dl dt {
  width: 280px;
}
.sub8-2 .service-area dl dt span {
  display: inline-block;
  width: 100%;
  background: #ffa800;
  border-radius: 200px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .sub8-2 .service-area dl dt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-2 .service-area dl dt span {
    font-size: 15px;
  }
}
.sub8-2 .service-area dl dd {
  width: calc(100% - 300px);
  font-size: 20px;
  color: #333;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .sub8-2 .service-area dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-2 .service-area dl dd {
    font-size: 16px;
  }
}
.sub8-2 table {
  width: 100%;
}
.sub8-2 table thead th {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #034c94;
}
@media screen and (max-width: 768px) {
  .sub8-2 table thead th {
    font-size: 14px;
  }
}
.sub8-2 table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sub8-2 table th, .sub8-2 table td {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 2px;
  text-align: center;
}
.sub8-2 table th {
  color: #333;
  font-weight: 400;
  background: #fcfcfc;
  border-right: 1px solid #e1e1e1;
}
.sub8-2 table th.bgB {
  background: #f2f6fa;
  word-break: break-all;
}
.sub8-2 table th.bgB br {
  display: block;
}
.sub8-2 table th br {
  display: none;
}
.sub8-2 table td:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.sub8-2 table td a {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
}
.sub8-2 table td a br {
  display: none;
}
.sub8-2 table tbody th {
  width: 25%;
}
.sub8-2 table tbody th.bgB {
  width: 13%;
}
.sub8-2 table tbody th.col-span {
  width: 38%;
}
.sub8-2 table tbody td:nth-child(3), .sub8-2 table tbody td:nth-child(4) {
  width: 10%;
}
.sub8-2 table tbody td:nth-child(5) {
  width: 24%;
}
.sub8-2 table tbody td:last-child {
  width: 18%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub8-2 .service-area dl {
    gap: 15px;
  }
  .sub8-2 .service-area dl dt {
    width: 240px;
  }
  .sub8-2 .service-area dl dd {
    width: calc(100% - 255px);
  }
  .sub8-2 table th, .sub8-2 table td {
    font-size: 13px;
  }
  .sub8-2 table th br {
    display: block;
  }
  .sub8-2 table td a {
    font-size: 12px;
  }
  .sub8-2 table td a br {
    display: block;
  }
  .sub8-2 table tbody th {
    width: 22%;
  }
  .sub8-2 table tbody th.bgB {
    width: 16%;
  }
  .sub8-2 table tbody th.col-span {
    width: 38%;
  }
  .sub8-2 table tbody td:nth-child(3), .sub8-2 table tbody td:nth-child(4) {
    width: 11%;
  }
  .sub8-2 table tbody td:nth-child(5) {
    width: 20%;
  }
  .sub8-2 table tbody td:last-child {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .sub8-2 .service-area dl {
    gap: 10px;
  }
  .sub8-2 .service-area dl dt, .sub8-2 .service-area dl dd {
    width: 100%;
    text-align: center;
  }
}

.sub8-3 .txt, .sub8-3 .s-txt {
  font-weight: 400;
}
.sub8-3 .top-txt {
  border-top: 2px solid #ed6c00;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  padding: 30px 0;
}
.sub8-3 .top-txt dt {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub8-3 .top-txt dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .top-txt dt {
    font-size: 20px;
  }
}
.sub8-3 .top-txt dd {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sub8-3 .top-txt dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .top-txt dd {
    font-size: 16px;
  }
}
.sub8-3 .top-txt dd b {
  font-weight: 500;
}
.sub8-3 .top-txt dd b.big-t {
  font-size: 22px;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .sub8-3 .top-txt dd b.big-t {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .top-txt dd b.big-t {
    font-size: 18px;
  }
}
.sub8-3 .top-txt dd b span {
  color: #ed6c00;
}
.sub8-3 .root_daum_roughmap {
  width: 100%;
}
.sub8-3 .txt b {
  color: #ffa800;
}
.sub8-3 .pro-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub8-3 .pro-area ul li {
  position: relative;
  width: calc((100% - 200px) / 6);
  border: 1px solid #e1e1e1;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: center;
  border-radius: 10px;
  padding: 60px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .sub8-3 .pro-area ul li {
    font-size: 14px;
  }
}
.sub8-3 .pro-area ul li:not(:last-child):before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #ed6c00;
  position: absolute;
  top: 50%;
  right: -40px;
}
.sub8-3 .pro-area ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ed6c00;
  transform: translateY(-50%);
}
.sub8-3 .pro-area ul li:first-child {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico1.png) no-repeat center 15px;
}
.sub8-3 .pro-area ul li:nth-child(2) {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico2.png) no-repeat center 15px;
}
.sub8-3 .pro-area ul li:nth-child(3) {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico3.png) no-repeat center 15px;
}
.sub8-3 .pro-area ul li:nth-child(4) {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico4.png) no-repeat center 15px;
}
.sub8-3 .pro-area ul li:nth-child(5) {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico5.png) no-repeat center 15px;
}
.sub8-3 .pro-area ul li:last-child {
  background: url(/images/kor06r-18-0410/sub/8_3_pro_ico6.png) no-repeat center 15px;
}
.sub8-3 .map-area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #034c94;
  margin-top: 20px;
}
.sub8-3 .map-area dl {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.sub8-3 .map-area dl:first-child {
  width: 60%;
}
.sub8-3 .map-area dl:nth-child(2) {
  width: 40%;
}
.sub8-3 .map-area dl:last-child {
  width: 100%;
  background: #f5f5f5;
}
.sub8-3 .map-area dl:last-child dt {
  align-self: center;
}
.sub8-3 .map-area dl:last-child dd {
  background: #fff;
  padding: 15px 5px 15px 20px;
}
.sub8-3 .map-area dt {
  position: relative;
  width: 150px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  padding: 25px 0 25px 45px;
  background: #f5f5f5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub8-3 .map-area dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .map-area dt {
    font-size: 15px;
  }
}
.sub8-3 .map-area dt:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.sub8-3 .map-area dt.addr:before {
  background: url(/images/kor06r-18-0410/sub/ico_addr.png) no-repeat;
}
.sub8-3 .map-area dt.tel:before {
  background: url(/images/kor06r-18-0410/sub/ico_tel.png) no-repeat;
}
.sub8-3 .map-area dt.time:before {
  background: url(/images/kor06r-18-0410/sub/ico_time.png) no-repeat;
}
.sub8-3 .map-area dd {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 0 5px 0 20px;
  align-self: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sub8-3 .map-area dd {
    font-size: 14px;
  }
}
.sub8-3 .map-area dd a {
  letter-spacing: 0;
}
.sub8-3 .show-area {
  padding: 40px;
  border: 1px solid rgba(237, 108, 0, 0.3);
  border-radius: 10px;
}
.sub8-3 .show-area > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub8-3 .show-area > div:first-child {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  padding-bottom: 40px;
}
.sub8-3 .show-area > div:last-child {
  padding-top: 40px;
}
.sub8-3 .show-area .floor {
  width: 180px;
  font-size: 20px;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub8-3 .show-area .floor {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .show-area .floor {
    font-size: 16px;
  }
}
.sub8-3 .show-area .floor b {
  color: #034c94;
  font-weight: 500;
}
.sub8-3 .show-area .txt-area {
  width: calc(100% - 200px);
}
.sub8-3 .show-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.sub8-3 .show-area ul > li {
  width: 120px;
  padding: 60px 0 15px 0;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1;
  text-align: center;
  background-position: center 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sub8-3 .show-area ul > li {
    font-size: 14px;
  }
}
.sub8-3 .show-area .floor_1 ul > li:first-child {
  background-image: url(/images/kor06r-18-0410/sub/8_3_1f_ico1.png);
}
.sub8-3 .show-area .floor_1 ul > li:nth-child(2) {
  background-image: url(/images/kor06r-18-0410/sub/8_3_1f_ico2.png);
}
.sub8-3 .show-area .floor_1 ul > li:last-child {
  background-image: url(/images/kor06r-18-0410/sub/8_3_1f_ico3.png);
}
.sub8-3 .show-area .floor_2 ul > li:first-child {
  background-image: url(/images/kor06r-18-0410/sub/8_3_2f_ico1.png);
}
.sub8-3 .show-area .floor_2 ul > li:last-child {
  background-image: url(/images/kor06r-18-0410/sub/8_3_2f_ico2.png);
}
@media screen and (max-width: 1200px) {
  .sub8-3 .pro-area ul {
    gap: 30px;
  }
  .sub8-3 .pro-area ul li {
    width: calc((100% - 150px) / 6);
  }
  .sub8-3 .pro-area ul li:not(:last-child):before {
    width: 30px;
    right: -30px;
  }
  .sub8-3 .pro-area ul li:not(:last-child):after {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .sub8-3 .top-txt {
    padding: 20px 0;
  }
  .sub8-3 .pro-area ul {
    gap: 15px 30px;
  }
  .sub8-3 .pro-area ul li {
    width: calc((100% - 60px) / 3);
    padding: 48px 0 10px 0;
    background-size: 32px auto !important;
    background-position: center 10px !important;
  }
  .sub8-3 .pro-area ul li:nth-child(3):before, .sub8-3 .pro-area ul li:nth-child(3):after {
    display: none !important;
  }
  .sub8-3 .map-area dl {
    width: 100% !important;
  }
  .sub8-3 .map-area dl dt {
    padding: 20px 0 20px 40px;
    width: 130px;
  }
  .sub8-3 .map-area dl dt:before {
    width: 15px;
    height: 16px;
    background-size: 15px 16px !important;
  }
  .sub8-3 .map-area dl dd {
    width: calc(100% - 130px);
  }
  .sub8-3 .show-area {
    padding: 30px;
  }
  .sub8-3 .show-area > div:first-child {
    padding-bottom: 30px;
  }
  .sub8-3 .show-area > div:last-child {
    padding-top: 30px;
  }
  .sub8-3 .show-area .floor, .sub8-3 .show-area .txt-area {
    width: 100%;
  }
  .sub8-3 .show-area ul {
    gap: 15px;
  }
  .sub8-3 .show-area ul > li {
    width: 100px;
    padding: 48px 0 10px 0;
    background-size: 32px auto;
    background-position: center 10px;
  }
}
@media screen and (max-width: 480px) {
  .sub8-3 .pro-area ul {
    gap: 15px 20px;
  }
  .sub8-3 .pro-area ul li {
    width: calc((100% - 40px) / 3);
  }
  .sub8-3 .pro-area ul li:not(:last-child):before {
    width: 20px;
    right: -20px;
  }
  .sub8-3 .pro-area ul li:not(:last-child):after {
    right: -20px;
  }
  .sub8-3 .show-area ul {
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .sub8-3 .show-area ul {
    gap: 10px;
  }
}

/* 20240222 인사말 수정 */
.sign_box {
    margin-top: 20px;
    text-align: right;
}
.sub-con.sub1-1 .img-area img {
    width: 100%;
}

/* 20240306 위치안내 추가 */
.root_daum_roughmap .wrap_map:first-child {display: none;}