
/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*.
.hero_home.version_2 {
  background: none;
  position: relative;
  overflow: hidden;
  height: 500px;
  display: block;
}
.hero_home.version_2:before {
  background: #0085ff url(../img/bg/box_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation: pop-in 3s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero_home.version_2 {
    height:500px;
  }
}
.hero_home.version_2 .content {
  background-color: #3e3f77;
  background-color: rgba(63, 64, 121, 0.9);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .hero_home.version_2 .content {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .hero_home.version_2 .content {
    padding: 0 15px;
  }
}

hero_home.version_3 {
  background: #0085ff url(../img/bg/box_bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_home.version_3 {
  background: #0085ff url(../img/bg/box_bg2.jpg) no-repeat center bottom;
   height: 160px;
}
*/

/*-------- 3.4 Sing In Modal --------*/

/*-------- 3.4 Sing In Modal --------*/
#sign-in-dialog, #hw-in-dialog,#info-dialog,#join-dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:800px;
  margin:40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


/*-------- 3.4 Sing In Modal --------*/
#online-dialog,#re_dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:800px;
  margin:10px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}




/* Popup close button*/
#sign-in-dialog .mfp-close,#hw-in-dialog .mfp-close ,#online-dialog .mfp-close,#re_dialog .mfp-close,#info-dialog .mfp-close,#join-dialog .mfp-close{
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover, #hw-in-dialog .mfp-close:hover, #online-dialog .mfp-close:hover, #re_dialog .mfp-close:hover,#info-dialog .mfp-close:hover,#join-dialog .mfp-close:hover{
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before, #hw-in-dialog .mfp-close:before, #online-dialog .mfp-close:before,#re_dialog .mfp-close:before,#info-dialog .mfp-close:before,#join-dialog .mfp-close:before {
  font-size: 16px;
  font-family: 'themify';
  content: "\e646";
}




.modal_header {
  
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}



/*-------- 3.8 Magnific Popup CSS --------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px;
}

/* Close Button */
button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-gallery .mfp-close:before {
  font-family: 'themify';
  font-size: 29px;
  top: 4px;
  left: 50%;
  position: absolute;
  height: 10px;
  transition: 0.3s;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none !important;
}

.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: 'themify';
  font-size: 32px;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\e64a";
  left: -1px;
  top: 0px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\e649";
  left: 1px;
  top: 0px;
  position: relative;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}


.form-control {
  padding: 10px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}
/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/




.page-title-mem {height:300px;
 padding:140px 0 170px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-mem h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 32px;
  margin-top:250px;
  margin-bottom: 0;
}

.page-title-area {
 padding:80px 0 140px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-area h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size:32px;
  margin-top: 0px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
 .page-title-mem {
 padding:30px 0 60px 0 ; border-bottom:1px solid #ffffff;
}
.page-title-mem h1 {
   display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size:24px;
  margin-top: 0px;
  margin-bottom: 0;
}
.page-title-area {
 padding:40px 0 80px 0 ; border-bottom:1px solid #ffffff;
}

.page-title-area h1 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size:24px;
  margin-top: 0px;
  margin-bottom: 0;
}

}


/*============================================================================================*/
/* ºñÁî¸Ê¹Ú½º
/*============================================================================================*/
.work-box-area > div:nth-child(2){
	margin-top: 80px;
}
.work-box-area > div:nth-child(4){
	margin-top: -35px;
}

/* work-box style1 */
.work-box.style1 .box-count,
.work-box.style1 .dlab-tilte,
.work-box.style1 p,
.work-box.style1{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.work-box.style1{
    background: #fff;
    overflow: hidden;
    padding: 50px 40px 40px;
    border: 4px solid #f06292;

}
.work-box.style1:hover {
	background:#f06292;
}
.work-box.style1:hover{
	
}
.work-box.style1 .icon-bx-lg i{
	display:inline-block;
}
.work-box.style1:hover .icon-bx-lg i{
  animation: shake 0.5s;
  -webkit-animation: shake 0.5s;
  -ms-animation: shake 0.5s;
  -o-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}
@-webkit-keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.work-box.style1 .dlab-tilte{
    color: #443087;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

.work-box.style1:hover p,
.work-box.style1:hover .dlab-tilte{
	color: #fff;
}
.work-box.style1 .box-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #f06292;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    z-index: 2;
}
.work-box.style1 p{
	font-size: 15px;
    font-family: 'roboto', sans-serif;
    margin-bottom: 0;
}
.work-box.style1:hover .box-count{
	background:#fff;
	color:#f06292;
}




/* 
-----------------------------------------------------------------*/
.award {
  z-index: 1;
 background:#fffff;
  
/* 
----- position: absolute;width: 340px;
  right: 0px;
  bottom: 0px;margin-right: -50px;left: -50px;background-size: 220% 150%; 
  background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  
  pulse5 2s infinite;
  ----*/

  padding: 12px 30px 0px 30px;;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.award i {
  display: inline-block;
  color: #051749;
  font-size: 40px;
  margin-right: 20px;
  font-weight: 400;animation: 
}

.award h4 {
  font-weight: 500;
   color: #121212;font-size:20px;
}

.award p {
  color: #111111;
  margin-top:-10px;font-size:17px;font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .award {
    left: 0;
    bottom: 0;
    display: none;
  }
}




/* °ü¸®*/
a.box_tel {border: 0px solid #cfd2d1;
  text-align: center;
  background:#3684ff;
  padding: 10px;margin-top:10px;
  display: block;
  color: #FFFFF;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-border-radius:2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; 
}
a.box_tel h3 {
  font-size: 20px;
  font-size: 1.25rem;color: #fff;
}

a.box_tel h4 {
  font-size: 20px;
   font-size: 1.25rem;color: #333;
}

@media (max-width: 767px) {
  a.box_tel {
    padding:8px;
  }

}


/* ¹è°æ  */

.main_off2 {
    width: 100%;
    height: 500px;
	background-color:#fff;
    background-image: url(../img/bg/box_bg.jpg);
    /*background-size: 1920px 540px;ÀÌ°É »©¸é ¹ÝÀÀÇüÀ¸·Î°íÁ¤ÇÏ¸é »çÀÌÁî¿¡ ¸Â°Ô*/
	background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.main_off2 {
    width: 100%;
    height:360px;
/*background-image: url(../../common/img_24/bg/office_bgm2.jpg);*/
    background-size: 767px auto;
    /*background-position: top left;*/
     background-position: center;
    background-repeat: no-repeat;
}

}


.sub_car {
    width: 100%;
    height: 500px;
	background-color:#fff;
    background-image: url(../img/bg/box_bg.jpg);
    /*background-size: 1920px 540px;ÀÌ°É »©¸é ¹ÝÀÀÇüÀ¸·Î°íÁ¤ÇÏ¸é »çÀÌÁî¿¡ ¸Â°Ô*/
	background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px){
.sub_car {
    width: 100%;
    height:auto;
    background-image: url(../img/bg/m_box_bg.jpg);
    background-size: 767px 800px;
    /*background-position: top left;*/
     background-position: center;
    background-repeat: no-repeat;
}

}


.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl {
  font-size:12px;  vertical-align:top;
 padding:3px 8px; display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}



.tag1 { margin-right:7px; border: 1px solid #e9a466;color: #fa9504;}
.tag2 { margin-right:7px; border:1px solid #9cc2ee; color:#bbd8f9;}
.tag3 { margin-right:7px; border:1px solid #fafafa; color:#f4f3ed; }
.tag4 { margin-right:0px; border:1px solid #f7d30c; color:#f6e48f;}
.tagb { margin-right:7px; border:1px solid #004dda; color:#000;background-color:#fff;opacity:1;}
.tagw { margin-right:7px; border:1px solid #004dda; color:#fff;background-color:#1846af;opacity:1;}
.tagbl { margin-right:7px; border:1px solid #004dda; color:#fff;background-color:#2f8fd8;opacity:1;}

@media screen and (max-width:767px){
.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl{
 padding:2px 7px; 
}


}


.office-titlew {font-family: 'Pretendard';
 }

.office-titlew h4 {
  position: relative;
 font-size: 28px;
  font-size: 1.75rem;
  /*color:#011135;*/
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: inline-block;font-weight:700;opacity:1;
}
.office-titlew h4:before { 
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 4px;
  height: 2px;
  /*content: "";
  background: var(--primary-blue);*/
}
.office-titlew h2 { 
 /*text-shadow: 1px 2px 1px rgba(255,255,255,0.8);color:#f27507;text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */ 
  font-weight: 500; 
  font-size: 36px;
 color:#FFFFFF;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: 15px;margin-bottom:20px;
}
.office-titlew p{ }



@media screen and (max-width:767px){
.office-titlew {
  margin-bottom: 10px;
  margin-top: -10px;
}

.office-titlew h4 {
    font-size: 24px;  letter-spacing:-0.01em;margin-bottom:0px;
}

.office-titlew h2 {font-size: 24px; margin-top:0px;margin-bottom:10px;
}


}



/**/



/*-------- 2.3 Strip item  ³»°Ô¸Â´Â ÃÖÀû°¡ ¸ñ·Ï--------*/



/*Ä« °Ë»ö ·¹ÇÁÆ® Ãß°¡*/



/*°Ë»ö*/
.box_rent {
  background:none;
  border: 0px solid #e1e8ed;
  margin-bottom: 25px;
}

ul#rent_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#rent_nav li { background: #fff;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;margin-bottom:10px; text-align:center;

}
ul#rent_nav li i {
  font-size: 16px;
  font-size: 1rem;
  margin: 1px 10px 0 0;
  float: left;
}

ul#rent_nav li a { -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  color: #555;font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 20px 15px;
}
ul#rent_nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right:20px;
  top: 20px;
}
ul#rent_nav li a span {
  font-size: 10px;
  font-size: 0.6875rem;
  color: #999;
}
ul#rent_nav li a:hover, ul#rent_nav li a#active, ul#rent_nav li a.active {background: #3651e0;
  color: #fff;
}

@media (max-width: 767px) {

ul#rent_nav li {
margin-bottom:10px;  font-size: 10px;
  font-size: 0.6875rem;
  -webkit-border-radius: 25px;
  -moz-border-radius:25px;
  -ms-border-radius: 25px;
  border-radius: 25px;

}
ul#rent_nav li a { font-size: 10px;
  
  padding:7px 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius:25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}


ul#rent_nav li a:after {
  display: none !important;
}
}


/*------------ Widget take-appointement ---------------- */
/*------------ Widget best-deals ---------------- */
.widget-best-deals {
  padding-top: 343px;
  padding-bottom: 131px;
  background-color: #F2F5FB;
}

.car-list-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.tf-car-service {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px 3px 3px 30px;border:1px solid var(--border-color-1);
}
.tf-car-service .image {
  overflow: hidden;
  position: relative;
}
.tf-car-service .image .stm-badge-top {
  position: absolute;
  top: 16px;
  right: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.tf-car-service .image .stm-badge-top .feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-car-service .image .stm-badge-top .feature span {
  padding: 9px 20px;
  background-color: #D01818;
  color: #ffffff;
   font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 6px;
  margin-right: 10px;

}
.tf-car-service .image .stm-badge-top .feature .cut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.81);
  padding: 5px;
  border-radius: 2px;
}
.tf-car-service .image .stm-badge-top .feature .cut p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  margin-left: 6px;
}
.tf-car-service .image .stm-badge-top > span {
  padding: 9px 9px;
 /* background-color: #D01818;
   color: #ffffff;  border-radius: 3px;*/
  font-size:20px;
  font-weight:500;
  line-height:15px;
  border-bottom:3px solid #121212;
  color: #333;
}
.tf-car-service .image .listing-images {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.tf-car-service .content {
  padding: 16px 43px 37px 34px;
  text-align: left;
}
.tf-car-service .content .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #D01818;
  margin-bottom: 8px;
}
.tf-car-service .content .title {
  margin-bottom: 6px;
}
.tf-car-service .content .price {
  font-size: 15px;
  font-weight: 600;
  line-height: 18.9px;
  color: #D01818;
}
.tf-car-service .content .description ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 0px 30px 0px;
}
.tf-car-service .content .description ul li.listing-information {
  position: relative;
  display: flex;
}
.tf-car-service .content .description ul li.listing-information:not(:last-child) {
  margin-right: 23px;
}
.tf-car-service .content .description ul li.listing-information:not(:last-child)::after {
  width: 1px;
  height: 26px;
  background-color: #D9D9D9;
  content: "";
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
}
.tf-car-service .content .description ul li.listing-information i {
  color: #000000;
  margin-right: 16px;
  margin-top: 10px;
  font-size: 17px;
}
.tf-car-service .content .description ul li.listing-information .inner span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #A2A4A8;
}
.tf-car-service .content .description ul li.listing-information .inner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
}
.tf-car-service .content .bottom-btn-wrap {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-car-service .content .bottom-btn-wrap .btn-read-more .more-link {
  letter-spacing: 0.05em;
}
.tf-car-service .content .bottom-btn-wrap .btn-read-more .more-link i {
  color: #D01818;
  margin-right: 12px;
}
.tf-car-service .content .bottom-btn-wrap .price-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-car-service .content .bottom-btn-wrap .price-wrap .price-sale {
  font-size: 20px;
  font-weight: 600;
  line-height: 25.2px;
  color: #D01818;
}
.tf-car-service .content .bottom-btn-wrap .price-wrap .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #86898E;
  text-decoration-line: line-through;
}
.tf-car-service .content .bottom-btn-wrap .btn-group .icon-service {
  padding: 14px;
  border-radius: 3px;
  background: #F2F6F7;
}
.tf-car-service .content .bottom-btn-wrap .btn-group .icon-service:hover {
  background-color: #D01818;
  transition: all 0.5s;
}
.tf-car-service .content .bottom-btn-wrap .btn-group .icon-service:hover i {
  color: #ffffff !important;
}
.tf-car-service .content .bottom-btn-wrap .btn-group .icon-service:not(:last-child) {
  margin-right: 10px;
}
.tf-car-service .content .bottom-btn-wrap .btn-group .icon-service:not(:last-child) i {
  color: #000000;
}

.hoverable-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: flex;
  justify-content: space-between;
}

.hoverable-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: flex;
  justify-content: space-between;
}

.hoverable-indicators .indicator {
  width: 100%;
  height: 3px;
  background-color: #86898E;
  z-index: 25;
  margin-right: 2px;
}

.hoverable-indicators .indicator.active {
  background-color: #D01818;
}
/*------------ Title main ---------------- */
.heading-section .sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.11em;
  color: #D01818;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.heading-section .sub-title::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(208, 24, 24, 0.19);
}

.title-section-main {
  font-size: 44px;
  line-height: 60px;
  text-transform: capitalize;
  padding-left: 13px;
  position: relative;
}
.title-section-main::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 33px;
  background-color: #D01818;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------ Icon -box ---------------- */
.border-line {
  position: relative;
  background: none;
  border: none;
}
.border-line:hover {
  border: 1px solid #D01818;
  transition: all 0.5s;
}




/*--------------------------------------------------------------
  prolan-------properties style1 Area
--------------------------------------------------------------*/
.properties-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 10;
}

.properties-style1-area.pd-tb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.properties-style1-title-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 53px;
}

.properties-style1-title-box .sec-title {
  padding: 0;
}

.properties-style1-title-box .right {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}

.properties-style1-title-box .right span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: var(--primary-blue);
  font-size: 14px;
  line-height: 14px;
}

.properties-style1-title-box .right p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}



.properties-style1-area .container {
  max-width: 1850px;
}

.single-properties-box-colum {
  flex: 0 0 auto;
  width: 20%;
}

.single-properties-box-style1 { 
  position: relative;border:1px solid var(--border-color-1);
  display: block;
  transition: all 0.2s ease;

  border-radius: 0px 0px 20px 20px;/*¹Ú½º*/
 /* box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);*/
}

.single-properties-box-style2 { 
  position: relative;border:none;
  display: block;
  transition: all 0.2s ease;

  border-radius: 40px 20px 20px 20px;/*¹Ú½º*/
 /* box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);*/
}


.single-properties-box-style1 .img-holder ,.single-properties-box-style2 .img-holder{
  position: relative;
  display: block;
  overflow: hidden;
  height:auto; max-height:200px ;background: #f7f7f7;/*±âº» ¹è°æ»ö*/
}


.single-properties-box-style2 .img-holder{
  border-radius: 80px 20px 0px 0px;/*¹Ú½º*/
  background: #3651e0;/*ÀÌ¹ÌÁö ¹è°æ»ö*/

}

.single-properties-box-style1 .img-holder:before ,.single-properties-box-style2 .img-holder:before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 /* border-top-left-radius: 6px;
  border-top-right-radius: 6px;*/
  z-index: 1;

  /*ÀÌ¹ÌÁöºÎºÐ¿¡ ·¹ÀÌ¾î·Î ÄÃ·¯ÁÖ±â
  opacity:0.032;
  background: rgb(0, 0, 0);*/
  transition: all 0.5s ease; 
  
}


.single-properties-box-style1 .img-holder img,.single-properties-box-style2 .img-holder img {
  width: 100%;
  transition: all 0.5s ease;
}

/* È£¹öÈ¿°ú off
.single-properties-box-style1:hover .img-holder:before {
 opacity: 0.2;
}


.single-properties-box-style1:hover .img-holder img {
  transform: rotate(0deg) scale(1.0);
} 

.single-properties-box-style1 .img-holder .overlay-content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.single-properties-box-style1 .img-holder .overlay-content ul {
  position: relative;
  display: block;
}

.single-properties-box-style1 .img-holder .overlay-content ul li {
  position: relative;
  display: block;
  background-color: var(--primary-blue);
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg1 {
  background-color: none;
  color: #121212;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg2 {
  background-color: #90c907;
}

.single-properties-box-style1 .img-holder .overlay-content ul li+li {
  margin-top: 5px;
}
*/
.single-properties-box-style1 .img-holder .icon { 
border-bottom: 2px solid #121212;
padding: 15px 4px ; font-weight:600;
  color: #121212;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  z-index: 3;font-size:20px;
}
.single-properties-box-style2 .img-holder .icon { 
border-bottom: 2px solid #fff;
padding: 15px 4px ; font-weight:600;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  z-index: 3;font-size:20px;
}

.single-properties-box-style1 .img-holder .icon span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s ease;
}

/*.single-properties-box-style1:hover .img-holder .icon span {
  color: #ffffff;
  transform: scale(1.1);
}*/

/*ÅÃ½ºÆ®»óÀå--->*/
.single-properties-box-style1 .text-holder {
  position: relative;
  display: block;
  /*border: 1px solid var(--border-color-1);*/
  border-top: none;

  padding: 20px 20px 0;/*¹Ú½º ÆÐ´ç*/
  
  border-radius: 0px 0px 20px 20px;/*¹Ú½º*/
  transition: all 0.2s ease; background-color:#fff;
}

.single-properties-box-style2 .text-holder {
  position: relative;
  display: block;
  /*border: 1px solid var(--border-color-1);*/
  border-top: none;

  padding: 20px 20px 0;/*¹Ú½º ÆÐ´ç*/
  
  border-radius: 0px 0px 20px 20px;/*¹Ú½º*/
  transition: all 0.2s ease; background-color:#3651e0; color:#fff;
}



/*.single-properties-box-style1:hover .text-holder {
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
}*/

.single-properties-box-style1 .text-holder .top {

  padding: 9px 9px;
 /* background-color: #D01818;
   color: #ffffff;  border-radius: 3px;*/
  font-size:20px;
  font-weight:500;
  line-height:15px;
  border-bottom:3px solid #121212;
  color: #333;

}




.single-properties-box-style1 .text-holder .top .dot {
 
  background-color: var(--primary-blue);
  border-radius: 50%;
}

.single-properties-box-style1 .text-holder .top p {
  font-size: 14px;
  line-height: 20px;
}

.single-properties-box-style1 .text-holder .top p a {
  color: var(--primary-blue);
}


.single-properties-box-style1 .text-holder h3,.single-properties-box-style2 .text-holder h3 {
 font-size: 24px;
    font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0 19px;
}

@media (max-width: 767px) {
.single-properties-box-style1 .text-holder h3,.single-properties-box-style2 .text-holder h3 {
 font-size: 21px;
  font-size: 1.3125rem;
  
}

}

.single-properties-box-style1 .text-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-properties-box-style2 .text-holder h3 a {
  color: var(--text-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.single-properties-box-style1 .text-holder h3 a:hover {
  color: var(--primary-blue);
}

.single-properties-box-style1 .text-holder p,.single-properties-box-style2 .text-holder p {
  font-size:14px;
  line-height: 20px;
}

.single-properties-box-style2 .text-holder p {
 color: var(--text-white);
}

.single-properties-box-style1 .text-holder .rating-value-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0 22px;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #b2b2b2;
  font-size: 14px;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box {
  position: relative;
  display: block;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box h4 {
  color: var(--primary-blue);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.single-properties-box-style1 .text-holder .info-box,.single-properties-box-style2 .text-holder .info-box {
  position: relative;
  display: block;
  padding: 10px 0 10px;
}

/*.single-properties-box-style1 .text-holder .info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #f6f6f6;
}
*/

/* ·»Æ®¸®½º°¡°Ý*/
.single-properties-box-style1 .text-holder .info-box ul, .single-properties-box-style2 .text-holder .info-box ul{
  position: relative;
  display: block;
  overflow: hidden;margin:0px 0px 10px 0px;padding:0px
}
.single-properties-box-style1 .text-holder .info-box ul:last-child,.single-properties-box-style2 .text-holder .info-box ul:last-child {
 margin-bottom:20px;
}
.single-properties-box-style1 .text-holder .info-box ul li,.single-properties-box-style2 .text-holder .info-box ul li {
  position: relative;
  display: block;
  float: left;
   font-size: 16px;
  line-height:14px;
  font-weight: 600;
 /*padding-right: 15px;
  margin-right: 15px;*/
}
.single-properties-box-style2 .text-holder .info-box ul li {
    color: var(--text-white);

}

.single-properties-box-style1 .text-holder .info-box ul li:last-child {
  color: var(--primary-blue);
  padding-right: 0;
  margin-right: 0; float: right; 
}
.single-properties-box-style2 .text-holder .info-box ul li:last-child {
  color: var(--text-white);
  padding-right: 0;
  margin-right: 0; float: right; 
}
/*.single-properties-box-style1 .text-holder .info-box ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background-color: #f6f6f6;
}
*/
.single-properties-box-style1 .text-holder .info-box ul li:last-child::before ,.single-properties-box-style2 .text-holder .info-box ul li:last-child::before{
  display: none;
}

.single-properties-box-style1 .text-holder .info-box ul li span ,.single-properties-box-style2 .text-holder .info-box ul li span{
color: var(--color-4);
 position: relative;
  display: inline-block;
  font-size: 16px;
  top: 1px;
}

.single-properties-box-style2 .text-holder .info-box ul li span {
 color: var(--text-white);

}


/*--------------------------------------------------------------
  properties style2 Area
--------------------------------------------------------------*/
.properties-style2-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.properties-style2-area .single-properties-box-style1 {
  margin-bottom: 40px;
}

.properties-style2-area__btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 10px;
}


/*============================================================================================*/
/* 2.  CONTENT steps  */ 
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/



/*============================================================================================*/
/* 3.  COMMON steps/*/
/*============================================================================================*/
/*-------- 3.1 Input forms --------*/



.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: #f8f8fa url(../img/arrow_down.svg) no-repeat right center;
  border: 1px solid #d9e1e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px 5px 5px 15px;
  border: 0;
  height: 41px;
 
  margin: 0;
  color:#222;font-weight:500;

  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  	font-size:14px;
  font-size:  0.875rem;
}
.styled-select select:focus {
  color: #555;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.styled-select select::-webkit-input-placeholder {
  color: #999;
}

input.form-control,
select.form-control,
textarea.form-control {
  background: none;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999;
  height: 44px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 6px 10px 6px 15px;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #409fff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #195196;
  background-color: rgba(28, 93, 171, 0.03);
}

span.error {
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  left: 15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}


/*Quantity incrementer input */
.qty-buttons {
  position: relative;
  width: 100%;
  height: 38px;
  display: inline-block;
}

input.qty {
  width: 100%;
}

input.qtyminus,
input.qtyplus {
  position: absolute;
  width: 35px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-indent: -9999px;
  top: 2px;
}

input.qtyplus {
  background: url(../img/plus.svg) no-repeat center center;
  right: 35px;
}

input.qtyminus {
  background: url(../img/minus.svg) no-repeat center center;
  right: 5px;
}




.form-control, .form-select {
  font-size: 16px;
  font-size: 1rem;
  min-height: 45px;
  border-color: #ddd;
}

.form-group {
  margin-bottom:.5rem;
}

label {
  margin-bottom: .5rem;
}

#booking .loader {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
}




/*--------------------------------------------------------------
  ¿ìÃø °ßÀû-2024/alarms
--------------------------------------------------------------*/
.intro_title_booking {
	margin-top:180px;
}
.intro_title_booking h2 {
    font-size:52px;
	margin-bottom:20px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.intro_title_booking p {
	color:#fff;
	font-size:21px;
}

@media (max-width: 767px) {
  .intro_title_booking {
	margin-top:-20px;margin-bottom:20px;
}

.intro_title_booking h2 {
  font-size:24px;
 font-size:1.5rem;margin-bottom:10px;line-height:24px;
	
}
.intro_title_booking p {
	font-size:16px; 
}


}



#book {
	background: rgba(255,255, 255, 1);
	padding:0px 25px 25px 25px ;
	padding-bottom:10px;
	position:relative;-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px; margin-top:100px;
}


@media (max-width: 767px) {
#book {
	padding:0px 20px 20px 20px ;margin-top:0px;
	
}

}



/*¿ìÃø °ßÀû ÀÔ·Â Ã¢º° °£°Ý-¸¶Áø Á¶Á¤ ÀÔ·ÂÃ¢ ±Û¾¾*/

#book .form-control{
	border: 0;background: #f8f8fa;  border: 1px solid #d9e1e6;
	margin-bottom:5px;color:#222;font-weight:500;
	font-size:14px;



}

.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message {color: #FF9;}
#book h3{
	color:#fff;
	margin-top:0;
	font-weight:500;
	font-size: 26px;
}
#book p{
	opacity: 0.8;
}
#book .loader, #book_in .loader{
	position:absolute;
	right: 10px;
  bottom: 12px;
}

.item_care label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding:10px;
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  border: 2px solid #d9e1e6;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
  cursor: pointer;
}

.item_care label strong {
  text-transform: uppercase; 
  position: absolute;
  left: 50px;
  top:30%;
  display: block;
  font-size: 15px;
  font-size: 0.9rem;
  color: #333;
}
.item_care label i {
  text-transform: uppercase; 
  position: absolute;
  right:0px;
  top: 10px;
  font-size:20px;
 font-size: 1.25rem;
  display: block;
  color: #999;
}
.item_care label:hover {border: 2px solid #121212;
  /*-webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);*/
}
.item_care label img {
  /*display: block;*/height:24px;
  margin: 0 auto 0px;
}
@media (max-width: 767px) {
  .item_care label img {
    height:18px;
    width: auto;
  }
  .item_care label i {
  top: 7px;
 
}
.item_care label strong {
  text-transform: uppercase; 
  position: absolute;
  left:32px;
  top:30%;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}

}

/*.item_care label span {
  border: 4px solid #d9e1e6;
  display: block;
  margin: 0 auto 15px;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_care label figure {
  position: relative;
  width: 114px;
  height: 114px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
}
.item_care label figure img {
  width: 130px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
*/
.item_care input[type=checkbox]:not(old),
.item_care input[type=radio]:not(old) {
  visibility: hidden;
}
.item_care input[type=checkbox]:not(old):checked + label,
.item_care input[type=radio]:not(old):checked + label,
.item_care input[type=checkbox]:not(old):checked + span + label,
.item_care input[type=radio]:not(old):checked + span + label {
  display: block;
  border:2px solid #6d63ff;
  /*-webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;*/



}
.item_care input[type=checkbox]:not(old):checked + label:before,
.item_care input[type=radio]:not(old):checked + label:before,
.item_care input[type=checkbox]:not(old):checked + span + label:before,
.item_care input[type=radio]:not(old):checked + span + label:before {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right:10px;
  top: 7px;
  font-size:20px;
 font-size: 1.25rem;
 color: #6d63ff;
}
/*
.item_care input[type=checkbox]:not(old):checked + label span,
.item_care input[type=radio]:not(old):checked + label span,
.item_care input[type=checkbox]:not(old):checked + span + label span,
.item_care input[type=radio]:not(old):checked + span + label span {
  border: 4px solid #004dda;
}
.item_care input[type=checkbox]:not(old):checked + label figure img,
.item_care input[type=radio]:not(old):checked + label figure img,
.item_care input[type=checkbox]:not(old):checked + span + label figure img,
.item_care input[type=radio]:not(old):checked + span + label figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);


}
*/
.checkbox_questions {
  position: relative;
}
.checkbox_questions span.error {
  left: -5px;
  top: -35px;
}

.checkbox_questions .icheckbox_square-grey {
  margin-right: 10px;
}

/*
.box_general {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding: 45px;
  border: 1px solid #d9e1e6;
}
@media (max-width: 991px) {
  .box_general {
    padding: 30px;
  }
}

input#website {
  display: none;
}

#wizard_container {
  position: relative;
  min-height: 450px;
}*/



/*

#booking_container {
    position: relative;
    height: 700px;
	padding-top:120px;
    background: #3d49e0 url(../img/bg/bg2.jpg) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #FF3333;
}
#book {
	background: rgba(61,73, 224, 0.75);
	padding:30px;
	padding-bottom:10px;
	position:relative;
}
#book .form-control{
	border: 0;
}
#book .loader, #book_in .loader{
	position:absolute;
	right: 10px;
  bottom: 12px;
}
.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message {color: #FF9;}
#book h3{
	color:#fff;
	margin-top:0;
	font-weight: 300;
	font-size: 26px;
}
#book p{
	opacity: 0.8;
}

*/


a.btn_red, .btn_red{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #FF3333;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_red:hover, .btn_contact:hover{
	background: #06C;
}


a.btn_contact, .btn_contact{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background:#5039e8;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-transform:uppercase;
	font-weight:600;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_contact:hover, .btn_contact:hover{
	background: #5348e7;
}


/*Ãß°¡*/

.box_form {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  color: #555;
}
.box_form label {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 3px;
}
.box_form .form-group {
  margin-bottom: 25px;
}

.box_general {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #555;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .box_general {
  padding: 20px 15px 20px 15px;
  
}
}

.box_general hr {
  margin-left: -30px;
  margin-right: -30px;
}

.box_general_2 {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #e1e8ed;
}
.box_general_2 hr {
  margin-left: -30px;
  margin-right: -30px;
}

.box_general_3 {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e1e8ed;
}
.box_general_3 hr {
  margin: 30px -30px 30px -30px;
}
@media (max-width: 767px) {
 .box_general_3 {
  padding:10px;
 
}
}

/*½Ã¾È1 Àû¿ë*/

/*-------- 2.1 Home--------*/

.hero_home {
  height:700px;
  width: 100%;
  display: table;
}

.hero_home.version_1 {
  background: #3135a0 url(../../common/img/bg/bg1.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero_home{
    /* For less than 767px ½ºÇÇµå°ßÀû*/
    height:820px;
  }
   .hero_home.version_1 {
    /* For less than 767px */
    height: 750px;
  }
}




.hero_home .content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
 
}


.hero_home.hero_kenburns .content,.hero_home.version_1 .content {
  padding: 0;
 vertical-align:middle;
   /*text-align: center;*/
   text-align: left;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
 
 background-color: #3135a0;
 /* background-color: rgba(49, 53,160, 0.9);*/
   background-color: rgba(0, 0,0, 0.1);
}


@media (max-width: 991px) {
  .hero_home .content {
    /* For less than 991px */
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .hero_home .content {
    /* For less than 767px */
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0px;
  }
}
.hero_home .content h3 { text-align: center;
  margin: 0 0 0 0;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.hero_home .content p { text-align: center;}



.hero_home.hero_kenburns .content h3 span, .hero_home.version_1 .content h3 span{line-height:18px;
    /* For less than 767px */
  font-size:88px;
  font-size:6rem;margin-top:0px;color:#3651e0;
  }
.hero_home.hero_kenburns .content h3 i, .hero_home.version_1 .content h3 i{
    /* For less than 767px */
  font-size:20px;
  font-size:1.25rem;margin-top:0px;
  }

@media (max-width: 991px) {
 
}
@media (max-width: 767px) {
  .hero_home.hero_kenburns .content,.hero_home.version_1 .content {
    /* For less than 767px */
	vertical-align:middle;
    text-align: center;
	font-size: 16px;
    font-size: 1rem;
    padding: 0 0px;margin-top:0px;
  }
.hero_home.hero_kenburns .content h3 span, .hero_home.version_1 .content h3 span{line-height:18px;
    /* For less than 767px */
  font-size:64px;
  font-size:4rem;margin-top:0px;color:#320bda;
  }


}
.hero_home.hero_kenburns .content h3 , .hero_home.version_1 .content h3{text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 0 0;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/*a¸ÞÀÎ¹öÆ° Ãß°¡*/
a.btn_main.full-width,
.btn_main.full-width {
  display: block;
  text-align: center;
  padding:18px 45px;
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
}


@media (max-width: 767px) {
 .hero_home .content h3, .hero_home.hero_kenburns .content h3, .hero_home.version_1 .content h3{
    /* For less than 767px */
  font-size: 24px;  font-size:1.5rem;margin-top:0px;line-height:5px;letter-spacing:-0.02em;
  }

.hero_home.version_1 .content h3 strong{
    /* For less than 767px */font-size: 25px;
 letter-spacing:-0.00em;  }

.hero_home.version_1 .content h3 strong{
    /* For less than 767px */font-size: 25px;
 letter-spacing:-0.00em;  }


a.btn_main.full-width,
.btn_main.full-width {
  padding:15px 15px;
  font-size:18px;
  font-size: 1.125rem;
 
}

}


.hero_home.version_4 {
 /* background: #0085ff url(../../common/img/bg/bg2.jpg) no-repeat center bottom;*/
 background: #0085ff ;
   height:260px;
}



.hero_home.version_3 .content,.hero_home.version_4 .content{
 background-color: #0085ff;
  background-color: rgba(0, 133, 255,0.9);
  padding: 0 15%;
}
@media (max-width: 991px) {
  .hero_home.version_3 .content,.hero_home.version_4 .content {
     padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .hero_home.version_3 .content {
    padding: 0 15px;
  }
}
.hero_home.version_3 .content p {
  margin: 0 0 45px 0;
}
.hero_home.version_2.content h3 , .hero_home.version_3 .content h3, .hero_home.version_4 .content h3{text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 0px 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;margin-top:60px;
  color: #fff;
}

@media (max-width: 767px) {

.hero_home.version_3,.hero_home.version_4 {
 /* background: #0085ff url(../../common/img/bg/bg2.jpg) no-repeat center bottom;*/
 background: #0085ff ;
   height:180px;
}

  .hero_home.version_2.content h3 , .hero_home.version_3 .content h3, .hero_home.version_4 .content h3{
    /* For less than 767px */
    font-size: 21px;
  font-size: 1.3125rem;margin-top:30px;
  }

}


/*-------- 3.4 Sing In Modal --------*/
#sign-in-dialog, #hw-in-dialog,#info-dialog,#join-dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:800px;
  margin:40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


/*-------- 3.4 Sing In Modal --------*/
#online-dialog,#re_dialog{
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width:800px;
  margin:10px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}




/* Popup close button*/
#sign-in-dialog .mfp-close,#hw-in-dialog .mfp-close ,#online-dialog .mfp-close,#re_dialog .mfp-close,#info-dialog .mfp-close,#join-dialog .mfp-close{
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-in-dialog .mfp-close:hover, #hw-in-dialog .mfp-close:hover, #online-dialog .mfp-close:hover, #re_dialog .mfp-close:hover,#info-dialog .mfp-close:hover,#join-dialog .mfp-close:hover{
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before, #hw-in-dialog .mfp-close:before, #online-dialog .mfp-close:before,#re_dialog .mfp-close:before,#info-dialog .mfp-close:before,#join-dialog .mfp-close:before {
  font-size: 16px;
  font-family: 'ElegantIcons';
  content: "\4d";
}




.modal_header {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 767px){	


}

.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/*#sign-in-dialog .form-group {
  position: relative;
}

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-in-dialog .form-group > i {
  font-size:16px;
  font-size:1rem;
  position: absolute;
  right: 10px;
  top: 45px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
*/



/*-------- 3.8 Magnific Popup CSS --------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px;
}

/* Close Button */
button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-gallery .mfp-close:before {
  font-family: 'themify';
  font-size: 29px;
  top: 4px;
  left: 50%;
  position: absolute;
  height: 10px;
  transition: 0.3s;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none !important;
}

.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: 'ElegantIcons';
  font-size: 38px;
  line-height: 1;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before, .mfp-arrow.mfp-arrow-right:before {
  content: "\34";
  left: -1px;
  top: -1px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\35";
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1180px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}





/* ÆäÀÌÁö ³×ÀÌ¼Ç */
.pageNation {
    text-align: center;
    margin: 0 auto;
    display: block;   
    display: table;
    text-align: center;
}
.pageNation li {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    cursor: pointer;-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}  
.pageNation li.active {
 border:1px solid#6762fd; color: #fff;
 background: #6762fd; 
}
.pageNation li.first, .pageNation li.end {
    width: 40px;
}
.pageNation img {
    padding: 10px 0px;
}


/* º°ÆòÁ¡ */

#comment-star {
    margin-top: 30px;
}
.star {
    display: none;
    margin: 0 auto;
    width: 70px;
    float: inherit;
    height: 18px;
}
.star-title {
    margin: 0px;
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
}
.star dd {
    float: left;
    margin: 0px;
}
.radio-circle {
    width: 20px;
    height: 20px;
    border: 4px solid #989898;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 auto;
}    
.radio-active {
    border: 4px solid #e74c3c;
}


.box_style_a { width:160px;text-align:center; 
	
	border:0px solid #cf6f18;
	position: relative;
	background:#6762fd ;
	margin-bottom:10px;
	color: #fff;
	padding:20px ;-webkit-border-radius:8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px
	
}
.box_style_a img{ width:100px; margin-bottom:10px;}
.box_style_a  h3 {color: #fff;letter-spacing:-0.03em;font-size:18px;font-weight:400
}
.box_style_a  h3 span{color: #fff;letter-spacing:-0.03em;font-size:18px;font-weight:600
}

.box_style_b { width:160px;text-align:center; 
	border:1px solid #504e77;
	position: relative;
	background:#0c1418 ;
	margin-bottom:10px;
	color: #fff;
	padding:20px 10px 20px 10px;
	-webkit-border-radius:8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px
	
}
.box_style_b img{ width:100%; }
.box_style_b  h3 {color: #fff;letter-spacing:-0.03em;font-size:18px;font-weight:400
}
.box_style_b  h3 span{color: #fff;letter-spacing:-0.03em;font-size:18px;font-weight:600
}

