@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.sub-visual {
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  background: url("/images/kor08r-18-0408/sub/sub_visual.jpg") no-repeat center center/cover;
}

.sub-visual > div {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
}

.sub-visual h2 {
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}

.sub-visual p {
  font-size: 18px;
  color: #fff;
}

.sub-tab {
  width: 100%;
}

.sub-tab.fixed {
  z-index: 666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.92;
}

.sub-tab > ul {
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  font-size: 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub-tab.fixed ul {
  margin: 0 auto;
  width: 100%;
}

.sub-tab li {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
}

.sub-tab ul.col-2 li {
  width: 50%;
}
.sub-tab ul.col-3 li {
  width: 33.33%;
}
.sub-tab ul.col-4 li {
  width: 25%;
}

.sub-tab li a {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
  padding: 22px 0;
}
.sub-tab li a span {
  display: inline-block;
  width: 95%;
  text-align: center;
  align-self: center;
  font-weight: 400;
  font-size: 20px;
  color: #777;
  line-height: 1.2;
  word-break: keep-all;
}

.sub-tab li:first-child a {
  border-left: 1px solid #ddd;
}

.sub-tab li.active a {
  background: #0d50a4;
  border-color: #0d50a4;
}
.sub-tab li.active a span {
  color: #fff;
}

.sub-tab li.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 10px;
  border-top: 10px solid #0d50a4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.sub-tab.fixed a {
  border-bottom: 0;
  border-top: 0;
}

.sub-nav {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

.sub-nav:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

.sub-nav h3 {
  font-family: "Nanum Square";
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.sub-nav ul {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

.sub-nav ul li {
  display: inline;
  float: left;
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.sub-nav ul li:after {
  content: "/";
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #d4d4d4;
}

.sub-nav ul li:last-child:after {
  display: none;
}

.sub-nav ul li._last {
  padding-right: 0;
  color: #040404;
}

.sub-nav ul li._last:after {
  display: none;
}

/* iE 낮은 버전을 위해 */
.common-nav {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

/*회원 및 약관에 사용되는 추가 값*/
@media only screen and (max-width: 980px) {
  .sub-visual > div {
    top: 65px;
  }
  .sub-tab > ul {
    width: calc(100% - 40px);
    border: none;
  }
  .sub-tab li a {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 768px) {
  .sub-visual {
    height: 150px;
  }
  .sub-visual > div {
    height: 50px;
  }
  .sub-visual h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .sub-visual p {
    font-size: 14px;
  }
  .sub-tab > ul {
    margin-top: 25px;
    width: calc(100% - 20px);
  }
  .sub-tab li a {
    padding: 14px 0;
  }
  .sub-tab li a span {
    font-size: 16px;
  }
  .sub-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
  }
  .sub-nav ul {
    left: 0;
  }
  .sub-nav ul li {
    font-size: 14px;
  }
  .common-nav h3 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .sub-tab {
    min-width: 320px;
  }
  .sub-tab li a span {
    font-size: 14px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  padding: 100px 0;
  width: 100%;
}

.sub-contents {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sub-contents p {
  white-space: pre-line;
  word-break: break-all;
}

.sub-contents p:last-child {
  margin-bottom: 0;
}

.sub-contents .big-txt {
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 30px;
  color: #333;
}

.sub-contents .big-txt strong {
  font-weight: 600;
  color: #0b2d85;
}

@media only screen and (min-width: 1201px) {
  #subContents {
    margin: 0 auto;
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  #subContents {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #subContents {
    padding: 50px 10px;
  }
  .sub-contents p {
    margin-bottom: 10px;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
  }
  .sub-contents .big-txt {
    margin-bottom: 20px;
    font-size: 25px;
    word-break: keep-all;
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 13px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #6A6A82;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
  line-height: 30px;
}

.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;
  border-top: 1px solid #6A6A82;
}

/* Line 색상 */
.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 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;
  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;
  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;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 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,
.btn-sub,
.whois-button-submit {
  color: #fff;
  background-color: #01b5e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-search:focus,
.btn-search:hover,
.btn-sub:focus,
.btn-sub:hover,
.whois-button-submit:focus,
.whois-button-submit:hover {
  color: #fff;
  background-color: #0094b9;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #6A6A82;
  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 #6A6A82;
}

.sub-border-t {
  border-top: 1px solid #6A6A82;
}

.sub-border-r {
  border-right: 1px solid #6A6A82;
}

.sub-border-b {
  border-bottom: 1px solid #6A6A82;
}

.sub-border-l {
  border-left: 1px solid #6A6A82;
}

.sub-bg {
  background-color: #6A6A82;
}

.sub-bg-hover:hover {
  background-color: #59598a;
}

.whois-board-row-subject a {
  font-size: 18px;
  line-height: 28px;
  color: #040404;
}
@media screen and (max-width: 768px) {
  .whois-board-row-subject a {
    font-size: 14px;
    line-height: 24px;
  }
}

.whois-portfolio-item-title span {
  font-size: 18px;
  line-height: 28px;
  color: #040404;
}
@media screen and (max-width: 768px) {
  .whois-portfolio-item-title span {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 로그인/회원가입 관련 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;
  transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control.first,
.material-form .input-group .form-control:first-child,
.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,
.material-form .input-group .form-control:last-child,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child .btn,
.material-form .input-group .input-group-btn:last-child button {
  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;
}

/* 신청폼 등 기타 레이아웃 (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}

.sub-contents .dotList > li {
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #777;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .sub-contents .dotList > li {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub-contents .dotList > li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #555;
}
.sub-contents .wrap-numList {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 15px;
}
.sub-contents .wrap-numList .txt-area {
  padding: 40px 0;
}
.sub-contents .numList {
  display: flex;
  flex-wrap: wrap;
  counter-reset: my-sec-counter;
  gap: 10px;
}
.sub-contents .numList > li {
  position: relative;
  width: 100%;
  line-height: 1.8;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #777;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sub-contents .numList > li {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub-contents .numList > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
  color: #0d50a4;
  font-weight: 700;
}
.sub-contents .numList > li b {
  font-weight: 500;
  color: #5a5a5a;
}
.sub-contents .top-txt strong {
  color: #030303;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.sub-contents .top-txt strong b {
  color: #0d50a4;
}
.sub-contents .top-txt p {
  font-size: 18px;
  line-height: 28px;
  color: #777;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sub-contents .top-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.sub-contents .top-txt .pic_box {
  text-align: center;
  margin-top: 40px;
}
.sub-contents .top-txt .pic_box img {
  border: 1px solid #000;
}
.sub-contents .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sub-contents .wrap-numList .txt-area {
    padding: 20px 0;
  }
  .sub-contents .numList > li {
    padding-left: 16px;
  }
  .sub-contents .dotList > li:before {
    top: 11px;
  }
  .sub-contents .top-txt strong {
    font-size: 20px;
  }
  .sub-contents .top-txt .pic_box {
    margin-top: 20px;
  }
  .sub-contents .mt80 {
    margin-top: 60px;
  }
}

.sub1-1 .pic-area {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: 490px;
  background: url("/images/kor08r-18-0408/sub/sub1_1_img.jpg") no-repeat center;
}
.sub1-1 .pic-area h4 {
  display: table-cell;
  vertical-align: middle;
  color: #040404 !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  text-align: center;
  padding-left: 45%;
  margin-right: 0;
}
.sub1-1 .pic-area h4 strong {
  color: #0d50a4;
}
.sub1-1 .pic-area h4 b {
  position: relative;
}
.sub1-1 .pic-area h4 b.quotes_start {
  right: 20px;
}
.sub1-1 .pic-area h4 b.quotes_end {
  left: 20px;
}
.sub1-1 .pic-area h4 b img {
  vertical-align: top;
}
.sub1-1 .intro-area > .area {
  margin-top: 60px;
}
.sub1-1 .tit {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 80px;
  padding: 10px 0;
  background: #142950;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub1-1 .tit {
    font-size: 16px;
  }
}
.sub1-1 .txt-area {
  padding: 40px;
  border-top: 1px solid #142950;
  border-bottom: 1px solid #d8dee5;
}
.sub1-1 .dotList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.sub1-1 .dotList li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 980px) {
  .sub1-1 .pic-area {
    background-position: 20%;
  }
  .sub1-1 .pic-area h4 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .sub1-1 .pic-area {
    height: 420px;
    background-size: auto 100%;
    background-position: 10%;
  }
  .sub1-1 .pic-area h4 {
    position: absolute;
    bottom: 0px;
    padding: 0;
    text-align: center;
    font-size: 23px !important;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
  }
  .sub1-1 .pic-area h4 strong {
    color: #fff;
  }
  .sub1-1 .pic-area h4 b {
    display: none;
  }
  .sub1-1 .intro-area > .area {
    margin-top: 40px;
  }
  .sub1-1 .tit {
    margin-bottom: 20px;
  }
  .sub1-1 .txt-area {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .sub1-1 .pic-area {
    height: 350px;
    background-position: 10%;
  }
  .sub1-1 .dotList li {
    width: 100%;
  }
}

.sub2 .top-txt strong b {
  color: #c63b42;
}