@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {
  position: relative;
  padding: 0 20px 60px;
  margin: 0 auto;
  width: 1240px;
  box-sizing: border-box;
}

#commonContainer {
  position: relative;
  padding: 30px 20px 60px;
  margin: 0 auto;
  width: 1280px;
  box-sizing: border-box;
}

#subContainer:after {
  content: "";
  display: block;
  clear: both;
}

#leftMenu {
  float: left;
  margin-top: -50px;
  width: 250px;
}

#subContents {
  float: right;
  padding-top: 60px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  #subContainer {
    width: 100%;
  }
  #commonContainer {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #commonContainer,
  #subContainer {
    padding: 0 30px 60px;
  }
  #leftMenu {
    display: none;
  }
  #subContents {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #commonContainer,
  #subContainer {
    padding: 0 30px 60px;
  }
}
/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual {
  display: table;
  width: 100%;
  height: 246px;
  background: url("/images/kor05r-18-0407/sub/sub_visual.jpg") no-repeat center top/cover;
}

.sub-visual .sub_copy {
  text-align: center;
  color: #fff !important;
  line-height: 246px;
  display: table-cell;
  vertical-align: middle;
}

.sub-visual .sub_copy strong {
  display: block;
  font-size: 50px;
  font-family: "Nanum Square";
  line-height: 50px;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.sub-visual .sub_copy p {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0;
}

@media only screen and (max-width: 980px) {
  .sub-visual {
    display: none;
  }
}
/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.left-menu h2 {
  padding: 35px 0;
  text-align: center;
  font-family: "Nanum Square";
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background: #11163d;
}

.left-menu li {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-top: 0;
}

.left-menu li a {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  text-transform: uppercase;
  font-family: "Nanum Square";
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #898989;
  background: #fff;
}

.left-menu li a:after {
  display: block;
  float: right;
  content: "❯";
  color: #898989;
}

.left-menu li a:active, .left-menu li a:active:after, .left-menu li a:hover, .left-menu li a:hover:after, .left-menu li.active a, .left-menu li.active a:after {
  color: #3d427c;
}

/* 좌측배너 */
.left-banner {
  margin-top: 30px;
  padding: 25px 20px 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: url("/images/kor05r-18-0407/sub/left_banner_bg.gif") no-repeat center center/cover;
  border: 1px solid #d7d7d7;
}

.left-banner p {
  font-size: 17px;
  color: #191718;
}

.left-banner .tit {
  font-size: 22px;
  font-weight: bold;
}

.left-banner h3 {
  display: inline-block;
  margin-top: 25px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background: #f42121;
  border-radius: 20px;
}

.left-banner h3 + p {
  font-weight: bold;
  font-size: 22px;
  color: #f42121;
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title {
  position: relative;
  margin: 0 0 120px;
}

.sub-title:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 2px solid #9c9c9c;
  bottom: -60px;
  position: absolute;
  left: 0;
  width: 100%;
}

.sub-title h3 {
  font-family: "Nanum Square";
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.sub-title .page-navi {
  position: absolute;
  right: 0;
  margin-bottom: 16px;
  text-align: right;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 12px;
  color: #666;
}

.sub-title .page-navi strong {
  border-bottom: 1px solid #3e3e3e;
  color: #3e3e3e;
  font-weight: 500;
}

@media only screen and (max-width: 980px) {
  .sub-title {
    margin-bottom: 60px;
  }
  .sub-title:after {
    bottom: -30px;
  }
  .sub-title .page-navi {
    position: relative;
    padding: 10px;
    margin: 20px 0;
    background-color: #f1f1f1;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-title:after {
    bottom: -15px;
    border-width: 1px;
    border-color: #e1e1e1;
  }
  .sub-title h3 {
    margin: 20px 0 30px;
    font-size: 30px;
  }
}
/* 게시판 관련 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: #000;
}

/* 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;
}

.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: 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: #ab7763;
  -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: #755346;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #3d427c;
  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 #3d427c;
}

.sub-border-t {
  border-top: 1px solid #3d427c;
}

.sub-border-r {
  border-right: 1px solid #3d427c;
}

.sub-border-b {
  border-bottom: 1px solid #3d427c;
}

.sub-border-l {
  border-left: 1px solid #3d427c;
}

.sub-bg {
  background-color: #3d427c;
}

.sub-bg-hover:hover {
  background-color: #36384e;
}

/* 로그인/회원가입 관련 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;
}

.sub-contents .txt {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  word-break:keep-all;
}
@media screen and (max-width: 767px) {
  .sub-contents .txt {
    font-size: 14px;
  }
}
.sub-contents .txt b {
  color: #ab7763;
  font-weight: 400;
}
.sub-contents .bar-tit {
  position: relative;
  font-size: 40px;
  color: #1b1b1b;
  font-weight: 700;
  font-family: "Nanum Square";
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sub-contents .bar-tit {
    font-size: 30px;
  }
}
.sub-contents .bar-tit b {
  color: #ab7763;
}
.sub-contents .bar-tit:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub1-1 > div.area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.sub1-1 > div.area.area1 {
  margin-bottom: 120px;
}
.sub1-1 > div.area.area1 .cont-img {
  background: url("/images/kor05r-18-0407/sub/1_1_img1.jpg") no-repeat center center/cover;
}
.sub1-1 > div.area.area2 {
  flex-direction: row-reverse;
}
.sub1-1 > div.area.area2 .cont-img {
  background: url("/images/kor05r-18-0407/sub/1_1_img2.jpg") no-repeat center center/cover;
}
.sub1-1 .cont-txt {
  width: calc(50% - 30px);
}
.sub1-1 .cont-img {
  width: calc(50% - 30px);
  min-height: 400px;
}
.sub1-1 .txt {
  line-height: 33px;
}
@media screen and (max-width: 980px) {
  .sub1-1 > div.area {
    gap: 40px;
  }
  .sub1-1 .cont-txt, .sub1-1 .cont-img {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .sub1-1 > div.area {
    gap: 30px;
  }
  .sub1-1 > div.area.area1:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .sub1-1 .cont-txt, .sub1-1 .cont-img {
    width: 100%;
  }
}

.sub1-2 > div.area:first-child {
  position: relative;
  margin-bottom: 120px;
}
.sub1-2 > div.area:first-child:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.sub1-2 .txt-area {
  margin-top: 80px;
}
.sub1-2 .txt-area > dl:not(:last-child) {
  margin-bottom: 60px;
}
.sub1-2 .txt-area dt {
  font-size: 25px;
  color: #1b1b1b;
  font-weight: 700;
  font-family: "Nanum Square";
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sub1-2 .txt-area dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sub1-2 .txt-area {
    margin-top: 60px;
  }
  .sub1-2 .txt-area > dl:not(:last-child) {
    margin-bottom: 40px;
  }
  .sub1-2 .txt-area dt {
    margin-bottom: 5px;
  }
}

.sub3-1 * {
  font-family: "Nanum Myeongjo";
  letter-spacing: -0.5px;
}
.sub3-1 .area {
  background: #edf9f9;
  padding: 70px 0;
}
.sub3-1 .tit {
  width: 520px;
  margin: 0 auto 50px;
  line-height: 1;
  font-size: 40px;
  color: #1b1b1b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sub3-1 .tit {
    font-size: 30px;
  }
}
.sub3-1 .tit b {
  font-weight: 900;
}
.sub3-1 .txt-area {
  font-size: 25px;
  color: #1b1b1b;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub3-1 .txt-area {
    font-size: 18px;
  }
}
.sub3-1 .txt-area dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sub3-1 .txt-area dt, .sub3-1 .txt-area dd {
  background: #d3bebe;
  padding: 20px;
  color: #1b1b1b;
}
.sub3-1 .txt-area dt {
  width: 200px;
  text-align: center;
}
.sub3-1 .txt-area dd {
  width: 300px;
  word-break: keep-all;
}
.sub3-1 .txt-area dd span {
  font-family: "Nanum Square";
}
@media screen and (max-width: 767px) {
  .sub3-1 .area {
    padding: 50px 20px;
  }
  .sub3-1 .tit {
    max-width: 100%;
    width: 400px;
  }
  .sub3-1 .txt-area dt {
    width: 150px;
  }
  .sub3-1 .txt-area dd {
    max-width: calc(100% - 170px);
    width: 230px;
  }
}
@media screen and (max-width: 480px) {
  .sub3-1 .tit {
    width: 100%;
  }
  .sub3-1 .txt-area dl {
    gap: 0;
  }
  .sub3-1 .txt-area dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .sub3-1 .txt-area dt {
    width: 100%;
  }
  .sub3-1 .txt-area dd {
    width: 100%;
    max-width: unset;
    text-align: center;
    padding-top: 0;
  }
}

.sub3-2 * {
  font-family: "Nanum Myeongjo";
  letter-spacing: -0.5px;
}
.sub3-2 .area {
  background: #edf9f9;
  padding: 70px 0;
}
.sub3-2 .tit {
  width: 675px;
  margin: 0 auto 50px;
  line-height: 1;
  font-size: 40px;
  color: #1b1b1b;
  font-weight: 700;
}

.sub3-2 .txt-area p {
	text-align:center;
	margin-top:100px;
}

.sub3-2 .txt-area img{
	width:60%;
}

@media screen and (max-width: 767px) {
  .sub3-2 .tit {
    font-size: 30px;
  }
}
.sub3-2 .tit b {
  font-weight: 900;
}
.sub3-2 .txt-area {
  font-size: 25px;
  color: #1b1b1b;
  font-weight: 400;
}

.sub3-2 .txt-area img{
	width:100%;
}

@media screen and (max-width: 767px) {
  .sub3-2 .txt-area {
    font-size: 18px;
  }
}
.sub3-2 .txt-area dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sub3-2 .txt-area dt, .sub3-2 .txt-area dd {
  background: #d3bebe;
  padding: 20px;
  color: #1b1b1b;
}
.sub3-2 .txt-area dt {
  width: 200px;
  text-align: center;
}
.sub3-2 .txt-area dd {
  width: 455px;
  word-break: keep-all;
}
.sub3-2 .txt-area dd span {
  font-family: "Nanum Square";
}
@media screen and (max-width: 767px) {
  .sub3-2 .area {
    padding: 50px 20px;
  }
  .sub3-2 .tit {
    max-width: 100%;
    width: 505px;
  }
  .sub3-2 .txt-area dt {
    width: 150px;
  }
  .sub3-2 .txt-area dd {
    max-width: calc(100% - 170px);
    width: 335px;
  }
}
@media screen and (max-width: 480px) {
  .sub3-2 .tit {
    width: 100%;
  }
  .sub3-2 .txt-area dl {
    gap: 0;
  }
  .sub3-2 .txt-area dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .sub3-2 .txt-area dt {
    width: 100%;
  }
  .sub3-2 .txt-area dd {
    width: 100%;
    max-width: unset;
    text-align: center;
    padding-top: 0;
  }
}