@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header.sub-header {
  position: relative;
  border-bottom: 1px solid #ddd;
}

#subContainer {
  position: relative;
  padding: 0 20px 60px;
  margin: 0 auto;
  width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#commonContainer {
  position: relative;
  padding: 30px 20px 60px;
  margin: 0 auto;
  width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#subContainer:after {
  content: "";
  display: block;
  clear: both;
}

#leftMenu {
  float: left;
  margin-top: -50px;
  width: 250px;
}

#subContents {
  float: right;
  padding-top: 50px;
  width: calc(100% - 300px);
}

@media only screen and (max-width: 1280px) {
  #subContainer {
    width: 100%;
  }
  #commonContainer {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  #subContainer, #commonContainer {
    padding: 0 20px 30px;
  }
  #leftMenu {
    display: none;
  }
  #subContents {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #subContainer, #commonContainer {
    padding: 0 10px 20px;
  }
}

/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual {
  height: 246px;
  background: url("/images/kor12r-17-0381/sub/sub_visual.png") no-repeat center center/cover;
}

@media only screen and (max-width: 980px) {
  .sub-visual {
    display: none;
  }
}

/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.left-menu h2 {
  padding: 30px 5px;
  text-align: center;
  font-family: "Nanum Square";
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background: #11163d;
  line-height: 1.3;
  letter-spacing: 0;
}

.left-menu li {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-top: 0;
}

.left-menu li a {
  position: relative;
  display: block;
  padding: 12px 45px 12px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Nanum Square";
  font-weight: bold;
  font-size: 18px;
  color: #898989;
  background: #fff;
}

.left-menu li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\276F";
  color: #898989;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.left-menu li.active a, .left-menu li a:hover, .left-menu li a:active,
.left-menu li.active a:after, .left-menu li a:hover:after, .left-menu li a:active:after {
  color: #3d427c;
}

/* 좌측배너 */
.left-banner {
  margin-top: 30px;
  padding: 25px 20px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: url("/images/kor06r-17-0370/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 {
  margin-bottom: 40px;
}

.sub-title:after {
  content: "";
  display: block;
  clear: both;
}

.sub-title h3 {
  font-family: "Nanum Square";
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.sub-title .page-navi {
  margin-bottom: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  color: #888;
}

.sub-title .page-navi strong {
  color: #3d427c;
}

@media only screen and (max-width: 980px) {
  .sub-title {
    margin-bottom: 30px;
  }
  .sub-title .page-navi {
    padding: 15px 20px;
    margin: 0 -20px 30px;
    width: calc(100% + 40px);
    text-align: left;
    background: #f4f4f4;
  }
}

@media only screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .sub-title h3 {
    margin-top: 10px;
    font-size: 24px;
  }
  .sub-title .page-navi {
    padding: 10px;
    margin: 0 -10px 20px;
    width: calc(100% + 20px);
  }
}

/* 게시판 관련 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: #000;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #3d427c;
}

/* Line 색상 */
.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;
  border-top: 1px solid #3d427c;
}

/* 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: #3d427c;
  -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: #36384e;
}

/* 게시판 공통 */
.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;
  -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;
}

.sub-contents > section {
  padding: 0 20px;
}

.sub-contents > section:not(:last-child) {
  margin-bottom: 120px;
}

.sub-contents > section > div.sec:not(:last-child) {
  margin-bottom: 60px;
}

.sub-contents .big-txt {
  font-size: 24px;
  color: #f08f75;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .sub-contents .big-txt {
    font-size: 20px;
  }
}

.sub-contents .barTit {
  position: relative;
  font-size: 23px;
  color: #3d427c;
  font-weight: 500;
  padding-top: 22px;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sub-contents .barTit {
    font-size: 19px;
  }
}

.sub-contents .barTit:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #3d427c;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-contents .txt {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sub-contents .txt {
    font-size: 13px;
  }
}

.sub-contents ul.dotList li {
  position: relative;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .sub-contents ul.dotList li {
    font-size: 13px;
  }
}

.sub-contents ul.dotList li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #3d427c;
  position: absolute;
  top: 8px;
  left: 0;
}

.sub-contents ul.dotList li:not(:last-child) {
  margin-bottom: 15px;
}

.sub-contents .mb10 {
  margin-bottom: 10px !important;
}

.sub-contents .mb25 {
  margin-bottom: 25px !important;
}

.sub-contents .mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .sub-contents > section:not(:last-child) {
    margin-bottom: 80px;
  }
  .sub-contents > section:not(:last-child) > div.sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .sub-contents ul.dotList li {
    padding-left: 10px;
  }
  .sub-contents ul.dotList li:before {
    top: 7px;
  }
  .sub-contents ul.dotList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .sub-contents .barTit {
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .sub-contents .barTit:before {
    width: 25px;
  }
  .sub-contents .mb10 {
    margin-bottom: 5px !important;
  }
  .sub-contents .mb25 {
    margin-bottom: 15px !important;
  }
  .sub-contents .mb30 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .sub-contents > section {
    padding: 0 10px;
  }
  .sub-contents .big-txt {
    margin: 0 -10px;
  }
}

.sub1-1 .sec1 .bg-area {
  background: #fafafa;
  border-radius: 30px;
  padding: 40px;
}

.sub1-1 .sec1 .bg-area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.sub1-1 .sec1 .bg-area > div p {
  width: 136px;
}

.sub1-1 .sec1 .bg-area > div ul.dotList {
  width: calc(100% - 166px);
}

.sub1-1 .sec1 .bg-area > div:not(:first-child) {
  padding-top: 30px;
}

.sub1-1 .sec1 .bg-area > div:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.sub1-1 .sec1 .bg-area .ceo-area .dotList {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sub1-1 .sec1 .bg-area .txt-area p {
  background: #3d427c;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .sub1-1 .sec1 .bg-area .txt-area p {
    font-size: 15px;
  }
}

.sub1-1 .sec1 .bg-area .txt-area ul.dotList {
  margin-top: 10px;
}

.sub1-1 .sec2 > div:nth-child(2) p.barTit {
  color: #f4833e;
}

.sub1-1 .sec2 > div:nth-child(2) p.barTit:before {
  background: #f4833e;
}

.sub1-1 .sec2 > div:nth-child(3) p.barTit {
  color: #78b552;
}

.sub1-1 .sec2 > div:nth-child(3) p.barTit:before {
  background: #78b552;
}

.sub1-1 .sec2 > div:last-child p.barTit {
  color: #6aa3db;
}

.sub1-1 .sec2 > div:last-child p.barTit:before {
  background: #6aa3db;
}

.sub1-1 .sec2 dt {
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sub1-1 .sec2 dt {
    font-size: 16px;
  }
}

.sub1-1 .sec2 .core > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.sub1-1 .sec2 .core > div:not(:last-child) {
  margin-bottom: 20px;
}

.sub1-1 .sec2 .core p {
  width: 136px;
  background: #3d427c;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .sub1-1 .sec2 .core p {
    font-size: 15px;
  }
}

.sub1-1 .sec2 .core ul.dotList {
  width: calc(100% - 166px);
  margin-top: 10px;
}

.sub1-1 .sec3 .logo-area {
  background: #fafafa;
  padding: 40px;
  text-align: center;
}

.sub1-1 .sec3 .txt b {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.sub1-1 .sec3 .txt b.orange {
  background: #f4833e;
}

.sub1-1 .sec3 .txt b.green {
  background: #78b552;
}

.sub1-1 .sec3 .txt b.blue {
  background: #6aa3db;
}

.sub1-1 .sec3 .txt b.white {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sub1-1 .sec1 .bg-area {
    padding: 25px;
  }
  .sub1-1 .sec1 .bg-area > div {
    gap: 20px;
  }
  .sub1-1 .sec1 .bg-area > div p {
    width: 100px;
  }
  .sub1-1 .sec1 .bg-area > div ul.dotList {
    width: calc(100% - 120px);
  }
  .sub1-1 .sec1 .bg-area > div:not(:first-child) {
    padding-top: 20px;
  }
  .sub1-1 .sec1 .bg-area > div:not(:last-child) {
    padding-bottom: 20px;
  }
  .sub1-1 .sec2 .core > div {
    gap: 20px;
  }
  .sub1-1 .sec2 .core > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .sub1-1 .sec2 .core p {
    width: 100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .sub1-1 .sec2 .core ul.dotList {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 480px) {
  .sub1-1 .sec1 .bg-area {
    padding: 25px 20px;
    border-radius: 20px;
  }
  .sub1-1 .sec1 .bg-area > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .sub1-1 .sec1 .bg-area > div ul.dotList {
    width: 100%;
  }
  .sub1-1 .sec1 .bg-area .txt-area ul.dotList {
    margin-top: 0;
  }
  .sub1-1 .sec2 .core ul.dotList {
    margin-top: 7px;
  }
}

.sub2-1 .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px;
  border-top: 2px solid #3d427c;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
}

.sub2-1 .txt-area ul.dotList {
  width: calc(50% - 20px);
}

.sub2-1 .txt-area .img-area {
  width: 50%;
}

.sub2-1 .txt-area.txt-area1 .img-area {
  background: url(/images/kor12r-17-0381/sub/2_1_img1.png) no-repeat center center/cover;
}

.sub2-1 .txt-area.txt-area2 .img-area {
  background: url(/images/kor12r-17-0381/sub/2_1_img2.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .sub2-1 .txt-area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .sub2-1 .txt-area {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sub2-1 .txt-area ul.dotList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .sub2-1 .txt-area ul.dotList li {
    width: 50%;
    padding-right: 10px;
  }
  .sub2-1 .txt-area .img-area {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .sub2-1 .txt-area ul.dotList {
    display: block;
  }
  .sub2-1 .txt-area ul.dotList li {
    width: 100%;
    padding-right: 0;
  }
}

.sub2-2 .img-area {
  background: url(/images/kor12r-17-0381/sub/2_2_img.png) no-repeat center center/cover;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .sub2-2 .img-area {
    height: 300px;
  }
}

.sub2-3 .img-area {
  background: url(/images/kor12r-17-0381/sub/2_3_img.png) no-repeat center center/cover;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .sub2-3 .img-area {
    height: 300px;
  }
}

.sub3-1 .img-area {
  height: 400px;
}

.sub3-1 .sec1 .img-area {
  background: url(/images/kor12r-17-0381/sub/3_1_img1.png) no-repeat center center/cover;
}

.sub3-1 .sec2 .img-area {
  background: url(/images/kor12r-17-0381/sub/3_1_img2.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .sub3-1 .img-area {
    height: 300px;
  }
}

.sub3-2 .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.sub3-2 .img-area p {
  width: calc(50% - 10px);
  height: 260px;
  position: relative;
  overflow: hidden;
}

.sub3-2 .img-area p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 260px;
  width: auto;
  max-width: unset;
}

.sub3-2 .link-area p:first-child {
  margin-bottom: 10px;
}

.sub3-2 .link-area a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #3d427c;
  font-weight: 500;
  font-family: 'Roboto';
  padding: 2px 0 2px 30px;
}

@media screen and (max-width: 767px) {
  .sub3-2 .link-area a {
    font-size: 13px;
  }
}

.sub3-2 .link-area a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 19px;
  background: url(/images/kor12r-17-0381/sub/3_2_ico_hand.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub3-2 .link-area a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #3d427c;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 680px) {
  .sub3-2 .img-area p {
    width: 100%;
  }
}

.sub4 .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.sub4 .logo-area li {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 30px;
}

.sub4 .logo-area li:nth-child(2) {
  background: #01934a;
}

@media screen and (max-width: 767px) {
  .sub4 .logo-area {
    margin: 20px 0;
  }
}

.sub5 iframe {
  width: 100%;
}

.sub5 th {
  padding: 15px 15px 15px 60px;
}

.sub5 th.loc {
  background: url(/images/kor12r-17-0381/sub/5_ico_loc.png) no-repeat 15px center;
}

.sub5 th.mail {
  background: url(/images/kor12r-17-0381/sub/5_ico_mail.png) no-repeat 15px center;
}

.sub5 table {
  margin-top: 40px;
  width: 100%;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.sub5 tr {
  border-top: 1px solid #e1e1e1;
}

.sub5 tr:first-child {
  border-top: 0;
}

.sub5 td {
  padding: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .sub5 table {
    margin-top: 20px;
  }
  .sub5 td {
    padding: 10px;
    font-size: 13px;
  }
  .sub5 th {
    padding: 10px 10px 10px 40px;
    background-size: auto 20px !important;
    background-position: 10px center !important;
  }
}
