@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');



html, body{margin:0; padding:0; width:100%; height: 100%; height:calc(var(--vh, 1vh) * 100);; font-family: 'Noto Sans KR', 'Noto Serif KR', sans-serif;}
ul, ol{list-style:none}

.iframe_box {position:relative; padding-bottom:53.75%; padding-top:30px; height:0; overflow:hidden;}
.iframe_box iframe,
.iframe_box object,
.iframe_box embed {position:absolute; top:0; left:0; width:100%; height:100%;}
.video_main {position: absolute; width: 100%; max-width: 1200px;}



::selection { color:white; background:#61a77f; }
::-moz-selection { color:white; background:#61a77f; } /* firefox */

#gnb_wrap {position: fixed; top: 0; left: 0; right: 0; overflow: hidden; background-color: rgba(255, 255, 255, 0.8); z-index: 8993; box-shadow: 0px -6px 15px -2px #222; height: 80px; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);}
#gnb_wrap:hover {
  -webkit-animation: opa1 400ms 0s 1 ease-in-out normal both;
  -moz-animation: opa1 400ms 0s 1 ease-in-out normal both;
  -ms-animation: opa1 400ms 0s 1 ease-in-out normal both;
  -o-animation: opa1 400ms 0s 1 ease-in-out normal both;
  animation: opa1 400ms 0s 1 ease-in-out normal both;
}


@-webkit-keyframes opa1 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 430px;
  }
}
@-moz-keyframes opa1 { 
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 430px;
  }
}
@-ms-keyframes opa1 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 430px;
  } 
}
@-o-keyframes opa1 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 430px;
  }
}
@keyframes opa1 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 430px;
  } 
}






#gnb_1th {height: 80px; display: flex; align-items: center; justify-content: space-between; flex-flow: row nowrap;}
#gnb_2th {display: flex; align-items: stretch; height: 100%; justify-content: center; flex-flow: row nowrap; background: linear-gradient(to right, #61a77f, #658cc2); padding: 40px 0 0 0;}

#gnb_2th li {display: flex; flex-direction: column; margin-left: 20px;}
#gnb_2th li:first-child {margin-left: 0px;}
#gnb_2th li a.menu_1th {font-size: 18px; font-weight: 500; background: none; display: block; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-bottom: 20px; margin-bottom: 20px;}
#gnb_2th li a.menu_1th:hover {background: none;}
#gnb_2th li a {text-decoration: none; color: #fff; font-size: 16px; font-weight: 300; background: url(/images/png.png) no-repeat; background-size: 500px; background-position: -113px -50px; padding-left: 8px; width: 180px; margin-bottom: 12px;}
#gnb_2th li a:hover {font-weight: 400; background: url(/images/png.png) no-repeat; background-size: 500px; background-position: -113px 7px; color: #f5e70f;}

.top_menu {display: flex;}
.top_menu li {margin:0 16px;}
.top_menu li a {text-decoration: none; font-size: 18px; font-weight: 400; color: #222;}
.top_menu li a:hover {text-decoration: underline;}
.logo {padding-left: 40px;}
.logo img {width: 166px;}
.sns {display: flex; padding-right: 35px;}
.sns a {margin: 0 5px;}
.sns a .blog {width: 40px; height: 40px; border-radius: 20px; background: url(/images/png.png) no-repeat #4da319; background-size: 500px; background-position: 14px -52px; text-indent:-10000px}
.sns a .face {width: 40px; height: 40px; border-radius: 20px; background: url(/images/png.png) no-repeat #1874d2; background-size: 500px; background-position: -38px -51px; text-indent:-10000px}
.m_btn {display: none;}


.mainfullbox{ width:100%; height:100vh; position:relative; color:#ffffff; display: flex; align-items: center; justify-content: center; flex-flow: row;}
.text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

#mainfulldiv0.mainfullbox {height:auto;padding-top: 80px;}
#mainfulldiv0 .swiper-container,
#mainfulldiv0 .swiper-wrapper {height: 100%;}
#mainfulldiv0 .swiper-slide {overflow: hidden;}
#mainfulldiv0 .swiper-slide img {float:right;height:100%;}
/* #mainfulldiv0 .swiper-slide.mr-300 img {margin-right: -300px;} */
#mainfulldiv0 .swiper-slide img.mb-show {display: none;}
#mainfulldiv0 .swiper-slide img.mb-hide {display: block;}
#mainfulldiv1 {background: url(/images/main_bg_01.jpg) no-repeat; background-position: center; background-size: cover;}
#mainfulldiv2 {background: url(/images/main_bg_02.jpg) no-repeat; background-position: center; background-size: cover;}
#mainfulldiv3 {background: url(/images/main_bg_03.jpg) no-repeat; background-position: center; background-size: cover;}
#mainfulldiv4 {background: url(/images/main_bg_04.jpg) no-repeat; background-position: center; background-size: cover;}

#mainfull_navi { position:fixed; top:40%; right:80px; z-index:8992; }
#mainfull_navi ul { margin:0; padding:0; list-style:none; }
#mainfull_navi ul li { margin-bottom:10px; }
#mainfull_navi p {background: url(/images/png.png) no-repeat; background-size: 500px; background-position: -32px 0; width:17px; height:17px; text-align:center; margin:0 auto; font-size:12px; color:#fff; vertical-align:middle; line-height:10px; }
#mainfull_navi p:hover {background-position: 0 0; }
#mainfull_navi a.on p { background-position: 0 0 !important; }
#mainfull_navi p.on { background-position: 0 0 !important; }
@media screen and (max-width:1025px){
#mainfull_navi { right:5%; }
}


#mainfulldiv1 .txt_main span br {display: none;}
.txt_slo {font-size: 16px; border-top: solid 1px #fff; border-bottom: solid 1px #fff; font-weight: 300; letter-spacing: 10px; padding: 12px 0px 12px 10px;}
.txt_main span {font-size: 52px; font-family: "Noto Serif KR"; font-weight: 400; text-align: center; line-height: 1.2; margin: 34px 0; padding: 0; display: block; text-align: center;}
.txt_sub span {font-size: 20px; font-family: 'Noto Sans KR'; font-weight: 300; text-align: center; line-height: 1.4; margin: 0; padding: 0; opacity: 0.7; display: block; text-align: center;}
.btn_view {border-radius: 22px; border: solid 1px #fff; height: 42px; font-size: 20px; font-weight: 400; background: url(/images/png.png) no-repeat; background-position: 108px -53px; margin-top: 40px;}
.btn_view a {text-decoration: none; color: #fff; height: 100%; display: block; padding: 0 55px 0 25px; line-height: 1.9;}
.num {display: flex; align-items: center; justify-content: center; flex-flow: row wrap;}
.num li {width: 286px; border-left: solid 1px rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; flex-flow: column; padding: 30px 0;}
.num li:first-child {border-left: none; }
.num li .coun {font-size: 60px; font-weight: 900; margin-bottom: 20px; display: flex;}
.num li .txt_s {font-size: 18px; font-weight: 300; margin-bottom: 20px; text-align:center; line-height:1.2;}
.num li .line_h {display: block; width: 1px; height: 50px; background-color: #ffaf00; margin-bottom: 20px;}





#main #footer {position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; color: #222; background: rgba(255, 255, 255, 0.8); height: 72px; font-size: 11px; line-height: 1.4; padding: 12px 40px 0 40px;}
#main #footer:hover { background: url(/images/logo.png) no-repeat rgba(255, 255, 255, 0.8); background-position: right 40px center; background-size: 150px; font-size: 16px; padding: 30px 220px 0 40px; filter: grayscale(100%);
    -webkit-animation: opa12 600ms 0s 1 ease-out normal both;
    -moz-animation: opa2 600ms 0s 1 ease-out normal both;
    -ms-animation: opa2 600ms 0s 1 ease-out normal both;
    -o-animation: opa2 600ms 0s 1 ease-out normal both;
    animation: opa2 600ms 0s 1 ease-out normal both;
  }
  
  @keyframes opa2 {
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    }
  }
  @-webkit-keyframes opa2 {   
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    }
  }
  @-moz-keyframes opa2 { 
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    }
  }
  @-ms-keyframes opa2 {   
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    } 
  }
  @-o-keyframes opa2 {   
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    }
  }
  @keyframes opa2 {   
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      height: 60px;
    }
    100% {
      background-color: rgba(255, 255, 255, 1);
      height: 130px;
    } 
  }


  #main #footer br {display: none;}
  #main #footer:hover br {display: block;}
  #main #footer:hover p {display: block; margin-top: 5px;}
  

  #footer div {}
  #footer div a {text-decoration: none; color: #222; font-weight: 500;}
  #footer div a:hover {text-decoration: underline;}
  #footer div p {text-decoration: none; color: #666; font-weight: 400;}
  #footer div p:last-child {color: #999; font-weight: 300;}


.mb-hide {display: block;}
.mb-show {display: none;}

/* sub */


h3 {font-size: 24px; font-weight: 500; margin-bottom: 30px; line-height: 1.4;}
h4 {font-size: 20px; font-weight: 400; margin-bottom: 20px; line-height: 1.4;}

.tab_menu {width:100%; display:flex; flex-wrap: nowrap; justify-content:space-between;}
.tab_menu li {width:33%; text-align:center; background-color:#eee;}
.tab_menu li a {text-decoration:none; display:block; width:100%; color:#222; font-size:18px; padding:18px 0px;}

.tab_menu .tab_on {background-color:#7da9ac;}
.tab_menu .tab_on a {color:#fff; font-weight: 500;}

.none_type {line-height:1.4}

.round_img img {border-radius: 6px; box-sizing: border-box; }
.pad_10 {padding-top: 10px !important;}
.pad_20 {padding-top: 20px !important;}
.mar_20 {margin-bottom: 20px !important;}
.mar_40 {margin-bottom: 40px !important;}
.mar_70 {margin-bottom: 70px !important;}
.mar_140 {margin-bottom: 140px !important;}

.sub_top {position: relative; width: 100%; height: 700px; display: flex; justify-content: center; align-items: center; color: #fff; flex-flow: column nowrap; font-family: "Noto Serif KR"; font-size: 52px;}
.sub_top p {font-family: "Noto Sans KR"; font-size: 20px; opacity: 0.7; font-weight: 300; margin-top: 30px;}
.sub_top div {position: absolute; left: 50%; transform:translateX(-50%); bottom: 0; width: 1200px; height: 52px; background-color: #fff;}
.sub_bg_01 {background: url(../images/sub_bg_04.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_02 {background: url(../images/sub_bg_02.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_03 {background: url(../images/sub_bg_03.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_04 {background: url(../images/sub_bg_07.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_05 {background: url(../images/sub_bg_05.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_06 {background: url(../images/sub_bg_06.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_07 {background: url(../images/sub_bg_01.jpg) no-repeat; background-position: center; background-size: cover;}
.sub_bg_08 {background: url(../images/sub_bg_08.jpg) no-repeat; background-position: center; background-size: cover;}

.con_wrap {position: relative; width: 100%; min-height: 600px; margin: 0; padding: 0;}
.con_wrap .contents {position: relative; width: 1200px; margin: 0 auto; padding: 0;}
.con_wrap .contents .head_box {font-size: 18px; font-weight: 300; line-height: 1.6; word-break: keep-all; margin-bottom: 60px; display: block; width: 100%; box-sizing: border-box; padding: 30px 40px; border: solid 1px #ddd; background-color: #fefefe; color: #222;}
.con_wrap .contents .head_box b {color: #7da9ac; font-weight: 500; display: block; text-decoration: underline;}
.con_wrap .contents .title {position: relative; width: 100%; margin: 0 0 50px 0; padding: 0; font-size: 34px; color: #222; text-align: center; font-weight: 500;}
.con_wrap .contents .title i {position: absolute; right: 38px; bottom: 38px; font-family: "Noto Serif KR"; font-size: 22px; color: #ccc; text-align: right; font-weight: 100;}
.con_wrap .contents .title .line_gray {width: 100%; height: 52px; margin: 0; padding: 0; border-left: 10px solid #e1e1e1; border-right: 10px solid #e1e1e1; border-bottom: 10px solid #e1e1e1; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }


  .hi_bg {background: url(../images/hi_bg.jpg) no-repeat; background-position: center; background-size: cover; width: 100% !important; margin-bottom: 100px !important;}
  .hi_bg .history {background: url(../images/dot.jpg) repeat-y; background-position: center; max-width: 1200px; margin: 0 auto;}
  .hi_bg .history li {display: flex; align-items: center; margin-top: 20px;}
  .hi_bg .history li .year {width: 70px; height: 70px; border-radius: 35px; background-color: #8d8d8d; display: flex; align-items: center; justify-content: center; font-family: "Noto Serif KR"; color: #fff;}
  .hi_bg .history li ul {width: 50%;}
  .hi_bg .history li ul li {display: flex; align-items: flex-start; line-height: 1.6; margin-top: 0 !important; word-break: keep-all;}
  .hi_bg .history li ul li span {font-weight: 500; color: #7da9ac;}

  .h_left {justify-content: flex-end; flex-direction: row-reverse;}
  .h_left div {margin-left: -35px;}
  .h_left ul li {flex-direction: row-reverse; text-align: right; align-items: end !important;}

  .h_left ul li span { margin: 0 70px 0 20px;}
  .h_left.new div {margin-left: -75px !important;}
  .h_left.new ul li span { margin: 0 110px 0 20px;}

  

  .h_right {justify-content: flex-end;}
  .h_right div {margin-right: -35px;}
  .h_right ul li {flex-direction: row;}
  .h_right ul li span { margin: 0 20px 0 70px;}
  .h_right.new div {margin-right: -75px !important;}
  .h_right.new ul li span { margin: 0 20px 0 110px;}
  

  .new .year {width: 150px !important; height: 150px !important; font-size: 34px !important; background-color: #7da9ac !important; border-radius: 75px !important;}

  .mission {max-width: 668px; margin: 0 auto; margin-bottom: 100px;}
  .mission img {width: 100%;}

  .text_01 {width: 100%; display: flex; justify-content: space-between; margin-bottom: 50px;}
  .text_01 div {word-break: keep-all; color: #666; font-size: 18px; font-weight: 300; line-height: 1.4;}
  .text_01 div span {display: block; border-bottom: solid 2px #222; font-size: 22px; font-family: "Noto Serif KR"; color: #222;padding-bottom: 14px; margin-bottom: 24px;}
  .text_01 div i {font-size: 16px;}

  .w_4 div {width: 23%;}
  .w_2 div {width: 48.5%;}

  .gree {position: relative; width: 100%; margin: 0; padding: 380px 0 0 0; background: url(../images/img_02_01.jpg) no-repeat; background-position: top center;}
  .gree .gree_bg {width: 90%; margin: 0 auto; padding: 0; background-color: #fff;}
  .gree .gree_bg .gree_txt {width: 90%; margin: 0 auto; font-size: 18px; font-weight: 300; color: #222; line-height: 1.6; padding-top: 40px; word-break: keep-all;}
  .gree .gree_bg .gree_txt b {font-family: "Noto Serif KR"; font-size: 40px; font-weight: 500; color: #7da9ac;}
  .gree .gree_bg .gree_txt p {display: block; font-size: 18px; font-weight: 300; color: #666; width: 100%; text-align: right; margin-top: 40px;}
  .gree .gree_bg .gree_txt p span {font-family: "Noto Serif KR"; font-size: 30px; font-weight: 400; color: #222;}



  .dr_team {position: relative; width: 100%; display: flex; flex-direction: column; align-items: flex-end;}
  .dr_team:nth-child(odd) .dr_img {background-color: #e7d9c9;}
  .dr_team:nth-child(odd) .dr_name span:first-child {font-weight: 500; color: #947b6e;}
  .dr_team:nth-child(odd) .dr_name {background-color: #e7d9c9;}
  .dr_team .dr_img {position: absolute; left: 0; width: 430px; min-height: 445px; background-color: #d1dfe1; display: flex; justify-content: center; align-items: flex-end;}
  .dr_team .dr_name {width: 770px; background-color: #d1dfe1; display: flex; align-items: center; height: 272px;}
  .dr_team .dr_name span {border-left: solid 1px rgba(0, 0, 0, 0.1); font-size: 30px; font-weight: 300; width: 33.3%; height: 200px; display: flex; align-items: center; justify-content: center;}
  .dr_team .dr_name span:first-child {font-weight: 500; color: #6e8f94;}
  .dr_team .dr_name span:last-child {font-family: "Noto Serif KR"; font-size: 50px; color: #222;}
  .dr_team ul {width: 770px; padding: 60px 60px 100px 70px; box-sizing: border-box; min-height:300px;}
  .dr_team ul li {font-size: 18px; line-height: 1.3; color: #222; font-weight: 300; margin-bottom: 8px; word-break:keep-all;}
  .dr_team p {width: 770px; padding: 60px 60px 100px 70px; box-sizing: border-box;font-size: 24px;line-height: 1.4; text-align: center;}


  .add {display: block; width: 100%; height: 65px; font-size: 18px; font-weight: 300; color: #222; background-color: #f1f1f1;}
  .add span {display: block; padding: 20px 0 0 30px;}

  .traffic {width: 100%; display: flex; justify-content: space-between; margin-top: 77px;}
  .traffic .car {font-size: 24px; font-weight: 500; word-break: keep-all; display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1.4; width: 108px; }
  .traffic .car i {width: 108px; height: 108px; display: block; background: url(../images/png.png) #8497ad no-repeat; background-size: 500px; background-position: 30px -182px; border-radius: 54px; margin-bottom: 10px;}
  .traffic .bus {font-size: 24px; font-weight: 500; word-break: keep-all; display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1.4; width: 108px;}
  .traffic .bus i {width: 108px; height: 108px; display: block; background: url(../images/png.png) #c99e84 no-repeat; background-size: 500px; background-position: -112px -182px; border-radius: 54px; margin-bottom: 10px;}
  .traffic div:last-child {width: 990px; display: flex; flex-direction: column; justify-content: center;}
  .traffic div dl {margin-bottom: 60px; width: 100%;}
  .traffic div dl:last-child {margin-bottom: 0;}
  .traffic div dl dt {font-size: 18px; font-weight: 400; margin-bottom: 10px;}
  .traffic div dl dd {font-size: 18px; font-weight: 300; border-bottom: solid 1px #ddd; padding: 15px 0; line-height: 1.4; color: #666; word-break: keep-all;}

  .table-shuttle {width: 100%; text-align: center; margin-bottom: 20px;}
  .table-shuttle thead tr th:first-child {background: #61a77f;color: #fff;}
  .table-shuttle thead tr th:nth-child(2) {background: #658cc2;color: #fff;}
  .table-shuttle thead tr th {padding:20px; font-size: 18px;}
  .table-shuttle tbody tr:first-child {background-color: #f1f1f1; font-size: 17px; font-weight: 500;}
  .table-shuttle tbody tr td {padding:18px;}
  .table-shuttle tr td, .table-shuttle tr, th {border: 1px solid #ddd;}

  .hours {display: flex; justify-content: space-between; width: 100%; padding: 0; margin: 0 0 140px 0;}
  .hours li:first-child {background-color: #7da9ac; color: #fff;}
  .hours li:first-child span {color: #fff;}
  .hours li:first-child p {color: #fff;}
  .hours li {display: block; width: 380px; height: 380px; box-sizing: border-box; border: dashed 1px #7da9ac; text-align: center; padding-top: 42px;}
  .hours li span {font-size: 24px; color: #222; font-weight: 500; display: block; margin-bottom: 30px;}
  .hours li i {display: block; margin: 0 auto; border-radius: 60px; width: 120px; height: 120px; background-color: #7da9ac; color: #fff; text-align: center; font-size: 70px; font-weight: 300; line-height: 1.5;}
  .hours li p {font-size: 18px; color: #666; font-weight: 300; line-height: 1.4; margin-top: 30px; word-break: keep-all; padding: 0 10%;}

  .table_01 {width: 100%; border-top:solid 1px #ddd; border-left:solid 1px #ddd;}
  .table_01 th {border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; text-align: center; padding: 15px 30px; line-height: 1.6; font-weight: 500; vertical-align:middle; background-color: #fbfbfb;}
  .table_01 td {border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; text-align: left; padding: 15px 30px; line-height: 1.6; font-weight: 300;}

  .box_s01 {width: 100%; margin-bottom: 60px; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
  .box_s01 li {width: 32%; background-color: #fbfbfb; border: solid 1px #ddd; box-sizing: border-box; margin-bottom: 24px; position: relative; min-height: 160px; padding: 30px; font-size: 20px; font-weight: 300; line-height: 1.4; word-break: keep-all;}
  .box_s01 li span {position: absolute; right: 0; bottom: 0; display: block; width: 40px; height: 40px; color: #fff; text-align: center; background-color: #ddd; font-size: 20px; font-weight: 500; line-height: 2;}

  .box_s02 {width: 100%; margin-bottom: 60px; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
  .box_s02 li {width: 32%; background-color: #7da9ac; box-sizing: border-box; margin-bottom: 24px; position: relative; min-height: 230px; padding: 30px 50px 30px 30px; font-size: 18px; font-weight: 400; line-height: 1.4; color: #fff; word-break: keep-all;}
  .box_s02 li:last-child {visibility: hidden;}
  .box_s02 li span {position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 100%; color: #222; background-color: #ddd; font-size: 24px; font-weight: 300; }
  .box_s02 li .m_dwon {display: none;}
  .box_icon01 {background-image: url(../images/img_04_02_01.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon02 {background-image: url(../images/img_04_02_02.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon03 {background-image: url(../images/img_04_02_03.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon04 {background-image: url(../images/img_04_02_04.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon05 {background-image: url(../images/img_04_02_05.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}

  .box_s03 {width: 100%; margin-bottom: 60px; padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
  .box_s03 li {background-color: #7da9ac; box-sizing: border-box; margin-bottom: 24px; position: relative; min-height: 230px; padding: 30px 50px 30px 30px; font-size: 20px; font-weight: 400; line-height: 1.6; color: #fff; word-break: keep-all;}
  .box_s03 li span {position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 100%; color: #222; background-color: #ddd; font-size: 24px; font-weight: 300; }
  .box_s03 li p {font-weight: 300; font-size: 18px;}
  .box_s03 li .m_dwon {display: none;}
  .box_icon06 {background-image: url(../images/img_06_03_01.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon07 {background-image: url(../images/img_06_03_02.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon08 {background-image: url(../images/img_06_03_03.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}
  .box_icon09 {background-image: url(../images/img_06_03_04.png); background-repeat: no-repeat; background-position: right 60px bottom 20px;}

  .box_s04 {display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;margin-bottom: 60px;}
  .box_s04 li {width: 32%;padding-top:200px;background-color: #d1dfe1;}
  .box_s04 [class*="box_icon"] {background-position: center top 50px;}
  .box_s04 li p {padding:10px;color:#fff;font-size: 16px;font-weight: 500;text-align: center;background-color: #454545;}
  .box_s04 li span {display: block;padding:15px 10px;font-size: 16px;text-align: center;border:1px solid #ddd;background-color: #fff;}

  .list_s01 {width: 100%; margin-bottom: 60px; padding: 0;}
  .list_s01 li {background: url(../images/dot.png) no-repeat; background-position: 0 14px; box-sizing: border-box; padding-left: 10px; line-height: 1.6; font-size: 18px; font-weight: 300; color: #222;}

  .info_box {display: flex; width: 100%; margin: 0; padding: 0;}
  .info_box div {flex-grow: 1; text-align: center; line-height: 1.6; font-size: 24px; color: #222; font-weight: 300;}
  .info_box div img {margin-top: 30px;}
  .info_box div p {font-family: "Noto Serif KR"; font-size: 20px; color: #222; margin-bottom: 20px;}
  .info_box div span {display: block; font-size: 16px; font-weight: 400; color: #999; margin: 20px 0 30px 0;}
  
  .info_box div:first-child {max-width: 74px; border-top: solid 20px #7da9ac; border-left: solid 20px #7da9ac; border-bottom: solid 20px #7da9ac; box-sizing: border-box;}
  .info_box div:last-child {max-width: 74px; border-top: solid 20px #7da9ac; border-right: solid 20px #7da9ac; border-bottom: solid 20px #7da9ac; box-sizing: border-box;}

  .info_icon {display: flex; width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
  .info_icon li {width: 20%; border-left: solid 1px #dddddd; box-sizing: border-box; text-align: center; word-break: keep-all; font-size: 18px; font-weight: 300; line-height: 1.4; padding: 20px;}
  .info_icon li p {margin-top: 10px;}
  .info_icon li:last-child {border-right: solid 1px #dddddd;}
  .info_icon.n4 li {width: 25%;}

  .acc {
    width:100%; 
    border-top:1px solid #ddd; 
    border-bottom:1px solid #ddd; 
    margin:0; 
    list-style:none;
  }
  
  .acc li{
    padding:0; 
    border-top:1px solid #ddd; 
    margin-bottom: 0;
  }
  
  .acc li:first-child{
    border:0 none;
  }
  
  .acc li a{
    font-size: 18px;
    font-weight: 400;
    color: 222000;
    text-decoration:none; 
    color:#000;
    height: 64px;
    display: flex;
    align-items: center;
    background: url(../images/view.png) no-repeat #fbfbfb;
    background-position: top 16px right 30px;
    padding-left: 20px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .acc li a:hover {color: #4a8589;}

  .acc li .acc_bg01 {background: url(../images/acc_bg01.jpg) no-repeat; background-position: top center;}
  .acc li .acc_bg02 {background: url(../images/acc_bg02.jpg) no-repeat; background-position: top center;}
  .acc li .acc_bg03 {background: url(../images/acc_bg03.jpg) no-repeat; background-position: top center;}
  .acc li .acc_bg04 {background: url(../images/acc_bg04.jpg) no-repeat; background-position: top center;}
  .acc li .acc_bg05 {background: url(../images/acc_bg05.jpg) no-repeat; background-position: top center;}
  .acc li .acc_bg06 {background: url(../images/acc_bg06.jpg) no-repeat; background-position: top center;}
  .acc li p {padding-top: 326px;}
  .acc li p span {width: 80%; margin: 0 auto; background-color: #fff; display: block; box-sizing: border-box; padding: 40px 50px 80px 50px; font-size: 18px; font-weight: 300; line-height: 1.6; word-break: keep-all;}
  .acc li .answer {padding-top: 0px !important; border-top:1px solid #ddd; }
  .acc li .answer span {width: 100% !important; min-height: 360px; padding: 30px 40px 100px 40px !important; background: url(../images/qa_bg.jpg) no-repeat; background-position: right bottom;}
  .acc li .answer span b {display: block; font-weight: 400; color: #4a8589; margin-bottom: 5px;}
  .acc li .answer span i {display: block; font-style: normal; background: url(../images/dot.png) no-repeat; background-position: 0 14px; box-sizing: border-box; padding-left: 10px; line-height: 1.6; font-size: 18px; font-weight: 300; color: #222;}

  .center_txt {text-align: center; font-size: 18px; font-weight: 400; color: #222; width: 80%; margin: 0 auto; line-height: 1.6;}
  .center_txt p {font-family: "Noto Serif KR"; font-size: 26px; font-weight: 400; color: #7da9ac;}

  .sub0201_img1 {width: 100% !important; display: flex; flex-wrap: nowrap; padding-top: 80px !important;}
  .sub0201_img1 div {width: 40%; background-color: #d1dfe1; border-radius: 0px 30px 30px 0px; box-sizing: border-box; margin-right: 10%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #6e8f94; font-size: 40px; font-family: "Noto Serif KR"; line-height: 1.4; text-align: center;}
  .sub0201_img1 div span {font-size: 18px; font-family: "Noto Sans KR"; line-height: 1.4; text-align: left; width: 80%; color: #222; word-break: keep-all;}
  .sub0201_img1 div span p {font-size: 44px; font-family: "Noto Serif KR"; margin-bottom: 10px; color: #6e8f94;}
  .sub0201_img1 img {width: 50%;}

  .sub0201_img2 {width: 100% !important; display: flex; flex-wrap: nowrap; padding-top: 80px !important;}
  .sub0201_img2 div {width: 40%; background-color: #e7d9c9; border-radius: 30px 0px 0px 30px; box-sizing: border-box; margin-left: 10%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #947b6e; font-size: 40px; font-family: "Noto Serif KR"; line-height: 1.4; text-align: center;}
  .sub0201_img2 div span {font-size: 18px; font-family: "Noto Sans KR"; line-height: 1.4; text-align: right; width: 80%; color: #222; word-break: keep-all;}
  .sub0201_img2 div span p {font-size: 44px; font-family: "Noto Serif KR"; margin-bottom: 10px; color: #947b6e;}
  .sub0201_img2 img {width: 50%;}

  .images_list_03 {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .images_list_03 img {width: 32%; margin-bottom:30px}

  .images_list_02 {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .images_list_02 img {width: 49%; margin-bottom:30px}

  .images_list_01 {width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .images_list_01 img {width: 100%;}

  
  #sub #footer {position: relative; color: #222; width: 100%; font-size: 14px; line-height: 1.4; background: url(/images/logo.png) no-repeat #f3eae0; background-position: right 40px center; background-size: 150px; margin-top: 140px;}
  #sub #footer div {padding: 50px 70px;}
  #sub #footer div a {color: #947b6e; font-size:18px;}
  #sub #footer div p {margin-top: 8px; color:#222;}

  #slide01 {margin-bottom: 60px;}
  #slide01 img {width: 100%;}

  /* sub08 */
  .contents.sub08 {
    padding-bottom: 377px;
    }

  .box-01 { display: flex; flex-wrap: wrap; }
  .box-01 div { box-shadow: 0 0 10px 0 rgba(51, 50, 51, 0.11);
                background-color: #fff;
                width: calc(100% / 4 - 23px);
                font-family: "Noto Sans KR";
                font-size: 20px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: normal;
                text-align: center;
                color: #222;
                padding: 30px 0;
                margin-right: 30px;
                margin-bottom: 25px;
}

.box-01 div:nth-child(4n) {
    margin-right: 0;
}

.box-01 div:last-child {
    width: calc(50% - 15px);
}

.box-02 {
    border: 5px solid #e7e7e7;
    padding: 45px 0 41px;
    display: flex;
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 70px;
}

.box-02 span {
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

.txt-01 {
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: center;
    color: #222;
}

.ul-title {
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: left;
    color: #222;
    margin-bottom: 14px;
    margin-top: 60px;
}

.ul-marker-circle {
	list-style-type: none;
}

.ul-marker-circle li {
    padding-left: 20px;
    position: relative;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.54px;
    text-align: left;
    color: #222;
}

.ul-marker-circle li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #7da9ac;
}

.box-03 {
    border: 5px solid #e7e7e7;
    padding: 26px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.box-03 span {
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.54px;
    text-align: left;
    color: #222;
}

.sub_08_bt {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 테블릿 이하 */
@media all and (max-width:1024px){
	#mainfulldiv0.mainfullbox {
		padding-top: 60px;
	}
	#mainfulldiv0 .swiper-slide img {
		float: none;
		width: 100%;
		height:auto;
	}
	#mainfulldiv0 .swiper-slide img.mb-show {
		display: block;
	}
	#mainfulldiv0 .swiper-slide img.mb-hide {
		display: none;
	}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1024px) {

  #gnb_wrap:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }

  .active {
    -webkit-animation: opa3 400ms 0s 1 ease-in-out normal both !important;
    -moz-animation: opa3 400ms 0s 1 ease-in-out normal both !important;
    -ms-animation: opa3 400ms 0s 1 ease-in-out normal both !important;
    -o-animation: opa3 400ms 0s 1 ease-in-out normal both !important;
    animation: opa3 400ms 0s 1 ease-in-out normal both !important;
  }
  
  
@-webkit-keyframes opa3 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 700px;
  }
}
@-moz-keyframes opa3 { 
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 700px;
  }
}
@-ms-keyframes opa3 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 700px;
  } 
}
@-o-keyframes opa3 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 700px;
  }
}
@keyframes opa3 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 700px;
  } 
}



  .logo {padding-left: 0px;}
  .top_menu {display: none;}
  .m_btn {display: block; margin-left: 40px; width: 35px; height: 25px; text-indent: -10000px; background: url(/images/png.png) no-repeat; background-size: 500px; background-position: 0 -116px;}

  #gnb_2th { overflow: hidden; height: 580px; flex-flow: row wrap; align-items: flex-start; justify-content: flex-start;}
  #gnb_2th li {flex-basis: 33.3%; align-items: center; margin-left: 0;}
  
  #mainfulldiv1 .txt_main span br {display: block;}

  .txt_main span {font-size: 48px; }
  .num {width: 573px;}
  .num li {border: none; padding:20px 0px;}
  .num li:first-child {border-right: solid 1px rgba(255, 255, 255, 0.1) !important; border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;}
  .num li:last-child {border-left: solid 1px rgba(255, 255, 255, 0.1) !important; border-top: solid 1px rgba(255, 255, 255, 0.1) !important;}
  .num li .coun {font-size: 50px; }
.num li .line_h {height: 30px;}

  #main #footer:hover {font-size: 14px; word-break: keep-all;}
  #main #footer:hover br {display: none;}




  /* sub */


  .sub_top div {width: 90%;}
  .con_wrap .contents {width: 90%;}

  .hi_bg .history {max-width: 90%;}

  .text_01 {flex-flow: row wrap; margin-bottom: 30px;}
  .text_01 div {margin-bottom: 20px;}

  .w_4 div {width: 48.5%;}

  .dr_team .dr_img {width: 40%; min-height: unset; padding-top: 20px;}
  .dr_team .dr_img img {width: 80%;}
  .dr_team .dr_name {width: 60%; height: 200px;}
  .dr_team .dr_name span {font-size: 24px; height: 150px;}
  .dr_team .dr_name span:last-child {font-size: 30px;}
  .dr_team ul {width: 60%; padding: 30px 30px 100px 30px;}


  .w_100 {width: 100% !important;}
  .traffic div:last-child {width: 80%;}


  .hours {display: flex; justify-content: space-between; width: 100%; padding: 0; margin: 0 0 140px 0;}
  .hours li {width: 32%; height: 380px; padding-top: 42px;}
  .hours li span {font-size: 18px; color: #222; font-weight: 500; display: block; margin-bottom: 30px;}
  
  .info_box div {word-break: keep-all;}
  .info_box div:first-child {min-width: 74px;}
  .info_box div:last-child {min-width: 74px;}

  .info_icon li {width: 33%;}

  .center_txt {word-break: keep-all;}
  .sub0201_img1 {padding-top: 60px !important;}
  .sub0201_img1 div {font-size: 24px; border-radius: 0px 20px 20px 0px;}
  .sub0201_img1 div span p {font-size: 20px;}
  .sub0201_img2 {padding-top: 60px !important;}
  .sub0201_img2 div {font-size: 24px; border-radius: 20px 0px 0px 20px;}
  .sub0201_img2 div span p {font-size: 20px;}


  
  #sub #footer {background-position: top 40px center;}
  #sub #footer div {padding: 100px 40px 40px 40px;}
  #sub #footer div br {display: none;}

}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .mb-hide {display: none;}
    .mb-show {display: block;}

	#mainfulldiv1 {background: url(/images/main_bg_01_m.jpg) no-repeat; background-position: center; background-size: cover;}


	#layer1 .inner .close {position: absolute; width: 30px; height: 30px; right: 20px; top: 20px;}
	#layer1 .inner .close img {width: 30px; height: 30px;}

	#layer2 .inner .close {position: absolute; width: 30px; height: 30px; right: 20px; top: 20px;}
	#layer2 .inner .close img {width: 30px; height: 30px;}

	#layer3 .inner .close {position: absolute; width: 30px; height: 30px; right: 20px; top: 20px;}
	#layer3 .inner .close img {width: 30px; height: 30px;}


.scrollOff {
    position: fixed;
    overflow: hidden;
    height: 100%;
	animation: none !important;
}


  #gnb_wrap {height: 60px;}
  #gnb_wrap:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }

  .active {
    -webkit-animation: opa4 250ms 0s 1 ease-in-out normal both !important;
    -moz-animation: opa4 250ms 0s 1 ease-in-out normal both !important;
    -ms-animation: opa4 250ms 0s 1 ease-in-out normal both !important;
    -o-animation: opa4 250ms 0s 1 ease-in-out normal both !important;
    animation: opa4 250ms 0s 1 ease-in-out normal both !important;
  }
  
  
@-webkit-keyframes opa4 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@-moz-keyframes opa4 { 
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@-ms-keyframes opa4 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  } 
}
@-o-keyframes opa4 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@keyframes opa4 {   
  0% {
    background-color: rgba(255, 255, 255, 0.8);
    height: 80px;
  }
  100% {
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  } 
}

  .hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
  .hidden_ {overflow:hidden !important;}

  .logo {padding-left: 0px;}
  .logo img {width: 120px;}
  .sns {display: flex; padding-right: 15px;}
  .sns a {margin: 0 5px 0 0;}
  .sns a .blog {width: 30px; height: 30px; border-radius: 15px; background: url(/images/png.png) no-repeat #4da319; background-size: 350px; background-position: 11px -35px; text-indent:-10000px}
  .sns a .face {width: 30px; height: 30px; border-radius: 15px; background: url(/images/png.png) no-repeat #1874d2; background-size: 350px; background-position: -25px -34px; text-indent:-10000px}
    

  .active #gnb_1th .m_btn {background-position: -60px -90px; background-size: 400px;}
  .top_menu {display: none;}
  .m_btn {display: block; margin-left: 20px; width: 35px; height: 25px; text-indent: -10000px; background: url(/images/png.png) no-repeat; background-size: 500px; background-position: 0 -116px;}

  #gnb_1th {height: 60px;}
  #gnb_2th { overflow-y: auto; width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); padding: 0; flex-flow: column nowrap; align-items: center; justify-content: flex-start; background: linear-gradient( 45deg, #61a77f, #658cc2);}
  #gnb_2th li {flex-basis: 1; align-items: center; margin-left: 0; margin-top: 40px; width: 70%;}
  #gnb_2th li:last-child {margin-bottom: 80px;}
  #gnb_2th li a {width: 100%;}


  #mainfulldiv1 .txt_main span br {display: block;}
  #mainfull_navi { display: none; }
  

  .txt_slo {font-size: 12px; border-top: solid 1px rgba(255, 255, 255, 0.5); border-bottom: solid 1px rgba(255, 255, 255, 0.5); letter-spacing: 5px; padding: 10px 0px 10px 10px;}
  .txt_main span {font-size: 22px; margin: 20px 0; line-height: 1.4;}
  .txt_sub span {font-size: 15px; }
  .btn_view {border-radius: 18px; height: 36px; font-size: 18px; font-weight: 200; background: url(/images/png.png) no-repeat; background-position: 108px -56px; margin-top: 20px;}
  
  .num {width: 90%;}
  .num li {width: 49%; border: none; padding: 20px 0;}
  .num li:first-child {border-right: solid 1px rgba(255, 255, 255, 0.1) !important; border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;}
  .num li:last-child {border-left: solid 1px rgba(255, 255, 255, 0.1) !important; border-top: solid 1px rgba(255, 255, 255, 0.1) !important;}
  
  .num li .coun {font-size: 24px;  margin-bottom: 10px;}
  .num li .txt_s {font-size: 12px; font-weight: 400; margin-bottom: 10px;}
  .num li .line_h {display: block; width: 1px; height: 20px; background-color: #ffaf00; margin-bottom: 5px;}
  .num li div {text-align: center;}
  .num li div img {width: 50%;}
  

  #main #footer {position: relative; opacity: 1; transform: none; background: url(/images/logo.png) no-repeat rgba(255, 255, 255, 0.8); background-position: top 40px center; background-size: 150px; font-size: 12px; padding:100px 40px 40px 40px; text-align: center; height: 130px; word-break: keep-all;}
  #main #footer br {display: none;}
  #main #footer p {margin-top: 10px;}
  #main #footer:hover { background: url(/images/logo.png) no-repeat rgba(255, 255, 255, 0.8); background-position: top 40px center; background-size: 150px; font-size: 12px; padding: 100px 40px 40px 40px;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }


  /* sub */

  .sub_top {height: 400px;font-size: 30px;}
  .sub_top span {padding-top: 30px;}
  .sub_top p {font-size: 16px; margin-top: 10px;}
  
  .sub_top div {width: 90%; height: 24px;}

  .con_wrap {overflow: hidden;min-height: 300px;}
  .con_wrap .contents {width: 90%;}
  .con_wrap .contents .title {margin: 0 0 40px 0; padding: 0; font-size: 24px; font-weight: 500;}
  .con_wrap .contents .title i {display: none;}
  .con_wrap .contents .title .line_gray {height: 30px; border-left: 8px solid #e1e1e1; border-right: 8px solid #e1e1e1; border-bottom: 8px solid #e1e1e1;}
  .con_wrap .contents .head_box {padding: 20px;}

  .hi_bg .history {max-width: 90%;}
  .hi_bg .history li {align-items: flex-start; margin-top: 20px;}
  .hi_bg .history li .year {width: 50px; height: 50px; border-radius: 25px;}


  .h_left div {margin-left: -25px;}
  .h_left ul li {flex-direction: column; padding: 0 35px 0 0; font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
  .h_left ul li span { margin:0; display: block; width: 100%; text-align: right;}
  .h_left.new div {margin-left: -30px !important;}
  .h_left.new ul li span { margin: 0;}

  

  .h_right div {margin-right: -25px;}
  .h_right ul li {flex-direction: column; padding: 0 0 0 35px; font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
  .h_right ul li span { margin:0;}
  .h_right.new div {margin-right: -30px !important;}
  .h_right.new ul li span { margin:0;}
  
  .new .year {width: 60px !important; height: 60px !important; font-size: 20px !important;border-radius: 30px !important;}


  .sub_top div {width: 90%;}
  .con_wrap .contents {width: 90%;}

  .hi_bg .history {max-width: 90%;}

  .text_01 {flex-flow: column nowrap; margin-bottom: 30px;}
  .text_01 div {margin-bottom: 20px; font-size: 16px;}
  .text_01 div span {font-size: 18px; border-bottom: solid 1px #222;}

  .w_4 div {width: 100%;}
  .w_2 div {width: 100%;}

  .gree {padding: 220px 0 0 0; background-position: top right; background-size: 150%;}
  .gree .gree_bg .gree_txt {width: 100%; font-size: 16px; padding-top: 12px;}
  .gree .gree_bg .gree_txt b {font-size: 30px;}
  .gree .gree_bg .gree_txt p {font-size: 14px;}
  .gree .gree_bg .gree_txt p span {font-size: 24px;}



  
  .w_100 {width: 100% !important;}
  .add {height: 60px; font-size: 14px; font-weight: 300;}
  .add span {padding: 20px 0 0 20px;}


  .dr_team {position: relative; width: 100%; display: flex; flex-direction: column; align-items: flex-end; margin-bottom: 40px;}
  .dr_team .dr_img {position: unset; left: unset; width: 100%; min-height: unset; }
  .dr_team .dr_img img {width: 60%;}
  .dr_team .dr_name {width: 100%; height: 150px;}
  .dr_team .dr_name span {font-size: 16px;height: 100px;}
  .dr_team .dr_name span:first-child {border-left: none;}
  .dr_team .dr_name span:last-child {font-size: 26px; color: #222;}
  .dr_team ul {width: 100%; padding:20px; word-break: keep-all; border-left: solid 10px #d1dfe1; border-bottom: solid 10px #d1dfe1; border-right: solid 10px #d1dfe1; box-sizing: border-box; min-height:auto !important;}
  .dr_team:nth-child(odd) ul {border-left: solid 10px #e7d9c9; border-bottom: solid 10px #e7d9c9; border-right: solid 10px #e7d9c9;}
  .dr_team ul li {font-size: 14px; }
  .dr_team p {width: 100%; padding:30px;font-style: italic;}
  .dr_team p:before {content:'"';}
  .dr_team p:after {content:'"';}


  .traffic {justify-content: unset; align-items: center; flex-flow: column; margin-top: 40px;}
  .traffic .car {width: 100%; }
  .traffic .bus {width: 100%;}
  .traffic div:last-child {width: 100%;}
  .traffic div dl {margin-top: 40px; margin-bottom: 40px;}
  .traffic div dl dd {font-size: 16px; padding: 10px 0;}

  .hours {display: flex; flex-direction: column; justify-content: flex-start; width: 100%; padding: 0; margin: 0 0 100px 0;}
  .hours li {width: 100%; height: 380px; padding-top: 42px; margin-bottom: 20px;}
  .hours li span {font-size: 18px; color: #222; font-weight: 500; display: block; margin-bottom: 30px;}

  .table_01 {width: 100%; border-top:solid 1px #ddd; border-left:solid 1px #ddd; font-size: 14px;}
  .table_01 th {border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; text-align: center; padding: 10px; line-height: 1.4; font-weight: 500; vertical-align:middle; background-color: #fbfbfb;}
  .table_01 td {border-right:solid 1px #ddd; border-bottom:solid 1px #ddd; text-align: left; padding: 10px; line-height: 1.4; font-weight: 300;}

  .box_s01 li {width: 100%; min-height: 10px;}
  .box_s02 li {width: 100%; min-height: 200px;}
  .box_s02 li:last-child {visibility: unset; display: none;}
  .box_s02 li span {display: none;}
  .box_s02 li .m_dwon {display: flex;}

  .box_s03 li {width: 100% !important; min-height: 200px;}
  .box_s03 li span {display: none;}
  .box_s03 li .m_dwon {display: flex;}

  .box_s04 li {width: 100%;}
  .box_s04 li+li {margin-top: 30px;}


  .info_box div {word-break: keep-all;}
  .info_box div p {font-size: 16px;}
  .info_box div span {font-size: 14px;}
  .info_box div:first-child {min-width: 30px; border-top: solid 10px #7da9ac; border-left: solid 10px #7da9ac; border-bottom: solid 10px #7da9ac;}
  .info_box div:last-child {min-width: 30px; border-top: solid 10px #7da9ac; border-right: solid 10px #7da9ac; border-bottom: solid 10px #7da9ac;}

  .info_icon li {width: 100%; border-left: none; border-bottom: solid 1px #ddd; padding:30px 0px}
  .info_icon li:last-child {border-right: none; border-bottom:none}
  .info_icon.n4 li {width: 100%;}
  
  .acc li a {font-size: 16px;}
  .acc li p span {width: 90%; padding: 30px 30px 60px 30px; font-size: 14px; font-weight: 300; line-height: 1.6; word-break: keep-all;}
  .acc li .answer span {background-position: center bottom; padding: 20px 20px 100px 20px !important;}
  .acc li .answer span b {font-weight: 500; font-size: 18px;}
  .acc li .answer span i { font-size: 16px; background-position: 0 10px;}


  .center_txt {word-break: keep-all; font-size: 14px; width: 100%;}
  .center_txt p {font-size: 18px;}
  .sub0201_img1 {padding-top: 20px !important; flex-wrap: wrap; width: 90% !important;;}
  .sub0201_img1 div {font-size: 16px; border-radius: 0px 0px 10px 10px; width: 100%; margin-right: 0%; min-height: 100px;}
  .sub0201_img1 div span {font-size: 14px; width: 90%; padding: 20px 0px;}
  .sub0201_img1 div span p {font-size: 20px;}
  .sub0201_img1 img {width: 100%;}
  .sub0201_img2 {padding-top: 20px !important; flex-wrap: wrap; width: 90% !important; flex-direction: column-reverse;}
  .sub0201_img2 div {font-size: 16px; border-radius: 0px 0px 10px 10px; width: 100%; margin-left: 0%; min-height: 100px;}
  .sub0201_img2 div span {font-size: 14px; text-align: left; width: 90%; padding: 20px 0px;}
  .sub0201_img2 div span p {font-size: 20px;}
  .sub0201_img2 img {width: 100%;}

  .images_list_03 {flex-wrap: wrap;}
  .images_list_03 img {width: 100%; padding-bottom: 10px;}

  .images_list_02 {flex-wrap: wrap;}
  .images_list_02 img {width: 100%; padding-bottom: 10px;}


  #sub #footer {background-position: top 40px center; font-size: 12px; text-align: center; word-break: keep-all;}
  #sub #footer div {padding: 100px 40px 40px 40px;}

  #sub #footer div br {display: none;}

  .sub_bg_08 {background: url(../images/sub_bg_08-m.jpg) no-repeat; background-position: left; background-size: cover;}
    .contents.sub08 {
        padding-bottom: 177px;
    }

    .box-01 div {
        box-shadow: 0 0 10px 0 rgba(51, 50, 51, 0.11);
        background-color: #fff;
        width: calc(100% / 2 - 23px);
        font-family: "Noto Sans KR";
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #222;
        padding: 25px 10px;
        margin-right: 5px;
        margin-bottom: 25px;
    }

    .box-01 div:nth-child(2n) {
        margin-right: 0;
    }

    .box-01 div:nth-child(4n) {
        margin-right: 0;
    }

    .box-01 div:last-child {
        width: 100%;
    }

    .box-02 { 
        padding: 20px;
    }

    .box-02 span {
        font-size: 16px;
    }

    .txt-01 {
        font-size: 16px;
        word-break: keep-all;
    }

    .box-03 span {
        font-size: 16px;
    }

    .ul-title { 
        font-size: 18px;
    }

    .ul-marker-circle li {
        padding-left: 15px;
        font-size: 16px;
    }

    .ul-marker-circle li::before {
        top: 10px;
    }
}
