/* all */

*{
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

h3 {
    font-size: 36px;
    margin: 0px;
}
p {
    font-size: 20px;
}

ul{
    list-style: none;
    padding: 0;
}

a{
    color:#fff;
    text-decoration:none;
}

img{
    display: block;
}

select {
    font-size:18px;
}

.black_tit{
    color:black !important;
}

.maintitle{
    margin-bottom: 55px;
    margin-top:63px;
    -webkit-text-stroke: 1px black;
    letter-spacing: 2px;
}

#header.active_on{
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

#header.active_on .userBox a{
    color:black;
}

#header.active_on #nav .menu_tit{
    color:black;
}


.subtitle{
    font-weight: 900;
}

.highlight-title{
    color:#1f7ad1;
}

.nav_content li.on{
    opacity: 1; border-bottom: 2px solid #fff;
}


/* header */
.all_top_content{
    position:relative; height: 500px; width: 100%;
}

.all_top_img{
    width: 100%; height: 500px;
}

/* page */
.page_btn{
    width:50px;
    height:50px;
    border:1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    cursor: pointer;
}

.paging{
    display: flex;
    justify-content: center;
    margin-top:87px;
    margin-bottom:137px;
}

.pages{
    display: flex;
}

.page_num-btn.active {
    background-color: #1f7ad1;
    color:#fff !important;
}

/* ceo.php */

.ceo_content{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.m_ceo_title{
    display: none;
}

.line{
    border-top: 2px solid #D9D9D9; width: 78px;
    margin-top:28px;
    margin-bottom:28px;
}

.nav_content{
    color: #fff;
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
}

.nav_content h1{
    font-size: 50px;
    margin-bottom: 30px;
}

.nav_content ul {
    display: flex;
    flex-wrap: wrap;
}

.nav_content li {
    text-shadow: 3px 3px 10px black;
    font-size: 25px;
    padding-bottom: 5px;
    opacity: .6;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.nav_content li:not(:last-child) {
    margin-right: 40px;
}

.nav_content li:hover{
    border-bottom: 2px solid #fff;
    transition: .5s ease;
    opacity: 1;
}

.ceo_text-content{
    margin-right: 125px;
}

.ceo_text-content p{
    color: #333333;
}

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

.ceo_img-content img{
    width: 588px; 
}

/* history.php */

.history_li {
    color: #888888;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.history_li.on{
    color:#1f7ad1;
}

.history_num{
    font-weight: bold;
    font-size:25px;
}

.history_content{
    display: flex;
    padding-bottom: 26px;
    border-bottom: 2px solid #D9D9D9;
}

.history_content p{
    margin-left: 26px;
}

.history_content:not(:first-child) {
    margin-top:41px;
}

.history_container{
    width: 100%;
}

.history_container img{
    margin-top:19px; margin-bottom: 49px;
}

.history_all{
    display: flex; justify-content: space-between; margin-top:79px;
}

.history_rf-content{
    width: 590px;
    margin-bottom: 142px;
    display: none;
}

.history_rf-content.on{
    display: block;
}

/* origanization.php */

.unit_circle {
    width: 180px; height: 180px; border-radius: 50%; background-color: #13356D;
    font-weight: bold;
    font-size: 36px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.unit_table{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin-bottom:200px;
}

.unit_ul{
    width: 17%;
}

.unit_table li{
    width:180px;
    height: 60px;
    background-color: #888888;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size:18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.unit_li-title{
    background-color: #1f7ad1 !important;
}

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


.unit_li-last{
    margin-bottom: 0px !important;
}

.unit_ul.last li{
    margin-right: 0px !important;
}

/* origanization.php */

.ori_line-all {
    display: flex;justify-content: space-between; width: 1021px;
}

.ori_line-top{
    width: 1018px; border-top: 2px solid #D9D9D9;
}

/* business-line */



.line-banner{
    position: relative;
    width: 100%;
    height: 600px;
    overflow:hidden;
}

.line-banner1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('/public/rent/img/line-sbanner1.png') no-repeat center center;
    background-size: cover;
     
}

.line-banner2{
    background-image: url('/public/rent/img/line-sbanner2.png');
}

.line-banner3{
    background-image: url('/public/rent/img/line-sbanner3.png');
}

.line-banner4{
    background-image: url('/public/rent/img/line-sbanner4.png');
}

.line-banner5{
    background-image: url('/public/rent/img/line-sbanner5.png');
}

.line-banner6{
    background-image: url('/public/rent/img/line-sbanner6.png');
}

.line-banner7{
    background-image: url('/public/rent/img/line-sbanner7.png');
}

.line-banner8{
    background-image: url('/public/rent/img/line-sbanner8.png');
}

.line-banner9{
    background-image: url('/public/rent/img/line-sbanner9.png');
}

.line-banner10{
    background-image: url('/public/rent/img/line-sbanner10.png');
}

.line-title{
    color:#fff;
    font-size: 72px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.line-text{
    margin-top:14px;
    margin-bottom:75px;
    max-width: 490px;
}

.line-img_content{
    display: flex;
    margin-bottom: 84px;
    justify-content: space-between;
}

.line-img{
    width: 30%;
}

.line-img:not(:last-child) {
    margin-right: 2%; /* 원하는 margin-right 값 */
}

.line-title-container{
    display: flex; width: 100%; max-width: 1200px; margin: 0 auto; 
}

.line-content-container{
    display: flex; width: 100%; max-width: 1200px; margin: 0 auto; flex-direction: column;  padding-top:54px;
}

.line_first_container{
    width:100%; background-color: #fff;
}

/* press.php */

.press_margin_top{
    margin-top:121px;
}

#bo_list .tbl_head01 a{
    color:black;
}

#bo_list{
    padding-left: 10px;
    padding-right: 10px;
}

.press_img {
    width: 282px;
    height: 188px;
}

.press_tcontent{
    width:100%; max-width: 1200px; margin: 0 auto; margin-bottom:100px;
}

.press_main-news {
    border: 1px solid #1f7ad1;
    color: #1f7ad1;
    font-size: 15px;
    height: 35px;
    display: flex;
    width: 78px;
    margin: 0 24px;
    justify-content: center;
    align-items: center;
}

.press_main-title{
    font-weight: bold;
}

.press_item{
    display: flex; padding-top: 54px; padding-bottom: 47px; border-bottom: 1px solid #D9D9D9;
}

.press_top-content{
    display: flex; align-items: center;
}

.press_content{
    margin-left: 24px;
    color: #888888;
    margin-top: 29px;
    margin-bottom: 50px;
}

.press_day{
    color:#888888;
    margin-left:53px;
    font-size: 18px;
}

.press_main-content.anment_main-content{
    width: 76%;
}

.press_main-content{
    width: 60%;
    padding-right: 5%;
}

.anment_main-content{
    width: 76%;
    padding-right: 5%;
}

.press_more{
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.fa-memo{
    margin-right: 8px;
}

.press_line{
    border-top: 5px solid #555555; margin-top: 30px;
}

.press_search input{
    font-size:18px;
}


.press_search button{
    font-size:18px;
}

.faq_content_div{
    display: flex; justify-content: space-between;
}


.faq_search_btn input{
    width: 306px; height: 50px; padding-left: 8px;
    border-radius: 0px;
    border: 2px solid #555555;
    vertical-align: top;
    font-size: 18px;
}

.faq_search_btn button{
    width: 78px; height: 50px; background-color: #555555; color:#fff; border: none; font-size: 18px;
}

.faq_label select{
    width: 180px; height: 50px; padding-left: 10px; margin-right: 24px;
}


.press_more a{
    color:black;
}

/* anment.php */

.press_count{
    font-size: 80px; font-weight: 900; color:#888888;
    text-align: center; margin:0;
    -webkit-text-stroke: 5px #888888;
}

.press_left-main{
    width: 15%;
}

.press_cday{
    color:#888888;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.press_item:hover{
    background-color: #F9FAFB;
}

.press_item:hover .press_count{
    color:black;
    -webkit-text-stroke: 5px black;
}

.press_item:hover .press_cday{
    color:black;
}

/* promo.php */

.promo_items{
    margin-top: 64px; display: flex;
}

.promo_item{
    text-align: center;
    margin-right: 24px;
    width: 33%;
}


.promo_item h2{
    font-size: 30px;
    -webkit-text-stroke: 1px black;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 27px;
}

.promo_item h3{
    font-size: 25px;
    color:#1f7ad1;
    font-weight: 400;
    margin-bottom: 16px;
}

.promo_item p{
    font-size: 18px;
    padding: 0 5px;
}

.promo_item img{
    width:100%;
}

.promo_tcontent{
    max-width: 1200px; margin: 0 auto;
}

.promo_gobtn{
    display: flex; border: 2px solid #1f7ad1; font-size: 20px; width: 343px; height: 80px;
    align-items: center; justify-content: space-between; padding: 0 20px; color:black;
}

.promo_gobtn:hover{
    color:#fff; background-color: #1f7ad1;
}

/* over.php */

.over_card {
    position:relative;
    max-height: 276px;
    color:#fff;
    height: 276px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition:all 0.4s;
    background-size: 100%;
    cursor: pointer;
    background: url(../img/common/main06-3.png) center no-repeat;
}

.over_card a{
    color:#fff;
    text-decoration:none;
    transition:all 0.2s
}
.over_card .color-overlay {
    max-height: 276px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.over_card:hover .color-overlay {
    background: rgba(64, 84, 94,0.5);
}
.over_card:hover .page6_title-content{
    margin-top: 70px;
    opacity: 1;
}
.over_title-content {
    text-align: center;
    margin: 45% 0 0 0;
    width: 100%;
    transition:all 0.6s;
    position:absolute;
    z-index: 30;
    top:0;
    left:0;
    opacity: 0;
}
.over_card h3, .over_card h1 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    display:inline-block;
}
.over_card h3 a{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition:all 0.2s;
    font-size: 20px;
}
.over_card h3 a:hover{
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}




.over_img {
    width: 100%;
    height: 276px;
}


.over_item{
    width: 23%;
    margin: 1%;
}

/* faq.php */

.faq_tcontent{
    width: 100%; max-width: 1200px; margin: 0 auto;
}

.faq_qu_d{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_qu_o {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d9d9d9;
    color:#fff;
    font-size: 30px;
    -webkit-text-stroke: 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_qu{
    align-items: center;
    display: flex;
    padding-top: 54px;
    padding-bottom: 47px;
    border-bottom: 1px solid #555555;
}

.faq_qu_content{
    padding-left: 30px;
    width: 80%;
}

.faq_arrow{
    width: 10%;
    text-align: center;
}

.faq_arrow {
    font-size: 30px;
}



.faq_an h2{
    font-weight: 100;
}

.faq_qu_content h2{
    line-height: 1.5;
}

.faq_an .faq_qu_o {
    background-color: #fff;
    border: 1px solid #888888;
    color:#d9d9d9;
    -webkit-text-stroke: 1px #d9d9d9;
}

.faq_arrow_btn{
    cursor:pointer;
}

.faq_item.on .faq_qu .faq_qu_o{
    background-color: #1f7ad1;
}

.faq_item.on .faq_qu .faq_qu_o{
    background-color: #1f7ad1;
}
.faq_an {
    background-color: #f6f6f6;
    overflow: hidden;
    max-height: 0;
    font-size: 14px;
    position: relative;
    transition: max-height 0.6s ease-out, padding 0.6s ease-out;
}
.faq_item.on .faq_an {
    max-height: 1000px; /* 충분히 큰 값으로 설정 */
    padding: 3% 0px;
}

.faq_ans{
    display: flex;
}

/* business.php */

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s, transform 0.75s;
}

.show {
    animation: slideUp 0.75s forwards;
}


.busi_tcontent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.busi_ul{
    display: flex;
    margin-top:74px;
    margin-bottom:100px;
}

.busi_ul h3{
    font-size:36px;
    margin-top:14px;
    margin-bottom: 15px;
}

.busi_ul p{
    font-size: 22px;
    line-height: 1.7;
    color:#555555;
}

.busi_ul li{
    width: 33%;
    position: relative;
}
    
.busi_ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #1f7ad1;
    transition: width 1s ease-in-out;
}

.busi_ul li.delay-1::after {
    transition-delay: 0.3s; /* 2번째 요소에 0.5초 딜레이 */
}

.busi_ul li.delay-2::after {
    transition-delay: 0.6s; /* 3번째 요소에 1초 딜레이 */
}

.busi_ul li.on::after {
    width: 100%;
}


.busi_ul li:not(:first-child) {
    margin-left: 2%;
}

.busi_a_content{
    display: flex;;
}

.busi_contents{
    margin-top: 100px;
    margin-bottom:100px;
}

.busi_contents h2{
    font-size:36px;
    margin-bottom: 52px;

}

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

.busi_info{
    padding-top: 27px;
    padding-bottom: 25px;
    border-top: 2px solid #d9d9d9;
    cursor: pointer;
}

.busi_info:last-child{
    border-bottom : 2px solid #d9d9d9;
}

.busi_info.on{
    border-top: 3px solid #1f7ad1;
}

.busi_info.on h3{
    color:#13356D;
}

.busi_text{
    width:49%;
    margin-right: 1%;
}



.busi_top_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
}

.busi_bottom_content{
    background-color: #F9FAFB;
    margin-top:25px;
}

.busi_bottom_content p{
    font-size:18px;
    color:#555555;
    line-height: 1.7;
}

.busi_info .busi_bottom_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.0s ease-in-out;
}

.busi_info.on .busi_bottom_content {
    max-height: 1000px; /* 충분히 큰 값으로 설정 */
    padding:20px;
}

.busi_img_div{
    width:50%;
    position:relative;
    height: 675px;
    display: flex;
    align-items: center;
}

.busi_img{
    position: absolute;
    z-index: 0;
    width:100%;
    max-height: 100%;
    opacity: 0;
    transition: opacity 1.0s ease-in-out;
}

.busi_img.on{
    z-index: 1;
    opacity: 1;
}
/*
.busi_info .fa-sort-up{
    color:#1f7ad1;
    display: none;
}

.busi_info .fa-sort-down{
    color:#888888;
    display: block;
}

.busi_info.on .fa-sort-down{
    display: none;
}

.busi_info.on .fa-sort-up{
    display: block;
}
*/
.busi_sort_list{
    position: relative;
}

.busi_info .fa-sort-up,
.busi_info .fa-sort-down {
    color: #888888;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
}

.busi_info .fa-sort-up {
    color: #1f7ad1;
}

.busi_info.on .fa-sort-up {
    opacity: 1;
}

.busi_info.on .fa-sort-down {
    opacity: 0;
}

.busi_info .fa-sort-down {
    opacity: 1;
}



/* infomation.php */

.info_tcontent{
    width: 100%; max-width: 1200px; margin: 0 auto;
}

.info_title{
    padding-bottom:10px;
    border-bottom: 2px solid transparent;
    font-size: 25px;
    cursor: pointer;
}

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

.info_title.on{
    color:#1f7ad1;
    border-bottom: 2px solid #1f7ad1;
}

.info_content{
    display: none;
}

.info_content.on{
    display: block;
}

.qna_item{
    height: 75px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.qna_item_top{
    height: 75px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.qna_item:hover{
    background-color: #F9FAFB;
}

.qna_no, .qna_name{
    width: 10%;
}

.qna_date{
    width: 20%;
}

.qna_title{
    width:60%;
}

/* branch */

.branch_search{
    border: 1px solid #d9d9d9;
    height: 400px;
    margin-top: 46px;
    margin-bottom: 57px;
}

.branch_search_bar{
    width: 66%;
    margin: 0 auto;
    border-bottom: 2px solid #575757;
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    margin-top:55px;
    padding-right: 20px;
    margin-bottom:30px;
}

.branch_search_bar input{
    border:none;
    font-size: 25px;
    padding-bottom: 8px;
    outline: none;
}

.branch_search_where{
    width: 100%;
    height: 274px;
    background-color: #f0f0f0;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 57px;
}

.branch_search_btn{
    background-color: #1f7ad1;
    color:#fff;
    font-size: 20px;
    width: 180px;
    height: 60px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.branch_line{
    width: 85%;
    border-top: 1px solid #575757;
}

.branch_search_radios{
    display: flex;
    width: 85%;
    flex-wrap: wrap;
}

.branch_search_radios1{

    margin-top: 48px;
    margin-bottom: 22px;
}



.branch_line{
    margin-top:45px;
    margin-bottom:27px;
}

.branch_search_radios_li{
    margin-bottom:10px;
}

.branch_search_radios_li:not(:last-child) {
    margin-right: 30px;
}

.branch_location_count{
    width: 100%;
    height: 60px;
    background-color: #d9d9d9;
    color: #575757;
    display: flex;
    font-size: 25px;
    align-items: center;
    padding-left:20px;
    margin-top:10px;
    margin-bottom:30px;
}

.branch_highlight{
    color:#1f7ad1;
    padding-left: 10px;
}

.branch_count{
    font-size:25px;
}

.branch_map_list{
    overflow-y: auto;
    height: 520px;
}

.branch_map{
    width: 50%;
    height: 520px;
}

.branch_title{
    padding-top:24px;
    margin-bottom:10px;
    font-weight: bold;
}

.branch_item_top{
    display: flex;
    margin-bottom: 26px;
}

.branch_item{
    width: 90%;
    border-bottom:1px solid #d9d9d9;
    font-size: 20px;
}

.branch_phone{
    width: 40%;
}

.branch_time{
    width: 40%;
}

.branch_road_name_title, .branch_lot_number_title{
    width: 20%;
}

.branch_road_name{
    color : #3c3c3c;
}

.branch_lot_number{
    color: #3c3c3c;
}

.branch_map_tcontent{
    display: flex;
}

.branch_item:hover{
    background-color: #F9FAFB;
}

/* location.php */

.location_map{
    margin-top:30px; padding-bottom: 80px; border-bottom: 1px solid #d9d9d9;
    width:100%; max-width: 1200px;
    height:400px;
}

.location_where{
    font-size: 30px;
    margin-top:75px;
    margin-bottom:93px;
}

.location_item{
    display: flex;
    margin-top:19px;
    margin-bottom:49px;
    align-items: center;

}


.location_item h3{
    font-size:25px;
    width: 20%;
    margin-left: 5%;
}

.location_item p{
    font-size:20px;
}

.location_item_phone_img{
    width: 40px;
}

/* opening.php */
.opening_highlight{
    margin-right:24px;
}

.opening_line{
    border-top: 3px solid #1f7ad1; width: 100%;
    margin-top:50px;
    margin-bottom:20px;
}

.opening_reason{
    line-height: 1.7;
    font-size:25px;
    color:#555555;
    
}

.opening_bottom_content{
    margin-top: 105px;
}

.opening_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.opening_item{
    position: relative;
    width:281px;
    height:281px;
    margin-top: 70px;
    border: 2px solid #d9d9d9;
}

.opening_count{
    width:40px;
    height:40px;
    color:#fff;
    background-color: #1f7ad1;
    border-radius: 50%;
    position:absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening_img_content{
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.opening_menu_content{
    background-color: #eeeeee;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:30px;
    color:#111111;
}

.guide_item{
    display: flex;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    align-items: center;
}

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

.guide_item.vans{
    flex-direction: column;
}



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

.guide_item p{
    font-size:25px;
    color:#555555;
}

.guide_img_div{
    width: 85px;
    margin-left: 10px;
}

.guide_img_div .fa-solid{
    font-size: 50px;
    color:#13568D;
}

.highlight-title.guide {
    padding-left: 13px;
}

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

.guide_items{
    margin-top: 100px;
}

.guide_semi_text{
    font-size:20px;
    color:#555555;
}



/* short.php */

.short_title_content{
    font-size:30px;
    margin-top:25px;
}

.short_highlight{
    font-weight: bold;
    color:black;
}

.fa-location-dot{
    font-size:40px;
}

.location_item_phone_img{
    font-size:30px;
}

.location_icon{
    color:#1f7ad1;
    width:50px;
}

.vans_top_text{
    display: flex;
    align-items: center;
    
}

.vans_top_text.all{
    align-items: flex-start;
}

.vans_item h3{
    font-size:25px;
    color:black;
    margin-bottom:40px;
}

.vans_item p{
    font-size:25px;
    color:#555555;
    line-height: 2;
}

.vans_item{
    width:386px;
    height:386px;
    border: 2px solid #1f7ad1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.vans_item:last-child {
    color:white;
    background-color: #1f7ad1;
}

.vans_item:last-child h3{
    color:white;
}

.vans_item:last-child p{
    color:white;
}

.vans_items{
    margin-top:42px;
    display: flex;
    flex-wrap: wrap;
}

.vans_item3{
    text-align: center;
    margin-bottom:20px;
}

.vans_item3 p{
    margin-top: 25px;
}

.vans_item3 img{
    width:383px;
    height:256px;
    margin-right:25px;
}

.vans_item3.none img{
    margin-right:0;
}

.vans_table{
    font-size: 18px;
    color: #444;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width:100%;
}

.vans_table thead td{
    background-color: #1f7ad1;
    color:#fff;
    font-size:19px;
}

.vans_table td{
    border: 1px solid #ddd;
    padding: 25px 0;
}

/* sharing.php */

.sharing_select_menus{
    display: flex;
    margin-top: 50px;

}

.sharing_select_menu{
    width:282px;
    height:84;
    background-color: #d9d9d9;
    font-size: 25px;
    color:#555555;
    display: flex;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sharing_select_menu.on{
    background-color: #1f7ad1;
    color:#fff;
}

.opening_line.sharing{
    margin-top:0;
}

.sharing_highlight{
    color:#000;
}

.sharing_item{
    width:386px;
    height:386px;
    border: 2px solid #1f7ad1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sharing_item:not(:last-child) {
    margin-right: 21px;
}

.sharing_item img{
    width: 85px;
}

.sharing_item h3{
    font-size:25px;
    margin: 33px 0px;
}

.sharing_item p{
    font-size:20px;
    color:#555;
    line-height: 1.7;   
}

.sharing_item_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sharing_item3{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d9d9d9;
}

.sharing_item3 img{
    width: 50%;
    margin-right: 1%;
}

.sharing_item3_right_menu{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sharing_item3_right_menu h3{
    font-size:25px;   
    margin-bottom: 20px;
}

.sharing_item3_right_menu p{
    font-size:20px;
}

.sharing_items{
    width:100%;
}

.vans_table.sharing tbody tr td:nth-child(2){
    background: #f3fbfc;
    color: #111;
}
.vans_table.sharing tbody tr td:nth-child(3){
    background: #fff;
    color: #555;
}

.sharing_select_content{
    display: none;
}

.sharing_select_content.on{
    display: block;
}

.sharing_icon_item{
    width:33%;
    margin:1%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

}

.sharing_icon_items{
    display:flex;
    margin-top: 40px;
    width:100%;
}

.sharing_item3_right_menu.icon_item h3{
    margin-top: 20px;
}

.opening_text_content{
    width:100%;
}

.opening_reason div{
    display: flex;
    align-items: center;
}

.list_margin_top{
    margin-top:121px;
}

.opening_th1{
    font-size:30px;
    margin-bottom:20px;
}

.deo_img_content{
    margin-left: 8%;
}

.deo_img_content img{
    width:30%;
}

.deo_img_content button{
    margin-top: 20px; background: #207ad1; border: solid 1px #eee; padding: 10px;
    height: 60px; width:200px; font-size: 20px; color: #fff; 
}

.camping_img{
    width:100%;
}

.d3_view{
    max-width: 180px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
    background: #308dd8;
    color: #fff;
    margin: 0 auto;
    border: none;
}

.kakao_btn{
    max-width: 200px;
    width: 100%;
    text-align: center;
    background: #391b1b;
    color: #f9e000;
    padding: 10px 0;
    border:none;

}

.insta_btn{
    max-width: 200px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #5a69e5 0%, #f33a50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a69e5', endColorstr='#f33a50',GradientType=1 );
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border:none;
}

.vans_table.cam{
    margin-top: 30px;
}

.air_img{
    width: auto;
    margin-left: 95px;
    margin-top: 30px;
}

.kakao_a {
    display: flex;
    color:black;
    background-color: #fae24c;
    padding: 10px;
    align-items: center;
    width: 150px;
    justify-content: center;
    font-size: 18px;
}

.kakao_div{
    display: flex;
    margin-bottom:55px;
    margin-top:63px;
    justify-content: space-between;
    
}

.kakao_div .maintitle{
    margin:0;
}


.kakao_a img{
    width: 27px;
    margin-right:5px;
}

.han_down{
    width:150px; margin-right:15px; height:44px; background-color: green;
    color:#fff; font-size:18px; display: flex; align-items: center;
    justify-content: center;
}