/*  header start */
@media (max-width: 1650px) {

    #ccmc_index section.section01 .flex {
        display: flex;
        /* margin-top: -70px;  */
    }
}

@media(max-width:1250px) {
    #ccmc_index section.section01 .flex {
        display: flex;
        margin-top: 40px;
    }

    #ccmc_index section.section01 {
        background: #fff;
    }

}

@media (min-width: 992px) and (max-width: 1600px) {}

@media(max-width:991px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .animate {
        opacity: 1;
    }

    .js-offcanvas-btn {
        display: block;
        margin-right: 6px;
    }

    .sidebar-offcanvas {
        display: block !important;
    }

    /* 인덱스 시작 */
    #ccmc_index section.section01 {
        padding-bottom: 22px;
        position: relative;
        z-index: 1;
    }

    #ccmc_index section.section01 .flex {
        display: flex;
        flex-wrap: wrap;
        /* margin-top: 20px; */
        margin-top: -30px;

    }

    #ccmc_index section.section01 .flex .box_wrap {
        /* width: 33.33333333333333%; */
        padding-top: 26px;
        padding-bottom: 20px;
        height: auto;
    }
    #ccmc_index section.section01 .flex .box_wrap.wrap01 {
        /* display:flex; */
        flex-wrap: wrap;
        width: 100%;
    }
    #ccmc_index section.section01 .flex .box_wrap.wrap02 {
        width: 50%;
    }
    #ccmc_index section.section01 .flex .box_wrap.wrap03 {
        width: 50%;
    }

    #ccmc_index section.section01 .flex .box_wrap .box {
        padding-left: 20px;
        padding-right: 20px;
    }

    #ccmc_index section.section01 .flex .wrap01 {
        background: #0e479e;
        background-image: url("/img/main/section01_bg.png");
        background-image: none;
        background-repeat: no-repeat;

        background-position: 0 100%;
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
    }

    /* #ccmc_index section.section01 .flex .wrap02 {
        background: #f5efe6;
    } */

    #ccmc_index section.section01 .flex .wrap03 {
        background: #ffff;
        border-top-right-radius: 0;
        /* border-bottom: 1px #ddsd solid; */

    }

    #ccmc_index section.section01 .flex .box dl {
        text-align: center;
        margin-bottom: 20px;

    }

    #ccmc_index section.section01 .flex .box dl dt {
        font-size: 19px;
        font-weight: 700;

    }

    #ccmc_index section.section01 .flex .box dl dd {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
        font-weight: 500;
    }
    #ccmc_index section.section01 .flex .wrap02 .box {
        padding-left: 5px;
        padding-right: 5px;
    }
    #ccmc_index section.section01 .flex .wrap02 .icon-flex .f_box span {
        font-size:12px;
        display:block;
        margin-top: 12px;
        font-weight:600;
        color: #3f3f3f;
    }

    #ccmc_index section.section01 .flex .wrap01 .reser form {
       
        /* display: flex; */
    }

    #ccmc_index section.section01 .flex .wrap01 .reser form input:nth-child(1) {
        width: 80px;
    }

    #ccmc_index section.section01 .flex .wrap01 .reser form input {
        background: transparent;
        border: 0;
        border-bottom: 1px rgba(255, 255, 255, .3) solid;
        box-shadow: none;
        border-radius: 0;
        margin-right: 7px;
        height: 45px;
        color: #fff;
        font-size:15px;
    }
#ccmc_index section.section01 .flex .wrap01 .reser p.tip {
    font-size:13px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}
    #ccmc_index section.section01 .flex .wrap01 .reser form input::placeholder {
        color: #6e91c5;
        font-size: 14px;
    }

    #ccmc_index section.section01 .flex .wrap01 .reser form input:focus {
        border: 2px rgba(255, 255, 255, 13) solid;
    }

    #ccmc_index section.section01 .flex .wrap01 .reser form button {

        min-width: 83px;
        height: 47px;
        line-height: 32px;
        background: #073b8b;
        border: 0;
        font-size: 13px !important;
        font-weight: 900;
        border-radius: 0.3em;
    }

    #ccmc_index section.section01 .flex .wrap02 .btn_wrap {
        display: flex;
        justify-content: center;

    }
    #ccmc_index section.section01 .flex .wrap02 .box {
        }

    #ccmc_index section.section01 .flex .wrap02 .btn_wrap a {
        width: 110px;
        background: #fff;
        font-size: 13px;
        color: #f19a1a;
        font-weight: 600;
        text-align: center;
        height: 40px;
        border-radius: 0.3em;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        margin-left: 3px;
    }

    #ccmc_index section.section01 .flex .wrap02 .btn_wrap a.orange {
        background: #f5ac3d;
        color: #fff;
    }

    #ccmc_index section.section01 .flex .wrap03 .search {
        text-align: center;
    }

    #ccmc_index section.section01 .flex .wrap03 .search input {
        background: #eef0f7;
        border: 0;
        height: 52px;
        width: 65%;
        border-top-left-radius: 0.3em;
        border-bottom-left-radius: 0.3em;
        font-size: 15px;
        padding-left: 20px;
        font-weight: 600;
        margin: 0;

    }

    #ccmc_index section.section01 .flex .wrap03 .search input::placeholder {
        color: #a7a7a7;
    }

    #ccmc_index section.section01 .flex .wrap03 .search #sch_submit {
        background: #eef0f7;
        border: 0;
        height: 52px;
        width: 60px;
        border-top-right-radius: 0.3em;
        border-bottom-right-radius: 0.3em;
        margin: 0;
        color: #c0c0c0;

    }

    #ccmc_index section.section01 .etc_flex {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 10px;
    }

    #ccmc_index section.section01 .etc_flex .wrap {
        width: 100%;
        height: 90px;
        align-items: center;
    }

    #ccmc_index section.section01 .etc_flex .wrap.tel {
        display: flex;
        justify-content: center;

    }

    #ccmc_index section.section01 .etc_flex .wrap.tel h4 {
        color: #0e479e;
        font-weight: 800 !important;
        font-size: 16px;
        position: relative;
        display: inline-block;
        margin-top: -16px;
    }

    #ccmc_index section.section01 .etc_flex .wrap.tel h4::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #0e479e;
        content: '';
        margin-top: 0;
        display: none;
    }

    #ccmc_index section.section01 .etc_flex .wrap.tel ul {
        margin-left: 30px;
    }

    #ccmc_index section.section01 .etc_flex .wrap.tel ul li a {
        color: #073b8b;
        font-size: 19px;
        font-weight: 700;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }

    #ccmc_index section.section01 .etc_flex .wrap.tel ul li {
        font-size: 12px;
        color: #3e3e3e;
        font-weight: 500;
    }

    #ccmc_index section.section01 .etc_flex .wrap.internet {
        display: flex;

    }

    #ccmc_index section.section01 .etc_flex .wrap.internet ul {
        background: url("/img/main/sec01_internet_bg.png");
        background-repeat: no-repeat;
        background-size: 90px;
        background-position: 0 76%;
        height: 110px;
        padding-left: 120px;
        padding-top: 39px;

    }

    #ccmc_index section.section01 .etc_flex .wrap.internet ul li:first-child {
        font-size: 16px;
        color: #222a39;
        font-weight: 700;
        padding-bottom: 6px;
    }

    #ccmc_index section.section01 .etc_flex .wrap.internet ul li a {
        font-size: 12px;
        font-weight: 600;
        color: #353535;
    }

    #ccmc_index section.section01 .etc_flex .wrap.internet ul li a i {
        margin-left: 6px;
    }

    #ccmc_index section.section01 .etc_flex .slider {
        position: relative;
    }

    #ccmc_index section.section01 .etc_flex .slider .pager_wrap {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 40px;
        padding-left: 0;
        padding-right: 20px;
        display: none;
    }

    #ccmc_index section.section01 .etc_flex .slider .pager_wrap .arr {
        z-index: 2;
        cursor: pointer;
    }

    #ccmc_index section.section01 .etc_flex .slider .pager_wrap .arr i {
        font-size: 15px;
        color: #747474;
    }

    #ccmc_index section.section01 .etc_flex .slider .top_middle_slider {
        padding: 25px 10px 0;
    }

    #ccmc_index section.section01 .etc_flex .slider .top_middle_slider .box .data-image {
        padding-left: 53px;
        min-height: 45px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    #ccmc_index section.section01 .etc_flex .slider .top_middle_slider .box a span {
        font-size: 14px;
        font-weight: 600;

    }

    #ccmc_index section.section01 .etc_flex .slider .top_middle_slider .box a:hover {
        text-decoration: none;
    }

    #ccmc_index section.section01 .hop_benner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 22px;
        margin-bottom: 3px;
        background: #fff;
        border: 1px #e6e6e6 solid;
        border-bottom: 0;
        /* box-shadow: 0 3px 5px rgba(139, 139, 139, 0.1); */
        border-radius: 0.4em;
    }

    #ccmc_index section.section01 .hop_benner .box {
        width: 50%;
        text-align: center;
        border-bottom: 1px #e6e6e6 solid;

    }

    #ccmc_index section.section01 .hop_benner .box a {
        font-size: 13px;
        color: #070707;
        display: block;
        font-weight: 600;
        color: #000;
        background: url("/img/main//hop_icon01.png");
        background-size: 45px;
        background-position: 50% 23%;
        height: 125px;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        border-right: 1px #ebebeb solid;
        padding-left: 0;
        padding-bottom: 16px;
        line-height: 16px;

    }

    #ccmc_index section.section01 .hop_benner .box.box02 a {
        background: url("/img/main//hop_icon02.png");
        background-repeat: no-repeat;
        background-position: 50% 23%;
        background-size: 45px;
        height: 125px;
    }

    #ccmc_index section.section01 .hop_benner .box.box03 a {
        background: url("/img/main//hop_icon03.png");
        background-repeat: no-repeat;
        background-position: 50% 23%;
        background-size: 45px;
        height: 125px;
    }

    #ccmc_index section.section01 .hop_benner .box.box04 a {
        background: url("/img/main//hop_icon04.png");
        background-repeat: no-repeat;
        background-position: 50% 23%;
        background-size: 45px;
        height: 125px;
    }

    #ccmc_index section.section01 .hop_benner .box.box04 a {
        border-right: 0;
    }

    #ccmc_index section.section01 .hop_benner .box a:hover {
        color: #063783;
        text-decoration: none;

    }

    #ccmc_index section.section02 #main_benner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 45px;

    }

    #ccmc_index section.section02 #main_benner .box {
        width: 100%;
        margin-bottom: 10px;
    }
    #ccmc_index section.section02 #main_benner .box03 {
        width: 100%;
        margin-top: 10px;
    }

    #ccmc_index section.section02 #main_benner .box.box01 .wrap,
    #ccmc_index section.section02 #main_benner .box.box02 .wrap {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0.4em;
        height: 100px;

    }

    #ccmc_index section.section02 #main_benner .box.box01 .wrap a,
    #ccmc_index section.section02 #main_benner .box.box02 .wrap a {
        /* padding-left: 40px;
    padding-top: 50px;
    display:block; */
        display: block;
        height: 100%;
        padding-left: 20px;
        padding-top: 20px;

    }

    #ccmc_index section.section02 #main_benner .box.box01 .wrap a {
        background: url("/img/main/main_benner_01_bg.png");
        background-position: 90% 100%;
        background-size: 60%;
        background-repeat: no-repeat;
    }

    #ccmc_index section.section02 #main_benner .box.box02 .wrap a {
        background: url("/img/main/main_benner_02_bg.png");
        background-repeat: no-repeat;
        background-position: 90% 10px;
        background-size: 60%;
    }

    #ccmc_index section.section02 #main_benner .box .wrap h2 {
        margin-bottom: 12px;
        font-size: 17px;
    }

    #ccmc_index section.section02 #main_benner .box .wrap a:hover {
        text-decoration: none;
    }

    #ccmc_index section.section02 #main_benner .box .wrap a span {
        color: #fff;
        padding: 10px 16px;
        font-size: 12px;
        border-radius: 0.2em;

    }

    #ccmc_index section.section02 #main_benner .box.box03 .wrap {
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
    }

    #ccmc_index section.section02 #main_benner .box.box03 .wrap img {
        border-radius: 0.4em;
        width: 100%;

    }

    #ccmc_index section.section02 #main_benner .box.box03 .pager_wrap {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 88px;
        padding-left: 15px;
        padding-right: 40px;
    }

    #ccmc_index section.section02 #main_benner .box.box03 .pager_wrap .arr {
        z-index: 2;
        cursor: pointer;
    }

    #ccmc_index section.section02 #main_benner .box.box03 .pager_wrap .arr i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #bdbdbd;
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, .5);
        border-radius: 50%;
    }
    #ccmc_index section.section03 {
        display: none;
    }

    #ccmc_index section.section03 .flex {

        /* height: 374px; */

        display: flex;
        /* flex-wrap: wrap; */

    }

    #ccmc_index section.section03 .flex .info {
        width: 50%;

        background: url("/img/main/section03_bg.png");
        /* background-color: #f5f5f5; */
        background-repeat: no-repeat;
        background-position: 0 100%;
        padding-right: 50px;
        border-top: 1px #dbdbdb solid;
        border-left: 1px #dbdbdb solid;
        border-bottom: 1px #dbdbdb solid;
        border-top-left-radius: 0.6em;
        border-bottom-left-radius: 0.6em;
    }

    #ccmc_index section.section03 .flex .map {
        width: 50%;
    }

    #ccmc_index section.section03 .title {
        display: flex;
        padding: 45px 50px;
    }

    #ccmc_index section.section03 .title h1 {
        width: 50%;
        font-size: 32px;
        font-weight: 300;
    }

    #ccmc_index section.section03 .title h1 span {
        font-weight: 900;
        position: relative;
        display: inline-block;
    }

    #ccmc_index section.section03 .title p {
        margin-left: 0 auto;
        width: 50%;
        text-align: right;

    }

    #ccmc_index section.section03 .title p a {
        display: inline-block;
        font-size: 15px;
        padding: 14px 24px;
        border-radius: 3em;
        font-weight: 800;
        color: #203444;
        background: #eef3f6;
    }

    #ccmc_index section.section03 .title p a i {
        margin-left: 12px;
    }

    #ccmc_index section.section03 .content {
        display: flex;
        /* flex-direction: column; */
        justify-content: flex-end;

    }

    #ccmc_index section.section03 .content .wrap {
        width: 50%;
    }

    #ccmc_index section.section03 .content .wrap dl {
        display: flex;
        position: relative;
        margin-bottom: 11px;
    }

    #ccmc_index section.section03 .content .wrap dl dt {
        width: 120px;
        font-size: 20px;
    }

    #ccmc_index section.section03 .content .wrap dl dd {
        font-weight: 700;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #02146e;
    }

    #ccmc_index section.section03 .content .wrap p {
        font-size: 15px;
        color: #656565;
        padding-top: 4px;
    }

    #ccmc_index section.section03 .content .wrap dl.tel {
        margin-top: 30px;
    }

    #ccmc_index section.section03 .content .wrap dl.tel dt {
        font-size: 15px;
        color: #0e479e;
        display: inline-block;
        position: relative;
        width: 80px;
        padding-top: 5px;
    }

    #ccmc_index section.section03 .content .wrap dl.tel dt::before {
        position: absolute;
        width: 56px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 20px;
    }

    #ccmc_index section.section03 .content .wrap dl.tel dd a {
        font-size: 25px;
        font-weight: 800;
        color: #073b8b;

    }

    #ccmc_index section.section03 .map {
        padding: 0;
        margin: 0;
    }

    #ccmc_index section.section03 .map .box img {
        border-top-right-radius: 0.6em;
        border-bottom-right-radius: 0.6em;
        width: 100%;
    }

    #ccmc_index section.section03 .map .box .wrap {
        position: relative;
    }

    #ccmc_index section.section03 .map .box .wrap .overay {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(255, 255, 255, .7);
    }

    #ccmc_index section.section03 .map .box .wrap .overay dl {
        display: flex;
        justify-content: center;
        margin: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        align-items: center;
    }

    #ccmc_index section.section03 .map .box .wrap .overay dl dt {
        font-size: 13px;
        background: #0e479e;
        color: #f1f9ff;
        border-radius: 3em;
        padding: 9px 19px;
    }

    #ccmc_index section.section03 .map .box .wrap .overay dl dd {
        margin-left: 12px;
        font-size: 17px;
        font-weight: 600;
    }

    #ccmc_index section.section04 {
        margin-top: 40px;
    }

    #ccmc_index section.slider_media {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    #ccmc_index section.slider_media .title {
        text-align: center;
        font-size: 12px;
        color: #6d6d6d;
    }

    #ccmc_index section.slider_media .title h1 {
        font-size: 22px;
        font-weight: 900;
        color: #232323;
        margin-bottom: 7px;
    }

    #ccmc_index section.slider_media .title h1 span {
        /* color: #0e479e; */
    }

    #ccmc_index section.slider_media .index_media_slider {
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }

    #ccmc_index section.slider_media .index_media_slider .box {
        background: #fff;
    }
    #ccmc_index section.slider_media .index_media_slider .box img {
        width: 100%;
        height: auto;
    }

    #ccmc_index section.slider_media .index_media_slider .box .caption {
        padding: 10px 5px 15px;
    }

    #ccmc_index section.slider_media .index_media_slider .box .caption span {
        font-size: 11px;
        font-weight: 500;
        display: inline-block;
        padding-left: 30px;
        height: 18px;
        background: url("/img/main/slider_youtube_icon.png");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #ccmc_index section.slider_media .index_media_slider.blog .box .caption span {
        font-size: 11px;
        font-weight: 500;
        display: inline-block;
        padding-left: 30px;
        height: 18px;
        background: url("/img/main/slider_blog_icon.png");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    #ccmc_index section.slider_media .index_media_slider .box .caption h3 {
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        margin-top: 8px;
    }

    #ccmc_index section.slider_media .index_media_slider .image img {
        width: 100%;
    }

    #ccmc_index section.slider_media .index_media_slider .slick-list {
        margin: 0 -3px;
    }

    #ccmc_index section.slider_media .index_media_slider .slick-slide {
        margin: 0 3px;
    }

    .slick-slide a,
    .slick-slide a:focus {
        outline: none !important;
    }

    #ccmc_index section.slider_media .index_media_slider .box a:hover {
        text-decoration: none;

    }

    #ccmc_index section.slider_media .index_media_slider .box a:hover span {}

    #slider_footer_bannner {}

    #slider_footer_bannner .flex {
        display: flex;
        align-items: center;
        padding-top: 22px;
        padding-bottom: 22px;

    }

    #slider_footer_bannner .flex h3 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 800;
        color: #000;
        margin-right: 60px;
    }

    #slider_footer_bannner .flex .content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 15px;
    }

    /* slick cus */

    /* Dots */
    #ccmc_index section.slider_media .index_media_slider .slick-dotted.slick-slider {
        /* margin-bottom: 310px; */
    }

    #ccmc_index section.slider_media .index_media_slider .slick-dots {
        position: absolute;
        bottom: -55px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        left: 0;
        /* text-align: center; */
    }

    #ccmc_index section.slider_media .index_media_slider .slick-dots li {
        position: relative;

        display: inline-block;

        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;

        cursor: pointer;
    }

    #ccmc_index section.slider_media .index_media_slider .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 20px;
        height: 20px;
        padding: 5px;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    #ccmc_index section.slider_media .index_media_slider .slick-dots li button:before {
        font-family: 'slick';
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: 0.1;
        color: black;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #ccmc_index section.slider_media .index_media_slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #063783;
    }

    #ccmc_index section.slider_media .index_media_slider.blog .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffbf5f;
    }

    /* slick cus end */

    /* 인덱스 마감 */
    /*  서브 레이아웃 */
    /* svisual */
.s_visual_wrap {
    position: relative;
    display:none;

}

.s_visual_wrap .slide {
    position: relative;
    height: 120px;
    overflow: hidden;
    top: 0;
}


.s_visual_wrap .slide li {
    height: 120px;
    background-position: 74% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    
    left: 0;
    top: 0;
    width: 100%;
}


/* svisual end */
    #sub_content {
        margin-top: 30px;
    }

    #sub_content .page-header {
        position: relative;
        overflow: hidden;
       
        
    }

    #sub_content .container .page-header {
        margin-bottom: 0px;
    }

    #sub_content .page-header.centers {
        text-align: center;
        margin-bottom: 30px;

    }
    #sub_content .page-header h1 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        /* margin-bottom: 30px; */
        padding: 0;
    }

    #sub_content .page-header p {
        font-size: 13px;
        color: #979797;
        margin-top: 12px;
        line-height: 18px;
    }
    #sub_content .page-header p br  {
        display:none;
    }

    /* footer */
    footer {
        /*    margin-top: 30px;*/

        padding: 0 0 20px !important;
    }

    footer.sub {
        /* margin-top: 60px; */
        margin-top: 0px;
    }

    footer .foot_nav {
        background: #0e479e;
    }

    footer .foot_nav ul {
        display: flex;
        padding-bottom: 25px;
        padding-top: 25px;
        overflow-x: scroll;
        white-space: nowrap;
    }

    footer .foot_nav ul li:before {
        color: rgba(255, 255, 255, .2);
        content: "|";
        font-size: 14px;
    }

    footer .foot_nav ul li:first-child,
    footer .foot_nav ul li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }

    footer .foot_nav ul li:first-child::before {
        content: "";
        padding-left: 0;
        margin-left: 0;

    }

    footer .foot_nav ul li a {
        font-size: 12px;
        color: #cad8ff;
        padding-left: 12px;
        padding-right: 12px;
    }

    footer address {
        background: #063783;
        padding-top: 30px;
        padding-bottom: 30px;
        font-style: normal;

    }

    footer address .flex {
        display: flex;
        flex-direction: column;
    }

    footer address h1 {
        display: none;
    }

    footer address .add {
        color: #a2c3f5;
        font-size: 12px;
        text-align: center;
        padding-left: 0;
    }

    footer address .add p {
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #6489c2;
        font-weight: 500;
        font-size: 12px;
        margin-top: 5px;
    }

}

@media(max-width:768px) {
    #ccmc_index section.section01 .flex .box_wrap.wrap01 {
        flex-wrap: wrap;
        width: 100%;
    }
    #ccmc_index section.section01 .flex .box_wrap.wrap02 {
        width: 100%;
    }
    #ccmc_index section.section01 .flex .box_wrap.wrap03 {
        width: 100%;
    }
}
