@charset "UTF-8";

/* 메인 공통 */
#mainContainer h2.main-h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#mainContainer h2.main-h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #ddd;
    content: '';
}

#mainContainer h2.main-h2 span.cate-eng {
    display: block;
    margin-bottom: 10px;
    color: #ccc;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 3vw;
    letter-spacing: 2pt;
}

#mainContainer h2.main-h2 em {
    font-family: 'yg-jalnan';
    font-size: 6vw;
    letter-spacing: -.5pt;
}

#mainContainer p.tit-p {
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3.5vw;
}

#mainContainer p.tit-p br {
    display: none;
}

@media screen and (min-width:639px) {
    #mainContainer h2.main-h2 span.cate-eng {
        font-size: 16px;
    }

    #mainContainer h2.main-h2 em {
        line-height: 1.6;
        font-size: 40px;
    }

    #mainContainer p.tit-p {
        font-size: 16px;
        letter-spacing: -.5pt;
    }
}

@media screen and (min-width:767px) {
    #mainContainer p.tit-p br {
        display: block;
    }
}


/* 메인 상단 */
#mainTop {
    position: relative;
    padding: 90px 20px 40px;
    background: url("../images/m_main_top_bg.png") no-repeat center/cover;
}

#mainTop .maintop-txt small {
    font-family: 'yg-jalnan';
    color: #6b6b6b;
    font-size: 4vw;
}

#mainTop .maintop-txt .top-tit {
    margin-top: 10px;
    line-height: 1.4;
    font-family: 'yg-jalnan';
    font-size: 8vw;
    letter-spacing: -.5pt;
}

#mainTop .maintop-txt p {
    margin-top: 20px;
    font-size: 3.5vw;
}

#mainTop .maintop-txt p br {
    display: none;
}

#mainTop .maintop-txt ul {
    margin-top: 20px;
}

#mainTop .maintop-txt ul li {
    width: 100%;
    padding-right: 50%;
    margin-top: 5px;
    font-size: 0;
}

#mainTop .maintop-txt ul li a {
    display: block;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

#mainTop .maintop-img {
    position: absolute;
    bottom: -15%;
    right: -15%;
    width: 75%;
}

#mainTop .maintop-img .pic2 {
    position: absolute;
    bottom: -10%;
    right: 10%;
    width: 60%;
}

@media screen and (min-width:639px) {
    #mainTop {
        padding: 90px 30px 60px;
    }

    #mainTop .maintop-txt small {
        font-size: 20px;
    }

    #mainTop .maintop-txt .top-tit {
        font-size: 40px;
    }

    #mainTop .maintop-txt p {
        font-size: 16px;
        letter-spacing: -.5pt;
    }

    #mainTop .maintop-txt p br {
        display: block;
    }

    #mainTop .maintop-img {
        bottom: -50px;
        right: -30px;
        width: 400px;
    }
}

@media screen and (min-width:767px) {
    #mainTop {
        padding: 200px 30px 150px;
    }

    #mainTop .maintop-txt ul {
        width: 400px;
    }

    #mainTop .maintop-txt ul li {
        width: 49%;
        padding-right: 0;
        margin-left: 2%;
    }

    #mainTop .maintop-txt ul li:first-child {
        margin-left: 0;
    }

    #mainTop .maintop-img {
        bottom: -20px;
        right: -30px;
        width: 400px;
    }
}

@media screen and (min-width:1139px) {
    #mainTop {
        height: 910px;
        padding: 300px 0px 0px;
        background: url("../images/main_top_bg.png") no-repeat center/cover;
    }

    #mainTop .maintop-txt small {
        font-size: 26px;
    }

    #mainTop .maintop-txt .top-tit {
        line-height: 1.2;
        font-size: 50px;
    }

    #mainTop .maintop-txt p {
        line-height: 1.4;
        font-size: 18px;
    }

    #mainTop .maintop-txt ul {
        width: 610px;
        margin-top: 40px;
    }

    #mainTop .maintop-txt ul li a {
        padding: 5px 30px;
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }

    #mainTop .maintop-img {
        bottom: -50px;
        right: -150px;
        width: 700px;
    }

    #mainTop .maintop-img .pic2 {
        width: 400px;
        bottom: -50px;
        right: 0px;
    }
}


/* Service Point */
#mainServicePoint {
    position: relative;
    padding: 40px 20px;
}

#mainServicePoint .service-point ul li .pic {
    overflow: hidden;
    border-radius: 10px;
    font-size: 0;
}

#mainServicePoint .service-point ul li .pic img {
    width: 100%;
}

#mainServicePoint .service-point ul li .con {
    position: relative;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

#mainServicePoint .service-point ul li .con .ico {
    width: 60px;
    font-size: 0;
}

#mainServicePoint .service-point ul li .con .txt {
    line-height: 1.6;
    padding-left: 10px;
    font-family: 'yg-jalnan';
}

@media screen and (min-width:767px) {
    #mainServicePoint {
        padding: 80px 40px;
    }

    #mainServicePoint .service-point {
        margin-top: 40px;
    }

    #mainServicePoint .service-point ul li .con .ico {
        width: 75px;
    }

    #mainServicePoint .service-point ul li .con .txt {
        padding-top: 5px;
        font-size: 18px;
    }
}

@media screen and (min-width:1139px) {
    #mainServicePoint {
        padding: 110px 40px;
    }

    #mainServicePoint .service-point {
        margin-top: 60px;
    }
}

@media screen and (min-width:1339px) {
    #mainServicePoint {
        padding: 110px 0px;
    }

    #mainServicePoint .service-point {
        margin-top: 80px;
    }
}


/* Story Contents */
#mainStoryContent h2.main-h2 em small {
    display: block;
}

#mainStoryContent h2.main-h2 em span {
    display: block;
}

#mainStoryContent {
    position: relative;
    padding: 40px 20px;
    background: url("../images/main_sc_bg.png") no-repeat center top;
}

#mainStoryContent .story-contents {
    margin: 0 -20px;
}

#mainStoryContent .story-contents .sc-list .simply-scroll,
#mainStoryContent .story-contents .sc-list .simply-scroll-clip {
    width: 100%;
    height: auto;
}

#mainStoryContent .story-contents .sc-list ul li {
    padding-bottom: 10px;
}

.simply-scroll .simply-scroll-list li {
    height: 250px;
}

#mainStoryContent .story-contents .sc-list ul li .bookimg {
    font-size: 0;
    text-align: center;
}

#mainStoryContent .story-contents .sc-list ul li .bookimg img {
    margin: 0 auto;
}

#mainStoryContent .story-contents .sc-list ul li .booktxt {
    text-align: center;
    font-family: 'yg-jalnan';
}

#mainStoryContent .story-contents .sc-list ul li .booktxt span {
    display: block;
    color: #61c478;
}

#mainStoryContent .story-contents .sc-list ul li .booktxt em {
    display: block;
    font-size: 18px;
    color: #212121;
}

@media screen and (min-width:767px) {
    #mainStoryContent {
        padding: 80px 40px;
    }

    #mainStoryContent .story-contents {
        margin: 40px -40px 0;
    }
}

@media screen and (min-width:1139px) {
    #mainStoryContent {
        padding: 110px 40px;
    }

    #mainStoryContent .story-contents {
        margin-top: 60px;
    }

    .simply-scroll .simply-scroll-list li {
        width: 440px;
        height: 350px;
    }
    
    #mainStoryContent .story-contents .sc-list ul li .booktxt em {
        font-size: 22px;
    }
}

@media screen and (min-width:1339px) {
    #mainStoryContent {
        padding: 110px 0px;
    }

    #mainStoryContent .story-contents {
        margin: 80px 0 0;
    }
}


/* Mom's Platform */
#mainPlatform {
    position: relative;
    padding: 40px 20px;
    background: url("../images/m_main_platformbg.png") no-repeat center/cover;
}

#mainPlatform .pic {
    overflow: hidden;
    font-size: 0;
    border-radius: 20px 0 20px 0;
}

#mainPlatform .pic img {
    width: 100%;
}

#mainPlatform .txt {
    margin-top: 20px;
    text-align: center;
    letter-spacing: -.5pt;
}

#mainPlatform .txt .txtimg {
    width: 150px;
    margin: 0 auto;
}

#mainPlatform .txt .tit {
    line-height: 1.6;
    margin: 20px 0 10px;
    font-family: 'yg-jalnan';
    font-size: 20px;
}

#mainPlatform .txt p br {
    display: none;
}

@media screen and (min-width:767px) {
    #mainPlatform {
        padding: 80px 40px;
    }

    #mainPlatform .respon {
        display: flex;
        align-items: center;
    }

    #mainPlatform .pic {
        width: 40%;
    }

    #mainPlatform .txt {
        width: 60%;
        margin-top: 0;
        padding-left: 5%;
        text-align: left;
    }

    #mainPlatform .txt .txtimg {
        margin: 0;
    }
}

@media screen and (min-width:1139px) {
    #mainPlatform {
        padding: 110px 40px;
    }

    #mainPlatform .pic {
        width: 45%;
        border-radius: 50px 0 50px 0;
    }

    #mainPlatform .txt {
        width: 50%;
        padding-left: 10%;
    }

    #mainPlatform .txt .txtimg {
        width: 330px;
    }

    #mainPlatform .txt .tit {
        line-height: 1.2;
        font-size: 40px;
    }

    #mainPlatform .txt p {
        font-size: 16px;
        color: #666;
    }

    #mainPlatform .txt p br {
        display: block;
    }
}

@media screen and (min-width:1339px) {
    #mainPlatform {
        padding: 110px 0px;
    }
}


/* Real Story */
#mainRealStory {
    position: relative;
    padding: 40px 20px;
}

#mainRealStory .real-story {
    position: relative;
    padding-bottom: 40px;
}

#mainRealStory .real-story .rs-con {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

#mainRealStory .real-story .rs-con:first-child {
    margin-top: 0;
}

#mainRealStory .real-story .rs-con.ver-violet {
    background: #f7f7f7 url("../images/main_rs_img1.png") no-repeat bottom right/100px auto;
}

#mainRealStory .real-story .rs-con.ver-orange {
    background: #f7f7f7 url("../images/main_rs_img3.png") no-repeat bottom right/100px auto;
}

#mainRealStory .real-story .rs-con.ver-green1 {
    background: #f7f7f7 url("../images/main_rs_img2.png") no-repeat bottom right/100px auto;
}

#mainRealStory .real-story .rs-con.ver-green2 {
    background: #f7f7f7 url("../images/main_rs_img4.png") no-repeat bottom right/100px auto;
}

#mainRealStory .real-story .rs-con h4 {
    font-family: 'yg-jalnan';
    font-size: 18px;
}

#mainRealStory .real-story .rs-con p {
    line-height: 20px;
    margin-bottom: 40px;
}

#mainRealStory .real-story .rs-con .child-name span {
    margin-right: 30px;
}

@media screen and (min-width:767px) {
    #mainRealStory {
        padding: 80px 40px;
    }

    #mainRealStory .real-story {
        margin-top: 40px;
    }
}

@media screen and (min-width:1139px) {
    #mainRealStory {
        padding: 110px 40px;
    }

    #mainRealStory .real-story {
        overflow: hidden;
        margin-top: 60px;
    }

    #mainRealStory .real-story .rs-con {
        padding: 90px 40px 40px;
        margin-bottom: 20px;
        background-size: 285px auto !important;
    }

    #mainRealStory .real-story .rs-con h4 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    #mainRealStory .real-story .rs-con p {
        overflow: hidden;
        width: 310px;
        height: 96px;
        line-height: 24px;
        margin-bottom: 40px;
        font-size: 16px;
    }
}

@media screen and (min-width:1339px) {
    #mainRealStory {
        padding: 110px 0px;
    }

    #mainRealStory .real-story {
        margin-top: 80px;
    }
}


/* SNS */
#mainSNS {
    position: relative;
    padding: 40px 20px;
    background-color: #fff9f0;
}

#mainSNS .sns-list {
    position: relative;
    text-align: center;
    font-size: 0;
}

#mainSNS .sns-list a {
    display: inline-block;
    padding: 5px 10px;
    color: rgba(0,0,0,0.5);
    font-size: 18px;
}

#mainSNS .sns-latest {
    margin-top: 20px;
}

#mainSNS .sns-latest ul li {
    position: relative;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    font-size: 0;
}

#mainSNS .sns-latest ul li:nth-child(2n+1) {
    margin-left: 0;
}

#mainSNS .sns-latest ul li span.sns-label {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width:767px) {
    #mainSNS {
        padding: 80px 40px;
    }

    #mainSNS .sns-latest ul li {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    #mainSNS .sns-latest ul li:nth-child(2n+1) {
        margin-left: 2%;
    }

    #mainSNS .sns-latest ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    #mainSNS .sns-latest ul li span.sns-label {
        top: 10px;
        left: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
}

@media screen and (min-width:1139px) {
    #mainSNS {
        padding: 110px 40px;
    }

    #mainSNS .sns-latest ul li {
        width: 19%;
        margin-left: 1.25%;
        margin-bottom: 0;
    }

    #mainSNS .sns-latest ul li:nth-child(2n+1),
    #mainSNS .sns-latest ul li:nth-child(3n+1) {
        margin-left: 1.25%;
    }

    #mainSNS .sns-latest ul li:nth-child(5n+1) {
        margin-left: 0;
    }
}


/* Main Banner */
#mainBanner {
    position: relative;
    font-size: 0;
}

#mainBanner a {
    display: block;
}

@media screen and (min-width:767px) {
    #mainBanner a {
        height: 142px;
    }

    #mainBanner a img {
        display: none;
    }
}


/* Contact Us */
#mainContactus {
    position: relative;
    padding: 40px 20px;
    background: #cfe9ee;
}

#mainContactus h2 {
    margin-bottom: 10px;
    color: #49add3;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'yg-jalnan';
}

#mainContactus .contactus-con ul li {
    width: 100%;
    margin-bottom: 10px;
}

#mainContactus .contactus-con .contact-input {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
}

#mainContactus .contactus-con .contact-textarea {
    display: block;
    padding: 10px;
    border: none;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
}

#mainContactus .contactus-con .cc-tab3 {
    margin-top: 10px;
}

#mainContactus .contactus-con .submit-btn {
    display: block;
    border: none;
    padding: 10px;
    background-color: #7cb848;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-family: 'yg-jalnan';
    font-size: 18px;
}

@media screen and (min-width:767px) {
    #mainContactus {
        padding: 80px 40px;
        background: #cfe9ee url("../images/main_newsletterbg.png") no-repeat center/cover;
    }
}

@media screen and (min-width:1139px) {
    #mainContactus {
        padding: 60px 40px;
    }

    #mainContactus h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    #mainContactus .contactus-con {
        display: flex;
        align-items: center;
    }

    #mainContactus .contactus-con .contact-input {
        height: 50px;
        line-height: 50px;
    }

    #mainContactus .contactus-con .cc-tab1 {
        width: 40%;
    }

    #mainContactus .contactus-con .cc-tab1 ul li:nth-child(1),
    #mainContactus .contactus-con .cc-tab1 ul li:nth-child(2) {
        width: 49%;
    }

    #mainContactus .contactus-con .cc-tab1 ul li:nth-child(2) {
        margin-left: 2%;
    }

    #mainContactus .contactus-con .cc-tab2 {
        width: 40%;
        margin-left: 1%;
    }

    #mainContactus .contactus-con .contact-textarea {
        height: 170px;
        margin-bottom: 10px;
    }

    #mainContactus .contactus-con .cc-tab3 {
        width: 18%;
        margin-left: 1%;
        margin-top: 0;
    }

    #mainContactus .contactus-con .submit-btn {
        height: 170px;
        line-height: 170px;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1339px) {
    #mainContactus {
        padding: 60px 0px;
    }
}