@charset "utf-8";
@import url(media_sub.css);

/**** Media Query *********************************/
@media (max-width: 1200px) {
  /* Header */
  .header {
    height: 0;
  }
  .header .btn_sm {
    display: none;
  }
  .header {
    min-width: auto;
    overflow: visible;
  }
  .header .hd_sub {
    padding: 0 3vw;
  }
  .header .hd_etc {
    display: none;
  }
  .header .hd_logo {
    position: absolute;
    left: 20px;
    width: auto;
  }
  .header .hd_logo > a {
    background-size: 60%;
    height: 70px;
    width: 40vw;
  }
  .header.sc {
    height: 70px;
  }
  .header.sc .gnb > li:hover {
    height: auto;
  }
  .header.sc .hd_logo > a {
    background-size: 60%;
    height: 70px;
    width: 40vw;
  }
  .header .btn_mo_menu {
    display: block;
    height: 70px;
    right: 0;
    transition: 0.4s;
    position: absolute;
    right: 20px;
    float: none;
  }
  .header .btn_mo_menu:before {
    top: 25px;
  }
  .header .btn_mo_menu:after {
    bottom: 25px;
  }
  .header .gnb {
    display: block;
    float: none;
    position: fixed;
    bottom: 0;
    right: -50%;
    width: 50%;
    height: 100% !important;
    margin: 0;
    background: #f3f3f3;
    overflow-y: auto;
    transition: right 0.4s;
    z-index: 200;
  }
  .header .gnb.op {
    right: 0;
  }
  .header .btn_mo_menu.op {
    right: 50%;
  }
  .gnb > li {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    top: 0;
    border-left: 0;
  }
  .gnb > li:hover {
    border-left: 0;
  }
  .gnb > li:after {
    background: none;
  }
  .gnb > li.st {
    width: 100%;
  }
  .gnb > li > a {
    font-size: 3.5vw;
    padding: 0;
    line-height: 13vw;
    text-align: center;
    transition: all 0.4s;
    color: #787878;
  }
  .gnb > li:before {
    display: none;
  }
  .gnb > li.mview > a {
    background: #94d60b;
    color: #fff;
    text-align: center;
  }
  .gnb .subm {
    width: 100%;
    display: none;
    position: static;
    height: auto;
    padding: 3vw 0;
    background: #cacaca !important;
    transition: none;
    margin-top: 0;
    box-shadow: none;
  }
  .gnb .subm > a {
    color: #333 !important;
    font-size: 3vw;
    text-align: center;
    padding-left: 0;
  }

  .msec01 .bu_list a {
    width: 315px;
  }
  .msec01 .bu_list li:after {
  }
  .msec02 .ne_list a {
    width: 50%;
  }
  .msec02 .ne_list li .ne_img > img {
    width: 100%;
  }
  .msec02 .ne_list li .ne_img {
    background: none;
    height: auto;
  }
}

@media (max-width: 640px) {
  body {
    width: 100%;
    min-width: auto; /*overflow-x: hidden;*/
  }
  .br_none {
    display: none;
  }
  #wrap.main_wrap {
    margin: 0 auto;
  }
  .msec01 {
    margin: 0 3vw !important;
    width: auto;
  }
  .msec02 {
    margin: 0 3vw !important;
    width: auto;
  }
  .msec03 {
    margin: 0 3vw !important;
    width: auto;
  }
  .msec04 {
    margin: 0 3vw !important;
    width: auto;
  }

  .hd_lang {
    top: 5.5vw;
    margin-right: 7vw;
  }
  .hd_lang .def {
    padding: 1.3vw 2vw;
  }

  /* Footer */
  .footer:after {
    top: 40px;
  }
  .footer .ft_info .ft_top {
    padding: 10px;
    text-align: center;
  }
  .footer .ft_info .ft_top ul li a {
    font-size: 3.2vw;
  }
  .footer .ft_add {
    float: none;
    text-align: center;
    padding: 20px 0 0;
  }
  .footer .ft_add > img {
    width: 50%;
    padding-bottom: 10px;
  }
  .footer .ft_add p {
    text-align: center;
    font-size: 3.2vw !important;
    line-height: 1.4;
  }
  .footer .sns_btn {
    float: none;
    text-align: center;
    padding-top: 10px;
  }
  .footer .sns_btn a {
    width: 40px;
  }
  .footer .sns_btn a:nth-child(1) {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(2) {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(3) {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(4) {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(1):hover {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(2):hover {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(3):hover {
    background-size: 100%;
  }
  .footer .sns_btn a:nth-child(4):hover {
    background-size: 100%;
  }
  .footer .ft_btm {
    padding-bottom: 20px;
  }

  /* Main */
  .mv_sec .owl-theme .item {
    height: 300px;
  }
  .mv_sec .owl-theme .item.mv01 {
    background-size: 185%;
  }
  .mv_sec .owl-theme .item.mv02 {
    background-size: 185%;
  }
  .mv_sec .owl-theme .item.mv03 {
    background-size: 185%;
  }
  .mv_sec .mv_slog {
    top: 36%;
  }
  .mv_slog .mv_tit {
    font-size: 5vw !important;
  }
  .mv_slog .mv_txt {
    font-size: 4vw;
  }
  .mv_sec .owl-theme .owl-dots {
    bottom: 17%;
  }
  .mv_sec .owl-theme .owl-nav {
    bottom: 10%;
  }
  .mv_sec .owl-theme .owl-nav .owl-prev {
    background-size: 35%;
  }
  .mv_sec .owl-theme .owl-nav .owl-next {
    background-size: 35%;
  }

  .con_box .con_tit {
    font-size: 5vw;
    padding: 20px 0;
  }
  .con_box .con_stit {
    font-size: 3.7vw;
    line-height: 1.5;
  }
  .msec01 .msec01_inner {
    padding-bottom: 0px;
  }
  .msec01 .bu_list {
    margin: 0px auto 0;
  }
  .msec01 .bu_list a {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 20px;
  }
  .msec01 .bu_list li {
    position: relative;
    width: 210px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .msec01 .bu_list li:after {
    width: 100%;
    height: 208px;
  }
  .msec01 .bu_list li .bu_txt h3 {
    padding: 10px 0;
  }
  .msec01 .bu_list li .bu_txt p {
    font-size: 3.7vw;
  }
  .msec01 .bu_list li.bu01 .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu02 .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu03 .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu01:after {
    background-size: 98%;
  }
  .msec01 .bu_list li.bu02:after {
    background-size: 98%;
  }
  .msec01 .bu_list li.bu03:after {
    background-size: 98%;
  }
  .msec01 .bu_list li .bu_img {
    width: 170px;
    height: 170px;
  }
  .msec01 .bu_list li .bu_txt {
    margin-top: 20px;
  }
  .msec01 .bu_list li.bu01:hover .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu02:hover .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu03:hover .bu_img {
    background-size: 100%;
  }
  .msec01 .bu_list li.bu01:hover:after {
    transform: none;
  }
  .msec01 .bu_list li.bu02:hover:after {
    transform: none;
  }
  .msec01 .bu_list li.bu03:hover:after {
    transform: none;
  }
  .msec02 .con_stit {
    padding-bottom: 15px;
  }
  .msec02 .ne_list li .ne_img {
    height: auto;
  }
  .msec02 .ne_list li .ne_img > img {
    width: 100%;
  }
  .msec02 .ne_list li .ne_txt {
    padding: 20px 40px;
  }

  .msec02 .ne_list li .ne_txt h3 {
    padding-bottom: 0;
  }
  .msec02 .ne_list li .ne_txt span {
    line-height: 25px;
    font-size: 3vw;
  }
  .msec02 .ne_list li .ne_txt span:after {
    top: 4px;
  }
  .msec02 {
    padding-bottom: 40px;
  }
  .msec02 .ne_list a {
    width: 100%;
    margin: auto !important;
  }

  .msec03 .msec03_inner {
    padding-bottom: 40px;
  }
  .msec03 .msec03_inner .vi_box {
    width: 100%;
    margin: 20px auto 0;
  }
  .msec03 .msec03_inner .vi_box .vidio_tit {
    line-height: 50px;
  }
}

@media (max-width: 412px) {
}

@media (max-width: 375px) {
  .header.sc .hd_logo > a {
    background-size: 100%;
  }
}
