@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=03618cb9-f879-4752-9c55-166ff25e3da6&fontids=5728414,5728420,5728426,5728432,5728438,5728444,5728450,5728456");

@font-face{
  font-family:"ITC Symbol W01 Bold";
  src:url("../Fonts/5728438/fda1fd21-f7f7-4f12-b64c-8e2c2d3fa2e7.woff2") format("woff2"),url("Fonts/5728438/765855fb-6e28-4389-a304-0808bc37af6a.woff") format("woff");
}

body {
  margin: 0;
  background-color: #000000;
}

.container-fluid {
  width: 100%;
}

.container {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  height:auto;
  position: relative;
}

.social-icons {
  display: flex;
  margin: auto;
  justify-content: center;
  padding-bottom: calc(10% - 100px);
  position: relative;
}

.icon-social {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background-color: transparent;
}

.icon-social:hover {
  opacity: 0.8;
}

.icon-social img {
  color: white;
}

.icon-social img:hover {
  width: 34px;
  height: 34px;
}

.content {
  height: 100%;
}

.teaser-video {
  top: 25%;
  position: relative;
}

.teaser-video video {
  /* Re-size video to cover full screen while maintaining aspect ratio */
  width: 60%;
  height: 60%;
  object-fit: cover;
}

.teaser-video > img:not(:last-of-type) {
  min-width: 100%;  
  height: 30px;
}

@media (max-width: 975px) {
  .teaser-video video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 450px) {
  .teaser-video video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 420px) {
  .icon-social {
    margin: 0;
  }
}

.logo-blackpink {
  width: 250px;
  height: 100%;
  margin: auto;
  padding-bottom: 20px;
}

.yg-family-copyright {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 80px;
  position: absolute;
  bottom: 3%;
  z-index: 900;
  right: 0;
  left: 0;
}

.yg-family-copyright img {
  margin-right: 10px;
}

.yg-family-copyright h5 {
  font-family:"futura-pt";
  font-weight: 500;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 975px) {
  .yg-family-copyright {
    margin-top: 20px;
    position: relative;
  }
}

@media (max-width: 450px) {
  .yg-family-copyright {
    margin-top: 20px;
    position: relative;
  }
}

.light-streak {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

@media (max-width: 975px) {
  .light-streak video {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .light-streak video {
    width: 100%;
  }
}

@media (max-width: 975px) {
  .poster-animated-footer video {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .poster-animated-footer video {
    width: 100%;
  }
}

.video--teaser {
  position: relative;
}

.video--teaser iframe {
  width: 690px;
  height: 440px;
}

.video--teaser iframe:nth-of-type(n+2) {
  margin-top: 10px;
}

@media (max-width: 975px) {
  .video--teaser {
    padding-top: 20%;
    padding-bottom: 56.25%;
	  height: 0;
	  overflow: hidden;
  }

  .video--teaser iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 450px) {
  .video--teaser iframe {
    width: 100%;
    height: auto;
  }
}

.overlay--top {
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  right: 0;
}

.overlay--bottom {
  position: absolute;
  width: 100%;
  bottom: -50px;
  right: 0;
  left: 0;
}

.poster-animated-main video {
  width: 100%
}

@media (max-width: 975px) {
  .poster-animated-main video  {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .poster-animated-main video {
    width: 100%;
  }
}


h1 {
  font-size: calc(1.8em + 2.5vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.4);
}

.logo-blackpink img:hover {
  opacity: 0.6;
}



.gradient {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.gradient img {
  width: 100%;
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	color: #fff;
}

h1 { font-size: 3.6em; }
h2 { font-size: 3.0em; }
h3 { font-size: 2.1em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

ul,ol,dl { list-style: none; }
table { border-collapse: collapse; }
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

a {
	display: inline-block;
	overflow: visible;
	cursor: pointer;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	onfocus: blur;
}

a,
a:link {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {}


.hidden {
	display: none;
}

#wrap {
	position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background:#2F2042;
}

.poster-animated {
  position: relative;
}



@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(3em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
}

/**About**/

.section-titles {
  text-transform: uppercase;
  font-family:"ITC Symbol W01 Bold";
  font-size: 20px;
  letter-spacing: 7px;
  color: #F4A7BC;
  margin-bottom: 40px;
}

.about-info {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: auto;
}

.about-info--row h5 {
  margin: 0;
}

.about-info--row {
  display: flex;
  flex-direction: row;
  border-bottom: 1.5px solid rgba(244, 167, 188, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 975px) {
  .about-info--row {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .about-info--row {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about-info--row .row--title, .row--description {
  text-transform: uppercase;
  color: #F4A7BC;
  font-family:"ITC Symbol W01 Bold";
  font-size: 16px;
  text-align: left;
}

.about-info--row .row--title {
  width: 200px;
  color: #F4A7BC;
  margin-right: 20px;
}

@media (max-width: 975px) {
  .about-info--row .row--title {
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  .about-info--row .row--title {
    margin-bottom: 5px;
  }
}


.about-info--row .row--description {
  color: #FFFFFF;
}

/**Seoul Information**/

.seoul-text-information {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  max-width: 80%;
  background-color: rgba(57, 11, 23, 0.4);
  padding: 50px 0px 10px 0px;
  margin: 30px auto;
}

@media (max-width: 975px) {
  .seoul-text-information {
    padding: 50px 10px 10px 10px;
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .seoul-text-information {
    padding: 50px 10px 10px 10px;
    flex-direction: column;
  }
}


.seoul-text-information .info--row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 70px;   
}

.sale--group, .sale--date, .sale--day {
  margin: 0;
}

.sale--group {
  text-transform: uppercase;
  font-family:"ITC Symbol W01 Bold";
  color: #FFFFFF;
  font-size: 14px;
}

.sale--date {
  text-transform: uppercase;
  font-family:"ITC Symbol W01 Bold";
  color: #F4A7BC;
  font-size: 30px;
}

.sale--day {
  text-transform: uppercase;
  font-family:"ITC Symbol W01 Bold";
  color: #F4A7BC;
  font-size: 14px;
}

@media (max-width: 975px) {
  .sale--group  {
    width: 80%;
    margin: auto;
  }

  .sale--date {
    text-transform: uppercase;
    font-family:"ITC Symbol W01 Bold";
    color: #F4A7BC;
    font-size: 30px;
  }

  .sale--day {
    text-transform: uppercase;
    font-family:"ITC Symbol W01 Bold";
    color: #F4A7BC;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .sale--group  {
    width: 80%;
    margin: auto;
  }

  .sale--date {
    text-transform: uppercase;
    font-family:"ITC Symbol W01 Bold";
    color: #F4A7BC;
    font-size: 30px;
  }

  .sale--day {
    text-transform: uppercase;
    font-family:"ITC Symbol W01 Bold";
    color: #F4A7BC;
    font-size: 14px;
  }
}

/**POSTERS**/

.posters {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  margin-top: -4px;
}

.posters img {
  border: 2.5px solid rgba(244, 167, 188, 0.4);
  /* height: 95vh; */  /* YG Familiy사이트 개편으로 인한 iframe 스타일 변경_2023/05/12_최다현 */
  max-width: 970px;  /* YG Familiy사이트 개편으로 인한 iframe 스타일 변경_2023/05/12_최다현 */
}

@media (max-width: 975px) {
  .posters img {
    height: auto;
    
  }
}

@media (max-width: 450px) {
  .posters img {
    height: auto;
  }
}

div.img:hover {
  opacity: 0.9;
}

/* The Image */
div.img img.posters-preview {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Add Responsiveness */
.responsive {
  padding: 0 6px;
  /* width: 20%; */
  display: flex;
}

@media (max-width: 975px) {
  .responsive {
    /* width: 33%; */
    padding: 0 2px;
  }
}

@media (max-width: 450px) {
  .responsive {
    /* width: 33%; */
    padding: 0 2px;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 2vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-box{
  position:relative;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 970px; /* YG Familiy사이트 개편으로 인한 iframe 스타일 변경_2023/05/12_최다현 */
}

/* Modal Content (image) */
.modal-content {
  position: absolute;
  top: 60px;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
}

/* Add Animation */
.modal-content, #caption {    
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 0;
  right: 0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}


.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 975px) {
  .close {
    right: 20px;
  }
}


/*  Tabs in Course Landings
**********************/


.nav-landing-tabs {
  width: 100%;
  margin: 20px 0;
  border: 0;
}

.state{
  position: absolute;
  left: -10000px;
}

.flexible-tabs{
  display: flex;
  flex-wrap: wrap;
}

.tab {
  max-height: 40px;
  color: white;
  text-align: center;
  font-family:"ITC Symbol W01 Bold";
  text-transform: uppercase;
}

.panel {
  padding: 20px 0px;
  display: none;
  width: 100%;
  flex-basis: auto;
  box-shadow: none;
}

.tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  cursor: hand;
  cursor: pointer;
}

.tabs.flexible-tabs label:after {
  content: "•";
  margin-left: 15px;
  color: #FFFFFF;
}

.tabs.flexible-tabs label#tab-four-label:after {
  content: " ";
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label{
  cursor: default;
  color: #F4A7BC;
  position: relative;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel{
    display: block;
}

#tab-1:checked ~ #tab-1-label,
#tab-2:checked ~ #tab-2-label {
  cursor: default;
  color: #F4A7BC;
  position: relative;
}

#tab-1:checked ~ #tab-1-label,
#tab-2:checked ~ #tab-2-panel
{
    display: block !important;
}


/**Schedule Row**/

.schedule {
  max-width: 80%;
  margin: 120px auto;
}

.schedule--row {
  padding: 20px;
  background-color: rgba(57, 11, 23, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* @media (max-width: 975px) {
  .schedule--row  {
    flex-direction: column;
  }
} */

@media (max-width: 450px) {
  .schedule--row {
    flex-direction: column;
  }
}

.schedule--row h5 {
  font-family:"ITC Symbol W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

/* @media (max-width: 975px) {
  .schedule--row h5:nth-of-type(n+2) {
    margin: 10px 0 0 0;
  }
} */

@media (max-width: 450px) {
  .schedule--row h5:nth-of-type(n+2) {
    margin: 10px 0 0 0;
  }
}

.schedule--date {
  flex: 0.8;
  text-align: left;
  color: #F4A7BC;
}

.schedule--city {
  flex: 0.6;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}

/* tooltip box - tooltip + icon */
.city-sponsors-tooltip-box{
  position: relative;
  margin-left: 10px;
  min-width: 20px;
  min-height: 20px;
}

/* tooltip icon */
.city-sponsors-tooltip-icon{
  width: 18px;
  content: url('https://api.iconify.design/material-symbols/info-outline-rounded.svg?color=white');
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all .3s;
}

.city-sponsors-tooltip-icon:hover{
  content: url('https://api.iconify.design/material-symbols/info-outline-rounded.svg?color=%23f4a7bc');
}

.city-sponsors-tooltip-icon:hover+.city-sponsors-tooltip{
  animation: tooltips-vert .2s ease-out forwards;
  display: flex;
  opacity: 1;
}

/* tooltip */
.city-sponsors-tooltip{
  position: absolute;
  display: none;
  flex-direction: column;
  row-gap: 8px;
  border: 2px solid #F4A7BC;
  background:rgba(0,0,0,1);  
  border-radius: 10px;
  min-width: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 30px;
  box-sizing: border-box;
  bottom: 30px;
  left: -187%;
}

.city-sponsors-tooltip:hover{
  animation: tooltips-vert .2s ease-out forwards;
  display: flex;
  opacity: 1;
}
.city-sponsors-tooltip::after{
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: #F4A7BC transparent transparent transparent;
  transform: translateX(-681%);
}

/* official airline, sponsored by */
.city-sponsors-tooltip p{
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #F4A7BC;
  margin-bottom: 5px;
}

/* logo div */
.city-sponsors-tooltip .sponsors_airline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.city-sponsors-tooltip .sponsors_airline p{
  position: relative;
  margin-right: 15px;
  margin-bottom: 0px;
}

.city-sponsors-tooltip .sponsors_airline p::after{
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 8px;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  background-color: #F4A7BC;
}

.city-sponsors-tooltip .sponsors_brands div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  column-gap: 8px;
}

.city-sponsors-tooltip .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.city-sponsors-tooltip .logo img{
  width: 100%;
}
/* 툴팁 안 로고 */
.city-sponsors-tooltip .koreanAir {
  width: 83px;
}
.city-sponsors-tooltip .koreanAir img{
  padding-bottom: 1px;
}

/* tooltip 로고 */
.city-sponsors-tooltip .logo.maum{
  filter: invert(100%);
  width: 32px;
}
.city-sponsors-tooltip .logo.adidas{
  width: 17px;
}
.city-sponsors-tooltip .logo.zepeto{
  width: 35px
}
.city-sponsors-tooltip .logo.AIA{
  width: 24px;
}
.city-sponsors-tooltip .logo.boost{
  filter: invert(100%);
  width: 38px
}
.city-sponsors-tooltip .logo.TAT{
  width: 36px;
}
.city-sponsors-tooltip .logo.KD{
  filter: invert(100%)
}
.city-sponsors-tooltip .logo.indomilk{
  width: 49px;
}
.city-sponsors-tooltip .logo.intel{
  width: 27px;
}
.city-sponsors-tooltip .logo.mcDonald{
  width: 56px;
}
.city-sponsors-tooltip .logo.globe{
  width: 48px;
}
.city-sponsors-tooltip .logo.pepsi{
  width: 46px;
}
.city-sponsors-tooltip .logo.gcash{
  width: 53px;
}
.city-sponsors-tooltip .logo.JT{
  width: 38px;
}
.city-sponsors-tooltip .logo.petron{
  width: 49px;
}
.city-sponsors-tooltip .logo.paypal{
  width: 53px;
}
.city-sponsors-tooltip .logo.maybank{
  width: 62px;
}
.city-sponsors-tooltip .logo.miseenscene{
  width: 30px;
}
.city-sponsors-tooltip .logo.KD{
  width: 17px;
}
.city-sponsors-tooltip .logo.porshe{
  width: 83px;
}



.schedule--location {
  flex: 0.9;
  text-align: left;
}

.schedule--actions {
  flex: 1;
  text-align: right;  
}

.schedule--actions a:nth-of-type(n+2) {
  margin-left: 15px;
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(0, -10%);
  }
}

@media (max-width: 975px) {
  .schedule--actions {
    flex: 0.7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .schedule--city span {
    max-width: 67%;
  }
  .schedule--actions a:nth-of-type(n+2) {
    margin-left: 0;    
  }
}

@media (max-width: 450px) {
  .schedule--actions {
    margin-top: 10px;
    text-align: center;
  }
  .schedule--date {
    color: #F4A7BC;
    text-align: center;
  }
  
  .schedule--city {
    text-align: center;
    justify-content: flex-start;
  }

  .schedule--location {
    text-align: center;
  }
}

/**Buttons**/

.button {
  width: 130px;
  cursor: pointer;
  font-family:"ITC Symbol W01 Bold";
  font-size: 14px;
  margin: auto;
  border-radius: 5px;
  line-height: 25px;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
}

.button--ghost {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: background-color .2s ease-in-out;
}

.button--ghost:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.button--white {
  background-color: none;
  color: #fff;
  opacity: .7;
  transition: background-color .2s ease-in-out;
  width:100%;
  text-align: center;
}

@media (max-width: 975px) {
  .button--ghost {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .button--white {
    color:#fff;
    padding-left:30px
  }
}

@media (max-width: 450px) {
  .button--ghost {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .button--white {
    color:#fff;
    padding-left:10px
  }
}


.button--pink {
  background-color: #F4A7BC;
  color: #000000;
  transition: background-color .2s ease-in-out;
}

.button--pink:hover {
  background-color: #F08CA7;
}

.button--gray {
  background-color: #4c4c4c;
  color: #c8c8c8;
}

/**Dropdown**/


.schedule--nav {
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.schedule--nav a {
  display: block;
  color: #F4A7BC;
  font-family:"ITC Symbol W01 Bold";
  font-size: 16px;
  margin: 25px;
}

.schedule--nav a:hover {
  color: #FFFFFF;
}

.schedule--nav a.current {
  border-bottom: 2px solid;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 1.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.more--label {
  font-family:"ITC Symbol W01 Bold";
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  margin-top: 60px;
}

/**Carousel**/

.my-5 {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 5rem !important;
}

.my-5 .row.d-flex {
  justify-content: center;
}

.carousel-nav-icon {
  height: 30px;
  width: 30px;
}

.carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {
  margin: 8px;
  height: auto;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 975px) {
  .row {
    flex-wrap: unset;
    justify-content: center;
  }

  .col-10 {
    flex: 1;
    max-width: 100%;
  }

  .carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {
    max-width: 20%;
    padding: 0;
    margin: 0 4px;
  }
}

@media (max-width: 450px) {
  .row{
    flex-wrap: unset;
  }

  .col-10 {
    flex: 1;
    max-width: 100%;
  }

  .carousel-item .col, .carousel-item .col-sm, .carousel-item .col-md {
    max-width: 20%;
    padding: 0;
    margin: 0;
  }
}

/** sponsorship info **/
.contact-sponsorship {
  position: relative;
  font-size: 1rem;
  color: #F4A7BC;
  padding-top: 40px;
  background:  linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.7595413165266106) 65%, rgba(0,0,0,0.40379901960784315) 86%, rgba(0,0,0,0) 100%);
}

.contact-sponsorship .sponsorship-title {
  font-size: 0.75em;
}
.contact-sponsorship .sponsorship-email {
  position: relative;
  font-size: 0.75em;
  color: #FFFFFF;
}
/* 스폰서 정보 추가 */
.contact-sponsorship .sponsorship-official{
  margin: 70px auto 0;
  padding: 0 0 50px;
}
.contact-sponsorship .sponsorship-official li{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 4px;
}
.contact-sponsorship .sponsorship-official li:nth-of-type(1){
  margin-bottom: 20px;
}
.contact-sponsorship .sponsorship-official li:last-of-type{
  margin-bottom: 0;
}
.contact-sponsorship .sponsorship-official strong{
  display: block;
  font-weight: 400;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.contact-sponsorship .sponsorship-official strong:nth-child(1){
  position: relative;
  margin-right: 9px;
}
.contact-sponsorship .sponsorship-official strong:nth-child(1):after{
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #F4A7BC;
  display: block;
  content: "";
}
.contact-sponsorship .sponsorship-official .logo{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.contact-sponsorship .sponsorship-official .logo img{
  width: 100%;
}
/* logo 별 사이즈 조정 */
/* 첫째줄 */
.contact-sponsorship .sponsorship-official .logo.koreanAir{
  margin-bottom: 7px;
}
/* 둘째줄 */
.contact-sponsorship .sponsorship-official .logo.maum{
  width: 35px;
  filter: invert(100%)
}
.contact-sponsorship .sponsorship-official .logo.adidas{
  width: 20px
}
.contact-sponsorship .sponsorship-official .logo.zepeto{
  width: 37px
}
.contact-sponsorship .sponsorship-official .logo.porshe{
  width: 86px
}
.contact-sponsorship .sponsorship-official .logo.trueid{
  width: 43px
}
.contact-sponsorship .sponsorship-official .logo.true5G{
  width: 47px
}
.contact-sponsorship .sponsorship-official .logo.AIA{
  width: 25px
}
/* 셋째줄 */
.contact-sponsorship .sponsorship-official .logo.boost{
  width: 42px;
  filter: invert(100%)
}
.contact-sponsorship .sponsorship-official .logo.petron{
  width: 50px;
}
.contact-sponsorship .sponsorship-official .logo.indomilk{
  width: 50px;
}
.contact-sponsorship .sponsorship-official .logo.globe{
  width: 50px;
}
.contact-sponsorship .sponsorship-official .logo.pepsi{
  width: 50px;
}
.contact-sponsorship .sponsorship-official .logo.paypal{
  width: 50px;
}
.contact-sponsorship .sponsorship-official .logo.maybank{
  width: 63px;
}
/* 넷째줄 */
.contact-sponsorship .sponsorship-official .logo.TAT{
  width: 40px;
}
.contact-sponsorship .sponsorship-official .logo.intel{
  width: 28px;
}
.contact-sponsorship .sponsorship-official .logo.JT{
  width: 40px;
}
.contact-sponsorship .sponsorship-official .logo.gcash{
  width: 52px;
}
.contact-sponsorship .sponsorship-official .logo.mcDonald{
  width: 57px;
}
.contact-sponsorship .sponsorship-official .logo.miseenscene{
  width: 27px;
}
.contact-sponsorship .sponsorship-official .logo.KD{
  width: 15px;
  filter: invert(100%)
}

@media (max-width: 450px) {
  .contact-sponsorship {
    top: -10px;
  }

  .contact-sponsorship .sponsorship-title {
    font-size: 0.55em;
    line-height: 1.2em;
  }
  
  .contact-sponsorship .sponsorship-email {
    position: unset;
    margin-top: 0.1rem;
    line-height: 1.2em;
    font-size: 0.55em;
    color: #FFFFFF;
  }
  .city-sponsors-tooltip{
    width: 90vw;
    left: -53vw;
  }
}


/** ETC **/
.about-info .nav-tabs {
  border-bottom: none;
}
