.c1 {
    color: #f7941d
}

#ctt {
    display: none !Important;
}

.ctt {
    width: 1400px;
    margin: 0 auto;
}

.ctt2 {
    width: 1200px;
    margin: 0 auto;
}

/* 스크롤 상단 탑 배너 */
.main_top_ban {
    width: 100%;
}

/* 퀵메뉴 */
.quick_fixed {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.quick_doc {
    cursor: pointer;
}

.bubble {
    background: url('../head/images/bubble.svg')no-repeat;
    background-size: cover;
    width: 71px;
    height: 34px;
    position: relative;
    top: 19px;
    left: -21px;
}

.dot {
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block; */
    padding-top: 12px;
}

.dot span:nth-child(1) {
    animation-delay: -.4s;
}

.dot span:nth-child(2) {
    animation-delay: -.2s;
}

.dot span {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    display: inline-block;
    animation: ani 1.4s ease-in-out infinite both;
}

@keyframes ani {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.fixed_doc_img {
    display: block;
    margin: 10px 0;
    width: 80px;
    height: 80px;
}

.quick_fixed ul {
    display: none;
    width: 80px;
    background: #fff;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
}

.quick_fixed ul li {
    padding: 0 10px
}

.quick_fixed ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.quick_fixed ul li:last-child a {
    border: 0;
}

.quick_fixed ul li img {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: block;
}

.quick_fixed ul li p {
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

/* 헤드 */

.m_head {
    display: none;
}

.head {

    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    margin-top: 0px;
    transition: all .5s;
}

.headFixed {
    position: Fixed;
    transition: all .5s;
}

.headFixed .top_head {
    display: none;
}

.headFixed .main_top_ban {
    display: none;
}

/* 탑헤드 */
.top_head {
    border-bottom: 1px solid #e4e4e4;
}

.top_head .ctt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding:20px 0;
}

.logo_box{display:flex;align-items:center;}
.logo {}

.logo a {
    display: block;
}

.logo a img {
    width: 300px;
}
.branch{position:Relative;z-index:99;margin-left:10px;}
.branch:hover ul{opacity:1;}
.branch h4{display:flex;align-items:center;color:#fff;font-size:14px;padding:5px 10px;border-radius:100px;background:#000;cursor:pointer;}
.branch h4 img{width:8px;margin-left:15px;transition:all .5s;}
.b_ac{transform:rotate(180deg)}
.branch ul{overflow:hidden;display:none;border:1px solid #e4e4e4;background:#fff;position:absolute;top:30px;left:50%;transform:translateX(-50%);width:95%;border-radius:6px;}
.branch ul li{border-bottom:1px solid #e4e4e4;}
.branch ul li:hover{background:#f8f8f8}
.branch ul li:last-child{border:0;}
.branch ul li a{display:block;font-size:13px;text-align:center;padding:8px 12px;}
.story_ban{width:200px;margin-right:20px;}
.story_ban a{display:block;}
.story_ban img{width:100%}

.sns_wrap {
    display: flex;
}

.sns{display:flex;}
.sns a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #c4baaa
}

.sns a:nth-child(1) {
    margin-right: 10px;
}

.sns a img {
    margin: 0 auto;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    display: block;
    filter: invert(1);
}

.hideme {
    opacity: 0;
}

/* 바텀헤드 */

.bt_head {
    border-bottom: 1px solid #e4e4e4;
}

.bt_head .ctt {
    position: relative;
}

.nav {
    display: flex;
    align-items: center;
}

.all {
    width: 80px;
    height: 80px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
  position:relative;
}

.all:hover {
    background: #f8f8f8
}

.all_btn {
    padding-top: 30px;
}
.all_btn img{width:30px;display:block;margin:0 auto;}
.all_scroll a{width:100%;height:100%;display:block}
.all_scroll img{width:25px !important;margin:0 auto;display:block;}
.all_scroll{padding-top: 25px !important;
  display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.all_btn span {
    width: 28px;
    height: 2px;
    background: #000;
    margin: 0 auto;
    margin-bottom: 7px;
    display: block;
}

.nav > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav > ul > li {
    width: 20%;
}

.nav > ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.nav > ul > li > a:hover {
    color: #044567;
    font-weight: 700
}

.menu_wrap {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    border-top: 1px solid #e4e4e4;
}

.menu_area {
    width: 500px;
    position: relative;
    justify-content: space-between;
    background: #fff;
    height: 100%;
}

.menu_area > ul {
    height: 100%;
    padding: 50px;
}

.menu_area a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    color: #000;
}

.menu_area a:hover {
    color: #044567;
    font-weight: 700;
}

.menu_fixed {
    display: flex;
}

.menu_area ul li a span {
    display: inline-block;
    width: 140px;
}

.menu_area ul li a img {
    width: 8px;
    display: inline-block;
}

.submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    padding: 50px;
    border-left: 1px solid #e4e4e4;
    height: 100%;
}

.coloractive {
    color: #044567 !important;
    font-weight: 700 !important;
}



/* 아래의 모든 코드는 영역::코드로 사용 */
.all_nav::-webkit-scrollbar {
    width: 10px;
    /* 스크롤바의 너비 */
}

.all_nav::-webkit-scrollbar-thumb {
    height: 30%;
    /* 스크롤바의 길이 */
    background: #f8f8f8;
    /* 스크롤바의 색상 */

    border-radius: 10px;
}

.all_nav::-webkit-scrollbar-track {
    background: #e4e4e4
        /*스크롤바 뒷 배경 색상*/
}

.all_nav {
    position: fixed;
    width: 500px;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 99999999;
    padding: 100px;
    overflow: hidden;
    overflow-y: auto;
    transition: all 1s;
}

.all_ani {
    transition: all 1s;
    right: -600px;
    opacity: 0;
}

.all_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.all_icon a:nth-child(1) img {
    width: 25px;
    height: 25px;
}

.all_icon a:nth-child(2) img {
    width: 20px;
    height: 20px;
}

.all_nav a {
    position: relative;
    display: block;
}

.all_dep1 > a {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
    color: #044567;
}

.all_dep2 > li {
    display: none;
}

.all_dep2 > li a {
    color: #000;
}

.all_dep3 {
    display: none;
}

.all_dep2 > li > a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.all_dep3 {
    background: #f7f6f3;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.all_dep3 > li > a {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 13px;
}

.all_dep3 > li:last-child a {
    padding-bottom: 0;
}

.dep_arrow {
    width: 7px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.all_bg {
    cursor: pointer;
    background: rgb(37 34 27 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    position: fixed;
}

.all_ani .all_nav_logo {
    display: none;
}

.all_nav_logo {
    position: fixed;
    right: -30px;
    bottom: -30px;
    width: 400px;
    opacity: 0.2;
    display: block;
}

.all_sns {
  background:#fff;
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.all_sns img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.all_sns a {
    width: 50%;
    border-right: 1px solid #e4e4e4;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: Center;
}

.all_sns a:last-child {
    border-right: 0
}

.mb_ft_fixed {
    display: none;
}
.mb_wrap{display:none}
@media screen and (max-width:799px) {
    .pc_head {
        display: none;
    }

    .m_main_top_ban {
        width: 100%;
    }

    .mb_wrap {
display:block;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }

    .mb_head_fix {
        position: fixed;
    }

    .mb_head_fix .m_main_top_ban {
        display: none;
    }

  .branch{width:100%;border-radius:0;margin-left:0;}
  .branch h4{border-radius:0;justify-content:center;}
  .branch ul{width:100%;left:0;transform:translate(0);border-radius:0;top:26px}
    .m_head {
      padding:15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  .m_story_ban_wrap{display:flex;align-items:center;}
  .story_ban{width:120px;margin-right:10px;}
    .m_logo {
        display: block;
        width: 200px;
    }

    .m_logo img {
        width: 100%;
    }

    .m_nav_btn {
        margin-right: 20px;
    }

    .m_nav_btn span {
        display: block;
        width: 26px;
        height: 2px;
        background: #000;
        margin-bottom: 6px;
    }

    .m_nav_btn span:last-child {
        margin-bottom: 0;
    }

    .all_nav {
        width: 80%;
        padding: 50px 35px;
    }

    .all_dep1 > a {
        font-size: 16px;
    }

    .all_dep2 > li > a {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .all_dep3 {
        padding: 20px;
    }

    .all_dep3 > li > a {
        font-size: 14px;
    }

    .dep_arrow {
        width: 5px;
    }

    .all_icon a:nth-child(1) img {
        width: 18px;
        height: 18px;
    }

    .all_icon a:nth-child(2) img {
        width: 15px;
        height: 15px;
    }

    .all_sns img {
        width: 20px;
        height: 20px;
    }

    .all_sns a {
        font-size: 14px;
        font-weight: 700;
    }

    .all_nav_logo {
        width: 80%;
    }

    .quick_fixed {
        display: none;
    }

    .mb_ft_fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #f1f1f1;
        padding: 20px 0;
    }

    .mb_ft_fixed ul {
        display: flex;
        justify-content: space-around
    }

    .mb_ft_fixed ul li {
        width: 20%;
    }

    .mb_ft_fixed ul li a {
        display: block;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .mb_ft_fixed ul li img {
        margin: 0 auto;
        width: 20px;
        height: 20px;
        display: block;
        margin-bottom: 8px;
    }

    .fix_center {
        margin-top: -40px;
        width: 70px !Important;
        height: 70px;
        background: #e1ded5;
        border-radius: 70px;
    }

    .fix_center a {
        padding-top: 10px;
    }