/* ¸ð´Þ ÆË¾÷ */
.modal-open {
  overflow: hidden;
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  width: 600px;
  /* height: 489px; */
  margin: 0 16px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}
.modal-popup .popup-inner:focus {
  outline: 0;
}
.modal-popup.hide .modal-popup .popup-inner {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.modal-popup.show .modal-popup .popup-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}
.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal-popup.modal-sm .popup-inner {
  width: 400px;
}
.modal-popup.modal-sm .popup-header,
.modal-popup.modal-sm .btn-close-popup {
  height: 55px;
}
.modal-popup.modal-sm .popup-title {
  font-size: 20px;
}
.modal-popup.modal-sm .popup-body {
  padding: 32px 24px 24px;
}
.modal-popup.modal-sm .btn-close-popup {
  width: 55px;
}
.modal-popup.modal-md .popup-inner {
  width: 800px;
}
.modal-popup.modal-lg .popup-inner {
  width: 1060px;
}
.modal-popup.modal-xl .popup-inner {
  width: 1200px;
}
.modal-popup.modal-full .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
}
.modal-popup.modal-full .popup-header,
.modal-popup.modal-full .popup-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.modal-popup.modal-full .popup-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: none;
  padding-bottom: 30px;
}
.modal-popup .popup-inner {
  border-radius: 12px;
  overflow: hidden;
  border: 0;
}
.modal-popup .popup-body {
  max-height: calc(100vh - 200px);
}

/* ¸ð´Þ, À©µµ¿ì ÆË¾÷ °øÅë */
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Pretendard", "malgun gothic", Arial, sans-serif;
  height: 71px;
  text-align: center;
  border-bottom: 1px solid #E3E5EB;
}
.popup-header .popup-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 24px;
}
.modal-popup .popup-header {
  border-radius: 10px 10px 0 0;
}

.popup-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px 24px;
}
.popup-body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: transparent;
}
.popup-body::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 7.5px;
  background-clip: padding-box;
  border: 5px solid transparent;
}
.popup-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(140, 140, 140, 0.5);
}
.popup-body::-webkit-scrollbar-thumb:active {
  background-color: rgba(128, 128, 128, 0.5);
}
.popup-body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.4);
}
.popup-body::-webkit-scrollbar-corner {
  background-color: rgba(255, 255, 255, 0.4);
}

.popup-footer {
  position: relative;
  padding: 0 20px 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.popup-footer .btn-group {
  margin: -4px;
}
.modal-popup .popup-footer .btn-group {
  margin-bottom: 15px;
}

.modal-popup .popup-footer .btn-group {
  margin-bottom: 15px;
}

.btn-close-popup {
  display: block;
  position: absolute;
  top: 0;
  right: -9999px;
  width: 1px;
  height: 1px;
  border: 0;
  text-decoration: none;
  background: url(/resources/img/main/ico-times-darkgray-lg@2x.png) no-repeat center center;
  background-size: 16px auto;
  overflow: hidden;
}

.popup-header ~ .btn-close-popup {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  right: 0;
  width: 71px;
  height: 71px;
  background: url(/resources/img/main/ico-times-darkgray-lg@2x.png) no-repeat center center;
  background-size: 18px 18px;
}

/* ¸ÞÀÎ °øÁö ÆË¾÷ */
.modal-notice .popup-inner {
  max-width: 800px;
  background: transparent;
}
.modal-notice .popup-body {
  max-height: 489px;
  background: #ffffff;
  border-radius: 12px 12px 0px 0px;
  /* padding: 41px 38px 12px 36px; */
  padding: 28px 30px 28px 30px;
  /* background: url(/resources/img/main/modal.jpg) no-repeat center bottom; */
  background-size: cover;
}
@media screen and (max-width:767px) {
	.modal-notice .popup-body {
	  max-height: 400px;
	  background: #ffffff;
	  border-radius: 12px 12px 0px 0px;
	  /* padding: 41px 38px 12px 36px; */
	  padding: 28px 30px 28px 30px;
	  /* background: url(/resources/img/main/modal.jpg) no-repeat center bottom; */
	  background-size: cover;
	}
}
.modal-notice .popup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #28282D;
  color: #fff;
  padding: 16px;
  border-radius: 0px 0px 12px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.modal-notice .popup-footer button {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.modal-notice .popup-title {
  font-size: 30px;
  line-height: 1.2;
}
.modal-notice .image-notice {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 52px;
}
.modal-notice .image-notice img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.modal-notice .popup-content {
  position: relative;
  max-height: 489px;
  /* padding: 28px 30px 28px 30px; */
  /* border: 1px solid; */
}
@media screen and (max-width:767px) {
	.modal-notice .popup-content {
	  position: relative;
	  max-height: 400px;
	}
}
.modal-notice .popup-content p {
  font-weight: 500;
  line-height: 1.1875;
  color: #28282D;
}
.modal-notice .popup-content p + p {
  margin-top: 20px;
}
.modal-notice .popup-content .text-darkorage {
  color: #F85900;
}
.modal-notice .popup-content .logo-bottom {
  text-align: center;
}
.modal-notice .popup-content .logo-bottom img {
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-item-lg {
    line-height: 20px;
}
.check-item-lg input[type=radio] + .label {
  display: inline-block;
  position: relative;
  height: 20px;
  white-space: nowrap;
  vertical-align: top;
}
.check-item-lg input[type=checkbox]:not(:focus-visible) + label, .check-item-lg input[type=radio]:not(:focus-visible) + label {
  outline: 0;
}
.check-item-lg input[type=checkbox], .check-item-lg input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.mt-4 {
  margin-top: 16px !important;
}