﻿.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.btn_wrap {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.btn_wrap a {
  float: left;
  margin-left: 10px;
}

.btn_wrap a:first-child {
  margin-left: 0px;
}

.btn_wrap input {
  float: left;
  margin-left: 10px;
}

.btn_wrap input:first-child {
  margin-left: 0px;
}

.btn_wrap .sns {
  float: left;
  overflow: hidden;
}

.btn_wrap .sns ul {
  overflow: hidden;
}

.btn_wrap .sns ul li {
  float: left;
  margin-left: 10px;
}

.btn_wrap .sns ul li:first-child {
  margin-left: 10px;
}

.btn_wrap .sns ul li a {
  display: block;
  width: 36px;
  height: 36px;
}

.btn_wrap .sns ul li a.btn_facebook {
  background: url(Images/common/btn_facebook.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_facebook:hover {
  background: url(Images/common/btn_facebook_over.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_instagram {
  background: url(Images/common/btn_instagram.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_instagram:hover {
  background: url(../../images/common/btn_instagram_over.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_youtube {
  background: url(../../images/common/btn_youtube.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_youtube:hover {
  background: url(../../images/common/btn_youtube_over.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_twitter {
  background: url(../../images/common/btn_twitter.png) 0 0 no-repeat;
}

.btn_wrap .sns ul li a.btn_twitter:hover {
  background: url(../../images/common/btn_twitter_over.png) 0 0 no-repeat;
}

.btn_wrap .list {
  display: inline-block;
  float: right;
}

.btn24 {
  display: inline-block;
  height: 24px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

.btn24.gray {
  border: 1px solid #666666;
  background: #666666;
  color: #ffffff;
}

.btn30 {
  display: inline-block;
  height: 30px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

.btn30.black {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.btn30.white {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.btn36 {
  display: inline-block;
  height: 36px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

.btn36.red {
  border: 1px solid #cd4f52;
  background: #cd4f52;
  color: #ffffff;
}

.btn36.gray {
  border: 1px solid #595959;
  background: #595959;
  color: #ffffff;
}

.btn36.blue {
  border: 1px solid #021d60;
  background: #021d60;
  color: #ffffff;
}

.btn36.center {
  float: none;
}

.btn46 {
  display: inline-block;
  height: 46px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

.btn46.red {
  border: 1px solid #cd4f52;
  background: #cd4f52;
  color: #ffffff;
}

.btn46.blue {
  border: 1px solid #021d60;
  background: #021d60;
  color: #ffffff;
}

.btn46.gray {
  border: 1px solid #595959;
  background: #595959;
  color: #ffffff;
}

.btn46.center {
  float: none;
}

.btn60 {
  display: inline-block;
  height: 60px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

.btn60.navy {
  border: 1px solid #021d60;
  background: #021d60;
  color: #ffffff;
}

/* New Modal styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex;
}

.modal.fade.show {
  animation: fade-in 0.3s forwards;
  display: flex;
}

.modal.fade.fade-out {
  animation: fade-out 0.3s forwards;
  opacity: 0;
}

.modal-dialog {
  position: relative;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1rem 1rem 0rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.ab-tr {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

#modal_multicityinfo ol li {
  list-style: decimal;
  margin-left: 20px;
}

#modal_multicityinfo p,
#modal_multicityinfo h5 {
  margin-bottom: 10px;
}

.rotate {
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  color: #3f3f3f;
  font-size: 18px;
}

.line {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #ececec;
  vertical-align: middle;
  margin: 0 10px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
/* New Modal styles end */

