@media all and (min-width:768px) and (max-width:1536px) {
  .art_area {
    margin: 35px auto;
  }

  #annaWrap .nav_li .text {
    height: 30px;
    margin-left: 3px;
    margin-bottom: 0;
    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{}

  body.active___{
    overflow: hidden;
    /* display: fixed; */
    position: fixed;
  }

  #annaWrap {
    width: 100%;
  }

  #annaWrap .wrap_inner {
    width: 88%;
    height: auto;
    min-height: unset;
    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 linear 0.5s;
    cursor: pointer;
    background-color: transparent;
  }

  #ham_icon .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all linear 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.7s;
  }

  #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 +++++++++ */
	.swiper{
		display: none;
	}

	.art_area{
		width: 100%;
		margin: 80px auto 50px;
	}

	.mo_area{
		display: block;
		width: 100%;
	}

	.mo_area .imgArea{
		height: auto;
	}

	.imgArea img{
		display: block;
		width: 100%;
	}

	.textArea{
		padding: 12px 0 40px !important;
	}

  .back_btn{
    width: 100%;
  }
}