@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.sub_visual {
  position: relative;
  width: 100%;
  height: 480px;
  background: url("/images/kor12r-22-0460/sub/sub_visual.png") no-repeat center center/cover;
}

.sub_visual .inner_title {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; /* height:80px; */
}

.sub_visual .inner_title h1 {
  font-size: 60px;
  font-family: "Nanum Square", serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.sub_visual .sub-tab {
  display: block;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
}

.sub_visual .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;
}

.sub_visual .sub-tab ul li {
  position: relative;
  display: table;
  min-width: 240px;
}

.sub_visual .sub-tab ul li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding: 30px 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.sub_visual .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;
}

.sub_visual .sub-tab ul li.active:after {
  display: none;
}

.sub_visual .sub-tab ul li.active a {
  background: #05453b;
}

#footer {
  background: #f6f6f6;
}

#footer .foot-sns.sub-sns ul li a {
  background: #999;
}

#footer .foot-sns.sub-sns ul li a i {
  color: #fff;
}

@media screen and (max-width: 980px) {
  .sub_visual .cont_inner {
    padding: 200px 20px 0 20px !important;
  }
  .sub_visual .sub-tab ul li {
    min-width: unset;
    width: 100%;
  }
  .sub_visual .sub-tab ul li a {
    padding: 20px 5px;
  }
  .sub_visual .sub-tab ul li:not(:last-child):after {
    height: 20px;
    top: calc(50% - 10px);
  }
  .sub_visual .sub-tab ul.col-2 li {
    width: 50%;
  }
  .sub_visual .sub-tab ul.col-3 li {
    width: 33.3333333333%;
  }
  .sub_visual .sub-tab ul.col-4 li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .sub_visual {
    height: 340px;
  }
  .sub_visual .inner_title {
    top: 150px;
  }
  .sub_visual .inner_title h1 {
    font-size: 32px;
  }
  .sub_visual .sub-tab ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .sub_visual .sub-tab ul li a {
    padding: 15px 5px;
  }
  .sub_visual.sub01 .sub-tab ul li a {
    font-size: 14px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  position: relative;
  padding: 100px 0 150px 0;
  width: 100%;
}

.sub-contents .s_title {
  margin-bottom: 60px;
  box-sizing: border-box;
}

.sub-contents .s_title h1 {
  font-family: "Montserrat", "Nanum Square", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  color: #353535;
}
.sub-contents .s_title h1 span {
  vertical-align: middle;
}

.sub-contents .cont_area {
  position: relative;
}

.sub-contents .cont_area .group {
  margin-bottom: 50px;
  box-sizing: border-box;
}

.sub-contents .cont_area .t_group p {
  margin-bottom: 30px;
}

.sub-contents .cont_area .t_group p:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1201px) {
  #subContents {
    margin: 0 auto;
    width: 1280px;
  }
}
@media only screen and (max-width: 1280px) {
  #subContents {
    width: 100%;
    padding: 70px 30px 120px 30px;
  }
}
@media only screen and (max-width: 980px) {
  #subContents {
    padding: 50px 20px 100px 20px;
  }
  .sub-contents .cont_area .group {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #subContents {
    padding: 40px 15px 80px 15px;
  }
  .sub-contents .s_title {
    margin-bottom: 30px;
  }
  .sub-contents .s_title h1 {
    font-size: 28px;
  }
  .sub-contents .cont_area .group {
    margin-bottom: 30px;
  }
  .sub-contents .cont_area .t_group p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .sub-contents .s_title {
    margin-bottom: 20px;
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 10px;
  float: left;
  border-bottom: 1px solid #d2d2d2;
  color: #000000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 2px solid #222;
} /* 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 {
  font-family: "Montserrat", sans-serif;
  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;
}

.whois-board-list .whois-board-row .whois-board-row-subject {
  font-size: 1.125em;
  font-weight: normal;
  color: #333;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.whois-board-list .whois-board-row .whois-board-row-author {
  color: #585858;
  font-size: 1em;
  font-weight: 400;
}

.whois-board-list .whois-board-row .obj:first-child {
  width: 80%;
}

.whois-board-view .btn_area {
  text-align: center;
  margin-top: 50px;
}

.whois-board-view .btn_area .go_list {
  display: inline-block;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

.whois-board-view .btn_area .go_list button.arrow_button {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.25em;
  font-weight: 500;
}

/* 일반게시판 view */
.whois-board-view {
  display: inline-block;
} /* Line 색상 border-top:1px solid #e1e1e1; */
.whois-board-view .board-info {
  padding-bottom: 10px;
}

.whois-board-view .board-info span.user {
  font-weight: 400;
  color: #333;
}

.whois-board-view .board-header .board-title h3 {
  width: 95%;
  font-size: 1.875em;
  margin: 8px 0 20px;
  padding: 0;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.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: 1.938em;
  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;
}

.whois-board-view .board-content-wrap {
  padding: 40px 0 70px 0;
  font-size: 1.125em;
  font-weight: 400;
  border-top: 2px solid #414141;
  border-bottom: 1px solid #d2d2d2;
}

.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;
}

/* 일반게시판 Write */
.whois-board-write .board-write .input-group-addon.fhead {
  font-weight: normal;
}

/* portfolio */
.portfolio_area .search_wrap {
  margin-bottom: 40px;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
}

.search_wrap .search_cont {
  min-width: 280px;
  border-bottom: 2px solid #3c3c3c;
  position: relative;
}

.search_wrap .search_cont input {
  padding: 7px 25px 5px 10px;
  border: none;
  font-size: 1em;
}

.search_wrap .search_cont button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: none;
  outline: none;
  width: 18px;
  height: 20px;
  background-image: url("/images/kor12r-22-0460/sub/icon_search.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  text-indent: -9999px;
  background-color: transparent;
}

/* 신청폼 */
.cont_area.inquiry .content-wrap .form-group {
  margin-bottom: 30px !important;
  padding: 10px 10px 10px 7%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.cont_area.inquiry .content-wrap .form-group label {
  top: 50%;
  left: 5px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  font-size: 1.063em;
  font-weight: 400;
  color: #222;
}

.cont_area.inquiry .content-wrap .form-group label .whois-validation-required {
  color: #222;
}

.cont_area.inquiry .content-wrap .form-group input.form-control {
  padding: 10px;
  font-size: 1.063em;
  border: none;
  height: auto;
  border-radius: none;
}

.cont_area.inquiry .content-wrap .form-group.text-group,
.cont_area.inquiry .content-wrap .form-group.edit-group {
  padding: 10px 0;
  border-bottom: none;
}

.cont_area.inquiry .content-wrap .form-group.text-group label,
.cont_area.inquiry .content-wrap .form-group label.editContent {
  margin-bottom: 10px;
  top: auto;
  margin-top: 0px;
  position: relative;
  left: auto;
}

.cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control {
  padding: 20px;
  margin-bottom: 10px;
  min-height: 180px;
  line-height: 1.7;
  font-size: 1em;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #858585;
}

.cont_area.inquiry .content-wrap .form-group label.editContent2 {
  font-size: 0.875em;
  color: #666;
}

.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit {
  width: 250px;
  height: 65px;
  line-height: 65px;
  margin: 30px auto 0 auto;
  font-size: 1.5em;
  border-radius: 35px;
  background: #232323;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0;
}

.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit:hover {
  background: #000;
}

.cont_area.inquiry .content-wrap .col-xs-12.form-group.half {
  width: 47% !important;
}

.cont_area.inquiry .content-wrap .col-xs-12.form-group.half:nth-child(even) {
  float: right;
}

.cont_area.inquiry .content-wrap .col-xs-12.form-group.half:after {
  content: "";
  clear: both;
  display: block;
}

/* 예약하기 */
.reservation-info-box {
  padding: 30px 0;
  margin-bottom: 50px;
  display: table;
  width: 100%;
  background: #f5f2ef;
}

.reservation-info-box .title {
  width: 20%;
  border-right: 1px solid #aaa;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.reservation-info-box .title h4 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.reservation-info-box .txt {
  width: 80%;
  display: table-cell;
  padding-left: 50px;
  vertical-align: middle;
}

.reservation-info-box .txt li {
  font-size: 16x;
  color: #333;
  margin-bottom: 10px;
}

.reservation-info-box .txt li:last-child {
  margin-bottom: 0;
}

.reservation-info-box .txt li strong {
  font-weight: 500;
}

.reservation-wrap .check-btn {
  width: 220px;
  padding: 20px 0;
  font-size: 22px;
  height: auto !important;
  margin: 50px auto 0;
}

.reservation-form .reservation-info-box li strong {
  color: #F02E2E;
  font-weight: 600;
}

.reservation-title {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.reservation-title h4 {
  font-size: 28px;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .reservation-info-box {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .reservation-info-box .title {
    width: 100%;
    display: block;
    border-right: 0;
    text-align: left;
  }
  .reservation-info-box .title h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .reservation-info-box .txt {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .reservation-info-box .txt li {
    font-size: 14x;
    margin-bottom: 5px;
  }
  .reservation-wrap .check-btn {
    width: 100%;
    padding: 15px 0;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .reservation-title {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .reservation-title h4 {
    font-size: 18px;
  }
}
/* 게시판 버튼 */
.btn_area .btn-default {
  padding: 6px 25px;
  border-radius: 3px;
}

.btn-search {
  background: #666;
  color: #fff;
  padding: 6px 25px;
  border-radius: 3px;
}

.whois-button-submit, .btn-sub {
  color: #fff;
  padding: 6px 25px;
  border-radius: 3px;
  background-color: #297a6d;
  -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: #333;
}

@media (max-width: 768px) {
  .btn_area .btn-default {
    padding: 6px 12px;
  }
  .btn-search, .whois-button-submit, .btn-sub {
    padding: 6px 12px;
  }
}
/* 게시판 공통 */
.board-list-bar .next_data_area, .board-list-bar .prev_data_area {
  font-size: 14px;
}

.board-list-bar .next_data_area .b, .board-list-bar .prev_data_area .b {
  font-weight: 500;
}

.sub-box {
  margin-right: 5px;
  background-color: #0575ab;
  border: 0;
  color: #ffffff;
  display: inline-block;
}

.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: 980px) {
  .portfolio_area.ff_cont .obj {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .portfolio_area .search_wrap {
    display: inline-block;
  }
  .search_wrap .search_cont {
    min-width: 100%;
    width: 100%;
  }
  .whois-board-view .board-content-wrap {
    padding: 30px 0 50px 0;
  }
  .whois-board-view .btn_area {
    margin-top: 40px;
  }
  .cont_area.inquiry .content-wrap .form-group {
    margin-bottom: 20px !important;
    padding: 10px 10px 10px 10%;
  }
  .cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control {
    padding: 15px;
  }
  .cont_area.inquiry .content-wrap .col-xs-12.form-group.half {
    width: 100% !important;
  }
  .cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit {
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 0 auto;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .whois-board-view .board-header .board-title h3 {
    font-size: 1.5em;
  }
  .whois-board-view .board-content-wrap {
    padding: 30px 0 30px 0;
  }
  .whois-board-view .btn_area {
    margin-top: 30px;
  }
  .cont_area.inquiry .content-wrap .form-group {
    margin-bottom: 10px !important;
    padding: 10px 10px 10px 12%;
  }
  .cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control {
    padding: 10px;
  }
  .cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}
/* 로그인/회원가입 관련 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: 300;
  text-align: left;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.material-form p.page_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ffa800;
}

.material-form 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;
}

.process-wrap {
  display: flex;
  gap: 10px;
  margin: 50px 0 0;
}

.process-wrap .item {
  flex: 1;
  border: 1px solid #ddd;
  padding: 25px;
  font-weight: 400;
}

.process-wrap .item + .process-wrap .item {
  margin-left: 16px;
}

.process-wrap .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-wrap .item .num {
  color: #2f4f7f;
  font-size: 30px;
  text-align: center;
}

.process-wrap .item .num:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin: 0 25px;
}

.process-wrap .item .desc {
  display: inline-block;
  color: #555;
  font-size: 20px;
  padding: 0;
}

@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;
  }
}
@media only screen and (max-width: 820px) {
  .process-wrap {
    gap: 5px;
    margin: 20px 15px;
  }
  .process-wrap .item {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 400;
  }
  .process-wrap .item > div {
    display: block;
    text-align: center;
  }
  .process-wrap .item .num {
    color: #2f4f7f;
    font-size: 15px;
    text-align: center;
  }
  .process-wrap .item .desc {
    display: inline-block;
    color: #555;
    font-size: 15px;
    padding: 0;
  }
  .process-wrap .item .num:after {
    display: none;
  }
}
/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer .common-content h3 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #333;
  letter-spacing: -3px;
}

#subContainer .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;
  }
}
@media only screen and (max-width: 768px) {
  #subContainer .common-content h3 {
    font-size: 20px;
  }
}
/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info {
  margin-top: 30px;
  font-size: 18px;
}

.cont_area > div.area {
  position: relative;
}
.cont_area > div.area:not(:last-child) {
  margin-bottom: 120px;
}
.cont_area > div.area.area_bg {
  padding: 120px 0;
}
.cont_area > div.area.area_bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 1000%;
  height: 100%;
  background: #efefef;
  z-index: -1;
}
.cont_area .area_tit {
  font-size: 36px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  word-break: keep-all;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cont_area .area_tit {
    font-size: 22px;
    line-height: 1.3;
  }
}
.cont_area .txt {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .cont_area .txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cont_area .alignC {
  text-align: center;
}
.cont_area .eng-mon {
  font-family: "Montserrat", sans-serif;
}
.cont_area .dotList > li {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.3;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .cont_area .dotList > li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cont_area .dotList > li b {
  color: #476ab3;
  font-weight: 500;
}
.cont_area .dotList > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #476ab3;
}
.cont_area .dotList > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cont_area > div.area:not(:last-child) {
    margin-bottom: 60px;
  }
  .cont_area > div.area.area_bg {
    padding: 60px 0;
  }
  .cont_area .area_tit {
    margin-bottom: 20px;
  }
}

.sub1_1 .area1 .txt_area {
  padding: 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.sub1_1 .area1 .txt_area .area_tit {
  width: 30%;
  align-self: center;
}
.sub1_1 .area1 .txt_area .txt {
  width: 70%;
  align-self: center;
  font-size: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub1_1 .area1 .txt_area .txt {
    font-size: 18px;
  }
}
.sub1_1 .area1 .img_area {
  height: 550px;
  background: url(/images/kor12r-22-0460/sub/1_1_img.png) no-repeat center center/cover;
  margin-top: 30px;
}
.sub1_1 .area3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub1_1 .area3 .area_tit {
  width: 350px;
}
.sub1_1 .root_daum_roughmap {
  width: 100%;
}
.sub1_1 .area4 .txt_area {
  margin-top: 50px;
}
.sub1_1 .area4 .addr-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 20px;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.sub1_1 .area4 .addr {
  width: calc(50% - 20px);
  font-size: 24px;
  color: #05453b;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub1_1 .area4 .addr {
    font-size: 20px;
  }
}
.sub1_1 .area4 .contact {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.sub1_1 .area4 .contact dt, .sub1_1 .area4 .contact dd {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub1_1 .area4 .contact dt, .sub1_1 .area4 .contact dd {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sub1_1 .area4 .contact dt {
  margin-right: 30px;
}
.sub1_1 .area4 .contact dt i {
  position: relative;
  font-size: 20px;
  margin-right: 5px;
  color: #333;
  top: 2px;
}
.sub1_1 .area4 .contact dd:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 1110px) {
  .sub1_1 .area4 .addr {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .sub1_1 .area1 .txt_area {
    padding: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .sub1_1 .area1 .txt_area {
    text-align: center;
  }
  .sub1_1 .area1 .txt_area .area_tit br {
    display: none;
  }
  .sub1_1 .area1 .txt_area .area_tit, .sub1_1 .area1 .txt_area .txt {
    width: 100%;
  }
  .sub1_1 .area1 .img_area {
    height: 350px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sub1_1 .area1 .txt_area {
    padding: 0 10px;
  }
  .sub1_1 .area1 .img_area {
    height: 250px;
    margin-top: 30px;
  }
  .sub1_1 .area3 .area_tit {
    width: 200px;
  }
  .sub1_1 .area4 .txt-area {
    margin-top: 30px;
  }
  .sub1_1 .area4 .addr-area {
    margin-bottom: 20px;
  }
  .sub1_1 .area4 .contact dt, .sub1_1 .area4 .contact dd {
    width: 100%;
    margin-right: 0;
  }
  .sub1_1 .area4 .contact dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sub1_1 .area3 .area_tit, .sub1_1 .area3 .dotList {
    width: 100%;
  }
  .sub1_1 .area3 .area_tit {
    text-align: center;
  }
  .sub1_1 .area3 .dotList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub1_1 .area3 .dotList li {
    width: 240px;
  }
}

.sub1_2 .area1 .img_area {
  height: 550px;
  background: url(/images/kor12r-22-0460/sub/1_2_img.png) no-repeat center center/cover;
}
.sub1_2 .area2 {
  display: flex;
  flex-wrap: wrap;
}
.sub1_2 .area2 .logo_area {
  width: 50%;
  text-align: center;
  align-self: center;
}
.sub1_2 .area2 .logo_area img {
  width: 300px;
  height: auto;
}
.sub1_2 .area2 .txt {
  width: 50%;
  align-self: center;
}
.sub1_2 .area3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub1_2 .area3 .logo_area {
  width: 50%;
  align-self: center;
  text-align: center;
}
.sub1_2 .area3 .logo_area p {
  display: inline-block;
  padding: 20px 15px;
  background: url(/images/kor12r-22-0460/sub/1_2_pattern.png) repeat 0 0;
  margin: 0 auto;
}
.sub1_2 .area3 .logo_area img {
  width: 260px;
}
.sub1_2 .area3 .cr_area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 50%;
  align-self: center;
}
.sub1_2 .area3 .cr_area dl dt {
  height: 100px;
  margin-bottom: 10px;
}
.sub1_2 .area3 .cr_area dl:first-child dt {
  width: 300px;
  background: #476AB3;
}
.sub1_2 .area3 .cr_area dl:last-child dt {
  width: 100px;
  background: #231F20;
}
.sub1_2 .area4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
.sub1_2 .area4 ul:last-child {
  margin-top: 80px;
}
.sub1_2 .area4 ul li {
  width: 255px;
  text-align: center;
}
.sub1_2 .area5 {
  position: relative;
  padding: 60px 0;
}
.sub1_2 .area5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 500%;
  height: 100%;
  background: #040707;
  z-index: -1;
}
.sub1_2 .area5:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 500%;
  height: 100%;
  background: #446ab3;
  z-index: -1;
}
.sub1_2 .area5 ul {
  display: flex;
}
.sub1_2 .area5 ul li {
  width: 50%;
  text-align: center;
}
.sub1_2 .area5 ul li img {
  width: 120px;
}
.sub1_2 .area6 img {
  width: 150px;
}
@media screen and (max-width: 980px) {
  .sub1_2 .area1 .img_area {
    height: 350px;
  }
  .sub1_2 .area2 .logo_area img {
    width: 250px;
  }
  .sub1_2 .area3 .logo_area img {
    width: 210px;
  }
  .sub1_2 .area3 .cr_area dl:first-child dt {
    width: 200px;
  }
  .sub1_2 .area4 ul:first-child li img {
    height: 100px;
  }
  .sub1_2 .area4 ul:last-child li img {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub1_2 .area1 .img_area {
    height: 250px;
  }
  .sub1_2 .area2 .logo_area {
    width: 100%;
  }
  .sub1_2 .area2 .logo_area img {
    width: 200px;
  }
  .sub1_2 .area2 .txt {
    width: 100%;
    text-align: center;
    padding: 30px 10% 0 10%;
  }
  .sub1_2 .area3 .logo_area {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .sub1_2 .area3 .logo_area p {
    padding: 20px 13px;
  }
  .sub1_2 .area3 .logo_area img {
    width: 170px;
  }
  .sub1_2 .area3 .cr_area {
    width: 100%;
    justify-content: center;
  }
  .sub1_2 .area3 .cr_area dl:first-child dt {
    width: 160px;
  }
  .sub1_2 .area4 ul {
    gap: 40px;
  }
  .sub1_2 .area4 ul li {
    width: 180px;
  }
  .sub1_2 .area4 ul:first-child li img {
    height: 80px;
  }
  .sub1_2 .area4 ul:last-child {
    margin-top: 60px;
  }
  .sub1_2 .area4 ul:last-child li img {
    height: 50px;
  }
  .sub1_2 .area5 {
    padding: 40px 0;
  }
  .sub1_2 .area5 ul li img {
    width: 80px;
  }
  .sub1_2 .area6 img {
    width: 110px;
  }
}

.sub2_1 .area1 .img_area {
  height: 550px;
  background: url(/images/kor12r-22-0460/sub/2_1_img.png) no-repeat center center/cover;
}
.sub2_1 .area2 .step_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub2_1 .area2 .step_area .circle {
  display: flex;
  justify-content: center;
  width: 250px;
  height: 250px;
  text-align: center;
  border: 1px solid #476ab3;
  border-radius: 50%;
}
.sub2_1 .area2 .step_area .circle dl {
  align-self: center;
  margin-bottom: 5px;
}
.sub2_1 .area2 .step_area .circle dd {
  font-size: 22px;
  color: #333;
  word-break: keep-all;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub2_1 .area2 .step_area .circle dd {
    font-size: 18px;
  }
}
.sub2_1 .area2 .step_area .circle dd br {
  display: none;
}
.sub2_1 .area2 .step_area .circle:first-child {
  margin-right: -20px;
}
.sub2_1 .area2 .step_area .circle.last {
  background: #476ab3;
}
.sub2_1 .area2 .step_area .circle.last dd {
  color: #fff;
}
.sub2_1 .area2 .step_area .line {
  position: relative;
  width: 70px;
  height: 7px;
  margin-right: 40px;
  align-self: center;
}
.sub2_1 .area2 .step_area .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #476ab3;
}
.sub2_1 .area2 .step_area .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  background: #476ab3;
  border-radius: 50%;
  transform: translateY(-50%);
}
.sub2_1 .area2 .txt {
  margin: 60px 0 40px 0;
}
.sub2_1 .area2 a {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .sub2_1 .area2 a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sub2_1 .area2 a span {
  color: #05453b;
}
.sub2_1 .depart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
.sub2_1 .depart div {
  width: 180px;
}
.sub2_1 .depart div p {
  width: 100%;
  font-size: 22px;
  color: #555;
  word-break: keep-all;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #476ab3;
}
@media screen and (max-width: 768px) {
  .sub2_1 .depart div p {
    font-size: 18px;
  }
}
.sub2_1 .depart div .dotList {
  margin-top: 20px;
}
.sub2_1 .area4 ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sub2_1 .area4 ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.sub2_1 .area4 ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.sub2_1 .area4 ul li {
  width: 50%;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 980px) {
  .sub2_1 .area1 .img_area {
    height: 350px;
  }
  .sub2_1 .area2 .step_area .circle {
    width: 210px;
    height: 210px;
  }
  .sub2_1 .area2 .step_area .circle dd {
    font-size: 20px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .sub2_1 .area2 .step_area .circle dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sub2_1 .area1 .img_area {
    height: 250px;
  }
  .sub2_1 .area2 .step_area .circle {
    width: 150px;
    height: 150px;
  }
  .sub2_1 .area2 .step_area .circle dl {
    margin-bottom: 10px;
  }
  .sub2_1 .area2 .step_area .circle:first-child {
    margin-right: -10px;
  }
  .sub2_1 .area2 .step_area .circle dt img {
    transform: scale(0.8);
  }
  .sub2_1 .area2 .step_area .circle dd {
    margin-top: 5px;
  }
  .sub2_1 .area2 .step_area .line {
    width: 40px;
    margin-right: 20px;
  }
  .sub2_1 .area2 .txt {
    margin: 40px 0 30px 0;
  }
  .sub2_1 .depart {
    gap: 20px 5%;
  }
  .sub2_1 .depart div {
    width: 140px;
  }
  .sub2_1 .area4 ul li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .sub2_1 .area2 .step_area {
    gap: 20px 0;
  }
  .sub2_1 .area2 .step_area .circle {
    width: 120px;
    height: 120px;
  }
  .sub2_1 .area2 .step_area .circle dl {
    margin: 0;
  }
  .sub2_1 .area2 .step_area .circle dt {
    display: none;
  }
  .sub2_1 .area2 .step_area .circle dd {
    font-size: 16px;
  }
  .sub2_1 .area2 .step_area .circle dd br {
    display: block;
  }
  .sub2_1 .area2 .step_area .line {
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sub2_1 .area4 ul:before, .sub2_1 .area4 ul:after {
    display: none;
  }
  .sub2_1 .area4 ul li {
    padding: 20px;
    width: 100%;
  }
  .sub2_1 .area4 ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}

.sub2_2 .area1 .img_area {
  height: 550px;
  background: url(/images/kor12r-22-0460/sub/2_2_img.png) no-repeat center center/cover;
}
.sub2_2 .area2 .txt_area {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.sub2_2 .area2 .txt_area > div {
  width: calc(50% - 20px);
}
.sub2_2 .area2 .txt_area p {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub2_2 .area2 .txt_area p {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sub2_2 .area1 .img_area {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sub2_2 .area1 .img_area {
    height: 250px;
  }
  .sub2_2 .area2 .txt_area {
    padding: 0 20px;
    gap: 20px;
  }
  .sub2_2 .area2 .txt_area > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .sub2_2 .area2 .txt_area {
    gap: 30px;
  }
  .sub2_2 .area2 .txt_area > div {
    width: 100%;
  }
}

.sub3_1 .area1 .img_area {
  height: 550px;
  background: url(/images/kor12r-22-0460/sub/3_1_img.png) no-repeat center center/cover;
}
.sub3_1 .area2 {
  text-align: center;
}
.sub3_1 .area2 .ico {
  margin-bottom: 30px;
}
.sub3_1 .area3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.sub3_1 .area3 ul li {
  width: calc((100% - 20px) / 3);
}
.sub3_1 .area4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
.sub3_1 .area4 .ico {
  align-self: center;
}
.sub3_1 .root_daum_roughmap {
  width: 100%;
}
.sub3_1 .area5 .txt_area {
  margin-top: 50px;
}
.sub3_1 .area5 .addr {
  font-size: 24px;
  color: #05453b;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub3_1 .area5 .addr {
    font-size: 20px;
  }
}
.sub3_1 .btn_area {
  margin-top: 40px;
}
.sub3_1 .btn_area a {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #05453b;
  word-break: keep-all;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .sub3_1 .btn_area a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.sub3_1 .btn_area a:hover {
  background: #05453b;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .sub3_1 .area1 .img_area {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sub3_1 .area1 .img_area {
    height: 250px;
  }
  .sub3_1 .area2 .ico {
    margin-bottom: 10px;
  }
  .sub3_1 .area2 .ico img {
    transform: scale(0.8);
  }
  .sub3_1 .area3 ul li {
    width: calc((100% - 10px) / 2);
  }
  .sub3_1 .area4 .ico img {
    transform: scale(0.8);
  }
  .sub3_1 .area5 .txt-area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sub3_1 .area3 ul {
    gap: 5px;
  }
  .sub3_1 .area3 ul li {
    width: calc((100% - 5px) / 2);
  }
  .sub3_1 .area4 {
    gap: 20px;
  }
  .sub3_1 .area4 p {
    width: 100%;
    text-align: center;
  }
}