/***********************************************************************************
	.
	 	
************************************************************************************/
@charset "UTF-8";
html {
  overflow-x: hidden;
}
body,
td,
h1,
h2,
h3,
h4,
h5,
div,
p,
li,
ul,
ol,
dd,
dt,
section,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6em;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
img {
  border: 0px;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 500;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lview {
}
.sview {
  display: none;
}
.mview {
  display: none;
}
#mobile_header {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0px solid red;
  z-index: 999999;
  display: none;
}
#mobile_header .inner {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #fff;
}
#mobile_header h1 {
  width: 200px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}
#mobile_header h1 img {
  max-width: 100%;
  overflow: hidden;
}
#mobile_header .m_gnb li {
  list-style: none;
}
#mobile_header .m_gnb li a {
  display: block;
  top: 0;
  width: 100%;
  text-align: center;
  color: transparent;
}
#mobile_header .m_gnb li.category a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 15px;
  top: 20px;
  font-size: 20px;
  color: #111;
}
#mobile_header .m_gnb li.home a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 20px;
  font-size: 20px;
  color: #111;
}
#back_cover {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999998;
}
#sideMenu {
  display: inline;
  position: fixed;
  top: 0;
  left: -250px;
  width: 249px;
  height: 100%;
  background: #fff;
  z-index: 9999999;
}
#sideMenu .side_title {
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
#sideMenu .navi_bg {
  width: 100%;
}
#sideMenu .nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  list-style: none;
  box-sizing: border-box;
  overflow: auto;
  height: 500px;
}
#sideMenu .nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sideMenu .navi_set {
  display: inline;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: center;
}
#sideMenu .navi_set > div {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #aaa;
  text-align: left;
  background: #fff;
  color: #333;
  text-indent: 10px;
  cursor: pointer;
}
#sideMenu .navi_set > div > a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#sideMenu .navi_set ul {
  display: none;
}
#sideMenu .navi_set ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
#sideMenu .navi_set ul li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 0.9em;
  color: #333;
  cursor: pointer;
  text-indent: 20px;
  background: #fff;
}
#sideMenu .navi_set ul li a:hover {
  color: #fff;
  background: #aaa;
}
#gnba {
  background: #666;
  text-align: center;
  padding: 10px 0;
}
#gnba i {
  color: #fff;
  font-size: 30px;
}
#gnba a {
  color: #fff;
  text-align: center;
  font-size: 0.85em;
  padding: 5px 10px;
  margin: 0 2px;
  background: #999965;
  border-radius: 2px;
}
#gnba a:hover {
  background: #fff;
  color: #000;
}
.jbmFixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.jbmFixed .inner {
  border-bottom: 1px solid #ddd !important;
}
#header_wrap {
  width: 100%;
  height: 100px;
  min-width: 1200px;
  overflow-x: hidden;
}
#header {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 500 !important;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.wrap_box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrap_box:after {
  content: "";
  display: block;
  clear: both;
}
h1.logo_a {
  float: left;
  width: 20%;
  height: 100px;
  line-height: 100px;
  font-size: 0;
}
h1.logo_a a img {
  max-width: 100%;
  display: inline;
  vertical-align: middle;
}
#lnb {
  float: left;
  width: 65%;
  transition: 0.5s all ease;
}
#lnb .lnb_wrap {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100px;
  min-height: 100px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
}
#lnb .lnb_wrap > ul > li {
  position: relative;
  float: left;
  width: 16.123%;
  height: 100px;
  text-align: center;
  padding: 0;
}
#lnb .lnb_wrap > ul > li:before {
  display: none;
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.25);
}
#lnb .lnb_wrap > ul > li:last-child:before {
  display: none;
}
#lnb .lnb_wrap > ul > li > a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  margin: 0;
}
#lnb .lnb_wrap > ul > li > a > p {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: 700;
  color: #000;
  line-height: 1.2em;
}
#lnb .lnb_wrap > ul > li > a > p:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #336698;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li:hover > a > p:after,
#lnb .lnb_wrap > ul > li.actived > a > p:after {
  display: inline-block;
  width: 50px;
}
#lnb .lnb_wrap > ul > li:hover > a > p {
  color: #000;
}
#lnb .lnb_sub {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
#lnb .lnb_sub li a {
  position: relative;
  display: inline-block;
  color: #222;
  padding: 8px 5px;
  line-height: 1.5em;
  font-size: 1.3em;
  letter-spacing: -0.5px;
}
#lnb .lnb_sub li a:after {
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#lnb .lnb_sub li:hover a:after {
  width: 100%;
  left: 0;
}
#lnb .lnb_wrap > ul > li:hover .lnb_sub li a {
  color: #000;
  transition: 0.3s all ease;
}
#lnb .lnb_wrap > ul > li:hover .lnb_sub li a:hover {
  color: #336698;
  transition: 0.3s all ease;
}
#gnb {
  width: 15%;
  position: absolute;
  content: "";
  display: block;
  top: 37px;
  right: 0;
}
#gnb .gnbb {
  width: 100%;
  text-align: right;
}
#gnb .gnbb a {
  display: inline-block;
  margin-left: 3px;
}
#gnb .gnbb a p {
  padding: 4px 8px;
  color: #000;
  font-size: 0.9em;
  line-height: 1.4em;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#gnb .gnbb a:hover p {
  color: #fff;
  background: #336698;
  border: 1px solid #336698;
}
#header.header_on {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #eee;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.05);
}
#header.header_on:hover .header_line {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eee;
}
#header.header_on #lnb:hover .lnb_wrap {
  height: 320px;
}
.jbFixed {
  position: fixed !important;
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.05);
}
.jbFixed .header_in .header_line {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eee;
}
.jbFixed .header_in #lnb:hover .lnb_wrap {
  height: 320px;
}
#container_wrap {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}
#container_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#container_wrap h2.m_tit {
  text-align: center;
  position: relative;
  font-size: 1.85em;
  line-height: 1.4em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#container_wrap p.desc {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #555;
  padding: 0;
  margin: 10px 0 40px 0;
  word-break: keep-all;
}
#container_wrap h2.m_tit2 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#main_visual {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#main_visual .inner {
  position: relative;
}
#main_visual .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0;
  background: #000;
  overflow: hidden;
}
#main_visual .swiper-slide div.backgroundimg {
  width: 100%;
  z-index: 1;
}
#main_visual .swiper-slide .backgroundimg .mobile_only {
  display: none;
}
#main_visual .swiper-slide .backgroundimg img {
  width: 100%;
  height: auto;
}
#main_visual .sliderkit-text {
  width: 100%;
  max-width: 1400px;
  height: 220px;
  position: absolute;
  top: 50%;
  margin-top: -130px;
  left: 50%;
  margin-left: -700px;
  z-index: 2;
  transition: 0.5s all ease;
}
#main_visual .sliderkit-text .txts {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#main_visual .sliderkit-text h5 {
  opacity: 0;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  text-shadow: 0px 0px 1px #000;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  transition: 0.5s all ease;
}
#main_visual .sliderkit-text h1.lviewa {
  opacity: 0;
  font-size: 3.5em;
  color: #fff;
  line-height: 1.3em;
  font-weight: 700;
  text-shadow: 0px 0px 2px #000;
  padding-bottom: 20px;
  transition: 0.5s all ease;
}
#main_visual .sliderkit-text h1.sviewa {
  opacity: 0;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  text-shadow: 0px 0px 2px #000;
  padding-bottom: 10px;
  transition: 0.5s all ease;
}
#main_visual .btn_view {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  color: #000;
  padding: 8px 25px;
  font-size: 1em;
  transition: 0.5s all ease;
  background: #fff;
}
#main_visual .btn_view:hover {
  background: #336698;
  color: #fff;
}
#main_visual .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2%;
  top: 50%;
  margin-top: -25px;
  display: block;
  background: url("../img/main_prev_bt.png") center left no-repeat;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#main_visual .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2%;
  top: 50%;
  margin-top: -25px;
  display: block;
  background: url("../img/main_next_bt.png") center right no-repeat;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#main_visual .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  opacity: 1;
}
#main_visual .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}
#main_visual .swiper-pagination {
  margin: 0 auto;
  max-width: 1400px;
  left: 0;
  right: 0;
  bottom: 5%;
  text-align: center;
  transition: 0.5s all ease;
}
#main_visual .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 0;
  transition: 0.3s all ease;
}
#main_visual .swiper-pagination-bullet-active {
  background: #999965;
  transform: rotate(45deg);
}
#business_info {
  width: 100%;
  padding: 80px 0;
  max-width: 1400px;
  margin: 0 auto;
}
#business_info:after {
  content: "";
  clear: both;
  display: block;
}
#business_info .con_title {
  text-align: left;
  padding: 0px;
  margin-bottom: 20px;
  position: relative;
}
#business_info .con_title h3 {
  display: block;
  font-size: 2em;
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
}
#business_info .con_title a.btn_plus {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 35px;
  height: 35px;
  background: #fff url("../img/btn_plus2.png") no-repeat 50% 50%;
  border: 1px solid #eee;
  transition: all 0.5s;
}
#business_info .con_title a.btn_plus:hover {
  transition: transform 500ms;
  background: #336698 url("../img/btn_plus.png") no-repeat 50% 50%;
  border: 1px solid #336698;
}
#business_info ul {
  width: 100%;
  margin: 0 auto;
}
#business_info ul li {
  float: left;
  width: 23.5%;
  height: 380px;
  margin-right: 2%;
  text-align: center;
  transform: translateY(0);
  box-sizing: border-box;
  transition: all 0.5s;
}
#business_info ul li:last-child {
  margin-right: 0;
}
#business_info ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#business_info ul li .txts {
  width: 100%;
  padding: 130px 25px 0 25px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#business_info ul li .txts .num {
  font-size: 1.2em;
  font-weight: 300;
  color: rgba(0, 0, 0, 0);
}
#business_info ul li .txts .t1 {
  display: block;
  margin: 20px 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
}
#business_info ul li .txts .t1:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  margin: 20px auto;
  transition: all 0.5s;
}
#business_info ul li .txts .t2 {
  opacity: 0;
  height: 0;
  display: block;
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: -0.14px;
  word-break: keep-all;
  transition: all 0.5s;
}
#business_info ul li:nth-child(1) {
  background: #333 url("../img/m_bnr2_img1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#business_info ul li:nth-child(2) {
  background: #333 url("../img/m_bnr2_img2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#business_info ul li:nth-child(3) {
  background: #333 url("../img/m_bnr2_img3.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#business_info ul li:nth-child(4) {
  background: #333 url("../img/m_bnr2_img4.jpg") no-repeat 50% 50%;
  background-size: cover;
}
#business_info ul li:hover,
#business_info ul li.on {
  background: #336698;
}
#business_info ul li:hover .txts,
#business_info ul li.on .txts {
  padding-top: 60px;
}
#business_info ul li:hover .txts .num,
#business_info ul li:hover .txts .t1,
#business_info ul li:hover .txts .t2 {
  color: #fff;
}
#business_info ul li.on .txts .num,
#business_info ul li.on .txts .t1,
#business_info ul li.on .txts .t2 {
  color: #fff;
}
#business_info ul li:hover .txts .t1:after,
#business_info ul li.on .txts .t1:after {
  width: 20%;
  transition: all 0.5s;
}
#business_info ul li:hover .txts .t2 {
  opacity: 1;
}
#business_info ul li.on .txts .t2 {
  opacity: 1;
  height: auto;
}
#business_info ul li span.btn_plus {
  transition: transform 500ms;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff url("../img/btn_plus2.png") no-repeat 50% 50%;
  transform: rotate(90deg);
}
#business_info ul li:hover span.btn_plus {
  transform: rotate(180deg);
  transition: transform 500ms;
  background: #336698 url("../img/btn_plus.png") no-repeat 50% 50%;
}
#business_info ul li.on span.btn_plus {
  transform: rotate(180deg);
  transition: transform 500ms;
  background: #336698 url("../img/btn_plus.png") no-repeat 50% 50%;
}
#comm_wrap {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  padding-top: 0;
}
#comm_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#comm_wrap .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#comm_wrap .comm_area {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
#comm_wrap .comm_area:after {
  content: "";
  display: block;
  clear: both;
}
#comm_wrap .comm_area .dleft {
  float: left;
  width: 32%;
  min-height: 300px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: 0.5s all ease;
}
#comm_wrap .comm_area .dcenter {
  float: left;
  width: 32%;
  min-height: 300px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 0 2%;
  transition: 0.5s all ease;
}
#comm_wrap .comm_area .dright {
  float: right;
  width: 32%;
  height: 300px;
  transition: 0.5s all ease;
}
#comm_wrap .comm_area .dright ul li {
  position: relative;
  display: table;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#comm_wrap .comm_area .dright ul li:last-child {
  margin-bottom: 0;
}
#comm_wrap .comm_area .dright ul li i {
  color: #7f7f7f;
  position: absolute;
  bottom: 25%;
  right: 5%;
  font-size: 3em;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#comm_wrap .comm_area .dright ul li.icon1:hover {
  background: #f8f8f8;
}
#comm_wrap .comm_area .dright ul li.icon1:hover i {
  color: #999965;
  transform: rotateY(360deg);
  transition: transform 500ms;
}
#comm_wrap .comm_area .dright ul li.icon2:hover {
  background: #f8f8f8;
}
#comm_wrap .comm_area .dright ul li.icon2:hover i {
  color: #999965;
  transform: rotateY(360deg);
  transition: transform 500ms;
}
#comm_wrap .comm_area .dright ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  color: #000;
  overflow: hidden;
  box-sizing: border-box;
}
#comm_wrap .comm_area .dright ul li a h4 {
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
}
#comm_wrap .comm_area .dright ul li a p {
  color: #666;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 500;
}
#comm_wrap .comm_area .dleft:hover,
#comm_wrap .comm_area .dcenter:hover {
  background: #f8f8f8;
}
#comm_wrap .notice_area {
  position: relative;
  width: 100%;
  padding: 40px 40px 0 40px;
  margin: 0 auto;
}
#comm_wrap .notice_area .more {
  position: absolute;
  top: 40px;
  right: 40px;
}
#comm_wrap .notice_area .tab {
  height: 40px;
  border-bottom: 1px solid #ddd;
}
#comm_wrap .notice_area .tab li {
  float: left;
  width: 30%;
  color: #777;
}
#comm_wrap .notice_area .tab li a {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
  color: #000;
  box-sizing: border-box;
}
#comm_wrap .notice_area .simple_lat li {
  padding-left: 0;
}
#comm_wrap .notice_area .active {
  display: block;
  margin-top: 20px;
  padding: 0px;
}
#comm_wrap .notice_area div ul li {
  position: relative;
  top: 0;
  line-height: 1.6em;
  text-align: left;
}
#comm_wrap .notice_area div ul li a {
  display: inline-block;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 1em;
  color: #333;
}
#comm_wrap .notice_area div ul li span.date {
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1.6em;
  font-size: 0.9em;
  color: #777;
}
#comm_wrap .notice_area > div {
  display: none;
  padding: 0;
}
#comm_wrap .notice_area div ul li a:hover {
  color: #999965;
}
#rolling_box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#rolling_box .con_title {
  text-align: left;
  padding: 0px;
  margin-bottom: 20px;
  position: relative;
}
#rolling_box .con_title h3 {
  display: block;
  font-size: 2em;
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
}
#rolling_box .con_title a.btn_plus {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 35px;
  height: 35px;
  background: #fff url("../img/btn_plus2.png") no-repeat 50% 50%;
  border: 1px solid #eee;
  transition: all 0.5s;
}
#rolling_box .con_title a.btn_plus:hover {
  transition: transform 500ms;
  background: #336698 url("../img/btn_plus.png") no-repeat 50% 50%;
  border: 1px solid #336698;
}
#rolling_box .swiper-wrapper2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#rolling_box .swiper-container2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#rolling_box .swiper-container2 .swiper-slide {
  position: relative;
  width: 285px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #eee;
}
#rolling_box .swiper-container2 .swiper-slide a {
  width: 100%;
  display: block;
}
#rolling_box .swiper-container2 .swiper-slide img {
  width: 285px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox {
  width: 100%;
  height: 130px;
  text-align: left;
  background: #fff;
  padding: 25px 20px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#rolling_box .swiper-container2 .swiper-slide:hover .txtBox {
  background: #fafafa;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 1.2em;
  color: #000;
  line-height: 30px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit span.new_icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 23px;
  font-size: 0.6em !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 2px;
  font-weight: normal;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt {
  display: none;
  max-height: 63px;
  min-height: 50px;
  overflow: hidden;
  font-size: 1em;
  color: #555;
  line-height: 1.5em;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .date {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: block;
  font-size: 1em;
  color: #777;
}
#rolling_box .swiper-btn-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0px auto;
  background: none;
}
#rolling_box .swiper-pagination2 {
  text-align: center;
  margin-top: 30px;
}
#rolling_box .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 0;
  transition: 0.3s all ease;
  background: #7f7f7f;
}
#rolling_box .swiper-pagination-bullet-active {
  background: #999965;
  transform: rotate(45deg);
}
#partner_slide {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: 0px auto 50px;
}
#partner_slide img {
  border: 1px solid #eee;
  border-radius: 0px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#partner_slide img:hover {
  border: 1px solid #aaa;
}
#partner_slide .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
#partner_slide .owl-nav .owl-prev {
  font-size: 3em !important;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
#partner_slide .owl-nav .owl-prev span {
  display: block;
  font-size: 0;
  background: url("../img/partner_prev.png") no-repeat center center;
  width: 8px;
  height: 13px;
}
#partner_slide .owl-nav .owl-next {
  font-size: 3em !important;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
#partner_slide .owl-nav .owl-next span {
  display: block;
  font-size: 0;
  background: url("../img/partner_next.png") no-repeat center center;
  width: 8px;
  height: 13px;
}
#partner_slide .owl-carousel .owl-item .item {
  margin-right: 1px !important;
}
#footer {
  clear: both;
  width: 100%;
  min-width: 320px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  margin-top: 50px;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
#footer .copy_bar {
  width: 100%;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .copy_bar div.copy_menu {
  width: 100%;
}
#footer .copy_bar div.copy_menu a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 1em;
  color: #000;
  font-weight: 500;
  line-height: 1em;
}
#footer .copy_bar div.copy_menu a:hover {
  color: #483d33;
}
#footer .copy_bar div.copy_menu span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: 500;
  line-height: 1em;
}
#footer .copy_area {
  clear: both;
  width: 100%;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .copy_area:after {
  content: "";
  display: block;
  clear: both;
}
#footer .copyright {
  width: 100%;
  margin-top: 20px;
}
#footer .copyright p {
  width: 100%;
  font-size: 0.9em;
}
#footer .copyright p span {
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
#backtotop,
.q-menu {
  display: none !important;
}
#backtotop {
  position: fixed;
  bottom: 40%;
  right: 0;
  z-index: 1000;
  display: none;
}
.q-menu nav {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.q-menu nav div {
  width: 80px;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.q-menu nav div:first-child {
  background: #336698;
  border: 0;
}
.q-menu nav div:first-child i,
.q-menu nav div:first-child a span {
  color: #fff;
}
.q-menu nav div:first-child:hover {
  background: #999965;
}
.q-menu nav div:last-child {
  border-bottom: 0;
}
.q-menu nav div:hover {
  background: rgba(0, 0, 0, 0.05);
}
.q-menu nav div i {
  display: block;
  color: #000;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.q-menu nav div a span {
  display: block;
  font-size: 0.9em;
  color: #333;
  line-height: 1em;
}
.q-menu nav div:hover i {
  color: #999965;
}
#sub_visual {
  clear: both;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  height: 220px;
  text-align: center;
  background: #000;
}
#sub_visual .backgroundimg {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  text-align: center;
  z-index: 0;
}
#sub_visual .visual_area {
  width: 100%;
  height: 100%;
}
#sub_wrapper {
  width: 100%;
  margin: 0 auto;
}
#sub_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#sub_menu {
  display: block;
  width: 100%;
  margin: 0px auto;
  background: #fff;
}
#sub_menu .sub_tab {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  margin: 0 auto;
}
.sub_location {
  width: 100%;
  font-size: 0;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.sub_location ul {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.sub_location ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 3px;
  margin-bottom: 10px;
}
.sub_location ul li a {
  padding: 0 20px;
  min-width: 100px;
  font-size: 1.1em;
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  color: #fff;
  background: #000;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.sub_location ul li a:hover {
  color: #fff;
  background: #000;
  box-sizing: border-box;
}
.sub_location ul li a.on {
  color: #fff;
  background: #336698;
}
#sub_tit {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  top: 160px;
  left: 50%;
  margin-left: -700px;
  border: 0px solid red;
}
#sub_tit .path {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  border: 0px solid red;
  text-align: center;
}
#sub_tit .path li {
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  padding: 0 8px 0 12px;
  margin: 0;
  color: #fff;
  background: url("../img/ico_path.png") no-repeat left center;
}
#sub_tit .path li a span.ic-home {
  padding: 0;
  cursor: pointer;
  border: 0px solid red;
}
#sub_tit .path li a span.ic-home i {
  background: url("../img/icon_home_over.png") no-repeat left center;
  display: inline-block;
  width: 11px;
  height: 11px;
}
#sub_tit .path li:first-child {
  background: none;
}
#sub_tit .path li:last-child {
  color: #fff;
  font-weight: 500;
}
#sub_tit .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.4em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#sub_tit .title:after {
  display: none;
  content: "";
  width: 5%;
  height: 3px;
  margin: 10px auto;
  background: #fff;
}
#sub_tit .normal_txt {
  display: none;
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  word-break: keep-all;
  font-family: "Noto Sans KR", sans-serif;
}
#sub_tit .normal_txt .color1 {
  color: #fd7701;
}
.scontents {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0px auto;
  background: none;
}
.scontents:after {
  content: "";
  display: block;
  clear: both;
}
.scontents .bg_vline {
  display: none;
  width: 1px;
  height: 30px;
  margin: 0px auto;
}
.scontents h3.title {
  font-size: 2.5em;
  text-align: center;
  margin-top: 0px;
}
.scontents .eng {
  display: block;
  text-align: center;
  font-size: 2.5em;
  color: #1b5c9d;
  font-weight: 600;
  margin: 0px 0;
  font-family: "Noto Sans KR", sans-serif;
}
.scontents .eng em {
  color: #336698;
  font-style: normal;
  font-weight: 700;
}
.scontents .stitle {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  color: #333;
  margin: 10px 0 50px 0;
}
.scontents .stitle:after {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 30px;
  background: red;
}
.tbl {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
}
.tbl th {
  width: 30%;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.tbl td {
  width: 70%;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  text-indent: 10px;
  font-size: 0.9em;
}
.tba {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
  background: #fff;
}
.tba th {
  width: 35%;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.tba td {
  width: 65%;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  text-indent: 10px;
  font-size: 0.9em;
}
.policy_box {
  border: 1px solid #ddd;
  padding: 10px;
  height: 160px;
  overflow: auto;
}
@media all and (max-width: 1400px) {
  #main_visual .sliderkit-text {
    left: 0;
    margin-left: 0;
  }
  #main_visual .sliderkit-text {
    padding: 0 8%;
  }
  #comm_wrap .comm_area .dleft {
    float: left;
    width: 49%;
  }
  #comm_wrap .comm_area .dcenter {
    float: right;
    width: 49%;
    margin-right: 0;
  }
  #comm_wrap .comm_area .dright {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #comm_wrap .comm_area .dright ul li {
    margin-bottom: 0;
    width: 49%;
  }
  #comm_wrap .comm_area .dright ul li:nth-child(1) {
    float: left;
  }
  #comm_wrap .comm_area .dright ul li:nth-child(2) {
    float: right;
  }
  #partner_slide {
    width: 95%;
  }
  #partner_slide .owl-nav .owl-prev {
    left: -20px;
  }
  #partner_slide .owl-nav .owl-next {
    right: -20px;
  }
}
@media all and (max-width: 1300px) {
  #main_visual .sliderkit-text {
    padding: 0 8%;
    margin-top: -100px;
  }
  #main_visual .sliderkit-text h5 {
    font-size: 0.85em;
  }
  #main_visual .sliderkit-text h1.lviewa {
    font-size: 2.5em;
  }
  #main_visual .sliderkit-text h1.sviewa {
    font-size: 1.15em;
  }
  #main_visual .swiper-pagination {
    padding: 0 8%;
  }
}
@media all and (max-width: 1200px) {
  #header_wrap {
    min-width: 100%;
  }
  #lnb .lnb_wrap > ul > li {
    padding: 0 15px;
  }
  .scontents {
    width: 96%;
  }
  #sub_tit {
    left: 0;
    margin-left: 0;
  }
  #backtotop {
    display: none !important;
  }
}
@media all and (max-width: 1100px) {
  #mobile_header {
    display: block;
    min-width: 320px;
  }
  #header_wrap {
    display: none;
  }
  #main_visual .swiper-slide div.backgroundimg {
    height: auto;
  }
  .lview {
    display: none;
  }
  .sview {
    display: block;
  }
  #business_info {
    padding: 50px 2%;
    margin-top: 0;
  }
  #business_info ul li {
    width: 49%;
    margin-bottom: 40px;
  }
  #business_info ul li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
  #comm_wrap {
    padding: 0px 2%;
  }
  #comm_wrap .comm_area {
    margin-top: 0;
  }
  #rolling_box {
    padding: 0px 2%;
    margin-top: 50px;
  }
  #rolling_box .swiper-btn-wrap {
    height: auto;
    margin-bottom: 50px;
  }
  #rolling_box .swiper-pagination2 {
    margin-top: 20px;
  }
  #sub_visual {
    margin-top: 0px;
  }
  .scontents h3.title {
    text-align: center;
  }
  .scontents .eng {
    text-align: center;
  }
  .scontents .stitle {
    text-align: center;
  }
  .scontents {
    width: 96%;
  }
  #backtotop {
    right: 15px;
  }
  .sub_location ul:first-child {
    border-left: 0px;
  }
  #sub_tit {
    margin: 0px auto;
    padding: 0;
    left: 0%;
    margin-left: 0px;
    top: 130px;
    background: none;
  }
  #sub_tit .title {
    font-size: 2em;
  }
  #sub_tit .title:after {
    display: none;
    content: "";
    width: 15%;
    height: 3px;
    background: #fff;
    margin: 10px auto;
  }
  #sub_tit .normal_txt {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    word-break: keep-all;
    text-shadow: 0px 1px 4px #333;
    font-family: "Noto Sans KR", sans-serif;
  }
  #sub_tit .normal_txt .color1 {
    color: #fd7701;
  }
}
@media screen and (max-width: 992px) {
  #comm_wrap .comm_area {
    margin-top: 0;
  }
  #comm_wrap .comm_area .dleft {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #comm_wrap .comm_area .dcenter {
    float: none;
    width: 100%;
    margin: 25px auto 0;
  }
  #comm_wrap .comm_area .dright {
    width: 100%;
    margin: 25px auto;
    float: none;
  }
  #comm_wrap .notice_area div ul li a {
    width: auto;
  }
  #comm_wrap .comm_area .dright ul li {
    width: 50%;
    float: left;
  }
  #comm_wrap .comm_area .dright ul li:nth-child(1) {
    border-right: 0;
  }
  #partner_slide {
    width: 93%;
  }
}
@media screen and (max-width: 768px) {
  .mview {
    display: block;
  }
  #main_visual .swiper-slide .backgroundimg .mobile_only {
    display: block;
  }
  #main_visual .swiper-slide .backgroundimg .pc_only {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  #business_info .con_title h3 {
    font-size: 2em;
  }
  #business_info .con_title p {
    font-size: 1em;
  }
  #partner_slide {
    width: 90%;
  }
  .sub_location {
    height: auto;
    overflow: hidden;
  }
  .sub_location ul li {
    height: 40px;
  }
  .sub_location ul li a {
    width: 100%;
    padding: 0 8px;
    font-size: 0.95em;
    height: 38px;
    line-height: 38px;
  }
  .scontents {
    padding: 0 0 50px 0;
  }
  .scontents .stitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #business_info ul li {
    width: 100%;
    height: auto;
  }
  #business_info ul li .txts {
    padding: 15px 25px 50px 25px;
  }
  #business_info ul li:hover .txts .t1:after {
    width: 100%;
  }
  #comm_wrap {
    padding-bottom: 0;
  }
  #comm_wrap .comm_area .dleft {
    min-height: auto;
  }
  #comm_wrap .comm_area .dcenter {
    min-height: auto;
  }
  #comm_wrap .notice_area {
    padding: 25px;
  }
  #comm_wrap .notice_area .more {
    position: absolute;
    top: 25px;
    right: 25px;
  }
  #comm_wrap .notice_area .simple_lat {
    margin-bottom: 0;
  }
  #comm_wrap .notice_area div ul li a {
    max-width: 70%;
  }
  #comm_wrap .comm_area .dright ul li {
    width: 100%;
    float: none;
  }
  #comm_wrap .comm_area .dright ul li:nth-child(1) {
    border: 1px solid #eee;
    border-bottom: 0;
  }
  #rolling_box {
    padding: 0;
  }
  #rolling_box .con_title {
    margin: 0 2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  body,
  td,
  h1,
  h2,
  h3,
  h4,
  h5,
  div,
  p,
  li,
  ul,
  ol,
  dd,
  dt,
  section,
  input,
  textarea,
  select,
  button {
    font-size: 13px;
  }
  #main_visual .sliderkit-text {
    top: 30%;
    margin-top: -30px;
    text-align: center;
  }
  #main_visual .sliderkit-text .txts {
    text-align: center;
  }
  #main_visual .sliderkit-text h5 {
    font-size: 0.65em;
  }
  #main_visual .sliderkit-text h1.lviewa {
    font-size: 1.75em;
  }
  #main_visual .sliderkit-text h1.sviewa {
    font-size: 1em;
  }
  #partner_slide {
    width: 85%;
  }
  #sub_visual {
    height: 120px;
  }
  #sub_visual .backgroundimg {
    height: 120px;
  }
  #sub_visual .visual_area {
    height: 120px;
    background-position: center top;
    background-size: cover;
  }
  #sub_tit {
    top: 75px;
    background: none;
    margin: 30px auto;
  }
  #sub_tit .path {
    display: none;
  }
  #sub_tit .title {
    font-size: 1.5em;
  }
  #sub_tit .normal_txt {
    font-size: 1em;
  }
  .scontents .eng {
    font-size: 2.5em;
  }
  .scontents .stitle {
    font-size: 1em;
  }
  .q-menu {
    display: none;
  }
}
@media screen and (max-width: 360px) {
}
