@charset "UTF-8";
/* // 헤더    ---------------------------------------------------------------*/
#header {
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.7s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1024px) {
  #header {
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    height: 50px;
  }
}

#header.on {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  #header.on {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  #header.on .nav_btn_box a {
    background-size: 26px auto;
  }
}

#header.on .gnb_wrap .gnb_box {
  height: auto;
}

#header.on .gnb_wrap .depth01 > a {
  height: 60px;
  line-height: 60px;
}

#header.on .gnb_wrap .right_btn_bx {
  top: 7px;
}

#header.on .gnb_wrap .right_btn_bx a {
  font-size: 0;
  transition: none;
}

#header.on .gnb_wrap .logo_box {
  top: 5px;
}

#header.on .gnb_wrap .logo_box a {
  background-size: 90px auto;
}

@media screen and (max-width: 1024px) {
  #header.on .gnb_wrap .logo_box {
    top: 10px;
  }
  #header.on .gnb_wrap .logo_box a {
    background-size: 60px auto;
  }
}

#header.on .gnb_wrap .depth02 {
  top: 60px;
}

.gnb_wrap .logo_box {
  text-align: center;
  transition: all 0.3s;
  position: absolute;
  top: 28px;
  left: 0;
}

.gnb_wrap .logo_box a {
  background: url(../images/main/logo.png) no-repeat 0 0;
  width: 136px;
  height: 22px;
  display: inline-block;
  transition: all 0.1s;
}

@media screen and (max-width: 1024px) {
  .gnb_wrap .logo_box {
    left: 50%;
    padding: 0;
    height: 20px;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -30px;
  }
  .gnb_wrap .logo_box a {
    width: 80px;
    background-size: 80px auto;
  }
}

.gnb_wrap .gnb_box {
  float: right;
}

@media screen and (max-width: 1024px) {
  .gnb_wrap .gnb_box {
    display: none;
  }
}

.gnb_wrap .depth01 {
  float: left;
  position: relative;
  width: 160px;
}

.gnb_wrap .depth01 > a {
  position: relative;
  color: #222;
  display: block;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.gnb_wrap .depth01 > a:hover, .gnb_wrap .depth01 > a.active {
  color: #f39f0f;
}

.gnb_wrap .depth01 .depth02 {
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: #f39f0f;
  display: none;
  padding: 10px 0;
}

.gnb_wrap .depth01 .depth02 ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f39f0f transparent transparent;
  border-top-color: transparent;
  border-bottom-color: #f39f0f;
  border-top-width: 0;
  border-bottom-width: 10px;
  z-index: 0;
}

.gnb_wrap .depth01 .depth02 li {
  position: relative;
}

.gnb_wrap .depth01 .depth02 li:first-child {
  position: relative;
}

.gnb_wrap .depth01 .depth02 li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  position: relative;
  font-weight: 400;
  text-align: center;
}

.gnb_wrap .depth01 .depth02 li a:hover, .gnb_wrap .depth01 .depth02 li a:focus, .gnb_wrap .depth01 .depth02 li a.active {
  text-decoration: underline !important;
}

.gnb_wrap.on {
  background: url(../images/main/gnb_bg.png) repeat 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

@media screen and (max-width: 1024px) {
  .gnb_wrap .right_menu {
    display: none;
  }
}

#main .gnb_wrap .depth01 > a.active, #main .gnb_wrap .depth01 > a:hover {
  color: #fff;
}

.nav_btn_box {
  display: none;
  position: absolute;
  top: 12px;
  left: 15px;
}

.nav_btn_box a {
  background: url(../images/nav/nav_btn.png) no-repeat 0 0;
  display: block;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 1024px) {
  .nav_btn_box {
    display: block;
  }
}

.nav_bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.gnb_mobile {
  background: #ffffff;
  display: none;
  left: -100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 99999999;
  transition: 0.5s;
}

.gnb_mobile.on {
  left: 0;
  transition: 0.5s;
}

.gnb_mobile .m_top {
  height: 50px;
  background: #fff;
}

.gnb_mobile .m_top .nav_btn_off {
  position: absolute;
  left: 15px;
  top: 14px;
}

.gnb_mobile .m_top .nav_btn_off img {
  width: 24px;
}

.gnb_mobile .depth .depth01 {
  text-align: left;
}

.gnb_mobile .depth .depth01:first-child > a {
  border-top: 1px solid #dadada;
}

.gnb_mobile .depth .depth01 > a {
  background-size: 15px auto;
  background-image: url(../images/nav/nav_down.png);
  background-position: 95%  center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-bottom: 1px solid #dadada;
  color: #222;
  display: block;
  padding: 10px 0 10px 25px;
}

.gnb_mobile .depth .depth01 > a.no {
  background-image: none;
}

.gnb_mobile .depth .depth01 > a.selected1 {
  color: #fff;
  background-size: 15px auto;
  background-color: #666;
  background-image: url(../images/nav/nav_up.png);
}

.gnb_mobile .depth .depth01 .depth02 li > a {
  position: relative;
  border-bottom: 0;
  color: #666;
  font-size: 13px;
  display: block;
  background: #f6f6f6;
  padding: 7px 0 7px 37px;
}

.gnb_mobile .depth .depth01 .depth02 li > a:before {
  content: '';
  width: 5px;
  border-top: 1px solid #666;
  position: absolute;
  top: 15px;
  left: 22px;
}

@media screen and (max-width: 1024px) {
  .btn_tell {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .gnb_mobile {
    display: block;
  }
}

.gnb_mobile .lang_m_bx {
  padding: 10px 0;
  text-align: center;
}

.gnb_mobile .lang_m_bx a {
  display: inline-block;
  font-weight: bold;
  color: #aaa;
  position: relative;
  padding: 0 15px;
}

.gnb_mobile .lang_m_bx a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  margin-top: -5px;
  border-left: 1px solid #ddd;
}

.gnb_mobile .lang_m_bx a:first-child:before {
  display: none;
}

.gnb_mobile .lang_m_bx a.on {
  color: #133e78;
}

.gnb_mobile .login_m_bx {
  margin-bottom: 10px;
}

.gnb_mobile .login_m_bx li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}

.gnb_mobile .login_m_bx li a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #133e78;
  font-weight: 400;
  text-align: center;
  border: 1px solid #133e78;
}

.gnb_mobile .login_m_bx li.logout_li {
  width: 100%;
}

#header.on .hiseoul_i {
  display: none;
}

/* // 컬러설정     ---------------------------------------------------------------*/
.blue {
  color: #003a77 !important;
}

.or {
  color: #f39f0f;
}

/* // 레이아웃      ---------------------------------------------------------------*/
.home {
  position: relative;
}

.home.main {
  overflow: hidden;
}

.home.fixed {
  height: 100% !important;
  overflow: visible !important;
  position: fixed !important;
  width: 100% !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.cursor_default {
  cursor: default;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}

/* // 메인    ---------------------------------------------------------------*/
/*비주얼*/
#main_slider .slick-dots {
  bottom: 30px;
}

@media screen and (max-width: 1024px) {
  #main_slider .slick-dots {
    bottom: 15px;
  }
}

#main_slider .slick-dots li {
  margin: 0 2px;
}

#main_slider .slick-dots li button {
  background: #fff;
  width: 12px;
  line-height: 12px;
  border-radius: 12px;
  height: 12px;
}

#main_slider .slick-dots li.slick-active button {
  background: #f39f0f;
}

#main_slider li.slick-slide {
  position: relative;
  background: no-repeat center 0;
  height: 542px;
}

#main_slider li.slick-slide.visual_01 {
  background-image: url(../images/main/visual_01.jpg);
}

@media screen and (max-width: 1024px) {
  #main_slider li.slick-slide.visual_01 {
    background-image: url(../images/main/visual_01_m.jpg);
  }
}

#main_slider li.slick-slide.visual_02 {
  background-image: url(../images/main/visual_02.jpg);
}

@media screen and (max-width: 1024px) {
  #main_slider li.slick-slide.visual_02 {
    background-image: url(../images/main/visual_02_m.jpg);
  }
}

#main_slider li.slick-slide.visual_03 {
  background-image: url(../images/main/visual_03.jpg);
}

@media screen and (max-width: 1024px) {
  #main_slider li.slick-slide.visual_03 {
    background-image: url(../images/main/visual_03_m.jpg);
  }
}

#main_slider li.slick-slide.visual_04 {
  background-image: url(../images/main/visual_04.jpg);
}

@media screen and (max-width: 1024px) {
  #main_slider li.slick-slide.visual_04 {
    background-image: url(../images/main/visual_04_m.jpg);
  }
}

@media screen and (max-width: 1024px) {
  #main_slider li.slick-slide {
    height: 300px;
    background-size: cover;
    background-position: center center;
  }
}

#main_slider .visual_02 .txt_box,
#main_slider .visual_03 .txt_box {
  color: #fff;
}

#main_slider .txt_box {
  position: absolute;
  left: 0;
  text-align: left;
  top: 100px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -1px;
  color: #222;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  #main_slider .txt_box {
    top: 20px;
    padding-left: 12px;
  }
}

#main_slider .p_01 {
  font-size: 50px;
  margin-bottom: 25px;
  overflow: hidden;
  line-height: 1.1;
}

#main_slider .p_01 em {
  font-size: 25px;
}

#main_slider .p_01 span {
  position: relative;
  padding-bottom: 15px;
}

#main_slider .p_01 span:before {
  content: '';
  width: 50px;
  border-bottom: 1px solid #f39f0f;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #main_slider .p_01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #main_slider .p_01 em {
    font-size: 12px;
  }
  #main_slider .p_01 span {
    padding-bottom: 10px;
  }
  #main_slider .p_01 span:before {
    width: 20px;
  }
}

#main_slider .p_02 {
  font-size: 15px;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #main_slider .p_02 {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

#main_slider .p_03 {
  overflow: hidden;
}

#main_slider .p_03 a {
  display: block;
  width: 190px;
  height: 45px;
  line-height: 44px;
  font-size: 16px;
  color: #222;
  position: relative;
  text-indent: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  #main_slider .p_03 a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 29px;
    font-size: 12px;
    text-indent: 10px;
  }
}

#main_slider .p_03 a.wh {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

#main_slider .p_03 a.wh:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}

#main_slider .p_03 a:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#main_slider .p_03 a i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}

@media screen and (max-width: 1024px) {
  #main_slider .p_03 {
    font-size: 14px;
  }
  #main_slider .p_03 a i {
    margin-top: -7px;
  }
}

/*섹션 */
section .main_sec_tit {
  color: #000;
  font-size: 45px;
  margin-bottom: 40px;
}

section .main_sec_tit .str {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  section .main_sec_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.main_prd_sec {
  padding: 40px 0;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .main_prd_sec {
    padding: 20px 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #main_prd_slider {
    padding: 0 25px;
  }
  #main_prd_slider .slick-next {
    background: url(../images/slider/btn_next_m.png) no-repeat 0 0;
    background-size: 16px auto;
    width: 16px;
    height: 30px;
    right: -5px;
    margin-top: -15px;
  }
  #main_prd_slider .slick-prev {
    background: url(../images/slider/btn_prev_m.png) no-repeat 0 0;
    background-size: 16px auto;
    left: -5px;
    margin-top: -15px;
    width: 16px;
    height: 30px;
  }
}

#main_prd_slider li a {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) {
  #main_prd_slider li a {
    padding: 0 10px;
  }
}

#main_prd_slider li a img {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
}

#main_prd_slider li a .txt_bx {
  margin-top: 10px;
  font-weight: 400;
  color: #222;
}

#main_prd_slider li a .img_bx {
  display: inline-block;
  position: relative;
}

#main_prd_slider li a .img_bx .hover_bx {
  position: absolute;
  border-radius: 50%;
  background: rgba(243, 159, 15, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

#main_prd_slider li a .img_bx .hover_bx:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 88%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin: 6%;
  box-sizing: border-box;
  border-radius: 50%;
}

#main_prd_slider li a:hover .img_bx .hover_bx {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main_news_sec {
  padding: 75px 0 80px;
  text-align: center;
  background: #f6f6f6;
}

@media screen and (max-width: 1024px) {
  .main_news_sec {
    padding: 30px 0 60px;
  }
}

#main_news_slider .slick-slide {
  float: left;
}

#main_news_slider .slick-slide a {
  display: block;
  margin: 0 10px;
  position: relative;
}

#main_news_slider .slick-slide a .hover_bx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  transition: 0.3s;
  height: 0;
  background: rgba(243, 159, 15, 0.9);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .hover_bx {
    padding: 0 5px;
  }
}

#main_news_slider .slick-slide a .hover_bx .tit {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .hover_bx .tit {
    margin-bottom: 10px;
  }
}

#main_news_slider .slick-slide a .hover_bx .des {
  height: 80px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .hover_bx .des {
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

#main_news_slider .slick-slide a .hover_bx .btn_more {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f39f0f;
  text-align: left;
  text-indent: 20px;
  background: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .hover_bx .btn_more {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 11px;
  }
}

#main_news_slider .slick-slide a .hover_bx .btn_more i {
  margin-left: 10px;
}

#main_news_slider .slick-slide a:hover .hover_bx {
  height: 100%;
}

#main_news_slider .slick-slide a .img_bx {
  position: relative;
  overflow: hidden;
}

#main_news_slider .slick-slide a .img_bx .img_src {
  display: block;
  transition: 0.3s;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-top: 56%;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .img_bx .img_src {
    padding-top: 70%;
  }
}

#main_news_slider .slick-slide a .txt_bx {
  padding: 30px 30px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .txt_bx {
    padding: 10px;
  }
}

#main_news_slider .slick-slide a .txt_bx .tit {
  font-size: 1.2em;
  color: #222;
  margin-bottom: 10px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .txt_bx .tit {
    font-size: 14px;
  }
}

#main_news_slider .slick-slide a .txt_bx .des {
  height: 80px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.9em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-slide a .txt_bx .des {
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

#main_news_slider .slick-slide a .txt_bx .date {
  font-size: 0.9em;
}

#main_news_slider .slick-next {
  background-image: url(../images/slider/btn_next.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #606060;
  width: 59px;
  height: 61px;
  right: -80px;
  margin-top: -15px;
}

#main_news_slider .slick-next:hover {
  background-color: #333;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-next {
    width: 22px;
    height: 24px;
    background-size: 22px auto;
    top: auto;
    bottom: -45px;
    margin-top: 0;
    left: 50%;
    right: auto;
  }
}

#main_news_slider .slick-prev {
  background-image: url(../images/slider/btn_prev.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #606060;
  left: -80px;
  margin-top: -15px;
  width: 59px;
  height: 61px;
}

#main_news_slider .slick-prev:hover {
  background-color: #333;
}

@media screen and (max-width: 1024px) {
  #main_news_slider .slick-prev {
    width: 22px;
    height: 24px;
    background-size: 22px auto;
    top: auto;
    margin-top: 0;
    bottom: -45px;
    left: 50%;
    margin-left: -30px;
  }
}

.main_communilty_sec {
  padding: 75px 0 65px;
}

@media screen and (max-width: 1024px) {
  .main_communilty_sec {
    padding: 30px 0;
  }
}

.main_communilty_sec .board_bx {
  position: relative;
}

.main_communilty_sec .board_bx .btn_more {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 500;
}

.main_communilty_sec .board_bx .tit {
  border-bottom: 2px solid #666;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .main_communilty_sec .board_bx .tit {
    padding-bottom: 8px;
    font-size: 17px;
  }
}

.main_communilty_sec .board_bx .board_list li {
  border-bottom: 1px solid #ddd;
}

.main_communilty_sec .board_bx .board_list li a {
  display: block;
  padding: 15px;
  position: relative;
  padding-right: 100px;
}

.main_communilty_sec .board_bx .board_list li a:hover .txt {
  text-decoration: underline !important;
}

.main_communilty_sec .board_bx .board_list li a .txt {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  color: #222;
}

.main_communilty_sec .board_bx .board_list li a .date {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #888;
}

@media screen and (max-width: 1024px) {
  .main_communilty_sec .board_bx .board_list li a {
    padding: 12px 5px;
    padding-right: 90px;
  }
}

/*푸터*/
.footer_wrap {
  background: #f6f6f6;
  padding: 45px 0;
  color: #888;
  font-size: 14px;
}

.footer_wrap .footer_logo {
  position: absolute;
  top: 10px;
  left: 0;
}

.footer_wrap .txt_bx {
  margin-left: 160px;
}

.footer_wrap .add_bx span {
  padding: 0 10px;
  position: relative;
}

.footer_wrap .add_bx span:before {
  content: '';
  border-left: 1px solid #666;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -5px;
}

.footer_wrap .add_bx span:first-child:before {
  display: none;
}

.footer_wrap .add_bx span:before {
  border-color: #aaa;
}

@media screen and (max-width: 1024px) {
  .footer_wrap {
    padding: 20px 0 30px;
    font-size: 10px;
    text-align: center;
  }
  .footer_wrap .txt_bx {
    margin-left: 0;
  }
  .footer_wrap .add_bx span {
    padding: 0 5px;
  }
  .footer_wrap .add_bx span.m_border_none:before {
    display: none;
  }
  .footer_wrap .footer_logo {
    position: static;
    margin-bottom: 10px;
  }
  .footer_wrap .footer_logo img {
    width: 80px;
  }
}

/*서브메뉴  */
.sub_menu_wrap {
  margin-bottom: 40px;
}

.sub_menu_wrap .wrapper {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .sub_menu_wrap {
    margin-bottom: 20px;
  }
}

.sub_menu_wrap .sub_menu_list {
  text-align: center;
}

.sub_menu_wrap .sub_menu_list.menu_04 li {
  width: 25%;
}

.sub_menu_wrap .sub_menu_list.menu_05 li {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .sub_menu_wrap .sub_menu_list.menu_05 li {
    width: 33.333%;
  }
}

.sub_menu_wrap .sub_menu_list.menu_02 {
  max-width: 550px;
  margin: 0 auto;
}

.sub_menu_wrap .sub_menu_list.menu_02 li {
  width: 50%;
}

.sub_menu_wrap .sub_menu_list li {
  position: relative;
  float: left;
}

.sub_menu_wrap .sub_menu_list li a {
  display: block;
  position: relative;
  height: 58px;
  line-height: 57px;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 18px;
  background: #f6f6f6;
  font-weight: 400;
}

.sub_menu_wrap .sub_menu_list li a.on {
  background: #f39f0f;
  color: #fff;
  border-color: #f39f0f;
}

@media screen and (max-width: 1024px) {
  .sub_menu_wrap .sub_menu_list li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

/*서브 비주얼*/
.sub_visual_wrap {
  position: relative;
  vertical-align: middle;
  height: 345px;
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #333;
}

.sub_visual_wrap .dis_tbl {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.sub_visual_wrap .dis_tbl .txt_bx {
  font-size: 45px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .sub_visual_wrap .dis_tbl .txt_bx {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sub_visual_wrap {
    height: 100px;
    background-size: cover;
  }
}

.sub_visual_wrap.visual_01 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_visual_wrap.visual_02 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_visual_wrap.visual_03 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_visual_wrap.visual_04 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_visual_wrap.visual_04 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_visual_wrap.visual_05 {
  background-image: url(../images/sub/visual_01.jpg);
}

.sub_section_wrap .wrapper {
  max-width: 1100px;
}

.sub_section_wrap .sub_con {
  padding: 60px  0 120px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con {
    line-height: 1.6;
    padding: 25px 0 60px;
  }
}

.sub_section_wrap .sub_con .txt_mt {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .txt_mt {
    margin-top: 22px;
  }
}

.sub_section_wrap .sub_con .part_mt {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .part_mt {
    margin-top: 35px;
  }
}

.sub_section_wrap .sub_con .sub_tit {
  color: #222;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .sub_section_wrap .sub_con .sub_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#side_quick {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #side_quick {
    display: none;
  }
}

#side_quick ul li {
  position: relative;
  height: 55px;
  border-top: 1px solid #fff;
}

#side_quick ul li a {
  display: block;
  background: #666;
  width: 215px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  left: -52px;
  top: 0;
  padding: 0 15px;
  box-szing: border-box;
}

#side_quick ul li a i img {
  vertical-align: middle;
}

#side_quick ul li a .txt {
  display: inline-block;
  opacity: 0;
}

#side_quick ul li a:hover {
  left: -215px;
  background: #f39f0f;
}

#side_quick ul li a:hover .txt {
  display: inline-block;
  color: #fff;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */