@charset "utf-8";
@import url("layout_intro.css");
@import url("layout_insurance3.css");

/**************************************************************************************************/
/* 가입정보 */
/**************************************************************************************************/
/* 가입정보 입력 */
.contentwrap {
  width: 100%;
}
.select-subscription-date {
  width: 100%;
  margin-bottom: 31px;
}
.select-subscription-date > ul {
  margin-bottom: 20px;
  padding-top: 10px;
}
.select-subscription-date > ul > li {
  height: 60px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  overflow: hidden;
}
.select-subscription-date > ul > li:nth-child(1),
.select-subscription-date > ul > li.start,
.select-subscription-date > ul > li.mid {
  border-bottom: none;
  transition: padding-bottom 0.35s;
}
/* 추가 250515 */
.select-subscription-date > ul > li.start1 {
  transition: padding-bottom 0.35s;
}
.select-subscription-date > ul > li .inner {
  height: 100%;
}
.select-subscription-date > ul > li .innerbox {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.select-subscription-date > ul > li span {
  display: inline-block;
}
.select-subscription-date > ul > li .label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  z-index:1;
}
.select-subscription-date > ul > li .label .subtitle{
  font-size:12px;
  font-weight:300;
}

.select-subscription-date > ul > li.start span.time {
  color: #222222;
  transition: color 0.35s;
}
.select-subscription-date > ul > li span.time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 36px;
}
.select-subscription-date > ul > li.end span.time {
  color: #bbbbbb;
}
.time .floating-label{
    width: 100%;
    height: 100%;
    padding-right: 4px;
    position: absolute;
    background: #fff;
    text-align: right;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 25px;
}
.select-subscription-date > ul > li button.close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s;
}
.select-subscription-date > ul > li button .timepick-accordion {
  width: 100%;
  height: 100%;
  background: url("../images/common/btn_accordion_down_16px.svg");
}
.select-subscription-date > ul > li button:focus,
.select-subscription-date > ul > li button .timepick-accordion:focus {
  outline: none;
}
.select-subscription-date > span.label {
  display: block;
  color: #666666;
}
.select-subscription-date > ul > li:not(.end).on {
  padding-bottom: 170px;
}
.select-subscription-date > ul > li.car-maker.on,
.select-subscription-date > ul > li.car-name.on {
  padding-bottom: 156px !important;
}
.select-subscription-date > ul > li:nth-child(1).on span.time,
.select-subscription-date > ul > li:nth-child(3).on span.time {				/* end-input을 위한 파란글자 추가 250519 */
  color: #19c4d8;
}
.select-subscription-date > ul > li:nth-child(1).on span.time.pink {
  color: #fb7091;
}
.select-subscription-date > ul > li:not(.end).on button.close {
  transform: translateY(-50%) rotate(180deg);
}
.select-subscription-date > ul > li:not(.end).on .time-select {
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}

/* 달력 + 시간 */
.select-subscription-date.new-set {
  width: 100%;
  margin-bottom: 31px;
}
.select-subscription-date.new-set > ul {
  margin-bottom: 20px;
  padding-top: 10px;
}
.select-subscription-date.new-set > ul > li {
  height: 60px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  overflow: hidden;
}
.select-subscription-date.new-set > ul > li:nth-child(1),
.select-subscription-date.new-set > ul > li.start,
.select-subscription-date.new-set > ul > li.mid {
  border-bottom: none;
  transition: padding-bottom 0.35s;
}
/* 추가 250515 */
.select-subscription-date.new-set > ul > li.start1 {
  transition: padding-bottom 0.35s;
}
.select-subscription-date.new-set > ul > li .inner {
  height: 100%;
}
.select-subscription-date.new-set > ul > li .innerbox {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.select-subscription-date.new-set > ul > li span {
  display: inline-block;
}
.select-subscription-date.new-set > ul > li .label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  z-index:1;
}
.select-subscription-date.new-set > ul > li.start span.time {
  color: #222222;
  transition: color 0.35s;
}
.select-subscription-date.new-set > ul > li span.date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 93px;
}
.select-subscription-date.new-set > ul > li button.date-close {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s;
}
.select-subscription-date.new-set > ul > li span.time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 25px;
}
.select-subscription-date.new-set > ul > li .is-active span.time {
 
color: #19c4d8;
}
.select-subscription-date.new-set > ul > li span.time input{
  border:0;
  outline:none;
  width: 10px;
  display: none;
}
.select-subscription-date.new-set > ul > li.end span.time {
  color: #bbbbbb;
}
.select-subscription-date.new-set > ul > li button.close-time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s;
}
.select-subscription-date.new-set > ul > li .is-active button.close-time {
  transform: translateY(-50%) rotate(180deg);
}
.select-subscription-date.new-set > ul > li button .timepick-accordion {
  width: 100%;
  height: 100%;
  background: url("../images/common/btn_accordion_down_16px.svg");
}
.select-subscription-date.new-set > ul > li button:focus,
.select-subscription-date.new-set > ul > li button .timepick-accordion:focus {
  outline: none;
}
.select-subscription-date.new-set > span.label {
  display: block;
  color: #666666;
}
.select-subscription-date.new-set > ul > li:not(.end).on {
  padding-bottom: 170px;
}
.select-subscription-date.new-set > ul > li.car-maker.on,
.select-subscription-date.new-set > ul > li.car-name.on {
  padding-bottom: 156px !important;
}
.select-subscription-date.new-set > ul > li:nth-child(1).on span.time {
  color: #19c4d8;
}
.select-subscription-date.new-set > ul > li:nth-child(1).on span.time.pink {
  color: #fb7091;
}
.select-subscription-date.new-set > ul > li:not(.end).on button.close {
  transform: translateY(-50%) rotate(180deg);
}
.select-subscription-date.new-set > ul > li:not(.end).on .time-select {
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}

.select-subscription-date.new-set > ul > li.is-active .time-select{
 z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}

.range-date > ul > li.end {
  border-bottom: 1px solid #eeeeee;
  transition: padding-bottom 0.35s;
}
.range-date > ul > li.end.on {
  padding-bottom: 170px;
}
.range-date > ul > li.end.on button.close {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.range-date > ul > li.end.on .time-select {
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}
.range-date > ul > li.end span.time {
  color: #222222;
  transition: color 0.35s;
}
.range-date > ul > li.end.on span.time {
  color: #19c4d8;
}

.time-select-wrap {
  width: 270px;
  height: 127px;
  background-color: #fff;
  transition: all 0s;
}
.time-select-wrap.car {
  margin-top: 107px;
}
.time-select-wrap .mbsc-datetime-date-wheel,
.time-select-wrap .mbsc-datetime-year-wheel {
  min-width: 130px !important;
}
.time-select {
  height: 170px;
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: transform 0.35s;
  transform: translateY(-170px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-select.is-active {
  display:flex !important;
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}
.time-select.period {
  align-items: flex-start;
  width: 270px;
  margin: 0 auto;
}
.time-select.period .time-select-wrap {
  height: 149px;
  overflow: hidden;
}
.time-select.period .swiper-wrapper {
  height: 150px;
}
.time-select.period .btn-sel-period {
  display: block;
  width: 100%;
  height: 50px;
  color: #bbbbbb;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.time-select.period .swiper-slide-active .btn-sel-period {
  color: #222222;
  font-weight: 700;
}
.time-select.period .swiper-slide:last-child .btn-sel-period {
  border-bottom: 0 none;
}

.mbsc-scroller-wheel {
  height: 127px !important;
}
.select-subscription-date > ul > li.start #start-input,
.select-subscription-date > ul > li.mid #mid-input,
.select-subscription-date > ul > li.end #end-input {
  border: 0;
  color: #222;
  text-align: left;
  width: 170px;
  padding: 0;
}
.select-subscription-date > ul > li.mid #mid-input {
  text-align: left;
}
.mbsc-scroller-wheel-item {
  font-size: 15px;
  letter-spacing: -0.02em;
  border-top: 1px solid #ddd;
}
.select-subscription-date .mbsc-scroller-wheel-wrapper {
  width: 50px;
  min-width: 50px;
  padding-right: 20px;
}
.mbsc-scroller-wheel-wrapper:last-child {
  padding-right: 0px;
}
.mbsc-scroller-wheel-cont {
  margin-top: -42px;
}
.time-select.type-time .mbsc-datetime-minute-wheel:after {
  display:none;
}
.time-select.type-time .mbsc-datetime-minute-wheel .mbsc-scroller-wheel {
  display:block;
}

#start-input,
#mid-input,
#end-input {
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  outline: 0 none;
  background: none;
}
#end-input {
  color: #bbb !important;
}
.mbsc-scroller-wheel-item {
  color: #bbb;
}
.time-select [tabindex="0"] {
  color: #222 !important;
  font-weight: bold;
}
.select-subscription-date > ul > li.on #start-input,
.select-subscription-date > ul > li.on #end-input,			/* 파란색추가 250519 */
.select-subscription-date > ul > li.on #mid-input {
  color: #19c4d8;
}
.select-subscription-date > ul > li.on #start-input.pink,
.select-subscription-date > ul > li.on #mid-input.pink {
  color: #fb7091;
}
.mbsc-datetime-minute-wheel [tabindex="-1"] {
  color: #bbb;
}

.datepicker-wrap .time-output {
  width: 170px;
}
.mbsc-datepicker {
  position: relative;
}
.mbsc-datepicker .now-txt {
  display: none;
  position: absolute;
  left: 150px;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.mbsc-datepicker .now-txt span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 49px;
  margin-top: -1px;
  line-height: 49px;
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.view-now .now-txt {
  display: block;
}
.mbsc-datetime-minute-wheel:after,
.non-setting-hours .mbsc-datetime-hour-wheel:after {
  content: "00";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 49px;
  margin-top: -1px;
  line-height: 49px;
  color: #bbbbbb;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hours-24 .mbsc-datetime-hour-wheel::after {
  content: "24";
}
.minute-59 .mbsc-datetime-minute-wheel::after {
  content: "59";
}
.non-setting-hours .mbsc-datetime-hour-wheel:after {
  right: 20px;
}
.mbsc-datetime-minute-wheel .mbsc-scroller-wheel,
.non-setting-hours .mbsc-datetime-hour-wheel .mbsc-scroller-wheel {
  display: none;
}
/* 250527 자동차보험만 분단위 선택 가능 */
#picker-car1.only-minute-select.mbsc-datepicker .mbsc-datetime-minute-wheel:after,
.non-setting-hours .mbsc-datetime-hour-wheel:after {
	display: none;
}
#picker-car2.only-minute-select.mbsc-datepicker .mbsc-datetime-minute-wheel:after,
.non-setting-hours .mbsc-datetime-hour-wheel:after {
	display: none;
}
#picker-car1.only-minute-select.mbsc-datepicker .mbsc-datetime-minute-wheel .mbsc-scroller-wheel,
.non-setting-hours .mbsc-datetime-hour-wheel .mbsc-scroller-wheel {
	display: block;
}
#picker-car2.only-minute-select.mbsc-datepicker .mbsc-datetime-minute-wheel .mbsc-scroller-wheel,
.non-setting-hours .mbsc-datetime-hour-wheel .mbsc-scroller-wheel {
	display: block;
}
/* 가입정보 - 가입 제한안내  */
.Check {
  position: relative;
  margin-bottom: 10px;
  height: auto;
  min-height: 20px;
}
.Check label {
  margin-left: 26px;
  display: inline-block;
  color: #222222;
}
.Check .checkbox,
.Check .radiobox {
  position: absolute;
  left: 0;
}
.guideline-restrictions .info {
  background-color: #f7f7f7;
}
.guideline-restrictions .info li {
  position: relative;
  margin-bottom: 10px;
  height: auto;
}
.guideline-restrictions .info li:last-child {
  margin-bottom: 0;
}
.guideline-restrictions .info button,
.guideline-restrictions .info .mark {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.guideline-restrictions .info button span {
  position: absolute;
  left: 0;
  top: 0;
}
.guideline-restrictions .info p {
  margin-left: 19px;
  color: #666666;
}
.guideline-restrictions .info li .btn-icon {
  vertical-align: top;
}
.guideline-restrictions .info .icon-area {
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
}
.guideline-restrictions .info .icon-area .icon-area {
  vertical-align: top;
}

/* 가입정보 - 국내/해외 */
.enter-subscription-information-flow-1,
.enter-subscription-information-flow-2 {
  position: fixed;
  left: 100%;
  top: 100%;
  z-index: -1;
}
.enter-subscription-information-flow-1.open,
.enter-subscription-information-flow-2.open {
  position: inherit;
  z-index: 1;
}

.enter-subscription-information
  .enter-subscription-information-flow-2
  .sub-title1 {
  margin-bottom: 22px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.img-cover {
  object-fit: cover;
}
.name-birth-form {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.name-birth-form .select-tab,
.name-birth-form-after .select-tab {
  margin-top: 20px;
}
.name-birth-form .select-tab li,
.name-birth-form-after .select-tab li {
  margin: 0;
}
.not-fixed.more-btn.off .btn-floating {
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #666666;
}
.not-fixed.more-btn.on .btn-floating {
  border: 1px solid #222222;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  transition: all 0.35s;
}
.name-birth-form-after {
  margin-top: 10px;
}
.name-birth-form-after li {
  margin-bottom: 41px;
  background: #fff;
}
.name-birth-form-after .form-label-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.name-birth-form-after .form-label-title .form-label {
  margin: 0;
  display: block;
}
.overseas-flow .name-birth-form-after {
  position: relative;
}
.overseas-flow .name-birth-form .btn-more.lock {
  color: #666666;
  border-color: #dddddd !important;
  background: none !important;
  font-weight: 400;
}
.companion-info-form {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.companion-info .companion-title {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.companion-info .companion {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.companion-info .select-tab {
  margin-top: 20px;
}
.companion-info .select-tab li {
  margin: 0;
}
.companion-info .form-input + .form-input {
  margin-top: 40px;
}
/**************************************************************************************************/
/* 보험료확인 */
/**************************************************************************************************/
.inner.premium-fixed {
  position: fixed !important;
  width: 100%;
  margin: 0;
  background-color: #fff;
  z-index: 10;
  padding-bottom: 21px;
}
.inner.premium-fixed > .total-insurance-premium {
  margin: 0 4.444%;
}
.step-view.step-view-fixed {
  position: fixed !important;
  background-color: #fff !important;
  z-index: 10;
}

.total-insurance-premium {
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.total-insurance-premium .label {
  color: #666666;
  display: inline-block;
}
.total-insurance-premium .total-price {
  color: #222222;
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}
.confirmation-subscription {
  background-color: #f7f9fc;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.confirmation-subscription.top {
 background-color: transparent;
 padding: 0; 
 margin-bottom: 20px;
}
.confirmation-subscription.top .sub-title1.inqu-detail-title {
	white-space: normal;
	word-wrap: break-word;
	word-break: keep-all;
}
.confirmation-subscription.top .btn-wrap button {
    color: #666666;
}
.insurance_premium_confirmation .confirmation-subscription {
  padding: 20px 0;
}
.confirmation-subscription .sortation {
  margin-bottom: 20px;
}
.confirmation-subscription .sortation:last-child {
  margin-bottom: 0;
}
.confirmation-subscription .sortation-title-wrap.join {
  margin-bottom: 13px;
}
.confirmation-subscription .sortation-title-wrap {
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}
.confirmation-subscription .sortation-title-wrap .quesbtn-wrap {
  position:relative;
  transform: translate(0, 0);
}
.confirmation-subscription .sortation-title-wrap .btn-wrap button {
  color: #666666;
}
.confirmation-subscription .sortation-title-wrap .btn-wrap.deactivate button {
  color: #999;
}
.confirmation-subscription .sortation-title-wrap .btn-wrap .btn-text:after {
  background: #bbbbbb;
  width: 100%;
  display: block;
  left: 0;
}
.confirmation-subscription .sortation-title {
  color: #222222;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.confirmation-subscription .sortation-content-wrap li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 20px;
  position: relative;
}
.confirmation-subscription .sortation-content-wrap li:last-child {
  margin-bottom: 0;
}
.confirmation-subscription .sortation-content-wrap .content {
  display: inline-block;
  margin-right: 8px;
  word-break: break-all;
  flex: 1;
}
.confirmation-subscription .sortation-content-wrap li.on .content {
  color: #222222;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
.confirmation-subscription .sortation-content-wrap li.off .content {
  color: #bbbbbb;
}
.confirmation-subscription .sortation-content-wrap li .price {
  font-weight: 500;
  display: inline-block;
}
.confirmation-subscription .sortation-content-wrap li .price .time {
  margin-left: 5px;
}
.confirmation-subscription .sortation-content-wrap li .price label {
  position: relative;
  top: 3px;
}
.confirmation-subscription .sortation-content-wrap li.on .price {
  color: #222222;
  text-align: end;
}
.confirmation-subscription .sortation-content-wrap li.off .price {
  color: #bbbbbb;
}
.confirmation-subscription .sortation-content-wrap li.li-cancel{
  margin-top: 32px;
  justify-content: flex-end;
  position:relative;
}
.confirmation-subscription .sortation-content-wrap li.li-cancel:before{  
  content:'';  
  display: block;
  width: calc(100% + 40px);
  height:1px;
  border-bottom: 1px solid #eee;
  position:absolute;
  top:-17px;
  left:-20px;
}
.confirmation-subscription .sortation-content-wrap li.li-cancel .btn-line{
  min-width: auto;
}
.ana-price-select h5 {
  padding: 10px 0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 20px;
}
.confirmation-subscription .sortation-content-wrap li .ex-txt {
  color: #999;
  font-size: 12px;
}
.confirmation-subscription .sortation.join-wrap {
  margin-bottom: 41px;
}

.insurance_premium_confirmation .guideline-restrictions .info {
  background-color: transparent;
}
.insurance_premium_confirmation .guideline-restrictions .info li {
  height: auto;
}

/* 보험료확인 - Type_2(국내/해외) */
.select-tab-wrap .select-tab-title {
  font-weight: 500;
  color: #222222;
  margin-bottom: 11px;
}
.insurance_premium_confirmation_type2 .total-insurance-premium {
  margin-bottom: 24px;
}
.insurance_premium_confirmation_type2 .guideline-restrictions .info {
  background-color: transparent;
}
.inner.travlog{
	margin:0 0 40px;
	padding: 20px 4.444%;
	background-color: #f7f9fc;
	font-size: 14px;
	color: #222;
}
.insurance_premium_confirmation_type2 .inner.travlog .total-insurance-premium{
	margin-bottom: 0;
}
.inner.travlog .online-price,
.inner.travlog .discount-price{
  margin-bottom:15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inner.travlog .online-price .label{
	color: #666;
	font-size: 14px;
	font-weight: 400;
}
.inner.travlog .online-price p,
.inner.travlog .discount-price p{
  font-size:16px;
  font-weight:500;
}
.inner.travlog .discount-price .label{
  color:#19c4d8;
  font-size: 14px;
  font-weight: 400;
}
.inner.travlog .discount-price .label span{
  font-size:16px;
}
.select-tab-wrap.line {
  margin-bottom: 0;
  transition: margin-bottom 0.35s;
}
.select-tab-wrap.line .inner {
  margin: 0 0;
  transition: margin 0.35s;
}
.select-tab-wrap.line .select-tab-title {
  display: none;
}
.select-tab-wrap.line .select-tab li {
  margin: 0 0 0;
  padding: 0 0;
  transition: all 0.35s;
}
.select-tab-wrap.line .select-tab li button,
.select-tab-wrap.line .select-tab li a {
  color:#999999;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #cccccc;
  transition: all 0.35s;
}
.select-tab-wrap.line .select-tab li .selected {
  color:#222;
  border-bottom: 3px solid #1aaabb;
}
.select-tab.pink button.selected.plan-btn {
  border-bottom: 3px solid #e15e7d !important;
}

.confirmation-subscription-wrap .confirmation-subscription.basic-plan {
  display: block;
}
.confirmation-subscription-wrap .confirmation-subscription.high-quality-plan {
  display: none;
}


/* 보험료확인 - 보장내용 알림 팝업(전체 크기) */
.popup-content.list-content-type li.popup-content-line {
  margin: 0 10px;
  padding-bottom: 30px;
}
.popup-content.list-content-type li.popup-content-line img{
  width:100%;
}
.popup-content.list-content-type h3.popup-content-title {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #222222;
  position: relative;
}
.popup-content.list-content-type h3.popup-content-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #19c4d8;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.popup-content.pink .popup-content-line h3.popup-content-title::after {
  background-color: #fb7091;
}
.popup-content.list-content-type p.popup-content-text {
  line-height: 1.5;
  color: #666666;
}
.popup-content.list-content-type p.popup-content-text-next {
  margin-top: 8.333vw;
}
.popup-content.list-content-type
  li.popup-content-line.no-title
  p.popup-content-text {
  position: relative;
}
.popup-content.list-content-type
  li.popup-content-line.no-title
  p.popup-content-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #19c4d8;
  left: -10px;
  top: 10px;
  transform: translateY(-50%);
}
.popup-content.list-content-type .common-2-ana-cyber-text {
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}

.slide-popup.list-content-type .popup-wrap .popup-header {
  margin-bottom: 30px;
}
.toggle-switches-type .popup-content-box,
.content-in {
  width: 100%;
}
.toggle-switches-type li.popup-content-line {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-switches-type p.changes-made {
  color: #222222;
  /* font-weight: 400; */
  word-break: break-all;
  flex: 1;
}
.toggle-switches-type li.popup-content-line.off p {
  color: #999 !important;
}
.toggle-switches-type li.popup-content-line.off p {
  color: #999 !important;
}
.toggle-switches-type .changes-onandoff-btn {
  padding-left: 85px;
}

.toggle-switches-type input[type="checkbox"] ~ label {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 11px;
  transform: translateY(-50%);
  color: #bbbbbb;
  text-align: end;
  font-weight: 500;
  white-space: nowrap;
}
.toggle-switches-type input[type="checkbox"]:checked ~ label {
  color: #222222;
}

.toggle-switches-type input[type="checkbox"]:disabled + i.basic:before {
  content: "기본담보 ";
  font-size: 10px;
  color: #999;
  background: #eee;
  display: inline-block;
  width: 52px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  border-radius: 12px;
}
.toggle-switches-type input[type="checkbox"]:disabled + i.basic {
  width: 52px;
  height: 24px;
  background: transparent;
}
.toggle-switches-type input[type="checkbox"]:disabled + i.basic:after {
  content: "";
  width: 0;
}
.toggle-switches-type input[type="checkbox"]:disabled + i.basic + label {
  color: #222;
}
.toggle-switches-type .line-set {
  margin-top:-20px;
}
.toggle-switches-type .line-set .dot-list3 {
  display:block;
}
.toggle-switches-type .line-set .dot-list3 > em {
  display:block;
  position:relative;
  padding-left:8px;
  font-style:normal;
}
.toggle-switches-type .line-set .dot-list3 > em:before {
  content:"·";
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.toggle-switches-type .line-set .changes-onandoff-btn {
  width:85px;
  padding-left:0;
  padding-right:48px;
}
.toggle-switches-type .label-set {
  position:relative;
}
.toggle-switches-type .label-set ul > li {
  display:block;
  margin-right:11px;
  color:#222;
  font-size:14px;
  font-weight:500;
  font-style:normal;
  text-align:right;
  line-height:1.42;
}
.toggle-switches-type .off .label-set {
  display:none;
}

/**************************************************************************************************/
/* 청약 내용 확인 */
/**************************************************************************************************/
/* check-subscription-content-1 */
.check-subscription-content-1 .confirmation-subscription {
  margin-bottom: 0;
}
.check-subscription-content-1 .confirmation-subscription .sortation,
.contract-detail .confirmation-subscription .sortation {
  position: relative;
  padding-bottom: 20px;
}
.check-subscription-content-1 .confirmation-subscription .sortation:last-child {
  padding-bottom: 0;
}
.check-subscription-content-1 .confirmation-subscription .sortation.noline,
.contract-detail .confirmation-subscription .sortation.noline{
	padding-bottom: 0px;
}
.check-subscription-content-1 .confirmation-subscription .sortation::after,
.contract-detail .confirmation-subscription .sortation::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	bottom: 0px;
}
.check-subscription-content-1 .confirmation-subscription .sortation.noline::after,
.contract-detail .confirmation-subscription .sortation.noline::after {
	display: none;
}
.check-subscription-content-1 .total-insurance-premium {
  margin-bottom: 0;
}
.check-subscription-content-1 .more-info-btn-wrap,
.contract-detail .more-info-btn-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.check-subscription-content-1 .more-info-btn-wrap .btn-inside,
.contract-detail .more-info-btn-wrap .btn-inside {
  height: auto;
  padding: 0;
  margin-right: 8px;
}
.check-subscription-content-1 .more-info-btn-wrap .btn-inside:last-child,
.contract-detail .more-info-btn-wrap .btn-inside:last-child {
  margin-right: 0px;
}
.check-subscription-content-1 .more-info-btn-wrap .btn-inside span,
.contract-detail .more-info-btn-wrap .btn-inside span {
  display: block;
  padding: 4px 8px 4px 8px;
  color: #666666;
}

.contract-detail .more-info-btn-wrap .btn-inside {
  margin-right: 0px;
  margin-left: 8px;
}
.contract-detail .more-info-btn-wrap .btn-inside:first-child {
  margin-left: 0px;
}
.contract-detail .total-insurance-premium {
  margin-bottom: 0;
}
.contract-detail .contract-detail-content {
  margin-bottom: 0;
}
.contract-detail .contract-detail-content .sortation {
  padding-bottom: 0;
}
.check-subscription-content-1 .ground-btm .more-info-btn-area {
  padding-top: 20px;
}
.check-subscription-content-1 .ground-btm .Check {
  margin-bottom: 0;
}

/* check-subscription-content-3 */
.check-subscription-content-3 .sub-title1 {
  margin-bottom: 23px;
}
.check-subscription-content-3 .select-information-wrap.A {
  width: 100%;
  margin-bottom: 31px;
  position: relative;
  z-index: 3;
}
.check-subscription-content-3 .select-information-wrap.B {
  position: absolute;
  top: -320px;
  z-index: -1;
  transition: top 0.5s;
}
.check-subscription-content-3 .confirmation-subscription-wrap {
  overflow: hidden;
  position: relative;
  transition: padding-bottom 0.35s;
}
.check-subscription-content-3 .confirmation-subscription {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.check-subscription-content-3
  .toggle-wrap
  .toggle-sw.type1
  input[type="checkbox"]
  ~ label {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbbbbb;
  text-align: end;
  font-weight: 500;
}
.check-subscription-content-3
  .toggle-wrap
  .toggle-sw.type1
  input[type="checkbox"]:checked
  ~ label {
  color: #222222;
}

.email-form.form-input {
  display: flex;
  flex-wrap: wrap;
}
.email-form.form-input .input-text {
  width: 46%;
  flex-basis: 46%;
  flex-shrink: 0;
}
.email-form.form-input .center-breakup {
  width: 8%;
  flex-shrink: 0;
  flex-basis: 8%;
  text-align: center;
  line-height: 1;
  margin-top: 2px;
  color: #333333;
}
.email-form.form-input .msg{
  width: 100%;
}

.email-address-form {
  margin-top: 21px;
  padding-bottom: 0;
}
.email-address-form span.msg {
  color: #999999;
  margin-top: 11px;
  display: block;
}
.client-info-form {
  background-color: #f7f9fc;
  padding: 20px 0;
}
.client-info-form .client-name-form-title {
  margin-bottom: 8px;
}
.client-name-form {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  display: flex;
}
.client-name-form .select-combobox {
  width: 40%;
  margin-right: 5%;
}
.client-name-form .select-combobox .combo-tit span {
  color: #bbbbbb;
}
.client-name-form .select-combobox .combo-tit span.on {
  color: #222;
}
.client-name-form .form-input {
  width: 55%;
}
.client-name-form .form-input input[type="text"] {
  padding: 14px 20px 10px 0;
}
.client-date-birth-form {
  position: relative;
  z-index: 1;
}
.client-date-birth-form .form-input input[type="text"] {
  padding: 14px 20px 10px 0;
}
.check-subscription-content-3
  .select-information-wrap.B
  .guideline-restrictions {
  margin-top: 20px;
}
.check-subscription-content-3
  .select-information-wrap.B
  .guideline-restrictions
  .info {
  background-color: transparent;
}

/* 청약내용 확인 - 안내 알림 팝업(풀팝업) */
.popup-content.announcement-type .popup-content-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.popup-content.announcement-type .popup-content-title {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}
.popup-content.announcement-type .popup-content-icon {
  width: 51px;
  height: 51px;
}
.popup-content.announcement-type .popup-content-icon::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background: url("../images/common/popup-icon.svg") 0 no-repeat;
}
.popup-content.announcement-type .popup-content-icon.mark::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background: url("../images/common/popup-icon_exclam.svg") 0 no-repeat;
}
.popup-content.announcement-type .popup-content-text {
  color: #666666;
  line-height: 1.6;
}

/* 청약내용확인 - 장애인 전용 보험 전환특약 등 하드코딩용 약관들 */
.popup-content .cs-call {
  font-size: 16px;
  color: #19c4d8;
  display: block;
  text-align: center;
  margin: 20px 0 35px;
}
.popup-content .faq-sub {
  font-size: 18px;
  color: #054a83;
  display: block;
  margin: 40px 0 10px;
  line-height: 1.2;
  font-weight: 500;
}
.accordion-faq{

	}
.accordion-faq .accordion.app-setting.faq li>.link::before {
    content:"";
    font-size: 16px;
    color: #1aaabb;
    display: inline-block;
    margin-right: 10px;
}
.accordion-faq .accordion.app-setting.faq li:nth-child(1)>.link::before{
	content:'Q1';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(2)>.link::before{
	content:'Q2';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(3)>.link::before{
	content:'Q3';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(4)>.link::before{
	content:'Q4';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(5)>.link::before{
	content:'Q5';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(6)>.link::before{
	content:'Q6';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(7)>.link::before{
	content:'Q7';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(8)>.link::before{
	content:'Q8';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(9)>.link::before{
	content:'Q9';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(10)>.link::before{
	content:'Q10';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(11)>.link::before{
	content:'Q11';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(12)>.link::before{
	content:'Q12';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(13)>.link::before{
	content:'Q13';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(14)>.link::before{
	content:'Q14';
}
.accordion-faq .accordion.app-setting.faq li:nth-child(15)>.link::before{
	content:'Q15';
}
.popup-content .law-guide {
  background: #f7f7f7;
  padding: 20px;
  margin-top: 15px;
}
.popup-content .law-guide > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-content .law-guide > ul > li {
  display: flex;
  justify-content: space-between;
}
.popup-content .law-guide > ul > li > p:nth-last-of-type(1) {
  text-align: right;
}

/**************************************************************************************************/
/* 가입완료 */
/**************************************************************************************************/
.subscription-completed .step-view {
  text-align: center;
}
.completed-notification {
  margin-top: 6px;
  margin-bottom: 36px;
  text-align: center;
}
.completed-notification .client-name {
  margin-bottom: 7px;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 34px;
}
.completed-notification .client-name.gift{
  font-weight: 400;
}
.completed-notification .explanation {
  margin-bottom: 20px;
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 19px;
}
.completed-notification .explanation.gift{
  margin-top: 20px;
}
.subscription-completed .golink-btn-wrap button span {
  font-size: 16px;
  color: #222222;
}
.subscription-completed .golink-btn-wrap button:nth-child(1) {
  margin-right: 12px;
}
.subscription-completed .completed-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  text-align: center;
  background-color: #f7f9fc;
}
.completed-visual-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.completed-visual .completed-img {
  width: 55.556vw;
  height: 25vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex: 1 0 auto;
  background-size: contain;
  margin-top: -10px;
}
.completed-visual .completed-img-car {
  background-image: url("../images/insurance/completed_img_car.svg");
}
.completed-visual .completed-img-driver {
  background-image: url("../images/insurance/completed_img_driver.svg");
}
.completed-visual .completed-img-kick {
  background-image: url("../images/insurance/completed_img_kick.svg");
}
.completed-visual .completed-img-home {
  background-image: url("../images/insurance/completed_img_home.svg");
}
.completed-visual .completed-img-cyber {
  background-image: url("../images/insurance/completed_img_cyber.svg");
}
.completed-visual .completed-img-ana {
  background-image: url("../images/insurance/completed_img_ana.svg");
}
.completed-visual .completed-img-children1 {
  background-image: url("../images/insurance/completed_img_children1.svg");
}
.completed-visual .completed-img-children2 {
  background-image: url("../images/insurance/completed_img_children2.svg");
}
.completed-visual .completed-img-travel1 {
  background-image: url("../images/insurance/completed_img_travel1.svg");
}
.completed-visual .completed-img-travel2 {
  background-image: url("../images/insurance/completed_img_travel2.svg");
}
.completed-visual .completed-img-sufing {
  background-image: url("../images/insurance/completed_img_sufing.svg");
}
.completed-visual .completed-img-fishing {
  background-image: url("../images/insurance/completed_img_fishing.svg");
}
.completed-visual .completed-img-hiking {
  background-image: url("../images/insurance/completed_img_hiking.svg");
}
.completed-visual .completed-img-bicycle {
  background-image: url("../images/insurance/completed_img_bicycle.svg");
}
.completed-visual .completed-img-soccer {
  background-image: url("../images/insurance/completed_img_soccer.svg");
}
.completed-visual .completed-img-baseball {
  background-image: url("../images/insurance/completed_img_baseball.svg");
}
.completed-visual .completed-img-badminton {
  background-image: url("../images/insurance/completed_img_badminton.svg");
}
.completed-visual .completed-img-tennis {
  background-image: url("../images/insurance/completed_img_tennis.svg");
}
.completed-visual .completed-img-tabletennis {
  background-image: url("../images/insurance/completed_img_tabletennis.svg");
}
.completed-visual .completed-img-ski {
  background-image: url("../images/insurance/completed_img_ski.svg");
}
.completed-visual .completed-img-snowboard {
  background-image: url("../images/insurance/completed_img_snowboard.svg");
}
.completed-visual .completed-img-common {
  background-image: url("../images/insurance/completed_img_common.svg");
}
.completed-visual .completed-img-newcar {
  background-image: url("../images/insurance/completed_img_newcar.svg");
}
.completed-visual .completed_img_viva {
  background-image: url("../images/insurance/completed_img_viva.svg");
}
.completed-visual p {
  width: 100%;
  color: #222222;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 26px;
  margin-top: 12px;
}
.completed-visual b {
  font-weight: 700;
}

/**************************************************************************************************/
/* 자동차보험 */
/**************************************************************************************************/
/* 차량유형선택 */
.select-li-check-wrap ul li {
  margin-bottom: 12px;
}
.select-li-check-wrap ul li .Check .checkbox {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.select-li-check-wrap ul li:last-child {
  margin-bottom: 34px;
}
.select-li-check-wrap ul li .Check {
  height: auto;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select-li-check-wrap ul li .Check.selected {
  border: 1px solid #222;
}
.select-li-check-wrap ul li .Check > label {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 5px 20px 60px;
  color: #666666;
}
.select-li-check-wrap ul li .Check > label b {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 21px;
}
.select-li-check-wrap ul li .Check > label span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 22px;
}
.select-li-check-wrap ul li .Check.selected > label {
  color: #222222;
}
.select-li-check-wrap ul li .Check.selected > label b {
  font-weight: 700;
}

/* 차량정보입력 */
.flex-align-btns {
  display: flex;
  justify-content: space-between;
}
.flex-align-btns .flex-item {
  width: 48.7%;
}
.enter-car-info {
  height: 100%;
}
.enter-car-info .container,
.enter-car-info.container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enter-info-slide,
.enter-info-slide .swiper-container,
.enter-info-slide .swiper-wrapper,
.enter-info-slide .swiper-slide {
  height: 100%;
}
.enter-info-slide .swiper-slide {
  display: flex;
  align-items: center;
}
.enter-info-slide .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50%;
  margin-bottom: -120px;
  font-size: 0;
}
.enter-info-slide .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  vertical-align: top;
  opacity: 1;
  border-radius: 0;
  background: #bbbbbb;
}
.enter-info-slide .swiper-pagination-bullet-active {
  background: #18c4d8;
}
.enter-info-slide.gift .swiper-pagination-bullet-active {
  background: #fb7091;
}
.enter-info-content {
  width: 100%;
  height: 280px;
  padding-bottom: 20px;
  text-align: center;
}
.enter-info-content .info-icon img {
  width: auto;
  vertical-align: top;
}
.enter-info-content .info-icon > span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
}
.enter-info-content .info-icon > .car-icon-type01 {
  background-image: url("../images/insurance/insurance_car_icon01.svg");
}
.enter-info-content .info-icon > .car-icon-type02 {
  background-image: url("../images/insurance/insurance_car_icon02.svg");
}
.enter-info-content .info-icon > .car-icon-type03 {
  background-image: url("../images/insurance/insurance_car_icon03.svg");
}
.enter-info-content .info-icon > .car-icon-type04 {
  background-image: url("../images/insurance/insurance_car_icon04.svg");
}
.enter-info-content .info-icon > .car-icon-type05 {
  background-image: url("../images/insurance/insurance_car_icon05.svg");
}
.enter-info-content .info-icon > .car-icon-type06 {
  background-image: url("../images/insurance/insurance_car_icon06.svg");
}
.enter-info-content .info-icon > .car-icon-type06-new {
  background-image: url("../images/insurance/insurance_car_icon06.png");
	background-size: 53px 50px;
}
.enter-info-content .info-icon > .car-icon-type06-gift {
  background-image: url("../images/insurance/insurance_car_icon06_gift.png");
	background-size: 53px 50px;
}
.enter-info-content .info-icon > .car-icon-type07 {
  background-image: url("../images/insurance/insurance_car_icon07.svg");
}
.enter-info-content .info-icon > .info-icon-type01 {
  background-image: url("../images/insurance/insurance_travel_icon01.svg");
}
.enter-info-content .info-icon > .info-icon-type02 {
  background-image: url("../images/insurance/insurance_travel_icon02.svg");
}
.enter-info-content .info-icon > .info-icon-type03 {
  background-image: url("../images/insurance/insurance_travel_icon03.svg");
}
.enter-info-content .info-icon > .info-icon-type04 {
  background-image: url("../images/insurance/insurance_anaphylaxis_icon01.svg");
}

.enter-info-slide.gift .enter-info-content .info-icon > .car-icon-type01{
	background-image: url("../images/insurance/insurance_car_icon08.png");
}
.enter-info-slide.gift .enter-info-content .info-icon > .car-icon-type02{
	background-image: url("../images/insurance/insurance_car_icon09.png");
}
.enter-info-slide.gift .enter-info-content .info-icon > .car-icon-type03{
	background-image: url("../images/insurance/insurance_car_icon10.png");
}
.enter-info-slide.gift .enter-info-content .info-icon > .car-icon-type04{
	background-image: url("../images/insurance/insurance_car_icon11.png");
}
.enter-info-slide.gift .enter-info-content .info-icon > .car-icon-type07{
	background-image: url("../images/insurance/insurance_car_icon12.png");
	background-size:60px;
}
.enter-info-content .question-txt {
  margin: 12px 0 0;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 34px;
  word-break: keep-all;
}
.enter-info-content p {
  margin: 11px 0 0;
  color: #999999;
  letter-spacing: -0.02em;
  line-height: 18px;
  word-break: keep-all;
}
.enter-info-content p em {
  color: #19c4d8;
  font-style: normal;
}
.pop-car-info {
  position: fixed;
  left: 0;
  bottom: 108px;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 999;
  transition: opacity 500ms ease-in-out;
}
.pop-car-info p {
  padding: 10px 10px 11px;
  color: #fff;
  line-height: 1.4;
  word-break: keep-all;
  border-radius: 4px;
  background: rgba(84, 88, 97, 0.7);
}
.pop-car-info.view {
  opacity: 1;
}
.enter-info-content .btn-tip-view {
  margin: -5px 2px 0 0;
  vertical-align: middle;
}
.info-slide-travel .enter-info-content {
  height: 310px;
}
.enter-info-slide.info-slide-travel
  .swiper-container-horizontal
  > .swiper-pagination-bullets {
  margin-bottom: -165px;
}

/* 차량정보입력 - 렌트카 */
.select-tab.rentcar {
  padding: 0 4.444%;
}
.select-tab.rentcar > ul > li {
  width: calc(100% / 3);
}
.select-full-type li {
  width: 100%;
}
.input-rent-price {
  position: relative;
  padding-right: 20px;
}
.price-standard {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
  line-height: 1;
}
.progress-wrap-car .datepicker-wrap {
  margin-top: 0;
}

/* 자동차보험 - 타인차량 */
.driver-insurance .confirmation-subscription .sortation-content-wrap .content {
  margin-right: 10px;
}
.driver-insurance .total-insurance-premium {
  margin-top: 0;
}
.driver-insurance .guideline-restrictions {
  margin-top: 30px;
  padding-bottom: 60px;
}
.driver-insurance .guideline-restrictions.pop-guideline {
  margin-top: 0;
  padding-bottom: 30px;
}
.driver-insurance .ground-btm .opacity-cover,
.check-subscription-content-1 .ground-btm .opacity-cover,
.check-subscription-content-3 .ground-btm .opacity-cover,
.oneday-event-list
  .ground-btm
  .opacity-cover
  .app-setting-wrap
  .ground-btm
  .opacity-cover,
.board-notice.notify .ground-btm .opacity-cover {
  display: block;
  position: absolute;
  top: -12vh;
  width: 100%;
  height: 12vh;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
}
.app-setting-wrap .opacity-cover {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
}
.check-subscription-content-1 .total-price {
  margin-bottom: 40px;
}
.check-subscription-content-1 .total-price.mb0 {
  margin-bottom: 0;
}
.popup-content.list-content-type.content-dot p.popup-content-text {
  position: relative;
}
.popup-content.list-content-type.content-dot p.popup-content-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #19c4d8;
  border-radius: 100%;
  left: -10px;
  top: 7px;
}
.popup-content.pink.list-content-type.content-dot p.popup-content-text::after {
  background-color: #fb7091;
}
.driver-insurance .guideline-restrictions .info li {
  margin-bottom: 0;
}
.select-product-type-container .swiper-container {
  height: 100%;
  padding-left: 4.4444%;
  padding-right: 8.8888%;
}

.select-product-type-container .swiper-container .select-product-type-list {
  border-radius: 4px;
  border: 1px solid #999999;
  opacity: 0.3;
  box-sizing: border-box;
  transition: opacity 0.35s;
  display: flex;
  flex-direction: column;
}
.select-product-type-container
  .swiper-container
  .select-product-type-list.swiper-slide-active {
  border: 2px solid #19c4d8;
  opacity: 1;
}
.select-product-type-container.pink
  .swiper-container
  .select-product-type-list.swiper-slide-active {
  border: 2px solid #fb7091;
  opacity: 1;
}
.select-product-type-container .list-title-wrap {
  flex-shrink: 1;
}
.select-product-type-container .list-title-wrap .slide-inner {
  margin: 17px 16px 0 20px;
}
.select-product-type-container .list-title-wrap .insurance-title {
  display: flex;
  justify-content: space-between;
}
.select-product-type-container .list-title-wrap .insurance-title p {
  color: #222222;
}
.select-product-type-container .list-title-wrap .list-count-wrap {
  display: flex;
}
.select-product-type-container .list-title-wrap .list-count-wrap span {
  color: #666666;
}
.select-product-type-container .list-title-wrap .list-count-wrap .present {
  color: #19c4d8;
}
.select-product-type-container.pink .list-title-wrap .list-count-wrap .present {
  color: #fb7091;
}
.select-product-type-container .list-title-wrap .total-insurance-premium {
  margin-top: 3px;
  margin-bottom: 16px;
}
.select-product-type-container .confirmation-subscription {
  background-color: transparent;
}
.select-product-type-container .list-content-wrap {
  background-color: #f7f9fc;
  flex-grow: 1;
  overflow-y: scroll;
}
.select-product-type-container .list-content-wrap .slide-inner {
  margin: 15px 18px;
}
.select-product-type-container .list-content-wrap .insurance-label {
  display: flex;
  flex-wrap: wrap;
}
.select-product-type-container .list-content-wrap .insurance-label-list {
  padding: 7px 13px 7px 13px;
  border-radius: 15px;
  background-color: #545861;
  margin-right: 10px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.select-product-type-container .list-content-wrap .insurance-label-list span {
  color: #fff;
}
.select-product-type-container .confirmation-subscription {
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.select-product-type-container .list-bottom-wrap {
  flex-shrink: 1;
  padding: 17px 20px 15px 20px;
}
.select-product-type-container .list-bottom-wrap button {
  display: flex;
}
.select-product-type-container .list-bottom-wrap button .btn-icon {
  position: relative;
  top: 1px;
}
.select-product-type .guideline-restrictions .info {
  background-color: transparent;
}

.popup-content.list-content-type.content-dot p.popup-content-text.nodot::after {
  display: none;
}
.check-subscription-content-3 .client-name-form .combo-tit {
  padding: 15px 20px 10px 0;
}

/* 자동차보험 - 기타 */
.datepicker-wrap {
  padding-top: 10px;
}
.datepicker-wrap ul {
  margin-bottom: 20px;
}
.datepicker-wrap .car-info:nth-of-type(1) {
  margin-bottom: 10px;
}
.datepicker-wrap .car-info {
  display: flex;
  align-items: center;
}
.datepicker-wrap .car-info > span {
  padding-left: 6px;
}
.datepicker-wrap .car-info > .btn-icon {
  padding-left: 0;
}
.join-progress .progress-step2.car {
  margin-bottom: 40px;
}
.step2-btn-car {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fixed-btm.car {
  padding: 5.555vw 4.444% 8.888vw;
}

/**************************************************************************************************/
/* 신차교환 */
/**************************************************************************************************/
#wrap.join_progress_newcar {
  overflow-y: unset;
}
.select-newcar-info > ul > li.mid {
  border-bottom: 1px solid #eeeeee;
}
.swiper-newcar {
  width: 100%;
  height: 156px;
  position: relative;
  overflow: hidden;
}
.swiper-newcar .swiper-wrapper {
  flex-direction: column;
}
.swiper-newcar .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
.swiper-newcar .swiper-wrapper .swiper-slide .maker {
  text-align: center;
  font-size: 20px;
  color: #bbb;
  border-bottom: 1px solid #ddd;
  width: calc(100% - 54px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-newcar .swiper-slide-active .maker {
  color: #222 !important;
  font-weight: bold;
}
.newcar-step3-btn {
  display: none;
  margin-top: 20px;
}
.input-newcar-price {
  padding-right: 30px;
}
.input-newcar-price .input-unit {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.select-newcar-ragi > ul > li.start {
  border-bottom: 1px solid #eeeeee;
}
.select-newcar-ragi .mbsc-datetime-month-wheel,
.select-newcar-ragi .mbsc-datetime-day-wheel {
  min-width: 50px;
}

/**************************************************************************************************/
/* 아나필락시스쇼크 */
/**************************************************************************************************/
.insurance-anaphylaxis .select-tab-wrap {
  padding-top: 10px;
}
.confirmation-subscription .btn-ques {
  vertical-align: top;
}
.required-guide {
  height: 100%;
}
.required-guide .container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enter-info-wrap {
  height: 100%;
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items: center;
}
.enter-info-wrap .enter-info-content {
  height: auto;
  padding-bottom: 0;
}
.enter-info-content .question-txt .btn-ques {
  margin-top: -6px;
  margin-left: 8px;
  vertical-align: middle;
}
.enter-info-content .sub-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
.enter-info-content .sub-list li {
  width: 60%;
  color: #333333;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.enter-info-content .sub-list li:nth-child(even) {
  width: 40%;
}
.enter-info-content .sub-list li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -4px 5px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  background: #19c4d8;
}
.cyber-tit-price {
  margin-bottom: 3.611vw;
  color: #666;
  margin-top: 8.333vw;
}
.cyber-tit-price > button {
  margin-left: 7px;
}

.html-enter-info-ana,
.html-enter-info-ana body,
.html-enter-info-ana #wrap {
  height: 100%;
}
.html-enter-info-ana .container {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.html-enter-info-ana .enter-info-wrap {
  height: calc(100% - 48px);
}
.html-enter-info-ana .enter-info-wrap .question-txt {
  font-size: 18px;
  line-height: 24px;
}
.html-enter-info-ana .enter-info-wrap .sub-list {
  margin-top: 15px;
}

.guideline-view.ana-add-info li {
  margin-top: 0;
}

/* 아나필락시스쇼크 - 보험료 확인 */
.guideline-restrictions.inner.mt10 {
  margin-top: 30px;
}
.price-select .sortation-title-left .quesbtn-wrap {
  transform: translate(-20%, -40%);
}
.confirmation-subscription.pb36 {
  margin-bottom: 36px;
}
.price-select {
  padding: 0 20px;
}
.price-select .sortation-title-left > p {
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}
.price-select.mt27 {
  margin-top: 27px;
}
.popup-content.list-content-type p.popup-content-text.desc {
  padding: 35px 0px;
}
.popup-content.list-content-type p.popup-content-text-detail {
  color: #999;
  margin-top: 8.333vw;
}

/**************************************************************************************************/
/* 자녀생활 */
/**************************************************************************************************/
.addr-form .form-input + .form-input {
  margin-top: 20px;
}
.addr-form .input-addr-code {
  position: relative;
  padding-right: 136px;
  padding-top: 3px;
}
.addr-form .input-addr-code .btn-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  border: 0 none;
  background: #3b3a40;
}
.pop-between {
  margin-bottom: 30px;
}
.input-addr-search {
  position: relative;
}
.input-addr-search .input-text {
  padding-right: 35px;
}
.input-addr-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  border: 0 none;
  background: url("../images/common/icon_search.svg") no-repeat center center;
}
.search-tip > b {
  display: block;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.search-tip li {
  margin-top: 11px;
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.search-result .search-total {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.search-result .search-list li {
  margin-top: 15px;
}
.search-result .search-list li:first-child {
  margin-top: 0;
}
.search-addr-box {
  padding: 11px 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #fff;
}
.search-addr-box.selected {
  border-color:#1AAABB;
}
.search-addr-box .addr-code {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.search-addr-box dl {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 1px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.search-addr-box dl dt {
  width: 18.5%;
  color: #222222;
}
.search-addr-box dl dd {
  width: 81.5%;
  color: #666666;
}
.pop-scroll {
  position: relative;
}
.pop-scroll:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(
    to top,
    #fff 20px,
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(to top, #fff 20px, rgba(255, 255, 255, 0));
}
.pop-scroll.view-end:after {
  display: none;
}
.pop-scroll .content-in {
  overflow-x: hidden;
  overflow-y: auto;
}
#popAddrCode .popup-wrap .popup-content {
  padding-bottom: 20px;
}
#popAddrCode #divMoreBox {
  display: flex;
}
#popAddrCode .popup-btn {
  position: static;
  bottom: auto;
}

/**************************************************************************************************/
/* 국내여행 */
/**************************************************************************************************/
.info-txts li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  color: #666666;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 20px;
}
.info-txts.info-txts-parent li {
  font-size: 12px;
  background: #f7f7f7;
  padding: 20px 20px 20px 40px;
}
.info-txts.info-txts-parent li .btn-icon {
  top: 25px;
  left: 20px;
}
.info-txts li:last-child {
  margin-bottom: 0;
}
.info-txts li .btn-icon {
  position: absolute;
  left: 0;
  top: 3px;
}
.info-txts.agreement {
  margin-top: 15px;
}
.info-txts.agreement li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 20px;
}
.child-info {
  margin-top: 40px;
}
.child-info:first-child {
  margin-top: 0;
}
.child-info .form-input {
  margin-bottom: 20px;
}
.form-label-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.form-label-top .view-label {
  margin: 0;
  padding: 2px 0 0;
}
.Check label.long-txt {
  top: -2px;
}
.parent-name {
  padding: 16px 0 10px 26px;
}
.info-txts-parent {
  margin-top: 20px;
}

/* 국내여행 - 중복담보조회 */
.contractor-label {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.contractor-select {
  margin: 22px 0;
}
.contractor-select .select-tab ul {
  display: block;
  width: auto;
  padding: 0 4.444%;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.contractor-select .select-tab li {
  display: inline-block;
  width: 98px;
  margin-right: 6px;
  padding: 0;
}
.contractor-detail:not(.contractor-detail01) {
  display: none;
}
.contractor-number {
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.collateral-list {
  margin-top: 15px;
}
.collateral-list li {
  margin-top: 15px;
}
.collateral-list li:first-child {
  margin-top: 0;
}
.collateral-box {
  padding: 15px 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.collateral-box em {
  display: inline-block;
  min-width: 50px;
  height: 28px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 28px;
  border-radius: 14px;
  background: #999999;
}
.collateral-box .detail-info {
  margin-top: 11px;
  color: #333;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 22px;
}

/**************************************************************************************************/
/* 해외여행 */
/**************************************************************************************************/
.overseas-flow .btn-purpose-info {
  margin-top: -5px;
  line-height: 18px;
  vertical-align: middle;
}
.overseas-flow .btn-purpose-info .btn-icon {
  vertical-align: top;
}
.overseas-flow .chk-purpose-wrap {
  margin-top: 20px;
}
.overseas-flow .site-txt-overseas {
  display: inline-block;
  margin: 0 0 0 26px;
  color: #666;
  font-size: 14px;
  line-height: 1.42;
  text-decoration: underline;
}
.overseas-flow3 .guideline-view {
  margin-top: -10px;
  padding-top: 0;
}
.children-list-overseas {
  position: relative;
}
.children-list-overseas > li {
  display: none;
}
.popup-container .purpose-overseas-txt {
  margin-bottom: 40px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}
.popup-container .popup-select-plan-qa{
	padding: 5px 20px 5px;
	background-color: #f7f7f7;
}
.popup-container .popup-select-plan-qa li{
  padding: 20px 0;
  font-size: 13px;
  color: #222;
  font-weight: 500;
}
.popup-container .popup-select-plan-qa li + li{
  border-top: 1px solid #ddd;
}
.popup-container .popup-select-plan{
  font-size: 20px;
  color: #000;
  padding: 5px 15px;
}
.popup-container .popup-select-plan li{
  position: relative;
  padding: 23px 25px 20px;
}
.popup-container .popup-select-plan li:nth-child(2){
  border-top: 1px solid #ddd;
  margin: 20px 0;
  padding: 0;
}
.popup-container .popup-select-plan li p{
	line-height: 25px;
}
.popup-container .popup-select-plan li button{
	width:100px;
	height: 32px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	border-radius: 2px;
	border: none;
	position: absolute;
	bottom: 20px;
}
.popup-container .popup-select-plan .normal-plan{
  background:url("../images/insurance_intro/img-overseatrip-normal-plan.png") #def7f8 no-repeat;
  background-size: 105px auto;
  background-position: bottom 20px right 22px;
  height: 130px;
}
.popup-container .popup-select-plan .honeymoon-plan{
  background:url("../images/insurance_intro/img-overseatrip-honeymoon-plan.png") #faebeb no-repeat;
  background-size: 96px auto;
  background-position: bottom 14px right 22px;
  height: 130px;
}
.popup-container .popup-select-plan .subtitle{
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.42;
}
.popup-container .popup-select-plan .normal-plan .subtitle{
  color: #09a3af;
}
.popup-container .popup-select-plan .honeymoon-plan .subtitle{
  color: #f17777;
}
.popup-container .popup-select-plan .honeymoon-plan button{
  background:#f17777;
}
.popup-container .notice-honeymoon{
  margin:10px 0 20px;
  font-size: 12px;
  line-height: 1.5;
 }
.popup-container .popup-select-plan .covid19-plan{
  background:url("../images/insurance_intro/img-overseatrip-covid19-plan.png") #e0f0f8 no-repeat;
  background-size: 140px auto;
  background-position: top 25px right 3px;
  height: 170px;
}
.popup-container .popup-select-plan .covid19-plan p{
  line-height:27px
}
.popup-container .popup-select-plan .covid19-plan button{
  background:#1a98db;
  bottom: 70px;
}
.popup-container .popup-select-plan-help{
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  line-height: 1.5;
 }
.popup-container .popup-select-plan .covid19-plan button.btn-purpose-info{
   background: none;
   width: auto;
   height: auto;
   font-size: inherit;
   font-weight: inherit;
   line-height: inherit;
   border: none;
   border-radius: unset;
   position: relative;
   bottom: 0;
}
.slide-popup .popup-wrap .popup-content h3{
	margin-bottom: 15px;
	line-height: 1.5;
}
.slide-popup .popup-wrap .popup-content h4{
	margin-bottom: 15px;
	line-height: 1.5;
}
.slide-popup .popup-wrap .popup-content .txt-title {
	color:#1AAABB;
	font-weight:bold;
	font-size: 16px;
}
.slide-popup .popup-wrap .popup-content .txt-explain{
    margin-bottom:0;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
}

/* 코로나접종여부 */
.covid19 h3{
  margin:30px 4.444% 20px;
  font-size: 16px;
}
.covid19 .select-label-set {
  display: flex;
  justify-content: flex-end;
}
.covid19 .select-combobox {
	position:relative;
	z-index: 3;
	text-align: right;
}
.covid19 .select-label-set > label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  z-index:1;
}
.covid19 .select-combobox .combo-tit{
  position:relative;
	padding:10px 40px 10px 0;
	font-size:18px;
	letter-spacing:-0.02em;
	line-height:1.4em;
	border-bottom:none;
}
.covid19 .select-combobox ul .selectable {
	display:block;
	padding:13px 15px 12px;
	color:#333;
	font-size:14px;
	letter-spacing:-0.02em;
	line-height:19px;
	border-radius:4px;
  text-align: center;
}
.select-combobox ul {
  padding:15px 5px
}
.covid19 .select-combobox ul .selected {
	color:#fff;
	font-weight:700;
	background:#19C4D8;
}

.agree-select-wrap.covid-info{
	background: #f7f7f7;
}


/**************************************************************************************************/
/* 비바 */
/**************************************************************************************************/
.slide-popup .popup-wrap .popup-content.check-type{
  padding-bottom: 0;
}
.popup-content.check-type .popup-content-box .popup-content-line {
  margin-bottom: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.popup-content.check-type .popup-content-box .popup-content-line:last-child {
  margin-bottom: 0;
}
.popup-content.check-type .popup-content-box .changes-check-radio {
  display: flex;
  margin-top: 12px;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 10px;
  padding: 0 10px;
  position: relative;
}
.popup-content.check-type
  .popup-content-box
  .changes-check-radio
  > .radiobox-line {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  flex-basis: 48px;
}
.popup-content.check-type
  .popup-content-box
  .changes-check-radio
  > .radiobox-line
  label {
  display: block;
  height: fit-content;
  font-size: 14px;
  text-align: center;
  width: 130%;
}
.popup-content.check-type
  .popup-content-box
  .changes-check-radio
  > .radiobox-line.active
  label{
  color: #1AAABB;
  font-weight: 500;
}
.popup-content.check-type
  .popup-content-box
  .changes-check-radio
  > .radiobox-line.active
  .radiobox
  i {
  border-color: #1aaabb;
  background: #1aaabb;
}
.popup-content.check-type .radiobox.type1 {
  width: 16px;
  height: 16px;
  overflow: initial;
}
.popup-content.check-type .radiobox.type1 i:after {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
}
.popup-content.check-type .radiobox.type1 input:checked + i:after {
  top: 50%;
}
.popup-content.check-type .radiobox input + i {
  width: 16px;
  height: 16px;
  transform: translate(-2.5px, -2.5px);
}
.popup-content.check-type .changes-check-radio-bar {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 3px;
}
.popup-content.check-type .changes-check-radio-bar .changes-check-radio-bar-B {
  margin: 0 34px;
  height: 4px;
  background-color: #dddddd;
  border-radius: 4px;
}
.popup-content.check-type .toggle-switches-type {
  margin-top: 30px;
}
.popup-content.check-type .toggle-switches-type .popup-content-line {
  flex-direction: row;
  margin-bottom: 30px;
}
.popup-content.check-type .toggle-switches-type .popup-content-line:last-child{
  margin-bottom: 30px;
}
.popup-content.no-content-title .popup-content-line {
  margin: 0 10px;
  padding-bottom: 30px;
}
.popup-content.no-content-title .popup-content-line p {
  position: relative;
}
.popup-content.no-content-title .popup-content-line p::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #19c4d8;
  left: -10px;
  top: 10px;
  transform: translateY(-50%);
}
.info-list-wrap.another-type .agree-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.info-list-wrap.another-type .agree-box > ul li {
  display: block;
  margin: 0;
}
.info-list-wrap.another-type .agree-box strong.field-tit > span {
  font-size: 12px;
  color: #999999;
  display: block;
}
.info-list-wrap.another-type .agree-box strong.field-tit > button {
  margin-left: 6px;
}
.info-list-wrap.another-type .content-top {
  position: relative;
  padding-bottom: 20px;
}
.info-list-wrap.another-type .content-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  bottom: 0;
}
.info-list-wrap.another-type .content-top .txt-explain,
.info-list-wrap.another-type .content-bottom .txt-explain {
  color: #666;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.info-list-wrap.another-type .agree-select-wrap .agree-all-check-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.info-list-wrap.another-type .agree-select-wrap .agree-all {
  border: none;
  padding-top: 32px;
  padding-bottom: 16px;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon {
	padding-bottom: 5px;
} 
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all {
	padding: 25px 0 0;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .select-tab ul {
	gap: 8px;
	margin: 0;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .select-tab li {
	padding: 0;
	margin: 0;
	width: calc((100% - 16px ) / 3 ) ;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all label {
  font-size: 16px;
  color: #222222;
  line-height: 1;
  cursor: pointer;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all label {
	padding: 60px 0 15px;
	background-size: 35px 35px;
	background-position: top 15px center;
	background-repeat: no-repeat;
	color: #666;
	font-size: 14px;
	border-radius: 6px;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all input:checked + label {
	color: #222;
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(1) label {
	background-image: url("../images/common/nation-jp.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(2) label {
	background-image: url("../images/common/nation-viet.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(3) label {
	background-image: url("../images/common/nation-ph.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(4) label {
	background-image: url("../images/common/nation-th.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(5) label {
	background-image: url("../images/common/nation-usa.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(6) label {
	background-image: url("../images/common/nation-ch.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(7) label {
	background-image: url("../images/common/nation-sin.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(8) label {
	background-image: url("../images/common/nation-check.png");
}
.info-list-wrap.another-type .agree-select-wrap.with-icon .agree-all li:nth-child(9) label {
	background-image: url("../images/common/nation-etc.png");
}

.info-list-wrap.another-type .agree-each-line {
  margin-left: 24px;
}
.info-list-wrap.another-type .agree-each-line .field-tit {
  margin-bottom: 12px;
  position: relative;
  color: #666666;
  font-weight: 400;
}
.info-list-wrap.another-type .agree-each-line:last-child:after {
  display: none;
}
.info-list-wrap.another-type .agree-each-line .field-tit .num {
  position: absolute;
  width: 14px;
  height: 16px;
  color: #333333;
  display: block;
  text-align: center;
  line-height: 14px;
  left: -24px;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}
.info-list-wrap.another-type .agree-each-line .field-tit b {
  font-weight: 500;
}
.info-list-wrap.another-type .agree-each-line .agree-box {
  padding-top: 0;
  padding-bottom: 30px;
}
.info-list-wrap.another-type .agree-each-line .agree-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.info-list-wrap.another-type .agree-each-line .agree-box li label {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.info-list-wrap.another-type .agree-each .agree-each-bg {
  padding: 20px;
  background-color: #f7f7f7;
}
.info-list-wrap.another-type .agree-each-bg strong.field-tit > button span {
  background-image: url("../images/common/Icon_ques_mark_white.svg");
}
.info-list-wrap.another-type .agree-each .agree-each-numbering {
  padding: 4px 10px;
}
.info-list-wrap.another-type .content-bottom {
  padding-bottom: 20px;
  border-top: 1px solid #eeeeee;
}
.info-list-wrap.another-type .content-bottom.no-border {
	border-top: none;	
	padding-bottom: 0;
}
.info-list-wrap.another-type .content-bottom .guideline-view{
  padding-top: 20px;
}

.popup-content.announcement-type.trip .new_term .desc {
  margin-bottom: 40px;
}
.popup-content.announcement-type.trip
  .new_term
  .term_tb
  tbody
  tr:first-child
  th,
.popup-content.announcement-type.trip
  .new_term
  .term_tb
  tbody
  tr:first-child
  td {
  border-top: none;
}

.contract-list.viva .confirmation-subscription {
  background-color: transparent;
}
.contract-list.viva .confirmation-subscription .sortation-tagwrap {
  margin-bottom: 0;
}
.contract-list.viva .confirmation-subscription .sortation-tag {
  color: #19c4d8;
  border: 1px solid #19c4d8;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.contract-list.viva .confirmation-subscription .sortation-tag .close {
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/common/sortation-tag-close.svg") no-repeat center;
  background-size: 100% auto;
}
.country-choice .intro-tbl-guarantee .col1 {
  width: 45%;
}
.country-choice .intro-tbl-guarantee tr td:first-child {
  text-align: left;
}
.country-choice .Check {
  margin-bottom: 0;
}
.country-choice .Check label {
  line-height: 20px;
}
.country-choice .intro-tbl-guarantee .col2 {
  width: 38%;
}
.country-choice .intro-tbl-guarantee tr td:nth-child(3) {
  text-align: center;
}
.disabled .Check label,
.intro-tbl .disabled td {
  color: #bbbbbb;
}
.search-popup .popup-content .form-input{
  margin-top: 30px;
}
.search-popup .country-choice {
  margin-bottom: 20px;
}
.search-popup .guideline-view {
  padding-top: 0;
}
.search-popup .guideline-view li {
  margin-top: 0;
}
.confirmation-subscription .sortation-content-wrap li.viva-overseas-type {
  flex-direction: column;
  gap: 11px;
}
.confirmation-subscription
  .sortation-content-wrap
  li.viva-overseas-type
  .content-list {
  margin-bottom: 4px;
  padding-left: 7px;
  position: relative;
}
.confirmation-subscription
  .sortation-content-wrap
  li.viva-overseas-type
  .content-list::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #222222;
  left: 0;
  top: 9px;
}
.select-subscription-date .date-item {
  height: auto !important;
}
.select-subscription-date .date-item .inner {
  height: 60px !important;
}
.select-subscription-date .date-input {
  border: 0;
  text-align: right;
  outline: 0;
}
.select-subscription-date .date-item.is-active .date-input {
  color: #19c4d8;
}
.select-subscription-date .date-item.is-active .close {
  transform: translateY(-50%) rotate(180deg);
}
.select-subscription-date .date-item.is-active .date-close {
  transform: translateY(-50%) rotate(180deg);
}
.select-subscription-date .date-calendar {
  position: relative;
  background-color: #f7f7f7;
  display: none;
}
.confirmation-subscription .sortation-content-wrap li.viva-overseas-type .content-title-wrap{
  display: flex;
  justify-content: space-between;
}
.confirmation-subscription .sortation-content-wrap li.viva-overseas-type.off .content-list::after{
  background-color: #bbbbbb;
}
/**************************************************************************************************/
/* 선물하기 */
/**************************************************************************************************/
/* 선물대상자선정 */
.gift-select-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.222vw;
}
.form-input-gift input[type="radio"] {
  display: none;
  margin: 10px;
}
.form-input-gift {
  flex: 1;
}
.form-input-gift input[type="radio"] + label {
  display: inline-block;
  margin: -2px;
  padding: 18px 0;
  background: #fff;
  border: 1px solid #bbb;
  font-size: 16px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.gift-list-address {
  position: relative;
  margin-top: 40px;
}
.gift-list-address.phone-number li {
  opacity: 0;
  transform: translateY(-5px);
}
.gift-list-address.phone-number li.on {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in;
}
.form-input-gift input[type="radio"]:checked + label {
  border: 1px solid #fb7091;
}

.gift-list-address > p {
  font-size: 18px;
  padding-bottom: 2.778vw;
}
.gift-list-address > p em {
  color: #fb7091;
}
.gift-list-address > p + ul li:nth-of-type(1) {
  padding-top: 6.389vw;
  border-top: 1px solid #eee;
}
.gift-list-address ul {
  width: 100%;
}
.gift-list-address ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.gift-list-address ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.gift-list-address ul li .name {
  font-size: 14px;
}
.gift-list-address ul li .btn-del {
  position: relative;
}
.gift-list-address ul li .btn-del::before {
  content: "";
  display: inline-block;
  background: url("../images/common/btn_close_20px.svg") 0 no-repeat;
  width: 20px;
  height: 20px;
}
.gift-list-address .desc-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.gift-list-address .desc-wrap .desc {
  position: relative;
  font-size: 12px;
  display: flex;
  margin-bottom: 17px;
  line-height: 1.2;
}
.gift-list-address .desc-wrap .desc i::before {
  content: "";
  display: inline-block;
  background: url("../images/common/Bullet_info_14px.svg") 0 no-repeat;
  width: 14px;
  height: 14px;
}
.gift-list-address .desc-wrap .desc > span {
  padding-left: 7px;
}
.gift-check-list {
  margin-top: 30px;
}
.count-person-wrap .count-person-txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.gift-check-list .Check {
  margin-bottom: 20px;
}
.select-coupon-list {
  margin-top:10px;
}
.select-coupon-list > li {
  margin-bottom: 20px;
  font-size:16px;
}
.select-coupon-list > li label {
  vertical-align: middle;
  margin-left: 5px;  
}

.form-input i.search {
  position: absolute;
  right: 0;
}
.form-input i.search::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_search.svg) 0 no-repeat;
}

.input-text.flex-box {
  display: flex;
}
.b-input-grey {
  color: #fff;
  background: #3b3a40;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 9px 25px;
  font-size: 16px;
}
.b-input-grey:disabled {
  background: #707070;
}

/* 선물함 */
.giftbox-event-banner {
  background-color: #f7f9fc;
  background-position: 100% center;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.giftbox-event-banner::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/common/giftbox_icon_img.svg") 0 no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.giftbox-event-banner.list::after {
  background: url("../images/common/gift_event_icon_box.svg") 0 no-repeat;
  right: 0px;
}
.giftbox-event-banner > .text {
  font-size: 16px;
  line-height: 1.5;
}
.giftbox-event-banner > .text em {
  font-weight: bold;
}
.giftbox-event-banner > .b-gift-event-go {
  font-size: 12px;
  color: #fff;
  background: #fb7091;
  padding: 6px 16px;
  border-radius: 10vw;
  display: inline-block;
  margin-top: 15px;
}
.b-gift-event-go.pink {
  background: #fb7091;
}
.giftbox-tab-wrap .giftbox-tab {
  display: flex;
}
.giftbox-tab-wrap .giftbox-tab .form-input-giftbox input[type="radio"] {
  display: none;
  margin: 10px;
}
.giftbox-tab-wrap .giftbox-tab .form-input-giftbox input[type="radio"] + label {
  display: inline-block;
  margin: 0px;
  padding: 20px 0;
  background: #fff;
  border-bottom: 3px solid #ccc;
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #999;
}
.giftbox-tab-wrap
  .giftbox-tab
  .form-input-giftbox
  input[type="radio"]:checked
  + label {
  border-bottom: 3px solid #e15e7d;
  color: #000;
}
.giftbox-tab-wrap .giftbox-tab .form-input-giftbox {
  flex: 1;
}
.giftbox-certification-guide-certification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.giftbox-certification-guide-certification .desc {
  position: relative;
  text-align: center;
}
.giftbox-certification-guide-certification .desc::before {
  content: "";
  display: block;
  background: url("../images/common/giftbox-certification-guide-img.svg") 0
    no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.giftbox-certification-guide-certification .desc > span {
  padding-top: 70px;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
.b-black-certification-wrap {
  margin-top: 35px;
}
.b-black-self-certification {
  color: #fff;
  padding: 12px 25px;
  background: #3b3a40;
  border-radius: 5px;
  font-size: 16px;
}
.b-black-self-certification.sended {
  background: #fff;
  border: 1px solid #666666;
  color: #222;
}
.giftbox-certification-guide-noGift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.giftbox-certification-guide-noGift .noGift-desc {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 25vw;
}
.giftbox-certification-guide-noGift .noGift-desc > em {
  display: block;
  font-size: 16px;
  margin-bottom: 4.167vw;
}
.giftbox-certification-guide-noGift .go-gift {
  position: relative;
  text-align: center;
  margin-top: 6.944vw;
}
.giftbox-certification-guide-noGift .go-gift > .giftbox-img {
  position: relative;
}
.giftbox-certification-guide-noGift .go-gift > .giftbox-img {
  width: 60px;
  height: 60px;
  background: url("../images/common/giftbox-icon-box.svg") 0 no-repeat;
  display: block;
  background-position: center center;
  display: inline-block;
}
.giftbox-certification-guide-noGift .go-gift > a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #222;
  margin-top: 13.889vw;
  text-decoration: underline;
}
.info-txts.giftbox {
  width: 100%;
  padding: 0;
  padding-top: 25px;
  margin-top: auto;
}
.info-txts.giftbox > ul {
  padding: 0 4.444%;
}
.info-txts.giftbox li {
  font-size: 12px;
  border-bottom: 0;
}

.info-txts.giftbox .flex-box {
  display: flex;
}
.info-txts li.flex-box {
  display: flex;
}
.info-txts.giftbox2 {
  position: absolute;
  bottom: 110px;
}
.info-txts.giftbox2 li {
  margin-bottom: 15px;
}
.info-txts.giftbox2 li > span {
  margin-top: 0px;
}
.info-txts.giftbox2 li > p {
  flex: 1;
  padding-left: 7px;
  line-height: 1.5;
}

/* 선물함-받은선물 리스트 */
.giftbox-received-list {
  margin-top: 30px;
  padding-bottom: 40px;
}
.giftbox-received-list.coupon {
  margin-top: 12px;
}
.giftbox-received-list > .tit {
  font-size: 14px;
  padding: 0 4.444% 12px;
  border-bottom: 1px solid #e5e5e5;
}
.giftbox-received-list.list-sended > .tit:nth-of-type(1) {
  margin-top: 0;
}
.giftbox-received-list.list-sended > .tit {
  border-bottom: 0;
  padding: 0 4.444% 20px;
  margin-top: 35px;
  margin-bottom: 0;
}
.giftbox-received-list ul {
  position: relative;
}
.giftbox-received-list > ul li:nth-of-type(1) {
  margin-top: 0;
  padding-top: 20px;
}
.giftbox-received-list > ul li {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 0 4.444% 20px;
  background: #fff;
}
.giftbox-received-list > ul li.coupon-bg {
  background: #f4f4f4;
  padding: 20px 3.333% 0px;
  margin-top: 0;
  border-bottom: 0;
}
.giftbox-received-list > ul li.coupon-bg:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
  margin-top: 20px;
}
.giftbox-received-list > ul li.coupon-bg.last:after {
  content: "";
  width: 0;
}
.giftbox-received-list > ul li > a {
  color: #222;
}
.giftbox-received-list > ul li .coupon-ticket-wrap {
  padding: 0;
}
.giftbox-received-list > ul li .coupon-ticket-wrap .info {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.giftbox-received-list > ul li > .info {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.giftbox-received-list > ul li .coupon-ticket-wrap .coupon-list {
  display: flex;
  background: url("../images/common/coupon-bg.svg") 0 no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
}
.giftbox-received-list > ul li .coupon-ticket-wrap .coupon-list:after {
  content: "";
  display: block;
  padding-top: calc(182 / 340 * 100%);
}
.giftbox-received-list > ul li .coupon-ticket-wrap .coupon-list .wrap {
  padding: 5.555%;
  width: 100%;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone {
  display: flex;
  align-items: center;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .coupon-ticket-img {
  width: 72px;
  height: 72px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .coupon-ticket-img:before {
  content: "";
  display: block;
  background: url("../images/common/coupon-ticket.svg") 0 no-repeat;
  width: 48px;
  height: 48px;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text {
  margin-left: 10px;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text
  > p:nth-of-type(1) {
  font-size: 12px;
  color: #222;
  margin-bottom: 10px;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text
  > p:nth-of-type(1)
  > span {
  color: #fb7091;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text
  > p:nth-of-type(1)
  > span::before {
  content: "ㅣ";
  color: #ddd;
  font-size: 12px;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text
  > p:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 8px;
}
.giftbox-received-list
  > ul
  li
  .coupon-ticket-wrap
  .coupon-list
  .wrap
  .coupon-zone
  .text
  > p:nth-of-type(3) {
  font-size: 12px;
  color: #666;
}
.giftbox-received-list > ul li .coupon-ticket-wrap .b-input-coupon {
  background: #fb7091;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 5px;
  margin-top: 10px;
}
.giftbox-received-list > ul li .list {
  display: flex;
  align-items: center;
}
.giftbox-received-list.list-sended > ul li .list:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4.444%;
  position: absolute;
}
.giftbox-received-list.list-sended > ul li .list.coupon:after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
}
.giftbox-received-list > ul li .list > .img {
  width: 72px;
  height: 72px;
  background: #f4f4f4;
  border-radius: 10px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giftbox-received-list > ul li .list > .img:before {
  content: "";
  display: flex;
  width: 48px;
  height: 48px;
}
.giftbox-received-list > ul li .list > .img.home:before {
  background: url("../images/common/coupon_img_home.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.ana:before {
  background: url("../images/common/coupon_img_ana.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.golf:before {
  background: url("../images/main/icon_gift_golf.png") 0 no-repeat;
  background-size:48px auto;
}
.giftbox-received-list > ul li .list > .img.cyber:before {
  background: url("../images/common/coupon_img_cyber.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.mountain:before {
  background: url("../images/common/coupon_img_mountain.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.coupon:before {
  background: url("../images/common/coupon_img_coupon.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.newcar:before {
  background: url("../images/common/coupon_img_newcar.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.child:before {
  background: url("../images/common/coupon_img_child.svg") 0 no-repeat;
}
.giftbox-received-list > ul li .list > .img.car:before {
  background: url("../images/common/coupon_img_car.png") 0 no-repeat;
  background-size:48px auto;
}

.giftbox-received-list > ul li .list > .desc {
  display: flex;
  flex-direction: column;
  margin-left: 5.556vw;
}
.giftbox-received-list > ul li .list > .desc p {
  margin-bottom: 14px;
}
.giftbox-received-list > ul li .list > .desc p:last-child {
  margin-bottom: 0;
}
.giftbox-received-list > ul li .list > .desc > .tit-s {
  font-size: 12px;
}
.giftbox-received-list > ul li .list > .desc > .tit {
  font-size: 16px;
}
.giftbox-received-list > ul li .list > .desc > .exp {
  font-size: 12px;
}
.giftbox-received-list > ul li .list > .desc > .exp > .d-day {
  border-radius: 0 3px 0 3px;
  color: #fff;
  padding: 0 10px;
  margin-left: 10px;
}
.giftbox-received-list > ul li .list > .desc > .exp > .d-day.pink {
  background: #fb7091;
}
.giftbox-received-list > ul li .list > .desc > .exp > .d-day.grey {
  background: #bbb;
}
.giftbox-received-list > ul li .list > .desc > .exp > .d-day.dark {
  background: #666;
}
.giftbox-received-list > ul li > .b-input-giftbox {
  border: 1px solid #fb7091;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  color: #fb7091;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
.sended-detail-wrap > .tit {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 4.444%;
}
.sended-detail-wrap > .contents {
  background: #f7f9fc;
  padding: 25px 4.444%;
}
.sended-detail-wrap > .contents .flex-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sended-detail-wrap > .contents > .flex-box,
.sended-detail-wrap > .contents .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 14px;
}
.sended-detail-wrap > .contents > .flex-box > span:nth-of-type(2),
.sended-detail-wrap > .contents .flex-box > span:nth-of-type(2) {
  color: #000;
  text-align: right;
  line-height: 1.5;
}
.sended-detail-wrap > .contents > .flex-box.under-line,
.sended-detail-wrap > .contents .flex-box.under-line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
}
.accordion.giftbox {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-top: 18px;
}
.accordion.giftbox > li {
  padding: 0 !important;
  font-size: 14px;
}
.accordion.giftbox > li > .link {
  padding: 16px 10px;
  font-size: 14px;
}
.accordion.giftbox > li {
  position: relative;
}
.accordion.giftbox > li i {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion.giftbox > li i:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  width: 8px;
  height: 8px;
  position: absolute;
  margin-top: 0px;
  left: 20%;
  top: 10%;
  -webkit-transform: rotate(135deg) translate(-10%, 15%);
  -ms-transform: rotate(135deg) translate(-10%, 15%);
  -o-transform: rotate(135deg) translate(-10%, 15%);
  transform: rotate(135deg) translate(-10%, 15%);
  transition: transform 300ms;
}
.accordion.giftbox > li.open i:before {
  -webkit-transform: rotate(-45deg) translate(-10%, 15%);
  -ms-transform: rotate(-45deg) translate(-10%, 15%);
  -o-transform: rotate(-45deg) translate(-10%, 15%);
  transform: rotate(-45deg) translate(-10%, 15%);
  margin-top: 0px;
}

.accordion.giftbox > li.open > .submenu {
  border-top: 1px solid #ddd;
}
.accordion.giftbox > li > .submenu > li {
  margin: 0;
}
.accordion.giftbox > li > .submenu a {
  text-align: center;
  padding-top: 16px !important;
}
.accordion.giftbox > li > .submenu > li:nth-last-of-type(1) > a {
  padding-bottom: 16px !important;
}
.sended-detail-wrap > .contents .tit-2 {
  font-size: 18px;
  margin-top: 21px;
  margin-bottom: 21px;
}
.cs-txt-guide {
  font-size: 12px;
  padding: 18px 4.444% 45px;
}
.sended-list-banner {
  color: #fff;
  background: rgba(251, 0, 0, 20%);
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}

/* 보낸선물내역 url */
.giftbox-sended-url-wrap {
  padding: 0 4.444%;
}
.giftbox-sended-url-wrap > .tit {
  position: relative;
  margin-bottom: 24px;
}
.giftbox-sended-url-wrap > .tit::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/giftbox-icon-box.svg") 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.giftbox-sended-url-wrap > .tit > h2 {
  padding-top: 85px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.giftbox-sended-url-wrap > .tit > .desc {
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
  line-height: 1.5;
}
.giftbox-sended-url-wrap > .period {
  display: flex;
  background: #f7f7f7;
  padding: 22px 17px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 27px;
}
.giftbox-sended-url-wrap > .period > span:nth-of-type(1) {
  font-size: 14px;
  color: #999;
}
.giftbox-sended-url-wrap > .period > span:nth-of-type(2) {
  font-size: 16px;
}
.giftbox-sended-url-wrap > .info-wrap > .received-info {
  border-bottom: 1px solid #eee;
  padding-bottom: 23px;
  margin-bottom: 25px;
}
.giftbox-sended-url-wrap > .info-wrap > .received-info.no-line {
  border-bottom: 0;
}
.giftbox-sended-url-wrap > .info-wrap > .received-info > .tit {
  font-size: 16px;
  margin-bottom: 23px;
  font-weight: 500;
}

.giftbox-sended-url-wrap > .info-wrap > .received-info > .phone-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.giftbox-sended-url-wrap
  > .info-wrap
  > .received-info
  > .phone-number:nth-last-of-type(1) {
  margin-top: 20px;
}
.giftbox-sended-url-wrap > .info-wrap > .received-info > .phone-number.mgt {
  margin-top: 20px;
}
.giftbox-sended-url-wrap > .info-wrap > .received-info > .phone-number > p {
  line-height: 1.5;
}
.giftbox-sended-url-wrap
  > .info-wrap
  > .received-info
  > .phone-number
  > p:nth-of-type(1) {
  color: #222;
  font-weight: 400;
}
.giftbox-sended-url-wrap
  > .info-wrap
  > .received-info
  > .phone-number
  > p:nth-of-type(2) {
  text-align: right;
  font-weight: 500;
  color: #222;
}
.giftbox-sended-url-wrap
  > .info-wrap
  > .received-info
  > .phone-number.only-cyber
  > p:nth-of-type(2)
  span:last-child {
  flex-shrink: 0;
}
.giftbox-sended-url-wrap .btn-wrap {
  padding-top: 30px;
  padding-bottom: 85px;
}
.giftbox-sended-url-wrap .btn-wrap .b-oneday-go {
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 5px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #222;
  display: flex;
  justify-content: center;
}
.giftbox-sended-url-wrap .btn-wrap.pink {
  padding-top: 0;
  padding-bottom: 40px;
}
.giftbox-sended-url-wrap .btn-wrap .b-oneday-go.pink {
  color: #fb7091;
  border: 1px solid #fb7091;
}

/*회원가입 완료*/
.join_complete_wrap{
    padding: 35px 17px 110px;
}
.join_complete_wrap .join_complete_top{
    text-align: center;
    margin-bottom: 50px;
}
.join_complete_wrap .join_complete_top strong{
    background: url("../images/new/join_comp_icon.png")no-repeat top center;
    background-size: auto 60px;
    padding-top: 80px;
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    margin-bottom: 17px;
    letter-spacing: -0.02em;
}
.join_complete_wrap .join_complete_top p{
    font-size: 16px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.join_complete_wrap .join_complete_top p i{
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #222;
    margin: 0 5px;
}
.join_complete_wrap .join_complete_top p b{
    font-size: 20px;
    font-weight: 500;
}
.join_complete_wrap .join_complete_ul{
    background: #f7f7f7;
    padding-top: 25px;
}
.join_complete_wrap .join_complete_ul p{
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #666;
    margin-bottom: 4px;
}
.join_complete_wrap .join_complete_ul li{
       border-bottom: 1px solid #efefef;
}
.join_complete_wrap .join_complete_ul li:nth-child(2){
    background: url("../images/new/join_comp_li_1.png")no-repeat left 10px center;
    background-size: 49px 44px;    
}
.join_complete_wrap .join_complete_ul li:nth-child(3){
    background: url("../images/menu/icon_oneday_driver.svg")no-repeat left 20px center;
    background-size: 39px 39px;    
}
.join_complete_wrap .join_complete_ul li:nth-child(4){
    background: url("../images/menu/icon_overseas.svg")no-repeat left 20px center;
    background-size: 39px 39px;    
}
.join_complete_wrap .join_complete_ul li:nth-child(5){
    background: url("../images/menu/icon_golf.png")no-repeat left 20px center;
    background-size: 39px 39px;    
}

.join_complete_wrap .join_complete_ul li:last-child{
    border: none;
}
.join_complete_wrap .join_complete_ul li a{
    background: url(../images/common/datepicker_btn_next.png) no-repeat right 20px center;
    background-size: 8px 15px;
    display: block;
    padding: 25px 20px 25px 70px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
}

/*회원탈퇴*/
/*공통 상단 타이틀*/
.top_tit_wrap{
    padding: 30px 17px 20px;
}
.top_tit_wrap h2{
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #222;
    font-weight: 400;
}
.top_tit_wrap p{
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.02em;
}
ul.withdraw_wrap{
	display:flex;
    flex-wrap: wrap;
	padding: 30px 16px;
	background: #f7f9fc;
	/* height: calc(100% - 348px);
    min-height: 405px; */	
}
ul.withdraw_wrap li{
  width:50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight:500
}
ul.withdraw_wrap li i{}
ul.withdraw_wrap li:last-child{
    margin-bottom: 0px;
}
ul.withdraw_wrap li label{
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #222;
    margin-left: 10px;
} 
ul.withdraw_wrap li .radiobox input:checked + i{
    border-color: #1aaabb;
    background: #1aaabb;
}

/*회원탈퇴 완료*/
.container.withdraw{
    height: 100%;
    padding-bottom: 0;
}
.join_complete_wrap.withdraw{
    padding: 150px 17px 0;
    margin: auto 0;
}
.join_complete_wrap.withdraw .join_complete_top.withdraw{
    background: url(../images/new/icon_withdraw.png)no-repeat top center;
    background-size: auto 50px;
    padding-top: 75px;
    margin-bottom: 20px;
}
.join_complete_wrap.withdraw .join_complete_top.withdraw strong{
    padding-top: 0;
    background: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.02em;
    margin-bottom: 0
        
}
.join_complete_wrap.withdraw .join_complete_top.withdraw b{    
    font-size: 25px;
    font-weight: 600;
}
.join_complete_wrap.withdraw > p{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    caption-side: #666;
}

/* 선물하기 URL 딤모달 */
.giftbox-url-pop {
  position: absolute;
  width: calc(100% - 22.222vw);
  padding: 0 11.111vw;
  height: 100%;
  z-index: 9999;
  background: rgba(0 0 0 / 0.7);
  left: 0;
  top: 0;
}
.giftbox-url-pop > .giftbox-url-pop-inner {
  position: absolute;
  width: calc(100% - 22.222vw);
  top: 50%;
  transform: translateY(-50%);
}
.giftbox-url-pop > .giftbox-url-pop-inner > .giftbox-url-pop-wrap {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.giftbox-url-pop .giftbox-url-pop-wrap .btn-wrap {
  width: 100%;
  margin-top: 203px;
  position: relative;
  z-index: 9999999999;
}
.giftbox-url-pop .giftbox-url-pop-wrap .btn-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/static/resources/platform/oneday/images/common/pop-img-phone.png") 0 no-repeat;
  background-size:contain;
  width: 140px;
  height: 117px;
  bottom: 55px;
}
.giftbox-url-pop .giftbox-url-pop-wrap .btn-wrap .b-go-app {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #000;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 100%;
  padding: 20px 0;
}
.giftbox-url-pop .giftbox-url-pop-wrap .btn-wrap .b-go-app::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-3px);
  margin-left: 5px;
}
.giftbox-url-pop .giftbox-url-pop-wrap .txt {
  padding: 43px 0 0;
}
.giftbox-url-pop .giftbox-url-pop-wrap .txt p.app-only {
  font-size: 24px !important;
  line-height: 1.5 !important;
}
.giftbox-url-pop .giftbox-url-pop-wrap .txt p:nth-of-type(1) {
  font-size: 16px;
  text-align: center;
  margin-bottom: 18px;
}
.giftbox-url-pop.giftbox-popup-type2 .txt p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 10px;
}
.giftbox-url-pop .giftbox-url-pop-wrap .txt p em {
  font-weight: bold;
}
.giftbox-url-pop .giftbox-url-pop-wrap .txt p:nth-of-type(2) {
  font-size: 24px;
  text-align: center;
}
.giftbox-url-pop > .giftbox-url-pop-inner .b-go-web {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}

/**************************************************************************************************/
/* 기타 */
/**************************************************************************************************/
/* 접근권한안내 팝업 */
.access-pop {
  position: absolute;
  width: calc(100% - 22.222vw);
  padding: 0 11.111vw;
  height: 100%;
  z-index: 9999;
  background: rgba(0 0 0 / 0.7);
}

.access-pop > .access-pop-inner {
  position: absolute;
  width: calc(100% - 22.222vw);
  top: 50%;
  transform: translateY(-50%);
}
.access-pop > .access-pop-inner > .access-pop-wrap {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.access-pop .access-pop-wrap .btn-wrap {
  width: 100%;
  margin-top: 91px;
  position: relative;
  z-index: 9999999999;
}

.access-pop .access-pop-wrap .btn-wrap .b-go-app {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #000;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 100%;
  padding: 20px 0;
}

.access-pop .access-pop-wrap .txt {
  padding: 34px 20px 20px;
  margin: 0 20px;
  border-bottom: 1px solid #ddd;
}

.access-pop .access-pop-wrap .txt p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.access-pop .access-pop-wrap .txt p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.45;
}
.access-pop .contents {
  padding: 23px 20px 0;
}
.access-pop .contents > div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.access-pop .contents > div:nth-last-of-type(1) {
  margin-bottom: 33px;
}
.access-pop .contents > div > i {
  font-size: 0;
  color: transparent;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.access-pop .contents > div > i::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
  position: absolute;
}
.access-pop .contents > div.save > i::before {
  background: url("../images/common/img_access_save.svg") 0 no-repeat;
  z-index: 99;
  background-position: center center;
}
.access-pop .contents > div.camera > i::before {
  background: url("../images/common/img_access_camera.svg") 0 no-repeat;
  z-index: 99;
  background-position: center center;
}
.access-pop .contents > div.address > i::before {
  background: url("../images/common/img_access_address.svg") 0 no-repeat;
  z-index: 99;
  background-position: center center;
}
.access-pop .contents > div > i::after {
  content: "";
  width: 40px;
  height: 40px;
  z-index: 99;
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.access-pop .contents > div > div > p:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.access-pop .contents > div > div > p:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 16px;
}
.access-pop .contents > div > div > p:nth-of-type(1) > span:nth-of-type(2) {
  color: #fff;
  font-size: 12px;
  background: #19c4d8;
  border-radius: 5px 0 5px 0;
  padding: 3px 8px;
  margin-left: 5px;
}
.access-pop .contents > div > div > p:nth-of-type(2) {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* 상품주요사항안내 팝업 */
.intro-accordion-cont.certicheck .dot-list{margin-bottom:30px;}
.intro-accordion-cont.certicheck .dot-list > li{margin-bottom:8px;}
.intro-accordion-cont.certicheck .dash-list{margin-top:8px;}
.intro-accordion-cont.certicheck .dash-list li{position:relative;padding:0 0 2px 10px}
.intro-accordion-cont.certicheck .dash-list li:before{content:"-";position:absolute;top:2px;left:0;line-height:1;}

/* 작은 모바일 및 아이폰  */
@media only screen and (max-device-width: 320px) {
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber {
    display: flex;
    align-items: flex-start;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber
    > p
    > span {
    display: block;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number
    > p:nth-of-type(2)
    > span:nth-of-type(1):after {
    content: "ㅣ";
    color: #ccc;
    font-size: 12px;
    padding-left: 3px;
    display: none;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber
    > p:nth-of-type(2)
    > span:nth-of-type(1):after {
    content: none;
    /* content: "ㅣ"; */
    font-size: 12px;
    color: #ddd;
    display: none;
    padding-left: 5px;
  }

  .confirmation-subscription .sortation-content-wrap li.only-cyber {
    display: flex;
    align-items: flex-start;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber > p {
    display: flex;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .confirmation-subscription
    .sortation-content-wrap
    li.only-cyber
    > div
    > div:nth-of-type(1)::after {
    content: none;
    /* content: "ㅣ"; */
    font-size: 12px;
    color: #ddd;
    display: none;
    padding-left: 5px;
  }
}

@media only screen and (min-device-width: 321px) {
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber {
    display: flex;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber
    > p
    > span {
    display: block;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number
    > p:nth-of-type(2)
    > span:nth-of-type(1):after {
    content: "ㅣ";
    color: #ccc;
    font-size: 12px;
    padding-left: 3px;
    display: none;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber
    > p:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
  }
  .giftbox-sended-url-wrap
    > .info-wrap
    > .received-info
    > .phone-number.only-cyber
    > p:nth-of-type(2)
    > span:nth-of-type(1):after {
    content: none;
    /* content: "ㅣ"; */
    font-size: 12px;
    color: #ddd;
    display: inline-block;
    padding-left: 5px;
    margin-right: 5px;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber {
    display: flex;
    align-items: flex-start;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber > p {
    display: block;
    white-space: nowrap;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber > div {
    display: block;
    text-align: right;
  }
  .confirmation-subscription .sortation-content-wrap li.only-cyber .price{display: block;}
  .confirmation-subscription
    .sortation-content-wrap
    li.only-cyber
    > div
    > div:nth-of-type(1)::after {
    content: none;
    /* content: "ㅣ"; */
    font-size: 12px;
    color: #ddd;
    display: inline-block;
    padding-left: 5px;
  }
}

/* 2022-08-20 원데이설문 추가 */
.radiobox.type3 {
	width:20px;
	height:20px;
}
.radiobox.type3 i:after {
	left:5px;
	top:70%;
	width:8px;
	height:8px;
}
.radiobox.type3 input:checked + i:after {
	top:5px;
	opacity:1;
}
.radiobox.type3 input:checked + i {
	border-color:#19C4D8;
	background:#19C4D8;
}

.completed-survey{
  padding: 40px 20px;
  /* border-top: 1px solid #999; */
}
.completed-survey h3 {
  font-size: 16px;
}
.completed-survey h3 > font{
  color: #1aaabb;
}
.completed-survey ul{
  margin-top: 20px;
}
.completed-survey ul li{
  padding: 5px 0;
}
.completed-survey ul li label{
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.completed-survey ul li label font{
  font-weight: 300;
}
.completed-survey .kome {
	position: relative;
	margin: 10px 10px 0 20px;
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.6;
	font-weight: 400;
}
.completed-survey .kome:before {
	content: "※";
	position: absolute;
	left: -20px
}

/* 2023-01-17 완료화면 변경  */
.completed-visual-new {
  padding: 30px 0 ;  
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #f7f9fc;
}
.completed-visual-new .completed-visual-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.completed-visual-new .completed-img {
  width: 55.556vw;
  height: 25vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex: 1 0 auto;
  background-size: contain;
  margin-top: -10px;
}
.completed-visual-new p {
  width: 100%;
  color: #222222;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 26px;
  text-align: center;
}
.completed-visual-new b {
  font-weight: 700;
}
.completed-visual-new .completed-text-driver p:first-child{
  font-size: 14px;
  color: #09a3af;
}
.completed-visual-new .completed-text-driver p:last-child b span{
  background: linear-gradient(to top, #2dc4cb50 35%, transparent 35%)
}
.completed-visual-new .completed-textsub-driver p{
  font-size: 12px;
  line-height: 19px; 
  color: #666;
}
.completed-visual-new .completed-textsub-driver p b{
  color: #222;
  font-weight: 500;
}
.completed-visual-new .completed-img-car {
  background-image: url("../images/insurance/completed_img_car.svg");
}
.completed-visual-new .completed-img-driver {
  height: 170px;
  width: 73%;
  margin-bottom: -15px;
  background-image: url("../images/insurance/completed_img_driver_new.png");
  /* background-image: url("../images/insurance/completed_img_driver.svg"); */
}
.completed-visual-new .completed-img-kick {
  background-image: url("../images/insurance/completed_img_kick.svg");
}
.completed-visual-new .completed-img-home {
  background-image: url("../images/insurance/completed_img_home.svg");
}
.completed-visual-new .completed-img-cyber {
  background-image: url("../images/insurance/completed_img_cyber.svg");
}
.completed-visual-new .completed-img-ana {
  background-image: url("../images/insurance/completed_img_ana.svg");
}
.completed-visual-new .completed-img-children1 {
  background-image: url("../images/insurance/completed_img_children1.svg");
}
.completed-visual-new .completed-img-children2 {
  background-image: url("../images/insurance/completed_img_children2.svg");
}
.completed-visual-new .completed-img-travel1 {
  background-image: url("../images/insurance/completed_img_travel1.svg");
}
.completed-visual-new .completed-img-travel2 {
  background-image: url("../images/insurance/completed_img_travel2.svg");
}
.completed-visual-new .completed-img-travel3 {
  background-image: url("../images/insurance/completed_img_travel3.png");
  margin-bottom: 15px;
  height: 170px;  
}
.completed-visual-new .completed-img-sufing {
  background-image: url("../images/insurance/completed_img_sufing.svg");
}
.completed-visual-new .completed-img-fishing {
  background-image: url("../images/insurance/completed_img_fishing.svg");
}
.completed-visual-new .completed-img-hiking {
  background-image: url("../images/insurance/completed_img_hiking.svg");
}
.completed-visual-new .completed-img-bicycle {
  background-image: url("../images/insurance/completed_img_bicycle.svg");
}
.completed-visual-new .completed-img-soccer {
  background-image: url("../images/insurance/completed_img_soccer.svg");
}
.completed-visual-new .completed-img-baseball {
  background-image: url("../images/insurance/completed_img_baseball.svg");
}
.completed-visual-new .completed-img-badminton {
  background-image: url("../images/insurance/completed_img_badminton.svg");
}
.completed-visual-new .completed-img-tennis {
  background-image: url("../images/insurance/completed_img_tennis.svg");
}
.completed-visual-new .completed-img-tabletennis {
  background-image: url("../images/insurance/completed_img_tabletennis.svg");
}
.completed-visual-new .completed-img-ski {
  background-image: url("../images/insurance/completed_img_ski.svg");
}
.completed-visual-new .completed-img-snowboard {
  background-image: url("../images/insurance/completed_img_snowboard.svg");
}
.completed-visual-new .completed-img-common {
  background-image: url("../images/insurance/completed_img_common.svg");
}
.completed-visual-new .completed-img-newcar {
  background-image: url("../images/insurance/completed_img_newcar.svg");
}
.completed-visual-new .completed_img_viva {
  background-image: url("../images/insurance/completed_img_viva.svg");
}
/* end 2023-01-17 완료화면 변경  */


/*설정*/
.container.setting_wrap{
    padding-bottom: 110px;
}
.container.setting_wrap .setting_ul{
    margin-top: 35px;
    border-bottom: 4px solid #eee;
}
.container.setting_wrap .setting_ul h3{
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.container.setting_wrap .setting_ul li{
    padding: 20px;
    background: #f7f7f7;
    font-size: 0;
}
.container.setting_wrap .setting_ul li:first-child{
    padding-bottom: 0;
}
.container.setting_wrap .setting_ul li a.pl0{
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: right;    
}
.container.setting_wrap .setting_ul li a.pl0 .btn-icon.more{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.container.setting_wrap .setting_ul li p{
    display: inline-block;
    vertical-align: middle;
}
.container.setting_wrap .setting_ul li p:first-child{
    width: calc(100% - 100px);
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.container.setting_wrap .setting_ul li p:first-child span{
    margin-left: 5px;
}
.container.setting_wrap .setting_ul li p:last-child{
    width: 100px;
    text-align: right;
    padding-left: 52px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #666;
}
.container.setting_wrap .setting_bottom_txt{
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222;
    margin-top: 35px;
    padding: 0 0 20px 20px;
}

/* 2023-03-08 해오여행 PC지원결제수단선택 */
.divide-line {
	margin: 20px 0;
	height: 1px;
	border: 0;
}
.payment-info .form-input+.select-combobox {
	margin-top: 34px;
}
.payment-detail-box {
	position: relative;
	width: auto;
	min-width: calc(240px - 8.888%);
	margin: 0 4.444%;
}
.code-number.four .input-text {
	width: calc(25% - 6px);
}
.code-number.four hr {
	margin: auto 10px;
	width: 13px;
	height: 1px;
	background-color: #ccc;
	border: none;
}
.date-flex {
	display: flex;
	justify-content: space-between;
}
.date-flex>div {
	width: 47%;
}
.payment-info .form-input+.form-select {
	margin-top: 30px;;
}
.payment-info .form-input+.form-select>.form-label {
	margin-bottom: 5px;;
}
.payment-info .form-input+.form-select>.date-flex .select-combobox {
	z-index: 3;
}
.payment-info .select-combobox ul {
	max-height: 155px;
}
.payment-info .form-input+.form-select>.select-combobox {
	margin-top: 15px;
}
.chk-save-payinfo {
	margin: 30px 0;
}
.payment-account .form-input {
	margin-top: 20px;
	padding-bottom: 15px;
}
.payment-account .form-input .search-accuont {
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}
.payment-account .form-input .search-accuont .input-text {
	width: calc(100% - 120px);
}
.payment-account .selPayment {
	margin-top: 5px;	
}
.payment-kakaopay .form-label, .payment-naverpay .form-label {
	margin-bottom: 0;
}
.payment-kakaopay .info-box, .payment-naverpay .info-box {
	margin-top: 13px;
}
.info-box2 {
	margin-top: 13px;
	padding: 30px;
	border-radius: 4px;
	background: #F7F7F7;
}

.info-box2 li {
	position: relative;
	margin-top: 15px;
	padding-left: 10px;
	color: #333;
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
}
.info-box2 li font {
	color: #19C4D8;
}
.info-box2 li:first-child {
	margin-top: 0;
}
.info-box2 li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #19C4D8;
}


/* 2023-05-10 유학보험 */
.select-subscription-date.date-mixed ul:first-child {
	margin-bottom: 0;
}
.select-subscription-date.date-mixed .date-list {
	padding-top:0;
    border-bottom:1px solid #eeeeee;
}
.select-subscription-date.date-mixed .date-list span input{
  color: #222;
  position: relative;
  padding-right: 0;
  margin-right: -1px;
}

.select-subscription-date.date-mixed .date-list .time:before{
  content: '';
  position:absolute;
  display:block;
  width: 43px;
  height: 29px;
  background:#fff;
  right: 144px;
  z-index: 1;
}
.select-subscription-date.date-mixed .date-list .time .input-time{
	width: 43px;
}

/* 2023-07-18 단체보험 365일*/
.reward_info{
	margin-top: 20px;
}
.reward_info,
.reward_limit{
  line-height: 1.4;
}
.reward_info h2,
.reward_limit h2{
	margin-bottom:20px;
	color:#19c4d8;
	font-size: 1.5em;
	font-weight: 500;
  
}
.slide-popup .popup-wrap .popup-content .reward_info h3{
	margin-bottom:5px;
	font-size:1.17em;
	color:#111;
}
.reward_info .txt_sub{
	margin-left:15px;
	margin-bottom: 15px;
	font-size: 13px;
	color:#111;
}
.slide-popup .popup-wrap .popup-content .reward_info h4{
	margin-left:15px;
	margin-bottom:5px;
	font-size: 14px;
	color: #555;
}
.reward_info ul.list_number, 
.reward_limit ul.list_number{
	margin-left:15px;
	margin-bottom: 30px;
}
.reward_info ul.list_number li,
.reward_limit ul.list_number li{
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 0;
	color: #666;
	font-size: 13px;
}
.reward_limit .txt_sub{
	margin-bottom:10px;
	font-size: 1.17em;
	color:#111;
	font-weight: 500;
}
.reward_info + .reward_limit{
	margin-left:-24px;
	margin-top: 45px;
	padding: 45px 24px 0;
	width: 100%;
	border-top: 1px solid #e1e1e2;
}

.popup-container .popup-select-plan .type-oneday{
  background:url("../images/insurance_intro/img-golf-type-oneday.png") #def7f8 no-repeat;
  background-size: 84px auto;
  background-position: top 30px right 30px;
  height: 107px;
}
.popup-container .popup-select-plan .type-longterm{
  background: url("../images/insurance_intro/img-golf-type-longterm.png") #e0f0f8 no-repeat;
  background-size: 89px auto;
  background-position: top 25px right 30px;
  height: 107px;
}
.popup-container .popup-select-plan li.type-longterm button{
	background:#1a98db 
}
.select-subscription-date > ul.golf{
	
}
.select-subscription-date > ul.golf > li{
	padding: 16px 0 18px;
}
.select-subscription-date > ul.golf > li .time-select{
	transform: translateY(-40px);
} 
.pop-golf-info {
	margin-bottom:20px;
  	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 999;
	transition: opacity 500ms ease-in-out;
}
.pop-golf-info p {
	padding: 10px 10px 11px;
	color: #E83F42;
	font-weight: 500;
	line-height: 1.4;
	word-break: keep-all;
	border-radius: 4px;
	background: rgb(219 219 219 / 50%);
}
.pop-golf-info.view {
	opacity: 1;  
}


.pop-toast-info {
	display: none !important; /* 기기별 다름 - 하단 체크박스 가림 등으로 인한 삭제 */
	position: fixed;
	left: 0;
	bottom: -80px;
	width: 100%;
	height:56px;
	text-align: center;
	opacity: 0;
	z-index: 999;
	transition: opacity 500ms ease-in-out;
}
.pop-toast-info p {
  	padding: 10px 10px 11px;
  	color: #fff;
  	font-size: 14px;
  	line-height: 1.5;
  	word-break: keep-all;
  	border-radius: 4px;
  	background: rgba(84, 88, 97, 0.85);
}
.pop-toast-info.view {
  	opacity: 1;
  	bottom: 105px;
}

/* 네이버 해외여행 꾸미기 */
.naverView .wrap-contract-summary{
	display: block
}
.naverView .completed-visual-new .completed-img-travel3 {
  max-width: 681px;
}
.wrap-contract-summary{
	display: none;
}
.ul-contract-summary{
  background-color: #f7f9fc;
  padding: 16px;
  margin-bottom: 20px;
  text-align: right;
}
.ul-contract-summary li{
  display:flex;
  justify-content: space-between;
  font-size: 14px;
  color:#222;
  font-weight: 500;
  line-height: 1.6;
}
.ul-contract-summary li + li{
  margin-top: 7px;
}
.ul-contract-summary li p:first-child{
  color:#666;
  font-weight:normal;
}
.ul-naver-label{
    display:none;
}
.naverView .ul-naver-label {
	display: flex;
	padding: 0 5px;
	margin-bottom: 7px;
	align-items: center;    
    gap:5px
}
.ul-naver-label li {
	width: 100%;
	text-align: center;	
}
.ul-naver-label li p  {
	background: #00de5a;
	color: #fff;
	padding: 11px 0px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: -0.08em;
	border-radius: 5px;
	position: relative;
}
@media(max-width:320px){.ul-naver-label li p{
	font-size:13px}
}
.ul-naver-label li p:after {
	content: '';
	display: block;
	width: 11%;
	height: 14%;
	background: #00de5a;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%)
}
.ul-naver-label li p .naver-pay{
	margin-right:3px;
	width: 50px;
	height: 17px;
	display:block;
	background: url("../images/insurance/insurance_nPay01.png") no-repeat 0;
	background-size: contain;
	filter:invert(1);
}
.ul-naver-label li p .naver-crown{
	margin-right:3px;
	width: 18.5px;
	height: 16px;
	display:block;
	background: url("../images/insurance/insurance_nPay04.png") no-repeat 0;
	background-size: contain;	
}
.ul-naver-label li:nth-child(2) p,
.ul-naver-label li:nth-child(2) p:after{
	background: #19c4d8;
}
.ul-naver-label li:nth-child(3) p,
.ul-naver-label li:nth-child(3) p:after{
	background: #f17777;
}
.naverView .confirmation-subscription .sortation-content-wrap li .ex-txt {
	color: #19c4d8
}

/* 네이버바텀시트 */
.naver-bottom .popup-header h2{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.naver-bottom .popup-header .n-pay{
	width: 50px;
	height: 17px;
	display:block;
	background: url("../images/insurance/insurance_nPay01.png") no-repeat 0;
	background-size: contain;	
}
.naver-bottom .popup-header h2 span:nth-child(2){
	transform: translateY(-2px);
}
.naver-bottom .title-strong-point{
	font-size: 18px;
	font-weight: normal;
	color: #222;
	line-height: 25px;
}
.naver-bottom .ul-strong-point li {
	position: relative;
	padding: 17px 20px;
	font-size: 16px;
	color: #222;
	line-height: 21px;
}
.naver-bottom .ul-strong-point li+li {
	margin-top: 15px;
}
.naver-bottom .ul-strong-point li .color-text{
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #09a3af;
}
.naver-bottom .ul-strong-point li:nth-child(2) .color-text{
	color: #f17777;
}
.naver-bottom .ul-strong-point li:nth-child(1){
	background:url("../images/insurance/insurance_nPay02.png") #f7f9fc no-repeat;
	background-size: 70px auto;
	background-position: center right 25px;
}
.naver-bottom .ul-strong-point li:nth-child(2){
	background:url("../images/insurance/insurance_nPay03.png") #f7f9fc no-repeat;
	background-size: 70px auto;
	background-position: center right 25px;
}
.naver-bottom .law-text{
	margin-top:20px;
	color:#999999;
	line-height:20px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	font-family: 'Roboto' ,'NOTOSANSCJKKR';
}

/* 2024-10-03 해외여행배서 분단위 위치수정 */
.endor .mbsc-datetime-minute-wheel:after,
.endor .non-setting-hours .mbsc-datetime-hour-wheel:after {
 transform: translateY(-34px);
}

/* 20250401 보험금청구 국가선택 화면수정 */
.select-tab.black-ver ul {
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0;
}
.select-tab.black-ver li {
	margin: 0;
	padding: 0;
}
.select-tab.black-ver li label {
	background-color: #b1bfc1;
	color: #fff;
	border-color: #b1bfc1;
}
.select-tab.black-ver li .selected, .select-tab.black-ver li input[type="radio"]:checked + label, .select-tab.black-ver li input[type="checkbox"]:checked + label  {
	background-color: #3b3a40;
	color: #fff;
	border-color: #3b3a40;
}