@charset "UTF-8";
/* Animate.css - http://daneden.me/animate | Licensed under the ☺ license (http://licence.visualidiot.com/) Copyright (c) 2012 Dan Eden | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* ********************************************************************* SUBPAGE 서브페이지 ********************************************************************** */
.page-title {
  margin: 0;
}

.page-title small {
  color: rgba(51, 51, 51, 0.5);
}

.title-divider {
  text-align: left;
  margin: 0.5em 0 1em;
  background: #ffffff url(/images/kor01r-16-0313/bg_divider.png) left center repeat-x;
  padding: 0;
}

.title-divider span {
  background: #ffffff;
  padding-right: 0.5em;
  font-weight: 700;
}

.title-divider small {
  display: block;
  color: rgba(51, 51, 51, 0.6);
}

#content {
  padding: 30px 0;
}

.sidebar {
  margin: 2em 0 1em 0;
}

.sidebar .block {
  margin-bottom: 2em;
}

.sidebar ul.big-list {
  font-size: 1em;
}

.section-menu ul.nav-list {
  padding: 2em 0;
  margin-left: 0;
}

.section-menu ul.nav-list li.nav-header {
  padding-left: 5px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #999999;
  font-weight: bold;
  font-size: 11px;
}

.section-menu ul.nav-list li.whois-sub-left-nav-customer {
  padding: 20px;
  margin: 120px 0 0 3px;
  color: #666;
  background-color: #fafafa;
}

@media (min-width: 992px) {
  #content {
    min-height: 707px;
  }
}
@media only screen and (max-width: 992px) {
  h2.title-divider {
    font-size: 2rem;
  }
  #content {
    padding: 15px 0;
  }
  .sidebar {
    margin: 0 0 1em 0;
  }
  .section-menu ul.nav-list {
    padding: 0;
  }
  .section-menu ul.nav-list li.whois-sub-left-nav-customer {
    margin: 30px -1px 0 3px;
  }
}
/* 좌측메뉴 */
.section-menu ul.nav-list li.whois-sub-left-nav-customer h5 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li i {
  width: 10%;
  margin: 4px 0 0 0;
  vertical-align: top;
  color: #1dc6df;
}

.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li a {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.section-menu ul.nav-list li.whois-sub-left-nav-customer .whois-sub-left-nav-customer-list li .whois-sub-left-nav-customer-list-text {
  width: 90%;
  display: inline-block;
}

.section-menu ul.nav-list li a {
  color: #494949;
  color: rgba(27, 27, 27, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin: 0 -1px 0 3px;
  -webkit-box-shadow: 1px 1px 1px #ffffff;
  box-shadow: 1px 1px 1px #ffffff;
  background: #fafafa;
  text-shadow: none;
  padding: 15px;
  position: relative;
}

.section-menu ul.nav-list li a.first {
  border-top: 1px solid #e6e6e6;
}

.section-menu ul.nav-list li a:hover {
  background: #f0f0f0;
}

.section-menu ul.nav-list li a:hover i {
  color: #1dc6df;
}

.section-menu ul.nav-list li a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #e6e6e6;
  transform: translateY(-50%);
}

.section-menu ul.nav-list li a small {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: rgba(27, 27, 27, 0.5);
}

.section-menu ul.nav-list li.active > a,
.section-menu ul.nav-list li.active > a:hover {
  border-left: 4px solid #1dc6df;
  background: #ffffff;
  color: #1dc6df;
}

.section-menu ul.nav-list li.active > a i, .section-menu ul.nav-list li.active > a:hover i {
  color: #1dc6df;
}

@media (min-width: 992px) {
  .sidebar {
    margin: 0;
  }
  .sidebar.sidebar-right .inner,
  .sidebar.sidebar-right .divider {
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
  }
  .sidebar.sidebar-left .inner,
  .sidebar.sidebar-left .divider {
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
  }
  .section-menu ul.nav-list {
    border-right: 1px solid #e6e6e6;
  }
  .section-menu ul.nav-list li a i {
    right: 10px;
  }
  .section-menu ul.nav-list li.active > a,
  .section-menu ul.nav-list li.active > a:hover {
    margin: 0 -1px 0 3px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .whois-main-contents-area {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .whois-main-contents-area .whois-main-contents-area-box {
    width: 100%;
    min-height: inherit;
    margin: 0 0 20px 0;
  }
  .whois-main-contents-area .whois-main-contents-area-box:last-child {
    margin: 0;
  }
  .whois-main-contents-area .whois-main-contents-area-box-inner h5 {
    margin: 0 0 30px 0;
  }
}
/* 서브상단 페이지네비 */
.whois-sub-page-guide {
  background-color: #fafafa;
  overflow: hidden;
}

.whois-sub-page-guide .whois-sub-page-guide-navi {
  padding: 14px 0 14px 0;
  font-size: 12px;
  text-align: right;
  color: #888888;
}

.whois-sub-page-guide .whois-sub-page-guide-navi b {
  color: #1dc6df;
}

@media only screen and (max-width: 768px) {
  .whois-sub-page-guide .whois-sub-page-guide-navi {
    width: 100%;
    padding: 14px 0 14px 0;
    float: right;
  }
}
/* 서브페이지 포인트 색상 */
.sub_color {
  color: #1dc6df;
}

/* ********************************************************************* 게시판 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:first-child {
  border-top: 1px solid #1dc6df;
} /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
  font-size: 14px;
}

.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 #1dc6df;
} /* 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;
}

.whois-board-view .board-info {
  font-size: 14px;
}

.whois-board-view .board-content {
  line-height: 24px;
  font-size: 16px;
}

.next_data_area {
  font-size: 14px;
}

.prev_data_area {
  font-size: 14px;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #1dc6df;
  -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: #14acc3;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #1dc6df;
  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 #1dc6df;
}

.sub-border-t {
  border-top: 1px solid #1dc6df;
}

.sub-border-r {
  border-right: 1px solid #1dc6df;
}

.sub-border-b {
  border-bottom: 1px solid #1dc6df;
}

.sub-border-l {
  border-left: 1px solid #1dc6df;
}

.sub-bg {
  background-color: #1dc6df;
}

.sub-bg-hover:hover {
  background-color: #14acc3;
}

/* 신청폼 */
.event label {
  font-size: 15px;
}

.event .comment-input label {
  font-size: 13px;
}

/* ********************************************************************* 로그인/회원가입 관련 CSS ********************************************************************** */
.material-form {
  background: #fff;
  /*border: 1px solid #ccc;*/
  margin: 0 auto;
}

.material-form .header {
  background: #6498fe;
  color: #fff;
  font-size: 16px;
  padding: 50px 10px;
}

.material-form .header h3 {
  font-size: 30px;
}

.material-form .header p,
.material-form .header span {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}

.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 {
  border: 0;
  position: relative;
}

.material-form .input-group .input-group-addon {
  background: #fff;
  border: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.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 {
  color: #ccc;
  display: none;
  height: 20px;
  left: 10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 9;
}

.input-group label.th.ie9 {
  display: block;
  z-index: 11;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  line-height: 27px;
  padding: 6px 12px;
}

.chkbox input[type=radio]:checked ~ .rbtn {
  background: #ccc;
  color: #fff;
}

.chkbox input[type=radio] ~ .box,
.chkbox input[type=checkbox] ~ .box {
  color: #bbb;
  cursor: pointer;
  transition: 0.5s all ease;
  /*padding-bottom:3px;*/
  display: block;
}

.chkbox input[type=radio] ~ .box:before,
.chkbox input[type=checkbox] ~ .box:before {
  color: #cfcfcf;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
  padding: 2px;
  text-align: center;
  transition: 0.4s all ease;
  vertical-align: middle;
}

.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-con {
  width: 100%;
  padding: 0 0 40px 0;
}
.sub-con .txt {
  font-size: 16px;
  color: #555; /*#777;*/
  line-height: 1.5;
  word-break: keep-all;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 480px) {
  .sub-con .txt {
    font-size: 14px;
  }
}
.sub-con .dotList li {
  position: relative;
  font-size: 16px;
  color: #444; /*#777;*/
  line-height: 1.6;
  padding-left: 12px;
}
@media screen and (max-width: 480px) {
  .sub-con .dotList li {
    font-size: 14px;
  }
}
.sub-con .dotList li b {
  color: #1dc6df;
}
.sub-con .dotList li b.black {
  color: #222;
}
.sub-con .dotList li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1dc6df;
}
.sub-con .dotList li:not(:last-child) {
  margin-bottom: 15px;
}
.sub-con .mt40 {
  margin-top: 40px;
}

.sub1-1 .img-area {
  width: 100%;
  height: 340px;
  background: url(/images/kor01r-16-0313/sub1_1_img.png) no-repeat 70% center/cover;
  margin-bottom: 40px;
}
.sub1-1 li {
  word-break: keep-all;
}

.sub1-2 .area {
  position: relative;
}
.sub1-2 .area .circle {
  position: relative;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid #1dc6df;
  background: #fff;
  margin: 0 auto;
}
.sub1-2 .area .circle img {
  align-self: center;
}
.sub1-2 .area .circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.sub1-2 .area .txt-area {
  position: absolute;
  top: 50%;
  width: calc(50% - 150px);
  transform: translateY(-50%);
}
.sub1-2 .area .txt-area dt {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  margin-bottom: 5px;
}
.sub1-2 .area:nth-child(odd) .txt-area {
  right: 0;
}
.sub1-2 .area:nth-child(odd) .circle:before {
  right: -60px;
}
.sub1-2 .area:nth-child(even) .txt-area {
  left: 0;
  text-align: right;
}
.sub1-2 .area:nth-child(even) .circle:before {
  left: -60px;
}
.sub1-2 .area:not(:last-child) {
  margin-bottom: 70px;
}
.sub1-2 .area:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #1dc6df;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sub1-2 .area {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .sub1-2 .area .circle {
    width: 120px;
    height: 120px;
    margin: 0;
  }
  .sub1-2 .area .circle img {
    transform: scale(0.8);
  }
  .sub1-2 .area .txt-area {
    width: calc(100% - 200px);
  }
  .sub1-2 .area:nth-child(even) .txt-area {
    left: unset;
    text-align: left;
    right: 0;
  }
  .sub1-2 .area:nth-child(even) .circle:before {
    left: unset;
    right: -60px;
  }
  .sub1-2 .area:not(:last-child) {
    margin-bottom: 40px;
  }
  .sub1-2 .area:not(:last-child):after {
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-2 .area {
    gap: 60px;
  }
  .sub1-2 .area .circle:before {
    width: 40px;
    right: -40px !important;
  }
  .sub1-2 .area .txt-area {
    width: calc(100% - 170px);
  }
}

.sub1-3 iframe {
  width: 100%;
  margin-top: 10px;
}
.sub1-3 .txt-area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #1dc6df;
}
.sub1-3 .txt-area dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.sub1-3 .txt-area dl:not(:first-child) {
  border-top: 1px solid #ddd;
}
.sub1-3 .txt-area dl:first-child {
  width: 100%;
}
.sub1-3 .txt-area dt {
  width: 75px;
  color: #222;
  font-weight: bold;
  padding-left: 22px;
}
.sub1-3 .txt-area dt.addr {
  background: url(/images/kor01r-16-0313/ico-addr.png) no-repeat left 2px;
}
.sub1-3 .txt-area dt.tel {
  background: url(/images/kor01r-16-0313/ico-tel.png) no-repeat left 2px;
}
.sub1-3 .txt-area dt.ceo {
  background: url(/images/kor01r-16-0313/ico-ceo.png) no-repeat left 2px;
}
.sub1-3 .txt-area dd {
  width: calc(100% - 75px);
}
@media screen and (max-width: 768px) {
  .sub1-3 .txt-area dl {
    width: 100%;
  }
}

.sub2-1 > .sec:not(:first-child) {
  padding-top: 60px;
}
.sub2-1 > .sec:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.sub2-1 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #1dc6df;
  margin-bottom: 40px;
}
.sub2-1 h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sub2-1 .sec1 .dotList li:not(:last-child) {
  margin-bottom: 5px;
}
.sub2-1 .field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
.sub2-1 .field > div {
  width: calc(50% - 15px);
  padding: 60px 20px;
}
.sub2-1 .field > div p {
  font-size: 16px;
  color: #777;
  font-weight: bold;
}
.sub2-1 .field > div:nth-child(odd) {
  padding-right: 40px;
}
.sub2-1 .field > div:nth-child(odd) p {
  text-align: right;
}
.sub2-1 .field > div:nth-child(even) {
  padding-left: 40px;
}
.sub2-1 .field > div:first-child {
  background: url(/images/kor01r-16-0313/sub2_1_img11.png) no-repeat center center/cover;
}
.sub2-1 .field > div:nth-child(2) {
  background: url(/images/kor01r-16-0313/sub2_1_img12.png) no-repeat center center/cover;
}
.sub2-1 .field > div:nth-child(3) {
  background: url(/images/kor01r-16-0313/sub2_1_img13.png) no-repeat center center/cover;
}
.sub2-1 .field > div:nth-child(4) {
  background: url(/images/kor01r-16-0313/sub2_1_img14.png) no-repeat center center/cover;
}
.sub2-1 .field > div:nth-child(5) {
  background: url(/images/kor01r-16-0313/sub2_1_img15.png) no-repeat center center/cover;
}
.sub2-1 .field > div:nth-child(6) {
  background: url(/images/kor01r-16-0313/sub2_1_img16.png) no-repeat center center/cover;
}
.sub2-1 .sec2 .area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub2-1 .sec2 .area dl {
  width: calc((100% - 40px) / 3);
  border: 1px solid #eee;
}
.sub2-1 .sec2 .area dt {
  background: #f9f9f9;
  text-align: center;
  padding: 20px;
}
.sub2-1 .sec2 .area dt img {
  width: 100%;
  height: auto;
}
.sub2-1 .sec2 .area dd {
  text-align: center;
  border-top: 0;
  padding: 10px;
  color:#000;
}
.sub2-1 .prd1 dt img {
  max-width: 350px;
}
.sub2-1 .prd2 dt img {
  max-width: 245px;
}
.sub2-1 .sec3 .area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub2-1 .sec3 .area dl {
  width: calc((100% - 60px) / 4);
  border: 1px solid #eee;
}
.sub2-1 .sec3 .area dd {
  text-align: center;
  border-top: 0;
  padding: 10px;
  color:#000;
}
@media screen and (max-width: 768px) {
  .sub2-1 .sec3 .area dl {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 480px) {
  .sub2-1 .field > div {
    width: 100%;
  }
  .sub2-1 .field > div p {
    text-align: center !important;
  }
  .sub2-1 .field > div:nth-child(odd) {
    padding: 60px 0 60px 50%;
  }
  .sub2-1 .field > div:nth-child(even) {
    padding: 60px 50% 60px 0;
  }
  .sub2-1 .sec2 .area dl {
    width: calc(50% - 10px);
  }
  .sub2-1 .sec3 .area dl {
    width: calc((100% - 20px) / 2);
  }
}


		