@media screen and (min-width: 1280px) {
    .daehangobchang_brand{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1267px;
        margin: 0 auto;
    }
}

.page {
    width: 100%;
}

.page.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page.main .floor {
    position: relative;
}

.page.main .floor.first {
    height: 884px;
}

.page.main .floor.first .banner_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.page.main .floor.first .banner_nav .nav_location {
    margin-top: 50px;
    margin-bottom: 20px;
}

.page.main .floor.first .banner_nav .nav_title {
    margin-bottom: 38px;
    font-size: 35px;
}

.page.main .floor.first .nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    border-top: 1px solid #005660;
}

.page.main .floor.first .nav_menu .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9px;
    height: 66px;
    border-top: 3px solid transparent;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

/*.page.main .floor.first .nav_menu .items:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    border-top: 3px solid #005660;
}*/

.page.main .floor.first .nav_menu .items.active {
    border-top: 3px solid #005660;
}


.page.main .floor.second {
    padding-top: 115px;
}

.page.main .floor.second .blank_area {
    height: 40px;
    position: relative;
}

.page.main .floor.second .blank_area .deahan_img {
    position: absolute;
    width: 92px;
    height: 197px;
}

.page.main .floor.second .blank_area .deahan_img img {
    width: 100%;
    height: 100%;
}

.page.main .floor.second .second_main {
    background-color: #fffcf7;
    /*padding-top: 217px;*/
    padding-top: 110px;
    padding-bottom: 120px;
}

.page.main .floor.second .second_main .opacity_div {
    position: absolute;
    height: 570px;
    background-color: rgba(255, 255, 255, 0.5);
    /*top: 408px;*/
    top: 290px;
    width: calc((100% - calc(420px * 3)) / 2);
    z-index: 2;
}

.page.main .floor.second .second_main .opacity_div.opacity_div_0 {
    left: 0;
}

.page.main .floor.second .second_main .opacity_div.opacity_div_1 {
    right: 0;
}

.page.main .floor.second .second_main h2 {
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 46px;
}

.page.main .floor.second .second_main .absolute_border_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 22px;
    width: 1260px;
    border: 1px solid #005660;
    border-top: 0px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 628px;
}

.page.main .floor.second .second_main .absolute_border_box .line {
    width: 420px;
    height: 1px;
    border-top: 1px solid #005660;
}

.page.main .floor.second .second_main .absolute_border_box .line.trans {
    border-top: 0;
}

.page.main .floor.second .second_main .sw_nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
}

.page.main .floor.second .second_main .sw_nav_area .swiper_btn {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #005660;
    border: 1px solid #005660;
    border-radius: 100%;
    font-family: "Nanum Gothic";
    cursor: pointer;
    background-color: #fffcf7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 18px;
    z-index:3;
}

/*.page.main .floor.second .second_main .sw_nav_area .swiper_btn:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.7;
}*/

.page.main .floor.second .second_main figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 420px;
    padding: 20px;
    background-color: white;
    height: 570px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page.main .floor.second .second_main figure h3 {
    margin-top: 43px;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 1.3;
}

.page.main .floor.second .second_main figure.swiper-slide-active {
    background-color: #005660;
    color: white;
}

.page.main .floor.second .second_main figure.swiper-slide-active p {
    color: white;
}

.page.main .floor.second .second_main figure p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #797979;
}

.page.main .floor.second .second_main figure .image_box {
    width: 380px;
    height: 300px;
}

.page.main .floor.second .second_main figure .image_box img {
    width: 100%;
    height: 100%;
}

.page.main .floor.third {
    background-color: #fffcf7;
    background-image: url(/images/static/third_bg.png);
    height: 1118px;
    background-size: cover;
    background-repeat: no-repeat;
}

.page.main .floor.third .ab_position_wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.page.main .floor.third .ab_position_wrapper .ab_img_01 {
    max-width: 745px;
    height: auto;
    width: 80%;
    position: absolute;
    top: 0;
    left: 17%;
}

.page.main .floor.third .ab_position_wrapper .ab_img_02 {
    position: absolute;
    bottom: 140px;
    right: 60px;
}

.page.main .floor.third .ab_position_wrapper .notice {
    overflow: hidden;
    position: absolute;
    right: 24%;
    top: 224px;
    width: 40%;
    padding: 85px 70px;
    background-color: white;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_contents_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_contents_wrapper .items {
    margin-right: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0.5, 1);
    transition-timing-function: cubic-bezier(1, 0, 0.5, 1);
}

.page.main .floor.third .ab_position_wrapper .notice h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 40px;
    word-break: keep-all;
}

.page.main .floor.third .ab_position_wrapper .notice h1 strong {
    font-weight: bold;
    word-break: keep-all;
}

.page.main .floor.third .ab_position_wrapper .notice p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .botton_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .notice_btn {
    margin-right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #005660;
    background-image: url(/images/static/btn_arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .notice_btn.next_btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .notice_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    color: #535353;
    font-family: "Nanum Gothic";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .notice_nav > div {
    -webkit-transition: .2s;
    transition: .2s;
    border-bottom: 3px solid #cccccc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 35px;
}

.page.main .floor.third .ab_position_wrapper .notice .notice_btn_wrapper .notice_nav > div.active {
    border-bottom: 3px solid #005660;
}

.page.main .floor.fourth {
    background-color: #005660;
    height: 705px;
}

.page.main .floor.fourth .width_wrapper {
    width: 100%;
    /*max-width: 1560px;*/
    height: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
}


.page.main .floor.fourth .width_wrapper .text_part {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    /*width: calc(1200px * 0.40);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position-x: 90px;
    background-position-y: 130%;
    background-image: url(/images/static/gob_rose.png);
    /*margin-left: calc((100% - 1200px) * 0.1);*/
}

.page.main .floor.fourth .width_wrapper .text_part h5 {
    font-size: 18px;
    color: #58dde2;
    margin-top: 106px;
}

.page.main .floor.fourth .width_wrapper .text_part h1 {
    margin-top: 30px;
    color: white;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.3;
    word-break: keep-all;
}

.page.main .floor.fourth .width_wrapper .text_part h1 strong {
    font-weight: bold;
}

.page.main .floor.fourth .width_wrapper .text_part p {
    color: #defeff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 50px;
    word-break: keep-all;
}

.page.main .floor.fourth .width_wrapper .text_part a {
    margin-top: 20px;
    color: white;
    text-decoration: underline;
    -webkit-text-decoration-color: #58dde2;
    text-decoration-color: #58dde2;
    font-weight: 100;
}

.page.main .floor.fourth .width_wrapper .img_part {
    position: relative;
    height: 705px;
}

.sw_container_03 .thin-scrollbar-pagination {
    left: 20px !important;
    bottom: 20px !important;
}

.page.main .floor.fourth .width_wrapper .image_part {
    position: absolute;
    left: 50%;
    width: calc(50% + 181px);
    top: 0;
    margin-left: -181px;
}

.page.main .floor.fourth .width_wrapper .img_part .contents_box img {
    width: 100%;
    min-height: 705px;
    object-fit: cover;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
    border-top: 1px solid #898786;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .title {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: .3s;
    transition: .3s;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items {
    top: -50px;
    left: 70px;
    position: absolute;
    z-index: 10;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item {
    margin-right: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item.active .title {
    -webkit-transition: .3s;
    transition: .3s;
    color: white;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item.active .line_in_circle {
    -webkit-transition: .3s;
    transition: .3s;
    width: 24px;
    height: 24px;
    bottom: -12px;
    position: relative;
    background-color: rgba(6, 160, 163, 0.4);
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item.active .line_in_circle::after {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .6;
    z-index: 11;
    background-color: #005660;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item:last-child {
    margin-right: 0;
}

.page.main .floor.fourth .width_wrapper .img_part .item_pagination .items .item .line_in_circle {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #005660;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}

.page.main .floor.fourth .width_wrapper .img_part .contents_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.page.main .floor.fourth .width_wrapper .img_part .contents_box .caption {
    position: absolute;
    top: 55%;
    left: 50px;
    color: white;
    font-size: 18px;
    line-height: 28px;
}

.page.main .floor.fifth {
    background-color: white;
    padding-top: 150px;
    padding-bottom: 150px;
}

.page.main .floor.fifth .width_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 435px;
    margin-bottom: 70px;
}

.page.main .floor.fifth .width_wrapper .fifth_nav {
    width: 308px;
    height: 100%;
    flex: 0 0 auto;
}

.page.main .floor.fifth .width_wrapper .fifth_nav .caption {
    color: #005660;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.page.main .floor.fifth .width_wrapper .fifth_nav h1 {
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 48px;
}

.page.main .floor.fifth .width_wrapper .fifth_nav h1 strong {
    font-weight: bold;
}

/*.page.main .floor.fifth .width_wrapper .contents_area {
    width: 888px;
}*/

.page.main .floor.fifth .width_wrapper .inline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.fifth .width_wrapper .items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

/*.page.main .floor.fifth .width_wrapper .items:last-child {
    margin-right: 0;
}*/

.page.main .floor.fifth .width_wrapper .items .img_box {
    display: block;
    width: 100%;
    height: 305px;
    border: 1px solid #d8d8d8;
}

.page.main .floor.fifth .width_wrapper .items .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page.main .floor.fifth .width_wrapper .items h3 {
    line-height: 1.1;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page.main .floor.fifth .width_wrapper .inline-wrapper .items p {
    font-size: 16px;
    color: #747474;
    font-weight: 300;
}

.page.main .floor.fifth .news_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    height: 100px;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.main .floor.fifth .news_row .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page.main .floor.fifth .news_row .arrow button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 22px;
}

/*.page.main .floor.fifth .news_row .arrow button:hover {
    opacity: .7;
}*/

.page.main .floor.fifth .news_row .arrow .down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page.main .floor.fifth .news_row .date {
    margin-left: auto;
    margin-right: 30px;
    color: #797979;
}

.page.main .floor.fifth .news_row .type {
    margin-left: 30px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 85px;
}

.page.main .floor.fifth .news_row .title {
    margin-left: 70px;
    color: #797979;
}

.page.main .floor.sixth {
    padding-bottom: 30px;
}

.page.main .floor.sixth h1 {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 60px;
}

.page.main .floor.sixth h1 .point_text {
    font-size: 40px;
}

.page.main .floor.sixth h2 {
    font-size: 18px;
    color: #005660;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
}

.page.main .floor.sixth .search_store {
    width: 100%;
    max-width: 1080px;
    padding: 65px 60px;
    border-top: 3px solid #005660;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.sixth .search_store .option_wrapper {
    width: 655px;
    margin-right: 36px;
}

.page.main .floor.sixth .search_store .option_wrapper .select_box_wrapper {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.page.main .floor.sixth .search_store .option_wrapper .select_box_wrapper:last-child {
    margin-bottom: 0;
}

.page.main .floor.sixth .search_store .option_wrapper .select_box_wrapper .title {
    width: 100px;
    line-height: 35px;
}

.page.main .floor.sixth .search_store .option_wrapper .select_box_wrapper > select, .page.main .floor.sixth .search_store .option_wrapper .select_box_wrapper > input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    border: 1px solid #e4e4e4;
    color: #545454;
    padding: 0 18px;
}

.page.main .floor.sixth .search_store .search_store_btn {
    background-color: #005660;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 265px;
    border: 0;
    border-radius: 100px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
}

.page.main .floor.seventh {
    background-color: #c4151c;
    padding: 40px;
}

.page.main .floor.seventh .width_wrapper {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.main .floor.seventh .width_wrapper > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page.main .floor.seventh .width_wrapper h1 {
    color: white;
    font-size: 32px;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 26px;
}

.page.main .floor.seventh .width_wrapper h1 strong {
    font-family: 'ROBOTO';
}

.page.main .floor.seventh .width_wrapper .input_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page.main .floor.seventh .width_wrapper .input_wrapper input {
    width: 243px;
    height: 48px;
    border-radius: 10px;
    border: 0;
    margin-right: 12px;
    font-size: 18px;
    color: #636363;
    font-family: 'Noto Sans KR';
    padding: 0 18px;
}

.page.main .floor.seventh .width_wrapper input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 0;
    margin-right: 3px;
}

.page.main .floor.seventh .width_wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    margin-right: 25px;
    font-weight: 100;
    font-family: 'Noto Sans KR';
}

.page.main .floor.seventh .width_wrapper .call_btn {
    height: 83px;
    width: 235px;
    color: white;
    font-family: 'Noto Sans KR';
    font-weight: bold;
    font-size: 22px;
    background-color: #333333;
    border-radius: 100px;
    border: 0;
}

#SUCCESSPOINT {
    margin: 0 55px;
    color: #005660;
    font-weight: bold;
    font-size: 28px;
}


/*---------------------대한곱창 안내 스타일 시작----------------------*/
#sub_title_wrap {
    /*width: 1280px;*/
    width: 100%;
    padding: 82px 0 0;
    text-align: center;
    position: sticky;
    top: -230px;
    z-index: 100;
    margin: 0 auto;
}

.box:not(.box ~ .box, .fixed-box){
    padding-top: 82px;
}

.box.no-padding-top {
    padding-top: 0 !important;
}

#current_page_navigator {
    font-size: 20px;
    color: #797979;
}

#current_page_navigator .bar {
    display: inline-block;
    height: 17px;
    width: 1px;
    background: #d0d0d0;
}

#sub_title_wrap #sub_title {
    color: #000;
    font-size: 46px;
    margin-top: 20px;
}

#snb {
/*    width: 1280px;*/
    width: 100%;
    margin: 62px auto 0;
    background: #fff;
}

#snb ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #d8d8d8;
}

#snb li {
    width: auto;
    display: inline-block;
    border-top: 4px solid #fff;
}

/*#snb li:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    border-top: 4px solid #059da2;
}*/

#snb li.active {
    border-top: 4px solid #005660;
}

#snb li a {
    display: block;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 72px;
}

.ceo_info_back_top {
    padding: 115px 0;
    text-align: center;
    height: auto;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: -11;
}

.ceo_info_back_top .ceo_info_back_top_info {
    color: #059da2;
    font-size: 18px;
}

.ceo_info_back_top span {
    margin-bottom: 34px;
    display: block;
    color: #000;
    font-size: 46px;
    font-weight: bold;
}

.ceo_info_talk {
    margin: 0 auto;
    width: 1200px;
    font-weight: bold;
    text-align: left;
}

.ceo_info_back_top:after {
    content: "";
    background: url('/images/static/ceo_info_back_logo.png') no-repeat center center;
    width: 1042px;
    height: 960px;
    display: block;
    position: absolute;
/*    right: -290px;*/
    right: -14vw;
    top: 100px;
}

.ceo_info_bold {
    line-height: 35px;
    margin-bottom: 50px;
    font-size: 26px;
    color: #000;
}

.ceo_info_back_bottom {
    padding: 55px 0;
    background-color: #005660;
    position: relative;
    z-index: -11;
}

.ceo_info_back_bottom img {
    position: absolute;
    bottom: -60px;
    right: 8vw;
    z-index: -1;
}

/*.ceo_info_back_bottom:after {
    content: "";
    background: url('/images/static/ceo.png') no-repeat center center / cover;
    width: 648px;
    height: 804px;
    display: block;
    position: absolute;
!*    right: 100px;
    bottom: -60px;*!
    right: 8vw;
    bottom: -2.38vw;
    z-index: -1;
}*/

.ceo_info_back_bottom .ceo_info_career span {
    font-weight: 300;
    word-break: keep-all;
}

.ceo_info_word {
/*    position: absolute;*/
    color: #2e2e2e;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    word-break: keep-all;
}

.ceo_info_title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
}

.ceo_info_title span {
    font-weight: bold;
}

.ceo_info_career {
    padding-left: 25px;
    border-left: 1px solid #4cccd0;
    color: #b5fdff;
    font-size: 20px;
    line-height: 30px;
}

.road_map_container {
    padding: 114px 0px;
    /*height: 1522px;*/
    height: auto;
    text-align: center;
    background: url('/images/static/road_map_background.png') no-repeat center center, #000;
}

.road_map_title {
    margin-bottom: 35px;
    font-size: 18px;
    color: #059397;
}

.road_map_container .sub-title {
    color: #FFF;
}

.road_map_container .road_map_border_container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.road_map_container .road_map_border_container .divider {
    display: block;
    width: 1px;
    padding-bottom: 100%;
    background-color: #61faff;
    position: absolute;
    top: 0;
    right: 50%;
}

.road_map_container .road_map_border_container .road_map_border_left {
    position: relative;
    padding-top: 20px;
    padding-right: 40px;
    height: 1120px;
    width: 50%;
    /*  border-right: 1px solid #61faff;*/
    text-align: right;
}

.road_map_border_left_top_year_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.road_map_border_left_bottom_year_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

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

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

.road_map_container .road_map_border_container .road_map_border_left .road_map_border_left_top_year {
    font-weight: bold;
    font-size: 46px;
    color: #61faff;
}

.road_map_circle_left {
    position: absolute;
    left: 99.1%;
    height: 17px;
    width: 17px;
    border: 4px solid #61faff;
    border-radius: 50px;
}

.road_map_circle_right {
    position: absolute;
    left: 49.55%;
    height: 17px;
    width: 17px;
    border: 4px solid #61faff;
    border-radius: 50px;
}

.road_map_container .road_map_border_container .road_map_border_left .road_map_border_left_top_contents {
    margin-bottom: 575px;
    margin-top: 25px;
    display: block;
    color: #FFF;
    font-size: 24px;
}

.road_map_container .road_map_border_container .road_map_border_left .road_map_border_left_bottom_year {
    font-weight: bold;
    font-size: 46px;
    color: #61faff;
}

.road_map_container .road_map_border_container .road_map_border_left .road_map_border_left_bottom_contents {
    line-height: 55px;
    margin-top: 25px;
    display: block;
    color: #FFF;
    font-size: 24px;
}

.road_map_container .road_map_border_container .road_map_border_right {
    text-align: left;
    padding-top: 175px;
    padding-left: 40px;
    height: 1120px;
    width: 50%;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_top_year {
    font-weight: bold;
    font-size: 46px;
    color: #61faff;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_top_contents {
    margin-top: 25px;
    margin-bottom: 300px;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_top_contents .road_map_border_right_top_contents_line {
    color: #FFF;
    font-size: 24px;
    line-height: 55px;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_top_contents .road_map_border_right_top_contents_subline {
    position: relative;
    bottom: 5px;
    display: block;
    color: #b1aca9;
    font-size: 18px;
    line-height: 25px;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_bottom_year {
    font-weight: bold;
    font-size: 46px;
    color: #61faff;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_bottom_contents .road_map_border_right_top_contents_line {
    color: #FFF;
    font-size: 24px;
    line-height: 55px;
}

.road_map_container .road_map_border_container .road_map_border_right .road_map_border_right_bottom_contents .road_map_border_right_top_contents_subline {
    position: relative;
    bottom: 5px;
    display: block;
    color: #b1aca9;
    font-size: 18px;
    line-height: 25px;
}

.distribution_container {
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding: 115px 0px 115px 0;
    overflow: hidden;
}

.distribution_container .distribution_background {
    position: absolute;
    top: -8%;
    right: -0.5%;
    width: 1304px;
    height: 767px;
    background: url('/images/static/dahan_gobchang_house.png') no-repeat center center;

}

.distribution_container .distribution_top {
    display: flex;
    align-items: center;
    position: relative;
}

.distribution_container .distribution_top .distribution_left .distribution_title_container .distribution_title_eng {
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #059da2;
}

.distribution_container .distribution_top .distribution_left .distribution_title_container .sub-title {
    font-weight: normal;
}

.distribution_container .distribution_top .distribution_left .distribution_title_container .sub-title span {
    font-weight: bold;
}

.distribution_container .distribution_top .distribution_left .distribution_logo {
    margin-bottom: 40px;
}

.distribution_container .distribution_top .distribution_left .distribution_car_image {
    margin-bottom: 30px;
}

.distribution_container .distribution_top .distribution_left .distribution_content {
    line-height: 35px;
    font-size: 22px;
    color: #6c6c6c;
    word-break: keep-all;
}

.distribution_container .distribution_top .distribution_left {
    display: flex;
    flex-direction: column;
}

.distribution_container .distribution_bottom {
    padding-right: 326px;
}

.distribution_car_image .distribution_car_pos {
    position: absolute;
    bottom: -95px;
    right: 25%;
    left: 25%;
}

.distribution_car_pos > img {
    width: 100%;
    max-width: 902px;
    padding: 0 40px;
}

.distribution_container .flex-container > div {
    width: 1200px;
}

/*.distribution_top::before {
    content: "";
    width: 790px;
    height: 380px;
    background: url('/images/static/dahan_gobchang_car.png') no-repeat center center / cover;
    position: absolute;
    bottom: -75px;
    right: 240px;
}*/

.distribution_container .distribution_bottom .distribution_divider {
    margin-top: 125px;
    height: 1px;
    background-color: #ddd;
}

.distribution_container .distribution_bottom .distribution_info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 35px;
    line-height: 20px;
    font-size: 14px;
    color: #a0a0a0;
    justify-content: flex-end;
}

.distribution_container .distribution_bottom .distribution_info span {
    display: block;
    width: 100%;
}

.distribution_container .distribution_bottom .distribution_info img {
    width: 100%;
}

.organization_container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.organization_container .organization_background {
    width: 100%;
    padding: 115px 0;
    background-color: #005660;
    position: relative;
    z-index: -11;
}

.organization_container .organization_background::before {
    content: "";
    background: url('/images/static/dahan_logo.png') no-repeat center center / cover;
    width: 348px;
    height: 713px;
    position: absolute;
    top: -3%;
    right: 120px;
    z-index: -1;
}

.organization_container .organization_background .organization_title_container {
    text-align: center;
}

.ceo_info_container {
    width: 100%;
}

.organization_container .organization_background .organization_chart {
    display: flex;
    justify-content: center;
}


.organization_container .organization_background > div {
    z-index: 11;
}

.organization_container .organization_background .organization_chart img {
    margin: auto;
    width: 100%;
    max-width: 1255px;
}

.organization_container .organization_background .organization_word {
    text-align: center;
    margin-top: 55px;
    font-size: 14px;
    color: #a2f0f3;
    line-height: 26px;
    word-break: keep-all;
}

.organization_container .organization_background .organization_title_container .swiper-title {
    color: #8cf3f6;
}

.organization_container .organization_background .organization_title_container .sub-title {
    color: #FFF;
    font-weight: 300;
}

.organization_container .organization_background .organization_title_container .sub-title span {
    font-weight: bold;
}

#map.way_to_come_map {
    width: 100%;
    height: 650px;
}

.way_to_come_container {
    width: 100%;
    position: relative;
    padding: 115px 0;
}

.way_to_come_container .way_to_come_title_container {
    text-align: center;
}

.way_to_come_container .way_to_come_title_container .way_to_come_title_eng {
    margin-bottom: 35px;
    font-size: 18px;
    color: #059da2;
}

.way_to_come_container .way_to_come_title_container .way_to_come_title_kor {
    font-weight: bold;
    font-size: 46px;
    color: #000;
}

.way_to_come_container .way_to_come_map {
    position: relative;
}

.way_to_come_map_info {
    width: 634px;
    height: 470px;
    position: absolute;
    z-index: 5;
    left: 890px;
    margin-top: 103px;
}

.way_to_come_container .way-to-come-info {
    padding: 50px 40px;
    background: #005660;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: fit-content;
    margin: auto;
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 3%;
    z-index: 11;
    transform: translate(0, 25%);
    max-width: 500px;
}

.way_to_come_container .way-to-come-info .info {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, auto));
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.way_to_come_container .way-to-come-info .info li {
    line-height: 30px;
}

.way_to_come_container .way-to-come-info .info .bold {
    font-weight: bold;
}

.wrap_controllers {
    display: none;
}

.kakao-info-window {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.kakao-info-window > div {
    margin-top: 5px;
}

.kakao-info-window a {
    font-size: 10px;
    color: #787878;
    font-weight: normal;
}


/*---------------------대한곱창 안내 스타일 끝----------------------*/

/*----------------------- 이벤트 스타일 시작 ----------------------*/
.event_board_container {
    height: auto;
    padding: 0px 360px;
}

.event_board_container .event_board_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 43px;
}

.event_board_container .event_board_btn .event_board {
    height: 46px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #005660;
    border-radius: 45px;
    background-color: #FFF;
    padding: 0 30px;
    color: #005660;
    cursor: pointer;
    outline: none;
}

.event_board_container .event_board_btn .event_board.active {
    outline: none;
    color: #FFF;
    background-color: #005660;
}

.event_board_container .event_board_content {
    display: flex;
}

.event_board_container .event_board_content .event_thumbnail_img img {
    width: 254px;
    height: 242px;
    object-fit: cover;
}

.event_board_container .event_board_content .event_content_container {
    height: auto;
    margin-left: 37px;
}

.event_board_container .event_board_content .event_content_container .event_content_category {
    width: 100%;
    display: flex;
    align-items: center;
}

.event_board_container .event_board_content .event_content_container .event_content_category_type.active {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    min-width: 145px;
    padding: 0 20px;
    line-height: 28px;
    margin-right: 13px;
    background-color: #c4141b;
    border-radius: 45px;
}

.event_board_container .event_board_content .event_content_container .event_content_category_type {
    color: #7e7e7e;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    min-width: 145px;
    padding: 0 20px;
    line-height: 28px;
    margin-right: 13px;
    background-color: #ebebeb;
    border-radius: 45px;
}

.event_board_container .event_board_content .event_content_container .event_content_category .event_content_title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.event_board_container .event_board_content .event_content_container .event_content {
    margin-top: 24px;
    line-height: 30px;
    font-size: 18px;
    color: #747474;
}

.event_board_container .event_board_content .event_content_container .event_date_container {
    display: flex;
    align-items: center;
    margin-top: 40px;
    color: #3c3c3c;
    font-size: 20px;
}

.event_board_container .event_board_content .event_content_container .event_date_container .event_date_icon {
    margin-right: 10px;
    background: url("/images/static/calendar_icon.png") no-repeat center center;
    width: 22px;
    height: 24px;
}

.event_board_container .event_content_divide {
    margin: 30px 0;
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
}

.event_board_container .pagination {
    margin-top: 85px;
}

/*----------------------- 이벤트 스타일 끝 ----------------------*/

/*----------------------- SNS 게시판 스타일 시작 ----------------------*/

.sns_board_container {
    height: auto;
}

.sns_board_container .sns_board_top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sns_board_container .sns_board_top .sns_board_title {
    min-width: 120px;
    color: #1b1b1b;
    font-size: 26px;
    font-weight: bold;
}

.sns_board_container .sns_board_top .sns_board_top_line {
    margin: 0 30px;
    height: 1px;
    background-color: #e2e2e2;
    width: 100%;
}

.sns_board_container .sns_board_top .sns_board_sns_icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sns_board_container .sns_board_top .sns_board_sns_icon .instagram_icon {
    width: 73px;
    height: 73px;
    background: url("/images/static/instargram_top_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_top .sns_board_sns_icon .facebook_icon {
    width: 73px;
    height: 73px;
    background: url("/images/static/facebook_top_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_top .sns_board_sns_icon .twitter_icon {
    width: 73px;
    height: 73px;
    background: url("/images/static/twitter_top_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_top .sns_board_sns_icon .youtube_icon {
    width: 73px;
    height: 73px;
    background: url("/images/static/youtube_top_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_bottom {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    justify-items: center;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container {
    position: relative;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container img {
    width: 386px;
    height: 386px;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container .instagram_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url("/images/static/instargram_image_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container .facebook_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url("/images/static/facebook_image_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container .twitter_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url("/images/static/twitter_image_icon.png") no-repeat center center;
}

.sns_board_container .sns_board_bottom .sns_img .instagram_img_icon_container .youtube_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url("/images/static/youtube_image_icon.png") no-repeat center center;
}

/*----------------------- SNS 게시판 스타일 끝 ----------------------*/

/*----------------------- 뉴스&언론보도 스타일 시작 ----------------------*/
.news_container {
    height: auto;
    padding: 0 360px;
}

.news_container table {
    border-top: 2px solid #005660;
    color: #4e4e4e;
    width: 100%;
    margin-bottom: 85px;
}

.news_container table thead tr th {
    padding: 25px 0;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.news_container table thead tr th:first-child {
    padding-left: 35px;
/*    width: 113px;*/
}

.news_container table thead tr th:first-child::after {
    padding-right: 40px;
    content: "";
    width: 1px;
    height: 21px;
    border-right: 1px solid #bebebe;
}

.news_container table thead tr th:nth-child(2) {
    text-align: center;
}

.news_container table thead tr th:last-child {
/*    width: 187px;*/
    padding-right: 60px;
}

.news_container table thead tr th:last-child::before {
    content: "";
    width: 1px;
    height: 21px;
    border-left: 1px solid #bebebe;
    margin-right: 70px;
}

.news_container table tbody tr, td {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
}

.news_container table tbody td.empty-table {
    text-align: center;
    font-size: 18px;
}

.news_container table tbody tr, td:nth-child(2) {
    padding: 0 42px;
    text-align: left;
}

/*----------------------- 뉴스&언론보도 스타일 끝 ----------------------*/

/*----------------------- 지원시스템 스타일 시작 ----------------------*/
.support_container {
    height: auto;
    background-color: #FFF;
    overflow: hidden;
}

.support_container .support_top_image {
    width: 100%;
    height: 379px;
    background: url("/images/static/surpport_top_image.jpg") no-repeat center center;
}

.support_container .franchise_manage_container {
    padding: 130px 0px;
    height: 698px;
    width: 1200px;
    margin: 0 auto;
}

.franchise_manage_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.franchise_manage_title .design_num {
    font-size: 24px;
    color: #005660;
    border-bottom: 1px solid #005660;
    padding-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.franchise_manage_title .design_num::after {
    content: "";
    border-bottom: 1px solid #005660;
}

.support_container .franchise_manage_container .franchise_images {
    margin-top: 52px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.support_container .franchise_manage_container .franchise_manage_word {
    margin-top: 40px;
    text-align: center;
    color: #7c7c7c;
    font-size: 17px;
}

.support_container .franchise_manage_container .franchise_manage_word div {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.support_container .franchise_manage_container .franchise_manage_word span {
    line-height: 30px;
}

.support_container .franchise_manage_container .franchise_images img {
    width: 100%;
}
/*.support_container .franchise_manage_container .franchise_images .franchise_manage_commu {
    width: 300px;
    height: 201px;
    background: url("/images/static/franchise_manage_image1.png") no-repeat center center;
}

.support_container .franchise_manage_container .franchise_images .franchise_manage_program {
    width: 300px;
    height: 201px;
    background: url("/images/static/franchise_manage_image2.png") no-repeat center center;
}

.support_container .franchise_manage_container .franchise_images .franchise_manage_open {
    width: 300px;
    height: 201px;
    background: url("/images/static/franchise_manage_image3.png") no-repeat center center;
}

.support_container .franchise_manage_container .franchise_images .franchise_manage_solution {
    width: 300px;
    height: 201px;
    background: url("/images/static/franchise_manage_image4.png") no-repeat center center;
}*/

.support_container .edu_system_container {
    /*width: 1200px;*/
    height: auto;
    background-color: #f7f7f7;
    padding: 80px 72px 80px 8%;
    position: relative;
}

.support_container .edu_system_image_wrap {
    position: absolute;
    top: -41px;
    right: 0;
    width: 50%;
}

.support_container .edu_system_image_wrap img {
    width: 100%;
    min-width: 900px;
    object-fit: cover;
}


/*.support_container .edu_system_container::after {
    content: "";
    width: 960px;
    height: 675px;
    background: url("/images/static/edu_system_image.png");
    position: absolute;
    top: -41px;
    right: -47%;
}*/

.support_container .edu_system_container > img {
    position: absolute;
    top: -41px;
    right: -47%;
}

.support_container .edu_system_container .franchise_manage_title {
    text-align: left;
}

.support_container .edu_system_container .edu_system_content_container {

}

.support_container .edu_system_container .edu_system_content_container div {
    line-height: 35px;
    margin-top: 40px;
    font-size: 25px;
    color: #3c3c3c;
}

.support_container .edu_system_container .edu_system_content_container .edu_system_design_text {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 42px;
    color: #005660;
}

.support_container .edu_system_container .edu_system_divide {
    height: 1px;
    width: 560px;
    background-color: #d6d6d6;
    margin-bottom: 35px;
}

.edu_system_content_title_container .edu_system_title {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    font-size: 24px;
    color: #2c2c2c;
    margin-bottom: 17px;
    margin-top: 40px;
}

.rnd_content_bottom .edu_system_content_title_container .edu_system_title.rnd_title {
    margin-top: 0;
}

.edu_system_content_title_container .edu_system_title .check_icon {
    width: 24px;
    height: 23px;
    background: url("/images/static/check_icon.png") no-repeat center center;
    margin-right: 16px;
}

.edu_system_content_title_container .edu_system_content {
    margin-left: 40px;
    color: #7c7c7c;
    font-size: 18px;
    line-height: 25px;
}

.support_container .rnd_container {
    background-color: #FFF;
    height: auto;
    padding: 80px 0;
}

.support_container .rnd_container .rnd_content_container {
    text-align: center;
}

.support_container .rnd_container .rnd_content_container div {
    color: #3c3c3c;
    font-size: 24px;
    margin-top: 60px;
    line-height: 30px;
}

.support_container .rnd_container .rnd_content_container .rnd_content_design_text {
    display: inline-block;
    margin-top: 25px;
    font-weight: bold;
    font-size: 42px;
    color: #005660;
}

.support_container .rnd_container .rnd_content_divide {
    width: auto;
    height: 1px;
    background-color: #d8d8d8;
    margin: 43px 0 50px 0;
}

.support_container .rnd_container .rnd_content_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 70px;
    gap: 157px;
}

.support_container .rnd_container .rnd_content_bottom .rnd_truck_image {
    width: 564px;
    height: 286px;
    background: url("/images/static/dahan_gobchang_car_support.png") no-repeat center center;
}

.support_container .marketing_container {
    width: 65%;
    background-color: #f7f7f7;
    padding: 80px 0px 80px 18%;
    position: relative;
    z-index: 0;
}

.support_container .desktop.flex.marketing-graph {
    background-color: #e9f4f4;
    width: 50%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 50px;
}

.support_container .desktop.flex.marketing-graph img {
    width: 100%;
    padding: 30px;
    object-fit: scale-down;
    height: 100%;
}

/*.support_container .marketing_container::after {
    content: "";
    width: 960px;
    height: 675px;
    background-image: url("/images/static/marketing_graph.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e9f4f4;
    position: absolute;
    top: -40px;
    left: -50%;
}*/


.support_container .marketing_container .franchise_manage_title {
    text-align: left;
}

.support_container .marketing_container .marketing_content_container {

}

.support_container .marketing_container .marketing_content_container div {
    margin-top: 50px;
    color: #3c3c3c;
    font-size: 24px;
}

.support_container .marketing_container .marketing_content_container .marketing_content_design_text {
    margin-top: 25px;
    color: #005660;
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;
}

.support_container .marketing_container .marketing_divide {
    margin: 35px 0;
    width: auto;
    height: 1px;
    background-color: #d6d6d6;
}

.support_container .marketing_container .marketing_content div {
    margin-bottom: 35px;
    color: #7c7c7c;
    font-size: 18px;
    line-height: 25px;
}

.support_container .marketing_container .marketing_content .marketing_images_container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.support_container .marketing_container .marketing_content .marketing_images_container .marketing_images1 {
    width: 137px;
    height: 109px;
    background: url("/images/static/marketing_image1.png") no-repeat center center;
}

.support_container .marketing_container .marketing_content .marketing_images_container .marketing_images2 {
    width: 137px;
    height: 109px;
    background: url("/images/static/marketing_image2.png") no-repeat center center;
}

.support_container .marketing_container .marketing_content .marketing_images_container .marketing_images3 {
    width: 137px;
    height: 109px;
    background: url("/images/static/marketing_image3.png") no-repeat center center;
}

.support_container .marketing_container .marketing_content .marketing_images_container .marketing_images4 {
    width: 137px;
    height: 109px;
    background: url("/images/static/marketing_image4.png") no-repeat center center;
}

.support_container .support_benefit_container {
    padding: 129px 0;
    text-align: center;
    clear: both;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.support_container .support_benefit_container .support_benefit_title {
    margin-bottom: 33px;
    font-size: 18px;
    color: #005660;
    font-weight: bold;
}

.support_container .support_benefit_container .support_benefit_subtitle {
    margin-bottom: 75px;
    line-height: 55px;
    font-size: 46px;
    color: #000;
}

.support_container .support_benefit_container .support_benefit_subtitle span {
    font-weight: bold;
}

.support_container .support_benefit_container table {
    border-top: 1px solid #d8d8d8;
    width: 813px;
    height: 468px;
}

.support_container .support_benefit_container table tr th {
    font-size: 20px;
    background-color: #f7f7f7;
    color: #7c7c7c;
    padding: 15px 10px;
    position: relative;
}

.support_container .support_benefit_container table tr:nth-child(2) td span {
    color: #005660;
    font-weight: bold;
}

.support_container .support_benefit_container table tr td {
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
}

.support_container .support_benefit_container table tr:first-child th:last-child {

}

/*.support_container .support_benefit_container table tr th:nth-child(2) {
    padding-left: 77px;
    width: 192px;
    height: 55px;
}*/

.support_container .support_benefit_container table tr th:nth-child(2)::after {
    content: "";
    height: 17px;
    border-right: 1px solid #d8d8d8;
    position: absolute;
    right: 0;
}

/*.support_container .support_benefit_container table tr th:nth-child(3) {
    padding-left: 49px;
    width: 151px;
    height: 55px;
}*/

.support_container .support_benefit_container table tr th:nth-child(3)::after {
    content: "";
    height: 17px;
    border-right: 1px solid #d8d8d8;
    position: absolute;
    right: 0;
}


.support_container .support_benefit_container table tr th:nth-child(2), th:nth-child(3), th:nth-child(4) {
    font-weight: normal;
    vertical-align: middle;
}

.support_container .support_benefit_container table tr .right_align {
    padding: 10px 52px 10px 10px;
    text-align: right;
}

.support_container .support_benefit_container table tr .content {
    font-size: 24px;
    color: #3c3c3c;
    vertical-align: middle;
/*    width: 220px;
    height: 410px;*/
    background-color: #e9f4f4;
    line-height: 30px;
    word-break: keep-all;
}

.support_container .support_benefit_container table tr .content div {
    margin-top: 26px;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 22px;
    font-weight: normal;
}

.support_container .support_benefit_container table tr .content span {
    color: #005660;
}

.support_container .support_benefit_container table tr .content span:first-child {
    font-size: 22px;
    color: #005660;
}


.support_container .support_benefit_container table tr .table_bottom_line {
    font-weight: bold;
    text-align: center;
    color: #005660;
    border-top: 2px solid #005660;
    border-bottom: 2px solid #005660;
}

.support_container .support_benefit_container .support_benefit_content_sort {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 60px;
}

.support_container .support_benefit_container .support_benefit_content_sort:last-child {
    margin-bottom: 0;
}

.support_container .support_benefit_container .support_benefit_content_sort .content_recept {
    width: 412px;
    height: 468px;
    background: url("/images/static/dahan_gunga_recept.png") no-repeat center center;
    filter: drop-shadow(0px 30px 15px #dfdfdf);
}

.support_container .support_process_container {
    width: 100%;
    height: auto;
    padding: 129px 0;
    background-color: #005660;
    text-align: center;

}

.support_container .support_process_container .support_process_title_container {
    color: #f1ffff;
    font-size: 22px;
}

.support_container .support_process_container .support_process_title_container .support_process_title {
    margin-bottom: 35px;
    color: #8cf3f6;
    font-size: 18px;
    font-weight: bold;
}

.support_container .support_process_container .support_process_title_container .support_process_subtitle div {
    margin-bottom: 22px;
    color: #FFF;
    font-size: 46px;
}

.support_container .support_process_container .support_process_title_container .support_process_subtitle span {
    font-weight: bold;
}

.support_container .support_process_chart {
    display: flex;
    flex-wrap: wrap;
    gap: 105px;
    margin-top: 82px;
    width: 1200px;
    height: 925px;
}

.support_container .support_process_chart .process_content_box {
    padding: 50px 30px;
    width: 330px;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
}

.support_container .support_process_chart .process_content_box .process_icon_back {
    margin: 0 auto;
    padding-top: 35px;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #f0f0f0;
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon {
    margin: 0 auto;
    background: url("/images/static/franchise_consulting_icon.png") no-repeat center center;
    width: 72px;
    height: 72px;

}

.support_container .support_process_chart .process_content_box.consult_arrow::after {
    content: "";
    background: url("/images/static/franchise_process_arrow_icon.png") no-repeat center center;
    width: 102px;
    height: 191px;
    position: absolute;
    top: 25%;
    right: -102px;
}

.support_container .support_process_chart .process_content_box.devel_arrow::after {
    content: "";
    background: url("/images/static/franchise_process_arrow_icon.png") no-repeat center center;
    width: 102px;
    height: 191px;
    position: absolute;
    top: 25%;
    right: -102px;
}

.support_container .support_process_chart .process_content_box.contract_arrow::after {
    content: "";
    background: url("/images/static/franchise_process_arrow_icon.png") no-repeat center center;
    width: 102px;
    height: 191px;
    position: absolute;
    top: 89.5%;
    left: 35%;
    transform: rotate(90deg);
}

.support_container .support_process_chart .process_content_box.ready_arrow::after {
    content: "";
    background: url("/images/static/franchise_process_arrow_icon.png") no-repeat center center;
    width: 102px;
    height: 191px;
    position: absolute;
    top: 25%;
    left: -102px;
    transform: scaleX(-1);
}

.support_container .support_process_chart .process_content_box.edu_arrow::after {
    content: "";
    background: url("/images/static/franchise_process_arrow_icon.png") no-repeat center center;
    width: 102px;
    height: 191px;
    position: absolute;
    top: 25%;
    left: -103px;
    transform: scaleX(-1);
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon.devel {
    margin: 0 auto;
    background: url("/images/static/franchise_devel_icon.png") no-repeat center center;
    width: 75px;
    height: 69px;
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon.contract {
    margin: 0 auto;
    background: url("/images/static/franchise_contract_icon.png") no-repeat center center;
    width: 71px;
    height: 72px;
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon.open {
    margin: 0 auto;
    background: url("/images/static/franchise_open_icon.png") no-repeat center center;
    width: 67px;
    height: 70px;
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon.ready {
    margin: 0 auto;
    background: url("/images/static/franchise_ready_icon.png") no-repeat center center;
    width: 75px;
    height: 77px;
}

.support_container .support_process_chart .process_content_box .process_icon_back .process_icon.edu {
    margin: 0 auto;
    background: url("/images/static/franchise_edu_icon.png") no-repeat center center;
    width: 72px;
    height: 72px;
}

.support_container .support_process_chart .process_content_box .process_content_title {
    margin-top: 33px;
    color: #303030;
    font-size: 32px;
    font-weight: bold;
}

.support_container .support_process_chart .process_content_box .process_divide {
    margin: 25px 0;
    width: auto;
    height: 2px;
    background: url("/images/static/franchise_divide_icon.png") no-repeat center center;
}

.support_container .support_process_chart .process_content_box .process_content ul li {
    display: flex;
    align-items: center;
    line-height: 30px;
}

.support_container .support_process_chart .process_content_box .process_content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #005660;
    border-radius: 50%;
    display: inline-block;
    margin: 0 13px;
}

.support_container .support_process_chart .process_content_box .process_content {
    text-align: left;
    font-size: 20px;
    color: #7c7c7c;
}


.support_container .start_up_cost_container {
    background-color: #336C75;
    padding: 129px 0;
    width: 100%;
    height: auto;
}

.support_container .start_up_cost_container .support_process_title_container {
    margin-bottom: 80px;
    font-size: 46px;
    color: #f1ffff;
    text-align: center;
    line-height: 50px;
}

.support_container .start_up_cost_container .support_process_title_container .start_up_cost_title {
    color: #8cf3f6;
    font-size: 18px;
    font-weight: bold;
}

.support_container .start_up_cost_container .support_process_title_container .start_up_cost_subtitle .price_info_font {
    margin: 35px 0;
    color: #FFF;

    line-height: 33px;
    font-size: 22px;
}

.support_container .start_up_cost_container .support_process_title_container .start_up_cost_subtitle span {
    font-weight: bold;
}

.support_container .start_up_cost_container .start_up_cost_table_container table {
    width: 1124px;
    height: 743px;
}

/*.support_container .start_up_cost_container .start_up_cost_table_container table tr:nth-child(2) td {
    height: 58px;
    vertical-align: bottom;
}*/

.support_container .start_up_cost_container .start_up_cost_table_container table tr:nth-child(10) td {
    border-bottom: none;
}

/* 총액 td */
.support_container .start_up_cost_container .start_up_cost_table_container table tr:nth-child(11) td {
    font-weight: bold;
    font-size: 24px;
    background-color: #B01E23;
    border-bottom: none;
    vertical-align: middle;
    height: 64px;
}

.support_container .start_up_cost_container .start_up_cost_table_container table tr:nth-child(12) td {
    line-height: 30px;
    vertical-align: middle;
    height: 100px;
}

.support_container .start_up_cost_container .start_up_cost_table_container table tr th {
    font-size: 20px;
    height: 54px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #005660;
    color: #8cf3f6;
    padding: 15px 10px;
    position: relative;
}

/*.support_container .start_up_cost_container .start_up_cost_table_container table tr th:first-child {
    padding-left: 97px;
}



.support_container .start_up_cost_container .start_up_cost_table_container table tr th:nth-child(2) {
    padding-left: 72px;
    width: 186px;
}


}*/

.support_container .start_up_cost_container .start_up_cost_table_container table tr th:not(:last-child)::after {
    content: "";
    height: 17px;
    border-right: 1px solid #1ab1b5;
    position: absolute;
    right: 0;
}

.support_container .start_up_cost_container .start_up_cost_table_container table tr td {
    height: 50px;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid #13b3b8;
    vertical-align: middle;
}

.support_container .start_up_cost_container .start_up_cost_table_container table tr.total td {
    font-weight: bold;
    font-size: 24px;
    background-color: #B01E23;
}

.support_container .start_up_cost_container .start_up_cost_table_container table tr.border-none td {
    border: none;
}

.support_container .franchise_inquiry_container {
    background-color: #f7f7f7;
    height: auto;
    width: 100%;
    padding: 129px 0;
}

.support_container .franchise_inquiry_container .franchise_inquiry_title_container {
    text-align: center;
}

.support_container .franchise_inquiry_container .franchise_inquiry_title_container .franchise_inquiry_title {
    color: #005660;
    font-size: 18px;
    font-weight: bold;
}

.support_container .franchise_inquiry_container .franchise_inquiry_title_container .franchise_inquiry_subtitle {
    margin-top: 35px;
    margin-bottom: 190px;
    color: #000;
    font-size: 46px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_title_container .franchise_inquiry_subtitle span {
    font-weight: bold;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container {
    position: relative;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container {
    position: absolute;
    top: -111px;
    left: 32px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info {
    margin: 0 auto;
    width: 1200px;
    height: 138px;
    background-color: #005660;
    padding: 28px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .franchise_inquiry_info_box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .tel_info {
    display: flex;
    gap: 15px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .tel_info .tel_icon {
    vertical-align: text-top;
    background: url("/images/static/tel_icon.png") no-repeat center center;
    width: 22px;
    height: 22px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .tel_info span {
    color: #adfdff;
    line-height: 18px;
    font-size: 22px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .chat_info {
    display: flex;
    gap: 15px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .chat_info .chat_icon {

    background: url("/images/static/kakao_icon.png") no-repeat center center;
    width: 26px;
    height: 26px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .chat_info span {
    color: #adfdff;
    font-size: 22px;
}

.franchise_inquiry_info .info_divide {
    width: 1px;
    height: 23px;
    background-color: #7fdcdf;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .mail_info {
    display: flex;
    gap: 15px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .mail_info .mail_icon {
    background: url("/images/static/mail_icon.png") no-repeat center center;
    width: 24px;
    height: 19px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .franchise_inquiry_info .mail_info span {
    line-height: 17px;
    color: #adfdff;
    font-size: 22px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .info_open_download {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 42px;
    width: 333px;
    border: 1px solid #79c5c7;
    border-radius: 45px;
    cursor: pointer;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .info_open_download span {
    color: #FFF;
    font-size: 20px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_info_container .info_open_download .info_open_icon {
    background: url("/images/static/download_icon.png");
    width: 22px;
    height: 22px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form {
    padding: 70px;
    background-color: #FFF;
    width: 1200px;
    margin: auto;
    height: auto;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree {
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
    height: auto;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 53px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree span {
    color: #363636;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 43px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree .franchise_inquiry_personal_agree_btn {
    margin-right: 15px;
    width: 43px;
    height: 43px;
    border: none;
    background: #d9d9d9;
    border-radius: 45px;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree .franchise_inquiry_personal_agree_btn:after {
    content: "";
    display: inline-block;
    font-size: 0;
    width: 23px;
    height: 15px;
    background: url("/images/static/v_check.png") no-repeat center center / cover;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree .franchise_inquiry_personal_agree_btn.active {
    outline: none;
    border: none;
    background-color: #059da2;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_personal_agree .franchise_inquiry_text_view {
    font-size: 20px;
    color: #005660;
    text-align: center;
    padding: 10px 10px;
    width: 121px;
    border: 1px solid #005660;
    border-radius: 45px;
    cursor: pointer;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_input {
    padding: 0 36px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_input .franchise_inquiry_input_top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_input .franchise_inquiry_input_top .required:before {
    content: "";
    background: #005660;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_input .franchise_inquiry_input_top span:first-child {
    margin-right: 33px;
    color: #363636;
    font-size: 24px;
    font-weight: bold;
}

.support_container .franchise_inquiry_container .franchise_inquiry_input_container .franchise_inquiry_input_form .franchise_inquiry_input .franchise_inquiry_input_top span:nth-child(2) {
    color: #989898;
    font-size: 18px;
}

.franchise_inquiry.form ul {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: 160px 1fr;
    align-items: center;
}

/*.franchise_inquiry.form ul li:nth-child(15) {*/
/*  */
/*}*/

.franchise_inquiry.form .content_box {
    margin-top: 25px;
}

.franchise_inquiry.form .content_box ul li textarea {
    border: 1px solid #e1e1e1;
}

.franchise_inquiry.form .content_box ul:last-child {
    display: grid;
    align-items: start;
}

.franchise_inquiry.form ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.franchise_inquiry.form ul li.required:before {
    content: "";
    background: #018387;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

/*.franchise_inquiry.form ul li:not(.required) {
    margin-left: 21px;
}*/

.franchise_inquiry.form ul li input {
    width: 30%;
    height: 39px;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
}

.franchise_inquiry.form ul li:nth-child(6) select {
    margin-left: 12px;
    width: 30%;
    height: 39px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    color: #989898;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/images/static/select_arrow_icon.png") no-repeat 95% 50%;
}

.franchise_inquiry.form ul li:nth-child(6) select::-ms-expand {
    display: none;
}

.franchise_inquiry.form ul li:nth-child(6) span {
    margin: 0 10px;
    color: #7c7c7c;
}

.franchise_inquiry.form ul li:last-child textarea {
    width: 100%;
    height: 292px;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

.franchise_inquiry.form .radio_design {
    display: flex;
    align-items: center;
    width: 30%;
}

.franchise_inquiry.form .radio_design input[type=radio] {
    display: none;
}

.franchise_inquiry.form .radio_design input[type=radio] + label {
    background-color: #fff;
    color: #989898;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 39px;
}

.franchise_inquiry.form .radio_design input[type=radio]:checked + label {
    background-color: #005660;
    color: #fff;
}

.franchise_inquiry_input .button_box {
    text-align: center;
    margin-top: 35px;
}

.franchise_inquiry_input .button_box button {
    width: 234px;
    height: 85px;
    border: none;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    border-radius: 45px;
    background-color: #005660;
    cursor: pointer;
}

/*----------------------- 지원시스템 스타일 끝 ----------------------*/


/*
.items .img_box .first {
    border: 1px solid #d8d8d8;
}*/


 #fog {
     display: none;
     position: fixed;
     z-index:1000;
     top:0;
     left:0;
     width:100%;
     height:100%;
     background:rgba(0,0,0,0.7);
 }
.popup-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 0;
    box-sizing: border-box;
    width: 922px;
    height: 683px;
    z-index: 20000;
    padding: 25px 37px 39px;
    border-radius: 2px;
}

.popup-box .popup-header {
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: right;
}
.popup-box .popup-header .close-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.popup-box .popup-header .close-btn img {
    width: 100%;
    height: 100%;
}
.popup-box .popup-contents {
    width: 100%;
    height: 556px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 30px 22px 15px;
    overflow-y: auto;
    font-size: 24px;
    color: #3e3e3e;
}
.popup-box .popup-contents .title {
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
    margin-bottom: 25px;
}
.popup-box .popup-contents .text-wrap {
    margin-bottom: 68px;
}
.popup-box .popup-contents .text {
    font-size: 20px;
    line-height: 34px;
    color: #3e3e3e;
}

.popup-box .popup-contents .text-wrap .text b span {
    color: #3e3e3e;
}


.bottom_banner_container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background-color: #333;
    width: 100%;
    padding: 2px 0;
}
.bottom_banner_container a {
    width: 50%;
}
.bottom_banner_container .mobile_inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    gap: 3vw;
    background-color: #005660;
    width: 100%;
    padding: 13px 10px;
}
.bottom_banner_container .mobile_inquiry.background {
    background-color: #B01E23;
}
.bottom_banner_container .mobile_inquiry span {
    vertical-align: text-top;
    word-break: keep-all;
    font-size: 3.5vw;
    display: block;
    width: 100%;
    line-height: 4vw;
    text-align: center;
}

.bottom_banner_container .mobile_inquiry img {
    width: 13vw;
    max-width: 70px;
}

.map_search_bottom {
    z-index: 3;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    text-align: center;
    bottom: 15px;
    left: 50%;
    width: 100%;
}

.map_search_bottom .map_select_wrap {
    display: flex;
    position: relative;
    bottom: 10px;
    width: 90%;
    max-width: 600px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    background-color: #FFF;
}

.map_search_bottom .map_select_wrap ul {
    height: 200px;
}

.map_search_bottom .map_select_wrap ul li {
    padding: 10px 0;
    cursor: pointer;
}

.map_search_bottom .map_select_wrap ul li.on {
    background-color: #efefef;
}

.map_search_bottom .map_select_wrap .map_select1,.map_select2,.map_select3 {
    width: 33.3333%;
    overflow-y: scroll;
}

.map_search_bottom .search_button_wrap {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 90%;
    max-width: 310px;
    height: 48px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    background-color: #FFF;
}

.map_search_bottom .search_button_wrap img {
    width: 24px;
    height: 24px;
    filter: invert(41%) sepia(91%) saturate(632%) hue-rotate(138deg) brightness(90%) contrast(96%);
    margin: 15px 17px;
    cursor: pointer;
}

.map_search_bottom .search_button_wrap .map_button {
    position: relative;
    margin-top: 19%;
    cursor: pointer;
}

.map_search_bottom .search_button_wrap .mobile_map_button {
    position: relative;
    margin-top: 0;
    cursor: pointer;
}

.map_search_bottom .search_button_wrap .mobile_map_button .map_center {
    margin: 0 auto;
}

.map_search_bottom .search_button_wrap .map_center {
    width: 27px;
    height: 27px;
    filter: invert(41%) sepia(91%) saturate(632%) hue-rotate(138deg) brightness(90%) contrast(96%);
    cursor: pointer;
}

.map_search_bottom .search_button_wrap .bottom_map_address {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    border-left: 1px solid #d3d3d3;
    cursor: pointer;
}

.map_search_bottom.mobile {
    position: relative;
    top: 165px;
    left: 93.5%;
    width: 55px;
}

.map_search_bottom.mobile .search_button_wrap {
    padding: 0 10px;
}

.map_search_bottom.mobile .search_button_wrap .mobile_map_button .map_center {
    margin: 0 auto;
}

.map_search_bottom .search_button_wrap .bottom_map_address span {
    vertical-align: text-bottom;
    line-height: 2px;
    color: #059da2;
}

.sixth .main-sns-sub-title h1 strong {
    color: #005660;
}

.sixth .main-sns-contents-box {
    max-width: 1920px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    gap: 20px;
}

.sixth .main-sns-contents-box .main-sns-contents {
    position: relative;
    width: auto;
    margin: 0 10px;
}

.sixth .main-sns-contents-box .main-sns-contents img {
    min-width: 170px;
    width: 100%;
    height: 100%;
}

.sixth .main-sns-contents-box .main-sns-contents .instagram_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url('/images/static/instargram_image_icon.png') no-repeat center center;
}

.sixth .main-sns-contents-box .main-sns-contents .youtube_img_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    background: url('/images/static/youtube_image_icon.png') no-repeat center center;
}

.menu-detail-container, .side-menu-detail-container{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    height: auto;
    background-color: #fff6e7;
    padding: 25px;
    margin: 0 auto;
    z-index: 111;
    transform: translate(-50%, -50%);
    width: 70%;
}

.menu-detail-background {
    display: none;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}



.menu-detail-container .menu-detail-box, .side-menu-detail-container .side-menu-detail-box {
    display: flex;
    position: relative;
    width: auto;
    background-color: #ebe2d3;
    justify-content: space-around;
    align-items: center;
}

.menu-detail-container .menu-detail-popup-close, .side-menu-detail-container .menu-detail-popup-close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 2;
}

.menu-detail-container .menu-detail-img, .side-menu-detail-container .menu-detail-img {
    width: 50%;
    padding: 25px;
    overflow: hidden;
}

.menu-detail-container .menu-detail-img img, .side-menu-detail-container .menu-detail-img img {
    width: 100%;
    height: 100%;
}

.menu-detail-container.signature .menu-detail-img img, .side-menu-detail-container.signature .menu-detail-img img {
    object-fit: contain;
}

.menu-detail-container.side .menu-detail-img img, .side-menu-detail-container.side .menu-detail-img img {
    object-fit: cover;
}

.menu-detail-container .menu-detail-contents, .side-menu-detail-container .menu-detail-contents{
    display: flex;
    flex-direction: column;
    padding: 55px 135px 25px 25px;
    width: 50%;
}

.menu-detail-container .menu-detail-navibar-container, .side-menu-detail-container .side-menu-detail-navibar-container {
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.menu-detail-container .menu-detail-navibar-container .menu-detail-prev-bar, .side-menu-detail-container .side-menu-detail-navibar-container .side-menu-detail-prev-bar{
    background: url("/images/static/menu-detail-prev-bar.jpg") no-repeat center center;
    cursor: pointer;
    width: 55px;
    height: 55px;
}

.menu-detail-container .menu-detail-navibar-container .menu-detail-next-bar, .side-menu-detail-container .side-menu-detail-navibar-container .side-menu-detail-next-bar {
    background: url("/images/static/menu-detail-next-bar.jpg") no-repeat center center;
    cursor: pointer;
    width: 55px;
    height: 55px;
}

.menu-detail-container .menu-detail-contents .detail-menu-title, .side-menu-detail-container .menu-detail-contents .detail-menu-title {
    margin: 25px 0;
    font-size: 36px;
    color: #000;
    line-height: 1.5;
    font-weight: 600;
}

.menu-detail-container .menu-detail-contents .detail-menu-type, .side-menu-detail-container .menu-detail-contents .detail-menu-type {
    font-size: 18px;
    color: #059da2;
    font-weight: 600;
}

.menu-detail-container .menu-detail-contents .detail-menu-content, .side-menu-detail-container .menu-detail-contents .detail-menu-content {
    word-break: keep-all;
    font-size: 22px;
    color: #393939;
    line-height: 1.5;
}

.menu-content-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.menu-detail-box .swiper-slide, .side-menu-detail-box .swiper-slide{
    height: auto;
    display: flex;
    align-items: center;
}

/*
.side-menu-detail-popup::before {
    content: '';
    width: 170px;
    height: 290px;
    position: absolute;
    z-index: 10;
    border: 1px solid red;
}*/

/*.bottom_banner_container .mobile_inquiry .phone_font {
    font-size: 19px;
}*/
/*.bottom_banner_container .mobile_inquiry .bottom_icon {
    width: 37px;
}*/
/*.bottom_banner_container .mobile_phone .bottom_phone_icon {
    width: 40px;
}*/


/* 임시 미디어쿼리 */
@media screen and (min-width: 1921px) {
    .page.main .floor.fourth .width_wrapper{
        margin: 0 auto;
    }
}
/*  */