@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subTop {
  z-index: 666;
}

.sub-visual {
  position: relative;
  width: 100%;
  height: 450px;
  text-align: center;
  background: url("/images/kor08r-22-0458/sub/sub_visual.png") no-repeat 70% center/cover;
}

.sub-visual > div {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
}

.sub-visual h2 {
  margin-bottom: 15px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  font-size: 48px;
  color: #111;
}

.sub-visual p {
  font-size: 18px;
  color: #111;
  font-weight: 300;
  letter-spacing: 1px;
}

.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;
  height: 60px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}

.sub-tab.fixed ul {
  margin: 0 auto;
  width: 100%;
}

.sub-tab li {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
}

.sub-tab li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
}

.sub-tab li:first-child a {
  border-left: 1px solid #ddd;
}

.sub-tab li.active a {
  color: #fff;
  background: #ffa116;
  border-color: #ffa116;
}

.sub-tab.fixed a {
  border-bottom: 0;
  border-top: 0;
}

/* iE 낮은 버전을 위해 */
.common-nav {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 1200px) {
  .sub-tab > ul {
    width: calc(100% - 40px);
    border: none;
  }
  .sub-tab .col-1 li {
    width: 100%;
  }
  .sub-tab .col-2 li {
    width: 50%;
  }
  .sub-tab .col-3 li {
    width: 33.33%;
  }
  .sub-tab .col-4 li {
    width: 25%;
  }
}
/*회원 및 약관에 사용되는 추가 값*/
@media only screen and (max-width: 980px) {
  .sub-visual {
    height: 300px;
  }
  .sub-visual > div {
    top: 65px;
  }
  .sub-visual h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-visual {
    height: 220px;
  }
  .sub-visual > div {
    height: 25px;
  }
  .sub-visual h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .sub-visual p {
    font-size: 15px;
  }
  .sub-tab > ul {
    width: calc(100% - 20px);
    height: 50px;
  }
  .sub-tab li {
    height: 50px;
  }
  .sub-tab li a {
    height: 50px;
    line-height: 48px;
    font-size: 17px;
  }
  .common-nav h3 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .sub-tab {
    min-width: 320px;
  }
  .sub-tab .col-1 li a, .sub-tab .col-2 li a {
    font-size: 15px;
  }
  .sub-tab .col-3 li a, .sub-tab .col-4 li a {
    font-size: 13px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  padding: 100px 0;
  width: 100%;
  text-align: center;
}

.sub-contents p {
  word-break: keep-all;
}

.contents_sub {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
}

#subContents .content-wrap, .gallery-wrap, #subContents .body, #subContents .sub-content {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
}

.cont_title {
  font-size: 38px;
  color: #111;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.cont_title span {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .cont_title span {
    font-size: 16px;
  }
}

.cont_title:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ffa116;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cont_stitle {
  font-size: 25px;
  color: #333;
  font-weight: 500;
  margin: 80px 0px 30px 0px;
}

.cont_stitle:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  background: #ffa116;
  margin-right: 10px;
  vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
  #subContents {
    padding: 100px 20px;
  }
  .sub-contents {
    width: 100%;
  }
  .contents_sub {
    width: 100%;
  }
  #subContents .content-wrap, .gallery-wrap, #subContents .body, #subContents .sub-content {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #subContents {
    padding: 60px 20px;
  }
  .cont_title {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .cont_title:before {
    width: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #subContents {
    padding: 50px 10px;
  }
  .cont_title {
    font-size: 22px;
  }
  .cont_title span {
    margin-top: 15px;
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 16px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0;
  padding: 15px 0px 10px 0px;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #ffa116;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
  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 #ffa116;
}

/* 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: #555;
  -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: #333;
}

/* 게시판 공통 */
.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: #ff4e00;
}

.sub-bg-hover:hover {
  background-color: #59598a;
}

/* 로그인/회원가입 관련 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: 500;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}

.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;
}

@media only screen and (max-width: 480px) {
  .material-form .sub-header h4 {
    font-size: 16px;
  }
}
/*.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;
}

#btn_user_join {
  font-size: 16px;
}

.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 {
  position: relative;
  width: 100%;
}
.sub-contents .sub-con {
  width: 100%;
  text-align: left;
}
.sub-contents .sub-con .inner {
  width: 100%;
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.sub-contents .sub-con > section:first-child .inner {
  padding-top: 0;
}
.sub-contents .sub-con > section:last-child .inner {
  padding-bottom: 0;
}
.sub-contents .sub-con > section:not(:last-child) .inner {
  border-bottom: 1px solid #ddd;
}
.sub-contents .dot-tit {
  position: relative;
  font-size: 38px;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sub-contents .dot-tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sub-contents .dot-tit {
    font-size: 24px;
  }
}
.sub-contents .dot-tit:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 8px;
  background: url("/images/kor08r-22-0458/sub/title_bg.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .txt {
  font-size: 18px;
  color: #555;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sub-contents .txt {
    font-size: 16px;
  }
}
.sub-contents .txt b {
  font-weight: 500;
  color: #ff4e00;
}
.sub-contents .txt span {
  font-size: 16px;
  color: #777;
}
@media screen and (max-width: 768px) {
  .sub-contents .txt span {
    font-size: 14px;
  }
}
.sub-contents .alignC {
  text-align: center !important;
}
.sub-contents .bar-tit {
  text-align: center;
  margin-bottom: 60px;
}
.sub-contents .bar-tit span {
  font-size: 18px;
  color: #777;
  font-weight: 300;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .sub-contents .bar-tit span {
    font-size: 16px;
  }
}
.sub-contents .bar-tit h3 {
  position: relative;
  font-size: 40px;
  color: #111;
  font-weight: 300;
  padding: 30px 0 35px 0;
  line-height: 1.2;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub-contents .bar-tit h3 {
    font-size: 30px;
  }
}
.sub-contents .bar-tit h3 b {
  font-weight: 600;
}
.sub-contents .bar-tit h3:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #ff4e00, #ffa116);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .bar-tit .txt {
  margin-top: 40px;
}
.sub-contents .bar-tit.bar-titL {
  text-align: left;
  margin-bottom: 0;
}
.sub-contents .bar-tit.bar-titL h3:after {
  left: 0;
  transform: unset;
}
.sub-contents .img-txt {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.sub-contents .img-txt dl {
  align-self: center;
}
.sub-contents .img-txt dt {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub-contents .img-txt dt {
    font-size: 16px;
  }
}
.sub-contents .img-txt dd {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sub-contents .img-txt dd {
    font-size: 30px;
  }
}
.sub-contents .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .sub-contents .sub-con .inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 980px) {
  .sub-contents .sub-con .inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .sub-contents .dot-tit {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sub-contents .bar-tit {
    margin-bottom: 50px;
  }
  .sub-contents .bar-tit h3 {
    padding: 20px 0 25px 0;
  }
  .sub-contents .bar-tit h3:after {
    width: 70px;
  }
  .sub-contents .bar-tit .txt {
    margin-top: 30px;
  }
  .sub-contents .img-txt {
    height: 300px;
  }
  .sub-contents .mt60 {
    margin-top: 40px;
  }
}

.sub1-1 > section .inner {
  border-bottom: 0 !important;
}
.sub1-1 > section:not(:first-child) .inner {
  padding: 0 20px !important;
}
.sub1-1 > section.bgY {
  background: #f9f9f9;
}
.sub1-1 > section.bgY, .sub1-1 > section:nth-child(3) {
  padding: 100px 0;
}
.sub1-1 .sub-top {
  position: relative;
}
.sub1-1 .sub-top p {
  display: block;
  position: absolute;
  background: #ffa116;
  bottom: -70px;
  left: 70px;
  padding: 30px 100px 20px 50px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .sub1-1 .sub-top p {
    font-size: 16px;
  }
}
.sub1-1 .sub-top p strong {
  display: block;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sub1-1 .sub-top p strong {
    font-size: 22px;
  }
}
.sub1-1 .txt-area {
  padding-left: 430px;
  margin-top: 100px;
}
.sub1-1 .txt-area p {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sub1-1 .txt-area p {
    font-size: 16px;
  }
}
.sub1-1 .txt-area p.big-txt {
  font-size: 25px;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sub1-1 .txt-area p.big-txt {
    font-size: 18px;
  }
}
.sub1-1 .txt-area p.big-txt strong {
  font-weight: 700;
  color: #ff4e00;
}
@media screen and (max-width: 1200px) {
  .sub1-1 .sub-top p {
    bottom: 50px;
    left: 0;
  }
  .sub1-1 .txt-area {
    padding-left: 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 980px) {
  .sub1-1 > section.bgY, .sub1-1 > section:nth-child(3) {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .sub1-1 .sub-top p {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    bottom: unset;
    white-space: normal;
  }
  .sub1-1 .sub-top p strong {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .sub1-1 .txt-area {
    margin-top: 50px;
  }
  .sub1-1 .txt-area p {
    margin-bottom: 20px;
  }
  .sub1-1 .txt-area p.big-txt {
    margin-bottom: 30px;
  }
}

.sub1-4 .root_daum_roughmap {
  width: 100%;
}
.sub1-4 > section .inner {
  border-bottom: 0 !important;
}
.sub1-4 > section.bgY {
  background: #f9f9f9;
  padding: 100px 0;
}
.sub1-4 > section.bgY .inner {
  padding-bottom: 0 !important;
}
.sub1-4 .addr {
  padding-bottom: 40px;
}
.sub1-4 .addr dl {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sub1-4 .addr dt {
  font-size: 25px;
  color: #ff4e00;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sub1-4 .addr dt {
    font-size: 18px;
  }
}
.sub1-4 .addr dd {
  font-size: 20px;
  color: #333;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .sub1-4 .addr dd {
    font-size: 16px;
  }
}
.sub1-4 .txt-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sub1-4 .txt-area .areaL {
  width: 45%;
}
.sub1-4 .txt-area .areaR {
  width: 55%;
  padding-left: 40px;
  border-left: 1px solid #ddd;
}
.sub1-4 .txt-area .areaR dl:first-child {
  margin-bottom: 40px;
}
.sub1-4 .txt-area dt {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub1-4 .txt-area dt {
    font-size: 16px;
  }
}
.sub1-4 .txt-area dd {
  position: relative;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .sub1-4 .txt-area dd {
    font-size: 16px;
  }
}
.sub1-4 .txt-area dd:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #888;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.sub1-4 .txt-area dd:not(:last-child) {
  margin-bottom: 10px;
}
.sub1-4 .btn-area {
  text-align: center;
  margin-top: 60px;
}
.sub1-4 .btn-area a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  padding: 10px 40px;
  background: #ffa116;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sub1-4 .btn-area a {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sub1-4 > section.bgY {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .sub1-4 .txt-area {
    gap: 30px;
  }
  .sub1-4 .txt-area .areaL {
    width: 100%;
  }
  .sub1-4 .txt-area .areaR {
    width: 100%;
    padding: 30px 0 0 0;
    border-left: 0;
    border-top: 1px solid #ddd;
  }
  .sub1-4 .txt-area .areaR dl:first-child {
    margin-bottom: 30px;
  }
  .sub1-4 .txt-area dt {
    margin-bottom: 15px;
  }
  .sub1-4 .txt-area dd:not(:last-child) {
    margin-bottom: 7px;
  }
  .sub1-4 .btn-area {
    margin-top: 40px;
  }
}

.sub2 .img-txt {
  background: url(/images/kor08r-22-0458/sub/2_img_txt_bg.png) no-repeat center center/cover;
}
.sub2 .sec2 .process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.sub2 .sec2 .process > div {
  width: 20%;
}
.sub2 .sec2 .process .tit {
  display: inline-block;
  text-align: center;
  width: 140px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #000;
  border-radius: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sub2 .sec2 .process .tit {
    font-size: 16px;
  }
}
.sub2 .sec2 .process .pro-img {
  margin: 20px 0;
}
.sub2 .sec2 .process .pro-img img {
  width: 100%;
  max-width: 234px;
  height: auto;
  border: 2px solid #ffa116;
}
.sub2 .sec3 .arrow-area {
  padding: 40px 0 40px 135px;
  background: url(/images/kor08r-22-0458/sub/2_sec3_arrow.png) no-repeat left bottom;
}
.sub2 .sec3 .arrow-area > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sub2 .sec3 .arrow-area > div:not(:last-child) {
  margin-bottom: 40px;
}
.sub2 .sec3 .arrow-area .img-area {
  width: 445px;
}
.sub2 .sec3 .arrow-area .img-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.sub2 .sec3 .arrow-area .img-area ul li img {
  max-width: 204px;
  width: 100%;
  height: auto;
  border: 2px solid #f2f2f2;
}
.sub2 .sec3 .arrow-area .txt-area {
  width: calc(100% - 475px);
  align-self: center;
}
.sub2 .sec3 .arrow-area .txt-area dl {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sub2 .sec3 .arrow-area .txt-area dt {
  width: 37px;
}
.sub2 .sec3 .arrow-area .txt-area dt span {
  display: inline-block;
  width: 37px;
  height: 37px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  background: #ffa116;
}
@media screen and (max-width: 768px) {
  .sub2 .sec3 .arrow-area .txt-area dt span {
    font-size: 16px;
  }
}
.sub2 .sec3 .arrow-area .txt-area dd {
  width: calc(100% - 37px - 15px);
  margin-top: 7px;
}
.sub2 .sec4 .txt-area ul, .sub2 .sec5 .txt-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub2 .sec4 .txt-area ul li, .sub2 .sec5 .txt-area ul li {
  width: calc(50% - 5px);
}
.sub2 .sec6 .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub2 .sec6 .inner > div {
  width: calc(50% - 20px);
}
.sub2 .sec6 .inner .img-area {
  background: #f2f2f2;
  text-align: center;
  padding: 40px;
}
.sub2 .sec6 .inner .img-area img {
  width: 100%;
  max-width: 440px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sub2 .sec2 .process > div {
    width: calc((100% - 60px) / 4);
  }
  .sub2 .sec3 .arrow-area .txt-area {
    width: 100%;
    padding-left: 130px;
  }
  .sub2 .sec6 .inner > div {
    width: 100%;
  }
  .sub2 .sec6 .inner .bar-tit.bar-titL {
    text-align: center;
  }
  .sub2 .sec6 .inner .bar-tit.bar-titL h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sub2 .sec2 .process {
    gap: 30px;
  }
  .sub2 .sec2 .process > div {
    width: calc((100% - 30px) / 2);
  }
  .sub2 .sec3 .arrow-area {
    padding: 40px 0 40px 60px;
    background: url(/images/kor08r-22-0458/sub/2_sec3_arrow_s.png) no-repeat left bottom;
  }
  .sub2 .sec3 .arrow-area > div {
    gap: 20px;
  }
  .sub2 .sec3 .arrow-area .img-area {
    max-width: 445px;
    width: 100%;
  }
  .sub2 .sec3 .arrow-area .img-area ul {
    justify-content: flex-start;
    gap: 20px;
  }
  .sub2 .sec3 .arrow-area .img-area ul li {
    max-width: calc(50% - 10px);
  }
  .sub2 .sec3 .arrow-area .txt-area {
    padding-left: 110px;
  }
  .sub2 .sec3 .arrow-area .txt-area dt {
    width: 30px;
  }
  .sub2 .sec3 .arrow-area .txt-area dt span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sub2 .sec3 .arrow-area .txt-area dd {
    width: calc(100% - 45px);
    margin-top: 5px;
  }
  .sub2 .sec6 .inner {
    gap: 30px;
  }
  .sub2 .sec6 .inner .img-area {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sub2 .sec4 .txt-area ul li, .sub2 .sec5 .txt-area ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sub2 .sec3 .arrow-area {
    background: url(/images/kor08r-22-0458/sub/2_sec3_arrow_xs.png) no-repeat left bottom;
  }
  .sub2 .sec3 .arrow-area .img-area ul {
    gap: 10px;
  }
  .sub2 .sec3 .arrow-area .img-area ul li {
    max-width: calc(50% - 5px);
  }
  .sub2 .sec3 .arrow-area .txt-area {
    padding-left: 50px;
  }
}

.sub3 .img-txt {
  background: url(/images/kor08r-22-0458/sub/3_img_txt_bg.png) no-repeat center center/cover;
}
.sub3 .sec2 .process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.sub3 .sec2 .process > div {
  width: calc((100% - 90px) / 3);
}
.sub3 .sec2 .process .tit {
  display: inline-block;
  text-align: center;
  width: 160px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #000;
  border-radius: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sub3 .sec2 .process .tit {
    font-size: 16px;
  }
}
.sub3 .sec2 .process .pro-img {
  margin: 20px 0;
}
.sub3 .sec2 .process .pro-img img {
  width: 100%;
  max-width: 370px;
  height: auto;
  border: 2px solid #ffa116;
}
@media screen and (max-width: 980px) {
  .sub3 .sec2 .process > div {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sub3 .sec2 .process {
    gap: 30px;
  }
  .sub3 .sec2 .process > div {
    width: 100%;
  }
}

.sub4 .img-txt {
  background: url(/images/kor08r-22-0458/sub/4_img_txt_bg.png) no-repeat center center/cover;
}
.sub4 .sec-common .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub4 .sec-common .inner > div {
  width: calc(50% - 20px);
}
.sub4 .sec-common .inner .img-area {
  display: flex;
  justify-content: center;
  border: 2px solid #f2f2f2;
}
.sub4 .sec-common .inner .img-area p {
  align-self: center;
  margin-bottom: 0;
}
.sub4 .sec-common .inner .img-area img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
.sub4 .sec4 .img-area, .sub4 .sec5 .img-area {
  background: #fdfdff;
}
@media screen and (max-width: 980px) {
  .sub4 .sec-common .inner > div {
    width: 100%;
  }
  .sub4 .sec-common .inner .bar-tit.bar-titL {
    text-align: center;
  }
  .sub4 .sec-common .inner .bar-tit.bar-titL h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sub4 .sec-common .inner {
    gap: 30px;
  }
}

.sub5 .img-txt {
  background: url(/images/kor08r-22-0458/sub/5_img_txt_bg.png) no-repeat center center/cover;
}
.sub5 .sec2 .process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.sub5 .sec2 .process > div {
  width: calc((100% - 90px) / 3);
}
.sub5 .sec2 .process .tit {
  display: inline-block;
  text-align: center;
  width: 140px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #000;
  border-radius: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sub5 .sec2 .process .tit {
    font-size: 16px;
  }
}
.sub5 .sec2 .process .pro-img {
  margin: 20px 0;
  background: url(/images/kor08r-22-0458/sub/5_sec2_pattern.png) repeat;
  text-align: center;
  padding: 40px;
  border: 1px solid #48c2cc;
}
.sub5 .sec2 .process .pro-img span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sub5 .sec2 .process .pro-img span {
    font-size: 16px;
  }
}
.sub5 .sec-common .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub5 .sec-common .inner > div {
  width: calc(50% - 20px);
}
.sub5 .sec-common .inner .img-area {
  background: #f2f2f2;
  text-align: center;
  padding: 40px;
}
.sub5 .sec-common .inner .img-area img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.sub5 .sec4 .inner .img-area img {
  max-width: 247px;
}
@media screen and (max-width: 980px) {
  .sub5 .sec2 .process > div {
    width: calc((100% - 60px) / 3);
  }
  .sub5 .sec-common .inner > div {
    width: 100%;
  }
  .sub5 .sec-common .inner .bar-tit.bar-titL {
    text-align: center;
  }
  .sub5 .sec-common .inner .bar-tit.bar-titL h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sub5 .sec2 .process {
    gap: 30px;
  }
  .sub5 .sec2 .process > div {
    width: 100%;
  }
  .sub5 .sec-common .inner {
    gap: 30px;
  }
  .sub5 .sec-common .inner .img-area {
    padding: 30px;
  }
}