
@media (min-width: 300px) and (max-width: 799px) {
    
    
}
    
/*layout customize*/
#gutter > .tns-item{padding:5px !important; overflow: hidden; border-radius: 5px; white-space: nowrap;}
#gutter > .tns-item:hover{background-color:#3bc0a3;}
#gutter > .tns-item:hover > p {background-color:#2d3e50; color:#fff;}

#gutter > .tns-item .img{border-radius: 3px 3px 0 0; overflow: hidden;}
#gutter > .tns-item p{padding:15px; box-sizing: border-box; background-color:#e0e0e0; font-family: 'GmarketSansMedium', sans-serif; font-size:1.2em; border-radius: 0 0 3px 3px; overflow: hidden; text-overflow: ellipsis;}

/* 추천관광지 */

.reco_spot_wrap{
  max-width: 2000px;   /* 원하는 폭 */
  margin: 0 auto;
  padding: 0 16px;     /* 모바일 좌우 여백 */
  box-sizing: border-box;
}

.tour-layout{
  display:flex;
  gap: 24px;           left-panel과 카드 영역 간격
  align-items: flex-start;
  min-height: auto;    /* 100vh 지우는게 자연스러움 */
}

/* LEFT 고정 패널 */
.tour-left-panel{
  width: 300px;
  height: 300px;
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgb(118, 162, 250) 0%, rgb(70, 131, 252) 60%, rgb(52,117,247) 100%);
  padding: 40px 28px;
  overflow:hidden;
  border-radius: 0 18px 18px 0;
}

.tour-left-inner{
  height:100%;
  display:flex;
  flex-direction:column;
  gap: 15px;
}

.tour-left-title{
  margin: 70px 0 0;
  color:#fff;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
}

.tour-left-title span {
  font-size: 0.77em;
  font-family: 'GmarketSansLight', 'Noto Sans KR', sans-serif;
}

.tour-fake-illustration{
  width: 220px;
  height: 160px;
  border-radius: 22px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.15em;
}


.tour-right-panel{
  flex: 1;
  padding: 30px 30px 30px 0;
  overflow:hidden;
}

.tour-carousel{
  position: relative;
  max-width: 1100px;
}

.tour-viewport{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0px,
    transparent 5px,
    rgba(0,0,0,1) 5px,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0px,
    transparent 5px,
    rgba(0,0,0,1) 5px, 
    rgba(0,0,0,1) 100%
  );
}



.tour-track{
  display:flex;
  gap: 24px;
  will-change: transform;
  transform: translate3d(0,0,0);
  padding: 0;
}

.tour-track.intro {
  transform: translate3d(80px, 0, 0);
  opacity: 0;
  filter: blur(6px);
}

.tour-track.intro.play {
  transition: transform 700ms cubic-bezier(.2,.8,.2,1),
              opacity 700ms ease,
              filter 700ms ease;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: blur(0);
}

/* 카드 */
.tour-card{
  width: 250px;
  background:#fff;
  border: 0.5px #ccc solid;
  border-radius: 18px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,.08); */
  overflow:hidden;
  flex: 0 0 auto;
  user-select:none;
}

.tour-card{
  transform-origin: left center;
}

.tour-thumb{
  height: 200px;
  background-size: cover;
  background-position:center;
}


.tour-thumb-qingdao{  background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1200&q=60');}
.tour-thumb-dalian{  background-image: url('https://images.unsplash.com/photo-1472393365320-db77a5abbecc?auto=format&fit=crop&w=1200&q=60');}
.tour-thumb-osaka{  background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1200&q=60');}
.tour-thumb-fukuoka{  background-image: url('https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=1200&q=60');}
.tour-thumb-hongkong{  background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=60');}


.img-1 { background: #D6D65B; background-image:url('/../img/main/reco_01.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-2 { background: #5BD6AD; background-image:url('/../img/main/reco_02.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-3 { background: #5B99D6; background-image:url('/../img/main/reco_03.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-4 { background: #D65BC1; background-image:url('/../img/main/reco_04.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-5 { background: #70D65B; background-image:url('/../img/main/reco_05.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-6 { background: #D65B5B; background-image:url('/../img/main/reco_06.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-7 { background: #D6995B; background-image:url('/../img/main/reco_07.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-8 { background: #705BD6; background-image:url('/../img/main/reco_08.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-9 { background: #705BD6; background-image:url('/../img/main/reco_09.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-10 { background: #705BD6; background-image:url('/../img/main/reco_10.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-11 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_11.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-12 { background: #705BD6; background-image:url('/../img/main/reco_12.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-13 { background: #705BD6; background-image:url('/../img/main/reco_13.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-14 { background: #705BD6; background-image:url('/../img/main/reco_14.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-15 { background: #705BD6; background-image:url('/../img/main/reco_15.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-16 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_16.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-17 { background: #705BD6; background-image:url('/../img/main/reco_17.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-18 { background: #705BD6; background-image:url('/../img/main/reco_18.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-19 { background: #705BD6; background-image:url('/../img/main/reco_19.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-20 { background: #705BD6; background-image:url('/../img/main/reco_20.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-21 { background: #705BD6; background-image:url('/../img/main/reco_21.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-22 { background: #705BD6; background-image:url('/../img/main/reco_22.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-23 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_23.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-24 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_24.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-25 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_25.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-26 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_26.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-27 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_27.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }

.img-28 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_28.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-29 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_29.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-30 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_30.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-31 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_31.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-32 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_32.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-33 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_33.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-34 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_34.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }


.tour-meta{
  padding: 16px 16px 18px;
}

.tour-badge{
  display:inline-block;
  font-size: 12px;
  font-weight:800;
  color:rgb(52,117,247);
  background: rgba(52,117,247,.15);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-family: 'GmarketSansLight', 'Noto Sans KR', sans-serif;
}

.tour-title{
  margin:0 0 8px;
  font-size: 18px;
  letter-spacing:-.01em;
  font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
}

.tour-track.dragging{
  transition: none !important;
  cursor: grabbing;
}
.tour-viewport.grab{
  cursor: grab;
}

/* PC 전용 */
@media (min-width: 769px){
  .reco_spot_wrap{
    max-width: none;
    margin: 20px 0;
    padding: 0;
  }

  /* 레이아웃 */
  .tour-layout{
    display: flex;
    min-height: auto;
    margin: 20px 0;
  }

  /* LEFT 패널: 브라우저 맨 왼쪽 */
  .tour-left-panel{
    position: sticky;     /* 스크롤 따라 올라가다 사라짐 */
    top: 20px;
    left: 0;
    width: 500px;
    height: 300px;
    margin-left: 0;
    border-radius: 0 500px 500px 0;
    z-index: 10;
  }

  /* RIGHT 패널: 남은 화면 전부 사용 */
  .tour-right-panel{
    flex: 1;
    padding: 30px 40px;
    overflow: hidden;
  }

  /* 캐러셀 폭 제한 제거 */
  .tour-carousel{
    max-width: none;
    width: 100%;
  }
}



@media (max-width: 768px){

  .reco_spot_wrap{
    padding: 0 !important;

  }

  .tour-layout{
    flex-direction: column;
    min-height: auto;
  }


  .tour-left-panel{
   display: none;
  }

 
  .tour-right-panel{
    padding: 16px;           
    overflow: hidden;
       padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tour-carousel{
    max-width: 100%;
  }

 

  .tour-card{
    width: 170px;        
    border-radius: 14px;
  }

  .tour-thumb{
    height: 120px;       
  }

  .tour-meta{
    padding: 10px 5px;
  }

  .tour-title{
    font-size: 15px;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
  }

  .tour-badge{
    font-size: 11px;
    padding: 4px 8px;
  }

  .tour-track{ padding-bottom: 1px; }
}


/* ----------------------- */


/* 추천관광지 */
/* img { max-width: 100%; }
img:not(.tns-lazy-img), .lazyload img { height: auto; }
.autoWidth img { max-width: none; }
.autoHeight img { width: 100%; }
.img {  font-size: 100px;  font-weight: 100;  color: #fff;  text-align: center;}
.img a {  display: block;  padding: 40% 0;  color: inherit;  text-decoration: none;}
.visually-hidden {  position: fixed;  left: -10000px;  opacity: 0;}

.nav.active ul { left: 0; }
.nav.active .nav-toggle-handle { left: 17em; }
.nav.active .nav-toggle-handle:before { display: inline-block; }
.nav.active .nav-toggle-handle:after { display: none; }
.nav ul {  position: fixed;  top: 0;  left: -17em;  z-index: 100;  width: 17em;  height: 1000px;  height: 100vh;  background-color: #fff;  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);  transition: left 0.25s;  overflow-y: auto;}
.nav a {  display: block;  padding: 0.7em 1em;  color: inherit;  text-decoration: none;}
.nav a:hover { background-color: #F3F3F3; }
.nav .active {  color: #fff;  background-color: #af23ff !important;}
.nav-toggle-handle {  position: fixed;  transition: left 0.25s;  left: 0;  top: 0;  z-index: 100;  padding: 10px;  color: #fff;  background-color: #af23ff;
  cursor: pointer;}
.nav-toggle-handle:before {   display: none;  padding-right: 5px;  content: '◄';   font-size: 0.8em;}
.nav-toggle-handle:after {   padding-left: 5px;  content: '►';   font-size: 0.8em;}

.img-1 { background: #D6D65B; background-image:url('/../img/main/reco_01.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-2 { background: #5BD6AD; background-image:url('/../img/main/reco_02.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-3 { background: #5B99D6; background-image:url('/../img/main/reco_03.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-4 { background: #D65BC1; background-image:url('/../img/main/reco_04.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-5 { background: #70D65B; background-image:url('/../img/main/reco_05.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-6 { background: #D65B5B; background-image:url('/../img/main/reco_06.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-7 { background: #D6995B; background-image:url('/../img/main/reco_07.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-8 { background: #705BD6; background-image:url('/../img/main/reco_08.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-9 { background: #705BD6; background-image:url('/../img/main/reco_09.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-10 { background: #705BD6; background-image:url('/../img/main/reco_10.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-11 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_11.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-12 { background: #705BD6; background-image:url('/../img/main/reco_12.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-13 { background: #705BD6; background-image:url('/../img/main/reco_13.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-14 { background: #705BD6; background-image:url('/../img/main/reco_14.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-15 { background: #705BD6; background-image:url('/../img/main/reco_15.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-16 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_16.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-17 { background: #705BD6; background-image:url('/../img/main/reco_17.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-18 { background: #705BD6; background-image:url('/../img/main/reco_18.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-19 { background: #705BD6; background-image:url('/../img/main/reco_19.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-20 { background: #705BD6; background-image:url('/../img/main/reco_20.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-21 { background: #705BD6; background-image:url('/../img/main/reco_21.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-22 { background: #705BD6; background-image:url('/../img/main/reco_22.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-23 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_23.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-24 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_24.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-25 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_25.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-26 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_26.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-27 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_27.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }

.img-28 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_28.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-29 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_29.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-30 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_30.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-31 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_31.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-32 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_32.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-33 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_33.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
.img-34 { background: #705BD6; background-image:url('http://www.citytourbusan.co.kr/img/main/reco_34.jpg'); background-position:center; background-repeat:no-repeat; background-size:cover; }
 */



/* .customize-tools { position: relative; }
.thumbnails { 
  margin: 20px 0;
  text-align: center;
}
.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
}
.thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; display: none !important;}
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
    display:none !important;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title, 
.suite-container .subtitle, 
.suite-container li { padding: 5px 10px; }
.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }

[class*="vertical"] .img { padding: 30px 0; }
[class*="vertical"] .img:before { content: ''; display: inline-block; width: 1px; margin-right: -1px; height: 100%; vertical-align: middle; }
[class*="vertical"] .img a { display: inline-block; padding: 0; }
[class*="vertical"] .img-1 { height: 137px; }
[class*="vertical"] .img-2 { height: 122px; }
[class*="vertical"] .img-3 { height: 143px; }
[class*="vertical"] .img-4 { height: 325px; }
[class*="vertical"] .img-5 { height: 140px; }
[class*="vertical"] .img-6 { height: 119px; }
[class*="vertical"] .img-7 { height: 223px; }
[class*="vertical"] .img-8 { height: 164px; } */

/*[class*="vertical"] p { display: none; }*/

/*.animation .img-1 { height: 137px; }
.animation .img-2 { height: 122px; }
.animation .img-3 { height: 143px; }
.animation .img-4 { height: 325px; }
.animation .img-5 { height: 140px; }
.animation .img-6 { height: 119px; }
.animation .img-7 { height: 223px; }
.animation .img-8 { height: 164px; }*/

/* reset prism */
pre[class*="language-"] { margin: 0; }

/* test results */
.test-results {
  line-height: 1.4;
  padding: 20px 10%;
  background-color: #f2f2f2;
}

/* go to */
.goto-controls {
  margin-bottom: 10px;
  text-align: center;
}
.goto-controls input,
.goto-controls .button {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.goto-controls input {
  border: 1px solid  #ccc;
}
.goto-controls .button {
  min-width: 4em;
  border: none;
  color: #fff;
  background-color: #333;
  cursor: pointer;
}

/* test results */
.test-results { line-height: 1.6; }
.test-results .title { font-weight: bold; text-transform: capitalize; }
.test-results .title:nth-child(n+2) { margin-top: 1em; }
.test-results [class*="item"] { margin-left: 1em; font-size: 0.9em; }
.test-results [class*="item"] { font-weight: 300; }
.test-results [class*="item"]:after { margin-left: 0.5em; }
.test-results .item-success { color: #0EB80E; }
.test-results .item-success:after { content: '✓'; }
.test-results .item-fail { color: #ED1E1E; }
.test-results .item-fail:after { content: '✗'; }
.test-results .item-comment { font-style: italic; color: #666; }
.test-results .item-notsure:after { content: '？'; }
.test-results .item-running:after { 
  display: inline-block;
  height: 16px;
  content: url('../images/pinwheel.svg'); 
  vertical-align: middle; 
}
.customize-tools [hidden] { display: none; }


/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}