@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {
  position: relative;
  padding: 250px 0 100px;
  margin: 0 auto;
  width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#subContainer:after {
  content: "";
  display: block;
  clear: both;
}

#leftMenu {
  float: left;
  width: 220px;
}

#subContents {
  float: right;
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1170px) {
  #subContainer {
    padding: 250px 10pxy 100px;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  #subContainer {
    padding: 150px 20px 100px;
  }
  #leftMenu {
    display: none;
  }
  #subContents {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #subContainer {
    padding: 100px 10px 70px;
  }
}

/* Left Menu (서브 좌측 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 좌측메뉴 */
.left-menu h2 {
  padding: 35px 0 40px;
  text-align: center;
  font-family: 'Nanum Square';
  font-weight: 100;
  font-size: 40px;
  color: #323232;
  border-bottom: 1px solid #d1d1d1;
  word-break: keep-all;
}

.left-menu h2 span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
}

.left-menu li {
  width: 100%;
}

.left-menu li a {
  display: block;
  padding: 17px 35px 17px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  font-size: 20px;
  color: #888;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Nanum Square';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}

.left-menu li.active a {
  position: relative;
  color: #000;
}

.left-menu li.active a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\276F";
  font-weight: bold;
  color: #fe8402;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 좌측배너 */
.left-banner {
  margin-top: 40px;
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
  color: #323232;
  border-bottom: 1px solid #f6ab0c;
}

.page-navi {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 14px;
}

.page-navi strong {
  font-weight: normal;
}

.sub-title h3 {
  font-family: 'Nanum Square';
  line-height: 1;
  font-size: 45px;
  word-break: keep-all;
}

@media only screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .page-navi {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .sub-title h3 {
    font-size: 37px;
  }
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 13px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
}

.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
  max-width: 33vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
  display: inline-block;
  font-size: 13px;
}

/* Line 색상 */
.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
  font-size: 11px;
  color: #c4c4c4;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #e65b43;
  -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: #d65741;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #e65b43;
  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 #e65b43;
}

.sub-border-t {
  border-top: 1px solid #e65b43;
}

.sub-border-r {
  border-right: 1px solid #e65b43;
}

.sub-border-b {
  border-bottom: 1px solid #e65b43;
}

.sub-border-l {
  border-left: 1px solid #e65b43;
}

.sub-bg {
  background-color: #e65b43;
}

.sub-bg-hover:hover {
  background-color: #d65741;
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
}

.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;
}

.f-square, .sub-contents .txt, .sub-contents .slogan, .sub1-2 .list-area > div dl dt, .sub1-2 .list-area > div dl dd, .sub1-2 .list-area > div ul li, .sub-loc .txt-area dl dt, .sub-loc .txt-area dl dd, .sub-loc .txt-area dl dd a {
  font-family: 'Nanum Square';
  -webkit-transform: rotate(0.04deg);
          transform: rotate(0.04deg);
}

.sub-contents .flex-between {
  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;
}

.sub-contents .flex-center {
  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-contents .flex-col-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sub-contents .mt70 {
  margin-top: 70px;
}

.sub-contents .mt40 {
  margin-top: 40px;
}

.sub-contents .txt {
  font-size: 18px;
  color: #222;
  font-weight: 300;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .sub-contents .txt {
    font-size: 14px;
  }
}

.sub-contents .slogan {
  font-size: 23px;
  color: #323232;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .sub-contents .slogan {
    font-size: 18px;
  }
}

.sub-contents .slogan b {
  display: block;
  font-size: 40px;
  color: #f6ab0c;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sub-contents .slogan b {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sub-contents .slogan {
    margin-bottom: 20px;
  }
  .sub-contents .slogan b {
    margin-bottom: 10px;
  }
  .sub-contents .mt70 {
    margin-top: 40px;
  }
  .sub-contents .mt40 {
    margin-top: 20px;
  }
}

.sub1-1 .txt {
  word-break: keep-all;
}

.sub1-2 .list-area > div {
  border-top: 1px solid #ddd;
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub1-2 .list-area > div:last-child {
  border-bottom: 1px solid #ddd;
}

.sub1-2 .list-area > div dl {
  width: 300px;
}

.sub1-2 .list-area > div dl dt {
  font-size: 14px;
  color: #f28900;
}

.sub1-2 .list-area > div dl dd {
  font-size: 23px;
  color: #222;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sub1-2 .list-area > div dl dd {
    font-size: 18px;
  }
}

.sub1-2 .list-area > div ul {
  width: calc(100% - 300px);
}

.sub1-2 .list-area > div ul li {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .sub1-2 .list-area > div ul li {
    font-size: 14px;
  }
}

.sub1-2 .list-area > div ul li:not(:last-child) {
  margin-bottom: 5px;
}

.sub1-2 .list-area > div ul li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sub1-2 .list-area > div {
    padding: 30px 15px;
  }
  .sub1-2 .list-area > div dl {
    width: 250px;
  }
  .sub1-2 .list-area > div ul {
    width: calc(100% - 250px);
  }
  .sub1-2 .list-area > div ul li:before {
    top: 8px;
  }
}

@media screen and (max-width: 680px) {
  .sub1-2 .list-area > div dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub1-2 .list-area > div dl dt {
    width: 15px;
  }
  .sub1-2 .list-area > div dl dd {
    width: calc(100% - 15px);
  }
  .sub1-2 .list-area > div dl dd br {
    display: none;
  }
  .sub1-2 .list-area > div ul {
    width: 100%;
    margin-top: 10px;
  }
}

.sub-loc .txt-area {
  padding-bottom: 30px;
}

.sub-loc .txt-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 23px;
}

.sub-loc .txt-area dl dt {
  position: relative;
  font-size: 18px;
  color: #222;
  width: 42px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sub-loc .txt-area dl dt {
    font-size: 14px;
  }
}

.sub-loc .txt-area dl dt:after {
  content: ' :';
}

.sub-loc .txt-area dl dd {
  width: calc(100% - 42px);
  font-size: 18px;
  color: #222;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 1px;
}

@media screen and (max-width: 767px) {
  .sub-loc .txt-area dl dd {
    font-size: 14px;
  }
}

.sub-loc .txt-area dl dd a {
  font-size: 18px;
  color: #222;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .sub-loc .txt-area dl dd a {
    font-size: 14px;
  }
}

.sub-loc .txt-area dl.addr {
  background: url(/images/kor15r-17-0379/sub/ico-addr.png) no-repeat 0 2px;
}

.sub-loc .txt-area dl.tel {
  background: url(/images/kor15r-17-0379/sub/ico-tel.png) no-repeat 0 2px;
}

.sub-loc .txt-area dl.man {
  background: url(/images/kor15r-17-0379/sub/ico-man.png) no-repeat 0 2px;
}

.sub-loc .txt-area dl.man dt {
  width: 58px;
}

.sub-loc .txt-area dl.man dd {
  width: calc(100% - 58px);
  padding-top: 0;
}

.sub-loc .txt-area dl:not(:last-child) {
  margin-bottom: 15px;
}

.sub-loc .root_daum_roughmap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sub-loc .txt-area {
    padding-bottom: 20px;
  }
  .sub-loc .txt-area dl {
    padding-left: 18px;
    background-size: auto 14px !important;
    background-position-y: 1px !important;
  }
  .sub-loc .txt-area dl dt {
    width: 34px;
  }
  .sub-loc .txt-area dl dd {
    width: calc(100% - 34px);
  }
  .sub-loc .txt-area dl.man dt {
    width: 45px;
  }
  .sub-loc .txt-area dl.man dd {
    width: calc(100% - 45px);
  }
  .sub-loc .txt-area dl:not(:last-child) {
    margin-bottom: 12px;
  }
}
