@charset "utf-8";

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
}

body {
    width: 720px;
    margin: auto;
}

header {
    padding: 10px;
}

.header_left {
    float: left;
    margin-top: 5px;
}

.header_right {
    float: right;
}

.header_right img {
    float: right;
    width: 100%;
}

.contents_body .body_head {
    background: #78f0ff;
    height: auto;
    padding: 30px;
}

.contents_body .body_head p {
    background: #194b87;
    color: #fff;
    font-size: 20px;
    width: 250px;
    margin: auto;
    text-align: center;
    font-weight: 400;
}

.contents_body .body_head h3 {
    color: #194b87;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.contents_body .main_body {
    background-image: url(../images/new/mo_head02.jpg);
}

.contents_body .main_body .btn_area {
    width: 500px;
    margin: auto;
    display: flex;
    padding: 30px 0;
}

.contents_body .main_body .btn_area p {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.contents_body .main_body .btn_area p b {
    color: #78f0ff;
    font-weight: 600;
}

.contents_body .main_body .btn_area a {
    background: #78f0ff;
    color: #000;
    border-radius: 5px;
    font-weight: 300;
    padding: 0px 10px;
    margin-left: 20px;
    font-size: 13px;
    height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

.contents_body .main_body .btn_area a span {
    position: relative;
    top: 3.5px;
    font-weight: 500;
    color: #194b87;
}

.contents_body .main_body .body_slide {
    height: auto;
    width: 100%;
}

.contents_body .main_body .body_slide .slide_margin {
    width: 500px;
    margin: auto;
}

.swiper-container-pointer-events {
    height: 100%;
}

.swiper-container {
    background: none;
}

.bullet {
    width: 100px;
    height: 10px;
    margin: auto;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
    margin-left: 7px;
}

.swiper-pagination-bullet-active {
    background: #1be1ff !important;
    width: 30px !important;
    border-radius: 5px !important;
    transition: 0.3s;
}

.slide_contents {
    display: flex;
    width: 100%;
    margin: auto;
    background-image: url(../images/new/mo_head02.jpg);
}

.slide_contents .text_line {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-left: 20px;
}

.slide_contents .text_line p {
    margin-top: 20px;
    color: #fff;
    font-weight: 300;
}

.slide_contents .text_line b {
    color: #78f0ff;
    font-weight: 600;
}

.contents_body .main_body .iframe {
    width: 100%;
    margin-top: 30px;
    height: 780px;
    padding: 0 80px;
    background: #fff;
    border: 0;
}

.contents_body .main_body .iframe iframe {
    width: 100%;
    height: 100%;
    margin: 30px 0;
}

.contents_nav {
    width: 100%;
}

.contents_nav ul {
    display: flex;
    width: 550px;
    margin: auto;
}

.contents_nav ul li {
    width: calc(100%/3);
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.insu_contents ul .insu_line01 .insu_header {
    background: #194b87;
    font-size: 23px;
    text-align: center;
    margin: 20px 0;
    padding: 5px 0;
    font-weight: 400;
}

.insu_contents ul .insu_line01 .insu_header p {
    color: #fff;
}

.main {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.insu_list {
    padding: 0 80px;
}

.main_title {
    padding: 0 80px;
}

.main_title p {
    font-size: 20px;
    margin: 20px 0;
}

.main_title h3 {
    font-size: 30px;
    letter-spacing: -2px;
    font-weight: 400;
}

.main_title h3 b {
    color: #02c8e6;
    font-weight: bold;
}

.list_text p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: -2px;
}

.dot {
    display: flex;
    margin: 20px 0;
}

.dot p {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.dot span {
    font-size: 19px;
}

.dot span span {
    font-size: 11px;
}

.three p:nth-child(3) {
    margin-top: 30px;
}

.list_text li p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: -2px;
}

.no_need p:first-child {
    margin-top: 20px;
}

.no_need p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.no_need p:last-child {
    margin-bottom: 0px;
}

.list_text .img_side {
    width: 450px;
    margin: 30px auto;
}

.list_text .img_side img {
    width: 100%;
    height: 100%;
}

.insu_background img {
    width: 100%;
}

.left_side {
    float: left;
    display: flex;
}

.right_side {
    float: right;
}

.insu_twenty {
    margin-top: 20px;
    margin-left: 36px;
}

.sub {
    padding: 0 80px;
}

.sub table {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.sub table tr td {
    padding: 10px 0;
}

.sub table tr:first-child td {
    background: #02c8e6;
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
}

.sub table tr:nth-child(2) td {
    border-right: 1px solid #f5f5f5;
}

.sub table tr:nth-child(2) td:last-child {
    border-right: 0;
}

.sub table tr:last-child td {
    background: #f5f5f5;
    border-right: 1px solid #fff;
}

.insu_ten {
    margin-top: 25px;
}

.sub_bottom {
    padding: 0 80px;
    font-size: 13px;
}

.sub_bottom .dot span {
    font-size: 13px;
}

.sub_btm_right {
    font-size: 15px;
}

.notice {
    padding: 10px 80px;
}

.notice .notice_child {
    display: flex;
}

.notice .notice_child span {
    margin-left: 5px;
}

.footer .foot_inner img{
    width: 100%;
}

.foot_btn {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    letter-spacing: -1.5px;
    font-weight: 500;
    position: relative;
    bottom: 43px;
    left: 255px;
}

.two .dot {
    margin: 0;
}

.SF_wrap {
    z-index: 100;
}

.SF_wrap .popup {
    position: fixed;
    bottom: 100vh;
    width: 100%;
}

.popup .extra01 {
    position: fixed;
    background: #fff;
}

.popup .extra02 {
    position: fixed;
    background: #fff;
    top: 930px;
    width: 100%;
}

.contents_nav ul li:first-child::before {
    display: none;
}

.contents_nav ul li::before {
    content: '';
    width: 1px;
    height: 13px;
    background: #000;
    position: absolute;
    margin-left: -20px;
    margin-top: 3px;
}

.bck02 {
    width: 100%;
    background-image: url(/ad/landing_2020/m/images/new/mo_contents03.png);
    background-repeat: no-repeat;
    background-position: 389px 10px;
    height: auto;
    min-height: 170px;
}

.bck03 {
    width: 100%;
    background-image: url(/ad/landing_2020/m/images/new/mo_contents04.png);
    background-repeat: no-repeat;
    background-position: 389px;
    height: auto;
    min-height: 170px;
}

.bck04 {
    width: 100%;
    background-image: url(/ad/landing_2020/m/images/new/mo_contents05.png);
    background-repeat: no-repeat;
    background-position: 389px;
    height: auto;
    min-height: 170px;
}