
.tabmenu-frame{
    display:none
}
.top_field{
    height:88px;
}
.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:75px;
}
.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{
    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_contents{
    width: calc(100% - 30px);
    padding: 15px;
}
.footer_contents .logo{
    height: 40px;
    float: none;
}

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

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

/* firstpage responsive */
.notice_ex_main {
    margin-top: 18px !important;
}
.ba{
    width:100%;
    height:140px;
    float: none;
}
.bt{
    width: 100%;
}
.bf{
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: relative;
    height: 500px;
    background-image: url(/img/responbanner1.png);

}

#main{
    width: 100%;
    margin-top: 100px;
    position: unset;
}
.main_popular{
    width: 49.7%;
}
.contents{
    width:100%;
    height:200px;
    background-color: white;
    position:relative;
}
.gong_frame{
    width: 86%;
}
.gongji{
    width:100%;
    height:400px;
    background-color: white;
    float:none;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
}
.gongmoon{
    float: none;
    width: 100%;
    height:288px;
    background-color: white;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
    margin-top: 18px;
}
.nosection{
    background-color: #fff !important;
}

.popular{
    position:inherit;
    bottom:0;
    width:100%;
    height:200px;
    margin-top: 12px;
}
.first{
    width: 100%;
}
.second{
    width:100%;
    height:100px;
    float: left;
}
.slidebanner{
    width:100%;
    height:50px;
    background-color:#fff;
    z-index: 8;
    margin-top:965px;
    position: inherit;
    float: none;
}
#myVideo{
    opacity: 0;
    display: none;
}
.banner_control{
    margin:auto;
    width:140px;
    height:40px;
    margin-top:10px;
    position:absolute;
    top:0;
    right:20px;
    display: none;
}

.notice_ex_main_title {
	font-size: 14px !important;
	}
.popular_name {
	font-size: 15px !important;
	}

/* secondpage responsive */

 .black > .lineText {
    margin: 0% !important;
}
.scroll,.scroll2{
    display: none !important;
}
.wrap_container {
    width:100% !important;
    height:947px !important;
    margin-top:0px !important;
}
 .second_area > div{
    float: none !important;
    width: 93% !important;
    padding: 22px !important;
}
.second_area .label{
    font-size:1.2rem !important;
    margin-top: 2px !important;
}
.first_area >.up >.top1{
     width: 100%;
     float: none !important;
}
.first_area >.down >.top2{
    width: 100%;
    float: none !important;
}
 .first_area > .up > .contents_box1 > .image{
    float: none !important;
    margin-top: 22px;
    height: 220px;
}
.first_area > .down > .contents_box2 > .members{
    float: none !important;
 }
 #daumRoughmapContainer1663663702534{
    height: 220px !important;
}
.first_area >.up {
    width: 100% !important;
    float: none !important;
    font-size: 1.2em !important;
}
.first_area >.down {
    width: 100% !important;
    float: none !important;
    margin-top: 22px !important;
    font-size: 1.2em !important;
}
.first_area > .up >.top1 > .title{
    float: none !important;
}
.first_area > .up >.top2 > .title{
    float: none !important;
}
.first_area{
    height: 613px !important;
    padding: 35px 25px !important;
   
}

.first_area > .up > .top1 > .plus_btn{
    width: 100% !important;
    float: none !important;
    top: -30px;
}
#section1{
    background-image: none;
}
.second_area{
    height: 148px !important;
}
.sublabel{
    font-size:0.9rem !important;
    margin-top:5px;
}
.second_area > .right{
    background-size: 93px !important;
}
.second_area > .left{
    background-size: 93px !important;
}
.sublabel{
    font-size: 0.9rem;
}
.more_btn {
    font-size: 25px !important;
}
/*  */
.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: 89px !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;
}

/* 모바일배너 지우고 위로 붙이는 css */
.ba{
    height:1px;
    background-color: white;
}
.gongji{
    border-top:0px;
    height:400px
}
.gongmoon{
    height:265px
}
.notice_ex_main{
    margin-top:8px !important
}
.gong_frame {
    height:240px
}   
.traffic_table{
    display:none
}