
.tabmenu-frame{
    display:none
}
.top_field{
    height:60px;
}
.desktop,.blank{
    display:none;
}

.signin, .signup{
    display: block !important;
    float:left;
    margin-top:40px;
    font-size: 15px;
    margin-left:10px;
    cursor:pointer;
    font-family:'nanum';
}

.compname_mb, .logout_mb{
    display: block !important;
    float:left;
    margin-top:40px;
    font-size: 15px;
    margin-left:10px;
    cursor:pointer;
    font-family:'nanum';
}



body{
    -webkit-tap-highlight-color : transparent !important;
}
.header_logo{
    margin:1px 16px;
    height:60px;
}
/* .hamburger{
    display:flex !important;
    position: fixed;
    width:60px;
    height:20px;
    padding: 10px;
    float:left;
    margin-top:40px;
    font-size: 30px;
     margin: 23px 23px 4px -55px;
    cursor:pointer;
   
} */

.submenu{
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:273px;
    height:100%;
    background-color: #fff;
    z-index: 100;
    overflow: scroll; 
}
.header{
    width:273px;
    height: 30px;
    background: linear-gradient(to right, blue, green );
}

.header-frame.desktop{
    display:none !important;
}
.header-frame{
    display:block !important;
}
.closetab{
    display:block !important;
   font-size: 30px;
}

/* 아코디언 컴포넌트 동작 정의 */

.accordion_item{
    float:left;
    width:16.4em;
    height:100%;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    color:black;
    cursor:pointer;
    border-bottom: 1px solid #999999;
    padding-left: 10px;
}

/* 아코디언 아이템 닫혔을때 */
.accordion .accordion_item  {
    display: flex;
    min-height: fit-content;    
    transition: all 0.5s;
}

/* 아코디언 아이템 열렸을때 */

.accordion .accordion_item.open{
    flex: 111px;
}

.accordion .accordion_item.open > button {
    border: 0;
    color: #f27a62;
    background-color: rgba(240,142,124,0.3);
}

.accordion .accordion_item.open > button::after {
    transform: rotate(-180deg);
}

.accordion_content::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.accordion_content::-webkit-scrollbar-track {
    background-color: transparent;
}

.accordion_content::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #999999;
    border-radius: 10px;
}
 .smallmenu {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    padding: 0;
    margin: 0;
}
.smallmenu_info{
    font-size: 16px;
    margin-top:15px;
    font-family: "SUIT";
    color:rgb(138, 138, 138)
}

.smallmenu > a {
    display: flex;
    align-items: left;
    height: 35px;
    padding-left: 10px;
    list-style: none;
    border-bottom: 1px solid #999999;
    background-color: #ffffff;
}
header .header-frame {  
    position: absolute; 
    left:-120%;
    top: 0; 
    z-index: 101; 
    transition: left 0.7s; 
    padding: 15px 24px 15px 22px; 
    width:calc(100% - 32px); 
    height: 100%; 
    background: #fff; box-sizing: border-box;
}

.section{
    overflow-x: hidden;
}

.section > .main > .banner{
    position: relative;
    float: inline-end;
}

/*footer*/
.footer {
    height: auto !important;
    padding-bottom: 16px;
}
.footer_contents{
    width: calc(100% - 30px);
    padding: 15px;
}
.footer_contents .logo{
    float: none !important;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.footer_contents .logo img {
    width: 110px !important;
    margin-top: 0 !important;
    display: block;
}

.footer a, .footer p{
    font-size: 0.8em;
    letter-spacing: -1px;
}

/* 페이징 paging*/
.pageing a, .pageing span{
    font-size: 13px;
    padding: 0 4px;
}

/*  */
.bw{
    font-size: 20px !important;
}
.bul{
    margin-top: 10px !important;
}
.page_info_name {
    font-size: 30px;
}
/* .header-frame{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} */
.tf{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page_info {
   margin-top: 60px !important;
   height: 150px !important;
}
.page_info_st{
    height: 35px;
}
.page_info_info {
    font-size: 15px !important;
    margin: 7px 10px 3px 10px;
    letter-spacing: 0.05em;
}
.page_contents {
    margin: 20px !important;
}
.page_contents {
    width: calc(100% - 40px);
}
.logo_main1 {
    margin-top: 11px !important;
    margin-right: 14px;
}
