@charset "utf-8";

* {
    letter-spacing: -0.3px !important;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    z-index: 999;
}

header .inner .header-nav .top-menu-item .top-menu-item-text::after {
    background-color: #93C454 !important;
}

.container {
    min-height: 84vh;
    background-color: #fff;
    margin: 0 auto;
}

.main {
    text-align: center;
    padding: 80px 0;
}

.main .inner {
    height: auto;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.capsule {
    width: 100%;
    margin: auto;
}

.capsule ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    border-bottom: 1px solid #F0F0F0;
}

.capsule ul li {
    width: calc(100% / 2);
    text-align: center;
    flex: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
}

.capsule ul::after {
    content: '';
    display: block;
    width: calc(100% / 2);
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: all 0.15s;
}

.capsule-meritz img {
    width: 140px;
}

.capsule-hanainsure img {
    width: 105px;
}

input[type=radio]:checked + label {
    border: 0 !important;
    color: unset !important;
}

.capsule .meritz-on::after {
    left: 0;
    background-color: #ef3b24;
}

.capsule .hanainsure-on::after {
    left: 50%;
    background-color: #19C9D8;
}

.capsule ul li input {
    display: none;
}

.capsule ul li.current label {
    color: #93C454;
    font-weight: 500;
    cursor: default;
    transition: all 0.15s;
    border: 0;
}

.capsule ul li label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    cursor: pointer;
}

.hana_bold {
    font-weight: 400 !important;
    color: #0096af !important;
}

.meritz_bold {
    font-weight: 400 !important;
    color: #009591 !important;
}

.main-title {
    margin-bottom: 20px;
}

.main-title h3 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #181818;
}

.main-title p {
    font-size: 18px;
    color: #707070;
    margin-top: 20px;
}

.contents section {
    padding: 30px 0 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.contents section.hanainsure {
    display: none;
}

.contents section .section:last-child {
    margin-bottom: 0;
}

.contents section .section h5 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #303030;
}

.contents section .section {
    counter-reset: number 0;
    margin-bottom: 30px;
}

.contents section .section ul {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.contents section .section ul li {
    display: flex;
    gap: 0 5px;
}

.contents section .section ul li:before {
    counter-increment: number 1;
    content: counter(number) '. ';
}

.contents section .section ul li a {
    display: block;
    font-weight: 300;
    color: #707070;
}

.contents section .section table {
    width: 100%;
}

.contents section .section table tr td {
    padding: 10px 30px;
    border: 1px solid #dfdfdf;
    border-right: 0;
    word-break: keep-all;
}

.contents section .section table.meritz-table tr:first-child td:first-child {
    background-color: rgba(239, 59, 36, 0.05);
    text-align: center;
    border-left: 0;
    /* width: 210px; */
}

.contents section .section table.hanainsure-table tr:first-child td:first-child {
    background-color: rgba(25, 201, 216, 0.05);
    text-align: center;
    border-left: 0;
}

.contents section .section table tr td p {
    font-weight: 300;
    display: flex;
    gap: 0 5px;
    word-break: keep-all;
}

.contents section .section table tr td p::before {
    content: '·';
}

.contents section .section table tr td p a {
    margin-left: 10px;
    margin-top: -2px;
}

.contents section .section table tr td .accident-free {
    margin-bottom: 7px;
}

.division {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.meritz .division {
    color: #0096AF;
}

.hanainsure .division {
    color: #ED1651;
}

.btn-download {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 13px;
    color: #333 !important;
    white-space: nowrap;
}

.btn-download.meritz-color:hover {
    border-color: #ef3b24;
}

.btn-download.hanainsure-color:hover {
    border-color: #009591;
}

.btn-download.shinhan-color:hover {
    border-color: #0046FF;
}

.btn-download.samsung-color:hover {
    border-color: #003CDC;
}

.btn-download.db-color:hover {
    border-color: #0c8a34;
}

.btn-download.hyundai-color:hover {
    border-color: #ee5a00;
}

.btn-download:after {
    content: "";
    display: inline-block;
    margin: -3px 4px 1px 2px;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    border: 1px solid #009591;
    border-width: 0.12rem 0.12rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.samsung .btn-download, .db .btn-download {
    position: relative;
    display: block;
    padding: 5px 15px 5px 10px;
    margin: 0;
    width: 20%;
    margin-top: 10px;
}

.samsung .btn-download:after, .db .btn-download:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 45%;
    width: 13px;
    height: 12px;
    margin-left: 8px;
    background: url(/images/travel/ico_btn.png) no-repeat 0 0;
    background-size: 200px 200px;
    transform: none;
    border: 0;
}

.db .btn-download {
    position: relative;
    display: block;
    padding-left: 30px;
    margin: 0;
    width: fit-content;
    margin-top: 10px;
}

.db .btn-download:after {
    left: 2%;
    filter: brightness(0) saturate(100%) invert(9%) sepia(93%) saturate(5442%) hue-rotate(153deg) brightness(103%) contrast(101%);
}

.hyundai .btn-download:after {
    filter: brightness(0) saturate(100%) invert(39%) sepia(41%) saturate(5170%) hue-rotate(8deg) brightness(100%) contrast(101%);
}

.btn-download.meritz-color:after {
    border-color: #ef3b24;
}

.btn-download.hanainsure-color:after {
    border-color: #009591;
}

.btn-download.shinhan-color:after {
    border-color: #0046FF;
}

.btn-download.samsung-color:after {
    border-color: #003CDC;
}

.btn-download.db-color:after {
    border-color: #0c8a34;
}

.btn-download.hyundai-color:after {
    border-color: #ee5a00;
}

.meritz-color {
    color: #ef3b24;
}

.hanainsure-color {
    color: #19C9D8;
}

.shinhan-color {
    color: #0046FF;
}

.samsung-color {
    color: #003CDC;
}

.db-color {
    color: #0c8a34;
}

.hyundai-color {
    color: #ee5a00;
    font-weight: 400;
}

/* 20231023 renewal */
/* .claims_wrap {
padding-top: 130px;
} */
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.button button {
    position: relative;
    width: 50%;
    padding: 18px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #F0F0F0;
    color: #707070;
}

.button button:first-child {
    position: relative;
}

.button button:first-child::before {
    /*position: absolute;*/
    display: inline-block;
    margin: 0 3px 3px 2px;
    /*top: 43%;*/
    /*left: 10%;*/
    width: 7px;
    height: 7px;
    border: solid #707070;
    border-width: 1px 1px 0 0;
    transform: rotate(230deg);
    content: "";
}

.button button:last-child:hover {
    background-color: #303030;
    color: #fff;
}

.button button:last-child:hover a {
    color: #fff;
}

.main .inner .back-btn {
    position: absolute;
    left: 0;
    top: 0;
}

.main .inner .back-btn button {
    border: 1px solid #93C454;
    border-radius: 5px;
    padding: 7px 15px;
    color: #93C454;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}

.choice-section-subtitle h2 {
    font-size: 20px;
    margin-bottom: 50px;
    letter-spacing: -1px;
    word-break: keep-all;
}

.choice-section-subtitle b {
    color: #93C454;
}

/* choice-section-1 */

.choice-section-1 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.choice-section-1 ul li {
    width: 300px;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-radius: 10px;
    padding: 40px;
}

.choice-section-1 ul li a {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 30px;
}

.choice-section-1 ul li.db-box {
    gap: 13px;
}

.choice-section-1 ul li {
    border: 1.5px solid #efeeee;
    /* transition: border 0.3s; */
    box-shadow: 1px 1px 10px 1px #f0f0f0;
}

.choice-section-1 ul li.meritz-box:hover {
    border: 1.5px solid #ef3b24;
}

.choice-section-1 ul li.hana-box:hover {
    border: 1.5px solid #009591;
}

.choice-section-1 ul li.shinhan-box:hover {
    border: 1.5px solid #0046FF;
}

.choice-section-1 ul li.samsung-box:hover {
    border: 1.5px solid #003CDC;
}

.choice-section-1 ul li.db-box:hover {
    border: 1.5px solid #0c8a34;
}

.choice-section-1 ul li.hyundai-box:hover {
    border: 1.5px solid #ee5a00;
}

.choice-section-1 ul li img {
    cursor: pointer;
}

.choice-section-1 ul li img.mz {
    width: 163px;
}

.choice-section-1 ul li img.hn {
    width: 163px;
}

.choice-section-1 ul li img.sh {
    width: 163px;
}

.choice-section-1 ul li img.ss {
    width: 80px;
}

.choice-section-1 ul li img.db {
    width: 120px;
}

.choice-section-1 ul li img {
    width: 150px;
}


.choice-section-1 ul li button {
    position: relative;
    padding: 10px 35px 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.choice-section-1 ul li button:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 20px;
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-width: 1.5px 1.5px 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(45deg);
}

.choice-section-1 ul li button.hana-btn {
    background-color: #009591;
    border-color: #009591;
}

.choice-section-1 ul li button.meritz-btn {
    background-color: #ef3b24;
    border-color: #ef3b24;
}

.choice-section-1 ul li button.shinhan-btn {
    background-color: #0046FF;
    border-color: #0046FF;
}

.choice-section-1 ul li button.samsung-btn {
    background-color: #003CDC;
    border-color: #003CDC;
}

.choice-section-1 ul li button.db-btn {
    background-color: #0c8a34;
    border-color: #0c8a34;
}

.choice-section-1 ul li button.hyundai-btn {
    background-color: #ee5a00;
    border-color: #ee5a00;
}

/* choice-section-2 */

.choice-section ul.choice-ul {
    display: block;
}

.choice-section ul.choice-ul li {
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    height: 56px;
    width: 100%;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 56px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    /* transition: background-color 0.3s, border 0.3s; */
}

.choice-section ul.choice-ul li label {
    cursor: pointer;
    font-weight: 400;
}

.choice-section-ul ul.meritz li:hover {
    border: 1px solid #ef3b24;
    background-color: #ef3b24;
    color: #fff;
}

.choice-section-ul ul.hana li:hover {
    border: 1px solid #009591;
    background-color: #009591;
    color: #fff;
}

.choice-section-ul ul.shinhan li:hover {
    border: 1px solid #0046FF;
    background-color: #0046FF;
    color: #fff;
}

.choice-section-ul ul.samsung li:hover {
    border: 1px solid #003CDC;
    background-color: #003CDC;
    color: #fff;
}

.choice-section-ul ul.db li:hover {
    border: 1px solid #0c8a34;
    background-color: #0c8a34;
    color: #fff;
}

.choice-section-ul ul.hyundai li:hover {
    border: 1px solid #ee5a00;
    background-color: #ee5a00;
    color: #fff;
}

.choice-section ul.choice-ul li label {
    font-size: 18px;
}

/* domestic-noti */
.domestic-noti {
    text-align: left;
    margin: 20px 0 35px 0;
}

/* .domestic-noti b {
color: #ef3b24;
font-weight: 400;
font-size: 16px;
} */
.domestic-noti ul {
    padding: 0 20px;
}

.domestic-noti ul li {
    font-weight: 300;
    color: #555;
    font-size: 14px;
    word-break: keep-all;
    list-style: circle;
}

.domestic-noti ul li b {
    border-bottom: 1px solid #777;
}

/* how section */
.how {
    margin-bottom: 40px;
}

.how h5 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
    color: #303030;
    text-align: left;
}

.how h6 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.how h5 span.hana {
    color: #009591;
    font-weight: bold;
}

.how h5 span.meritz {
    color: #ef3b24;
    font-weight: bold;
}

.how h5 span.shinhan {
    color: #0046FF;
    font-weight: bold;
}

.how h5 span.samsung {
    color: #003CDC;
    font-weight: bold;
}

.how h5 span.db {
    color: #0c8a34;
    font-weight: bold;
}

.how h5 span.hyundai {
    color: #ee5a00;
    font-weight: bold;
}

.how .how-ul {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.how .how-ul .how-li {
    display: flex;
    flex-direction: column;
    gap: 0 5px;
    text-align: left;
}

.how .how-ul .how-li span {
    font-weight: 300;
    color: #707070;
}

.hana .how-ul {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    align-items: flex-start;
}

.hana .how .how-ul .how-li {
    flex-direction: unset;
    justify-content: end;
}

.hana .how-ul .how-li.hana-qr {
    width: 200px;
}

.hana .how-ul .how-li.hana-qr img {
    width: 42%;
}

.hana .how-ul .how-li.hana-qr p {
    font-size: 16px;
}

.hana .how-ul .how-li:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 0.5px;
    height: 50px;
    background-color: #808080;
}

.how .how-ul .how-li span a.email-meritz {
    color: #0096af;
}

.how .how-ul .how-li span a.email-hana {
    color: #009591;
}

.how .how-ul .how-li span a.email-shinhan {
    color: #0046FF
}

.how .how-ul .how-li span a.email-samsung {
    color: #003CDC;
}

.how .how-ul .how-li span a.email-hyundai {
    color: #ee5a00;
}

.db .email {
    font-weight: bold;
    text-decoration: underline;
}

.how-ul .how-li .how-text p {
    margin-bottom: 4px;
}

.how-ul .how-li p a {
    font-weight: 500;
    font-size: 15px;
}

.how-ul .how-li p a.meritz-color {
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 13px;
    color: #ED1651;
    margin-left: 5px;
}

.how-ul .how-li p a.shinhan-color {
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 13px;
    color: #0046FF;
}

.how-ul .how-li p a.samsung-color {
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 3px;
    font-size: 13px;
    color: #003CDC;
}

.how-ul .how-li p a.email {
    color: #777;
    margin-left: 5px;
}

.choice-ul .side p {
    text-align: left;
    color: #707070;
    word-break: keep-all;
}

.choice-ul .side p::before {
    content: "※ ";
}

/* document */
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid #404850 !important;

}

table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 10px;
    border-top: 1px solid #ddd;
    word-break: keep-all;
}


table tr th {
    border: 1px solid #dcdcdc;
    background: #f4f4f4;
    border-left: 1px solid #f4f4f4;
    vertical-align: middle;
}

table td:last-child {
    border-right: NONE;
}

table tr td {
    border: 1px solid #d1d1d1;
    font-weight: 400;
    font-size: 15px;
    word-break: keep-all;
    vertical-align: sub;
}

table tr td p {
    font-weight: 400;
}

table tr td span {
    display: block;
    font-weight: 300;
}

.db table tr td span {
    font-weight: 500;
}

.hana table tr td span {
    margin-bottom: 5px;
    color: #636668;
    font-size: 14px;
}

.hana table tr td span.em {
    color: #0096af;
    font-weight: 400;
}

.chk-area {
    margin-top: 10px;
    font-size: 14px;
}

table tr td p.hana {
    font-weight: 300;
    word-break: keep-all;
    color: #009591;
}

table tr td p.meritz {
    font-weight: 300;
    word-break: keep-all;
    color: #ef3b24;
}

table tr th {
    background-color: #f5f5f5;
}

table tr td p {
    position: relative;
    padding-left: 10px;
    margin-top: 3px;
    color: #222;
}

table tr td p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 6px;
}

table tr td p::before {
    position: absolute;
    content: '';
    width: 3.5px;
    height: 3.5px;
    border-radius: 50px;
    background-color: #6e6e6e;
    top: 10px;
    left: 0;
}

.db table tr td p::before {
    background-color: #ee5a00;
}

.hana table tr td p::before {
    position: absolute;
    content: '';
    width: 3.5px;
    height: 1px;
    border-radius: 0;
    background-color: #222;
    top: 10px;
    left: 0;
}

.hana table tr td p {
    padding-left: 9px;
    color: #222;
}

.hana table tr td .chk-area p::before {
    content: '';
    width: 3.5px;
    height: 3.5px;
    border-radius: 50px;
}

.hana table tr td p.em {
    color: #009591;
    font-weight: 500;
}

.hana table tr td p.em::before {
    content: '';
    width: 3.5px;
    height: 3.5px;
    border-radius: 50px;
    background-color: #009591;
}

table tr td .num {
    margin-top: 10px;
    font-weight: 500;
}

table tr td .num:nth-child(1) {
    margin-top: 0;
}

/* notice */
.notice {
    text-align: left;
    margin-bottom: 40px;
}

.hyundai .notice {
    margin-bottom: 0;
}

.notice b {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: #777;
}

.notice span {
    display: block;
    font-weight: 300;
    color: #999;
    font-size: 14px;
    word-break: keep-all;
    padding-inline-start: 1em;
}

.notice ul {
    padding: 0 20px;
}

.notice ul li {
    color: #707070;
    font-size: 14px;
    list-style: circle;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 300;
    position: relative;
    width: 100%;
    margin-top: 3px;
    font-size: 14px;
    color: #707070;
    letter-spacing: -0.5px;
    word-break: keep-all;
    text-align: left;
}

.how .notice ul li {
    font-size: 14px;
    font-weight: 400;
}

/* .how .notice ul li:first-child {font-weight: 600;} */

.how .notice ul li em {
    font-style: normal;
    font-weight: 600;
}

strong.shinhan-color {
    font-size: 14px;
    border-bottom: 1px solid #0046FF;
}

.samsung .notice {
    margin-bottom: 0;
}

.samsung .claim-btn {
    width: 35%;
    padding: 10px 20px 0px 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.samsung .claim-btn:hover {
    outline: 1px solid #003CDC;
}

.samsung .claim-btn p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 10px;
}

.samsung .claim-btn p:nth-child(2) {
    font-size: 20px;
    color: #3e3e3e;
}

.samsung .claim-btn .claim-lnk {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    vertical-align: middle;
    align-items: normal
}

.samsung .claim-btn .claim-lnk p:nth-child(1) {
    font-size: 14px;
}

.samsung .claim-btn .claim-lnk p:nth-child(2) {
    margin-top: 1px;
    margin-left: 4px;
}

.samsung .claim-btn p {
    color: #003CDC;
}

.how-li .notice {
    margin-top: 5px;
}

.how-li .notice p {
    text-align: left;
    font-size: 13px;
    color: #626262;
}

.how-li .notice p {
    position: relative;
    bottom: -1px;
}

.how-li .notice li:nth-child(2)::marker {
    color: transparent;
}

.how-ul .how-li .notice a {
    font-size: 13px;
    font-weight: normal;
}

.contact-section {
    width: 100%;
    background: none;
    text-align: left;
    margin-bottom: 6rem;
}

.contact-section .contact-cs {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.contact-section .contact-cs .cs-box {
    position: relative;
    width: 40%;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F0F0F0;
    margin-top: 6rem;
}

.contact-section .contact-cs .cs-box.cl {
    background-color: #E5F5FC;
}

.contact-section .contact-cs .cs-box .wrap {
    margin-bottom: 20px;
}

.contact-section .contact-cs .cs-box .wrap h5 {
    color: #303030;
    font-size: 22px;
    font-weight: 500;
}

.contact-section .contact-cs .cs-box .wrap .cs-box-content {
    margin: 10px 0;
}

.contact-section .contact-cs .cs-box .wrap .cs-box-content p {
    color: #303030;
    font-size: 18px;
}

.contact-section .contact-cs .cs-box .wrap span {
    color: #707070;
    font-size: 16px;
}

.contact-section .contact-cs .cs-box a {
    font-size: 30px;
    color: #009CE0;
    display: block;
    font-weight: 500;
}

.contact-section .contact-cs .cs-box button {
    width: 120px;
    padding: 15px;
    background-color: #707070;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.contact-section .contact-cs .cs-box.cl button {
    background-color: #009CE0;
    color: #fff;
}

.contact-cl .extension .active ul li {
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}

.contact-cl .extension .active ul li button {
    background-color: #f0f0f0;
    color: #000;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 65px;
    justify-content: center;
    width: 100%;
}

.contact .contact-section .contact-cs .cs-box {
    position: relative;
    width: 50%;
    height: 248px;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F0F0F0;
}

@media (max-width: 1200px) {

    .contents {
        padding: 0 30px;
    }

    .claims_wrap {
        padding: 60px 0;
    }

    .choice-section-1 ul {
        width: 100%;
        gap: 1rem;
        justify-content: space-between;
    }

    .choice-section-1 ul li {
        width: 48%;
        padding: 30px;
    }

    table tr td {
        font-size: 14px;
    }

    table tr td .num {
        font-size: 14px;
    }

    header, header.down {
        padding: 15px 25px !important;
    }

}

@media (max-width: 720px) {

    .container {
        min-height: 77vh;
    }

    .main {
        padding: 50px 0 0;
    }

    .main .inner {
        width: 100%;
    }

    .main-title p {
        margin-top: 10px;
    }

    .main-title h3 {
        font-size: 24px;
    }

    .capsule-meritz img {
        width: 130px;
    }

    .capsule-hanainsure img {
        width: 95px;
    }

    .contents {
        padding: 0 15px;
    }

    footer .contents {
        padding: 0;
    }

    .contents section .section ul li p,
    .contents section .section ul li p a,
    .contents section .section table.meritz-table tr:first-child td:first-child,
    .contents section .section table tr td p,
    .contents section .section table tr td p a {
        font-size: 13px;
    }

    .contents section .section table tr td {
        padding: 10px 15px;
    }

    .contents section .section table tr td .accident-free-pc {
        display: none;
    }

    .ch-desk-messenger {
        height: calc(100vh - 200px) !important;
    }

    /* 20231023 renewal */
    .button button {
        font-size: 14px;
    }

    .choice-section-1 ul {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .choice-section-1 ul li {
        width: 48%;
        height: auto;
    }

    .choice-section-1 ul li img.mz {
        width: 133px;
    }

    .choice-section-1 ul li img.hn {
        width: 106px;
    }

    .choice-section-1 ul li img.sh {
        width: 137px;
    }

    .choice-section-1 ul li img {
        width: 127px;
    }

    .choice-section-1 ul li button {
        font-size: 14px;
        padding: 7px 25px 7px 10px;
    }


    .choice-section-1 ul li button:after {
        top: 12px;
        right: 16px;
        width: 6px;
        height: 6px;
    }

    .choice-section-subtitle h2 {
        font-size: 16px;
    }

    .choice-section ul.choice-ul li label {
        font-size: 14px;
    }

    .how h5 {
        font-size: 16px;
    }

    table, .notice span, .how .how-ul .how-li {
        font-size: 13px;
    }

    .notice b {
        font-size: 13px;
    }

    .notice ul li {
        font-size: 12px;
    }


    .choice-section-subtitle {
        margin-bottom: 30px;
    }

    .btn_wrap {
        bottom: 12px;
        right: 12px;
    }

    .choice-section-subtitle h2 {
        margin-bottom: 15px;
    }

    table tr td {
        font-size: 14px;
    }


    table tr td p {
        font-size: 14px;
    }

    .samsung .btn-download {
        width: 100%;
        display: inline-block;
        padding: 5px 10px;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 12px;
        word-break: break-all;
        text-align: left;
    }

    .samsung .btn-download:after {
        top: 45%;
        scale: 0.8;
    }

    .hana .how-ul .how-li.hana-qr {
        display: none;
    }

    .hana .how-ul .how-li:nth-child(2)::before {
        display: none;
    }

    .samsung .how .how-ul .how-li {
        flex-direction: column;
    }

    .samsung .claim-btn {
        width: 100%;
        padding: 10px 20px 0px 20px;
        margin-bottom: 5px;
    }

    .samsung .claim-btn p:nth-child(1) {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .samsung .claim-btn p:nth-child(2) {
        font-size: 17px;;
    }

    .samsung .claim-btn .claim-lnk {
        margin-top: 18px;
    }

    .samsung .claim-btn .claim-lnk p:first-child {
        font-size: 14px;
        font-weight: 600;
    }

    .samsung .claim-btn .claim-lnk p:nth-child(2) {
        margin-top: 1.5px;
    }

    .choice-section-1 ul li img.ss {
        width: 70px;
    }

}

@media (max-width: 400px) {
    .contents section .section ul li p,
    .contents section .section ul li p a,
    .contents section .section table.meritz-table tr:first-child td:first-child,
    .contents section .section table tr td p,
    .contents section .section table tr td p a {
        font-size: 11px;
    }
}
