/*
    ******** 공통 ********
*/

.pageOutWrap {padding-top:95px;}

.contentWrap {width: 100%; max-width: 1280px; margin: 0 auto;}




/*
    *** 상단바
*/
.topBar {position:fixed; top:0; left:0; width:100%; height: 95px; background: white; z-index:100;}
.topBar .contentWrap {display:flex; justify-content: space-between; align-items: center; height:100%;}
/*.topBar .contentWrap img {width: 100%;}*/
.topBar .contentWrap .consult {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 229px;
    height: 63px;
    background: url("../images/consultBtn.png") no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.topBar .contentWrap .consult span {display: inline-block; font-family: 'SpoqaB'; font-size: 32px; color: #fff; margin-right: 30px; }



/*
    *** 퀵메뉴
*/
.quickMenu {position:fixed; right:50px; bottom:100px; z-index:90;}
.quickMenu .menuBar {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 50px;
    font-size: 18px;
    color: #181819;
    font-family: SpoqaM;
    padding-right:70px;
    box-sizing: border-box;
    border-radius:30px;
    letter-spacing:-1px;
    box-shadow:0 2px 7px rgba(0,0,0,0.38);
    cursor:pointer;
    background-color:#ffffff;
}
.quickMenu .menuBar .balloon {
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 77px;
    height: 78px;
    font-size:16px;
    color:#ffffff;
    font-family:SpoqaB;
    text-align:center;
    background-image: url("../images/quick_balloonBg.png");
    background-repeat: no-repeat;
}



/*
    *** 모바일 퀵메뉴
*/
.bottomMenu {
    display:none;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    z-index:90;
    background-color: #4864ff;
}
.bottomMenu .imgCell {height:50px; margin-right:5px;}
.bottomMenu .imgCell img {position:relative; top:-30px; width:80px;}
.bottomMenu .btnGoForm img {height:50px;}





/*
    *** 메인배너
*/
.mainVisual {display:flex; justify-content: center; align-items: center; height:750px; background-image:url("../images/visualBg.png"); background-size:cover; background-position:center center;}
.mainVisual .contentWrap {text-align:center;}
.mainVisual .visualText {font-size:42px; color:#ffffff; font-family:SpoqaR; margin-bottom:15px;}
.mainVisual .visualImgText {margin-bottom:35px;}
.mainVisual .consultBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 52px;
    font-size: 30px;
    color: #ffffff;
    font-family: SpoqaM;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 30px;
    cursor: pointer;
}


/*
    *** 섹션1
*/
.page1 {padding-top:160px; padding-bottom:160px; background-color:#ffffff;}
.page1 .sectionText {font-size:45px; color:#000000; font-family:SpoqaR; text-align:center; margin-bottom:70px;}
.page1 .sectionText .boldText {font-family:SpoqaB;}
.page1 .sectionImgCell {text-align:center;}



/*
    *** 섹션2
*/
.page2 {padding-top:160px; padding-bottom:160px; box-sizing: border-box; background-image:url("../images/page2Bg.png"); background-size:cover; background-position:center center;}
.page2 .topTxt {font-size:45px; color:#ffffff; font-family:SpoqaB; text-align:center; margin-bottom:80px;}
.page2 .topTxt .yellow {color:#fbff89;}
.page2 .sectionImgCell {text-align:center; font-size:0;}
.page2 .sectionImgCell img {border-radius:25px; filter: drop-shadow(0 9px 43px rgba(0,0,0,0.22));}


/*
    *** 섹션3
*/
.page3 {padding-top:160px; background-color:#ffffff;}
.page3 .contentWrap {display:flex; align-items: center;}
.page3 .contentWrap .left {position: relative; flex:1; text-align:center;}
.page3 .contentWrap .left img {vertical-align: top;}
.page3 .contentWrap .left .boxWrap {position: absolute; width: 100%; top: 215px;}
.page3 .contentWrap .left .box { width: 72%; margin: 0 auto;  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
    border-radius: 10px; box-shadow: 2px 3px 10px 1px grey;;
    border-radius: 11px; padding: 15px 0; border: dashed 3px #4b60ff; box-sizing: border-box; background: #fff;}
.page3 .contentWrap .left .box .big {display: inline-block; width: 100%; text-align: center; font-family: SpoqaB; font-size: 28px; color: #4b60ff; margin-bottom: 10px;}
.page3 .contentWrap .left .box .desc {display: flex; font-family: SpoqaM; font-size: 22px; color: #2d2d2d; margin-bottom: 20px; margin-left: 40px;}
.page3 .contentWrap .left .box .desc .descTxt {text-align: left;}
.page3 .contentWrap .left .box .desc:last-child {margin-bottom: 0px;}
.page3 .contentWrap .left .box .desc .q {display: flex; justify-content: center; align-items: center; width: 28px;height: 28px;vertical-align: middle;
    font-family: 'AggroM'; font-size: 22px; color: #fff; border-radius: 50%; margin-right: 10px;  background: #4b60ff;}
.page3 .contentWrap .right {display:flex; justify-content:center; flex:1; padding-bottom: 15px;}
.page3 .right .lightImg {margin-bottom:20px;}
.page3 .right .top {font-size:45px; color:#000000; font-family:SpoqaB; margin-bottom:20px;}
.page3 .right .top .backLine {box-shadow: inset 0 -25px 0 #b5fcff;}
.page3 .right .bottom {font-size:28px; color:#000000; font-family:SpoqaM;}



/*
    *** 섹션4
*/
.page4 {padding-top:160px; padding-bottom:160px; background-color:#e2e5ff;}
.page4 .topTxt {font-size:45px; color:#000000; font-family:SpoqaB; text-align:center; margin-bottom:70px;}

.page4 .contents1 {border-radius:20px; overflow:hidden; border:solid 1px #8591f1; margin-bottom:30px; box-shadow:0 0 29px rgba(0,0,0,0.24); background-color:#ffffff;}
.page4 .contents1 .title {display:flex; justify-content:center; align-items:center; height:70px; font-size:40px; color:#ffffff; font-family:SpoqaB; background-color:#4b60ff;}
.page4 .contents1 .desc {display:flex; align-items: center; width:70%; font-size:25px; color:#000000; font-family:SpoqaR; margin:0 auto;}
.page4 .contents1 .desc .imgCell {margin-right:90px;}
.page4 .contents1 .desc .imgCell img {position:relative; top:-30px;}
.page4 .contents1 .desc .blue {font-family:SpoqaB; color:#4b60ff;}

.page4 .contents2 {display:flex; border-radius:20px; overflow:hidden; border:solid 1px #00e6fd; margin-bottom:35px; box-shadow:0 0 29px rgba(0,0,0,0.24); background-color:#ffffff;}
.page4 .contents2 .left {display:flex; justify-content:center; align-items:center; width:170px; font-size:48px; color:#ffffff; font-family:SpoqaB; background-color:#00e6fd;}
.page4 .contents2 .right {padding:40px 115px; box-sizing: border-box;}
.page4 .listCell {position:relative; font-size:27px; color:#000000; font-family:SpoqaR; padding-left:20px; box-sizing:border-box; margin-bottom:20px;}
.page4 .listCell:before {content:""; position:absolute; top:12px; left:0; width:8px; height:8px; border-radius:50%; background-color:#000000;}
.page4 .listCell .blueBg {font-family:SpoqaB; box-shadow: inset 0 -25px 0 #b5fcff;}
.page4 .contents2 .right .imgCell {margin-bottom:30px;}
.page4 .contents2 .right .box {font-size:30px; color:#000000; font-family:SpoqaR; padding:15px; box-sizing:border-box; background-color:#b5fcff;}
.page4 .contents2 .right .box .boldText {display: inline-block; font-family:SpoqaB; margin-top: 10px;}

.page4 .contents3 {display:flex; height:950px; justify-content: space-between; align-items: flex-start;}
.page4 .contents3 > div {height:100%; border-radius:20px; margin-right:18px; flex:1; border:solid 1px #0ff3fe; padding:45px 25px; box-sizing: border-box; box-shadow:0 0 29px rgba(0,0,0,0.24); background-color:#ffffff;}
.page4 .contents3 .title {font-size:40px; color:#080808; font-family:SpoqaB; text-align:center; margin-bottom:45px;}
.page4 .contents3 .title span {color:#00e6fd;}
.page4 .contents3 .listCell {font-size:25px;}
.page4 .contents3 .listCell.type2:before {display:none;}
.page4 .contents3 .listCell.type2:after {position:absolute; top:6px; left:0; content:"*"; font-size:25px;}
.page4 .contents3 .imgCell {margin:50px 0;}
.page4 .contents3 .textCont {font-size:25px; color:#000000; font-family:SpoqaR; margin-bottom:40px;}
.page4 .contents3 .textCont .blueBg {display:inline-block; font-family:SpoqaB; border-radius:30px; margin-bottom:10px; background-color:#b5fcff;}




/*
    *** 섹션5
*/
.page5 {padding-top:160px; padding-bottom:160px; background-image:url("../images/page5Bg.png"); background-size:cover; background-position:center center;}
.page5 .topTxt {font-size:30px; color:#ffffff; font-family:SpoqaR; text-align:center; margin-bottom:80px;}
.page5 .topTxt .bigTitle {font-family:SpoqaB; font-size:48px; margin-bottom:40px;}
.page5 .topTxt .yellow {color:#fbff89;}

.page5 .contentsBox {position:relative;}
.page5 .contentsBox .gridWrapper {overflow:hidden;}
.page5 .contentsBox .grid {display:flex; flex-wrap:wrap; padding:30px 0 0 30px; margin:-30px}
.page5 .contentsBox .grid .gridCell {
    box-sizing:border-box;
    width:calc(100% / 2);
    border:0 solid transparent;
    border-width:0 30px 30px 0;
}
.page5 .contentsBox .grid .gridCell .box { border-radius:20px; padding:10px; box-sizing: border-box; background-color:#ffffff;}
.page5 .contentsBox .grid .gridCell .box > div {display:flex; justify-content:center; align-items:center; height:90px; font-size:30px; color:#000000; font-family:SpoqaB; text-align:center;}
.page5 .contentsBox .grid .gridCell .box > p {display:flex; justify-content:center; align-items:center; height:90px; font-size:24px; color:#000000; font-family:SpoqaM; border-radius:13px; background-color:#e1e5ff;}
.page5 .plus {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}

.page5 .arrow {text-align:center; margin-bottom:45px;}

.page5 .bottomContents {border-radius:20px; overflow: hidden; background-color:#ffffff;}
.page5 .bottomContents > .title {display:flex; justify-content: center; align-items: center; height:85px; font-size:40px; color:#ffffff; font-family:SpoqaB; background-color:#4b60ff;}
.page5 .bottomContents .bottomContentsArea {display:flex; align-items: center; padding:30px 0;}
.page5 .bottomContents .bottomContentsArea .left {width:35%; text-align:center;}
.page5 .bottomContents .bottomContentsArea .right .title {font-size:33px; color:#000000; font-family:SpoqaB; margin-bottom:30px;}
.page5 .bottomContents .bottomContentsArea .right .title .blueBg2 {color:#4b60ff; padding:5px; border-radius:5px; background-color:#e1e5ff;}
.page5 .bottomContents .bottomContentsArea .right .check {display:flex; margin-bottom:30px;}
.page5 .bottomContents .bottomContentsArea .right .check .checkCell {margin-right:15px;}
.page5 .bottomContents .bottomContentsArea .right .check .textCell {font-size:28px; color:#000000; font-family:SpoqaM;}
.page5 .bottomContents .bottomBox {font-size:32px; color:#ffffff; font-family:SpoqaR; text-align:center; padding:20px; margin:20px; margin-top:0; border-radius:13px; background-color:#4b60ff;}
.page5 .bottomContents .bottomBox .yellow {color:#fbff89; font-family:SpoqaB;}





/*
    *** 섹션6
*/
.page6 {padding-top:160px; padding-bottom:125px; background-color:#ffffff;}
.page6 .topArea {display:flex; align-items: flex-end; margin-bottom:100px;}
.page6 .topArea .imgCell {width:45%;}
.page6 .topArea .textCell {flex:1;}
.page6 .topArea .textCell .mobileImg {display:none;}
.page6 .topArea .textCell .bigTitle {font-size:45px; color:#000000; font-family:SpoqaB; margin-bottom:20px;}
.page6 .topArea .textCell .bigTitle .backLine {box-shadow: inset 0 -25px 0 #b5fcff;}
.page6 .topArea .textCell .midText {font-size:30px; color:#000000; font-family:SpoqaB; margin-bottom:15px;}
.page6 .topArea .textCell .bottomText {font-size:28px; color:#000000; font-family:SpoqaM;}
.page6 .bottomImgCell {text-align:center;}
.page6 .bottomImgCell img {filter:drop-shadow(0 2px 62px rgba(0,0,0,0.14));}




/*
    *** 섹션7 - 상담신청
*/
.page7 {padding-top:110px; padding-bottom:160px; background-image:url("../images/page7Bg.png"); background-size:cover; background-position:center center;}
.page7 .toptxt {text-align:center; color:#ffffff; margin-bottom:40px;}
.page7 .toptxt .title {font-size:48px; font-family:SpoqaB; margin-bottom:20px;}
.page7 .toptxt .subTitle {font-size:32px; font-family:SpoqaM; margin-bottom:30px;}
.page7 .toptxt .bottomTxt {font-size:24px; font-family:SpoqaR;}

.page7 .formArea {width:100%; max-width:620px; margin:0 auto;}
.page7 .formArea .singleFormCell {display:flex; align-items: center; font-size:20px; color:#ffffff; font-family:SpoqaR; padding:15px; box-sizing: border-box; border:solid 2px #878888; margin-bottom:20px;}
.page7 .formArea .singleFormCell .formTitle {width:140px;}
.page7 .formArea .singleFormCell .inputCell {height:100%; flex:1;}
.page7 .formArea .singleFormCell .inputCell input {width:100%; height:30px; font-size:20px; color:#ffffff; font-family:SpoqaR; background-color:transparent;}
.page7 .formArea .agreeCheckCell {font-size:20px; color:#ffffff; font-family:spoqaR; margin-bottom:60px;}
.page7 .formArea .btnApply {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 356px;
    height: 62px;
    font-size:20px;
    font-family: SpaqaR;
    color:#ffffff;
    border:solid 2px #878888;
    margin:0 auto;
    cursor:pointer;
}




/*
    *** 푸터
*/
.footer {padding:35px 0;background-color:#282828;}
.footer .contentWrap {display:flex; justify-content: space-between; align-items: center;}
.footer .copyrightCell {font-size:16px; color:#ffffff; font-family:SpoqaR;}
.footer .vBar {display:inline-block; width:1px; height:12px; margin:0 10px; background-color:#ffffff;}
.footer a {color:#ffffff;}

/*
    *** 완료페이지
*/
.completePage .contentImg{width: 100%; max-width:1920px; height: 1004px; margin: 0 auto; background: url(../images/complete.png) no-repeat; background-size: cover; background-position: center center;}
.completePage .contentImg img {width: 100%;}
.completePage .showBlockM {display: none; }






@media(max-width:1280px){
    /*
        ******** 공통 ********
    */
    .contentWrap {padding-left:15px; padding-right:15px; box-sizing: border-box;}





    /*
        *** 메인배너
    */
    .mainVisual {height:600px;}
    .mainVisual .visualText {font-size:30px; margin-bottom:15px;}
    .mainVisual .visualImgText {width:600px; margin-bottom:35px;}



    /*
        *** 섹션1
    */
    .page1 {padding-top:160px; padding-bottom:160px;}
    .page1 .sectionText {font-size:35px; margin-bottom:70px;}
    .page1 .sectionImgCell img {width:700px;}


    /*
        *** 섹션2
    */
    .page2 {padding-top:160px; padding-bottom:160px;}
    .page2 .topTxt {font-size:35px; margin-bottom:80px;}
    .page2 .sectionImgCell img {width:100%;}


    /*
        *** 섹션3
    */
    .page3 {padding-top:160px;}
    .page3 .contentWrap .left .boxWrap {top: 14vw;}
    .page3 .contentWrap .left img {width:70%;}
    .page3 .contentWrap .left .box .big {font-size: 15px; }
    .page3 .contentWrap .left .box .desc {font-size: 13px; margin-left: 20px; }
    .page3 .contentWrap .left .box .desc .q {font-size: 13px; }
    .page3 .right .top {font-size:35px; margin-bottom:20px;}
    .page3 .right .top .backLine {box-shadow: inset 0 -25px 0 #b5fcff;}
    .page3 .right .bottom {font-size:17px;}




    /*
        *** 섹션4
    */
    .page4 .topTxt {font-size:35px; margin-bottom:70px;}

    .page4 .contents1 .title {height:60px; font-size:35px;}
    .page4 .contents1 .desc {width:90%; font-size:22px; padding:15px 0;}
    .page4 .contents1 .desc .imgCell {margin-right:30px;}
    .page4 .contents1 .desc .imgCell img {width:150px; top:-30px;}

    .page4 .contents2 .left {width:100px; font-size:35px;}
    .page4 .contents2 .right {flex:1; padding:20px 40px;}
    .page4 .listCell {font-size:20px; padding-left:15px; margin-bottom:10px;}
    .page4 .listCell:before {top:10px; left:0; width:6px; height:6px;}
    .page4 .contents2 .right .imgCell {margin-bottom:30px;}
    .page4 .contents2 .right .imgCell img {width:100%;}
    .page4 .contents2 .right .box {font-size:22px;}

    .page4 .contents3 {height:800px;}
    .page4 .contents3 > div {margin-right:10px; flex:1; padding:25px 15px;}
    .page4 .contents3 .title {font-size:30px; margin-bottom:30px;}
    .page4 .contents3 .listCell {font-size:20px;}
    .page4 .contents3 .listCell.type2:after {top:4px; left:0; content:"*"; font-size:22px;}
    .page4 .contents3 .imgCell {margin:30px 0;}
    .page4 .contents3 .imgCell img {width:100%;}
    .page4 .contents3 .textCont {font-size:20px; margin-bottom:30px;}



    /*
        *** 섹션5
    */
    .page5 {padding-top:160px; padding-bottom:160px;}
    .page5 .topTxt {font-size:24px; margin-bottom:50px;}
    .page5 .topTxt .bigTitle {font-size:38px; margin-bottom:30px;}

    .page5 .contentsBox {position:relative;}
    .page5 .contentsBox .gridWrapper {overflow:hidden;}
    .page5 .contentsBox .grid {display:flex; flex-wrap:wrap; padding:20px 0 0 20px; margin:-20px}
    .page5 .contentsBox .grid .gridCell {
        box-sizing:border-box;
        width:calc(100% / 2);
        border:0 solid transparent;
        border-width:0 20px 20px 0;
    }
    .page5 .contentsBox .grid .gridCell .box > div {height:70px; font-size:18px;}
    .page5 .contentsBox .grid .gridCell .box > p {height:70px; font-size:18px;}

    .page5 .bottomContents > .title {height:70px; font-size:30px;}
    .page5 .bottomContents .bottomContentsArea {display:flex; align-items: center; padding:30px 0;}
    .page5 .bottomContents .bottomContentsArea .left {width:35%;}
    .page5 .bottomContents .bottomContentsArea .left img {width:80%;}
    .page5 .bottomContents .bottomContentsArea .right .title {font-size:22px; margin-bottom:30px;}
    .page5 .bottomContents .bottomContentsArea .right .check .textCell {font-size:22px;}
    .page5 .bottomContents .bottomBox {font-size:22px;}



    /*
        *** 섹션6
    */
    .page6 {padding-top:160px; padding-bottom:125px;}
    .page6 .topArea {margin-bottom:100px;}
    .page6 .topArea .imgCell {width:45%;}
    .page6 .topArea .imgCell img {width:90%;}
    .page6 .topArea .textCell .bigTitle {font-size:35px; margin-bottom:20px;}
    .page6 .topArea .textCell .bigTitle .backLine {box-shadow: inset 0 -25px 0 #b5fcff;}
    .page6 .topArea .textCell .midText {font-size:26px; color:#000000; font-family:SpoqaB; margin-bottom:15px;}
    .page6 .topArea .textCell .bottomText {font-size:24px; color:#000000; font-family:SpoqaM;}
    .page6 .bottomImgCell img {width:90%;}


    /*
        *** 섹션7 - 상담신청
    */
    .page7 {padding-top:110px; padding-bottom:160px;}
    .page7 .toptxt {margin-bottom:40px;}
    .page7 .toptxt .title {font-size:42px; margin-bottom:20px;}
    .page7 .toptxt .subTitle {font-size:26px; margin-bottom:30px;}
    .page7 .toptxt .bottomTxt {font-size:18px; }

    .page7 .formArea .singleFormCell {font-size:18px; padding:10px;}
    .page7 .formArea .singleFormCell .formTitle {width:140px;}
    .page7 .formArea .singleFormCell .inputCell input {font-size:18px;}
    .page7 .formArea .agreeCheckCell {font-size:18px; margin-bottom:60px;}



    /*
        *** 푸터
    */
    .footer .logoCell {margin-right:20px;}
    .footer .logoCell img {width:250px;}
    .footer .copyrightCell {font-size:14px;}

    /*
        *** 완료페이지
    */
    .completePage .contentImg {height: auto; background: transparent; }
    .completePage .showBlockM {display: block; }

}






@media(max-width:768px){

    .pageOutWrap {padding-top:60px;}


    /*
        *** 상단바
    */
    .topBar {height: 60px;}
    .topBar .contentWrap {display:flex; justify-content: center; align-items: center; height:100%;}
    .topBar .contentWrap .logo {width:280px;}
    .topBar .contentWrap .consult {
        display: none;
    }



    /*
        *** 퀵메뉴
    */
    .quickMenu {display:none;}


    /*
        *** 모바일 퀵메뉴
    */
    .bottomMenu {display:flex;}




    /*
        *** 메인배너
    */
    .mainVisual {height:500px; background-image:url("../images/visualBg_m.jpg");}
    .mainVisual .visualText {font-size:24px; margin-bottom:20px;}
    .mainVisual .visualImgText_m {width:300px; margin-bottom:35px;}
    .mainVisual .consultBtn {
        width: 140px;
        height: 40px;
        font-size: 20px;
        border: solid 2px #ffffff;
    }
    .mainVisual .consultBtn img {height:16px; margin-left:5px;}



    /*
        *** 섹션1
    */
    .page1 {padding-top:60px; padding-bottom:60px;}
    .page1 .sectionText {font-size:28px; margin-bottom:40px;}
    .page1 .sectionImgCell img {width:300px;}


    /*
        *** 섹션2
    */
    .page2 {padding-top:60px; padding-bottom:60px;}
    .page2 .topTxt {font-size:28px; margin-bottom:30px;}


    /*
        *** 섹션3
    */
    .page3 {padding-top:60px;}
    .page3 .contentWrap {display:flex; flex-direction: column-reverse; align-items: center;}
    .page3 .contentWrap .left {position: relative; flex:1; text-align:center;}
    .page3 .contentWrap .left img {width:90%; vertical-align: top}
    .page3 .contentWrap .left .boxWrap {position: absolute; left: 0px; top: 36vw;}
    .page3 .contentWrap .left .box {display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
         border-radius: 10px; width: 100%; height: 54vw; box-shadow: 2px 3px 10px 1px grey;
        border-radius: 11px; padding: 15px 0; border: dashed 3px #4b60ff; box-sizing: border-box; background: #fff;}
    .page3 .contentWrap .left .box .big {display: inline-block; width: 100%; text-align: center; font-family: SpoqaB; font-size: 6vw; color: #4b60ff; margin-bottom: 10px;}
    .page3 .contentWrap .left .box .desc {display: flex; font-family: SpoqaM; font-size: 4vw; color: #2d2d2d; margin-bottom: 10px; margin-left: 15px;}
    .page3 .contentWrap .left .box .desc .descTxt {text-align: left;}
    .page3 .contentWrap .left .box .desc:last-child {margin-bottom: 0px;}
    .page3 .contentWrap .left .box .desc .q {display: inline-block; width: 23px; height: 23px;
        vertical-align: middle; line-height: 23px;font-family: 'AggroM'; font-size: 15px; color: #fff; border-radius: 50%; margin-right: 10px;  background: #4b60ff;}
    .page3 .contentWrap .left .bottomTxt {position: absolute; left: 50%; bottom: 15px; width: 100%; transform: translateX(-50%);font-family: SpoqaM; font-size: 4vw; }
    .page3 .contentWrap .right {text-align:center;}
    .page3 .right .lightImg {width:70px; margin-bottom:20px;}
    .page3 .right .top {font-size:28px; margin-bottom:20px;}
    .page3 .right .top .backLine {box-shadow: inset 0 -15px 0 #b5fcff;}
    .page3 .right .bottom {display:none;}



    /*
        *** 섹션4
    */
    .page4 {padding-top:60px; padding-bottom:40px;}
    .page4 .contentWrap {padding-left:0; padding-right:0;}
    .page4 .topTxt {font-size:26px; margin-bottom:40px; letter-spacing: -1px;}

    .page4 .contents1 {border-radius:0;  border:solid 1px #8591f1; margin-bottom:20px; box-shadow:0 0 0 rgba(0,0,0,0.24);}
    .page4 .contents1 .title {height:50px; font-size:24px;}
    .page4 .contents1 .desc {width:100%; font-size:18px; text-align:center; padding:15px; box-sizing: border-box;}
    .page4 .contents1 .desc .imgCell {display:none;}
    .page4 .contents1 .desc p {width:100%;}

    .page4 .contents2 {display:flex; flex-direction: column; border-radius:0; border:solid 1px #00e6fd; margin-bottom:10px; box-shadow:0 0 0 rgba(0,0,0,0.24);}
    .page4 .contents2 .left {display:flex; justify-content:center; align-items:center; width:100%; height:50px; font-size:24px;}
    .page4 .contents2 .right {padding:15px;}
    .page4 .listCell {font-size:17px; padding-left:10px; margin-bottom:10px;}
    .page4 .listCell:before {content:""; top:8px; left:0; width:4px; height:4px;}
    .page4 .contents2 .right .imgCell {margin-bottom:20px;}
    .page4 .contents2 .right .box {font-size:15px; padding:15px; text-align:center;}

    .page4 .contents3 {display:flex; flex-direction: column; height:auto; justify-content: space-between; align-items: flex-start;}
    .page4 .contents3 > div {margin:10px; padding:25px 15px;}
    .page4 .contents3 .title {font-size:28px; margin-bottom:25px;}
    .page4 .contents3 .listCell {font-size:17px;}
    .page4 .contents3 .listCell.type2 {font-size: 13px; margin-bottom: 3px;}
    .page4 .contents3 .listCell.type2:after {position:absolute; top:4px; left:0; content:"*"; font-size:17px;}
    .page4 .contents3 .left .listCell {font-size:15px; text-align:center;}
    .page4 .contents3 .left .listCell:before {display:none;}
    .page4 .contents3 .imgCell {margin:30px 0; text-align:center;}
    .page4 .contents3 .imgCell img {width:60%;}
    .page4 .contents3 .textCont {font-size:17px; margin-bottom:30px;}



    /*
        *** 섹션5
    */
    .page5 {padding-top:60px; padding-bottom:60px;}
    .page5 .topTxt {font-size:18px; margin-bottom:40px;}
    .page5 .topTxt .bigTitle {font-size:28px; margin-bottom:20px;}

    .page5 .contentsBox .gridWrapper {overflow:hidden;}
    .page5 .contentsBox .grid {display:flex; flex-wrap:wrap; padding:15px 0 0 15px; margin:-15px}
    .page5 .contentsBox .grid .gridCell {
        box-sizing:border-box;
        width:calc(100% / 1);
        border:0 solid transparent;
        border-width:0 15px 15px 0;
    }
    .page5 .contentsBox .grid .gridCell .box {position:relative;}
    .page5 .contentsBox .grid .gridCell .box > div {height:50px; font-size:16px; justify-content: flex-start; text-align: left; padding-left:100px; letter-spacing: -1px;}
    .page5 .contentsBox .grid .gridCell .box > p {height:50px; font-size:14px; justify-content: flex-start; text-align: left; padding-left:100px;}
    .page5 .plus {display:none;}
    .page5 .contentsBox .illustCell {position:absolute; top:50%; left:0; width:100px; text-align:center; padding-left:10px; box-sizing: border-box; transform:translateY(-50%);}
    .page5 .contentsBox .illustCell .illust {zoom:0.6;}
    .page5 .contentsBox .circlePlus {position:absolute; bottom:-25px; left:50%; transform:translateX(-50%); width:35px; z-index:10;}

    .page5 .arrow {text-align:center; margin-bottom:25px;}
    .page5 .arrow img {width:100px;}

    .page5 .bottomContents > .title {height:50px; font-size:20px;}
    .page5 .bottomContents .personImgCell {text-align:center; margin:20px 0;}
    .page5 .bottomContents .personImgCell img {width:150px;}
    .page5 .bottomContents .bottomContentsArea { padding:20px;}
    .page5 .bottomContents .bottomContentsArea .left {display:none;}
    .page5 .bottomContents .bottomContentsArea .right .title {font-size:17px; margin-bottom:20px; text-align:center;}
    .page5 .bottomContents .bottomContentsArea .right .check { margin-bottom:20px;}
    .page5 .bottomContents .bottomContentsArea .right .check .checkCell {margin-right:10px;}
    .page5 .bottomContents .bottomContentsArea .right .check .checkCell img {width:30px;}
    .page5 .bottomContents .bottomContentsArea .right .check .textCell {font-size:18px;}
    .page5 .bottomContents .bottomBox {font-size:18px; padding:20px; margin:10px;}



    /*
        *** 섹션6
    */
    .page6 {padding-top:50px; padding-bottom:50px;}
    .page6 .topArea {display:flex; flex-direction: column; align-items: flex-end; margin-bottom:60px;}
    .page6 .topArea .imgCell {display:none;}
    .page6 .topArea .textCell {flex:1; text-align:center;}
    .page6 .topArea .textCell .bigTitle {font-size:28px; margin-bottom:20px;}
    .page6 .topArea .textCell .bigTitle .backLine {box-shadow: inset 0 -15px 0 #b5fcff;}
    .page6 .topArea .textCell .midText {font-size:24px; margin-bottom:20px;}
    .page6 .topArea .textCell .bottomText {font-size:14px;}
    .page6 .topArea .textCell .mobileImg {display:inline; padding-left:20px; box-sizing: border-box;}
    .page6 .topArea .textCell .mobileImg img {width:90%;}
    .page6 .bottomImgCell {text-align:center;}
    .page6 .bottomImgCell img {width:100%; filter:drop-shadow(0 0 0 rgba(0,0,0,0.14));}




    /*
        *** 섹션7 - 상담신청
    */
    .page7 {padding-top:60px; padding-bottom:60px;}
    .page7 .toptxt { margin-bottom:30px;}
    .page7 .toptxt .title {font-size:28px; margin-bottom:20px;}
    .page7 .toptxt .subTitle {font-size:22px; margin-bottom:30px;}
    .page7 .toptxt .bottomTxt {font-size:18px;}

    .page7 .formArea .singleFormCell {font-size:16px; padding:10px; border:solid 1px #878888; margin-bottom:15px;}
    .page7 .formArea .singleFormCell .formTitle {width:100px;}
    .page7 .formArea .singleFormCell .inputCell input {height:30px; font-size:16px;}
    .page7 .formArea .agreeCheckCell {font-size:14px; margin-bottom:40px;}
    .page7 .formArea .btnApply {
        width: 300px;
        height: 50px;
        font-size:15px;
        border:solid 1px #878888;
    }



    /*
        *** 푸터
    */
    .footer {padding:20px 0; padding-bottom:100px;}
    .footer .contentWrap {display:flex; justify-content: center; align-items: center;}
    .footer .logoCell {display:none;}
    .footer .copyrightCell {font-size:12px; text-align:center;}
    .footer .vBar {display:none;}
    .footer .footerText {margin:0 5px;}


    /*
        *** 완료페이지
    */
    .completePage{padding-top: 0;}

}






















