
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
#searchResultsBlock,#searchBlock,.pageTtl2,.itemSearchRefineBlock, #fix_navi {
    display: none!important;
}
*:focus {
    outline: none;
}
#ig_wrap {
    max-width: 985px;
    margin: 25px auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    padding: 20px;
	line-height: 1.6;
}
#ig_wrap a {
	color: #000;
	text-decoration: none;
}
#ig_wrap img {
    max-width: 100%;
}
.clear {
	clear: both;
}
ul,li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.swiper-wrapper {
	height: auto!important;
}
.spimg {
	display: none;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap {
		padding: 0px;
	}
	.spimg {
		display: block;
	}
	.pcimg {
		display: none;
	}
}
#ig_wrap .title {
	max-width: 540px;
	width: 65%;
	margin: 10px auto 50px;
}

/*==========video==========*/
#ig_wrap .video_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 50px
}
#ig_wrap .video {
    width: 42%;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: #d6d0c8;
}
#ig_wrap .video video {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}
@media only screen and (max-width: 750px)  {
#ig_wrap .video_wrap {
	margin-bottom: 25px
}
	#ig_wrap .title {
		margin: 10px auto 30px;
	}
	#ig_wrap .video {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 25px
    }
    #ig_wrap .video video {
        box-sizing: border-box;
        padding: 7%;
    }
}
/*==========timeline==========*/
#ig_wrap .timeline {
	width: 53%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 25px;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: scroll;
}
#ig_wrap .timeline::-webkit-scrollbar {
    width: 3px;
}
#ig_wrap .timeline::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fff;
}
#ig_wrap .timeline::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#000;
}
#ig_wrap .timeline .tit {
	font-weight: bold;
	font-size: 18px;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 0;
	text-align: center;
}
#ig_wrap .timeline .tit .small {
	font-size: 10px;
}
#ig_wrap .timeline .tit .small_t {
	font-size: 10px;
	font-weight: normal;
}
#ig_wrap .timeline ul {
	width: 100%;
	margin: 0 auto;
}
#ig_wrap .timeline li {
	margin:0 auto 10px;
	width: 33.333%;
	float: left;
	    word-wrap: break-word;
    overflow-wrap: break-word;
}
#ig_wrap .timeline .time {
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: underline;
	cursor: pointer;
}
#ig_wrap .timeline .time.wh {
	color: #FFF;
	opacity: 0;
}
#ig_wrap .timeline .item {
	width:100%;
	box-sizing: border-box;
	padding-right: 25px;
	margin-bottom: 15px;
}
#ig_wrap .timeline .item a {
	color: #000;
	text-decoration: none;
}
#ig_wrap .timeline .item .name {
	font-size: 12px;
}
#ig_wrap .timeline .item .price {
	font-size: 10px;
}
#ig_wrap .timeline .pcclear {
	clear: both;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .timeline {
		width: 100%;
		height: auto;
		float: none;
		box-sizing: border-box;
		padding: 0;
		font-size: 14px;
		position: relative;
		top: auto;
		right: auto;
		overflow-y: none;
	}	
	#ig_wrap .timeline::-webkit-scrollbar {
		display: none;
	}
	#ig_wrap .timeline .tit {
		margin: 0 0 20px;
	}
	#ig_wrap .timeline ul {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 5px;
	}
	#ig_wrap .timeline li {
		width:33.333%;
	}
	#ig_wrap .timeline .item {
		padding-right: 10px;
		width: 100%;
	}
	#ig_wrap .timeline .item .name {
		font-size: 10px;
	}
	#ig_wrap .timeline .item .price {
		font-size: 9px;
	}	
}
/*==========QA==========*/
#ig_wrap .qa {
/*	width: 34%;
	border: 1px solid #000;*/
	text-align: left;
	padding: 0;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	cursor: pointer;
}
/*==========guest==========*/
#ig_wrap .guest,#ig_wrap .staff {
	width: 46%;
}
#ig_wrap .guest,#ig_wrap .staff {
	width: 50%;
	margin: 0 auto;
}
#ig_wrap .fR {
	float: right;
}
#ig_wrap .fL {
	float: left;
}

#ig_wrap .guest .tit,#ig_wrap .staff .tit  {
	margin: 5% 0;
	padding-bottom: 2%;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-align: center;
  }
#ig_wrap .guest .face  {
    width: 45%;
	margin: 0 auto;
	float: left;
      overflow: hidden;
	line-height: 0;
}
#ig_wrap .guest .face  {
    width: 35%;
}
#ig_wrap .guest .txt  {
    width: 55%;
	margin: 0 auto;
	float: left;
	text-align: left;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 5%;
	line-height: 1.6;
  }
#ig_wrap .guest .txt  {
    width: 65%;
  }
/*==========staff==========*/
#ig_wrap .staff ul.x4 {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
	  grid-template-rows: auto;
  }
#ig_wrap .staff ul.x3 {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
	  grid-template-rows: auto;
  }
#ig_wrap .staff ul.x2 {
      width: 75%;
      display: grid;
      grid-template-columns: 1fr 1fr;
	  grid-template-rows: auto;
	margin: 0 auto;
  }
#ig_wrap .staff li {
    box-sizing: border-box;
    padding: 15px 25px 0;
    text-align: center;
}
#ig_wrap .staff ul.x4 li {
    box-sizing: border-box;
    padding: 15px 10px 0;
    text-align: center;
}
#ig_wrap .staff .face {
    overflow: hidden;
    border-radius: 50%;
    line-height: 0;
    margin-bottom: 15px;
}		
#ig_wrap .staff .name {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
#ig_wrap .staff .sb {
    max-width: 90px;
    box-sizing: border-box;
    line-height: 0;
    padding:5px 10px 7px;
    border: 2px solid #000;
    margin: 0 auto;
    border-radius: 5px;
}
#ig_wrap .staff .ig {
    max-width: 25px;
    line-height: 0;
    margin: 1px auto;
}
  #ig_wrap .guest .ig {
      max-width: 25px;
      line-height: 0;
      margin: 10px 0;
  }
@media only screen and (max-width: 750px)  {
	#ig_wrap .guest,#ig_wrap .staff {
		width: 100%;
		margin-bottom: 75px
	}
	#ig_wrap .guest .tit,#ig_wrap .staff .tit  {
		text-align: center;
	  }
	#ig_wrap .guest .face  {
		width: 50%;
		margin: 0 auto 15px;
		float: none;
	}
	#ig_wrap .guest .txt  {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 0;
	  }
	#ig_wrap .staff li {
		padding: 15px 15px 0;
	}
	#ig_wrap .staff ul.x4 li {
		box-sizing: border-box;
		padding: 15px 5px 0;
		text-align: center;
	}
	#ig_wrap .staff .name {
		font-size: 10px;
	}
}
  #ig_wrap .banner {
      max-width: 600px;
      width: 100%;
      margin: 25px auto;
  }	
  #ig_wrap .iteminfo {
      text-align: center;
      font-size: 14px;
      margin: 50px auto 5px;
      padding: 10px;
      border: 1px solid #000;
      letter-spacing: 2px;
      font-weight: bold;
      box-sizing: border-box;
  }	
  #ig_wrap .banner {
      width: 40%;
	  margin: 0 0 75px;
}	
  #ig_wrap .banner div {
	  margin: 0 0 25px;
}	
#ig_wrap .next {
      width: 40%;
	  margin: 50px 0 75px;
  }	
#ig_wrap .iteminfo {
      text-align: center;
      font-size: 14px;
      margin: 50px auto 5px;
      padding: 10px;
      border: 1px solid #000;
      letter-spacing: 2px;
      font-weight: bold;
      box-sizing: border-box;
	clear: both;
  }
@media only screen and (max-width: 750px)  {
      #ig_wrap .iteminfo {
          width: 94%;
      }	
	  #ig_wrap .banner {
		  width: 80%;
		  float: none;
		  margin: 25px auto;
	}	
	  #ig_wrap .banner div {
		  margin: 0 0 50px;
	}	
	#ig_wrap .next {
		  width: 80%;
		  float: none;
		  margin:75px auto 50px;
	  }	
}

.remodal .inner {
	text-align: left;
}
.remodal .inner .tit {
	text-align: center;
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.remodal .inner li.q_txt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.remodal .inner li.a_txt {
	font-size: 13px;
	margin-bottom: 25px;
}