@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.subTop {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.subTop .sub-visual {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding: 100px 0 80px 0;
}

.subTop .sub-visual h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.subTop .sub-visual p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .subTop .sub-visual p {
    font-size: 16px;
  }
}

.subTop .sub-visual-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(/images/kor06r-22-0454/sub/sub_visual.jpg) no-repeat center center/cover;
  z-index: -1;
}

.subTop .sub-tab {
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
}

.subTop .sub-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subTop .sub-tab ul li {
  position: relative;
  min-width: 170px;
}

.subTop .sub-tab ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .subTop .sub-tab ul li a {
    font-size: 16px;
  }
}

.subTop .sub-tab ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}

.subTop .sub-tab ul li.active:after {
  display: none;
}

.subTop .sub-tab ul li.active a {
  background: #227353;
}

@media screen and (max-width: 980px) {
  .subTop {
    height: 450px;
  }
  .subTop .sub-visual {
    padding: 100px 0 60px;
  }
  .subTop .sub-tab {
    height: 60px;
  }
  .subTop .sub-tab ul li {
    min-width: unset;
    width: 100%;
  }
  .subTop .sub-tab ul li a {
    line-height: 60px;
  }
  .subTop .sub-tab ul li:not(:last-child):after {
    height: 20px;
    top: calc(50% - 10px);
  }
  .subTop .sub-tab ul.col-2 li {
    width: calc(100% / 2);
  }
  .subTop .sub-tab ul.col-3 li {
    width: calc(100% / 3);
  }
  .subTop .sub-tab ul.col-4 li {
    width: calc(100% / 4);
  }
  .subTop .sub-tab ul.col-5 li {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 767px) {
  .subTop {
    height: 320px;
  }
  .subTop .sub-visual {
    padding: 70px 0 60px;
  }
  .subTop .sub-visual h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 150px 0;
}

#subContents * {
  word-break: keep-all;
}

@media screen and (max-width: 1220px) {
  #subContents {
    width: 100%;
    padding: 120px 20px 150px 20px;
  }
}

@media screen and (max-width: 980px) {
  #subContents {
    padding: 100px 20px 120px 20px;
  }
}

.visual-none {
  padding-top: 60px;
}

.visual-none .common-content {
  border-top: 1px solid #eaeaea;
  padding-top: 60px;
}

.visual-none p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.8;
}

.visual-none p:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .visual-none p {
    font-size: 15px;
  }
}

.visual-none p b {
  font-size: 22px;
  color: #227353;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .visual-none p b {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .visual-none {
    padding-top: 30px;
  }
  .visual-none .common-content {
    padding-top: 30px;
  }
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
#subContents .board .whois-board-list {
  width: 100%;
  font-size: 16px;
  color: #848484;
  line-height: 1.5;
  border-top: 2px solid #227353;
}

@media screen and (max-width: 767px) {
  #subContents .board .whois-board-list {
    font-size: 15px;
  }
}

#subContents .board .whois-board-list .whois-board-row {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

#subContents .board .whois-board-list .whois-board-row .whois-board-row-subject {
  padding: 0;
  font-size: 18px;
  color: #111;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #subContents .board .whois-board-list .whois-board-row .whois-board-row-subject {
    font-size: 16px;
  }
}

#subContents .board .whois-board-list .whois-board-row .whois-board-row-content {
  font-size: 16px;
  color: #848484;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  #subContents .board .whois-board-list .whois-board-row .whois-board-row-content {
    font-size: 15px;
  }
}

#subContents .board .whois-board-list .whois-board-row .whois-board-row-info {
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #subContents .board .whois-board-list .whois-board-row .whois-board-row-info {
    font-size: 15px;
  }
}

#subContents .board .whois-portfolio .whois-portfolio-item .whois-portfolio-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#subContents .board .whois-portfolio .whois-portfolio-item .whois-portfolio-item-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#subContents .btn-search {
  color: #fff;
  background: #227353;
}

#subContents .btn-search:hover, #subContents .btn-search:focus {
  background: #3d644a;
}

/* 일반게시판 View */
#subContents .board .whois-board-view .board-header {
  padding: 20px;
}

#subContents .board .whois-board-view .board-header .board-title h3 {
  font-size: 22px;
  color: #111;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #subContents .board .whois-board-view .board-header .board-title h3 {
    font-size: 20px;
  }
}

#subContents .board .next_data_area, #subContents .board .prev_data_area {
  font-size: 16px;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #subContents .board .next_data_area, #subContents .board .prev_data_area {
    font-size: 15px;
  }
}

#subContents .board .next_data_area b, #subContents .board .prev_data_area b {
  font-weight: 400;
}

/* 뉴스형게시판 List */
#subContents .board .webzine-content-left a {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f9f9f9;
}

#subContents .board .webzine-content-left a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#subContents .board .webzine-content-right .webzine-title a {
  font-size: 18px;
  color: #111;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #subContents .board .webzine-content-right .webzine-title a {
    font-size: 16px;
  }
}

#subContents .board .webzine-content-right .webzine-title a:hover {
  color: #227353;
}

#subContents .board .webzine-content-right p {
  font-size: 16px;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #subContents .board .webzine-content-right p {
    font-size: 15px;
  }
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
}

.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-size: 22px;
  color: #111;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .material-form .sub-header h4 {
    font-size: 20px;
  }
}

.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;
  -webkit-transition: 0.3s all ease;
  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 .3s ease-out;
  transition: all .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;
  -webkit-transition: 0.5s all ease;
  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;
  -webkit-transition: 0.4s all ease;
  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 .qna-info {
  margin-top: 30px;
  font-size: 18px;
}

/* 일정관리 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.calendar-wrap .calendar .calendar-row .schedule-box .schedule-box-list li a {
  font-size: 16px;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .calendar-wrap .calendar .calendar-row .schedule-box .schedule-box-list li a {
    font-size: 15px;
  }
}

#popupView .view-wrap .view-header {
  background: rgba(153, 192, 94, 0.2);
}

#popupView .view-wrap .view-header .view-title {
  font-size: 18px;
  color: #111;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #popupView .view-wrap .view-header .view-title {
    font-size: 16px;
  }
}

#popupView .view-wrap.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}

#popupView .view-wrap .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 500px;
}

/* 문의게시판 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- sub_inquiry 클래스명으로 감싸주세요 */
.sub_inquiry label {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sub_inquiry label {
    font-size: 15px;
  }
}

.sub_inquiry .editContent {
  margin-top: 10px;
}

.sub_inquiry button.whois-button-submit {
  background: #227353;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sub_inquiry button.whois-button-submit {
    font-size: 15px;
  }
}

/* FAQ게시판 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents .faq {
  border-top: 2px solid #227353;
}

#subContents .faq .whois-board-list {
  padding: 0;
}

#subContents .faq .whois-board-list .whois-board-row {
  padding: 0;
}

#subContents .faq .whois-board-list .whois-board-row .whois-board-row-subject {
  display: block;
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  color: #111;
}

@media screen and (max-width: 767px) {
  #subContents .faq .whois-board-list .whois-board-row .whois-board-row-subject {
    font-size: 16px;
  }
}

#subContents .faq .whois-board-list .whois-board-row .icon-q {
  font-size: 30px;
  color: #848484;
  font-weight: 700;
  background: none;
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  #subContents .faq .whois-board-list .whois-board-row .icon-q {
    font-size: 26px;
  }
}

#subContents .faq .whois-board-list .whois-board-row.view .icon-q {
  opacity: 1;
  color: #227353;
}

#subContents .faq .whois-board-list .whois-board-row .whois-board-row-content {
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #subContents .faq .whois-board-list .whois-board-row .whois-board-row-content {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #subContents .faq .whois-board-list .whois-board-row .whois-board-row-subject {
    padding: 20px;
  }
}

#subContents .conTit {
  margin-bottom: 60px;
  text-align: center;
}

#subContents .conTit h2{font-size:38px;color:#111;font-weight:500;line-height:1.3;}
.conTit .conTit_s{font-size:20px;color:#666;display:block;margin-top:10px;font-weight:300;line-height:1.3;}

@media screen and (max-width: 767px) {
  #subContents .conTit h2 {font-size: 30px;}
  .conTit .conTit_s{font-size:18px;}
}

@media screen and (max-width: 480px) {
  #subContents .conTit h2 {font-size:24px;}
  .conTit .conTit_s{font-size:16px;}
}

#subContents .conTit p {
  font-size: 22px;
  color: black;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #subContents .conTit p {
    font-size: 20px;
  }
}

.contents > div.sec:not(:last-child) {
  margin-bottom: 70px;
}

.contents .alignC {
  text-align: center;
}

.contents .alignR {
  text-align: right;
}

.contents .mt15 {
  margin-top: 15px;
}

.contents .mt20 {
  margin-top: 20px;
}

.contents .mt40 {
  margin-top: 40px;
}

.contents .mt50 {
  margin-top: 50px;
}

.contents .green {
  color: #227353 !important;
}

.contents .btn_more {
  display: block;
  position: relative;
  width: 180px;
  height: 48px;
  padding-left: 30px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 48px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents .btn_more:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
}

.contents .btn_more:hover, .contents .btn_more:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.contents .btn_more:hover:after, .contents .btn_more:focus:after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #subContents .conTit {
    margin-bottom: 40px;
  }
  #subContents .conTit p {
    margin-top: 15px;
  }
  .contents > div.sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .contents .mt15 {
    margin-top: 10px;
  }
  .contents .mt20 {
    margin-top: 15px;
  }
  .contents .mt40 {
    margin-top: 20px;
  }
  .contents .mt50 {
    margin-top: 25px;
  }
  .contents .btn_more {
    width: 120px;
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 40px;
  }
  .contents .btn_more:after {
    width: 7px;
    right: 15px;
  }
}

.business .topImg .txt {
  font-size: 16px;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .business .topImg .txt {
    font-size: 15px;
  }
}

.business .infoArea {
  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;
  padding: 50px 20px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.business .infoArea p {
  width: 25%;
  font-size: 26px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .business .infoArea p {
    font-size: 22px;
  }
}

.business .infoArea .info {
  width: 75%;
}

.business .infoArea .info dl {
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business .infoArea .info dl dt {
  width: 120px;
  font-size: 20px;
  color: #111;
  font-weight: 400;
}
.name_image{}
.business .f_photo{display:flex;flex-direction:row;}
.business .infoArea .info dl.long dt{width:300px;}
.business .infoArea .info dl.long dd{width:calc(100% - 300px);}

@media screen and (max-width: 767px) {
  .business .infoArea .info dl dt {
    font-size: 18px;
  }
}

.business .infoArea .info dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .business .infoArea .info dl dd {
    font-size: 15px;
  }
}

.business .infoArea .info dl:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #227353;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.business .infoArea .info dl:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .business .infoArea {
    padding: 30px 20px;
  }
  .business .infoArea p {
    width: 150px;
  }
  .business .infoArea .info {
    width: calc(100% - 150px);
  }
  .business .infoArea .info dl {
    padding-left: 30px;
  }
  .business .infoArea .info dl dt {
    width: 110px;
  }
  .business .infoArea .info dl dd {
    width: calc(100% - 110px);
    padding-top: 2px;
  }
  .business .infoArea .info dl:before {
    top: 4px;
  }
  .business .infoArea .info dl:not(:last-child) {
    margin-bottom: 20px;
  }
  
	.name_image img{width:200px;}
	.business .f_photo{flex-direction:column;}
	.business .infoArea .info dl.long{flex-direction:column;}
	.business .infoArea .info dl.long dt,.business .infoArea .info dl.long dd{width:auto;}
}

@media screen and (max-width: 600px) {
  .business .infoArea {
    display: block;
  }
  .business .infoArea p {
    width: 100%;
    margin-bottom: 25px;
  }
  .business .infoArea p br {
    display: none;
  }
  .business .infoArea .info {
    width: 100%;
  }
}

.intro .topBox {
  position: relative;
  max-width: 640px;
  height: 400px;
  padding: 90px 60px 0;
  background: #f9fafa;
  margin-top: 80px;
}

.intro .topBox:before {
  content: '';
  display: inline-block;
  width: 640px;
  height: 400px;
  background: url(/images/kor06r-22-0454/sub/intro_img.png) no-repeat;
  position: absolute;
  top: -40px;
  right: calc(-100% + 32px);
}

.intro .topBox dt {
  font-size: 38px;
  color: #111;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .intro .topBox dt {
    font-size: 30px;
  }
}

.intro .topBox dd {
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .intro .topBox dd {
    font-size: 15px;
  }
}

.intro .infoArea {
  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;
  padding: 50px 20px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.intro .infoArea p {
  width: 25%;
  font-size: 26px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .intro .infoArea p {
    font-size: 22px;
  }
}

.intro .infoArea .info {
  width: 75%;
}

.intro .infoArea .info dl {
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro .infoArea .info dl dt {
  width: 120px;
  font-size: 20px;
  color: #111;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .intro .infoArea .info dl dt {
    font-size: 18px;
  }
}

.intro .infoArea .info dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .intro .infoArea .info dl dd {
    font-size: 15px;
  }
}

.intro .infoArea .info dl:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #227353;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.intro .infoArea .info dl:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .intro .topBox {
    max-width: unset;
    width: 100%;
    height: unset;
    padding: 440px 40px 40px;
    margin-top: 0;
  }
  .intro .topBox:before {
    width: 100%;
    background: url(/images/kor06r-22-0454/sub/intro_img.png) no-repeat center center/cover;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .intro .topBox {
    padding: 380px 20px 20px;
  }
  .intro .topBox:before {
    height: 360px;
  }
  .intro .infoArea {
    padding: 30px 20px;
  }
  .intro .infoArea p {
    width: 150px;
  }
  .intro .infoArea .info {
    width: calc(100% - 150px);
  }
  .intro .infoArea .info dl {
    padding-left: 30px;
  }
  .intro .infoArea .info dl dt {
    width: 110px;
  }
  .intro .infoArea .info dl dd {
    width: calc(100% - 110px);
    padding-top: 2px;
  }
  .intro .infoArea .info dl:before {
    top: 4px;
  }
  .intro .infoArea .info dl:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .intro .infoArea {
    display: block;
  }
  .intro .infoArea p {
    width: 100%;
    margin-bottom: 25px;
  }
  .intro .infoArea p br {
    display: none;
  }
  .intro .infoArea .info {
    width: 100%;
  }
}

.location .info {
  border-top: 1px solid #eaeaea;
  padding: 50px 0 30px 0;
}

.location .info .addr dt {
  font-size: 30px;
  color: #111;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .location .info .addr dt {
    font-size: 26px;
  }
}

.location .info .addr dd {
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .location .info .addr dd {
    font-size: 15px;
  }
}

.location .info .contact li {
  display: inline-block;
  width: 210px;
  height: 50px;
  position: relative;
  text-align: center;
  padding-left: 50px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .location .info .contact li {
    font-size: 15px;
  }
}

.location .info .contact li:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #eaeaea;
}

.location .info .contact li.tel:before {
  background: url(/images/kor06r-22-0454/sub/ico-tel.png) no-repeat center center;
}

.location .info .contact li.fax:before {
  background: url(/images/kor06r-22-0454/sub/ico-fax.png) no-repeat center center;
}

.location .root_daum_roughmap {
  width: 100%;
}

.location .trans {
  background: #f9fafa;
  padding: 50px;
}

.location .trans dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 120px;
}

.location .trans dl:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}

.location .trans dl dt {
  width: 160px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 20px;
  color: #111;
  font-weight: 300;
  height: 90px;
  line-height: 90px;
}

@media screen and (max-width: 767px) {
  .location .trans dl dt {
    font-size: 18px;
  }
}

.location .trans dl dd {
  width: calc(100% - 160px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .location .trans dl dd {
    font-size: 15px;
  }
}

.location .trans dl.subway:before {
  background: #227353 url(/images/kor06r-22-0454/sub/ico-subway.png) no-repeat center center;
}

.location .trans dl.bus:before {
  background: #227353 url(/images/kor06r-22-0454/sub/ico-bus.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .location .info {
    padding: 30px 0 15px 0;
  }
  .location .info .contact li {
    width: 180px;
  }
  .location .trans {
    padding: 25px;
  }
  .location .trans dl {
    padding-left: 90px;
  }
  .location .trans dl:before {
    width: 70px;
    height: 70px;
  }
  .location .trans dl dt {
    width: 120px;
    height: 70px;
    line-height: 70px;
  }
  .location .trans dl dd {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 600px) {
  .location .trans dl dt {
    height: unset;
    line-height: unset;
    margin: 10px 0 5px;
  }
  .location .trans dl dd {
    width: 100%;
  }
  .location .trans dl:first-child {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
  }
  .location .trans dl:last-child {
    margin-top: 20px;
  }
}

.s-premium {
  border-top: 1px solid #eaeaea;
  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;
}

.s-premium .area {
  margin-top: 50px;
  width: calc(50% - 20px);
}

.s-premium .area .imgArea {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.s-premium .area .imgArea img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 300px;
  width: auto;
  max-width: unset;
}

.s-premium .area .tit {
  font-size: 26px;
  color: #111;
  font-weight: 300;
  line-height: 1.5;
  line-height: 1.2;
  margin: 30px 20px 20px 20px;
}

@media screen and (max-width: 767px) {
  .s-premium .area .tit {
    font-size: 22px;
  }
}

.s-premium .area .tit b {
  color: #227353;
  font-weight: 400;
}

.s-premium .area ul {
  margin: 0 20px;
}

.s-premium .area ul li {
  position: relative;
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .s-premium .area ul li {
    font-size: 15px;
  }
}

.s-premium .area ul li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #848484;
  position: absolute;
  top: 10px;
  left: 0;
}

.s-premium .area ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-premium .area {
    margin-top: 30px;
  }
  .s-premium .area .tit {
    margin: 20px 20px 10px 20px;
  }
  .s-premium .area ul li {
    padding-left: 12px;
  }
  .s-premium .area ul li:before {
    top: 8px;
  }
  .s-premium .area ul li:not(:last-child) {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 600px) {
  .s-premium .area {
    width: 100%;
  }
  .s-premium .area .tit b {
    display: inline;
  }
}

.information .tit {
  font-size: 26px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .information .tit {
    font-size: 22px;
  }
}

.information table {
  border-top: 4px solid #3d644a;
  width: 100%;
}

.information table th, .information table td {
  padding: 25px;
  border-bottom: 1px solid #dcdedd;
  text-align: center;
}

.information table th {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background: #fdfdfd;
}

@media screen and (max-width: 767px) {
  .information table th {
    font-size: 15px;
  }
}

.information table thead th {
  font-size: 18px;
  color: #111;
  font-weight: 400;
  background: #f5f7f6;
}

@media screen and (max-width: 767px) {
  .information table thead th {
    font-size: 16px;
  }
}

.information table thead th:not(:first-child) {
  border-left: 1px solid #e3e3e3;
}

.information table td {
  font-size: 16px;
  color: #848484;
  font-weight: 300;
  line-height: 1.5;
  border-left: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
  .information table td {
    font-size: 15px;
  }
}

.information table td b {
  font-weight: 400;
  color: #227353;
}

@media screen and (max-width: 767px) {
  .information table th, .information table td {
    padding: 15px 10px;
    font-size: 14px;
  }
}





.name_image.mgt20{display:block;margin-top:20px !important;}		



/* Sub Contents : sub_area
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
    --area-primary:#c9252b;
    --area-primary-hover:#6f362a;
    --area-secondary:#53b6e7;
    --area-secondary-hover:#2b91c3;
	}

.sub_area .point{color:var(--area-primary) !important;}	
.sub_area .point2{color:var(--area-secondary) !important;}
.sub_area .t_wh{color:#fff;}
.sub_area .c_bk{color:#000 !important;}

.sub_area:after{content:'';clear:both;display:block;}
.sub_area .l_group,.sub_area .m_group,.sub_area .s_group,.sub_area .group,.sub_area .n_group,.sub_area .t_group{box-sizing:border-box;}
.sub_area .l_group{margin-bottom:120px;}
.sub_area .m_group{margin-bottom:50px;}
.sub_area .s_group{margin-bottom:30px;}
.sub_area .group{margin-bottom:10px;}
.sub_area .t_c{text-align:center !important;}
.sub_area .t_r{text-align:right !important;}
.sub_area h2,.sub_area h3,.sub_area h4,.sub_area h5,.sub_area h6,.sub_area p,.sub_area span,
.sub_area dl dt,.sub_area dl dd,.sub_area span,.sub_area table th,.sub_area table td{line-height:1.5;word-break:keep-all;font-weight:normal;}
.sub_area h2{font-size:48px;}
.sub_area h3{font-size:30px;}
.sub_area h4{font-size:26px;}
.sub_area h5{font-size:24px;}
.sub_area h6{font-size:20px;}
.sub_area strong{font-weight:600;font-family:inherit;}
.sub_area p,
.sub_area ol li,
.sub_area table th,
.sub_area table td,
.sub_area dl dd{font-size:18px;color:#444;line-height:1.5;}
.sub_area .image{display:block;}
.sub_area .image img{max-width:100%;display:block;}


/* list */
.sub_area .dot_list > li:before,
.sub_area .dash_list > li:before{content:'';position:absolute;left:0px;background:#333;}
.sub_area .dot_list > li:before{top:15px;width:4px;height:4px;border-radius:50%;}
.sub_area .dash_list > li:before{top:15px;width:4px;height:1px;}
.sub_area .none_list{list-style-type:none;}
.sub_area ol.decimal_list > li{margin-left:10px;padding-left:5px;list-style-type:decimal;}
.sub_area ol{padding-left:10px;margin:10px 0;}
.sub_area ol.pd_none,.sub_area ol.pd_none li{padding-left:0px;}
.sub_area ol li{padding:5px 0 5px 10px;float:none;position:relative;}
.t_ellipsis p{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;word-break:break-all;}

.sub_area .icon_cont{display:flex;flex-wrap:wrap;flex-direction:row;}
.sub_area .icon_cont .obj{flex:1;padding:0 20px;text-align:center;}
.sub_area .icon_cont .obj.first{background-color:#f6f6f6;padding:0px;position:relative;}
.sub_area .icon_cont .obj.first .left_image{position:absolute;bottom:0px;left:0px;}
.sub_area .icon_cont .obj .image{width:140px;height:140px;margin:0 auto 30px auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #6f362a 0%,#6f362a 49%,#c9252b 50%,#c9252b 100%);}
.sub_area .icon_cont .obj .image img{display:block;margin:0 auto;max-width:100%;}
.sub_area .icon_cont .obj h4{display:block;position:relative;margin-bottom:20px;padding-bottom:20px;}
.sub_area .icon_cont .obj h4::after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:1px;background-color:var(--area-primary);}
.sub_area .icon_cont .obj p{color:#666;font-weight:300;}

.sub_area .photo_cont{padding-top:40px;border-top:1px solid var(--area-primary);display:flex;flex-direction:row;gap:40px;flex-wrap:wrap;justify-content:center;}
.sub_area .service_cont{padding-top:40px;border-top:1px solid var(--area-primary);display:flex;flex-direction:row;gap:30px;}
.sub_area .service_cont .obj{text-align:center;}
.sub_area .service_cont .obj .image{margin:0 auto 10px auto;}
.sub_area .service_cont .obj p{letter-spacing:0px;font-weight:300;color:#777;}

.sub_area .plan_top{position:relative;padding-left:920px;text-align:right;}
.sub_area .plan_top::before{content:'';position:absolute;top:50%;left:0px;width:920px;height:1px;background-color:var(--area-primary);}
.sub_area .plan_top h2,.sub_area .plan_top h4{line-height:1;}
.sub_area .plan_cont{display:flex;align-items:center;flex-direction:row;justify-content:space-between;}
.sub_area .plan_cont .list_cont{display:flex;gap:30px;align-items:center;flex-direction:row;}
.sub_area .plan_cont .list_cont li span{padding-right:10px;}
.sub_area .plan_cont .obj.end_obj .list_cont{justify-content:flex-end;}

.sub_area .place_top{position:relative;text-align:center;background-color:var(--area-primary);padding:20px 0;}







@media screen and (max-width:1280px){
    .sub_area{width:100%;}
	.sub_area .l_group{margin-bottom:100px;}
	
	.sub_area .plan_top{padding-left:0px;text-align:center;}
	.sub_area .plan_top::before{content:none;}
	.sub_area .plan_top h2,.sub_area .plan_top h4{line-height:1.3;}
}

@media screen and (max-width:991px){
}

@media screen and (max-width:767px){
	.sub_area .l_group{margin-bottom:70px;}
	.sub_area .m_group{margin-bottom:40px;}
	.sub_area .s_group{margin-bottom:20px;}
	.sub_area h2{font-size:40px;}
	.sub_area h3{font-size:25px;}
	.sub_area h4{font-size:22px;}
	.sub_area h5{font-size:20px;}
	.sub_area h6{font-size:18px;}
	.sub_area p,
	.sub_area ol li,
	.sub_area table th,
	.sub_area table td,
	.sub_area dl dd{font-size:16px;}

	.sub_area .dot_list > li:before{top:12px;}
	.sub_area .dash_list > li:before{top:12px;}
	.sub_area ol{padding-left:5px;margin:5px 0;}

    .sub_area .icon_cont{flex-direction:column;gap:10px;}
	.sub_area .icon_cont .obj{padding:10px;}
	.sub_area .icon_cont .obj .image{width:100px;height:100px;margin:0 auto 20px auto;}
	.sub_area .icon_cont .obj .image img{width:70px;}
    .sub_area .icon_cont .obj.first .left_image{position:relative;bottom:auto;left:auto;padding:10px;}
	.sub_area .icon_cont .obj.first .left_image img{width:100px;height:auto;}

    .sub_area .photo_cont{padding-top:20px;gap:20px;}
	.sub_area .service_cont{padding-top:20px;flex-wrap:wrap;gap:20px;justify-content:center;}

	.sub_area .plan_cont{flex-direction:column;justify-content:unset;}
	.sub_area .group .plan_cont{flex-direction:column-reverse;}
	.sub_area .plan_cont .list_cont{gap:10px;flex-direction:column;}
	.sub_area .plan_cont .list_cont li span{padding-right:5px;}
	.sub_area .plan_cont .obj.end_obj .list_cont{justify-content:center;}

	.sub_area .place_top{padding:10px 0;}
	.sub_area .place_top img{width:180px;margin:0 auto 5px auto;display:block;}

}

@media screen and (max-width:520px){
}

@media screen and (max-width:480px){
	.sub_area .l_group{margin-bottom:50px;}
	.sub_area .m_group{margin-bottom:30px;}
	.sub_area .s_group{margin-bottom:10px;}
	.sub_area h2{font-size:35px;}
	.sub_area h3{font-size:22px;}
	.sub_area h4{font-size:20px;}
	.sub_area h5{font-size:18px;}
	.sub_area h6{font-size:16px;}
	.sub_area p,
	.sub_area ol li,
	.sub_area table th,
	.sub_area table td,
	.sub_area dl dd{font-size:14px;}

}

@media screen and (max-width:360px){
}


		