/* 메인 비주얼 { */
.visual {
    overflow:hidden;
    width:100%;
    min-width:320px;
}
.visual_box {
    overflow:hidden;
}
.visual_box > div > div > div a {
    position:relative;
    display:block;
    width:100%;
    height:1px;
    padding-bottom:76.6%;
    background-size:cover !important;
}
.visual_box > div > div > div a p {
    position:absolute;
    top:36%;
    left:10px;
    line-height:36px;
    font-family:'noto-sans-scott-l';
    font-size:26px;
    color:#000000;
}
.visual_box > div > div > div a p span {
    display:block;
    font-family:'noto-sans-scott-b';
    font-size:36px;
    line-height:46px;
    color:#005489;
}
@media screen and (max-width:520px) {
    .visual_box > div > div > div a p {
        line-height:30px;
        font-size:20px;
    }
    .visual_box > div > div > div a p span {
        font-size:30px;
        line-height:40px;
    }
}
@media screen and (max-width:420px) {
    .visual_box > div > div > div a p {
        line-height:26px;
        font-size:18px;
    }
    .visual_box > div > div > div a p span {
        font-size:26px;
        line-height:30px;
    }
}
@media screen and (max-width:360px) {
    .visual_box > div > div > div a p {
        line-height:20px;
        font-size:16px;
    }
    .visual_box > div > div > div a p span {
        font-size:22px;
        line-height:28px;
    }
}
/* } 메인 비주얼 */

/* 메인 타이틀 { */
.main_tit {
    margin-bottom:18px;
    line-height:30px;
    font-family:'noto-sans-scott-m';
    font-size:30px;
    color:#222222;
    text-align:center;
}
.main_sub_tit {
    margin-bottom:40px;
    line-height:25px;
    font-family:'noto-sans-scott-l';
    font-size:18px;
    color:#999999;
    text-align:center;
    word-break:keep-all;
}

@media screen and (max-width:400px) {
    .main_tit {
        line-height:20px;
        font-size:20px;
    }
    .main_sub_tit {
        font-size:14px;
        line-height:20px;
    }
}
/* } 메인 타이틀 */

/* 메인 세션 { */
.section {
    padding:80px 0 44px;
    background:#ffffff;
}
/* } 메인 세션 */

/* 메인 세션01 { */
.section.section01 {
    padding:50px 10px 44px;
    background:#f9f9f9;
}
.section01 ul {
    overflow:hidden;
    width:100%;
}
.section01 ul li {
    float:left;
    width:48%;
    margin-left:4%;
}
.section01 ul li.first {
    margin-left:0;
}
.section01 ul li + li + li {
    margin-top:4%;
}
.section01 ul li a {
    display:block;
    position:relative;
}
.section01 ul li img {
    width:100%;
}
.section01 ul li span {
    display:block;
    position:relative;
    margin-top:20px;
    padding-top:15px;
    line-height:20px;
    font-family:'noto-sans-scott-r';
    font-size:18px;
    color:#222222;
}
.section01 ul li span:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:20px;
    height:5px;
    background:#1499dd;
}
@media screen and (max-width:400px) {
    .section.section01 {
        padding:46px 10px;
    }
    .section01 ul li span {
        font-size:16px;
        line-height:20px;
    }
}
@media screen and (max-width:320px) {
    .section01 ul li {
        width:100%;
        margin-left:0;
    }
    .section01 ul li + li {
        margin-top:20px;
    }
    .section01 ul li + li + li {
        margin-top:20px;
    }
}
/* } 메인 세션01 */

/* 메인 섹션 상담 { */
.sectionCounselling {
    padding:80px 10px 0 10px;
}
.sectionCounselling .counsellingWrapper {
    position:relative;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px 7px rgba(12, 3, 6, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.counsellingWrapper .row {
    /*padding: 0 25px;*/
    margin: 0;
    overflow:hidden;
}
.counsellingWrapper .row + .row {
    //margin-bottom: 0;
}
.counsellingWrapper .row:before {
    display: table;
    content: ' ';
}
.counsellingWrapper .row .col {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float:none;
    margin-bottom: 10px;
}

.counsellingWrapper input, .counsellingWrapper select {
    width: 100%;
    border-color: #5a5a5a;
    text-align: left;
    font-size: 23px;
    padding: 14px 0 14px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.counsellingWrapper .submitWrapper {
    text-align: center;
    margin-bottom: 0 !important;
}

.counsellingWrapper button {
    width: 200px;
    text-align: center;
    font-size: 23px;
    line-height: 64px;
    height: 64px;
    background: #202020;
    color: #fff;
    border: 1px solid #202020;
}
.counsellingWrapper select {
    /*text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;*/
    padding-top: 0;
    padding-bottom: 0;
    text-align:left;
    height: 64px;
    line-height: 64px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select_caret.png') no-repeat center right #fff;
    background-size: 64px;
}
.counsellingWrapper select option {
    /*text-align-last: center !important;
    text-align: center !important;
    padding-left: 40px;*/
}
.counsellingWrapper input::placeholder {
    font-size: 23px;
}
.counsellingWrapper .dummy {
    position:fixed;
    top: -5000px;
    left: 0;
    font-size: 40px;
}
.counsellingWrapper .phoneWrapper .col {
    margin-bottom: 0;
}
.counsellingWrapper #agreePrivacy {
    display:none;
}
.counsellingWrapper #agreePopup {
    display:none;
}
.counsellingWrapper .privacy {
    text-align: right;
    margin-bottom: 20px;
}
.counsellingWrapper .privacy label {
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
.counsellingWrapper .privacy label a {
    border-bottom: 1px solid #2c2c2c;
}
.counsellingWrapper .privacy label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -27px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #939393;
    border-radius: 8px;
    margin-right: 11px;
}
.counsellingWrapper #agreePrivacy:checked ~ .privacy label:before {
    background: #939393;
}
.counsellingWrapper .explain {
    text-align:center;
    font-size: 23px;
    margin-top: 42px;
    display:none;
}

.counsellingWrapper .agreePopup {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #050505;
    box-shadow: 3px 5px 16px 2px rgba(12, 3, 6, 0.45);
    width: 100%;
    min-height: 310px;
    height: fit-content;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.counsellingWrapper #agreePopup:checked ~ .agreePopup {
    display: inline-block;
}

.counsellingWrapper .agreePopup .popup_tit {
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 30px;
}
.counsellingWrapper .agreePopup .content {
    border: 1px solid #d8d8d8;
    background: #f4f4f4;
    padding: 15px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.counsellingWrapper .agreePopup .content .text {
    font-family: "noto-sans-scott-l";
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}
.counsellingWrapper .agreePopup .content .text.tit {
    font-family: "noto-sans-scott-r";
    line-height: 1;
    font-size: 15px;
}
.counsellingWrapper .agreePopup .content .text:last-child {
    margin-bottom: 0;
}
.counsellingWrapper .agreePopup .content .text li {
    font-size: 15px;
    font-family: "noto-sans-scott-dl";
    padding-left: 15px;
    line-height: 1.2;
}
.counsellingWrapper .agreePopup .btnArea {
    text-align:center;
}
.counsellingWrapper .agreePopup .btnArea .closeBtn {
    display: inline-block;
    font-size:20px;
    color: #2c2c2c;
    line-height: 40px;
    border:1px solid #2c2c2c;
    width: 115px;
    cursor: pointer;
}
/* } 메인 섹션 상담 */
/* 메인 세션02 { */
.section.section02 {
    padding:80px 10px 50px;
}
.section02 ul {
    overflow:hidden;
    width:100%;
}
.section02 ul li {
    position:relative;
    float:left;
    width:48%;
    margin-left:4%;
}
.section02 ul li.first {
    margin-left:0;
}
.section02 ul li + li + li {
    margin-top:4%;
}
.section02 ul li a {
    display:block;
}
.section02 ul li img {
    width:100%;
}
.section02 ul li span {
    display:block;
    width:100%;
    padding:17px 0;
    line-height:18px;
    background:#1499dd;
    font-family:'noto-sans-scott-r';
    font-size:18px;
    color:#ffffff;
    text-align:center;
}
@media screen and (max-width:400px) {
    .section.section02 {
        padding:46px 10px;
    }
    .section02 ul li span {
        padding:14px 0;
        line-height:14px;
        font-size:14px;
    }
}
@media screen and (max-width:320px) {
    .section02 ul li {
        width:100%;
        margin-left:0;
    }
    .section02 ul li + li {
        margin-top:20px;
    }
    .section02 ul li + li + li {
        margin-top:20px;
    }
}
/* } 메인 세션02 */

/* 메인 세션03 { */
.section.section03 {
    padding:50px 10px 80px;
}
.section03 > ul {
    overflow:hidden;
    width:100%;
}
.section03 > ul > li {
    position:relative;
    float:left;
    margin-left:4%;
    width:48%;
}
.section03 > ul > li + li + li {
    width:100%;
    margin-left:0;
    margin-top:4%;
}
.section03 > ul > li.first {
    margin-left:0;
}
.section03 > ul > li ul li + li {
    margin-top:4%;
}
.section03 > ul > li:nth-of-type(1) {
    background:#305063;
}
.section03 > ul > li:nth-of-type(1) a {
    background:url('../images/section03_bg01.jpg') no-repeat right bottom;
}
.section03 > ul > li:nth-of-type(2) {
    background:#666666;
}
.section03 > ul > li:nth-of-type(2) a {
    background:url('../images/section03_bg02.jpg') no-repeat right bottom;
}
.section03 > ul > li:nth-of-type(3) ul li:nth-of-type(1) {
    background:#305063;
}
.section03 > ul > li:nth-of-type(3) ul li:nth-of-type(1) a {
    background:url('../images/section03_bg03.jpg') no-repeat right bottom;
}
.section03 > ul > li:nth-of-type(3) ul li:nth-of-type(2) {
    background:#1499dd;
}
.section03 > ul > li:nth-of-type(3) ul li:nth-of-type(2) a {
    background:url('../images/section03_bg04.jpg') no-repeat right bottom;
}
.section03 ul li a {
    box-sizing:border-box;
    display:block;
    width:100%;
    padding:40px 38px;
}
.section03 > ul > li > a {
    height:380px;
    padding-top:174px;
}
.section03 > ul > li ul li {
    position:relative;
}
.section03 > ul > li ul li a {
    height:170px;
}
.section03 > ul > li > a img {
    position:absolute;
    top:40px;
    left:38px;
}
.section03 ul li p {
    position:relative;
    padding-top:15px;
    font-family:'noto-sans-scott-r';
    color:#ffffff;
    font-size:18px;
    line-height:18px;
}
.section03 ul li p:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:20px;
    height:5px;
    background:#ffffff;
}
.section03 ul li span {
    display:block;
    margin-top:20px;
    font-family:'noto-sans-scott-l';
    color:#ffffff;
    font-size:16px;
    line-height:20px;
}
@media screen and (max-width:639px) {
    .section03 > ul > li > a {
        height:420px;
    }
    .section03 > ul > li p {
        word-break:keep-all;
    }
    .section03 > ul > li br {
        display:none;
    }
}
@media screen and (max-width:540px) {
    .section03 > ul > li > a {
        height:480px;
    }
}
@media screen and (max-width:480px) {
    .section03 > ul > li {
        width:100%;
        margin-left:0;
    }
    .section03 > ul > li + li {
        margin-top:20px;
    }
    .section03 > ul > li + li + li {
        margin-top:20px;
    }
    .section03 > ul > li ul li + li {
        margin-top:20px;
    }
    .section03 > ul > li > a {
        height:auto;
    }
    .section03 > ul > li ul li a {
        height:auto;
    }
}
@media screen and (max-width:400px) {
    .section.section03 {
        padding:46px 10px;
    }
    .section03 ul li p {
        font-size:16px;
        line-height:16px;
    }
    .section03 ul li span {
        font-size:14px;
        line-height:18px;
    }
}
/* } 메인 세션03 */

/* 메인 세션04 { */
.section.section04 {
    position:relative;
    padding:50px 10px 96px;
    background:url('../images/section04_bg.jpg') no-repeat center top;
}
.section04:after {
    content:"";
    display:block;
    width:100%;
    height:90px;
    position:absolute;
    left:0;
    bottom:45px;
    background:url("../images/section04_bg02.png") no-repeat center;
    z-index:1;
}
.section04 .video_tit {
    margin-bottom:40px;
    font-family:'noto-sans-scott-l';
    color:#ffffff;
    font-size:30px;
    line-height:36px;
    text-align:center;
}
.section04 .video_tit span {
    font-family:'noto-sans-scott-m';
}
.section04 .video_box {
    position:relative;
    width:100%;
    top:0;
    right:0;
}
.section04 .video_box .youtube {
    position:relative;
    width:100%;
    padding-bottom:56.25%;
}
.section04 .video_box .youtube iframe {
    position:absolute;
    width:100%;
    height:100%;
}
.section04 .video_box img {
    max-width:100%;
    position:relative;
    z-index:2;
}

.section04 .video_box .play {
    position:absolute;
    left:50%;
    top:50%;
    margin:-57px 0 0 -63px;
    border:none;
    background:none;
}
.section04 .video_box .play img {
    z-index:3;
}
@media screen and (max-width:480px) {
    .section04 .video_tit {
        word-break:keep-all;
    }
    /* .section04 .video_tit br {
        display:none;
    } */
}
@media screen and (max-width:400px) {
    .section.section04 {
        padding:46px 10px;
    }
    .section04 .video_tit {
        font-size:20px;
        line-height:26px;
    }
}
/* } 메인 세션04 */

/* 메인 세션05 { */
.section.section05 {
    padding:50px 0 0;
}
.section.section05 .main_tit, .section.section05 .main_sub_tit {
    padding:0 10px;
}
.section.section05 .section05_slider .slick-slide {
    padding:0 10px;
}
.section.section05 .section05_slider .slick-slide > a {
    display:block;
}
.section.section05 .section05_slider .slick-slide > a img {
    width:100%;
    height:386px;
}
@media screen and (max-width:480px) {
    .section.section05 .section05_slider .slick-slide > a img {
        height:286px;
    }
}
@media screen and (max-width:400px) {
    .section.section05 {
        padding:0;
    }
}
@media screen and (max-width:360px) {
    .section.section05 .section05_slider .slick-slide > a img {
        height:186px;
    }
    .section.section05 .main_tit, .section.section05 .main_sub_tit {
        padding:0 10px;
    }
}
/* } 메인 세션05 */

/* 메인 세션06 { */
.section.section06 {
    padding:80px 10px 50px;
}
.section06 ul {
    overflow:hidden;
    width:100%;
    text-align:center;
}
.section06 ul li {
    display:inline-block;
    width:30%;
    margin-left:5%;
}
.section06 ul li + li + li {
    margin-top:30px;
}
.section06 ul li.first {
    margin-left:0;
}
.section06 ul li img {
    width:100%;
    max-width:130px;
    margin-bottom:20px;
}
.section06 ul li p {
    margin-bottom:20px;
    font-family:'noto-sans-scott-r';
    color:#222222;
    font-size:18px;
    line-height:18px;
    text-align:center;
}
.section06 ul li a {
    display:block;
    box-sizing:border-box;
    position:relative;
    width:100%;
    max-width:130px;
    padding:11px 20px 12px;
    margin:0 auto;
    border:1px solid #999999;
    border-radius:18px;
    font-family:'noto-sans-scott-l';
    color:#666666;
    font-size:15px;
    line-height:15px;
    text-align:left;
}
.section06 ul li a:before, .section06 ul li a:after {
    content:'';
    display:block;
    position:absolute;
    right:20px;
    width:1px;
    height:7px;
    background:#666666;
}
.section06 ul li a.on {
    border:1px solid #1499dd;
}
.section06 ul li a.on:before, .section06 ul li a.on:after {
    background:#1499dd;
}
.section06 ul li a:before {
    top:13px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.section06 ul li a:after {
    bottom:13px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
@media screen and (max-width:440px) {
    .section06 ul li {
        display:inline-block;
        width:50%;
        margin-left:0;
    }
    .section06 ul li + li + li {
        margin-left:0;
    }
    .section06 ul li + li.first {
        margin-left:0;
    }
}
@media screen and (max-width:400px) {
    .section.section06 {
        padding:46px 10px;
    }
    .section06 ul li p {
        font-size:16px;
        line-height:16px;
    }
    .section06 ul li a {
        font-size:14px;
        line-height:14px;
    }
    .section06 ul li a:before {
        top:12px;
    }
}
/* @media screen and (max-width:320px) {
    .section06 ul li {
        display:inline-block;
        width:100%;
        margin-left:0;
    }
    .section06 ul li + li {
        margin-top:30px;
    }
    .section06 ul li + li.first {
        margin-left:0;
    }
    .section06 ul li img {
        width:60%;
    }
} */
/* } 메인 세션06 */
