@charset "utf-8";
@font-face {
    font-family: 'nanumsquare-b';
    src: url('fonts/nanumsquareb-webfont.woff2') format('woff2'),
         url('fonts/nanumsquareb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-eb';
    src: url('fonts/nanumsquareeb-webfont.woff2') format('woff2'),
         url('fonts/nanumsquareeb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-l';
    src: url('fonts/nanumsquarel-webfont.woff2') format('woff2'),
         url('fonts/nanumsquarel-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareR';
    src: url('fonts/nanumsquarer-webfont.woff2') format('woff2'),
         url('fonts/nanumsquarer-webfont.woff') format('woff');
    font-style: normal;
}

/* 건너뛰기 링크(접근성) */
.skipnavi {position:absolute; left:0; top:-50px; text-indent:-9999px; font-size:0; width:100%; z-index:999; }
.skipnavi li a:focus,
.skipnavi li a:active {position:absolute; left:0; top:50px; display:block; width:100%; padding:5px 0; text-align:center; text-indent:0px; font-size:12px; font-weight:500; background:#f2f2f2;}
.hdd, legend {font-size:0; width:0; height:0; line-height:0; text-indent:-9999px; overflow:hidden; position:absolute; left:0; top:0;}

/*grid*/
.confix {
    width: 1200px;
    margin: 0 auto;
}

/*header*/
.header {
    padding: 37px;
    font-family: 'nanumsquare-b';
}
.nav {
    display: flex;
    justify-content: space-between;
}
.nav img , .footer_logo img {
    width: auto;
    height: 50px;
    position: relative;
    top: 5px;
}
.menu ul {
    display: flex;
    padding: 20px;

}
.menu ul li a {
    text-align: center;
    letter-spacing: 0.5px;
    margin-left: 70px;
    color: black;
    font-size: 20px;
}
/*contents*/
.contents {
    font-family: 'nanumsquare-b';
}
/****section1****/
/*text*/
.contents .section_1 {
    position: relative;
    background-color: #9FDED9;
    box-shadow: 8px 8px 9px #1B2E5D21;
    border-radius: 0px 0px 250px 250px;
    width: 100%;
    height: 529px;
}
.contents .section_1 .main_title {
    position: absolute;
    top: 118px;
    text-align: left;
    color: #4F4F4F;
}
.contents .section_1 .main_title .text_1 {
    letter-spacing: 0.65px;
    color: #606060;
    font-size: 26px;
    margin-bottom: 30px;
}
.contents .section_1 .main_title .text_2 {
    letter-spacing: NaNpx;
    color: #3C3C3C;
    font-size: 45px;
    margin-bottom: 30px;
}
.contents .section_1 .main_title .text_3 {
    line-height: 27px;
}
.contents .section_1 .main_title .text_3 span:first-child {
    letter-spacing: 0.09px;
    color: #414141;
    font-size: 18px;
}
.contents .section_1 .main_title .text_3 span:last-child {
    letter-spacing: 0.35px;
    color: #4F4F4F;
    font-size: 14px;
}
/*img*/
.contents .section_1 .main_img {
    background-color: #000808;
    position: absolute;
    top: 33px;
}
.contents .section_1 .main_img img:first-of-type {
    position: absolute;
    top: 85px;
    left: 557px;
}
.contents .section_1 .main_img img:nth-of-type(2) {
    position: absolute;
    top: 33px;
    left: 718px;
}
.contents .section_1 .main_img img:nth-of-type(3) {
    position: absolute;
    top: 33px;
    left: 938px;
}
.contents .section_1 .main_img img:last-of-type {
    position: absolute;
    top: 104px;
    left: 1119px;
}
.contents .section_1 .main_img .car_img img:first-of-type {
    position: absolute;
    top: 163px;
    left: 620px;
}
.contents .section_1 .main_img .car_img img:last-of-type {
    position: absolute;
    top: 225px;
    left: 872px;
}
/*section_1 button*/
.contents .section_1 .main_button {
    background: #00A693 0% 0% no-repeat padding-box;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 450px;
    width: 723px;
    height: 154px;
}
.contents .section_1 .main_button .border {
    border-left: 1px dashed #87d5cc;
    border-width: 2px;
}
.contents .section_1 .main_button .buttons {
    display: flex;
    padding: 38px;
    justify-content: space-around;
    justify-items: center;
    text-align: center;
}
.contents .section_1 .main_button .buttons a {
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-family: 'NanumSquareB';
    font-size: 20px;
}
.contents .section_1 .main_button .buttons a img {
    width: 47px;
}
/****section_2****/
.contents .section_2 {
    background-color: #F2F3F7;
    height: 544px;
    margin-top: 139px;
}
.contents .section_2 .step_box h1 {
    text-align: center;
    letter-spacing: 0.9px;
    color: #3C3C3C;
    font-size: 36px;
    padding-top: 66px;
}
.contents .section_2 .step_box .step {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
}
/*절차설명(공통)*/
.contents .section_2 .step_box .step .step_title {
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #3C3C3C;
    margin-top: 25px;
}
.contents .section_2 .step_box .step .step_text {
    font-size: 18px;
    font-family: 'NanumSquareR';
    letter-spacing: 0.45px;
    color: #464646;
    margin-top: 17px;
}
.section_2 .step .item {
    position: relative;
    text-align: center;
}
.section_2 .step .item > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.section_2 .step .item .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.step_4 img:last-of-type {
    margin-top: 28px;
}
/****section_3****/
/*section_3_slide*/
.section_3 {
    position: relative;
}
.contents .section_3 h1 {
    margin: 130px 0 66px 0;
    text-align: center;
}
.contents .section_3 .swiper {
    width: 1200px;
    height: 325px;
    border: none;
}
.contents .section_3 .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.contents .section_3 .swiper-slide img {
    display: block;
    width: 90%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.contents .section_3 .text {
    flex: 1;
    background-color: #F2F3F7;
    height: 100%;
    padding: 90px 0 90px 0;
    line-height: 35px;
    font-size: 24px;
    font-family: 'NanumSquareR';
}
.contents .section_3 .text .span_bold {
    color: #14256B;
    font-weight: bold;
}

.contents .section_3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #b1b1b1;
    opacity: 1;
}
.contents .section_3 .swiper-pagination-bullet-active {
    border-radius: 10px;
    background-color: #00A693;
    transition: width .5s;
}
.contents .section_3 .swiper-pagination {
    position: relative;
    bottom: -65px;
    width: 130px;
}
.contents .section_3 .swiper-button-next {
    appearance: none;
}
/****section_4****/
.contents .section_4 .notice h1 {

}
.contents .section_4 .notice {
    margin-bottom: 68px;
    display: flex;
}
.contents .section_4 .notice .view {
    border: 1px solid #989898;
    border-radius: 17px;
    background-color: white;
    padding: 3px 15px 3px;
    font-size: 14px;
    cursor: pointer;
}
.contents .section_4 .notice .notice_text {
    flex: 1;
}
.contents .section_4 .swiper {
    width: 1200px;
    margin-top: 150px;
    padding: 15px;
    padding-bottom: 30px;
}
.contents .section_4 .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.contents .section_4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.contents .section_4 .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    text-align: left;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 5px 20px #1b2e5d1a;
    border: 1px solid #F1F1F1;
}
.contents .section_4 .text .title {
    color: #008D67;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    word-break: break-all;
}
/*
.contents .section_4 .text p:nth-of-type(2) {
    line-height: 30px;
    font-size: 18px;
    font-family: 'nanumsquare-l';
    margin-bottom: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄
    -webkit-box-orient: vertical;
}
*/
.contents .section_4 .text p:last-of-type {
    line-height: 30px;
    font-size: 16px;
    font-family: 'NanumSquareR';
    color: #989898;
}
.button-next, .button-prev {
    margin-right: 10px;
    cursor: pointer;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
/****footer****/ 
.footer {
    height: 168px;
    margin-top: 130px;
    padding-top: 50px;
    background-color: #9FDED9;
    font-size: 13px;
}
.footer .confix {
    display: flex;
    justify-content: space-around;
}
.footer .footer_menu .copyright_1 {
    display: flex;
    line-height: 25px;
}
.footer .footer_menu .copyright_1 a {
    color: #013632;
}
.footer .footer_menu .copyright_2 {
    line-height: 25px;
}
.footer .footer_menu .copyright_2 .address {
    line-height: 25px;
    margin-right: 15px;
}

/***********login**********/
section.header {width: 360px; text-align: center; margin:74px auto 0;}
section.header h1 a {display: inline-block; width: 177px; height: 59px; background: url(../images/logo.png) no-repeat 0 0; background-size: 177px 59px; text-indent: -9000px;}
section.header .login_tit {width: 280px; height: 48px; line-height: 48px; margin: 50px auto 0; border-radius: 24px; background: #008D67; font-size:24px; color:#fff;}
.login_area {width: 360px; text-align: center; margin:60px auto 0;}
.login_list {}
.login_list li {}
.login_list li input[type=text],
.login_list li input[type=password] {padding-left:49px; border-color:#36424e; font-size:20px;}
.login_list li input[type=text] {background: url(../images/ico_login.png) no-repeat 16px 12px / 16px auto;}
.login_list li input[type=text]::placeholder,
.login_list li input[type=password]::placeholder {color:#c2ced7;}
.login_list li.pwd {margin-top: 12px;}
.login_list li.pwd input[type=password] {background: url(../images/ico_login.png) no-repeat 16px -55px / 16px auto;}
.login_list li.btn {margin-top:24px;}
.login_list li.check_line {float: left; margin-top: 30px;}
.login_list li.check_line input[type=checkbox] + label {font-weight: 600; font-size:16px;}
.login_list li.allim {float: right; margin-top: 24px; vertical-align: middle;}
.login_list li.allim a {position: relative; display: inline-block; width: 120px; height: 36px; padding-top:8px; padding-right:20px; border-radius:18px; background: #e2e8ec; font-weight: 600; font-size: 15px; color: #333; vertical-align: top;}
.login_list li.allim a .ic {display: inline-block; width: 28px; height: 28px; margin-left:5px; border-radius:14px; background: #fff url(../images/ico_login.png) no-repeat 50% -134px / 15px auto; position: absolute; top:4px; right:4px;}

/* 인풋, 셀렉트 */
input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="number"], 
input[type="email"] {-webkit-appearance:none; border:1px solid #bfc7d0; height:48px; line-height:48px; font-size:14px; width:100%; text-indent:5px; vertical-align:middle;}
input[type="file"] {width:100%; font-size:14px;}
input[type="file"]::-webkit-file-upload-button {appearance:none; -webkit-appearance:none;-moz-appearance:none; box-sizing:border-box; border:1px solid #bfc7d0;}
input[type="file"]::-ms-value {border:1px solid #bfc7d0; background:#fff;}
input[type="file"]::-ms-browse {border:1px solid #bfc7d0; background:#eee;}

input[type=checkbox].css-checkbox {position:absolute; left:-9999px;}
input[type=checkbox].css-checkbox + label {display:inline-block; padding:4px 0 4px 36px; background:url('../images/checkbox.png') no-repeat 0 0; background-size:24px auto; line-height:1.3;}
input[type=checkbox].css-checkbox:checked + label {background-position:0 -42px;}

input[type=radio].css-radio {position:absolute; left:-9999px;}
input[type=radio].css-radio + label {display:inline-block; padding-left:28px; height:23px; background:url('../images/radio.png') no-repeat 0 0; background-size:23px auto; line-height:1.3; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
input[type=radio].css-radio:checked + label {background-position:0 -178px;}

select {-webkit-appearance: none; -moz-appearance: none; appearance: none; height:30px; padding:0 35px 0 10px; border:1px solid #cfcfcf; background:#fff url(../images/ico_select.png) no-repeat right center; font-size:14px; color:#333;}
select::-ms-expand {display: none;}
select {background:none IE8+9;}

textarea {-webkit-appearance:none; width:100%; padding:5px; border:1px solid #bfc7d0; line-height:23px; resize:none; font-size:14px;}

::-webkit-input-placeholder{color:#888;}
:-ms-input-placeholder {color:#888;}

/* 버튼 */
.btn_wrap, .popbtn_wrap {text-align: center; font-size:0;}
.btn_acc {display: inline-block; width: 280px; height: 60px; line-height: 60px; text-align: center; border: 2px solid #23a638; border-radius: 30px; font-weight: 800; font-size:28px; color:#23a638;}
.btn_acc .ic {display: inline-block; width: 22px; height: 32px; margin-right:22px; background: url(../img/ico_pen.png) no-repeat; vertical-align: text-bottom;}
.btn_login {display: inline-block; width: 100%; height: 48px; line-height: 48px; text-align: center; background: #008D67; font-family:'nanumsquare-eb'; font-size: 20px; color:#fff; border: none; cursor: pointer;}

/* popup */
.popup_area {position: fixed; left: 0; top: 0; width: 100%; height: 100%;}
.popup_base {position: relative; width:384px; margin:300px auto 0; box-shadow:0 16px 60px rgba(75,95,109, 0.24);}
.popup_base .tit_pop {height: 70px; line-height: 70px; text-align: center; border-bottom: 1px solid #edf1f5; font-family: 'nanumsquare-b'; font-size: 24px; color: #14256B;}
.popup_inner {padding:30px 20px 70px;}
.popup_inner .allim {text-align: center; font-family: 'nanumsquare-b'; font-size: 20px;}
.popup_inner .allim .ic {display: inline-block; width: 22px; height: 28px; margin-right: 10px; background: url(../images/ico_login.png) no-repeat 0 -201px / 22px auto; vertical-align: middle; position: relative; top: -5px;}
.popup_inner .num {margin-top: 20px; text-align: center; font-family: 'nanumsquare-eb'; font-size: 32px; color: #cf0c27;}
.popup_base .popClose {position: absolute; right:16px; bottom:16px;}
.popup_base .popClose a {font-size: 16px; text-decoration: none; color: #3c3c3c;}
.popup_base .popClose a .ic {display: inline-block; width: 28px; height: 28px; margin-left: 10px; border-radius:14px; background: #e2e8ec url(../images/btn_popClose.png) no-repeat center center / 12px auto; vertical-align: middle; position: relative; top: -3px;}



/* S: 스와이퍼_재생멈춤버튼추가_220415 */
.swiper_btn_option {
    display: flex;
    justify-content: center;
}
.pauseNplay_btnbox {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: -58px;
}
.pauseNplay_btnbox button {
    border: none;
    background-color: unset;
    cursor: pointer;
}
.pauseNplay_btnbox .btn_slide_pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.pauseNplay_btnbox .btn_slide_pause::before,
.pauseNplay_btnbox .btn_slide_play::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 6px;
    width: 1px;
    height: 16px;
    background-color: #dddddd;
}
.pauseNplay_btnbox .btn_slide_play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.pauseNplay_btnbox .btn_slide_pause img,
.pauseNplay_btnbox .btn_slide_play img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}
/* E: 스와이퍼_재생멈춤버튼추가_220415 */