@charset "utf-8";


@media only screen and (max-width : 1205px) {
  /*아이패드 가로 및 모바환경 기준*/

  .inner{width: 100%;}
  /*header{display: none;}*/
  section .inner{border: 0;}

  header{margin-bottom: 0px; }
  header .inner{width: 100%; height: auto; border: 0;}
  header .follow_wrap{position: relative; border: 0; width: 100%; }
  header .logo{display: block; text-align: center; width: 100%; background-color: #3798e7; border: 0; height: auto; padding: 0 0; }
  header .menu_wrap{ border: 0; width: 100%; padding: 5px 0; font-size: 10px; line-height: 10px; height: auto; }
  header .menu li{ border: 0; width: calc(25% - 1px); line-height: normal; text-align: center; margin-right: -4px; border-right: 1px #e1e1e1 solid; }
  header .menu li:nth-child(4){border-right: 0; margin-right: 0;}
  header .menu li:nth-child(4) a{padding-left: 8px; }
  /*수정요망*/

  header .menu li::after{content:none;}
  header .menu li:last-child{display: none; }


  .show_site {
    background-color: white;
    border-radius: 1px;
    color: black;
    display: none;
    width:  100%   !important;
    height: 100% !important;
    top: 0px !important;
    margin: auto;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .show_site_wrap{width: 100%; min-height: 800px ;height: auto; }


  section .inner{width: 100%; }
  section .items{margin-top: 10px; }
  section .items li{ width: calc(50% - 21px); padding: 10px;  height: 120px; }

  /*section .items li.more{width: calc(100% - 21px); height: 100px; }*/
  section .items li.more img{margin-top: 45px;}

  section .items .site_left{ display: inline-block; padding: 10px 0 0 10px; }
  section .items .site_title{margin: 0; margin-bottom: 0px; }
  section .items .site_text{ margin: 0; }


  section .items .site_logo{display: block; position: absolute; right: 10px; bottom: 0px; }
  section .items .site_logo img{max-height: none; max-width: 80%; }



  section .items .content_menu{height: auto; display: block; width: auto; }
  section .items .content_menu .intitle{vertical-align: top; }
  section .items .content_menu .content_menu_wrap{padding: 15px 15px;}
  section .items .content_menu .content_menu_wrap .content_menu_ul{display: block; margin:0; }
  section .items .content_menu .content_menu_wrap .content_menu_ul{margin-left: 70px; }
  section .items .content_menu li{padding: 0; display: inline-block; width:auto; width: 24%; font-size: 1.2em; }
  section .items .content_menu li::before{margin-right: 5px; }
  section .items .content_menu li:last-child{margin-right: 0; }

  footer{height: auto; }
  footer .inner{padding: 10px 10px; width: calc(100% - 20px); border: 0; }
  footer .footer_logo{display: inline-block; margin: 0; vertical-align: top; margin-right: 10px; display: none;  }
  footer .footer_info{display: block; margin: 0; float:none; vertical-align: top; font-size: 14px;}
  footer .footer_info .copyright{text-align: center; margin-top: 6px; }


  section .sub_wrap{border: 0; width: 100%; }
  section .sub{botder: 0; width: 100%;}

}

@media only screen and (max-width : 768px) {
  /*아이패드 세로*/
  /*section .items li.blank{ display: inline-block;}*/
}

@media only screen and (max-width : 736px) {

  /*아이폰 plus 가로보기*/
  /*section .items .content_menu li{margin-right: 30px; }*/
  section .items .content_menu .content_menu_wrap .content_menu_ul{margin-left: 60px; }
}

@media only screen and (max-width : 480px) {
  /*아이폰 plus 이상 모바 커버용*/
  section .items .content_menu .content_menu_wrap .content_menu_ul{margin-left: 20px; }
  footer .footer_info li{display: block; }

  section .items .content_menu_ul{display: inline-block; }
  /*section .items .content_menu li{margin-right: 15px; }*/

  section .items .content_menu li:last-child{margin-right: 0; }

  section .items li.blank{display: none; }
  section .items li{display: block; height: 80px; width: calc(100% - 20px); padding: 0; margin: 0 auto; margin-bottom: 10px; border: 1px #e2e2e2 solid; position: relative;}
  section .items li.borderless-right{margin: 0 auto; border: 1px #e2e2e2 solid; margin-bottom: 10px; }
  section .items li.borderless-left{margin: 0 auto;  border: 1px #e2e2e2 solid; margin-bottom: 10px; }
  section .items li.content_menu{margin: 10px; }
  section .items .site_logo{ position: absolute; right: 10px; top: 0px; height: 80px;vertical-align: middle;}
  section .items .site_logo img{max-height: 80px; max-width: 140px; vertical-align: middle; margin-top: -15px; }


  section .items:first-child li:first-child{border-top: 1px #e2e2e2 solid; }
  section .items li.more{height: 80px; }
  section .items li.more img{margin-top: 27px; }


  section .items .site_left{padding: 13px 0 0 15px; width: calc(100% - 180px); }
  section .items .site_title{font-size: 20px; margin: 0; }
  section .items .site_text{font-size: 14px;  margin: 0; }

}

@media only screen and (max-width : 414px) {
  /*아이폰plus 내 모바 기준*/
}

@media only screen and (max-width : 375px) {
  /*아이폰6이하*/
  section .items .content_menu .content_menu_wrap .content_menu_ul{margin-left: 14px; }

  section .items .site_left{padding: 18px 0 0 15px; }
  section .items .site_title{font-size: 18px; margin: 0; }
  section .items .site_text{ font-size: 12px;  margin: 0; }
  section .items .site_logo img{ margin-top: -11px; }

  /*section .items .content_menu_ul{margin-left: 14px; }*/
  /*section .items .content_menu li{margin-right: 8px; }*/
}

@media only screen and (max-width : 320px) {
  /*아이폰5이하*/
  section .items li{height: auto; padding: 10px; width: calc(90% - 10px);}
  section .items li.borderless-left{ height: auto; padding: 10px; width: calc(90% - 10px); }
  section .items li.borderless-right{height: auto; padding: 10px; width: calc(90% - 10px); }
  section .items .site_left{padding: 0; display: block; text-align: left; }
  section .items .site_title{font-size: 18px; margin: 0; }
  section .items .site_text{ font-size: 12px;  margin: 0; }
  section .items .site_logo{display: block; position: relative; height: auto; line-height: normal; margin-top: 15px; text-align: right; }
  section .items .site_logo img{max-height: none; max-width: 80%; }
}
