
@media screen and (max-width:1000px) {

    h1 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    /* header */
    .all_top_content {
        height: 300px;
    }

    .all_top_img {
        height: 300px;
        object-fit: cover;
    }

    .maintitle {
        margin-top: 31px;
        margin-bottom: 28px;
    }


    /* ceo.php */

    .c_ceo_title{
        display: none;
    }

    .m_ceo_title{
        display: block;
    }

    .ceo_img-content{
        margin-top: 0px;
    }

    .ceo_content {
        flex-direction: column-reverse;
        padding: 0 10px;
        margin-bottom: 75px;
    }

    .ceo_img-content {
        width: 100%;
    }

    .ceo_img-content img {
        width: 100%;
        height: auto;
        margin-top: 35px;
    }

    .ceo_text-content {
        margin: 0 20px;
    }

    .nav_content li {
        font-size: 18px;
    }

    /* history */
    .history_container {
        width: 100%;
        margin: 0 20px;
    }

    .history_container img {
        width: 100%;
    }

    .history_all {
        flex-direction: column;
    }

    .history_all ul {
        margin-bottom: 50px;
    }

    .history_rf-content {
        width: 100%;
    }

    /* origanization */
    .ori_tcontent {
        padding: 0 10px;
    }

    .ori_line-all {
        width: 84%;
    }

    .ori_line-top {
        width: 84%;
    }

    .unit_ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .unit_table li:not(:last-child) {
        margin-right: 0px;
    }

    .unit_table li {
        width: 55px;
        height: 35px;
        padding: 10px 5px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 20px;
        font-size: 8px;
        text-align: center;
    }

    .unit_circle {
        width: 100px;
        height: 100px;
        font-size: 19px;
    }

    .line-main_title {
        margin-left: 10px;
    }

    .line-banner {
        height: 300px;
    }

    .line-title {
        text-align: center;
        font-size: 28px;
        width: 100%;
    }

    .line-text {
        margin-left: 10px;
        margin-right: 10px;
    }

    .line-sub_title {
        margin-left: 10px;
        margin-right: 10px;
    }

    .line-img_content {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* press */

    .press_margin_top{
        margin-top:60px;
    }

    .press_tcontent {
        padding: 0 10px;
    }

    .press_img {
        width: 125px;
        height: 100%;
    }

    .press_main-content {
        margin-right: 0px;
        margin-left: 10px;
        width: 46%;
    }

    .anment_main-content{
        width: 58%;
        margin-right: 0px;
        margin-left: 10px;
    }

    .press_item {
        padding-top: 24px;
        padding-bottom: 27px;
        max-height: 150px;
    }

    .press_main-news {
        margin-left: 0px;
        margin-right: 10px;
        width: 55px;
        font-size: 10px;
        padding: 0px 7px;
        height:25px;
    }

    .info_title{
        text-align: center;
    }


    .press_main-title {
        font-size: 13px;
        width: 100%;
        white-space: nowrap; /* 텍스트를 한 줄로 표시 */
        overflow: hidden; /* 넘치는 부분을 숨김 */
        text-overflow: ellipsis; /* 넘치는 부분에 ... 표시 */
    }

    .press_cday {
        font-size: 11px;
    }

    .press_day {
        margin: 0;
        font-size: 13px;
    }

    .press_main-content.anment_main-content {
        margin-right: 5px;
        width: 53%;

    }

    .press_content {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 3px;
        margin-left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .press_more{
        margin-left: 10px;
    }

    .press_top-content{
        margin-top:7px;
    }

    .press_more a {
        font-size: 13px;
    }

    .press_count {
        font-size: 40px;
        -webkit-text-stroke: 2px #888888;
    }

    .press_item:hover .press_count {
        font-size: 40px;
        -webkit-text-stroke: 2px black;
    }

    .promo_tcontent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .promo_items {
        flex-direction: column;
    }

    .promo_item {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 50px;
    }

    /* over.php */
    .over_img {
        height: 80px;
    }

    /* infomation.php */
    .info_tcontent {
        padding: 0 10px;
    }

    .info_title:not(:last-child) {
        margin-right: 20px;
    }

    .info_title {
        font-size: 15px;
    }

    .page_btn {
        width: 35px;
        height: 35px;

    }

    /* faq.php */
    .faq_content_div {
        flex-direction: column;
    }

    .faq_qu_content{
        padding-left: 5px;
        width: 73%;
    }

    .faq_qu_content h2 {
        font-size: 17px;
    }

    .faq_search {
        width: 100%;
        margin-top: 14px;
        margin-left: 1px;
    }

    .faq_label {
        width: 30%;
    }

    .faq_label select {
        width: 100%;
        margin-right: 0px;
        font-size: 13px;
    }

    .faq_search_btn {
        width: 70%;
    }

    .faq_search_btn input {
        width: 70%;
        font-size: 13px;
        border: 1px solid #555555;
    }

    .faq_search_btn button {
        width: 30%;
        font-size: 13px;
        cursor: pointer;
    }

    .faq_qu_o {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .faq_total {
        font-size: 13px;
    }

    .faq_tcontent {
        padding: 0 10px;
    }

    .nav_content {
        display: none;
    }


    #bo_list_total p {
        font-size: 13px;
    }

    .hamburger_container > span {
        background: #1f7ad1 !important;
    }

    #header:hover {
        background-color: transparent !important;
    }

    .qna_item {
        font-size: 10px;
    }

    .qna_item_top{
        font-size:10px;
    }

    .branch_map_list {
        height: 250px;
    }

    .branch_map {
        height: 250px;
    }

    .branch_search_bar input {
        font-size: 15px;
    }

    .fa-regular{
        font-size: 15px;
    }

    .branch_search_btn{
        font-size: 15px;
        width: 100px;
        height: 50px;
    }

    .branch_paging .page_btn{
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .branch_item{
        font-size: 9px;
    }

    .branch_location_count{
        height: 40px;
        font-size: 12px;
    }

    .branch_count{
        font-size:20px;
    }

    .busi_tcontent{
        padding: 0 10px;
    }

    .busi_a_content{
        flex-direction: column;
    }

    .busi_text{
        width:100%;
        margin: 0;
    }

    .busi_img_div{
        width:100%;
        height:338px;
    }

    .busi_img{
    }

    .busi_ul{
        margin-top: 37px;
        margin-bottom: 50px;
    }

    .busi_ul h3{
        font-size:15px;
    }

    .busi_ul p{
        font-size:10px;
    }

    .busi_contents{
        margin-top:0;
        margin-bottom:50px;
    }

    .busi_contents h2{
        font-size: 20px;
    }

    .busi_contents h3{
        font-size:17px;
    }

    .busi_bottom_content p{
        font-size:14px;
    }

    .location_where{
        font-size:20px;
    }
    
    .location_item img{
        width:25px;
    }

    .location_item h3{
        font-size: 15px;
        width:37%;
    }

    .location_item p{
        font-size: 10px;
    }
    
    .opening_item{
        width:100px;
        height: 100px;
    }

    .opening_img_content img{
        width:30px;
    }

    .opening_menu_content{
        font-size:15px;
    }

    .opening_bottom_content h1{
        font-size:20px;
    }
    
    .opening_reason{
        font-size:17px;
    }

    .opening_highlight{
        margin-right:5px;
    }

    .guide_item h3{
        font-size:15px;
    }

    .guide_img_div{
        width: auto;
        padding-right: 10px;
    }

    .guide_img_div img{
        width:20px;
    }

    .guide_item p{
        font-size:12px;
    }

    .highlight-title.guide{
        padding:0;
    }

    .guide_semi_text{
        font-size:10px;
    }

    .short_title_content{
        font-size:15px;
    }

    .fa-location-dot{
        font-size:30px;
    }
    
    .location_item_phone_img{
        font-size:20px;
    }

    .location_map{
        height: 350px;
    }

    .location_where{
        margin-top: 37px;
        margin-bottom: 46px;
    }

    .branch_search_radios_li:not(:last-child) {
        margin-right:0px;
    }
    
    .branch_search_radios_li{
        width:25%;
    }

    .branch_line {
        margin-top: 23px;
        margin-bottom: 13px;
    }

    .branch_search_where{
        height: 320px;
        margin-bottom:28px;
    }

    .branch_search{
        height:auto;
    }

    .opening_count{
        width:25px;
        height:25px;
        font-size:12px;
        top: -13px;
    }
    
    .opening_bottom_content{
        margin-top: 50px;
    }

    .opening_line.guide{
        margin-top: 40px;
    }

    .vans_table{
        font-size:10px;
    }

    .vans_table thead td{
        background-color: #13568D;
        color:#fff;
        font-size:12px;
    }    

    .vans_item:not(:last-child){
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .vans_item {
        width:106px; height:106px;
    }

    .vans_item h3{
        margin-bottom: 10px;
        font-size:11px;
    }

    .vans_item p{
        font-size:8px;
    }

    .vans_item3 p{
        font-size: 8px;
        margin-top:10px;
    }

    .vans_item3 img{
        margin-right: 5px;
        width: auto;
        height: 70px;
    }

    .sharing_item3{
        flex-direction: column;
        padding-bottom: 20px;
    }

    .sharing_item3 img {
        margin-right:0px;
        margin-bottom:5px;
        width: 100%;
    }

    .sharing_item3_right_menu{
        width:100%;
    }

    .sharing_select_menu{
        width:140px;
        height:42px;
        font-size:15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .sharing_item{
        width:159px;
        height:159px;
        margin-top:10px;
    }
    
    .sharing_item:not(:last-child) {
        margin-right: 5px;
    }

    .sharing_item img{
        width:30px;
    }

    .sharing_item h3{
        font-size:13px;
        margin: 10px 0px;
    }

    .sharing_item_content p{
        font-size:8px;
    }

    .vans_items{
        justify-content: center;
    }

    .sharing_icon_item img{
        width: 100%;
    }

    .guide_item.mo{
        align-items: flex-start;
    }

    .opening_reason .mo{
        align-items: flex-start;
    }

    .list_margin_top{
        margin-top: 60px;
    }

    .faq_qu_d{
        width: 15%;
    }
/*
    .vans_top_text{
        align-items: flex-start;
    }
*/
    .opening_th1{
        font-size: 20px;
    }

    .deo_img_content{
        margin-left:12%;
    }

    .deo_img_content button{
        height: 30px;
        width: 94px;
        font-size: 10px;
        padding:0;
    }

    .sharing_icon_item{
        margin: 1px;
    }
    
    .air_img{
        width: 65%;
        margin-left:37px
        
    }

    .fa-mountain-sun{
        font-size:20px !important;
    }

    .fa-rv{
        font-size:20px !important;
    }
    .fa-question{
        font-size:20px !important;
    }

    .kakao_a{
        padding: 4px;
        width:73px;
        font-size:10px;
        height: 24px;;
    }

    .kakao_a img{
        width:12px;
    }

    .han_down{
        width:73px;
        height:24px;
        font-size:10px;
    }
    .solCss{
        gap: 10px !important;
    }
}


