/* Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  word-break: keep-all;
  color: #333;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  font-weight: 600;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
/* Paragraph */
p {
  font-family: "PretendardVariable", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #333;
}
.img {
 max-width:100%;
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
video {
 background-size:cover;
 display:table-cell;
 vertical-align:middle;
 width:100%;
}
.f-left {
 float:left;
}
.f-right {
 float:right;
}
.fix {
 overflow:hidden;
}
.clear {
 clear:both;
}
a,.button {
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s;
}
a:focus,.button:focus {
 text-decoration:none;
 outline:none;
}
a {
 color:#333;
 text-decoration:none;
}
a:hover {
 color:#555;
}
a:focus,a:hover {
 text-decoration:none;
}
a,button {
 outline:medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
 outline:0;
}
.uppercase {
 text-transform:uppercase;
}
input:focus::-moz-placeholder {
 opacity:0;
 -webkit-transition:.4s;
 -o-transition:.4s;
 transition:.4s;
}
.capitalize {
 text-transform:capitalize;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
 color:inherit;
}
ul {
 margin:0px;
 padding:0px;
}
li {
 list-style:none;
}
hr {
 border-bottom:1px solid #ececec;
 border-top:0 none;
 margin:30px 0;
 padding:0;
}
.no-padding {
 padding:0 !important;
}
.inline-block {
 display:inline-block;
}
img,fieldset {
 border:0;
 vertical-align: middle
}
/* Background color */
.body-bg {
 background:#1e232f;
}
.white-bg {
 background:#ffffff;
}
.gray-bg {
 background:#f5f5f5;
}
.black-bg {
 background: #131317;
}
/* color */
.white-color {
 color:#ffffff;
}
.black-color {
 color:#131317;
}
.section-padding {
 padding-top:50px;
 padding-bottom: 50px;
}
/* Margin Top */
.mt-5 {
 margin-top:5px;
}
.mt-10 {
 margin-top:10px;
}
.mt-15 {
 margin-top:15px;
}
.mt-20 {
 margin-top:20px;
}
.mt-25 {
 margin-top:25px;
}
.mt-30 {
 margin-top:30px;
}
.mt-35 {
 margin-top:35px;
}
.mt-40 {
 margin-top:40px;
}
.mt-45 {
 margin-top:45px;
}
.mt-50 {
 margin-top:50px;
}
.mt-55 {
 margin-top:55px;
}
.mt-60 {
 margin-top:60px;
}
.mt-65 {
 margin-top:65px;
}
.mt-70 {
 margin-top:70px;
}
.mt-75 {
 margin-top:75px;
}
.mt-80 {
 margin-top:80px;
}
.mt-85 {
 margin-top:85px;
}
.mt-90 {
 margin-top:90px;
}
.mt-95 {
 margin-top:95px;
}
.mt-100 {
 margin-top: 100px;
}
/* Margin Bottom */
.mb-5 {
 margin-bottom:5px;
}
.mb-10 {
 margin-bottom:10px;
}
.mb-15 {
 margin-bottom:15px;
}
.mb-20 {
 margin-bottom:20px;
}
.mb-25 {
 margin-bottom:25px;
}
.mb-30 {
 margin-bottom:30px;
}
.mb-35 {
 margin-bottom:35px;
}
.mb-40 {
 margin-bottom:40px;
}
.mb-45 {
 margin-bottom:45px;
}
.mb-50 {
 margin-bottom:50px;
}
.mb-55 {
 margin-bottom:55px;
}
.mb-60 {
 margin-bottom:60px;
}
.mb-65 {
 margin-bottom:65px;
}
.mb-70 {
 margin-bottom:70px;
}
.mb-75 {
 margin-bottom:75px;
}
.mb-80 {
 margin-bottom:80px;
}
.mb-85 {
 margin-bottom:85px;
}
.mb-90 {
 margin-bottom:90px;
}
.mb-95 {
 margin-bottom:95px;
}
.mb-100 {
 margin-bottom: 100px;
}
/* Margin Left */
.ml-5 {
 margin-left:5px;
}
.ml-10 {
 margin-left:10px;
}
.ml-15 {
 margin-left:15px;
}
.ml-20 {
 margin-left:20px;
}
.ml-25 {
 margin-left:25px;
}
.ml-30 {
 margin-left:30px;
}
.ml-35 {
 margin-left:35px;
}
.ml-40 {
 margin-left:40px;
}
.ml-45 {
 margin-left:45px;
}
.ml-50 {
 margin-left: 50px;
}
/* Margin Right */
.mr-5 {
 margin-right:5px;
}
.mr-10 {
 margin-right:10px;
}
.mr-15 {
 margin-right:15px;
}
.mr-20 {
 margin-right:20px;
}
.mr-25 {
 margin-right:25px;
}
.mr-30 {
 margin-right:30px;
}
.mr-35 {
 margin-right:35px;
}
.mr-40 {
 margin-right:40px;
}
.mr-45 {
 margin-right:45px;
}
.mr-50 {
 margin-right: 50px;
}
/* Padding Top */
.pt-5 {
 padding-top:5px;
}
.pt-10 {
 padding-top:10px;
}
.pt-15 {
 padding-top:15px;
}
.pt-20 {
 padding-top:20px;
}
.pt-25 {
 padding-top:25px;
}
.pt-30 {
 padding-top:30px;
}
.pt-35 {
 padding-top:35px;
}
.pt-40 {
 padding-top:40px;
}
.pt-45 {
 padding-top:45px;
}
.pt-50 {
 padding-top:50px;
}
.pt-55 {
 padding-top:55px;
}
.pt-60 {
 padding-top:60px;
}
.pt-65 {
 padding-top:65px;
}
.pt-70 {
 padding-top:70px;
}
.pt-75 {
 padding-top:75px;
}
.pt-80 {
 padding-top:80px;
}
.pt-85 {
 padding-top:85px;
}
.pt-90 {
 padding-top:90px;
}
.pt-95 {
 padding-top:95px;
}
.pt-100 {
 padding-top:100px;
}
.pt-150 {
 padding-top: 150px;
}
/* Padding Bottom */
.pb-5 {
 padding-bottom:5px;
}
.pb-10 {
 padding-bottom:10px;
}
.pb-15 {
 padding-bottom:15px;
}
.pb-20 {
 padding-bottom:20px;
}
.pb-25 {
 padding-bottom:25px;
}
.pb-30 {
 padding-bottom:30px;
}
.pb-35 {
 padding-bottom:35px;
}
.pb-40 {
 padding-bottom:40px;
}
.pb-45 {
 padding-bottom:45px;
}
.pb-50 {
 padding-bottom: 50px;
}
/* Padding Left */
.pl-5 {
 padding-left:5px;
}
.pl-10 {
 padding-left:10px;
}
.pl-15 {
 padding-left:15px;
}
.pl-20 {
 padding-left:20px;
}
.pl-25 {
 padding-left:25px;
}
.pl-30 {
 padding-left:30px;
}
.pl-35 {
 padding-left:35px;
}
.pl-40 {
 padding-left:40px;
}
.pl-45 {
 padding-left:45px;
}
.pl-50 {
 padding-left: 50px;
}
/* Padding Right */
.pr-5 {
 padding-right:5px;
}
.pr-10 {
 padding-right:10px;
}
.pr-15 {
 padding-right:15px;
}
.pr-20 {
 padding-right:20px;
}
.pr-25 {
 padding-right:25px;
}
.pr-30 {
 padding-right:30px;
}
.pr-35 {
 padding-right:35px;
}
.pr-40 {
 padding-right:40px;
}
.pr-45 {
 padding-right:45px;
}
.pr-50 {
 padding-right:50px;
}
.fw-lighter {
 font-weight:lighter;
}
.fw-normal {
 font-weight:normal;
}
.fw-bold {
 font-weight:bold;
}
.fw-bolder {
 font-weight:bolder;
}
.fw-100 {
 font-weight:100 !important;
}
.fw-200 {
 font-weight:200 !important;
}
.fw-300 {
 font-weight:300 !important;
}
.fw-400 {
 font-weight:400 !important;
}
.fw-500 {
 font-weight:500 !important;
}
.fw-600 {
 font-weight:600 !important;
}
.fw-700 {
 font-weight:700 !important;
}
.fw-800 {
 font-weight:800 !important;
}
.fw-900 {
 font-weight:900 !important;
}
.clear {
 clear:both;
}
.center {
 text-align:center;
}
.text-overflow {
 overflow:hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
/*-----------------------------------------------------*/
/* input */
/*-----------------------------------------------------*/
input[type=text],textarea {
 padding:4px 10px;
 border:1px solid #ccc;
 border-radius:0;
 color:#333;
 resize:vertical;
}
input[type=password] {
 padding:5px 10px;
 border:1px solid #ccc;
 border-radius:0;
 resize:vertical;
}
input[type="checkbox"],input[type="radio"] {
 margin:0 4px 0 2px;
 vertical-align:middle;
 background:none;
 display:inline-block;
}
textarea {
 overflow:auto;
 vertical-align:top;
 width:100%;
}
input[type="image"] {
 border:0;
}
input[type="file"] {
 border:0;
}
input[name=member_img] {
 border:none;
 width:80%;
}
select {
 border:1px solid #ccc;
 border-radius:0;
 color:#333;
 height:30px;
 resize:vertical;
 background:#fff;
}
input,img,select {
 vertical-align:middle;
}
input[type=file] {
 border:1px solid #fff;
 background:none;
}
@media (max-width:767px) {
 input#border.public_input.input_form {
  width:80%;
 }
 input[name=addr].member_border {
  width:90%;
 }
 input[name=addr2].member_border {
  width:90%;
 }
 select[name=pw_question].member_border {
  width:80%;
 }
 input[type=file] {
  width:90%;
  border:0;
 }
}
input[name=addr].member_border {
 margin-top:3px;
}
input[name=addr2].member_border {
 margin-top:3px;
}
input[name=item5_addr1] {
 margin-top:3px;
}
input[name=com_board_search_value] {
 height: 30px;
}
/*-----------------------------------------------------*/
/* Btn */
/*-----------------------------------------------------*/
.btn {
 position:relative;
 display:inline-block;
 padding:15px 20px;
 font-size:14px;
 border-radius:0px;
 border:0;
 -moz-user-select:none;
 cursor:pointer;
 transition:color 0.4s linear;
 text-transform:uppercase;
 z-index:1;
 overflow:hidden;
}
.btn::before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:101%;
 height:101%;
 background:#333;
 color:#fff !important;
 z-index:-1;
 transition:transform 0.5s;
 transition-timing-function:ease;
 transform-origin:0 0;
 transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
 transform:scaleX(0);
 border-radius:0;
}
.btn:hover::before {
 transform:scaleX(1);
 border:1px solid transparent;
 color:#fff !important;
}
.btn.focus,.btn:focus {
 outline:0;
 box-shadow:none;
}
.btn-main {
 background:#fff;
 border:1px solid #555;
 color:#333;
 display:inline-block;
 font-size:13px;
 padding:5px 20px;
 text-transform:uppercase;
 border-radius:0;
 letter-spacing:1px;
 cursor:pointer;
}
.btn-main:hover {
 color:#fff;
}
.btn-grey {
 background:#f5f5f5;
 border:1px solid #555;
 color:#333;
 display:inline-block;
 font-size:13px;
 padding:5px 20px;
 text-transform:uppercase;
 border-radius:0;
 letter-spacing:1px;
 cursor:pointer;
}
.btn-grey:hover {
 color:#fff;
}
.btn-transparent {
 color:#fff;
 border:1px solid #fff;
 display:inline-block;
 font-size:13px;
 letter-spacing:1px;
 padding:14px 35px;
 text-transform:uppercase;
 border-radius:40px;
}
.btn-transparent:hover {
 color: #fff;
}
/*-----------------------------------------------------*/
/* Main Button */
/*-----------------------------------------------------*/
.button {
 border-radius:5px;
 background-color:#555;
 border:none;
 color:#fff;
 text-align:center;
 font-size:14px;
 padding:5px 20px;
 transition:all 0.5s;
 cursor:pointer;
 margin:5px;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
}
.button span {
 cursor:pointer;
 display:inline-block;
 position:relative;
 transition:0.5s;
}
.button span:after {
 content:'\00bb';
 position:absolute;
 opacity:0;
 top:0;
 right:-20px;
 transition:0.5s;
}
.button:hover span {
 padding-right:25px;
}
.button:hover span:after {
 opacity:1;
 right: 0;
}
/*--------------------------------------------------*/
/* Section */
/*--------------------------------------------------*/
.section {
 padding:20px 0 40px 0;
}
.section-sm {
 padding:10px 0 20px 0;
}
.section-bg {
 background-size:cover !important;
 background-repeat:no-repeat !important;
 background-position:center center !important;
}
.section-tittle h2 {
 display:block;
 font-size:30px;
 font-weight:600;
 text-transform:uppercase;
 line-height:1.3;
 position:relative;
}
.section-line {
 position:relative;
 background:#107452;
 width:48px;
 height:3px;
 display:inline-block;
 margin-bottom:30px;
}
.section-line2 {
 background:#107452;
 width:48px;
 height:3px;
 display:inline-block;
 margin-bottom:30px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .section-tittle h2 {
  font-size:40px;
 }
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .section-tittle h2 {
  font-size:28px;
 }
}
@media (max-width:575px) {
 .section-tittle h2 {
  font-size:26px;
  line-height: 1.6;
 }
}
/*-----------------------------------------------------*/
/* Scroll Up */
/*-----------------------------------------------------*/
#back-top {
  background:#107452;
  width:50px;
  height:50px;
  right:30px;
  bottom:18px;
  position:fixed;
  z-index:10;
  font-size:20px;
  text-align:center;
  border-radius:50%;
  line-height:48px;
}
#back-top a i {
  display:block;
  line-height:50px;
  color:#fff; 
  transition: color 0.2s ease;
}
#back-top a:hover i {
  color:#fff;
}
@media (max-width:575px) {
  #back-top {
    width:40px;
    height:40px;
    right:16px;
  }
  #back-top a i {
    line-height:40px;
  }
}
.grid-1600 {
 margin-left:auto;
 margin-right:auto;
 max-width: 1300px;
}
/*-----------------------------------------------------*/
/* °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
/*-----------------------------------------------------*/
.privacy {
 width:100%;
 margin-bottom:20px;
}
.privacy-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* ÀÌ¿ë¾à°ü */
/*-----------------------------------------------------*/
.agreement {
 width:100%;
 margin-bottom:20px;
}
.agreement-con {
 width:100%;
 height:400px !important;
 font-size:12px;
 padding: 5px;
}
/*-----------------------------------------------------*/
/* Modal */
/*-----------------------------------------------------*/
.modal {
 z-index:99991;
}
.modal-content {
 border:none;
 border-radius:10px 10px 0 0;
 -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 box-shadow:0 5px 15px rgba(0,0,0,.5);
}
.modal-header {
 background:#fff;
 border-radius:10px 10px 0 0;
 border-bottom:0;
 padding:10px;
}
.modal-bg {
 background:#f9f9f9;
 padding:10px 0 25px 0;
}
.modal-header .close-link {
 float:right;
 margin-top:20px !important;
 margin-right:10px;
 border:none;
 background:transparent;
 font-size:30px;
 color:#333;
 cursor:pointer;
}
.modal-title {
 margin:0 auto;
 margin-top:10px;
 font-size:17px;
 color:#333;
}
@media (min-width:768px) {
 .modal-sm {
  width:350px;
 }
}
@media (min-width:992px) {
 .modal-lg {
  width: 900px;
 }
}
/*-----------------------------------------------------*/
/* content */
/*-----------------------------------------------------*/
.board-section {
 margin:20px 0 40px 0;
}
#sub_content {
 width:100%;
 margin:20px 0 40px 0;
}
.sub_content {
 width:100%;
 position:relative;
 margin:10px 0;
}
.sub_content_tit {
 border-bottom:1px solid #ddd;
 padding:5px 0;
 margin-bottom:0px;
}
@media screen and (max-width:767px) {
 .pc_view {
  display:none;
 }
 .br_none {
  display:none;
 }
}
@media screen and (min-width:768px) {
 .mobile_view {
  display: none;
 }
}

/*-----------------------------------------------------*/
/* sub_visual */
/*-----------------------------------------------------*/
.sub_visual {
 position:relative;
 height:260px;
 background-position:center top;
 background-size:cover;
 background-repeat:no-repeat;
 margin-top:80px;
}
.sub_visual::before,.sub_visual::after {
 content:'';
 display:block;
 width:50%;
 height:100%;
 position:absolute;
 top:0;
 background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0));
}
.sub_visual::before {
 left:0;
}
.sub_visual::after {
 right:0;
 transform:rotate(180deg);
}
.sub_visual p {
 position:relative;
 z-index:9;
 padding-top:90px;
 font-size:30px;
 font-weight:600;
 letter-spacing:-1px;
 color:#fff;
 text-align:center;
}
.sub_visual.intro {
 background-image:url(../../img/pure/sub_img.jpg); no-repeat 50% 50%;
 background-size: cover;
}
.sub_visual.customer {
 background-image: url(../../img/pure/sub_img2.jpg); no-repeat 50% 50%;
 background-size: cover;
}
@media screen and (max-width:991px) {
 .sub_visual.intro {
  background-image:url(../../img/pure/sub_img.jpg);
 }
 .sub_visual.customer {
  background-image: url(../../img/pure/sub_img2.jpg);
 }
}
@media screen and (max-width:768px) {
 .sub_visual {
  position:relative;
  height:210px;
  background-position: 20% top;
  background-size:cover;
  background-repeat:no-repeat;
  margin-top:45px;
 }
 .sub_visual p {
  padding-top:80px;
  font-size:22px;
  font-weight:600;
  letter-spacing:-1px;
  color:#fff;
  text-align:center;
 }
}
/*-----------------------------------------------------*/
/* Sub Category Tab */
/*-----------------------------------------------------*/
.sub_category_tab {
 margin:40px 0 20px 0;
 display:inline-block;
 text-align:center;
}
.sub_category_tab ul {
 list-style:none;
 margin:0;
}
.sub_category_tab ul li {
 float:left;
 margin-right:10px;
}
.sub_category_tab ul li a {
 padding:13px 40px;
 border:1px solid #ddd;
 font-size:16px;
 color:#333;
 font-weight:400;
 transition:all 0.3s;
}
.sub_category_tab ul a.active,.sub_category_tab ul a:hover {
 color:#fff;
 position:relative;
 border:1px solid transparent;
}
.sub_category_tab ul li a {
 border:1px solid #ccc;
}
.sub_category_tab ul a.active,.sub_category_tab ul a:hover {
 background:#333;
}
@media (min-width:768px) and (max-width:991px) {
 .sub_category_tab {
  margin:30px 0 20px 0;
 }
}
@media (max-width:767px) {
 .sub_category_tab {
  margin:20px 0 0 0;
 }
 .sub_category_tab ul li a {
  padding:5px 10px;
  margin-bottom:10px;
  font-size:14px;
  display: inline-block;
 }
}
/*-----------------------------------------------------*/
/* ÀÎ»ç¸» */
/*-----------------------------------------------------*/
.ceo {
 width:100%;
 display:table;
 text-align:center;
 padding:10px 0 50px 0;
}
.ceo_tit {
 font-family: 'NotoSansKR';
 font-size:22px;
 font-weight:400;
 line-height:38px;
 margin-bottom:20px;
}
.ceo_tit2 {
 font-size:18px;
 font-weight:400;
 line-height:34px;
 margin-bottom:30px;
}
.ceo_bg_img {
 margin:40px 0;
 width:100%;
 display:table;
 text-align:center;
 height:350px;
 background:url(../../img/pure/ceo_bg_img.jpg) no-repeat center;
 background-size:cover;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
}
@media screen and (max-width:768px) {
 .ceo_bg_img {
  margin:30px 0;
  height:300px;
 }
}
@media screen and (max-width:500px) {
 .ceo_bg_img {
  margin:20px 0;
  height:260px;
 }
}
@media screen and (max-width:1024px) {
 .ceo_tit {
  font-size:22px;
 }
 .ceo_tit2 {
  font-size:16px;
 }
}
@media screen and (max-width:768px) {
 .ceo_tit {
  font-size:18px;
  margin-bottom:15px;
 }
 .ceo_tit2 {
  font-size:14px;
  margin-bottom:15px;
 }
}
@media screen and (max-width:500px) {
 .ceo_tit {
  font-size:18px;
  line-height:26px;
 }
}

.ceo_bg_img .ceo_txt {
 font-size:22px;
 color:#fff;
 line-height:36px;
 padding-top:130px;
}
.c_line {
 background:#d8d8d8;
 width:1px;
 height:40px;
 margin:10px auto;
}
@media screen and (max-width:768px) {
 .ceo_bg_img .ceo_txt {
  font-size:18px;
  line-height:20px;
  padding-top:100px;
 }
 .ceo .container {
   padding-left: 5px;
   padding-right: 5px;
 }
 .ceo_tit2 {
   text-align: left;
 }
 .c_line {
  display:none;
 }
}
/*-----------------------------------------------------*/
/* ÇÏ´Ü Ç²ÅÍ ¿µ¿ª */
/*-----------------------------------------------------*/
.footer-top {
 width:100%;
 position:relative;
 background:#3F4E48;
 border-top:1px solid #3F4E48;
 padding:15px 0;
 margin-top:0;
 text-align:center;
}
.footer-top a {
 font-size:14px;
 color:#fff;
 line-height:23px;
 transition:color .3s;
 display:inline-block;
 padding:0 15px;
 border-right:1px solid #56665F;
}
.footer-top a:hover {
 color:#fff;
}
.footer-top span.link-list {
 text-align:center;
}
.footer-bottom {
 text-align:center;
 background-color:#3F4E48;
 border-top:1px solid #56665F;
 padding:20px;
}
.footer-bottom p {
 font-size:13px;
 color:#fff;
 line-height:1.8;
}
@media screen and (max-width:767px) {
 .footer-bottom {
  text-align: left;
 }
}
/*-----------------------------------------------------*/
/* Áöµµ */
/*-----------------------------------------------------*/
.map-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* Áöµµ */
.map-wrap .root_daum_roughmap {
  width: 100% !important;
  height: 480px !important;
}
.root_daum_roughmap {
  position: relative;
  z-index: 1;
}
/* ÇÏ´Ü ÀüÃ¼ ¹Ù */
.map-bottom-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}
/* Á¤º¸ ¹Ù */
.map-info-bar {
  flex: 1;
  background: #107452;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 25px 24px;
  box-sizing: border-box;
}
/* Ç×¸ñ */
.map-info-bar .info-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}
.map-info-bar .info-item i {
  font-size: 18px;
  margin-right: 6px;
  opacity: 0.9;
}
/* Á¦¸ñ */
.map-info-bar .title {
  font-size: 24px;
  font-weight: 600;
}
/* ±æÃ£±â ¹öÆ° */
.map-route-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 100%;
  background: #0e6648; 
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  z-index: 11;
}
.map-route-btn i {
  font-size: 22px;
  margin-bottom: 6px;
}
.map-route-btn:hover {
  background: #0d6145;
  color: #fff;
}

@media (max-width: 768px) {
  /* ÇÏ´Ü¹Ù¸¦ ÀÏ¹Ý Èå¸§À¸·Î º¯°æ */
  .map-bottom-bar {
    position: relative;     /* ¡ç absolute Á¦°Å */
    flex-direction: column; /* ¼¼·Î Á¤·Ä */
  }
  /* Á¤º¸¹Ù ÀüÃ¼ ³Êºñ */
  .map-info-bar {
    width: 100%;
    padding: 20px;
  }
  /* ±æÃ£±â ¹öÆ° */
  .map-route-btn {
    position: relative;   /* absolute À¯ÁöÇÏ¸é ¾ÈµÊ */
    width: 100%;
    height: 56px;
    flex-direction: row;
    gap: 8px;
  }
  /* Áöµµ ³ôÀÌ ÁÙÀÌ±â (¼±ÅÃ»çÇ×) */
  .map-wrap .root_daum_roughmap {
    height: 360px !important;
  }
  .map-info-bar .info-item {
    font-size: 16px;
  }
}

/*-----------------------------------------------------*/
/* sub_navi */
/*-----------------------------------------------------*/
.sub_drop_menu {
 width:100%;
 margin:0 auto;
}
.sub_navi {
 position:relative;
 z-index:99;
 border-top:0px solid #ddd;
 border-bottom:1px solid #ddd;
}
.sub_menu_box {
 position:relative;
 width:1320px;
 margin:0 auto;
 height:60px;
 list-style:none;
 padding:0;
}
.sub_menu_box>li {
 float:left;
 position:relative;
 height:60px;
 box-sizing:border-box;
 overflow:visible;
}
.sub_menu_box::after {
 content:"";
 display:block;
 clear: both;
}
/* È¨ ¾ÆÀÌÄÜ */
.sub_menu_box .home_ico {
 width:60px;
 background:#107452;
 text-align:center;
}
.sub_menu_box .home_ico i {
 font-size:24px;
 color:#fff;
 line-height: 60px;
}
/* depth01 */
.sub_menu_box .depth01 {
 width:240px;
 background:#fff;
}
.sub_menu_box .depth01 p {
 display:flex;
 align-items:center;
 width:240px;
 margin:0;
 padding:0 0 0 20px;
 height:60px;
 font-size:16px;
 color:#333;
 cursor:pointer;
 position:relative;
 user-select:none;
}
.sub_menu_box .depth01 p::before {
 content:"\f123";
 font-family:"Ionicons";
 position:absolute;
 right:15px;
 color: #666;
}
/* depth02 */
.sub_menu_box .depth02 {
 width:240px;
 background:#fff;
 border-left:1px solid #ddd;
 border-right:1px solid #ddd;
}
.sub_menu_box .depth02 p {
 display:flex;
 align-items:center;
 width:240px;
 margin:0;
 padding:0 0 0 20px;
 height:60px;
 font-size:16px;
 color:#333;
 cursor:pointer;
 position:relative;
 user-select:none;
}
/* 1) depth02 È­»ìÇ¥ ±âº» ¼û±è */
.sub_menu_box .depth02 p::before {
  content: none;
}
/* 2) depth02 ¹Ù·Î ¾Æ·¡¿¡ .drop2°¡ "Á¸Àç"ÇÒ ¶§¸¸ È­»ìÇ¥ Ç¥½Ã */
.sub_menu_box .depth02:has(> .drop2) p::before {
  content:"\f123";
  font-family:"Ionicons";
  position:absolute;
  right:15px;
  color:#666;
}
.sub_menu_box .drop {
 width:241px;
 position:absolute;
 top:60px;
 opacity:0;
 visibility:hidden;
 transform:translateY(-10px);
 transition:opacity 0.2s ease,transform 0.2s ease;
 background:#fff;
 border:1px solid #ddd;
 z-index:10000;
 margin:0;
 padding:0;
 list-style:none;
 box-sizing:border-box;
}
.sub_menu_box .drop2 {
 width:240px;
 position:absolute;
 top:60px;
 left:-1px;
 opacity:0;
 visibility:hidden;
 transform:translateY(-10px);
 transition:opacity 0.2s ease,transform 0.2s ease;
 background:#fff;
 border:1px solid #ddd;
 z-index:10000;
 margin:0;
 padding:0;
 list-style:none;
 box-sizing:border-box;
}
.sub_menu_box .drop.show,.sub_menu_box .drop2.show {
 opacity:1;
 visibility:visible;
 transform:translateY(0);
}
.sub_menu_box .drop li,.sub_menu_box .drop2 li {
 width:100%;
}
.sub_menu_box .drop li a,.sub_menu_box .drop2 li a {
 display:block;
 line-height:60px;
 padding-left:20px;
 font-size:16px;
 color:#333;
 border-bottom:1px solid #e0e0e0;
 transition:0.2s ease;
}
.sub_menu_box .drop li a:hover,.sub_menu_box .drop2 li a:hover {
 background: #f9f8f7;
}
@media screen and (max-width:1320px) {
 .sub_menu_box {
  position:relative;
  width:100%;
  margin:0 auto;
  height:60px;
  list-style:none;
  padding: 0;
 }
}
@media screen and (max-width:767px) {
 .sub_menu_box {
  height:50px;
 }
 .sub_menu_box>li {
  height:50px;
 }
 .sub_menu_box .home_ico {
  width:50px;
 }
 .sub_menu_box .home_ico i {
  line-height: 50px;
 }
 .sub_menu_box .depth01 p::before {
  content:"\f123";
  font-family:"Ionicons";
  position:absolute;
  right:8px;
  color: #666;
 }
 .sub_menu_box .depth02:has(> .drop2) p::before {
   content:"\f123";
   font-family:"Ionicons";
   position:absolute;
   right:8px;
   color:#666;
 }
 /* depth01 */
 .sub_menu_box .depth01,.sub_menu_box .depth02 {
  width:135px;
 }
 .sub_menu_box .depth01 p,.sub_menu_box .depth02 p {
  width:135px;
  margin:0;
  padding:0 0 0 10px;
  height:50px;
  font-size:14px;
  color:#333;
 }
 .sub_menu_box .drop {
  width:136px;
  top:50px;
 }
 .sub_menu_box .drop2 {
  width:135px;
  top:50px;
 }
 .sub_menu_box .drop li a,.sub_menu_box .drop2 li a {
  display:block;
  line-height:50px;
  padding-left:10px;
  font-size:14px;
 }
}

/*-----------------------------------------------------*/
/* ÁÖ¿ä »ç¾÷ */
/*-----------------------------------------------------*/
.bz-box-container {
 counter-reset:count;
 margin-top:20px;
}
.bz-box-01 {
 margin-bottom:10px;
}
.bz-box-01 .bz-box-inner {
 border:1px solid rgba(0,0,0,0.04);
 background:#fff;
 padding:30px 30px;
 transition:all 0.5s ease 0s;
 box-shadow:0 10px 30px 0 rgba(50,50,50,0.1);
}
.bz-box-01 .bz-box-inner i {
 color:#09b24d;
}
.bz-box-01 i {
 width:100%;
 font-size:28px;
 text-align:right;
 position:relative;
}
.bz-box-01 h4 {
 margin-bottom:15px;
}
.bz-box-01 p {
 margin-bottom:0
}
.bz-box-01 .sepratar {
 width:50px;
 border:1px solid #09b24d;
 margin-bottom:20px;
}
.bz-box-01 i:before {
 float:left;
}
.bz-box-01 i:after {
 font-weight:700;
 font-size:65px;
 line-height:0.6em;
 color:rgba(0,0,0,0.05);
 counter-increment:count;
 content:"0" counter(count);
 float:right;
 font-family:"Montserrat",sans-serif;
}
.bz-box-01 .bz-box-inner:hover i:after {
 color:rgba(255,255,255,0.2);
}
.bz-box-01:hover {
 background:#ffffff;
}
.bz-box-01 .bz-box-inner:hover {
 background:#107452;
}
.bz-box-01 .bz-box-inner:hover .sepratar {
 border:1px solid #fff;
}
.bz-box-01 .bz-box-inner:hover p,.bz-box-01 .bz-box-inner:hover h4,.bz-box-01 .bz-box-inner:hover i {
 color:#fff;
}
@media screen and (max-width:1199px) {
 .bz-box-01 .sepratar {
  margin-bottom:15px;
 }
 .bz-box-01 i:after {
  font-size:62px;
 }
}
@media screen and (max-width:991px) {
 .bz-box-01 i:after {
  font-size:60px;
 }
 .bz-box-01 .bz-box-inner {
  padding:20px 25px;
 }
}
@media screen and (max-width:767px) {
 .bz-box-01 i:after {
  font-size:58px;
 }
 .bz-box-01 .sepratar {
  margin-bottom:10px;
 }
 .bz-box-01 .bz-box-inner {
  padding:15px 20px;
 }
}
@media screen and (max-width:575px) {
 .bz-box-01 i:after {
  font-size: 54px;
 }
}
.biz-list {
  margin: 0;
}
.biz-list span {
  display: block;
  position: relative;
  padding-left: 13px;
  margin-bottom: 4px; 
  line-height: 1.6;
}
.biz-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #2e8b57;
  border-radius: 50%;
}
.bz-box-inner:hover .biz-list span {
  color: #fff;
}
.bz-box-inner:hover .biz-list span::before {
  background: #fff;
}

/*-----------------------------------------------------*/
/* ¿¬Çõ */
/*-----------------------------------------------------*/
.history-wrap {
  padding: 60px 0;
  background: #f4f7f6;
  border-radius: 20px;
}
/* ¿¬´ë ¹öÆ° */
.history-year-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 10px;
}
.year-btn {
  padding: 11px 20px;
  border-radius: 40px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 150px;
  cursor: pointer;
}
.year-btn:hover {
  background: #107452;
  color: #fff;
  border-color: #107452;
}
.year-btn.active {
  background: #107452;
  color: #fff;
  border-color: #107452;
  box-shadow: 0 5px 15px rgba(16,116,82,0.25);
}
/* ÄÜÅÙÃ÷ */
.history-content {
  display: none;
}
.history-content.active {
  display: block;
  animation: fadeUp 0.5s ease;
}
/* Ä«µå */
.history-card {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* ¿¬Çõ Ç×¸ñ */
.history-item {
  margin-bottom: 40px;
  padding-left: 25px;
  border-left: 4px solid #107452;
}
.history-item h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.history-item p {
  line-height: 1.7;
  color: #555;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.history-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.history-list li {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.history-list .date {
  display: inline-block;
  width: 130px;   
  font-weight: 600;
  color: #107452;
}
@media (max-width: 768px) {
  .history-year-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .year-btn {
    flex: 0 0 auto;
    min-width: 120px;
    font-size: 14px;
    padding: 8px 15px;
  }
  .history-card {
    padding: 20px;
  }
  .history-item h4 {
    font-size: 20px;
  }
  .history-list li {
    font-size: 14px !important;
    align-items: flex-start; 
  }
  /* ³¯Â¥ ¿µ¿ª ¸ð¹ÙÀÏ ÃÖÀûÈ­ */
  .history-list .date {
    width: 102px !important;     
    font-size: 14px;
    flex-shrink: 0; 
  }
  .history-item {
    padding-left: 13px;
  }
}
.history-scroll-notice {
  display: none;
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 0 !important; 
  padding: 0;
}
@media (max-width: 768px) {
  .history-scroll-notice {
    display: block;
  }
}