@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
 }

 button {
    border: 0;
    background: none;
 }

body {
    width: 720px;
    font-family: 'Noto Sans KR';
}


.inner {
    width: 615px;
    margin: auto;
}

/** HEADER **/

header {
    position: sticky;
    top: 0;
    width: 720px !important;
    background: #fff;
    z-index: 5;
}

.header_inner {
    padding: 28px 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 11;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call {
    margin-right: 32px;
}

.nav {
    background: #fff;
    position: relative;
    top: 91px;
}

.nav .nav_list li {
    border-bottom: 1px solid #D6D6D6;
}

.nav .nav_list li a {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav .nav_list li:first-child {
    border-top: 9px solid #005DF4;
}

.nav .nav_list li a img {
    width: 116px;
}

.nav .nav_list li:first-child a img {
    width: 140px;
}

.nav_close {
    position: absolute;
    right: 50px;
    margin-top: 33px;
}

.nav_close img {
    width: 33px;
}

/** HEADER **/

/** SECTION **/

section {
    background: linear-gradient(135deg, #68f6e0, #1249FF);
}

.section01 {
    padding: 122px 0;
}

.main_title {
    position: relative;
}

.main_title .circle {
    position: absolute;
    top: 0;
    width: 500px;
    margin: 0 auto;
}

.title {
    position: relative;
}

.main_title .main {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.text_underline {
    background: rgba(255, 255, 255 , 0.6);
    height: 38px;
}

.under01,
.under02 {
    width: auto;
    position: absolute;
}

.under01 {
    top: 140px;
    left: 305px;
    transform: rotateZ(5deg);
}

.under02 {
    left: 85px;
    bottom: 130px;
    transform: rotateZ(-7deg);
}

.calc_inner {
    border-radius: 15px;
    background: linear-gradient(135deg, #DFFEFF, #fff);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    width: 611px;
    margin: auto;
}

.calc_inner .calc_contents {
    position: relative;
    border-radius: 15px 15px 0 0;
    border: 1px solid #fff;
    background: linear-gradient(135deg, #fff, #E1FEFF);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.06) inset;
}

.calc_inner .calc_contents form {
    margin: 50px 0 41px;
    width: 530px;
}

.calc_contents form li {
    display: flex;
    align-items: center;
    margin-top: 39px;
}

.calc_contents form li:first-child {
    margin-top: 0;
}

.calc_contents form li input,
.calc_contents form li label {
    font-size: 30px;
    color: #252525;
}

.calc_contents form li input[type=text],
.calc_contents form li input[type=tel] {
    padding-bottom: 15px;
    width: 100%;
    border: 0;
    background: none;
    border-bottom: 2px solid #A1A1A1;
    outline: none;
}

.calc_contents form li input[type=text]::placeholder,
.calc_contents form li input[type=tel]::placeholder {
    font-weight: 200;
}

.calc_contents form li input[id=name] {
    margin-right: 31.5px;
    width: 39%;
}

.calc_contents form li .calc_radio {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 6px;
    font-weight: 200;
}

.calc_contents form li .calc_radio input {
    display: none;
}

.calc_contents form li .calc_radio label {
    display: flex;
    align-items: center;
}

.calc_contents form li .calc_radio label::before {
    content: '';
    display: block;
    width: 53px;
    height: 52px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #fff;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.13) inset;
    margin-right: 17px;
}

.calc_contents form li .calc_radio input:checked + label::before {
    background-color: #003E92;
    background-image: url('/ad/sfmi_landing/happy_partner/m/images/check.png');
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: center;
}

.calc_contents form li .calc_radio label[for=male] {
    margin-right: 24px;
}

.calc_inner .calc_contents .agree_line {
    display: flex;
    align-items: center;
}

.calc_inner .calc_contents .agree_line label p {
    letter-spacing: -3px;
    font-size: 30px;
    color: #707070;
    font-weight: 200;
}

.calc_inner .calc_contents .agree_line input {
    display: none;
}

.calc_inner .calc_contents .agree_line label {
    display: flex;
    align-items: center;
}

.calc_inner .calc_contents .agree_line label::after {
    content: '';
    display: block;
    width: 107px;
    height: 50px;
    background-image: url('/ad/sfmi_landing/happy_partner/m/images/checkbox.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 16px;
    margin-bottom: 6px;
}

.calc_inner .calc_contents .agree_line input:checked + label::after {
    background-image: url('/ad/sfmi_landing/happy_partner/m/images/checkedbox.png');
}


.graph {
    margin: 70px 0 7px;
}

.graph img {
    width: 100%;
}

.graph_box {
    background: linear-gradient(135deg, #C9FFFD, #fff);
    border-radius: 10px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.13);
}

.graph_box_inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px 0;
}

.graph_box_inner li {
    display: flex;
    align-items: center;
    width: 285px;
}

.graph_box_inner li .icon_line {
    background: #F1FFFF;
    box-shadow: 3px 3px 4px rgba(10, 10, 10, 0.09) inset;
    border-radius: 10px;
    padding: 15px;
}

.graph_box_inner li .graph_text {
    margin-left: 17px;
}

.graph_box_inner li .total_num {
    font-size: 26px;
    display: flex;
    align-items: center;
    color: #17D6CF;
    font-weight: 500;
    margin-top: 5px;
}

.graph_info {
    text-align: center;
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

.graph_info img {
    width: 406px;
}


.section02 {
    background: linear-gradient(45deg, #68C4EC, #1292FF);
    padding: 44px 0;
    text-align: center;
}

.section02 img {
    width: 470px;
    margin: auto;
}


.section03 .percentage {
    margin: 80px 0;
}

.section03 li:first-child {
    border-bottom: 1px dashed #fff;
    padding-top: 0;
}

.section03 li:last-child {
    padding-bottom: 0;
}

.section03 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
}

.section03 li img:last-child {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
}

.pride {
    width: 100%;
    margin: 30px 0;
}

.section04 {
    position: relative;
    margin-bottom: -50px;
}

.section04 li {
    border-radius: 10px;
    background: #fff;
    padding: 60px 30px;
    margin-top: 40px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.13);
}

.section04 li img {
    width: 100%;
}

.section05 {
    background: #023098;
    padding: 150px 0 100px;
}

.section05 img {
    width: 100%;
}

/** SECTION **/

/** FOOTER **/

.foot_nav {
    background: #FFFFFF;
    padding: 23px 0;
}

.foot_nav_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    margin: auto;
}

.foot_nav_inner li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.foot_nav_inner li:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    background: #707070;
    height: 30px;
    left: 0;
}

.foot_nav_inner li:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 4px;
    right: 0;
    background: #707070;
    height: 30px;
}

.foot_nav_inner li a {
    color: #707070;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -3px;
}

footer {
    background: #868686;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 45px 0 150px;
}

.footer_contents {
    width: 626px;
    margin: 28px 0 18px;
}

/** FOOTER **/




/** POPUP **/

.popup {
    display: none;
}

.nav_popup {
    position: fixed;
    z-index: 2;
    width: 720px;
    display: none;
}

.popup_background {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_popup_background {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 4;
}

.popup_close {
    position: absolute;
    right: 0;
    top: -65px;
}

.popup_close img {
    width: 33px;
}

.terms_popup .popup_background {
    z-index: 15;
}

.terms_popup .popup_inner {
    background: #fff;
}

.terms_popup .popup_contents {
    position: relative;
    padding: 35px;
}

.terms_popup .terms_close {
    position: absolute;
    top: 31px;
    right: 34px;
}

.terms_popup .terms_close img {
    width: 33px
}

.terms_contents {
    width: 506px;
}

.terms_popup .popup_agree_line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

.terms_popup .popup_agree_line label {
    display: flex;
    align-items: center;
}

.terms_popup .popup_agree_line label[for=agree] {
    margin-left: 100px;
}

.terms_popup .popup_agree_line label::after {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid #505050;
    margin-left: 21px;
}

.terms_popup .popup_agree_line input:checked + label::after {
    background-color: #003E92;
    border: 2px solid #003E92;
    background-image: url('/ad/sfmi_landing/happy_partner/m/images/check.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.popup_info {
    position: relative;
    z-index: 15;
}

.small_popup {
    display: none;
}

.small_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.popup_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 345px;
    background: #fff;
    border: 3px solid #336db6;
    padding: 37px;
    font-size: 18px;
    color: #707070;
    word-break: keep-all;
    z-index: 10;
    letter-spacing: -1.2px;
}

.small_popup button {
    margin-top: 16px;
}

.p_color {
    color: #2C7FDF;
}

.footer_popup_background {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_popup_inner {
    background: #fff;
    width: 600px;
    height: 935px;
    padding: 40px 40px 0;
}

.footer_popup_header {
    border-bottom: 2px solid #A1A1A1;
    padding-bottom: 30px;
    position: relative;
}

.footer_popup_header .popup_close {
    top: 0;
}

.footer_popup_text {
    padding: 25px 0;
    border-bottom: 1.5px solid #A1A1A1;
}

.footer_popup_contents {
    padding: 40px 0;
    overflow-y: auto;
}

#footer_popup02 .footer_popup_contents {
    max-height: 765px;
}

#footer_popup03 .footer_popup_contents {
    max-height: 835px;
}

.footer_popup_contents img {
    width: 100%;
}

.footer_popup_contents::-webkit-scrollbar {
    display: none;
}

#footer_popup01 .footer_popup_contents {
    padding: 0;
}

.accordian {
    width: 100%;
}

.accordian img {
    width: auto;
}

.acco_header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1.5px solid #A1A1A1;
}

.acco02 .acco_header.top_line {
    border-top: 1.5px solid #A1A1A1;
}

.acco_header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acco_header .show_down {
    display: none;
}

.acco_contents {
    display: none;
    max-height: 630px;
    overflow: auto;
}

.acco_contents::-webkit-scrollbar {
    display: none;
}

.acco_contents img {
    width: 100%;
    padding: 30px 0;
}

.hide {
    display: none !important;
}

.show {
    display: flex !important;
}


/** POPUP **/


/** BOTTOM **/

.bottom,
.popup_bottom {
    position: fixed;
    bottom: -150px;
    width: 720px;
    transition: all 0.5s ease;
}

.popup_bottom {
    z-index: 11;
}

.calc_btns,
.popup_bottom_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3);
    position: relative;
}

.calc_btns button,
.popup_bottom_btns button {
    width: 50%;
}

.popup_bottom_btns button img {
    width: 100%;
}

.calc_btns button {
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc_btns button:first-child {
    background: #005DF4;
}

.calc_btns button:last-child {
    background: #fff;
    border: 3px solid #005DF4;
}

/** BOTTOM **/

/** UP ANIMATION **/

.ani {
    position: relative;
    opacity: 0;
}

.ani02 {
    opacity: 0;
}

.up {
    animation: up 0.5s ease-out forwards;
}

@keyframes up {
    0% {
        bottom: -30px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

.up02 {
    animation: up02 0.3s 0.4s ease-out forwards;
}

@keyframes up02 {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 180px;
        opacity: 1;
    }
}
/** UP ANIMATION **/

/* EVENT */

.event_banner {
    width: 100%;
    display: block;
}

.event_banner img {
    width: 100%;
}

.event {
    position: relative;
    display: block;
    margin: 20px 52px 0;  
}

/* EVENT */
