/* 공통 */

@font-face {
    font-family: 'NuriGothicSR';
    src: url('../../fonts/new/210-NuriGothicSR.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NuriGothicSB';
    src: url('../../fonts/new/210-NuriGothicSB.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NuriGothicR';
    src: url('../../fonts/new/210-NuriGothicR.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NuriGothicL';
    src: url('../../fonts/new/210-NuriGothicL.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NuriGothicB';
    src: url('../../fonts/new/210-NuriGothicB.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Black';
    src: url('../../fonts/new/NotoSansKR-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Bold';
    src: url('../../fonts/new/NotoSansKR-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-ExtraBold';
    src: url('../../fonts/new/NotoSansKR-ExtraBold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-ExtraLight';
    src: url('../../fonts/new/NotoSansKR-ExtraLight.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Light';
    src: url('../../fonts/new/NotoSansKR-Light.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Medium';
    src: url('../../fonts/new/NotoSansKR-Medium.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Regular';
    src: url('../../fonts/new/NotoSansKR-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-SemiBold';
    src: url('../../fonts/new/NotoSansKR-SemiBold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Thin';
    src: url('../../fonts/new/NotoSansKR-Thin.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCDream-3';
    src: url('../../fonts/new/SCDream3.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCDream-4';
    src: url('../../fonts/new/SCDream4.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCDream-5';
    src: url('../../fonts/new/SCDream5.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCDream-6';
    src: url('../../fonts/new/SCDream6.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

html {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    max-width: 100%;
    height: 100%;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
    font-family: "NotoSansKR-Regular", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
}


body.no-scroll {
  overflow: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    display: inline-block;
    color:#292929;
    transition: 0.3s;
}

.board_list_txt a{
    width: 100%;
}

h1,h2,h3,h4,h5,p{
    padding: 0;
    margin: 0;
    line-height: 1em;
}

/* intro */
#intro{
    background: #ffffff url('../../../common/images/new/intro_bg.png') no-repeat top center;
}

#intro #body{
    max-width: 970px;
    margin: 130px auto;
    text-align: center;
}

#intro #body .intro-text .intro-logo{
    max-width: 100%;
}

#intro #body .intro-text .intro-text{
    font-family: 'NuriGothicB';
    font-size: 2em;
    letter-spacing: -0.02em;
    line-height: 1.4em;
    margin: 60px 0 70px 0;
}

#intro #body .intro-content > ul{
    display: flex;
    gap: 140px;
    justify-content: center;
    margin-bottom: 90px;
}

#intro #body .intro-content > ul > li > a{
    width: 330px;
    height: 355px;
    box-shadow: 0 0 13px rgba(0,0,0,0.23);
    font-family: 'NuriGothicB';
    position: relative;
}

#intro #body .intro-content > ul > li a.child{
    background: #1f92d2;
}

#intro #body .intro-content > ul > li a.nuture{
    background: #f39b00;
}

#intro #body .intro-content > ul > li > a:hover{
    background-color: #262626;
}

#intro #body .intro-content > ul > li > a > p{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

#intro #body .intro-content > ul > li > a:before{
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

#intro #body .intro-content > ul > li > a.child:before{
    background: #fff url(../../common/images/new/intro_icon01.png) no-repeat center center;
}

#intro #body .intro-content > ul > li > a.nuture:before{
    background: #fff url(../../../common/images/new/intro_icon02.png) no-repeat center center;
}

#intro #body .intro-content > ul > li > a > p .intro-title{
    color: #fff;
    font-size: 1.65em;
    display: block;
    margin-bottom: 25px;
}

#intro #body .intro-content > ul > li > a > p .intro-go{
    color: #353535;
    font-size: 1.13em;
    background: #fff;
    padding: 15px 25px 12px 25px;
    border-radius: 100px;
    display: inline-block;
}

#intro #body .intro-content .footer-text{
    font-family: 'NotoSansKR-Medium';
    color: #504c4c;
}

/* 공통(header) */
#jump_menu {
    width: 100%;
    z-index: 9999999;
}

#jump_menu h1 {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    position: absolute;
}

#jump_menu ul, #jump_menu li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

#jump_menu a {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1000px;
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #3e6dbf;
}

hr.linebreak {
    display: none;
}

/* 공통 header */
#header #GNB_m{
    display: none;
}

#header #GNB{
    background: #fff;
    max-width: 100%;
}

#header #GNB .top{
    max-width: 100%;
    border-bottom: 1px solid #c3c3c3;
}

#header #GNB .top .align_top{
    max-width: 1400px;
    margin: 0 auto;
}

#header #GNB .top .align_top .my{
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
    gap: 15px;
}

#header #GNB .top .align_top .my > li{
    height: 100%;
    display: flex;
    align-items: center;
}

#header #GNB .top .align_top .my > li > a{
    color: #8b8b8b;
    font-size: 0.88em;
    height: 100%;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

#header #GNB .top .align_top .my > li > a:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 15px;
}

#header #GNB .top .align_top .my > li > a.login:before{
    background: url(../../common/images/new/login.png) no-repeat center center;
}

#header #GNB .top .align_top .my > li > a.join:before{
    background: url(../../common/images/new/join.png) no-repeat center center;
}

#header #GNB .top .align_top .my > li > a:hover{
    color: #2a2a2a;
}

#header #GNB .bottom{
    max-width: 100%;
    border-bottom: 1px solid #c3c3c3;
}

#header #GNB .bottom .align_bottom{
    max-width: 1520px;
    margin: 0 auto;
}

#header #GNB .bottom .align_bottom nav{
    display: flex;
    justify-content: space-between;
}

#header #GNB .bottom .align_bottom nav .logo{
    text-indent: -99999px;
    width: 400px;
    height: 80px;
}

#header #GNB .bottom .align_bottom nav .ld1{
    display: flex;
    align-items: center;
    flex: 1 1 1140px;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1{
    height: 100%;
    text-align: center;
    flex: auto;
    position: relative;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .l1{
    font-family: 'NuriGothicB';
    color: #373737;
    height: 100%;
    line-height: 80px;
    width: 100%;
    font-size: 1.18em;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2{
    display: none;
    /* width: 150%; */
    width: 280px;
    position: absolute;
    padding: 0 15px 10px 15px;
    top: 80px;
    /* left: -25% */
    left: 50%;
    transform: translateX(-50%);;
    border:1px solid #c9c9c9;
    border-color: #ffffff #c9c9c9 #c9c9c9 #c9c9c9;
    z-index: 1;
    background:#fff;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2.active{
    display: inline-block;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2{
    border-bottom: 1px dashed #c9c9c9;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2:last-child{
    border-bottom: none;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .l2{
    width: 100%;
    padding: 10px 0;
    font-family: 'NuriGothicR';
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2{
    text-align: left;
    font-size: 0.8em;
    font-family: 'NuriGothicR';
    line-height: 1.1em;
    display: none;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3{
    width: 100%;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 > a{
    width: 100%;
    padding: 5px 0 5px 8px;
    position: relative;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3:first-child > a{
    padding-top: 0;
}

#header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 > a:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    left: 0;
    background: #202020;
}

#header #GNB .bottom .align_bottom nav .sbtn{
    display: flex;
    align-items: center;
    gap: 5px;
}

#header #GNB .bottom .align_bottom nav .sbtn > a{
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    border-radius: 100px;
}

#header #GNB_m{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c3c3c3;
}

#header #GNB_m .align_top{
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
}

#header #GNB_m .align_top .logo{
    text-indent: -9999px;
    width: 250px;
    height: 80px;
}

#header #GNB_m .align_top .sbtn > a{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border-radius: 100px;
}

#header #GNB_m .m-nav{
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    background-color: #fff;
    width: 100%;
    z-index: 99;
    overflow-y: scroll;
}

#header #GNB_m .m-nav.seenav{
    display: inline-block;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1{
    border-bottom: 1px solid #e3e3e3;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 > .l1{
    position: relative;
    height: 65px;
    border: 0 none !important;
    border-radius: 0 !important;
    padding-left: 20px;
    color: #202020;
    font-family: 'NuriGothicB';
    font-size: 1.15em;
    font-weight: normal;
    display: flex;
    align-items: center;
    background: #fbfbfb;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 > .l1:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff url(../../common/images/new/mnav_arrow.png) no-repeat center center;
    border-radius: 100px;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 > .l1.snav:after{
    background: #fff url(../../common/images/new/mnav_arrow_active.png) no-repeat center center;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2{
    display: none;
    width: 100%;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2.snav{
    display: inline-block;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2{
    width: 100%;
    border-top: 1px solid #e3e3e3;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .l2{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-family: 'NuriGothicR';
    padding-left: 30px;
    font-size: 1.1em;
    position: relative;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .l2:before{
    content: '';
    position: absolute;
    top: 27px;
    left: 20px;
    width: 3px;
    height: 3px;
    background: #202020;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .lb2{
    padding: 0 20px;
    margin-bottom: 20px;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .lb2 .ld3{
    background: #fbfbfb;
    padding: 15px;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 .sub-l3{
    width: 100%;
    font-family: 'NuriGothicR';
    padding: 5px 0 5px 8px;
    position: relative;
}

#header #GNB_m .m-nav .m-nav-content .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 .sub-l3:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 1px;
    background: #202020;
    top: 12px;
    left: 0;
}

/* 보육지원 header(child) */
#child #header #GNB .bottom .align_bottom nav .logo{background: url(../../common/images/new/child_logo.png) no-repeat center left;}

#child #header #GNB .bottom .align_bottom nav .ld1 .cd1.active .l1{color: #1d7fcb;}
#child #header #GNB .bottom .align_bottom nav .ld1 .cd1 .l1:hover, #child #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2.active .l1{color: #1d7fcb;}
#child #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .l2:hover{color: #1d7fcb;}
#child #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 > a:hover{color: #1d7fcb;}

#child #header #GNB_m .align_top .sbtn a.menu{background: #1d7fcb url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#child #header #GNB_m .align_top .sbtn a.menu.seenav{background: #1d7fcb url(../../common/images/new/nav_sitemap_x.png) no-repeat center center;}
#child #header #GNB_m .align_top .sbtn a.search{background: #1d7fcb url(../../common/images/new/nav_search.png) no-repeat center center;}

#child #header #GNB .bottom .align_bottom nav .sbtn > a.sitemap{background: #1d7fcb url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#child #header #GNB .bottom .align_bottom nav .sbtn > a.sitemap:hover{background: #0e259e url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#child #header #GNB .bottom .align_bottom nav .sbtn > a.search{background: #1d7fcb url(../../common/images/new/nav_search.png) no-repeat center center;}
#child #header #GNB .bottom .align_bottom nav .sbtn > a.search:hover{background: #0e259e url(../../common/images/new/nav_search.png) no-repeat center center;}

#child #header #GNB_m .align_top .logo{background: url(../../common/images/new/child_logo_m.png) no-repeat left center; background-size: 100%;}

/* 양육지원 header(nuture) */
#nuture #header #GNB .bottom .align_bottom nav .logo{background: url(../../common/images/new/nuture_logo.png) no-repeat center left;}
#nuture #header #GNB .bottom .align_bottom nav .ld1 .cd1.active .l1{color: #f18d00;}
#nuture #header #GNB .bottom .align_bottom nav .ld1 .cd1 .l1:hover, #nuture #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2.active .l1{color: #f18d00;}
#nuture #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .l2:hover{color: #f18d00;}
#nuture #header #GNB .bottom .align_bottom nav .ld1 .cd1 .ld2 .cd2 .lb2 .ld3 .cd3 > a:hover{color: #f18d00;}

#nuture #header #GNB_m .align_top .sbtn a.menu{background: #f57c5f url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#nuture #header #GNB_m .align_top .sbtn a.menu.seenav{background: #f57c5f url(../../common/images/new/nav_sitemap_x.png) no-repeat center center;}
#nuture #header #GNB_m .align_top .sbtn a.search{background: #f57c5f url(../../common/images/new/nav_search.png) no-repeat center center;}

#nuture #header #GNB .bottom .align_bottom nav .sbtn > a.sitemap{background: #f4a51a url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#nuture #header #GNB .bottom .align_bottom nav .sbtn > a.sitemap:hover{background: #f57c5f url(../../common/images/new/nav_sitemap.png) no-repeat center center;}
#nuture #header #GNB .bottom .align_bottom nav .sbtn > a.search{background: #f4a51a url(../../common/images/new/nav_search.png) no-repeat center center;}
#nuture #header #GNB .bottom .align_bottom nav .sbtn > a.search:hover{background: #f57c5f url(../../common/images/new/nav_search.png) no-repeat center center;}

#nuture #header #GNB_m .align_top .logo{background: url(../../common/images/new/nuture_logo_m.png) no-repeat left center; background-size: 100%}

/* 공통 footer */
#footer{
    width: 100%;
}

#footer aside{
    border:1px solid #cacaca;
    border-width: 1px 0 1px 0;
    background: #eeeeee;
}

#footer aside .link{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    font-family: 'NuriGothicSB';
}

#footer aside .link > li{
    width: 25%;
    height: 70px;
    position: relative;
}

#footer aside .link > li > a{
    width: 100%;
    height: 100%;
    border:1px solid #cacaca;
    border-width: 0 0 0 1px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-size: 1.12em;
    position: relative;
}

#footer aside .link > li > a:before{
    content: '';
    width: 34px;
    height: 34px;
    background: #6f6f6f url(../../common/images/new/footer_arrow.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 100px;
}

#footer aside .link > li > a.linkactive:before{
    background: #6f6f6f url(../../common/images/new/footer_arrow_active.png) no-repeat center center;
}

#footer aside .link > li:last-child > a{
    border-width: 0 1px 0 1px;
}

#footer aside .link > li > div{
    display: none;
    width: 100%;
    max-height: 120px;
    background: #fff;
    overflow-y: scroll;
    border:1px solid #cacaca;
    position: absolute;
    z-index: 2;
}

#footer aside .link > li > div.linkactive{
    display: inline-block;
}

#footer aside .link > li div > ul{
    padding: 8px 0;
}

#footer aside .link > li div > ul > li{
    padding: 2px 15px;
}

#footer aside .link > li div > ul > li > a{
    width: 100%;
    height: 100%;
}

#footer .alignbox{
    background: #fff;
    color: #0f0f0f;
    font-weight: bold;
}

#footer .alignbox .footerinfo{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0 70px 0;
    gap: 30px;
    align-items: center;
}

#footer .alignbox .footerinfo a{
    color: #0f0f0f;
    font-weight: bold;
}

#footer .alignbox .footerinfo > h3{
    text-indent: -9999px;
    width: 310px;
    height: 40px;
    background: url(../../common/images/new/footer_logo.png) no-repeat left center;
}

#footer .alignbox .footerinfo .footeralign{
    padding-left: 50px;
}

#footer .alignbox .footerinfo .footeralign .footer-link{
    display: flex;
    margin-bottom: 20px;
}

#footer .alignbox .footerinfo .footeralign .footer-link > li > a{
    padding: 0 30px;
    position: relative;
}

#footer .alignbox .footerinfo .footeralign .footer-link > li:first-child > a{
    padding-left: 0;
}

#footer .alignbox .footerinfo .footeralign .footer-link > li > a::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #0f0f0f;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#footer .alignbox .footerinfo .footeralign .footer-link > li:last-child > a::before{
    content: none;
}

#footer .alignbox .footerinfo .footeralign address{
    font-style: normal;
    line-height: 1.75em;
    font-size: 0.9em;
}

#footer .alignbox .textbr{
    padding-right: 30px;
}

/* 보육지원 footer(child) */
#child #footer aside .link > li > a:hover{color: #0057cb;}
#child #footer aside .link > li div > ul > li > a:hover{color: #0057cb;}
#child  #footer .alignbox .footerinfo .footeralign .footer-link > li > a:hover{color: #0057cb;}

/* 양육지원 footer(nuture) */
#nuture #footer aside .link > li > a:hover{color: #f18d00;}
#nuture #footer aside .link > li div > ul > li > a:hover{color: #f18d00;}
#nuture  #footer .alignbox .footerinfo .footeralign .footer-link > li > a:hover{color: #f4a51a;}

/* 공통 main */
.main .add{
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background: #fff url(../../common/images/new/icon_add.png) no-repeat center center;
    border:1px solid #9f9f9f;
    border-radius: 100px;
}

.main .maintitle{
    font-size: 2.6em;
    color: #181818;
    font-family: 'NotoSansKR-ExtraBold';
}

.main .add:hover{
    border-color: #2a2a2a;
}

.main .section_1 .align_1 .quick{
    max-width: 1600px;
    margin: 40px auto 60px auto;
    border-radius: 30px;
    text-align: center;
    padding: 60px 0;
}

.main .section_1 .align_1 .quick .quick-box .quick-title{
    color: #fff;
    font-size: 2.8em;
    font-family: 'NotoSansKR-ExtraBold';
    margin-bottom: 40px;
}

.main .section_1 .align_1 .quick .quick-box .quick-point{
    color: #fff94d;
}

.main .section_1 .align_1 .quick .quick-box .search{
    display: inline-block;
    width: 710px;
    height: 70px;
    position: relative;
    margin-bottom: 40px;
}

.main .section_1 .align_1 .quick .quick-box .search form{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main .section_1 .align_1 .quick .quick-box .search .search-text{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 100px;
    border:3px solid #383838;
    display: inline-block;
    padding-left: 20px;
    font-family: 'NuriGothicB' !important;
    color: #323232;
    font-size: 1.3em;
}

.main .section_1 .align_1 .quick .quick-box .search .search-text.search-text::placeholder{
    font-family: 'NuriGothicB';
    color: #323232;
}

.main .section_1 .align_1 .quick .quick-box .search .search-btn{
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    border:none;
    width: 50px;
    height: 50px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
}

.main .section_1 .align_1 .quick .quick-box .quick-icon{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.main .section_1 .align_1 .quick .quick-box .quick-icon > li > a{
    font-family: 'NuriGothicB';
    position: relative;
    padding-top: 120px;
    width: 150px;
}

.main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:before{
    content: '';
    position: absolute;
    width: 140px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    transition: 0.3s;
}

.main .section_2{
    padding-bottom: 20px;
}

.main .section_2 .align_2{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.main .section_2 .align_2 .notice{
    width: 685px;
}

.main .section_2 .align_2 .notice .notice-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.main .section_2 .align_2 .notice .notice-menu .nm-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a{
    padding: 0 25px;
    position: relative;
}

.main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #404040;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main .section_2 .align_2 .notice .notice-menu .nm-box > h3:first-child > a{
    padding-left: 0;
}

.main .section_2 .align_2 .notice .notice-menu .nm-box > h3:last-child > a{
    padding-right: 0;
}

.main .section_2 .align_2 .notice .notice-menu .nm-box > h3:last-child > a:before{
    content: none;
}


.main .section_2 .align_2 .notice .nm-title{
    color: #181818;
    font-size: 2em;
    font-family: 'NotoSansKR-ExtraBold';
    cursor: pointer;
}

.main .section_2 .align_2 .notice .nm-title.nmtap{
    font-size: 2.6em;
}

.main .section_2 .align_2 .notice .notice-tap > div{
    display: none;
}

.main .section_2 .align_2 .notice .notice-tap > div.nmtap{
    display: inline-block;
    width: 100%;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul{
    display: flex;
    justify-content: space-between;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li{
    width: 330px;
    height: 320px;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a{
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    padding: 25px;
    position: relative;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type{
    color: #244d8e;
    padding: 4px 20px;
    border-radius: 100px;
    font-size: 0.85em;
    margin-bottom: 25px;
    display: inline-block;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type > span{
    padding-left: 20px;
    position: relative;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type > span:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../../common/images/new/nuture_notice.png) no-repeat center center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-title{
    color:#202020;
    font-size: 1.15em;
    font-family: 'NotoSansKR-Bold';
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 25px;
    transition: 0.3s;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-text{
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
    color: #7e7e7e;
    font-size: 0.92em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a:hover .nt-text{
    color: #202020;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-dateadd .nt-date{
    position: absolute;
    bottom: 30px;
    font-style: normal;
    color: #494949;
    left: 25px;
    padding-left: 20px;
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-dateadd .nt-date:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../../common/images/new/nuture_notice_date.png);
}

.main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-dateadd .bt-add{
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    bottom: 15px;
    right: 15px;
    transition: 0.3s;
}

.main .section_2 .align_2 .banner .banner-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.main .section_2 .align_2 .banner .banner-top .banner-button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.main .section_2 .align_2 .banner .banner-top .banner-button > a{
    text-indent: -9999px;
    width: 20px;
    height: 50px;
}

.main .section_2 .align_2 .banner .banner-top .banner-button > a.slider-prev{
    background: url(../../common/images/new/banner_prev.png) no-repeat center center;
}

.main .section_2 .align_2 .banner .banner-top .banner-button > a.slider-stop{
    background: url(../../common/images/new/banner_stop.png) no-repeat center center;
}

.main .section_2 .align_2 .banner .banner-top .banner-button > a.slider-start{
    background: url(../../common/images/new/banner_start.png) no-repeat center center;
    display: none;
}

.main .section_2 .align_2 .banner .banner-top .banner-button > a.slider-next{
    background: url(../../common/images/new/banner_next.png) no-repeat center center;
}

.main .section_2 .align_2 .banner .swiper{
    width: 665px;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
    background:#fff;
}

.main .section_2 .align_2 .banner .swiper .swiper-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
}

.main .section_2 .align_2 .banner .swiper .swiper-wrapper .swiper-slide{
    flex: 0 0 100%;
    box-sizing: border-box;
}

.main .section_2 .align_2 .banner .banner-top .banner-button .slider-count{
    color:#202020;
    font-family: 'NotoSansKR-Medium';
}

.main .section_2 .align_2 .banner .banner-top .banner-button .slider-count .current{
    font-family: 'NotoSansKR-bold';
}

.main .section_2 .align_3{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 50px;
}

.main .section_2 .align_3 .festival{
    background: #fff;
    position: relative;
    border-radius: 0 35px 35px 0;
    padding: 60px 60px 60px 0;
    width: 685px;
    background: #fff url(../../common/images/new/festival-bg.png) no-repeat top 40px right 90px;
}

.main .section_2 .align_3 .festival:before{
    background: #fff;
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    left: -1000%;
    top: 0;
}

.main .section_2 .align_3 .festival .festival-top .maintitle{
    margin-bottom: 30px;
}

.main .section_2 .align_3 .festival .festival-top .maintitle .add{
    margin-left: 80px;
}

.main .section_2 .align_3 .festival .festival-top > p{
    margin-bottom: 40px;
    color: #181818;
    font-family: 'NotoSansKR-Medium';
    line-height: 1.4em;
    font-size: 1.15em;
}

.main .section_2 .align_3 .festival .festival-content{
    display: inline-block;
    padding: 25px;
    border-radius: 15px;
    width: 100%;
}

.main .section_2 .align_3 .festival .festival-content > ul > li{
    border-bottom: 1px solid #e3e3e3;
}

.main .section_2 .align_3 .festival .festival-content > ul > li:last-child{
    border-bottom: none;
}

.main .section_2 .align_3 .festival .festival-content > ul > li > a{
    padding: 20px 0 25px 0;
    width: 100%;
}

.main .section_2 .align_3 .festival .festival-content > ul > li .fc-top{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong{
    font-size: 0.8em;
    padding: 6px 15px 3px 15px;
    border-radius: 100px;
    font-family: 'NuriGothicR';
}

.main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong.ing{
    color: #fff;
}

.main .section_2 .align_3 .festival .festival-content > ul > li .fc-date{
    color:#7e7e7e;
    font-size: 0.85em;
    font-family: 'NotoSansKR-Medium';
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition: 0.3s;
}

.main .section_2 .align_3 .festival .festival-content > ul > li .fc-top .fc-title{
    font-family: 'NotoSansKR-Extrabold';
    font-size: 1.05em;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s;
    color:#202020;
}

.main .section_2 .align_3 .festival .festival-content > ul > li > a:hover .fc-date{
    color: #202020;
}

.main .section_2 .align_3 .news{
    padding-top: 25px;

}

.main .section_2 .align_3 .news .news-top .maintitle{
    margin-bottom: 30px;
}

.main .section_2 .align_3 .news .news-top .maintitle .add{
    margin-left: 80px;
}

.main .section_2 .align_3 .news .news-top > p{
    margin-bottom: 30px;
    color: #181818;
    font-family: 'NotoSansKR-Medium';
    line-height: 1.4em;
    font-size: 1.15em;
}

.main .section_2 .align_3 .news .news-content > ul{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 665px;
    overflow: hidden;
}

.main .section_2 .align_3 .news .news-content > ul > li{
    padding: 0;
    width: 320px;
}

.main .section_2 .align_3 .news .news-content > ul > li .nc-type{
    margin-left: 20px;
    font-size: 0.85em;
    padding: 10px 15px 5px 15px;
    font-family: 'NuriGothicB';
    color: #fff;
    display: inline-block;
}

.main .section_2 .align_3 .news .news-content > ul > li > a{
    width: 100%;
    height: 340px;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    padding: 20px;
}

.main .section_2 .align_3 .news .news-content > ul > li > a > img{
    width: 280px;
    height: 200px;
    border-radius: 10px;
    background-size: cover;
    transition: 0.3s;
}

.main .section_2 .align_3 .news .news-content > ul > li > a:hover > img{
    transform: scale(1.02);
}

.main .section_2 .align_3 .news .news-content > ul > li > a .nc-title{
    margin: 10px 15px;
    font-family: 'NotoSansKR-Extrabold';
    font-size: 1.05em;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    color: #202020;
}

.main .section_2 .align_3 .news .news-content > ul > li > a .nc-date{
    padding: 0 15px;
    font-style: normal;
    color: #828282;
    font-size: 0.9em;
    font-family: 'NotoSansKR-Medium';
    transition: 0.3s;
}

.main .section_2 .align_3 .news .news-content > ul > li > a:hover .nc-date{
    color: #202020;
}

.main .section_2 .align_3 .news .news-button > a{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 100px;
    border:1px solid #fff;
}

.main .section_2 .align_3 .news .news-button > a.news-prev{
    background: #fff url(../../common/images/new/icon_prev.png) no-repeat center center;
}

.main .section_2 .align_3 .news .news-button > a.news-next{
    background: #fff url(../../common/images/new/icon_next.png) no-repeat center center;
}

.main .section_2 .align_3 .news .news-button > a.news-prev:hover{
    border-color: #202020;
}

.main .section_2 .align_3 .news .news-button > a.news-next:hover{
    border-color: #202020;
}

.main .section_2 .align_4{
    max-width: 1400px;
    margin: 0 auto 80px auto;
}

.main .section_2 .align_4 .call{
    border-radius: 50px;
    overflow: hidden;
}

.main .section_2 .align_4 .call .call-title{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section_2 .align_4 .call .call-title > p{
    color: #fff;
    font-size: 2em;
    font-family: 'NotoSansKR-ExtraBold';
}

.main .section_2 .align_4 .call .call-content{
    background: #fff;
    position: relative;
    padding: 60px 120px;
}

.main .section_2 .align_4 .call .call-content > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:40px;
}

.main .section_2 .align_4 .call .call-content > ul > li{
    width: 260px;
    height: 250px;
}

.main .section_2 .align_4 .call .call-content > ul > li > div{
    display: flex;
    flex-direction: column;
    padding: 15px;
    border:1px solid #d3d4cc;
    border-radius: 10px;
    gap: 20px;
}

.main .section_2 .align_4 .call .call-content > ul > li > div > img{
    border-radius: 5px;
    width: 100%;
    max-width: 228px;
    aspect-ratio: 228 / 140;
    object-fit: cover;
    /* max-width: 228px;
    max-height: 140px; */
}

.main .section_2 .align_4 .call .call-content > ul > li > div > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .section_2 .align_4 .call .call-content:after{
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 34px;
    background: url(../../common/images/new/call-before.png) no-repeat center center;

}

.main .section_2 .align_4 .call .cc-title{
    font-family: 'NuriGothicB';
    line-height: 1em;
}

.main .section_2 .align_4 .call .cc-number{
    font-family: 'NuriGothicB';
    color:#eb673b;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.main .section_2 .align_4 .call .cc-number:before{
    content: '';
    width: 18px;
    height: 18px;
    background:url(../../common/images/new/call-icon.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
}

.main .section_2 .align_4 .call .cc-go{
    color: #fff;
    font-family: 'NotoSansKR-Medium';
    font-size: 0.75em;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1em;
    flex-direction: column;
}

.main .section_2 .align_4 .call .cc-go:hover{
    color: #fff;
}

/* 보육지원 main(child) */
#child .main .child-point{color: #07a4eb;}

#child .main .section_1 .align_1 .quick{background: #3a9fd7 url(../../common/images/new/child_quick_bg.png) no-repeat bottom right; border:1px solid #0377a8;}
#child .main .section_1 .align_1 .quick .quick-box .search .search-btn{background: #0e259e url(../../common/images/new/search.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .search .search-btn:hover{background: #323232 url(../../common/images/new/search.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a{color: #fff;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:hover{color: #fff94d;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:before{border:1px solid #3b83a1;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon01:before{background: #fff url(../../common/images/new/child_quick_icon01.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon02:before{background: #fff url(../../common/images/new/child_quick_icon02.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon03:before{background: #fff url(../../common/images/new/child_quick_icon03.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon04:before{background: #fff url(../../common/images/new/child_quick_icon04.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon05:before{background: #fff url(../../common/images/new/child_quick_icon05.png) no-repeat center center;}
/* #child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon06:before{background: #fff url(../../common/images/new/child_quick_icon06.png) no-repeat center center;} */
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon06:before{background: #fff url(../../common/images/new/nuture_quick_icon06.png) no-repeat center center;}
#child .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:hover:before{background-color: #323232;}

#child .main .section_2{background: #e0eef3 url(../../common/images/new/child_bg.png) no-repeat center top;}
#child .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a:hover .child-point{color: #0e259e;}
#child .main .section_2 .align_2 .notice .nm-title.nmtap > a > .child-point{color: #009be8 !important;}
#child .main .section_2 .align_2 .notice .nm-title:hover > a{color: #0e259e;}
#child .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a .child-point{color: #292929;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a{border:1px solid #dae3f3;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type{background: #f0f4fa;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type1{background: #f0f4fa;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type2{background: #ecdff3;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type3{background: #ffd0ae;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a:hover .nt-title{color: #0057cb;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-dateadd .bt-add{background: #f0f4fa url(../../common/images/new/nuture_notice_add.png) no-repeat center center;}
#child .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a:hover .nt-dateadd .bt-add{background-color: #fff;}
#child .main .section_2 .align_2 .banner .swiper{border:1px solid #dae3f3;}
#child .main .section_2 .align_2 .banner .banner-top .banner-button .slider-count .current{color:#2d43a5;}

#child .main .section_2 .align_3 .festival .festival-content{border:1px solid #dae3f3;}
#child .main .section_2 .align_3 .festival .festival-top > p .child-point{font-family: 'NotoSansKR-Extrabold';}
#child .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong.end{background: #f0f4fa; color: #244d8e;}
#child .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong.ing{background: #0057cb;}
#child .main .section_2 .align_3 .festival .festival-content > ul > li > a:hover .fc-title{color: #0057cb;}
#child .main .section_2 .align_3 .news .news-top > p .child-point{font-family: 'NotoSansKR-Extrabold';}
#child .main .section_2 .align_3 .news .news-content > ul > li .nc-type{background: #0057cb;}
#child .main .section_2 .align_3 .news .news-content > ul > li > a{border:1px solid #dae3f3;}
#child .main .section_2 .align_3 .news .news-content > ul > li > a:hover .nc-title{color: #0057cb;}

#child .main .section_2 .align_4 .call .cc-title{color: #011868;}
#child .main .section_2 .align_4 .call .call-title{background: #009be8 url(../../common/images/new/child_call_bg.png) no-repeat center center;}
#child .main .section_2 .align_4 .call .cc-go{background: #24347a;}
#child .main .section_2 .align_4 .call .cc-go:hover{background: #2d2d2d;}

/* 양육지원 main(nuture) */
#nuture .main .nuture-point{color: #f05745;}

#nuture .main .section_1 .align_1 .quick{background: #f4a51a url(../../common/images/new/nuture_quick_bg.png) no-repeat bottom right; border:1px solid #b46100;}
#nuture .main .section_1 .align_1 .quick .quick-box .search .search-btn{background: #f05745 url(../../common/images/new/search.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .search .search-btn:hover{background: #323232 url(../../common/images/new/search.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a{color: #292929;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:hover{color: #fff94d;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:before{border:1px solid #b46100;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon01:before{background: #fff url(../../common/images/new/nuture_quick_icon01.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon02:before{background: #fff url(../../common/images/new/nuture_quick_icon02.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon03:before{background: #fff url(../../common/images/new/nuture_quick_icon03.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon04:before{background: #fff url(../../common/images/new/nuture_quick_icon04.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon05:before{background: #fff url(../../common/images/new/nuture_quick_icon05.png) no-repeat center center;}
/* #nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon06:before{background: #fff url(../../common/images/new/nuture_quick_icon06.png) no-repeat center center;} */
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a.quick-icon06:before{background: #fff url(../../common/images/new/child_quick_icon06.png) no-repeat center center;}
#nuture .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:hover:before{background-color: #323232;}

#nuture .main .section_2{background: #f1f2ec url(../../common/images/new/nuture_bg.png) no-repeat center top;}
#nuture .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a:hover .nuture-point{color: #f4a51a;}
#nuture .main .section_2 .align_2 .notice .nm-title.nmtap > a > .nuture-point{color: #f05745 !important;}
#nuture .main .section_2 .align_2 .notice .nm-title:hover > a{color: #f4a51a;}
#nuture .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a .nuture-point{color: #292929;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a{border:1px solid #d3d4cc;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type{background: #f1f1f1;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type1{background: #f1f1f1;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type2{background: #ecdff3;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type.nt-type3{background: #ffd0ae;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a:hover .nt-title{color: #f57d62;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-dateadd .bt-add{background: #f1f1f1 url(../../common/images/new/nuture_notice_add.png) no-repeat center center;}
#nuture .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a:hover .nt-dateadd .bt-add{background-color: #fff;}
#nuture .main .section_2 .align_2 .banner .swiper{border:1px solid #d3d4cc;}
#nuture .main .section_2 .align_2 .banner .banner-top .banner-button .slider-count .current{color:#f05745;}

#nuture .main .section_2 .align_3 .festival .festival-content{border:1px solid #d3d4cc;}
#nuture .main .section_2 .align_3 .festival .festival-top > p .nuture-point {font-family: 'NotoSansKR-Extrabold';}
#nuture .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong.end{background: #f1f1f1; color: #181818;}
#nuture .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top > strong.ing{background: #f57d62;}
#nuture .main .section_2 .align_3 .festival .festival-content > ul > li > a:hover .fc-title{color: #f57d62;}
#nuture .main .section_2 .align_3 .news .news-top > p .nuture-point{font-family: 'NotoSansKR-Extrabold';}
#nuture .main .section_2 .align_3 .news .news-content > ul > li .nc-type{background: #5fa625;}
#nuture .main .section_2 .align_3 .news .news-content > ul > li > a{border:1px solid #d3d4cc;}
#nuture .main .section_2 .align_3 .news .news-content > ul > li > a:hover .nc-title{color: #f57d62;}

#nuture .main .section_2 .align_4 .call .cc-title{color: #181818;}
#nuture .main .section_2 .align_4 .call .call-title{background: #f18d00 url(../../common/images/new/nuture_call_bg.png) no-repeat center center;}
#nuture .main .section_2 .align_4 .call .cc-go{background: #f57d62;}
#nuture .main .section_2 .align_4 .call .cc-go:hover{background: #2d2d2d;}

/* 공통 sub */
.sub{
    background: url(../../common/images/new/sub-bg.png) no-repeat top center;
    padding-top: 80px;
}

.sub #sub{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 75px;
}

.sub #SUB-GNB{
    width: 325px;
}

.sub #SUB-GNB .SubGnbTitle{
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    border-radius: 0 20px 0 0;
}

.sub #SUB-GNB .SubGnbTitle .SubGnbTitleText{
    color: #fff;
    font-size: 1.4em;
}

.sub #SUB-GNB .sub-lb1{
    background: #fff;
    border:1px solid #c9c9c9;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 30px 30px;
    padding: 10px 20px;
    margin-bottom: 50px;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2{
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    position: relative;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2:last-child .sub-l2{
    border-bottom: none;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    transform: translateY(-50%);
    height: 16px;
    background: url(../../common/images/new/sub_leftnav_hover.png) no-repeat center center;
    transition: 0.1s;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2 span{
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    padding: 15px 35px 15px 17px;
    font-size: 1.18em;
    font-family: 'NotoSansKR-Medium';
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open .sub-l2 span{
    border-radius: 10px;
    color: #fff;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open .sub-l2:after{
    width: 10px;
    height: 16px;
    background: url(../../common/images/new/sub_leftnav_click.png) no-repeat center center;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2.plus:after{
    width: 16px;
    height: 10px;
    background: url(../../common/images/new/sub_leftnav.png) no-repeat center center;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2{
    padding: 15px 0;
    display: none;
    border-top: 1px solid #c9c9c9;;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2.plus{
    display: inline-block;
    width: 100%;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2 .sub-ld3 .sub-cd3 .sub-l3{
    padding: 5px 20px 5px 30px;
    width: 100%;
    font-weight: bold;
    color: #282828;
    position: relative;
}

.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2 .sub-ld3 .sub-cd3 .sub-l3:before{
    position: absolute;
    content: '';
    top: 15px;
    left: 20px;
    width: 4px;
    height: 4px;
    background: #282828;
}




/* ******************************* 직접 수정한 내용 - 강소현 260413 ******************************* */
/* 하위메뉴 펼침 */
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open > .sub-lb2 {
    display: block;
}

/* 3depth active */
.sub-cd3.open {
    background-color: #f5f5f5;
    border-radius: 10px;
}

/* ========================= */
/* 하위메뉴 있는 메뉴만 처리 */
/* ========================= */

/* open 이거나 hover 중인 메뉴는 상위 border-bottom 제거 */
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open:has(> .sub-lb2) > .sub-l2,
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2:hover:has(> .sub-lb2) > .sub-l2 {
    border-bottom: none !important;
}

/* open 이거나 hover 중인 메뉴의 하위메뉴 영역 border */
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open:has(> .sub-lb2) > .sub-lb2,
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2:hover:has(> .sub-lb2) > .sub-lb2 {
    /* border-top: 1px solid #c9c9c9; */
    border-top: none;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 0;
}

/* 맨 마지막 메뉴 예외 처리 */
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2:last-child.open:has(> .sub-lb2) > .sub-lb2,
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2:last-child:hover:has(> .sub-lb2) > .sub-lb2 {
    border-bottom: none;
    padding-top: 0;
}

/* 닫힌 상태에서는 하위메뉴 border 제거 */
.sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 > .sub-lb2:not(.plus) {
    border-top: none;
    border-bottom: none;
}

/********************************************************************************************************/



/* 보육지원 sub(child) */
#child .sub{background: url(../../common/images/new/child-sub-bg.png) no-repeat top center;}
#child .sub #SUB-GNB .SubGnbTitle{background: #0074e3 url(../../common/images/new/call-before.png) no-repeat bottom -1px center;}
#child .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2:hover{color: #0057cb;}
#child .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open .sub-l2 span{background: #0057cb;}
#child .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2 .sub-ld3 .sub-cd3 .sub-l3:hover{color: #0057cb;}

/* 양육지원 sub(nuture) */
#nuture .sub{background: url(../../common/images/new/nuture-sub-bg.png) no-repeat top center;}
#nuture .sub #SUB-GNB .SubGnbTitle{background: #f39b00 url(../../common/images/new/call-before.png) no-repeat bottom -1px center;}
#nuture .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-l2:hover{color: #f39b00;}
#nuture .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2.open .sub-l2 span{background: #f66e32;}
#nuture .sub #SUB-GNB .sub-lb1 .sub-ld2 .sub-cd2 .sub-lb2 .sub-ld3 .sub-cd3 .sub-l3:hover{color: #f39b00;}

/* 공통 sub content */
#sub #contents{
    margin-bottom: 150px;
    width: 100%;
}

#sub #contents .doc_title{
    width: 100%;
    margin-bottom: 20px;
}

#sub #contents .doc_title .doc_title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#sub #contents .doc_title .doc_title-box .menu_path{
    display: flex;
    align-items: center;
}

#sub #contents .doc_title .doc_title-box .menu_path > a{
    padding: 0 30px;
    font-size: 1.08em;
    font-family: 'NotoSansKR-Medium';
    color: #3a3a3a;
    position: relative;
}

#sub #contents .doc_title .doc_title-box .menu_path > a:first-child{
    padding-left: 0;
}

#sub #contents .doc_title .doc_title-box .menu_path > a.home{
    text-indent: -9999px;
    background: url(../../common/images/new/sub_nav_home.png) no-repeat left center;
    width: 52px;
    height: 21px;
}

#sub #contents .doc_title .doc_title-box .menu_path > a:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 16px;
    background: url(../../common/images/new/sub_nav_next.png) no-repeat center center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#sub #contents .doc_title .doc_title-box .menu_path > a:last-of-type:after{
    content: none;
}

#sub #contents .doc_title .doc_title-box .menu_path > a:hover{
    text-decoration: none;
    cursor: auto;
}

#sub #contents .doc_title .doc_title-box .menu_path > ul{
    display: none;
}

#sub #contents .doc_title .doc_title-box .btn_path{
    display: none;
}

#sub #contents .doc_title .doc_title-box .btn_path > a{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border-radius: 100px;
    border:1px solid #d6d6d6;
    margin: 0 2px;
}

#sub #contents .doc_title .doc_title-box .btn_path > a:first-child{
    margin-left: 0;
}

#sub #contents .doc_title .doc_title-box .btn_path > a.shear_btn:last-child{
    margin-right: 0;
}

#sub #contents .doc_title .doc_title-box .btn_path > a.print_btn{
    background: #f2f2f2 url(../../common/images/new/sub_print.png) no-repeat center center;
}

#sub #contents .doc_title .doc_title-box .btn_path > a.shear_btn{
    background: #f2f2f2 url(../../common/images/new/sub_share.png) no-repeat center center;
}

#sub #contents .doc_title .doc_title-box .btn_path > a:hover{
    background-color: #fff;
}

#sub #contents .doc_title .content-title{
    padding: 25px 0;
    border-bottom: 2px solid #404040;
    font-size: 2em;
    color: #181818;
    font-family: 'NotoSansKR-ExtraBold';
}

#sub #contents .contents_contents{
    min-height: 500px;
}

#sub #contents .contents_contents h3{
    margin: 40px 0 20px 0;
    color: #181818;
    font-size: 1.8em;
    font-family: 'NotoSansKR-Black';
    display: inline-block;
    padding: 10px 30px;
    background: #f0f4fa;
    border-radius: 100px;
}

#sub #contents .contents_contents .point-color{
    color: #ff4830;
}

#sub #contents .contents_contents .point-color2{
    color: #008fe7;
}

#sub #contents .contents_contents .tap-text{
    color: #181818;
}

#sub #contents .contents_contents ul{
    margin-left: 35px;
}

#sub #contents .contents_contents ul > li{
    position: relative;
    padding-left: 10px;
}

#sub #contents .contents_contents ul > li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 2px;
    background: #181818;
    left: 0;
    top: 11px;
}

#sub #contents .contents_contents p{
    margin-left: 35px;
}

#sub #contents .contents_contents .txtcenter{
    text-align: center;
}

#sub #contents .contents_contents .txtleft{
    text-align: left;
}

#sub #contents .contents_contents .txtright{
    text-align: right;
}

#sub #contents .contents_contents table{
    width: calc(100% - 35px) !important;
    margin: 20px 0 20px 35px;
    font-family: 'SCDream-4';
    table-layout: fixed;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-width: 3px 0 1px 0;
    border-style: solid;
    border-color: #292929 transparent #d9d9d9 transparent;
}

#sub #contents .contents_contents table thead th, #sub #contents .contents_contents table thead td{
    line-height: 20px;
    padding: 20px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    text-align: center;
    font-weight: normal;
    font-family: 'SCDream-5';
    word-break: break-all;
    word-wrap: break-word;
    background-color: #eceef1;
    color: #292929;
    font-size: 1.15em;
    line-height: 1.2em;
}

#sub #contents .contents_contents table thead th:first-child, #sub #contents .contents_contents table thead td:first-child{
    border-left: none;
}

#sub #contents .contents_contents table thead th:last-child, #sub #contents .contents_contents table thead td:last-child{
    border-right: none;
}

#sub #contents .contents_contents table tbody th, #sub #contents .contents_contents table tbody td{
    line-height: 30px;
    padding: 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.2em;
}

#sub #contents .contents_contents table tbody th{
    background: #fafafa;
    text-align: center !important;
}

#sub #contents .contents_contents table tbody th:first-child, #sub #contents .contents_contents table tbody td:first-child{
    border-left: none;
}

#sub #contents .contents_contents table tbody th:last-child, #sub #contents .contents_contents table tbody td:last-child{
    border-right: none;
}

#sub #contents .contents_contents table caption {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

#sub #contents .contents_contents table tbody td.point-bg{
    background: #fdf7f2;
}

#sub #contents .contents_contents .contents_tap{
    width: 100%;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu{
    background: #f3f3f3;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:3px;
    flex-wrap: wrap;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3{
    width: 185px;
    height: 50px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border:1px solid #d5d5d5;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3 > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    font-family: 'SCDream-5';
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3 > a:hover{
    color: #7fb54a;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3.ctmtap{
    background: #7fb54a;
    position: relative;
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3.ctmtap:before{
    content: '';
    position: absolute;
    background: url(../../common/images/new/ncs_tap_before.png) no-repeat center center;
    width: 13px;
    height: 12px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

#sub #contents .contents_contents .contents_tap .contents_tap-menu .ctm-box > h3.ctmtap > a{
    color: #fff;
    font-family: 'SCDream-6';
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div{
    display: none;
    width: 100%;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div.ctmtap{
    display: inline-block;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div.ctmtap .tap-detail-list .tap-open{
    border:2px solid #4d4f4b;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li{
    padding-left: 0;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li:before{
    content: none;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div{
    width: 320px;
    height: 470px;
    border-radius: 15px;
    border:1px solid #d5d5d5;
    padding: 8px;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div .tapp-title{
    background: #f3f3f3;
    text-align: center;
    border-radius: 10px;
    margin: 0;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div > p > img{
    border-radius: 10px;
    width: 300px;
    height: 200px;
    display: block;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div .tapp-title > b{
    font-size: 1.25em;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'NotoSansKR-ExtraBold';
    letter-spacing: -0.98px;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div .tapp-title > span{
    margin-bottom: 20px;
    display: inline-block;
    font-size: 0.85em;
    color: #494949;
    font-family: 'NotoSansKR-bold';
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li .tapp-list{
    margin: 20px 5px;
    font-size: 0.85em;
    color: #494949;
    font-family: 'NotoSansKR-Medium';
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li .tapp-list > li{
    position: relative;
    padding-left: 0;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li .tapp-list > li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #2c2c2c;
    top: 10px;
    left: 0;
    border-radius: 100px;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li .tapp-list > li > span{
    width: 70px;
    padding-left: 10px;
    display: inline-block;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li  > div > div{
    width: 100%;
    text-align: center;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li  > div > div .tap-go{
    width: 120px;
    height: 40px;
    border-radius: 100px;
    background: #24347a;
    color: #fff;
    font-size: 0.85em;
    font-family: 'NotoSansKR-bold';
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li  > div > div .tap-go:hover{
    background: #262626;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li  > div > div .tap-go span{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

#sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li  > div > div .tap-go span:before{
    content: '';
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translateY(-50%);
    background:url('../../common/images/new/ncs_go.png') no-repeat center center;
    width: 13px;
    height: 13px;
}

/* 보육 sub content(child) */
#child #sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div .tapp-title > b{color: #66ab34;}

/* 양육 sub content(nuture) */
#nuture #sub #contents .contents_contents .contents_tap .contents_tap-content > div .tap-detail-list > li > div .tapp-title > b{color: #f05745;}

/* sub content 운영기관소개 */
#contents .contents_contents{
    line-height: 1.5em;
}

#contents .contents_contents .infolist{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    margin-left: 0 !important;
}

#contents .contents_contents .infolist > li{
    width: 200px;
    height: 200px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
    padding: 0 !important;
}

#contents .contents_contents .infolist > li::before{
    content: none !important;
}

#contents .contents_contents .infolist > li:nth-child(1){
    background: #125ec8;
}

#contents .contents_contents .infolist > li:nth-child(2){
    background: #faa803;
}

#contents .contents_contents .infolist > li:nth-child(3){
    background: #82bc36;
}

#contents .contents_contents .infotitle{
    text-align: center;
    margin-bottom: 65px;
    color: #181818;
    font-size: 1.4em;
    font-family: 'NotoSansKR-Medium';
    margin-top: 5px;
    line-height: 1.6em;
    margin-left: 0 !important;
}

#contents .contents_contents .infotitle > b{
    font-size: 1.4em;
}

#contents .contents_contents .infotitle > b > span{
    color: #07a4eb;
}

#contents .contents_contents .textbox{
    color: #5f5e5e;
    line-height: 1.7em;
    font-size: 1.05em;
    font-family: 'NotoSansKR-Medium';
    margin-left: 0 !important;
}

#contents .contents_contents .textbox > b{
    color: #262626;
}

#contents .contents_contents .textbox > span{
    color: #2857cd;
    font-weight: bold;
}

/* sub content 통합검색 */
#sub #contents .contents_contents #searchbox{
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

#sub #contents .contents_contents #searchbox .searchpage{
    display: inline-block;
    width: 500px;
    height: 60px;
    position: relative;
    text-align: center;
}

#sub #contents .contents_contents #searchbox .searchpage form{
    display: inline-block;
    width: 500px;
    height: 100%;
}

#sub #contents .contents_contents #searchbox .searchpage .searchpage-text{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 100px;
    border:3px solid #383838;
    display: inline-block;
    padding-left: 20px;
    font-family: 'SCDream-5' !important;
    color: #323232;
    font-size: 1em;
}

#sub #contents .contents_contents #searchbox .searchpage .searchpage-text.searchpage-text::placeholder{
    font-family: 'SCDream-5';
    color: #323232;
}

#sub #contents .contents_contents #searchbox .searchpage .searchpage-btn{
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    border:none;
    width: 40px;
    height: 40px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
}

#sub #contents .contents_contents .search_tap{
    width: 100%;
}

#sub #contents .contents_contents .search_tap .search_tap-menu{
    background: #f3f3f3;
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:3px;
    flex-wrap: wrap;
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3{
    width: 185px;
    height: 50px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border:1px solid #d5d5d5;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3 > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    font-family: 'SCDream-5';
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3 > a:hover{
    color: #7fb54a;
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3.searchOpen{
    background: #7fb54a;
    position: relative;
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3.searchOpen:before{
    content: '';
    position: absolute;
    background: url(../../common/images/new/ncs_tap_before.png) no-repeat center center;
    width: 13px;
    height: 12px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

#sub #contents .contents_contents .search_tap .search_tap-menu .search_tap-list > h3.searchOpen > a{
    color: #fff;
    font-family: 'SCDream-6';
}

#sub #contents .contents_contents .search_tap .search_tap-content .search-detail{
    margin: 0 !important;
    padding-bottom: 10px;
    font-family: 'SCDream-4';
    font-size: 0.95em;
    color: #464646;
}

#sub #contents .contents_contents .search_tap .search_tap-content .search-detail > span{
    font-family: 'SCDream-5';
    color: #202020;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div{
    display: none;
    width: 100%;
    border-top: 1px solid #d5d5d5;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div.searchOpen{
    display: inline-block;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .search-kind{
    margin: 50px 0 20px 0;
    font-family: 'SCDream-5';
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .search-kind > span{
    font-family: 'SCDream-3';
    font-size: 0.85em;
    color: #9f9f9f;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul{
    margin: 0 !important;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li{
    padding: 0 !important;
    margin-bottom: 10px;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li:last-child{
    margin-bottom: 0;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li:before{
    content: none !important;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li > a .name{
    text-decoration: underline;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li .full_path{
    color: #7fb54a;
    font-family: 'NotoSansKR-Medium';
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li .full_path .keyword{
    font-family: 'NotoSansKR-ExtraBold';
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .search-more{
    margin:20px 0 !important;
    text-align: right;
    float: right;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .search-more > a{
    width: 130px;
    height: 45px;
    background: #383838;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .search-more > a:hover{
    background: #181818;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .pagination{
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 10px;
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button{
    cursor: pointer;
    border:none;
    color: #181818;
    background: none;
    width: 20px;
    height: 20px;
    font-size: 1em;
    font-family: 'SCDream-3';
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button.pagebtn-open{
    font-family: 'SCDream-6';
}

#sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button:hover{
    font-family: 'SCDream-6';
}

/* 보육 sub content 통합검색(child) */
#child #sub #contents .contents_contents .search_tap .search_tap-content > div .tap-detail-list > li > div .tapp-title > b{color: #66ab34;}

#child #sub #contents .contents_contents #searchbox .searchpage .searchpage-btn{background: #0e259e url(../../common/images/new/search.png) no-repeat center center; background-size: 50%;}
#child #sub #contents .contents_contents #searchbox .searchpage .searchpage-btn:hover{background: #323232 url(../../common/images/new/search.png) no-repeat center center; background-size: 50%;}
#child #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button.pagebtn-open{color: #0e259e;}
#child #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button.pagebtn-open:hover{color: #0e259e;}
#child #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button:hover{color: #f05745;}

#child #sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li > a .name{color:#0e259e;}
#child #sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li .link_ > a:hover{color:#f05745;}

/* 양육 sub content 통합검색(nuture) */
#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .tap-detail-list > li > div .tapp-title > b{color: #f05745;}

#nuture #sub #contents .contents_contents #searchbox .searchpage .searchpage-btn{background: #f05745 url(../../common/images/new/search.png) no-repeat center center; background-size: 50%;}
#nuture #sub #contents .contents_contents #searchbox .searchpage .searchpage-btn:hover{background: #323232 url(../../common/images/new/search.png) no-repeat center center; background-size: 50%;}
#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button.pagebtn-open{color: #f05745;}
#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button.pagebtn-open:hover{color: #f05745;}
#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .pagination > button:hover{color: #0e259e;}

#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li > a .name{color:#f05745;}
#nuture #sub #contents .contents_contents .search_tap .search_tap-content > div .list-type-menu > ul > li .link_ > a:hover{color:#0e259e;}

@media (max-width:1280px){
    /* 공통 header */
    #header #GNB{display: none;}
    #header #GNB_m{display: inline-block;}

    /* 보육지원 sub */
    .sub{padding-top: 0;}

    #sub #SUB-GNB{display: none;}

    #sub #contents .doc_title .doc_title-box{flex-direction: column; gap: 15px;}
    #sub #contents .doc_title .doc_title-box .menu_path{flex-direction: column; width: 100%; position: relative;}
    #sub #contents .doc_title .doc_title-box .menu_path > a{background-color: #fbfbfb; height: 50px; width: 100%; display: flex; align-items: center; border:1px solid #d6d6d6; border-width: 0 0 1px 0; font-size: 1.25em;}
    #sub #contents .doc_title .doc_title-box .menu_path > a.home{width: 100%; height: 50px; background-position-x: center; background-color: #fbfbfb;}
    #sub #contents .doc_title .doc_title-box .menu_path > a:after{right: 20px;}
    #sub #contents .doc_title .doc_title-box .menu_path > a:last-of-type:after{content: '';}
    #sub #contents .doc_title .doc_title-box .menu_path > a.home:after{content: none;}
    #sub #contents .doc_title .doc_title-box .menu_path > a.menu_path_open:after{transform: rotate(90deg); top: calc(50% - 8px);}
    #sub #contents .doc_title .doc_title-box .menu_path > ul{display: none; position: absolute; width: 100%; left: 0; background: #fff;}
    #sub #contents .doc_title .doc_title-box .menu_path > ul.menu_path_open{display: inline-block;}
    #sub #contents .doc_title .doc_title-box .menu_path > ul:nth-of-type(1){top: 100px; z-index: 5;}
    #sub #contents .doc_title .doc_title-box .menu_path > ul:nth-of-type(2){top: 150px; z-index: 4;}
    #sub #contents .doc_title .doc_title-box .menu_path > ul > li > a{padding: 0 30px; font-size: 1.15em; font-family: 'NotoSansKR-Medium'; color: #3a3a3a; height: 50px; width: 100%; display: flex;  align-items: center; border: 1px solid #d6d6d6; border-width: 0 0 1px 0; background-color: #fff;}
    /* #sub #contents .doc_title .doc_title-box .btn_path{width: calc(100% - 20px); display: flex; justify-content: flex-end; margin: 0 auto;} */

    #sub #contents .content-title{width: calc(100% - 20px); margin: 0 auto;}

    #sub #contents .contents_contents{width: calc(100% - 40px); margin: 0 auto;}
}

@media (max-width:970px){
    body{font-size: 14px;}

    /* intro */
    #intro{width: calc(100% - 40px); margin: 0 auto;}
    #intro #body{max-width: 100%;}
    #intro #body .intro-content > ul{gap: 20px;}
    #intro #body .intro-content > ul > li {flex: 0 1 calc((100% - 20px) / 2);}
    #intro #body .intro-content > ul > li > a{width: 100%; height: 280px;}
    #intro #body .intro-content > ul > li > a:before{width: 80px; height: 80px;}
    #intro #body .intro-content > ul > li > a.child:before{background-size: 100%;}
    #intro #body .intro-content > ul > li > a.nuture:before{background-size: 100%;}
    #intro #body .intro-content > ul > li > a > p{width: 100%;}
    #intro #body .intro-content > ul > li > a > p .intro-title{font-size: 1.5em;}
    #intro #body .intro-content > ul > li > a > p .intro-go{font-size: 1em;}
    #intro #body .intro-content .footer-text{margin-bottom: 50px; display: inline-block;}

    /* 공통 main */
    .main .maintitle{font-size: 2.0em;}
    .main .add{width: 35px; height: 35px; background-size: 50%;}

    .main .section_1{width: calc(100% - 20px); margin: 0 auto;}
    .main .section_1 .align_1 .quick{padding: 40px 0 20px 0; margin: 30px auto 40px auto;}
    .main .section_1 .align_1 .quick .quick-box .quick-title{font-size: 1.35em; margin-bottom: 20px;}
    .main .section_1 .align_1 .quick .quick-box .search{width: calc(100% - 30px); margin: 0 auto 20px auto; height: 44px;}
    .main .section_1 .align_1 .quick .quick-box .search .search-text{border:2px solid #383838; font-size: 0.8em; padding-left: 15px;}
    .main .section_1 .align_1 .quick .quick-box .search .search-text.search-text::placeholder{font-size: 1.2em;}
    .main .section_1 .align_1 .quick .quick-box .quick-icon{flex-wrap: wrap;}
    .main .section_1 .align_1 .quick .quick-box .quick-icon{gap:15px;}
    .main .section_1 .align_1 .quick .quick-box .quick-icon > li{flex: 0 1 calc((100% - 15px * 6) / 3);}
    .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a{width: 80px; padding-top: 90px;}
    .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a:before{width: 100%; height: 80px; background-size: 50% !important;}
    .main .section_1 .align_1 .quick .quick-box .quick-icon > li > a > span{font-size: 0.7em;}

    .main .section_2{padding-bottom: 40px;}
    .main .section_2 .align_2{flex-direction: column; margin-bottom: 40px; gap: 35px;}
    .main .section_2 .align_2 .notice{margin-bottom: 35px; width: calc(100% - 20px); margin: 0 auto;}
    .main .section_2 .align_2 .notice .notice-menu{margin-bottom: 30px;}
    .main .section_2 .align_2 .notice .nm-title.nmtap{font-size: 2em;}
    .main .section_2 .align_2 .notice .nm-title{font-size: 1.5em;}
    .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a{padding: 0 10px;}
    .main .section_2 .align_2 .notice .notice-menu .nm-box > h3 > a:before{height: 25px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a{padding: 15px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type{padding: 3px 15px; margin-bottom: 15px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-title{margin-bottom: 15px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-text{padding-top: 15px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type > span{padding-left: 15px;}
    .main .section_2 .align_2 .notice .notice-tap > div > ul > li > a .nt-type > span:before{width: 12px; height: 12px; background-size: 90%;}

    .main .section_2 .align_2 .banner{width: calc(100% - 20px); margin: 0 auto;}
    .main .section_2 .align_2 .banner .banner-top{margin-bottom: 20px;}
    .main .section_2 .align_2 .banner .swiper{width: 100%; height: auto;}
    .main .section_2 .align_2 .banner .swiper img{width: 100%;}

    .main .section_2 .align_3{flex-direction: column; margin-bottom: 20px; gap: 20px;}
    .main .section_2 .align_3 .festival{width: calc(100% - 10px); padding: 30px 0 30px 20px; background-size: 20%; background-position-x: calc(100% - 20px); background-position-y: 30px;}
    .main .section_2 .align_3 .festival .festival-top .maintitle{margin-bottom: 20px;}
    .main .section_2 .align_3 .festival .festival-top .maintitle .add{margin-left: 30px;}
    .main .section_2 .align_3 .festival .festival-top > p{font-size: 1em; margin-bottom: 30px;}
    .main .section_2 .align_3 .festival .festival-content{width: calc(100% - 20px); padding:15px;}
    .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top{flex-direction: column; align-items: flex-start;}
    .main .section_2 .align_3 .festival .festival-content > ul > li .fc-top .fc-title{width: 100%;}
    .main .section_2 .align_3 .festival .festival-content > ul > li .fc-date{padding-left: 0;}

    .main .section_2 .align_3 .news{width: calc(100% - 20px); margin: 0 auto;}
    .main .section_2 .align_3 .news .news-top .maintitle .add{margin-left: 0; float: right;}
    .main .section_2 .align_3 .news .news-top > p{font-size: 1em;}
    .main .section_2 .align_3 .news .news-content{position: relative;}
    .main .section_2 .align_3 .news .news-button > a{position: absolute; width: 35px; height: 35px;}
    .main .section_2 .align_3 .news .news-button > a.news-prev{left: 0px; top: 50%; transform: translateY(-50%); background-size: 30%;}
    .main .section_2 .align_3 .news .news-button > a.news-next{right: 0px; top: 50%; transform: translateY(-50%); background-size: 30%;}
    .main .section_2 .align_3 .news .news-content > ul{width: 100%;}
    .main .section_2 .align_3 .news .news-content > ul > li{width: calc(100% - 80px); margin: 0 auto;}
    .main .section_2 .align_3 .news .news-content > ul > li > a{height: auto; padding: 10px;}
    .main .section_2 .align_3 .news .news-content > ul > li > a > img{width: 100%; height: auto; background-size: 100%;}
    .main .section_2 .align_3 .news .news-content > ul > li > a .nc-title{margin: 5px 10px;}
    .main .section_2 .align_3 .news .news-content > ul > li > a .nc-date{padding:0 10px;}

    .main .section_2 .align_4{width: calc(100% - 20px); margin: 0 auto;}
    .main .section_2 .align_4 .call{border-radius: 30px}
    .main .section_2 .align_4 .call .call-title > p{font-size: 1.35em;}
    .main .section_2 .align_4 .call .call-content{padding: 30px 10px;}
    .main .section_2 .align_4 .call .call-content > ul{gap: 20px;}
    .main .section_2 .align_4 .call .call-content > ul > li{width:calc(50% - 10px); height: auto;}
    .main .section_2 .align_4 .call .call-content > ul > li > div{padding: 10px;}
    .main .section_2 .align_4 .call .call-content > ul > li > div:after{right: -10px;}
    .main .section_2 .align_4 .call .call-content > ul > li:nth-child(even) > div:after{content:none;}
    .main .section_2 .align_4 .call .call-content > ul > li > div > div{flex-direction: column; align-items: flex-start;}
    .main .section_2 .align_4 .call .cc-number{padding-left: 20px; margin-bottom: 10px;}
    .main .section_2 .align_4 .call .cc-go{width: 100%; height: 25px; margin-top: 10px; flex-direction: row;}

    /* 보육지원 main(child) */
    #child .main .section_1 .align_1 .quick .quick-box .search .search-btn{width:30px; height: 30px; background-size: 50%; right: 7px;}

    #child .main .section_2{background-position-x: right; background-size: cover;}

    /* 양육지원 main(nuture) */
    #nuture .main .section_1 .align_1 .quick .quick-box .search .search-btn{width:30px; height: 30px; background-size: 50%; right: 7px;}

    #nuture .main .section_2{background-position-x: right; background-size: cover;}

    /* 공통 footer */
    #footer aside .link{flex-wrap: wrap;}
    #footer aside .link > li{width: 50%; height: 50px;}
    #footer aside .link > li > a{font-size: 0.9em; padding: 0 10px;}
    #footer aside .link > li > a:before{right: 10px; width: 26px; height: 26px; background-size: 38%;}
    #footer aside .link > li > a.linkactive:before {background-size: 38%;}
    #footer aside .link > li:nth-child(1) > a{border-width: 0;}
    #footer aside .link > li:nth-child(3) > a{border-width: 1px 0 0 0;}
    #footer aside .link > li:nth-child(4) > a{border-width: 1px 0 0 1px;}

    #footer .alignbox .footerinfo > h3{display: none;}
    #footer .alignbox .footerinfo{padding: 25px 0 50px 0;}
    #footer .alignbox .footerinfo .footeralign{padding-left: 0;}
    #footer .alignbox .footerinfo .footeralign .footer-link{flex-wrap: wrap; align-items: flex-start;}
    #footer .alignbox .footerinfo .footeralign .footer-link > li > a{padding: 0 10px; font-family: 'NuriGothicR';}
    #footer .alignbox .footerinfo .footeralign .footer-link > li:first-child > a{padding-left: 10px;}
    #footer .alignbox .footerinfo .footeralign address{font-size: 0.88em; width: calc(100% - 20px); margin: 0 auto;}
    #footer .alignbox .textbr{padding: 0; display: block;}

    /* sub content 내용 */
    #contents .contents_contents .infolist{flex-direction: column;}

    /* sub content 통합검색 */
    #sub #contents .contents_contents #searchbox .searchpage{width: 100%;}
    #sub #contents .contents_contents #searchbox .searchpage form{width: 100%;}
    #sub #contents .contents_contents .search_tap .search_tap-content > div .search-more > a{height: 40px; width: 100px;}
}


/* 2026-04-22 style.min.css 를 대신하여 추가 */
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.form-group {
    margin-bottom: 1rem;
}
.mdi-set, .mdi:before, .wi, label, output {
    display: inline-block;
}

/* 상단 이동 버튼 */
#btnTop_child {
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    z-index: 9999;
    width: 3.5rem;
    height: 3.5rem;
	background: #007EFD url(../../common/images/new/footer_arrow.png) no-repeat center center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
#btnTop_nuture {
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    z-index: 9999;
    width: 3.5rem;
    height: 3.5rem;
	background: #F39B00 url(../../common/images/new/footer_arrow.png) no-repeat center center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
	/* 상단 이동 버튼 (모바일) */
	#btnTop_child {
	    position: fixed;
	    right: 3rem;
	    bottom: 2rem;
	    z-index: 9999;
	    width: 3.5rem;
	    height: 3.5rem;
		background: #007EFD url(../../common/images/new/footer_arrow.png) no-repeat center center;
	    border: none;
	    border-radius: 50%;
	    cursor: pointer;
	}
	#btnTop_nuture {
	    position: fixed;
	    right: 1rem;
	    bottom: 3rem;
	    z-index: 9999;
	    width: 3rem;
	    height: 3rem;
		background: #F39B00 url(../../common/images/new/footer_arrow.png) no-repeat center center;
	    border: none;
	    border-radius: 50%;
	    cursor: pointer;
	}
}