@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

h1, h2, h3, h4, h5, h5, div, p, ul, li, span, b, strong {word-break: keep-all;}
img {max-width: 100%;}
.blue {color: #1b7ddf;}
.green {color: #349248;}
.yellow {color: #f7ba21;}
.desc {font-size: 18px;}
.admin-btn {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}
.admin-btn a {
    font-size: 20px;
    color: #ef2727;
    display: inline-block;
}
.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    background: #1b7ddf;
    color: #fff;
}
.more-btn b {
    font-size: 20px;
    margin-right: 10px;
    transition: all .3s;
}
.more-btn:hover b {margin-right: 20px;}
@media all and (max-width: 767px) {
    .desc {font-size: 16px;}
    .more-btn {
        height: 45px;
        line-height: 45px;
        max-width: 180px;
    }
    .more-btn b {font-size: 15px;}
}

/* main */
.main {overflow: hidden;}
.main section {
    position: relative;
    padding: 150px 0;
}
.main .title {margin-bottom: 80px;}
.main .title h3 {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.main .title h3 span {
    font-size: 20px;
    font-weight: 900;
    color: #1b7ddf;
}
.main .title h3::after {
    content: "";
    background: #aaa;
    width: 100px;
    height: 1px;
    margin-left: 10px;
}
.main .title h2 {font-size: 50px;}
.main .deco > div,
.main .deco > span {position: absolute;}
.main .intro {
    height: 100vh;
    padding: 0;
    background: url(/img/assets/main_intro_bg.jpg) center / cover no-repeat;
}
.main .intro .container {
    position: relative;
    height: 100%;
}
.main .intro .txt {
    position: absolute;
    left: 0;
    bottom: 230px;
    color: #fff;
    z-index: 1;
}
.main .intro .txt h2 {
    font-size: 60px;
    margin-bottom: 40px;
}
.main .intro .txt p {font-size: 24px;}
.main .intro .img {
    position: absolute;
    right: 5%;
    bottom: 13%;
}
.main .intro .img img {height: 66vh;}
.main .about .title {
    position: relative;
    margin-bottom: 60px;
}
.main .about .title strong {
    position: relative;
    font-family:'NanumSquareExtraBold', dotum, sans-serif;
    font-size: 70px;
    line-height: 1.4;
}
.main .about .title strong > img {
    margin-right: 20px;
    vertical-align: sub;
}
.main .about .title .deco .deco-01 {
    top: 0;
    right: -80px;
}
.main .about .title .deco .deco-01 img {opacity: 0.3;}
.main .about .title .deco .deco-02 {
    top: -55px;
    right: -125px;
}
.main .about .title .deco .deco-02 img {
    width: 40px;
    height: 40px;
    opacity: 0.1;
}
.main .about .container > .deco > div {
    position: absolute;
    right: 0;
    bottom: 100px;
}
.main .about .more-btn {margin-top: 70px;}
.main .principle {
    background: #f1f3f8;
    text-align: center;
}
.main .principle ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.main .principle ul li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 60px 30px 50px;
}
.main .principle ul li:last-child {margin-right: 0;}
.main .principle ul li h3 {
    margin-top: 40px;
    font-size: 30px;
}
.main .principle ul li h3 span {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 7px 2px;
}
.main .principle ul li:first-child h3 span {background: #f7ba21;}
.main .principle ul li:nth-child(2) h3 span {background: #1b7ddf;}
.main .principle ul li:nth-child(3) h3 span {background: #349248;}
.main .news {padding-bottom: 200px;}
.main .news .news-list {
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.main .news .news-list li {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
}
.main .news .news-list li:last-child {margin-right: 0;}
.main .news .news-list li a {display: block;}
.main .news .news-list li .img {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
}
.main .news .news-list li .img .label {
    font-size: 16px;
    font-family: 'NanumSquareExtraBold', dotum, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #1b7ddf;
    position: absolute;
    top: -20px;
    left: 20px;
}
.main .news .news-list li .txt {margin-top: 30px;}
.main .news .news-list li .txt .subject {
    font-size: 24px;
    font-family: 'NanumSquareExtraBold', dotum, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.main .news .news-list li .txt .content {
    font-size: 16px;
    color: #666;
    margin: 3px 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.main .news .news-list li .txt .date {
    font-size: 14px;
    color: #666;
}
.main .news .deco {
    display: flex;
    align-items: center;
    position: absolute;
    right: -30px;
    bottom: 80px;
}
.main .news .deco > div {
    position: static;
    margin-right: 40px;
}
.main .news .deco > div:last-child {margin-right: 0;}
.main .news .deco span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #349248;
    opacity: 0.4;
}
.main .news .deco .deco-04 {margin-right: 15px;}
.main .news .deco .deco-04 img,
.main .news .deco .deco-05 img {width: 120px; height: 120px;}
.main .news .deco .deco-04 img {opacity: 0.2;}
.main .youtube {background: #f0f7f0;}
.main .youtube .youtube-wrap {
    padding-left: calc((100% - 1400px)/2);
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.main .youtube .slider-controls {
    width: 50px;
    margin-top: -100px;
}
.main .youtube .slider-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.main .youtube .slider-controls button img {opacity: 0.3;}
.main .youtube .slider-controls .prev-btn {margin-bottom: 20px;}
.main .youtube .youtube-list {
    width: calc(100% - 50px);
    padding-left: 50px;
}
.main .youtube .youtube-list .slick-slide {margin-right: 50px;}
.main .youtube .youtube-list .slick-slide a {display: block;}
.main .youtube .youtube-list .slick-slide .img {
    aspect-ratio: 420 / 236;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
}
.main .youtube .youtube-list .slick-slide .txt {margin-top: 30px;}
.main .youtube .youtube-list .slick-slide .txt .subject {
    font-size: 24px;
    font-family: 'NanumSquareExtraBold', dotum, sans-serif;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    padding-right: 50px;
}
.main .youtube .youtube-list .slick-slide .txt .date {
    font-size: 14px;
    color: #666;
}
.main .youtube .slick-dots {
    max-width: 1200px;
    background: rgba(0,0,0,0.1);
    height: 5px;
    border-radius: 5px;
    display: flex;
    margin-top: 100px;
}
.main .youtube .slick-dots li {flex: 1;}
.main .youtube .slick-dots li button {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #349248;
    border: none;
    font-size: 0;
    display: block;
    opacity: 0;
    transition: all .3s;
}
.main .youtube .slick-dots li.slick-active button {opacity: 1;}
.main .youtube .deco > div {
    top: 50px;
    left: 0;
}
.main .contact {
    background: #1b7ddf;
    padding: 70px 0;
}
.main .contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}
.main .contact .txt h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.main .contact .txt .more-btn {
    background: #fff;
    height: 60px;
    line-height: 60px;
    max-width: 250px;
}
.main .contact .txt .more-btn b {
    font-size: 24px;
    color: #1b7ddf;
    font-family: 'NanumSquareExtraBold', dotum, sans-serif;
}
@media all and (min-width: 1921px) {
    .main .intro .container {position: static;}
    .main .intro .txt {left: 12%;}
    .main .intro .txt h2 {font-size: 80px;}
    .main .intro .txt p {font-size: 30px;}
}
@media all and (max-width: 1660px) {
    .main .intro .txt {bottom: 20%;}
    .main .intro .img img {
        height: auto;
        max-height: 66vh;
        max-width: 56vw;
    }
}
@media all and (max-width: 1440px) {
    .main .intro .txt {left: 50px;}
    .main .intro .txt h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 1400px) {
    .main .youtube .youtube-wrap {padding-left: 30px;}
    .main .youtube .slick-dots {margin-right: 30px;}
}
@media all and (max-width: 1200px) {
    .main .about .title .deco .deco-01 {
        top: -30px;
        right: -120px;
    }
    .main .about .title .deco .deco-02 {
        top: -90px;
        right: -160px;
    }
    .main .news .deco {bottom: 50px;}
}
@media all and (max-width: 1024px) {
    .main .intro {
        height: auto;
        padding: 200px 0 80px;
        background-color: #55b6ff;
        background-size: auto 750px;
        background-position: center bottom;
    }
    .main .intro .container {height: auto;}
    .main .intro .txt {
        position: static;
        text-align: center;
        margin-bottom: 20px;
    }
    .main .intro .txt h2 {font-size: 60px;}
    .main .intro .img {
        position: static;
        text-align: center;
    }
    .main .intro .img img {
        max-width: 900px;
        max-height: none;
    }
    .main .contact .container {
        display: block;
        text-align: center;
    }
    .main .contact .txt {margin-bottom: 80px;}
    .main .contact .txt .more-btn {margin: 0 auto;}
}
@media all and (max-width: 991px) {
    .main .about {padding-bottom: 200px;}
    .main .about .title strong {font-size: 50px;}
    .main .about .container > .deco > div {bottom: 70px;}
    .main .about .container > .deco > div img {max-width: 300px;}
    .main .principle ul li {padding: 40px 30px;}
    .main .principle ul li h3 {
        font-size: 24px;
        margin-top: 25px;
    }
}
@media all and (max-width: 767px) {
    .main section {padding: 60px 0;}
    .main .title {margin-bottom: 30px;}
    .main .title h2 {font-size: 30px;}
    .main .title h3 {margin-bottom: 20px;}
    .main .title h3 span {font-size: 15px;}
    .main .title h3::after {width: 60px;}
    .main .desc {font-size: 15px;}
    .main .intro {
        padding: 120px 0 50px;
        background-size: auto 80%;
    }
    .main .intro .txt h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .main .intro .txt p {font-size: 18px;}
    .main .intro .img {padding: 0 15px;}
    .main .intro .img img {max-width: 100%}
    .main .about {padding-bottom: 80px;}
    .main .about .title {margin-bottom: 30px;}
    .main .about .title strong {font-size: 30px;}
    .main .about .title strong > img {
        margin-right: 10px;
        max-height: 35px;
    }
    .main .about .title .deco .deco-01 {top: -15px; right: -55px;}
    .main .about .title .deco .deco-01 img {width: 40px;}
    .main .about .title .deco .deco-02 {top: -35px; right: -85px;}
    .main .about .title .deco .deco-02 img {width: 25px; height: 25px;}
    .main .about .more-btn {margin-top: 30px;}
    .main .about .container > .deco > div {bottom: 30px;}
    .main .about .container > .deco > div img {max-width: 150px;}
    .main .principle ul li {
        width: 100%;
        margin: 0 0 15px;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .main .principle ul li:last-child {margin-bottom: 0;}
    .main .principle ul li img {max-height: 100px;}
    .main .principle ul li h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .main .news {padding-bottom: 130px;}
    .main .news .news-list {margin-top: 50px;}
    .main .news .news-list li {
        width: 100%;
        margin: 0 0 40px;
    }
    .main .news .news-list li:last-child {margin-bottom: 0;}
    .main .news .news-list li .img .label {
        font-size: 15px;
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        top: -18px;
        left: 18px;
    }
    .main .news .news-list li .txt {margin-top: 20px;}
    .main .news .news-list li .txt .subject {font-size: 18px;}
    .main .news .news-list li .txt .content {
        font-size: 14px;
        margin: 3px 0 15px;
    }
    .main .news .news-list li .txt .date {font-size: 13px;}
    .main .news .deco {right: -15px;}
    .main .news .deco > div {margin-right: 30px;}
    .main .news .deco span {width: 10px; height: 10px;}
    .main .news .deco .deco-04 img,
    .main .news .deco .deco-05 img {width: 70px; height: 70px;}
    .main .youtube .youtube-wrap {padding-left: 15px;}
    .main .youtube .slider-controls {
        width: 36px;
        margin-top: -80px;
    }
    .main .youtube .slider-controls button {
        width: 36px;
        height: 36px;
    }
    .main .youtube .slider-controls button img {width: 9px;}
    .main .youtube .slider-controls .prev-btn {margin-bottom: 12px;}
    .main .youtube .youtube-list {
        width: calc(100% - 36px);
        padding-left: 20px;
    }
    .main .youtube .youtube-list .slick-slide {margin-right: 20px;}
    .main .youtube .youtube-list .slick-slide .img {border-radius: 10px;}
    .main .youtube .youtube-list .slick-slide .txt {margin-top: 20px;}
    .main .youtube .youtube-list .slick-slide .txt .subject {
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .main .youtube .youtube-list .slick-slide .txt .date {font-size: 13px;}
    .main .youtube .slick-dots {
        margin-top: 40px;
        margin-right: 15px;
    }
    .main .youtube .deco > div {top: 40px;}
    .main .youtube .deco > div img {max-width: 250px;}
    .main .contact {padding: 60px 0;}
    .main .contact .txt {margin-bottom: 40px;}
    .main .contact .txt h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main .contact .txt .more-btn {
        height: 50px;
        line-height: 50px;
        max-width: 200px;
    }
    .main .contact .txt .more-btn b {font-size: 18px;}
}
@media all and (max-width: 500px) {
    .main .intro {background-size: auto 380px;}
}
@media all and (max-width: 375px) {
    .main .about .title strong {font-size: 28px;}
}
@media all and (max-width: 345px) {
    .main .title h2 {font-size: 26px;}
    .main .intro {background-size: auto 330px;}
    .main .intro .txt h2 {font-size: 32px;}
    .main .about .title strong {font-size: 26px;}
    .main .contact .txt h2 {font-size: 22px;}
}

/*서브*/
.sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 150px;
}
.sub-menu li {margin-right: 20px;}
.sub-menu li:last-child {margin-right: 0;}
.sub-menu li a {
    font-size: 24px;
    padding: 12px 35px;
    border-radius: 60px;
    display: inline-block;
    border: 1px solid #ddd;
    transition: all .3s;
}
.sub-menu li a:hover {
    color: #349248;
    font-weight: 500;
}
.sub-menu li.active a {
    border: 1px solid #349248;
    background: #349248;
    color: #fff;
    font-weight: 500;
}
.sub section {
    position: relative;
    padding: 200px 0;
}
.sub .title {margin-bottom: 80px;}
.sub .title h2 {font-size: 50px;}
.list-wrap li {
    margin-bottom: 8px;
    display: flex;
    align-items: start;
    line-height: 1.4;
}
.list-wrap li:last-child {margin-bottom: 0;}
.list-wrap li::before {
    content: "";
    background: #1b7ddf;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}
.list-wrap li p {
    font-size: 20px;
    width: calc(100% - 5px);
    padding-left: 10px;
}
.sub .number {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1b7ddf;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
}
@media all and (max-width: 1200px) {
    .list-wrap li p {font-size: 18px;}
}
@media all and (max-width: 767px) {
    .sub-menu {margin-bottom: 45px;}
    .sub-menu li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .sub-menu li a {
        font-size: 16px;
        padding: 5px 8px;
    }
    .sub section {padding: 80px 0;}
    .sub .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .sub .title h2 {font-size: 30px;}
    .list-wrap li {margin-bottom: 4px;}
    .list-wrap li::before {margin-top: 7px;}
    .list-wrap li p {font-size: 16px;}
    .sub .number {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}


/*소개*/
.sub-about .about {padding: 0;}
.sub-about .about .top {
    background: url(/img/assets/about_about_bg.jpg) center / cover no-repeat;
    padding: 260px 0 450px;
    text-align: center;
}
.sub-about .about .top strong {
    display: block;
    font-size: 60px;
    margin-bottom: 60px;
    line-height: 1.4;
}
.sub-about .about .top strong span {color: #1b7ddf;}
.sub-about .about .bottom {
    background: #f1f3f8;
    padding: 200px 0;
    position: relative;
}
.sub-about .about .bottom .deco {
    position: absolute;
    left: 150px;
    bottom: 260px;
    display: flex;
}
.sub-about .about .bottom .deco .star {width: 120px; height: 120px;}
.sub-about .about .bottom .deco .star .color {
    fill: none;
    stroke: #1b7ddf;
    stroke-miterlimit: 10;
    stroke-width: 5.7px;
}
.sub-about .about .bottom .deco .deco-02 {
    opacity: 0.2;
    margin-left: 20px;
}
.sub-about .about .bottom .container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.sub-about .about .bottom .left {
    width: 42%;
    padding-right: 50px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
.sub-about .about .bottom .left span {color: #1b7ddf;}
.sub-about .about .bottom .right {width: 58%;}
.sub-about .about .bottom .right .desc strong {font-size: 24px;}
.sub-about .about .bottom .right .change {
    margin: 50px 0;
    display: flex;
    align-items: center;
}
.sub-about .about .bottom .right .change > div {
    background: #fff;
    box-shadow: 0 10px 50px rgb(0,0,0,0.1);
    padding: 18px 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-size: 36px;
    position: relative;
    margin-right: 80px;
}
.sub-about .about .bottom .right .change > div::after {
    content: "";
    background: url(/img/assets/arrow_triple.svg) center / cover no-repeat;
    width: 39px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -58px;
}
.sub-about .about .bottom .right .change > div:last-child {
    margin-right: 0;
    background: #349248;
    color: #fff;
}
.sub-about .about .bottom .right .change > div:last-child::after {content: none;}
.sub-about .about .bottom .right .change b {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
}
.sub-about .about .bottom .right .change .circle {
    background: #f1f3f8;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    color: #349248;
    margin-left: 15px;
    margin-right: 6px;
}
.sub-about .about .bottom .right .change > div:last-child .circle {
    background: #fff;
    color: #349248;
}
.sub-about .business .box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.sub-about .business .box-wrap > li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f1f3f8;
    min-height: 280px;
}
.sub-about .business .box-wrap > li:nth-child(2n) {margin-right: 0;}
.sub-about .business .box-wrap .ico {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e6ef;
}
.sub-about .business .box-wrap .txt {
    width: calc(100% - 110px);
    padding-left: 40px;
}
.sub-about .business .box-wrap .txt h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.sub-about .team {padding: 150px 0 0;}
.sub-about .team::before {
    content: "";
    background: #1b7ddf;
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-about .team .container {
    position: relative;
    z-index: 1;
}
.sub-about .team .title {
    color: #fff;
    text-align: center;
}
.sub-about .team .box-wrap {
    background: #fff;
    box-shadow: 0 10px 50px rgb(0,0,0,0.1);
    padding: 70px 100px;
    border-radius: 30px;
}
.sub-about .team .box-wrap .top {margin-bottom: 100px;}
.sub-about .team .box-wrap .top > div {
    position: relative;
    margin-bottom: 50px;
}
.sub-about .team .box-wrap .top > div:last-child {margin-bottom: 0;}
.sub-about .team .box-wrap .top > div > div {
    max-width: 250px;
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #0e61c8;
    border-radius: 80px;
    position: relative;
    margin: 0 auto;
}
.sub-about .team .box-wrap .top > div > div::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -50px;
}
.sub-about .team .box-wrap .top .line-01 > div {background: #0e61c8;}
.sub-about .team .box-wrap .top .line-02 > div {background: #3e81d3;}
.sub-about .team .box-wrap .top .line-03 > div {background: #7ba8e1;}
.sub-about .team .box-wrap .top .line-04 {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.sub-about .team .box-wrap .top .line-04::after {
    content: "";
    background: #ddd;
    width: calc(100% - 250px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.sub-about .team .box-wrap .top .line-04 > div {
    background: #fff;
    border: 1px solid #0e61c8;
    color: #0e61c8;
    font-size: 20px;
    margin: 0;
    padding: 14px;
}
.sub-about .team .box-wrap .top .line-04 > div::after {
    bottom: auto;
    top: -50px;
}
.sub-about .team .box-wrap .bottom .team-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.sub-about .team .box-wrap .bottom .team-list li {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #f1f3f8;
    border-radius: 20px;
    padding: 30px;
    min-height: 180px;
}
.sub-about .team .box-wrap .bottom .team-list li:nth-child(4n) {margin-right: 0;}
.sub-about .team .box-wrap .bottom .team-list li .name {font-size: 20px;}
.sub-about .team .box-wrap .bottom .team-list li .name span {
    color: #1b7ddf;
    margin-left: 8px;
}
.sub-about .team .box-wrap .bottom .team-list li .career {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 15px;
}
.sub-about .logo {text-align: center;}
.sub-about .logo .deco {
    position: absolute;
    top: 150px;
    left: -50px;
    display: flex;
}
.sub-about .logo .deco > div {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #349248;
}
.sub-about .logo .deco .deco-01 {opacity: 0.1;}
.sub-about .logo .deco .deco-02 {
    opacity: 0.05;
    margin-left: -50px;
}
.sub-about .logo .box-wrap {
    padding: 50px;
    border-radius: 20px;
    background: #f1f3f8;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto 0;
}
.sub-about .logo .box-wrap > div {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
}
.sub-about .logo .box-wrap > div:last-child {margin-right: 0;}
.sub-about .logo .box-wrap .box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.sub-about .logo .box-wrap .box h3 {
    font-size: 20px;
    background: #52b878;
    padding: 13px;
    color: #fff;
}
.sub-about .logo .box-wrap .box .img {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.sub-about .logo .box-wrap .box .img img {height: 65px;}
.sub-about .logo .box-wrap .download-btn {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.sub-about .logo .box-wrap .download-btn span {
    font-size: 18px;
    opacity: 0.8;
    margin-right: 10px;
    line-height: 1;
}
.sub-about .logo .box-wrap .download-btn img {opacity: 0.3;}
.sub-about .character {padding: 0;}
.sub-about .character .top {
    text-align: center;
    background: url(/img/assets/about_character_bg.jpg) center / cover no-repeat;
    padding-top: 150px;
    overflow: hidden;
}
.sub-about .character .top img {margin: 0 auto;}
.sub-about .character .bottom {padding-top: 150px;}
.sub-about .character .bottom ul {
    display: flex;
    flex-wrap: wrap;
}
.sub-about .character .bottom ul li {
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    position: relative;
    padding: 30px;
    border-radius: 20px;
}
.sub-about .character .bottom ul li:last-child {margin-right: 0;}
.sub-about .character .bottom ul li p {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 106px;
    right: 20px;
    transform: rotate(90deg);
    transform-origin: top right;
}
.sub-about .character .bottom ul li .img {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 30px;
}
.sub-about .character .bottom ul li .tag {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.sub-about .character .bottom ul li .txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
.sub-about .character .bottom ul li .txt b {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.sub-about .character .bottom ul li:first-child {background: #f2c445;}
.sub-about .character .bottom ul li:first-child p {color: #f29707;}
.sub-about .character .bottom ul li:first-child .tag {background: #f29707;}
.sub-about .character .bottom ul li:nth-child(2) {background: #52b878;}
.sub-about .character .bottom ul li:nth-child(2) p {color: #089033;}
.sub-about .character .bottom ul li:nth-child(2) .tag {background: #089033;}
.sub-about .character .bottom ul li:nth-child(3) {background: #69b7ec;}
.sub-about .character .bottom ul li:nth-child(3) p {color: #248cd6;}
.sub-about .character .bottom ul li:nth-child(3) .tag {background: #248cd6;}
.sub-about .character .bottom ul li:nth-child(4) {background: #ad684a;}
.sub-about .character .bottom ul li:nth-child(4) p {color: #622105;}
.sub-about .character .bottom ul li:nth-child(4) .tag {background: #622105;}
.sub-about .location {
    max-width: 1200px;
    margin: 0 auto;
}
.sub-about .location .title {text-align: center;}
.sub-about .location .map {
    height: 500px;
    overflow: hidden;
}
.sub-about .location .map .root_daum_roughmap {width: 100% !important;}
.sub-about .location .info {
    border-top: 2px solid #111;
    margin-top: 50px;
}
.sub-about .location .info > div {
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.sub-about .location .info > div > div {display: flex;}
.sub-about .location .info > div:last-child > div {width: 33.33%;}
.sub-about .location .info .ico {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #f1f3f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-about .location .info .txt {
    width: calc(100% - 50px);
    padding-left: 30px;
}
.sub-about .location .info .txt h3 {font-size: 18px;}
.sub-about .location .info .txt ul {margin-top: 30px;}
.sub-about .location .info .txt ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 25px;
}
.sub-about .location .info .txt ul li:last-child {margin-bottom: 0;}
.sub-about .location .info .txt ul li h4 {
    width: 160px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.sub-about .location .info .txt ul li h4 b {
    font-size: 18px;
    padding-left: 8px;
}
.sub-about .location .info .txt ul li .desc {width: calc(100% - 160px)}
.sub-about .location .info .txt ul li .desc .number {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    min-width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    width: auto;
}
.sub-about .location .info .txt ul li .desc .line-2 {
    background: #36b545;
    padding: 0;
}
.sub-about .location .info .txt ul li .desc .gj-line {background: #7cc4a5;}
.sub-about .location .info .txt ul li .desc .ap-line {background: #73b6e4;}
.sub-about .location .info .txt ul li .desc .feeder,
.sub-about .location .info .txt ul li .desc .local {background: #50a332;}
.sub-about .location .info .txt ul li .desc b {margin: 0 8px;}

@media all and (max-width: 1300px) {
    .sub-about .about .top strong {font-size: 50px;}
    .sub-about .about .bottom .left {font-size: 36px;}
    .sub-about .about .bottom .deco {left: 50px;}
}
@media all and (max-width: 1200px) {
    .sub-about .about .bottom .left {
        width: 100%;
        padding: 0 0 50px;
    }
    .sub-about .about .bottom .right {width: 100%;}
    .sub-about .about .bottom .deco {
        left: auto;
        bottom: auto;
        top: 100px;
        right: 50px;
    }
    .sub-about .business .box-wrap > li {padding: 30px;}
    .sub-about .team .box-wrap .bottom .team-list li {width: calc((100% - 40px)/3);}
    .sub-about .team .box-wrap .bottom .team-list li:nth-child(4n) {margin-right: 20px;}
    .sub-about .team .box-wrap .bottom .team-list li:nth-child(3n) {margin-right: 0;}
    .sub-about .character .bottom ul {margin-bottom: -30px;}
    .sub-about .character .bottom ul li {
        width: calc((100% - 30px)/2);
        margin-bottom: 30px;
    }
    .sub-about .character .bottom ul li:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 1024px) {
    .sub-about .team .box-wrap {padding: 50px;}
}
@media all and (max-width: 991px) {
    .sub-about .about .top {padding: 200px 0 300px;}
    .sub-about .team .box-wrap .top .line-04::after {width: calc(100% - 200px)}
    .sub-about .team .box-wrap .top > div > div {max-width: 200px;}
    .sub-about .business .box-wrap > li {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }
}
@media all and (max-width: 767px) {
    .sub-about .about .top {padding: 80px 0 120px;}
    .sub-about .about .top strong {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .sub-about .about .bottom {padding: 80px 0 100px;}
    .sub-about .about .bottom .deco {
        bottom: 30px;
        right: 10px;
        top: auto;
    }
    .sub-about .about .bottom .deco .star {width: 50px; height: 50px;}
    .sub-about .about .bottom .deco .deco-02 {margin-left: 10px;}
    .sub-about .about .bottom .left {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .sub-about .about .bottom .right .change {margin: 30px 0;}
    .sub-about .about .bottom .right .change > div {
        padding: 10px 18px;
        font-size: 18px;
        margin-right: 40px;
    }
    .sub-about .about .bottom .right .change > div::after {
        width: 24px;
        height: 12px;
        right: -34px;
    }
    .sub-about .about .bottom .right .change .circle {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-left: 8px;
        margin-right: 5px;
    }
    .sub-about .business .box-wrap {margin-bottom: -15px;}
    .sub-about .business .box-wrap > li {margin-bottom: 15px;}
    .sub-about .business .box-wrap .ico {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .sub-about .business .box-wrap .txt {
        width: 100%;
        padding: 20px 0 0;
    }
    .sub-about .business .box-wrap .txt h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sub-about .team {padding-top: 50px;}
    .sub-about .team::before {height: 250px;}
    .sub-about .team .box-wrap {
        border-radius: 20px;
        padding: 25px;
    }
    .sub-about .team .box-wrap .top {margin-bottom: 30px;}
    .sub-about .team .box-wrap .top > div {margin-bottom: 25px;}
    .sub-about .team .box-wrap .top > div > div {
        font-size: 18px;
        padding: 10px;
        max-width: 150px;
    }
    .sub-about .team .box-wrap .top > div > div::after {
        height: 25px;
        bottom: -25px;
    }
    .sub-about .team .box-wrap .top .line-04 {margin-top: 50px;}
    .sub-about .team .box-wrap .top .line-04::after {
        width: calc(100% - 85px);
        top: -25px;
    }
    .sub-about .team .box-wrap .top .line-04 > div {
        font-size: 16px;
        padding: 10px;
        border-radius: 20px;
        max-width: 85px;
        line-height: 1.3;
    }
    .sub-about .team .box-wrap .top .line-04 > div::after {
        height: 25px;
        top: -25px;
    }
    .sub-about .team .box-wrap .bottom .team-list {margin-bottom: -10px;}
    .sub-about .team .box-wrap .bottom .team-list li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        min-height: auto;
    }
    .sub-about .team .box-wrap .bottom .team-list li .name {font-size: 18px;}
    .sub-about .team .box-wrap .bottom .team-list li .career {margin-top: 8px;}
    .sub-about .logo .deco {
        top: 30px;
        left: -30px;
    }
    .sub-about .logo .deco > div {
        width: 100px;
        height: 100px;
    }
    .sub-about .logo .box-wrap {
        padding: 25px;
        margin-top: 30px;
    }
    .sub-about .logo .box-wrap > div {
        width: 100%;
        margin: 0 0 20px;
    }
    .sub-about .logo .box-wrap > div:last-child {margin-bottom: 0;}
    .sub-about .logo .box-wrap .box h3 {
        font-size: 16px;
        padding: 12px;
    }
    .sub-about .logo .box-wrap .box .img {
        min-height: 120px;
        padding: 20px 40px;
    }
    .sub-about .logo .box-wrap .download-btn {
        padding: 13px;
        margin-top: 10px;
    }
    .sub-about .logo .box-wrap .download-btn span {font-size: 16px;}
    .sub-about .character .top {padding-top: 50px;}
    .sub-about .character .bottom {padding-top: 50px;}
    .sub-about .character .bottom ul li {
        width: 100%;
        padding: 25px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .sub-about .character .bottom ul li p {
        font-size: 12px;
        top: 90px;
    }
    .sub-about .character .bottom ul li .img {
        height: auto;
        margin: 15px 0 20px;
    }
    .sub-about .character .bottom ul li .img img {max-height: 180px;}
    .sub-about .character .bottom ul li .tag {
        font-size: 16px;
        padding: 4px 15px;
        margin-bottom: 15px;
    }
    .sub-about .character .bottom ul li .txt b {font-size: 16px;}
    .sub-about .location .map {height: 350px;}
    .sub-about .location .map .root_daum_roughmap .wrap_map {height: 350px !important;}
    .sub-about .location .info {margin-top: 30px;}
    .sub-about .location .info > div {padding: 30px 0;}
    .sub-about .location .info .ico {
        width: 40px;
        height: 40px;
    }
    .sub-about .location .info .txt {
        width: calc(100% - 40px);
        padding-left: 15px;
    }
    .sub-about .location .info .txt h3 {font-size: 16px;}
    .sub-about .location .info .txt ul li h4 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .sub-about .location .info .txt ul li h4 img {height: 16px;}
    .sub-about .location .info .txt ul li h4 b {font-size: 16px;}
    .sub-about .location .info .txt ul li .desc {width: 100%;}
    .sub-about .location .info .txt ul li .desc .add {display: block;}
    .sub-about .location .info .txt ul li .desc .number {
        font-size: 14px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .sub-about .location .info > div:last-child > div {
        width: 100%;
        margin-bottom: 15px;
    }
    .sub-about .location .info > div:last-child > div:last-child {margin-bottom: 0;}
    .sub-about .location .info .txt ul li:first-child .desc .add {margin-top: 5px;}
    .sub-about .location .info .txt ul li:last-child .desc .add {margin-bottom: -20px;}
}

/*일정*/
.sub-schedule div, .sub-schedule p, .sub-schedule span {word-break: normal;}
.sub-schedule .fc-toolbar.fc-header-toolbar {margin-bottom: 40px;}
.sub-schedule .fc-today-button {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
    padding: 3px 15px;
}
.sub-schedule .fc-today-button:hover,
.sub-schedule .fc-today-button:active,
.sub-schedule .fc-today-button:focus {
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
}
.sub-schedule .fc-today-button:disabled {
    background: #eee;
    border: 1px solid #aaa;
    color: #888;
}
.sub-schedule .fc-toolbar-chunk > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-schedule .fc-toolbar-title {
    font-size: 36px;
    margin: 0 15px;
}
.sub-schedule .fc-prev-button,
.sub-schedule .fc-next-button {
    background: #1b7ddf;
    border: none;
    outline: none;
    box-shadow: none !important;
    padding: 6px;
    line-height: 1;
}
.sub-schedule .fc-prev-button:hover,
.sub-schedule .fc-prev-button:active,
.sub-schedule .fc-prev-button:focus,
.sub-schedule .fc-next-button:hover,
.sub-schedule .fc-next-button:active,
.sub-schedule .fc-next-button:focus {
    background: #1b7ddf;
    border: none;
    outline: none;
    box-shadow: none !important;
}
.sub-schedule .fc-writeButton-button,
.sub-schedule .fc-writeButton-button:hover {
    background: #111;
    border: 1px solid #111;
    font-size: 16px;
    padding: 3px 15px;
    outline: none;
    box-shadow: none !important;
}
.sub-schedule .fc-theme-standard th {
    background: rgba(229,233,244,0.3);
    border-top: 2px solid #222;
}
.sub-schedule .fc-col-header-cell-cushion {
    font-size: 20px;
    padding: 12px;
    color: #222;
}
.sub-schedule .fc-daygrid-day.fc-day-today {background: #fff !important;}
.sub-schedule .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{
    background: #1b7ddf;
    color: #fff;
}
.sub-schedule .fc-daygrid-event {margin: 10px 0 !important;}
.sub-schedule .fc-h-event {
    border: none;
    padding: 10px 13px 13px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    white-space: normal;
}
.sub-schedule .subject {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 3em; /* 최대 높이: 2줄 */
    overflow: hidden;
}
.sub-schedule .time {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;
    margin-top: 3px;
    margin-bottom: 5px;
}
.sub-schedule .more {
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 3px;
    border-radius: 30px;
    display: inline-block;
}
.sub-schedule .fc-daygrid-day-frame {
    padding: 10px;
    min-height: 200px;
}
.sub-schedule .fc-daygrid-day-number {
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #eee;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.4);
}
.sub-schedule .fc-day-sun .fc-col-header-cell-cushion,
.sub-schedule .fc-day-sun .fc-daygrid-day-number {color: #fe4747;}
.sub-schedule .fc-day-sat .fc-col-header-cell-cushion,
.sub-schedule .fc-day-sat .fc-daygrid-day-number {color: #1b7ddf;}

#scheduleModal .modal-dialog {max-width: 1000px;}
#scheduleModal .modal-content {padding: 50px;}
#scheduleModal .modal-header {
    padding: 0 0 25px;
    border-bottom: 1px solid #ddd;
}
#scheduleModal .modal-header h3 {font-size: 30px;}
#scheduleModal .modal-body {
    padding: 30px 0 0;
    font-size: 18px;
}
#scheduleModal .list-wrap b {margin-right: 10px;}
#scheduleModal .desc {margin-top: 40px;}
#scheduleModal .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: 30px;
}
#scheduleModal .btn-wrap a {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #666;
    border-radius: 3px;
    display: block;
    background: #fff;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
#scheduleModal .btn-wrap .modify-btn {margin-right: 5px;}

@media all and (max-width: 1024px) {
    .sub-schedule .fc-col-header-cell-cushion {font-size: 16px;}
    .sub-schedule .fc-daygrid-day-number {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .sub-schedule .fc-daygrid-day-frame {min-height: 150px;}
    .sub-schedule .fc-h-event {font-size: 16px;}
    .sub-schedule .time {font-size: 14px;}
    .sub-schedule .more {
        font-size: 12px;
        padding: 4px 8px 3px;
        text-align: center;
    }
}
@media all and (max-width: 767px) {
    .sub-schedule div, .sub-schedule p, .sub-schedule span {word-break: break-all}
    .sub-schedule .fc-toolbar.fc-header-toolbar {margin-bottom: 20px;}
    .sub-schedule .fc-toolbar-title {
        font-size: 20px;
        margin: 0 10px;
    }
    .sub-schedule .fc-prev-button, .sub-schedule .fc-next-button {padding: 3px;}
    .sub-schedule .fc-today-button {
        font-size: 14px;
        padding: 3px 10px;
    }
    .sub-schedule .fc-writeButton-button, .sub-schedule .fc-writeButton-button:hover {
        font-size: 14px;
        padding: 3px 10px;
    }
    .sub-schedule .time,
    .sub-schedule .more {display: none;}
    .sub-schedule .fc-daygrid-day-number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .sub-schedule .fc-col-header-cell-cushion {
        font-size: 14px;
        padding: 8px;
    }
    .sub-schedule .fc-daygrid-day-frame {
        min-height: 120px;
        padding: 5px;
    }
    .sub-schedule .fc-h-event {
        font-size: 12px;
        padding: 3px 5px;
        margin: 5px 0;
    }
    #scheduleModal .modal-content {padding: 25px;}
    #scheduleModal .modal-header {padding-bottom: 15px;}
    #scheduleModal .modal-header h3 {font-size: 20px;}
    #scheduleModal .modal-body {
        padding-top: 20px;
        font-size: 16px;
    }
    #scheduleModal .desc {margin-top: 20px;}
}

/*자료실*/
.sub-resources {text-align: center;}
.sub-resources section {
    border-bottom: 1px solid #ddd;
    padding: 100px 0;
}
.sub-resources section:first-child {padding-top: 0;}
.sub-resources section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.sub-resources .title h3 {font-size: 40px;}
.sub-resources .desc {
    font-size: 20px;
    line-height: 1.5;
}
.sub-resources .add-img.title-top {margin-bottom: 50px;}
.sub-resources .add-img.title-bottom,
.sub-resources .add-img.desc-bottom {margin-top: 50px;}
.sub-resources .add-img img {width: 100%;}
.sub-resources .process-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto -50px;
}
.sub-resources .process-list li {
    width: calc((100% - 100px)/3);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    padding: 30px;
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px;
}
.sub-resources .process-list li:nth-child(3n),
.sub-resources .process-list li:last-child {margin-right: 0;}
.sub-resources .process-list li:nth-child(3n)::after,
.sub-resources .process-list li:last-child::after {content: none;}
.sub-resources .process-list li::after {
    content: "";
    background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -38px;
}
.sub-resources .process-list li h4 {
    font-size: 16px;
    color: #349248;
    text-align: left;
}
.sub-resources .process-list li .desc {margin-top: 20px;}
.sub-prevention .brushing {
    max-width: 1000px;
    margin: 0 auto;
}
.sub-prevention .brushing .method {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.sub-prevention .brushing .method li {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    display: flex;
    align-items: start;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px;
}
.sub-prevention .brushing .method li:last-child {margin-right: 0;}
.sub-prevention .brushing .method li .desc {
    width: calc(100% - 24px);
    padding-left: 15px;
    text-align: left;
    margin-top: -5px;
}
.sub-prevention .brushing .tab-wrap .tab-menu {
    display: flex;
    background: #f1f3f8;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: fit-content;
}
.sub-prevention .brushing .tab-wrap .tab-menu li {
    padding: 8px 30px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}
.sub-prevention .brushing .tab-wrap .tab-menu li.active {
    border-radius: 10px 10px 0 0;
    background: #349248;
    color: #fff;
}
.sub-prevention .brushing .tab-wrap .tab-content {
    background: #f1f3f8;
    border-top: 3px solid #349248;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    padding: 50px;
    text-align: left;
}
.sub-prevention .brushing .tab-wrap .tab-content > div {display: none;}
.sub-prevention .brushing .tab-wrap .tab-content > div.active {display: block;}
.sub-prevention .fluoride .box {
    background: #f1f3f8;
    border-radius: 20px;
    padding: 50px;
    text-align: left;
    max-width: 1000px;
    margin: 50px auto 0;
}
.sub-prevention .fluoride .box .method > li {margin-bottom: 30px;}
.sub-prevention .fluoride .box .method > li:last-child {margin-bottom: 0;}
.sub-prevention .fluoride .box .method > li h4 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.sub-prevention .fluoride .box .method > li h4 > b {padding-left: 10px;}
.sub-prevention .fluoride .box .list-wrap {margin-top: 15px;}
.sub-prevention .fluoride .box .list-wrap .desc {display: block;}

@media all and (max-width: 991px) {
    .sub-resources .process-list li {width: calc((100% - 50px)/2);}
    .sub-resources .process-list li:nth-child(3n) {margin-right: 50px;}
    .sub-resources .process-list li:nth-child(3n)::after {content: "";}
    .sub-resources .process-list li:nth-child(2n) {margin-right: 0;}
    .sub-resources .process-list li:nth-child(2n)::after {content: none;}
}
@media all and (max-width: 767px) {
    .sub-resources section {padding: 50px 0;}
    .sub-resources .title h3 {font-size: 24px;}
    .sub-resources .desc {font-size: 16px;}
    .sub-resources .process-list {margin-bottom: 0;}
    .sub-resources .process-list li {
        width: 100%;
        margin: 0 0 40px !important;
        padding: 25px;
    }
    .sub-resources .process-list li::after {
        content: "" !important;
        width: 20px;
        height: 20px;
        transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        left: 50%;
        bottom: -30px;
    }
    .sub-resources .process-list li:last-child {margin-bottom: 0 !important;}
    .sub-resources .process-list li:last-child::after {content: none !important;}
    .sub-prevention .brushing .method {margin: 30px 0;}
    .sub-prevention .brushing .method li {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px;
        border-radius: 10px;
    }
    .sub-prevention .brushing .method li:last-child {margin-bottom: 0;}
    .sub-prevention .brushing .method li .desc {
        padding-left: 12px;
        margin-top: 0;
    }
    .sub-prevention .brushing .tab-wrap .tab-menu li {
        padding: 5px 12px;
        font-size: 16px;
    }
    .sub-prevention .brushing .tab-wrap .tab-content {
        padding: 20px;
        border-radius: 0 10px 10px 10px;
    }
    .sub-prevention .fluoride .box {
        padding: 25px;
        border-radius: 10px;
        margin-top: 30px;
    }
    .sub-resources .add-img.title-top {margin-bottom: 25px;}
    .sub-resources .add-img.title-bottom,
    .sub-resources .add-img.desc-bottom {margin-top: 25px;}
}

/*교육*/
.sub-overview {text-align: center;}
.sub-overview > p {
    font-size: 24px;
    margin-bottom: 120px;
    line-height: 1.5;
}
.sub-overview .title {margin-bottom: 50px;}
.sub-overview .title h3 {
    font-size: 36px;
    color:  #f7ba21;
}
.sub-overview .edu-list {
    display: flex;
    flex-wrap: wrap;
}
.sub-overview .edu-list > li {
    width: calc((100% - 80px)/5);
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border-top: 5px solid #f7ba21;
    padding: 30px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
.sub-overview .edu-list > li:last-child {margin-right: 0;}
.sub-overview .edu-list .ico {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 75px;
    background: #f5f5f5;
    margin: 0 auto;
}
.sub-overview .edu-list h4 {
    font-size: 28px;
    margin: 15px 0 10px;
}
.sub-overview .edu-list .time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-overview .edu-list .time span {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-left: 8px;
}
.sub-overview .edu-list .list-wrap {
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.sub-overview .edu-list .list-wrap li p {
    font-size: 18px;
    color: #333;
}
@media all and (max-width: 767px) {
    .sub-overview > p {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .sub-overview .title {margin-bottom: 30px;}
    .sub-overview .title h3 {font-size: 24px;}
    .sub-overview .edu-list > li {
        width: 100%;
        margin: 0 0 15px;
        padding: 25px;
    }
    .sub-overview .edu-list > li:last-child {margin-bottom: 0;}
    .sub-overview .edu-list .ico {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .sub-overview .edu-list h4 {
        font-size: 24px;
        margin: 12px 0 10px;
    }
    .sub-overview .edu-list .time img {width: 16px;}
    .sub-overview .edu-list .time span {
        font-size: 16px;
        margin-left: 5px;
    }
    .sub-overview .edu-list .list-wrap {
        padding-top: 15px;
        margin-top: 15px;
    }
    .sub-overview .edu-list .list-wrap li p {font-size: 16px;}
}

/*정회원 여부 확인, 교육 내역 확인*/
.sub-check {
    max-width: 450px;
    margin: -50px auto 0;
}
.sub-check .form-group {margin-bottom: 15px;}
.sub-check .form-label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1;
}
.sub-check .form-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    background: #fff !important;
    box-shadow: none;
}
.sub-check .form-input::placeholder {color: rgba(0,0,0,0.3)}
.sub-check button {
    width: 100%;
    background: #1b7ddf;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s;
    display: inline-block;
    border: none;
    margin-top: 15px;
}
.sub-result {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
    text-align: center;
    max-width: 450px;
    margin: -50px auto 0;
}
.sub-result .ico {
    width: 70px;
    height: 70px;
    background: #f1f3f8;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.sub-result p {
    font-size: 24px;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .sub-check {margin-top: -20px;}
    .sub-check .form-group {margin-bottom: 10px;}
    .sub-check .form-label {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sub-check .form-input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sub-check button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-top: 0;
    }
    .sub-result {
        padding: 30px;
        margin-top: -20px;
    }
    .sub-result .ico {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .sub-result p {font-size: 16px;}
}