@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
.text-indigo{color:#4c2c58 !important}
.video-wrapper {
	position: relative;
	width: 100%;
	margin: rem-calc(0 0 54.5);
	min-height: rem(500);
	overflow: hidden;
}
.video-overlay {
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.video-expand {
	color: white;
	font-size: rem(18);
	line-height: 1em;
	opacity: .4;
	position: absolute;
	top: rem(15);
	right: rem(15);
	z-index: 3;
	&:hover {
		@include transition(all 400ms ease-in-out);
	}
}
.cover {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
	position: absolute;
  margin: auto;
	top: 30%;
	left: 0;
  right: 0;
  bottom: 0;
	z-index: 100;
	width: 50%;
  text-align: center;
  h2 {
    font-size: 36px;
    font-weight: 100;
    color: #fff !important;
    line-height: 1.3em;
  }
  p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
  }
}
.tv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	.screen {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin: auto;
		opacity: 0;
		transition: opacity .5s;
		&.active {
			opacity: 1;
		}
	}
}
@media (max-width: 480px) {
  .cover {
    top: 5%;
  }
  
}
div,li,th,td,ul,ol,p,a,span,h1,h2,h3,h4,h5,h6,dl,dd,dt,hr{font-family: 'Noto Sans KR' !important; font-weight: 400;}
td,
th {
  vertical-align: middle !important;
}
.course-memo{ margin:1em 0; font-size:.9em;}
.course-memo span{line-height: 2.5em;margin-right:.5em;}
.course-memo span.ttme{color:#04a73e; padding-left:10px}
.course-memo span.ttmo{color:#f28202; padding-left:10px}
.course-img{border:1px solid #ddd;}
.course-tt{font-size:1.2em;}
.course-tt h4{ font-size:1.0em;}
.tt_w{ color:#fff; position:relative; z-index:1000; top:-8px; font-size:.90em;}
.map-pos {
  display: inline;
}
.map-pos ul li {
  display: inline-block;
}
.fbtn-coast {
  background-color: #0d6fb8 !important;
}
.fbtn-downtown {
  background-color: #a41e2f !important;
}
.svg-coast {
  fill: #0d6fb8;
  width: 35px;
  height: 35px;
}
.svg-downtown {
  fill: #a41e2f;
  width: 35px;
  height: 35px;
}
.rpg-new h3 {
  padding: 20px 0;
}
.time-list li {
  line-height: 2rem;
}
.text-coast {
  color: #0d6fb8;
}
.text-downtown {
  color: #a41e2f;
}
.subtitle-new {
  height: 250px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 36px;
  line-height: 200px;
  text-align: center;
  font-weight: 600;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.subtitle-new.coast{background-image: url(/img/sub1-coast1.jpg);color: #fff;}
.subtitle-new.downtown{background-image: url(/img/sub1-downtown.jpg);color: #333;}
.subtitle-new.coop{background-image: url(/img/sub1-coop.jpg);color: #333;}
.subtitle-new.cs{background-image: url(/img/sub1-cs.jpg);color: #333;}
.subtitle-new.blog{background-image: url(/img/sub1-blog.jpg);color: #333;}
.subtitle-new.nighttour{background-image: url(/img/sub1_yabam_2024-1.jpg);color: #333;}
.course-new {padding:0; margin:0 auto; margin-bottom:4rem; }
.course-new h3{font-size:30px; font-weight: 700;}
.course-new a{text-decoration: none; color: #000 ; width: 25%; border:1px solid #dedede; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
.bg-main-block{background-color: #004875;height:190px; line-height:310px; font-size:1.4rem; cursor: pointer;}
.bg-main-block.block-white{background-color: #fafafa;  border-right:1px solid #dedede;}
.bg-main-block.block-black{ color:#fff;}
.mbg-icon{background-size: 30%; background-repeat: no-repeat; background-position: center top 50px;}
.mbg-line{ background-image: url(/img/busline.svg);}
.mbg-time{background-image: url(/img/schedule.svg); }
.mbg-fee{background-image: url(/img/fee2.svg); }
.mbg-info{background-image: url(/img/info.svg); }
.mbg-recom{background-image: url(/img/recom.svg);}
.mbg-line-white{ background-image: url(/img/busline-white.svg); color: #000; }
.mbg-time-white{background-image: url(/img/schedule-white.svg); color: #000;}
.mbg-fee-white{background-image: url(/img/fee2-white.svg); color: #000;}
.mbg-info-white{background-image: url(/img/info-white.svg); color: #000;}
.mbg-recom-white{background-image: url(/img/recom-white.svg);color: #000;}
.m-notice-tt li{font-size:1.0rem; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
.outbanner{ text-align: center;}
.m-notice-tt-h4{font-size:1.4rem; font-weight: 500; line-height: 3rem;text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}

@media only screen and (max-device-width: 640px) {
  /* mobile */
  .rpg-new p{padding:20px 0;}
  
  .pc-only {
    display: none;
  }
  .mobile-only {
    display: ;
  }
  .map-pos ul li {
    width: 48%;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;
  }
  .map-pos ul li.lg {
    width: 90%;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;
  }
  .subtitle-new{
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    background-size: cover;
  }
  .course-new {margin-bottom:2rem;}
  .course-new h3{font-size:20px; font-weight: 700;}
  .mbg-icon{background-size: 30%; background-repeat: no-repeat; background-position: center top 20px;}
  .bg-main-block{background-color: #004875; height:80px; line-height:120px; font-size:0.9rem; cursor: pointer;}
}
@media only screen and (min-device-width: 641px) {
  /* pc */
  .pc-only {
    display: ;
  }
  .mobile-only {
    display: none;
  }
  .map-pos ul li {
    width: 32%;
  }
  .map-pos ul li.ex {
    width: 64%;
  }
  .map-pos ul li.ex48 {
    width: 48%;
  }
  .map-pos ul li.ex70 {
    width: 70%;
  }
  .px-md-6{padding-left:5rem!important; padding-right:5rem!important;}
  
  .outbanner img{max-width:250px;}
}




/* menu */
.menubar {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  background: none;
}

.menubar ul {
  background: #fff;
  height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar li {
  float: left;
  padding: 0 35px;
  font-size: 18px;
}

.menubar li a {
  background: #fff;
  color: #222;
  display: block;
  line-height: 50px;
  margin: 0px;
  /* padding:0px ; */
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.menubar li a:hover,
.menubar ul li.active,
.menubar ul li:hover a {
  /* background: #0080C6; */
  color: #999;
  text-decoration: none;
}

.menubar li ul {
  background: rgb(109, 109, 109);
  display: none;
  /* 평상시에는 드랍메뉴가 안보이게 하기 */
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 200px;
  z-index: 99200;
  /*top:1em;
/*left:0;*/
}

.menubar li:hover ul {
  /* display: block; */
  /* 마우스 커서 올리면 드랍메뉴 보이게 하기 */
  /* box-shadow: 2px 2px 0px 0px #fafafa; */
  background-color: #f2f2f2;
}

.menubar li li {
  background: #fff;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

.menubar li:hover li a {
  background: none;
  color: #222;
}

.menubar li ul a {
  display: block;
  height: 50px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}

.menubar li ul a:hover,
.menubar li ul li:hover a {
  border: 0px;
  color: #999;
  text-decoration: none;
}

.menubar p {
  clear: left;
}

.subm a {
  background: #fff;
  color: #222;
  display: block;
  line-height: 50px;
  margin: 0px;
  /* padding:0px ; */
  text-align: center;
  text-decoration: none;
}
.submenu li{ display: inline-block; font-size:16px; font-weight: 100 !important;}
.submenu li a.active{color:#4B75CB;}
.subsys{display: ;}
.w3-welcome-grid-info {
	cursor: pointer
}
.bg-nighttour{ background-color: #1191d0; border-bottom: 0px solid #1191d0;}

.new-badge {
  position: absolute;
  top: -10px;
  right: -15px;
  transform: translateX(8px);
  background-color: #ff5533;
  font-size: 12px;
  line-height: 0;
  font-weight: 500;
  color: #fff;
  padding: 1em 0.6em;
  border-radius: 100vh;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .new-badge {
      position: absolute;
      bottom: 30%;
      right: -50%;
      transform: translateX(8px);
      background-color: #ff5533;
      font-size: 12px;
      line-height: 0;
      font-weight: 500;
      color: #fff;
      padding: 1em 0.6em;
      border-radius: 100vh;
  }
}
.cbtn{  border-radius: 50%; width:25px; height:22px; font-size:15px; padding:2px 5px 4px 5px; line-height: 30px; vertical-align: middle; margin-right:5px;}
.cbtn-coop {
  background-color: #f0573a !important;
  color:#fff101 !important;
}
.font-100{font-weight: 100;}
.font-200{font-weight: 200;}
.font-300{font-weight: 300;}
.font-400{font-weight: 400;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.font-700{font-weight: 700;}
.font-800{font-weight: 800;}
.font-900{font-weight: 900;}

/* Style the timetab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width:100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
.tab button.active.tb1{
  background-color: #0d4da1;
  color:#fff !important;
}
.tab button.active.tb2{
  background-color: #ee1d23;
  color:#fff !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px;
  border: 0px solid #ccc;
  border-top: none;
}

h3 span.fbtn{font-size:17px;}