/* 서브페이지 배너 */

.sub-visual {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-visual.signature, .sub-visual.soonsal, .sub-visual.fried, .sub-visual.sidemenu {
  background-image: url(/layouts/jokerdark/images/sub/sub-visual-menu-bg.png);
}

.sub-visual.newstore, .sub-visual.maps {
  background-image: url(/layouts/jokerdark/images/sub/sub-visual-store-bg.png);
}

.sub-visual.franchise {
  background-image: url(/layouts/jokerdark/images/sub/sub-visual-franchise-bg.png);
}

.sub-visual.story, .sub-visual.ceo, .sub-visual.history, .sub-visual.location {
  background-image: url(/layouts/jokerdark/images/sub/sub-visual-brand-bg.png);
}


.sub-visual.notice, .sub-visual.event , .sub-visual.feedback {
  background-image: url(/layouts/jokerdark/images/sub/sub-visual-community-bg.png);
  margin: 0;
}





.sub-visual .title {
  padding: 100px 0;
}

.sub-visual .title span {
  display: block;
  color: #bf1d2d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1em;
  margin: 0 0 30px;
}

.sub-visual .title h2 {
  margin: 0;
  font-size: 100px;
  font-family: 'OTEnjoystoriesBA';
}

/* 서브페이지 메뉴 */

.sub-nav {
  z-index: 9;
  background: #fff;
  position: relative;
  height: 70px;
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* box-shadow:0 5px 20px 0px rgba(0,0,0,0.1); */
}

.sub-nav .container {
  height: 100%;
}

.sub-nav .snb {
  height: 100%;
}

.sub-nav .snb .home {
  float: left;
  width: 4em;
  height: 100%;
  display: table;
}

.sub-nav .snb .home a {
  display: block;
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.sub-nav .snb .depth {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-position: center right 1.333em;
}

.sub-nav .snb .depth_1 {
  width: 230px;
  background-image: url(../images/common/ico_snb_down.png);
}

.sub-nav .snb .depth_2 {
  width: 230px;
  background-image: url(../images/common/ico_snb_down.png);
  box-sizing: border-box;
}

.sub-nav .snb .depth_1.on {
  background-image: url(../images/common/ico_snb_up.png);
}

.sub-nav .snb .depth_2.on {
  background-image: url(../images/common/ico_snb_up.png);
}

.sub-nav .snb .depth .now {
  display: table;
  border-left: 1px solid rgba(221, 221, 221, 0.8);
  height: 100%;
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

.sub-nav .snb .depth_2 .now {
  border-left: 1px solid rgba(221, 221, 221, 0.8);
  border-right: 1px solid rgba(221, 221, 221, 0.8);
  box-sizing: border-box;
}

.sub-nav .snb .depth .now a {
  display: table-cell;
  color: #333;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
}

.sub-nav .snb .depth .now span {
  display: table-cell;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

.sub-nav .snb .depth .submenu {
  background-color: #fff;
  display: none;
  position: relative;
}

.sub-nav .snb .depth .submenu li {
  display: table;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8);
  border-top: 0;
  box-sizing: border-box;
}

.sub-nav .snb .depth .submenu li a {
  display: table-cell;
  box-sizing: border-box;
  padding-left: 1.333em;
  vertical-align: middle;
  width: 100%;
  height: 3.333em;
  background-color: #fff;
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
}

.sub-nav .snb .depth .submenu li a:hover {
  background-color: #f4f4f4;
}

.sub-nav .snb .depth .submenu {
  background-color: #fff;
  display: none;
  position: relative;
}

.sub-nav .snb .depth .submenu li {
  display: table;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8);
  border-top: 0;
  box-sizing: border-box;
}

.sub-nav .snb .depth .submenu li a {
  display: table-cell;
  box-sizing: border-box;
  padding-left: 1.333em;
  vertical-align: middle;
  width: 100%;
  height: 3.333em;
  background-color: #fff;
  padding-left: 30px;
  text-align: left;
}

.sub-nav .snb .depth .submenu li a:hover {
  background-color: #f4f4f4;
}

.sub-nav .snb .depth .submenu_1 {
  background-color: #fff;
  display: none;
  position: relative;
}

.sub-nav .snb .depth .submenu_1 li {
  display: table;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8);
  border-top: 0;
  box-sizing: border-box;
}

.sub-nav .snb .depth .submenu_1 li a {
  display: table-cell;
  box-sizing: border-box;
  padding-left: 1.333em;
  vertical-align: middle;
  width: 100%;
  height: 3.333em;
  background-color: #fff;
  padding-left: 30px;
  text-align: left;
}

.sub-nav .snb .depth .submenu_1 li a:hover {
  background-color: #f4f4f4;
}

/**/

.inner{ 
  width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.sub-con-tit{
  margin-bottom: 70px;
}
.sub-con-tit h5{
  font-size: 26px;
}
.subtxt-joker{
  letter-spacing: .8em;
}
.con-top{
  width: 100%;
  text-align: left;
}
.grey{
  color: #555;
}
h1{
  font-size: 100px;
  font-family: 'OTEnjoystoriesBA';
  line-height: 100px;
  margin-top: 30px;
  margin-bottom: 70px;
}
h6{
  font-size: 22px;
  margin-bottom: 25px;
}
h5{
  font-size: 26px;
}
h4{
  font-size: 30px;
  margin-bottom: 35px;
}
.con-btm{
  width: 100%;
  height: 420px;
}
.red{
  color: #bf1d2d;
}
.txt20{
  font-size: 20px;
  line-height: 30px;
}
.txt22{
  font-size: 22px;
}
.contxt{
  margin-top: 20px;
}
.con-txt{
  margin-bottom: 30px;
  text-align: left;
}
.con-txt p{
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  word-break: keep-all;
}
.story-img{
  margin-bottom: 10px;
}
.con-fl-r{
  position: relative;
}
.joker-character {
  position: absolute;
  right: 0;
  top: -140px;
}
.history-img .joker-character {
  position: absolute;
  right: 270px;
  top: -140px;
}
.contents{
  background-image: url(/layouts/jokerdark/images/sub-bak/con-bg.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* ceo */
.con-top-ceo{
  background-image: url(/layouts/jokerdark/images/sub-bak/con-ceo-bg.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.con-ceo-txt{
  color: #fff;
  width: 700px;
  margin-left: 700px;
}
.con-ceo-txt h2{
  font-size: 60px;
  font-family: 'OTEnjoystoriesBA';
  line-height: 60px;
  padding-top: 90px;
}
.con-ceo-txt p{
  margin-right: 50px;
}
.ceo-btm{
  background-color: #f9f9f9;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  height: 700px;
  margin-bottom: 0px;
}
.con-btm .inner{
  width: 1400px; 
  margin: 0 auto;
}
.con-btm-ceo{
  text-align: center;
  margin: 0 auto;
}
.ceo-ment{
  text-align: left;
}
.txt-all{
  width: 100%;
}
.txt-divide div{
  display: inline-block;
}
.ceo-img{ 
  width: 380px;
  vertical-align: top;
  padding-top: 50px;
}
.ceo-p-r{
  width: 920px;
  padding-left: 20px;
}
.bg-none{
  background-image: none;
}
.txt50{
  font-size: 50px;
  font-family: 'OTEnjoystoriesBA';
  margin-top: 30px;
}

/* 연혁 */

.history-wrap .container{
  padding: 100px 0;
}

.history.con-tit{
  text-align: center;
  margin-bottom: 100px;
  color: #fff;
}

.history.con-tit h2{
  color: #fff;
    font-family: "Noto Sans Korean","Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 55px;
    letter-spacing: 0.5em;
    font-weight: 800;
    margin: 0 0 130px 0;
}


.hisrory-year.year-2020{
  background: url(/layouts/jokerdark/images/sub/his-year-2020.png) no-repeat;
  background-size: cover;
}

.hisrory-year.year-2020 .year{
  color: #fff;
}

.hisrory-year .year p{
  font-size: 35px;
}

.hisrory-year.year-2020 .history-table.month{
  color: #fff;
}

.history-table.month p{
  position: relative;
  font-size: 20px;
  font-weight: 800;
}

.hisrory-year.year-2020 .history-table.month p::before{

  background: #fff;
}

 .history-table.month p::before{
  position: absolute;
  top: 15px;
  left: -5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 10px;
}


.history-box02{
  width: 15%;
}


.history-btm{
  padding-top: 80px;
  padding-bottom: 100px;
}
.history-img {
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 100px;
}
.history-img div:first-child{
  border-radius: 10px;
}
.hisrory-year{
  text-align: left;
}
.history-box{
  display: inline-block;
  vertical-align: top;
  padding: 10px auto;
}
.history-box02{
  width: 12%
}
.txt40{
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 50px;
}
.history-box03{
  margin-left: 80px;
}
.hisrory-year.year-2020 .month{
  border-left: 1px solid rgba(255,255,255,0.3);
}
.month{
  border-left: 1px solid rgba(0,0,0,0.2);
}
.month p::before{
  width: 11px;
  height: 11px;
  background-color: #bf1d2d;
  content: '';
  border-radius: 5px;
  left: 0;
  top: 0;
  z-index: 999;
}
.month p{
  padding-left: 60px;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 45px;
}
.history-text p{
  padding-left: 30px;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 46px;
  font-weight: 300;
}

.hisrory-year.year-2020 .history-text p{
  color: #fff;
}


/* 오시는 길 */
.location-img{
  position: relative;
}
.location-img div:first-child{
  border-radius: 10px;
}
.joker-standing{
  position: absolute;
  bottom: 0;
  right: 0;
}
.location-btm{
  margin-top: 80px;
}
.location-box{
  border-radius: 10px;
  width: 840px;
  margin: 0 auto;
  background-color: rgba(255,255,255,.7);
}
.location-box div{
  display: inline-block;
  height: auto;
  width: 400px;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}
.location-txt{
  text-align: left;
  margin-top: -10px;
}
.location-txt b{
  font-size: 26px;
}
.location-txt p{
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
}
.location-txt .txt22{
  margin-top: 10px;
  margin-bottom: 0;
}
.location-txt .tel-number{
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
}
/* 매장안내 */

.con-tit{
  margin-bottom: 100px;
}

.con-tit h2{
  display: block;
  font-family: 'OTEnjoystoriesBA';
  color: #333;
  font-size: 80px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.con-tit p{
  font-weight: 300;
  margin: 0;
  font-size: 18px;
}

.newstores{
  padding-bottom: 100px;
}
.newstores .subtit-font h1{
  margin-bottom: 0;
}
.newstores .subtit-font p{
  font-size: 20px;
}
.stores{
  height: auto;
  margin: 0 auto;
  background-color: rgba(255,255,255,.8);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 30px;
}
.store00{
  height: 250px;
}
.store-img{
  width: 100%;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0;
}
.store-tbox{
  text-align: center;
  margin: 0 auto;
}
.stores .time{
  font-size: 16px;
  background: url(/layouts/jokerdark/images/sub/time.png) left 5px  no-repeat;
  background-size:18px;
  padding-left: 28px;
}
.store-img img{
  width: 100%;
}
.store-sort {
  margin-top: 25px;
  text-align: left;
  margin-left: 15px;

}
.store-circle{
  display: inline-block;
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.store-circle .icon-txt{
  font-size: 14px;
  margin: 0;
  margin-top:5px;
}

.icon-store{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #bf1d2d;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
}
.icon-store-xx{
  background-color: #b0b0b0;
}
.icon-store img{
  width: 70%;
  margin: 5px auto;
  text-align: center;
  margin-right: 2px;
}
.icon-txt{
  text-align: center;
}
.store-txt{
  text-align: left;
  margin-left: 20px;
}
.store-txt h5{
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}
.store-txt .red{
  margin-left: 15px;
  font-size: 20px;
}
.store-txt p{
  padding-left: 0px;
}
.txt18{
  font-size: 18px;
  padding-bottom: 5px;
}

.menu-signature{
  width: 1400px;
  height: 615px;
  text-align: center;
  margin: 70px auto 0;
  background-image: url(/layouts/jokerdark/images/sub-bak/menu-sgnt.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.menu-soonsal{
  width: 1400px;
  height: 615px;
  text-align: center;
  margin: 70px auto 0;
  background-image: url(/layouts/jokerdark/images/sub-bak/menu-nugget.png);
  background-repeat: no-repeat;
  background-size: cover;

}
.menu-fried{
  width: 1400px;
  height: 615px;
  text-align: center;
  margin: 70px auto 0;
  background-image: url(/layouts/jokerdark/images/sub-bak/menu-fried.png);
  background-repeat: no-repeat;
  background-size: cover;

}
.menu-sidemenu{
  width: 1400px;
  height: 615px;
  text-align: center;
  margin: 70px auto 0;
  background-image: url(/layouts/jokerdark/images/sub-bak/menu-side.png);
  background-repeat: no-repeat;
  background-size: cover;

}
.menu-sub-list{
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
}
.menu-img{
  width:100%; 

  text-align: center;
  margin-bottom: 40px;
  margin-right: 2%;
  vertical-align: top;
}
.menu-img img{
  border-radius: 10px;
}
.menu-img .menu-tit{
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
  background: #b81c24;
  border-radius: 20px;
  padding: 10px;
  width: 220px;
  margin: 20px auto;
}
.menu-img .menu-tit h6{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.menu-img .menu-desc{
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  height: auto;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  font-family: 'OTEnjoystoriesBA';
}
.menu-img .menu-price{
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
  width: 95%;
  position: relative;
  margin: 0 auto;
}
.menu-side .menu-img .menu-price{
  height: 250px;
  vertical-align: top;
}
.menu-img .menu-price div{
  display: inline-block;
}
.menu-img .menu-price .part{
  width: 50px;
  padding-right: 0px;
}
.menu-img .menu-price .part-side{
  width: 150px;
  padding-right: 0px;
}
.menu-img .menu-price .txt{
  width: 200px;
  font-size: 16px;
  letter-spacing: -.05em;
}
.menu-img .menu-price .no{
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.menu-img .menu-price span{
  font-weight: 700;
  text-align: right;

}
.menu-none{
  display: none;
}

/*팝업*/

.sig{
  cursor: pointer;
}

.sig:hover .menu-img .menu-tit{
  background: #5d1216;
  transition: 0.2s;
}

.menu-pop-wrap {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 50%;
}

.menu-pop-wrap .sig-menu-pop.menu-02{
  display: none;
}

.menu-pop-wrap .sig-menu-pop{  
  position: relative;
  width: 100%;
  background: #fff;
  padding:10px;
}

.menu-pop-wrap .sig-menu-pop .pop-close{
  cursor: pointer;
  position: absolute;
  right: 10px;
  top:10px;
  width: 60px;
}

.menu-pop-wrap .sig-menu-pop .pop-close img{
  width: 100%;
}

.menu-pop-wrap .pop-img{
  width: 100%;
}

.reason-wrap {
	background:url(../images/sub/franchise-reason-bg.png) no-repeat;
	background-size:cover;
	height:900px;
	background-attachment:fixed;
}
.reason-wrap .tit-p {
	font-size:20px;
	color:#fff;
	text-align:center;
}
.logo-w {
	display:block;
	margin:0 auto;
	margin-bottom:50px;
}
.reason-wrap .container  {
	padding-top:100px;
}
.rs-img {
	width:700px;
	float:left;
	margin-top:-50px;
}
.rs-img img {
	width:100%;
}
.fs-i {
	font-style:italic;
}
.rs-txt {
	float:left;
	margin-left:80px;
	margin-top:130px;
	color:#fff;
	line-height:1.8em;
	width:330px;
}
.rs-txt h2 {
	font-size:26px;
	font-weight:300;
	line-height:1.4em;
}
.rs-con {
	margin-top:20px;
}
.rs-con span {
	display:block;
	margin-bottom:20px;
}
.rs-txt::after {
	display:block;
	content:"";
	clear:both;
}
.knowhow-wrap {
	width:1400px;
	margin:0 auto;
	padding:100px 0;
}
.knowhow-wrap .title h2 {
	color:#000;
}
.knowhow-list {
	display:flex;
}
.knowhow-list li {
	flex:1;
	margin-right:20px;
	height:300px;
	border-radius:0 30px 0 30px;
	border:1px solid rgba(0,0,0,0.1);
}
.knowhow-list li span {
	line-height:300px;
	text-align:center;
	margin:0 auto;
	display:block;
	font-size:18px;
	font-weight:800;
}
.knowhow-list li:last-child {
	margin-right:0;
}
.knowhow-list li:first-child span {
	background:url(../images/sub/konwhow-icon-01.png) center 80px no-repeat;
	padding-top:45px;
}
.knowhow-list li:nth-child(2) span {
	background:url(../images/sub/konwhow-icon-02.png) center 80px no-repeat;
	padding-top:45px;
}
.knowhow-list li:nth-child(3) span {
	background:url(../images/sub/konwhow-icon-03.png) center 90px no-repeat;
	padding-top:45px;
}
.knowhow-list li:nth-child(4) span {
	background:url(../images/sub/konwhow-icon-04.png) center 80px no-repeat;
	padding-top:45px;
}
.knowhow-list li:nth-child(5) span {
	background:url(../images/sub/konwhow-icon-05.png) center 80px no-repeat;
	padding-top:45px;
}
.table-st {
	width:100%;
	margin-top:100px;
	font-size:16px;
	font-weight:400;
}
.bd-top {
	border-top:3px solid #bf1d2d;
}
.table-st tr {
	padding:30px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.table-st th {
	text-align:left;
	font-weight:800;
	background:#f6f6f6;
}
.table-st.knowhow th {
	width:20%;
	padding:30px;
}
.table-st.knowhow td {
	padding:30px;
	line-height:1.8em;
}
.process-wrap {
	background:url(../images/sub/process-bg.png) no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.process-wrap .container  {
	padding:100px 0;
}
.process-wrap .tit {
	display:block;
	width:850px;
	margin:0 auto;
	font-size:18px;
	text-align:center;
	line-height:1.8em;
	word-break:keep-all;
}
.process-wrap h2,.process-wrap span {
	font-family:'OTEnjoystoriesBA';
	font-size:50px;
	line-height:1.3em;
}
.fc-r-02 {
	color:#bf1d2d;
}
.process-list {
	margin-top:50px;
}
.process-list li {
	width:100%;
	box-sizing:border-box;
	margin-bottom:30px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.1);
}
.process-list li .step {
	display:block;
	background:#bf1d2d;
	color:#fff;
	padding:30px;
	float:left;
	width:10%;
	height:85px;
	text-align:center;
	box-sizing:border-box;
	font-size:18px;
	line-height:25px;
}
.process-list li .con {
	float:left;
	display:block;
	background:#fff;
	font-size:18px;
	padding:30px;
	width:90%;
	height:85px;
	box-sizing:border-box;
	line-height:25px;
}
.process-list li::after {
	display:block;
	content:"";
	clear:both;
}
.process-list li .con .step-tit {
	display:inline-block;
	font-family:'Noto Sans Korean',sans-serif;
	font-size:18px;
	font-weight:800;
	width:200px;
	margin-left:50px;
}
.process-list li .con .txt {
	font-family:'Noto Sans Korean',sans-serif;
	font-size:18px;
	font-weight:400;
}
.process-arrow {
	display:block;
	margin:30px auto;
}


.cost-wrap .container  {
	padding:100px 0;
}
.cost-txt {
	  color: #454545;
    font-size: 16px;
    text-align: right;
}
.cost {
	width:100%;
  text-align:center;
  margin-top: 30px;
}
.cost th {
	background-color:#bf1d2d;
	border-left:1px solid rgba(255,255,255,0.3);
	color:#fff;
	font-weight:800;
	font-size:18px;
  padding:30px 10px;
  text-align: center;
}
.cost th.p_co1 {
	background-color:#f6f6f6;
	border:2px solid #bf1d2d;
	border-right:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	color:#454545
}
.cost th.p_co2 {
	background-color:#f6f6f6;
	border:2px solid #bf1d2d;
	border-left:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	color:#454545
}
.cost th.p_co5 {
	background-color:#f6f6f6;
	border-top:2px solid #bf1d2d;
	border-left:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	color:#454545
}
.cost td.p_co3 {
	border-left:2px solid #bf1d2d;
	color:#bf1d2d !important;
	font-weight:600;
}
.cost td.p_co4 {
	border-right:2px solid #bf1d2d;
	color:#bf1d2d !important;
	font-weight:600
}
.cost td.p_co6 {
	color:#bf1d2d !important;
	font-weight:600
}
.cost .p_td1 {
	background-color:#f6f6f6;
	font-weight:600;
	color:#454545;
	font-size:16px;
}
.cost .p_td2 {
	background-color:#eaeaea;
	font-weight:600;
	color:#454545;
	font-size:16px;
}
.cost td {
	font-size:16px;
  padding:30px 10px;
  line-height: 1.6em;
  vertical-align: middle;
}
.cost .bottom_tb {
	background-color:#eaeaea;
	border-top:2px solid #333 !important
}
.cost .bottom_tb .p_co6,.cost .bottom_tb .p_co3,.cost .bottom_tb .p_co4 {
	border-bottom:2px solid #bf1d2d
}
.cost_txt2>p {
	color:#454545;
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:1rem;
	margin-top:4rem
}
.cost_txt2 {
	color:#454545;
	font-size: 16px
}

.cost-txt-box{
  margin: 100px auto;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  letter-spacing: -0.05em;
  color: #454545;
  word-break: keep-all;

}

.cost-tit{
  display: block;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

.analysis-wrap .container {
  padding: 100px 0;
}

.analysis-wrap .an-box{
    color: #454545;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 50px 10px;
    background: #f6f6f6;
    text-align: center;
    border-radius: 0 30px;
}

.analysis-wrap .an-box span{
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #bf1d2d;
  margin-bottom: 20px;
}

.analysis-wrap .an-box p{
  font-size: 16px;
  line-height: 1.8em;

}

#tab-menu {
  position: relative;
  width: 100%; 
  background : #bf1d2d;
  border-radius: 10px;
  margin-top: 30px;
}
#tab-btn ul {
  overflow: hidden;
  display: flex;
}
#tab-btn li {
  flex: 1;
  text-align: center;
  padding:20px 10px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

#tab-btn li:last-child{
  border-right: 0;
}

#tab-btn li a {
  display: block; color: #fff; 
  padding: 15px 20px; 
  font-weight: bold;
  font-size: 18px;
  font-weight: 300;
}

#tab-btn li.active{
  background: #fff;
  border-top: 3px solid #bf1d2d;
}

#tab-btn li.active a {
  color: #bf1d2d;
  font-weight: 800;
}

#tab-cont {
  width: 100%; 
  background: #fff;
  padding: 50px 0; 
  box-sizing: border-box;
}

.ana_tb_bo1 {
  border-left: 2px solid #bf1d2d !important;
}

.ana_tb_bo{
  border-top: 2px solid #bf1d2d !important;
}

.ana_tb_bo3 {
  border-bottom: 2px solid #bf1d2d !important;
}
.ana_tb_bo2 {
  border-right: 2px solid #bf1d2d !important;
}

.ana td{
  border-left: 1px solid #ddd;
  padding: 20px 10px;
}

.ana th {
  background-color: #333;
  border-left: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 20px 10px;
  text-align: center;
}

.type-wrap .container {
  padding:100px 0;
}

.type-wrap .type-tit {
  margin: 50px auto;
  text-align: center;
}

.type-wrap .type-tit h2{
  display: block;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.type-wrap .type-tit p{
  display: block;
}

.type-wrap .slick-prev{
  z-index: 99;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(0,0,0,0.5);
  background-size: cover;
  background: url(../images/sub/pre-arrow.png) center no-repeat;

}

.type-wrap .slick-next{
  z-index: 99;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(0,0,0,0.5);
  background-size: cover;
  background: url(../images/sub/nxt-arrow.png) center no-repeat;

}

.type-wrap .slick-prev::before{
  font-size: 0;
}
.type-wrap .slick-next::before{
  font-size: 0;
}
.type-wrap .slick-prev:hover,
.type-wrap .slick-prev:focus{
  background: url(../images/sub/pre-arrow.png) center no-repeat;
}

.type-wrap .slick-next:hover,
.type-wrap .slick-next:focus {
  background: url(../images/sub/nxt-arrow.png) center no-repeat;
}

.type-wrap .slider-nav .slick-list{
  margin-top:30px;
}

.type-wrap .slider-nav .slick-list .slick-slide{
  margin:0 10px;
  cursor: pointer;
}

.story-wrap{
  background:  url(../images/sub/stroy-bg.png) center no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 0px;
}

.story-wrap .con-tit.story{
  color: #fff;
}

.story-wrap .con-tit.story h2{
  color: #fff ;
  font-family: "Noto Sans Korean","Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 55px;
  letter-spacing: 0.5em;
  font-weight: 800;
  margin:50px 0 30px 0;
}

.story-con-wrap{
  margin-top: 100px;
}

.story-con-wrap .story-con .story-img{
  float: left;
}

.story-con-wrap .story-con .story-txt{
  float:left;
  width: 500px;
  color: #fff;
  text-align: left;
  margin-top: 100px;
  margin-left: 50px;
}

.story-con-wrap .story-con .story-txt b{
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.story-con-wrap .story-con .story-txt p{
  display: block;
  width: 400px;
  font-weight: 300;
  word-break: keep-all;
  line-height: 1.5em;

}

.story-con-wrap .story-con .story-txt h2{
  display: block;
  margin: 0;
  font-size: 60px;
  font-family: 'OTEnjoystoriesBA';
  margin-bottom: 20px;

}

.story-con-wrap .story-con::after{
  display: block;
  content: "";
  clear: both;
}

.story-con-wrap .story-con.bottom {
  transform: translateY(-150px);
}

.story-con-wrap .story-con.bottom .story-img{
  float: right;
}

.story-con-wrap .story-con.bottom .story-txt{
  float: left;
  margin-left: 0;
  margin-top:200px;
}

.story-con-wrap .story-con::after{
  display: block;
  content: "";
  clear: both;
}

/*로그인*/
.contanier-login{
  background: url(/layouts/jokerdark/images/sub/login-bg.png) no-repeat;
  background-size: cover;
}




/* @media screen and(max-width:768px){
  .sub-title{
      padding-top: 40px;
  }
  
  .inner{
      width: 90%;
      margin: 0px auto;
      text-align: center;
  }
  .container{ 
      width: 100%;
  }
  .row{
      margin-bottom: 25px;
  }
  .row .col{
      width: 50%;
      height: 700px;
      display: block;
      float: none;
  }
  .menu-sgnt{
      background-image: url("/layouts/jokerdark/images/sub-bak/menu-sgnt.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: auto;
      margin-top: 50px;
  }
  .menu-nugget{
      background-image: url("/layouts/jokerdark/images/sub-bak/menu-nugget.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: auto;
      margin-top: 50px;
  }
  .menu-fried{
      background-image: url("/layouts/jokerdark/images/sub-bak/menu-fried.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: auto;
      margin-top: 50px;
  }
  .menu-side{
      background-image: url("/layouts/jokerdark/images/sub-bak/menu-side.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: auto;
      margin-top: 50px;
  }
  .menu-top-img{
      overflow: hidden;
  }

  .menu-sub-list{
      width: 100%;
      margin-top: 100px;
  }
  .menu-img{
      width:100%; 
      text-align: center;
      margin-bottom: 30px;
      margin-right: 2%;
      vertical-align: top;
  }
  .menu-img img{
      border-radius: 10px;
  }
  .menu-img .menu-tit{
      font-size: 25px;
      margin-top: 20px;
      margin-bottom: 15px;
      color: #b81c24;
  }
  .menu-img .menu-tit h6{
      font-weight: 700;
  }
  .menu-img .menu-desc{
      color: #fff;
      font-size: 17px;
      margin-bottom: 10px;
      height: 50px;
  }
  .menu-img .menu-price{
      font-size: 20px;
      line-height: 25px;
      text-align: left;
      width: 95%;
      position: relative;
      margin: 0 auto;
      color: #fff;
  }
  .menu-side .menu-img .menu-price{
      height: 250px;
      vertical-align: top;
  }
  .menu-img .menu-price div{
      display: inline-block;
  }
  .menu-img .menu-price .part{
      width: 50px;
      padding-right: 10px;
  }
  .menu-img .menu-price .part-side{
      width: 15%;
      padding-right: 10px;
  }
  .menu-img .menu-price .txt{
      width: 50%;
      font-size: 17px;
  }
  .menu-img .menu-price .no{
      width: auto;
      position: absolute;
      top: 0;
      right: 0;
  }
} */


