.mb10 {margin-bottom:10px;}

.pc {display:block;}
.mo {display:none;}

.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.ell4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hide {display:none;}



a {
  color:#000;
}
a:hover {
  color: #b0f554;
}

#fog_nav {
  display: none;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 100%;
}


.login {
  display:none !important;
}


.wrap {
  position:relative;
}

.container {
  max-width: 1230px;
}
.center-heading {
  position:relative;
  margin:40px 0;
}


@keyframes color_fixed_off {
  0%   { background: rgba(255,255,255,1); }
  100% { background: rgba(0,0,0,0.0); }
}
.navbar {
  transition: height 0.3s;
  height:120px;
}
.navbar.fixed_on {
  height:80px;
  box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.3);
}
.navbar.subpage {
  background:#fff;
}
.navbar.fixed_off:not(.subpage) {
  animation: color_fixed_off .2s linear;
}
.navbar.fixed-top {
  top:0;
}
.navbar>.container, .navbar>.container-fluid {
  max-width:1230px;
  padding:0;
}
.navbar-brand {
  transition: width 0.3s;
  width:239px;
  padding:0;
}
.navbar.fixed_on .navbar-brand {
  width: 180px;
}
.navbar-brand img {
  width:100%;
}
.navbar-nav li {
  padding: 20px 0 20px 45px;
}

@keyframes color_fixed_on {
  0%   { background: rgba(0,0,0,0.0); }
  100% { background: rgba(255,255,255,1); }
}
.navbar.fixed_on:not(.subpage) {
  background: rgba(255,255,255,1);
  animation: color_fixed_on .2s linear;
}
a.nav-link {
  color:#fff;
  font-weight:600;
}
.navbar.fixed_on a.nav-link {
  color:#9B8057;
}
a.nav-link:hover {
  opacity:0.7;
}
.subpage a.nav-link {
  color:#9B8057;
}
.subpage a.nav-link:hover {
  /* opacity:0.7; */
  color:#04A658;
}



.navbar-toggler {
  background-color:transparent;
  padding: 0.25rem;
  border:0;
  border-radius:0;
}
button.navbar-toggler:focus {
  outline:0;
}
.navbar-toggler,
.navbar-toggler span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler {
  position: relative;
  width: 40px;
  height: 40px;
}
.navbar-toggler span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.subpage .navbar-toggler span {
  background-color:#9B8057;
}
.navbar-toggler span:nth-of-type(1) {
  top: 12px;
}
.navbar-toggler span:nth-of-type(2) {
  top: 28px;
  width:60%;
}

.navbar-toggler.active-1 span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.navbar-toggler.active-1 span:nth-of-type(2) {
  transform: translateY(-9px) rotate(45deg);
  width:100%;
}







/* 메인 s */
.ety-main {
  margin-bottom:0;
}

.carousel-caption {
  /* text-shadow: 2px 2px 0.5rem #000; */
  bottom: 172px;
  text-align: left;
  padding:0;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.carousel-control-next, .carousel-control-prev {
  opacity:1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 36px;
  height: 36px;
}
.carousel-control-prev-icon {
  background-image: url("../img_new/common/nav_arrow_prev.png");
}
.carousel-control-next-icon {
  background-image: url("../img_new/common/nav_arrow_next.png");
}

.carousel-caption .eng-name {
  font-size:13px;
  font-weight:600;
  letter-spacing:3.9px;
  line-height:2;
  margin-bottom: 29px;
}
.carousel-caption .slogan {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}
.carousel-item {
  height:768px;
}
.carousel-item .area_btn {
  margin-top: 36px;
}
.carousel-item a {
  display:inline-block;
  padding:10px 53px 10px 27px;
  width:150px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #fff;
  font-size:16px;
  font-weight:600;
  line-height:1.7
}
.carousel-item a.btn_support {
  background: #ff4d26;
  border: 1px solid #ff4d26;
  margin-left:5px;
}

.carousel-item a.btn:hover {
  color:#fff;
}
.carousel-item a.btn .link_arrow {
  position:absolute;
  margin-left:8px;
}
.carousel-indicators {
  bottom:60px;
  margin-bottom:0;
}



.main-intro .container {
  margin:95px auto;
}
.main-intro .container .center-heading h2 {
  font-size:40px;
  font-weight:700;
  color: #04A658;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.main-intro .container .center-heading h2 .emp {
  color: #9B8057;
}
.main-intro .container .center-heading .sub-text {
  color: rgba(0, 0, 0, 0.30);
  font-weight:500;
  font-size:20px;
  line-height: normal;
}

.main-intro .row {
  gap:18px;
  justify-content: center;
}
.main-intro .container .row > div {
  /* max-width: 14%;
  flex: 0 0 13.009%; */
  padding:0;
}
.main-intro .container .box_intro {
  width: 160px;
  height:160px;
  border:1px solid rgba(155, 128, 87, 0.50);
  border-radius:80px;
}
.main-intro .container .box_intro .box {
  display:block;
  width:160px;
  height:160px;
  background-repeat:no-repeat;
  background-size:58px;
  background-position:center 20px;
  text-align:center;
  font-size:22px;
  color:#04A658;
  font-weight:600;
}
.main-intro .container .row .box_intro .box.box01 {
  background-image: url("../img_new/common/icon_s1.png");
}
.main-intro .container .row .box_intro .box.box02 {
  background-image: url("../img_new/common/icon_s2.png");
}
.main-intro .container .row .box_intro .box.box03 {
  background-image: url("../img_new/common/icon_s3.png");
}
.main-intro .container .row .box_intro .box.box04 {
  background-image: url("../img_new/common/icon_s4.png");
}
.main-intro .container .row .box_intro .box.box05 {
  background-image: url("../img_new/common/icon_s5.png");
}
.main-intro .container .row .box_intro .box.box06 {
  background-image: url("../img_new/common/icon_s6.png");
}
.main-intro .container .row .box_intro .box.box07 {
  background-image: url("../img_new/common/icon_s7.png");
}
.main-intro .container .box_intro .box .text01 {
  position:relative;
  top:86px;
}
.main-intro .container .box_intro .box .text01 .link_arrow {
  color:#9B8057;
}





.wrap.main-news {
  /* background:#f4f4f4 url("../img_new/main/main_story_bg01.png") no-repeat 54.6vw 82px; */
  background:#f4f4f4;
  padding:96px 0 46px;
}
.wrap.main-news .container {
  padding:0;
}
.wrap.main-news .center-heading {
  z-index:2;
  height: 190px;
  margin-bottom: 20px;
}
.wrap.main-news .bg_box {
  position:absolute;
  z-index:-1;
  left:50%;
  top:0;
  margin-left:89px;
  width:169px;
  height:187px;
  background-color:#f4f4f4;
  background-image: url("../img_new/main/main_story_bg01.png");
  background-repeat:no-repeat;
  background-size:contain; 
}
.main-news .container .center-heading h2 {
  font-size:40px;
  font-weight:700;
  color: #04A658;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.main-news .container .center-heading h2 .emp {
  color: #9B8057;
}
.main-news .container .center-heading .sub-text {
  color: #9B8057;
  font-weight:500;
  font-size:18px;
  line-height: 1.3;
}

.main-news-body {
  margin-bottom:50px;
}
.main-news .card-img-top {
  border-radius:0 !important;
}
.main-news .zone_top {
  width:100%;
  height:336px;
  margin-bottom: 20px;
}
.main-news .zone_top .card {
  display:flex;
  flex-direction: row;
  border-radius:0;
  border:0;
}
.main-news .card .card-title {
  margin-bottom:20px;
}
.main-news .card .card-title a {
  display:block;
  width:100%;
  color: #9B8057;
  max-width:600px;
  font-size: 26px;
}
.main-news .zone_top .card .card-body {
  width:630px;
  padding:48px;
  border: 0.5px solid rgba(155, 128, 87, 0.50);
  border-left:0;
}
.main-news .zone_top .card .card-text {
  color:#6B6B6B;
  font-size:18px;
  line-height:1.7;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.main-news .zone_top .card .card-text:last-child {
  margin-top:30px;
}
.main-news .zone_top .card .card-text .text-muted {
  color:#868686 !important;
  font-size: 17px;
}
.main-news .zone_bottom {
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.main-news .zone_bottom .area_card {
  padding:0;
  padding-right:30px;
  max-width:unset;
  height:100%;
}
.main-news .zone_bottom .area_card:last-child {
  padding-right:0;
}
.main-news .zone_bottom .area_card .card-group {
  width:285px;
}
.main-news .zone_bottom .area_card:nth-child(1) {
}
.card-group>.card:only-child {
  border-radius:0;
  border:0;
}
.main-news .zone_bottom .card .card-body {
  border: 0.5px solid rgba(155, 128, 87, 0.50);
  border-top:0;
  padding: 24px 15px 35px;
}
.main-news .zone_bottom .card .card-text {
  color:#A7A7A7;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size:16px;
}
.main-news .zone_bottom .card .card-title a {
  font-size:20px;
  width:100%;
}
.main-news .zone_bottom .card .card-text .text-muted {
  color:#A7A7A7 !important;
  font-size: 15px;
}

.main-news .main-news-header {
  display:flex;
  padding: 15px 0;
  align-items: center;
}
.main-news .main-news-header > div {
  flex:auto;
}
.main-news .main-news-header .title_news {
  font-size:32px;
  font-weight:600;
  color:#04A658;
}
.main-news .main-news-header .title_news .emp {
  color:#9B8057;
}
.main-news .main-news-header .btn_more {
  justify-content: flex-end;
  display: flex;
}
.main-news .main-news-header .btn_more a {
  font-size:16px;
  color:#363636;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-news .main-news-header .btn_more a .link_arrow {
  margin-left:5px;
}




.wrap.main-intro2 {
  height:576px;
  background-image:url("../img_new/main/main_linkArea_bg01.png");
  background-repeat:no-repeat;
  background-size:cover;
  padding:95px 0;
  color:#fff; 
}
.wrap.main-intro2 .center-line {
  border-top: 2px solid #fff;
  width:44px;
  
}
.wrap.main-intro2 .center-heading {
  font-weight:700;
  line-height:normal;
  margin: 0 0 60px 0;
}
.wrap.main-intro2 .center-heading .eng_text {
  font-size:12px;
  letter-spacing:12px;
}
.wrap.main-intro2 .center-heading h2 {
  font-size:50px;
}
.wrap.main-intro2 .center-heading h2 .emp {
  color:#FBDB45;
}
.wrap.main-intro2 .center-heading .sub-text {
  font-size:22px;
  line-height:1.6;
  font-weight:600;
  margin:20px 0;
}

.wrap.main-intro2 .row {
  justify-content: center;
}
.wrap.main-intro2 .row .box_intro:nth-child(2) {
  margin:0 80px;
}



.wrap.main-bottom-link {
  padding: 72px 0 85px;
}
.wrap.main-bottom-link .box_link {
  width:100%;
  max-width:160px;
  height:160px;
  padding:22px 19px;
  margin-right:18px;
  background-repeat:no-repeat;
  background-position:102px 100px;
  background-size:48px;
  color:#fff;
}
.wrap.main-bottom-link .box_link:last-child {
  margin-right:0;
}
.wrap.main-bottom-link .box_link.link1 {
  background-color:#026D4D;
  background-image:url("../img_new/main/main_linkArea_icon01.png");
}
.wrap.main-bottom-link .box_link.link2 {
  background-color:#0D932B;
  background-image:url("../img_new/main/main_linkArea_icon02.png");
}
.wrap.main-bottom-link .box_link.link3 {
  background-color:#39B822;
  background-image:url("../img_new/main/main_linkArea_icon03.png");
}
.wrap.main-bottom-link .box_link.link4 {
  background-color:#71BD11;
  background-image:url("../img_new/main/main_linkArea_icon04.png");
}
.wrap.main-bottom-link .box_link.link5 {
  background-color:#BECE09;
  background-image:url("../img_new/main/main_linkArea_icon05.png");
}
.wrap.main-bottom-link .box_link.link6 {
  background-color:#CEBA09;
  background-image:url("../img_new/main/main_linkArea_icon06.png");
}
.wrap.main-bottom-link .box_link.link7 {
  background-color:#C6AB4A;
  background-image:url("../img_new/main/main_linkArea_icon07.png");
}

.wrap.main-bottom-link .box_link a {
  color:#fff;
}
.wrap.main-bottom-link .box_link h3 {
  font-size:21px;
  font-weight:600;
}
.wrap.main-bottom-link .box_link .sub-text {
  font-size:14px;
  font-weight:300;
  line-height:1.3;
  margin-bottom:0;
}
.wrap.main-bottom-link .box_link .btn_more {
  font-size:14px;
  font-weight:400;
  line-height:2;
  display:flex;
  align-items:center;
  opacity:0.6;
}
.wrap.main-bottom-link .box_link .btn_more .link_arrow {
  padding-left:6px;
  font-size:16px;
}


.wrap.main-bottom-info01 {
  padding: 40px 0 60px;
}
/* 메인 e */




/* 공통>footer s */
.ap_footer {
  background:#F4F4F4;
  color:#9B8057;
  height: 237px;
  font-size:15px;
  padding:30px 0;
  font-weight:400;
}
.ap_footer .footer {
  display:flex;
  margin:0 auto;
  padding:0;
}
.ap_footer .footer a {
  color:#9B8057;
}
.ap_footer .footer a:hover {
  color:#9B8057;
}
.ap_footer .footer a.email {
  text-decoration:underline;
}

.ap_footer .footer > div {
  flex-flow: column;
  width:50%;
  margin:0;
}
.ap_footer .footer .area_footer_link {
  margin-bottom:18px;
}
.ap_footer .footer .area_footer_link a {
  font-weight:700;
}

.ap_footer .footer .area_footer_link a:first-child::after {
  color:#9B8057;
  content: "|";
  font-weight:400;
  vertical-align: top;
  padding: 0 14px 0 17px;
}
.ap_footer .footer .company_info ul {
  margin-bottom: 20px;
}
.ap_footer .footer .copyright {
  font-size:12px;
}

.ap_footer .footer .zone_right {
  align-items: flex-end;
}
.ap_footer .footer .footer_logo {
  width:190px;
  margin-top: 4px;
}
.ap_footer .footer .footer_logo img {
  width:100%;
}
/* 공통>footer e */








/* 서브 s */
.ctt_admin {
  position: absolute;
  right: 0;
  z-index: 10000;
}

#ctt {
  margin:0;
  padding: 120px 0 0;
}
#ctt_con {
  padding:0;
  line-height:1.5;
}
#ctt_con .zone_visual {
  height: 270px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:right;
  position:relative;
  background-color:#04A658;
}
#ctt_con .zone_visual.sub_intro {
  background-color:#9B8057;
}
#ctt_con .sub01 .zone_visual {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s1_topVisual01.jpg");
  background-size:80%;
}
#ctt_con .sub02 .zone_visual {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s2_topVisual01.jpg");
  background-size:80%;
}
#ctt_con .sub03 .zone_visual {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s3_topVisual01.jpg");
  background-size:80%;
}
#ctt_con .sub04 .zone_visual {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s4_topVisual01.jpg");
  background-size:65%;
}
#ctt_con .sub05 .zone_visual {
  background-image: linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s5_topVisual01.jpg");
  background-size:80%;
}
#ctt_con .sub06 .zone_visual {
  background-image: linear-gradient(90deg, #04A658 25%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s6_topVisual01.jpg");
  background-size:90%;
}
#ctt_con .sub07 .zone_visual {
  background-image: linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s7_topVisual01.jpg");
  background-size:90%;
}

#ctt_con .sub .zone_visual {
  background-image:linear-gradient(90deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}

#ctt_con .zone_visual .area_text {
  position:absolute;
  width:100%;
  color:#fff;
  font-weight:600;
  left:50%;
  max-width:1230px;
  top: 75px;
  margin-left: -615px;
}
#ctt_con .zone_visual .area_text .box_text01 {
  line-height:2.6;
  letter-spacing:3px;
  font-size:10px;
}
#ctt_con .zone_visual .area_text .box_text02 {
  line-height:1.1;
  font-size:44px;
  margin-bottom:20px;
}
#ctt_con .zone_visual .area_text .box_text03 {
  font-size:21px;
}

#ctt_con .zone_vision {
}
#ctt_con .zone_vision .area_top {
  width:100%;
  height:350px;
  margin:0 auto;
  max-width:1230px;
  position: relative;
}
#ctt_con .zone_vision .area_bottom {
  height:510px;
  background: #F5F5F5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ctt_con .zone_vision .box_content {
  position:absolute;
  width:1230px;
  top:100px;
  display:flex;
  flex-flow: wrap;
  justify-content: right;
  z-index:1;
}
#ctt_con .zone_vision .box_text01 {
  font-weight:700;
  line-height:1.25;
  color:#04A658;
  font-size:40px;
  width:420px;
}
#ctt_con .zone_vision .box_text01 .emp {
  color:#9B8057;
}
#ctt_con .zone_vision .box_text02 {
  font-weight:500;
  line-height:1.66;
  color:#9B8057;
  font-size:18px;
  width:810px;
}
#ctt_con .zone_vision .box_picture {
  display:flex;
  margin-top: 50px;
}
#ctt_con .zone_vision .box_picture .photo {
  width:390px;
}
#ctt_con .zone_vision .box_picture .photo img {
  width:100%;
}
#ctt_con .zone_vision .box_picture .photo:first-child {
  margin-right:28px;
}

#ctt_con .zone_vision .box_banner {
  width:1230px;
  height:192px;
  margin-top: 130px;
}

#ctt_con .wrap-sub {
  padding:50px 0;
}
.wrap-sub.main-news .container {
  padding: 0;
}

.wrap.sub-banner {
  height: 513px;
  background: #F5F5F5;
  display:flex;
  justify-content: center;
  align-items: center;
}
.wrap.sub-banner .zone_banner {
  cursor:pointer;
  background:url("../img_new/common/sub_banner_support.png") no-repeat center center;
  background-size:cover;
  width:1230px;
  height:192px;
  margin-top: 120px;
  display:flex;
  justify-content: center;
  align-items: center;
  
}
.wrap.sub-banner .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s1.png");
  background-repeat:no-repeat;
  background-position:top left;
  background-size:82px;
  width:495px;
  height:121px;
  padding-left:124px;
}
.wrap.sub-banner.sub02 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s2.png");
}
.wrap.sub-banner.sub03 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s3.png");
}
.wrap.sub-banner.sub04 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s4.png");
}
.wrap.sub-banner.sub05 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s5.png");
}
.wrap.sub-banner.sub06 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s6.png");
}
.wrap.sub-banner.sub07 .zone_banner .area_text {
  background-image:url("../img_new/common/icon_s7.png");
}
.wrap.sub-banner .zone_banner .box_text01 {
  line-height:normal;
  color:#FF4D26;
  font-weight:700;
  font-size:32px;
  margin-bottom: 18px;
}
.wrap.sub-banner .zone_banner .box_text01 .link_arrow {
  position:absolute;
  color:#9B8057;
  font-variation-settings:'FILL' 0, 'wght' 300, 'GRAD' 200, 'opsz' 48;
  font-size:40px;
  margin-left: 20px;
}
.wrap.sub-banner .zone_banner .box_text02 {
  font-weight: 700;
  line-height: 1.7;
  color: #9B8057;
  font-size: 20px;
}



#ctt_con .zone_contents .section {
  padding-bottom: 100px;
}
#ctt_con .zone_contents .section:first-child {
  padding-top:100px;
}
#ctt_con .zone_contents .section.type2 {
  background:#f5f5f5;
  padding-top:100px;
}
#ctt_con .zone_contents .center-heading {
  margin:0;
}
#ctt_con .zone_contents .center-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #04A658;
  line-height: normal;
  margin-bottom: 2.8rem;
}
#ctt_con .zone_contents .center-heading h2 .emp {
  color: #9B8057;
}
#ctt_con .zone_contents .sub-text {
  text-align:center;
  color: #9B8057;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
#ctt_con .zone_contents .intro_slide .item {
  height:310px;
}
#ctt_con .zone_contents .intro_slide .item img {
  height:100%;
}

#ctt_con .zone_contents .area_func {
  display:flex;
  width:100%;
  max-width:1230px;
  margin:12px auto 0;
}
#ctt_con .zone_contents .area_func .box_func {
  width:615px;
  text-align:center;
}
#ctt_con .zone_contents .area_func .box_func .img {
  width:100%;
  max-width:278px;
  height:232px;
  margin:0 auto;
}
#ctt_con .zone_contents .area_func .box_func .text01 {
  font-size: 23px;
  font-weight: 700;
  color: #9B8057;
  padding:35px 0 25px;
}
#ctt_con .zone_contents .area_func .box_func .text02 {
  margin:0 auto;
  word-break: keep-all;
  width:390px;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
}

#ctt_con .zone_contents .area_service {
  display:flex;
  width:100%;
  max-width:1230px;
  padding-top:20px;
  gap:10px;
  margin:0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
#ctt_con .zone_contents .area_service .box_service {
  width:300px;
  text-align:center;
}
#ctt_con .zone_contents .area_service .box_service:nth-child(n+5) {
  margin-top:60px;
}
#ctt_con .zone_contents .area_service .box_service .img {
  margin:0 auto;
  width:120px;
}
#ctt_con .zone_contents .area_service .box_service .text01 {
  font-size: 28px;
  font-weight: 700;
  color: #9B8057;
  padding:15px 0;
}
#ctt_con .zone_contents .area_service .box_service .text02 {
  margin:0 auto;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
  word-break: keep-all;
}

#ctt_con .zone_contents .section05 {
  padding-top:100px;
}
#ctt_con .zone_contents .area_design {
  display:flex;
  width:100%;
  max-width:1230px;
  padding-top:20px;
  gap:10px;
  margin:0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
#ctt_con .zone_contents .area_design .box_design {
  width:260px;
  text-align:center;
}
#ctt_con .zone_contents .area_design .box_design .text02 {
  margin:40px auto 0;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
  word-break: keep-all;
}
#ctt_con .zone_contents .area_design .box_symbol {
  padding:10px;
  display:flex;
  align-items: center;
}


#ctt_con .area_greetings {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 240px 450px;
  gap:20px;
  width: 100%;
  max-width: 1230px;
  margin: 12px auto 0;
}
#ctt_con .area_greetings .box_greetings {
  grid-row-start: 1;
  grid-row-end: span 2;
  grid-column-start: 1;
  font-size:18px;
  padding-right:20px;
}
#ctt_con .box_greetings .emp {
  font-size:22px;
}
#ctt_con .box_greetings .box_sign {
  display:flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
#ctt_con .box_greetings .signature {
  font-family: 'Nanum Brush Script', sans-serif;
  font-size:48px;
  margin-left:15px;
}
#ctt_con .area_greetings .box_picture {
}
#ctt_con .area_greetings .box_profile {
  font-size:15px;
}
#ctt_con .area_greetings .box_profile .sub_title {
  font-size:20px;
  font-weight: 700;
  color: #04A658;
}
#ctt_con .area_greetings .box_profile .sub_title .emp {
  color: #9B8057;
}


#ctt_con .zone_contents .area_section_contents {
  display:flex;
  width:100%;
  max-width:1230px;
  padding-top:20px;
  gap:10px;
  margin:0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
/* 서브 e */








/* 서브 타입2 s */
#wrap {
  margin: 0;
  padding: 120px 0 0;
}
#wrap.subpage .zone_visual {
  height: 270px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:right;
  position:relative;
}
#wrap.subpage .zone_visual.sponsorship {
  background-color:#9B8057;
  background-size:70%;
}
#wrap.subpage .zone_visual {
  background-image:linear-gradient(90deg, #9B8057 10%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/sponsorship_topVisual01.jpg");
  background-color: #9b8057;
}

#wrap.subpage .zone_visual.fin_report {
  background-image:linear-gradient(90deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}
#wrap.subpage .zone_visual.ap_news {
  background-image:linear-gradient(90deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}

#wrap.subpage div[class*=ministry] {
  background-color: #04A658;
}
#wrap.subpage .zone_visual.ministry1 {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s1_topVisual01.jpg");
  background-size:80%;
}
#wrap.subpage div[class*=ministry2] {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s2_topVisual01.jpg");
  background-size:80%;
}
#wrap.subpage div[class*=ministry3] {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s3_topVisual01.jpg");
  background-size:80%;
}
#wrap.subpage .zone_visual.ministry4 {
  background-image:linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s4_topVisual01.jpg");
  background-size:65%;
}
#wrap.subpage .zone_visual.ministry5 {
  background-image: linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s5_topVisual01.jpg");
  background-size:80%;
}
#wrap.subpage .zone_visual.ministry6 {
  background-image: linear-gradient(90deg, #04A658 25%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s6_topVisual01.jpg");
  background-size:90%;
}
#wrap.subpage .zone_visual.ministry7 {
  background-image: linear-gradient(90deg, #04A658 15%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s7_topVisual01.jpg");
  background-size:90%;
}

#wrap.subpage .zone_visual .area_text {
  position:absolute;
  width:100%;
  color:#fff;
  font-weight:600;
  left:50%;
  max-width:1230px;
  top: 75px;
  margin-left: -615px;
}
#wrap.subpage .zone_visual .area_text .box_text01 {
  line-height:2.6;
  letter-spacing:3px;
  font-size:10px;
}
#wrap.subpage .zone_visual .area_text .box_text02 {
  line-height:1.1;
  font-size:44px;
  margin-bottom:20px;
}
#wrap.subpage .zone_visual .area_text .box_text03 {
  font-size:21px;
}

#wrap.subpage .zone_contents .section {
  padding-bottom: 100px;
}
#wrap.subpage .zone_contents .section:first-child {
  padding-top:100px;
}
#wrap.subpage .zone_contents .center-heading {
  margin:0;
}
#wrap.subpage .zone_contents .center-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #04A658;
  line-height: normal;
  margin-bottom: 2.8rem;
}
#wrap.subpage .zone_contents .center-heading h2 .emp {
  color: #9B8057;
}
#wrap.subpage .zone_contents .sub-text {
  text-align:center;
  color: #9B8057;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.sponsorship .zone_form {
  width: 860px;
  font-size: 20px;
  letter-spacing: -1px;
  margin: 0 auto;
  text-align:center;
}
.sponsorship .frm_input {
  /* width:200px; */
}
.sponsorship input[type='text']::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
  font-weight:300;
}

.sponsorship .box_radio {
  display: inline-block;
  margin-right: 15px;
}
.sponsorship input {
  vertical-align: middle;
}
.sponsorship .box_input.spontype img {
  height: 24px;
  vertical-align: middle;
}

.sponsorship .privacy_info {
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  line-height: 1.6;
  overflow-y: auto;
  margin-bottom:10px;
}

.sponsorship .area_btn {
  text-align: center;
  padding: 40px 0;
}
.sponsorship .area_btn .btn_application_ok {
  cursor: pointer;
  display: inline-block;
  padding: 12px 70px;
  font-weight: 600;
  color: #fff;
  background: #000;
}
/* 서브 타입2 e */



/* 후원 s */
.tbl_frm01 {
  font-family: 'Pretendard', dotum, sans-serif;
}
.tbl_frm01 label {
  margin-bottom:0;
}
.tbl_frm01 label .required {
  display:inline-block;
  width:15px;
  height:15px;
}
.sponsorship .tbl_frm01 input.required {
  background-image:none !important;
}
.sponsorship .tbl_frm01 input.readonly {
  background:#ddd;
}
.tbl_frm01 th{
  font-family: inherit;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  background:#f6f6f6;
  padding: 10px 15px;
  width:25%;
  font-size:16px;
  text-align:left;
}
.tbl_frm01 td {
  font-family: inherit;
  font-size:16px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  padding: 10px;
  text-align:left;
}
.tbl_frm01 td:last-child {
  border-bottom:0;
}
.h2_frm{
  text-align:left;
  color:#3f51b5;
  font-size:1.09em;
  font-weight:bold;
  margin:20px 0 10px;
}
/* 후원 e */






/* 서브 - 갤러리 s */
.section_gall_list {
  padding: 5% 0;
}
.zone_gall_list {
  padding:0 4%;
}
#bo_gall .area_card {
  margin:0;
}
#bo_gall .area_card .gall_chk {
  left:1%;
}

#bo_gall .card-position {
  flex:auto;
}
#bo_gall .card {
  flex-direction:row;
}
#bo_gall .card .img-card {
  width:30%;
  height:auto;
}
#bo_gall .card .img-card img {
  height:auto;
  display:block;
}
#bo_gall .card .img-card .box_thumb {
  height:100%;
  max-height:200px;
  background-size:cover;
  background-position:center;
}
#bo_gall .card .card-content {
  width:70%;
  min-height:200px;
  line-height:1.5;
  padding:24px;
  font-size:16px;
  font-family: 'Pretendard', dotum, sans-serif !important;
}
#bo_gall .bo_tit {
  font-size:22px;
  color:#9B8057;
}
#bo_gall .card .card-content .bo_content {
  color:#6B6B6B;
}
#bo_gall .card .card-content .gall_date {
  color:#6B6B6B;
  font-size:13px;
}

#bo_v #bo_v_title .bo_v_tit {
  font-size:22px;
  margin-bottom:10px;
  font-weight:bold;
  color:#9B8057;
}
#bo_v_info {
  color:#9B8057;
}
#bo_v_info .sv_member {
  font-weight:normal;
  color:#9B8057;
}
#bo_v #bo_v_info .box_hits {
  float:right;
}
#bo_v_info .if_date {
  color:#9B8057;
}
#bo_v_img a.view_image {
  display: inline;
}

#bo_sch .sch_input {
  width:48%;
}
#bo_sch .sch_btn {
  float:right;
}
/* 서브 - 갤러리 e */



#top_btn:hover {
  border-color: #9B8057;
  background: #9B8057;
  color: #fff;
}




.container.zone_video {
  width: 100%;
  max-width: 680px;
  max-height: 385px;
  margin: 0 auto 80px;
	position:relative;
	top:0;
}

.container.zone_video .area_video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}
.container.zone_video .area_video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}



.bbs.top_img {
  width:100%;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
  padding:50px 0;
}









@media (max-width: 1300px) {
.container {
  max-width: 94.62vw;
}
.center-heading {
  margin:3.08vw 0;
}


.navbar {
  height:80px;
}

.navbar>.container, .navbar>.container-fluid {
  max-width:94.62vw;
}
.navbar-brand {
  width:180px;
}

.navbar-nav li {
  padding: 1.54vw 0 1.54vw 3.46vw;
}




/* 메인 s */

.carousel-caption {
  bottom: 13.23vw;
  max-width: 94.62vw;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2.77vw;
  height: 2.77vw;
}

.carousel-caption .eng-name {
  font-size:1.00vw;
  letter-spacing:0.30vw;
  margin-bottom: 2.23vw;
}
.carousel-caption .slogan {
  text-shadow: 0.00vw 0.00vw 0.62vw rgba(0, 0, 0, 0.25);
  font-size: 2.77vw;
}
.carousel-item {
  height:59.08vw;
}
.carousel-item .area_btn {
  margin-top: 2.77vw;
}
.carousel-item a {
  padding:0.77vw 4.08vw 0.77vw 2.08vw;
  width:11.54vw;
  height: 3.85vw;
  border-radius: 2.31vw;
  font-size:1.23vw;
}
.carousel-item a.btn_support {
  margin-left:0.38vw;
}

.carousel-item a.btn .link_arrow {
  margin-left:0.62vw;
}
.carousel-indicators {
  bottom:4.62vw;
}



.main-intro .container {
  margin:7.31vw auto;
}
.main-intro .container .center-heading h2 {
  font-size:3.08vw;
}
.main-intro .container .center-heading .sub-text {
  font-size:1.54vw;
}

.main-intro .row {
  gap:1.38vw;
}
.main-intro .container .box_intro {
  width: 12.31vw;
  height:12.31vw;
  border:0.08vw solid rgba(155, 128, 87, 0.50);
  border-radius:6.15vw;
}
.main-intro .container .box_intro .box {
  width:12.31vw;
  height:12.31vw;
  background-size:4.46vw;
  background-position:center 1.54vw;
  font-size:1.69vw;
}
.main-intro .container .box_intro .box .text01 {
  top:6.62vw;
}
.main-intro .container .box_intro .box .text01 .link_arrow {
  font-size:1.85vw;
}




.wrap.main-news {
  padding:7.38vw 0 3.54vw;
}
.wrap.main-news .center-heading {
  height: 14.62vw;
  margin-bottom: 1.54vw;
}
.wrap.main-news .bg_box {
  margin-left:6.85vw;
  width:13.00vw;
  height:14.38vw;
}
.main-news .container .center-heading h2 {
  font-size:3.08vw;
}
.main-news .container .center-heading .sub-text {
  font-size:1.38vw;
}

.main-news-body {
  margin-bottom:3.85vw;
}
.main-news .zone_top {
  height:auto; /* 25.85vw */
  margin-bottom: 1.54vw;
}
.main-news .card a.thumb {
  width:48.78vw;
}
.main-news .card .card-title {
  margin-bottom:1.54vw;
}
.main-news .card .card-title a {
  max-width:46.15vw;
  font-size: 2.00vw;
}
.main-news .zone_top .card .card-body {
  width:48.46vw;
  padding:2.49vw 3.69vw;
  border: 0.04vw solid rgba(155, 128, 87, 0.50);
}
.main-news .zone_top .card .card-text {
  font-size:1.48vw;
}
.main-news .zone_top .card .card-text:last-child {
  margin-top:2.31vw;
}
.main-news .zone_top .card .card-text .text-muted {
  font-size: 1.31vw;
}
.main-news .zone_bottom .area_card {
  padding-right:2.31vw;
}
.main-news .zone_bottom .area_card .card-group {
  width:21.92vw;
}
.main-news .zone_bottom .card .card-body {
  border: 0.04vw solid rgba(155, 128, 87, 0.50);
  padding: 1.85vw 1.15vw 2.69vw;
}
.main-news .zone_bottom .card .card-title a {
  font-size:1.54vw;
}
.main-news .zone_bottom .card .card-text {
  font-size: 1.3vw;
}
.main-news .zone_bottom .card .card-text .text-muted {
  font-size: 1.15vw;
}

.main-news .main-news-header {
  padding: 1.15vw 0;
}
.main-news .main-news-header .title_news {
  font-size:2.46vw;
}
.main-news .main-news-header .btn_more a {
  font-size:1.23vw;
}
.main-news .main-news-header .btn_more a .link_arrow {
  margin-left:0.38vw;
  font-size:1.85vw;
}




.wrap.main-intro2 {
  height:44.31vw;
  padding:7.31vw 0;
}
.wrap.main-intro2 .center-line {
  border-top: 0.15vw solid #fff;
  width:3.38vw;
  
}
.wrap.main-intro2 .center-heading {
  margin-bottom:4.62vw;
}
.wrap.main-intro2 .center-heading .eng_text {
  font-size:0.92vw;
  letter-spacing:0.92vw;
}
.wrap.main-intro2 .center-heading h2 {
  font-size:3.85vw;
}
.wrap.main-intro2 .center-heading .sub-text {
  font-size:1.69vw;
  margin:1.54vw 0;
}

.wrap.main-intro2 .box {
  width:22.92vw;
  max-width:298px;
}
.wrap.main-intro2 .box img {
  width:100%;
}
.wrap.main-intro2 .row .box_intro:nth-child(2) {
  margin:0 6.15vw;
}



.wrap.main-bottom-link {
  padding: 5.54vw 0 6.54vw;
}
.wrap.main-bottom-link .box_link {
  max-width:12.31vw;
  height:12.31vw;
  padding:1.69vw 1.46vw;
  margin-right:1.38vw;
  background-position:7.85vw 7.69vw;
  background-size:3.69vw;
}
.wrap.main-bottom-link .box_link h3 {
  font-size:1.62vw;
}
.wrap.main-bottom-link .box_link .sub-text {
  font-size:1.08vw;
}
.wrap.main-bottom-link .box_link .btn_more {
  font-size:1.08vw;
}
.wrap.main-bottom-link .box_link .btn_more .link_arrow {
  padding-left:0.46vw;
  font-size:1.23vw;
}
/* 메인 e */





/* 서브 s */

#ctt {
  padding: 80px 0 0;
}
#ctt_con .zone_visual {
  height: 20.77vw;
}

#ctt_con .zone_visual .area_text {
  max-width:94.62vw;
  top: 5.77vw;
  margin-left: -47.31vw;
}
#ctt_con .zone_visual .area_text .box_text01 {
  letter-spacing:0.23vw;
  font-size:0.77vw;
}
#ctt_con .zone_visual .area_text .box_text02 {
  font-size:3.38vw;
  margin-bottom:1.54vw;
}
#ctt_con .zone_visual .area_text .box_text03 {
  font-size:1.62vw;
}


#ctt_con .zone_vision .area_top {
  height:26.92vw;
  max-width:94.62vw;
}
#ctt_con .zone_vision .area_bottom {
  height:39.23vw;
}
#ctt_con .zone_vision .box_content {
  width:94.62vw;
  top:7.69vw;
}
#ctt_con .zone_vision .box_text01 {
  font-size:3.08vw;
  width:32.31vw;
}
#ctt_con .zone_vision .box_text02 {
  font-size:1.38vw;
  width:62.31vw;
}
#ctt_con .zone_vision .box_picture {
  margin-top: 3.85vw;
}
#ctt_con .zone_vision .box_picture .photo {
  width:30vw;
}
#ctt_con .zone_vision .box_picture .photo:first-child {
  margin-right:2.15vw;
}

#ctt_con .zone_vision .box_banner {
  width:94.62vw;
  height:14.77vw;
  margin-top: 10.00vw;
}

#ctt_con .wrap-sub {
  padding:3.85vw 0;
}

.wrap.sub-banner {
  height: 39.46vw;
}
.wrap.sub-banner .zone_banner {
  width:94.62vw;
  height:14.77vw;
  margin-top: 9.23vw;
  
}
.wrap.sub-banner .zone_banner .area_text {
  width:38.08vw;
  height:9.31vw;
  padding-left:9.54vw;
  background-size:6.31vw;
}
.wrap.sub-banner .zone_banner .box_text01 {
  font-size:2.46vw;
  margin-bottom: 1.38vw;
}
.wrap.sub-banner .zone_banner .box_text01 .link_arrow {
  font-size:3.08vw;
  margin-left: 1.54vw;
}
.wrap.sub-banner .zone_banner .box_text02 {
  font-size: 1.54vw;
}

#ctt_con .zone_contents .section {
  padding-bottom: 7.69vw;
}
#ctt_con .zone_contents .section:first-child {
  padding-top:7.69vw;
}
#ctt_con .zone_contents .section.type2 {
  padding-top:7.69vw;
}
#ctt_con .zone_contents .center-heading {
  margin:0;
}
#ctt_con .zone_contents .center-heading h2 {
  font-size: 3.08vw;
}
#ctt_con .zone_contents .sub-text {
  font-size: 1.69vw;
}
#ctt_con .zone_contents .intro_slide .item {
  height:23.85vw;
}
#ctt_con .zone_contents .intro_slide .item img {
  height:100%;
}

#ctt_con .zone_contents .area_func {
  max-width:94.62vw;
  margin:0.92vw auto 0;
}
#ctt_con .zone_contents .area_func .box_func {
  width:47.31vw;
}
#ctt_con .zone_contents .area_func .box_func .img {
  max-width:21.38vw;
  height:17.85vw;
}
#ctt_con .zone_contents .area_func .box_func img {
  height:100%;
}
#ctt_con .zone_contents .area_func .box_func .text01 {
  font-size: 1.77vw;
  padding:2.69vw 0 1.92vw;
}
#ctt_con .zone_contents .area_func .box_func .text02 {
  width:30.00vw;
  font-size:1.38vw;
}

#ctt_con .zone_contents .area_service {
  max-width:94.62vw;
  padding-top:1.54vw;
  gap:0.77vw;
}
#ctt_con .zone_contents .area_service .box_service {
  width:23.05vw;
}
#ctt_con .zone_contents .area_service .box_service:nth-child(n+5) {
  margin-top:4.62vw;
}
#ctt_con .zone_contents .area_service .box_service .img {
  width:9.23vw;
}
#ctt_con .zone_contents .area_service .box_service .text01 {
  font-size: 2.15vw;
  padding:1.15vw 0;
}
#ctt_con .zone_contents .area_service .box_service .text02 {
  font-size:1.38vw;
}

#ctt_con .zone_contents .section05 {
  padding-top:7.69vw;
}
#ctt_con .zone_contents .area_design {
  max-width:94.62vw;
  padding-top:1.54vw;
  gap:0.77vw;
}
#ctt_con .zone_contents .area_design .box_design {
  width:20.00vw;
}
#ctt_con .zone_contents .area_design .box_design .text02 {
  margin:3.08vw auto 0;
  font-size:1.38vw;
}
#ctt_con .zone_contents .area_design .box_symbol {
  padding:0.77vw;
}

#ctt_con .zone_contents .area_greetings {
  max-width:94.62vw;
  padding-top:1.54vw;
  gap: 0.77vw;
  grid-template-rows: 23vw 35vw;
}
#ctt_con .area_greetings .box_greetings {
  font-size: 1.4vw;
  padding-right: 1.6vw;
}
#ctt_con .box_greetings .emp {
  font-size: 1.8vw;
}
#ctt_con .area_greetings .box_profile {
  font-size: 1.15vw;
}
#ctt_con .area_greetings .box_profile .sub_title {
  font-size:1.8vw;
}
#ctt_con .box_greetings .signature {
  font-size: 4vw;
  margin-left: 1.2vw;
}
/* 서브 e */




#wrap {
  padding: 80px 0 0;
}
#wrap.subpage .zone_visual {
  height: 20.77vw;
}
#wrap.subpage .zone_visual .area_text {
  max-width:94.62vw;
  top: 5.77vw;
  margin-left: -47.31vw;
}
#wrap.subpage .zone_visual .area_text .box_text01 {
  letter-spacing:0.23vw;
  font-size:0.77vw;
}
#wrap.subpage .zone_visual .area_text .box_text02 {
  font-size:3.38vw;
  margin-bottom:1.54vw;
}
#wrap.subpage .zone_visual .area_text .box_text03 {
  font-size:1.62vw;
}

#wrap.subpage .zone_contents .section {
  padding-bottom: 7.69vw;
}
#wrap.subpage .zone_contents .section:first-child {
  padding-top:7.69vw;
}
#wrap.subpage .zone_contents .center-heading h2 {
  font-size: 3.08vw;
}
#wrap.subpage .zone_contents .sub-text {
  font-size: 1.69vw;
}

.sponsorship .zone_form {
  width: 100%;
  max-width:860px;
  font-size: 1.0417vw;
  letter-spacing: -0.0521vw;
}
.sponsorship .zone_form .item_form {
  margin-bottom: 2.2917vw;
}
.sponsorship .zone_form .item_form.type1 {
  height: 4.6875vw;
}
.sponsorship .zone_form .item_form.type2 {
  height: 7.8125vw;
}
.sponsorship .item_form input[type='text'],
.sponsorship .item_form textarea {
  width: 21.6146vw;
  height: 2.9167vw;
  border: 1px solid #4d4d4d;
  line-height: 2.9167vw;
  font-size: 1.0417vw;
  padding: 0 0.5208vw;
  letter-spacing: -0.0521vw;
}
.sponsorship .item_form input[type='text']::placeholder,
.sponsorship .item_form textarea::placeholder {
  font-size: 0.8854vw;
}
.sponsorship .item_form textarea {
  height: 8.8542vw;
  line-height: 1.5;
}

.sponsorship .item_form .box_input.spontype img {
  height: 20px;
}

.sponsorship .item_form .privacy_info {
  border: 1px solid #4d4d4d;
  font-size: 15px;
}
.sponsorship .item_form .privacy_info.type2 {
}

.sponsorship .item_form.area_btn {
  padding: 2.0833vw 0;
}
.sponsorship .item_form.area_btn .btn_application_ok {
  padding: 0.6250vw 3.6458vw;
}




.container.zone_video {
  max-width: 52.31vw;
  max-height: 29.62vw;
  margin: 0 auto 6.15vw;
}




/* 서브 - 갤러리 s */
#bo_gall .card .card-content {
  padding:1.65vw;
  font-size:1.23vw;
}
#bo_gall .bo_tit {
  font-size:1.69vw;
}
#bo_gall .card .card-content .gall_date {
  font-size:1.00vw;
}

#bo_v #bo_v_title .bo_v_tit {
  font-size:1.69vw;
  margin-bottom:0.77vw;
}
/* 서브 - 갤러리 e */





/* 공통>footer s */
.ap_footer {
  height: 18.23vw;
  font-size:1.15vw;
  padding:2.31vw 0;
}

.ap_footer .footer .area_footer_link {
  margin-bottom:1.38vw;
}

.ap_footer .footer .area_footer_link a:first-child::after {
  padding: 0 1.08vw 0 1.31vw;
}
.ap_footer .footer .company_info ul {
  margin-bottom: 1.54vw;
}
.ap_footer .footer .copyright {
  font-size:0.92vw;
}

.ap_footer .footer .footer_logo {
  width:14.62vw;
  margin-top: 0.31vw;
}
/* 공통>footer e */







} /* //@media (max-width: 1300px) */



























@media (max-width: 991px) {
.navbar-collapse {
  position: absolute;
  width: 50%;
  top:0;
  right: -50%;
  z-index: -1;
  height: 100vh;
  background:#E5DCCE;
}

.navbar-nav {
  margin-top: 9.23vw;
}

.navbar .navbar-toggler.active-1 span {
  background-color:#9B8057;
}
.navbar.fixed_on .navbar-toggler span {
  background-color:#9B8057;
}
.navbar.fixed_on .navbar-nav li a.nav-link {
  color:#9B8057;
}
.navbar.fixed_on .navbar-nav li a.nav-link:hover {
  color:#04A658;
}

a.nav-link {
  color:#9B8057;
}
}
/* //@media (max-width: 991px) */











@media (max-width: 720px) {
.pc {display:none;}
.mo {display:block;}

.container {
  max-width: 92%;
  padding:0;
}

.navbar {
  height: 60px;
}
.navbar.fixed_on {
  height: 60px;
}
.navbar-brand {
  width: 150px;
}
.navbar.fixed_on .navbar-brand {
  width: 150px;
}

.navbar-collapse .navbar-nav {
  margin-top: 15vw;
}
.navbar-nav li {
  padding: 1.54vw 0 1.54vw 5.46vw;
}

.carousel-control-next, .carousel-control-prev {
  display:none;
}
.carousel-item {
  height:150vw;
}
.carousel-caption {
  bottom: 23vw;
  max-width:88%;
  text-align:center;
  left:0;
  right:0;
}
.carousel-caption .eng-name {
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.8vw;
  margin-bottom:4vw;
}
.carousel-caption .slogan {
  font-size:27px;
  line-height:1.6;
  word-wrap: normal;
  word-break: keep-all;
}

.carousel-item .area_btn {
  margin-top: 6vw;
}
.carousel-item a {
  padding: 2vw 5vw 1vw 1vw;
  width: 35vw;
  height: 11vw;
  border-radius: 6vw;
  font-size: 3.8vw;
}
.carousel-item a.btn_support {
  margin-left: 1.5vw;
}

.carousel-indicators {
  bottom: 10vw;
}


.main-intro .container {
  margin:70px auto;
}
.main-intro .container .center-heading h2 {
  font-size:30px;
}
.main-intro .container .center-heading .sub-text {
  font-size:20px;
}

.main-intro .container .row > div {
  /* max-width: 48%;
  flex: 0 0 48%; */
  padding: 0;
  margin-top: 20px;
}
.main-intro .row {
  gap: 4%;
  margin:0;
}
.main-intro .container .box_intro {
  width: 41vw;
  max-width: 155px;
  height: 155px;
  border: 2px solid rgba(155, 128, 87, 0.50);
  border-radius: 50%;
}
.main-intro .container .box_intro .box {
  width: 100%;
  max-width:155px;
  height:155px;
  background-size: 60px;
  background-position: center 22%;
  font-size: 18px;
}
.main-intro .container .box_intro .box .text01 {
  top:88px;
}
.main-intro .container .box_intro .box .text01 .link_arrow {
  font-size:20px;
}




.wrap.main-news {
  padding: 50px 0;
}
.wrap.main-news .center-heading {
  height: auto;
  margin-bottom: 50px;
}
.main-news .container .center-heading h2 {
  font-size: 30px;
}
.main-news .container .center-heading .sub-text {
  font-size: 20px;
}
.wrap.main-news .bg_box {
  margin-left: 10%;
  width: 35%;
  height: 150px;
  top: -15px;
}

.main-news .main-news-header .title_news {
  font-size: 24px;
}
.main-news .main-news-header .btn_more a {
  font-size: 16px;
}
.main-news .main-news-header .btn_more a .link_arrow {
  margin-left: 5px;
  font-size: 16px;
}


.main-news-body {
  margin-bottom: 30px;
}
.main-news .zone_top .card {
  flex-direction: column;
}
.main-news .card a.thumb {
  width: 100%;
}
.main-news .zone_top {
  margin-bottom: 4%;
}
.main-news .zone_top .card .card-body {
  width: 100%;
  padding: 20px 15px;
}
.main-news .card .card-title {
  margin-bottom: 10px;
}
.main-news .card .card-title a {
  max-width: 100%;
  font-size: 20px;
}
.main-news .zone_top .card .card-text {
  font-size: 18px;
}
.main-news .zone_top .card .card-text .text-muted {
  font-size: 17px;
}

.main-news .zone_bottom {
  gap:4%;
}
.main-news .zone_bottom .area_card {
  height: auto;
  width: 48%;
  padding-right: 0;
}
.main-news .zone_bottom .area_card:nth-child(even) {
  padding-right: 0;
}
.main-news .zone_bottom .area_card .card-group {
  width:100%;
}
.main-news .zone_bottom .card .card-body {
  border: 1px solid rgba(155, 128, 87, 0.50);
  padding: 15px 10px;
}
.main-news .zone_bottom .card .card-title a {
  font-size: 17px;
}
.main-news .zone_bottom .card .card-text {
  font-size: 13px;
}
.main-news .zone_bottom .card .card-text .text-muted {
  font-size: 13px;
}


.wrap.main-intro2 {
  height: auto;
  padding: 70px 0;
  background-position: -680px center;
}
.wrap.main-intro2 .center-heading {
  margin-bottom: 4.62vw;
}
.wrap.main-intro2 .center-heading .eng_text {
  font-size: 12px;
  letter-spacing: 12px;
}
.wrap.main-intro2 .center-heading h2 {
  font-size: 36px;
  margin: 0.8rem 0;
}
.wrap.main-intro2 .center-line {
  border-top: 2px solid #fff;
  width: 44px;
}
.wrap.main-intro2 .center-heading .sub-text {
  font-size: 17px;
  line-height:2.1;
  margin: 15px 0 30px;
  word-break: keep-all;
}

.wrap.main-intro2 .box_intro {
  margin-bottom: 20px;
}
.wrap.main-intro2 .box_intro:last-child {
  margin-bottom: 10px;
}
.wrap.main-intro2 .row .box_intro:nth-child(2) {
  margin: 0 0 20px 0;
}
.wrap.main-intro2 .box {
  width: 70%;
  margin: 0 auto;
}


.wrap.main-bottom-link {
  padding: 4% 0;
}
.main-bottom-link .zone_link {
  margin:0;
}
.wrap.main-bottom-link .box_link {
  max-width: 100%;
  height: 120px;
  padding: 24px 28px;
  margin-right: 0;
  background-position: 90% center;
  background-size: 72px;
  margin-bottom:4%;
}
.wrap.main-bottom-link .box_link:last-child {
  margin-bottom:0;
}
.wrap.main-bottom-link .box_link h3 {
  font-size: 26px;
}
.wrap.main-bottom-link .box_link .sub-text {
  display: none;
}
.wrap.main-bottom-link .box_link .btn_more {
  font-size: 16px;
}
.wrap.main-bottom-link .box_link .btn_more .link_arrow {
  padding-left: 10px;
  font-size: 16px;
}



.ap_footer {
  height: auto;
  font-size: 14px;
  padding: 25px 0 50px;
}
.ap_footer .footer {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.ap_footer .footer > div {
  width: 100%;
}
.ap_footer .footer .zone_right {
  align-items: flex-start;
}
.ap_footer .footer .footer_logo {
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
  max-width:185px;
}
.ap_footer .footer .area_footer_link {
  margin-bottom: 20px;
  font-size:15px;
}
.ap_footer .footer .copyright {
  font-size: 12px;
}








#ctt {
  padding: 60px 0 0;
}

#ctt_con .zone_visual {
  height: 100vw;
  background-size: cover !important;
}

#ctt_con .sub01 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s1_topVisual01.jpg");
  background-position: 80%;
}
#ctt_con .sub02 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s2_topVisual01.jpg");
  background-position: 40%;
}
#ctt_con .sub03 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s3_topVisual01.jpg");
}
#ctt_con .sub04 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s4_topVisual01.jpg");
  background-position: center;
}
#ctt_con .sub05 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s5_topVisual01.jpg");
  background-position: 67% center;
}
#ctt_con .sub06 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s6_topVisual01.jpg");
  background-position: 68% center;
}
#ctt_con .sub07 .zone_visual {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s7_topVisual01.jpg");
}

#ctt_con .sub .zone_visual {
  background-image: linear-gradient(0deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}

#wrap.subpage .zone_visual.fin_report {
  background-image:linear-gradient(0deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}
#wrap.subpage .zone_visual.ap_news {
  background-image:linear-gradient(0deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/intro_topVisual01.jpg");
}

#wrap.subpage .zone_visual.ministry1 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s1_topVisual01.jpg");
  background-position: 80%;
}
#wrap.subpage .zone_visual.ministry2 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s2_topVisual01.jpg");
  background-position: 40%;
}
#wrap.subpage .zone_visual.ministry3 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s3_topVisual01.jpg");
}
#wrap.subpage .zone_visual.ministry4 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s4_topVisual01.jpg");
  background-position: center;
}
#wrap.subpage .zone_visual.ministry5 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s5_topVisual01.jpg");
  background-position: 67% center;
}
#wrap.subpage .zone_visual.ministry6 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s6_topVisual01.jpg");
  background-position: 68% center;
}
#wrap.subpage .zone_visual.ministry7 {
  background-image: linear-gradient(0deg, #04A658 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/s7_topVisual01.jpg");
}

#ctt_con .zone_visual .area_text {
  max-width: 92%;
  top: 55%;
  margin-left: -46%;
}
#ctt_con .zone_visual .area_text .box_text01 {
  letter-spacing: 1px;
  font-size: 10px;
}
#ctt_con .zone_visual .area_text .box_text02 {
  font-size: 40px;
  margin-bottom: 16px;
}
#ctt_con .zone_visual .area_text .box_text03 {
  font-size: 21px;
  width:85%;
}

#ctt_con .zone_vision {
  padding:48px 4%;
}
#ctt_con .zone_vision .area_top {
  height: auto;
  max-width: 100%;
}
#ctt_con .zone_vision .box_content {
  width: 100%;
  top: 0;
  position:relative;
}
#ctt_con .zone_vision .box_text01 {
  font-size: 30px;
  width: 100%;
}
#ctt_con .zone_vision .box_text02 {
  font-size: 18px;
  width: 100%;
  margin-top:12px;
}
#ctt_con .zone_vision .box_picture {
  margin-top: 50px;
  gap: 2%; 
}
#ctt_con .zone_vision .box_picture .photo {
  width: 100%;
}
#ctt_con .zone_vision .box_picture .photo:first-child {
  margin-right: 0;
}


.wrap.sub-banner {
  padding:0 4%;
  height: auto;
}
.wrap.sub-banner .zone_banner {
  width: 100%;
  height: 168px;
  margin: 4% 0;
  background: url("../img_new/common/sub_banner_support_mo.png") no-repeat center center;
  background-size: cover;
}
.wrap.sub-banner .zone_banner .area_text {
  width: 72%;
  height: auto;
  padding: 15px 0 0 60px;
  background-size: 48px;
  margin-top: 10px;
}
.wrap.sub-banner .zone_banner .box_text01 {
  font-size: 19px;
  margin-bottom: 15px;
}
.wrap.sub-banner .zone_banner .box_text01 .link_arrow {
  font-size: 19px;
  margin-left: 5px;
  padding-top: 2px;
}
.wrap.sub-banner .zone_banner .box_text02 {
  font-size: 15px;
  word-break: keep-all;
  line-height: 1.4;
}

#ctt_con .wrap-sub {
  padding: 30px 0;
}

#ctt_con .zone_contents .section {
  padding-left:4%;
  padding-right:4%;
  padding-bottom:50px;
}
#ctt_con .zone_contents .section.section03 {
  padding-bottom:80px;
}

#ctt_con .zone_contents .section:first-child {
  padding-top: 50px;
}
#ctt_con .zone_contents .center-heading h2 {
  font-size: 30px;
}
#ctt_con .zone_contents .sub-text {
  font-size: 22px;
  text-align: justify;
}
#ctt_con .zone_contents .intro_slide .item {
  height:360px;
}

#ctt_con .zone_contents .area_func {
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#ctt_con .zone_contents .area_func .box_func {
  width: 100%;
  margin-bottom: 50px;
}
#ctt_con .zone_contents .area_func .box_func:last-child {
  margin-bottom:0;
}
#ctt_con .zone_contents .area_func .box_func .img {
  max-width: 80%;
  height: auto;
}
#ctt_con .zone_contents .area_func .box_func .text01 {
  font-size: 23px;
  padding: 26px 0 12px;
}
#ctt_con .zone_contents .area_func .box_func .text02 {
  width: 100%;
  font-size: 18px;
}


#ctt_con .zone_contents .section.type2 {
  padding-top: 50px;
}
#ctt_con .zone_contents .area_service {
  max-width: 100%;
  padding-top: 0;
  gap: 0;
}
#ctt_con .zone_contents .area_service .box_service {
  width: 100%;
  padding-top:40px;
}
#ctt_con .zone_contents .area_service .box_service .img {
  width: 120px;
}
#ctt_con .zone_contents .area_service .box_service .text01 {
  font-size: 28px;
  padding: 15px 0;
}
#ctt_con .zone_contents .area_service .box_service .text02 {
  font-size: 18px;
}


#ctt_con .zone_contents .section05 {
  padding-top: 50px;
  padding-bottom: 80px;
}
#ctt_con .zone_contents .area_design {
  max-width: 100%;
  padding-top: 0;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
#ctt_con .zone_contents .area_design .box_design {
  width: 80%;
}
#ctt_con .zone_contents .area_design .box_design .text02 {
  margin: 3.08vw auto 0;
  font-size: 18px;
}
#ctt_con .zone_contents .area_design .box_symbol {
  padding: 20px 10px 10px;
}

#ctt_con .zone_contents .area_greetings {
  display:flex;
  flex-direction: column;
}
#ctt_con .area_greetings > .item {
  margin-bottom:25px;
}
#ctt_con .area_greetings .box_picture {
  order:1;
  text-align:center;
}
#ctt_con .area_greetings .box_greetings {
  order:2;
  font-size:18px;
}

#ctt_con .area_greetings .box_greetings .emp {
  font-size:22px;
}
#ctt_con .box_greetings .box_sign {
  margin-top:15px;
}
#ctt_con .box_greetings .signature {
  font-size: 48px;
  margin-left: 15px;
}
#ctt_con .area_greetings .box_profile {
  order:3;
  font-size: 15px;
}
#ctt_con .area_greetings .box_profile .sub_title {
  font-size: 20px;
}


#wrap {
  padding: 60px 0 0;
}
#wrap.subpage .zone_visual {
  height: 100vw;
  background-size: cover !important;
  background-image: linear-gradient(0deg, #9B8057 35%, rgba(217, 217, 217, 0.00) 100%), url("../img_new/sub/sponsorship_topVisual01.jpg");
  background-position: center;
}
#wrap.subpage .zone_visual .area_text {
  max-width: 92%;
  top: 55%;
  margin-left: -46%;
}
#wrap.subpage .zone_visual .area_text .box_text01 {
  letter-spacing: 1px;
  font-size: 10px;
}
#wrap.subpage .zone_visual .area_text .box_text02 {
  font-size: 40px;
  margin-bottom: 16px;
}
#wrap.subpage .zone_visual.ap_news .area_text .box_text02 {
  font-size: 10vw;
}
#wrap.subpage .zone_visual .area_text .box_text03 {
  font-size: 21px;
  width: 85%;
}

#wrap.subpage .zone_contents {
  padding:0 4%;
  word-break:keep-all;
}
#wrap.subpage .zone_contents .center-heading h2 {
  font-size: 30px;
}
#wrap.subpage .zone_contents .sub-text {
  font-size: 18px;
}

.tbl_frm01 th {
  padding: 2% 4%;
  width: 25%;
  font-size: 15px;
}
.tbl_frm01 td {
  width:75%;
  padding: 2%;
}
.sponsorship input[type=text] {
  width:100%;
}
.sponsorship input#sp_zip {
  width:50%;
}
.sponsorship input#sp_payment {
  width:70%;
}
.sponsorship input#sp_privacy_ok {
  vertical-align: top;
  margin-top:5px;
}
.tbl_frm01 label[for=sp_privacy_ok] {
  width:90%;
}
.tbl_frm01 label .required {
  position:absolute;
}



/* 서브 - 갤러리 s */
#bo_gall .card .img-card {
  width:40%;
}
#bo_gall .card .card-content {
  width:60%;
  padding:3vw;
  font-size:3vw;
}
#bo_gall .bo_tit {
  font-size:4vw;
}
#bo_gall .card .card-content .gall_date {
  font-size:3vw;
}

#bo_v #bo_v_title .bo_v_tit {
  font-size:5vw;
}
/* 서브 - 갤러리 e */





.container.zone_video {
  max-width: 90.00vw;
  max-height: 50.00vw;
  margin: 0 auto 12vw;
}

/* 게시판 상단 이미지용 s */
.bbs.top_img {
  max-width:92%;
  padding:4vw 0;
}
.bbs.top_img img {
  width:100%;
}
/* 게시판 상단 이미지용 e */



}
/* //@media (max-width: 720px) */






@media (max-width: 390px) {

.wrap.main-intro2 .center-heading .sub-text {
  font-size:4.35vw;
}



.ap_footer {
  font-size: 3.55vw;
}


}
/* //@media (max-width: 390px) */