@charset "UTF-8";
@font-face {
  font-family: 'KCC-eunyoung';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.sub_visual {
  position: relative;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("/images/kor06r-22-0459/sub/sub_visual.png");
}

.sub_visual .cont_inner {
  padding-top: 200px !important;
}

.sub_visual .cont_inner .inner_title {
  color: #fff;
}

.sub_visual .inner_title h1 {
  font-weight: 600;
  line-height: 1.2;
}

.sub_visual .inner_title h1 b {
  font-size: 0.9em;
}

.sub_visual .vis_bottom {
  padding-top: 100px;
  color: #fff;
}

.vis_bottom .navi_cont {
  margin-right: auto;
}

.vis_bottom .navi_cont span {
  position: relative;
  padding: 0 10px 0 15px;
}

.vis_bottom .navi_cont span:first-child {
  padding-left: 0px;
}

.vis_bottom .navi_cont span:first-child:before {
  content: none;
}

.vis_bottom .navi_cont span:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0px;
  width: 6px;
  height: 12px;
  background: url("/images/kor06r-22-0459/sub/arrow_navi.png") no-repeat top left;
}

.vis_bottom .snb_cont {
  margin-left: auto;
}

.vis_bottom .snb_cont .sub02_lnb:after {
  content: '';
  display: block;
  clear: both;
}

.vis_bottom .snb_cont .sub02_lnb ul {
  float: left;
}

.vis_bottom .snb_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vis_bottom .snb_cont ul li a {
  display: inline-block;
  position: relative;
  padding: 0 10px 5px 10px;
  color: #eee;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.vis_bottom .snb_cont ul li a br {
  display: none;
}

.vis_bottom .snb_cont ul li a span {
  margin: 0 2px;
}

.vis_bottom .snb_cont ul li.active a, .vis_bottom .snb_cont ul li a:hover {
  color: #fff;
  font-weight: 500;
}

.vis_bottom .snb_cont ul li.active a:after, .vis_bottom .snb_cont ul li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.vis_bottom .snb_cont ul li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .sub_visual .cont_inner {
    padding: 200px 20px 0 20px !important;
  }
  .vis_bottom .navi_cont {
    display: none;
  }
  .vis_bottom .snb_cont {
    margin-left: unset;
  }
  .vis_bottom .snb_cont ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vis_bottom .snb_cont ul li:not(:last-child) {
    margin-right: 5px;
  }
  .vis_bottom .snb_cont ul li a {
    font-size: 1.063em;
    padding: 0 5px 5px 5px;
  }
}

@media screen and (max-width: 767px) {
  .sub_visual .cont_inner {
    padding: 200px 15px 0 15px !important;
  }
  .vis_bottom .snb_cont .sub02_lnb ul {
    float: none;
  }
  .vis_bottom .snb_cont .sub02_lnb ul:first-child {
    margin-bottom: 7px;
  }
  .vis_bottom .snb_cont ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vis_bottom .snb_cont ul li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  .sub02 .vis_bottom {
    padding-top: 70px;
  }
  .vis_bottom .snb_cont ul li a br {
    display: block;
  }
  .vis_bottom .snb_cont ul li a span {
    display: none;
  }
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  position: relative;
  padding: 100px 0;
  width: 100%;
}

.sub-contents .s_title {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub-contents .s_title h1 {
  font-weight: 600;
  color: #353535;
}

.sub-contents .cont_area {
  position: relative;
}

.sub-contents .cont_area .group {
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          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;
  }
}

@media only screen and (max-width: 980px) {
  #subContents {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767px) {
  #subContents {
    padding: 40px 15px;
  }
  .sub-contents .s_title {
    margin-bottom: 30px;
  }
  .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 0 15px 0;
  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 {
  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.250em;
  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;
}

/* portfolio */
.portfolio_area .search_wrap {
  margin-bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: 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/kor06r-22-0459/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 12%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.cont_area.inquiry .content-wrap .form-group.radio-group .input-group {
  margin-top: 5px;
}

.cont_area.inquiry .content-wrap .form-group.radio-group .input-group span:not(:last-child) {
  margin-right: 20px;
}

.cont_area.inquiry .content-wrap .form-group.file-group {
  padding: 10px 70px 10px 12%;
}

.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;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #0575ab;
  -webkit-transition: all .3s ease-out;
  transition: all .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: 980px) {
  .portfolio_area.ff_cont .obj {
    -webkit-box-flex: 0;
            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.500em;
  }
  .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;
  }
  .cont_area.inquiry .content-wrap .form-group.addr-group {
    padding: 10px 0;
  }
  .cont_area.inquiry .content-wrap .form-group.addr-group label {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@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;
  }
  .cont_area.inquiry .content-wrap .form-group {
    padding: 10px 0 !important;
  }
  .cont_area.inquiry .content-wrap .form-group label {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* 로그인/회원가입 관련 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-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;
  -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 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-contents .txt {
  font-size: 1.125em;
  color: #373737;
  word-break: keep-all;
}

.sub-contents .s_tit {
  font-size: 2.188em;
  color: #2f4e81;
  font-weight: bold;
  word-break: keep-all;
  margin-bottom: 1em;
}

.sub-contents .cont_area > section:not(:first-child) {
  padding-top: 5em;
}

.sub-contents .cont_area > section:not(:last-child) {
  padding-bottom: 5em;
  border-bottom: 1px solid #d2d2d2;
}

.sub-contents .mt30 {
  margin-top: 30px;
}

.sub-contents .mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sub-contents .mt30 {
    margin-top: 20px;
  }
  .sub-contents .mt40 {
    margin-top: 30px;
  }
  .sub-contents .s_tit {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .sub-contents > section {
    padding-bottom: 30px;
  }
  .sub-contents > section:not(:last-child) {
    margin-bottom: 70px;
  }
}

.sub1_1 {
  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;
}

.sub1_1 .txt_area {
  width: calc(100% - 464px);
}

.sub1_1 .txt_area .txt {
  line-height: 2;
}

.sub1_1 .txt_area .txt b {
  font-size: 1.500em;
  color: #2f4e81;
  font-weight: 500;
  word-break: keep-all;
}

.sub1_1 .txt_area .ceo {
  font-size: 1.250em;
  color: #373737;
  word-break: keep-all;
  text-align: right;
  margin-top: 40px;
}

.sub1_1 .txt_area .ceo b {
  font-family: 'KCC-eunyoung';
  font-size: 2.500em;
  color: #373737;
  font-weight: 700;
  word-break: keep-all;
  margin-left: 20px;
}

.sub1_1 .img_area {
  width: 424px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 980px) {
  .sub1_1 {
    display: block;
  }
  .sub1_1 .txt_area {
    width: 100%;
  }
  .sub1_1 .img_area {
    width: 100%;
  }
  .sub1_1 .img_area img {
    width: 100%;
    max-width: 424px;
    height: auto;
  }
}

.cont_area.location .root_daum_roughmap {
  width: 100%;
}

.cont_area.location .info_list {
  border-top: 2px solid #000;
}

.cont_area.location .info_list .cont {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}

.cont_area.location .info_list .cont h5 {
  width: 15%;
  color: #373737;
}

.cont_area.location .info_list .cont h5 em {
  padding-right: 15px;
  color: #6db9ec;
  font-weight: 500;
  font-size: 1em;
  font-style: normal;
}

.cont_area.location .info_list .cont p {
  width: 85%;
  color: #666;
  font-size: 1.125em;
}

.cont_area.location .info_list .cont .subway {
  width: 85%;
}

.cont_area.location .info_list .cont .subway dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_area.location .info_list .cont .subway dl dt {
  width: 155px;
  padding: 10px 0;
  color: #5b5b5b;
  border-radius: 30px;
  border: 1px solid #d2d2d2;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 400;
}

.cont_area.location .info_list .cont .subway dl dd {
  width: calc(100% - 175px);
  color: #666;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 7px;
}

.cont_area.location .map_cont {
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .cont_area.location .info_list .cont h5 {
    width: 100%;
  }
  .cont_area.location .info_list .cont p {
    width: 100%;
  }
  .cont_area.location .info_list .cont .subway {
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .cont_area.location .map_cont {
    height: 450px;
  }
  .cont_area.location .info_list .cont .subway dl dt {
    width: 135px;
  }
  .cont_area.location .info_list .cont .subway dl dd {
    width: calc(100% - 155px);
  }
}

@media screen and (max-width: 640px) {
  .cont_area.location .info_list .cont .subway dl dt {
    padding: 5px 0;
  }
  .cont_area.location .info_list .cont .subway dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .cont_area.location .info_list .cont p span {
    padding: 5px 15px;
  }
  .cont_area.location .map_cont {
    height: 400px;
  }
}

.sub5_1 {
  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;
  border-top: 2px solid #414141;
  padding-top: 40px;
}

.sub5_1 > div.area {
  width: calc(50% - 60px);
}

.sub5_1 > div.area:nth-child(n+3) {
  margin-top: 70px;
}

.sub5_1 > div.area p.area_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub5_1 > div.area p.area_tit span {
  display: inline-block;
  font-size: 1.630em;
  color: #555;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sub5_1 > div.area p.area_tit span img {
  height: 30px;
  width: auto;
}

.sub5_1 > div.area p.area_tit span:last-child {
  margin-left: 10px;
}

.sub5_1 > div.area .img_area {
  margin: 15px 0;
}

.sub5_1 > div.area .img_area img {
  width: 100%;
  height: auto;
}

.sub5_1 > div.area .dotList li {
  position: relative;
  padding-left: 12px;
  font-size: 1.125em;
  color: #666;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.3;
}

.sub5_1 > div.area .dotList li b {
  color: #2f4e81;
  font-weight: 500;
}

.sub5_1 > div.area .dotList li:not(:last-child) {
  margin-bottom: 7px;
}

.sub5_1 > div.area .dotList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #2f4e81;
}

@media screen and (max-width: 1280px) {
  .sub5_1 > div.area {
    width: 48%;
  }
}

@media screen and (max-width: 980px) {
  .sub5_1 > div.area .dotList li:before {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .sub5_1 > div.area {
    width: 100%;
  }
  .sub5_1 > div.area:not(:first-child) {
    margin-top: 40px;
  }
  .sub5_1 > div.area .img_area {
    margin: 10px 0;
  }
  .sub5_1 > div.area .dotList li {
    padding-left: 10px;
  }
  .sub5_1 > div.area .dotList li:before {
    top: 7px;
  }
}

@media screen and (max-width: 480px) {
  .sub5_1 > div.area {
    padding-left: 0;
  }
  .sub5_1 > div.area dl {
    margin-left: 0;
  }
}
