@charset "UTF-8";

.moba_break{display: none; }
.pc_break{display: block;}
.moba_only{ display: none; }

@media only screen and (max-width : 1205px) {
  *{box-sizing: border-box; }
  .noscroll{ max-width: 100%; max-height: 100%; overflow: hidden; }
  .moba_break{display: block; }
  .pc_break{display: none;}
  .moba_only{ display: block; }

  .inner{ width: 100%; }
  .call_moba_nav{ position: absolute; top: 0; left: 0; z-index: 100;
    width: 100%;
    padding: 14px 14px 14px 14px;
   }
  .call_moba_nav a.btn_call{display: block; font-size: 0; width: 40px; height: 40px; padding: 20px;
    position: absolute; left: 14px; top: 14px;
    background: linear-gradient( #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80% );
  }
  .call_moba_nav .call_moba_nav_logo{display: none; }
  .call_moba_nav.fixed{ background-color: rgba(0, 0, 0, 0.6); position: fixed; z-index: 100;  }
  .call_moba_nav.fixed .call_moba_nav_logo{display: block; text-align: center; line-height: 40px; font-size: 24px; text-align: center; color: white; font-weight: bold; }
  .call_moba_nav.fixed .call_moba_nav_logo img{height: 40px; }


  .moba_nav{ position: fixed; left: 0; height: 100vh; width: 80vw; z-index:20000; background-color: white;
    left: -80%; top: 0;
  }
  .nav_bg{ position: fixed; left: 0; top: 0; height: 100vh; width: 100vw; background-color: black;
    transition: all 0.4s linear;
    z-index: 19000;
    opacity: 0;
  }
  .nav_bg.on{
    transition: all 0.4s linear;
    opacity: 0.6;
  }
  .nav_bg a{display: block; width: 100%; height: 100%; }

  .moba_logo{text-align: center; border-bottom: 1px #dddddd solid; height: 70px; width: 100%; vertical-align: middle; padding-top: 14px; position: absolute; top: 0; background-color: white; z-index: 120; }
  .moba_logo img{max-width: 90%; }
  .moba_logo a{display: block; }
  .moba_nav_left{height: 100vh; width: 140px; background-color: #f7f7f7; position: absolute; left:0; top: 0; z-index: 130; margin-top: 70px; border-right: 1px #dddddd solid; }
  .moba_nav_left li{text-align: center; font-size: 16px; border-bottom: 1px #dddddd solid; }
  .moba_nav_left li a{display: block; padding: 12px 0; }
  .moba_nav_left li.on{background-color: #4678b7;}
  .moba_nav_left li.on a{color: white; }
  .moba_nav_right{text-align: left; padding: 80px 0 0 150px; overflow-y:scroll; font-size: 14px;
    height: 100vh;
    position:relative; }

  .moba_nav_depth1{font-size: 18px; margin-bottom: 50px; }
  .moba_nav_depth1_a{display: block; width: 100%; border-bottom: 1px solid #595757; padding: 8px 2px; }
  .moba_subnav{padding: 0 0 0 0; }
  .moba_nav_depth2{font-size: 16px; }
  .moba_nav_depth2 a{display: block; padding: 7px 10px; border-bottom: 1px #dddddd solid; }

  .moba_nav_extra{height: 430px; position: relative; margin-right: 10px; display: block; }
  .moba_nav_contact{border: 1px solid #595757; width: 100%; line-height: 16px; font-size: 16px; position: absolute; bottom: 10px; }
  .moba_nav_contact a{display: block; width: 100%; padding: 10px; font-weight: bold; text-align: center; }
  .moba_float_icon{ position: fixed; right: 0; bottom: 0; width: 20vw; padding: 10px; display: none; }
  .moba_nav.on .moba_float_icon{display: block; }
  .moba_float_icon li{width: 100%; border-radius: calc(20vw - 20px); height: calc(20vw - 20px); width: calc(20vw - 20px);
    background-color: white; margin-top: 10px;
    max-width : 40px;
    max-height: 40px;
    margin: 10px auto 0 auto;
  }
  .moba_float_icon li .align_middle_wrapper{display: table; width: 100%; height: 100%; font-family: sans-serif; }
  .moba_float_icon li a{display: table-cell; width: 100%; height: 100%; font-size: 0; text-align: center; vertical-align: middle; }

  .header .header_utils{padding: 9px 10px; display: none; }
  .intro{ position: relative; height: 400px; }
  .intro .intro_img_wrapper{position: fixed; width: 100%; top: 0; height: 400px; z-index: -1; }
  .intro .intro_img{ background: url('/theme/default/img/intro.jpg');
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
  }
  .intro .intro_img img{display: none; }
  .intro img{display: none; }


  .header .pc_nav{display: none; }
  .main_section{background: white; }
  .import_board_wrap .import_board_item{display: block; width: 100%; }
  .import_board.type_board{display: block; width: 100%; padding: 10px 10px; }
  .import_board.type_board .article_wrapper li{ position: relative; }
  .import_board.type_board .article_wrapper li a{text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:calc(100% - 30px); overflow:hidden; }
  .import_board.type_board .article_wrapper li a::after{position: absolute; right: 0; }
  .import_board.type_gallery .article_wrapper .article{width: 100%; display: block; margin: 0; padding: 0 5px; }
  .import_board.type_gallery .article_wrapper .article_none{display: none; }
  .import_board.type_gallery .article_wrapper dl{width: 100%; }
  .import_board.type_gallery .article_wrapper dt{height: 170px; }
  .footer{padding: 15px 10px; margin-top: 16px;; }
  .footer .footer_utils{display: table; width: 100%; }
  .footer .footer_utils li{display: table-cell; width: 33%; text-align: center; }
  .footer .footer_utils li:nth-child(1){width: 25%; }
  .footer .footer_utils li:nth-child(2){width: 37%; }
  .footer .footer_utils li:nth-child(3){width: 37%;}
  .footer .company_info_wrapper{padding: 5px; }
  .footer .copyright_wrapper{text-align: center; }


  /* 서브 */
  .intro_sub{height: 300px; }
  .intro_sub .intro_img_wrapper{height: 300px; }

  .intro .intitle{ display: block; color: white; font-size: 40px; font-weight: bold; position: absolute; top: 130px; width: 100%; text-align: center;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
  .sub_wrapper{ background-color: white; padding: 40px 10px 25px 10px; margin-top: 0;}
  .sub_wrapper img{max-width: 100%; }
  .aside_wrapper{display: none; padding:0;margin:0 auto;}
  .page_wrapper{display :block; width: 100%; margin: 0; }
  .pagetop_wrapper{display: none; }
  .pagebody_wrapper{padding: 0 15px; }



  .sub_0101 .intro{width: 100%; font-size: 20px; height: auto; }
  .sub_0101 .text{width: 100%; margin: 0; }
  .sub_0101 .pic{display: block; margin: 0 auto; }
  .sub_0101 .wrapper{margin-top: 40px;}
  .sub_0101 .text{margin-top: 40px; margin-bottom: 20px; }
  .sub_0101 .text p{word-break: normal; font-size: 14px; margin-bottom: 20px; }
  .sub_0101 .writter{text-align: center; }



  .sub_0201 dl{padding-left: 0; margin-bottom: 20px; }
  .sub_0201 dl:last-child{margin-bottom: 0; }
  .sub_0201 dt{padding-left: 24px; }
  .sub_0201 dt::before{left: 0; top: 1px; }

  .sub_0301 .content_area{padding: 0; }
  .sub_0301 .content_area dt{display: block; width: 100%; border-right: 0; border-bottom: 1px #dedee1 solid; padding: 14px 0; text-align: center; }
  .sub_0301 .content_area dd{display: block; width: 100%; padding: 14px 0; }

  .sub_0301 .content_area dd.type_2 ul{width: 100%; padding: 0 10px; }
  .sub_0301 .content_area dd.type_2 li:last-child{margin-bottom: 0; }

  .sub_0301 .content_area dd.type_3 ul{padding: 0 10px; }
  .sub_0301 .content_area dd.type_3 li{display: block; width: 100%; margin-bottom: 6px; }
  .sub_0301 .content_area dd.type_3 li:last-child{margin-bottom: 0; }

  .sub_0301 .content_area dd.type_4 ul{display: block; width: 100%; margin: 0; }
  .sub_0301 .content_area dd.type_4 ul li{padding-right: 0; margin-bottom: 10px; }
  .sub_0301 .content_area dd.type_4 ul:last-child li:last-child{margin-bottom: 0; }


  /* 게시판 */
  .res_hidden { display: none; }
  #bo_v_title{text-align: center; word-break: keep-all;}
  #bo_gall .gall_li{float: none; display: block; width: calc(100% - 0px); margin: 0 auto; margin-bottom: 12px; border: 1px #ddd solid; border-radius: 10px; overflow: hidden; }
  #bo_gall .gall_con .gall_href{width: 100%; height: 200px; }
  #bo_gall .gall_con .gall_text_href{padding-left: 10px; padding-right: 10px; }
  .gall_ul #bo_v_title{ border-top: 2px #ddd solid; border-bottom: 2px #ddd solid; }
  /* #article_dummy{display: none; } */
  .root_daum_roughmap{padding:0;}
  .footer .footer_banner{float:left;}
  .quick_wrap li{display:inline-block;}
  .quick_wrap li:first-child{display:block;}
}

@media only screen and (max-width : 800px) {
  /*아이패드 세로*/
  .sub_wrapper{padding:15px 0;margin:0 auto;}
  .sub_0102 .professor{position: relative; padding: 20px 0; text-align: center;}
  .sub_0102 .professor_info{width: 100%; margin: 0;}
  .sub_0102 .professor_info .name{padding:20px;}
  .sub_0102 .professor_pic{top: 20px; display:block;text-align: center;border:0;background:#f4f5f9;}
  .sub_0102 .professor_pic img{width:120px;border:4px solid #d1d1d1;}
  .sub_0102 .professor_info dl{}
  .sub_0102 .professor_info .info_harf dl{display: block; width: 100%; }
/*
  .sub_0102 .professor_info dl:nth-child(2){width: calc(100% - 120px); }
  .sub_0102 .professor_info dl:nth-child(3){width: calc(100% - 120px); }
  .sub_0102 .professor_info dl:nth-child(4){width: calc(100% - 120px); }
*/
  .sub_0102 .professor_info dl{line-height: 24px; }
  .sub_0102 .professor_info dl dt, .sub_0102 .professor_info dl dd{display: block;font-size:16px;}
  .sub_0102 .professor_info dd{max-width: 100%; line-height: 20px;padding:10px;}
  .sub_0102 .professor_info dt::before{}

}
@media only screen and (max-width : 450px) {
  /*아이폰plus 내 모바 기준*/
  .intro {height:300px;}
  .intro .intro_img {background:url('/theme/default/img/intro_450.jpg') no-repeat;}
  .intro_sub .intro_img{background:url('/theme/default/img/intro_sub_450.jpg') no-repeat;);
  .footer_banner{width:100%;}
  .footer_banner ul li {text-align:center;margin-bottom:5px;}
  .sub_0203 .content_wrap .cont_title{padding:17px;}
  .sub_0203 .content_wrap h1{padding-right:150px;line-height: 30px;}

  }

@media only screen and (max-width : 400px) {
  /*아이폰6이하*/
}

@media only screen and (max-width : 370px) {
  /*작은폰*/
}

@media only screen and (max-width : 360px) {
  /*?? 스마트와치에서 볼까?*/
}
