body,
html {
    /* height: 100% !important; */
    margin: 0;
    position: relative;
}
body {
}
html {
    overflow-x: hidden;

}

a {
    color: #000;
}

@media(min-width:1210px) {
    .container {
        width: 1210px;
    }
}

@media(max-width:1210px) {
    .container {
        width: 100%;
    }
}
@media(max-width:991px) {
    .flex {
        /* display: block; */
        /* display:flex;
        flex-direction: column; */
    }

}
/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;

}
.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 5px;
    top: 20px;
    background-color: transparent;
    border: 0;
}
/* 모바일 메뉴 마감 */
/* NEW 레이아웃 */
header#header_wrap {
    position: relative;

}
header#header_wrap #header_top {
    border-bottom: 1px #ebebeb solid;
    padding-top: 6px;
    padding-bottom: 6px;
}
header#header_wrap #header_top .flex {
    display: flex;
    align-items: center;
}
header#header_wrap #header_top .left {
    width: 50%;
}
header#header_wrap #header_top .right {
    margin-left: auto;
    display: flex;
}
header#header_wrap #header_top .left {
    font-size: 14px;
    display: flex;
    font-weight: 600;
    color: #222222;
}
header#header_wrap #header_top .left span {
    color: #227aff;
}
header#header_wrap #header_top .left p {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 50%;
    position: relative;
    margin-left: 12px;
    cursor: pointer;

}
header#header_wrap #header_top .left p::before {
    font-size: 13px;
    font-family: xeicon;
    content: "";
}
header#header_wrap #header_top .right li a {
    display: block;
    padding: 5px 8px;
    font-size: 13px;
    color: #737373;

}
header#header_wrap #header_top .right li:last-child a::after {
    font-family: 'xeicon';
    content: "";
    margin-left: 8px;
}
header#header_wrap .logo_wrap {
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    position: relative;
}
header#header_wrap .logo_wrap .logo {
    width: 25%;
    text-align: center;
}
header#header_wrap .logo_wrap .tel {
    width: 37.5%;
}
header#header_wrap .logo_wrap .benner {
    /* width: 37.5%; */
    margin-left: auto;

}
header#header_wrap .logo_wrap .tel ul {
    padding-left: 70px;
    background: url("../../img/main/top_left_tel.png");
    background-repeat: no-repeat;

}
header#header_wrap .logo_wrap .tel ul li:first-child {
    font-weight: 700;
    font-size: 17px;
    color: #103284;

}
header#header_wrap .logo_wrap .tel ul li:last-child a {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
    position: relative;
    letter-spacing: 0.1px;
}
header#header_wrap .logo_wrap .tel ul li:last-child a:last-child:after {
    content: none;
}
header#header_wrap .logo_wrap .tel ul li:last-child a::after {
    content: "/";
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    color: #ddd;
    top: 4px;
    margin-left: 8px;
}
header#header_wrap .logo_wrap .benner .flex {
    display: flex;
    align-items: center;

}
header#header_wrap .logo_wrap .benner .flex .image {
    padding-left: 18px;
}

header#header_wrap .logo_wrap .benner .flex ul {
    text-align: right;

}
header#header_wrap .logo_wrap .benner .flex ul li {
    font-size: 17px;
    position: relative;
    color: #292929;
}
header#header_wrap .logo_wrap .benner .flex ul li:first-child {
    color: #103284;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
header#header_wrap .logo_wrap .benner .flex ul li:first-child::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #103284;
    content: '';
    margin-top: 21px;
}

header#header_wrap #nav_wrap {
    display: flex;
    margin-bottom: 12px;
}
header#header_wrap #nav_wrap .select {
    margin-right: 30px;
    background-color: #000;
    height: 45px;
    width: 152px;
    font-size: 17px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #103284;
    box-shadow: 1.172px 2.762px 7.28px 0.72px rgba(16, 50, 132, 0.19);
    cursor: pointer;
    z-index: 9;

    position: relative;
}
header#header_wrap #nav_wrap .select::after {
    font-family: 'xeicon';
    content: "";
    padding-left: 9px;
    color: #fff;
    right: 12px;
    position: absolute;
    border-left: 1px rgba(255, 255, 255, .2) solid;

}
header#header_wrap #nav_wrap .select span {
    color: #fff;
    padding-left: 20px;
    position: relative;
}
header#header_wrap #nav_wrap .select span::before {}
header#header_wrap #nav_wrap .select .select-over {
    position: absolute;
    background: #fff;
    width: 250px;
    left: 0;
    top: 44px;
    border-radius: 0.2em;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .4); */
    border: 1px #000 solid;
    display: none;
}
header#header_wrap #nav_wrap .select .select-over ul {
    padding-top: 4px;
    padding-bottom: 4px;
}
header#header_wrap #nav_wrap .select .select-over ul li a {
    display: block;
    padding: 11px 15px;
    font-size: 15px;
    border-bottom: 1px #ddd solid;
    position: relative;
    color: #363636;

}
header#header_wrap #nav_wrap .select .select-over ul li a:hover {
    color: #0F3080;
    text-decoration: none;
}
header#header_wrap #nav_wrap .select .select-over ul li a::after {
    font-family: 'xeicon';
    content: "";
    position: absolute;
    right: 15px;
    color: #363636;
    transition: 0.4s;
}
header#header_wrap #nav_wrap .select .select-over ul li a:hover::after {
    padding-right: 5px;
}
header#header_wrap #nav_wrap .select .select-over ul li:last-child a {
    border: 0;
}

header#header_wrap #nav_wrap .mobile_bar {
    background: #fff;
    border-radius: 50%;
    width: 42px;
    padding-top: 5px;
    height: 42px;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px #000 solid;
    transition: 0.4s;
}
header#header_wrap #nav_wrap .mobile_bar span {
    background: #000;
    height: 2px;
    display: block;
    margin-bottom: 4px;

}
header#header_wrap #nav_wrap .mobile_bar span:first-child {
    width: 22px;
}
header#header_wrap #nav_wrap .mobile_bar span:last-child,
header#header_wrap #nav_wrap .mobile_bar span:nth-child(2) {
    width: 22px;
}
/* NEW 레이아웃 마감 */

/* 
이전 레이아웃
header #header_top {
    border-bottom: 1px #dedede solid;
    padding-bottom: 28px;
}
header .flex {
    display: flex;
}
header .flex .tel {
    width: 40%;
    padding-top: 30px;
}
header .flex .logo {
    width: 20%;
    padding-top: 32px;
}
header .flex .right {
    width: 40%;
    text-align: right;

}
header .flex .tel ul {
    padding-left: 70px;
    background: url("../../img/main/header_tel_icon.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 50px;
}
header .flex .tel ul li:first-child {
    font-size: 14px;
    color: #8e8e8e;
    font-family: 'S-CoreDream-4Regular','NotoSans', dotum, sans-serif;
}

header .flex .tel ul li:last-child {}
header .flex .tel ul li:last-child a {
    font-family: 'Titillium Web', sans-serif;
    margin-right: 6px;
    font-size: 23px;
    font-weight: 700;
}
header .flex .tel ul li:last-child a:first-child:after {
    content: "/";
    color: #ddd;
    font-size: 19px;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 8px;
}
header .flex .tel ul li a:hover {
    text-decoration: none;
}
header .flex .right ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    margin-bottom: 25px;

}
header .flex .right ul li:last-child {
    padding-right: 0;
}
header .flex .right ul li {
    padding-right: 14px;
}
header .flex .right ul li a {
    font-size: 13px;
    color: #9a9a9a;
    display: block;
}
header .flex .right ul li a::after {
    content: "|";
    font-size: 9px;
    position: absolute;
    margin-left: 6px;
    margin-top: 3px;
}
header .flex .right ul li:last-child a::after {
    display: none;
}
header .flex .right ul li:last-child a {
    color: #000;
    font-weight: 500;
} */

header .flex .right p.btns a {

    border: 1px #9a9a9a solid;
    border-radius: 0.4em;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 25px 11px 40px;
    background: url("../../wzd_lib//img/v3_main/header_system.png");
    background-repeat: no-repeat;
    background-position: 13px 50%;

}
header .flex .right p a:hover {}
/* nav */
#main_visual {

    position: relative;
    margin-top: 12px;
    /* background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px; */

}
#main_visual .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

/* #main_visual img {
    width: 100%;
}
#main_visual.mobile {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#main_visual.mobile .visual {
    margin-bottom: 10px;
}
#main_visual.mobile img {
    width: 100%;
    border-radius: 1em;
} */
 /* 안내 책자 */
  #infoBookLayer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        display: none;
        /* 처음에는 안보이게 */
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
 /* 안내 책자 마감 */
#index_wrap section.section00 {
    background: url("../../img/main/section00_bg.jpg");
    background-size: cover;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
}
@media(max-width:1500px) {
    #index_wrap section.section00 {
        background: url("../../img/main/section00_bg.jpg");
        background-position: 50% 0;
    }

}
#index_wrap section.section00 h1 {
    font-size: 46px;
    color: #252525;
    font-weight: 800;
    line-height: 56px;

}

#index_wrap section.section00 h1 span {
    background: linear-gradient(to right, #6189e4, #19e0d9);
    -webkit-background-clip: text;
    /* 텍스트에 배경을 잘라 적용 */
    -webkit-text-fill-color: transparent;
    /* 텍스트 색을 투명하게 */
    /* font-weight:900; */
}
#index_wrap section.section00 ul {
    margin-top: 25px;
}
#index_wrap section.section00 ul li {
    font-size: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#index_wrap section.section00 ul li::before {
    content: "· ";
}

#index_wrap section.section01 {
    padding-top: 80px;
    padding-bottom: 80px;

}
#index_wrap section.section01 .flex {
    display: flex;
}
#index_wrap section.section01 .left {
    width: 50%;
}
#index_wrap section.section01 .right {
    width: 50%;
    padding-left: 30px;
}
#index_wrap section.section01 .left .title {
    display: flex;
    font-size: 21px;
    color: #777777;
    align-items: center;
}
#index_wrap section.section01 .left .title h3 {
    font-size: 21px;
    color: #000;
    border: 1px #ddd solid;
    padding: 14px 25px 14px 50px;
    border-radius: 3em;
    font-weight: 600;
    margin-right: 16px;
    background: url("../../img/main/section01_icon.png");
    background-repeat: no-repeat;
    background-position: 16px 50%;
}
#index_wrap section.section01 .left .tel {
    margin-top: 30px;
    display: flex;
}

#index_wrap section.section01 .left .tel li {
    margin-right: 12px;
}
#index_wrap section.section01 .left .tel li::before {
    content: "/";
    margin-right: 12px;
    color: #bebebe;
    font-weight: 100;
}
#index_wrap section.section01 .left .tel li:first-child::before {
    content: "";
}
#index_wrap section.section01 .left .tel li a {
    font-size: 29px;
    font-weight: 900;
    font-family: 'SUIT', sans-serif;
}
#index_wrap section.section01 .left .tel li a:hover {
    text-decoration: none;
    color: #396df0;
}
#index_wrap section.section01 .left .tel li a span {
    font-size: 16px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 500;
    color: #9f9f9f;
    margin-right: 12px;
}
#index_wrap section.section01 .right {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;

}
#index_wrap section.section01 .right .box {
    /* background: #000; */
    text-align: center;
}
#index_wrap section.section01 .right .box .image {
    background-color: #f7f7f7;
    background-position: 50% 50%;
    border-radius: 0.9em;
    background-repeat: no-repeat;
    width: 115px;
    height: 97px;
    margin: 0 auto;

}
#index_wrap section.section01 .right .box a p {
    transition: 0.2s;
}
#index_wrap section.section01 .right .box a p {
    font-size: 18px;
    margin-top: 16px;
}
#index_wrap section.section01 .right .box a:hover {
    text-decoration: none;
}
#index_wrap section.section01 .right .box a:hover p {
    color: #396df0;
}

#index_wrap section.section02 {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;

}
#index_wrap .index-title {
    font-size: 21px;
    color: #939393;
    font-weight: 400;
    line-height: 31px;

}
#index_wrap .index-title span {}
#index_wrap .index-title h2 {
    font-size: 41px;
    font-weight: 800;
    line-height: 55px;
    color: #000;
    margin-bottom: 20px;
}
#index_wrap .index-title a {
    border: 1px #000 solid;
    padding: 15px 30px;
    border-radius: 3em;
    display: inline-block;
    margin-top: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #1c1c1c;
    transition: 0.2s !important;
}
#index_wrap .index-title a:hover {
    background: #396df0;
    border: 1px #396df0 solid;
    color: #fff;
}
#index_wrap .index-title a::after {
    font-family: 'xeicon';
    margin-left: 17px;
    content: '';
}
#index_wrap .index-title a:hover {
    text-decoration: none;
}
#index_wrap section.section02 .index-title h2 {
    margin-bottom: 0;
}
#index_wrap section.section02 .image-slider {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

#index_wrap section.section02 .simply-scroll {
    width: 100%;
    height: 345px;
    /* margin-bottom: 1em; */

}
#index_wrap section.section02 .simply-scroll-clip {
    width: 100%;
    height: 345px;
}
#index_wrap section.section02 .simply-scroll-list li {
    float: left;
    width: 380px;
    /* width: 474px; */
    height: 345px;
    /* height: 366px; */
    margin-right: 20px;
    background-color: #efeee8;
    /* background-image: url('../../img/main/thumb01.png'); */

    border-radius: 0.4em;
    position: relative;

}

#index_wrap section.section02 .simply-scroll-list li:nth-child(2) {
    background-color: #efebe8;
}
#index_wrap section.section02 .simply-scroll-list li:nth-child(3) {
    background-color: #e8efe9;
}
#index_wrap section.section02 .simply-scroll-list li:nth-child(4) {
    background-color: #e8ecef;
}
#index_wrap section.section02 .simply-scroll-list li:nth-child(5) {
    background-color: #efe8ee;
}
#index_wrap section.section02 .simply-scroll-list li a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;

}
#index_wrap section.section02 .simply-scroll-list li .text {
    margin: 40px 0 0 30px;
}
#index_wrap section.section02 .simply-scroll-list li .text p {
    padding: 7px 20px;
    font-size: 18px;
    color: #000;
    background: #fff;
    border-radius: 3em;
    display: inline-block;
    font-weight: 600;
}
#index_wrap section.section02 .simply-scroll-list li .text h3 {
    font-size: 23px;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 6px;

}
#index_wrap section.section02 .simply-scroll-list li .text h3 span {
    font-weight: 700;
}
#index_wrap section.section02 .simply-scroll-list li .text h4 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 26px;
    display: none;
}
#index_wrap section.section02 .simply-scroll-list li .text span.more {
    font-size: 14px;
    padding-top: 12px;
    display: inline-block;
    padding-left: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-weight: 600;
}
#index_wrap section.section02 .simply-scroll-list li .text span.more::after {
    content: "";
    font-family: 'xeicon';
    padding-left: 10px;
}
#index_wrap section.section02 .simply-scroll-list li .text span.more::before {
    position: absolute;
    width: 65px;
    height: 1px;
    background: rgb(8, 8, 8, .5);
    content: '';
    margin-top: 22px;
}
#index_wrap section.section02 .simply-scroll-list li a {
    text-decoration: none;
}

#index_wrap section.section02 #scroller .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.2s ease;
    background-color: rgba(37, 180, 237, 1);
    border-radius: 0.4em;
    cursor: pointer;
}

#index_wrap section.section02 #scroller a:hover .overlay {
    opacity: 1;
}

#index_wrap section.section02 #scroller .overlay .box {
    position: absolute;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* left: 50%; */
    width: 100%;
    height: 100%;
    line-height: 22px;
    padding: 50px 40px 30px;
    transition: 0.4s ease;
    color: #fff;
    font-family: 'Poppins', 'NotoSans', sans-serif;

}
#index_wrap section.section02 #scroller .overlay .box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
#index_wrap section.section02 #scroller .overlay .box h4 span {
    font-weight: 800;
}
#index_wrap section.section02 #scroller .overlay .box .spac {
    border-left: 1px rgba(255, 255, 255 , .5) solid;
    padding-left: 20px;
    margin-top: 16px;
}
#index_wrap section.section02 #scroller .overlay .box .spac p {

    color: #fff;
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: 500;
}
#index_wrap section.section02 #scroller .overlay .box .caption {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-align: right;
    display: none;
}
#index_wrap section.section02 #scroller .overlay .box .caption p {
    color: #fff;
    font-size: 17px;
    padding: 0;
    background: none;
    border-radius: 0;
    display: block;
    font-weight: 400;
}
#index_wrap section.section03 {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}
#index_wrap section.section06 {
    padding-top: 120px;
    padding-bottom: 280px;
}
#index_wrap section.section03 .flex,
#index_wrap section.section06 .flex {
    display: flex;
}
#index_wrap section.section03 .flex .left,
#index_wrap section.section06 .flex .left {
    flex: 0 0 45%;
    /* 고정 40% */
}
#index_wrap section.section03 .flex .right,
#index_wrap section.section06 .flex .right {
    flex: 0 0 55%;
    /* 고정 60% */
    left: 45%;
    position: absolute;
    width: 55%;
}

#index_wrap section.section03 .flex .left .index-title,
#index_wrap section.section06 .flex .left .index-title {
    padding-top: 10%;

}
#index_wrap section.section03 .flex .left .index-title h2,
#index_wrap section.section06 .flex .left .index-title h2 {
    font-size: 46px;
}
#index_wrap section.section03 .youtube-slide {}
#index_wrap section.section03 .youtube-slide img {
    width: 100%;
    border-radius: 1em;
}
#index_wrap section.section03 .slick-list {
    margin: 0 -20px;
    padding: 0 40% 0 0 !important;
}
#index_wrap section.section03 .slick-slide {
    margin: 0 20px;
}

#index_wrap section.section03 .youtube-slide a {
    cursor: pointer;
}
#index_wrap section.section03 .btn-wrap,
#index_wrap section.section06 .btn-wrap {
    display: flex;

}

@media(max-width:991px) {
    #index_wrap section.section03 .btn-wrap .pager_wrap,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 {
        display: none;
    }
}
@media(min-width:992px) {
    #index_wrap section.section03 .btn-wrap .pager_wrap,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 {
        display: flex;
        margin-top: 30px;
        margin-left: 10px;
    }
    #index_wrap section.section03 .btn-wrap .pager_wrap .arr,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 .arr {
        border: 0;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

    }
    #index_wrap section.section03 .btn-wrap .pager_wrap .prev.arr,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 .prev.arr {
        margin-right: 2px;

    }
    #index_wrap section.section03 .btn-wrap .pager_wrap .arr:hover,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 .arr:hover {
        background-color: #eee;
    }
    #index_wrap section.section03 .btn-wrap .pager_wrap .arr i,
    #index_wrap section.section06 .btn-wrap .pager_wrap2 .arr i {
        font-size: 26px;
    }
}
#index_wrap section.section_bank {
    border-top: 1px #e6e6e6 solid;
    padding-top: 50px;
    padding-bottom: 50px;
}
#index_wrap section.section_bank .flex {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
}
#index_wrap section.section_bank .flex .box  {
    display:flex;
}
#index_wrap section.section_bank .flex .box h2 {
    font-size:24px;
    font-weight:600;
    color: #272727
}
#index_wrap section.section_bank .flex .box h2 span {
    color: #08579a;
    display:inline-block;
     position: relative;
     font-weight:700;
}
#index_wrap section.section_bank .flex .box h2 span::before {
    position: absolute;
    width: 100%;
    height: 9px;
    background: #ceeeff;
    content: '';
    margin-top: 22px;
    z-index: -1;
}
#index_wrap section.section_bank .flex .box.box02 h2 span::before {
    position: absolute;
    width: 100%;
    height: 9px;
    background: #ffddeb;
    content: '';
    margin-top: 22px;
    z-index: -1;
}
#index_wrap section.section_bank .flex .box.box02 h2 span {
    color: #b4004c;
}
#index_wrap section.section_bank .flex .box ul {
    margin-left: 60px;
}
#index_wrap section.section_bank .flex .box ul li {
    font-size:19px;
    padding: 2px;
}




#index_wrap section.section04 {
    padding-top: 65px;
}

#index_wrap section.section04 .benner_wrap {
    position: relative;
    height: 300px;
}
#index_wrap section.section04 .benner_wrap .wrap {
    position: absolute;
    left: 0;
    width: 90vw;
}
#index_wrap section.section04 .benner-slide .box {
    background-color: #4cbdb9;
    position: relative;
    border-radius: 0.9em;
    height: 256px;
    background-repeat: no-repeat;
    background-position: 105% 100%;
    transition: 0.2s;
}
#index_wrap section.section04 .benner-slide .box:hover {
    background-position: 100% 100% !important;
}
#index_wrap section.section04 .benner-slide .box.benner02 {
    background-position: 115% 100% !important;
}

#index_wrap section.section04 .benner-slide .box.benner02:hover {
    background-position: 112% 100% !important;
}
#index_wrap section.section04 .benner-slide .box.benner02 {
    background-color: #5b82c4;
}
#index_wrap section.section04 .benner-slide .box.benner03 {
    /* background-color: #c4735b; */
    background-color: #6a5bc4;
    background-position: 92% 100% !important;
}
#index_wrap section.section04 .benner-slide .box.benner03:hover {
    background-position: 90% 100% !important;
}
#index_wrap section.section04 .benner-slide .box a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 65px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
#index_wrap section.section04 .benner-slide .box a h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
#index_wrap section.section04 .benner-slide .box a h3::after {
    font-family: 'bootstrap-icons';
    content: "\F144";
    position: absolute;
    margin-left: 20px;
    font-size: 16px;
    margin-top: 12px;
}
#index_wrap section.section04 .slick-list {
    margin: 0 -15px;
    padding: 0 30% 0 0 !important;
}
#index_wrap section.section04 .slick-slide {
    margin: 0 15px;
}

#index_wrap section.section05 {
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
    height: 560px;
}
#index_wrap section.section05 .index-title span {
    font-size: 23px;
    font-weight: 700;
    color: #5b82c4;
    position: relative;
    display: inline-block;
}
#index_wrap section.section05 .index-title span::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5b82c4;
    content: '';
    margin-top: 29px;
}

#index_wrap section.section05 .index-title h2 {
    font-size: 46px;
    margin-top: 12px;
}
#index_wrap section.section05 .flex {
    display: flex;
}
#index_wrap section.section05 .flex .left {
    flex: 0 0 45%;
    /* 고정 40% */
    padding-top: 40px;
}
#index_wrap section.section05 .flex .right {
    flex: 0 0 55%;
    /* 고정 60% */
    left: 45%;
    position: absolute;
    width: 55%;
}
#index_wrap section.section05 .flex .right #ticker-wrap {
    background: #f6fafc;
    height: 544px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 1.6em;
    border-bottom-left-radius: 1.6em;

}
#index_wrap section.section05 .flex .right .ticker-container {
    padding: 72px 80px;
    overflow: hidden;
    height: 440px;
    position: relative;
    box-sizing: border-box;
    /* 패딩 포함된 높이 유지 */

}

#index_wrap section.section05 .flex .right .ticker {
    /* height: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; */
}

#index_wrap section.section05 .flex .right .ticker li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 6px;

}

#index_wrap section.section05 .flex .right .ticker li span {
    padding-right: 72px;
    display: inline-block;
}
#index_wrap section.section05 .flex .right .ticker li span.name {
    font-weight: 600;
}

#index_wrap section.section05 .flex .right .ticker li span.uni {
    /* background: url('../../img/sub/uni_01.png'); */
    background-position: 0 50% !important;
    background-repeat: no-repeat !important;
    background-size: 37px !important;
    padding-left: 50px;
    font-weight: 600;

}
#index_wrap section.section05 .flex .right .ticker li span.uni.uni01 {
    background: url("../../img/sub/uni_01.png");
}
#index_wrap section.section05 .flex .right .ticker li span.uni.uni09 {
    background: url("../../img/sub/uni_09.png");
}
#index_wrap section.section05 .flex .right .ticker li span.uni.uni10 {
    background: url("../../img/sub/uni_10.png");
}
#index_wrap section.section05 .flex .right .ticker li span.in {
    padding-left: 40px;
    font-weight: 600;
}

#index_wrap section.section05 .flex .right .ticker li {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    height: 66px;
}

#index_wrap section.section05 .flex .right .ticker li a {
    display: block;
    /* height: 16px; */
    line-height: 36px;
    font-size: 24px;
    color: #1c1c1c;
    text-decoration: none;
}

#index_wrap section.section06 .notice-slide .box {
    width: 100%;
    border-radius: 1em;
    border: 1px #c3c3c3 solid;
    background: #fff;
}
#index_wrap section.section06 .notice-slide .box a {
    display: block;
    padding: 40px 32px;
}
#index_wrap section.section06 .notice-slide .box a:hover {
    text-decoration: none;
}

#index_wrap section.section06 .notice-slide .box a h5 {
    padding: 5px 18px;
    background: #fff;
    border: 1px #3c94d1 solid;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    border-radius: 3em;
    color: #3c94d1;
}
#index_wrap section.section06 .notice-slide .box a h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 20px;
}
#index_wrap section.section06 .notice-slide .box a p {
    font-size: 18px;
    color: #656565;
}
#index_wrap section.section06 .notice-slide .box a span {
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 18px;
    color: #888888;
    margin-top: 30px;
    display: block;
}
#index_wrap section.section06 .notice-slide .box a .btn_wrap {
    margin-top: 30px;
    text-align: center;
    border: 1px #c3c3c3 solid;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    color: #3b3b3b;
    transition: 0.4s;
}
#index_wrap section.section06 .notice-slide .box a:hover .btn_wrap {
    background: #3c94d1;
    border: 1px #3c94d1 solid;
    color: #fff;
}
#index_wrap section.section06 .slick-list {
    margin: 0 -15px;
    padding: 0 28% 0 0;
}
#index_wrap section.section06 .slick-slide {
    margin: 0 15px;
}

.slick-slide a:focus,
.slick-slide a:hover {
    outline: none;
    text-decoration: none;
}

#index_wrap section.section07 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f6f6f6;
}
#index_wrap section.section07 .content {
    display: flex;
    gap: 30px;
}
#index_wrap section.section07 .content .box-wrap {
    width: 50%;
    background: #fff;
    padding: 30px 40px;
    border-radius: 0.8em;
}

#index_wrap section.section07 .content .box-wrap .title {
    display: flex;
    padding-left: 84px;
    background: url("../../img/main/section07_icon01.png");
    background-repeat: no-repeat;
    height: 65px;
    align-items: center;
    margin-bottom: 25px;
}
#index_wrap section.section07 .content .box-wrap:nth-child(2) .title {
    background: url("../../img/main/section07_icon02.png");
    background-repeat: no-repeat;
}
#index_wrap section.section07 .content .box-wrap .title h3 {
    font-size: 27px;
    font-weight: 700;
}
#index_wrap section.section07 .content .box-wrap .title a {
    margin-left: auto;
    font-size: 16px;
    padding: 10px 24px;
    font-weight: 600;
    border: 1px #afafaf solid;
    border-radius: 2em;

}
#index_wrap section.section07 .content .box-wrap .title a:hover {
    text-decoration: none;
}

#index_wrap section.section07 .content .box-wrap .title a::after {
    font-family: 'xeicon';
    margin-left: 12px;
    content: '';
}
#index_wrap section.section07 .content .box-wrap .list .box {
    display: flex;
    padding-left: 15px;
}
#index_wrap section.section07 .content .box-wrap .list .box .subject a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #1f1f1f;
    font-size: 22px;

}
#index_wrap section.section07 .content .box-wrap .list .box .subject a::before {
    content: "· ";
}
#index_wrap section.section07 .content .box-wrap .list .box .subject a:hover {
    text-decoration: none;
}
#index_wrap section.section07 .content .box-wrap .list .box .data {
    margin-left: auto;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 19px;
    color: #999999;
}

#index_wrap section.section07 .bumo_wrap {
    margin-top: 50px;
    text-align: center;
}
#index_wrap section.section07 .bumo_wrap .tip {
    color: #414141;
    margin-top: 26px;
}
#index_wrap section.section07 .bumo_wrap .tip a {
    font-weight: 700;
    color: #407bdb;
    position: relative;
    display: inline-block;
}

#index_wrap section.section07 .bumo_wrap .tip a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #407bdb;
    content: '';
    margin-top: 28px;
}
#index_wrap section.section07 .bumo_wrap .tip a:hover {
    text-decoration: none;
}
/* 서브 레이아웃 */
#sub_wrap .title_wrap {
    background: #f5f5f5;
    height: 150px;
    display: flex;
    align-items: center;
}
#sub_wrap .title_wrap .flex {
    display: flex;
}
#sub_wrap .title_wrap .flex .map {
    margin-left: auto;
    display: flex;
    padding-left: 30px;
    background: url("../../img/main/map_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 22px;
    align-items: center;
    margin-top: 12px;
}
#sub_wrap .title_wrap .flex .name h1 {
    font-size: 34px;
    color: #000;
    font-weight: 600;
}
#sub_wrap .title_wrap .flex .map li a {
    font-size: 18px;
    color: #212633;
    padding-left: 12px;
}

#sub_wrap .title_wrap .flex .map li::before {
    content: "";
    font-family: 'xeicon';
    padding-left: 15px;
}
#sub_wrap .bbs_top_image {
    margin-top: 40px;
    margin-bottom: 40px;
}
#sub_wrap .title_wrap.margin_b {
    margin-bottom: 40px;
}

/* footter */
footer {
    /*    margin-top: 30px;*/
    background-color: #050505;
    padding: 0 20px 60px !important;
    margin-top: 60px;

}
footer.copy_pd_not {
    margin-top: 0;
}
footer.sub {}

footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;

}

footer .footer-menu {
    padding-top: 52px;
    padding-bottom: 20px;
    background-color: #050505;
    border-bottom: 1px #050505 solid;

}

footer .footer-menu ul {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
    content: "";
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li a {
    font-size: 17px;
    color: #c0c0c0;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #fff;
}

footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

footer p.logo img {
    width: 80%;
}

footer address {
    font-size: 16px;
    line-height: 23px;
    color: #5d5d5d;
    font-style: normal;

}

footer p {
    margin-top: 0;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    padding-top: 6px;
    color: #757575 !important;
    font-size: 16px;
}

footer address a span {
    color: #979ba3;
    margin-left: 6px;
}

footer address a {
    color: #979ba3;
    font-size: 14px;
}

footer .danger-text {
    color: #797979;
    font-size: 14px;
}
