@charset "UTF-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#contianer.sub-container {
  background: url("/images/kor01r-18-0401/sub/sub_bg.gif") repeat 0 0;
}

/* 게시판 관련 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: 2px solid #ffb500;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-subject a {
  display: inline-block;
}

.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: top;
}

/*-----------------공지사항*/
.list-inline > li {
  vertical-align: middle;
}

.site_navi {
  text-align: right;
  font: 11px dotum;
  color: #838383;
  width: 780;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}

.comment_number {
  font-size: 12px;
}

.paginate_regular {
  margin: 30px 0 20px 0;
  text-align: center;
  line-height: normal;
}

.paginate_regular a,
.paginate_regular strong {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 12px;
  font-family: Tahoma, Sans-serif;
  color: #333;
  line-height: normal;
  text-decoration: none;
  vertical-align: middle;
}

.paginate_regular a:hover,
.paginate_regular a:active,
.paginate_regular a:focus {
  background-color: #f8f8f8;
}

.paginate_regular strong {
  color: #f60;
}

.paginate_regular .direction {
  font-weight: normal;
  color: #767676;
  white-space: nowrap;
}

.paginate_regular .direction span {
  font-weight: bold;
  font-size: 14px;
}

.paginate_regular .direction:hover,
.paginate_regular .direction:active,
.paginate_regular .direction:focus {
  background-color: #fff;
  color: #333;
}

/* Align*/
.align_right {
  text-align: right;
  margin: 10px 0;
  overflow: hidden;
}

.align_right button {
  float: right;
}

.align_right button:not(:first-child) {
  margin-right: 5px;
}

.tR {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .whois-board-list {
    font-size: 12px;
  }
  .whois-board-list .whois-board-row .whois-board-row-subject {
    font-size: 13px;
  }
  .whois-search-keyword {
    width: 150px;
  }
}

/* custom */
.whois-board-list {
  display: block;
  overflow: hidden;
}

.whois-board-list .whois-board-row-noti {
  background: #fffaf5;
}

.whois-board-list .whois-board-row .whois-board-row-noti {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: normal;
  background: #333;
  color: #fff;
  vertical-align: middle;
}

.whois-board-list .whois-board-row .whois-board-row-subject {
  font-weight: normal;
  color: #333;
  display: inline-block;
}

.whois-board-list .whois-board-row .whois-board-row-subject img {
  vertical-align: middle;
}

.whois-board-row-subject strong {
  display: inline-block;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
  display: inline-block;
  font-size: 13px;
  border-top: 2px solid #ffb500;
}

/* 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 .btn_area .align_right {
  margin: 0;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #ffb500;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  padding: 6px 30px;
}

.btn-search:hover, .btn-search:focus, .whois-button-submit:hover, .whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus {
  color: #fff;
  background-color: #ffb500;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #f22837;
  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 #f22837;
}

.sub-border-t {
  border-top: 1px solid #f22837;
}

.sub-border-r {
  border-right: 1px solid #f22837;
}

.sub-border-b {
  border-bottom: 1px solid #f22837;
}

.sub-border-l {
  border-left: 1px solid #f22837;
}

.sub-bg {
  background-color: #ffb500;
}

.sub-bg-hover:hover {
  background-color: #ffb500;
}

/* 게시판 검색 */
.form-select {
  width: 150px;
  position: relative;
}

.form-select:after {
  content: '▼';
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 14px;
  right: 19px;
  color: #666;
}

/* 로그인/회원가입 관련 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-cont-area {
  width: 1200px;
  margin: auto;
  padding: 100px 0;
}

/*----------------- 서브컨텐츠타이틀*/
.sub-title {
  font-size: 40px;
  color: #111;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 40px;
  word-break: keep-all;
  text-align: center;
}

.sub-title:before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #ffb500;
  margin: 0px auto 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------------- 서브상단*/
.sub-top-area {
  background: url(/images/kor01r-18-0401/sub/sub-visual.png) no-repeat center/cover;
  height: 475px;
  position: relative;
}

.sub-top-area h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 2px 3px 6px #000000c2;
}

.sub-dep {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.sub-dep:after {
  content: '';
  clear: both;
  display: block;
}

.sub-dep ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-dep li {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.sub-dep ul > li:first-child {
  border-left: 1px solid #000;
}

.sub-dep li a {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 23px;
  color: #fff;
  text-align: center;
  height: 1.2;
  line-height: 1.2;
  text-decoration: none;
}

.sub-dep li.on {
  background: #ffb500;
  border: none !important;
}

.sub-dep-2 li {
  width: calc(100%/2);
}

.sub-dep-3 li {
  width: calc(100%/3);
}

.sub-dep-4 li {
  width: 30%;
}

/*----------로그인/회원가입 */
.member-area .sub-top-area {
  height: 300px;
}

.member-area .sub-cont-area {
  padding: 70px 0 100px;
}

.join-area .sub-cont-area {
  font-size: 14px;
}

.join-area .txtarea p {
  font-size: 13px;
  line-height: 23px;
}

.join-end .material-form .txt {
  font-size: 15px;
  line-height: 21px;
}

.mypage-area .sub-cont-area {
  font-size: 14px;
}

.mypage-area .txtarea p {
  font-size: 13px;
  line-height: 23px;
}

.mypage-end .material-form .txt {
  font-size: 15px;
  line-height: 21px;
}

/*------------------------------------------ 1300*/
@media only screen and (max-width: 1300px) {
  .sub-dep ul {
    width: 100%;
  }
  .member-area .sub-cont-area {
    width: 100%;
    padding: 70px 15px 100px;
  }
}

/*------------------------------------------ 1024*/
@media only screen and (max-width: 1024px) {
  .sub-cont-area {
    width: 100%;
    margin: auto;
    padding: 100px 25px;
  }
}

/*------------------------------------------ 480*/
@media only screen and (max-width: 480px) {
  .sub-top-area {
    height: 260px !important;
  }
  .sub-top-area h2 {
    font-size: 40px;
  }
  .sub-dep li {
    padding: 15px 0;
  }
  .sub-dep li a {
    font-size: 17px;
  }
  .sub-cont-area {
    padding: 60px 25px;
  }
  .sub-title {
    font-size: 30px;
  }
  .sub-title:before {
    width: 25px;
  }
  .sub-dep {
    bottom: -2px;
  }
  /*------------- 게시판검색*/
  .btn-search {
    padding: 6px 20px;
  }
  .form-select {
    width: 80px;
  }
  .whois-search-keyword {
    width: 100px;
  }
  .whois-board-view .btn_area .align_right button {
    padding: 6px 20px;
  }
}

/*------------------------------------------ sub page*/
.sub-cont-area .txt {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  .sub-cont-area .txt {
    font-size: 14px;
  }
}

.sub-cont-area .txt b {
  color: #111;
  font-weight: 400;
}

.sub-cont-area .alignC {
  text-align: center;
}

.sub-cont-area .mt30 {
  margin-top: 30px;
}

.sub-cont-area .mt60 {
  margin-top: 60px;
}

.sub-cont-area section.area:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
}

.sub-cont-area section.area:not(:first-child) {
  padding-top: 60px;
}

.sub-cont-area .s_tit {
  text-align: center;
}

.sub-cont-area .s_tit span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  font-weight: 400;
  word-break: keep-all;
  background: #ffe7ad;
  border-radius: 25px;
  padding: 10px 60px;
}

@media screen and (max-width: 480px) {
  .sub-cont-area .s_tit span {
    font-size: 18px;
  }
}

.sub-cont-area .dotList li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  .sub-cont-area .dotList li {
    font-size: 14px;
  }
}

.sub-cont-area .dotList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #de8924;
}

.sub-cont-area .dotList li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .sub-cont-area .mt30 {
    margin-top: 20px;
  }
  .sub-cont-area .mt60 {
    margin-top: 40px;
  }
  .sub-cont-area section.area:not(:last-child) {
    padding-bottom: 40px;
  }
  .sub-cont-area section.area:not(:first-child) {
    padding-top: 40px;
  }
  .sub-cont-area .s_tit span {
    border-radius: 25px;
    padding: 5px 30px;
  }
  .sub-cont-area .dotList li {
    padding-left: 10px;
  }
  .sub-cont-area .dotList li:before {
    top: 9px;
  }
  .sub-cont-area .dotList li:not(:last-child) {
    margin-bottom: 7px;
  }
}

.sub-cont-area .whois-portfolio .whois-portfolio-item .whois-portfolio-item-title, .sub-cont-area .whois-board-list .whois-board-row .whois-board-row-subject a {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
  font-weight: 400;
  color: #111;
}

@media screen and (max-width: 480px) {
  .sub-cont-area .whois-portfolio .whois-portfolio-item .whois-portfolio-item-title, .sub-cont-area .whois-board-list .whois-board-row .whois-board-row-subject a {
    font-size: 14px;
  }
}

.sub1_2 > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sub1_2 > section .year {
  position: relative;
  width: 300px;
}

.sub1_2 > section .year .s_tit {
  text-align: left;
}

.sub1_2 > section .year .s_tit span {
  background: #ffb500;
  color: #fff;
}

.sub1_2 > section .year:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #f19100;
  z-index: -1;
}

.sub1_2 > section .year:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: -12px;
  width: 23px;
  height: 23px;
  background: url(/images/kor01r-18-0401/sub/sub1_2_circle.png) no-repeat 0 0;
  z-index: 1;
}

.sub1_2 > section .history {
  position: relative;
  width: calc(50% + 50px);
  padding: 12px 0 50px 50px;
}

.sub1_2 > section .history:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.sub1_2 > section:first-child .history:before {
  top: 21px;
}

@media screen and (max-width: 1024px) {
  .sub1_2 > section .year {
    width: calc(40% - 30px);
  }
  .sub1_2 > section .history {
    width: calc(60% + 30px);
    padding: 12px 0 50px 30px;
  }
}

@media screen and (max-width: 680px) {
  .sub1_2 > section .year {
    width: 100%;
    padding-left: 60px;
  }
  .sub1_2 > section .year:before {
    width: 60px;
    left: 10px;
  }
  .sub1_2 > section .year:after {
    right: unset;
    left: 0;
  }
  .sub1_2 > section .history {
    width: 100%;
    padding: 17px 0 30px 60px;
  }
  .sub1_2 > section .history:before {
    left: 11px;
    top: -30px !important;
    height: calc(100% + 50px);
  }
}

@media screen and (max-width: 480px) {
  .sub1_2 > section .year {
    padding-left: 40px;
  }
  .sub1_2 > section .year:before {
    top: 18px;
  }
  .sub1_2 > section .year:after {
    top: 7px;
  }
  .sub1_2 > section .history {
    padding: 17px 0 20px 40px;
  }
  .sub1_2 > section .history:before {
    left: 11px;
    top: -20px !important;
    height: calc(100% + 35px);
  }
}

.sub1_3 .root_daum_roughmap {
  width: 100%;
}

.sub1_3 .info_area {
  padding: 30px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.sub1_3 .info_area li {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
  padding-left: 22px;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  .sub1_3 .info_area li {
    font-size: 14px;
  }
}

.sub1_3 .info_area li b {
  color: #ffb500;
  font-weight: 400;
}

.sub1_3 .info_area li:first-child {
  background: url(/images/kor01r-18-0401/sub/sub1_3_icon1.png) no-repeat 0 5px;
}

.sub1_3 .info_area li:last-child {
  background: url(/images/kor01r-18-0401/sub/sub1_3_icon2.png) no-repeat 0 5px;
}

.sub1_3 .info_area li:not(:last-child) {
  margin-bottom: 20px;
}

.sub1_3 .dotList {
  margin-top: 30px;
}

.sub1_3 .dotList li b {
  font-weight: 400;
}

.sub1_3 .dotList li:before {
  background: #666;
}

@media screen and (max-width: 480px) {
  .sub1_3 .info_area {
    padding: 30px 0;
  }
  .sub1_3 .info_area li {
    padding-left: 22px;
    background-position: 0 3px !important;
  }
  .sub1_3 .info_area li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sub1_3 .dotList {
    margin-top: 20px;
  }
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.process > div {
  width: 25%;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

.process > div:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #f19100;
  z-index: -1;
}

.process > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  width: 5px;
  height: 9px;
  background: url(/images/kor01r-18-0401/sub/process_arrow.png);
  z-index: 1;
}

.process > div:first-child:before, .process > div:nth-child(5):before {
  width: 50%;
  left: unset;
  right: 0;
}

.process > div:last-child:before, .process > div:nth-child(4):before {
  width: 50%;
}

.process > div:last-child:after, .process > div:nth-child(4):after {
  display: none;
}

.process > div:nth-child(n+5):nth-child(-n+7) {
  margin-top: 30px;
}

.process > div p span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ffd671;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  word-break: keep-all;
  line-height: 50px;
  font-weight: 500;
  color: #111;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .process > div p span {
    font-size: 14px;
  }
}

.process > div dt {
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  font-weight: 400;
  word-break: keep-all;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .process > div dt {
    font-size: 16px;
  }
}

.process > div dd {
  margin-top: 10px;
  line-height: 1.2 !important;
}

@media screen and (max-width: 680px) {
  .process > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    text-align: left;
    padding: 0 0 50px 0;
    margin-top: 0 !important;
  }
  .process > div:before {
    width: 1px !important;
    height: 100%;
    left: 25px !important;
    right: unset !important;
    border-bottom: none;
    border-left: 1px dashed #f19100;
  }
  .process > div:last-child:before {
    display: none;
  }
  .process > div:after, .process > div:nth-child(4):after {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: unset;
    left: 23px;
    top: 70%;
  }
  .process > div p {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 60px;
  }
  .process > div dl {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: calc(100% - 60px);
    padding-left: 5px;
  }
  .process > div dl dt {
    margin-top: 0;
  }
  .process > div dl dd {
    margin-top: 5px;
  }
}

.sub2_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f8f8f8;
  padding: 60px 0;
}

.sub2_3 > div {
  width: 25%;
  padding: 20px 40px;
}

.sub2_3 > div:not(:last-child) {
  border-right: 1px solid #ccc;
}

.sub2_3 > div h3 {
  font-size: 24px;
  color: #111;
  line-height: 1.2;
  text-align: center;
}

.sub2_3 > div .icon {
  margin: 30px 0;
  text-align: center;
}

.sub2_3 > div .dotList li:before {
  background: #888;
}

@media screen and (max-width: 1024px) {
  .sub2_3 {
    padding: 40px;
  }
  .sub2_3 > div {
    width: 50%;
  }
  .sub2_3 > div:nth-child(2) {
    border-right: 0;
  }
  .sub2_3 > div:first-child, .sub2_3 > div:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 680px) {
  .sub2_3 {
    padding: 30px 20px;
  }
  .sub2_3 > div {
    padding: 30px 20px;
    width: 50%;
  }
  .sub2_3 > div h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sub2_3 {
    padding: 10px 20px;
  }
  .sub2_3 > div {
    width: 100%;
    padding: 30px 0;
    border-right: 0 !important;
  }
  .sub2_3 > div:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }
}
