/* ############ annaWrap Area ############ */
#annaWrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f4f1e0;
  position: relative;
}

#annaWrap .wrap_inner {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

/* ############ header Area ############ */
#annaWrap header {
  width: 1280px;
  display: flex;
  padding:20px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 100;
  background-color: transparent;
}

#annaWrap .logoArea {
  width: auto;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}

#annaWrap h1 {
  width: 100%;
  padding:12px 0;
  font-size: 14px;
  background-color: transparent;
}

#annaWrap h1 img {
  width: 100%;
  height: 100%;
}

#annaWrap nav {
  width: auto;
  height: 30px;
}

#annaWrap .nav_ul {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: unset;
}

#annaWrap .nav_ul .nav_li {
  width: 140px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  transition: all ease 2s 0s;
}

#annaWrap .nav_ul .nav_li:nth-child(2) {
  border-left: none;
}

#annaWrap .nav_ul .nav_li:nth-child(3) {
  border-left: none;
}

#annaWrap .nav_ul .nav_li:nth-child(4) {
  width: 32px;
  border-left: none;
}

#annaWrap .nav_li a {
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 30px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

#annaWrap .nav_li a:hover .circle_color {
  background-color: #165b92;
}

#annaWrap .nav_li .arrow_icon{
  display: inline-block;
  width: 16px;
}

#annaWrap .nav_li .text {
  width: fit-content;
  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{
  font-size: 16px;
  padding-top:6px;
}


#annaWrap .nav_li .nav_icon {
  display: block;
  width: 11px;
  height: 9px;
  margin-left: 47px;
}

#annaWrap .nav_icon img {
  width: 100%;
  height: 100%;
  display: block;
}

#annaWrap .inner_ul {
  width: 140px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 30px;
  display: none;
}

#annaWrap .inner_ul li {
  width: 100%;
  height: 28px;
  border-top: none;
  box-sizing: border-box;
  background-color: unset;
}

#annaWrap .inner_ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size:14px;
  padding:10px 0px 10px 19px;
  background-color: unset;
}

#annaWrap .inner_ul li .list_color0:hover {
  color: #972600;
}

#annaWrap .inner_ul li .list_color1:hover {
  color: #efba00;
}

#annaWrap .inner_ul li .list_color2:hover {
  color: #449419;
}

#annaWrap .inner_ul li .list_color3:hover {
  color: #165b92;
}




#annaWrap .nav_0:hover .text{
  color:#757575;
}
#annaWrap .nav_1:hover .text{
  color:#757575;
}
#annaWrap .nav_2:hover .text{
  color:#757575;
}
#annaWrap .nav_3:hover .text{
  color:#757575;
}