@font-face {
	font-family: 'Noto Sans';
	src: url("/fonts/NotoSans-VariableFont_wdth,wght.ttf");
}
*{
	margin:0 auto;
	padding:0;
}
body, a, p, span, h1, h2, h3, h4, h5, li, strong{
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.5;
  color: #000;
}
h1,h2,h3,h4 ,p{
	margin: 0;
}
ul{
	list-style:none;
}
ul,li{
	margin:0;
	padding:0;
}
img{
	border:0;
	max-width: 100%;
  height: auto;
}
a,
a:hover{
	text-decoration:none;
}
a:hover{
	color:#000;
	/*transition:all ease 0.3s;*/
}
h1{
  font-size: 40px;  
  font-weight: 700;
}
h2{
  font-size: 28px;
  font-weight: 700;
}
h3{
  font-size: 18px;
  font-weight: 500;
}
@media(max-width:991px){
  h1{
    font-size: 35px;
  }
}
@media(max-width:767px){
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 20px;
  }
}
.f15{
  font-size: 15px;
}
.textlink{
  text-decoration: underline;
}
.mb50{margin-bottom: 50px;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mt18{margin-top: 18px;}
.mt15{margin-top: 15px;}
.mt10{margin-top: 10px;}
.mt8{margin-top: 8px;}
.mt5{margin-top: 5px;  }
.pt100{padding-top: 100px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pb170{padding-bottom: 170px;}
.pb100{padding-bottom: 100px;}
.pb60{padding-bottom: 60px;}
.pb50{padding-bottom: 50px;}
.pb40{padding-bottom: 40px;}
.pb30{padding-bottom: 30px;}
.w100{width: 100%;}
@media(max-width:991px){
	.mt50 {
    	margin-top: 30px;
	}
	.pt100 {
    	padding-top: 80px;
	}
	.pb100 {
    	padding-bottom: 80px;
	}
  .pb170 {
    	padding-bottom: 100px;
	}
  .mb-100{margin-bottom: 80px;}
}
@media(max-width:767px){
	.pt100 {
    	padding-top: 60px;
	}
	.pb100 {
    	padding-bottom: 60px;
	}
	.pt60 {
    	padding-top: 40px; 
	}
  .mb-100{margin-bottom: 60px;}
}
.container-fluid{
  padding-left: 90px;
  padding-right: 90px;
}
.container{
	width: 1296px;
	max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.container-small{
  width: 1080px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.content-one-column{
  width: 864px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.row{
  margin-left: -16px;
  margin-right: -16px;
}
.row > div{
  padding-left: 16px;
  padding-right: 16px;
}
.bg-gray{
  background: #F3F3F3;
}
.bg-pink{
  background: #FEEBEE;
}
.nd-info{
  color: #535353;
}
@media(min-width:991px){
	.block-991{
		display: none;
	}
}
@media(min-width:767px){
	.block-767{
		display: none !important;
	}
}
@media(max-width:1440px){
  .container-fluid{
  
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none;
  }
}
@media(max-width:767px){
	.hidden-767{
		display: none !important;
	}
}
@media(min-width:575px){
	.block-575{
		display: none;
	}
}
@media(max-width:575px){
	.hidden-575{
		display: none;
	}
}
/*----- Button -----*/
.btn-cta{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 11px;
	width: 290px;
	max-width: 100%;
	border-radius: 24px;
	display: inline-block;	
}
.btn-red{
  background: #CE0324 !important;
  color: #fff;
}
.btn-red:hover{
  background: #8F0D22;
  color: #fff;
}
.btn-yellow{
  background: #FFC05A;
  color: #000;
  border:1px solid #fff;
}
.btn-yellow:hover{
  background: #f5a728;
}
.btn-white-outline{
  background: #fff;
  color: #000;
  border:1px solid #000;
}
.btn-white-outline:hover{
  background: #F3F3F3;
  color: #535353;
}
.btn-red-outline{
  border: 1px solid #CE0324;
  color: #CE0324;
}
.btn-red-outline:hover{
  background: #FEEBEE;
  color: #CE0324;
}
.btn-gray{
  color: #535353;
  background: #E6E6E6;
}
.btn-gray:hover{
  background: #C3C3C3;
  color: #fff;
}
.btn-black{
  background: #000;
  color: #fff;
}
.btn-sub{
  display: inline-block;
  width: 110px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 4px 10px;
  border-radius: 18px;
}
.btn-medium{
  display: inline-block;
  width: 220px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px;
  border-radius: 50px;
}
.btn-pink-outline{
  background: #FEEBEE;
  border:1px solid #FF97A8;
  color: #CE0324;
}
.btn-pink-outline:hover{
  border:1px solid #CE0324;
	color: #CE0324;
 	background: #FEEBEE;
}
.btn-white-outline{
  background: #fff;
  border:1px solid #000;
  color: #000;
}
.btn-yellow{
  background: #FFC05A;
  border:1px solid #000;
  color: #000;
}
.btn-yellow:hover{
  background: #FFAF2E;
}
.btn-small-gray{
  padding: 10px 18px;
  background: #E6E6E6;
  color: #535353;
  display: inline-block;
}
.btn-text-red{
  font-size: 14px;
  font-weight: 500;
  color: #CE0324;
}
.btn-text-red:hover{
  color: #8F0D22;
}
.textred{
  color: #CE0324;
}
a.textred:hover{
  color: #8F0D22;
}
.label-cm{
  border: 1px solid #E6E6E6;
  background: #fff;
  padding: 8px 16px;
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.label-list{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.label-small{
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-block;
}
.label-black{
  background: #535353;
  color: #fff;
}
.label-pink{
  background: #FEEBEE;
  color: #CE0324;
}
.label-red{
  background: #CE0324;
  color: #fff;
}
.label-green{
  background: #0E6940;
  color: #fff;
}
.label-purple{
  background: #8223D2;
  color: #fff;
}
.label-transnational{
  color: #CE0324;
  border:1px solid #CE0324;
}
.label-plusliner{
  color: #0E6940;
  border:1px solid #0E6940;
}
.label-nice{
  color: #8223D2;
  border:1px solid #8223D2;
}
@media(max-width:991px){
	.btn-medium{
		width: 180px;
		padding: 8px 10px;
	}
}
/*----- Button /-----*/
/*----- Icons -----*/
.icon-arrow:after{
  content: "";
  width: 12px;
  height: 8px;
  background: url(/img/icons/icon_down_arrow.svg) no-repeat center center;
  display: block;
}
.icon-arrow-red:after{
  content: "";
  width: 24px;
  height: 12px;
  background: url("/img/icons/icon_right_arrow.svg") no-repeat center center;
  display: inline-block;
}
.icon-email:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_email.svg") no-repeat center center;
  display: block;
}
.icon-question:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_faq.svg") no-repeat center center;
  display: inline-block;
}
.icon-ticket:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_ticket.svg") no-repeat center center;
  display: block;
}
.icon-call:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_call_red.svg") no-repeat center center;
  display: block;
}
.icon-bulding:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_building.svg") no-repeat center center;
  display: block;
}
.icon-bus:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/img/icons/icon_bus.svg") no-repeat center center;
  display: block;
}

/*----- Icons /-----*/

/*----- breadcrumbs -----*/
.breadcrumbs{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.breadcrumbs li{
  color: #000;
  font-size: 14px;
}
.breadcrumbs li a{
  color: #9B9B9B;
  font-size: 14px;
}
.breadcrumbs li a:hover{
  color: #000;
}
.breadcrumbs li a:after{
  content: '/';
  color: #9B9B9B;
  margin: 0 10px;
  display: inline-block;
}
@media(max-width:767px){
  .breadcrumbs{
    display: none;
  }
}
/*----- End breadcrumbs -----*/
/*-----  List -----*/
.list-dot {
  padding-left: 10px;
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
/*.list-no-dot li{
	padding-left: 0;
}*/
.list-no-dot li:before{
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
ol.list-num{
  padding-left: 20px;
}
/*----- End List / -----*/
/*----- Title ----*/
.title-f32{
  font-size: 32px;
}

/*----- Content common -----*/
.two-column-wrap{
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;  
}
.two-column-content{
  padding: 30px 90px;
}
@media(min-width:767px){
  .two-column-wrap{
    display: flex;
    align-items: center;
  }
  .two-column-wrap > div{
    width: 50%;
  }
}
@media(max-width:1024px){
  .two-column-content{
    padding: 30px 30px;
  }
}
@media(max-width:767px){
  .two-column-content{
    padding: 30px 15px;
  }
}
/*----- End ticket /-----*/

@media(min-width:767px){
  .decs{
    text-align: center;
  }
}

/*----- Notice -----*/
.notice-wrap{
	background-color: #FEEBEE;
	padding: 12px 0;	
}
/*.icon-notice:before {
	content: "";
	width: 24px;
	height: 22px;
	background: url(/img/icons/icon_notice.svg) no-repeat center center;
	display: inline-block;
	margin-right: 10px;
}*/
.notice{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
}
.notice img{
	display: inline-block;
}
.notice p{
	font-weight: 500;
	color: #CE0324;
	text-align: center;
}
@media(max-width:991px){
  .notice-wrap{
		margin-top: 25px;	
	}
}
@media(max-width:767px){
  .notice p{
		text-align: left;
	}
}
/*----- End Notice /-----*/
.icon-notice:before {
	content: "";
	width: 24px;
	height: 22px;
	background: url("../img/icons/icon_notice_white.svg") no-repeat center center;
	display: inline-block;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: middle;
}
.position-sticky{
  position: sticky;
  top: 0;
  z-index: 1000;
}
p.btn-gray{
  pointer-events: none;
}





















