@charset "utf-8";

/* responsive.css */

@media screen and (max-width:1440px) { 
    
  /* 개인정보처리방침*/
  #policy_main { margin-bottom: 100px; }
  #policy-wrap { margin:0 auto 100px; } 
}

@media screen and (max-width:1200px) { 
    #divpop,#divpop2{width:80%; max-width:500px; left:50%; transform: translateX(-50%); top:100px;}
  
    
}

@media screen and (max-width:1024px) {
  
  /* header & footer*/
  header {height: 70px !important; padding: 0 2.6% !important;}
  header .topmenulogo {height: 70px;}
  header.Clearmenu .topmenulogo {height: 70px !important;}
  #header .menu {display: none;}
  
  .sitemapopenBt {height: 70px !important;}
  .subMenu {display: none;}
  
  }

@media screen and (max-width:768px) {
  #divpop,#divpop2{left:50%; transform: translateX(-50%);}
  #divpop,#divpop2 table td{font-size:13px;}

  /* header & footer*/
  header {height: 60px !important; padding: 0 2.6% !important;}
  header .topmenulogo {background-size: 150px !important; height: 60px !important;}
  header.Clearmenu .topmenulogo {background-size: 150px !important; height: 60px !important;}
  #header .menu {display: none;}

  .sitemapopenBt {height: 60px !important;}
  .sitemapopenBt ul {height: 23px !important;}
  .sitemapopenBt ul li {width: 28px; height: 3px; margin-top:7px;}
  .sitemapopenBt li:nth-child(1) {margin-top:0;}

  .sitemapopenBt li:nth-child(2) {width: 18px;}
  .subMenu {display: none;}

  /* 개인정보처리방침*/
  #policy_main { padding:60px 0; margin-bottom: 60px; }
  #policy-wrap { width:85%; margin:0 auto 80px; } 
  #policy-wrap { font-size: 15.6px; } 

}

@media all and (max-width:480px) {

  /* header & footer*/
  header {height: 50px !important; padding: 0 2.6% !important;}
  header .topmenulogo {width: 130px !important; background-size: 130px !important; height: 50px !important;}
  header.Clearmenu .topmenulogo {width: 130px !important; background-size: 130px !important; height: 50px !important;}
  #header .menu {display: none;}
  
  .sitemapopenBt {height: 50px !important;}
  .sitemapopenBt ul {height: 18px !important;}
  .sitemapopenBt ul li {width: 25px; height: 2px; margin-top:6px;}
  .sitemapopenBt li:nth-child(1){margin-top:0;}
  .sitemapopenBt li:nth-child(2) {width: 15px;}
  
  .subMenu {display: none;}
  
  /* 개인정보처리방침*/
  #policy_main,#noti_main { margin-bottom: 50px; }
  #noti_main h1, #policy_main h1 { font-size: 2rem; } 
  #policy-wrap { font-size: 15.6px; } 

}
