@import url(/theme/event/css/NotoSansKR-Hestia.css);

html {word-break:keep-all;}

/*
@media (max-width: 769px) {
    html { font-size: 120%; }
}
*/

.cursor {cursor:pointer;}

.Comfortaa {font-family:'Comfortaa' !important;}

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

.font-size-ssm {
  font-size: 0.7375rem !important; }

.icon {
  display: inline-block; }
  .icon > .fe {
    display: block;
    min-width: 1.5em;
    min-height: 1.5em;
    text-align: center;
    font-size: 1.5rem; }
  .icon.active {
    position: relative; }
    .icon.active > .fe {
      -webkit-mask-image: url(/img/masks/icon-status.svg);
              mask-image: url(/img/masks/icon-status.svg);
      -webkit-mask-size: 100% 100%;
              mask-size: 100% 100%; }
    .icon.active::after {
      content: "";
      position: absolute;
      top: 10%;
      right: 20%;
      width: 20%;
      height: 20%;
      border-radius: 50%;
      background-color: #2C7BE5; }

#topbar {}

#sidebar {width:100%; box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);}

.navbar-nav .nav-link > .far {
    display: inline-block;
    min-width: 1.75rem;
}

.navbar-nav .nav-link > .fas {
    display: inline-block;
    min-width: 1.75rem;
}

.navbar-nav .nav-link > .fab {
    display: inline-block;
    min-width: 1.75rem;
}

.navbar-nav .nav-link {
    padding: 0.8rem 1.5rem !important;
	font-weight:normal;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    text-decoration: none;
	background-color:#EDF2F9 !important;
}

.navbar-nav .nav .nav-item{
	background-color:#F6F8FA !important;
}

.dropdown-menu {
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #12263F;
	background-color:#EDF2F9 !important;
}

.btn-primary2 {
  color: #FFFFFF;
  background-color: #2C7BE5;
  border-color: #2C7BE5; }
  .btn-primary2:hover {
    color: #FFFFFF;
    background-color: #1a68d1;
    border-color: #1862c6; }
  .btn-primary2:focus, .btn-primary2.focus {
    color: #FFFFFF;
    background-color: #1a68d1;
    border-color: #1862c6;
    box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5); }
  .btn-primary2.disabled, .btn-primary2:disabled {
    color: #FFFFFF;
    background-color: #2C7BE5;
    border-color: #2C7BE5; }
  .btn-primary2:not(:disabled):not(.disabled):active, .btn-primary2:not(:disabled):not(.disabled).active,
  .show > .btn-primary2.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1862c6;
    border-color: #175dba; }
    .btn-primary2:not(:disabled):not(.disabled):active:focus, .btn-primary2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5); }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
/*  display: block; */
  max-width: 100%;
  height: auto;
}

.c_br {display:none;}
@media (max-width:769px) {
	.t_br{display:none;}
	.c_br {display:inline;}
}

@media (max-width:1199px) {
	.a_br {display:none;}
}
.Iam {
/*  float: left; */
  overflow: hidden;
  position: relative;
  height: 20px;
  top:-4px;
}

@media screen and (min-width:767px) {.Iam{padding-left:0;}}

.Iam .innerIam {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  font-weight:normal;

/*animation*/
-webkit-animation:move 7s;
   -moz-animation:move 7s;
    -ms-animation:move 7s;
     -o-animation:move 7s;
        animation:move 7s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:1.2s;
   -moz-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
     -o-animation-delay:1.2s;
        animation-delay:1.2s;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -25px; }
40% { top: -50px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -25px; }
	40% { top: -50px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -25px; }
	40% { top: -50px; }
}
@-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -25px; }
	40% { top: -50px; }
}
@keyframes move {
    0%  { top: 0px; }
    20% { top: -25px; }
	40% { top: -50px; }
}

.back-to-top {
    position:fixed;
    bottom: 10px;
    right: 8px;
    width: 46px;
    height: 46px;
    line-height: 56px;
    background: url("/theme/flyprime/images/back-to-top.png") #12263F no-repeat center 12px;
    font-size: 13px;
    text-align: center;
    color: #fff;
	z-index:1000;
    cursor: pointer;
	display:none;
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* FOLLOW MENU */
#ui_follow{position:fixed;right:0;top:72px;background:url('') 0 0 no-repeat;z-index:9;
	-webkit-transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	font-size:0.73rem !important;
}

#ui_follow .card-body {
    padding: 10px;
}

#ui_call_p{position:fixed;right:0;bottom:80px;background:url('') 0 0 no-repeat;z-index:9;
	-webkit-transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	font-size:0.73rem !important;
}

#ui_call_m{position:fixed;right:0;bottom:80px;background:url('') 0 0 no-repeat;z-index:9;
	-webkit-transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	transition:top 0.2s cubic-bezier(0.75,0.1,0.25,1);
	font-size:0.73rem !important;
}

.embed-youtube { 
	position: relative; 
	width: 100%; 
	height: 0; 
	padding-bottom: 56.25%; 
} 

.embed-youtube iframe, .embed-youtube img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.youtubeDiv {
  margin:0 auto;
  width:100%;
  text-align:left;
}
.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtubeWrap iframe, .youtubeWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:992px) {
	.youtubeDiv {
	  width: 100%
	}
	.eventDiv {
	  margin:0 auto;
	  width:100%;
	  text-align:left;
	}
}

/* ·¹ÀÌ¾î ÆË¾÷ ÈÄ À¯Åõºê Æø Á¶Àý */
.layer_popup_width {
	margin:0 auto;
	width:60%;
}

@media screen and (max-width:992px) {
	.layer_popup_width {
		margin:0 auto;
		width:94%;
	}
}

#main_layout1 .card-header {
    border-bottom: none;
    height: 50px;
	padding-bottom:0;
}

#banner1 .card img {
	object-fit: cover;
}
#banner2 .card img {
	object-fit: cover;
}
#quick_site1 .card-body {
    padding: 1rem;
	line-height:2.2em;
	font-size:0.8rem;
}
#quick_site1 .table-responsive {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
}
#quick_site2 .card-body {
    padding: 1rem;
	line-height:2em;
}
#latest-card .card-body {
    padding: 0.5rem;
}
/*
#latest-card .col-6, .col-lg-6 {
	padding:0.3rem;
}
*/

.navbar-light .navbar-user-link {
  color: #6E84A3;
}
.navbar-light .navbar-user-link:hover, .navbar-light .navbar-user-link:focus {
  color: #6E84A3;
}

.wb-keep-all {
	word-break:keep-all
}

.header-title {
	line-height:1.4em;
}

.flyprime_logo{
	width:120px;
}

@media (max-width: 767.98px) {
	.flyprime_logo{
		width:100px;
	}
}

.mm1 { max-width: 70px; }
.mm2 { width: 120px; display:inline-block !important; }
/* °¡·Î 768px ÀÌÇÏ(¸ð¹ÙÀÏ)ÀÏ¶§ card ¿©¹é ´õ Á¶¹ÐÇÏ°Ô ¼öÁ¤*/
@media (max-width: 768px) {
	.card {
		margin-bottom: 0.3rem;
	}
	.card-fill {
		height: calc(100% - 0.3rem);
	}
	.mm1 { max-width: 40px; }
	.mm2 { width: 100px; display:inline-block !important; }
	/*
	.container-fluid {
		padding-left:4px;
		padding-right:4px;
	}
	*/
}

.en{display:none}
.ko{display:block}

.aaa111 {
    animation: text-pop-up-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

@keyframes text-pop-up-top {
  0% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    transform: translateY(-10px);
    transform-origin: 50% 50%;
  }
}

input[type="radio"], input[type="checkbox"] {
	width:24px;
	height:24px;
	vertical-align: middle;
	margin: 0;
}



#flyprime_css1 .card-table tbody td {line-height:1.6em;}
#flyprime_css1 .f1 {width:30px; display:inline-block;}
#flyprime_css1 .table th, .table td { padding:0.5rem 0.3rem; }
#flyprime_css1 .list-group-item {padding: 0; border:none;}

.half_HL1 {
    background: linear-gradient(to top, rgba(18, 38, 63, 1.0) 10%, transparent 10%);
}