@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {
  position: relative;
  padding: 250px 0 100px;
  margin: 0 auto;
  width: 1170px;
  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%;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 20px;
  color: #888;
  border-bottom: 1px solid #d1d1d1;
}

.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: "❯";
  font-weight: bold;
  color: #fe8402;
  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 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: #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;
  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;
}

.f-square, .sub5-1 .txt-area dl dd a, .sub5-1 .txt-area dl dd, .sub5-1 .txt-area dl dt, .sub3 .logo-area ul li span, .sub3 .pro-area .pro-tit p, .sub3 .pic-area dd, .sub3 .sec-tit p, .sub-contents .bar-list li, .sub-contents .slogan, .sub-contents .txt {
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
}

.sub-contents .mt70 {
  margin-top: 70px;
}
.sub-contents .mt40 {
  margin-top: 40px;
}
.sub-contents .mt20 {
  margin-top: 20px;
}
.sub-contents .mt10 {
  margin-top: 10px;
}
.sub-contents .cr-yellow {
  color: #f6ab0c;
}
.sub-contents .txt {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .sub-contents .txt {
    font-size: 14px;
  }
}
.sub-contents .txt span {
  color: #fd6500;
  font-weight: 400;
}
.sub-contents .txt b {
  color: #fd6500;
}
.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: 400;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sub-contents .slogan b {
    font-size: 30px;
  }
}
.sub-contents .bar-list li {
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .sub-contents .bar-list li {
    font-size: 14px;
  }
}
.sub-contents .bar-list li:not(:last-child) {
  margin-bottom: 10px;
}
.sub-contents .bar-list li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-contents .box-tit {
  margin-bottom: 25px;
  text-align: center;
}
.sub-contents .box-tit span {
  display: inline-block;
  padding: 10px 40px 7px 40px;
  font-family: "Nanum Square";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background: #feaf02;
  border-radius: 25px;
}
@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;
  }
  .sub-contents .mt20 {
    margin-top: 10px;
  }
  .sub-contents .mt10 {
    margin-top: 5px;
  }
  .sub-contents .bar-list li:before {
    top: 8px;
  }
  .sub-contents .bar-list li:not(:last-child) {
    margin-bottom: 7px;
  }
  .sub-contents .box-tit {
    margin-bottom: 15px;
  }
  .sub-contents .box-tit span {
    padding: 7px 20px 5px 20px;
    font-size: 25px;
  }
}

.sub1-1 {
  text-align: center;
}
.sub1-1 .txt {
  text-align: left;
}
.sub1-1 .txt span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sub3 > section:not(:last-child) {
  margin-bottom: 100px;
}
.sub3 .sec-tit {
  text-align: center;
  margin-top: 100px;
}
.sub3 .sec-tit p {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  background: #f6ab0c;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .sub3 .sec-tit p {
    font-size: 22px;
  }
}
.sub3 .pic-area {
  text-align: center;
}
.sub3 .pic-area dd {
  font-size: 23px;
  color: #222;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub3 .pic-area dd {
    font-size: 18px;
  }
}
.sub3 .pro-area {
  width: 100%;
  max-width: 740px;
  border-top: 1px solid #ddd;
  margin: 40px auto 20px;
}
.sub3 .pro-area > div {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.sub3 .pro-area > div:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.sub3 .pro-area > div:last-child {
  border-bottom: 1px solid #ddd;
}
.sub3 .pro-area .pro-tit {
  width: 180px;
}
.sub3 .pro-area .pro-tit p {
  position: relative;
  font-size: 23px;
  color: #222;
  font-weight: 400;
  padding-left: 25px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sub3 .pro-area .pro-tit p {
    font-size: 18px;
  }
}
.sub3 .pro-area .pro-tit p:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 5px solid #fd6500;
  border-radius: 50%;
}
.sub3 .pro-area .pro-txt {
  width: calc(100% - 180px);
}
.sub3 .poster {
  width: 100%;
  max-width: 740px;
  background: #f6f6f9;
  padding: 10px;
  margin: 0 auto;
}
.sub3 .poster ul {
  display: flex;
  gap: 1px;
}
.sub3 .sec1 .poster ul li {
  width: calc((100% - 7px) / 8);
}
.sub3 .sec2 .poster ul li {
  width: calc((100% - 6px) / 7);
}
.sub3 .logo-area {
  width: 100%;
  max-width: 740px;
  margin: 20px auto 0;
}
.sub3 .logo-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sub3 .logo-area ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 20px) / 2);
  border: 1px solid #ddd;
}
.sub3 .logo-area ul li p {
  padding: 20px 10px;
  text-align: center;
}
.sub3 .logo-area ul li span {
  display: block;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  background: #f6f6f9;
  font-size: 18px;
  color: #222;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub3 .logo-area ul li span {
    font-size: 14px;
  }
}
.sub3 .sec3 .logo-area li:last-child p {
  background: #7030a0;
}
.sub3 .sec4 .logo-area li:last-child p {
  background: #3a7c22;
}
@media screen and (max-width: 767px) {
  .sub3 .pic-area dt img {
    width: 170px;
  }
  .sub3 .pro-area {
    margin: 20px auto 10px;
  }
  .sub3 .pro-area > div {
    padding: 20px 0;
  }
  .sub3 .pro-area .pro-tit {
    width: 140px;
  }
  .sub3 .pro-area .pro-tit p {
    padding-left: 20px;
  }
  .sub3 .pro-area .pro-tit p:before {
    width: 12px;
    height: 12px;
    top: 2px;
    border-width: 4px;
  }
  .sub3 .pro-area .pro-txt {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 480px) {
  .sub3 .pro-area .pro-tit {
    width: 100%;
  }
  .sub3 .pro-area .pro-tit br {
    display: none;
  }
  .sub3 .pro-area .pro-txt {
    width: 100%;
    margin-top: 10px;
  }
}

.sub5-1 .txt-area {
  padding-bottom: 30px;
}
.sub5-1 .txt-area dl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 23px;
  gap: 5px;
}
.sub5-1 .txt-area dl dt {
  position: relative;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sub5-1 .txt-area dl dt {
    font-size: 14px;
  }
}
.sub5-1 .txt-area dl:not(.car) dt:after {
  content: " :";
}
.sub5-1 .txt-area dl dd {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .sub5-1 .txt-area dl dd {
    font-size: 14px;
  }
}
.sub5-1 .txt-area dl dd a {
  font-size: 18px;
  color: #222;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sub5-1 .txt-area dl dd a {
    font-size: 14px;
  }
}
.sub5-1 .txt-area dl.addr {
  background: url(/images/kor15r-17-0379/sub/5_1_ico_addr.png) no-repeat 0 2px;
}
.sub5-1 .txt-area dl.register {
  background: url(/images/kor15r-17-0379/sub/5_1_ico_register.png) no-repeat 0 2px;
}
.sub5-1 .txt-area dl:not(:last-child) {
  margin-bottom: 15px;
}
.sub5-1 iframe {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sub5-1 .txt-area {
    padding-bottom: 20px;
  }
  .sub5-1 .txt-area dl {
    padding-left: 18px;
    background-size: auto 14px !important;
    background-position-y: 1px !important;
  }
  .sub5-1 .txt-area dl dt, .sub5-1 .txt-area dl dd {
    width: 100%;
  }
  .sub5-1 .txt-area dl:not(:last-child) {
    margin-bottom: 12px;
  }
  .sub5-1 .txt-area dl:not(.car) dt:after {
    content: "";
  }
}


		