@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, #33DEFD, #134BFF);
}

.section01 {
    padding: 7px 0 108px;
}

.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-top: 100px;
}

.text_underline {
    background: rgba(255, 255, 255 , 0.6);
    height: 38px;
}

.under01,
.under02 {
    width: auto;
    position: absolute;
}

.under01 {
    top: 240px;
    left: 310px;
    transform: rotateZ(5deg);
}

.under02 {
    top: 360px;
    left: 75px;
    transform: rotateZ(-10deg);
}

.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/medical_expense_insurance/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/medical_expense_insurance/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/medical_expense_insurance/m/images/checkedbox.png');
}

.graph_line01 {
    margin-top: 108px;
}

.graph_line02 {
    margin-top: 40px;
}

.graph {
    margin-bottom: 7px;
    position: relative;
}

.graph .title_circle {
    width: 132px;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: -40px;
    border-radius: 50%;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.13);
}

.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 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px;
}

.graph_bar {
    width: 411px;
    position: absolute;
    bottom: 131px;
    left: 121px;
}

.graph_bar li {
    display: flex;
}

.bar2019 {
    margin-top: 18px;
}

.graph_bar li div {
    width: 0;
    height: 14px;
}

.first_bar {
    background: #42BC25;
}

.second_bar {
    background: #C4C4C4;
}

.last_bar {
    background: #FFBD34;
}

.graph_bar .bar2020 .first_bar.on {
    animation: bar2020-first 0.3s 0.3s ease-out forwards;
}

.graph_bar .bar2020 .second_bar.on {
    animation: bar2020-second 0.5s 0.6s ease-out forwards;
}

.graph_bar .bar2020 .last_bar.on {
    animation: bar2020-last 0.5s 1.1s ease-out forwards;
}

.graph_bar .bar2019 .first_bar.on {
    animation: bar2019-first 0.3s 0.3s ease-out forwards;
}

.graph_bar .bar2019 .second_bar.on {
    animation: bar2019-second 0.5s 0.6s ease-out forwards;
}

.graph_bar .bar2019 .last_bar.on {
    animation: bar2019-last 0.5s 1.1s ease-out forwards;
}

@keyframes bar2020-first {
    0% {
        width: 0;
    }

    100% {
        width: 227px;
    }
}

@keyframes bar2020-second {
    0% {
        width: 0;
    }

    100% {
        width: 117px;
    }
}

@keyframes bar2020-last {
    0% {
        width: 0;
    }

    100% {
        width: 67px;
    }
}

@keyframes bar2019-first {
    0% {
        width: 0;
    }

    100% {
        width: 212px;
    }
}

@keyframes bar2019-second {
    0% {
        width: 0;
    }

    100% {
        width: 107px;
    }
}

@keyframes bar2019-last {
    0% {
        width: 0;
    }

    100% {
        width: 54.8px;
    }
}

.line {
    position: absolute;
    bottom: 129.6px;
    left: 110px;
    width: 453px;
    height: 107px;
}

.line_block {
    height: 107px;
    width: 0;
    overflow: hidden;
}

.line_graph {
    animation: line_graph 1.5s linear forwards;
}

.line_graph_img {
    width: 453px;
}

@keyframes line_graph {
    0% {
        width: 0;
    }

    100% {
        width: 453px;
    }
}

.graph_info {
    text-align: center;
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

.graph_info img {
    width: 578px;
}


.section02 {
    background: linear-gradient(90deg, #68C4EC, #1292FF);
    padding: 44px 0 0;
    text-align: center;
}

.section02 img {
    width: 416px;
    margin: auto;
}

.section03 {
    margin: 108px 0 120px;
}

.section03 .inner {
    text-align: center;
}

.insu_text {
    margin: auto;
    width: 450px;
}

.section04 {
    position: relative;
    margin-bottom: -50px;
}

.section04 li {
    border-radius: 10px;
    background: #fff;
    padding: 92px 30px 85px;
    margin-top: 40px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.13);
}

.section04_contents05 {
    margin-left: -32px;
}

.section05 {
    background: #023098;
    padding: 150px 0 100px;
}

.section05 .inner {
    text-align: center;
}

.section05 img {
    width: 438px;
}

/** 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/medical_expense_insurance/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: 450px;
    background: #fff;
    border: 3px solid #336db6;
    padding: 50px 0;
    font-size: 30px;
    color: #707070;
    word-break: keep-all;
    z-index: 10;
    letter-spacing: -1.2px;
}

.small_popup button {
    margin-top: 30px;
}

.small_popup button img {
    width: 150px;
}

.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: 752px;
}

#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;
}

.footer_popup_notice {
    width: 100%;
    margin-top: 30px;
}

.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: 615px;
    overflow: auto;
}

.acco_contents::-webkit-scrollbar {
    display: none;
}

.acco01 .acco_contents {
    max-height: 585px;
}

.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: 160px;
        opacity: 1;
    }
}
/** UP ANIMATION **/

/* EVENT */

.event_banner {
    width: 100%;
    display: block;
    z-index: 4;
}

.event_banner img {
    width: 100%;
}

.event {
    position: relative;
    display: block;
    margin: 20px 52px 0;  
}

/* EVENT */
