header{
  font-family: 'Pretendard';
  font-weight: 300;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f1f2f3;
  background-color: #fff;
  color: #333;
}
body.openmenu{
  /* overflow-y: hidden;
  pointer-events: none; */
  position: fixed;
}
.header_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  width: 100%;
  padding: 8px 0;
}
.ht_l{
  display: flex;
}
.top_board{
  padding: 0 1rem;
}
.top_board:nth-child(n+2){
  border-left: 2px solid #ddd;
}
.ht_r{
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.ht_r .header_share{
  border-radius: 5px;
  padding: 6px 4%;
  font-size: 14px;
  font-weight: 500;
  background: #167ac6;
  color: #fff;
}
.language{
  width: 127px;
  position: relative;
  cursor: pointer;
}
.language>p::after{
  content: "▼";
  font-size: 12px;
  margin-left: 5px;
}
.language_wrap{
  padding-top: 8px;
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 99;
}
.language:hover .language_wrap{
  display: block;
}
.language_list{
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ededed;
  box-shadow: #0000000d 0px 7px 6px;
  width: 117px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
}
.language_list li{
  line-height: 2;
}
.language_list li a{
  display: block;
}
.language_list li:hover{
  color: #000;
}
.header_mid{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header_mid>div{
  flex: 30% 0;
}

.hm_logoWrap{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 18px ;
}
.hm_logoWrap img{
  width: 100%;
  height: 50px;
  object-fit: contain;
}


.header_bottom{
  display: flex;
  justify-content: center;
  /* padding-bottom: 10px; */
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
ul.gnv{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
.gnv .menu{
  position: relative;
  padding: 0 1rem 10px;
  cursor: pointer;
  white-space: nowrap;
  /* margin-bottom: 10px; */
}
.gnv .menu>p a{
  display: block;
}

.menuListWrap{
  /* padding-top: 10px; */
  /* width: 100%; */
  /* position: absolute;
  left: 0; */
  position:fixed;
  display: none;
  z-index: 9999999;
}
ul.menuList{
  border-radius: 3px;
  /* padding: 15px; */
  background-color: #fff;
  border: 1px solid #d1d2d3;
  box-shadow: #0000000d 0px 7px 6px;
  width: 170px;
  font-weight: 400;
  white-space: initial;
}

.gnv .menu:hover p{
  color: #007aff;
}

.gnv .menu:hover .menuListWrap{
  display: block;
}
ul.menuList li a{
  display: block;
  width: 100%;
}
/* ul.menuList li:nth-child(n+2){
  margin-top: 15px;
} */
/* 하위메뉴 없을때 대응 */
ul.menuList li{
  margin-top: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}
ul.menuList li:hover{
  color: #007bff;
}
ul.menuList li:last-child{
  margin-bottom: 15px;
}
.mob_close_wrap{
  display: none;
}
.header_mob{
  display: none;
}
.header_web{
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width:768px) {
 
  header{
    font-family: 'Pretendard';
    font-weight: unset;
    display: block;
    flex-direction:unset;
    width: unset;
    margin: unset;
    align-items: unset;
    border-bottom:unset;
    background-color: unset;

    pointer-events: all;
    touch-action:auto;
  }
  .header_web{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    z-index: 999999999;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0;
  }
  .mob_close_wrap{
    display: flex;
    justify-content: right;
    margin : 2%;
  }
  /* .header_share{
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .header_share>a{
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    background: #167ac6;
    color: #fff;
  } */
  .mob_close_btn{
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }
  .header_top{
    display: block;
    justify-content: unset;
    align-items: unset;
    width: unset;
    max-width: unset;
    padding: unset;

    border-bottom: 1px solid #ededed;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;

  }
  .ht_l{
    display: flex;
    justify-content: left;
    padding: 0 5%;
    flex-wrap: wrap;
  }
  .top_board{
    flex: 33% 0 0 ;
    padding: 5px 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
  }
  .top_board::before{
    content: "·";
    margin-right: 10px;
  }
  .top_board:nth-child(n+2){
    border-left: 1px solid #ededed;
  }
  .top_board:nth-child(3n+1){
    border-left: none;
  }
  .ht_r{
    /* width: unset; */
    text-align: unset;
    padding: 0 5%;
    flex-direction: column;
    align-items: stretch;
  }
  .language{
    position: unset;
    cursor: unset;
    width: auto;
    margin-top: 10px;
    
    border-radius: 20px;
    background: #F2F2F6;
    padding: 2% 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .language>p::after{
    content: unset;
    font-size: unset;
    margin-left: unset;
  }
  
  .language_wrap{
    padding-top: unset;
    position: unset;
    cursor: pointer;
    display: block;
  }
  .language:hover .language_wrap{
    display: block;
  }
  .language_list{
    background-color: unset;
    border-radius:unset;
    border: unset;
    box-shadow: unset;
    width: unset;
    box-sizing: unset;
    padding: unset;
    flex-direction : unset;

    display: flex;
    margin-top: 5px;
  }
  .language_list li{
    line-height: unset;
    flex: 33.30% 0 1;
  }
  .language_list li a{
    display: block;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .language_list li a::before{
    content: "·";
    margin-right: 5px;
  }
  .language_list li:hover{
    color: unset;
  }
  .header_mid{
    /* 로고, 에이전트메뉴 안보이게 가림. */
    display: none;
    width: unset;
    max-width: unset;
    justify-content: unset;
  }
  .header_mid>div{
    flex: unset;
  }

  .header_mob{
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    padding: 2%;
    border-bottom: 1px solid #f1f2f3;
  }
  .hm_logoWrap{
    text-align: unset;
    font-size: unset;
    font-weight: unset;
    padding: unset ;

    flex: 50% 1 0 ;
    flex: calc(100% - 50px) 0 0;
    font-size: 14px;
  }

  .hm_sitename{
    white-space: nowrap;
  }


  .hm_logoWrap img{
    width: unset;
    height: unset;
    object-fit: unset;
    
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: 10%;
    flex: 30% 0 0 ;
  }

  .hm_logoWrap a{
    display: flex;
    align-items: center;
  }
  
  .header_bottom{
    display: block;
    justify-content: unset;
    padding-bottom: unset;
    padding-top: unset;
    font-size: unset;
    font-weight: unset;
    max-width: unset;
    width: unset;

    padding: 0 5%;
  }

  ul.gnv{
    display: block;
    overflow-x: unset;
    overflow-y: unset;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .gnv .menu{
    position: unset;
    padding: unset;
    cursor: unset;
    white-space: unset;
    margin-bottom: unset;
  }
  .gnv .menu:last-child{
    margin-bottom: 150px;
  }
  .gnv .menu:hover p{
    color: #167ac6;
  }
  .gnv p{
    position: relative;
    color: #167ac6;
    font-weight: 500;
  }
  .gnv p::after{
    content: "more";
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 300;
    color: #1b7fcccc;
    z-index: -1;
    font-size: 12px;
  }
  .menuListWrap{
    position: unset;
    padding-top: unset;
    width: unset;
    left: unset;
    display: block;

    border-top: 1px solid #167ac6;
    margin: 10px 0 20px;
  }
  ul.menuList{
    border-radius: unset;
    padding: unset;
    background-color: unset;
    border: unset;
    box-shadow: unset;
    width: unset;
    font-weight: unset;
    display: flex;
    flex-wrap: wrap;

  }
  .gnv .menu:hover .menuListWrap{
    display: block;
  }

  ul.menuList li{
    
    margin-top: unset;
    padding: unset;
    box-sizing: border-box;

    border-bottom: 1px solid #EDEDEB;
    flex: 50% 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    align-items: baseline;
  }
  ul.menuList li:hover{
    color: inherit;
  }
  
  ul.menuList li:last-child{
    margin-bottom: auto;
  }

  ul.menuList li::before{
    content: "";
    margin: 0 5px;
    width: 4px;
    height: 4px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }

  ul.menuList li:nth-child(n+2){
    /* margin-top: auto; */
    margin-top: unset;
    margin-bottom: unset;
  }
  ul.menuList li a{
  padding: 15px 0; 
  }


  .mob_open_btn{
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }


}


footer{
  font-family: 'Pretendard-Light';
  font-size: 14px;
  color: #898989;
}
.agent_footer{
background-color: #fff;
box-sizing: border-box;
}
.agentName{
  line-height: 3;
  font-size: 16px;
  font-weight: 900;
}

.default_footer{
  background-color: #e7e7e7;
}
.footer_container{
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 10px 30px ;
  box-sizing: border-box;
}
.footer_logo{
  width: 150px;
  font-size: 16px;
  font-weight: 900;
}
.footer_logo img{
  width: 100%;
  display: block;
  object-fit: contain;
}
.footer_disc_box{
  width: 100%;
  box-sizing: border-box;
  color: #898989;
  font-size: 14px;
}
.footer_disc_box p{
  text-align: right;
}
.footer_menu{
  color: #898989;
  font-size: 16px;
  line-height: 2;
}
.footer_menu>li {
  display: inline-block;
  margin-right: 20px;
}
.footer_aws_txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  transition: all 0.5s;
}

.logo>a{
  font-size: 18px;
  color: #000;
  word-break: keep-all;
  font-family: 'MaruBuri-Regular';
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.totop{
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  color: #aaa;
}

/* @media screen and (max-width:768px){
  .totop{

  }
} */