@charset "UTF-8";
/* 변수선언
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
  --bg_color: #f8f8f8;
  --red: #e64444;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-visual {
  position: relative;
  height: 550px;
}

.sub-visual p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  z-index: 1;
}

.sub-visual .sub-visual-bg {
  width: 100%;
  height: 100%;
  background: url(/images/kor16r-22-0457/sub/sub_visual_01.jpg) no-repeat center center/cover;
}

.sub-visual.sub-visual01 .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_01.jpg) no-repeat center center/cover;
}

.sub-visual.sub-visual02 .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_02.jpg) no-repeat center center/cover;
}

.sub-visual.sub-visual03 .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_03.jpg) no-repeat center center/cover;
}

.sub-visual.sub-visual04 .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_04.jpg) no-repeat center center/cover;
}

.sub-visual.sub-visual-mypage .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_mypage.png) no-repeat center center/cover;
}

.sub-visual.sub-visual-common .sub-visual-bg {
  background: url(/images/kor16r-22-0457/sub/sub_visual_common.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .sub-visual {
    height: 350px;
  }
}

.sub-tab {
  position: relative;
  width: 100%;
  height: 7rem;
  margin-top: -7rem;
}

.sub-tab:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #f6b77f;
}

.sub-tab ul {
  width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-tab ul li {
  position: relative;
  width: 100%;
}

.sub-tab ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}

.sub-tab ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 7rem;
  background: #f69f53;
  text-align: center;
}

.sub-tab ul li a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}

.sub-tab ul li a:hover {
  background: #ed6f00;
}

.sub-tab ul li:last-child a {
  border-top-right-radius: 20px;
}

.sub-tab ul li.active a {
  background: #ed6f00;
}

.sub-tab ul.col-2 li {
  width: 50%;
}

.sub-tab ul.col-3 li {
  width: 33.33%;
}

.sub-tab ul.col-4 li {
  width: 25%;
}

.sub-tab ul.col-5 li {
  width: 20%;
}

@media screen and (max-width: 1320px) {
  .sub-tab ul {
    width: 99%;
    margin-right: 1%;
  }
}

@media screen and (min-width: 621px) {
	.sub-tab.sub-menu02 ul.col-4 li:nth-child(4) span br{display:none;}
}

@media screen and (max-width: 620px) {
	.sub-tab.sub-menu02 ul.col-4 li:nth-child(3){width:20%;}
	.sub-tab.sub-menu02 ul.col-4 li:nth-child(4){width:30%;}
	
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  margin-top: 15rem;
}

.sub_member .box_area {
  border-radius: 10px;
  padding: 100px;
  background: #fff;
}

@media screen and (max-width: 1220px) {
  .sub_member .box_area {
    padding: 90px 70px;
  }
}

@media screen and (max-width: 1220px) and (max-width: 768px) {
  .sub_member .box_area {
    padding: 50px 40px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1220px) and (max-width: 480px) {
  .sub_member .box_area {
    padding: 40px 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: #000000;
  font-size: 15px;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #444;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.8rem;
  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;
  border-top: 1px solid #444;
}

/* 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: 16px;
  line-height: 26px;
}

.whois-board-list .whois-board-row.view .whois-board-row-content {
  font-size: 16px;
  line-height: 26px;
}

.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;
}

/* 게시판 버튼 */
.sub_con .btn_search, .sub_con .btn-search {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #666;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}

.sub_con .btn_search:hover, .sub_con .btn_search:focus, .sub_con .btn-search:hover, .sub_con .btn-search:focus {
  text-decoration: none !important;
}

.sub_con .whois-button-submit {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #fff;
  font-weight: 500;
  color: #303030;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border: 1px solid #d6dadd;
  border-radius: 5px;
}

.sub_con .whois-button-submit:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .whois-button-submit:active {
  background: #eceef2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub_con .align_left .btn-default {
  display: inline-block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: #fff;
  font-weight: 500;
  color: #303030;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border: 1px solid #d6dadd;
  border-radius: 5px;
}

.sub_con .align_left .btn-default:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .align_left .btn-default:active {
  background: #eceef2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sub_con .form-group .input-group .whois-button-submit {
  background: var(--sky_blue);
  color: #fff;
  border: none;
}

.sub_con .form-group .input-group .whois-button-submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.board_top {
  margin-bottom: 2rem;
}

.board_top .bold p {
  font-size: 1.4rem;
  color: var(--black);
}

.board_top .bold p span {
  color: var(--orange);
}

.board_top .f_search select {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 100px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border-radius: 5px;
}

.board_top .f_search .board_input {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 160px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border: 1px solid var(--br_color);
  border-radius: 5px;
}

.list-inline select {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 100px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border-radius: 5px;
}

.list-inline .form-control {
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 10px;
  min-width: 160px;
  vertical-align: top;
  font-size: 1.4rem;
  color: var(--black);
  border: 1px solid var(--br_color);
  border-radius: 5px;
}

/* 게시판 공통 */

.contents_sub .whois-board-view .board-title h3{font-size:2rem;}
.whois-board-view .board-info > span{font-size:1.4rem;}
.whois-board-view .board-content{font-size:1.8rem; line-height:2rem;}

.contents_sub .next_data_area,
.contents_sub .prev_data_area{font-size:14px;}

.contents_sub .next_data_area .b,
.contents_sub .prev_data_area .b{font-weight:500}

.sub-box {
  margin-right: 5px;
  background-color: #ce112d;
  border: 0;
  color: #ffffff;
  display: inline-block;
}

.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 #ce112d;
}

.sub-border-t {
  border-top: 1px solid #ce112d;
}

.sub-border-r {
  border-right: 1px solid #ce112d;
}

.sub-border-b {
  border-bottom: 1px solid #ce112d;
}

.sub-border-l {
  border-left: 1px solid #ce112d;
}

.sub-bg {
  background-color: #ce112d;
}

.sub-bg-hover:hover {
  background-color: #e64600;
}

.sub-content {
  width: 100%;
}

.paginate_regular {
  margin-top: 30px;
}

/* 신청폼. 상단에 apply_form이라는 class명으로 감싸줍니다 */
.apply_form label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black);
}

.apply_form select, .apply_form input {
  font-size: 1.6rem;
  color: var(--gray);
  line-height: 2.4rem;
}

.apply_form .whois-button-submit {
  display: block;
  width: 80px;
  height: 5rem;
  line-height: 5rem;
  background: var(--blue);
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.apply_form .whois-button-submit:hover {
  -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
          box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.apply_form .whois-button-submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--blue);
}

/* 다목적 List */
.sub_con .board th {
  border-top: 1px solid var(--blue);
  background: none;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 2.3rem 0;
}

.sub_con .board td {
  color: var(--black);
  font-size: 1.6rem;
  padding: 1.8rem 1rem;
  border-bottom: 1px solid var(--br_color);
}

.sub_con .board button {
  width: 70px;
  height: 3rem;
  background: var(--orange);
  text-align: center;
  line-height: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

/* 다목적 view */
.sub_con .board_view {
  border-top: 1px solid var(--blue);
}

.sub_con .board-view-table {
  margin-bottom: 2rem;
}

.sub_con .board-view-table th, .sub_con .board-view-table td {
  border-bottom: 1px solid var(--br_color);
  font-size: 1.6rem;
  padding: 2rem;
}

.sub_con .board-view-table th {
  width: 25%;
  background: var(--bg_color);
  font-weight: 500;
  text-align:center;
}

.sub_con .board-view-table td {
  width: 80%;
  
}

@media screen and (min-width: 621px) {
  .sub_con .board-view-table td{padding-left:40px;}
}

/* 로그인/회원가입 관련 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-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;
  font-family: 'Glyphicons Halflings';
}

.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;
}

/* 이용약관
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.agree_txt p {
  font-size: 1.6rem;
  color: var(--black);
  line-height: 2.8rem;
}

.agree_txt p b {
  display: inline-block;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 1rem;
}

/* FAQ
----------------------------------------------------------------------------------------------------------------------------------------------------------
상단디자인 <div class="faq">
하단디자인 </div>
*/
.faq .whois-board-list .whois-board-row .whois-board-row-subject {
  position: relative;
  padding: 2rem 10rem 2rem 5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-subject:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5rem;
  content: "e941";
  font-size: 2.4rem;
  font-weight: 900;
  font-family: 'xeicon';
  color: var(--blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq .whois-board-list .whois-board-row.view .whois-board-row-subject:after {
  content: "e944";
}

.faq .title {
  font-size: 1.8rem;
  color: var(--black);
  font-weight: 400;
}

.faq .icon-q {
  width: auto;
  height: auto;
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-right: 60px;
  background: none;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content {
  position: relative;
  font-size: 1.6rem;
  color: var(--black);
  padding: 4rem 5rem 4rem 10.5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content * {
  line-height: 2.4rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5rem;
  content: 'A';
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--sky_blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq .whois-board-list .whois-board-row .whois-board-row-subject {
    padding: 2rem 5rem 2rem 2rem;
  }
  .faq .icon-q {
    margin-right: 20px;
  }
  .faq .whois-board-list .whois-board-row .whois-board-row-content {
    padding: 2rem 2rem 2rem 6rem;
  }
  .faq .whois-board-list .whois-board-row .whois-board-row-content:before {
    left: 2rem;
  }
}

/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub_con .inner {
  width: 1260px;
  margin: 0 auto;
}

.sub_con .c_red {
  color: #e64444;
}

.sub_con .c_tit {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #ff6c00;
  line-height: 1;
  margin-bottom: 50px;
}

.sub_con .c_tit:before {
  content: '';
  display: block;
  position: absolute;
  top: -26px;
  left: -30px;
  width: 71px;
  height: 71px;
  background: #fcead9;
  border-radius: 50%;
  z-index:-1;
}

.sub_con .b_tit {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--black);
  line-height: 4rem;
}

.sub_con .b_tit .dot {
  color: var(--orange);
}

.sub_con .txt p{
  font-size: 1.8rem;
  color: var(--black);
  line-height: 3.2rem;
  margin-top:30px;
}
.sub_con .txt p:first-child{margin-top:0}

.sub_con .txt .line1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: var(--orange);
}

.sub_con .txt .line {
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.sub_con .txt .line:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background: rgba(255, 238, 0, 0.5);
  z-index: -1;
}

.sub_con .txt_gray {
  font-size: 1.6rem;
  color: var(--gray);
  line-height: 2.4rem;
}

.sub_con .txt_gray b {
  color: var(--black);
  font-weight: 500;
}

.sub_con .img_area {
  margin-top: 100px;
}

.sub_con .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub_con .flex_area > div {
  width: 48%;
}

.sub_con ol.numList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_con ol.numList li:not(:last-child) {
  margin-bottom: 2rem;
}

.sub_con ol.numList li .num {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: var(--sky_blue);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-align: center;
  margin-right: 12px;
  vertical-align: text-bottom;
}

.sub_con ol.numList li .num_txt {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--black);
  margin-top: 2px;
}

.sub_con .bg_half {
  position: relative;
  width: 100%;
}

.sub_con .bg_half:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  background: var(--bg_color);
  z-index: -1;
}

.sub_con section.bgY {
  background: var(--bg_color);
  padding: 120px 0;
}

.sub_con ul.dotList li {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--black);
}

.sub_con ul.dotList li:not(:last-child) {
  margin-bottom: 12px;
}

.sub_con ul.dotList li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

@media screen and (max-width: 1320px) {
  .sub_con .inner {
    width: 100%;
    padding: 0 30px;
  }
}


@media screen and (max-width: 980px) {
  .sub_con .img_area {
    margin-top: 50px;
  }
  .sub_con .flex_area > div {
    width: 100%;
  }
  .sub_con .flex_area > div:last-child {
    margin-top: 4rem;
  }
  .sub_con .bg_half{padding-bottom:100px;}
  .sub_con .bg_half:before{height:100%;}
}

@media screen and (max-width: 768px) {
  .sub_con section.bgY {
    padding: 80px 0;
  }
  .sub_con .c_tit {
    margin-bottom: 20px;
  }
  .sub_con .c_tit:before {
    top: -20px;
    left: -20px;
    width: 51px;
    height: 51px;
  }
  .sub_con ol.numList li .num {
    margin-right: 8px;
  }
  .sub_con ol.numList li .num_txt {
    margin-top: 4px;
  }
  .sub_con ul.dotList li {
    padding-left: 12px;
  }
  .sub_con ul.dotList li:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
  .sub_con .bg_half{padding-bottom:50px;}
}


/* 인사말
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_1 .txt .from{text-align:right; padding-top:30px;}
.sub1_1 .txt .from span{font-size:2.2rem; color:#000;}
.sub_con.sub1_1 .txt .line{font-weight:500;  color: #ff6c00;}


@media screen and (max-width: 1200px) {
  .sub_con.sub1_1 .b_tit br{display:none;}
}




/* 회사개요
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_2 .overview:after{content:""; display:block; clear:both;}
.sub1_2 .overview dl{width:calc(50% - 20px); margin-bottom:2rem; border:1px solid #ddd; display:table; float:left;}
.sub1_2 .overview dt{display:table-cell; width:140px; text-align:center; vertical-align:middle;}
.sub1_2 .overview dd{display:table-cell; padding:25px 15px 25px 20px; vertical-align:middle;}
.sub1_2 .overview dd span{font-size:1.8rem; font-weight:500; color:#ed6f00; display:block;}
.sub1_2 .overview dd p{font-size:2rem; line-height:2.2rem; margin-top:10px}
.sub1_2 .overview dt img{opacity:0.4;}

.history {margin:16rem 0;}
.history-wrap{position:relative; width: 700px; }
/*.history-wrap:before{content:""; display:block; position:absolute; top:10px; left:220px; width:3px; height:100%; background:#ed6f00}*/
.history-wrap li{position:relative; padding-left:270px; padding-bottom:60px;}
.history-wrap li:before{content:""; display:block; position:absolute; left:215px; top:10px; width:13px; height:13px; background:#ed6f00; border-radius:50px;}
.history-wrap li:after{content:""; display:block; position:absolute; top:10px; left:220px; width:3px; height:100%; background:#ed6f00}

.history-wrap li:last-child{padding-bottom:30px;}
.history-wrap li:last-child:after{width:15px; left:214px; background: url(/images/kor16r-22-0457/sub/sub1_2_dotline.png) no-repeat bottom center;}

.sub_con.sub1_2 .txt .history-wrap li p{margin-top:0;}
.history-wrap li span{position:absolute; left:0; width:220px; text-align:right; padding-right:50px; font-size:3rem; font-weight:500; color:#333;}

.license ul{margin:0 -10px;}
.license ul:after{content:""; display:block; clear:both;}
.license ul li{float:left; margin:0 10px; width:calc(33.33% - 20px); text-align:center;}
.license ul li img{ border:3px solid #333;}
.sub_con .txt.license ul li p{margin-top:1.2rem;}

@media only screen and (min-width: 981px) and (max-width:1260px) {
	.sub1_2 .overview dt{text-align:center; vertical-align:middle;}
	.sub1_2 .overview dd{padding:25px 0 25px 10px; vertical-align:middle;}
}

@media screen and (min-width: 981px) {
	.sub_con.sub1_2 .flex_area > div{width:25%}
	.sub_con.sub1_2 .flex_area > div.txt{width:70%}
}

@media screen and (min-width: 620px) {
	.sub1_2 .overview dl:nth-child(2),
	.sub1_2 .overview dl:nth-child(4),
	.sub1_2 .overview dl:nth-child(5){float:right;}
}

@media screen and (max-width: 1260px) {
	.sub1_2 .overview dl{width:calc(50% - 10px);}
	.sub1_2 .overview dt{width:100px; }
}

@media screen and (max-width: 980px) {
	.history-wrap{width:100%; }
}

@media screen and (max-width: 768px) {
	.sub1_2 .overview dt {width:80px; }
	.sub1_2 .overview dt img{width:60px; }

	.history {margin:10rem 0;}
	/*.history-wrap:before{top:7px; left:30px; width:2px;}*/
	.history-wrap li{padding-left:60px; padding-bottom:40px;}
	.history-wrap li:before{left:26px; top:6px; width:10px; height:10px;}
	.history-wrap li span{position:relative; width:auto; text-align:left; padding-right:0; margin-bottom:10px; display:block; font-size:2.6rem; }

	.history-wrap li:after{top:7px; left:30px; width:2px;}
	.history-wrap li:last-child{padding-bottom:15px;}
	.history-wrap li:last-child:after{width:10px; left:26px; background: url(/images/kor16r-22-0457/sub/sub1_2_dotline02.png) no-repeat bottom center;}


}
@media screen and (max-width: 620px) {
	.sub1_2 .overview dl{width:100%;margin-bottom:1.5rem;  }
	/*.history-wrap:before{left:0; }*/
	.history-wrap li{padding-left:25px; padding-bottom:30px;}
	.history-wrap li:before{left:-4px;}

	.history-wrap li:after{left:0; }
	.history-wrap li:last-child:after{left:-4px;}


	.license ul{margin:0;}
	.license ul li{margin:30px 0 0 0; width:100%;}
	.license ul li:first-child{margin:0;}
}





/* 경영이념
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_3 .txt .from{text-align:right; padding-top:30px;}
.sub1_3 .txt .from span{font-size:2.2rem; color:#000;}
.sub_con.sub1_3 .txt .line{font-weight:500;  color: #ff6c00;}

.imp-slogan {margin-top:60px;}
.imp-slogan li{margin-bottom:30px;}
.imp-slogan li:last-child{margin-bottom:0;}
.imp-slogan li .btit{position:relative; padding-left:55px; font-size:26px; line-height:40px; font-weight:500; color:#333; margin-bottom:10px;}
.imp-slogan li .btit span{position:absolute; left:0; top:0; width:42px; height:42px; line-height:42px; font-size:26px; font-weight:600; color:#fff; background:#ed6f00; border-radius:50px; text-align:center;}
.sub_con.sub1_3 .txt .imp-slogan li p{margin-top:0;}

@media screen and (max-width: 1200px) {
  .sub_con.sub1_3 .b_tit br{display:none;}
}

@media screen and (max-width: 768px) {
	.imp-slogan {margin-top:30px;}
	.imp-slogan li{margin-bottom:15px;}
	.imp-slogan li .btit{padding-left:40px; font-size:18px; line-height:30px;}
	.imp-slogan li .btit span{width:32px; height:32px; line-height:32px; font-size:18px;}
}





/* 서브메뉴 2 공통
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub02 .icon_area{margin-top:100px;}
.sub02 .icon_area .inner{padding-top:100px;}

@media screen and (max-width: 1200px) {
  .sub_con .b_tit br{display:none;}
}


@media screen and (min-width: 981px) {
	.sub_con.sub02 .flex_area > div{width:35%}
	.sub_con.sub02 .flex_area > div.txt{width:60%}
}

@media screen and (max-width: 768px) {
	.sub02 .icon_area{margin-top:50px;}
	.sub02 .icon_area .inner{padding-top:50px;}
}



/* 개발기획 및 타당성조사
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_1 .icon_list{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center;}
.sub2_1 .icon_list > div{width:18%; margin:1%; padding:30px 35px 35px 35px; text-align:center; border-radius: 10px; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); background:#fff;}
.sub2_1 .icon_list > div p{font-size:1.8rem; margin-top:20px; line-height:2rem; font-weight:500;}

@media screen and (max-width: 1200px) {
  .sub2_1 .icon_list > div{width:19%; margin:0.5%; padding:30px 20px 35px 20px;}
}

@media screen and (max-width: 980px) {
  .sub2_1 .icon_list > div{width:31%; margin:1%; padding:30px 30px 35px 20px;}
}


@media screen and (max-width: 620px) {
  .sub2_1 .icon_list > div{width:100%; margin-bottom:15px;}
}



/* 도시계획 및 개발
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_2 .icon_list{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center;}
.sub2_2 .icon_list > div{width:23%; margin:1%; padding:30px 35px 35px 35px; text-align:center; border-radius: 10px; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); background:#fff;}
.sub2_2 .icon_list > div p{font-size:1.8rem; margin-top:20px; font-weight:500;}
.sub2_2 .icon_list > div p span.detail{font-size:1.7rem; display:block; margin-top:10px; color:#666; font-weight:normal; line-height:2rem;}

@media screen and (max-width: 1200px) {
  .sub2_2 .icon_list > div{width:24%; margin:0.5%; padding:30px 20px 35px 20px;}
}

@media screen and (max-width: 860px) {
  .sub2_2 .icon_list > div{width:48%; margin:1%; padding:30px 30px 35px 20px;}
}

@media screen and (max-width: 620px) {
  .sub2_2 .icon_list > div{width:100%; margin-bottom:15px;}
}



/* 국토개발
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_3 .icon_list{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center;}
.sub2_3 .icon_list > div{width:23%; margin:1%; padding:30px 30px 35px 30px; text-align:center; border-radius: 10px; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); background:#fff;}
.sub2_3 .icon_list > div p{font-size:1.8rem; margin-top:20px; font-weight:500;}
.sub2_3 .icon_list > div p span.detail{font-size:1.7rem; display:block; margin-top:10px; color:#666; font-weight:normal; line-height:2rem;}

@media screen and (min-width: 1025px) {
 /* .sub2_3 .icon_list{width:1024px; margin:0 auto;}*/
}

@media screen and (max-width: 1200px) {
  .sub2_3 .icon_list > div{width:24%; margin:0.5%; padding:30px 20px 35px 20px;}
}

@media screen and (max-width: 768px) {
  .sub2_3 .icon_list > div{width:48%; margin:1%; padding:30px 30px 35px 30px;;}
}

@media screen and (max-width: 620px) {
  .sub2_3 .icon_list > div{width:100%; margin-bottom:15px;}
}




/* 부동산개발사업 / PM
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_4 .icon_list{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center;}
.sub2_4 .icon_list > div{width:31%; margin:1%; padding:30px 30px 35px 30px; text-align:center; border-radius: 10px; box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); background:#fff;}
.sub2_4 .icon_list > div p{font-size:1.8rem; margin-top:20px; font-weight:500;}
.sub2_4 .icon_list > div p span.detail{font-size:1.7rem; display:block; margin-top:10px; color:#666; font-weight:normal; line-height:2rem;}

@media screen and (min-width: 1025px) {
  .sub2_4 .icon_list{width:1024px; margin:0 auto;}
}

@media screen and (max-width: 1200px) {
  .sub2_4 .icon_list > div{width:32%; margin:0.5%; padding:30px 20px 35px 20px;}
}

@media screen and (max-width: 620px) {
  .sub2_4 .icon_list > div{width:100%; margin-bottom:15px;}
}








.sub2 .box_area {
  -webkit-box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
          box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
  border-radius: 100px;
  padding: 100px;
  background: #fff;
  margin-top: 50px;
}

.sub2 ol.numList {
  margin-top: 40px;
}

.sub2 .sort .tit {
  font-size: 2rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  border-bottom: 1px solid var(--br_color);
  padding-bottom: 2rem;
}

.sub2 .sort .txt_box {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background: var(--sky_blue);
  height: 2.8rem;
  line-height: 2.8rem;
}

.sub2 .sort .txt_gray {
  margin-top: .3rem;
}

.sub2 .sort > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid var(--br_color);
}

.sub2 .sort > div p:last-child {
  text-align: right;
}

.sub2 .dotList {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--br_color);
  padding: 4rem 0;
  margin-top: 7rem;
}

@media screen and (max-width: 1220px) {
  .sub2 .box_area {
    padding: 90px 70px;
  }
  .sub2 .box_area .flex_area .sort {
    width: 100% !important;
  }
  .sub2 .box_area .flex_area .sort:last-child {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .sub2 .box_area {
    padding: 50px 40px;
    border-radius: 50px;
    margin-top: 25px;
  }
  .sub2 ol.numList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sub2 .box_area {
    padding: 40px 20px;
    border-radius: 40px;
  }
  .sub2 .box_area .sort > div .txt_box {
    width: 100% !important;
    margin-bottom: 5px;
  }
}

.sub2_1 .box_area .flex_area .sort {
  width: calc(50% - 25px);
}

.sub2_1 .box_area .flex_area .sort > div .txt_box {
  width: 60px;
}

.sub2_1 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
  width: calc(100% - 200px);
}

.sub2_1 .box_area .flex_area .sort:first-child > div p:last-child {
  width: 120px;
}

.sub2_1 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
  width: calc(100% - 280px);
}

.sub2_1 .box_area .flex_area .sort:last-child > div p:last-child {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .sub2_1 .box_area .flex_area .sort > div .txt_box {
    width: 50px;
  }
  .sub2_1 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
    width: calc(100% - 160px);
  }
  .sub2_1 .box_area .flex_area .sort:first-child > div p:last-child {
    width: 100px;
  }
  .sub2_1 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
    width: calc(100% - 220px);
  }
  .sub2_1 .box_area .flex_area .sort:last-child > div p:last-child {
    width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .sub2_1 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
    width: calc(100% - 110px);
  }
  .sub2_1 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
    width: calc(100% - 170px);
  }
}

.sub2_2 .box_area .flex_area .sort {
  width: calc(50% - 25px);
}

.sub2_2 .box_area .flex_area .sort > div .txt_box {
  width: 60px;
}

.sub2_2 .box_area .flex_area .sort > div p:nth-child(2) {
  width: calc(100% - 290px);
}

.sub2_2 .box_area .flex_area .sort > div p:last-child {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .sub2_2 .box_area .flex_area .sort > div .txt_box {
    width: 50px;
  }
  .sub2_2 .box_area .flex_area .sort > div p:nth-child(2) {
    width: calc(100% - 230px);
  }
  .sub2_2 .box_area .flex_area .sort > div p:last-child {
    width: 170px;
  }
}

@media screen and (max-width: 480px) {
  .sub2_2 .box_area .flex_area .sort > div p:nth-child(2) {
    width: calc(100% - 180px);
  }
}

.sub2_3 .box_area .sort > div .txt_box {
  width: 115px;
}

.sub2_3 .box_area .sort > div p:nth-child(2) {
  width: calc(100% - 255px);
}

.sub2_3 .box_area .sort > div p:last-child {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .sub2_3 .box_area .sort > div .txt_box {
    width: 90px;
  }
  .sub2_3 .box_area .sort > div p:nth-child(2) {
    width: calc(100% - 190px);
  }
  .sub2_3 .box_area .sort > div p:last-child {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .sub2_3 .box_area .sort > div p:nth-child(2) {
    width: calc(100% - 90px);
  }
}

.sub2_4 .box_area .flex_area .sort {
  width: calc(50% - 25px);
}

.sub2_4 .box_area .flex_area .sort > div .txt_box {
  width: 60px;
}

.sub2_4 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
  width: calc(100% - 200px);
}

.sub2_4 .box_area .flex_area .sort:first-child > div p:last-child {
  width: 120px;
}

.sub2_4 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
  width: calc(100% - 280px);
}

.sub2_4 .box_area .flex_area .sort:last-child > div p:last-child {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .sub2_4 .box_area .flex_area .sort > div .txt_box {
    width: 50px;
  }
  .sub2_4 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
    width: calc(100% - 160px);
  }
  .sub2_4 .box_area .flex_area .sort:first-child > div p:last-child {
    width: 100px;
  }
  .sub2_4 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
    width: calc(100% - 220px);
  }
  .sub2_4 .box_area .flex_area .sort:last-child > div p:last-child {
    width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .sub2_4 .box_area .flex_area .sort:first-child > div p:nth-child(2) {
    width: calc(100% - 110px);
  }
  .sub2_4 .box_area .flex_area .sort:last-child > div p:nth-child(2) {
    width: calc(100% - 170px);
  }
}
