@media all and (min-width:768px) and (max-width:1536px) {
  #container .mianArea {
    margin: 100px auto;
  }

  #annaWrap .nav_li .text {
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    margin-bottom: 0px;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    background-color: transparent;
  }

  #annaWrap .nav_li .insta_ico {
    padding-top: 6px;
  }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px) */
@media all and (min-width:375px) and (max-width:767px) {

  body{
    overflow: hidden;
  }

  body.active___{
    overflow: hidden;
    /* display: fixed; */
		position: fixed;
  }

  #annaWrap {
    width: 100%;
  }

  #annaWrap .wrap_inner {
    width: 88%;
    height: auto;
    margin: 25px auto;
    box-sizing: border-box;
    position: relative;
  }

	#annaWrap .wrap_inner .heade_box{
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: transparent;
  }

	/* +++++++++ header S +++++++++ */
  #annaWrap header {
    width: auto;
    padding: 0;
    position: absolute;
    top: 53%;
    left: 6%;
    transform: translateY(-50%);
  }

  #annaWrap nav {
    display: none;
  }

  #annaWrap .logoArea {
    width: 152px;
    height: 20px;
  }

  #annaWrap h1 {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
  }

  #annaWrap .menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    width: 100vh;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #annaWrap .ham_menu_area {
    display: block;
    width: 26px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 105;
  }

  #annaWrap .ham_icon_off {
    display: block;
    width: 26px;
    height: 20px;
    background-color: transparent;
    position: relative;
    right: 0;
    top: -22px;
    z-index: 108;
    float: right;
  }

  /* +++ side menu area css +++ */
  #annaWrap #ham_icon {
    display: block;
    width: 26px;
    height: 20px;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
    background-color: transparent;
  }

  #ham_icon .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }

  .top {
    top: 0;
  }

  .middle {
    top: 50%;
    transform: translateY(-50%);
  }

  .bottom {
    bottom: 0;
  }

  /* #ham_icon.active .top {
    transform: rotate(45deg);
    top: 50%;
    background: #fff;
  }
  
  #ham_icon.active .middle {
    opacity: 0;
    background: #fff;
  }
  
  #ham_icon.active .bottom {
    transform: rotate(-45deg);
    top: 50%;
    background: #fff;
  } */

  #ham_icon.active .top {
		transform: translateX(-3px) rotate(-45deg);
    top: 4px;
    width: 16px;
    background: #fff;
  }
  
  #ham_icon.active .middle {
    /* opacity: 0; */
    background: #fff;
  }
  
  #ham_icon.active .bottom {
		transform: translateX(-3px) rotate(45deg);
    width: 16px;
    top: 14px;
    background: #fff;
  }



  #annaWrap .sidebar.active_ {
    left: 0;
		transition: all 0.5s;
  }

  #annaWrap .dim.active__ {
    display: block;
  }

  #annaWrap .sidebar {
    display: block;
    width: 70%;
    height: 100vh;
    position: fixed;
    left: -500px;
    top: 0;
    /* z-index: 101; */
		z-index: 104;
    transition: all 0.5s;
  }

  #annaWrap .dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    transition: all 1s;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #annaWrap .sidebar_ul {
    width: 100%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    padding: 66px 25px 0;
    overflow-y: hidden;
  }

  #annaWrap .sidebar_ul_inner {
    text-indent: 24px;
  }

  #annaWrap .sidebar_ul_inner li {
    margin: 15px 0;
  }

  #annaWrap .sidebar_ul_inner li:nth-child(1) {
    color: #972600;
  }

  #annaWrap .sidebar_ul_inner li:nth-child(2) {
    color: #efba00;
  }

  #annaWrap .sidebar_ul_inner li:nth-child(3) {
    color: #449419;
  }

  #annaWrap .sidebar_ul_inner li:nth-child(4) {
    color: #165b92;
  }

  .sidebar_ul_li1,
  .sidebar_ul_li2,
  .sidebar_ul_li3 {
    margin-top: 15px;
  }
  /* +++++++++ header E +++++++++ */

  /* +++++++++ container S +++++++++*/
  #container .mianArea ul li::before {
    display: none;
  }

  #container {
    width: 100%;
  }

  #container .mianArea {
    width: 100%;
    margin: 80px auto 0;
  }

  #container .mianArea ul {
    width: 100%;
    flex-wrap: wrap;
  }

  #container .mianArea ul li {
    width: 48%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 4.5%;
    position: static;
  }

  #container .mianArea ul li a {
    position: static;
  }

  #container .img_box {
    width: 100%;
    height: auto;
  }

  #container .img_box img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #container .cate_text {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  #container .copyArea {
    margin-top: 0;
  }

  #container .copyArea p {
    font-size: 12px;
  }

}
