@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 700;
  src: local('Spoqa Han Sans Neo Bold'),
    url('fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('fonts/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('fonts/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}


@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 500;
  src: local('Spoqa Han Sans Neo Medium'),
    url('fonts/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('fonts/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('fonts/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 400;
  src: local('Spoqa Han Sans Neo Regular'),
    url('fonts/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('fonts/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('fonts/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 300;
  src: local('Spoqa Han Sans Neo Light'),
    url('fonts/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('fonts/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('fonts/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 100;
  src: local('Spoqa Han Sans Neo Thin'),
    url('fonts/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('fonts/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('fonts/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

* {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

button,
fieldset,
img,
input {
  border: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dt {
  display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

hr {
  display: none;
}

img {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
}

input::-moz-placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
}

input:-ms-input-placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
}

input::-ms-input-placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
}

input::placeholder {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
}

.product-name__list .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-name__list .right input {
  display: block;
  width: 70px;
  height: 29px;
  line-height: 29px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  color: #202020;
  text-align: right
}

.product-name__list .right input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

.product-name__list .right input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

.product-name__list .right input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

.product-name__list .right input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

caption,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}

input {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input,
textarea {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

body {
  width: 100%;
  background-color: #f8f8f8;
}

.wrap {
  width: 1402px;
  margin: 0 auto;
}

.top-header,
.bottom-content {
  width: 1402px;
  margin: 0 auto;
}

.top-header section.bottom button,
.bottom-content .top button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 66px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.top-header section.bottom button img,
.bottom-content .top button img {
  margin-right: 10px;
}

/* #btn_stat {
  width: 130px;
  height: 44px;
  font-size: 1rem;
  border-radius: 30px;
}

/* 약관조회 옆 버튼 스타일 */
/* #btn_stat.small-btn {
  background: #2F88FF;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  height: 36px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-left: 100px;
}*/


.checkbox-area input {
  display: none;
}

.checkbox-area input+label {
  position: relative;
  cursor: pointer;
  color: #202020;
  font-weight: 500;
  font-size: 13px;
}

.checkbox-area input+label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #9a9a9a;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

.checkbox-area input:checked+label:before {
  content: "";
  background: #304FFD url("../images/ico__check-on.svg") no-repeat 1px 3px;
  border: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.company__blue {
  color: #2879fb;
}

.company__red {
  color: #e60f0f
}

.company__black {
  color: #0f0000;
}

.bottom-content .insurance-category .category-sort button {
  display: block;
  position: relative;
  padding-right: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 10px;
  text-decoration: underline;
  text-underline-position: under;
  color: #304ffd;
  cursor: pointer;
}


.product-name__list .right input {}



body.modal {
  overflow-y: hidden;
}

body .modal__layout {
  display: none;
}

body .modal__layout .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
}

body .modal__layout .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body .modal__layout .content {
  position: fixed;
  background-color: #fff !important;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

body .modal__layout .content_list {
  position: relative;
  background-color: #fff !important;
  z-index: 999;
}


.modal01 .content {
  width: 731px;
  height: 430px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  border-radius: 20px;
}

.modal01 .inner {
  margin: 0 18px;
}

.modal01 .inner .left .radio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}

.modal01 .inner .print-table-area .right {
  width: 518px;
}

.modal01 .inner .modal-title {
  margin: 21px 0 0 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.modal01 .inner .print-info-area ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal01 .inner .print-info-area ol li {
  margin-right: 35px;
}

.modal01 .inner .print-info-area-v2 {
  margin-left: 32px;
  margin-top: 40px;
}

.modal01 .inner .print-info-area-v2 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal01 .inner .print-info-area-v2 ol li {
  margin-right: 19px;
  margin-top: 16px;
  width: 90px;
}

.modal01 .inner input[type=radio]+label {
  display: block;
  color: #000;
  padding-left: 25px;
  padding-top: 1px;
  height: 23px;
  font-size: 14px;
  font-weight: 500;
  background: url("../images/ico_popup-radio-off.svg") no-repeat 0px center;
  cursor: pointer;
}

.modal01 .inner input[type=radio]:checked+label {
  background: url("../images/ico_popup-radio-on.svg") no-repeat 0px center;
}

.modal01 .inner .checkbox-area input+label {
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

.modal01 .inner .checkbox-area input+label:before {
  content: "";
  display: inline-block;
  position: static;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

.modal01 .inner .checkbox-area input:checked+label:before {
  content: "";
  background: #fff url("../images/ico_popup-check-on.svg") no-repeat 1px 3px;
}

.modal01 .inner .print-table-area {
  width: 100%;
  border: 1px solid #979797;
  margin-top: 22px;
}

.modal01 .inner .print-table-area>li:last-child {
  border-bottom: 0;
}

.modal01 .inner .print-table-area>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #979797;
}

.modal01 .inner .print-table-area>li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 186px;
  height: 45px;
  background: #EDEDED;
}

.modal01 .inner .print-table-area>li:nth-child(1) {
  height: 60px;
}

.modal01 .inner .print-table-area>li:nth-child(2) {
  height: 60px;
}

.modal01 .inner .print-table-area>li:nth-child(3) {
  height: 60px;
}

.modal01 .inner .print-table-area>li:nth-child(4) {
  height: 60px;
}


.modal01 .inner .print-info-area {
  margin-left: 32px;
}

.modal01 .inner .print-info-area .comment {
  margin-right: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #162125;
}

.modal01 .inner .btn-modal-download {
  width: 136px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #162125;
  border-radius: 17px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #162125;
}

.modal01 .inner .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.modal01 .inner .button-area button {
  width: 105px;
  height: 35px;
  border-radius: 17.25px;
  font-weight: 500;
  font-size: 12px;
}

.modal01 .inner .button-area .btn-modal-print {
  color: #fff;
  background: #162125;
}

.modal01 .inner .button-area .btn-modal-cancel {
  margin-left: 27px;
  color: #2F2F2F;
  background: #D3D3D3;
}

.modal02 .content_list {
  width: 731px;
  height: 370px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  border-radius: 20px;
}

.modal02 .inner_list {
  margin: 0 22px;
}


.modal02 .inner_list .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.modal02 .inner_list .button-area button {
  width: 105px;
  height: 35px;
  border-radius: 17.25px;
  font-weight: 500;
  font-size: 12px;
}

.modal02 .inner_list .button-area .btn-priceList-cancel {
  margin-left: 27px;
  color: #2F2F2F;
  background: #D3D3D3;
}

#sort_total_premium {
  float: right;
  border-color: #aaaaaa;
  margin-right: 10px;
  padding: 8px 11px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 25px;
  margin-top: 52px;
  flex: none;
}

#user_coverages {
  width: 280px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 10px;
  color: #000000;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
}

#user_plan_name {
  width: 460px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 10px;
  color: #000000;
  background-color: #ffffff;
  border: 0.5px solid #3f3f3f;
  border-color: #3f3f3f;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
}

#btn_user_coverages_setting {
  text-align: center;
  font-weight: 500;
  width: 75px;
  height: 40px;
  color: #ffffff;
  background-color: #2f88ff;
  border-radius: 100px;
}



#btn_share_user_add {
  text-align: center;
  font-weight: 500;
  padding: 18px 35px;
  color: #ffffff;
  font-size: 16px;
  background-color: #2f88ff;
  border-radius: 53px;
  margin-left: 10px;
}

#btn_user_cancel {
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  margin-right: 10px;
  float: right;
}

#coverage_del {
  font-weight: 300;
  font-size: 11px;
  background-color: tomato;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 53px;
}


.modal03 .content {
  width: 731px;
  height: 526px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.63);
  border-radius: 20px;
}

.modal03 .inner {
  margin: 0 18px;
}

.modal03 .inner .modal-title {
  margin: 21px 0 0 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.modal03 input {
  width: 400px;
  height: 32px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 15px;
  outline: none;
  padding-left: 10px;
  background-color: rgb(233, 233, 233);
}

.modal03 input::placeholder {
  font-size: 15px;
  font-weight: 500;
}



.company-area .alert__product-info {
  display: none;
  position: relative;
  width: 277px;
  min-height: 187px;
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 10;
  background-color: #fff;
  color: #979797;
  position: absolute;
  bottom: -196px;
  left: -203px;
  z-index: 100;
}

.company-area .alert__product-info.show {
  display: block;
}

.company-area .alert__product-info::after {
  content: "";
  display: block;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  position: absolute;
  right: 30px;
  top: -7px;
  width: 0;
  z-index: 1;
}

.company-area .alert__product-info::before {
  content: "";
  border-color: #979797 transparent;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  display: block;
  right: 30px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
}

.btn-close__alert {
  position: absolute;
  right: 18px;
  top: 15px;
  cursor: pointer;
}

.info__price .alert__product-info span {
  text-align: left !important;
}

.alert__product-info::after {
  content: "";
  display: block;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  position: absolute;
  right: 30px;
  top: -7px;
  width: 0;
  z-index: 1;
}

.alert__product-info::before {
  content: "";
  border-color: #979797 transparent;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  display: block;
  right: 30px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
}

.alert__product-info.show {
  display: block;
}

.alert__product-info {
  display: none;
  position: relative;
  width: 277px;
  min-height: 187px;
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 10;
  background-color: #fff;
  color: #979797;
  position: absolute;
  bottom: -196px;
  left: -203px;
  z-index: 100;
}

.alert__top span,
.alert__top strong,
.alert__bottom span,
.alert__bottom strong {
  display: block;
  text-align: left;
}

.alert__top span,
.alert__bottom span {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 10px;
  color: #202020;
}

.alert__top strong,
.alert__bottom strong {
  font-weight: 500;
  font-size: 12px;
  width: 220px;
  color: #202020;
}

.alert__top {
  margin: 39px 22px 28px 26px;
}

.alert__bottom {
  margin: 0 22px 19px 26px;
}

.notice-area {
  width: 1402px;
  margin: 0 auto 30px;
  padding: 30px 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
}

.notice-area ul {
  margin: 0 20px;
}

.notice-area ul li:first-child {
  margin-top: 0;
}

.notice-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
}

.notice-area ul li img {
  margin-right: 14px;
}

.notice-area ul li span {
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  color: #8A8A8A;
}

.top-header {
  padding: 25px 0;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
  background: #fff;
}

.top-header section.top {
  margin: 0 34px 30px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header section.top h1 {
  color: #595F69;
  font-size: 24px;
  font-weight: 600;
  /*letter-spacing: -2.4px;*/
  letter-spacing: 0px;
  line-height: 30px;
}

.top-header section.top h4 {
  color: #595F69;
  font-size: 18px;
  font-weight: 500;
  /* letter-spacing: -2.4px; */
  line-height: 30px;
}



.top-header section.top .update-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-header section.top .update-area span {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-right: 5px;
  color: #e60f0f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.top-header section.top .update-area span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../images/ico__update.svg") no-repeat top center;
}

.top-header section.top .update-area em,
.top-header section.top .update-area i {
  color: #595f69;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.top-header section.top .update-area i {
  padding: 0 5px;
}

.top-header section.bottom {
  margin: 0 34px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header section.bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 11px;
}

.top-header section.bottom ul li span {
  display: block;
  margin-bottom: 7px;
  color: #3F434A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}

.top-header section.bottom ul li input {
  width: 100%;
  height: 47px;
  padding: 0 20px;
  border: 1px solid #D5D5D5;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
}

.top-header section.bottom ul li input::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #3d3d3d;
}

::-moz-placeholder {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #3d3d3d;
}

.top-header section.bottom ul li input:-ms-input-placeholder {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #3d3d3d;
}

.top-header section.bottom ul li input::-ms-input-placeholder {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #3d3d3d;
}

.top-header section.bottom ul li input::placeholder {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #3d3d3d;
}

.top-header section.bottom ul li select {
  position: relative;
  width: 100%;
  height: 47px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 11px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  outline: 0 none;
  z-index: 3;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff url(../images/ico__select-arrow.svg) no-repeat right 29px center
}

.top-header section.bottom ul li select option {
  color: #000;
}

.top-header section.bottom ul li:nth-child(1) {
  width: 148px;
}

.top-header section.bottom ul li:nth-child(2) {
  width: 148px;
}

.top-header section.bottom ul li:nth-child(3) {
  width: 113px;
}

.top-header section.bottom ul li:nth-child(4) {
  width: 113px;
}

.top-header section.bottom ul li:nth-child(5) {
  width: 230px;
}

.top-header section.bottom ul li:nth-child(6) {
  width: 170px;
}

.top-header section.bottom button {
  background: #2f88ff;
}

.content__fixed {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 99;
}

.bottom-content {
  position: relative;
  top: 10px;
}

.bottom-content .top {
  padding: 14px 33px 14px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2B579A;
  border-radius: 20px 20px 0px 0px;
}

.bottom-content .top .result-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom-content .top .result-area strong,
.bottom-content .top .result-area span {
  color: #fff;
  font-size: 22px;
}

.bottom-content .top .result-area strong {
  margin-right: 5px;
  font-weight: 700;
}

.bottom-content .top .result-area span {
  font-weight: 300;
}

.bottom-content .top button {
  display: block;
  background: #FD7972;
}

.bottom-content .top button img {
  vertical-align: middle;
}

.bottom-content .bottom {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
}

.bottom-content .insurance-category {
  background: #F8F9F9;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom-content .insurance-category .product-name,
.bottom-content .insurance-category .join-price,
.bottom-content .insurance-category .product-info {
  padding: 14px 0;
}

.bottom-content .insurance-category .product-name strong,
.bottom-content .insurance-category .join-price strong,
.bottom-content .insurance-category .product-info strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  color: #000;
}

.bottom-content .insurance-category .product-name em,
.bottom-content .insurance-category .join-price em,
.bottom-content .insurance-category .product-info em {
  margin-left: 3px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  color: #090909;
}

.bottom-content .insurance-category .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 273px;
  padding-left: 43px;
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-content .insurance-category .join-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 116px;
  border-right: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-content .insurance-category .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1013px;
}

.bottom-content .insurance-category .category-sort {
  margin-left: 16px;
}

.bottom-content .insurance-category .category-sort span {
  display: block;
  position: relative;
  padding-right: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 10px;
  text-decoration: underline;
  text-underline-position: under;
  color: #304FFD;
  cursor: pointer;
}

.bottom-content .company-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 204px;
}

.bottom-content .company-area .left {
  width: 389px;
  padding-top: 0px;
}

.bottom-content .company-area .left .info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 327px;
  margin-left: 15px;
}

.bottom-content .company-area .left img {
  margin-right: 14px;
}

.bottom-content .company-area .left span {
  font-weight: 500;
  font-size: 13px;
  color: #FD7972;
  line-height: 17px;
}

.bottom-content .company-area .right {
  width: 1013px;
}

.bottom-content .company-area .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.bottom-content .company-area .right ul li .inner {
  position: relative;
  width: 72px;
}

.bottom-content .company-area .right ul li .inner .checkbox-area {
  margin-left: 29px;
}

.bottom-content .company-area .right ul li .inner .price-area {
  margin-top: 5px;
}

.bottom-content .company-area .right ul li .inner .price-area span {
  display: block;
  text-align: center;
}

.bottom-content .company-area .right ul li .inner .img-area {
  padding-top: 26px;
}

.bottom-content .company-area .right ul li .inner .btn__product-info {
  width: 72px;
  height: 19px;
  margin-top: 10px;
  line-height: 19px;
  background: #22CCE2;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}

.bottom-content .company-area .right ul li .innerc {
  position: relative;
  width: 100px;
}

.bottom-content .company-area .right ul li .innerc .checkbox-area {
  margin-left: 35%;
}

.bottom-content .company-area .right ul li .innerc .price-area {
  margin-top: 5px;
}

.bottom-content .company-area .right ul li .innerc .price-area span {
  display: block;
  text-align: center;
}

.bottom-content .company-area .right ul li .innerc .img-area {
  padding-top: 26px;
  height: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

.bottom-content .company-area .right ul li .innerc .btn__product-info {
  width: 100px;
  height: 24px;
  margin-top: 10px;
  line-height: 19px;
  background: #22CCE2;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}

.bottom-content .product-table-wrap {
  background: #fff;
}

.bottom-content .product-table-wrap .table-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  /*max-height: 924px;*/
}

.bottom-content .product-table-wrap .table-area .product-name__list {
  width: 389px;
}

.bottom-content .product-table-wrap .table-area .product-name__list ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 45px;
  padding: 0 24px 0 18px;
  background: #F8F9F9;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bottom-content .product-table-wrap .table-area .product-name__list ul>li .left .checkbox-area input+label {
  padding-left: 29px;
}

.bottom-content .product-table-wrap .table-area .product-name__list ul>li .right {
  width: 82px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.bottom-content .product-table-wrap .table-area .product-name__list ul>li .right span {
  display: block;
  height: 29px;
  line-height: 29px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

.bottom-content .product-table-wrap .table-area .product-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1013px;
  max-height: 924px;
}

.bottom-content .product-table-wrap .table-area .product-info__list ul.info__price {
  width: 100%;
}

.bottom-content .product-table-wrap .table-area .product-info__list ul.info__price>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ddd;
}

.bottom-content .product-table-wrap .table-area .product-info__list ul.info__price>li span {
  display: block;
  position: relative;
  width: 75px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.category-sort select {
  position: relative;
  width: 100px;
  height: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  outline: 0 none;
  z-index: 3;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff url(../images/ico__select-arrow.svg) no-repeat right 10px center/10px;
}

select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .top-header section.bottom ul li {
    margin-left: 11px;
  }

  .top-header section.bottom ul li:first-child {
    margin-left: 0;
  }

  input[type=radio] {
    display: none;
  }
}



/* 플랜설정 css  */

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.wrap {
  padding: 0px;
}

.btn_open {
  background: #2f88ff;
  width: 170px;
  height: 47px;
  padding: 10px 25px;
  color: #fff;
  border-radius: 53px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-left: 15px;
}

.pop_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  font-size: 0;
  text-align: center;
  z-index: 9999990;
}


.pop_wrap:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}


.pop_wrap .pop_inner {
  display: inline-block;
  padding: 20px 30px;
  background: #fff;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
}

.parent {
  display: flex;

}

.child {
  flex: 1;
  text-align: left;
  padding: 10px 50px 10px 20px;
}

.child li {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #eee;
  padding: 15px;
}

.child input {
  width: 100px;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-align: right;
  padding: 3px;
  font-size: 16px;
}

/*# sourceMappingURL=common.css.map */

/*popup*/
.popup_layer {}

/*팝업 박스*/
.popup_box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  font-size: 0;
  text-align: center;
  overflow-y: scroll;
}

/*컨텐츠 영역*/
.popup_box .popup_cont {
  padding: 50px;
  line-height: 1.4rem;
  font-size: 14px;
}

.popup_box .popup_cont h2 {
  padding: 15px 0;
  color: #333;
  margin: 0;
}

.popup_box .popup_cont p {
  border-top: 1px solid #666;
  padding-top: 30px;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
  /* initially hide the loader */
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #2B579A;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 상단 공지: 위에서 내려오는 배너 */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  will-change: transform;
}

.popup.popup--open {
  transform: translateY(0);
  pointer-events: auto;
}

.popup-content {
  position: relative;
  background-color: tomato;
  height: 35px;
  padding: 25px 40px;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.popup-content p {
  margin-bottom: 16px;
}

.popup-content a {
  color: #ffffff;
  cursor: pointer;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.noticeleft {
  margin-left: -38px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}

.popup-skip-day-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*  상품업데이트 예정일 보기 스타일     -----------------------------------------------------*/

.fl-button {
  background-color: rgba(0, 0, 0, 0.0);
  border: 2px solid #ffffff;
  color: tomato;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.4s;
  border-radius: 24px;
  margin-top: -12px;
}

.fl-button:hover {
  background-color: #ffffff;
  color: tomato;
}


/* 기본적으로 버튼을 숨김 */
#productList-detail {
  display: none;
}

/* 데스크탑 브라우저에서는 버튼을 보이게 함 */
@media (min-width: 768px) {
  #productList-detail {
    display: block;
  }
}

/* 중요 공지 말풍선 스타일 시작 */
/* Tooltip styles */
.tooltip-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ff8c00;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
  flex-grow: 0;
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  float: none;
  clear: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.tooltip-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -10px;
  left: 100%;
  transform: translateY(0);
  background-color: white;
  color: #333;
  padding: 20px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: normal;
  font-style: normal;
  white-space: pre-wrap;
  max-width: 400px;
  width: max-content;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-left: 10px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  clip: auto;
  display: block;
  margin: 0;
  padding: 20px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  outline: none;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  quotes: none;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  caption-side: top;
  empty-cells: show;
  cursor: default;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  pointer-events: none;
  float: none;
  clear: none;
  position: absolute;
  top: -10px;
  left: 100%;
  right: auto;
  bottom: auto;
  width: max-content;
  min-width: auto;
  max-width: 400px;
  height: auto;
  min-height: auto;
  max-height: none;
}

.tooltip-icon:hover::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 100%;
  transform: translateY(0);
  border: 5px solid transparent;
  border-right-color: #e0e0e0;
  z-index: 10001;
  margin-left: 5px;
  pointer-events: none;
}

/* 말풍선 컨테이너 스타일 */
.tooltip-container {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  float: none;
  clear: none;
  border: none;
  outline: none;
  box-sizing: border-box;
}

/* 중요 공지 말풍선 스타일 끝 */

.bottom-content .tab-btn-common {
  height: 28px !important;
  /* 높이를 더 줄임 */
  padding: 0 8px !important;
  /* 좌우 여백 살짝 축소 */
  background-color: #a1f4ff !important;
  color: #333 !important;
  border: 1px solid #b2f2ff !important;
  border-radius: 4px !important;
  /* 둥근 느낌 유지 */
  white-space: nowrap !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.bottom-content .tab-btn-common:hover {
  background-color: #7ceeff !important;
  border-color: #5edceb !important;
}