/* 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;
}

.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;
}

.go_page_btn {
    position: fixed;
    top: 10%;
    right: 0;
    width: 60px;
    text-align: center;
    height: 150px;
    font-size: 11px;
    padding-right: 27px;
    writing-mode: vertical-rl;
    background-color: #13568D;
    color: white;
    z-index: 998;
    transition: all 0.3s ease;
    transform: translateX(10px);
}

.go_page_btn:hover {
    transform: translateX(0px);
    padding-right: 20px;
}


.subtitle {
    font-weight: 900;
}

.highlight-title {
    color: #13568D;
}

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

/* navi */

#navigation {
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
}

#navigation .inner {
    width: 1240px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: #fff;
    z-index: 99;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

#navigation #navi_home {
    padding: 0 20px;
    line-height: 70px;
    border-right: 1px solid #ddd;
}

#navigation #navi_home a {
    width: 100%;
    height: 100%;
    display: block;
}

#navigation #navi_home i {
    font-size: 2.5em;
    color: #333;
}

#navigation .navi {
    width: 300px;
    height: 100%;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

#navigation .tit {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
}

#navigation .slide {
    display: none;
}

#navigation .slide.on {
    display: block;
}

#navigation .navi ul {
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999999999999;
}

#navigation ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

#navigation ul li:hover {
    background-color: #333;
}

#navigation ul li:hover a {
    display: block;
    color: #f6f6f6;
}

#navigation ul li:hover a::after {
    right: 20px;
    opacity: 1;
    transition: all 0.3s;
}

#navigation ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    opacity: 0;
}

#navigation ul li a {
    font-size: 14px;
    color: #333;
}

#navigation .navi_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

#navigation .navi_btn.on span:after {
    content: "\f106";
}

#navigation .navi_btn span::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: FontAwesome;
    font-size: 2.3em;
    opacity: 0.8;
}

/* 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;
    justify-content: center;

}

.page_num-btn.active {
    background-color: #13568D;
    color: #fff !important;
}

/* ceo.php */

.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%);
}

.cmo_nav_content {
    display: none;
}

.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;
    height: 777px;
}

/* history.php */

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

.history_li.on {
    color: #13568D;
}

.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: #13568D;
    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: #13568D !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/branch/img/line-sbanner1.png') no-repeat center center;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

.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 */

#bo_list .tbl_head01 a {
    color: black;
}

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

.press_img {
    width: 282px;
    height: 188px;
    object-fit: contain;
}

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

.press_main-news {
    border: 1px solid #13568D;
    color: #13568D;
    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;
    position: relative;
    cursor: pointer;
}

.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 {
    font-size: 18px;
}

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

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

.faq_search_btn input:focus-visible {
    outline: none;
}

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

.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: #13568D;
    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 #13568D;
    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: #13568D;
}

/* 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;
    object-fit: cover;
}


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

.over_item .over_item_p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    TEXT-SHADOW: 3PX 3PX 20PX BLACK;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.over_img_content {
    position: relative;
    display: block;
}

.over_img_content::after {
    transition: background-color 0.3s ease;
}

.over_item:hover .over_item_p {
    opacity: 1;
}

.over_item:hover .over_img_content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 반투명한 검은색 */
    transition: background-color 0.3s ease;
    /* 호버 시 전환 효과 */
}


/* 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 {
    position: relative;
}

.faq_item.on .faq_qu .faq_qu_o {
    background-color: #13568D;
}

.faq_item.on .faq_qu .faq_qu_o {
    background-color: #13568D;
}

.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;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.busi_li p {
    position: absolute;
    color: white;
    font-size: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    TEXT-SHADOW: 3PX 3PX 20PX BLACK;
}

.busi_ul img {
    width: 100%;

}

.busi_li {
    width: 31%;
    margin: 1%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}

.busi_li:hover .busi_img_content::after {
    background-color: transparent;
}

.busi_img_content {
    position: relative;
    display: block;
}

.busi_img_content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 반투명한 검은색 */
    transition: background-color 0.3s ease;
    /* 호버 시 전환 효과 */
}

.busi_img_content:hover::after {
    background-color: transparent;
    /* 호버 시 더 어둡게 */
}


.busi_ul li:nth-child(3n+1) {
    margin-left: 0;
}

/* 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: #13568D;
    border-bottom: 2px solid #13568D;
}

.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;
    position: relative;
}

.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%;
    color: black;
}

/* 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: #13568D;
    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%;
}

.branch_search_radios1 {

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



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



.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: #13568D;
    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;
}

.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;
}


.press_view_top {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.press_view_top div {
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #13356D;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
}

.press_view_top h3 {
    font-size: 20px;
}

.press_view_top_content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.press_view_content {
    padding: 0 20px;

}

.press_view_bottom {
    display: flex;
}

.press_view_bottom div {
    margin-right: 10px;
}

.press_view_bottom p {
    color: #aaa;
    font-size: 14px;
}

.press_view_form {
    min-height: 300px;
    margin-top: 50px;
}

.press_view_bottom_content {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 50px;
}

.press_vbct {
    display: flex;
    height: 60px;
}

.press_vbct p {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.press_vbct.top {
    border-bottom: 1px solid #e5e5e5;
}

.press_vbct.none {
    color: #ccc;
}

.press_vbct .fa-solid {
    margin-right: 10px;
}

.press_vbct span {
    display: flex;
    align-items: center;
}

.press_get_list {
    width: 220px;
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid #333;
    color: black;
}

.press_get_list:hover {
    border: 2px solid #13568D;
    color: #13568D;
}

.press_write_content {
    display: flex;
    border-top: 2px solid #222;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.press_write_item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.press_write_litem {
    display: flex;
    align-items: center;
    width: 20%;
    height: 80px;
    padding: 15px 30px;
    border-right: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.press_write_ritem {
    width: 100%;
    padding: 15px 20px;
}

.press_write_input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 30px;
    font-size: 16px;
}

.press_write_textarea {
    width: 100%;
    height: 300px;
    padding: 20px 30px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}

.press_write_litem_area {
    display: flex;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 15px 30px;
    border-right: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.sub_write_btn {
    width: 100px;
    height: 50px;
    background-color: #13568D;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.delete_board_btn {
    color: black;
    height: 20px;
}

.update_board_btn {
    color: black;
    height: 20px;
    margin-left: 10px;
}

.admin_bo_menus {
    position: absolute;
    right: 2%;
    top: 10%;
}


.promoBox {
    margin-top: 60px;
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 100px;
}

.promoBox>* {
    width: 50%;
}

.promoBox .le img {
    width: 100%;
}

.promoBox form h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.promoBox form>div>p {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.promoBox form .promoIn>* {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.promoBox form .promoIn .promoInT {
    width: 17%;
    font-size: 15px;
    line-height: 40px;
}

.promoBox form .promoIn .promoInfo1>span {
    display: block;
    position: relative;
    flex-grow: 1;
    margin-bottom: 20px;

}

.promoBox form .promoIn .promoInfo1 i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0);
    font-size: inherit;
    line-height: 40px;
}

.promoBox form .promoIn .promoInfo1:has(ul.open) i {
    transform: translateY(-50%) rotate(180deg);
}

.promoBox form .promoIn .promoSel-box {
    border: 1px solid #D9D9D9;
    line-height: 40px;
    font-size: 15px;
    color: #555555;
    display: block;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
}

.promoBox form .promoInfo1 ul {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    max-height: 0px;
    overflow-y: auto;
    background-color: #fff;
}

.promoBox form .promoInfo1 ul.open {
    border: 1px solid #D9D9D9;
    transition: 0.2s ease-in-out;
    max-height: 300px;
}

.promoBox form .promoInfo1 ul li {
    line-height: 30px;
    padding: 5px 20px;
    font-size: 15px;
    cursor: pointer;
}

.promoBox form .promoInfo1 ul li:hover {
    background-color: #f6f6f6;
}

.promoBox form .promoInfo1 p {
    width: 100%;
    background-color: #F2FAFF;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 17%;
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
}

.promoBox form .promoInfo2 textarea {
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    resize: none;
    flex-grow: 1;
    height: 180px;
    margin-bottom: 40px;
}

.promoBox form .promoCheck {
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.promoBox form .promoCheck input {
    width: 18px;
    height: 18px;
}

.promoBox form .promoCheck label {
    font-size: 15px;
    color: #777;
    cursor: pointer;
}

.promoBox form .promoIn>button {
    appearance: none;
    line-height: 60px;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #13568d;
    color: white;
    border: none;
}



.answerBox {
    margin-top: 40px;
    padding: 20px 15px;
    background-color: #f2f2f2;
    width: 100%;

}

.answerBox .aboxLi:not(:last-of-type) {
    padding-bottom: 15px;
}
.answerBox .aboxLi:not(:first-of-type) {
    padding-top: 15px;
    border-top: 1px dashed #d9d9d9;
}

.answerBox .aInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.answerBox .aInfo span {
    font-size: 15px;
}

.answerBox .aInfo span:first-of-type {
    font-weight: 700;
}

.answerBox .aInfo span:nth-of-type(2) {
    margin-right: auto;
    margin-left: 7px;
    font-size: 13px;
    color: #7d7d7d;
}



.answerBox .aInfo span input{
    appearance: none;
    line-height: 2;
    border: none;
    padding: 0 5px;
}
.answerBox .aInfo span:has(button) {
    margin-left: 10px;
}

.answerBox .aInfo button {
    width: 60px;
    background-color: #13356D;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}
.answerBox .aInfo button.edBtn {
    background-color: #fff;
    color: #000;
    border: 1px solid #13356D;
}
.answerBox textarea.aText {
    resize: none;
    border: none;
    background-color: #fff;
}
.answerBox .aText {
    width: 100%;
    min-height: 50px;
    border-top: 1px solid #858585;
    padding: 15px 10px;
    margin-top: 10px;
}

.answerBtn{
    position: absolute;
    top: -20px;
    right: 0;
    width: 120px;
    background-color: #13356D;
    color: #fff;
    font-size: 14px;
    line-height: 3;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}

.abox_submit{
    margin-right: revert !important;
}

.aboxLi.wrt {
    display: none;
}

.aboxLi.wrt.active{
    display: block;
}

.answerBox {
    display: none;
}

.answerBox.active{
    display: block;
}


.vt_mid {display: inline-block; vertical-align: middle;}
.vt_top {display: inline-block; vertical-align: top;}
.vt_bot {display: inline-block; vertical-align: bottom;}
.fs0 {font-size:0;}
.grid {display: grid; width: 100%; height: 100%; justify-content: center; align-content: center;}
.travel_container > * {box-sizing: border-box;}
.travel_container .imgcover {width: 100%; height: 100%; object-fit: cover;}
.bluebg {background: #F3F7FC; margin: 50px 0; padding: 50px 0;}

.travel_container {width: 100%; margin-bottom: 150px;}
.travel_container .inner {max-width: 1200px; margin: 0 auto;}
.travel_container .section {margin-bottom: 50px;}
.travel_container .section.mb0 {margin-bottom: 0;}
.travel_container .section:last-child {margin-bottom: 0;}
.travel_container .main_img {width: 600px; height: 400px; background: lightgray; border-radius: 16px; overflow: hidden;}
.travel_container .main_img img {transition: 300ms;}
.travel_container .main_img:hover img {transform: scale(1.1);}
.travel_container .main_txt {width: calc(100% - 600px); padding-left: 30px;}
.travel_container .mt1 {margin-bottom: 40px; font-size: 40px; font-weight: bold;}
.travel_container .mt1 .orange {color: #F29A2E;}
.travel_container .mt1 .green {color: #4E8B57;}
.travel_container .mt2 {margin-bottom: 50px; white-space: nowrap;}
.travel_container .mt2 .keybox {margin-right: 30px;}
.travel_container .mt2 .keybox:last-child {margin-right: 0}
.travel_container .mt2 .keybox .circle {width: 60px; margin-right: 10px;}
.travel_container .mt2 .keybox .circle img {width: 100%;}
.travel_container .mt2 .keybox .key {color: #1D2A3A; font-size: 20px; font-weight: 600;}
.travel_container .mt3 .p1 {font-size: 20px; margin-bottom: 30px; line-height: 1.4;}
.travel_container .mt3 .p2 {font-size: 22px; font-weight: 600;}

.travel_container .title_area {margin-bottom: 24px;}
.travel_container .title_area .t_h4 {margin-bottom: 10px; font-size: 24px; font-weight: bold;}
.travel_container .title_area .t_sub {font-size: 16px; font-weight: 500;}
.travel_container .ct_area .border_box {border-radius: 16px; overflow: hidden;  border: 1px solid #ddd; margin-right: 16px; display: inline-block; vertical-align: top;}
.travel_container .ct_area .border_box:last-child {margin-right: 0;}
.travel_container .ct_area .border_box.box5 {width: calc((100% - 64px) / 5);}
.travel_container .ct_area .border_box .img_area {width: 100%; height: 200px; background: lightgray; overflow: hidden;}
.travel_container .ct_area .border_box .img_area img {transition: 300ms;}
.travel_container .ct_area .border_box .txt_area {padding: 20px 16px;}
.travel_container .ct_area .border_box .txt_area .title {margin-bottom: 10px; font-size: 20px; font-weight: bold;}
.travel_container .ct_area .border_box .txt_area .sub {margin-bottom: 34px; height: 36px; font-size: 16px; color: #545456; word-break: keep-all;}
.travel_container .ct_area .border_box .txt_area .location {white-space: nowrap;}
.travel_container .ct_area .border_box .txt_area img {width: 20px; margin-right: 6px;}
.travel_container .ct_area .border_box .txt_area .loc {font-size: 14px; color: #545456;}
.travel_container .ct_area .border_box:hover .img_area img {transform: scale(1.1);}

.travel_container .ct_area .shadow_box {margin-right: 16px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-radius: 16px; padding: 20px; background: #fff; display: inline-block; vertical-align: top;}
.travel_container .ct_area .shadow_box.box3 {width: calc((100% - 48px) / 3);}
.travel_container .ct_area .shadow_box.box4 {width: calc((100% - 64px) / 4);}
.travel_container .ct_area .shadow_box:last-child {margin-right: 0;}
.travel_container .ct_area .shadow_box .shd_top {margin-bottom: 20px;}
.travel_container .ct_area .shadow_box .shd_top .icon {width: 22px;}
.travel_container .ct_area .shadow_box .shd_top .icon img {width: 100%;}
.travel_container .ct_area .shadow_box .shd_top .course {padding-left: 10px; width: calc(100% - 22px);}
.travel_container .ct_area .shadow_box .shd_top .course.co1 .co_top {color: #161F8C;}
.travel_container .ct_area .shadow_box .shd_top .course.co2 .co_top {color: #056887;}
.travel_container .ct_area .shadow_box .shd_top .course.co3 .co_top {color: #1A7716;}
.travel_container .ct_area .shadow_box .shd_top .course .co_top {margin-bottom: 12px; font-size: 18px; font-weight: 600;}
.travel_container .ct_area .shadow_box .shd_top .course .co_bot {color: #545456; font-size: 14px;}
.travel_container .ct_area .shadow_box .img_area {width: 100%; height: 144px; overflow: hidden; border-radius: 10px; margin-bottom: 16px;}
.travel_container .ct_area .shadow_box .img_area img {transition: 300ms;}
.travel_container .ct_area .shadow_box .shd_bot {display: flex; justify-content: space-between;}
.travel_container .ct_area .shadow_box .shd_bot span {font-size: 14px;}
.travel_container .ct_area .shadow_box .shd_bot span.bold {font-weight: bold; margin-left: 6px;}
.travel_container .ct_area .shadow_box .shd_bot .right img {margin-right: 4px;}
.travel_container .ct_area .shadow_box:hover .img_area img {transform: scale(1.1);}

.travel_container .section.mb30 {margin-bottom: 30px;}
.travel_container .ct_area .cs_box {padding: 16px 20px; border: 1px solid #ddd; border-radius: 16px; margin-right: 16px; position: relative; transition: 300ms; display: inline-block; vertical-align: top;}
.travel_container .ct_area .cs_box:hover {box-shadow : 0 4px 10px rgba(0,0,0,0.1);}
.travel_container .ct_area .cs_box:last-child {margin-right: 0;}
.travel_container .ct_area .cs_box.box4 {width: calc((100% - 48px) / 4);}
.travel_container .ct_area .cs_box .icon_circle {width: 60px; height: 60px; background: #F3F7FC; border-radius: 50%;}
.travel_container .ct_area .cs_box .icon_circle img {width: 36px;}
.travel_container .ct_area .cs_box .txt_area {padding-left: 10px;}
.travel_container .ct_area .cs_box .txt_area .black {font-size: 18px; font-weight: bold;}
.travel_container .ct_area .cs_box .txt_area .gray {color: #545456; font-size: 14px; margin-top: 10px;}
.travel_container .ct_area .cs_box .arrow {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); display: none;}

.travel_container .banner {width: 100%; height: 226px; border-radius: 16px; overflow: hidden; position: relative; background: url('/public/branch/img/jeju/jeju-rentban.jpg') no-repeat center center / cover;}
.travel_container .banner::after {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); content: ""; display: block; top: 0; left: 0;}
.travel_container .banner .ban_txt {position: absolute; top: 50%; left: 120px; transform: translateY(-50%); color: #fff; z-index: 3;}
.travel_container .banner .ban_title {margin-bottom: 24px;}
.travel_container .banner .ban_title .ban_t1 {font-size: 26px; margin-bottom: 10px; font-weight: bold;}
.travel_container .banner .ban_title .ban_t2 {font-size: 16px;}
.travel_container .banner .ban_btn_area .white_btn {background: #fff; padding: 14px 14px 14px 20px; border: none; border-radius: 50px; transition: 300ms; cursor: pointer; display: inline-block;}
.travel_container .banner .ban_btn_area .white_btn .vt_mid {font-size: 16px; font-weight: bold; color: #222;}
.travel_container .banner .ban_btn_area .white_btn .arrow {width: 22px; margin-left: 10px;}
.travel_container .banner .ban_btn_area .white_btn:hover {background: #E5E5E5;}


.travel_container .guide .ct_area .border_box.gui {width: calc((100% - 216px) / 4); vertical-align: middle; text-align: center; padding: 20px 16px 0; height: 290px; margin-right: 0;}
.travel_container .guide .ct_area .arrow {width: 40px; margin: 0 16px;}
.travel_container .guide .ct_area .arrow img {width: 100%;}
.travel_container .guide .ct_area .border_box .gu1 {margin-bottom: 24px; font-size: 22px; font-weight: bold;}
.travel_container .guide .ct_area .border_box .gu2 {width: 90px; margin: 0 auto 24px;}
.travel_container .guide .ct_area .border_box .gu2 img {width: 100%;}
.travel_container .guide .ct_area .border_box .gu3 .black {font-size: 22px; font-weight: bold; margin-bottom: 12px;}
.travel_container .guide .ct_area .border_box .gu3 .gray {font-size: 16px; color: #545456;}

.travel_container .ct_area.guide_shd .shadow_box {height: 110px;}
.travel_container .ct_area .shadow_box .icon_area {padding-left: 10px; width: 60px;}
.travel_container .ct_area .shadow_box .icon_area img {width: 100%;}
.travel_container .ct_area .shadow_box .txt_area {padding-left: 24px; width: calc(100% - 60px);}
.travel_container .ct_area .shadow_box .txt_area .black {font-size: 18px; font-weight: bold; margin-bottom: 8px;}
.travel_container .ct_area .shadow_box .txt_area .gray {font-size: 14px; color: #545456; line-height: 1.4; height: 38px}


@media (max-width: 1232px) {
    .travel_container .inner {padding: 0 16px;}
    .travel_container .main_img {width: 440px; height: 360px;}
    .travel_container .main_txt {width: calc(100% - 440px); padding-left: 20px;}
    .travel_container .mt1 {margin-bottom: 24px; font-size: 36px;}
    .travel_container .mt2 .keybox .circle {width: 50px;}
    .travel_container .mt2 {white-space: inherit;}
    .travel_container .mt2 .keybox {margin-bottom: 10px;}
    .travel_container .mt2 {margin-bottom: 26px;}
    .travel_container .mt3 .p1 {font-size: 18px; margin-bottom: 16px;}
    .travel_container .mt3 .p2 {font-size: 20px;}

    .travel_container .ct_area .border_box .img_area {height: 160px;}
    .travel_container .ct_area .border_box .img_area img {width: 120%;}
    .travel_container .ct_area .border_box .txt_area {padding: 16px 12px;}
    .travel_container .ct_area .border_box .txt_area .title {font-size: 18px;}
    .travel_container .ct_area .border_box .txt_area .sub {font-size: 14px;}
    .travel_container .ct_area .border_box.box5 {width: calc((100% - 32px) / 3);}
    .travel_container .ct_area .border_box {margin-bottom: 10px; margin-right: 16px;}
    .travel_container .ct_area .border_box:nth-child(3n) {margin-right: 0;}

    .travel_container .ct_area .shadow_box .shd_top .course .co_bot {height: 32px;}
    .travel_container .ct_area .shadow_box .shd_bot .left {display: none;}
    
    .travel_container .ct_area .cs_box {text-align: center;}
    .travel_container .ct_area .cs_box .txt_area {display: block; margin-top: 10px; padding-left: 0;}
    
    .travel_container .banner .ban_txt {left: 90px;}

    .travel_container .guide .ct_area .arrow {width: 20px; margin: 0 10px;}
    .travel_container .guide .ct_area .border_box.gui {width: calc((100% - 120px) / 4); height: inherit;}
    .travel_container .guide .ct_area .border_box .gu2 {width: 70px; margin: 0 auto 20px;}
    .travel_container .guide .ct_area .border_box .gu1 {margin-bottom: 14px; font-size: 20px;}
    .travel_container .guide .ct_area .border_box .gu3 .black {font-size: 20px; margin-bottom: 8px;}
    .travel_container .guide .ct_area .border_box .gu3 .gray {height: 70px; font-size: 14px;}

    .travel_container .ct_area.guide_shd .shadow_box {height: 160px;}
    .travel_container .ct_area .shadow_box .icon_area {padding-left: 0; display: block; width: 50px;}
    .travel_container .ct_area .shadow_box .txt_area {padding-left: 0; width: 100%; margin-top: 10px;} 
    .travel_container .ct_area .shadow_box .txt_area .black {font-size: 16px;}
    .travel_container .ct_area .shadow_box .txt_area .gray {font-size: 12px;}
    
}

@media (max-width: 768px) {
    .travel_container .section {margin: 30px 0;}
    .bluebg {margin: 30px 0; padding: 30px 0;}
    .travel_container .maintitle {margin: 50px 0 24px;}
    .travel_container .main_img {width: 100%; height: 260px; margin-bottom: 16px;}
    .travel_container .main_txt {width: 100%; padding-left: 0;}
    .travel_container .mt1 {font-size: 28px; margin-bottom: 20px;}
    .travel_container .mt2 {margin-bottom: 22px;}
    .travel_container .mt2 .keybox {margin-right: 16px;}
    .travel_container .mt2 .keybox .circle {width: 36px; margin-right: 6px;}
    .travel_container .mt2 .keybox .key {font-size: 16px;}
    .travel_container .mt3 .p1 {font-size: 16px; margin-bottom: 12px;}
    .travel_container .mt3 .p2 {font-size: 16px;}

    .travel_container .title_area {margin-bottom: 20px;}
    .travel_container .title_area .t_h4 {font-size: 20px; margin-bottom: 6px;}
    .travel_container .title_area .t_sub {font-size: 14px;}
    .travel_container .ct_area .border_box.box5 {width: calc((100% - 10px) / 2); margin-right: 10px;}
    .travel_container .ct_area .border_box:nth-child(2n) {margin-right: 0;}
    .travel_container .ct_area .border_box .txt_area .title {font-size: 16px;}
    .travel_container .ct_area .border_box .txt_area img {width: 16px;}
    .travel_container .ct_area .border_box .img_area {height: 120px;}

    .travel_container .ct_area .shadow_box {margin-right: 0; margin-bottom: 10px;}
    .travel_container .ct_area .shadow_box.box3 {width: 100%;}
    .travel_container .ct_area .shadow_box .shd_top .course .co_bot {height: inherit;}
    .travel_container .ct_area .shadow_box .shd_bot .left {display: inline-block;}
    .travel_container .section.mb30 {margin-bottom: 6px;}

    .travel_container .ct_area .cs_box .txt_area {display: inline-block;}
    .travel_container .ct_area .cs_box.box4 {width: calc((100% - 10px) / 2);}
    .travel_container .ct_area .cs_box {margin-right: 10px; margin-bottom: 10px; text-align: left; padding: 14px 10px; border-radius: 10px;}
    .travel_container .ct_area .cs_box:nth-child(2n) {margin-right: 0;}
    .travel_container .ct_area .cs_box .icon_circle {width: 34px; height: 34px;}
    .travel_container .ct_area .cs_box .icon_circle img {width: 22px;}
    .travel_container .ct_area .cs_box .txt_area {padding-left: 10px; margin-top: 0;}
    .travel_container .ct_area .cs_box .txt_area .black {font-size: 14px;}
    .travel_container .ct_area .cs_box .txt_area .gray {font-size: 12px; margin-top: 4px;}

    .travel_container .banner {border-radius: 10px; height: 200px;}
    .travel_container .banner .ban_txt {left: 20px;}
    .travel_container .banner .ban_title .ban_t1 {font-size: 22px;}
    .travel_container .banner .ban_title .ban_t2 {font-size: 12px;}
    .travel_container .banner .ban_btn_area .white_btn {padding: 10px 10px 10px 16px;}
    .travel_container .banner .ban_btn_area .white_btn .vt_mid {font-size: 14px;}
    .travel_container .banner .ban_btn_area .white_btn .arrow {width: 20px; margin-left: 6px;}

    .travel_container .guide .ct_area .arrow {display: none;}
    .travel_container .guide .ct_area .border_box.gui {width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 10px; padding: 16px 10px 0;}
    .travel_container .guide .ct_area .border_box.gui.nd2 {margin-right: 0;}
    .travel_container .guide .ct_area .border_box .gu1 {font-size: 16px; margin-bottom: 10px;}
    .travel_container .guide .ct_area .border_box .gu2 {width: 60px; margin: 0 auto 16px;}
    .travel_container .guide .ct_area .border_box .gu3 .black {font-size: 16px;}
    .travel_container .guide .ct_area .border_box .gu3 .gray {font-size: 12px; height: 48px;;}

    .travel_container .ct_area .shadow_box.box4 {width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 10px;}
    .travel_container .ct_area .shadow_box.box4:nth-child(2n) {margin-right: 0;}
    .travel_container .ct_area .shadow_box .icon_area {width: 40px;}

}

.all_top_img {object-fit: cover;}

/* 푸터 수정 */
a.mailto {color: #222; text-decoration: underline;}
.foo-info .text_wrap {color: #555;}
.foo-info .text_wrap .line {width: inherit; border: none; margin-bottom: 8px; font-size: 16px;}
.foo-info .text_wrap .line:last-child {margin-bottom: 0;}

.fmt_area {width: 240px; padding: 10px 0; background: url("/branch/img/arrow_down.svg") no-repeat center right / 20px; border-color: #888888; color: #555;}
.fmt_area p {font-size: 16px;}
.fmt_area .f-tab {border-color: #888;}
.fmt_area ul li {font-size: 16px; color: #555; height: inherit;}
.sns_area li {width: 28px; margin-right: 20px;}
.sns_area li:last-child {margin-right: 0;}
.sns_area li a {width: 100%; display: block;}
.sns_area li a img {width: 100%;}

.f_bottom {text-align: center; color: #555; margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd; width: 100%;}
.f_bottom .fb_1 .f_li {display: inline-block; vertical-align: middle;}
.f_bottom .fb_1 .f_li .f_a {font-size: 16px; color: #555; padding: 10px 12px; box-sizing: border-box; display: inline-block; position: relative;}
.f_bottom .fb_1 .f_li .f_a::aFter {content: ""; display: inline-block; width: 1px; height: 12px; background: #ddd; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%);}
.f_bottom .fb_1 .f_li:last-child .f_a::aFter {display: none;}
.f_bottom .fb_1 .f_li .f_a .bold {font-weight: bold;}

.f_bottom .fb_2 {margin: 10px 0 20px; font-size: 12px; line-height: 1.5;}
.f_bottom .fb_2 .fb2_top {margin-bottom: 8px;}
.f_bottom .fb_2 .fb2_top .left {font-size: 14px; font-weight: 500;}
.f_bottom .fb_2 .fb2_top img {margin-left: 4px;}

.f_bottom .fb_3 {font-size: 14px; color: #555;}

@media (max-width: 768px) {
    .sns_area li {width: 24px;}
    .foo-info .text_wrap .line {font-size: 14px;}
    .f_bottom .fb_1 .f_li .f_a {font-size: 14px; padding: 6px 12px;}
    .fmt_area {width: 100%; max-width: 200px; padding: 6px 0; margin-top: 0;}
    .foo-info {gap: 10px;}
    .family-tab {height: 40px;}
}




